01KRCYRCTY2YHRZMRHAHGBMHYJ: 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: 01KRCYRWZ5FZVYPCW8FVY5AKFT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T02:03:59.762Zjob assigned to worker 01KRCYS5P78YXE3M4WBQMYD3Y9 [factory aws, i-0b11f0ccc8e1603bc] (queued for 52 s)
 
22026-05-12T02:04:06.922Zstarting task 0: "setup"
32026-05-12T02:04:06.927Z++ uname -s
42026-05-12T02:04:06.930Z+ kern=SunOS
52026-05-12T02:04:06.930Z+ build_user=build
62026-05-12T02:04:06.930Z+ build_uid=12345
72026-05-12T02:04:06.930Z+ work_dir=/work
82026-05-12T02:04:06.930Z+ input_dir=/input
92026-05-12T02:04:06.930Z+ [[ 0 == 12345 ]]
102026-05-12T02:04:06.930Z+ case "$kern" in
112026-05-12T02:04:06.930Z+ groupadd -g 12345 build
122026-05-12T02:04:06.945Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T02:04:08.952Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T02:04:09.045Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T02:04:09.048Z+ home_fs=zfs
162026-05-12T02:04:09.048Z+ [[ zfs == autofs ]]
172026-05-12T02:04:09.048Z+ mkdir -p /home/build
182026-05-12T02:04:09.051Z+ chown build:build /home/build /work
192026-05-12T02:04:11.051Z+ chmod 0700 /home/build /work
202026-05-12T02:04:11.055Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-12T02:04:11.061Zstarting task 1: "rust-toolchain"
222026-05-12T02:04:11.068Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T02:04:11.068Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T02:04:11.068Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T02:04:11.071Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T02:04:11.071Z * rust toolchain channel = "1.94.0"
272026-05-12T02:04:11.071Z * rust toolchain profile = "default"
282026-05-12T02:04:11.071Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T02:04:11.071Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T02:04:11.139Zinfo: downloading installer
312026-05-12T02:04:12.557Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T02:04:12.557Zwarn: /home/build/.rustup/settings.toml
332026-05-12T02:04:12.557Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T02:04:12.557Zwarn: instead of the one inferred from the default host triple.
352026-05-12T02:04:12.569Zinfo: profile set to default
362026-05-12T02:04:12.569Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T02:04:12.572Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T02:04:12.726Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T02:04:12.741Zinfo: downloading 6 components
402026-05-12T02:04:27.382Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T02:04:27.382Z
422026-05-12T02:04:27.410Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T02:04:27.410Z
442026-05-12T02:04:27.410Z
452026-05-12T02:04:27.410ZRust is installed now. Great!
462026-05-12T02:04:27.410Z
472026-05-12T02:04:27.410ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T02:04:27.410Zenvironment variable. This has not been done automatically.
492026-05-12T02:04:27.411Z
502026-05-12T02:04:27.411ZTo configure your current shell, you need to source
512026-05-12T02:04:27.411Zthe corresponding env file under $HOME/.cargo.
522026-05-12T02:04:27.411Z
532026-05-12T02:04:27.411ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T02:04:27.414Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T02:04:27.414Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T02:04:27.414Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T02:04:27.414Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T02:04:27.414Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T02:04:27.414Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T02:04:27.414Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T02:04:27.414Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T02:04:27.512Z+ rustup --version
632026-05-12T02:04:27.518Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T02:04:27.522Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T02:04:27.541Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T02:04:27.544Z+ cargo --version
672026-05-12T02:04:27.560Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T02:04:27.564Z+ rustc --version
692026-05-12T02:04:27.575Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T02:04:27.578Zprocess exited: duration 16516 ms, exit code 0
 
712026-05-12T02:04:27.588Zstarting task 2: "authentication"
722026-05-12T02:04:27.603Zprocess exited: duration 17 ms, exit code 0
 
732026-05-12T02:04:27.613Zstarting task 3: "clone repository"
742026-05-12T02:04:27.617Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T02:04:27.620Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T02:04:27.655ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T02:04:37.244Z+ cd /work/oxidecomputer/omicron
782026-05-12T02:04:37.244Z+ git fetch origin 055f331cd4bac333d074c1656de8142cc81bc876
792026-05-12T02:04:37.499ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T02:04:37.499Z * branch 055f331cd4bac333d074c1656de8142cc81bc876 -> FETCH_HEAD
812026-05-12T02:04:37.514Z+ [[ -n ry/opte-985 ]]
822026-05-12T02:04:37.517Z++ git branch --show-current
832026-05-12T02:04:37.520Z+ current=main
842026-05-12T02:04:37.520Z+ [[ main != ry/opte-985 ]]
852026-05-12T02:04:37.520Z+ git branch -f ry/opte-985 055f331cd4bac333d074c1656de8142cc81bc876
862026-05-12T02:04:37.523Z+ git checkout -f ry/opte-985
872026-05-12T02:04:37.758ZSwitched to branch 'ry/opte-985'
882026-05-12T02:04:37.761Z+ git reset --hard 055f331cd4bac333d074c1656de8142cc81bc876
892026-05-12T02:04:37.776ZHEAD is now at 055f331cd bump opte to version 0.40.479
902026-05-12T02:04:37.779Zprocess exited: duration 10165 ms, exit code 0
 
912026-05-12T02:04:37.785Zstarting task 4: "build"
922026-05-12T02:04:37.790Z+ source .github/buildomat/ci-env.sh
932026-05-12T02:04:37.790Z++ export CARGO_TERM_COLOR=always
942026-05-12T02:04:37.790Z++ CARGO_TERM_COLOR=always
952026-05-12T02:04:37.790Z+ cargo --version
962026-05-12T02:04:37.801Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T02:04:37.803Z+ rustc --version
982026-05-12T02:04:37.824Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T02:04:37.827Z+ WORK=/work
1002026-05-12T02:04:37.827Z+ pfexec mkdir -p /work
1012026-05-12T02:04:37.830Z+ pfexec chown build /work
1022026-05-12T02:04:37.833Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-12T02:04:39.424Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-12T02:04:39.473Z Startup: Caching catalogs ... Done
1052026-05-12T02:04:39.628ZPlanning: Solver setup ... Done (0.120s)
1062026-05-12T02:04:39.637ZPlanning: Running solver ... Done (0.009s)
1072026-05-12T02:04:39.642ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-12T02:04:39.657ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-12T02:04:39.677ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-12T02:04:39.692ZPlanning: Package planning ... Done (0.014s)
1112026-05-12T02:04:39.695ZPlanning: Merging actions ... Done (0.001s)
1122026-05-12T02:04:39.888ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-05-12T02:04:39.891ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-12T02:04:40.754ZPlanning: Evaluating mediators ... Done (0.865s)
1152026-05-12T02:04:40.758ZPlanning: Planning completed in 1.26 seconds
1162026-05-12T02:04:40.764Z Packages to install: 2
1172026-05-12T02:04:40.764Z Estimated space available: 156.10 GB
1182026-05-12T02:04:40.764ZEstimated space to be consumed: 16.95 MB
1192026-05-12T02:04:40.764Z Create boot environment: No
1202026-05-12T02:04:40.764ZCreate backup boot environment: No
1212026-05-12T02:04:40.767Z Rebuild boot archive: No
1222026-05-12T02:04:40.767Z
1232026-05-12T02:04:40.767ZChanged packages:
1242026-05-12T02:04:40.767Zhelios
1252026-05-12T02:04:40.767Z developer/build-essential
1262026-05-12T02:04:40.767Z None -> 11-3.0
1272026-05-12T02:04:40.767Z library/libxmlsec1
1282026-05-12T02:04:40.767Z None -> 1.2.35-3.0
1292026-05-12T02:04:40.790Z
1302026-05-12T02:04:40.790ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-12T02:04:41.343ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1322026-05-12T02:04:41.471Z Actions: 1/268 actions (Installing new actions)
1332026-05-12T02:04:41.511Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-12T02:04:41.517ZFinalize: Updating package state database ... Done (0.005s)
1352026-05-12T02:04:41.517ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-12T02:04:41.529ZFinalize: Updating image state ... Done (0.012s)
1372026-05-12T02:04:44.151ZFinalize: Creating fast lookup database ... Done (2.597s)
1382026-05-12T02:04:44.222ZFinalize: Reading search index ... Done (0.012s)
1392026-05-12T02:04:44.225ZFinalize: Updating search index ... Done (0.000s)
1402026-05-12T02:04:44.326ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-12T02:04:44.625ZPlanning: Evaluating mediator changes ... Done
1422026-05-12T02:04:44.725ZPlanning: Checking for conflicting actions ... Done
1432026-05-12T02:04:44.731ZPlanning: Consolidating action changes ... Done
1442026-05-12T02:04:44.891ZPlanning: Evaluating mediators ... Done
1452026-05-12T02:04:44.899ZPlanning: Planning completed in 0.27 seconds
1462026-05-12T02:04:44.921Z Mediators to change: 2
1472026-05-12T02:04:44.921Z Create boot environment: No
1482026-05-12T02:04:44.921ZCreate backup boot environment: No
1492026-05-12T02:04:44.984ZFinalize: Updating package state database ... Done
1502026-05-12T02:04:44.984ZFinalize: Updating package cache ... Done
1512026-05-12T02:04:44.996ZFinalize: Updating image state ... Done
1522026-05-12T02:04:46.949ZFinalize: Creating fast lookup database ... Done
1532026-05-12T02:04:47.019ZFinalize: Reading search index ... Done
1542026-05-12T02:04:47.024ZFinalize: Updating search index ... Done
1552026-05-12T02:04:47.107ZFinalize: Updating package cache ... Done
1562026-05-12T02:04:47.392ZPlanning: Evaluating mediator changes ... Done
1572026-05-12T02:04:47.495ZPlanning: Checking for conflicting actions ... Done
1582026-05-12T02:04:47.498ZPlanning: Consolidating action changes ... Done
1592026-05-12T02:04:47.652ZPlanning: Evaluating mediators ... Done
1602026-05-12T02:04:47.655ZPlanning: Planning completed in 0.26 seconds
1612026-05-12T02:04:47.675Z Mediators to change: 1
1622026-05-12T02:04:47.675Z Create boot environment: No
1632026-05-12T02:04:47.675ZCreate backup boot environment: No
1642026-05-12T02:04:47.734ZFinalize: Updating package state database ... Done
1652026-05-12T02:04:47.734ZFinalize: Updating package cache ... Done
1662026-05-12T02:04:47.739ZFinalize: Updating image state ... Done
1672026-05-12T02:04:49.709ZFinalize: Creating fast lookup database ... Done
1682026-05-12T02:04:49.770ZFinalize: Reading search index ... Done
1692026-05-12T02:04:49.773ZFinalize: Updating search index ... Done
1702026-05-12T02:04:49.844ZFinalize: Updating package cache ... Done
1712026-05-12T02:04:50.157ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-12T02:04:50.157Zapache system 2.4 system
1732026-05-12T02:04:50.157Zclang system 15 system
1742026-05-12T02:04:50.157Zcsh system system illumos
1752026-05-12T02:04:50.157Zctags system system illumos
1762026-05-12T02:04:50.157Zfile vendor vendor darwinsys
1772026-05-12T02:04:50.157Zfile system system illumos
1782026-05-12T02:04:50.157Zgcc vendor 14 vendor
1792026-05-12T02:04:50.158Zgcc system 13 system
1802026-05-12T02:04:50.158Zgcc system 10 system
1812026-05-12T02:04:50.158Zgo system 1.25 system
1822026-05-12T02:04:50.158Zllvm system 15 system
1832026-05-12T02:04:50.158Zmariadb system 11.4 system
1842026-05-12T02:04:50.158Zmta vendor vendor dma
1852026-05-12T02:04:50.158Zopenjdk system 17 system
1862026-05-12T02:04:50.158Zopenjdk system 11 system
1872026-05-12T02:04:50.158Zopenssl vendor 3 vendor
1882026-05-12T02:04:50.158Zperl system 5.40 system
1892026-05-12T02:04:50.158Zpostgresql system 18 system
1902026-05-12T02:04:50.158Zpostgresql system 17 system
1912026-05-12T02:04:50.158Zpython vendor 3 vendor
1922026-05-12T02:04:50.158Zpython system 2 system
1932026-05-12T02:04:50.158Zpython3 vendor 3.13 vendor
1942026-05-12T02:04:50.158Zruby system 3.4 system
1952026-05-12T02:04:50.159Zruby system 3.0 system
1962026-05-12T02:04:50.159Zwords vendor vendor american-english
1972026-05-12T02:04:50.159Zwords system system australian-english
1982026-05-12T02:04:50.159Zwords system system british-english
1992026-05-12T02:04:50.159Zwords system system canadian-english
2002026-05-12T02:04:50.159Zwords system system french
2012026-05-12T02:04:50.159Zwords system system italian
2022026-05-12T02:04:50.159Zwords system system ngerman
2032026-05-12T02:04:50.159Zwords system system ogerman
2042026-05-12T02:04:50.159Zwords system system spanish
2052026-05-12T02:04:50.405ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-12T02:04:50.405Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-12T02:04:50.668ZFMRI IFO
2082026-05-12T02:04:50.668Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-12T02:04:50.668Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-12T02:04:50.668Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-12T02:04:50.668Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-12T02:04:50.668Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-12T02:04:50.668Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-12T02:04:50.668Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-12T02:04:50.668Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-12T02:04:50.668Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-12T02:04:50.892Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-12T02:04:51.155Z Updating crates.io index
2192026-05-12T02:04:51.192Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-12T02:04:51.899Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-12T02:04:52.342Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-12T02:04:52.935Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-12T02:04:53.800Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-12T02:04:54.287Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-12T02:04:55.606Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-12T02:04:56.518Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-12T02:04:56.823Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-12T02:04:58.026Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-12T02:04:58.448Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-12T02:04:58.809Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-12T02:04:59.186Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-12T02:05:00.075Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-12T02:05:00.640Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-12T02:05:00.982Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-12T02:05:01.374Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-12T02:05:01.845Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-12T02:05:02.181Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-12T02:05:02.461Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-12T02:05:02.747Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-12T02:05:03.156Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-12T02:05:03.763Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-12T02:05:04.208Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-12T02:05:04.453Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-12T02:05:04.756Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-12T02:05:05.645Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-12T02:05:06.260Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-12T02:05:06.776Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-12T02:05:07.219Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-12T02:05:07.615Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-12T02:05:08.041Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-12T02:05:08.449Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-12T02:05:08.941Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-12T02:05:09.214Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-12T02:05:09.475Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-12T02:05:09.796Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-12T02:05:10.145Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-12T02:05:22.326Z Downloading crates ...
2582026-05-12T02:05:22.384Z Downloaded anstyle v1.0.13
2592026-05-12T02:05:22.387Z Downloaded dof v0.3.0
2602026-05-12T02:05:22.387Z Downloaded percent-encoding v2.3.2
2612026-05-12T02:05:22.390Z Downloaded heck v0.4.1
2622026-05-12T02:05:22.390Z Downloaded anyhow v1.0.102
2632026-05-12T02:05:22.393Z Downloaded plain v0.2.3
2642026-05-12T02:05:22.393Z Downloaded crypto-common v0.1.7
2652026-05-12T02:05:22.393Z Downloaded memmap v0.7.0
2662026-05-12T02:05:22.396Z Downloaded clap v4.5.60
2672026-05-12T02:05:22.399Z Downloaded swrite v0.1.0
2682026-05-12T02:05:22.399Z Downloaded thiserror v1.0.69
2692026-05-12T02:05:22.402Z Downloaded proc-macro-error v1.0.4
2702026-05-12T02:05:22.405Z Downloaded icu_normalizer v2.1.1
2712026-05-12T02:05:22.408Z Downloaded serde_tokenstream v0.2.3
2722026-05-12T02:05:22.408Z Downloaded pest_generator v2.8.6
2732026-05-12T02:05:22.408Z Downloaded serde-untagged v0.1.9
2742026-05-12T02:05:22.411Z Downloaded form_urlencoded v1.2.2
2752026-05-12T02:05:22.411Z Downloaded anstream v0.6.21
2762026-05-12T02:05:22.414Z Downloaded textwrap v0.16.2
2772026-05-12T02:05:22.414Z Downloaded zmij v1.0.21
2782026-05-12T02:05:22.414Z Downloaded typenum v1.19.0
2792026-05-12T02:05:22.417Z Downloaded typeid v1.0.3
2802026-05-12T02:05:22.418Z Downloaded smawk v0.3.2
2812026-05-12T02:05:22.418Z Downloaded icu_properties v2.1.2
2822026-05-12T02:05:22.421Z Downloaded toml_write v0.1.2
2832026-05-12T02:05:22.421Z Downloaded zerofrom v0.1.6
2842026-05-12T02:05:22.421Z Downloaded cargo-util-schemas v0.8.2
2852026-05-12T02:05:22.424Z Downloaded utf8parse v0.2.2
2862026-05-12T02:05:22.424Z Downloaded ucd-trie v0.1.7
2872026-05-12T02:05:22.424Z Downloaded yoke-derive v0.8.1
2882026-05-12T02:05:22.424Z Downloaded usdt-attr-macro v0.5.0
2892026-05-12T02:05:22.424Z Downloaded clap_derive v4.5.55
2902026-05-12T02:05:22.427Z Downloaded strsim v0.11.1
2912026-05-12T02:05:22.427Z Downloaded scroll v0.12.0
2922026-05-12T02:05:22.427Z Downloaded yoke v0.8.1
2932026-05-12T02:05:22.431Z Downloaded thiserror-impl v1.0.69
2942026-05-12T02:05:22.431Z Downloaded serde_derive v1.0.228
2952026-05-12T02:05:22.431Z Downloaded utf8_iter v1.0.4
2962026-05-12T02:05:22.436Z Downloaded thread-id v4.2.2
2972026-05-12T02:05:22.436Z Downloaded autocfg v1.5.0
2982026-05-12T02:05:22.436Z Downloaded unicode-xid v0.2.6
2992026-05-12T02:05:22.439Z Downloaded thiserror-impl v2.0.18
3002026-05-12T02:05:22.439Z Downloaded zerofrom-derive v0.1.6
3012026-05-12T02:05:22.439Z Downloaded synstructure v0.13.2
3022026-05-12T02:05:22.439Z Downloaded toml_datetime v0.6.11
3032026-05-12T02:05:22.443Z Downloaded potential_utf v0.1.4
3042026-05-12T02:05:22.447Z Downloaded unicode-linebreak v0.1.5
3052026-05-12T02:05:22.447Z Downloaded erased-serde v0.4.9
3062026-05-12T02:05:22.447Z Downloaded digest v0.10.7
3072026-05-12T02:05:22.453Z Downloaded writeable v0.6.2
3082026-05-12T02:05:22.456Z Downloaded version_check v0.9.5
3092026-05-12T02:05:22.456Z Downloaded usdt-impl v0.5.0
3102026-05-12T02:05:22.456Z Downloaded thiserror v2.0.18
3112026-05-12T02:05:22.459Z Downloaded usdt-macro v0.5.0
3122026-05-12T02:05:22.459Z Downloaded toml v0.8.23
3132026-05-12T02:05:22.462Z Downloaded tinystr v0.8.2
3142026-05-12T02:05:22.468Z Downloaded zerovec-derive v0.11.2
3152026-05-12T02:05:22.471Z Downloaded unicode-ident v1.0.24
3162026-05-12T02:05:22.474Z Downloaded ordered-float v2.10.1
3172026-05-12T02:05:22.478Z Downloaded itoa v1.0.17
3182026-05-12T02:05:22.478Z Downloaded block-buffer v0.10.4
3192026-05-12T02:05:22.478Z Downloaded toml_edit v0.22.27
3202026-05-12T02:05:22.481Z Downloaded sha2 v0.10.9
3212026-05-12T02:05:22.481Z Downloaded usdt v0.5.0
3222026-05-12T02:05:22.481Z Downloaded url v2.5.8
3232026-05-12T02:05:22.484Z Downloaded zerocopy-derive v0.7.35
3242026-05-12T02:05:22.487Z Downloaded cargo-platform v0.2.0
3252026-05-12T02:05:22.491Z Downloaded anstyle-query v1.1.5
3262026-05-12T02:05:22.491Z Downloaded smallvec v1.15.1
3272026-05-12T02:05:22.491Z Downloaded fs-err v3.3.0
3282026-05-12T02:05:22.494Z Downloaded clap_lex v1.0.0
3292026-05-12T02:05:22.497Z Downloaded zerocopy v0.7.35
3302026-05-12T02:05:22.505Z Downloaded zerotrie v0.2.3
3312026-05-12T02:05:22.507Z Downloaded zerovec v0.11.5
3322026-05-12T02:05:22.510Z Downloaded fnv v1.0.7
3332026-05-12T02:05:22.510Z Downloaded bitflags v2.11.0
3342026-05-12T02:05:22.515Z Downloaded winnow v0.7.14
3352026-05-12T02:05:22.522Z Downloaded unicode-width v0.1.14
3362026-05-12T02:05:22.528Z Downloaded papergrid v0.11.0
3372026-05-12T02:05:22.528Z Downloaded serde_spanned v0.6.9
3382026-05-12T02:05:22.528Z Downloaded bytecount v0.6.9
3392026-05-12T02:05:22.532Z Downloaded fastrand v2.3.0
3402026-05-12T02:05:22.532Z Downloaded dtrace-parser v0.2.0
3412026-05-12T02:05:22.532Z Downloaded unicode-width v0.2.0
3422026-05-12T02:05:22.535Z Downloaded serde v1.0.228
3432026-05-12T02:05:22.535Z Downloaded terminal_size v0.4.3
3442026-05-12T02:05:22.538Z Downloaded rustix v1.1.3
3452026-05-12T02:05:22.548Z Downloaded pest v2.8.6
3462026-05-12T02:05:22.552Z Downloaded scroll_derive v0.12.1
3472026-05-12T02:05:22.559Z Downloaded macaddr v1.0.1
3482026-05-12T02:05:22.559Z Downloaded colorchoice v1.0.4
3492026-05-12T02:05:22.559Z Downloaded hashbrown v0.17.0
3502026-05-12T02:05:22.559Z Downloaded pretty-hex v0.4.1
3512026-05-12T02:05:22.559Z Downloaded equivalent v1.0.2
3522026-05-12T02:05:22.563Z Downloaded generic-array v0.14.7
3532026-05-12T02:05:22.563Z Downloaded pest_meta v2.8.6
3542026-05-12T02:05:22.566Z Downloaded proc-macro-error-attr v1.0.4
3552026-05-12T02:05:22.578Z Downloaded displaydoc v0.2.5
3562026-05-12T02:05:22.578Z Downloaded serde-value v0.7.0
3572026-05-12T02:05:22.578Z Downloaded heck v0.5.0
3582026-05-12T02:05:22.578Z Downloaded clap_builder v4.5.60
3592026-05-12T02:05:22.581Z Downloaded camino-tempfile v1.4.1
3602026-05-12T02:05:22.584Z Downloaded camino v1.2.2
3612026-05-12T02:05:22.589Z Downloaded serde_core v1.0.228
3622026-05-12T02:05:22.589Z Downloaded getrandom v0.4.1
3632026-05-12T02:05:22.592Z Downloaded cpufeatures v0.2.17
3642026-05-12T02:05:22.592Z Downloaded stable_deref_trait v1.2.1
3652026-05-12T02:05:22.592Z Downloaded errno v0.3.14
3662026-05-12T02:05:22.596Z Downloaded cfg-if v1.0.4
3672026-05-12T02:05:22.596Z Downloaded idna_adapter v1.2.1
3682026-05-12T02:05:22.596Z Downloaded tabled_derive v0.7.0
3692026-05-12T02:05:22.601Z Downloaded is_terminal_polyfill v1.70.2
3702026-05-12T02:05:22.601Z Downloaded quote v1.0.45
3712026-05-12T02:05:22.605Z Downloaded cargo_metadata v0.21.0
3722026-05-12T02:05:22.605Z Downloaded anstyle-parse v0.2.7
3732026-05-12T02:05:22.605Z Downloaded pest_derive v2.8.6
3742026-05-12T02:05:22.617Z Downloaded num-traits v0.2.19
3752026-05-12T02:05:22.620Z Downloaded semver v1.0.28
3762026-05-12T02:05:22.620Z Downloaded cargo_toml v0.21.0
3772026-05-12T02:05:22.623Z Downloaded tempfile v3.25.0
3782026-05-12T02:05:22.628Z Downloaded proc-macro2 v1.0.106
3792026-05-12T02:05:22.635Z Downloaded once_cell v1.21.3
3802026-05-12T02:05:22.641Z Downloaded litemap v0.8.1
3812026-05-12T02:05:22.647Z Downloaded log v0.4.29
3822026-05-12T02:05:22.656Z Downloaded icu_normalizer_data v2.1.1
3832026-05-12T02:05:22.659Z Downloaded serde_json v1.0.149
3842026-05-12T02:05:22.662Z Downloaded icu_locale_core v2.1.1
3852026-05-12T02:05:22.665Z Downloaded memchr v2.8.0
3862026-05-12T02:05:22.668Z Downloaded indexmap v2.14.0
3872026-05-12T02:05:22.671Z Downloaded icu_provider v2.1.1
3882026-05-12T02:05:22.671Z Downloaded icu_collections v2.1.1
3892026-05-12T02:05:22.677Z Downloaded syn v1.0.109
3902026-05-12T02:05:22.686Z Downloaded icu_properties_data v2.1.2
3912026-05-12T02:05:22.696Z Downloaded idna v1.1.0
3922026-05-12T02:05:22.699Z Downloaded goblin v0.8.2
3932026-05-12T02:05:22.717Z Downloaded tabled v0.15.0
3942026-05-12T02:05:22.725Z Downloaded syn v2.0.117
3952026-05-12T02:05:22.745Z Downloaded libc v0.2.185
3962026-05-12T02:05:22.763Z Downloaded byteorder v1.5.0
3972026-05-12T02:05:22.811Z Compiling proc-macro2 v1.0.106
3982026-05-12T02:05:22.815Z Compiling unicode-ident v1.0.24
3992026-05-12T02:05:22.815Z Compiling quote v1.0.45
4002026-05-12T02:05:22.815Z Compiling serde_core v1.0.228
4012026-05-12T02:05:22.815Z Compiling libc v0.2.185
4022026-05-12T02:05:22.815Z Compiling version_check v0.9.5
4032026-05-12T02:05:22.815Z Compiling memchr v2.8.0
4042026-05-12T02:05:22.992Z Compiling stable_deref_trait v1.2.1
4052026-05-12T02:05:22.995Z Compiling serde v1.0.228
4062026-05-12T02:05:22.995Z Compiling zmij v1.0.21
4072026-05-12T02:05:22.995Z Compiling ucd-trie v0.1.7
4082026-05-12T02:05:22.995Z Compiling autocfg v1.5.0
4092026-05-12T02:05:23.004Z Compiling thiserror v1.0.69
4102026-05-12T02:05:23.007Z Compiling itoa v1.0.17
4112026-05-12T02:05:23.007Z Compiling litemap v0.8.1
4122026-05-12T02:05:23.200Z Compiling writeable v0.6.2
4132026-05-12T02:05:23.230Z Compiling icu_properties_data v2.1.2
4142026-05-12T02:05:23.288Z Compiling rustix v1.1.3
4152026-05-12T02:05:23.415Z Compiling byteorder v1.5.0
4162026-05-12T02:05:23.434Z Compiling icu_normalizer_data v2.1.1
4172026-05-12T02:05:23.466Z Compiling bitflags v2.11.0
4182026-05-12T02:05:23.472Z Compiling serde_json v1.0.149
4192026-05-12T02:05:23.514Z Compiling pest v2.8.6
4202026-05-12T02:05:23.558Z Compiling num-traits v0.2.19
4212026-05-12T02:05:23.659Z Compiling typeid v1.0.3
4222026-05-12T02:05:23.728Z Compiling equivalent v1.0.2
4232026-05-12T02:05:23.766Z Compiling smallvec v1.15.1
4242026-05-12T02:05:23.821Z Compiling hashbrown v0.17.0
4252026-05-12T02:05:23.871Z Compiling usdt-impl v0.5.0
4262026-05-12T02:05:23.871Z Compiling proc-macro-error-attr v1.0.4
4272026-05-12T02:05:23.883Z Compiling winnow v0.7.14
4282026-05-12T02:05:23.970Z Compiling erased-serde v0.4.9
4292026-05-12T02:05:24.010Z Compiling syn v1.0.109
4302026-05-12T02:05:24.017Z Compiling toml_write v0.1.2
4312026-05-12T02:05:24.077Z Compiling proc-macro-error v1.0.4
4322026-05-12T02:05:24.154Z Compiling getrandom v0.4.1
4332026-05-12T02:05:24.209Z Compiling errno v0.3.14
4342026-05-12T02:05:24.209Z Compiling thread-id v4.2.2
4352026-05-12T02:05:24.270Z Compiling thiserror v2.0.18
4362026-05-12T02:05:24.310Z Compiling percent-encoding v2.3.2
4372026-05-12T02:05:24.365Z Compiling utf8_iter v1.0.4
4382026-05-12T02:05:24.365Z Compiling utf8parse v0.2.2
4392026-05-12T02:05:24.365Z Compiling plain v0.2.3
4402026-05-12T02:05:24.431Z Compiling syn v2.0.117
4412026-05-12T02:05:24.489Z Compiling indexmap v2.14.0
4422026-05-12T02:05:24.517Z Compiling camino v1.2.2
4432026-05-12T02:05:24.541Z Compiling log v0.4.29
4442026-05-12T02:05:24.541Z Compiling form_urlencoded v1.2.2
4452026-05-12T02:05:24.554Z Compiling anstyle-parse v0.2.7
4462026-05-12T02:05:24.629Z Compiling pest_meta v2.8.6
4472026-05-12T02:05:24.737Z Compiling is_terminal_polyfill v1.70.2
4482026-05-12T02:05:24.765Z Compiling anstyle-query v1.1.5
4492026-05-12T02:05:24.862Z Compiling ordered-float v2.10.1
4502026-05-12T02:05:24.881Z Compiling cfg-if v1.0.4
4512026-05-12T02:05:24.913Z Compiling anstyle v1.0.13
4522026-05-12T02:05:24.916Z Compiling pretty-hex v0.4.1
4532026-05-12T02:05:24.946Z Compiling colorchoice v1.0.4
4542026-05-12T02:05:25.041Z Compiling fs-err v3.3.0
4552026-05-12T02:05:25.079Z Compiling bytecount v0.6.9
4562026-05-12T02:05:25.092Z Compiling fnv v1.0.7
4572026-05-12T02:05:25.110Z Compiling anstream v0.6.21
4582026-05-12T02:05:25.132Z Compiling once_cell v1.21.3
4592026-05-12T02:05:25.152Z Compiling fastrand v2.3.0
4602026-05-12T02:05:25.170Z Compiling terminal_size v0.4.3
4612026-05-12T02:05:25.190Z Compiling strsim v0.11.1
4622026-05-12T02:05:25.214Z Compiling clap_lex v1.0.0
4632026-05-12T02:05:25.236Z Compiling unicode-width v0.1.14
4642026-05-12T02:05:25.253Z Compiling heck v0.4.1
4652026-05-12T02:05:25.329Z Compiling unicode-xid v0.2.6
4662026-05-12T02:05:25.491Z Compiling semver v1.0.28
4672026-05-12T02:05:25.515Z Compiling heck v0.5.0
4682026-05-12T02:05:25.532Z Compiling anyhow v1.0.102
4692026-05-12T02:05:25.537Z Compiling papergrid v0.11.0
4702026-05-12T02:05:25.565Z Compiling clap_builder v4.5.60
4712026-05-12T02:05:25.569Z Compiling tempfile v3.25.0
4722026-05-12T02:05:25.615Z Compiling memmap v0.7.0
4732026-05-12T02:05:25.745Z Compiling smawk v0.3.2
4742026-05-12T02:05:25.817Z Compiling unicode-linebreak v0.1.5
4752026-05-12T02:05:25.857Z Compiling unicode-width v0.2.0
4762026-05-12T02:05:25.875Z Compiling serde-untagged v0.1.9
4772026-05-12T02:05:25.908Z Compiling camino-tempfile v1.4.1
4782026-05-12T02:05:25.993Z Compiling swrite v0.1.0
4792026-05-12T02:05:26.101Z Compiling textwrap v0.16.2
4802026-05-12T02:05:26.114Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-12T02:05:26.441Z Compiling tabled_derive v0.7.0
4822026-05-12T02:05:27.030Z Compiling synstructure v0.13.2
4832026-05-12T02:05:27.030Z Compiling pest_generator v2.8.6
4842026-05-12T02:05:27.144Z Compiling tabled v0.15.0
4852026-05-12T02:05:27.603Z Compiling serde_derive v1.0.228
4862026-05-12T02:05:27.603Z Compiling zerofrom-derive v0.1.6
4872026-05-12T02:05:27.606Z Compiling yoke-derive v0.8.1
4882026-05-12T02:05:27.606Z Compiling zerovec-derive v0.11.2
4892026-05-12T02:05:27.606Z Compiling displaydoc v0.2.5
4902026-05-12T02:05:27.606Z Compiling thiserror-impl v1.0.69
4912026-05-12T02:05:27.606Z Compiling zerocopy-derive v0.7.35
4922026-05-12T02:05:27.606Z Compiling scroll_derive v0.12.1
4932026-05-12T02:05:27.607Z Compiling thiserror-impl v2.0.18
4942026-05-12T02:05:27.607Z Compiling clap_derive v4.5.55
4952026-05-12T02:05:27.678Z Compiling pest_derive v2.8.6
4962026-05-12T02:05:28.281Z Compiling scroll v0.12.0
4972026-05-12T02:05:28.496Z Compiling zerocopy v0.7.35
4982026-05-12T02:05:28.511Z Compiling goblin v0.8.2
4992026-05-12T02:05:28.625Z Compiling zerofrom v0.1.6
5002026-05-12T02:05:28.724Z Compiling yoke v0.8.1
5012026-05-12T02:05:28.776Z Compiling dtrace-parser v0.2.0
5022026-05-12T02:05:28.879Z Compiling zerovec v0.11.5
5032026-05-12T02:05:28.879Z Compiling zerotrie v0.2.3
5042026-05-12T02:05:28.989Z Compiling clap v4.5.60
5052026-05-12T02:05:29.288Z Compiling tinystr v0.8.2
5062026-05-12T02:05:29.288Z Compiling potential_utf v0.1.4
5072026-05-12T02:05:29.410Z Compiling icu_collections v2.1.1
5082026-05-12T02:05:29.437Z Compiling icu_locale_core v2.1.1
5092026-05-12T02:05:29.973Z Compiling icu_provider v2.1.1
5102026-05-12T02:05:30.012Z Compiling serde_spanned v0.6.9
5112026-05-12T02:05:30.012Z Compiling toml_datetime v0.6.11
5122026-05-12T02:05:30.017Z Compiling serde-value v0.7.0
5132026-05-12T02:05:30.017Z Compiling cargo-platform v0.2.0
5142026-05-12T02:05:30.017Z Compiling macaddr v1.0.1
5152026-05-12T02:05:30.028Z Compiling dof v0.3.0
5162026-05-12T02:05:30.031Z Compiling serde_tokenstream v0.2.3
5172026-05-12T02:05:30.225Z Compiling icu_properties v2.1.2
5182026-05-12T02:05:30.225Z Compiling icu_normalizer v2.1.1
5192026-05-12T02:05:30.280Z Compiling toml_edit v0.22.27
5202026-05-12T02:05:30.787Z Compiling usdt-macro v0.5.0
5212026-05-12T02:05:30.790Z Compiling usdt-attr-macro v0.5.0
5222026-05-12T02:05:31.049Z Compiling idna_adapter v1.2.1
5232026-05-12T02:05:31.152Z Compiling idna v1.1.0
5242026-05-12T02:05:31.378Z Compiling usdt v0.5.0
5252026-05-12T02:05:31.412Z Compiling url v2.5.8
5262026-05-12T02:05:31.564Z Compiling toml v0.8.23
5272026-05-12T02:05:31.894Z Compiling cargo-util-schemas v0.8.2
5282026-05-12T02:05:31.894Z Compiling cargo_toml v0.21.0
5292026-05-12T02:05:32.674Z Compiling cargo_metadata v0.21.0
5302026-05-12T02:05:33.605Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-12T02:05:35.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.98s
5322026-05-12T02:05:35.978Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-12T02:05:36.528Z Downloading crates ...
5342026-05-12T02:05:36.651Z Downloaded bzip2 v0.6.1
5352026-05-12T02:05:36.655Z Downloaded ascii-canvas v3.0.0
5362026-05-12T02:05:36.669Z Downloaded async-bb8-diesel v0.2.1
5372026-05-12T02:05:36.672Z Downloaded assert_matches v1.5.0
5382026-05-12T02:05:36.672Z Downloaded arrayref v0.3.9
5392026-05-12T02:05:36.672Z Downloaded ff v0.13.1
5402026-05-12T02:05:36.677Z Downloaded atomicwrites v0.4.4
5412026-05-12T02:05:36.682Z Downloaded base64ct v1.8.3
5422026-05-12T02:05:36.688Z Downloaded darling_macro v0.20.11
5432026-05-12T02:05:36.688Z Downloaded bzip2 v0.4.4
5442026-05-12T02:05:36.688Z Downloaded bitfield v0.19.4
5452026-05-12T02:05:36.698Z Downloaded bit-set v0.5.3
5462026-05-12T02:05:36.698Z Downloaded backoff v0.4.0
5472026-05-12T02:05:36.698Z Downloaded castaway v0.2.4
5482026-05-12T02:05:36.698Z Downloaded blake2 v0.10.6
5492026-05-12T02:05:36.705Z Downloaded bumpalo v3.20.2
5502026-05-12T02:05:36.705Z Downloaded defmt v0.3.100
5512026-05-12T02:05:36.705Z Downloaded darling_macro v0.23.0
5522026-05-12T02:05:36.705Z Downloaded darling_core v0.20.11
5532026-05-12T02:05:36.708Z Downloaded curve25519-dalek-derive v0.1.1
5542026-05-12T02:05:36.708Z Downloaded argon2 v0.5.3
5552026-05-12T02:05:36.708Z Downloaded darling v0.21.3
5562026-05-12T02:05:36.708Z Downloaded derive_builder_core v0.20.2
5572026-05-12T02:05:36.711Z Downloaded cmake v0.1.57
5582026-05-12T02:05:36.711Z Downloaded bit-vec v0.8.0
5592026-05-12T02:05:36.711Z Downloaded debug-ignore v1.0.5
5602026-05-12T02:05:36.716Z Downloaded atomic-waker v1.1.2
5612026-05-12T02:05:36.716Z Downloaded embedded-io v0.4.0
5622026-05-12T02:05:36.721Z Downloaded defmt-parser v1.0.0
5632026-05-12T02:05:36.721Z Downloaded adler2 v2.0.1
5642026-05-12T02:05:36.721Z Downloaded cfg_aliases v0.2.1
5652026-05-12T02:05:36.721Z Downloaded bit-vec v0.6.3
5662026-05-12T02:05:36.721Z Downloaded async-stream-impl v0.3.6
5672026-05-12T02:05:36.721Z Downloaded async-recursion v1.1.1
5682026-05-12T02:05:36.727Z Downloaded csv-core v0.1.13
5692026-05-12T02:05:36.727Z Downloaded env_logger v0.11.9
5702026-05-12T02:05:36.727Z Downloaded document-features v0.2.12
5712026-05-12T02:05:36.733Z Downloaded diff v0.1.13
5722026-05-12T02:05:36.733Z Downloaded crc-catalog v2.4.0
5732026-05-12T02:05:36.733Z Downloaded defmt v1.0.1
5742026-05-12T02:05:36.736Z Downloaded bcrypt-pbkdf v0.10.0
5752026-05-12T02:05:36.736Z Downloaded cstr-argument v0.1.2
5762026-05-12T02:05:36.736Z Downloaded block-padding v0.3.3
5772026-05-12T02:05:36.736Z Downloaded array-init v0.0.4
5782026-05-12T02:05:36.743Z Downloaded dyn-clone v1.0.20
5792026-05-12T02:05:36.747Z Downloaded derive_more v0.99.20
5802026-05-12T02:05:36.750Z Downloaded foldhash v0.2.0
5812026-05-12T02:05:36.750Z Downloaded compression-core v0.4.31
5822026-05-12T02:05:36.751Z Downloaded bit-set v0.8.0
5832026-05-12T02:05:36.751Z Downloaded base16ct v0.2.0
5842026-05-12T02:05:36.756Z Downloaded cpufeatures v0.3.0
5852026-05-12T02:05:36.759Z Downloaded fixedbitset v0.4.2
5862026-05-12T02:05:36.763Z Downloaded bitfield-struct v0.6.2
5872026-05-12T02:05:36.763Z Downloaded float-ord v0.3.2
5882026-05-12T02:05:36.769Z Downloaded crc v3.4.0
5892026-05-12T02:05:36.769Z Downloaded endian-type v0.1.2
5902026-05-12T02:05:36.772Z Downloaded ciborium-ll v0.2.2
5912026-05-12T02:05:36.780Z Downloaded dropshot-api-manager-types v0.7.1
5922026-05-12T02:05:36.780Z Downloaded foreign-types-shared v0.1.1
5932026-05-12T02:05:36.780Z Downloaded convert_case v0.4.0
5942026-05-12T02:05:36.780Z Downloaded fixedbitset v0.5.7
5952026-05-12T02:05:36.785Z Downloaded bb8 v0.8.6
5962026-05-12T02:05:36.785Z Downloaded bitfield-macros v0.19.4
5972026-05-12T02:05:36.785Z Downloaded aead v0.5.2
5982026-05-12T02:05:36.785Z Downloaded atty v0.2.14
5992026-05-12T02:05:36.785Z Downloaded async-stream v0.3.6
6002026-05-12T02:05:36.785Z Downloaded deranged v0.5.8
6012026-05-12T02:05:36.785Z Downloaded const-oid v0.9.6
6022026-05-12T02:05:36.785Z Downloaded cargo-platform v0.1.9
6032026-05-12T02:05:36.789Z Downloaded chacha20poly1305 v0.10.1
6042026-05-12T02:05:36.789Z Downloaded float-cmp v0.10.0
6052026-05-12T02:05:36.789Z Downloaded embedded-io v0.6.1
6062026-05-12T02:05:36.789Z Downloaded dsl_auto_type v0.2.0
6072026-05-12T02:05:36.794Z Downloaded cargo_metadata v0.19.2
6082026-05-12T02:05:36.794Z Downloaded dof v0.4.0
6092026-05-12T02:05:36.794Z Downloaded arrayvec v0.7.6
6102026-05-12T02:05:36.799Z Downloaded chacha20 v0.9.1
6112026-05-12T02:05:36.799Z Downloaded filetime v0.2.27
6122026-05-12T02:05:36.799Z Downloaded cexpr v0.6.0
6132026-05-12T02:05:36.799Z Downloaded derive_builder_macro v0.20.2
6142026-05-12T02:05:36.803Z Downloaded enum-as-inner v0.6.1
6152026-05-12T02:05:36.806Z Downloaded drift v0.1.4
6162026-05-12T02:05:36.809Z Downloaded futures-sink v0.3.32
6172026-05-12T02:05:36.814Z Downloaded dtrace-parser v0.3.0
6182026-05-12T02:05:36.815Z Downloaded foreign-types v0.5.0
6192026-05-12T02:05:36.815Z Downloaded foreign-types v0.3.2
6202026-05-12T02:05:36.815Z Downloaded crunchy v0.2.4
6212026-05-12T02:05:36.818Z Downloaded futures-macro v0.3.32
6222026-05-12T02:05:36.818Z Downloaded ciborium-io v0.2.2
6232026-05-12T02:05:36.818Z Downloaded cfg_aliases v0.1.1
6242026-05-12T02:05:36.818Z Downloaded foreign-types-macros v0.2.3
6252026-05-12T02:05:36.818Z Downloaded fallible-iterator v0.2.0
6262026-05-12T02:05:36.818Z Downloaded dropshot v0.17.0
6272026-05-12T02:05:36.831Z Downloaded funty v2.0.0
6282026-05-12T02:05:36.836Z Downloaded diesel-dtrace v0.5.0
6292026-05-12T02:05:36.836Z Downloaded futures-core v0.3.32
6302026-05-12T02:05:36.836Z Downloaded fd-lock v4.0.4
6312026-05-12T02:05:36.836Z Downloaded futures-task v0.3.32
6322026-05-12T02:05:36.836Z Downloaded camino-tempfile-ext v0.3.3
6332026-05-12T02:05:36.840Z Downloaded fs-err v2.11.0
6342026-05-12T02:05:36.840Z Downloaded foreign-types-shared v0.3.1
6352026-05-12T02:05:36.840Z Downloaded convert_case v0.10.0
6362026-05-12T02:05:36.840Z Downloaded ecdsa v0.16.9
6372026-05-12T02:05:36.847Z Downloaded hash32 v0.3.1
6382026-05-12T02:05:36.847Z Downloaded bitflags v1.3.2
6392026-05-12T02:05:36.847Z Downloaded darling v0.20.11
6402026-05-12T02:05:36.852Z Downloaded buf-list v1.1.2
6412026-05-12T02:05:36.852Z Downloaded git-stub v1.0.0
6422026-05-12T02:05:36.852Z Downloaded headers-core v0.3.0
6432026-05-12T02:05:36.853Z Downloaded dropshot_endpoint v0.17.0
6442026-05-12T02:05:36.856Z Downloaded http-body v1.0.1
6452026-05-12T02:05:36.856Z Downloaded hex v0.4.3
6462026-05-12T02:05:36.856Z Downloaded globwalk v0.9.1
6472026-05-12T02:05:36.856Z Downloaded crossbeam-deque v0.8.6
6482026-05-12T02:05:36.859Z Downloaded group v0.13.0
6492026-05-12T02:05:36.859Z Downloaded compression-codecs v0.4.37
6502026-05-12T02:05:36.862Z Downloaded hex-literal v0.4.1
6512026-05-12T02:05:36.862Z Downloaded git-stub-vcs v0.1.0
6522026-05-12T02:05:36.863Z Downloaded foldhash v0.1.5
6532026-05-12T02:05:36.863Z Downloaded dirs-sys-next v0.1.2
6542026-05-12T02:05:36.866Z Downloaded getrandom v0.2.17
6552026-05-12T02:05:36.866Z Downloaded cobs v0.3.0
6562026-05-12T02:05:36.871Z Downloaded dropshot_endpoint v0.16.7
6572026-05-12T02:05:36.871Z Downloaded async-trait v0.1.89
6582026-05-12T02:05:36.874Z Downloaded derive_more-impl v2.1.1
6592026-05-12T02:05:36.874Z Downloaded futures-executor v0.3.32
6602026-05-12T02:05:36.878Z Downloaded cbc v0.1.2
6612026-05-12T02:05:36.878Z Downloaded bcs v0.1.6
6622026-05-12T02:05:36.878Z Downloaded colored v2.2.0
6632026-05-12T02:05:36.882Z Downloaded derive-where v1.6.0
6642026-05-12T02:05:36.886Z Downloaded ciborium v0.2.2
6652026-05-12T02:05:36.886Z Downloaded console v0.16.2
6662026-05-12T02:05:36.886Z Downloaded backon v1.6.0
6672026-05-12T02:05:36.889Z Downloaded colored v3.1.1
6682026-05-12T02:05:36.889Z Downloaded glob v0.3.3
6692026-05-12T02:05:36.889Z Downloaded home v0.5.12
6702026-05-12T02:05:36.892Z Downloaded either v1.15.0
6712026-05-12T02:05:36.892Z Downloaded const_format_proc_macros v0.2.34
6722026-05-12T02:05:36.892Z Downloaded display-error-chain v0.2.2
6732026-05-12T02:05:36.897Z Downloaded crypto-bigint v0.5.5
6742026-05-12T02:05:36.897Z Downloaded httpdate v1.0.3
6752026-05-12T02:05:36.901Z Downloaded http-range v0.1.5
6762026-05-12T02:05:36.901Z Downloaded crossbeam-utils v0.8.21
6772026-05-12T02:05:36.901Z Downloaded ident_case v1.0.1
6782026-05-12T02:05:36.906Z Downloaded hash32 v0.2.1
6792026-05-12T02:05:36.906Z Downloaded flagset v0.4.7
6802026-05-12T02:05:36.906Z Downloaded hyper-tls v0.6.0
6812026-05-12T02:05:36.906Z Downloaded indent_write v2.2.0
6822026-05-12T02:05:36.910Z Downloaded critical-section v1.2.0
6832026-05-12T02:05:36.910Z Downloaded cancel-safe-futures v0.1.5
6842026-05-12T02:05:36.910Z Downloaded fs_extra v1.3.0
6852026-05-12T02:05:36.913Z Downloaded cookie_store v0.22.1
6862026-05-12T02:05:36.913Z Downloaded cookie v0.18.1
6872026-05-12T02:05:36.913Z Downloaded diesel_table_macro_syntax v0.3.0
6882026-05-12T02:05:36.917Z Downloaded chacha20 v0.10.0
6892026-05-12T02:05:36.917Z Downloaded downcast-rs v2.0.2
6902026-05-12T02:05:36.917Z Downloaded globset v0.4.18
6912026-05-12T02:05:36.927Z Downloaded is_ci v1.2.0
6922026-05-12T02:05:36.927Z Downloaded indoc v1.0.9
6932026-05-12T02:05:36.932Z Downloaded instant v0.1.13
6942026-05-12T02:05:36.932Z Downloaded instability v0.3.11
6952026-05-12T02:05:36.932Z Downloaded fxhash v0.2.1
6962026-05-12T02:05:36.932Z Downloaded dirs-next v2.0.0
6972026-05-12T02:05:36.932Z Downloaded byte-wrapper v0.1.0
6982026-05-12T02:05:36.932Z Downloaded cassowary v0.3.0
6992026-05-12T02:05:36.932Z Downloaded flume v0.11.1
7002026-05-12T02:05:36.932Z Downloaded inout v0.1.4
7012026-05-12T02:05:36.932Z Downloaded ghash v0.5.1
7022026-05-12T02:05:36.932Z Downloaded blowfish v0.9.1
7032026-05-12T02:05:36.936Z Downloaded clang-sys v1.8.1
7042026-05-12T02:05:36.936Z Downloaded ed25519-dalek v2.2.0
7052026-05-12T02:05:36.936Z Downloaded futures-io v0.3.32
7062026-05-12T02:05:36.942Z Downloaded crc8 v0.1.1
7072026-05-12T02:05:36.942Z Downloaded futures-channel v0.3.32
7082026-05-12T02:05:36.942Z Downloaded dunce v1.0.5
7092026-05-12T02:05:36.942Z Downloaded difflib v0.4.0
7102026-05-12T02:05:36.942Z Downloaded constant_time_eq v0.4.2
7112026-05-12T02:05:36.945Z Downloaded erased-serde v0.3.31
7122026-05-12T02:05:36.946Z Downloaded ed25519 v2.2.3
7132026-05-12T02:05:36.946Z Downloaded diesel_derives v2.3.7
7142026-05-12T02:05:36.949Z Downloaded des v0.8.1
7152026-05-12T02:05:36.949Z Downloaded der v0.7.10
7162026-05-12T02:05:36.953Z Downloaded gethostname v0.5.0
7172026-05-12T02:05:36.956Z Downloaded crucible-workspace-hack v0.1.0
7182026-05-12T02:05:36.956Z Downloaded derive-ex v0.1.8
7192026-05-12T02:05:36.956Z Downloaded highway v1.3.0
7202026-05-12T02:05:36.956Z Downloaded der_derive v0.7.3
7212026-05-12T02:05:36.959Z Downloaded darling_macro v0.21.3
7222026-05-12T02:05:36.959Z Downloaded ingot v0.1.1
7232026-05-12T02:05:36.959Z Downloaded find-msvc-tools v0.1.9
7242026-05-12T02:05:36.962Z Downloaded maplit v1.0.2
7252026-05-12T02:05:36.962Z Downloaded kstat-rs v0.2.4
7262026-05-12T02:05:36.962Z Downloaded hostname v0.3.1
7272026-05-12T02:05:36.965Z Downloaded env_filter v1.0.0
7282026-05-12T02:05:36.965Z Downloaded corncobs v0.1.4
7292026-05-12T02:05:36.965Z Downloaded internet-checksum v0.2.1
7302026-05-12T02:05:36.969Z Downloaded crossbeam-channel v0.5.15
7312026-05-12T02:05:36.973Z Downloaded humantime v2.3.0
7322026-05-12T02:05:36.973Z Downloaded libscf-sys v1.1.0
7332026-05-12T02:05:36.973Z Downloaded hubpack v0.1.2
7342026-05-12T02:05:36.976Z Downloaded ipnetwork v0.21.1
7352026-05-12T02:05:36.976Z Downloaded linked-hash-map v0.5.6
7362026-05-12T02:05:36.976Z Downloaded lzss v0.8.2
7372026-05-12T02:05:36.979Z Downloaded md5 v0.7.0
7382026-05-12T02:05:36.979Z Downloaded lru-slab v0.1.2
7392026-05-12T02:05:36.979Z Downloaded derive_more v2.1.1
7402026-05-12T02:05:36.986Z Downloaded lazy_static v1.5.0
7412026-05-12T02:05:36.990Z Downloaded multimap v0.10.1
7422026-05-12T02:05:36.990Z Downloaded headers v0.4.1
7432026-05-12T02:05:36.993Z Downloaded maybe-uninit v2.0.0
7442026-05-12T02:05:36.993Z Downloaded memoffset v0.9.1
7452026-05-12T02:05:36.997Z Downloaded managed v0.8.0
7462026-05-12T02:05:36.997Z Downloaded is-terminal v0.4.17
7472026-05-12T02:05:36.997Z Downloaded hostname v0.4.2
7482026-05-12T02:05:37.001Z Downloaded half v1.8.3
7492026-05-12T02:05:37.001Z Downloaded nonempty v0.12.0
7502026-05-12T02:05:37.001Z Downloaded lru v0.12.5
7512026-05-12T02:05:37.004Z Downloaded lru-cache v0.1.2
7522026-05-12T02:05:37.004Z Downloaded keccak v0.1.6
7532026-05-12T02:05:37.004Z Downloaded allocator-api2 v0.2.21
7542026-05-12T02:05:37.008Z Downloaded console v0.15.11
7552026-05-12T02:05:37.008Z Downloaded flate2 v1.1.9
7562026-05-12T02:05:37.013Z Downloaded dropshot-api-manager v0.7.1
7572026-05-12T02:05:37.016Z Downloaded newtype_derive v0.1.6
7582026-05-12T02:05:37.016Z Downloaded newtype-uuid-macros v0.1.0
7592026-05-12T02:05:37.017Z Downloaded hmac v0.12.1
7602026-05-12T02:05:37.021Z Downloaded new_debug_unreachable v1.0.6
7612026-05-12T02:05:37.021Z Downloaded mime v0.3.17
7622026-05-12T02:05:37.021Z Downloaded lalrpop-util v0.19.12
7632026-05-12T02:05:37.021Z Downloaded newline-converter v0.3.0
7642026-05-12T02:05:37.026Z Downloaded crc32fast v1.5.0
7652026-05-12T02:05:37.026Z Downloaded base64 v0.21.7
7662026-05-12T02:05:37.026Z Downloaded normalize-line-endings v0.3.0
7672026-05-12T02:05:37.030Z Downloaded crossbeam-epoch v0.9.18
7682026-05-12T02:05:37.030Z Downloaded nodrop v0.1.14
7692026-05-12T02:05:37.030Z Downloaded num-derive v0.3.3
7702026-05-12T02:05:37.034Z Downloaded crc-any v2.5.0
7712026-05-12T02:05:37.034Z Downloaded libloading v0.8.9
7722026-05-12T02:05:37.038Z Downloaded jobserver v0.1.34
7732026-05-12T02:05:37.038Z Downloaded httparse v1.10.1
7742026-05-12T02:05:37.038Z Downloaded hyper-rustls v0.27.7
7752026-05-12T02:05:37.041Z Downloaded impl-trait-for-tuples v0.2.3
7762026-05-12T02:05:37.041Z Downloaded num-derive v0.4.2
7772026-05-12T02:05:37.044Z Downloaded num v0.4.3
7782026-05-12T02:05:37.059Z Downloaded opaque-debug v0.3.1
7792026-05-12T02:05:37.063Z Downloaded olpc-cjson v0.1.4
7802026-05-12T02:05:37.063Z Downloaded num_threads v0.1.7
7812026-05-12T02:05:37.063Z Downloaded num_enum_derive v0.5.11
7822026-05-12T02:05:37.067Z Downloaded num-iter v0.1.45
7832026-05-12T02:05:37.067Z Downloaded native-tls v0.2.18
7842026-05-12T02:05:37.067Z Downloaded nanorand v0.7.0
7852026-05-12T02:05:37.067Z Downloaded mime_guess v2.0.5
7862026-05-12T02:05:37.070Z Downloaded nibble_vec v0.1.0
7872026-05-12T02:05:37.070Z Downloaded newtype-uuid v1.3.2
7882026-05-12T02:05:37.070Z Downloaded crossterm v0.29.0
7892026-05-12T02:05:37.075Z Downloaded openssl-probe v0.1.6
7902026-05-12T02:05:37.078Z Downloaded darling_core v0.21.3
7912026-05-12T02:05:37.081Z Downloaded libsw-core v0.3.2
7922026-05-12T02:05:37.081Z Downloaded indexmap v1.9.3
7932026-05-12T02:05:37.103Z Downloaded pbkdf2 v0.11.0
7942026-05-12T02:05:37.103Z Downloaded path-slash v0.1.5
7952026-05-12T02:05:37.103Z Downloaded parse-display v0.10.0
7962026-05-12T02:05:37.103Z Downloaded packed_struct_codegen v0.10.1
7972026-05-12T02:05:37.103Z Downloaded oso-derive v0.27.3
7982026-05-12T02:05:37.103Z Downloaded lock_api v0.4.14
7992026-05-12T02:05:37.103Z Downloaded pbkdf2 v0.12.2
8002026-05-12T02:05:37.104Z Downloaded openssl-probe v0.2.1
8012026-05-12T02:05:37.104Z Downloaded compact_str v0.8.1
8022026-05-12T02:05:37.104Z Downloaded base64 v0.22.1
8032026-05-12T02:05:37.104Z Downloaded parse-size v1.1.0
8042026-05-12T02:05:37.104Z Downloaded nu-ansi-term v0.50.3
8052026-05-12T02:05:37.104Z Downloaded pin-utils v0.1.0
8062026-05-12T02:05:37.104Z Downloaded num-integer v0.1.46
8072026-05-12T02:05:37.104Z Downloaded md-5 v0.10.6
8082026-05-12T02:05:37.107Z Downloaded libsw v3.5.0
8092026-05-12T02:05:37.107Z Downloaded ipnet v2.11.0
8102026-05-12T02:05:37.107Z Downloaded linear-map v1.2.0
8112026-05-12T02:05:37.107Z Downloaded fatfs v0.3.6
8122026-05-12T02:05:37.111Z Downloaded ingot-types v0.1.2
8132026-05-12T02:05:37.111Z Downloaded indoc v2.0.7
8142026-05-12T02:05:37.114Z Downloaded phf_shared v0.13.1
8152026-05-12T02:05:37.114Z Downloaded phf_shared v0.11.3
8162026-05-12T02:05:37.114Z Downloaded phf_shared v0.12.1
8172026-05-12T02:05:37.114Z Downloaded iana-time-zone v0.1.65
8182026-05-12T02:05:37.117Z Downloaded peg-runtime v0.8.5
8192026-05-12T02:05:37.118Z Downloaded hyper-staticfile v0.10.1
8202026-05-12T02:05:37.121Z Downloaded num-rational v0.4.2
8212026-05-12T02:05:37.121Z Downloaded http-body-util v0.1.3
8222026-05-12T02:05:37.125Z Downloaded half v2.7.1
8232026-05-12T02:05:37.125Z Downloaded num_enum v0.7.5
8242026-05-12T02:05:37.130Z Downloaded proc-macro-error-attr2 v2.0.0
8252026-05-12T02:05:37.130Z Downloaded heapless v0.8.0
8262026-05-12T02:05:37.134Z Downloaded proc-macro-crate v3.4.0
8272026-05-12T02:05:37.134Z Downloaded predicates-tree v1.0.13
8282026-05-12T02:05:37.134Z Downloaded predicates-core v1.0.10
8292026-05-12T02:05:37.134Z Downloaded multer v3.1.0
8302026-05-12T02:05:37.139Z Downloaded proc-macro-crate v1.3.1
8312026-05-12T02:05:37.140Z Downloaded powerfmt v0.2.0
8322026-05-12T02:05:37.140Z Downloaded num_enum_derive v0.7.5
8332026-05-12T02:05:37.143Z Downloaded num_enum v0.5.11
8342026-05-12T02:05:37.143Z Downloaded pem v3.0.6
8352026-05-12T02:05:37.143Z Downloaded owo-colors v4.3.0
8362026-05-12T02:05:37.146Z Downloaded precomputed-hash v0.1.1
8372026-05-12T02:05:37.146Z Downloaded parse-display-derive v0.10.0
8382026-05-12T02:05:37.146Z Downloaded getrandom v0.3.4
8392026-05-12T02:05:37.149Z Downloaded peg v0.8.5
8402026-05-12T02:05:37.152Z Downloaded progenitor-client v0.14.0
8412026-05-12T02:05:37.152Z Downloaded packed_struct v0.10.1
8422026-05-12T02:05:37.155Z Downloaded bytes v1.11.1
8432026-05-12T02:05:37.159Z Downloaded phf v0.12.1
8442026-05-12T02:05:37.159Z Downloaded paste v1.0.15
8452026-05-12T02:05:37.162Z Downloaded pem-rfc7468 v0.7.0
8462026-05-12T02:05:37.162Z Downloaded password-hash v0.5.0
8472026-05-12T02:05:37.162Z Downloaded arc-swap v1.8.2
8482026-05-12T02:05:37.165Z Downloaded progenitor-client v0.11.2
8492026-05-12T02:05:37.165Z Downloaded progenitor-client v0.10.0
8502026-05-12T02:05:37.169Z Downloaded libefi-sys v0.1.0
8512026-05-12T02:05:37.170Z Downloaded darling v0.23.0
8522026-05-12T02:05:37.174Z Downloaded quick-error v1.2.3
8532026-05-12T02:05:37.174Z Downloaded progenitor-macro v0.10.0
8542026-05-12T02:05:37.174Z Downloaded progenitor-macro v0.13.0
8552026-05-12T02:05:37.177Z Downloaded polyval v0.6.2
8562026-05-12T02:05:37.177Z Downloaded memmap2 v0.9.10
8572026-05-12T02:05:37.177Z Downloaded futures v0.3.32
8582026-05-12T02:05:37.180Z Downloaded pkcs8 v0.10.2
8592026-05-12T02:05:37.183Z Downloaded oxnet v0.1.4
8602026-05-12T02:05:37.183Z Downloaded phf v0.13.1
8612026-05-12T02:05:37.187Z Downloaded const_format v0.2.35
8622026-05-12T02:05:37.191Z Downloaded progenitor-macro v0.11.2
8632026-05-12T02:05:37.191Z Downloaded libbz2-rs-sys v0.2.2
8642026-05-12T02:05:37.194Z Downloaded psl-types v2.0.11
8652026-05-12T02:05:37.194Z Downloaded ignore v0.4.25
8662026-05-12T02:05:37.194Z Downloaded pin-project-internal v1.1.11
8672026-05-12T02:05:37.194Z Downloaded num-conv v0.2.0
8682026-05-12T02:05:37.198Z Downloaded match_cfg v0.1.0
8692026-05-12T02:05:37.198Z Downloaded daft-derive v0.1.5
8702026-05-12T02:05:37.203Z Downloaded litrs v1.0.0
8712026-05-12T02:05:37.203Z Downloaded aes v0.8.4
8722026-05-12T02:05:37.206Z Downloaded cipher v0.4.4
8732026-05-12T02:05:37.207Z Downloaded primeorder v0.13.6
8742026-05-12T02:05:37.207Z Downloaded postgres-protocol v0.6.10
8752026-05-12T02:05:37.210Z Downloaded num-complex v0.4.6
8762026-05-12T02:05:37.210Z Downloaded openssl-macros v0.1.1
8772026-05-12T02:05:37.210Z Downloaded hickory-server v0.25.2
8782026-05-12T02:05:37.213Z Downloaded progenitor v0.10.0
8792026-05-12T02:05:37.217Z Downloaded async-compression v0.4.41
8802026-05-12T02:05:37.221Z Downloaded hickory-resolver v0.24.4
8812026-05-12T02:05:37.221Z Downloaded cc v1.2.56
8822026-05-12T02:05:37.224Z Downloaded r2d2 v0.8.10
8832026-05-12T02:05:37.227Z Downloaded progenitor-client v0.13.0
8842026-05-12T02:05:37.227Z Downloaded pkcs5 v0.7.1
8852026-05-12T02:05:37.231Z Downloaded parking_lot v0.12.5
8862026-05-12T02:05:37.231Z Downloaded hickory-resolver v0.25.2
8872026-05-12T02:05:37.234Z Downloaded password-hash v0.4.2
8882026-05-12T02:05:37.234Z Downloaded aes-gcm v0.10.3
8892026-05-12T02:05:37.237Z Downloaded parking_lot_core v0.8.6
8902026-05-12T02:05:37.240Z Downloaded progenitor v0.14.0
8912026-05-12T02:05:37.240Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-05-12T02:05:37.240Z Downloaded radium v0.7.0
8932026-05-12T02:05:37.245Z Downloaded progenitor v0.11.2
8942026-05-12T02:05:37.245Z Downloaded ingot-macros v0.1.1
8952026-05-12T02:05:37.245Z Downloaded progenitor-macro v0.14.0
8962026-05-12T02:05:37.248Z Downloaded indicatif v0.18.4
8972026-05-12T02:05:37.249Z Downloaded poly1305 v0.8.0
8982026-05-12T02:05:37.249Z Downloaded papergrid v0.17.0
8992026-05-12T02:05:37.252Z Downloaded postgres-types v0.2.12
9002026-05-12T02:05:37.255Z Downloaded postcard v1.1.3
9012026-05-12T02:05:37.258Z Downloaded heapless v0.7.17
9022026-05-12T02:05:37.262Z Downloaded psm v0.1.30
9032026-05-12T02:05:37.262Z Downloaded oxide-tokio-rt v0.1.4
9042026-05-12T02:05:37.264Z Downloaded elliptic-curve v0.13.8
9052026-05-12T02:05:37.267Z Downloaded rustc-hash v2.1.1
9062026-05-12T02:05:37.268Z Downloaded rustc_version v0.4.1
9072026-05-12T02:05:37.268Z Downloaded rustc_version v0.1.7
9082026-05-12T02:05:37.268Z Downloaded rtoolbox v0.0.3
9092026-05-12T02:05:37.271Z Downloaded rfc6979 v0.4.0
9102026-05-12T02:05:37.271Z Downloaded pkcs1 v0.7.5
9112026-05-12T02:05:37.274Z Downloaded parking_lot_core v0.9.12
9122026-05-12T02:05:37.274Z Downloaded ref-cast-impl v1.0.25
9132026-05-12T02:05:37.274Z Downloaded rand_xorshift v0.4.0
9142026-05-12T02:05:37.277Z Downloaded rand_core v0.6.4
9152026-05-12T02:05:37.277Z Downloaded miniz_oxide v0.8.9
9162026-05-12T02:05:37.280Z Downloaded predicates v3.1.4
9172026-05-12T02:05:37.280Z Downloaded rand_core v0.10.0
9182026-05-12T02:05:37.283Z Downloaded progenitor v0.13.0
9192026-05-12T02:05:37.283Z Downloaded oso v0.27.3
9202026-05-12T02:05:37.286Z Downloaded omicron-zone-package v0.12.2
9212026-05-12T02:05:37.289Z Downloaded openssl-sys v0.9.114
9222026-05-12T02:05:37.291Z Downloaded recursive v0.1.1
9232026-05-12T02:05:37.291Z Downloaded aho-corasick v1.1.4
9242026-05-12T02:05:37.295Z Downloaded rand_chacha v0.3.1
9252026-05-12T02:05:37.298Z Downloaded proc-macro-error2 v2.0.1
9262026-05-12T02:05:37.301Z Downloaded pin-project-lite v0.2.17
9272026-05-12T02:05:37.305Z Downloaded salsa20 v0.10.2
9282026-05-12T02:05:37.305Z Downloaded ar_archive_writer v0.5.1
9292026-05-12T02:05:37.307Z Downloaded scopeguard v1.2.0
9302026-05-12T02:05:37.307Z Downloaded progenitor-extras v0.2.0
9312026-05-12T02:05:37.307Z Downloaded expectorate v1.2.0
9322026-05-12T02:05:37.311Z Downloaded resolv-conf v0.7.6
9332026-05-12T02:05:37.311Z Downloaded jiff-static v0.2.21
9342026-05-12T02:05:37.314Z Downloaded hashbrown v0.12.3
9352026-05-12T02:05:37.317Z Downloaded same-file v1.0.6
9362026-05-12T02:05:37.317Z Downloaded hashbrown v0.13.2
9372026-05-12T02:05:37.320Z Downloaded scroll_derive v0.13.1
9382026-05-12T02:05:37.320Z Downloaded prefix-trie v0.7.0
9392026-05-12T02:05:37.322Z Downloaded ahash v0.8.12
9402026-05-12T02:05:37.326Z Downloaded hubpack_derive v0.1.1
9412026-05-12T02:05:37.326Z Downloaded derive_builder v0.20.2
9422026-05-12T02:05:37.329Z Downloaded ppv-lite86 v0.2.21
9432026-05-12T02:05:37.329Z Downloaded pkg-config v0.3.32
9442026-05-12T02:05:37.332Z Downloaded p256 v0.13.2
9452026-05-12T02:05:37.336Z Downloaded minimal-lexical v0.2.1
9462026-05-12T02:05:37.341Z Downloaded peg-macros v0.8.5
9472026-05-12T02:05:37.341Z Downloaded parking_lot v0.11.2
9482026-05-12T02:05:37.341Z Downloaded defmt-macros v1.0.1
9492026-05-12T02:05:37.343Z Downloaded sapling-renderdag v0.1.0
9502026-05-12T02:05:37.344Z Downloaded semver v0.1.20
9512026-05-12T02:05:37.344Z Downloaded secrecy v0.8.0
9522026-05-12T02:05:37.344Z Downloaded scrypt v0.11.0
9532026-05-12T02:05:37.346Z Downloaded serde_bytes v0.11.19
9542026-05-12T02:05:37.346Z Downloaded serde-big-array v0.5.1
9552026-05-12T02:05:37.349Z Downloaded seq-macro v0.3.6
9562026-05-12T02:05:37.350Z Downloaded serde_plain v1.0.2
9572026-05-12T02:05:37.354Z Downloaded darling_core v0.23.0
9582026-05-12T02:05:37.354Z Downloaded ena v0.14.4
9592026-05-12T02:05:37.357Z Downloaded pin-project v1.1.11
9602026-05-12T02:05:37.365Z Downloaded serde_urlencoded v0.7.1
9612026-05-12T02:05:37.367Z Downloaded rand_chacha v0.9.0
9622026-05-12T02:05:37.368Z Downloaded rand_seeder v0.4.0
9632026-05-12T02:05:37.368Z Downloaded data-encoding v2.10.0
9642026-05-12T02:05:37.368Z Downloaded serde_repr v0.1.20
9652026-05-12T02:05:37.370Z Downloaded daft v0.1.5
9662026-05-12T02:05:37.371Z Downloaded signal-hook-mio v0.2.5
9672026-05-12T02:05:37.371Z Downloaded rustversion v1.0.22
9682026-05-12T02:05:37.374Z Downloaded ctr v0.9.2
9692026-05-12T02:05:37.377Z Downloaded rustls-pemfile v2.2.0
9702026-05-12T02:05:37.380Z Downloaded rustls-pemfile v1.0.4
9712026-05-12T02:05:37.383Z Downloaded rusty-fork v0.3.1
9722026-05-12T02:05:37.386Z Downloaded siphasher v1.0.2
9732026-05-12T02:05:37.389Z Downloaded shell-words v1.1.1
9742026-05-12T02:05:37.389Z Downloaded serde_spanned v1.0.4
9752026-05-12T02:05:37.389Z Downloaded ref-cast v1.0.25
9762026-05-12T02:05:37.392Z Downloaded rand_core v0.9.5
9772026-05-12T02:05:37.398Z Downloaded progenitor-impl v0.11.2
9782026-05-12T02:05:37.401Z Downloaded secrecy v0.10.3
9792026-05-12T02:05:37.401Z Downloaded schemars_derive v0.8.22
9802026-05-12T02:05:37.404Z Downloaded progenitor-impl v0.14.0
9812026-05-12T02:05:37.404Z Downloaded signature v2.2.0
9822026-05-12T02:05:37.407Z Downloaded sct v0.7.1
9832026-05-12T02:05:37.407Z Downloaded russh-keys v0.45.0
9842026-05-12T02:05:37.410Z Downloaded quinn-udp v0.5.14
9852026-05-12T02:05:37.410Z Downloaded scroll v0.13.0
9862026-05-12T02:05:37.413Z Downloaded progenitor-impl v0.10.0
9872026-05-12T02:05:37.414Z Downloaded sha1 v0.10.6
9882026-05-12T02:05:37.414Z Downloaded sec1 v0.7.3
9892026-05-12T02:05:37.416Z Downloaded crossterm v0.28.1
9902026-05-12T02:05:37.419Z Downloaded http v1.4.0
9912026-05-12T02:05:37.425Z Downloaded rustls-native-certs v0.8.3
9922026-05-12T02:05:37.429Z Downloaded ssh-cipher v0.2.0
9932026-05-12T02:05:37.434Z Downloaded slog-bunyan v2.5.0
9942026-05-12T02:05:37.443Z Downloaded russh-cryptovec v0.7.3
9952026-05-12T02:05:37.443Z Downloaded serde-hex v0.1.0
9962026-05-12T02:05:37.443Z Downloaded serde_path_to_error v0.1.20
9972026-05-12T02:05:37.446Z Downloaded mio v1.2.0
9982026-05-12T02:05:37.446Z Downloaded pretty_assertions v1.4.1
9992026-05-12T02:05:37.449Z Downloaded sigpipe v0.1.3
10002026-05-12T02:05:37.449Z Downloaded rustls-pki-types v1.14.0
10012026-05-12T02:05:37.452Z Downloaded ssh-encoding v0.2.0
10022026-05-12T02:05:37.452Z Downloaded structmeta v0.3.0
10032026-05-12T02:05:37.455Z Downloaded signal-hook-tokio v0.3.1
10042026-05-12T02:05:37.455Z Downloaded strip-ansi-escapes v0.2.1
10052026-05-12T02:05:37.457Z Downloaded shlex v1.3.0
10062026-05-12T02:05:37.458Z Downloaded rcgen v0.12.1
10072026-05-12T02:05:37.458Z Downloaded prettyplease v0.2.37
10082026-05-12T02:05:37.460Z Downloaded blake3 v1.8.3
10092026-05-12T02:05:37.465Z Downloaded structmeta-derive v0.3.0
10102026-05-12T02:05:37.468Z Downloaded strum v0.27.2
10112026-05-12T02:05:37.468Z Downloaded ron v0.8.1
10122026-05-12T02:05:37.471Z Downloaded slab v0.4.12
10132026-05-12T02:05:37.471Z Downloaded sync_wrapper v1.0.2
10142026-05-12T02:05:37.474Z Downloaded sync-ptr v0.1.4
10152026-05-12T02:05:37.474Z Downloaded simd-adler32 v0.3.8
10162026-05-12T02:05:37.474Z Downloaded signal-hook-registry v1.4.8
10172026-05-12T02:05:37.477Z Downloaded itertools v0.10.5
10182026-05-12T02:05:37.480Z Downloaded slog-stdlog v4.1.1
10192026-05-12T02:05:37.480Z Downloaded sqlparser_derive v0.5.0
10202026-05-12T02:05:37.480Z Downloaded smallvec v0.6.14
10212026-05-12T02:05:37.483Z Downloaded slog-json v2.6.1
10222026-05-12T02:05:37.483Z Downloaded progenitor-impl v0.13.0
10232026-05-12T02:05:37.486Z Downloaded tagptr v0.2.0
10242026-05-12T02:05:37.487Z Downloaded smf v0.2.3
10252026-05-12T02:05:37.487Z Downloaded slog-term v2.9.2
10262026-05-12T02:05:37.490Z Downloaded serde_with_macros v3.17.0
10272026-05-12T02:05:37.490Z Downloaded tabwriter v1.4.1
10282026-05-12T02:05:37.493Z Downloaded slog-scope v4.4.1
10292026-05-12T02:05:37.493Z Downloaded slog-dtrace v0.3.0
10302026-05-12T02:05:37.493Z Downloaded supports-color v3.0.2
10312026-05-12T02:05:37.493Z Downloaded spki v0.7.3
10322026-05-12T02:05:37.496Z Downloaded num-bigint v0.4.6
10332026-05-12T02:05:37.499Z Downloaded libxml v0.3.3
10342026-05-12T02:05:37.502Z Downloaded subtle v2.6.1
10352026-05-12T02:05:37.502Z Downloaded take_mut v0.2.2
10362026-05-12T02:05:37.502Z Downloaded strum v0.26.3
10372026-05-12T02:05:37.507Z Downloaded scheduled-thread-pool v0.2.7
10382026-05-12T02:05:37.507Z Downloaded slog-async v2.8.0
10392026-05-12T02:05:37.507Z Downloaded rand v0.8.6
10402026-05-12T02:05:37.510Z Downloaded testing_table v0.3.0
10412026-05-12T02:05:37.514Z Downloaded hyper-util v0.1.20
10422026-05-12T02:05:37.517Z Downloaded string_cache v0.8.9
10432026-05-12T02:05:37.517Z Downloaded stacker v0.1.23
10442026-05-12T02:05:37.517Z Downloaded rustls-platform-verifier v0.6.2
10452026-05-12T02:05:37.520Z Downloaded tabled_derive v0.11.0
10462026-05-12T02:05:37.520Z Downloaded serde_cbor v0.11.2
10472026-05-12T02:05:37.523Z Downloaded stringprep v0.1.5
10482026-05-12T02:05:37.532Z Downloaded strum_macros v0.24.3
10492026-05-12T02:05:37.536Z Downloaded termtree v0.5.1
10502026-05-12T02:05:37.536Z Downloaded schemars v0.8.22
10512026-05-12T02:05:37.539Z Downloaded hashbrown v0.16.1
10522026-05-12T02:05:37.542Z Downloaded sqlformat v0.3.5
10532026-05-12T02:05:37.545Z Downloaded bitvec v1.0.1
10542026-05-12T02:05:37.552Z Downloaded thread-id v5.1.0
10552026-05-12T02:05:37.555Z Downloaded support-bundle-viewer v0.1.2
10562026-05-12T02:05:37.555Z Downloaded iri-string v0.7.10
10572026-05-12T02:05:37.558Z Downloaded slog-envlogger v2.2.0
10582026-05-12T02:05:37.561Z Downloaded strum_macros v0.27.2
10592026-05-12T02:05:37.562Z Downloaded ryu v1.0.23
10602026-05-12T02:05:37.565Z Downloaded tap v1.0.1
10612026-05-12T02:05:37.565Z Downloaded static_assertions v1.1.0
10622026-05-12T02:05:37.567Z Downloaded snafu-derive v0.8.9
10632026-05-12T02:05:37.568Z Downloaded termios v0.3.3
10642026-05-12T02:05:37.568Z Downloaded strum_macros v0.26.4
10652026-05-12T02:05:37.570Z Downloaded quinn v0.11.9
10662026-05-12T02:05:37.573Z Downloaded qorb v0.4.1
10672026-05-12T02:05:37.576Z Downloaded hashbrown v0.15.5
10682026-05-12T02:05:37.579Z Downloaded publicsuffix v2.3.0
10692026-05-12T02:05:37.583Z Downloaded spin v0.9.8
10702026-05-12T02:05:37.588Z Downloaded tower-layer v0.3.3
10712026-05-12T02:05:37.590Z Downloaded nom v7.1.3
10722026-05-12T02:05:37.593Z Downloaded num-bigint-dig v0.8.6
10732026-05-12T02:05:37.597Z Downloaded serde_yaml v0.9.34+deprecated
10742026-05-12T02:05:37.600Z Downloaded time-macros v0.2.27
10752026-05-12T02:05:37.600Z Downloaded time-core v0.1.8
10762026-05-12T02:05:37.600Z Downloaded tls_codec_derive v0.4.2
10772026-05-12T02:05:37.604Z Downloaded trait-variant v0.1.2
10782026-05-12T02:05:37.604Z Downloaded similar v2.7.0
10792026-05-12T02:05:37.607Z Downloaded unicode-truncate v1.1.0
10802026-05-12T02:05:37.607Z Downloaded tiny-keccak v2.0.2
10812026-05-12T02:05:37.613Z Downloaded tls_codec v0.4.2
10822026-05-12T02:05:37.616Z Downloaded thread_local v1.1.9
10832026-05-12T02:05:37.616Z Downloaded tokio-native-tls v0.3.1
10842026-05-12T02:05:37.616Z Downloaded thiserror-no-std v2.0.2
10852026-05-12T02:05:37.621Z Downloaded universal-hash v0.5.1
10862026-05-12T02:05:37.621Z Downloaded tower-service v0.3.3
10872026-05-12T02:05:37.621Z Downloaded tinyvec_macros v0.1.1
10882026-05-12T02:05:37.625Z Downloaded thiserror-impl-no-std v2.0.2
10892026-05-12T02:05:37.625Z Downloaded itertools v0.14.0
10902026-05-12T02:05:37.629Z Downloaded usdt v0.6.0
10912026-05-12T02:05:37.629Z Downloaded unit-prefix v0.5.2
10922026-05-12T02:05:37.638Z Downloaded unarray v0.1.4
10932026-05-12T02:05:37.641Z Downloaded term v1.2.1
10942026-05-12T02:05:37.641Z Downloaded term v0.7.0
10952026-05-12T02:05:37.641Z Downloaded typify-macro v0.6.2
10962026-05-12T02:05:37.641Z Downloaded try-lock v0.2.5
10972026-05-12T02:05:37.644Z Downloaded utf-8 v0.7.6
10982026-05-12T02:05:37.644Z Downloaded signal-hook v0.3.18
10992026-05-12T02:05:37.644Z Downloaded usdt-macro v0.6.0
11002026-05-12T02:05:37.647Z Downloaded schemars v1.2.1
11012026-05-12T02:05:37.652Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-05-12T02:05:37.656Z Downloaded rsa v0.9.10
11032026-05-12T02:05:37.659Z Downloaded untrusted v0.9.0
11042026-05-12T02:05:37.659Z Downloaded untrusted v0.7.1
11052026-05-12T02:05:37.659Z Downloaded typify-macro v0.4.3
11062026-05-12T02:05:37.662Z Downloaded socket2 v0.6.3
11072026-05-12T02:05:37.662Z Downloaded hyper v1.8.1
11082026-05-12T02:05:37.665Z Downloaded want v0.3.1
11092026-05-12T02:05:37.668Z Downloaded waitgroup v0.1.2
11102026-05-12T02:05:37.668Z Downloaded wait-timeout v0.2.1
11112026-05-12T02:05:37.668Z Downloaded usdt-attr-macro v0.6.0
11122026-05-12T02:05:37.668Z Downloaded tokio-macros v2.7.0
11132026-05-12T02:05:37.671Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-05-12T02:05:37.671Z Downloaded iddqd v0.3.18
11152026-05-12T02:05:37.674Z Downloaded futures-util v0.3.32
11162026-05-12T02:05:37.682Z Downloaded git2 v0.20.4
11172026-05-12T02:05:37.690Z Downloaded void v1.0.2
11182026-05-12T02:05:37.690Z Downloaded itertools v0.13.0
11192026-05-12T02:05:37.697Z Downloaded subprocess v0.2.15
11202026-05-12T02:05:37.697Z Downloaded tui-tree-widget v0.23.1
11212026-05-12T02:05:37.697Z Downloaded tokio-rustls v0.25.0
11222026-05-12T02:05:37.697Z Downloaded samael v0.0.19
11232026-05-12T02:05:37.703Z Downloaded xattr v1.6.1
11242026-05-12T02:05:37.703Z Downloaded unicase v2.9.0
11252026-05-12T02:05:37.703Z Downloaded tokio-rustls v0.24.1
11262026-05-12T02:05:37.703Z Downloaded p521 v0.13.3
11272026-05-12T02:05:37.708Z Downloaded schemars v0.9.0
11282026-05-12T02:05:37.713Z Downloaded usdt-impl v0.6.0
11292026-05-12T02:05:37.713Z Downloaded tokio-stream v0.1.18
11302026-05-12T02:05:37.716Z Downloaded tokio-tungstenite v0.23.1
11312026-05-12T02:05:37.716Z Downloaded tokio-rustls v0.26.4
11322026-05-12T02:05:37.720Z Downloaded snafu v0.8.9
11332026-05-12T02:05:37.723Z Downloaded zeroize_derive v1.4.3
11342026-05-12T02:05:37.723Z Downloaded hkdf v0.12.4
11352026-05-12T02:05:37.723Z Downloaded tokio-dtrace v0.1.1
11362026-05-12T02:05:37.726Z Downloaded xshell-macros v0.2.7
11372026-05-12T02:05:37.726Z Downloaded russh v0.45.0
11382026-05-12T02:05:37.731Z Downloaded rustls-webpki v0.103.9
11392026-05-12T02:05:37.734Z Downloaded itertools v0.12.1
11402026-05-12T02:05:37.737Z Downloaded uzers v0.12.2
11412026-05-12T02:05:37.737Z Downloaded rand v0.10.0
11422026-05-12T02:05:37.740Z Downloaded tokio-tungstenite v0.21.0
11432026-05-12T02:05:37.740Z Downloaded zone v0.3.1
11442026-05-12T02:05:37.740Z Downloaded test-strategy v0.4.5
11452026-05-12T02:05:37.744Z Downloaded vergen-lib v0.1.6
11462026-05-12T02:05:37.747Z Downloaded slog v2.8.2
11472026-05-12T02:05:37.747Z Downloaded toml_parser v1.0.9+spec-1.1.0
11482026-05-12T02:05:37.747Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11492026-05-12T02:05:37.750Z Downloaded rayon-core v1.13.0
11502026-05-12T02:05:37.750Z Downloaded tinyvec v1.10.0
11512026-05-12T02:05:37.753Z Downloaded h2 v0.4.13
11522026-05-12T02:05:37.756Z Downloaded wyz v0.5.1
11532026-05-12T02:05:37.756Z Downloaded unicode-properties v0.1.4
11542026-05-12T02:05:37.761Z Downloaded vergen-git2 v1.0.7
11552026-05-12T02:05:37.761Z Downloaded socket2 v0.5.10
11562026-05-12T02:05:37.761Z Downloaded walkdir v2.5.0
11572026-05-12T02:05:37.764Z Downloaded vsss-rs v3.3.4
11582026-05-12T02:05:37.764Z Downloaded vergen-gitcl v1.0.8
11592026-05-12T02:05:37.764Z Downloaded tracing-attributes v0.1.31
11602026-05-12T02:05:37.767Z Downloaded twox-hash v2.1.2
11612026-05-12T02:05:37.767Z Downloaded topological-sort v0.2.2
11622026-05-12T02:05:37.767Z Downloaded rand v0.9.2
11632026-05-12T02:05:37.771Z Downloaded chrono v0.4.44
11642026-05-12T02:05:37.774Z Downloaded whoami v2.1.0
11652026-05-12T02:05:37.777Z Downloaded whoami v1.6.1
11662026-05-12T02:05:37.777Z Downloaded zone_cfg_derive v0.3.1
11672026-05-12T02:05:37.777Z Downloaded toml v0.9.12+spec-1.1.0
11682026-05-12T02:05:37.783Z Downloaded libm v0.2.16
11692026-05-12T02:05:37.794Z Downloaded zeroize v1.8.2
11702026-05-12T02:05:37.794Z Downloaded toml v0.7.8
11712026-05-12T02:05:37.794Z Downloaded tar v0.4.45
11722026-05-12T02:05:37.801Z Downloaded tungstenite v0.21.0
11732026-05-12T02:05:37.808Z Downloaded tracing-core v0.1.36
11742026-05-12T02:05:37.812Z Downloaded vergen v9.0.6
11752026-05-12T02:05:37.815Z Downloaded zstd v0.13.3
11762026-05-12T02:05:37.815Z Downloaded tungstenite v0.23.0
11772026-05-12T02:05:37.823Z Downloaded unicode-bidi v0.3.18
11782026-05-12T02:05:37.826Z Downloaded typify v0.4.3
11792026-05-12T02:05:37.829Z Downloaded xshell v0.2.7
11802026-05-12T02:05:37.829Z Downloaded yasna v0.5.2
11812026-05-12T02:05:37.833Z Downloaded zerocopy v0.6.6
11822026-05-12T02:05:37.836Z Downloaded uuid v1.23.0
11832026-05-12T02:05:37.839Z Downloaded unsafe-libyaml v0.2.11
11842026-05-12T02:05:37.846Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-12T02:05:37.851Z Downloaded rpassword v7.4.0
11862026-05-12T02:05:37.851Z Downloaded toml v1.0.6+spec-1.1.0
11872026-05-12T02:05:37.856Z Downloaded vte v0.14.1
11882026-05-12T02:05:37.856Z Downloaded steno v0.4.1
11892026-05-12T02:05:37.862Z Downloaded rustyline v14.0.0
11902026-05-12T02:05:37.866Z Downloaded p384 v0.13.1
11912026-05-12T02:05:37.871Z Downloaded zstd-safe v7.2.4
11922026-05-12T02:05:37.889Z Downloaded typify v0.6.2
11932026-05-12T02:05:37.898Z Downloaded toml_edit v0.19.15
11942026-05-12T02:05:37.908Z Downloaded ssh-key v0.6.7
11952026-05-12T02:05:37.912Z Downloaded reedline v0.40.0
11962026-05-12T02:05:37.918Z Downloaded unicode_categories v0.1.1
11972026-05-12T02:05:37.921Z Downloaded portable-atomic v1.13.1
11982026-05-12T02:05:37.924Z Downloaded bindgen v0.71.1
11992026-05-12T02:05:37.927Z Downloaded zopfli v0.8.3
12002026-05-12T02:05:37.930Z Downloaded aws-lc-rs v1.16.3
12012026-05-12T02:05:37.934Z Downloaded zip v0.6.6
12022026-05-12T02:05:37.939Z Downloaded tokio-postgres v0.7.16
12032026-05-12T02:05:37.942Z Downloaded yansi v1.0.1
12042026-05-12T02:05:37.951Z Downloaded reqwest v0.12.28
12052026-05-12T02:05:37.971Z Downloaded tower v0.5.3
12062026-05-12T02:05:37.975Z Downloaded rustls-webpki v0.101.7
12072026-05-12T02:05:37.984Z Downloaded regex v1.12.3
12082026-05-12T02:05:37.987Z Downloaded rayon v1.11.0
12092026-05-12T02:05:37.993Z Downloaded zerocopy-derive v0.8.40
12102026-05-12T02:05:37.998Z Downloaded quick-xml v0.37.5
12112026-05-12T02:05:38.003Z Downloaded goblin v0.10.5
12122026-05-12T02:05:38.008Z Downloaded reqwest v0.13.2
12132026-05-12T02:05:38.012Z Downloaded tokio-util v0.7.18
12142026-05-12T02:05:38.014Z Downloaded moka v0.12.13
12152026-05-12T02:05:38.019Z Downloaded zip v4.6.1
12162026-05-12T02:05:38.022Z Downloaded proptest v1.10.0
12172026-05-12T02:05:38.027Z Downloaded unicode-segmentation v1.12.0
12182026-05-12T02:05:38.031Z Downloaded x509-cert v0.2.5
12192026-05-12T02:05:38.035Z Downloaded rustls-webpki v0.102.8
12202026-05-12T02:05:38.043Z Downloaded unicode-normalization v0.1.25
12212026-05-12T02:05:38.046Z Downloaded typed-path v0.9.3
12222026-05-12T02:05:38.051Z Downloaded object v0.30.4
12232026-05-12T02:05:38.058Z Downloaded salty v0.3.0
12242026-05-12T02:05:38.065Z Downloaded petname v2.0.2
12252026-05-12T02:05:38.071Z Downloaded lalrpop v0.19.12
12262026-05-12T02:05:38.074Z Downloaded tower-http v0.6.8
12272026-05-12T02:05:38.077Z Downloaded serde_derive_internals v0.29.1
12282026-05-12T02:05:38.080Z Downloaded curve25519-dalek v4.1.3
12292026-05-12T02:05:38.084Z Downloaded bstr v1.12.1
12302026-05-12T02:05:38.093Z Downloaded nix v0.27.1
12312026-05-12T02:05:38.105Z Downloaded winnow v0.6.26
12322026-05-12T02:05:38.110Z Downloaded polar-core v0.27.3
12332026-05-12T02:05:38.119Z Downloaded openssl v0.10.78
12342026-05-12T02:05:38.126Z Downloaded quinn-proto v0.11.13
12352026-05-12T02:05:38.130Z Downloaded dropshot v0.16.7
12362026-05-12T02:05:38.143Z Downloaded serde_with v3.17.0
12372026-05-12T02:05:38.151Z Downloaded nix v0.29.0
12382026-05-12T02:05:38.157Z Downloaded radix_trie v0.2.1
12392026-05-12T02:05:38.161Z Downloaded nix v0.28.0
12402026-05-12T02:05:38.167Z Downloaded tough v0.22.0
12412026-05-12T02:05:38.171Z Downloaded hickory-proto v0.24.4
12422026-05-12T02:05:38.182Z Downloaded winnow v0.5.40
12432026-05-12T02:05:38.190Z Downloaded nix v0.31.2
12442026-05-12T02:05:38.194Z Downloaded rustls v0.21.12
12452026-05-12T02:05:38.200Z Downloaded regex-syntax v0.6.29
12462026-05-12T02:05:38.205Z Downloaded hickory-proto v0.25.2
12472026-05-12T02:05:38.214Z Downloaded time v0.3.47
12482026-05-12T02:05:38.224Z Downloaded smoltcp v0.9.1
12492026-05-12T02:05:38.228Z Downloaded tabled v0.20.0
12502026-05-12T02:05:38.237Z Downloaded object v0.37.3
12512026-05-12T02:05:38.245Z Downloaded diesel v2.3.7
12522026-05-12T02:05:38.258Z Downloaded zlib-rs v0.6.2
12532026-05-12T02:05:38.262Z Downloaded regress v0.10.5
12542026-05-12T02:05:38.269Z Downloaded openapiv3 v2.2.0
12552026-05-12T02:05:38.274Z Downloaded rustix v0.38.44
12562026-05-12T02:05:38.289Z Downloaded zerocopy v0.8.40
12572026-05-12T02:05:38.292Z Downloaded smoltcp v0.11.0
12582026-05-12T02:05:38.299Z Downloaded webpki-roots v1.0.6
12592026-05-12T02:05:38.302Z Downloaded rustls v0.23.37
12602026-05-12T02:05:38.308Z Downloaded rustls v0.22.4
12612026-05-12T02:05:38.316Z Downloaded regress v0.11.1
12622026-05-12T02:05:38.322Z Downloaded vcpkg v0.2.15
12632026-05-12T02:05:38.347Z Downloaded regex-syntax v0.8.10
12642026-05-12T02:05:38.376Z Downloaded sqlparser v0.61.0
12652026-05-12T02:05:38.387Z Downloaded sled v0.34.7
12662026-05-12T02:05:38.391Z Downloaded ratatui v0.29.0
12672026-05-12T02:05:38.400Z Downloaded tracing v0.1.44
12682026-05-12T02:05:38.413Z Downloaded typify-impl v0.6.2
12692026-05-12T02:05:38.422Z Downloaded typify-impl v0.4.3
12702026-05-12T02:05:38.431Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-05-12T02:05:38.438Z Downloaded regex-automata v0.4.14
12722026-05-12T02:05:38.450Z Downloaded zerocopy-derive v0.6.6
12732026-05-12T02:05:38.469Z Downloaded jiff v0.2.21
12742026-05-12T02:05:38.489Z Downloaded petgraph v0.6.5
12752026-05-12T02:05:38.499Z Downloaded csv v1.4.0
12762026-05-12T02:05:38.513Z Downloaded chrono-tz v0.10.4
12772026-05-12T02:05:38.522Z Downloaded sha3 v0.10.8
12782026-05-12T02:05:38.533Z Downloaded encoding_rs v0.8.35
12792026-05-12T02:05:38.547Z Downloaded petgraph v0.8.3
12802026-05-12T02:05:38.569Z Downloaded libz-sys v1.1.24
12812026-05-12T02:05:38.581Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-05-12T02:05:38.596Z Downloaded tokio v1.52.1
12832026-05-12T02:05:38.707Z Downloaded ring v0.17.14
12842026-05-12T02:05:38.765Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-12T02:05:39.312Z Downloaded aws-lc-sys v0.40.0
12862026-05-12T02:05:39.566Z Compiling libc v0.2.185
12872026-05-12T02:05:39.566Z Compiling serde v1.0.228
12882026-05-12T02:05:39.569Z Compiling log v0.4.29
12892026-05-12T02:05:39.569Z Compiling find-msvc-tools v0.1.9
12902026-05-12T02:05:39.569Z Compiling shlex v1.3.0
12912026-05-12T02:05:39.569Z Compiling smallvec v1.15.1
12922026-05-12T02:05:39.569Z Compiling typenum v1.19.0
12932026-05-12T02:05:39.569Z Compiling subtle v2.6.1
12942026-05-12T02:05:39.569Z Compiling generic-array v0.14.7
12952026-05-12T02:05:39.569Z Compiling scopeguard v1.2.0
12962026-05-12T02:05:39.753Z Compiling const-oid v0.9.6
12972026-05-12T02:05:39.756Z Compiling portable-atomic v1.13.1
12982026-05-12T02:05:39.767Z Compiling serde_json v1.0.149
12992026-05-12T02:05:39.895Z Compiling syn v2.0.117
13002026-05-12T02:05:39.946Z Compiling lock_api v0.4.14
13012026-05-12T02:05:39.949Z Compiling critical-section v1.2.0
13022026-05-12T02:05:39.949Z Compiling zerocopy v0.8.40
13032026-05-12T02:05:39.955Z Compiling pin-project-lite v0.2.17
13042026-05-12T02:05:39.974Z Compiling parking_lot_core v0.9.12
13052026-05-12T02:05:39.977Z Compiling pkg-config v0.3.32
13062026-05-12T02:05:40.063Z Compiling bitflags v2.11.0
13072026-05-12T02:05:40.123Z Compiling libm v0.2.16
13082026-05-12T02:05:40.138Z Compiling futures-core v0.3.32
13092026-05-12T02:05:40.154Z Compiling num-traits v0.2.19
13102026-05-12T02:05:40.186Z Compiling percent-encoding v2.3.2
13112026-05-12T02:05:40.246Z Compiling futures-sink v0.3.32
13122026-05-12T02:05:40.250Z Compiling slab v0.4.12
13132026-05-12T02:05:40.327Z Compiling futures-io v0.3.32
13142026-05-12T02:05:40.331Z Compiling futures-task v0.3.32
13152026-05-12T02:05:40.357Z Compiling futures-channel v0.3.32
13162026-05-12T02:05:40.372Z Compiling getrandom v0.4.1
13172026-05-12T02:05:40.419Z Compiling cpufeatures v0.2.17
13182026-05-12T02:05:40.490Z Compiling rand_core v0.10.0
13192026-05-12T02:05:40.505Z Compiling indexmap v2.14.0
13202026-05-12T02:05:40.508Z Compiling getrandom v0.3.4
13212026-05-12T02:05:40.508Z Compiling rustversion v1.0.22
13222026-05-12T02:05:40.572Z Compiling form_urlencoded v1.2.2
13232026-05-12T02:05:40.576Z Compiling fs_extra v1.3.0
13242026-05-12T02:05:40.607Z Compiling dunce v1.0.5
13252026-05-12T02:05:40.633Z Compiling base64ct v1.8.3
13262026-05-12T02:05:40.667Z Compiling ident_case v1.0.1
13272026-05-12T02:05:40.704Z Compiling getrandom v0.2.17
13282026-05-12T02:05:40.726Z Compiling jobserver v0.1.34
13292026-05-12T02:05:40.758Z Compiling errno v0.3.14
13302026-05-12T02:05:40.821Z Compiling mio v1.2.0
13312026-05-12T02:05:40.834Z Compiling socket2 v0.6.3
13322026-05-12T02:05:40.885Z Compiling rand_core v0.6.4
13332026-05-12T02:05:40.922Z Compiling signal-hook-registry v1.4.8
13342026-05-12T02:05:40.968Z Compiling pem-rfc7468 v0.7.0
13352026-05-12T02:05:40.995Z Compiling cc v1.2.56
13362026-05-12T02:05:41.015Z Compiling once_cell v1.21.3
13372026-05-12T02:05:41.101Z Compiling parking_lot v0.12.5
13382026-05-12T02:05:41.167Z Compiling rustix v1.1.3
13392026-05-12T02:05:41.190Z Compiling flagset v0.4.7
13402026-05-12T02:05:41.211Z Compiling regex-syntax v0.8.10
13412026-05-12T02:05:41.225Z Compiling iana-time-zone v0.1.65
13422026-05-12T02:05:41.240Z Compiling vcpkg v0.2.15
13432026-05-12T02:05:41.256Z Compiling aws-lc-rs v1.16.3
13442026-05-12T02:05:41.284Z Compiling tracing-core v0.1.36
13452026-05-12T02:05:41.305Z Compiling uuid v1.23.0
13462026-05-12T02:05:41.337Z Compiling rustc_version v0.4.1
13472026-05-12T02:05:41.342Z Compiling base64 v0.22.1
13482026-05-12T02:05:41.454Z Compiling tinyvec_macros v0.1.1
13492026-05-12T02:05:41.504Z Compiling openssl-probe v0.2.1
13502026-05-12T02:05:41.532Z Compiling untrusted v0.7.1
13512026-05-12T02:05:41.575Z Compiling httparse v1.10.1
13522026-05-12T02:05:41.677Z Compiling rand_core v0.9.5
13532026-05-12T02:05:41.693Z Compiling untrusted v0.9.0
13542026-05-12T02:05:41.696Z Compiling tinyvec v1.10.0
13552026-05-12T02:05:41.723Z Compiling aho-corasick v1.1.4
13562026-05-12T02:05:41.727Z Compiling tower-layer v0.3.3
13572026-05-12T02:05:41.751Z Compiling dyn-clone v1.0.20
13582026-05-12T02:05:41.754Z Compiling rustls v0.23.37
13592026-05-12T02:05:41.817Z Compiling cmake v0.1.57
13602026-05-12T02:05:41.873Z Compiling schemars v0.8.22
13612026-05-12T02:05:41.915Z Compiling tower-service v0.3.3
13622026-05-12T02:05:41.920Z Compiling try-lock v0.2.5
13632026-05-12T02:05:41.959Z Compiling atomic-waker v1.1.2
13642026-05-12T02:05:41.980Z Compiling pin-utils v0.1.0
13652026-05-12T02:05:42.027Z Compiling want v0.3.1
13662026-05-12T02:05:42.043Z Compiling openssl v0.10.78
13672026-05-12T02:05:42.043Z Compiling foreign-types-shared v0.1.1
13682026-05-12T02:05:42.073Z Compiling httpdate v1.0.3
13692026-05-12T02:05:42.076Z Compiling unicode-normalization v0.1.25
13702026-05-12T02:05:42.076Z Compiling spin v0.9.8
13712026-05-12T02:05:42.112Z Compiling powerfmt v0.2.0
13722026-05-12T02:05:42.115Z Compiling crc32fast v1.5.0
13732026-05-12T02:05:42.156Z Compiling foreign-types v0.3.2
13742026-05-12T02:05:42.174Z Compiling time-core v0.1.8
13752026-05-12T02:05:42.207Z Compiling num-conv v0.2.0
13762026-05-12T02:05:42.236Z Compiling native-tls v0.2.18
13772026-05-12T02:05:42.251Z Compiling wait-timeout v0.2.1
13782026-05-12T02:05:42.305Z Compiling deranged v0.5.8
13792026-05-12T02:05:42.325Z Compiling sync_wrapper v1.0.2
13802026-05-12T02:05:42.345Z Compiling num_threads v0.1.7
13812026-05-12T02:05:42.345Z Compiling syn v1.0.109
13822026-05-12T02:05:42.348Z Compiling crossbeam-utils v0.8.21
13832026-05-12T02:05:42.377Z Compiling quick-error v1.2.3
13842026-05-12T02:05:42.389Z Compiling time-macros v0.2.27
13852026-05-12T02:05:42.458Z Compiling simd-adler32 v0.3.8
13862026-05-12T02:05:42.476Z Compiling siphasher v1.0.2
13872026-05-12T02:05:42.492Z Compiling bit-vec v0.8.0
13882026-05-12T02:05:42.495Z Compiling usdt-impl v0.6.0
13892026-05-12T02:05:42.541Z Compiling rand_xorshift v0.4.0
13902026-05-12T02:05:42.596Z Compiling slog v2.8.2
13912026-05-12T02:05:42.655Z Compiling aws-lc-sys v0.40.0
13922026-05-12T02:05:42.686Z Compiling ring v0.17.14
13932026-05-12T02:05:42.702Z Compiling openssl-sys v0.9.114
13942026-05-12T02:05:42.706Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-05-12T02:05:42.732Z Compiling bit-set v0.8.0
13962026-05-12T02:05:42.772Z Compiling regex-automata v0.4.14
13972026-05-12T02:05:42.775Z Compiling tempfile v3.25.0
13982026-05-12T02:05:42.819Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-05-12T02:05:42.822Z Compiling heapless v0.7.17
14002026-05-12T02:05:42.849Z Compiling thread-id v5.1.0
14012026-05-12T02:05:42.926Z Compiling synstructure v0.13.2
14022026-05-12T02:05:42.942Z Compiling serde_derive_internals v0.29.1
14032026-05-12T02:05:43.069Z Compiling pest_generator v2.8.6
14042026-05-12T02:05:43.102Z Compiling darling_core v0.20.11
14052026-05-12T02:05:43.138Z Compiling rusty-fork v0.3.1
14062026-05-12T02:05:43.201Z Compiling darling_core v0.21.3
14072026-05-12T02:05:43.351Z Compiling cookie v0.18.1
14082026-05-12T02:05:43.504Z Compiling unarray v0.1.4
14092026-05-12T02:05:43.560Z Compiling adler2 v2.0.1
14102026-05-12T02:05:43.575Z Compiling time v0.3.47
14112026-05-12T02:05:43.576Z Compiling paste v1.0.15
14122026-05-12T02:05:43.576Z Compiling unicode-bidi v0.3.18
14132026-05-12T02:05:43.625Z Compiling allocator-api2 v0.2.21
14142026-05-12T02:05:43.694Z Compiling unicode-properties v0.1.4
14152026-05-12T02:05:43.708Z Compiling ryu v1.0.23
14162026-05-12T02:05:43.826Z Compiling anyhow v1.0.102
14172026-05-12T02:05:43.880Z Compiling zstd-safe v7.2.4
14182026-05-12T02:05:43.921Z Compiling iri-string v0.7.10
14192026-05-12T02:05:43.926Z Compiling signal-hook v0.3.18
14202026-05-12T02:05:43.986Z Compiling stringprep v0.1.5
14212026-05-12T02:05:43.999Z Compiling miniz_oxide v0.8.9
14222026-05-12T02:05:44.177Z Compiling num-integer v0.1.46
14232026-05-12T02:05:44.409Z Compiling vergen-lib v0.1.6
14242026-05-12T02:05:44.445Z Compiling curve25519-dalek v4.1.3
14252026-05-12T02:05:44.523Z Compiling ff v0.13.1
14262026-05-12T02:05:44.613Z Compiling hash32 v0.2.1
14272026-05-12T02:05:44.631Z Compiling memoffset v0.9.1
14282026-05-12T02:05:44.662Z Compiling smoltcp v0.9.1
14292026-05-12T02:05:44.677Z Compiling ref-cast v1.0.25
14302026-05-12T02:05:44.693Z Compiling serde_derive v1.0.228
14312026-05-12T02:05:44.799Z Compiling zeroize_derive v1.4.3
14322026-05-12T02:05:44.851Z Compiling zerofrom-derive v0.1.6
14332026-05-12T02:05:44.865Z Compiling yoke-derive v0.8.1
14342026-05-12T02:05:44.887Z Compiling zerocopy-derive v0.8.40
14352026-05-12T02:05:45.056Z Compiling zerovec-derive v0.11.2
14362026-05-12T02:05:45.071Z Compiling displaydoc v0.2.5
14372026-05-12T02:05:45.249Z Compiling tokio-macros v2.7.0
14382026-05-12T02:05:45.466Z Compiling futures-macro v0.3.32
14392026-05-12T02:05:45.501Z Compiling der_derive v0.7.3
14402026-05-12T02:05:45.519Z Compiling zeroize v1.8.2
14412026-05-12T02:05:45.846Z Compiling rustls-pki-types v1.14.0
14422026-05-12T02:05:45.861Z Compiling tracing-attributes v0.1.31
14432026-05-12T02:05:46.010Z Compiling thiserror-impl v2.0.18
14442026-05-12T02:05:46.069Z Compiling schemars_derive v0.8.22
14452026-05-12T02:05:46.214Z Compiling scroll_derive v0.13.1
14462026-05-12T02:05:46.303Z Compiling crypto-common v0.1.7
14472026-05-12T02:05:46.318Z Compiling zerofrom v0.1.6
14482026-05-12T02:05:46.333Z Compiling block-buffer v0.10.4
14492026-05-12T02:05:46.373Z Compiling futures-util v0.3.32
14502026-05-12T02:05:46.460Z Compiling yoke v0.8.1
14512026-05-12T02:05:46.473Z Compiling digest v0.10.7
14522026-05-12T02:05:46.511Z Compiling block-padding v0.3.3
14532026-05-12T02:05:46.524Z Compiling der v0.7.10
14542026-05-12T02:05:46.661Z Compiling zerovec v0.11.5
14552026-05-12T02:05:46.687Z Compiling zerotrie v0.2.3
14562026-05-12T02:05:46.737Z Compiling hmac v0.12.1
14572026-05-12T02:05:46.907Z Compiling inout v0.1.4
14582026-05-12T02:05:47.021Z Compiling sha2 v0.10.9
14592026-05-12T02:05:47.036Z Compiling pbkdf2 v0.12.2
14602026-05-12T02:05:47.077Z Compiling cipher v0.4.4
14612026-05-12T02:05:47.100Z Compiling pest_derive v2.8.6
14622026-05-12T02:05:47.171Z Compiling tinystr v0.8.2
14632026-05-12T02:05:47.204Z Compiling potential_utf v0.1.4
14642026-05-12T02:05:47.262Z Compiling tracing v0.1.44
14652026-05-12T02:05:47.373Z Compiling icu_locale_core v2.1.1
14662026-05-12T02:05:47.400Z Compiling icu_collections v2.1.1
14672026-05-12T02:05:47.417Z Compiling spki v0.7.3
14682026-05-12T02:05:47.433Z Compiling salsa20 v0.10.2
14692026-05-12T02:05:47.455Z Compiling thiserror v2.0.18
14702026-05-12T02:05:47.559Z Compiling scrypt v0.11.0
14712026-05-12T02:05:47.581Z Compiling cbc v0.1.2
14722026-05-12T02:05:47.597Z Compiling aes v0.8.4
14732026-05-12T02:05:47.597Z Compiling scroll v0.13.0
14742026-05-12T02:05:47.644Z Compiling darling_macro v0.20.11
14752026-05-12T02:05:47.755Z Compiling openssl-macros v0.1.1
14762026-05-12T02:05:47.800Z Compiling rustls-native-certs v0.8.3
14772026-05-12T02:05:47.837Z Compiling goblin v0.10.5
14782026-05-12T02:05:47.879Z Compiling dtrace-parser v0.3.0
14792026-05-12T02:05:47.903Z Compiling signature v2.2.0
14802026-05-12T02:05:48.109Z Compiling icu_provider v2.1.1
14812026-05-12T02:05:48.123Z Compiling pkcs5 v0.7.1
14822026-05-12T02:05:48.138Z Compiling webpki-roots v1.0.6
14832026-05-12T02:05:48.156Z Compiling darling v0.20.11
14842026-05-12T02:05:48.249Z Compiling bytes v1.11.1
14852026-05-12T02:05:48.271Z Compiling chrono v0.4.44
14862026-05-12T02:05:48.285Z Compiling ipnet v2.11.0
14872026-05-12T02:05:48.300Z Compiling derive_builder_core v0.20.2
14882026-05-12T02:05:48.431Z Compiling icu_normalizer v2.1.1
14892026-05-12T02:05:48.445Z Compiling icu_properties v2.1.2
14902026-05-12T02:05:48.611Z Compiling pkcs8 v0.10.2
14912026-05-12T02:05:48.647Z Compiling scroll_derive v0.12.1
14922026-05-12T02:05:48.705Z Compiling thiserror-impl v1.0.69
14932026-05-12T02:05:48.722Z Compiling tokio v1.52.1
14942026-05-12T02:05:48.815Z Compiling http v1.4.0
14952026-05-12T02:05:48.885Z Compiling erased-serde v0.3.31
14962026-05-12T02:05:48.935Z Compiling toml_datetime v0.6.11
14972026-05-12T02:05:48.991Z Compiling serde_tokenstream v0.2.3
14982026-05-12T02:05:49.099Z Compiling serde_urlencoded v0.7.1
14992026-05-12T02:05:49.178Z Compiling derive_builder_macro v0.20.2
15002026-05-12T02:05:49.216Z Compiling serde_spanned v0.6.9
15012026-05-12T02:05:49.312Z Compiling ppv-lite86 v0.2.21
15022026-05-12T02:05:49.331Z Compiling idna_adapter v1.2.1
15032026-05-12T02:05:49.356Z Compiling scroll v0.12.0
15042026-05-12T02:05:49.378Z Compiling md-5 v0.10.6
15052026-05-12T02:05:49.381Z Compiling darling_macro v0.21.3
15062026-05-12T02:05:49.478Z Compiling idna v1.1.0
15072026-05-12T02:05:49.493Z Compiling http-body v1.0.1
15082026-05-12T02:05:49.558Z Compiling bstr v1.12.1
15092026-05-12T02:05:49.581Z Compiling async-trait v0.1.89
15102026-05-12T02:05:49.649Z Compiling rand_chacha v0.9.0
15112026-05-12T02:05:49.663Z Compiling http-body-util v0.1.3
15122026-05-12T02:05:49.680Z Compiling rand_chacha v0.3.1
15132026-05-12T02:05:49.694Z Compiling pin-project-internal v1.1.11
15142026-05-12T02:05:49.699Z Compiling zerocopy-derive v0.7.35
15152026-05-12T02:05:49.736Z Compiling cfg_aliases v0.2.1
15162026-05-12T02:05:49.875Z Compiling url v2.5.8
15172026-05-12T02:05:49.974Z Compiling rand v0.9.2
15182026-05-12T02:05:49.991Z Compiling base16ct v0.2.0
15192026-05-12T02:05:50.006Z Compiling thiserror v1.0.69
15202026-05-12T02:05:50.123Z Compiling psl-types v2.0.11
15212026-05-12T02:05:50.181Z Compiling rustix v0.38.44
15222026-05-12T02:05:50.208Z Compiling litrs v1.0.0
15232026-05-12T02:05:50.254Z Compiling num-bigint-dig v0.8.6
15242026-05-12T02:05:50.269Z Compiling zlib-rs v0.6.2
15252026-05-12T02:05:50.551Z Compiling proptest v1.10.0
15262026-05-12T02:05:50.599Z Compiling dof v0.4.0
15272026-05-12T02:05:50.662Z Compiling fallible-iterator v0.2.0
15282026-05-12T02:05:50.705Z Compiling zerocopy v0.7.35
15292026-05-12T02:05:50.747Z Compiling document-features v0.2.12
15302026-05-12T02:05:50.807Z Compiling publicsuffix v2.3.0
15312026-05-12T02:05:50.837Z Compiling sec1 v0.7.3
15322026-05-12T02:05:50.850Z Compiling darling v0.21.3
15332026-05-12T02:05:50.907Z Compiling pin-project v1.1.11
15342026-05-12T02:05:50.942Z Compiling rand v0.8.6
15352026-05-12T02:05:50.957Z Compiling postgres-protocol v0.6.10
15362026-05-12T02:05:50.998Z Compiling nix v0.31.2
15372026-05-12T02:05:51.012Z Compiling derive_builder v0.20.2
15382026-05-12T02:05:51.026Z Compiling goblin v0.8.2
15392026-05-12T02:05:51.156Z Compiling futures-executor v0.3.32
15402026-05-12T02:05:51.191Z Compiling ipnetwork v0.21.1
15412026-05-12T02:05:51.272Z Compiling cargo-platform v0.1.9
15422026-05-12T02:05:51.394Z Compiling hex v0.4.3
15432026-05-12T02:05:51.432Z Compiling oxnet v0.1.4
15442026-05-12T02:05:51.527Z Compiling hubpack_derive v0.1.1
15452026-05-12T02:05:51.543Z Compiling hkdf v0.12.4
15462026-05-12T02:05:51.546Z Compiling crypto-bigint v0.5.5
15472026-05-12T02:05:51.600Z Compiling regex v1.12.3
15482026-05-12T02:05:51.855Z Compiling curve25519-dalek-derive v0.1.1
15492026-05-12T02:05:51.858Z Compiling ref-cast-impl v1.0.25
15502026-05-12T02:05:51.884Z Compiling snafu-derive v0.8.9
15512026-05-12T02:05:51.898Z Compiling daft-derive v0.1.5
15522026-05-12T02:05:51.992Z Compiling strum_macros v0.27.2
15532026-05-12T02:05:52.008Z Compiling group v0.13.0
15542026-05-12T02:05:52.197Z Compiling num-iter v0.1.45
15552026-05-12T02:05:52.327Z Compiling terminal_size v0.4.3
15562026-05-12T02:05:52.343Z Compiling phf_shared v0.13.1
15572026-05-12T02:05:52.441Z Compiling lazy_static v1.5.0
15582026-05-12T02:05:52.444Z Compiling vergen v9.0.6
15592026-05-12T02:05:52.483Z Compiling fs-err v3.3.0
15602026-05-12T02:05:52.535Z Compiling tokio-util v0.7.18
15612026-05-12T02:05:52.550Z Compiling tower v0.5.3
15622026-05-12T02:05:52.565Z Compiling tokio-native-tls v0.3.1
15632026-05-12T02:05:52.603Z Compiling encoding_rs v0.8.35
15642026-05-12T02:05:52.655Z Compiling ahash v0.8.12
15652026-05-12T02:05:52.669Z Compiling winnow v0.5.40
15662026-05-12T02:05:52.696Z Compiling bumpalo v3.20.2
15672026-05-12T02:05:52.755Z Compiling bitflags v1.3.2
15682026-05-12T02:05:52.842Z Compiling object v0.37.3
15692026-05-12T02:05:52.857Z Compiling libbz2-rs-sys v0.2.2
15702026-05-12T02:05:52.875Z Compiling newtype-uuid v1.3.2
15712026-05-12T02:05:52.959Z Compiling tower-http v0.6.8
15722026-05-12T02:05:53.046Z Compiling mime v0.3.17
15732026-05-12T02:05:53.128Z Compiling flate2 v1.1.9
15742026-05-12T02:05:53.250Z Compiling h2 v0.4.13
15752026-05-12T02:05:53.341Z Compiling unicode-segmentation v1.12.0
15762026-05-12T02:05:53.405Z Compiling foldhash v0.1.5
15772026-05-12T02:05:53.526Z Compiling managed v0.8.0
15782026-05-12T02:05:53.578Z Compiling same-file v1.0.6
15792026-05-12T02:05:53.592Z Compiling foldhash v0.2.0
15802026-05-12T02:05:53.596Z Compiling hashbrown v0.15.5
15812026-05-12T02:05:53.622Z Compiling clap_builder v4.5.60
15822026-05-12T02:05:53.743Z Compiling walkdir v2.5.0
15832026-05-12T02:05:53.759Z Compiling hashbrown v0.16.1
15842026-05-12T02:05:53.774Z Compiling bzip2 v0.6.1
15852026-05-12T02:05:53.836Z Compiling dof v0.3.0
15862026-05-12T02:05:53.872Z Compiling snafu v0.8.9
15872026-05-12T02:05:54.006Z Compiling toml_edit v0.19.15
15882026-05-12T02:05:54.022Z Compiling strum v0.27.2
15892026-05-12T02:05:54.116Z Compiling daft v0.1.5
15902026-05-12T02:05:54.131Z Compiling zopfli v0.8.3
15912026-05-12T02:05:54.238Z Compiling phf v0.13.1
15922026-05-12T02:05:54.303Z Compiling elliptic-curve v0.13.8
15932026-05-12T02:05:54.415Z Compiling signal-hook-mio v0.2.5
15942026-05-12T02:05:54.430Z Compiling cargo_metadata v0.19.2
15952026-05-12T02:05:54.547Z Compiling usdt-macro v0.6.0
15962026-05-12T02:05:54.563Z Compiling usdt-attr-macro v0.6.0
15972026-05-12T02:05:54.579Z Compiling cookie_store v0.22.1
15982026-05-12T02:05:54.592Z Compiling hubpack v0.1.2
15992026-05-12T02:05:54.703Z Compiling bzip2 v0.4.4
16002026-05-12T02:05:54.739Z Compiling postgres-types v0.2.12
16012026-05-12T02:05:54.807Z Compiling futures v0.3.32
16022026-05-12T02:05:54.862Z Compiling serde_with_macros v3.17.0
16032026-05-12T02:05:54.900Z Compiling zstd v0.13.3
16042026-05-12T02:05:54.958Z Compiling dtrace-parser v0.2.0
16052026-05-12T02:05:55.190Z Compiling globset v0.4.18
16062026-05-12T02:05:55.262Z Compiling pkcs1 v0.7.5
16072026-05-12T02:05:55.373Z Compiling ed25519 v2.2.3
16082026-05-12T02:05:55.376Z Compiling serde_plain v1.0.2
16092026-05-12T02:05:55.447Z Compiling serde-big-array v0.5.1
16102026-05-12T02:05:55.597Z Compiling olpc-cjson v0.1.4
16112026-05-12T02:05:55.612Z Compiling rfc6979 v0.4.0
16122026-05-12T02:05:55.693Z Compiling async-recursion v1.1.1
16132026-05-12T02:05:55.752Z Compiling serde_repr v0.1.20
16142026-05-12T02:05:55.755Z Compiling strum_macros v0.26.4
16152026-05-12T02:05:55.781Z Compiling enum-as-inner v0.6.1
16162026-05-12T02:05:55.851Z Compiling clap_derive v4.5.55
16172026-05-12T02:05:55.907Z Compiling phf_shared v0.11.3
16182026-05-12T02:05:56.029Z Compiling float-cmp v0.10.0
16192026-05-12T02:05:56.074Z Compiling pem v3.0.6
16202026-05-12T02:05:56.110Z Compiling memmap2 v0.9.10
16212026-05-12T02:05:56.199Z Compiling thread-id v4.2.2
16222026-05-12T02:05:56.298Z Compiling hyper v1.8.1
16232026-05-12T02:05:56.315Z Compiling env_filter v1.0.0
16242026-05-12T02:05:56.331Z Compiling rustc-hash v2.1.1
16252026-05-12T02:05:56.334Z Compiling new_debug_unreachable v1.0.6
16262026-05-12T02:05:56.358Z Compiling fixedbitset v0.4.2
16272026-05-12T02:05:56.384Z Compiling fixedbitset v0.5.7
16282026-05-12T02:05:56.420Z Compiling difflib v0.4.0
16292026-05-12T02:05:56.435Z Compiling normalize-line-endings v0.3.0
16302026-05-12T02:05:56.471Z Compiling static_assertions v1.1.0
16312026-05-12T02:05:56.547Z Compiling jiff v0.2.21
16322026-05-12T02:05:56.561Z Compiling whoami v2.1.0
16332026-05-12T02:05:56.612Z Compiling typed-path v0.9.3
16342026-05-12T02:05:56.647Z Compiling data-encoding v2.10.0
16352026-05-12T02:05:56.708Z Compiling either v1.15.0
16362026-05-12T02:05:56.728Z Compiling precomputed-hash v0.1.1
16372026-05-12T02:05:56.746Z Compiling keccak v0.1.6
16382026-05-12T02:05:56.830Z Compiling predicates-core v1.0.10
16392026-05-12T02:05:56.941Z Compiling sha3 v0.10.8
16402026-05-12T02:05:56.967Z Compiling hickory-proto v0.25.2
16412026-05-12T02:05:57.019Z Compiling predicates v3.1.4
16422026-05-12T02:05:57.034Z Compiling itertools v0.13.0
16432026-05-12T02:05:57.256Z Compiling string_cache v0.8.9
16442026-05-12T02:05:57.329Z Compiling tokio-postgres v0.7.16
16452026-05-12T02:05:57.385Z Compiling petgraph v0.8.3
16462026-05-12T02:05:57.415Z Compiling hyper-util v0.1.20
16472026-05-12T02:05:57.497Z Compiling toml_edit v0.22.27
16482026-05-12T02:05:57.580Z Compiling strum v0.26.3
16492026-05-12T02:05:57.595Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16502026-05-12T02:05:57.692Z Compiling petgraph v0.6.5
16512026-05-12T02:05:57.708Z Compiling clap v4.5.60
16522026-05-12T02:05:57.728Z Compiling env_logger v0.11.9
16532026-05-12T02:05:57.801Z Compiling iddqd v0.3.18
16542026-05-12T02:05:57.855Z Compiling usdt-impl v0.5.0
16552026-05-12T02:05:57.931Z Compiling usdt v0.6.0
16562026-05-12T02:05:58.101Z Compiling serde_with v3.17.0
16572026-05-12T02:05:58.215Z Compiling crossterm v0.28.1
16582026-05-12T02:05:58.296Z Compiling ecdsa v0.16.9
16592026-05-12T02:05:58.476Z Compiling ed25519-dalek v2.2.0
16602026-05-12T02:05:58.706Z Compiling rsa v0.9.10
16612026-05-12T02:05:58.970Z Compiling hyper-tls v0.6.0
16622026-05-12T02:05:59.147Z Compiling zip v4.6.1
16632026-05-12T02:05:59.162Z Compiling toml v0.7.8
16642026-05-12T02:05:59.213Z Compiling zip v0.6.6
16652026-05-12T02:05:59.784Z Compiling similar v2.7.0
16662026-05-12T02:05:59.832Z Compiling heck v0.4.1
16672026-05-12T02:05:59.832Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-12T02:05:59.832Z Compiling tokio-stream v0.1.18
16692026-05-12T02:05:59.887Z Compiling buf-list v1.1.2
16702026-05-12T02:05:59.982Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-12T02:06:00.096Z Compiling openapiv3 v2.2.0
16722026-05-12T02:06:00.182Z Compiling x509-cert v0.2.5
16732026-05-12T02:06:00.198Z Compiling sha1 v0.10.6
16742026-05-12T02:06:00.258Z Compiling crossbeam-epoch v0.9.18
16752026-05-12T02:06:00.314Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-12T02:06:00.350Z Compiling peg-runtime v0.8.5
16772026-05-12T02:06:00.449Z Compiling lalrpop-util v0.19.12
16782026-05-12T02:06:00.527Z Compiling thread_local v1.1.9
16792026-05-12T02:06:00.542Z Compiling slog-async v2.8.0
16802026-05-12T02:06:00.626Z Compiling crossbeam-channel v0.5.15
16812026-05-12T02:06:00.629Z Compiling filetime v0.2.27
16822026-05-12T02:06:00.659Z Compiling is-terminal v0.4.17
16832026-05-12T02:06:00.674Z Compiling take_mut v0.2.2
16842026-05-12T02:06:00.754Z Compiling term v1.2.1
16852026-05-12T02:06:00.773Z Compiling xattr v1.6.1
16862026-05-12T02:06:00.957Z Compiling tar v0.4.45
16872026-05-12T02:06:01.038Z Compiling slog-term v2.9.2
16882026-05-12T02:06:18.770Z Compiling rustls-webpki v0.103.9
16892026-05-12T02:06:21.600Z Compiling tokio-rustls v0.26.4
16902026-05-12T02:06:21.600Z Compiling rustls-platform-verifier v0.6.2
16912026-05-12T02:06:21.795Z Compiling hyper-rustls v0.27.7
16922026-05-12T02:06:22.031Z Compiling reqwest v0.12.28
16932026-05-12T02:06:22.031Z Compiling reqwest v0.13.2
16942026-05-12T02:06:23.985Z Compiling tough v0.22.0
16952026-05-12T02:06:25.671Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-12T02:06:25.916Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-12T02:06:28.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s
16982026-05-12T02:06:28.862Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-12T02:06:28.907ZMay 12 02:06:28.584 INFO Starting download, target: Cockroach
17002026-05-12T02:06:28.907ZMay 12 02:06:28.585 INFO Starting download, target: Clickhouse
17012026-05-12T02:06:28.907ZMay 12 02:06:28.585 INFO Starting download, target: Console
17022026-05-12T02:06:28.907ZMay 12 02:06:28.585 INFO Starting download, target: DendriteStub
17032026-05-12T02:06:28.916ZMay 12 02:06:28.585 INFO Starting download, target: MaghemiteMgd
17042026-05-12T02:06:28.917ZMay 12 02:06:28.585 INFO Starting download, target: TransceiverControl
17052026-05-12T02:06:28.917ZMay 12 02:06:28.585 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17062026-05-12T02:06:28.917ZMay 12 02:06:28.585 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-05-12T02:06:28.917ZMay 12 02:06:28.585 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17082026-05-12T02:06:28.917ZMay 12 02:06:28.585 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-05-12T02:06:28.917ZMay 12 02:06:28.585 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-05-12T02:06:28.917ZMay 12 02:06:28.585 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-05-12T02:06:29.473ZMay 12 02:06:29.135 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-12T02:06:29.673ZMay 12 02:06:29.350 INFO Download complete, target: TransceiverControl
17132026-05-12T02:06:29.885ZMay 12 02:06:29.558 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-05-12T02:06:30.133ZMay 12 02:06:29.793 INFO Download complete, target: Console
17152026-05-12T02:06:30.862ZMay 12 02:06:30.533 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-05-12T02:06:31.336ZMay 12 02:06:31.016 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17172026-05-12T02:06:31.536ZMay 12 02:06:31.213 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-12T02:06:32.074ZMay 12 02:06:31.749 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17192026-05-12T02:06:32.074ZMay 12 02:06:31.749 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17202026-05-12T02:06:33.315ZMay 12 02:06:32.977 INFO Download complete, target: DendriteStub
17212026-05-12T02:06:33.796ZMay 12 02:06:33.481 INFO Download complete, target: MaghemiteMgd
17222026-05-12T02:06:36.946ZMay 12 02:06:36.631 INFO Checking that binary works, target: Cockroach
17232026-05-12T02:06:37.074ZMay 12 02:06:36.759 INFO Download complete, target: Cockroach
17242026-05-12T02:06:38.600ZMay 12 02:06:38.273 INFO Checking that binary works, target: Clickhouse
17252026-05-12T02:06:38.679ZMay 12 02:06:38.364 INFO Download complete, target: Clickhouse
17262026-05-12T02:06:38.685ZAll prerequisites installed successfully
17272026-05-12T02:06:38.689Z
17282026-05-12T02:06:38.689Zreal 2:00.848766507
17292026-05-12T02:06:38.689Zuser 6:57.314101657
17302026-05-12T02:06:38.689Zsys 1:40.770665328
17312026-05-12T02:06:38.689Ztrap 0.267936213
17322026-05-12T02:06:38.690Ztflt 1.203775398
17332026-05-12T02:06:38.690Zdflt 1.579261570
17342026-05-12T02:06:38.690Zkflt 0.025090885
17352026-05-12T02:06:38.690Zlock 22:54.231140645
17362026-05-12T02:06:38.690Zslp 18:58.684539419
17372026-05-12T02:06:38.690Zlat 25.525536407
17382026-05-12T02:06:38.690Zstop 2:46.049532250
17392026-05-12T02:06:38.690Z+ ptime -m cargo xtask download softnpu
17402026-05-12T02:06:39.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17412026-05-12T02:06:39.240Z Running `target/debug/xtask download softnpu`
17422026-05-12T02:06:40.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17432026-05-12T02:06:40.086Z Running `target/debug/xtask-downloader softnpu`
17442026-05-12T02:06:40.137ZMay 12 02:06:39.814 INFO Starting download, target: Softnpu
17452026-05-12T02:06:40.150ZMay 12 02:06:39.815 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-12T02:06:40.812ZMay 12 02:06:40.487 INFO Download complete, target: Softnpu
17472026-05-12T02:06:40.823Z
17482026-05-12T02:06:40.823Zreal 2.113764090
17492026-05-12T02:06:40.823Zuser 1.346165840
17502026-05-12T02:06:40.823Zsys 0.666671522
17512026-05-12T02:06:40.823Ztrap 0.000740270
17522026-05-12T02:06:40.823Ztflt 0.000066800
17532026-05-12T02:06:40.823Zdflt 0.000264370
17542026-05-12T02:06:40.824Zkflt 0.000000000
17552026-05-12T02:06:40.824Zlock 12.407909049
17562026-05-12T02:06:40.824Zslp 0.537247806
17572026-05-12T02:06:40.824Zlat 0.089774630
17582026-05-12T02:06:40.824Zstop 0.000184830
17592026-05-12T02:06:40.824Z+ export CARGO_INCREMENTAL=0
17602026-05-12T02:06:40.824Z+ CARGO_INCREMENTAL=0
17612026-05-12T02:06:40.824Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-12T02:06:41.719Z Compiling proc-macro2 v1.0.106
17632026-05-12T02:06:41.719Z Compiling quote v1.0.45
17642026-05-12T02:06:41.719Z Compiling unicode-ident v1.0.24
17652026-05-12T02:06:41.719Z Compiling libc v0.2.185
17662026-05-12T02:06:41.725Z Compiling serde_core v1.0.228
17672026-05-12T02:06:41.725Z Compiling serde v1.0.228
17682026-05-12T02:06:41.725Z Compiling cfg-if v1.0.4
17692026-05-12T02:06:41.725Z Compiling version_check v0.9.5
17702026-05-12T02:06:41.725Z Compiling shlex v1.3.0
17712026-05-12T02:06:41.725Z Compiling find-msvc-tools v0.1.9
17722026-05-12T02:06:41.725Z Compiling typenum v1.19.0
17732026-05-12T02:06:41.725Z Compiling zmij v1.0.21
17742026-05-12T02:06:41.864Z Compiling autocfg v1.5.0
17752026-05-12T02:06:41.868Z Compiling serde_json v1.0.149
17762026-05-12T02:06:41.868Z Compiling memchr v2.8.0
17772026-05-12T02:06:42.185Z Compiling portable-atomic v1.13.1
17782026-05-12T02:06:42.191Z Compiling libm v0.2.16
17792026-05-12T02:06:42.199Z Compiling zerocopy v0.8.40
17802026-05-12T02:06:42.244Z Compiling generic-array v0.14.7
17812026-05-12T02:06:42.250Z Compiling parking_lot_core v0.9.12
17822026-05-12T02:06:42.404Z Compiling smallvec v1.15.1
17832026-05-12T02:06:42.407Z Compiling icu_properties_data v2.1.2
17842026-05-12T02:06:42.458Z Compiling num-traits v0.2.19
17852026-05-12T02:06:42.458Z Compiling icu_normalizer_data v2.1.1
17862026-05-12T02:06:42.480Z Compiling itoa v1.0.17
17872026-05-12T02:06:42.498Z Compiling getrandom v0.4.1
17882026-05-12T02:06:42.545Z Compiling log v0.4.29
17892026-05-12T02:06:42.605Z Compiling stable_deref_trait v1.2.1
17902026-05-12T02:06:42.618Z Compiling pkg-config v0.3.32
17912026-05-12T02:06:42.690Z Compiling subtle v2.6.1
17922026-05-12T02:06:42.795Z Compiling scopeguard v1.2.0
17932026-05-12T02:06:42.856Z Compiling jobserver v0.1.34
17942026-05-12T02:06:42.872Z Compiling getrandom v0.2.17
17952026-05-12T02:06:42.899Z Compiling errno v0.3.14
17962026-05-12T02:06:42.917Z Compiling lock_api v0.4.14
17972026-05-12T02:06:42.983Z Compiling percent-encoding v2.3.2
17982026-05-12T02:06:43.039Z Compiling rand_core v0.6.4
17992026-05-12T02:06:43.073Z Compiling cc v1.2.56
18002026-05-12T02:06:43.104Z Compiling litemap v0.8.1
18012026-05-12T02:06:43.107Z Compiling writeable v0.6.2
18022026-05-12T02:06:43.220Z Compiling syn v2.0.117
18032026-05-12T02:06:43.247Z Compiling fnv v1.0.7
18042026-05-12T02:06:43.280Z Compiling pin-project-lite v0.2.17
18052026-05-12T02:06:43.348Z Compiling thiserror v2.0.18
18062026-05-12T02:06:43.395Z Compiling getrandom v0.3.4
18072026-05-12T02:06:43.398Z Compiling critical-section v1.2.0
18082026-05-12T02:06:43.471Z Compiling dunce v1.0.5
18092026-05-12T02:06:43.513Z Compiling equivalent v1.0.2
18102026-05-12T02:06:43.517Z Compiling fs_extra v1.3.0
18112026-05-12T02:06:43.637Z Compiling rand_core v0.10.0
18122026-05-12T02:06:43.654Z Compiling schemars v0.8.22
18132026-05-12T02:06:43.688Z Compiling utf8_iter v1.0.4
18142026-05-12T02:06:43.706Z Compiling rustversion v1.0.22
18152026-05-12T02:06:43.742Z Compiling form_urlencoded v1.2.2
18162026-05-12T02:06:43.796Z Compiling cmake v0.1.57
18172026-05-12T02:06:43.910Z Compiling signal-hook-registry v1.4.8
18182026-05-12T02:06:43.955Z Compiling once_cell v1.21.3
18192026-05-12T02:06:44.003Z Compiling hashbrown v0.17.0
18202026-05-12T02:06:44.120Z Compiling semver v1.0.28
18212026-05-12T02:06:44.168Z Compiling rustix v1.1.3
18222026-05-12T02:06:44.248Z Compiling bitflags v2.11.0
18232026-05-12T02:06:44.272Z Compiling parking_lot v0.12.5
18242026-05-12T02:06:44.297Z Compiling mio v1.2.0
18252026-05-12T02:06:44.311Z Compiling socket2 v0.6.3
18262026-05-12T02:06:44.436Z Compiling const-oid v0.9.6
18272026-05-12T02:06:44.452Z Compiling ring v0.17.14
18282026-05-12T02:06:44.452Z Compiling aws-lc-sys v0.40.0
18292026-05-12T02:06:44.525Z Compiling indexmap v2.14.0
18302026-05-12T02:06:44.595Z Compiling heck v0.5.0
18312026-05-12T02:06:44.630Z Compiling aws-lc-rs v1.16.3
18322026-05-12T02:06:44.691Z Compiling futures-core v0.3.32
18332026-05-12T02:06:44.810Z Compiling httparse v1.10.1
18342026-05-12T02:06:44.831Z Compiling vcpkg v0.2.15
18352026-05-12T02:06:44.860Z Compiling strsim v0.11.1
18362026-05-12T02:06:44.888Z Compiling thiserror v1.0.69
18372026-05-12T02:06:45.153Z Compiling byteorder v1.5.0
18382026-05-12T02:06:45.200Z Compiling ucd-trie v0.1.7
18392026-05-12T02:06:45.230Z Compiling iana-time-zone v0.1.65
18402026-05-12T02:06:45.230Z Compiling syn v1.0.109
18412026-05-12T02:06:45.279Z Compiling regex-syntax v0.8.10
18422026-05-12T02:06:45.280Z Compiling ident_case v1.0.1
18432026-05-12T02:06:45.295Z Compiling uuid v1.23.0
18442026-05-12T02:06:45.332Z Compiling pest v2.8.6
18452026-05-12T02:06:45.373Z Compiling cpufeatures v0.2.17
18462026-05-12T02:06:45.414Z Compiling openssl-sys v0.9.114
18472026-05-12T02:06:45.432Z Compiling rustls v0.23.37
18482026-05-12T02:06:45.598Z Compiling futures-sink v0.3.32
18492026-05-12T02:06:45.657Z Compiling rustc_version v0.4.1
18502026-05-12T02:06:45.702Z Compiling futures-channel v0.3.32
18512026-05-12T02:06:45.749Z Compiling slab v0.4.12
18522026-05-12T02:06:45.769Z Compiling futures-task v0.3.32
18532026-05-12T02:06:45.903Z Compiling futures-io v0.3.32
18542026-05-12T02:06:45.975Z Compiling aho-corasick v1.1.4
18552026-05-12T02:06:45.988Z Compiling dyn-clone v1.0.20
18562026-05-12T02:06:46.049Z Compiling synstructure v0.13.2
18572026-05-12T02:06:46.099Z Compiling serde_derive_internals v0.29.1
18582026-05-12T02:06:46.321Z Compiling crc32fast v1.5.0
18592026-05-12T02:06:46.342Z Compiling openssl v0.10.78
18602026-05-12T02:06:46.360Z Compiling plain v0.2.3
18612026-05-12T02:06:46.399Z Compiling pest_meta v2.8.6
18622026-05-12T02:06:46.430Z Compiling base64 v0.22.1
18632026-05-12T02:06:46.567Z Compiling crossbeam-utils v0.8.21
18642026-05-12T02:06:46.604Z Compiling time-core v0.1.8
18652026-05-12T02:06:46.607Z Compiling num-conv v0.2.0
18662026-05-12T02:06:46.747Z Compiling native-tls v0.2.18
18672026-05-12T02:06:46.785Z Compiling regex-automata v0.4.14
18682026-05-12T02:06:46.799Z Compiling time-macros v0.2.27
18692026-05-12T02:06:46.828Z Compiling pretty-hex v0.4.1
18702026-05-12T02:06:46.844Z Compiling base64ct v1.8.3
18712026-05-12T02:06:46.874Z Compiling anyhow v1.0.102
18722026-05-12T02:06:46.940Z Compiling darling_core v0.21.3
18732026-05-12T02:06:46.986Z Compiling pest_generator v2.8.6
18742026-05-12T02:06:47.034Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-05-12T02:06:47.072Z Compiling tracing-core v0.1.36
18762026-05-12T02:06:47.155Z Compiling pem-rfc7468 v0.7.0
18772026-05-12T02:06:47.279Z Compiling serde_derive v1.0.228
18782026-05-12T02:06:47.391Z Compiling zeroize_derive v1.4.3
18792026-05-12T02:06:47.407Z Compiling zerofrom-derive v0.1.6
18802026-05-12T02:06:47.423Z Compiling yoke-derive v0.8.1
18812026-05-12T02:06:47.442Z Compiling zerovec-derive v0.11.2
18822026-05-12T02:06:47.446Z Compiling displaydoc v0.2.5
18832026-05-12T02:06:47.635Z Compiling zerocopy-derive v0.8.40
18842026-05-12T02:06:47.671Z Compiling tokio-macros v2.7.0
18852026-05-12T02:06:47.763Z Compiling futures-macro v0.3.32
18862026-05-12T02:06:47.991Z Compiling zeroize v1.8.2
18872026-05-12T02:06:48.147Z Compiling thiserror-impl v2.0.18
18882026-05-12T02:06:48.396Z Compiling schemars_derive v0.8.22
18892026-05-12T02:06:48.404Z Compiling tracing-attributes v0.1.31
18902026-05-12T02:06:48.493Z Compiling der_derive v0.7.3
18912026-05-12T02:06:48.531Z Compiling zerofrom v0.1.6
18922026-05-12T02:06:48.869Z Compiling yoke v0.8.1
18932026-05-12T02:06:48.885Z Compiling crypto-common v0.1.7
18942026-05-12T02:06:48.910Z Compiling zerovec v0.11.5
18952026-05-12T02:06:48.947Z Compiling zerotrie v0.2.3
18962026-05-12T02:06:49.033Z Compiling block-buffer v0.10.4
18972026-05-12T02:06:49.201Z Compiling digest v0.10.7
18982026-05-12T02:06:49.342Z Compiling thiserror-impl v1.0.69
18992026-05-12T02:06:49.446Z Compiling tinystr v0.8.2
19002026-05-12T02:06:49.469Z Compiling potential_utf v0.1.4
19012026-05-12T02:06:49.483Z Compiling pest_derive v2.8.6
19022026-05-12T02:06:49.521Z Compiling futures-util v0.3.32
19032026-05-12T02:06:49.603Z Compiling icu_collections v2.1.1
19042026-05-12T02:06:49.678Z Compiling icu_locale_core v2.1.1
19052026-05-12T02:06:49.694Z Compiling hmac v0.12.1
19062026-05-12T02:06:49.932Z Compiling block-padding v0.3.3
19072026-05-12T02:06:50.094Z Compiling inout v0.1.4
19082026-05-12T02:06:50.266Z Compiling rustls-pki-types v1.14.0
19092026-05-12T02:06:50.280Z Compiling openssl-macros v0.1.1
19102026-05-12T02:06:50.297Z Compiling cipher v0.4.4
19112026-05-12T02:06:50.368Z Compiling sha2 v0.10.9
19122026-05-12T02:06:50.469Z Compiling bytes v1.11.1
19132026-05-12T02:06:50.502Z Compiling icu_provider v2.1.1
19142026-05-12T02:06:50.573Z Compiling chrono v0.4.44
19152026-05-12T02:06:50.691Z Compiling serde_tokenstream v0.2.3
19162026-05-12T02:06:50.905Z Compiling icu_properties v2.1.2
19172026-05-12T02:06:50.910Z Compiling icu_normalizer v2.1.1
19182026-05-12T02:06:50.993Z Compiling tokio v1.52.1
19192026-05-12T02:06:51.378Z Compiling scroll_derive v0.13.1
19202026-05-12T02:06:51.419Z Compiling scroll_derive v0.12.1
19212026-05-12T02:06:51.993Z Compiling idna_adapter v1.2.1
19222026-05-12T02:06:52.095Z Compiling ppv-lite86 v0.2.21
19232026-05-12T02:06:52.133Z Compiling idna v1.1.0
19242026-05-12T02:06:52.173Z Compiling http v1.4.0
19252026-05-12T02:06:52.245Z Compiling flagset v0.4.7
19262026-05-12T02:06:52.261Z Compiling untrusted v0.9.0
19272026-05-12T02:06:52.395Z Compiling der v0.7.10
19282026-05-12T02:06:52.442Z Compiling tracing v0.1.44
19292026-05-12T02:06:52.474Z Compiling url v2.5.8
19302026-05-12T02:06:52.587Z Compiling darling_macro v0.21.3
19312026-05-12T02:06:52.683Z Compiling regex v1.12.3
19322026-05-12T02:06:52.729Z Compiling zerocopy-derive v0.7.35
19332026-05-12T02:06:52.869Z Compiling rand_core v0.9.5
19342026-05-12T02:06:53.092Z Compiling slog v2.8.2
19352026-05-12T02:06:53.506Z Compiling spki v0.7.3
19362026-05-12T02:06:53.528Z Compiling darling v0.21.3
19372026-05-12T02:06:53.546Z Compiling salsa20 v0.10.2
19382026-05-12T02:06:53.627Z Compiling pbkdf2 v0.12.2
19392026-05-12T02:06:54.181Z Compiling cookie v0.18.1
19402026-05-12T02:06:54.268Z Compiling camino v1.2.2
19412026-05-12T02:06:54.491Z Compiling scrypt v0.11.0
19422026-05-12T02:06:54.539Z Compiling http-body v1.0.1
19432026-05-12T02:06:54.546Z Compiling rand_chacha v0.9.0
19442026-05-12T02:06:54.698Z Compiling cbc v0.1.2
19452026-05-12T02:06:54.755Z Compiling aes v0.8.4
19462026-05-12T02:06:54.825Z Compiling tokio-util v0.7.18
19472026-05-12T02:06:54.852Z Compiling usdt-impl v0.5.0
19482026-05-12T02:06:54.864Z Compiling atomic-waker v1.1.2
19492026-05-12T02:06:54.946Z Compiling untrusted v0.7.1
19502026-05-12T02:06:54.979Z Compiling winnow v0.7.14
19512026-05-12T02:06:54.995Z Compiling ref-cast v1.0.25
19522026-05-12T02:06:55.017Z Compiling paste v1.0.15
19532026-05-12T02:06:55.465Z Compiling openssl-probe v0.2.1
19542026-05-12T02:06:55.501Z Compiling tinyvec_macros v0.1.1
19552026-05-12T02:06:55.501Z Compiling usdt-impl v0.6.0
19562026-05-12T02:06:55.501Z Compiling either v1.15.0
19572026-05-12T02:06:55.501Z Compiling tinyvec v1.10.0
19582026-05-12T02:06:55.501Z Compiling pkcs5 v0.7.1
19592026-05-12T02:06:55.606Z Compiling rand v0.9.2
19602026-05-12T02:06:55.813Z Compiling scroll v0.13.0
19612026-05-12T02:06:55.991Z Compiling scroll v0.12.0
19622026-05-12T02:06:56.075Z Compiling serde_spanned v0.6.9
19632026-05-12T02:06:56.105Z Compiling toml_datetime v0.6.11
19642026-05-12T02:06:56.191Z Compiling async-trait v0.1.89
19652026-05-12T02:06:56.210Z Compiling heapless v0.7.17
19662026-05-12T02:06:56.246Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-05-12T02:06:56.276Z Compiling try-lock v0.2.5
19682026-05-12T02:06:56.292Z Compiling tower-service v0.3.3
19692026-05-12T02:06:56.387Z Compiling tower-layer v0.3.3
19702026-05-12T02:06:56.547Z Compiling fastrand v2.3.0
19712026-05-12T02:06:56.591Z Compiling signal-hook v0.3.18
19722026-05-12T02:06:56.608Z Compiling zstd-safe v7.2.4
19732026-05-12T02:06:56.680Z Compiling h2 v0.4.13
19742026-05-12T02:06:56.702Z Compiling want v0.3.1
19752026-05-12T02:06:56.784Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-05-12T02:06:56.892Z Compiling goblin v0.8.2
19772026-05-12T02:06:56.900Z Compiling goblin v0.10.5
19782026-05-12T02:06:57.076Z Compiling pkcs8 v0.10.2
19792026-05-12T02:06:57.255Z Compiling zerocopy v0.7.35
19802026-05-12T02:06:57.316Z Compiling ipnet v2.11.0
19812026-05-12T02:06:57.384Z Compiling ref-cast-impl v1.0.25
19822026-05-12T02:06:57.589Z Compiling darling_core v0.20.11
19832026-05-12T02:06:57.806Z Compiling curve25519-dalek v4.1.3
19842026-05-12T02:06:57.822Z Compiling toml_datetime v0.7.5+spec-1.1.0
19852026-05-12T02:06:57.958Z Compiling memoffset v0.9.1
19862026-05-12T02:06:58.114Z Compiling pin-utils v0.1.0
19872026-05-12T02:06:58.179Z Compiling litrs v1.0.0
19882026-05-12T02:06:58.296Z Compiling winnow v0.5.40
19892026-05-12T02:06:58.335Z Compiling foreign-types-shared v0.1.1
19902026-05-12T02:06:58.439Z Compiling httpdate v1.0.3
19912026-05-12T02:06:58.557Z Compiling rustix v0.38.44
19922026-05-12T02:06:58.833Z Compiling document-features v0.2.12
19932026-05-12T02:06:58.866Z Compiling foreign-types v0.3.2
19942026-05-12T02:06:58.911Z Compiling tempfile v3.25.0
19952026-05-12T02:06:59.254Z Compiling dof v0.3.0
19962026-05-12T02:06:59.373Z Compiling unicode-normalization v0.1.25
19972026-05-12T02:06:59.587Z Compiling darling_macro v0.20.11
19982026-05-12T02:06:59.591Z Compiling dtrace-parser v0.2.0
19992026-05-12T02:06:59.716Z Compiling hyper v1.8.1
20002026-05-12T02:06:59.756Z Compiling dof v0.4.0
20012026-05-12T02:06:59.866Z Compiling toml_edit v0.19.15
20022026-05-12T02:07:00.034Z Compiling dtrace-parser v0.3.0
20032026-05-12T02:07:00.123Z Compiling pin-project-internal v1.1.11
20042026-05-12T02:07:00.154Z Compiling daft-derive v0.1.5
20052026-05-12T02:07:00.251Z Compiling spin v0.9.8
20062026-05-12T02:07:00.298Z Compiling thread-id v5.1.0
20072026-05-12T02:07:00.406Z Compiling thread-id v4.2.2
20082026-05-12T02:07:00.503Z Compiling powerfmt v0.2.0
20092026-05-12T02:07:00.528Z Compiling num-bigint-dig v0.8.6
20102026-05-12T02:07:00.620Z Compiling cfg_aliases v0.2.1
20112026-05-12T02:07:00.638Z Compiling smoltcp v0.9.1
20122026-05-12T02:07:00.713Z Compiling deranged v0.5.8
20132026-05-12T02:07:00.731Z Compiling nix v0.31.2
20142026-05-12T02:07:00.822Z Compiling hyper-util v0.1.20
20152026-05-12T02:07:01.153Z Compiling darling v0.20.11
20162026-05-12T02:07:01.271Z Compiling rustls-native-certs v0.8.3
20172026-05-12T02:07:01.365Z Compiling ipnetwork v0.21.1
20182026-05-12T02:07:01.774Z Compiling curve25519-dalek-derive v0.1.1
20192026-05-12T02:07:01.931Z Compiling strum_macros v0.26.4
20202026-05-12T02:07:01.983Z Compiling sync_wrapper v1.0.2
20212026-05-12T02:07:02.107Z Compiling wait-timeout v0.2.1
20222026-05-12T02:07:02.140Z Compiling siphasher v1.0.2
20232026-05-12T02:07:02.340Z Compiling quick-error v1.2.3
20242026-05-12T02:07:02.358Z Compiling anstyle v1.0.13
20252026-05-12T02:07:02.468Z Compiling simd-adler32 v0.3.8
20262026-05-12T02:07:02.508Z Compiling num_threads v0.1.7
20272026-05-12T02:07:02.523Z Compiling utf8parse v0.2.2
20282026-05-12T02:07:02.599Z Compiling bit-vec v0.8.0
20292026-05-12T02:07:02.668Z Compiling anstyle-parse v0.2.7
20302026-05-12T02:07:02.728Z Compiling time v0.3.47
20312026-05-12T02:07:02.876Z Compiling bit-set v0.8.0
20322026-05-12T02:07:02.979Z Compiling rusty-fork v0.3.1
20332026-05-12T02:07:03.244Z Compiling tower v0.5.3
20342026-05-12T02:07:03.367Z Compiling derive_builder_core v0.20.2
20352026-05-12T02:07:03.485Z Compiling http-body-util v0.1.3
20362026-05-12T02:07:03.702Z Compiling webpki-roots v1.0.6
20372026-05-12T02:07:03.731Z Compiling rand_xorshift v0.4.0
20382026-05-12T02:07:03.779Z Compiling signature v2.2.0
20392026-05-12T02:07:03.867Z Compiling hubpack_derive v0.1.1
20402026-05-12T02:07:03.918Z Compiling strum_macros v0.27.2
20412026-05-12T02:07:03.934Z Compiling snafu-derive v0.8.9
20422026-05-12T02:07:04.153Z Compiling fs-err v3.3.0
20432026-05-12T02:07:04.195Z Compiling ahash v0.8.12
20442026-05-12T02:07:04.336Z Compiling ryu v1.0.23
20452026-05-12T02:07:04.374Z Compiling unicode-bidi v0.3.18
20462026-05-12T02:07:04.389Z Compiling unicode-properties v0.1.4
20472026-05-12T02:07:04.509Z Compiling unarray v0.1.4
20482026-05-12T02:07:04.523Z Compiling unicode-segmentation v1.12.0
20492026-05-12T02:07:04.616Z Compiling allocator-api2 v0.2.21
20502026-05-12T02:07:04.636Z Compiling iri-string v0.7.10
20512026-05-12T02:07:04.656Z Compiling colorchoice v1.0.4
20522026-05-12T02:07:04.798Z Compiling object v0.37.3
20532026-05-12T02:07:04.803Z Compiling is_terminal_polyfill v1.70.2
20542026-05-12T02:07:04.877Z Compiling anstyle-query v1.1.5
20552026-05-12T02:07:04.894Z Compiling adler2 v2.0.1
20562026-05-12T02:07:04.962Z Compiling serde_urlencoded v0.7.1
20572026-05-12T02:07:04.979Z Compiling anstream v0.6.21
20582026-05-12T02:07:05.007Z Compiling miniz_oxide v0.8.9
20592026-05-12T02:07:05.049Z Compiling stringprep v0.1.5
20602026-05-12T02:07:05.049Z Compiling proptest v1.10.0
20612026-05-12T02:07:05.294Z Compiling derive_builder_macro v0.20.2
20622026-05-12T02:07:05.570Z Compiling tokio-native-tls v0.3.1
20632026-05-12T02:07:05.666Z Compiling usdt-attr-macro v0.6.0
20642026-05-12T02:07:05.690Z Compiling usdt-macro v0.6.0
20652026-05-12T02:07:05.787Z Compiling tower-http v0.6.8
20662026-05-12T02:07:06.138Z Compiling rand_chacha v0.3.1
20672026-05-12T02:07:06.152Z Compiling erased-serde v0.3.31
20682026-05-12T02:07:06.181Z Compiling md-5 v0.10.6
20692026-05-12T02:07:06.224Z Compiling bstr v1.12.1
20702026-05-12T02:07:06.374Z Compiling num-integer v0.1.46
20712026-05-12T02:07:06.413Z Compiling hash32 v0.2.1
20722026-05-12T02:07:06.434Z Compiling vergen-lib v0.1.6
20732026-05-12T02:07:06.468Z Compiling ff v0.13.1
20742026-05-12T02:07:06.539Z Compiling fallible-iterator v0.2.0
20752026-05-12T02:07:06.597Z Compiling psl-types v2.0.11
20762026-05-12T02:07:06.613Z Compiling zlib-rs v0.6.2
20772026-05-12T02:07:06.665Z Compiling base16ct v0.2.0
20782026-05-12T02:07:06.697Z Compiling num-iter v0.1.45
20792026-05-12T02:07:06.712Z Compiling publicsuffix v2.3.0
20802026-05-12T02:07:06.814Z Compiling sec1 v0.7.3
20812026-05-12T02:07:06.833Z Compiling postgres-protocol v0.6.10
20822026-05-12T02:07:06.863Z Compiling group v0.13.0
20832026-05-12T02:07:06.955Z Compiling rand v0.8.6
20842026-05-12T02:07:07.058Z Compiling newtype-uuid v1.3.2
20852026-05-12T02:07:07.366Z Compiling oxnet v0.1.4
20862026-05-12T02:07:07.399Z Compiling derive_builder v0.20.2
20872026-05-12T02:07:07.568Z Compiling hyper-tls v0.6.0
20882026-05-12T02:07:07.608Z Compiling heck v0.4.1
20892026-05-12T02:07:07.899Z Compiling phf_shared v0.13.1
20902026-05-12T02:07:07.912Z Compiling pin-project v1.1.11
20912026-05-12T02:07:07.912Z Compiling lazy_static v1.5.0
20922026-05-12T02:07:07.912Z Compiling terminal_size v0.4.3
20932026-05-12T02:07:07.924Z Compiling serde_with_macros v3.17.0
20942026-05-12T02:07:07.939Z Compiling futures-executor v0.3.32
20952026-05-12T02:07:07.943Z Compiling hex v0.4.3
20962026-05-12T02:07:08.164Z Compiling cargo-platform v0.1.9
20972026-05-12T02:07:08.196Z Compiling hkdf v0.12.4
20982026-05-12T02:07:08.273Z Compiling crypto-bigint v0.5.5
20992026-05-12T02:07:08.361Z Compiling clap_derive v4.5.55
21002026-05-12T02:07:08.376Z Compiling enum-as-inner v0.6.1
21012026-05-12T02:07:08.436Z Compiling serde_repr v0.1.20
21022026-05-12T02:07:08.459Z Compiling async-recursion v1.1.1
21032026-05-12T02:07:08.798Z Compiling flate2 v1.1.9
21042026-05-12T02:07:08.941Z Compiling vergen v9.0.6
21052026-05-12T02:07:08.979Z Compiling encoding_rs v0.8.35
21062026-05-12T02:07:08.999Z Compiling clap_lex v1.0.0
21072026-05-12T02:07:09.096Z Compiling foldhash v0.1.5
21082026-05-12T02:07:09.111Z Compiling bitflags v1.3.2
21092026-05-12T02:07:09.205Z Compiling libbz2-rs-sys v0.2.2
21102026-05-12T02:07:09.235Z Compiling bumpalo v3.20.2
21112026-05-12T02:07:09.252Z Compiling managed v0.8.0
21122026-05-12T02:07:09.369Z Compiling same-file v1.0.6
21132026-05-12T02:07:09.453Z Compiling foldhash v0.2.0
21142026-05-12T02:07:09.491Z Compiling mime v0.3.17
21152026-05-12T02:07:09.544Z Compiling walkdir v2.5.0
21162026-05-12T02:07:09.680Z Compiling hashbrown v0.16.1
21172026-05-12T02:07:09.712Z Compiling bzip2 v0.6.1
21182026-05-12T02:07:09.745Z Compiling zopfli v0.8.3
21192026-05-12T02:07:09.844Z Compiling hashbrown v0.15.5
21202026-05-12T02:07:09.929Z Compiling elliptic-curve v0.13.8
21212026-05-12T02:07:10.046Z Compiling clap_builder v4.5.60
21222026-05-12T02:07:10.306Z Compiling zstd v0.13.3
21232026-05-12T02:07:10.309Z Compiling cargo_metadata v0.19.2
21242026-05-12T02:07:10.339Z Compiling futures v0.3.32
21252026-05-12T02:07:10.456Z Compiling phf v0.13.1
21262026-05-12T02:07:10.576Z Compiling snafu v0.8.9
21272026-05-12T02:07:10.632Z Compiling daft v0.1.5
21282026-05-12T02:07:10.672Z Compiling signal-hook-mio v0.2.5
21292026-05-12T02:07:10.807Z Compiling cookie_store v0.22.1
21302026-05-12T02:07:10.923Z Compiling postgres-types v0.2.12
21312026-05-12T02:07:10.940Z Compiling bzip2 v0.4.4
21322026-05-12T02:07:11.035Z Compiling globset v0.4.18
21332026-05-12T02:07:11.156Z Compiling strum v0.27.2
21342026-05-12T02:07:11.463Z Compiling hubpack v0.1.2
21352026-05-12T02:07:11.495Z Compiling ed25519 v2.2.3
21362026-05-12T02:07:11.520Z Compiling phf_shared v0.11.3
21372026-05-12T02:07:11.587Z Compiling crossbeam-epoch v0.9.18
21382026-05-12T02:07:11.653Z Compiling olpc-cjson v0.1.4
21392026-05-12T02:07:11.692Z Compiling pkcs1 v0.7.5
21402026-05-12T02:07:11.756Z Compiling pem v3.0.6
21412026-05-12T02:07:11.914Z Compiling serde_plain v1.0.2
21422026-05-12T02:07:11.930Z Compiling serde-big-array v0.5.1
21432026-05-12T02:07:11.999Z Compiling rfc6979 v0.4.0
21442026-05-12T02:07:12.053Z Compiling float-cmp v0.10.0
21452026-05-12T02:07:12.082Z Compiling memmap2 v0.9.10
21462026-05-12T02:07:12.097Z Compiling env_filter v1.0.0
21472026-05-12T02:07:12.127Z Compiling typed-path v0.9.3
21482026-05-12T02:07:12.144Z Compiling new_debug_unreachable v1.0.6
21492026-05-12T02:07:12.164Z Compiling keccak v0.1.6
21502026-05-12T02:07:12.233Z Compiling predicates-core v1.0.10
21512026-05-12T02:07:12.303Z Compiling whoami v2.1.0
21522026-05-12T02:07:12.363Z Compiling normalize-line-endings v0.3.0
21532026-05-12T02:07:12.381Z Compiling rustc-hash v2.1.1
21542026-05-12T02:07:12.414Z Compiling static_assertions v1.1.0
21552026-05-12T02:07:12.429Z Compiling precomputed-hash v0.1.1
21562026-05-12T02:07:12.477Z Compiling toml_write v0.1.2
21572026-05-12T02:07:12.505Z Compiling jiff v0.2.21
21582026-05-12T02:07:12.534Z Compiling data-encoding v2.10.0
21592026-05-12T02:07:12.625Z Compiling fixedbitset v0.5.7
21602026-05-12T02:07:12.649Z Compiling difflib v0.4.0
21612026-05-12T02:07:12.693Z Compiling fixedbitset v0.4.2
21622026-05-12T02:07:12.723Z Compiling toml_edit v0.22.27
21632026-05-12T02:07:12.913Z Compiling predicates v3.1.4
21642026-05-12T02:07:12.937Z Compiling petgraph v0.6.5
21652026-05-12T02:07:13.063Z Compiling hickory-proto v0.25.2
21662026-05-12T02:07:13.091Z Compiling petgraph v0.8.3
21672026-05-12T02:07:13.115Z Compiling tokio-postgres v0.7.16
21682026-05-12T02:07:13.272Z Compiling string_cache v0.8.9
21692026-05-12T02:07:13.384Z Compiling iddqd v0.3.18
21702026-05-12T02:07:13.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21712026-05-12T02:07:13.515Z Compiling sha3 v0.10.8
21722026-05-12T02:07:13.813Z Compiling env_logger v0.11.9
21732026-05-12T02:07:14.240Z Compiling usdt v0.6.0
21742026-05-12T02:07:14.256Z Compiling ecdsa v0.16.9
21752026-05-12T02:07:14.439Z Compiling rsa v0.9.10
21762026-05-12T02:07:14.527Z Compiling ed25519-dalek v2.2.0
21772026-05-12T02:07:15.022Z Compiling clap v4.5.60
21782026-05-12T02:07:15.096Z Compiling zip v4.6.1
21792026-05-12T02:07:15.166Z Compiling crossterm v0.28.1
21802026-05-12T02:07:15.331Z Compiling zip v0.6.6
21812026-05-12T02:07:15.928Z Compiling serde_with v3.17.0
21822026-05-12T02:07:15.945Z Compiling similar v2.7.0
21832026-05-12T02:07:15.975Z Compiling strum v0.26.3
21842026-05-12T02:07:16.075Z Compiling toml v0.7.8
21852026-05-12T02:07:16.132Z Compiling tokio-stream v0.1.18
21862026-05-12T02:07:16.206Z Compiling itertools v0.13.0
21872026-05-12T02:07:16.361Z Compiling buf-list v1.1.2
21882026-05-12T02:07:16.513Z Compiling x509-cert v0.2.5
21892026-05-12T02:07:16.644Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-12T02:07:16.696Z Compiling openapiv3 v2.2.0
21912026-05-12T02:07:16.962Z Compiling sha1 v0.10.6
21922026-05-12T02:07:17.432Z Compiling lalrpop-util v0.19.12
21932026-05-12T02:07:17.449Z Compiling peg-runtime v0.8.5
21942026-05-12T02:07:32.079Z Compiling rustls-webpki v0.103.9
21952026-05-12T02:07:33.580Z Compiling macaddr v1.0.1
21962026-05-12T02:07:33.782Z Compiling structmeta-derive v0.3.0
21972026-05-12T02:07:33.815Z Compiling crucible-workspace-hack v0.1.0
21982026-05-12T02:07:33.897Z Compiling rayon-core v1.13.0
21992026-05-12T02:07:33.932Z Compiling itertools v0.14.0
22002026-05-12T02:07:34.018Z Compiling secrecy v0.10.3
22012026-05-12T02:07:34.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-12T02:07:34.134Z Compiling heapless v0.8.0
22032026-05-12T02:07:34.149Z Compiling rustls v0.22.4
22042026-05-12T02:07:34.307Z Compiling crossbeam-deque v0.8.6
22052026-05-12T02:07:34.379Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-12T02:07:34.474Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-12T02:07:34.569Z Compiling rustls-webpki v0.102.8
22082026-05-12T02:07:34.585Z Compiling hash32 v0.3.1
22092026-05-12T02:07:34.642Z Compiling multer v3.1.0
22102026-05-12T02:07:34.660Z Compiling thread_local v1.1.9
22112026-05-12T02:07:34.753Z Compiling match_cfg v0.1.0
22122026-05-12T02:07:34.781Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132026-05-12T02:07:34.829Z Compiling structmeta v0.3.0
22142026-05-12T02:07:34.831Z Compiling smoltcp v0.11.0
22152026-05-12T02:07:34.869Z Compiling slog-async v2.8.0
22162026-05-12T02:07:34.871Z Compiling compression-core v0.4.31
22172026-05-12T02:07:34.899Z Compiling unicode-width v0.2.0
22182026-05-12T02:07:35.053Z Compiling derive-ex v0.1.8
22192026-05-12T02:07:35.068Z Compiling compression-codecs v0.4.37
22202026-05-12T02:07:35.084Z Compiling proc-macro-crate v3.4.0
22212026-05-12T02:07:35.223Z Compiling hostname v0.3.1
22222026-05-12T02:07:35.239Z Compiling ingot-macros v0.1.1
22232026-05-12T02:07:35.326Z Compiling slog-json v2.6.1
22242026-05-12T02:07:35.409Z Compiling crossbeam-channel v0.5.15
22252026-05-12T02:07:35.453Z Compiling half v2.7.1
22262026-05-12T02:07:35.532Z Compiling newtype-uuid-macros v0.1.0
22272026-05-12T02:07:35.595Z Compiling tokio-rustls v0.26.4
22282026-05-12T02:07:35.753Z Compiling rustls-platform-verifier v0.6.2
22292026-05-12T02:07:35.826Z Compiling hyper-rustls v0.27.7
22302026-05-12T02:07:35.881Z Compiling cobs v0.3.0
22312026-05-12T02:07:35.974Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-12T02:07:36.104Z Compiling reqwest v0.12.28
22332026-05-12T02:07:36.172Z Compiling reqwest v0.13.2
22342026-05-12T02:07:36.189Z Compiling universal-hash v0.5.1
22352026-05-12T02:07:36.257Z Compiling async-stream-impl v0.3.6
22362026-05-12T02:07:36.351Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-05-12T02:07:36.401Z Compiling serde_spanned v1.0.4
22382026-05-12T02:07:36.558Z Compiling is-terminal v0.4.17
22392026-05-12T02:07:36.592Z Compiling proc-macro-error-attr v1.0.4
22402026-05-12T02:07:36.677Z Compiling dropshot v0.17.0
22412026-05-12T02:07:36.778Z Compiling toml_writer v1.0.6+spec-1.1.0
22422026-05-12T02:07:36.798Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-05-12T02:07:36.821Z Compiling take_mut v0.2.2
22442026-05-12T02:07:36.849Z Compiling opaque-debug v0.3.1
22452026-05-12T02:07:36.894Z Compiling convert_case v0.4.0
22462026-05-12T02:07:36.944Z Compiling ciborium-io v0.2.2
22472026-05-12T02:07:36.963Z Compiling term v1.2.1
22482026-05-12T02:07:37.014Z Compiling thiserror-no-std v2.0.2
22492026-05-12T02:07:37.053Z Compiling ciborium-ll v0.2.2
22502026-05-12T02:07:37.068Z Compiling toml v1.0.6+spec-1.1.0
22512026-05-12T02:07:37.131Z Compiling tokio-rustls v0.25.0
22522026-05-12T02:07:37.228Z Compiling derive_more v0.99.20
22532026-05-12T02:07:37.278Z Compiling slog-term v2.9.2
22542026-05-12T02:07:37.343Z Compiling poly1305 v0.8.0
22552026-05-12T02:07:37.463Z Compiling async-stream v0.3.6
22562026-05-12T02:07:37.681Z Compiling tough v0.22.0
22572026-05-12T02:07:37.833Z Compiling test-strategy v0.4.5
22582026-05-12T02:07:37.857Z Compiling ingot-types v0.1.2
22592026-05-12T02:07:37.992Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-05-12T02:07:38.323Z Compiling ingot v0.1.1
22612026-05-12T02:07:38.343Z Compiling postcard v1.1.3
22622026-05-12T02:07:38.837Z Compiling num_enum_derive v0.7.5
22632026-05-12T02:07:38.844Z Compiling slog-bunyan v2.5.0
22642026-05-12T02:07:38.982Z Compiling async-compression v0.4.41
22652026-05-12T02:07:39.168Z Compiling parse-display-derive v0.10.0
22662026-05-12T02:07:39.411Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-12T02:07:39.428Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-12T02:07:39.473Z Compiling proc-macro-crate v1.3.1
22692026-05-12T02:07:39.499Z Compiling backon v1.6.0
22702026-05-12T02:07:39.684Z Compiling waitgroup v0.1.2
22712026-05-12T02:07:39.742Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-12T02:07:39.778Z Compiling password-hash v0.5.0
22732026-05-12T02:07:39.836Z Compiling chacha20 v0.9.1
22742026-05-12T02:07:39.856Z Compiling dropshot_endpoint v0.17.0
22752026-05-12T02:07:39.988Z Compiling rustls-pemfile v2.2.0
22762026-05-12T02:07:40.120Z Compiling blake2 v0.10.6
22772026-05-12T02:07:40.136Z Compiling aead v0.5.2
22782026-05-12T02:07:40.293Z Compiling foreign-types-macros v0.2.3
22792026-05-12T02:07:40.354Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-12T02:07:40.655Z Compiling serde_path_to_error v0.1.20
22812026-05-12T02:07:40.673Z Compiling hostname v0.4.2
22822026-05-12T02:07:40.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-12T02:07:40.755Z Compiling proc-macro-error v1.0.4
22842026-05-12T02:07:40.821Z Compiling instant v0.1.13
22852026-05-12T02:07:40.867Z Compiling typeid v1.0.3
22862026-05-12T02:07:40.885Z Compiling foreign-types-shared v0.3.1
22872026-05-12T02:07:40.888Z Compiling cpufeatures v0.3.0
22882026-05-12T02:07:40.918Z Compiling debug-ignore v1.0.5
22892026-05-12T02:07:40.963Z Compiling chacha20 v0.10.0
22902026-05-12T02:07:40.997Z Compiling foreign-types v0.5.0
22912026-05-12T02:07:41.033Z Compiling backoff v0.4.0
22922026-05-12T02:07:41.052Z Compiling parse-display v0.10.0
22932026-05-12T02:07:41.074Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-05-12T02:07:41.094Z Compiling argon2 v0.5.3
22952026-05-12T02:07:41.111Z Compiling chacha20poly1305 v0.10.1
22962026-05-12T02:07:41.126Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-12T02:07:41.206Z Compiling num_enum_derive v0.5.11
22982026-05-12T02:07:41.265Z Compiling num_enum v0.7.5
22992026-05-12T02:07:41.284Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-12T02:07:41.302Z Compiling ciborium v0.2.2
23012026-05-12T02:07:41.336Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-05-12T02:07:41.353Z Compiling vsss-rs v3.3.4
23032026-05-12T02:07:41.552Z Compiling tabwriter v1.4.1
23042026-05-12T02:07:41.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-05-12T02:07:41.847Z Compiling regress v0.10.5
23062026-05-12T02:07:41.947Z Compiling byte-wrapper v0.1.0
23072026-05-12T02:07:41.962Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-12T02:07:42.123Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-12T02:07:42.140Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-12T02:07:42.159Z Compiling cstr-argument v0.1.2
23112026-05-12T02:07:42.175Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-05-12T02:07:42.350Z Compiling erased-serde v0.4.9
23132026-05-12T02:07:42.405Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-05-12T02:07:42.566Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-12T02:07:42.647Z Compiling num_enum v0.5.11
23162026-05-12T02:07:42.722Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-12T02:07:42.762Z Compiling rand v0.10.0
23182026-05-12T02:07:42.796Z Compiling rayon v1.11.0
23192026-05-12T02:07:42.838Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-12T02:07:42.865Z Compiling indent_write v2.2.0
23212026-05-12T02:07:42.870Z Compiling colored v3.1.1
23222026-05-12T02:07:42.915Z Compiling libefi-sys v0.1.0
23232026-05-12T02:07:42.977Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23242026-05-12T02:07:42.995Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-12T02:07:43.052Z Compiling zone_cfg_derive v0.3.1
23262026-05-12T02:07:43.166Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-12T02:07:43.210Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-12T02:07:43.419Z Compiling camino-tempfile v1.4.1
23292026-05-12T02:07:43.449Z Compiling itertools v0.12.1
23302026-05-12T02:07:43.562Z Compiling usdt-macro v0.5.0
23312026-05-12T02:07:43.580Z Compiling usdt-attr-macro v0.5.0
23322026-05-12T02:07:43.682Z Compiling num-derive v0.4.2
23332026-05-12T02:07:43.714Z Compiling bitfield-struct v0.6.2
23342026-05-12T02:07:43.730Z Compiling blake3 v1.8.3
23352026-05-12T02:07:43.851Z Compiling ordered-float v2.10.1
23362026-05-12T02:07:44.131Z Compiling memmap v0.7.0
23372026-05-12T02:07:44.154Z Compiling sigpipe v0.1.3
23382026-05-12T02:07:44.277Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23392026-05-12T02:07:44.291Z Compiling glob v0.3.3
23402026-05-12T02:07:44.372Z Compiling swrite v0.1.0
23412026-05-12T02:07:44.387Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-12T02:07:44.404Z Compiling usdt v0.5.0
23432026-05-12T02:07:44.508Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-12T02:07:44.579Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-05-12T02:07:44.938Z Compiling serde-value v0.7.0
23462026-05-12T02:07:44.956Z Compiling zone v0.3.1
23472026-05-12T02:07:44.978Z Compiling serde-untagged v0.1.9
23482026-05-12T02:07:45.018Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-12T02:07:45.206Z Compiling toml v0.8.23
23502026-05-12T02:07:45.252Z Compiling smf v0.2.3
23512026-05-12T02:07:45.303Z Compiling filetime v0.2.27
23522026-05-12T02:07:45.325Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-05-12T02:07:45.341Z Compiling constant_time_eq v0.4.2
23542026-05-12T02:07:45.367Z Compiling arrayref v0.3.9
23552026-05-12T02:07:45.427Z Compiling whoami v1.6.1
23562026-05-12T02:07:45.467Z Compiling xattr v1.6.1
23572026-05-12T02:07:45.470Z Compiling arrayvec v0.7.6
23582026-05-12T02:07:45.538Z Compiling unicode-xid v0.2.6
23592026-05-12T02:07:45.562Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-12T02:07:45.596Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-05-12T02:07:45.688Z Compiling cargo-util-schemas v0.8.2
23622026-05-12T02:07:45.753Z Compiling tar v0.4.45
23632026-05-12T02:07:45.850Z Compiling tokio-dtrace v0.1.1
23642026-05-12T02:07:45.897Z Compiling console v0.16.2
23652026-05-12T02:07:46.196Z Compiling gethostname v0.5.0
23662026-05-12T02:07:46.246Z Compiling cargo-platform v0.2.0
23672026-05-12T02:07:46.353Z Compiling topological-sort v0.2.2
23682026-05-12T02:07:46.397Z Compiling unit-prefix v0.5.2
23692026-05-12T02:07:46.525Z Compiling oxide-tokio-rt v0.1.4
23702026-05-12T02:07:46.545Z Compiling indicatif v0.18.4
23712026-05-12T02:07:46.596Z Compiling shell-words v1.1.1
23722026-05-12T02:07:46.606Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-12T02:07:46.847Z Compiling cargo_metadata v0.21.0
23742026-05-12T02:07:56.219Z Compiling progenitor-client v0.14.0
23752026-05-12T02:07:56.251Z Compiling progenitor-client v0.10.0
23762026-05-12T02:07:56.251Z Compiling omicron-zone-package v0.12.2
23772026-05-12T02:07:56.708Z Compiling progenitor-extras v0.2.0
23782026-05-12T02:07:58.946Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-12T02:07:59.081Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-12T02:07:59.126Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-12T02:07:59.221Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-12T02:07:59.253Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-12T02:07:59.272Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-05-12T02:07:59.325Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-05-12T02:07:59.374Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-05-12T02:07:59.439Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-12T02:08:03.328Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-12T02:08:10.798Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-12T02:08:13.867Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-12T02:08:14.853Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-12T02:08:24.165Z Finished `release` profile [optimized] target(s) in 1m 43s
23922026-05-12T02:08:24.319Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-12T02:08:24.383ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-12T02:08:24.386ZCreated new build target 'test' and set it as active
23952026-05-12T02:08:24.389Z
23962026-05-12T02:08:24.389Zreal 1:43.576871415
23972026-05-12T02:08:24.389Zuser 17:01.337543714
23982026-05-12T02:08:24.389Zsys 2:37.466828303
23992026-05-12T02:08:24.389Ztrap 0.454463179
24002026-05-12T02:08:24.389Ztflt 2.974785713
24012026-05-12T02:08:24.389Zdflt 4.207103899
24022026-05-12T02:08:24.389Zkflt 0.000599250
24032026-05-12T02:08:24.389Zlock 52:49.675707788
24042026-05-12T02:08:24.389Zslp 43:19.709624191
24052026-05-12T02:08:24.389Zlat 43.643399330
24062026-05-12T02:08:24.389Zstop 5:30.396041672
24072026-05-12T02:08:24.389Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-12T02:08:25.280Z Finished `release` profile [optimized] target(s) in 0.88s
24092026-05-12T02:08:25.355Z Running `target/release/omicron-package -t test package`
24102026-05-12T02:08:25.413ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-12T02:08:26.830Z Compiling heck v0.5.0
24122026-05-12T02:08:26.830Z Compiling regress v0.11.1
24132026-05-12T02:08:26.830Z Compiling unsafe-libyaml v0.2.11
24142026-05-12T02:08:27.093Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-12T02:08:27.110Z Compiling regress v0.10.5
24162026-05-12T02:08:27.134Z Compiling unicode-width v0.1.14
24172026-05-12T02:08:27.137Z Compiling is-terminal v0.4.17
24182026-05-12T02:08:27.174Z Compiling prettyplease v0.2.37
24192026-05-12T02:08:27.177Z Compiling bytecount v0.6.9
24202026-05-12T02:08:27.177Z Compiling rustls v0.22.4
24212026-05-12T02:08:27.177Z Compiling rustls-webpki v0.102.8
24222026-05-12T02:08:27.177Z Compiling derive-where v1.6.0
24232026-05-12T02:08:27.177Z Compiling thread_local v1.1.9
24242026-05-12T02:08:27.194Z Compiling match_cfg v0.1.0
24252026-05-12T02:08:27.212Z Compiling compression-core v0.4.31
24262026-05-12T02:08:27.319Z Compiling hostname v0.3.1
24272026-05-12T02:08:27.360Z Compiling multer v3.1.0
24282026-05-12T02:08:27.360Z Compiling slog-async v2.8.0
24292026-05-12T02:08:27.404Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-12T02:08:27.431Z Compiling compression-codecs v0.4.37
24312026-05-12T02:08:27.453Z Compiling crossbeam-channel v0.5.15
24322026-05-12T02:08:27.457Z Compiling slog-json v2.6.1
24332026-05-12T02:08:27.496Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-12T02:08:27.500Z Compiling serde_spanned v1.0.4
24352026-05-12T02:08:27.539Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-12T02:08:27.542Z Compiling take_mut v0.2.2
24372026-05-12T02:08:27.690Z Compiling term v1.2.1
24382026-05-12T02:08:27.713Z Compiling toml_writer v1.0.6+spec-1.1.0
24392026-05-12T02:08:27.716Z Compiling slog-bunyan v2.5.0
24402026-05-12T02:08:27.717Z Compiling async-compression v0.4.41
24412026-05-12T02:08:27.890Z Compiling async-stream v0.3.6
24422026-05-12T02:08:27.912Z Compiling toml v1.0.6+spec-1.1.0
24432026-05-12T02:08:27.931Z Compiling dropshot v0.17.0
24442026-05-12T02:08:27.956Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-05-12T02:08:27.997Z Compiling slog-term v2.9.2
24462026-05-12T02:08:28.068Z Compiling num-rational v0.4.2
24472026-05-12T02:08:28.098Z Compiling progenitor-client v0.14.0
24482026-05-12T02:08:28.118Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-12T02:08:28.201Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-05-12T02:08:28.221Z Compiling waitgroup v0.1.2
24512026-05-12T02:08:28.255Z Compiling backon v1.6.0
24522026-05-12T02:08:28.323Z Compiling rustls-pemfile v2.2.0
24532026-05-12T02:08:28.389Z Compiling num-complex v0.4.6
24542026-05-12T02:08:28.421Z Compiling serde_path_to_error v0.1.20
24552026-05-12T02:08:28.425Z Compiling hostname v0.4.2
24562026-05-12T02:08:28.468Z Compiling instant v0.1.13
24572026-05-12T02:08:28.486Z Compiling debug-ignore v1.0.5
24582026-05-12T02:08:28.507Z Compiling progenitor-extras v0.2.0
24592026-05-12T02:08:28.538Z Compiling typify-impl v0.6.2
24602026-05-12T02:08:28.597Z Compiling backoff v0.4.0
24612026-05-12T02:08:28.601Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24622026-05-12T02:08:28.637Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-12T02:08:28.792Z Compiling num v0.4.3
24642026-05-12T02:08:28.860Z Compiling parse-display v0.10.0
24652026-05-12T02:08:28.893Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-12T02:08:28.916Z Compiling progenitor-client v0.13.0
24672026-05-12T02:08:28.920Z Compiling progenitor-client v0.10.0
24682026-05-12T02:08:28.962Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-12T02:08:29.087Z Compiling macaddr v1.0.1
24702026-05-12T02:08:29.111Z Compiling float-ord v0.3.2
24712026-05-12T02:08:29.136Z Compiling console v0.15.11
24722026-05-12T02:08:29.259Z Compiling newline-converter v0.3.0
24732026-05-12T02:08:29.283Z Compiling atomicwrites v0.4.4
24742026-05-12T02:08:29.363Z Compiling slog-dtrace v0.3.0
24752026-05-12T02:08:29.463Z Compiling cancel-safe-futures v0.1.5
24762026-05-12T02:08:29.535Z Compiling tokio-rustls v0.25.0
24772026-05-12T02:08:29.604Z Compiling expectorate v1.2.0
24782026-05-12T02:08:29.643Z Compiling owo-colors v4.3.0
24792026-05-12T02:08:29.692Z Compiling libsw-core v0.3.2
24802026-05-12T02:08:29.743Z Compiling resolv-conf v0.7.6
24812026-05-12T02:08:29.819Z Compiling toml v0.8.23
24822026-05-12T02:08:29.860Z Compiling libsw v3.5.0
24832026-05-12T02:08:29.904Z Compiling linear-map v1.2.0
24842026-05-12T02:08:30.077Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-12T02:08:30.173Z Compiling minimal-lexical v0.2.1
24862026-05-12T02:08:30.198Z Compiling linked-hash-map v0.5.6
24872026-05-12T02:08:30.361Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-12T02:08:30.393Z Compiling lru-cache v0.1.2
24892026-05-12T02:08:30.444Z Compiling nom v7.1.3
24902026-05-12T02:08:30.466Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-05-12T02:08:30.469Z Compiling unicode-xid v0.2.6
24922026-05-12T02:08:30.505Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-12T02:08:30.576Z Compiling hickory-proto v0.24.4
24942026-05-12T02:08:30.595Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-05-12T02:08:30.640Z Compiling convert_case v0.10.0
24962026-05-12T02:08:30.660Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-05-12T02:08:30.938Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24982026-05-12T02:08:31.004Z Compiling derive_more-impl v2.1.1
24992026-05-12T02:08:31.439Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-12T02:08:31.807Z Compiling derive_more v2.1.1
25012026-05-12T02:08:31.832Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-12T02:08:31.923Z Compiling papergrid v0.11.0
25032026-05-12T02:08:31.990Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-12T02:08:32.013Z Compiling tabled_derive v0.7.0
25052026-05-12T02:08:32.075Z Compiling typify-macro v0.6.2
25062026-05-12T02:08:32.238Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-12T02:08:32.490Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-12T02:08:32.712Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-12T02:08:32.912Z Compiling termtree v0.5.1
25102026-05-12T02:08:33.076Z Compiling hickory-resolver v0.24.4
25112026-05-12T02:08:33.118Z Compiling tabled v0.15.0
25122026-05-12T02:08:33.345Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-12T02:08:33.635Z Compiling typify v0.6.2
25142026-05-12T02:08:33.922Z Compiling progenitor-impl v0.14.0
25152026-05-12T02:08:34.400Z Compiling progenitor-impl v0.13.0
25162026-05-12T02:08:36.135Z Compiling progenitor-macro v0.14.0
25172026-05-12T02:08:36.453Z Compiling qorb v0.4.1
25182026-05-12T02:08:36.570Z Compiling progenitor-macro v0.13.0
25192026-05-12T02:08:37.599Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-12T02:08:38.236Z Compiling crossterm v0.29.0
25212026-05-12T02:08:38.812Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-12T02:08:38.838Z Compiling phf_shared v0.12.1
25232026-05-12T02:08:39.098Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-12T02:08:39.208Z Compiling csv-core v0.1.13
25252026-05-12T02:08:39.644Z Compiling vte v0.14.1
25262026-05-12T02:08:39.666Z Compiling highway v1.3.0
25272026-05-12T02:08:39.912Z Compiling chrono-tz v0.10.4
25282026-05-12T02:08:39.915Z Compiling strip-ansi-escapes v0.2.1
25292026-05-12T02:08:40.162Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-05-12T02:08:40.207Z Compiling progenitor v0.14.0
25312026-05-12T02:08:40.390Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-12T02:08:40.411Z Compiling csv v1.4.0
25332026-05-12T02:08:40.500Z Compiling phf v0.12.1
25342026-05-12T02:08:40.591Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25352026-05-12T02:08:40.692Z Compiling progenitor v0.13.0
25362026-05-12T02:08:40.730Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-12T02:08:40.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-12T02:08:41.043Z Compiling const_format_proc_macros v0.2.34
25392026-05-12T02:08:41.224Z Compiling fd-lock v4.0.4
25402026-05-12T02:08:41.360Z Compiling peg-macros v0.8.5
25412026-05-12T02:08:41.426Z Compiling nu-ansi-term v0.50.3
25422026-05-12T02:08:41.483Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25432026-05-12T02:08:41.760Z Compiling reedline v0.40.0
25442026-05-12T02:08:41.824Z Compiling const_format v0.2.35
25452026-05-12T02:08:42.644Z Compiling peg v0.8.5
25462026-05-12T02:08:42.752Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-12T02:08:43.397Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-12T02:08:43.685Z Compiling bcs v0.1.6
25492026-05-12T02:08:43.716Z Compiling semver v0.1.20
25502026-05-12T02:08:44.059Z Compiling rustc_version v0.1.7
25512026-05-12T02:08:44.163Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-12T02:08:44.308Z Compiling newtype_derive v0.1.6
25532026-05-12T02:08:44.424Z Compiling smawk v0.3.2
25542026-05-12T02:08:44.536Z Compiling humantime v2.3.0
25552026-05-12T02:08:44.624Z Compiling unicode-linebreak v0.1.5
25562026-05-12T02:08:44.714Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-12T02:08:44.948Z Compiling textwrap v0.16.2
25582026-05-12T02:08:44.970Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-12T02:08:45.020Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-12T02:08:45.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-12T02:08:45.630Z Compiling base64 v0.21.7
25622026-05-12T02:08:45.933Z Compiling steno v0.4.1
25632026-05-12T02:08:46.182Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-12T02:08:46.206Z Compiling tagptr v0.2.0
25652026-05-12T02:08:46.398Z Compiling utf-8 v0.7.6
25662026-05-12T02:08:46.566Z Compiling moka v0.12.13
25672026-05-12T02:08:46.639Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25682026-05-12T02:08:46.704Z Compiling tungstenite v0.21.0
25692026-05-12T02:08:46.817Z Compiling radium v0.7.0
25702026-05-12T02:08:47.101Z Compiling maybe-uninit v2.0.0
25712026-05-12T02:08:47.157Z Compiling tap v1.0.1
25722026-05-12T02:08:47.326Z Compiling tokio-tungstenite v0.21.0
25732026-05-12T02:08:47.348Z Compiling wyz v0.5.1
25742026-05-12T02:08:47.601Z Compiling zerocopy-derive v0.6.6
25752026-05-12T02:08:47.706Z Compiling hickory-resolver v0.25.2
25762026-05-12T02:08:47.731Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-12T02:08:47.779Z Compiling packed_struct v0.10.1
25782026-05-12T02:08:48.070Z Compiling crc-catalog v2.4.0
25792026-05-12T02:08:48.201Z Compiling display-error-chain v0.2.2
25802026-05-12T02:08:48.387Z Compiling funty v2.0.0
25812026-05-12T02:08:48.407Z Compiling zerocopy v0.6.6
25822026-05-12T02:08:48.645Z Compiling crc v3.4.0
25832026-05-12T02:08:48.797Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-05-12T02:08:48.822Z Compiling bitvec v1.0.1
25852026-05-12T02:08:49.147Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-12T02:08:49.208Z Compiling num-derive v0.3.3
25872026-05-12T02:08:49.366Z Compiling packed_struct_codegen v0.10.1
25882026-05-12T02:08:49.954Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-12T02:08:50.114Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-05-12T02:08:50.371Z Compiling bitfield-macros v0.19.4
25912026-05-12T02:08:50.727Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-12T02:08:51.093Z Compiling indexmap v1.9.3
25932026-05-12T02:08:51.144Z Compiling nodrop v0.1.14
25942026-05-12T02:08:51.224Z Compiling proc-macro-error2 v2.0.1
25952026-05-12T02:08:51.281Z Compiling array-init v0.0.4
25962026-05-12T02:08:51.360Z Compiling bitfield v0.19.4
25972026-05-12T02:08:51.691Z Compiling libscf-sys v1.1.0
25982026-05-12T02:08:51.713Z Compiling smallvec v0.6.14
25992026-05-12T02:08:51.740Z Compiling typify-impl v0.4.3
26002026-05-12T02:08:51.897Z Compiling hashbrown v0.12.3
26012026-05-12T02:08:51.916Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-05-12T02:08:51.978Z Compiling serde-hex v0.1.0
26032026-05-12T02:08:52.101Z Compiling tabled_derive v0.11.0
26042026-05-12T02:08:52.610Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-05-12T02:08:52.881Z Compiling ron v0.8.1
26062026-05-12T02:08:52.996Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-05-12T02:08:53.092Z Compiling papergrid v0.17.0
26082026-05-12T02:08:53.172Z Compiling testing_table v0.3.0
26092026-05-12T02:08:53.624Z Compiling hashbrown v0.13.2
26102026-05-12T02:08:53.940Z Compiling vergen-gitcl v1.0.8
26112026-05-12T02:08:54.104Z Compiling dirs-sys-next v0.1.2
26122026-05-12T02:08:54.180Z Compiling diesel_derives v2.3.7
26132026-05-12T02:08:54.228Z Compiling maplit v1.0.2
26142026-05-12T02:08:54.251Z Compiling crc-any v2.5.0
26152026-05-12T02:08:54.357Z Compiling glob v0.3.3
26162026-05-12T02:08:54.383Z Compiling crunchy v0.2.4
26172026-05-12T02:08:54.431Z Compiling tabled v0.20.0
26182026-05-12T02:08:54.455Z Compiling dirs-next v2.0.0
26192026-05-12T02:08:54.602Z Compiling object v0.30.4
26202026-05-12T02:08:54.708Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-05-12T02:08:54.712Z Compiling clang-sys v1.8.1
26222026-05-12T02:08:54.755Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-12T02:08:55.130Z Compiling dsl_auto_type v0.2.0
26242026-05-12T02:08:55.188Z Compiling scheduled-thread-pool v0.2.7
26252026-05-12T02:08:55.232Z Compiling typify-macro v0.4.3
26262026-05-12T02:08:55.285Z Compiling diesel_table_macro_syntax v0.3.0
26272026-05-12T02:08:55.397Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-12T02:08:55.512Z Compiling path-slash v0.1.5
26292026-05-12T02:08:55.627Z Compiling xshell-macros v0.2.7
26302026-05-12T02:08:55.692Z Compiling tiny-keccak v2.0.2
26312026-05-12T02:08:55.787Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-12T02:08:55.977Z Compiling r2d2 v0.8.10
26332026-05-12T02:08:56.020Z Compiling xshell v0.2.7
26342026-05-12T02:08:56.071Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352026-05-12T02:08:56.379Z Compiling term v0.7.0
26362026-05-12T02:08:56.706Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-12T02:08:56.751Z Compiling downcast-rs v2.0.2
26382026-05-12T02:08:56.774Z Compiling bit-vec v0.6.3
26392026-05-12T02:08:56.886Z Compiling ascii-canvas v3.0.0
26402026-05-12T02:08:57.027Z Compiling bit-set v0.5.3
26412026-05-12T02:08:57.174Z Compiling itertools v0.10.5
26422026-05-12T02:08:57.199Z Compiling ena v0.14.4
26432026-05-12T02:08:57.221Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26442026-05-12T02:08:57.353Z Compiling libloading v0.8.9
26452026-05-12T02:08:57.445Z Compiling bindgen v0.71.1
26462026-05-12T02:08:57.590Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26472026-05-12T02:08:57.739Z Compiling unicase v2.9.0
26482026-05-12T02:08:58.048Z Compiling diff v0.1.13
26492026-05-12T02:08:58.294Z Compiling regex-syntax v0.6.29
26502026-05-12T02:08:58.316Z Compiling crc8 v0.1.1
26512026-05-12T02:08:58.476Z Compiling typify v0.4.3
26522026-05-12T02:08:58.623Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-12T02:08:58.778Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-12T02:08:59.418Z Compiling cexpr v0.6.0
26552026-05-12T02:08:59.424Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26562026-05-12T02:08:59.628Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-05-12T02:08:59.700Z Compiling lalrpop v0.19.12
26582026-05-12T02:08:59.842Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-05-12T02:08:59.941Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-12T02:09:00.212Z Compiling headers-core v0.3.0
26612026-05-12T02:09:00.250Z Compiling libxml v0.3.3
26622026-05-12T02:09:00.369Z Compiling headers v0.4.1
26632026-05-12T02:09:00.515Z Compiling diesel v2.3.7
26642026-05-12T02:09:00.571Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-12T02:09:00.591Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-12T02:09:00.822Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-12T02:09:01.302Z Compiling strum_macros v0.24.3
26682026-05-12T02:09:01.504Z Compiling indoc v1.0.9
26692026-05-12T02:09:01.788Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-05-12T02:09:02.024Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-12T02:09:02.192Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-12T02:09:02.408Z Compiling derive_builder v0.20.2
26732026-05-12T02:09:02.557Z Compiling oso-derive v0.27.3
26742026-05-12T02:09:02.585Z Compiling quick-xml v0.37.5
26752026-05-12T02:09:03.064Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-12T02:09:03.496Z Compiling half v1.8.3
26772026-05-12T02:09:03.808Z Compiling openssl-probe v0.1.6
26782026-05-12T02:09:03.861Z Compiling serde_cbor v0.11.2
26792026-05-12T02:09:03.988Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-12T02:09:04.076Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-05-12T02:09:04.144Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-12T02:09:04.375Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-12T02:09:04.653Z Compiling bb8 v0.8.6
26842026-05-12T02:09:04.684Z Compiling samael v0.0.19
26852026-05-12T02:09:04.718Z Compiling trait-variant v0.1.2
26862026-05-12T02:09:04.873Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26872026-05-12T02:09:05.084Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26882026-05-12T02:09:05.143Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26892026-05-12T02:09:05.283Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26902026-05-12T02:09:05.330Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-05-12T02:09:05.413Z Compiling fxhash v0.2.1
26922026-05-12T02:09:05.465Z Compiling salty v0.3.0
26932026-05-12T02:09:05.621Z Compiling progenitor-impl v0.11.2
26942026-05-12T02:09:05.777Z Compiling progenitor-impl v0.10.0
26952026-05-12T02:09:05.905Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-12T02:09:05.955Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-12T02:09:06.270Z Compiling kstat-rs v0.2.4
26982026-05-12T02:09:06.393Z Compiling libz-sys v1.1.24
26992026-05-12T02:09:06.560Z Compiling nonempty v0.12.0
27002026-05-12T02:09:06.764Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-12T02:09:06.792Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-12T02:09:07.178Z Compiling polar-core v0.27.3
27032026-05-12T02:09:07.783Z Compiling progenitor-macro v0.11.2
27042026-05-12T02:09:07.953Z Compiling progenitor-macro v0.10.0
27052026-05-12T02:09:09.128Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-12T02:09:10.455Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-12T02:09:10.798Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-12T02:09:11.018Z Compiling progenitor-client v0.11.2
27092026-05-12T02:09:11.513Z Compiling darling_core v0.23.0
27102026-05-12T02:09:11.560Z Compiling nanorand v0.7.0
27112026-05-12T02:09:11.880Z Compiling arc-swap v1.8.2
27122026-05-12T02:09:11.942Z Compiling fs-err v2.11.0
27132026-05-12T02:09:12.175Z Compiling parking_lot_core v0.8.6
27142026-05-12T02:09:12.288Z Compiling mime_guess v2.0.5
27152026-05-12T02:09:12.401Z Compiling slog-scope v4.4.1
27162026-05-12T02:09:12.495Z Compiling progenitor v0.10.0
27172026-05-12T02:09:12.680Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-05-12T02:09:12.802Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-05-12T02:09:12.849Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-05-12T02:09:13.661Z Compiling darling_macro v0.23.0
27212026-05-12T02:09:14.186Z Compiling progenitor v0.11.2
27222026-05-12T02:09:14.377Z Compiling flume v0.11.1
27232026-05-12T02:09:14.791Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-12T02:09:15.423Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-12T02:09:16.396Z Compiling oso v0.27.3
27262026-05-12T02:09:17.194Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-05-12T02:09:17.217Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-05-12T02:09:20.359Z Compiling async-bb8-diesel v0.2.1
27292026-05-12T02:09:20.682Z Compiling diesel-dtrace v0.5.0
27302026-05-12T02:09:21.006Z Compiling primeorder v0.13.6
27312026-05-12T02:09:21.316Z Compiling git-stub v1.0.0
27322026-05-12T02:09:21.338Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-12T02:09:21.588Z Compiling instability v0.3.11
27342026-05-12T02:09:21.760Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-05-12T02:09:21.937Z Compiling git-stub-vcs v0.1.0
27362026-05-12T02:09:22.298Z Compiling p384 v0.13.1
27372026-05-12T02:09:22.426Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-12T02:09:22.797Z Compiling darling v0.23.0
27392026-05-12T02:09:22.888Z Compiling slog-stdlog v4.1.1
27402026-05-12T02:09:23.331Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-12T02:09:23.354Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-12T02:09:23.357Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-12T02:09:23.358Z Compiling ignore v0.4.25
27442026-05-12T02:09:23.691Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-12T02:09:24.439Z Compiling castaway v0.2.4
27462026-05-12T02:09:24.616Z Compiling atty v0.2.14
27472026-05-12T02:09:24.621Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-12T02:09:24.727Z Compiling indoc v2.0.7
27492026-05-12T02:09:24.847Z Compiling http-range v0.1.5
27502026-05-12T02:09:25.111Z Compiling parse-size v1.1.0
27512026-05-12T02:09:25.250Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-12T02:09:25.357Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-12T02:09:25.907Z Compiling compact_str v0.8.1
27542026-05-12T02:09:25.910Z Compiling globwalk v0.9.1
27552026-05-12T02:09:26.867Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-12T02:09:27.054Z Compiling parking_lot v0.11.2
27572026-05-12T02:09:27.467Z Compiling slog-envlogger v2.2.0
27582026-05-12T02:09:27.972Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-12T02:09:28.452Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-12T02:09:28.583Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-12T02:09:28.648Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-12T02:09:28.719Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-12T02:09:29.388Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-12T02:09:29.461Z Compiling predicates-tree v1.0.13
27652026-05-12T02:09:29.546Z Compiling unicode-truncate v1.1.0
27662026-05-12T02:09:29.582Z Compiling lru v0.12.5
27672026-05-12T02:09:29.636Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-12T02:09:29.781Z Compiling rand_seeder v0.4.0
27692026-05-12T02:09:29.827Z Compiling prefix-trie v0.7.0
27702026-05-12T02:09:29.962Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-12T02:09:30.035Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-12T02:09:30.169Z Compiling vergen-git2 v1.0.7
27732026-05-12T02:09:30.213Z Compiling corncobs v0.1.4
27742026-05-12T02:09:30.316Z Compiling cassowary v0.3.0
27752026-05-12T02:09:30.432Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-12T02:09:30.464Z Compiling hickory-server v0.25.2
27772026-05-12T02:09:30.525Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-05-12T02:09:30.547Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-05-12T02:09:30.695Z Compiling ratatui v0.29.0
27802026-05-12T02:09:30.760Z Compiling camino-tempfile-ext v0.3.3
27812026-05-12T02:09:30.843Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27822026-05-12T02:09:31.145Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-12T02:09:31.396Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-12T02:09:31.463Z Compiling hyper-staticfile v0.10.1
27852026-05-12T02:09:31.922Z Compiling sled v0.34.7
27862026-05-12T02:09:32.645Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-12T02:09:32.687Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-12T02:09:33.327Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-12T02:09:34.557Z Compiling secrecy v0.8.0
27902026-05-12T02:09:34.760Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-05-12T02:09:34.989Z Compiling rustls v0.21.12
27922026-05-12T02:09:35.532Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-12T02:09:35.554Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-12T02:09:36.256Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-12T02:09:36.528Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-12T02:09:37.445Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-12T02:09:37.587Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-12T02:09:38.964Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-12T02:09:39.117Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-12T02:09:39.404Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-05-12T02:09:40.519Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-05-12T02:09:40.594Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-05-12T02:09:40.631Z Compiling rustls-webpki v0.101.7
28042026-05-12T02:09:40.748Z Compiling sct v0.7.1
28052026-05-12T02:09:40.822Z Compiling nix v0.29.0
28062026-05-12T02:09:41.038Z Compiling dropshot v0.16.7
28072026-05-12T02:09:41.210Z Compiling void v1.0.2
28082026-05-12T02:09:41.344Z Compiling lzss v0.8.2
28092026-05-12T02:09:41.658Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-12T02:09:41.710Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-12T02:09:41.826Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-12T02:09:42.318Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-12T02:09:42.647Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-12T02:09:42.693Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-12T02:09:42.945Z Compiling tungstenite v0.23.0
28162026-05-12T02:09:43.391Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-12T02:09:44.005Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-05-12T02:09:44.234Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-12T02:09:44.466Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-05-12T02:09:44.706Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-05-12T02:09:44.878Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-12T02:09:44.930Z Compiling nix v0.27.1
28232026-05-12T02:09:45.321Z Compiling dropshot_endpoint v0.16.7
28242026-05-12T02:09:45.534Z Compiling serde_bytes v0.11.19
28252026-05-12T02:09:45.746Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28262026-05-12T02:09:45.946Z Compiling tokio-tungstenite v0.23.1
28272026-05-12T02:09:46.111Z Compiling tokio-rustls v0.24.1
28282026-05-12T02:09:46.327Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-05-12T02:09:46.827Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-05-12T02:09:47.573Z Compiling git2 v0.20.4
28312026-05-12T02:09:49.037Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-12T02:09:51.132Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-12T02:09:51.357Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-12T02:09:51.710Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-12T02:09:52.068Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-12T02:09:52.147Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-12T02:09:52.172Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-12T02:09:54.134Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-12T02:09:54.744Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-12T02:09:54.892Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-12T02:09:54.998Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-12T02:09:55.906Z Compiling rustls-pemfile v1.0.4
28432026-05-12T02:09:55.931Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28442026-05-12T02:09:56.319Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28452026-05-12T02:09:56.718Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-05-12T02:09:57.393Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28472026-05-12T02:09:59.189Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-12T02:09:59.290Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-12T02:09:59.737Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-12T02:09:59.789Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-12T02:09:59.896Z Compiling signal-hook-tokio v0.3.1
28522026-05-12T02:09:59.978Z Compiling twox-hash v2.1.2
28532026-05-12T02:10:00.087Z Compiling yasna v0.5.2
28542026-05-12T02:10:00.498Z Compiling is_ci v1.2.0
28552026-05-12T02:10:00.650Z Compiling rcgen v0.12.1
28562026-05-12T02:10:00.719Z Compiling supports-color v3.0.2
28572026-05-12T02:10:01.036Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-12T02:10:01.599Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-12T02:10:01.663Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-12T02:10:01.944Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-12T02:10:02.202Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-12T02:10:02.845Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-12T02:10:02.976Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-12T02:10:03.661Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-05-12T02:10:04.873Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28662026-05-12T02:10:05.116Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-12T02:10:05.767Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682026-05-12T02:10:06.023Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28692026-05-12T02:10:06.187Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-12T02:10:06.294Z Compiling fatfs v0.3.6
28712026-05-12T02:10:06.415Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-12T02:10:07.239Z Compiling subprocess v0.2.15
28732026-05-12T02:10:07.567Z Compiling rtoolbox v0.0.3
28742026-05-12T02:10:07.850Z Compiling seq-macro v0.3.6
28752026-05-12T02:10:08.075Z Compiling assert_matches v1.5.0
28762026-05-12T02:10:08.190Z Compiling rpassword v7.4.0
28772026-05-12T02:10:08.350Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-05-12T02:10:08.549Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-12T02:10:08.927Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-12T02:10:09.533Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28812026-05-12T02:10:09.675Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-05-12T02:10:10.085Z Compiling tui-tree-widget v0.23.1
28832026-05-12T02:10:10.374Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-12T02:10:10.756Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-12T02:10:10.883Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-12T02:10:11.284Z Compiling uzers v0.12.2
28872026-05-12T02:10:12.063Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-12T02:10:12.760Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-12T02:10:13.554Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-12T02:10:14.839Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-12T02:10:16.179Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-05-12T02:10:17.964Z Compiling support-bundle-viewer v0.1.2
28932026-05-12T02:10:18.364Z Compiling multimap v0.10.1
28942026-05-12T02:10:27.681Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-05-12T02:10:27.822Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28962026-05-12T02:10:37.273Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28972026-05-12T02:10:38.161Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-12T02:15:57.363Z Finished `release` profile [optimized] target(s) in 7m 31s
28992026-05-12T02:16:41.741Z
29002026-05-12T02:16:41.741Zreal 8:17.334046887
29012026-05-12T02:16:41.744Zuser 1:17:59.481335866
29022026-05-12T02:16:41.744Zsys 3:27.741809521
29032026-05-12T02:16:41.744Ztrap 1.772255312
29042026-05-12T02:16:41.744Ztflt 2.445928479
29052026-05-12T02:16:41.744Zdflt 14.771903966
29062026-05-12T02:16:41.744Zkflt 0.004654116
29072026-05-12T02:16:41.744Zlock 6:30:05.936883255
29082026-05-12T02:16:41.744Zslp 2:14:02.524239960
29092026-05-12T02:16:41.744Zlat 2:31.668738418
29102026-05-12T02:16:41.744Zstop 5:10.641333794
29112026-05-12T02:16:41.744Z+ mapfile -t packages
29122026-05-12T02:16:41.744Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-05-12T02:16:42.693Z Finished `release` profile [optimized] target(s) in 0.94s
29142026-05-12T02:16:42.776Z Running `target/release/omicron-package -t test list-outputs`
29152026-05-12T02:16:42.828ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-05-12T02:16:42.831Z+ ptime -m cargo build --locked --release -p xtask
29172026-05-12T02:16:43.356Z Compiling libc v0.2.185
29182026-05-12T02:16:43.356Z Compiling serde v1.0.228
29192026-05-12T02:16:43.359Z Compiling serde_core v1.0.228
29202026-05-12T02:16:43.359Z Compiling rustix v1.1.3
29212026-05-12T02:16:43.359Z Compiling bitflags v2.11.0
29222026-05-12T02:16:43.359Z Compiling serde_json v1.0.149
29232026-05-12T02:16:43.498Z Compiling num-traits v0.2.19
29242026-05-12T02:16:43.508Z Compiling syn v2.0.117
29252026-05-12T02:16:43.517Z Compiling smallvec v1.15.1
29262026-05-12T02:16:43.527Z Compiling indexmap v2.14.0
29272026-05-12T02:16:43.547Z Compiling usdt-impl v0.5.0
29282026-05-12T02:16:43.550Z Compiling syn v1.0.109
29292026-05-12T02:16:43.569Z Compiling log v0.4.29
29302026-05-12T02:16:43.580Z Compiling getrandom v0.4.1
29312026-05-12T02:16:43.698Z Compiling percent-encoding v2.3.2
29322026-05-12T02:16:43.860Z Compiling form_urlencoded v1.2.2
29332026-05-12T02:16:43.871Z Compiling fs-err v3.3.0
29342026-05-12T02:16:43.943Z Compiling heck v0.4.1
29352026-05-12T02:16:43.943Z Compiling anyhow v1.0.102
29362026-05-12T02:16:43.977Z Compiling once_cell v1.21.3
29372026-05-12T02:16:44.200Z Compiling thread-id v4.2.2
29382026-05-12T02:16:44.236Z Compiling errno v0.3.14
29392026-05-12T02:16:44.239Z Compiling memmap v0.7.0
29402026-05-12T02:16:44.513Z Compiling ordered-float v2.10.1
29412026-05-12T02:16:45.032Z Compiling proc-macro-error v1.0.4
29422026-05-12T02:16:45.229Z Compiling terminal_size v0.4.3
29432026-05-12T02:16:45.229Z Compiling tempfile v3.25.0
29442026-05-12T02:16:45.277Z Compiling tabled_derive v0.7.0
29452026-05-12T02:16:45.330Z Compiling clap_builder v4.5.60
29462026-05-12T02:16:45.330Z Compiling textwrap v0.16.2
29472026-05-12T02:16:45.456Z Compiling camino-tempfile v1.4.1
29482026-05-12T02:16:45.949Z Compiling tabled v0.15.0
29492026-05-12T02:16:46.003Z Compiling synstructure v0.13.2
29502026-05-12T02:16:46.003Z Compiling pest_generator v2.8.6
29512026-05-12T02:16:46.409Z Compiling serde_derive v1.0.228
29522026-05-12T02:16:46.409Z Compiling zerofrom-derive v0.1.6
29532026-05-12T02:16:46.412Z Compiling yoke-derive v0.8.1
29542026-05-12T02:16:46.419Z Compiling zerovec-derive v0.11.2
29552026-05-12T02:16:46.422Z Compiling displaydoc v0.2.5
29562026-05-12T02:16:46.422Z Compiling thiserror-impl v1.0.69
29572026-05-12T02:16:46.525Z Compiling zerocopy-derive v0.7.35
29582026-05-12T02:16:46.970Z Compiling pest_derive v2.8.6
29592026-05-12T02:16:47.046Z Compiling scroll_derive v0.12.1
29602026-05-12T02:16:47.106Z Compiling thiserror-impl v2.0.18
29612026-05-12T02:16:47.119Z Compiling clap_derive v4.5.55
29622026-05-12T02:16:47.342Z Compiling zerocopy v0.7.35
29632026-05-12T02:16:47.539Z Compiling thiserror v1.0.69
29642026-05-12T02:16:47.574Z Compiling zerofrom v0.1.6
29652026-05-12T02:16:47.660Z Compiling dtrace-parser v0.2.0
29662026-05-12T02:16:47.704Z Compiling yoke v0.8.1
29672026-05-12T02:16:47.719Z Compiling scroll v0.12.0
29682026-05-12T02:16:47.920Z Compiling zerovec v0.11.5
29692026-05-12T02:16:47.931Z Compiling zerotrie v0.2.3
29702026-05-12T02:16:48.034Z Compiling goblin v0.8.2
29712026-05-12T02:16:48.325Z Compiling thiserror v2.0.18
29722026-05-12T02:16:48.546Z Compiling tinystr v0.8.2
29732026-05-12T02:16:48.783Z Compiling icu_locale_core v2.1.1
29742026-05-12T02:16:48.810Z Compiling potential_utf v0.1.4
29752026-05-12T02:16:49.017Z Compiling icu_collections v2.1.1
29762026-05-12T02:16:49.082Z Compiling clap v4.5.60
29772026-05-12T02:16:49.508Z Compiling icu_provider v2.1.1
29782026-05-12T02:16:49.625Z Compiling serde_spanned v0.6.9
29792026-05-12T02:16:49.705Z Compiling toml_datetime v0.6.11
29802026-05-12T02:16:49.740Z Compiling dof v0.3.0
29812026-05-12T02:16:49.756Z Compiling serde_tokenstream v0.2.3
29822026-05-12T02:16:49.803Z Compiling icu_properties v2.1.2
29832026-05-12T02:16:49.849Z Compiling icu_normalizer v2.1.1
29842026-05-12T02:16:49.937Z Compiling toml_edit v0.22.27
29852026-05-12T02:16:49.952Z Compiling serde-value v0.7.0
29862026-05-12T02:16:50.102Z Compiling cargo-platform v0.2.0
29872026-05-12T02:16:50.141Z Compiling macaddr v1.0.1
29882026-05-12T02:16:50.662Z Compiling usdt-macro v0.5.0
29892026-05-12T02:16:50.665Z Compiling usdt-attr-macro v0.5.0
29902026-05-12T02:16:50.697Z Compiling idna_adapter v1.2.1
29912026-05-12T02:16:50.809Z Compiling idna v1.1.0
29922026-05-12T02:16:51.137Z Compiling url v2.5.8
29932026-05-12T02:16:51.434Z Compiling usdt v0.5.0
29942026-05-12T02:16:51.504Z Compiling toml v0.8.23
29952026-05-12T02:16:51.989Z Compiling cargo-util-schemas v0.8.2
29962026-05-12T02:16:52.039Z Compiling cargo_toml v0.21.0
29972026-05-12T02:16:53.045Z Compiling cargo_metadata v0.21.0
29982026-05-12T02:16:56.194Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-05-12T02:16:59.188Z Finished `release` profile [optimized] target(s) in 16.34s
30002026-05-12T02:16:59.350Z
30012026-05-12T02:16:59.350Zreal 16.484586348
30022026-05-12T02:16:59.354Zuser 2:22.202182073
30032026-05-12T02:16:59.354Zsys 16.389859971
30042026-05-12T02:16:59.355Ztrap 0.098613610
30052026-05-12T02:16:59.355Ztflt 0.508516790
30062026-05-12T02:16:59.355Zdflt 1.539527246
30072026-05-12T02:16:59.355Zkflt 0.000049810
30082026-05-12T02:16:59.355Zlock 5:14.473932318
30092026-05-12T02:16:59.355Zslp 3:25.711531289
30102026-05-12T02:16:59.355Zlat 6.354733730
30112026-05-12T02:16:59.355Zstop 17.957834006
30122026-05-12T02:16:59.355Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-05-12T02:16:59.355Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-05-12T02:16:59.355Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-05-12T02:16:59.356Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-05-12T02:16:59.356Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-05-12T02:17:00.282Z Compiling newtype-uuid-macros v0.1.0
30182026-05-12T02:17:00.285Z Compiling regress v0.10.5
30192026-05-12T02:17:00.285Z Compiling structmeta-derive v0.3.0
30202026-05-12T02:17:00.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-05-12T02:17:00.285Z Compiling rustls v0.22.4
30222026-05-12T02:17:00.429Z Compiling rustls-webpki v0.102.8
30232026-05-12T02:17:00.432Z Compiling multer v3.1.0
30242026-05-12T02:17:00.433Z Compiling compression-core v0.4.31
30252026-05-12T02:17:00.445Z Compiling debug-ignore v1.0.5
30262026-05-12T02:17:00.449Z Compiling match_cfg v0.1.0
30272026-05-12T02:17:00.449Z Compiling slog-json v2.6.1
30282026-05-12T02:17:00.449Z Compiling async-stream-impl v0.3.6
30292026-05-12T02:17:00.504Z Compiling serde_spanned v1.0.4
30302026-05-12T02:17:00.517Z Compiling toml_datetime v1.0.0+spec-1.1.0
30312026-05-12T02:17:00.521Z Compiling dropshot v0.17.0
30322026-05-12T02:17:00.521Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-05-12T02:17:00.591Z Compiling hostname v0.3.1
30342026-05-12T02:17:00.621Z Compiling itertools v0.14.0
30352026-05-12T02:17:00.680Z Compiling compression-codecs v0.4.37
30362026-05-12T02:17:00.683Z Compiling waitgroup v0.1.2
30372026-05-12T02:17:00.732Z Compiling slog-bunyan v2.5.0
30382026-05-12T02:17:00.770Z Compiling rustls-pemfile v2.2.0
30392026-05-12T02:17:00.828Z Compiling toml v1.0.6+spec-1.1.0
30402026-05-12T02:17:00.846Z Compiling dropshot_endpoint v0.17.0
30412026-05-12T02:17:00.846Z Compiling serde_path_to_error v0.1.20
30422026-05-12T02:17:00.897Z Compiling async-compression v0.4.41
30432026-05-12T02:17:00.899Z Compiling hostname v0.4.2
30442026-05-12T02:17:00.961Z Compiling progenitor-client v0.14.0
30452026-05-12T02:17:00.978Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-05-12T02:17:00.995Z Compiling macaddr v1.0.1
30472026-05-12T02:17:01.047Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-12T02:17:01.102Z Compiling async-stream v0.3.6
30492026-05-12T02:17:01.178Z Compiling instant v0.1.13
30502026-05-12T02:17:01.194Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30512026-05-12T02:17:01.211Z Compiling progenitor-client v0.10.0
30522026-05-12T02:17:01.239Z Compiling backon v1.6.0
30532026-05-12T02:17:01.255Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-05-12T02:17:01.291Z Compiling backoff v0.4.0
30552026-05-12T02:17:01.295Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30562026-05-12T02:17:01.323Z Compiling universal-hash v0.5.1
30572026-05-12T02:17:01.341Z Compiling opaque-debug v0.3.1
30582026-05-12T02:17:01.357Z Compiling half v2.7.1
30592026-05-12T02:17:01.426Z Compiling progenitor-extras v0.2.0
30602026-05-12T02:17:01.468Z Compiling unsafe-libyaml v0.2.11
30612026-05-12T02:17:01.485Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-05-12T02:17:01.501Z Compiling crucible-workspace-hack v0.1.0
30632026-05-12T02:17:01.522Z Compiling ciborium-io v0.2.2
30642026-05-12T02:17:01.538Z Compiling convert_case v0.4.0
30652026-05-12T02:17:01.638Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30662026-05-12T02:17:01.641Z Compiling ciborium-ll v0.2.2
30672026-05-12T02:17:01.682Z Compiling regress v0.11.1
30682026-05-12T02:17:01.700Z Compiling aead v0.5.2
30692026-05-12T02:17:01.717Z Compiling secrecy v0.10.3
30702026-05-12T02:17:01.749Z Compiling structmeta v0.3.0
30712026-05-12T02:17:01.851Z Compiling ciborium v0.2.2
30722026-05-12T02:17:01.866Z Compiling poly1305 v0.8.0
30732026-05-12T02:17:01.890Z Compiling chacha20 v0.9.1
30742026-05-12T02:17:01.894Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30752026-05-12T02:17:01.923Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30762026-05-12T02:17:01.940Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30772026-05-12T02:17:01.943Z Compiling derive_more v0.99.20
30782026-05-12T02:17:01.974Z Compiling thiserror-impl-no-std v2.0.2
30792026-05-12T02:17:01.991Z Compiling derive-ex v0.1.8
30802026-05-12T02:17:02.153Z Compiling parse-display-derive v0.10.0
30812026-05-12T02:17:02.170Z Compiling serde_yaml v0.9.34+deprecated
30822026-05-12T02:17:02.208Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-05-12T02:17:02.245Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30842026-05-12T02:17:02.279Z Compiling byte-wrapper v0.1.0
30852026-05-12T02:17:02.304Z Compiling password-hash v0.5.0
30862026-05-12T02:17:02.412Z Compiling blake2 v0.10.6
30872026-05-12T02:17:02.444Z Compiling chacha20poly1305 v0.10.1
30882026-05-12T02:17:02.615Z Compiling indent_write v2.2.0
30892026-05-12T02:17:02.632Z Compiling heapless v0.8.0
30902026-05-12T02:17:02.650Z Compiling ingot-macros v0.1.1
30912026-05-12T02:17:02.703Z Compiling argon2 v0.5.3
30922026-05-12T02:17:02.739Z Compiling toml_edit v0.23.10+spec-1.0.0
30932026-05-12T02:17:02.780Z Compiling tokio-rustls v0.25.0
30942026-05-12T02:17:03.029Z Compiling hash32 v0.3.1
30952026-05-12T02:17:03.142Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30962026-05-12T02:17:03.216Z Compiling smoltcp v0.11.0
30972026-05-12T02:17:03.259Z Compiling typify-impl v0.6.2
30982026-05-12T02:17:03.437Z Compiling thiserror-no-std v2.0.2
30992026-05-12T02:17:03.556Z Compiling vsss-rs v3.3.4
31002026-05-12T02:17:03.626Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-05-12T02:17:03.670Z Compiling proc-macro-crate v3.4.0
31022026-05-12T02:17:03.731Z Compiling test-strategy v0.4.5
31032026-05-12T02:17:03.863Z Compiling tabwriter v1.4.1
31042026-05-12T02:17:03.904Z Compiling num-rational v0.4.2
31052026-05-12T02:17:03.947Z Compiling parse-display v0.10.0
31062026-05-12T02:17:03.967Z Compiling cobs v0.3.0
31072026-05-12T02:17:04.120Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31082026-05-12T02:17:04.183Z Compiling num-complex v0.4.6
31092026-05-12T02:17:04.190Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-05-12T02:17:04.249Z Compiling postcard v1.1.3
31112026-05-12T02:17:04.268Z Compiling num_enum_derive v0.7.5
31122026-05-12T02:17:04.355Z Compiling proc-macro-error v1.0.4
31132026-05-12T02:17:04.430Z Compiling proc-macro-crate v1.3.1
31142026-05-12T02:17:04.525Z Compiling foreign-types-macros v0.2.3
31152026-05-12T02:17:04.621Z Compiling num v0.4.3
31162026-05-12T02:17:04.638Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31172026-05-12T02:17:04.664Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31182026-05-12T02:17:04.664Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31192026-05-12T02:17:04.707Z Compiling cpufeatures v0.3.0
31202026-05-12T02:17:04.718Z Compiling colored v3.1.1
31212026-05-12T02:17:04.802Z Compiling rayon-core v1.13.0
31222026-05-12T02:17:04.835Z Compiling foreign-types-shared v0.3.1
31232026-05-12T02:17:04.879Z Compiling float-ord v0.3.2
31242026-05-12T02:17:04.953Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31252026-05-12T02:17:04.972Z Compiling num_enum_derive v0.5.11
31262026-05-12T02:17:04.976Z Compiling chacha20 v0.10.0
31272026-05-12T02:17:05.072Z Compiling crossbeam-deque v0.8.6
31282026-05-12T02:17:05.110Z Compiling camino-tempfile v1.4.1
31292026-05-12T02:17:05.170Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-05-12T02:17:05.182Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-05-12T02:17:05.187Z Compiling foreign-types v0.5.0
31322026-05-12T02:17:05.217Z Compiling cstr-argument v0.1.2
31332026-05-12T02:17:05.288Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31342026-05-12T02:17:05.305Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31352026-05-12T02:17:05.351Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-05-12T02:17:05.369Z Compiling num_enum v0.7.5
31372026-05-12T02:17:05.369Z Compiling rand v0.10.0
31382026-05-12T02:17:05.402Z Compiling toml v0.8.23
31392026-05-12T02:17:05.530Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-12T02:17:05.537Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-12T02:17:05.618Z Compiling ingot-types v0.1.2
31422026-05-12T02:17:05.638Z Compiling zone_cfg_derive v0.3.1
31432026-05-12T02:17:05.657Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-12T02:17:05.680Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-12T02:17:05.752Z Compiling rayon v1.11.0
31462026-05-12T02:17:05.809Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-12T02:17:05.828Z Compiling itertools v0.12.1
31482026-05-12T02:17:05.869Z Compiling num-derive v0.4.2
31492026-05-12T02:17:05.911Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31502026-05-12T02:17:05.914Z Compiling sigpipe v0.1.3
31512026-05-12T02:17:05.999Z Compiling ingot v0.1.1
31522026-05-12T02:17:06.034Z Compiling glob v0.3.3
31532026-05-12T02:17:06.079Z Compiling num_enum v0.5.11
31542026-05-12T02:17:06.086Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-05-12T02:17:06.087Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31562026-05-12T02:17:06.117Z Compiling smf v0.2.3
31572026-05-12T02:17:06.213Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31582026-05-12T02:17:06.327Z Compiling whoami v1.6.1
31592026-05-12T02:17:06.338Z Compiling prettyplease v0.2.37
31602026-05-12T02:17:06.362Z Compiling gethostname v0.5.0
31612026-05-12T02:17:06.371Z Compiling atomicwrites v0.4.4
31622026-05-12T02:17:06.502Z Compiling usdt-macro v0.5.0
31632026-05-12T02:17:06.545Z Compiling usdt-attr-macro v0.5.0
31642026-05-12T02:17:06.593Z Compiling memmap v0.7.0
31652026-05-12T02:17:06.639Z Compiling derive-where v1.6.0
31662026-05-12T02:17:06.666Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-05-12T02:17:06.758Z Compiling progenitor-client v0.13.0
31682026-05-12T02:17:06.809Z Compiling resolv-conf v0.7.6
31692026-05-12T02:17:06.825Z Compiling cancel-safe-futures v0.1.5
31702026-05-12T02:17:06.841Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31712026-05-12T02:17:07.064Z Compiling zone v0.3.1
31722026-05-12T02:17:07.092Z Compiling owo-colors v4.3.0
31732026-05-12T02:17:07.127Z Compiling libsw-core v0.3.2
31742026-05-12T02:17:07.242Z Compiling console v0.15.11
31752026-05-12T02:17:07.299Z Compiling libsw v3.5.0
31762026-05-12T02:17:07.325Z Compiling newline-converter v0.3.0
31772026-05-12T02:17:07.409Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-05-12T02:17:07.445Z Compiling usdt v0.5.0
31792026-05-12T02:17:07.502Z Compiling libefi-sys v0.1.0
31802026-05-12T02:17:07.517Z Compiling linear-map v1.2.0
31812026-05-12T02:17:07.567Z Compiling hickory-proto v0.24.4
31822026-05-12T02:17:07.585Z Compiling expectorate v1.2.0
31832026-05-12T02:17:07.716Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31842026-05-12T02:17:07.750Z Compiling bitfield-struct v0.6.2
31852026-05-12T02:17:07.767Z Compiling linked-hash-map v0.5.6
31862026-05-12T02:17:07.783Z Compiling semver v0.1.20
31872026-05-12T02:17:07.816Z Compiling tokio-dtrace v0.1.1
31882026-05-12T02:17:07.865Z Compiling dropshot-api-manager-types v0.7.1
31892026-05-12T02:17:07.910Z Compiling typify-macro v0.6.2
31902026-05-12T02:17:07.929Z Compiling slog-dtrace v0.3.0
31912026-05-12T02:17:07.982Z Compiling rustc_version v0.1.7
31922026-05-12T02:17:08.012Z Compiling lru-cache v0.1.2
31932026-05-12T02:17:08.028Z Compiling minimal-lexical v0.2.1
31942026-05-12T02:17:08.044Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-12T02:17:08.102Z Compiling oxide-tokio-rt v0.1.4
31962026-05-12T02:17:08.118Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31972026-05-12T02:17:08.145Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31982026-05-12T02:17:08.176Z Compiling typify-impl v0.4.3
31992026-05-12T02:17:08.212Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-05-12T02:17:08.267Z Compiling newtype_derive v0.1.6
32012026-05-12T02:17:08.267Z Compiling nom v7.1.3
32022026-05-12T02:17:08.321Z Compiling phf_shared v0.12.1
32032026-05-12T02:17:08.367Z Compiling csv-core v0.1.13
32042026-05-12T02:17:08.420Z Compiling xshell-macros v0.2.7
32052026-05-12T02:17:08.451Z Compiling chrono-tz v0.10.4
32062026-05-12T02:17:08.493Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-05-12T02:17:08.522Z Compiling highway v1.3.0
32082026-05-12T02:17:08.561Z Compiling csv v1.4.0
32092026-05-12T02:17:08.605Z Compiling phf v0.12.1
32102026-05-12T02:17:08.697Z Compiling const_format_proc_macros v0.2.34
32112026-05-12T02:17:08.782Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-12T02:17:08.817Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-12T02:17:08.846Z Compiling xshell v0.2.7
32142026-05-12T02:17:08.922Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32152026-05-12T02:17:08.939Z Compiling primeorder v0.13.6
32162026-05-12T02:17:09.142Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32172026-05-12T02:17:09.160Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32182026-05-12T02:17:09.229Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-05-12T02:17:09.309Z Compiling tabled_derive v0.7.0
32202026-05-12T02:17:09.325Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32212026-05-12T02:17:09.391Z Compiling bcs v0.1.6
32222026-05-12T02:17:09.572Z Compiling const_format v0.2.35
32232026-05-12T02:17:09.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-05-12T02:17:09.738Z Compiling termtree v0.5.1
32252026-05-12T02:17:09.790Z Compiling typify v0.6.2
32262026-05-12T02:17:09.851Z Compiling hickory-resolver v0.24.4
32272026-05-12T02:17:09.870Z Compiling salty v0.3.0
32282026-05-12T02:17:09.919Z Compiling progenitor-impl v0.14.0
32292026-05-12T02:17:09.919Z Compiling progenitor-impl v0.13.0
32302026-05-12T02:17:09.953Z Compiling textwrap v0.16.2
32312026-05-12T02:17:10.008Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32322026-05-12T02:17:10.141Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32332026-05-12T02:17:10.192Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-05-12T02:17:10.245Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-05-12T02:17:10.330Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32362026-05-12T02:17:10.463Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-05-12T02:17:10.551Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-05-12T02:17:10.571Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-12T02:17:10.831Z Compiling tabled v0.15.0
32402026-05-12T02:17:10.903Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32412026-05-12T02:17:10.969Z Compiling qorb v0.4.1
32422026-05-12T02:17:11.117Z Compiling steno v0.4.1
32432026-05-12T02:17:11.217Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-05-12T02:17:11.337Z Compiling humantime v2.3.0
32452026-05-12T02:17:11.388Z Compiling base64 v0.21.7
32462026-05-12T02:17:11.649Z Compiling tagptr v0.2.0
32472026-05-12T02:17:11.760Z Compiling radium v0.7.0
32482026-05-12T02:17:11.834Z Compiling moka v0.12.13
32492026-05-12T02:17:11.983Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32502026-05-12T02:17:12.058Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-05-12T02:17:12.135Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32522026-05-12T02:17:12.318Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32532026-05-12T02:17:12.387Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32542026-05-12T02:17:12.427Z Compiling p384 v0.13.1
32552026-05-12T02:17:12.590Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-05-12T02:17:12.639Z Compiling progenitor-macro v0.14.0
32572026-05-12T02:17:12.657Z Compiling tap v1.0.1
32582026-05-12T02:17:12.672Z Compiling progenitor-macro v0.13.0
32592026-05-12T02:17:12.772Z Compiling maybe-uninit v2.0.0
32602026-05-12T02:17:12.799Z Compiling typify-macro v0.4.3
32612026-05-12T02:17:12.815Z Compiling wyz v0.5.1
32622026-05-12T02:17:13.004Z Compiling hickory-resolver v0.25.2
32632026-05-12T02:17:13.051Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-12T02:17:13.113Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-05-12T02:17:13.146Z Compiling proc-macro-error-attr2 v2.0.0
32662026-05-12T02:17:13.224Z Compiling utf-8 v0.7.6
32672026-05-12T02:17:13.303Z Compiling funty v2.0.0
32682026-05-12T02:17:13.477Z Compiling parking_lot_core v0.8.6
32692026-05-12T02:17:13.497Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32702026-05-12T02:17:13.615Z Compiling packed_struct v0.10.1
32712026-05-12T02:17:13.742Z Compiling bitvec v1.0.1
32722026-05-12T02:17:13.758Z Compiling proc-macro-error2 v2.0.1
32732026-05-12T02:17:13.813Z Compiling tungstenite v0.21.0
32742026-05-12T02:17:13.847Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-05-12T02:17:13.947Z Compiling polyval v0.6.2
32762026-05-12T02:17:13.994Z Compiling git-stub v1.0.0
32772026-05-12T02:17:14.026Z Compiling packed_struct_codegen v0.10.1
32782026-05-12T02:17:14.133Z Compiling num-derive v0.3.3
32792026-05-12T02:17:14.150Z Compiling zerocopy-derive v0.6.6
32802026-05-12T02:17:14.208Z Compiling bitfield-macros v0.19.4
32812026-05-12T02:17:14.290Z Compiling indexmap v1.9.3
32822026-05-12T02:17:14.493Z Compiling nodrop v0.1.14
32832026-05-12T02:17:14.523Z Compiling crc-catalog v2.4.0
32842026-05-12T02:17:14.609Z Compiling typify v0.4.3
32852026-05-12T02:17:14.624Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-05-12T02:17:14.646Z Compiling crc v3.4.0
32872026-05-12T02:17:14.713Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-05-12T02:17:14.753Z Compiling progenitor-impl v0.11.2
32892026-05-12T02:17:14.881Z Compiling array-init v0.0.4
32902026-05-12T02:17:14.919Z Compiling tokio-tungstenite v0.21.0
32912026-05-12T02:17:14.993Z Compiling git-stub-vcs v0.1.0
32922026-05-12T02:17:15.010Z Compiling bitfield v0.19.4
32932026-05-12T02:17:15.073Z Compiling zerocopy v0.6.6
32942026-05-12T02:17:15.092Z Compiling libscf-sys v1.1.0
32952026-05-12T02:17:15.254Z Compiling tabled_derive v0.11.0
32962026-05-12T02:17:15.270Z Compiling ghash v0.5.1
32972026-05-12T02:17:15.273Z Compiling smallvec v0.6.14
32982026-05-12T02:17:15.388Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-05-12T02:17:15.436Z Compiling papergrid v0.17.0
33002026-05-12T02:17:15.439Z Compiling testing_table v0.3.0
33012026-05-12T02:17:15.525Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-12T02:17:15.571Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-12T02:17:15.639Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33042026-05-12T02:17:15.642Z Compiling ctr v0.9.2
33052026-05-12T02:17:15.773Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-05-12T02:17:15.869Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-05-12T02:17:15.884Z Compiling hashbrown v0.12.3
33082026-05-12T02:17:15.945Z Compiling unicase v2.9.0
33092026-05-12T02:17:16.093Z Compiling corncobs v0.1.4
33102026-05-12T02:17:16.155Z Compiling aes-gcm v0.10.3
33112026-05-12T02:17:16.176Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-12T02:17:16.190Z Compiling mime_guess v2.0.5
33132026-05-12T02:17:16.216Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-12T02:17:16.296Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-12T02:17:16.366Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-05-12T02:17:16.465Z Compiling tabled v0.20.0
33172026-05-12T02:17:16.540Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-12T02:17:16.588Z Compiling parking_lot v0.11.2
33192026-05-12T02:17:16.748Z Compiling serde-hex v0.1.0
33202026-05-12T02:17:16.786Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33212026-05-12T02:17:16.827Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-05-12T02:17:17.016Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-05-12T02:17:17.186Z Compiling progenitor-impl v0.10.0
33242026-05-12T02:17:17.206Z Compiling ron v0.8.1
33252026-05-12T02:17:17.275Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-05-12T02:17:17.292Z Compiling hashbrown v0.13.2
33272026-05-12T02:17:17.295Z Compiling progenitor-client v0.11.2
33282026-05-12T02:17:17.413Z Compiling blowfish v0.9.1
33292026-05-12T02:17:17.474Z Compiling progenitor-macro v0.11.2
33302026-05-12T02:17:17.674Z Compiling ssh-encoding v0.2.0
33312026-05-12T02:17:17.691Z Compiling prefix-trie v0.7.0
33322026-05-12T02:17:17.775Z Compiling progenitor v0.14.0
33332026-05-12T02:17:17.812Z Compiling fxhash v0.2.1
33342026-05-12T02:17:17.893Z Compiling progenitor v0.13.0
33352026-05-12T02:17:17.954Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-05-12T02:17:17.971Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33372026-05-12T02:17:17.989Z Compiling secrecy v0.8.0
33382026-05-12T02:17:18.070Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-12T02:17:18.111Z Compiling crc-any v2.5.0
33402026-05-12T02:17:18.128Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-05-12T02:17:18.205Z Compiling hickory-server v0.25.2
33422026-05-12T02:17:18.409Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33432026-05-12T02:17:18.426Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-05-12T02:17:18.468Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-12T02:17:18.545Z Compiling sled v0.34.7
33462026-05-12T02:17:18.909Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33472026-05-12T02:17:19.269Z Compiling ssh-cipher v0.2.0
33482026-05-12T02:17:19.365Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-05-12T02:17:19.573Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-05-12T02:17:19.698Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33512026-05-12T02:17:19.779Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-12T02:17:19.836Z Compiling progenitor-macro v0.10.0
33532026-05-12T02:17:19.901Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33542026-05-12T02:17:20.095Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33552026-05-12T02:17:20.156Z Compiling object v0.30.4
33562026-05-12T02:17:20.653Z Compiling bcrypt-pbkdf v0.10.0
33572026-05-12T02:17:20.766Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-05-12T02:17:20.781Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-05-12T02:17:20.996Z Compiling password-hash v0.4.2
33602026-05-12T02:17:21.016Z Compiling half v1.8.3
33612026-05-12T02:17:21.187Z Compiling crc8 v0.1.1
33622026-05-12T02:17:21.313Z Compiling path-slash v0.1.5
33632026-05-12T02:17:21.336Z Compiling http-range v0.1.5
33642026-05-12T02:17:21.418Z Compiling pbkdf2 v0.11.0
33652026-05-12T02:17:21.480Z Compiling serde_cbor v0.11.2
33662026-05-12T02:17:21.577Z Compiling ssh-key v0.6.7
33672026-05-12T02:17:22.089Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-05-12T02:17:22.106Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33692026-05-12T02:17:22.145Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-05-12T02:17:22.161Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33712026-05-12T02:17:22.385Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-05-12T02:17:22.561Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-05-12T02:17:22.580Z Compiling progenitor v0.11.2
33742026-05-12T02:17:22.599Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-05-12T02:17:22.763Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33762026-05-12T02:17:22.841Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-12T02:17:22.970Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-05-12T02:17:23.109Z Compiling p256 v0.13.2
33792026-05-12T02:17:23.171Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802026-05-12T02:17:23.362Z Compiling p521 v0.13.3
33812026-05-12T02:17:23.418Z Compiling yasna v0.5.2
33822026-05-12T02:17:23.436Z Compiling kstat-rs v0.2.4
33832026-05-12T02:17:23.540Z Compiling headers-core v0.3.0
33842026-05-12T02:17:23.570Z Compiling nanorand v0.7.0
33852026-05-12T02:17:23.648Z Compiling russh-cryptovec v0.7.3
33862026-05-12T02:17:23.694Z Compiling atty v0.2.14
33872026-05-12T02:17:23.758Z Compiling md5 v0.7.0
33882026-05-12T02:17:23.823Z Compiling home v0.5.12
33892026-05-12T02:17:23.842Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33902026-05-12T02:17:23.871Z Compiling rcgen v0.12.1
33912026-05-12T02:17:23.889Z Compiling flume v0.11.1
33922026-05-12T02:17:23.966Z Compiling headers v0.4.1
33932026-05-12T02:17:23.994Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33942026-05-12T02:17:24.067Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33952026-05-12T02:17:24.103Z Compiling russh-keys v0.45.0
33962026-05-12T02:17:24.134Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-05-12T02:17:24.212Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-05-12T02:17:24.228Z Compiling hyper-staticfile v0.10.1
33992026-05-12T02:17:24.376Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-05-12T02:17:24.640Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-05-12T02:17:24.750Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-05-12T02:17:24.797Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34032026-05-12T02:17:24.814Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042026-05-12T02:17:24.817Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34052026-05-12T02:17:24.891Z Compiling progenitor v0.10.0
34062026-05-12T02:17:25.076Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34072026-05-12T02:17:25.120Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-12T02:17:25.136Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-12T02:17:25.174Z Compiling num-bigint v0.4.6
34102026-05-12T02:17:25.450Z Compiling des v0.8.1
34112026-05-12T02:17:25.527Z Compiling subprocess v0.2.15
34122026-05-12T02:17:25.576Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-05-12T02:17:25.608Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34142026-05-12T02:17:25.682Z Compiling display-error-chain v0.2.2
34152026-05-12T02:17:25.722Z Compiling hex-literal v0.4.1
34162026-05-12T02:17:25.725Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-05-12T02:17:25.850Z Compiling colored v2.2.0
34182026-05-12T02:17:25.867Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-05-12T02:17:25.886Z Compiling socket2 v0.5.10
34202026-05-12T02:17:25.889Z Compiling internet-checksum v0.2.1
34212026-05-12T02:17:26.028Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-05-12T02:17:26.353Z Compiling russh v0.45.0
34232026-05-12T02:17:26.604Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-05-12T02:17:26.657Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-05-12T02:17:29.184Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-12T02:17:29.848Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-12T02:17:30.319Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-12T02:17:32.329Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-12T02:17:40.205Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34302026-05-12T02:17:40.205Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34312026-05-12T02:17:40.208Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322026-05-12T02:17:40.208Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-12T02:17:41.940Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-12T02:17:41.961Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-12T02:17:46.117Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34362026-05-12T02:17:47.544Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34372026-05-12T02:18:06.344Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-05-12T02:18:24.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34392026-05-12T02:18:24.846Z
34402026-05-12T02:18:24.846Zreal 1:25.435102745
34412026-05-12T02:18:24.849Zuser 8:11.461617962
34422026-05-12T02:18:24.849Zsys 1:38.502661278
34432026-05-12T02:18:24.849Ztrap 0.251486012
34442026-05-12T02:18:24.849Ztflt 0.548535702
34452026-05-12T02:18:24.849Zdflt 1.922592586
34462026-05-12T02:18:24.849Zkflt 0.000277960
34472026-05-12T02:18:24.849Zlock 27:58.111095839
34482026-05-12T02:18:24.849Zslp 19:03.307783897
34492026-05-12T02:18:24.849Zlat 37.304823104
34502026-05-12T02:18:24.849Zstop 2:31.831979377
34512026-05-12T02:18:24.849Z+ mkdir tests
34522026-05-12T02:18:24.852Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-05-12T02:18:24.852Z+ xargs -I '{}' -t cp '{}' tests/
34542026-05-12T02:18:24.873Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b702f5a189a13c6a tests/
34552026-05-12T02:18:24.907Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f1c0ce4497741b00 tests/
34562026-05-12T02:18:24.934Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6019d45f3706e9d1 tests/
34572026-05-12T02:18:24.964Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2746c29124a16d0f tests/
34582026-05-12T02:18:25.284Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34592026-05-12T02:18:25.287Z+ 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-f1c0ce4497741b00 tests/commtest-6019d45f3706e9d1 tests/dhcp_server-b702f5a189a13c6a tests/end_to_end_tests-2746c29124a16d0f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34602026-05-12T02:19:44.959ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-05-12T02:19:44.959Za .github/buildomat/ci-env.sh 1K
34622026-05-12T02:19:44.959Za out/target/test 1K
34632026-05-12T02:19:44.959Za out/npuzone/npuzone 27402K
34642026-05-12T02:19:44.959Za package-manifest.toml 35K
34652026-05-12T02:19:44.959Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-05-12T02:19:44.959Za target/release/omicron-package 45963K
34672026-05-12T02:19:44.959Za target/release/xtask 11449K
34682026-05-12T02:19:44.959Za target/debug/bootstrap 352419K
34692026-05-12T02:19:44.959Za tests/bootstrap-f1c0ce4497741b00 31215K
34702026-05-12T02:19:44.959Za tests/commtest-6019d45f3706e9d1 32299K
34712026-05-12T02:19:44.959Za tests/dhcp_server-b702f5a189a13c6a 31215K
34722026-05-12T02:19:44.959Za tests/end_to_end_tests-2746c29124a16d0f 394247K
34732026-05-12T02:19:44.959Za out/clickhouse.tar.gz 319610K
34742026-05-12T02:19:44.959Za out/clickhouse_keeper.tar.gz 304962K
34752026-05-12T02:19:44.959Za out/clickhouse_server.tar.gz 319609K
34762026-05-12T02:19:44.959Za out/cockroachdb.tar.gz 165153K
34772026-05-12T02:19:44.961Za out/crucible-pantry-zone.tar.gz 44193K
34782026-05-12T02:19:44.961Za out/crucible-utils.tar 17744K
34792026-05-12T02:19:44.961Za out/crucible-zone.tar.gz 58332K
34802026-05-12T02:19:44.961Za out/external-dns.tar.gz 50338K
34812026-05-12T02:19:44.961Za out/internal-dns.tar.gz 50337K
34822026-05-12T02:19:44.961Za out/mg-ddm-gz.tar 95141K
34832026-05-12T02:19:44.961Za out/nexus.tar.gz 221257K
34842026-05-12T02:19:44.961Za out/ntp.tar.gz 32138K
34852026-05-12T02:19:44.961Za out/omicron-gateway-softnpu.tar.gz 29731K
34862026-05-12T02:19:44.961Za out/omicron-sled-agent.tar 204956K
34872026-05-12T02:19:44.961Za out/overlay.tar.gz 3K
34882026-05-12T02:19:44.961Za out/oximeter.tar.gz 67837K
34892026-05-12T02:19:44.961Za out/oxlog.tar 3782K
34902026-05-12T02:19:44.961Za out/probe.tar.gz 3037K
34912026-05-12T02:19:44.961Za out/propolis-server.tar.gz 38727K
34922026-05-12T02:19:44.964Za out/pumpkind-gz.tar 26647K
34932026-05-12T02:19:44.964Za out/switch-softnpu.tar.gz 397374K
34942026-05-12T02:19:44.965Z
34952026-05-12T02:19:44.965Zreal 1:19.672282289
34962026-05-12T02:19:44.965Zuser 1:16.991654088
34972026-05-12T02:19:44.965Zsys 4.448412480
34982026-05-12T02:19:44.965Ztrap 0.007099960
34992026-05-12T02:19:44.965Ztflt 0.000000000
35002026-05-12T02:19:44.965Zdflt 0.000000000
35012026-05-12T02:19:44.965Zkflt 0.000000000
35022026-05-12T02:19:44.965Zlock 0.000000000
35032026-05-12T02:19:44.965Zslp 1:16.897879124
35042026-05-12T02:19:44.965Zlat 0.994164039
35052026-05-12T02:19:44.965Zstop 0.000628410
35062026-05-12T02:19:44.965Zprocess exited: duration 907175 ms, exit code 0
 
35072026-05-12T02:19:44.979Zfound 1 output files
35082026-05-12T02:19:45.015Zuploading: /work/package.tar.gz (2448928367 bytes)
35092026-05-12T02:20:11.324Zuploaded: /work/package.tar.gz