01KRE92ZQQGW6W60RPKBV8AWSD: 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: 01KRE93E62AS0FTS5XHA8BYZFX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T14:23:42.037Zjob assigned to worker 01KRE93MC0JXA374HWSVY80N60 [factory aws, i-0ce2df5d9fe58b515] (queued for 49 s)
 
22026-05-12T14:23:49.688Zstarting task 0: "setup"
32026-05-12T14:23:49.693Z++ uname -s
42026-05-12T14:23:49.696Z+ kern=SunOS
52026-05-12T14:23:49.696Z+ build_user=build
62026-05-12T14:23:49.696Z+ build_uid=12345
72026-05-12T14:23:49.696Z+ work_dir=/work
82026-05-12T14:23:49.696Z+ input_dir=/input
92026-05-12T14:23:49.696Z+ [[ 0 == 12345 ]]
102026-05-12T14:23:49.696Z+ case "$kern" in
112026-05-12T14:23:49.696Z+ groupadd -g 12345 build
122026-05-12T14:23:49.700Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T14:23:51.708Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T14:23:51.891Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T14:23:51.895Z+ home_fs=zfs
162026-05-12T14:23:51.895Z+ [[ zfs == autofs ]]
172026-05-12T14:23:51.895Z+ mkdir -p /home/build
182026-05-12T14:23:51.898Z+ chown build:build /home/build /work
192026-05-12T14:23:53.898Z+ chmod 0700 /home/build /work
202026-05-12T14:23:53.902Zprocess exited: duration 4216 ms, exit code 0
 
212026-05-12T14:23:53.908Zstarting task 1: "rust-toolchain"
222026-05-12T14:23:53.915Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T14:23:53.915Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T14:23:53.918Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T14:23:53.918Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T14:23:53.918Z * rust toolchain channel = "1.94.0"
272026-05-12T14:23:53.918Z * rust toolchain profile = "default"
282026-05-12T14:23:53.918Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T14:23:53.918Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T14:23:53.984Zinfo: downloading installer
312026-05-12T14:23:55.393Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T14:23:55.393Zwarn: /home/build/.rustup/settings.toml
332026-05-12T14:23:55.393Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T14:23:55.393Zwarn: instead of the one inferred from the default host triple.
352026-05-12T14:23:55.407Zinfo: profile set to default
362026-05-12T14:23:55.407Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T14:23:55.410Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T14:23:55.542Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T14:23:55.546Zinfo: downloading 6 components
402026-05-12T14:24:10.053Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T14:24:10.053Z
422026-05-12T14:24:10.081Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T14:24:10.081Z
442026-05-12T14:24:10.081Z
452026-05-12T14:24:10.081ZRust is installed now. Great!
462026-05-12T14:24:10.081Z
472026-05-12T14:24:10.081ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T14:24:10.081Zenvironment variable. This has not been done automatically.
492026-05-12T14:24:10.081Z
502026-05-12T14:24:10.081ZTo configure your current shell, you need to source
512026-05-12T14:24:10.081Zthe corresponding env file under $HOME/.cargo.
522026-05-12T14:24:10.081Z
532026-05-12T14:24:10.081ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T14:24:10.085Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T14:24:10.085Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T14:24:10.085Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T14:24:10.085Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T14:24:10.085Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T14:24:10.085Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T14:24:10.085Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T14:24:10.085Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T14:24:10.181Z+ rustup --version
632026-05-12T14:24:10.187Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T14:24:10.190Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T14:24:10.208Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T14:24:10.211Z+ cargo --version
672026-05-12T14:24:10.219Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T14:24:10.222Z+ rustc --version
692026-05-12T14:24:10.243Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T14:24:10.246Zprocess exited: duration 16338 ms, exit code 0
 
712026-05-12T14:24:10.252Zstarting task 2: "authentication"
722026-05-12T14:24:10.270Zprocess exited: duration 17 ms, exit code 0
 
732026-05-12T14:24:10.275Zstarting task 3: "clone repository"
742026-05-12T14:24:10.280Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T14:24:10.283Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T14:24:10.315ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T14:24:19.970Z+ cd /work/oxidecomputer/omicron
782026-05-12T14:24:19.970Z+ git fetch origin 2d1ee5614de81da992bd9d43c8353d39b052fee2
792026-05-12T14:24:20.263ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T14:24:20.263Z * branch 2d1ee5614de81da992bd9d43c8353d39b052fee2 -> FETCH_HEAD
812026-05-12T14:24:20.276Z+ [[ -n john/fix-wicket-bgp-config-display ]]
822026-05-12T14:24:20.279Z++ git branch --show-current
832026-05-12T14:24:20.282Z+ current=main
842026-05-12T14:24:20.282Z+ [[ main != john/fix-wicket-bgp-config-display ]]
852026-05-12T14:24:20.282Z+ git branch -f john/fix-wicket-bgp-config-display 2d1ee5614de81da992bd9d43c8353d39b052fee2
862026-05-12T14:24:20.285Z+ git checkout -f john/fix-wicket-bgp-config-display
872026-05-12T14:24:20.521ZSwitched to branch 'john/fix-wicket-bgp-config-display'
882026-05-12T14:24:20.524Z+ git reset --hard 2d1ee5614de81da992bd9d43c8353d39b052fee2
892026-05-12T14:24:20.537ZHEAD is now at 2d1ee5614 Merge branch 'main' into john/fix-wicket-bgp-config-display
902026-05-12T14:24:20.540Zprocess exited: duration 10262 ms, exit code 0
 
912026-05-12T14:24:20.546Zstarting task 4: "build"
922026-05-12T14:24:20.552Z+ source .github/buildomat/ci-env.sh
932026-05-12T14:24:20.552Z++ export CARGO_TERM_COLOR=always
942026-05-12T14:24:20.552Z++ CARGO_TERM_COLOR=always
952026-05-12T14:24:20.555Z+ cargo --version
962026-05-12T14:24:20.563Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T14:24:20.566Z+ rustc --version
982026-05-12T14:24:20.588Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T14:24:20.591Z+ WORK=/work
1002026-05-12T14:24:20.591Z+ pfexec mkdir -p /work
1012026-05-12T14:24:20.593Z+ pfexec chown build /work
1022026-05-12T14:24:20.596Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-12T14:24:22.161Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-12T14:24:22.217Z Startup: Caching catalogs ... Done
1052026-05-12T14:24:22.398ZPlanning: Solver setup ... Done (0.145s)
1062026-05-12T14:24:22.409ZPlanning: Running solver ... Done (0.012s)
1072026-05-12T14:24:22.414ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-12T14:24:22.424ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-12T14:24:22.440ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-12T14:24:22.454ZPlanning: Package planning ... Done (0.014s)
1112026-05-12T14:24:22.457ZPlanning: Merging actions ... Done (0.001s)
1122026-05-12T14:24:22.643ZPlanning: Checking for conflicting actions ... Done (0.187s)
1132026-05-12T14:24:22.647ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-12T14:24:23.550ZPlanning: Evaluating mediators ... Done (0.906s)
1152026-05-12T14:24:23.553ZPlanning: Planning completed in 1.31 seconds
1162026-05-12T14:24:23.560Z Packages to install: 2
1172026-05-12T14:24:23.560Z Estimated space available: 156.10 GB
1182026-05-12T14:24:23.560ZEstimated space to be consumed: 18.34 MB
1192026-05-12T14:24:23.560Z Create boot environment: No
1202026-05-12T14:24:23.560ZCreate backup boot environment: No
1212026-05-12T14:24:23.560Z Rebuild boot archive: No
1222026-05-12T14:24:23.563Z
1232026-05-12T14:24:23.563ZChanged packages:
1242026-05-12T14:24:23.563Zhelios
1252026-05-12T14:24:23.563Z developer/build-essential
1262026-05-12T14:24:23.563Z None -> 11-3.0
1272026-05-12T14:24:23.563Z library/libxmlsec1
1282026-05-12T14:24:23.563Z None -> 1.2.35-3.0
1292026-05-12T14:24:23.585Z
1302026-05-12T14:24:23.585ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-12T14:24:24.268ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1322026-05-12T14:24:24.336Z Actions: 1/268 actions (Installing new actions)
1332026-05-12T14:24:24.376Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-12T14:24:24.382ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-12T14:24:24.382ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-12T14:24:24.396ZFinalize: Updating image state ... Done (0.014s)
1372026-05-12T14:24:26.962ZFinalize: Creating fast lookup database ... Done (2.545s)
1382026-05-12T14:24:27.030ZFinalize: Reading search index ... Done (0.012s)
1392026-05-12T14:24:27.033ZFinalize: Updating search index ... Done (0.000s)
1402026-05-12T14:24:27.129ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-12T14:24:27.425ZPlanning: Evaluating mediator changes ... Done
1422026-05-12T14:24:27.529ZPlanning: Checking for conflicting actions ... Done
1432026-05-12T14:24:27.532ZPlanning: Consolidating action changes ... Done
1442026-05-12T14:24:27.689ZPlanning: Evaluating mediators ... Done
1452026-05-12T14:24:27.692ZPlanning: Planning completed in 0.26 seconds
1462026-05-12T14:24:27.712Z Mediators to change: 2
1472026-05-12T14:24:27.712Z Create boot environment: No
1482026-05-12T14:24:27.712ZCreate backup boot environment: No
1492026-05-12T14:24:27.783ZFinalize: Updating package state database ... Done
1502026-05-12T14:24:27.783ZFinalize: Updating package cache ... Done
1512026-05-12T14:24:27.793ZFinalize: Updating image state ... Done
1522026-05-12T14:24:29.752ZFinalize: Creating fast lookup database ... Done
1532026-05-12T14:24:29.811ZFinalize: Reading search index ... Done
1542026-05-12T14:24:29.814ZFinalize: Updating search index ... Done
1552026-05-12T14:24:29.902ZFinalize: Updating package cache ... Done
1562026-05-12T14:24:30.181ZPlanning: Evaluating mediator changes ... Done
1572026-05-12T14:24:30.284ZPlanning: Checking for conflicting actions ... Done
1582026-05-12T14:24:30.287ZPlanning: Consolidating action changes ... Done
1592026-05-12T14:24:30.442ZPlanning: Evaluating mediators ... Done
1602026-05-12T14:24:30.445ZPlanning: Planning completed in 0.26 seconds
1612026-05-12T14:24:30.465Z Mediators to change: 1
1622026-05-12T14:24:30.465Z Create boot environment: No
1632026-05-12T14:24:30.465ZCreate backup boot environment: No
1642026-05-12T14:24:30.521ZFinalize: Updating package state database ... Done
1652026-05-12T14:24:30.521ZFinalize: Updating package cache ... Done
1662026-05-12T14:24:30.529ZFinalize: Updating image state ... Done
1672026-05-12T14:24:32.496ZFinalize: Creating fast lookup database ... Done
1682026-05-12T14:24:32.561ZFinalize: Reading search index ... Done
1692026-05-12T14:24:32.564ZFinalize: Updating search index ... Done
1702026-05-12T14:24:32.659ZFinalize: Updating package cache ... Done
1712026-05-12T14:24:32.971ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-12T14:24:32.971Zapache system 2.4 system
1732026-05-12T14:24:32.972Zclang system 15 system
1742026-05-12T14:24:32.972Zcsh system system illumos
1752026-05-12T14:24:32.972Zctags system system illumos
1762026-05-12T14:24:32.972Zfile vendor vendor darwinsys
1772026-05-12T14:24:32.972Zfile system system illumos
1782026-05-12T14:24:32.972Zgcc vendor 14 vendor
1792026-05-12T14:24:32.972Zgcc system 13 system
1802026-05-12T14:24:32.972Zgcc system 10 system
1812026-05-12T14:24:32.972Zgo system 1.25 system
1822026-05-12T14:24:32.972Zllvm system 15 system
1832026-05-12T14:24:32.972Zmariadb system 11.4 system
1842026-05-12T14:24:32.972Zmta vendor vendor dma
1852026-05-12T14:24:32.972Zopenjdk system 17 system
1862026-05-12T14:24:32.972Zopenjdk system 11 system
1872026-05-12T14:24:32.972Zopenssl vendor 3 vendor
1882026-05-12T14:24:32.972Zperl system 5.40 system
1892026-05-12T14:24:32.972Zpostgresql system 18 system
1902026-05-12T14:24:32.972Zpostgresql system 17 system
1912026-05-12T14:24:32.972Zpython vendor 3 vendor
1922026-05-12T14:24:32.972Zpython system 2 system
1932026-05-12T14:24:32.972Zpython3 vendor 3.13 vendor
1942026-05-12T14:24:32.972Zruby system 3.4 system
1952026-05-12T14:24:32.972Zruby system 3.0 system
1962026-05-12T14:24:32.972Zwords vendor vendor american-english
1972026-05-12T14:24:32.972Zwords system system australian-english
1982026-05-12T14:24:32.972Zwords system system british-english
1992026-05-12T14:24:32.972Zwords system system canadian-english
2002026-05-12T14:24:32.972Zwords system system french
2012026-05-12T14:24:32.972Zwords system system italian
2022026-05-12T14:24:32.972Zwords system system ngerman
2032026-05-12T14:24:32.972Zwords system system ogerman
2042026-05-12T14:24:32.972Zwords system system spanish
2052026-05-12T14:24:33.226ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-12T14:24:33.226Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-12T14:24:33.490ZFMRI IFO
2082026-05-12T14:24:33.490Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-12T14:24:33.490Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-12T14:24:33.490Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-12T14:24:33.491Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-12T14:24:33.491Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-12T14:24:33.491Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-12T14:24:33.491Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-12T14:24:33.491Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-12T14:24:33.491Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-12T14:24:33.716Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-12T14:24:33.994Z Updating crates.io index
2192026-05-12T14:24:33.997Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-12T14:24:34.263Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-12T14:24:35.185Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-12T14:24:35.725Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-12T14:24:36.521Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-12T14:24:37.014Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-12T14:24:38.341Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-12T14:24:39.166Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-12T14:24:39.396Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-12T14:24:40.211Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-12T14:24:40.749Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-12T14:24:41.130Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-12T14:24:41.570Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-12T14:24:42.466Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-12T14:24:42.927Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-12T14:24:43.387Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-12T14:24:43.784Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-12T14:24:44.362Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-12T14:24:44.589Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-12T14:24:44.827Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-12T14:24:45.085Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-12T14:24:45.517Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-12T14:24:45.837Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-12T14:24:46.493Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-12T14:24:46.905Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-12T14:24:47.406Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-12T14:24:48.422Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-12T14:24:48.728Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-12T14:24:49.843Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-12T14:24:50.272Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-12T14:24:50.543Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-12T14:24:50.877Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-12T14:24:51.211Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-12T14:24:51.808Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-12T14:24:52.060Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-12T14:24:52.318Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-12T14:24:52.610Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-12T14:24:52.980Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-12T14:25:04.937Z Downloading crates ...
2582026-05-12T14:25:04.987Z Downloaded fastrand v2.3.0
2592026-05-12T14:25:04.990Z Downloaded equivalent v1.0.2
2602026-05-12T14:25:04.994Z Downloaded getrandom v0.4.1
2612026-05-12T14:25:04.999Z Downloaded thiserror v1.0.69
2622026-05-12T14:25:05.002Z Downloaded is_terminal_polyfill v1.70.2
2632026-05-12T14:25:05.005Z Downloaded anstream v0.6.21
2642026-05-12T14:25:05.005Z Downloaded heck v0.5.0
2652026-05-12T14:25:05.005Z Downloaded crypto-common v0.1.7
2662026-05-12T14:25:05.007Z Downloaded displaydoc v0.2.5
2672026-05-12T14:25:05.010Z Downloaded zerovec-derive v0.11.2
2682026-05-12T14:25:05.010Z Downloaded usdt v0.5.0
2692026-05-12T14:25:05.013Z Downloaded tinystr v0.8.2
2702026-05-12T14:25:05.014Z Downloaded litemap v0.8.1
2712026-05-12T14:25:05.014Z Downloaded idna_adapter v1.2.1
2722026-05-12T14:25:05.018Z Downloaded synstructure v0.13.2
2732026-05-12T14:25:05.018Z Downloaded anstyle-parse v0.2.7
2742026-05-12T14:25:05.018Z Downloaded usdt-impl v0.5.0
2752026-05-12T14:25:05.018Z Downloaded zerofrom v0.1.6
2762026-05-12T14:25:05.021Z Downloaded papergrid v0.11.0
2772026-05-12T14:25:05.021Z Downloaded usdt-macro v0.5.0
2782026-05-12T14:25:05.021Z Downloaded num-traits v0.2.19
2792026-05-12T14:25:05.024Z Downloaded anstyle v1.0.13
2802026-05-12T14:25:05.024Z Downloaded usdt-attr-macro v0.5.0
2812026-05-12T14:25:05.024Z Downloaded ordered-float v2.10.1
2822026-05-12T14:25:05.027Z Downloaded unicode-linebreak v0.1.5
2832026-05-12T14:25:05.027Z Downloaded toml_write v0.1.2
2842026-05-12T14:25:05.030Z Downloaded icu_properties v2.1.2
2852026-05-12T14:25:05.033Z Downloaded dof v0.3.0
2862026-05-12T14:25:05.033Z Downloaded unicode-xid v0.2.6
2872026-05-12T14:25:05.036Z Downloaded thiserror-impl v1.0.69
2882026-05-12T14:25:05.036Z Downloaded writeable v0.6.2
2892026-05-12T14:25:05.036Z Downloaded byteorder v1.5.0
2902026-05-12T14:25:05.039Z Downloaded sha2 v0.10.9
2912026-05-12T14:25:05.039Z Downloaded yoke-derive v0.8.1
2922026-05-12T14:25:05.039Z Downloaded thread-id v4.2.2
2932026-05-12T14:25:05.039Z Downloaded bytecount v0.6.9
2942026-05-12T14:25:05.042Z Downloaded itoa v1.0.17
2952026-05-12T14:25:05.042Z Downloaded utf8parse v0.2.2
2962026-05-12T14:25:05.042Z Downloaded swrite v0.1.0
2972026-05-12T14:25:05.045Z Downloaded typeid v1.0.3
2982026-05-12T14:25:05.045Z Downloaded tabled_derive v0.7.0
2992026-05-12T14:25:05.045Z Downloaded serde_core v1.0.228
3002026-05-12T14:25:05.048Z Downloaded zmij v1.0.21
3012026-05-12T14:25:05.048Z Downloaded once_cell v1.21.3
3022026-05-12T14:25:05.051Z Downloaded utf8_iter v1.0.4
3032026-05-12T14:25:05.051Z Downloaded form_urlencoded v1.2.2
3042026-05-12T14:25:05.054Z Downloaded cpufeatures v0.2.17
3052026-05-12T14:25:05.054Z Downloaded clap_lex v1.0.0
3062026-05-12T14:25:05.054Z Downloaded block-buffer v0.10.4
3072026-05-12T14:25:05.057Z Downloaded toml_datetime v0.6.11
3082026-05-12T14:25:05.057Z Downloaded heck v0.4.1
3092026-05-12T14:25:05.057Z Downloaded potential_utf v0.1.4
3102026-05-12T14:25:05.060Z Downloaded thiserror-impl v2.0.18
3112026-05-12T14:25:05.060Z Downloaded zerofrom-derive v0.1.6
3122026-05-12T14:25:05.060Z Downloaded version_check v0.9.5
3132026-05-12T14:25:05.060Z Downloaded percent-encoding v2.3.2
3142026-05-12T14:25:05.063Z Downloaded cargo_toml v0.21.0
3152026-05-12T14:25:05.066Z Downloaded anyhow v1.0.102
3162026-05-12T14:25:05.069Z Downloaded bitflags v2.11.0
3172026-05-12T14:25:05.073Z Downloaded yoke v0.8.1
3182026-05-12T14:25:05.076Z Downloaded thiserror v2.0.18
3192026-05-12T14:25:05.079Z Downloaded toml_edit v0.22.27
3202026-05-12T14:25:05.081Z Downloaded pretty-hex v0.4.1
3212026-05-12T14:25:05.082Z Downloaded scroll_derive v0.12.1
3222026-05-12T14:25:05.082Z Downloaded anstyle-query v1.1.5
3232026-05-12T14:25:05.085Z Downloaded errno v0.3.14
3242026-05-12T14:25:05.085Z Downloaded ucd-trie v0.1.7
3252026-05-12T14:25:05.085Z Downloaded zerocopy-derive v0.7.35
3262026-05-12T14:25:05.088Z Downloaded stable_deref_trait v1.2.1
3272026-05-12T14:25:05.088Z Downloaded dtrace-parser v0.2.0
3282026-05-12T14:25:05.088Z Downloaded serde_spanned v0.6.9
3292026-05-12T14:25:05.091Z Downloaded smawk v0.3.2
3302026-05-12T14:25:05.091Z Downloaded cfg-if v1.0.4
3312026-05-12T14:25:05.094Z Downloaded zerotrie v0.2.3
3322026-05-12T14:25:05.094Z Downloaded memmap v0.7.0
3332026-05-12T14:25:05.097Z Downloaded textwrap v0.16.2
3342026-05-12T14:25:05.097Z Downloaded unicode-ident v1.0.24
3352026-05-12T14:25:05.100Z Downloaded proc-macro-error-attr v1.0.4
3362026-05-12T14:25:05.100Z Downloaded colorchoice v1.0.4
3372026-05-12T14:25:05.100Z Downloaded strsim v0.11.1
3382026-05-12T14:25:05.100Z Downloaded fnv v1.0.7
3392026-05-12T14:25:05.100Z Downloaded toml v0.8.23
3402026-05-12T14:25:05.103Z Downloaded typenum v1.19.0
3412026-05-12T14:25:05.106Z Downloaded url v2.5.8
3422026-05-12T14:25:05.109Z Downloaded generic-array v0.14.7
3432026-05-12T14:25:05.109Z Downloaded plain v0.2.3
3442026-05-12T14:25:05.112Z Downloaded macaddr v1.0.1
3452026-05-12T14:25:05.115Z Downloaded terminal_size v0.4.3
3462026-05-12T14:25:05.118Z Downloaded camino-tempfile v1.4.1
3472026-05-12T14:25:05.118Z Downloaded winnow v0.7.14
3482026-05-12T14:25:05.122Z Downloaded zerovec v0.11.5
3492026-05-12T14:25:05.125Z Downloaded zerocopy v0.7.35
3502026-05-12T14:25:05.133Z Downloaded unicode-width v0.2.0
3512026-05-12T14:25:05.137Z Downloaded serde_tokenstream v0.2.3
3522026-05-12T14:25:05.140Z Downloaded erased-serde v0.4.9
3532026-05-12T14:25:05.140Z Downloaded digest v0.10.7
3542026-05-12T14:25:05.140Z Downloaded unicode-width v0.1.14
3552026-05-12T14:25:05.143Z Downloaded pest_generator v2.8.6
3562026-05-12T14:25:05.146Z Downloaded fs-err v3.3.0
3572026-05-12T14:25:05.146Z Downloaded autocfg v1.5.0
3582026-05-12T14:25:05.146Z Downloaded proc-macro-error v1.0.4
3592026-05-12T14:25:05.149Z Downloaded cargo-platform v0.2.0
3602026-05-12T14:25:05.149Z Downloaded scroll v0.12.0
3612026-05-12T14:25:05.149Z Downloaded serde-value v0.7.0
3622026-05-12T14:25:05.152Z Downloaded memchr v2.8.0
3632026-05-12T14:25:05.155Z Downloaded quote v1.0.45
3642026-05-12T14:25:05.155Z Downloaded cargo_metadata v0.21.0
3652026-05-12T14:25:05.155Z Downloaded smallvec v1.15.1
3662026-05-12T14:25:05.158Z Downloaded serde-untagged v0.1.9
3672026-05-12T14:25:05.164Z Downloaded semver v1.0.28
3682026-05-12T14:25:05.168Z Downloaded tempfile v3.25.0
3692026-05-12T14:25:05.172Z Downloaded pest_derive v2.8.6
3702026-05-12T14:25:05.178Z Downloaded camino v1.2.2
3712026-05-12T14:25:05.181Z Downloaded icu_provider v2.1.1
3722026-05-12T14:25:05.190Z Downloaded serde_derive v1.0.228
3732026-05-12T14:25:05.193Z Downloaded clap_derive v4.5.55
3742026-05-12T14:25:05.193Z Downloaded cargo-util-schemas v0.8.2
3752026-05-12T14:25:05.196Z Downloaded clap v4.5.60
3762026-05-12T14:25:05.201Z Downloaded log v0.4.29
3772026-05-12T14:25:05.204Z Downloaded icu_locale_core v2.1.1
3782026-05-12T14:25:05.207Z Downloaded icu_normalizer_data v2.1.1
3792026-05-12T14:25:05.214Z Downloaded proc-macro2 v1.0.106
3802026-05-12T14:25:05.217Z Downloaded serde v1.0.228
3812026-05-12T14:25:05.220Z Downloaded icu_normalizer v2.1.1
3822026-05-12T14:25:05.223Z Downloaded icu_collections v2.1.1
3832026-05-12T14:25:05.231Z Downloaded pest_meta v2.8.6
3842026-05-12T14:25:05.236Z Downloaded serde_json v1.0.149
3852026-05-12T14:25:05.243Z Downloaded indexmap v2.14.0
3862026-05-12T14:25:05.254Z Downloaded pest v2.8.6
3872026-05-12T14:25:05.258Z Downloaded idna v1.1.0
3882026-05-12T14:25:05.268Z Downloaded hashbrown v0.17.0
3892026-05-12T14:25:05.272Z Downloaded icu_properties_data v2.1.2
3902026-05-12T14:25:05.282Z Downloaded clap_builder v4.5.60
3912026-05-12T14:25:05.285Z Downloaded tabled v0.15.0
3922026-05-12T14:25:05.293Z Downloaded goblin v0.8.2
3932026-05-12T14:25:05.300Z Downloaded syn v1.0.109
3942026-05-12T14:25:05.309Z Downloaded syn v2.0.117
3952026-05-12T14:25:05.327Z Downloaded rustix v1.1.3
3962026-05-12T14:25:05.353Z Downloaded libc v0.2.185
3972026-05-12T14:25:05.417Z Compiling proc-macro2 v1.0.106
3982026-05-12T14:25:05.417Z Compiling unicode-ident v1.0.24
3992026-05-12T14:25:05.421Z Compiling quote v1.0.45
4002026-05-12T14:25:05.421Z Compiling serde_core v1.0.228
4012026-05-12T14:25:05.421Z Compiling libc v0.2.185
4022026-05-12T14:25:05.421Z Compiling version_check v0.9.5
4032026-05-12T14:25:05.421Z Compiling memchr v2.8.0
4042026-05-12T14:25:05.421Z Compiling serde v1.0.228
4052026-05-12T14:25:05.421Z Compiling stable_deref_trait v1.2.1
4062026-05-12T14:25:05.602Z Compiling zmij v1.0.21
4072026-05-12T14:25:05.605Z Compiling autocfg v1.5.0
4082026-05-12T14:25:05.605Z Compiling thiserror v1.0.69
4092026-05-12T14:25:05.605Z Compiling itoa v1.0.17
4102026-05-12T14:25:05.605Z Compiling ucd-trie v0.1.7
4112026-05-12T14:25:05.617Z Compiling litemap v0.8.1
4122026-05-12T14:25:05.799Z Compiling writeable v0.6.2
4132026-05-12T14:25:05.864Z Compiling icu_normalizer_data v2.1.1
4142026-05-12T14:25:05.985Z Compiling byteorder v1.5.0
4152026-05-12T14:25:06.030Z Compiling rustix v1.1.3
4162026-05-12T14:25:06.086Z Compiling icu_properties_data v2.1.2
4172026-05-12T14:25:06.104Z Compiling bitflags v2.11.0
4182026-05-12T14:25:06.107Z Compiling serde_json v1.0.149
4192026-05-12T14:25:06.125Z Compiling pest v2.8.6
4202026-05-12T14:25:06.262Z Compiling num-traits v0.2.19
4212026-05-12T14:25:06.331Z Compiling equivalent v1.0.2
4222026-05-12T14:25:06.420Z Compiling typeid v1.0.3
4232026-05-12T14:25:06.424Z Compiling smallvec v1.15.1
4242026-05-12T14:25:06.472Z Compiling hashbrown v0.17.0
4252026-05-12T14:25:06.475Z Compiling usdt-impl v0.5.0
4262026-05-12T14:25:06.492Z Compiling proc-macro-error-attr v1.0.4
4272026-05-12T14:25:06.495Z Compiling syn v1.0.109
4282026-05-12T14:25:06.528Z Compiling toml_write v0.1.2
4292026-05-12T14:25:06.663Z Compiling errno v0.3.14
4302026-05-12T14:25:06.685Z Compiling thread-id v4.2.2
4312026-05-12T14:25:06.703Z Compiling winnow v0.7.14
4322026-05-12T14:25:06.721Z Compiling erased-serde v0.4.9
4332026-05-12T14:25:06.785Z Compiling proc-macro-error v1.0.4
4342026-05-12T14:25:06.803Z Compiling utf8parse v0.2.2
4352026-05-12T14:25:06.878Z Compiling log v0.4.29
4362026-05-12T14:25:06.913Z Compiling utf8_iter v1.0.4
4372026-05-12T14:25:06.952Z Compiling plain v0.2.3
4382026-05-12T14:25:06.970Z Compiling camino v1.2.2
4392026-05-12T14:25:06.988Z Compiling percent-encoding v2.3.2
4402026-05-12T14:25:07.034Z Compiling indexmap v2.14.0
4412026-05-12T14:25:07.113Z Compiling thiserror v2.0.18
4422026-05-12T14:25:07.116Z Compiling getrandom v0.4.1
4432026-05-12T14:25:07.148Z Compiling anstyle-parse v0.2.7
4442026-05-12T14:25:07.184Z Compiling form_urlencoded v1.2.2
4452026-05-12T14:25:07.248Z Compiling syn v2.0.117
4462026-05-12T14:25:07.274Z Compiling pest_meta v2.8.6
4472026-05-12T14:25:07.387Z Compiling pretty-hex v0.4.1
4482026-05-12T14:25:07.406Z Compiling ordered-float v2.10.1
4492026-05-12T14:25:07.499Z Compiling cfg-if v1.0.4
4502026-05-12T14:25:07.517Z Compiling anstyle v1.0.13
4512026-05-12T14:25:07.554Z Compiling is_terminal_polyfill v1.70.2
4522026-05-12T14:25:07.575Z Compiling anstyle-query v1.1.5
4532026-05-12T14:25:07.599Z Compiling colorchoice v1.0.4
4542026-05-12T14:25:07.711Z Compiling fs-err v3.3.0
4552026-05-12T14:25:07.749Z Compiling anstream v0.6.21
4562026-05-12T14:25:07.752Z Compiling unicode-xid v0.2.6
4572026-05-12T14:25:07.785Z Compiling fnv v1.0.7
4582026-05-12T14:25:07.790Z Compiling bytecount v0.6.9
4592026-05-12T14:25:07.822Z Compiling terminal_size v0.4.3
4602026-05-12T14:25:07.822Z Compiling clap_lex v1.0.0
4612026-05-12T14:25:07.878Z Compiling once_cell v1.21.3
4622026-05-12T14:25:07.898Z Compiling heck v0.4.1
4632026-05-12T14:25:07.915Z Compiling strsim v0.11.1
4642026-05-12T14:25:07.931Z Compiling heck v0.5.0
4652026-05-12T14:25:07.955Z Compiling fastrand v2.3.0
4662026-05-12T14:25:07.979Z Compiling anyhow v1.0.102
4672026-05-12T14:25:08.150Z Compiling semver v1.0.28
4682026-05-12T14:25:08.198Z Compiling unicode-width v0.1.14
4692026-05-12T14:25:08.218Z Compiling tempfile v3.25.0
4702026-05-12T14:25:08.261Z Compiling clap_builder v4.5.60
4712026-05-12T14:25:08.316Z Compiling memmap v0.7.0
4722026-05-12T14:25:08.316Z Compiling unicode-width v0.2.0
4732026-05-12T14:25:08.414Z Compiling smawk v0.3.2
4742026-05-12T14:25:08.525Z Compiling papergrid v0.11.0
4752026-05-12T14:25:08.530Z Compiling unicode-linebreak v0.1.5
4762026-05-12T14:25:08.577Z Compiling serde-untagged v0.1.9
4772026-05-12T14:25:08.587Z Compiling camino-tempfile v1.4.1
4782026-05-12T14:25:08.652Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-05-12T14:25:08.671Z Compiling swrite v0.1.0
4802026-05-12T14:25:08.791Z Compiling textwrap v0.16.2
4812026-05-12T14:25:09.139Z Compiling tabled_derive v0.7.0
4822026-05-12T14:25:09.769Z Compiling tabled v0.15.0
4832026-05-12T14:25:09.873Z Compiling synstructure v0.13.2
4842026-05-12T14:25:09.887Z Compiling pest_generator v2.8.6
4852026-05-12T14:25:10.429Z Compiling serde_derive v1.0.228
4862026-05-12T14:25:10.432Z Compiling zerofrom-derive v0.1.6
4872026-05-12T14:25:10.432Z Compiling yoke-derive v0.8.1
4882026-05-12T14:25:10.432Z Compiling zerovec-derive v0.11.2
4892026-05-12T14:25:10.432Z Compiling displaydoc v0.2.5
4902026-05-12T14:25:10.432Z Compiling thiserror-impl v1.0.69
4912026-05-12T14:25:10.432Z Compiling zerocopy-derive v0.7.35
4922026-05-12T14:25:10.432Z Compiling scroll_derive v0.12.1
4932026-05-12T14:25:10.432Z Compiling thiserror-impl v2.0.18
4942026-05-12T14:25:10.432Z Compiling clap_derive v4.5.55
4952026-05-12T14:25:10.519Z Compiling pest_derive v2.8.6
4962026-05-12T14:25:11.112Z Compiling scroll v0.12.0
4972026-05-12T14:25:11.254Z Compiling zerocopy v0.7.35
4982026-05-12T14:25:11.337Z Compiling goblin v0.8.2
4992026-05-12T14:25:11.558Z Compiling zerofrom v0.1.6
5002026-05-12T14:25:11.660Z Compiling yoke v0.8.1
5012026-05-12T14:25:11.700Z Compiling dtrace-parser v0.2.0
5022026-05-12T14:25:11.808Z Compiling zerovec v0.11.5
5032026-05-12T14:25:11.808Z Compiling zerotrie v0.2.3
5042026-05-12T14:25:11.843Z Compiling clap v4.5.60
5052026-05-12T14:25:12.211Z Compiling tinystr v0.8.2
5062026-05-12T14:25:12.211Z Compiling potential_utf v0.1.4
5072026-05-12T14:25:12.325Z Compiling icu_collections v2.1.1
5082026-05-12T14:25:12.350Z Compiling icu_locale_core v2.1.1
5092026-05-12T14:25:12.878Z Compiling icu_provider v2.1.1
5102026-05-12T14:25:12.894Z Compiling dof v0.3.0
5112026-05-12T14:25:12.897Z Compiling serde_tokenstream v0.2.3
5122026-05-12T14:25:12.910Z Compiling serde_spanned v0.6.9
5132026-05-12T14:25:12.927Z Compiling toml_datetime v0.6.11
5142026-05-12T14:25:12.930Z Compiling serde-value v0.7.0
5152026-05-12T14:25:12.930Z Compiling cargo-platform v0.2.0
5162026-05-12T14:25:12.930Z Compiling macaddr v1.0.1
5172026-05-12T14:25:13.174Z Compiling icu_normalizer v2.1.1
5182026-05-12T14:25:13.174Z Compiling icu_properties v2.1.2
5192026-05-12T14:25:13.208Z Compiling toml_edit v0.22.27
5202026-05-12T14:25:13.653Z Compiling usdt-attr-macro v0.5.0
5212026-05-12T14:25:13.656Z Compiling usdt-macro v0.5.0
5222026-05-12T14:25:13.982Z Compiling idna_adapter v1.2.1
5232026-05-12T14:25:14.088Z Compiling idna v1.1.0
5242026-05-12T14:25:14.227Z Compiling usdt v0.5.0
5252026-05-12T14:25:14.341Z Compiling url v2.5.8
5262026-05-12T14:25:14.490Z Compiling toml v0.8.23
5272026-05-12T14:25:14.818Z Compiling cargo-util-schemas v0.8.2
5282026-05-12T14:25:14.818Z Compiling cargo_toml v0.21.0
5292026-05-12T14:25:15.588Z Compiling cargo_metadata v0.21.0
5302026-05-12T14:25:16.501Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-12T14:25:18.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.06s
5322026-05-12T14:25:18.893Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-12T14:25:19.444Z Downloading crates ...
5342026-05-12T14:25:19.541Z Downloaded ascii-canvas v3.0.0
5352026-05-12T14:25:19.546Z Downloaded cbc v0.1.2
5362026-05-12T14:25:19.549Z Downloaded aead v0.5.2
5372026-05-12T14:25:19.549Z Downloaded adler2 v2.0.1
5382026-05-12T14:25:19.552Z Downloaded arrayvec v0.7.6
5392026-05-12T14:25:19.552Z Downloaded ar_archive_writer v0.5.1
5402026-05-12T14:25:19.555Z Downloaded async-stream v0.3.6
5412026-05-12T14:25:19.562Z Downloaded blake3 v1.8.3
5422026-05-12T14:25:19.567Z Downloaded darling_macro v0.21.3
5432026-05-12T14:25:19.570Z Downloaded critical-section v1.2.0
5442026-05-12T14:25:19.570Z Downloaded cassowary v0.3.0
5452026-05-12T14:25:19.570Z Downloaded darling v0.23.0
5462026-05-12T14:25:19.573Z Downloaded cmake v0.1.57
5472026-05-12T14:25:19.576Z Downloaded float-cmp v0.10.0
5482026-05-12T14:25:19.576Z Downloaded dirs-sys-next v0.1.2
5492026-05-12T14:25:19.579Z Downloaded block-padding v0.3.3
5502026-05-12T14:25:19.579Z Downloaded flagset v0.4.7
5512026-05-12T14:25:19.579Z Downloaded endian-type v0.1.2
5522026-05-12T14:25:19.579Z Downloaded bit-set v0.8.0
5532026-05-12T14:25:19.582Z Downloaded bit-vec v0.6.3
5542026-05-12T14:25:19.582Z Downloaded bit-set v0.5.3
5552026-05-12T14:25:19.582Z Downloaded env_filter v1.0.0
5562026-05-12T14:25:19.585Z Downloaded dunce v1.0.5
5572026-05-12T14:25:19.585Z Downloaded atomic-waker v1.1.2
5582026-05-12T14:25:19.585Z Downloaded assert_matches v1.5.0
5592026-05-12T14:25:19.588Z Downloaded array-init v0.0.4
5602026-05-12T14:25:19.588Z Downloaded backoff v0.4.0
5612026-05-12T14:25:19.588Z Downloaded backon v1.6.0
5622026-05-12T14:25:19.591Z Downloaded crunchy v0.2.4
5632026-05-12T14:25:19.591Z Downloaded crc32fast v1.5.0
5642026-05-12T14:25:19.594Z Downloaded embedded-io v0.6.1
5652026-05-12T14:25:19.594Z Downloaded csv-core v0.1.13
5662026-05-12T14:25:19.594Z Downloaded bitfield-macros v0.19.4
5672026-05-12T14:25:19.597Z Downloaded const-oid v0.9.6
5682026-05-12T14:25:19.597Z Downloaded cargo-platform v0.1.9
5692026-05-12T14:25:19.599Z Downloaded bcrypt-pbkdf v0.10.0
5702026-05-12T14:25:19.600Z Downloaded derive_builder_macro v0.20.2
5712026-05-12T14:25:19.600Z Downloaded cobs v0.3.0
5722026-05-12T14:25:19.603Z Downloaded cfg_aliases v0.1.1
5732026-05-12T14:25:19.603Z Downloaded crossbeam-epoch v0.9.18
5742026-05-12T14:25:19.603Z Downloaded enum-as-inner v0.6.1
5752026-05-12T14:25:19.605Z Downloaded castaway v0.2.4
5762026-05-12T14:25:19.605Z Downloaded atty v0.2.14
5772026-05-12T14:25:19.608Z Downloaded filetime v0.2.27
5782026-05-12T14:25:19.608Z Downloaded erased-serde v0.3.31
5792026-05-12T14:25:19.608Z Downloaded fixedbitset v0.5.7
5802026-05-12T14:25:19.611Z Downloaded ed25519 v2.2.3
5812026-05-12T14:25:19.611Z Downloaded compression-core v0.4.31
5822026-05-12T14:25:19.614Z Downloaded bitfield-struct v0.6.2
5832026-05-12T14:25:19.614Z Downloaded arrayref v0.3.9
5842026-05-12T14:25:19.614Z Downloaded derive-ex v0.1.8
5852026-05-12T14:25:19.617Z Downloaded defmt-macros v1.0.1
5862026-05-12T14:25:19.617Z Downloaded darling_macro v0.20.11
5872026-05-12T14:25:19.617Z Downloaded debug-ignore v1.0.5
5882026-05-12T14:25:19.621Z Downloaded blake2 v0.10.6
5892026-05-12T14:25:19.621Z Downloaded bcs v0.1.6
5902026-05-12T14:25:19.623Z Downloaded async-stream-impl v0.3.6
5912026-05-12T14:25:19.623Z Downloaded bitfield v0.19.4
5922026-05-12T14:25:19.623Z Downloaded argon2 v0.5.3
5932026-05-12T14:25:19.626Z Downloaded async-recursion v1.1.1
5942026-05-12T14:25:19.626Z Downloaded bb8 v0.8.6
5952026-05-12T14:25:19.629Z Downloaded darling_macro v0.23.0
5962026-05-12T14:25:19.629Z Downloaded cpufeatures v0.3.0
5972026-05-12T14:25:19.629Z Downloaded diesel-dtrace v0.5.0
5982026-05-12T14:25:19.633Z Downloaded derive_builder_core v0.20.2
5992026-05-12T14:25:19.633Z Downloaded cstr-argument v0.1.2
6002026-05-12T14:25:19.633Z Downloaded crucible-workspace-hack v0.1.0
6012026-05-12T14:25:19.635Z Downloaded daft-derive v0.1.5
6022026-05-12T14:25:19.636Z Downloaded ciborium-io v0.2.2
6032026-05-12T14:25:19.639Z Downloaded defmt v1.0.1
6042026-05-12T14:25:19.642Z Downloaded drift v0.1.4
6052026-05-12T14:25:19.646Z Downloaded embedded-io v0.4.0
6062026-05-12T14:25:19.649Z Downloaded ciborium-ll v0.2.2
6072026-05-12T14:25:19.649Z Downloaded dsl_auto_type v0.2.0
6082026-05-12T14:25:19.649Z Downloaded defmt-parser v1.0.0
6092026-05-12T14:25:19.649Z Downloaded crc8 v0.1.1
6102026-05-12T14:25:19.652Z Downloaded crossbeam-deque v0.8.6
6112026-05-12T14:25:19.652Z Downloaded fixedbitset v0.4.2
6122026-05-12T14:25:19.652Z Downloaded dtrace-parser v0.3.0
6132026-05-12T14:25:19.655Z Downloaded base16ct v0.2.0
6142026-05-12T14:25:19.655Z Downloaded foreign-types v0.3.2
6152026-05-12T14:25:19.655Z Downloaded defmt v0.3.100
6162026-05-12T14:25:19.655Z Downloaded convert_case v0.4.0
6172026-05-12T14:25:19.658Z Downloaded crc-catalog v2.4.0
6182026-05-12T14:25:19.658Z Downloaded dropshot-api-manager-types v0.7.1
6192026-05-12T14:25:19.658Z Downloaded atomicwrites v0.4.4
6202026-05-12T14:25:19.658Z Downloaded float-ord v0.3.2
6212026-05-12T14:25:19.661Z Downloaded curve25519-dalek-derive v0.1.1
6222026-05-12T14:25:19.661Z Downloaded difflib v0.4.0
6232026-05-12T14:25:19.661Z Downloaded dyn-clone v1.0.20
6242026-05-12T14:25:19.664Z Downloaded foreign-types-shared v0.1.1
6252026-05-12T14:25:19.664Z Downloaded foreign-types-macros v0.2.3
6262026-05-12T14:25:19.664Z Downloaded dof v0.4.0
6272026-05-12T14:25:19.664Z Downloaded dirs-next v2.0.0
6282026-05-12T14:25:19.667Z Downloaded crc v3.4.0
6292026-05-12T14:25:19.667Z Downloaded foreign-types v0.5.0
6302026-05-12T14:25:19.667Z Downloaded display-error-chain v0.2.2
6312026-05-12T14:25:19.670Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-05-12T14:25:19.670Z Downloaded chacha20 v0.9.1
6332026-05-12T14:25:19.670Z Downloaded cexpr v0.6.0
6342026-05-12T14:25:19.673Z Downloaded constant_time_eq v0.4.2
6352026-05-12T14:25:19.673Z Downloaded blowfish v0.9.1
6362026-05-12T14:25:19.674Z Downloaded document-features v0.2.12
6372026-05-12T14:25:19.677Z Downloaded futures-io v0.3.32
6382026-05-12T14:25:19.677Z Downloaded futures-core v0.3.32
6392026-05-12T14:25:19.677Z Downloaded corncobs v0.1.4
6402026-05-12T14:25:19.679Z Downloaded funty v2.0.0
6412026-05-12T14:25:19.679Z Downloaded foreign-types-shared v0.3.1
6422026-05-12T14:25:19.680Z Downloaded futures-sink v0.3.32
6432026-05-12T14:25:19.683Z Downloaded fxhash v0.2.1
6442026-05-12T14:25:19.686Z Downloaded ghash v0.5.1
6452026-05-12T14:25:19.686Z Downloaded gethostname v0.5.0
6462026-05-12T14:25:19.694Z Downloaded downcast-rs v2.0.2
6472026-05-12T14:25:19.694Z Downloaded git-stub v1.0.0
6482026-05-12T14:25:19.694Z Downloaded globwalk v0.9.1
6492026-05-12T14:25:19.695Z Downloaded headers-core v0.3.0
6502026-05-12T14:25:19.695Z Downloaded hash32 v0.3.1
6512026-05-12T14:25:19.695Z Downloaded hash32 v0.2.1
6522026-05-12T14:25:19.698Z Downloaded derive_builder v0.20.2
6532026-05-12T14:25:19.698Z Downloaded http-range v0.1.5
6542026-05-12T14:25:19.701Z Downloaded dropshot_endpoint v0.17.0
6552026-05-12T14:25:19.701Z Downloaded futures-task v0.3.32
6562026-05-12T14:25:19.704Z Downloaded elliptic-curve v0.13.8
6572026-05-12T14:25:19.707Z Downloaded cargo_metadata v0.19.2
6582026-05-12T14:25:19.707Z Downloaded const_format_proc_macros v0.2.34
6592026-05-12T14:25:19.709Z Downloaded buf-list v1.1.2
6602026-05-12T14:25:19.709Z Downloaded hex-literal v0.4.1
6612026-05-12T14:25:19.710Z Downloaded bit-vec v0.8.0
6622026-05-12T14:25:19.713Z Downloaded hex v0.4.3
6632026-05-12T14:25:19.713Z Downloaded hostname v0.4.2
6642026-05-12T14:25:19.717Z Downloaded base64ct v1.8.3
6652026-05-12T14:25:19.717Z Downloaded http-body v1.0.1
6662026-05-12T14:25:19.717Z Downloaded darling v0.21.3
6672026-05-12T14:25:19.720Z Downloaded cfg_aliases v0.2.1
6682026-05-12T14:25:19.720Z Downloaded daft v0.1.5
6692026-05-12T14:25:19.723Z Downloaded find-msvc-tools v0.1.9
6702026-05-12T14:25:19.723Z Downloaded foldhash v0.2.0
6712026-05-12T14:25:19.726Z Downloaded compression-codecs v0.4.37
6722026-05-12T14:25:19.726Z Downloaded byte-wrapper v0.1.0
6732026-05-12T14:25:19.730Z Downloaded ff v0.13.1
6742026-05-12T14:25:19.730Z Downloaded fallible-iterator v0.2.0
6752026-05-12T14:25:19.733Z Downloaded httpdate v1.0.3
6762026-05-12T14:25:19.733Z Downloaded ecdsa v0.16.9
6772026-05-12T14:25:19.733Z Downloaded ident_case v1.0.1
6782026-05-12T14:25:19.733Z Downloaded home v0.5.12
6792026-05-12T14:25:19.736Z Downloaded cipher v0.4.4
6802026-05-12T14:25:19.736Z Downloaded async-trait v0.1.89
6812026-05-12T14:25:19.736Z Downloaded futures-executor v0.3.32
6822026-05-12T14:25:19.739Z Downloaded crossbeam-utils v0.8.21
6832026-05-12T14:25:19.739Z Downloaded darling v0.20.11
6842026-05-12T14:25:19.742Z Downloaded hubpack_derive v0.1.1
6852026-05-12T14:25:19.745Z Downloaded hubpack v0.1.2
6862026-05-12T14:25:19.745Z Downloaded fs-err v2.11.0
6872026-05-12T14:25:19.745Z Downloaded des v0.8.1
6882026-05-12T14:25:19.748Z Downloaded data-encoding v2.10.0
6892026-05-12T14:25:19.748Z Downloaded convert_case v0.10.0
6902026-05-12T14:25:19.748Z Downloaded hyper-tls v0.6.0
6912026-05-12T14:25:19.751Z Downloaded futures-macro v0.3.32
6922026-05-12T14:25:19.751Z Downloaded indent_write v2.2.0
6932026-05-12T14:25:19.751Z Downloaded group v0.13.0
6942026-05-12T14:25:19.755Z Downloaded fatfs v0.3.6
6952026-05-12T14:25:19.755Z Downloaded ahash v0.8.12
6962026-05-12T14:25:19.758Z Downloaded glob v0.3.3
6972026-05-12T14:25:19.758Z Downloaded either v1.15.0
6982026-05-12T14:25:19.758Z Downloaded ena v0.14.4
6992026-05-12T14:25:19.761Z Downloaded instability v0.3.11
7002026-05-12T14:25:19.761Z Downloaded indoc v1.0.9
7012026-05-12T14:25:19.764Z Downloaded fd-lock v4.0.4
7022026-05-12T14:25:19.764Z Downloaded internet-checksum v0.2.1
7032026-05-12T14:25:19.764Z Downloaded instant v0.1.13
7042026-05-12T14:25:19.767Z Downloaded inout v0.1.4
7052026-05-12T14:25:19.767Z Downloaded is_ci v1.2.0
7062026-05-12T14:25:19.767Z Downloaded deranged v0.5.8
7072026-05-12T14:25:19.770Z Downloaded ctr v0.9.2
7082026-05-12T14:25:19.770Z Downloaded kstat-rs v0.2.4
7092026-05-12T14:25:19.770Z Downloaded der_derive v0.7.3
7102026-05-12T14:25:19.773Z Downloaded globset v0.4.18
7112026-05-12T14:25:19.773Z Downloaded git-stub-vcs v0.1.0
7122026-05-12T14:25:19.776Z Downloaded console v0.16.2
7132026-05-12T14:25:19.779Z Downloaded colored v3.1.1
7142026-05-12T14:25:19.779Z Downloaded hostname v0.3.1
7152026-05-12T14:25:19.782Z Downloaded cookie_store v0.22.1
7162026-05-12T14:25:19.782Z Downloaded cookie v0.18.1
7172026-05-12T14:25:19.785Z Downloaded cancel-safe-futures v0.1.5
7182026-05-12T14:25:19.785Z Downloaded ciborium v0.2.2
7192026-05-12T14:25:19.789Z Downloaded lalrpop-util v0.19.12
7202026-05-12T14:25:19.789Z Downloaded darling_core v0.23.0
7212026-05-12T14:25:19.792Z Downloaded foldhash v0.1.5
7222026-05-12T14:25:19.794Z Downloaded http-body-util v0.1.3
7232026-05-12T14:25:19.794Z Downloaded highway v1.3.0
7242026-05-12T14:25:19.794Z Downloaded lazy_static v1.5.0
7252026-05-12T14:25:19.797Z Downloaded fs_extra v1.3.0
7262026-05-12T14:25:19.797Z Downloaded bzip2 v0.4.4
7272026-05-12T14:25:19.800Z Downloaded clang-sys v1.8.1
7282026-05-12T14:25:19.800Z Downloaded match_cfg v0.1.0
7292026-05-12T14:25:19.803Z Downloaded lru v0.12.5
7302026-05-12T14:25:19.803Z Downloaded camino-tempfile-ext v0.3.3
7312026-05-12T14:25:19.803Z Downloaded bzip2 v0.6.1
7322026-05-12T14:25:19.806Z Downloaded bitflags v1.3.2
7332026-05-12T14:25:19.806Z Downloaded humantime v2.3.0
7342026-05-12T14:25:19.809Z Downloaded hyper-staticfile v0.10.1
7352026-05-12T14:25:19.809Z Downloaded console v0.15.11
7362026-05-12T14:25:19.812Z Downloaded colored v2.2.0
7372026-05-12T14:25:19.812Z Downloaded libscf-sys v1.1.0
7382026-05-12T14:25:19.814Z Downloaded lru-slab v0.1.2
7392026-05-12T14:25:19.814Z Downloaded memoffset v0.9.1
7402026-05-12T14:25:19.814Z Downloaded md5 v0.7.0
7412026-05-12T14:25:19.817Z Downloaded md-5 v0.10.6
7422026-05-12T14:25:19.817Z Downloaded linked-hash-map v0.5.6
7432026-05-12T14:25:19.817Z Downloaded maybe-uninit v2.0.0
7442026-05-12T14:25:19.820Z Downloaded managed v0.8.0
7452026-05-12T14:25:19.820Z Downloaded futures-channel v0.3.32
7462026-05-12T14:25:19.823Z Downloaded base64 v0.21.7
7472026-05-12T14:25:19.823Z Downloaded derive-where v1.6.0
7482026-05-12T14:25:19.826Z Downloaded ingot v0.1.1
7492026-05-12T14:25:19.829Z Downloaded half v1.8.3
7502026-05-12T14:25:19.829Z Downloaded getrandom v0.2.17
7512026-05-12T14:25:19.832Z Downloaded mime v0.3.17
7522026-05-12T14:25:19.832Z Downloaded is-terminal v0.4.17
7532026-05-12T14:25:19.835Z Downloaded impl-trait-for-tuples v0.2.3
7542026-05-12T14:25:19.835Z Downloaded newtype-uuid-macros v0.1.0
7552026-05-12T14:25:19.838Z Downloaded multimap v0.10.1
7562026-05-12T14:25:19.838Z Downloaded nibble_vec v0.1.0
7572026-05-12T14:25:19.838Z Downloaded num-conv v0.2.0
7582026-05-12T14:25:19.841Z Downloaded num v0.4.3
7592026-05-12T14:25:19.841Z Downloaded newline-converter v0.3.0
7602026-05-12T14:25:19.841Z Downloaded nonempty v0.12.0
7612026-05-12T14:25:19.844Z Downloaded ipnet v2.11.0
7622026-05-12T14:25:19.847Z Downloaded darling_core v0.20.11
7632026-05-12T14:25:19.850Z Downloaded derive_more v2.1.1
7642026-05-12T14:25:19.855Z Downloaded hmac v0.12.1
7652026-05-12T14:25:19.860Z Downloaded diff v0.1.13
7662026-05-12T14:25:19.860Z Downloaded crc-any v2.5.0
7672026-05-12T14:25:19.863Z Downloaded chacha20 v0.10.0
7682026-05-12T14:25:19.863Z Downloaded nodrop v0.1.14
7692026-05-12T14:25:19.863Z Downloaded num-derive v0.3.3
7702026-05-12T14:25:19.866Z Downloaded libloading v0.8.9
7712026-05-12T14:25:19.866Z Downloaded libefi-sys v0.1.0
7722026-05-12T14:25:19.866Z Downloaded httparse v1.10.1
7732026-05-12T14:25:19.869Z Downloaded normalize-line-endings v0.3.0
7742026-05-12T14:25:19.869Z Downloaded newtype_derive v0.1.6
7752026-05-12T14:25:19.872Z Downloaded keccak v0.1.6
7762026-05-12T14:25:19.872Z Downloaded num_enum_derive v0.5.11
7772026-05-12T14:25:19.872Z Downloaded hyper-rustls v0.27.7
7782026-05-12T14:25:19.875Z Downloaded derive_more v0.99.20
7792026-05-12T14:25:19.878Z Downloaded lru-cache v0.1.2
7802026-05-12T14:25:19.878Z Downloaded linear-map v1.2.0
7812026-05-12T14:25:19.878Z Downloaded maplit v1.0.2
7822026-05-12T14:25:19.880Z Downloaded lock_api v0.4.14
7832026-05-12T14:25:19.881Z Downloaded openssl-probe v0.2.1
7842026-05-12T14:25:19.881Z Downloaded opaque-debug v0.3.1
7852026-05-12T14:25:19.881Z Downloaded olpc-cjson v0.1.4
7862026-05-12T14:25:19.883Z Downloaded num_threads v0.1.7
7872026-05-12T14:25:19.884Z Downloaded openssl-macros v0.1.1
7882026-05-12T14:25:19.884Z Downloaded dropshot_endpoint v0.16.7
7892026-05-12T14:25:19.886Z Downloaded oso-derive v0.27.3
7902026-05-12T14:25:19.886Z Downloaded openssl-probe v0.1.6
7912026-05-12T14:25:19.889Z Downloaded libsw-core v0.3.2
7922026-05-12T14:25:19.889Z Downloaded libsw v3.5.0
7932026-05-12T14:25:19.892Z Downloaded env_logger v0.11.9
7942026-05-12T14:25:19.892Z Downloaded num-iter v0.1.45
7952026-05-12T14:25:19.892Z Downloaded getrandom v0.3.4
7962026-05-12T14:25:19.895Z Downloaded jobserver v0.1.34
7972026-05-12T14:25:19.898Z Downloaded lzss v0.8.2
7982026-05-12T14:25:19.898Z Downloaded indoc v2.0.7
7992026-05-12T14:25:19.901Z Downloaded iana-time-zone v0.1.65
8002026-05-12T14:25:19.901Z Downloaded ingot-macros v0.1.1
8012026-05-12T14:25:19.904Z Downloaded async-bb8-diesel v0.2.1
8022026-05-12T14:25:19.904Z Downloaded ipnetwork v0.21.1
8032026-05-12T14:25:19.907Z Downloaded newtype-uuid v1.3.2
8042026-05-12T14:25:19.907Z Downloaded ingot-types v0.1.2
8052026-05-12T14:25:19.910Z Downloaded new_debug_unreachable v1.0.6
8062026-05-12T14:25:19.910Z Downloaded packed_struct_codegen v0.10.1
8072026-05-12T14:25:19.914Z Downloaded multer v3.1.0
8082026-05-12T14:25:19.914Z Downloaded chacha20poly1305 v0.10.1
8092026-05-12T14:25:19.917Z Downloaded native-tls v0.2.18
8102026-05-12T14:25:19.917Z Downloaded nanorand v0.7.0
8112026-05-12T14:25:19.917Z Downloaded num-complex v0.4.6
8122026-05-12T14:25:19.917Z Downloaded parse-display v0.10.0
8132026-05-12T14:25:19.920Z Downloaded num-integer v0.1.46
8142026-05-12T14:25:19.920Z Downloaded parse-size v1.1.0
8152026-05-12T14:25:19.920Z Downloaded arc-swap v1.8.2
8162026-05-12T14:25:19.923Z Downloaded crypto-bigint v0.5.5
8172026-05-12T14:25:19.926Z Downloaded compact_str v0.8.1
8182026-05-12T14:25:19.929Z Downloaded allocator-api2 v0.2.21
8192026-05-12T14:25:19.932Z Downloaded pbkdf2 v0.11.0
8202026-05-12T14:25:19.932Z Downloaded mime_guess v2.0.5
8212026-05-12T14:25:19.935Z Downloaded peg-runtime v0.8.5
8222026-05-12T14:25:19.935Z Downloaded bytes v1.11.1
8232026-05-12T14:25:19.939Z Downloaded num-derive v0.4.2
8242026-05-12T14:25:19.939Z Downloaded path-slash v0.1.5
8252026-05-12T14:25:19.939Z Downloaded nu-ansi-term v0.50.3
8262026-05-12T14:25:19.942Z Downloaded num_enum v0.5.11
8272026-05-12T14:25:19.945Z Downloaded base64 v0.22.1
8282026-05-12T14:25:19.950Z Downloaded num_enum_derive v0.7.5
8292026-05-12T14:25:19.953Z Downloaded num-rational v0.4.2
8302026-05-12T14:25:19.953Z Downloaded phf_shared v0.12.1
8312026-05-12T14:25:19.953Z Downloaded owo-colors v4.3.0
8322026-05-12T14:25:19.953Z Downloaded pin-utils v0.1.0
8332026-05-12T14:25:19.956Z Downloaded oxnet v0.1.4
8342026-05-12T14:25:19.956Z Downloaded litrs v1.0.0
8352026-05-12T14:25:19.959Z Downloaded phf_shared v0.13.1
8362026-05-12T14:25:19.959Z Downloaded flume v0.11.1
8372026-05-12T14:25:19.974Z Downloaded precomputed-hash v0.1.1
8382026-05-12T14:25:19.977Z Downloaded oxide-tokio-rt v0.1.4
8392026-05-12T14:25:19.977Z Downloaded num_enum v0.7.5
8402026-05-12T14:25:19.980Z Downloaded memmap2 v0.9.10
8412026-05-12T14:25:19.980Z Downloaded ignore v0.4.25
8422026-05-12T14:25:19.983Z Downloaded predicates-tree v1.0.13
8432026-05-12T14:25:19.983Z Downloaded proc-macro-crate v1.3.1
8442026-05-12T14:25:19.986Z Downloaded indexmap v1.9.3
8452026-05-12T14:25:19.986Z Downloaded predicates-core v1.0.10
8462026-05-12T14:25:19.989Z Downloaded powerfmt v0.2.0
8472026-05-12T14:25:19.989Z Downloaded parking_lot_core v0.8.6
8482026-05-12T14:25:19.989Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-12T14:25:19.992Z Downloaded proc-macro-crate v3.4.0
8502026-05-12T14:25:19.992Z Downloaded password-hash v0.4.2
8512026-05-12T14:25:19.992Z Downloaded packed_struct v0.10.1
8522026-05-12T14:25:19.995Z Downloaded heapless v0.8.0
8532026-05-12T14:25:19.998Z Downloaded heapless v0.7.17
8542026-05-12T14:25:19.998Z Downloaded const_format v0.2.35
8552026-05-12T14:25:20.001Z Downloaded half v2.7.1
8562026-05-12T14:25:20.004Z Downloaded parse-display-derive v0.10.0
8572026-05-12T14:25:20.004Z Downloaded progenitor-client v0.11.2
8582026-05-12T14:25:20.004Z Downloaded headers v0.4.1
8592026-05-12T14:25:20.007Z Downloaded progenitor-client v0.10.0
8602026-05-12T14:25:20.010Z Downloaded pbkdf2 v0.12.2
8612026-05-12T14:25:20.010Z Downloaded paste v1.0.15
8622026-05-12T14:25:20.013Z Downloaded psl-types v2.0.11
8632026-05-12T14:25:20.013Z Downloaded progenitor-macro v0.13.0
8642026-05-12T14:25:20.013Z Downloaded flate2 v1.1.9
8652026-05-12T14:25:20.016Z Downloaded progenitor-client v0.14.0
8662026-05-12T14:25:20.016Z Downloaded phf_shared v0.11.3
8672026-05-12T14:25:20.020Z Downloaded progenitor-macro v0.14.0
8682026-05-12T14:25:20.020Z Downloaded pem-rfc7468 v0.7.0
8692026-05-12T14:25:20.020Z Downloaded ed25519-dalek v2.2.0
8702026-05-12T14:25:20.026Z Downloaded progenitor-macro v0.11.2
8712026-05-12T14:25:20.026Z Downloaded progenitor-macro v0.10.0
8722026-05-12T14:25:20.026Z Downloaded pkg-config v0.3.32
8732026-05-12T14:25:20.026Z Downloaded pin-project-internal v1.1.11
8742026-05-12T14:25:20.026Z Downloaded quick-error v1.2.3
8752026-05-12T14:25:20.029Z Downloaded phf v0.13.1
8762026-05-12T14:25:20.030Z Downloaded phf v0.12.1
8772026-05-12T14:25:20.030Z Downloaded pem v3.0.6
8782026-05-12T14:25:20.030Z Downloaded peg-macros v0.8.5
8792026-05-12T14:25:20.033Z Downloaded peg v0.8.5
8802026-05-12T14:25:20.036Z Downloaded rand_xorshift v0.4.0
8812026-05-12T14:25:20.036Z Downloaded rand_chacha v0.3.1
8822026-05-12T14:25:20.036Z Downloaded radium v0.7.0
8832026-05-12T14:25:20.036Z Downloaded derive_more-impl v2.1.1
8842026-05-12T14:25:20.040Z Downloaded pkcs8 v0.10.2
8852026-05-12T14:25:20.043Z Downloaded omicron-zone-package v0.12.2
8862026-05-12T14:25:20.048Z Downloaded cc v1.2.56
8872026-05-12T14:25:20.048Z Downloaded polyval v0.6.2
8882026-05-12T14:25:20.051Z Downloaded postgres-protocol v0.6.10
8892026-05-12T14:25:20.051Z Downloaded parking_lot_core v0.9.12
8902026-05-12T14:25:20.051Z Downloaded poly1305 v0.8.0
8912026-05-12T14:25:20.056Z Downloaded futures v0.3.32
8922026-05-12T14:25:20.059Z Downloaded ref-cast-impl v1.0.25
8932026-05-12T14:25:20.059Z Downloaded ppv-lite86 v0.2.21
8942026-05-12T14:25:20.059Z Downloaded indicatif v0.18.4
8952026-05-12T14:25:20.059Z Downloaded dropshot-api-manager v0.7.1
8962026-05-12T14:25:20.063Z Downloaded proc-macro-error2 v2.0.1
8972026-05-12T14:25:20.066Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-05-12T14:25:20.066Z Downloaded progenitor v0.10.0
8992026-05-12T14:25:20.066Z Downloaded progenitor-client v0.13.0
9002026-05-12T14:25:20.071Z Downloaded progenitor v0.14.0
9012026-05-12T14:25:20.071Z Downloaded password-hash v0.5.0
9022026-05-12T14:25:20.071Z Downloaded ref-cast v1.0.25
9032026-05-12T14:25:20.071Z Downloaded parking_lot v0.11.2
9042026-05-12T14:25:20.074Z Downloaded async-compression v0.4.41
9052026-05-12T14:25:20.077Z Downloaded progenitor-extras v0.2.0
9062026-05-12T14:25:20.077Z Downloaded rfc6979 v0.4.0
9072026-05-12T14:25:20.077Z Downloaded der v0.7.10
9082026-05-12T14:25:20.082Z Downloaded recursive v0.1.1
9092026-05-12T14:25:20.085Z Downloaded hickory-resolver v0.24.4
9102026-05-12T14:25:20.085Z Downloaded russh-cryptovec v0.7.3
9112026-05-12T14:25:20.085Z Downloaded progenitor v0.11.2
9122026-05-12T14:25:20.088Z Downloaded primeorder v0.13.6
9132026-05-12T14:25:20.092Z Downloaded p256 v0.13.2
9142026-05-12T14:25:20.095Z Downloaded rustc-hash v2.1.1
9152026-05-12T14:25:20.095Z Downloaded rand_chacha v0.9.0
9162026-05-12T14:25:20.095Z Downloaded crossbeam-channel v0.5.15
9172026-05-12T14:25:20.098Z Downloaded r2d2 v0.8.10
9182026-05-12T14:25:20.098Z Downloaded psm v0.1.30
9192026-05-12T14:25:20.101Z Downloaded postgres-types v0.2.12
9202026-05-12T14:25:20.105Z Downloaded rand_core v0.6.4
9212026-05-12T14:25:20.105Z Downloaded postcard v1.1.3
9222026-05-12T14:25:20.108Z Downloaded rustc_version v0.1.7
9232026-05-12T14:25:20.108Z Downloaded rtoolbox v0.0.3
9242026-05-12T14:25:20.108Z Downloaded rustc_version v0.4.1
9252026-05-12T14:25:20.108Z Downloaded rand_seeder v0.4.0
9262026-05-12T14:25:20.113Z Downloaded darling_core v0.21.3
9272026-05-12T14:25:20.113Z Downloaded jiff-static v0.2.21
9282026-05-12T14:25:20.115Z Downloaded pkcs5 v0.7.1
9292026-05-12T14:25:20.118Z Downloaded expectorate v1.2.0
9302026-05-12T14:25:20.118Z Downloaded pin-project-lite v0.2.17
9312026-05-12T14:25:20.123Z Downloaded predicates v3.1.4
9322026-05-12T14:25:20.127Z Downloaded salsa20 v0.10.2
9332026-05-12T14:25:20.127Z Downloaded rand_core v0.10.0
9342026-05-12T14:25:20.127Z Downloaded hickory-server v0.25.2
9352026-05-12T14:25:20.130Z Downloaded scroll_derive v0.13.1
9362026-05-12T14:25:20.130Z Downloaded scopeguard v1.2.0
9372026-05-12T14:25:20.130Z Downloaded scheduled-thread-pool v0.2.7
9382026-05-12T14:25:20.130Z Downloaded sapling-renderdag v0.1.0
9392026-05-12T14:25:20.133Z Downloaded hickory-resolver v0.25.2
9402026-05-12T14:25:20.133Z Downloaded oso v0.27.3
9412026-05-12T14:25:20.159Z Downloaded miniz_oxide v0.8.9
9422026-05-12T14:25:20.159Z Downloaded parking_lot v0.12.5
9432026-05-12T14:25:20.159Z Downloaded scrypt v0.11.0
9442026-05-12T14:25:20.159Z Downloaded papergrid v0.17.0
9452026-05-12T14:25:20.159Z Downloaded secrecy v0.8.0
9462026-05-12T14:25:20.159Z Downloaded aes v0.8.4
9472026-05-12T14:25:20.159Z Downloaded bumpalo v3.20.2
9482026-05-12T14:25:20.159Z Downloaded resolv-conf v0.7.6
9492026-05-12T14:25:20.159Z Downloaded seq-macro v0.3.6
9502026-05-12T14:25:20.159Z Downloaded progenitor v0.13.0
9512026-05-12T14:25:20.159Z Downloaded secrecy v0.10.3
9522026-05-12T14:25:20.159Z Downloaded quinn-udp v0.5.14
9532026-05-12T14:25:20.163Z Downloaded semver v0.1.20
9542026-05-12T14:25:20.163Z Downloaded serde_bytes v0.11.19
9552026-05-12T14:25:20.163Z Downloaded sha1 v0.10.6
9562026-05-12T14:25:20.166Z Downloaded serde_urlencoded v0.7.1
9572026-05-12T14:25:20.166Z Downloaded serde_spanned v1.0.4
9582026-05-12T14:25:20.170Z Downloaded libbz2-rs-sys v0.2.2
9592026-05-12T14:25:20.171Z Downloaded diesel_derives v2.3.7
9602026-05-12T14:25:20.174Z Downloaded serde_repr v0.1.20
9612026-05-12T14:25:20.174Z Downloaded signal-hook-mio v0.2.5
9622026-05-12T14:25:20.177Z Downloaded serde_plain v1.0.2
9632026-05-12T14:25:20.177Z Downloaded pkcs1 v0.7.5
9642026-05-12T14:25:20.180Z Downloaded shell-words v1.1.1
9652026-05-12T14:25:20.180Z Downloaded hashbrown v0.12.3
9662026-05-12T14:25:20.185Z Downloaded rustls-pemfile v1.0.4
9672026-05-12T14:25:20.185Z Downloaded crossterm v0.28.1
9682026-05-12T14:25:20.189Z Downloaded rustversion v1.0.22
9692026-05-12T14:25:20.189Z Downloaded serde-big-array v0.5.1
9702026-05-12T14:25:20.189Z Downloaded rustls-pemfile v2.2.0
9712026-05-12T14:25:20.192Z Downloaded same-file v1.0.6
9722026-05-12T14:25:20.192Z Downloaded signature v2.2.0
9732026-05-12T14:25:20.192Z Downloaded siphasher v1.0.2
9742026-05-12T14:25:20.196Z Downloaded rand_core v0.9.5
9752026-05-12T14:25:20.196Z Downloaded sigpipe v0.1.3
9762026-05-12T14:25:20.196Z Downloaded minimal-lexical v0.2.1
9772026-05-12T14:25:20.199Z Downloaded signal-hook-tokio v0.3.1
9782026-05-12T14:25:20.199Z Downloaded scroll v0.13.0
9792026-05-12T14:25:20.202Z Downloaded prefix-trie v0.7.0
9802026-05-12T14:25:20.210Z Downloaded rusty-fork v0.3.1
9812026-05-12T14:25:20.213Z Downloaded sct v0.7.1
9822026-05-12T14:25:20.220Z Downloaded progenitor-impl v0.11.2
9832026-05-12T14:25:20.223Z Downloaded serde-hex v0.1.0
9842026-05-12T14:25:20.226Z Downloaded http v1.4.0
9852026-05-12T14:25:20.226Z Downloaded slog-bunyan v2.5.0
9862026-05-12T14:25:20.229Z Downloaded sec1 v0.7.3
9872026-05-12T14:25:20.229Z Downloaded progenitor-impl v0.14.0
9882026-05-12T14:25:20.232Z Downloaded ssh-encoding v0.2.0
9892026-05-12T14:25:20.236Z Downloaded slog-envlogger v2.2.0
9902026-05-12T14:25:20.240Z Downloaded pin-project v1.1.11
9912026-05-12T14:25:20.247Z Downloaded rustls-native-certs v0.8.3
9922026-05-12T14:25:20.250Z Downloaded ssh-cipher v0.2.0
9932026-05-12T14:25:20.251Z Downloaded openssl-sys v0.9.114
9942026-05-12T14:25:20.253Z Downloaded serde_derive_internals v0.29.1
9952026-05-12T14:25:20.257Z Downloaded sqlparser_derive v0.5.0
9962026-05-12T14:25:20.257Z Downloaded serde_path_to_error v0.1.20
9972026-05-12T14:25:20.264Z Downloaded hyper-util v0.1.20
9982026-05-12T14:25:20.267Z Downloaded mio v1.2.0
9992026-05-12T14:25:20.271Z Downloaded slog-json v2.6.1
10002026-05-12T14:25:20.274Z Downloaded slog-dtrace v0.3.0
10012026-05-12T14:25:20.274Z Downloaded crossterm v0.29.0
10022026-05-12T14:25:20.277Z Downloaded structmeta-derive v0.3.0
10032026-05-12T14:25:20.284Z Downloaded supports-color v3.0.2
10042026-05-12T14:25:20.284Z Downloaded strip-ansi-escapes v0.2.1
10052026-05-12T14:25:20.284Z Downloaded signal-hook-registry v1.4.8
10062026-05-12T14:25:20.284Z Downloaded sync_wrapper v1.0.2
10072026-05-12T14:25:20.287Z Downloaded strum v0.26.3
10082026-05-12T14:25:20.287Z Downloaded termtree v0.5.1
10092026-05-12T14:25:20.287Z Downloaded tap v1.0.1
10102026-05-12T14:25:20.288Z Downloaded tabled_derive v0.11.0
10112026-05-12T14:25:20.288Z Downloaded slog-scope v4.4.1
10122026-05-12T14:25:20.288Z Downloaded structmeta v0.3.0
10132026-05-12T14:25:20.288Z Downloaded sync-ptr v0.1.4
10142026-05-12T14:25:20.288Z Downloaded shlex v1.3.0
10152026-05-12T14:25:20.291Z Downloaded smallvec v0.6.14
10162026-05-12T14:25:20.291Z Downloaded progenitor-impl v0.13.0
10172026-05-12T14:25:20.291Z Downloaded aes-gcm v0.10.3
10182026-05-12T14:25:20.294Z Downloaded hashbrown v0.13.2
10192026-05-12T14:25:20.297Z Downloaded schemars_derive v0.8.22
10202026-05-12T14:25:20.297Z Downloaded subtle v2.6.1
10212026-05-12T14:25:20.300Z Downloaded simd-adler32 v0.3.8
10222026-05-12T14:25:20.300Z Downloaded snafu-derive v0.8.9
10232026-05-12T14:25:20.300Z Downloaded time-core v0.1.8
10242026-05-12T14:25:20.303Z Downloaded take_mut v0.2.2
10252026-05-12T14:25:20.303Z Downloaded tagptr v0.2.0
10262026-05-12T14:25:20.303Z Downloaded thread-id v5.1.0
10272026-05-12T14:25:20.306Z Downloaded slab v0.4.12
10282026-05-12T14:25:20.306Z Downloaded thiserror-impl-no-std v2.0.2
10292026-05-12T14:25:20.306Z Downloaded progenitor-impl v0.10.0
10302026-05-12T14:25:20.310Z Downloaded slog-async v2.8.0
10312026-05-12T14:25:20.314Z Downloaded testing_table v0.3.0
10322026-05-12T14:25:20.314Z Downloaded stacker v0.1.23
10332026-05-12T14:25:20.314Z Downloaded ron v0.8.1
10342026-05-12T14:25:20.317Z Downloaded smf v0.2.3
10352026-05-12T14:25:20.320Z Downloaded slog-stdlog v4.1.1
10362026-05-12T14:25:20.323Z Downloaded sqlformat v0.3.5
10372026-05-12T14:25:20.324Z Downloaded static_assertions v1.1.0
10382026-05-12T14:25:20.326Z Downloaded bitvec v1.0.1
10392026-05-12T14:25:20.333Z Downloaded tinyvec_macros v0.1.1
10402026-05-12T14:25:20.336Z Downloaded string_cache v0.8.9
10412026-05-12T14:25:20.336Z Downloaded rcgen v0.12.1
10422026-05-12T14:25:20.339Z Downloaded pretty_assertions v1.4.1
10432026-05-12T14:25:20.339Z Downloaded spki v0.7.3
10442026-05-12T14:25:20.339Z Downloaded rustls-platform-verifier v0.6.2
10452026-05-12T14:25:20.342Z Downloaded rustls-pki-types v1.14.0
10462026-05-12T14:25:20.345Z Downloaded strum v0.27.2
10472026-05-12T14:25:20.345Z Downloaded strum_macros v0.26.4
10482026-05-12T14:25:20.345Z Downloaded strum_macros v0.24.3
10492026-05-12T14:25:20.348Z Downloaded tokio-macros v2.7.0
10502026-05-12T14:25:20.348Z Downloaded rayon-core v1.13.0
10512026-05-12T14:25:20.351Z Downloaded itertools v0.10.5
10522026-05-12T14:25:20.353Z Downloaded schemars v0.8.22
10532026-05-12T14:25:20.360Z Downloaded tabwriter v1.4.1
10542026-05-12T14:25:20.363Z Downloaded support-bundle-viewer v0.1.2
10552026-05-12T14:25:20.363Z Downloaded strum_macros v0.27.2
10562026-05-12T14:25:20.366Z Downloaded ryu v1.0.23
10572026-05-12T14:25:20.366Z Downloaded stringprep v0.1.5
10582026-05-12T14:25:20.369Z Downloaded hashbrown v0.16.1
10592026-05-12T14:25:20.371Z Downloaded publicsuffix v2.3.0
10602026-05-12T14:25:20.371Z Downloaded nom v7.1.3
10612026-05-12T14:25:20.374Z Downloaded thiserror-no-std v2.0.2
10622026-05-12T14:25:20.377Z Downloaded prettyplease v0.2.37
10632026-05-12T14:25:20.380Z Downloaded thread_local v1.1.9
10642026-05-12T14:25:20.380Z Downloaded termios v0.3.3
10652026-05-12T14:25:20.384Z Downloaded num-bigint v0.4.6
10662026-05-12T14:25:20.386Z Downloaded quinn v0.11.9
10672026-05-12T14:25:20.386Z Downloaded libxml v0.3.3
10682026-05-12T14:25:20.390Z Downloaded serde_cbor v0.11.2
10692026-05-12T14:25:20.393Z Downloaded tiny-keccak v2.0.2
10702026-05-12T14:25:20.397Z Downloaded serde_yaml v0.9.34+deprecated
10712026-05-12T14:25:20.397Z Downloaded topological-sort v0.2.2
10722026-05-12T14:25:20.397Z Downloaded tower-service v0.3.3
10732026-05-12T14:25:20.397Z Downloaded time-macros v0.2.27
10742026-05-12T14:25:20.400Z Downloaded try-lock v0.2.5
10752026-05-12T14:25:20.400Z Downloaded trait-variant v0.1.2
10762026-05-12T14:25:20.400Z Downloaded tower-layer v0.3.3
10772026-05-12T14:25:20.403Z Downloaded rand v0.8.6
10782026-05-12T14:25:20.403Z Downloaded serde_with_macros v3.17.0
10792026-05-12T14:25:20.406Z Downloaded russh-keys v0.45.0
10802026-05-12T14:25:20.406Z Downloaded iddqd v0.3.18
10812026-05-12T14:25:20.410Z Downloaded tls_codec v0.4.2
10822026-05-12T14:25:20.413Z Downloaded tokio-native-tls v0.3.1
10832026-05-12T14:25:20.416Z Downloaded tls_codec_derive v0.4.2
10842026-05-12T14:25:20.418Z Downloaded unarray v0.1.4
10852026-05-12T14:25:20.421Z Downloaded iri-string v0.7.10
10862026-05-12T14:25:20.424Z Downloaded typify-macro v0.4.3
10872026-05-12T14:25:20.427Z Downloaded tokio-rustls v0.25.0
10882026-05-12T14:25:20.432Z Downloaded unicode-truncate v1.1.0
10892026-05-12T14:25:20.435Z Downloaded untrusted v0.7.1
10902026-05-12T14:25:20.435Z Downloaded universal-hash v0.5.1
10912026-05-12T14:25:20.438Z Downloaded aho-corasick v1.1.4
10922026-05-12T14:25:20.441Z Downloaded tokio-dtrace v0.1.1
10932026-05-12T14:25:20.441Z Downloaded hashbrown v0.15.5
10942026-05-12T14:25:20.444Z Downloaded term v1.2.1
10952026-05-12T14:25:20.447Z Downloaded unit-prefix v0.5.2
10962026-05-12T14:25:20.450Z Downloaded tokio-tungstenite v0.23.1
10972026-05-12T14:25:20.450Z Downloaded utf-8 v0.7.6
10982026-05-12T14:25:20.450Z Downloaded usdt-macro v0.6.0
10992026-05-12T14:25:20.453Z Downloaded slog v2.8.2
11002026-05-12T14:25:20.453Z Downloaded slog-term v2.9.2
11012026-05-12T14:25:20.456Z Downloaded spin v0.9.8
11022026-05-12T14:25:20.456Z Downloaded term v0.7.0
11032026-05-12T14:25:20.459Z Downloaded socket2 v0.6.3
11042026-05-12T14:25:20.462Z Downloaded qorb v0.4.1
11052026-05-12T14:25:20.462Z Downloaded usdt-attr-macro v0.6.0
11062026-05-12T14:25:20.465Z Downloaded usdt v0.6.0
11072026-05-12T14:25:20.465Z Downloaded untrusted v0.9.0
11082026-05-12T14:25:20.465Z Downloaded rand v0.9.2
11092026-05-12T14:25:20.468Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11102026-05-12T14:25:20.468Z Downloaded tokio-tungstenite v0.21.0
11112026-05-12T14:25:20.471Z Downloaded hyper v1.8.1
11122026-05-12T14:25:20.475Z Downloaded waitgroup v0.1.2
11132026-05-12T14:25:20.475Z Downloaded tui-tree-widget v0.23.1
11142026-05-12T14:25:20.478Z Downloaded socket2 v0.5.10
11152026-05-12T14:25:20.478Z Downloaded signal-hook v0.3.18
11162026-05-12T14:25:20.478Z Downloaded similar v2.7.0
11172026-05-12T14:25:20.481Z Downloaded toml_writer v1.0.6+spec-1.1.0
11182026-05-12T14:25:20.484Z Downloaded wait-timeout v0.2.1
11192026-05-12T14:25:20.487Z Downloaded want v0.3.1
11202026-05-12T14:25:20.493Z Downloaded itertools v0.12.1
11212026-05-12T14:25:20.497Z Downloaded rustls-webpki v0.103.9
11222026-05-12T14:25:20.500Z Downloaded num-bigint-dig v0.8.6
11232026-05-12T14:25:20.503Z Downloaded unicase v2.9.0
11242026-05-12T14:25:20.503Z Downloaded subprocess v0.2.15
11252026-05-12T14:25:20.506Z Downloaded typify-macro v0.6.2
11262026-05-12T14:25:20.506Z Downloaded xshell-macros v0.2.7
11272026-05-12T14:25:20.506Z Downloaded samael v0.0.19
11282026-05-12T14:25:20.509Z Downloaded itertools v0.14.0
11292026-05-12T14:25:20.513Z Downloaded zeroize_derive v1.4.3
11302026-05-12T14:25:20.516Z Downloaded tokio-rustls v0.26.4
11312026-05-12T14:25:20.516Z Downloaded schemars v0.9.0
11322026-05-12T14:25:20.523Z Downloaded void v1.0.2
11332026-05-12T14:25:20.526Z Downloaded usdt-impl v0.6.0
11342026-05-12T14:25:20.526Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-05-12T14:25:20.526Z Downloaded snafu v0.8.9
11362026-05-12T14:25:20.529Z Downloaded zone_cfg_derive v0.3.1
11372026-05-12T14:25:20.532Z Downloaded zone v0.3.1
11382026-05-12T14:25:20.532Z Downloaded vsss-rs v3.3.4
11392026-05-12T14:25:20.532Z Downloaded test-strategy v0.4.5
11402026-05-12T14:25:20.535Z Downloaded hkdf v0.12.4
11412026-05-12T14:25:20.538Z Downloaded schemars v1.2.1
11422026-05-12T14:25:20.544Z Downloaded libm v0.2.16
11432026-05-12T14:25:20.550Z Downloaded whoami v1.6.1
11442026-05-12T14:25:20.553Z Downloaded uzers v0.12.2
11452026-05-12T14:25:20.553Z Downloaded futures-util v0.3.32
11462026-05-12T14:25:20.559Z Downloaded tracing-attributes v0.1.31
11472026-05-12T14:25:20.563Z Downloaded vergen-gitcl v1.0.8
11482026-05-12T14:25:20.563Z Downloaded tinyvec v1.10.0
11492026-05-12T14:25:20.566Z Downloaded wyz v0.5.1
11502026-05-12T14:25:20.566Z Downloaded rand v0.10.0
11512026-05-12T14:25:20.569Z Downloaded toml_parser v1.0.9+spec-1.1.0
11522026-05-12T14:25:20.569Z Downloaded walkdir v2.5.0
11532026-05-12T14:25:20.572Z Downloaded vergen-lib v0.1.6
11542026-05-12T14:25:20.572Z Downloaded p521 v0.13.3
11552026-05-12T14:25:20.574Z Downloaded itertools v0.13.0
11562026-05-12T14:25:20.577Z Downloaded twox-hash v2.1.2
11572026-05-12T14:25:20.580Z Downloaded tokio-stream v0.1.18
11582026-05-12T14:25:20.583Z Downloaded unicode-properties v0.1.4
11592026-05-12T14:25:20.583Z Downloaded whoami v2.1.0
11602026-05-12T14:25:20.586Z Downloaded h2 v0.4.13
11612026-05-12T14:25:20.589Z Downloaded xshell v0.2.7
11622026-05-12T14:25:20.589Z Downloaded xattr v1.6.1
11632026-05-12T14:25:20.592Z Downloaded toml v0.9.12+spec-1.1.0
11642026-05-12T14:25:20.592Z Downloaded zstd v0.13.3
11652026-05-12T14:25:20.594Z Downloaded tokio-rustls v0.24.1
11662026-05-12T14:25:20.597Z Downloaded rsa v0.9.10
11672026-05-12T14:25:20.602Z Downloaded tar v0.4.45
11682026-05-12T14:25:20.605Z Downloaded zeroize v1.8.2
11692026-05-12T14:25:20.608Z Downloaded toml v1.0.6+spec-1.1.0
11702026-05-12T14:25:20.617Z Downloaded steno v0.4.1
11712026-05-12T14:25:20.620Z Downloaded tungstenite v0.21.0
11722026-05-12T14:25:20.623Z Downloaded tungstenite v0.23.0
11732026-05-12T14:25:20.626Z Downloaded zstd-safe v7.2.4
11742026-05-12T14:25:20.629Z Downloaded unicode-bidi v0.3.18
11752026-05-12T14:25:20.632Z Downloaded vergen-git2 v1.0.7
11762026-05-12T14:25:20.635Z Downloaded zerocopy v0.6.6
11772026-05-12T14:25:20.637Z Downloaded typify v0.6.2
11782026-05-12T14:25:20.645Z Downloaded uuid v1.23.0
11792026-05-12T14:25:20.648Z Downloaded vte v0.14.1
11802026-05-12T14:25:20.651Z Downloaded toml v0.7.8
11812026-05-12T14:25:20.651Z Downloaded yasna v0.5.2
11822026-05-12T14:25:20.654Z Downloaded russh v0.45.0
11832026-05-12T14:25:20.657Z Downloaded toml_edit v0.23.10+spec-1.0.0
11842026-05-12T14:25:20.659Z Downloaded tracing-core v0.1.36
11852026-05-12T14:25:20.662Z Downloaded unsafe-libyaml v0.2.11
11862026-05-12T14:25:20.666Z Downloaded vergen v9.0.6
11872026-05-12T14:25:20.672Z Downloaded rpassword v7.4.0
11882026-05-12T14:25:20.682Z Downloaded tokio-postgres v0.7.16
11892026-05-12T14:25:20.685Z Downloaded typify v0.4.3
11902026-05-12T14:25:20.693Z Downloaded rustyline v14.0.0
11912026-05-12T14:25:20.696Z Downloaded aws-lc-rs v1.16.3
11922026-05-12T14:25:20.709Z Downloaded ssh-key v0.6.7
11932026-05-12T14:25:20.713Z Downloaded zopfli v0.8.3
11942026-05-12T14:25:20.718Z Downloaded p384 v0.13.1
11952026-05-12T14:25:20.728Z Downloaded git2 v0.20.4
11962026-05-12T14:25:20.733Z Downloaded yansi v1.0.1
11972026-05-12T14:25:20.735Z Downloaded reedline v0.40.0
11982026-05-12T14:25:20.740Z Downloaded zip v0.6.6
11992026-05-12T14:25:20.743Z Downloaded bindgen v0.71.1
12002026-05-12T14:25:20.747Z Downloaded toml_edit v0.19.15
12012026-05-12T14:25:20.757Z Downloaded reqwest v0.12.28
12022026-05-12T14:25:20.761Z Downloaded portable-atomic v1.13.1
12032026-05-12T14:25:20.767Z Downloaded regex v1.12.3
12042026-05-12T14:25:20.779Z Downloaded chrono v0.4.44
12052026-05-12T14:25:20.786Z Downloaded tower v0.5.3
12062026-05-12T14:25:20.791Z Downloaded unicode_categories v0.1.1
12072026-05-12T14:25:20.794Z Downloaded x509-cert v0.2.5
12082026-05-12T14:25:20.796Z Downloaded reqwest v0.13.2
12092026-05-12T14:25:20.799Z Downloaded typed-path v0.9.3
12102026-05-12T14:25:20.809Z Downloaded rayon v1.11.0
12112026-05-12T14:25:20.814Z Downloaded rustls-webpki v0.101.7
12122026-05-12T14:25:20.822Z Downloaded unicode-segmentation v1.12.0
12132026-05-12T14:25:20.826Z Downloaded lalrpop v0.19.12
12142026-05-12T14:25:20.831Z Downloaded quick-xml v0.37.5
12152026-05-12T14:25:20.840Z Downloaded zip v4.6.1
12162026-05-12T14:25:20.844Z Downloaded tower-http v0.6.8
12172026-05-12T14:25:20.848Z Downloaded goblin v0.10.5
12182026-05-12T14:25:20.853Z Downloaded curve25519-dalek v4.1.3
12192026-05-12T14:25:20.858Z Downloaded unicode-normalization v0.1.25
12202026-05-12T14:25:20.860Z Downloaded zerocopy-derive v0.8.40
12212026-05-12T14:25:20.865Z Downloaded tokio-util v0.7.18
12222026-05-12T14:25:20.869Z Downloaded moka v0.12.13
12232026-05-12T14:25:20.874Z Downloaded tough v0.22.0
12242026-05-12T14:25:20.879Z Downloaded serde_with v3.17.0
12252026-05-12T14:25:20.886Z Downloaded proptest v1.10.0
12262026-05-12T14:25:20.891Z Downloaded salty v0.3.0
12272026-05-12T14:25:20.895Z Downloaded petname v2.0.2
12282026-05-12T14:25:20.898Z Downloaded nix v0.27.1
12292026-05-12T14:25:20.904Z Downloaded rustls-webpki v0.102.8
12302026-05-12T14:25:20.915Z Downloaded quinn-proto v0.11.13
12312026-05-12T14:25:20.920Z Downloaded object v0.30.4
12322026-05-12T14:25:20.930Z Downloaded radix_trie v0.2.1
12332026-05-12T14:25:20.934Z Downloaded winnow v0.6.26
12342026-05-12T14:25:20.947Z Downloaded winnow v0.5.40
12352026-05-12T14:25:20.966Z Downloaded polar-core v0.27.3
12362026-05-12T14:25:20.971Z Downloaded bstr v1.12.1
12372026-05-12T14:25:20.978Z Downloaded tabled v0.20.0
12382026-05-12T14:25:20.991Z Downloaded openssl v0.10.78
12392026-05-12T14:25:20.997Z Downloaded regex-syntax v0.6.29
12402026-05-12T14:25:21.001Z Downloaded nix v0.28.0
12412026-05-12T14:25:21.008Z Downloaded rustls v0.21.12
12422026-05-12T14:25:21.014Z Downloaded dropshot v0.17.0
12432026-05-12T14:25:21.027Z Downloaded zlib-rs v0.6.2
12442026-05-12T14:25:21.030Z Downloaded time v0.3.47
12452026-05-12T14:25:21.037Z Downloaded hickory-proto v0.24.4
12462026-05-12T14:25:21.046Z Downloaded smoltcp v0.9.1
12472026-05-12T14:25:21.052Z Downloaded nix v0.31.2
12482026-05-12T14:25:21.059Z Downloaded zerocopy v0.8.40
12492026-05-12T14:25:21.065Z Downloaded object v0.37.3
12502026-05-12T14:25:21.071Z Downloaded smoltcp v0.11.0
12512026-05-12T14:25:21.078Z Downloaded vcpkg v0.2.15
12522026-05-12T14:25:21.102Z Downloaded rustls v0.22.4
12532026-05-12T14:25:21.109Z Downloaded hickory-proto v0.25.2
12542026-05-12T14:25:21.118Z Downloaded diesel v2.3.7
12552026-05-12T14:25:21.130Z Downloaded regex-syntax v0.8.10
12562026-05-12T14:25:21.134Z Downloaded regress v0.10.5
12572026-05-12T14:25:21.139Z Downloaded rustls v0.23.37
12582026-05-12T14:25:21.146Z Downloaded regress v0.11.1
12592026-05-12T14:25:21.152Z Downloaded rustix v0.38.44
12602026-05-12T14:25:21.165Z Downloaded openapiv3 v2.2.0
12612026-05-12T14:25:21.172Z Downloaded webpki-roots v1.0.6
12622026-05-12T14:25:21.175Z Downloaded dropshot v0.16.7
12632026-05-12T14:25:21.187Z Downloaded nix v0.29.0
12642026-05-12T14:25:21.194Z Downloaded typify-impl v0.4.3
12652026-05-12T14:25:21.221Z Downloaded sqlparser v0.61.0
12662026-05-12T14:25:21.229Z Downloaded zerocopy-derive v0.6.6
12672026-05-12T14:25:21.235Z Downloaded regex-automata v0.4.14
12682026-05-12T14:25:21.244Z Downloaded sled v0.34.7
12692026-05-12T14:25:21.257Z Downloaded petgraph v0.6.5
12702026-05-12T14:25:21.268Z Downloaded typify-impl v0.6.2
12712026-05-12T14:25:21.277Z Downloaded ratatui v0.29.0
12722026-05-12T14:25:21.288Z Downloaded tracing v0.1.44
12732026-05-12T14:25:21.301Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-05-12T14:25:21.329Z Downloaded libz-sys v1.1.24
12752026-05-12T14:25:21.341Z Downloaded csv v1.4.0
12762026-05-12T14:25:21.353Z Downloaded sha3 v0.10.8
12772026-05-12T14:25:21.356Z Downloaded chrono-tz v0.10.4
12782026-05-12T14:25:21.372Z Downloaded jiff v0.2.21
12792026-05-12T14:25:21.382Z Downloaded tokio v1.52.1
12802026-05-12T14:25:21.405Z Downloaded petgraph v0.8.3
12812026-05-12T14:25:21.426Z Downloaded encoding_rs v0.8.35
12822026-05-12T14:25:21.439Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-05-12T14:25:21.554Z Downloaded ring v0.17.14
12842026-05-12T14:25:21.593Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-12T14:25:22.133Z Downloaded aws-lc-sys v0.40.0
12862026-05-12T14:25:22.382Z Compiling libc v0.2.185
12872026-05-12T14:25:22.382Z Compiling serde v1.0.228
12882026-05-12T14:25:22.385Z Compiling log v0.4.29
12892026-05-12T14:25:22.385Z Compiling shlex v1.3.0
12902026-05-12T14:25:22.385Z Compiling find-msvc-tools v0.1.9
12912026-05-12T14:25:22.385Z Compiling smallvec v1.15.1
12922026-05-12T14:25:22.385Z Compiling typenum v1.19.0
12932026-05-12T14:25:22.385Z Compiling subtle v2.6.1
12942026-05-12T14:25:22.385Z Compiling generic-array v0.14.7
12952026-05-12T14:25:22.386Z Compiling scopeguard v1.2.0
12962026-05-12T14:25:22.386Z Compiling const-oid v0.9.6
12972026-05-12T14:25:22.386Z Compiling portable-atomic v1.13.1
12982026-05-12T14:25:22.549Z Compiling syn v2.0.117
12992026-05-12T14:25:22.552Z Compiling serde_json v1.0.149
13002026-05-12T14:25:22.557Z Compiling zerocopy v0.8.40
13012026-05-12T14:25:22.569Z Compiling critical-section v1.2.0
13022026-05-12T14:25:22.759Z Compiling lock_api v0.4.14
13032026-05-12T14:25:22.773Z Compiling parking_lot_core v0.9.12
13042026-05-12T14:25:22.787Z Compiling pin-project-lite v0.2.17
13052026-05-12T14:25:22.801Z Compiling pkg-config v0.3.32
13062026-05-12T14:25:22.866Z Compiling bitflags v2.11.0
13072026-05-12T14:25:22.894Z Compiling libm v0.2.16
13082026-05-12T14:25:22.908Z Compiling futures-core v0.3.32
13092026-05-12T14:25:22.912Z Compiling num-traits v0.2.19
13102026-05-12T14:25:22.939Z Compiling percent-encoding v2.3.2
13112026-05-12T14:25:23.017Z Compiling futures-sink v0.3.32
13122026-05-12T14:25:23.032Z Compiling slab v0.4.12
13132026-05-12T14:25:23.091Z Compiling getrandom v0.4.1
13142026-05-12T14:25:23.106Z Compiling futures-channel v0.3.32
13152026-05-12T14:25:23.135Z Compiling futures-task v0.3.32
13162026-05-12T14:25:23.150Z Compiling cpufeatures v0.2.17
13172026-05-12T14:25:23.153Z Compiling futures-io v0.3.32
13182026-05-12T14:25:23.241Z Compiling rand_core v0.10.0
13192026-05-12T14:25:23.258Z Compiling indexmap v2.14.0
13202026-05-12T14:25:23.271Z Compiling getrandom v0.3.4
13212026-05-12T14:25:23.313Z Compiling rustversion v1.0.22
13222026-05-12T14:25:23.338Z Compiling form_urlencoded v1.2.2
13232026-05-12T14:25:23.353Z Compiling dunce v1.0.5
13242026-05-12T14:25:23.357Z Compiling fs_extra v1.3.0
13252026-05-12T14:25:23.367Z Compiling ident_case v1.0.1
13262026-05-12T14:25:23.415Z Compiling base64ct v1.8.3
13272026-05-12T14:25:23.428Z Compiling rustix v1.1.3
13282026-05-12T14:25:23.473Z Compiling iana-time-zone v0.1.65
13292026-05-12T14:25:23.490Z Compiling flagset v0.4.7
13302026-05-12T14:25:23.535Z Compiling getrandom v0.2.17
13312026-05-12T14:25:23.542Z Compiling jobserver v0.1.34
13322026-05-12T14:25:23.580Z Compiling errno v0.3.14
13332026-05-12T14:25:23.697Z Compiling rand_core v0.6.4
13342026-05-12T14:25:23.732Z Compiling once_cell v1.21.3
13352026-05-12T14:25:23.749Z Compiling signal-hook-registry v1.4.8
13362026-05-12T14:25:23.749Z Compiling mio v1.2.0
13372026-05-12T14:25:23.783Z Compiling socket2 v0.6.3
13382026-05-12T14:25:23.797Z Compiling cc v1.2.56
13392026-05-12T14:25:23.852Z Compiling pem-rfc7468 v0.7.0
13402026-05-12T14:25:23.894Z Compiling parking_lot v0.12.5
13412026-05-12T14:25:23.979Z Compiling regex-syntax v0.8.10
13422026-05-12T14:25:24.007Z Compiling vcpkg v0.2.15
13432026-05-12T14:25:24.009Z Compiling aws-lc-rs v1.16.3
13442026-05-12T14:25:24.052Z Compiling uuid v1.23.0
13452026-05-12T14:25:24.068Z Compiling tracing-core v0.1.36
13462026-05-12T14:25:24.200Z Compiling rustc_version v0.4.1
13472026-05-12T14:25:24.222Z Compiling base64 v0.22.1
13482026-05-12T14:25:24.245Z Compiling rand_core v0.9.5
13492026-05-12T14:25:24.290Z Compiling tinyvec_macros v0.1.1
13502026-05-12T14:25:24.333Z Compiling openssl-probe v0.2.1
13512026-05-12T14:25:24.348Z Compiling untrusted v0.7.1
13522026-05-12T14:25:24.372Z Compiling untrusted v0.9.0
13532026-05-12T14:25:24.489Z Compiling httparse v1.10.1
13542026-05-12T14:25:24.506Z Compiling tinyvec v1.10.0
13552026-05-12T14:25:24.520Z Compiling aho-corasick v1.1.4
13562026-05-12T14:25:24.536Z Compiling rustls v0.23.37
13572026-05-12T14:25:24.553Z Compiling cmake v0.1.57
13582026-05-12T14:25:24.567Z Compiling schemars v0.8.22
13592026-05-12T14:25:24.581Z Compiling tower-layer v0.3.3
13602026-05-12T14:25:24.595Z Compiling tower-service v0.3.3
13612026-05-12T14:25:24.673Z Compiling try-lock v0.2.5
13622026-05-12T14:25:24.706Z Compiling atomic-waker v1.1.2
13632026-05-12T14:25:24.733Z Compiling dyn-clone v1.0.20
13642026-05-12T14:25:24.762Z Compiling want v0.3.1
13652026-05-12T14:25:24.818Z Compiling openssl v0.10.78
13662026-05-12T14:25:24.827Z Compiling pin-utils v0.1.0
13672026-05-12T14:25:24.831Z Compiling httpdate v1.0.3
13682026-05-12T14:25:24.857Z Compiling foreign-types-shared v0.1.1
13692026-05-12T14:25:24.874Z Compiling unicode-normalization v0.1.25
13702026-05-12T14:25:24.877Z Compiling spin v0.9.8
13712026-05-12T14:25:24.915Z Compiling time-core v0.1.8
13722026-05-12T14:25:24.915Z Compiling powerfmt v0.2.0
13732026-05-12T14:25:24.945Z Compiling foreign-types v0.3.2
13742026-05-12T14:25:24.972Z Compiling crc32fast v1.5.0
13752026-05-12T14:25:24.975Z Compiling num-conv v0.2.0
13762026-05-12T14:25:25.000Z Compiling native-tls v0.2.18
13772026-05-12T14:25:25.050Z Compiling wait-timeout v0.2.1
13782026-05-12T14:25:25.065Z Compiling sync_wrapper v1.0.2
13792026-05-12T14:25:25.079Z Compiling deranged v0.5.8
13802026-05-12T14:25:25.094Z Compiling syn v1.0.109
13812026-05-12T14:25:25.124Z Compiling time-macros v0.2.27
13822026-05-12T14:25:25.137Z Compiling siphasher v1.0.2
13832026-05-12T14:25:25.153Z Compiling num_threads v0.1.7
13842026-05-12T14:25:25.190Z Compiling simd-adler32 v0.3.8
13852026-05-12T14:25:25.217Z Compiling tempfile v3.25.0
13862026-05-12T14:25:25.272Z Compiling usdt-impl v0.6.0
13872026-05-12T14:25:25.306Z Compiling bit-vec v0.8.0
13882026-05-12T14:25:25.341Z Compiling quick-error v1.2.3
13892026-05-12T14:25:25.357Z Compiling crossbeam-utils v0.8.21
13902026-05-12T14:25:25.385Z Compiling slog v2.8.2
13912026-05-12T14:25:25.429Z Compiling aws-lc-sys v0.40.0
13922026-05-12T14:25:25.446Z Compiling ring v0.17.14
13932026-05-12T14:25:25.463Z Compiling openssl-sys v0.9.114
13942026-05-12T14:25:25.476Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-05-12T14:25:25.523Z Compiling regex-automata v0.4.14
13962026-05-12T14:25:25.542Z Compiling synstructure v0.13.2
13972026-05-12T14:25:25.573Z Compiling pest_generator v2.8.6
13982026-05-12T14:25:25.589Z Compiling serde_derive_internals v0.29.1
13992026-05-12T14:25:25.604Z Compiling darling_core v0.20.11
14002026-05-12T14:25:25.631Z Compiling darling_core v0.21.3
14012026-05-12T14:25:25.696Z Compiling bit-set v0.8.0
14022026-05-12T14:25:25.962Z Compiling rusty-fork v0.3.1
14032026-05-12T14:25:26.202Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-05-12T14:25:26.219Z Compiling heapless v0.7.17
14052026-05-12T14:25:26.308Z Compiling rand_xorshift v0.4.0
14062026-05-12T14:25:26.322Z Compiling time v0.3.47
14072026-05-12T14:25:26.360Z Compiling thread-id v5.1.0
14082026-05-12T14:25:26.383Z Compiling cookie v0.18.1
14092026-05-12T14:25:26.459Z Compiling unicode-bidi v0.3.18
14102026-05-12T14:25:26.492Z Compiling unarray v0.1.4
14112026-05-12T14:25:26.495Z Compiling signal-hook v0.3.18
14122026-05-12T14:25:26.522Z Compiling ryu v1.0.23
14132026-05-12T14:25:26.525Z Compiling adler2 v2.0.1
14142026-05-12T14:25:26.584Z Compiling unicode-properties v0.1.4
14152026-05-12T14:25:26.599Z Compiling anyhow v1.0.102
14162026-05-12T14:25:26.619Z Compiling allocator-api2 v0.2.21
14172026-05-12T14:25:26.690Z Compiling paste v1.0.15
14182026-05-12T14:25:26.705Z Compiling iri-string v0.7.10
14192026-05-12T14:25:26.721Z Compiling zstd-safe v7.2.4
14202026-05-12T14:25:26.787Z Compiling miniz_oxide v0.8.9
14212026-05-12T14:25:26.810Z Compiling stringprep v0.1.5
14222026-05-12T14:25:27.096Z Compiling num-integer v0.1.46
14232026-05-12T14:25:27.183Z Compiling vergen-lib v0.1.6
14242026-05-12T14:25:27.298Z Compiling curve25519-dalek v4.1.3
14252026-05-12T14:25:27.315Z Compiling serde_derive v1.0.228
14262026-05-12T14:25:27.379Z Compiling zeroize_derive v1.4.3
14272026-05-12T14:25:27.426Z Compiling zerofrom-derive v0.1.6
14282026-05-12T14:25:27.439Z Compiling yoke-derive v0.8.1
14292026-05-12T14:25:27.554Z Compiling zerovec-derive v0.11.2
14302026-05-12T14:25:27.689Z Compiling zerocopy-derive v0.8.40
14312026-05-12T14:25:27.746Z Compiling displaydoc v0.2.5
14322026-05-12T14:25:28.020Z Compiling tokio-macros v2.7.0
14332026-05-12T14:25:28.035Z Compiling futures-macro v0.3.32
14342026-05-12T14:25:28.099Z Compiling zeroize v1.8.2
14352026-05-12T14:25:28.335Z Compiling der_derive v0.7.3
14362026-05-12T14:25:28.347Z Compiling rustls-pki-types v1.14.0
14372026-05-12T14:25:28.531Z Compiling tracing-attributes v0.1.31
14382026-05-12T14:25:28.677Z Compiling thiserror-impl v2.0.18
14392026-05-12T14:25:28.754Z Compiling scroll_derive v0.13.1
14402026-05-12T14:25:28.790Z Compiling pest_derive v2.8.6
14412026-05-12T14:25:28.831Z Compiling schemars_derive v0.8.22
14422026-05-12T14:25:28.899Z Compiling crypto-common v0.1.7
14432026-05-12T14:25:28.909Z Compiling zerofrom v0.1.6
14442026-05-12T14:25:28.909Z Compiling block-buffer v0.10.4
14452026-05-12T14:25:29.048Z Compiling yoke v0.8.1
14462026-05-12T14:25:29.064Z Compiling digest v0.10.7
14472026-05-12T14:25:29.113Z Compiling futures-util v0.3.32
14482026-05-12T14:25:29.245Z Compiling zerovec v0.11.5
14492026-05-12T14:25:29.259Z Compiling zerotrie v0.2.3
14502026-05-12T14:25:29.328Z Compiling hmac v0.12.1
14512026-05-12T14:25:29.342Z Compiling block-padding v0.3.3
14522026-05-12T14:25:29.500Z Compiling inout v0.1.4
14532026-05-12T14:25:29.519Z Compiling sha2 v0.10.9
14542026-05-12T14:25:29.579Z Compiling der v0.7.10
14552026-05-12T14:25:29.606Z Compiling pbkdf2 v0.12.2
14562026-05-12T14:25:29.687Z Compiling cipher v0.4.4
14572026-05-12T14:25:29.737Z Compiling tinystr v0.8.2
14582026-05-12T14:25:29.801Z Compiling potential_utf v0.1.4
14592026-05-12T14:25:29.869Z Compiling scroll v0.13.0
14602026-05-12T14:25:29.936Z Compiling icu_locale_core v2.1.1
14612026-05-12T14:25:29.987Z Compiling icu_collections v2.1.1
14622026-05-12T14:25:30.002Z Compiling salsa20 v0.10.2
14632026-05-12T14:25:30.002Z Compiling tracing v0.1.44
14642026-05-12T14:25:30.086Z Compiling thiserror v2.0.18
14652026-05-12T14:25:30.100Z Compiling aes v0.8.4
14662026-05-12T14:25:30.166Z Compiling scrypt v0.11.0
14672026-05-12T14:25:30.170Z Compiling cbc v0.1.2
14682026-05-12T14:25:30.209Z Compiling darling_macro v0.20.11
14692026-05-12T14:25:30.303Z Compiling openssl-macros v0.1.1
14702026-05-12T14:25:30.339Z Compiling goblin v0.10.5
14712026-05-12T14:25:30.441Z Compiling spki v0.7.3
14722026-05-12T14:25:30.487Z Compiling rustls-native-certs v0.8.3
14732026-05-12T14:25:30.663Z Compiling icu_provider v2.1.1
14742026-05-12T14:25:30.700Z Compiling pkcs5 v0.7.1
14752026-05-12T14:25:30.805Z Compiling darling v0.20.11
14762026-05-12T14:25:30.845Z Compiling bytes v1.11.1
14772026-05-12T14:25:30.862Z Compiling chrono v0.4.44
14782026-05-12T14:25:30.898Z Compiling icu_properties v2.1.2
14792026-05-12T14:25:30.930Z Compiling icu_normalizer v2.1.1
14802026-05-12T14:25:30.952Z Compiling ipnet v2.11.0
14812026-05-12T14:25:30.974Z Compiling derive_builder_core v0.20.2
14822026-05-12T14:25:31.067Z Compiling pkcs8 v0.10.2
14832026-05-12T14:25:31.199Z Compiling dtrace-parser v0.3.0
14842026-05-12T14:25:31.212Z Compiling signature v2.2.0
14852026-05-12T14:25:31.394Z Compiling tokio v1.52.1
14862026-05-12T14:25:31.411Z Compiling http v1.4.0
14872026-05-12T14:25:31.451Z Compiling webpki-roots v1.0.6
14882026-05-12T14:25:31.479Z Compiling scroll_derive v0.12.1
14892026-05-12T14:25:31.494Z Compiling thiserror-impl v1.0.69
14902026-05-12T14:25:31.496Z Compiling serde_urlencoded v0.7.1
14912026-05-12T14:25:31.581Z Compiling serde_tokenstream v0.2.3
14922026-05-12T14:25:31.760Z Compiling idna_adapter v1.2.1
14932026-05-12T14:25:31.864Z Compiling derive_builder_macro v0.20.2
14942026-05-12T14:25:31.912Z Compiling idna v1.1.0
14952026-05-12T14:25:31.912Z Compiling erased-serde v0.3.31
14962026-05-12T14:25:31.972Z Compiling serde_spanned v0.6.9
14972026-05-12T14:25:32.014Z Compiling toml_datetime v0.6.11
14982026-05-12T14:25:32.028Z Compiling md-5 v0.10.6
14992026-05-12T14:25:32.131Z Compiling ppv-lite86 v0.2.21
15002026-05-12T14:25:32.172Z Compiling http-body v1.0.1
15012026-05-12T14:25:32.205Z Compiling url v2.5.8
15022026-05-12T14:25:32.288Z Compiling scroll v0.12.0
15032026-05-12T14:25:32.302Z Compiling http-body-util v0.1.3
15042026-05-12T14:25:32.318Z Compiling darling_macro v0.21.3
15052026-05-12T14:25:32.347Z Compiling bstr v1.12.1
15062026-05-12T14:25:32.362Z Compiling pin-project-internal v1.1.11
15072026-05-12T14:25:32.364Z Compiling async-trait v0.1.89
15082026-05-12T14:25:32.421Z Compiling rand_chacha v0.9.0
15092026-05-12T14:25:32.473Z Compiling rand_chacha v0.3.1
15102026-05-12T14:25:32.564Z Compiling zerocopy-derive v0.7.35
15112026-05-12T14:25:32.578Z Compiling ff v0.13.1
15122026-05-12T14:25:32.597Z Compiling hash32 v0.2.1
15132026-05-12T14:25:32.773Z Compiling rand v0.9.2
15142026-05-12T14:25:32.878Z Compiling memoffset v0.9.1
15152026-05-12T14:25:32.881Z Compiling thiserror v1.0.69
15162026-05-12T14:25:33.000Z Compiling litrs v1.0.0
15172026-05-12T14:25:33.054Z Compiling psl-types v2.0.11
15182026-05-12T14:25:33.106Z Compiling dof v0.4.0
15192026-05-12T14:25:33.195Z Compiling fallible-iterator v0.2.0
15202026-05-12T14:25:33.208Z Compiling cfg_aliases v0.2.1
15212026-05-12T14:25:33.291Z Compiling ref-cast v1.0.25
15222026-05-12T14:25:33.330Z Compiling smoltcp v0.9.1
15232026-05-12T14:25:33.405Z Compiling proptest v1.10.0
15242026-05-12T14:25:33.478Z Compiling rustix v0.38.44
15252026-05-12T14:25:33.522Z Compiling num-bigint-dig v0.8.6
15262026-05-12T14:25:33.525Z Compiling zlib-rs v0.6.2
15272026-05-12T14:25:33.550Z Compiling base16ct v0.2.0
15282026-05-12T14:25:33.599Z Compiling pin-project v1.1.11
15292026-05-12T14:25:33.615Z Compiling document-features v0.2.12
15302026-05-12T14:25:33.691Z Compiling ipnetwork v0.21.1
15312026-05-12T14:25:33.719Z Compiling sec1 v0.7.3
15322026-05-12T14:25:33.738Z Compiling zerocopy v0.7.35
15332026-05-12T14:25:33.753Z Compiling postgres-protocol v0.6.10
15342026-05-12T14:25:33.789Z Compiling nix v0.31.2
15352026-05-12T14:25:33.818Z Compiling publicsuffix v2.3.0
15362026-05-12T14:25:33.961Z Compiling oxnet v0.1.4
15372026-05-12T14:25:34.027Z Compiling darling v0.21.3
15382026-05-12T14:25:34.135Z Compiling group v0.13.0
15392026-05-12T14:25:34.138Z Compiling rand v0.8.6
15402026-05-12T14:25:34.184Z Compiling goblin v0.8.2
15412026-05-12T14:25:34.222Z Compiling derive_builder v0.20.2
15422026-05-12T14:25:34.334Z Compiling futures-executor v0.3.32
15432026-05-12T14:25:34.347Z Compiling hubpack_derive v0.1.1
15442026-05-12T14:25:34.350Z Compiling hex v0.4.3
15452026-05-12T14:25:34.350Z Compiling cargo-platform v0.1.9
15462026-05-12T14:25:34.389Z Compiling hkdf v0.12.4
15472026-05-12T14:25:34.392Z Compiling crypto-bigint v0.5.5
15482026-05-12T14:25:34.464Z Compiling regex v1.12.3
15492026-05-12T14:25:34.650Z Compiling num-iter v0.1.45
15502026-05-12T14:25:34.680Z Compiling ref-cast-impl v1.0.25
15512026-05-12T14:25:34.683Z Compiling strum_macros v0.27.2
15522026-05-12T14:25:34.683Z Compiling daft-derive v0.1.5
15532026-05-12T14:25:34.707Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-12T14:25:34.721Z Compiling snafu-derive v0.8.9
15552026-05-12T14:25:35.021Z Compiling phf_shared v0.13.1
15562026-05-12T14:25:35.169Z Compiling terminal_size v0.4.3
15572026-05-12T14:25:35.198Z Compiling lazy_static v1.5.0
15582026-05-12T14:25:35.231Z Compiling tokio-util v0.7.18
15592026-05-12T14:25:35.257Z Compiling tower v0.5.3
15602026-05-12T14:25:35.280Z Compiling tokio-native-tls v0.3.1
15612026-05-12T14:25:35.305Z Compiling vergen v9.0.6
15622026-05-12T14:25:35.325Z Compiling fs-err v3.3.0
15632026-05-12T14:25:35.396Z Compiling ahash v0.8.12
15642026-05-12T14:25:35.417Z Compiling encoding_rs v0.8.35
15652026-05-12T14:25:35.462Z Compiling foldhash v0.1.5
15662026-05-12T14:25:35.478Z Compiling unicode-segmentation v1.12.0
15672026-05-12T14:25:35.504Z Compiling bitflags v1.3.2
15682026-05-12T14:25:35.532Z Compiling winnow v0.5.40
15692026-05-12T14:25:35.592Z Compiling mime v0.3.17
15702026-05-12T14:25:35.617Z Compiling bumpalo v3.20.2
15712026-05-12T14:25:35.646Z Compiling libbz2-rs-sys v0.2.2
15722026-05-12T14:25:35.746Z Compiling tower-http v0.6.8
15732026-05-12T14:25:35.868Z Compiling newtype-uuid v1.3.2
15742026-05-12T14:25:35.882Z Compiling foldhash v0.2.0
15752026-05-12T14:25:35.896Z Compiling managed v0.8.0
15762026-05-12T14:25:36.131Z Compiling h2 v0.4.13
15772026-05-12T14:25:36.145Z Compiling object v0.37.3
15782026-05-12T14:25:36.177Z Compiling same-file v1.0.6
15792026-05-12T14:25:36.235Z Compiling daft v0.1.5
15802026-05-12T14:25:36.317Z Compiling walkdir v2.5.0
15812026-05-12T14:25:36.359Z Compiling bzip2 v0.6.1
15822026-05-12T14:25:36.432Z Compiling flate2 v1.1.9
15832026-05-12T14:25:36.568Z Compiling dof v0.3.0
15842026-05-12T14:25:36.586Z Compiling hashbrown v0.16.1
15852026-05-12T14:25:36.600Z Compiling zopfli v0.8.3
15862026-05-12T14:25:36.701Z Compiling hashbrown v0.15.5
15872026-05-12T14:25:36.704Z Compiling snafu v0.8.9
15882026-05-12T14:25:36.750Z Compiling strum v0.27.2
15892026-05-12T14:25:36.769Z Compiling clap_builder v4.5.60
15902026-05-12T14:25:36.863Z Compiling toml_edit v0.19.15
15912026-05-12T14:25:36.993Z Compiling elliptic-curve v0.13.8
15922026-05-12T14:25:37.159Z Compiling phf v0.13.1
15932026-05-12T14:25:37.192Z Compiling signal-hook-mio v0.2.5
15942026-05-12T14:25:37.220Z Compiling cargo_metadata v0.19.2
15952026-05-12T14:25:37.269Z Compiling cookie_store v0.22.1
15962026-05-12T14:25:37.288Z Compiling hubpack v0.1.2
15972026-05-12T14:25:37.306Z Compiling usdt-attr-macro v0.6.0
15982026-05-12T14:25:37.321Z Compiling usdt-macro v0.6.0
15992026-05-12T14:25:37.335Z Compiling bzip2 v0.4.4
16002026-05-12T14:25:37.417Z Compiling futures v0.3.32
16012026-05-12T14:25:37.527Z Compiling serde_with_macros v3.17.0
16022026-05-12T14:25:37.562Z Compiling postgres-types v0.2.12
16032026-05-12T14:25:37.688Z Compiling zstd v0.13.3
16042026-05-12T14:25:37.701Z Compiling dtrace-parser v0.2.0
16052026-05-12T14:25:37.941Z Compiling globset v0.4.18
16062026-05-12T14:25:37.973Z Compiling ed25519 v2.2.3
16072026-05-12T14:25:38.136Z Compiling pkcs1 v0.7.5
16082026-05-12T14:25:38.163Z Compiling serde-big-array v0.5.1
16092026-05-12T14:25:38.178Z Compiling olpc-cjson v0.1.4
16102026-05-12T14:25:38.327Z Compiling serde_plain v1.0.2
16112026-05-12T14:25:38.356Z Compiling rfc6979 v0.4.0
16122026-05-12T14:25:38.489Z Compiling enum-as-inner v0.6.1
16132026-05-12T14:25:38.504Z Compiling strum_macros v0.26.4
16142026-05-12T14:25:38.542Z Compiling async-recursion v1.1.1
16152026-05-12T14:25:38.562Z Compiling clap_derive v4.5.55
16162026-05-12T14:25:38.640Z Compiling serde_repr v0.1.20
16172026-05-12T14:25:38.657Z Compiling phf_shared v0.11.3
16182026-05-12T14:25:38.740Z Compiling float-cmp v0.10.0
16192026-05-12T14:25:38.784Z Compiling pem v3.0.6
16202026-05-12T14:25:38.863Z Compiling thread-id v4.2.2
16212026-05-12T14:25:38.907Z Compiling memmap2 v0.9.10
16222026-05-12T14:25:38.922Z Compiling env_filter v1.0.0
16232026-05-12T14:25:38.960Z Compiling jiff v0.2.21
16242026-05-12T14:25:39.025Z Compiling keccak v0.1.6
16252026-05-12T14:25:39.132Z Compiling fixedbitset v0.4.2
16262026-05-12T14:25:39.146Z Compiling new_debug_unreachable v1.0.6
16272026-05-12T14:25:39.201Z Compiling hyper v1.8.1
16282026-05-12T14:25:39.233Z Compiling predicates-core v1.0.10
16292026-05-12T14:25:39.251Z Compiling precomputed-hash v0.1.1
16302026-05-12T14:25:39.254Z Compiling normalize-line-endings v0.3.0
16312026-05-12T14:25:39.357Z Compiling difflib v0.4.0
16322026-05-12T14:25:39.377Z Compiling rustc-hash v2.1.1
16332026-05-12T14:25:39.380Z Compiling whoami v2.1.0
16342026-05-12T14:25:39.438Z Compiling fixedbitset v0.5.7
16352026-05-12T14:25:39.517Z Compiling either v1.15.0
16362026-05-12T14:25:39.620Z Compiling data-encoding v2.10.0
16372026-05-12T14:25:39.746Z Compiling typed-path v0.9.3
16382026-05-12T14:25:39.773Z Compiling static_assertions v1.1.0
16392026-05-12T14:25:39.810Z Compiling itertools v0.13.0
16402026-05-12T14:25:39.866Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16412026-05-12T14:25:39.880Z Compiling petgraph v0.8.3
16422026-05-12T14:25:39.896Z Compiling tokio-postgres v0.7.16
16432026-05-12T14:25:39.940Z Compiling hickory-proto v0.25.2
16442026-05-12T14:25:40.123Z Compiling predicates v3.1.4
16452026-05-12T14:25:40.229Z Compiling toml_edit v0.22.27
16462026-05-12T14:25:40.313Z Compiling hyper-util v0.1.20
16472026-05-12T14:25:40.347Z Compiling strum v0.26.3
16482026-05-12T14:25:40.414Z Compiling clap v4.5.60
16492026-05-12T14:25:40.492Z Compiling iddqd v0.3.18
16502026-05-12T14:25:40.508Z Compiling string_cache v0.8.9
16512026-05-12T14:25:40.748Z Compiling petgraph v0.6.5
16522026-05-12T14:25:40.817Z Compiling sha3 v0.10.8
16532026-05-12T14:25:40.832Z Compiling env_logger v0.11.9
16542026-05-12T14:25:41.015Z Compiling usdt v0.6.0
16552026-05-12T14:25:41.071Z Compiling usdt-impl v0.5.0
16562026-05-12T14:25:41.202Z Compiling serde_with v3.17.0
16572026-05-12T14:25:41.295Z Compiling crossterm v0.28.1
16582026-05-12T14:25:41.310Z Compiling ecdsa v0.16.9
16592026-05-12T14:25:41.681Z Compiling hyper-tls v0.6.0
16602026-05-12T14:25:41.697Z Compiling zip v4.6.1
16612026-05-12T14:25:41.724Z Compiling rsa v0.9.10
16622026-05-12T14:25:41.838Z Compiling toml v0.7.8
16632026-05-12T14:25:41.933Z Compiling ed25519-dalek v2.2.0
16642026-05-12T14:25:42.252Z Compiling zip v0.6.6
16652026-05-12T14:25:42.648Z Compiling tokio-stream v0.1.18
16662026-05-12T14:25:42.728Z Compiling similar v2.7.0
16672026-05-12T14:25:42.755Z Compiling heck v0.4.1
16682026-05-12T14:25:42.773Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-05-12T14:25:42.788Z Compiling buf-list v1.1.2
16702026-05-12T14:25:42.908Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-12T14:25:42.923Z Compiling openapiv3 v2.2.0
16722026-05-12T14:25:42.992Z Compiling x509-cert v0.2.5
16732026-05-12T14:25:43.008Z Compiling sha1 v0.10.6
16742026-05-12T14:25:43.011Z Compiling crossbeam-epoch v0.9.18
16752026-05-12T14:25:43.083Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-12T14:25:43.144Z Compiling peg-runtime v0.8.5
16772026-05-12T14:25:43.221Z Compiling lalrpop-util v0.19.12
16782026-05-12T14:25:43.244Z Compiling thread_local v1.1.9
16792026-05-12T14:25:43.259Z Compiling slog-async v2.8.0
16802026-05-12T14:25:43.375Z Compiling crossbeam-channel v0.5.15
16812026-05-12T14:25:43.401Z Compiling is-terminal v0.4.17
16822026-05-12T14:25:43.433Z Compiling filetime v0.2.27
16832026-05-12T14:25:43.447Z Compiling take_mut v0.2.2
16842026-05-12T14:25:43.463Z Compiling xattr v1.6.1
16852026-05-12T14:25:43.508Z Compiling term v1.2.1
16862026-05-12T14:25:43.601Z Compiling tar v0.4.45
16872026-05-12T14:25:43.846Z Compiling slog-term v2.9.2
16882026-05-12T14:26:01.387Z Compiling rustls-webpki v0.103.9
16892026-05-12T14:26:04.180Z Compiling tokio-rustls v0.26.4
16902026-05-12T14:26:04.180Z Compiling rustls-platform-verifier v0.6.2
16912026-05-12T14:26:04.389Z Compiling hyper-rustls v0.27.7
16922026-05-12T14:26:04.580Z Compiling reqwest v0.12.28
16932026-05-12T14:26:04.581Z Compiling reqwest v0.13.2
16942026-05-12T14:26:05.803Z Compiling tough v0.22.0
16952026-05-12T14:26:08.303Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-12T14:26:08.538Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-12T14:26:11.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.49s
16982026-05-12T14:26:11.620Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-12T14:26:11.658ZMay 12 14:26:10.652 INFO Starting download, target: Console
17002026-05-12T14:26:11.658ZMay 12 14:26:10.653 INFO Starting download, target: Clickhouse
17012026-05-12T14:26:11.659ZMay 12 14:26:10.653 INFO Starting download, target: Cockroach
17022026-05-12T14:26:11.659ZMay 12 14:26:10.653 INFO Starting download, target: DendriteStub
17032026-05-12T14:26:11.676ZMay 12 14:26:10.653 INFO Starting download, target: MaghemiteMgd
17042026-05-12T14:26:11.677ZMay 12 14:26:10.653 INFO Starting download, target: TransceiverControl
17052026-05-12T14:26:11.677ZMay 12 14:26:10.653 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-05-12T14:26:11.677ZMay 12 14:26:10.653 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17072026-05-12T14:26:11.677ZMay 12 14:26:10.653 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-12T14:26:11.677ZMay 12 14:26:10.653 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-05-12T14:26:11.677ZMay 12 14:26:10.653 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-12T14:26:11.677ZMay 12 14:26:10.653 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-12T14:26:12.436ZMay 12 14:26:11.413 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-12T14:26:12.653ZMay 12 14:26:11.616 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17132026-05-12T14:26:12.698ZMay 12 14:26:11.623 INFO Download complete, target: TransceiverControl
17142026-05-12T14:26:12.861ZMay 12 14:26:11.844 INFO Download complete, target: Console
17152026-05-12T14:26:13.467ZMay 12 14:26:12.460 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-05-12T14:26:13.523ZMay 12 14:26:12.512 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-05-12T14:26:13.965ZMay 12 14:26:12.962 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-05-12T14:26:14.145ZMay 12 14:26:13.142 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17192026-05-12T14:26:14.145ZMay 12 14:26:13.142 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17202026-05-12T14:26:15.796ZMay 12 14:26:14.793 INFO Download complete, target: DendriteStub
17212026-05-12T14:26:16.331ZMay 12 14:26:15.329 INFO Download complete, target: MaghemiteMgd
17222026-05-12T14:26:18.933ZMay 12 14:26:17.930 INFO Checking that binary works, target: Cockroach
17232026-05-12T14:26:19.053ZMay 12 14:26:18.050 INFO Download complete, target: Cockroach
17242026-05-12T14:26:20.388ZMay 12 14:26:19.385 INFO Checking that binary works, target: Clickhouse
17252026-05-12T14:26:20.475ZMay 12 14:26:19.471 INFO Download complete, target: Clickhouse
17262026-05-12T14:26:20.480ZAll prerequisites installed successfully
17272026-05-12T14:26:20.483Z
17282026-05-12T14:26:20.483Zreal 1:59.880226413
17292026-05-12T14:26:20.483Zuser 6:58.204397494
17302026-05-12T14:26:20.483Zsys 1:39.892314648
17312026-05-12T14:26:20.483Ztrap 0.262314729
17322026-05-12T14:26:20.483Ztflt 1.059951250
17332026-05-12T14:26:20.483Zdflt 1.716858250
17342026-05-12T14:26:20.483Zkflt 0.026257335
17352026-05-12T14:26:20.483Zlock 22:48.408031587
17362026-05-12T14:26:20.483Zslp 18:54.162674132
17372026-05-12T14:26:20.483Zlat 26.142612243
17382026-05-12T14:26:20.483Zstop 2:49.972066184
17392026-05-12T14:26:20.483Z+ ptime -m cargo xtask download softnpu
17402026-05-12T14:26:20.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17412026-05-12T14:26:21.036Z Running `target/debug/xtask download softnpu`
17422026-05-12T14:26:21.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17432026-05-12T14:26:21.886Z Running `target/debug/xtask-downloader softnpu`
17442026-05-12T14:26:21.929ZMay 12 14:26:20.926 INFO Starting download, target: Softnpu
17452026-05-12T14:26:21.932ZMay 12 14:26:20.927 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-12T14:26:22.676ZMay 12 14:26:21.671 INFO Download complete, target: Softnpu
17472026-05-12T14:26:22.680Z
17482026-05-12T14:26:22.680Zreal 2.191601021
17492026-05-12T14:26:22.680Zuser 1.378976627
17502026-05-12T14:26:22.680Zsys 0.656595104
17512026-05-12T14:26:22.680Ztrap 0.000710300
17522026-05-12T14:26:22.680Ztflt 0.000055760
17532026-05-12T14:26:22.680Zdflt 0.000153500
17542026-05-12T14:26:22.680Zkflt 0.000001000
17552026-05-12T14:26:22.680Zlock 13.446726494
17562026-05-12T14:26:22.680Zslp 0.576199412
17572026-05-12T14:26:22.680Zlat 0.075714541
17582026-05-12T14:26:22.680Zstop 0.000144380
17592026-05-12T14:26:22.680Z+ export CARGO_INCREMENTAL=0
17602026-05-12T14:26:22.680Z+ CARGO_INCREMENTAL=0
17612026-05-12T14:26:22.680Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-12T14:26:23.591Z Compiling proc-macro2 v1.0.106
17632026-05-12T14:26:23.591Z Compiling quote v1.0.45
17642026-05-12T14:26:23.591Z Compiling unicode-ident v1.0.24
17652026-05-12T14:26:23.591Z Compiling libc v0.2.185
17662026-05-12T14:26:23.591Z Compiling serde_core v1.0.228
17672026-05-12T14:26:23.591Z Compiling serde v1.0.228
17682026-05-12T14:26:23.599Z Compiling cfg-if v1.0.4
17692026-05-12T14:26:23.599Z Compiling version_check v0.9.5
17702026-05-12T14:26:23.599Z Compiling find-msvc-tools v0.1.9
17712026-05-12T14:26:23.599Z Compiling shlex v1.3.0
17722026-05-12T14:26:23.599Z Compiling typenum v1.19.0
17732026-05-12T14:26:23.599Z Compiling zmij v1.0.21
17742026-05-12T14:26:23.599Z Compiling autocfg v1.5.0
17752026-05-12T14:26:23.740Z Compiling serde_json v1.0.149
17762026-05-12T14:26:23.747Z Compiling memchr v2.8.0
17772026-05-12T14:26:23.855Z Compiling portable-atomic v1.13.1
17782026-05-12T14:26:24.036Z Compiling libm v0.2.16
17792026-05-12T14:26:24.097Z Compiling generic-array v0.14.7
17802026-05-12T14:26:24.232Z Compiling zerocopy v0.8.40
17812026-05-12T14:26:24.237Z Compiling smallvec v1.15.1
17822026-05-12T14:26:24.264Z Compiling parking_lot_core v0.9.12
17832026-05-12T14:26:24.295Z Compiling icu_normalizer_data v2.1.1
17842026-05-12T14:26:24.335Z Compiling num-traits v0.2.19
17852026-05-12T14:26:24.351Z Compiling icu_properties_data v2.1.2
17862026-05-12T14:26:24.382Z Compiling itoa v1.0.17
17872026-05-12T14:26:24.385Z Compiling getrandom v0.4.1
17882026-05-12T14:26:24.385Z Compiling log v0.4.29
17892026-05-12T14:26:24.529Z Compiling stable_deref_trait v1.2.1
17902026-05-12T14:26:24.553Z Compiling pkg-config v0.3.32
17912026-05-12T14:26:24.584Z Compiling subtle v2.6.1
17922026-05-12T14:26:24.676Z Compiling scopeguard v1.2.0
17932026-05-12T14:26:24.706Z Compiling jobserver v0.1.34
17942026-05-12T14:26:24.724Z Compiling getrandom v0.2.17
17952026-05-12T14:26:24.788Z Compiling errno v0.3.14
17962026-05-12T14:26:24.819Z Compiling lock_api v0.4.14
17972026-05-12T14:26:24.895Z Compiling percent-encoding v2.3.2
17982026-05-12T14:26:24.910Z Compiling rand_core v0.6.4
17992026-05-12T14:26:24.930Z Compiling litemap v0.8.1
18002026-05-12T14:26:24.977Z Compiling cc v1.2.56
18012026-05-12T14:26:25.039Z Compiling writeable v0.6.2
18022026-05-12T14:26:25.104Z Compiling fnv v1.0.7
18032026-05-12T14:26:25.151Z Compiling pin-project-lite v0.2.17
18042026-05-12T14:26:25.229Z Compiling thiserror v2.0.18
18052026-05-12T14:26:25.330Z Compiling syn v2.0.117
18062026-05-12T14:26:25.334Z Compiling getrandom v0.3.4
18072026-05-12T14:26:25.334Z Compiling critical-section v1.2.0
18082026-05-12T14:26:25.391Z Compiling equivalent v1.0.2
18092026-05-12T14:26:25.424Z Compiling fs_extra v1.3.0
18102026-05-12T14:26:25.441Z Compiling dunce v1.0.5
18112026-05-12T14:26:25.457Z Compiling rustversion v1.0.22
18122026-05-12T14:26:25.475Z Compiling utf8_iter v1.0.4
18132026-05-12T14:26:25.512Z Compiling schemars v0.8.22
18142026-05-12T14:26:25.567Z Compiling rand_core v0.10.0
18152026-05-12T14:26:25.685Z Compiling form_urlencoded v1.2.2
18162026-05-12T14:26:25.717Z Compiling cmake v0.1.57
18172026-05-12T14:26:25.747Z Compiling once_cell v1.21.3
18182026-05-12T14:26:25.853Z Compiling signal-hook-registry v1.4.8
18192026-05-12T14:26:25.996Z Compiling semver v1.0.28
18202026-05-12T14:26:26.013Z Compiling hashbrown v0.17.0
18212026-05-12T14:26:26.050Z Compiling bitflags v2.11.0
18222026-05-12T14:26:26.083Z Compiling rustix v1.1.3
18232026-05-12T14:26:26.111Z Compiling parking_lot v0.12.5
18242026-05-12T14:26:26.144Z Compiling mio v1.2.0
18252026-05-12T14:26:26.195Z Compiling socket2 v0.6.3
18262026-05-12T14:26:26.216Z Compiling const-oid v0.9.6
18272026-05-12T14:26:26.301Z Compiling ring v0.17.14
18282026-05-12T14:26:26.357Z Compiling aws-lc-sys v0.40.0
18292026-05-12T14:26:26.469Z Compiling heck v0.5.0
18302026-05-12T14:26:26.503Z Compiling aws-lc-rs v1.16.3
18312026-05-12T14:26:26.507Z Compiling futures-core v0.3.32
18322026-05-12T14:26:26.535Z Compiling httparse v1.10.1
18332026-05-12T14:26:26.644Z Compiling indexmap v2.14.0
18342026-05-12T14:26:26.705Z Compiling vcpkg v0.2.15
18352026-05-12T14:26:26.726Z Compiling strsim v0.11.1
18362026-05-12T14:26:26.777Z Compiling thiserror v1.0.69
18372026-05-12T14:26:26.925Z Compiling byteorder v1.5.0
18382026-05-12T14:26:27.027Z Compiling iana-time-zone v0.1.65
18392026-05-12T14:26:27.076Z Compiling ucd-trie v0.1.7
18402026-05-12T14:26:27.095Z Compiling ident_case v1.0.1
18412026-05-12T14:26:27.139Z Compiling syn v1.0.109
18422026-05-12T14:26:27.142Z Compiling regex-syntax v0.8.10
18432026-05-12T14:26:27.142Z Compiling uuid v1.23.0
18442026-05-12T14:26:27.188Z Compiling cpufeatures v0.2.17
18452026-05-12T14:26:27.249Z Compiling pest v2.8.6
18462026-05-12T14:26:27.285Z Compiling openssl-sys v0.9.114
18472026-05-12T14:26:27.298Z Compiling rustls v0.23.37
18482026-05-12T14:26:27.479Z Compiling futures-sink v0.3.32
18492026-05-12T14:26:27.512Z Compiling rustc_version v0.4.1
18502026-05-12T14:26:27.591Z Compiling futures-channel v0.3.32
18512026-05-12T14:26:27.607Z Compiling slab v0.4.12
18522026-05-12T14:26:27.633Z Compiling futures-io v0.3.32
18532026-05-12T14:26:27.779Z Compiling futures-task v0.3.32
18542026-05-12T14:26:27.843Z Compiling aho-corasick v1.1.4
18552026-05-12T14:26:27.847Z Compiling dyn-clone v1.0.20
18562026-05-12T14:26:28.048Z Compiling openssl v0.10.78
18572026-05-12T14:26:28.061Z Compiling crc32fast v1.5.0
18582026-05-12T14:26:28.124Z Compiling plain v0.2.3
18592026-05-12T14:26:28.148Z Compiling base64 v0.22.1
18602026-05-12T14:26:28.208Z Compiling synstructure v0.13.2
18612026-05-12T14:26:28.239Z Compiling serde_derive_internals v0.29.1
18622026-05-12T14:26:28.268Z Compiling crossbeam-utils v0.8.21
18632026-05-12T14:26:28.326Z Compiling pest_meta v2.8.6
18642026-05-12T14:26:28.360Z Compiling time-core v0.1.8
18652026-05-12T14:26:28.465Z Compiling num-conv v0.2.0
18662026-05-12T14:26:28.553Z Compiling native-tls v0.2.18
18672026-05-12T14:26:28.589Z Compiling pretty-hex v0.4.1
18682026-05-12T14:26:28.607Z Compiling time-macros v0.2.27
18692026-05-12T14:26:28.704Z Compiling regex-automata v0.4.14
18702026-05-12T14:26:28.729Z Compiling anyhow v1.0.102
18712026-05-12T14:26:28.745Z Compiling base64ct v1.8.3
18722026-05-12T14:26:28.748Z Compiling darling_core v0.21.3
18732026-05-12T14:26:28.866Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18742026-05-12T14:26:28.974Z Compiling pest_generator v2.8.6
18752026-05-12T14:26:29.001Z Compiling pem-rfc7468 v0.7.0
18762026-05-12T14:26:29.040Z Compiling tracing-core v0.1.36
18772026-05-12T14:26:29.242Z Compiling flagset v0.4.7
18782026-05-12T14:26:29.283Z Compiling untrusted v0.9.0
18792026-05-12T14:26:29.299Z Compiling rand_core v0.9.5
18802026-05-12T14:26:29.316Z Compiling slog v2.8.2
18812026-05-12T14:26:29.483Z Compiling serde_derive v1.0.228
18822026-05-12T14:26:29.519Z Compiling zeroize_derive v1.4.3
18832026-05-12T14:26:29.536Z Compiling zerofrom-derive v0.1.6
18842026-05-12T14:26:29.569Z Compiling yoke-derive v0.8.1
18852026-05-12T14:26:29.585Z Compiling zerovec-derive v0.11.2
18862026-05-12T14:26:29.604Z Compiling displaydoc v0.2.5
18872026-05-12T14:26:29.620Z Compiling zerocopy-derive v0.8.40
18882026-05-12T14:26:29.624Z Compiling tokio-macros v2.7.0
18892026-05-12T14:26:29.787Z Compiling futures-macro v0.3.32
18902026-05-12T14:26:30.101Z Compiling thiserror-impl v2.0.18
18912026-05-12T14:26:30.134Z Compiling zeroize v1.8.2
18922026-05-12T14:26:30.388Z Compiling schemars_derive v0.8.22
18932026-05-12T14:26:30.503Z Compiling tracing-attributes v0.1.31
18942026-05-12T14:26:30.553Z Compiling der_derive v0.7.3
18952026-05-12T14:26:30.633Z Compiling thiserror-impl v1.0.69
18962026-05-12T14:26:30.654Z Compiling zerofrom v0.1.6
18972026-05-12T14:26:30.800Z Compiling yoke v0.8.1
18982026-05-12T14:26:30.862Z Compiling crypto-common v0.1.7
18992026-05-12T14:26:30.936Z Compiling block-buffer v0.10.4
19002026-05-12T14:26:31.007Z Compiling zerovec v0.11.5
19012026-05-12T14:26:31.021Z Compiling zerotrie v0.2.3
19022026-05-12T14:26:31.296Z Compiling digest v0.10.7
19032026-05-12T14:26:31.496Z Compiling pest_derive v2.8.6
19042026-05-12T14:26:31.518Z Compiling futures-util v0.3.32
19052026-05-12T14:26:31.564Z Compiling tinystr v0.8.2
19062026-05-12T14:26:31.624Z Compiling potential_utf v0.1.4
19072026-05-12T14:26:31.640Z Compiling hmac v0.12.1
19082026-05-12T14:26:31.748Z Compiling icu_locale_core v2.1.1
19092026-05-12T14:26:31.765Z Compiling icu_collections v2.1.1
19102026-05-12T14:26:31.846Z Compiling block-padding v0.3.3
19112026-05-12T14:26:31.991Z Compiling inout v0.1.4
19122026-05-12T14:26:32.007Z Compiling rustls-pki-types v1.14.0
19132026-05-12T14:26:32.023Z Compiling openssl-macros v0.1.1
19142026-05-12T14:26:32.181Z Compiling cipher v0.4.4
19152026-05-12T14:26:32.389Z Compiling sha2 v0.10.9
19162026-05-12T14:26:32.435Z Compiling scroll_derive v0.13.1
19172026-05-12T14:26:32.514Z Compiling icu_provider v2.1.1
19182026-05-12T14:26:32.674Z Compiling bytes v1.11.1
19192026-05-12T14:26:32.760Z Compiling chrono v0.4.44
19202026-05-12T14:26:32.791Z Compiling icu_properties v2.1.2
19212026-05-12T14:26:32.866Z Compiling icu_normalizer v2.1.1
19222026-05-12T14:26:33.204Z Compiling tokio v1.52.1
19232026-05-12T14:26:33.366Z Compiling serde_tokenstream v0.2.3
19242026-05-12T14:26:33.574Z Compiling scroll_derive v0.12.1
19252026-05-12T14:26:33.667Z Compiling idna_adapter v1.2.1
19262026-05-12T14:26:33.822Z Compiling idna v1.1.0
19272026-05-12T14:26:33.991Z Compiling ppv-lite86 v0.2.21
19282026-05-12T14:26:34.165Z Compiling url v2.5.8
19292026-05-12T14:26:34.182Z Compiling http v1.4.0
19302026-05-12T14:26:34.305Z Compiling tracing v0.1.44
19312026-05-12T14:26:34.335Z Compiling der v0.7.10
19322026-05-12T14:26:34.578Z Compiling darling_macro v0.21.3
19332026-05-12T14:26:34.594Z Compiling regex v1.12.3
19342026-05-12T14:26:34.718Z Compiling zerocopy-derive v0.7.35
19352026-05-12T14:26:35.065Z Compiling darling v0.21.3
19362026-05-12T14:26:35.127Z Compiling salsa20 v0.10.2
19372026-05-12T14:26:35.142Z Compiling pbkdf2 v0.12.2
19382026-05-12T14:26:35.161Z Compiling spki v0.7.3
19392026-05-12T14:26:35.911Z Compiling cookie v0.18.1
19402026-05-12T14:26:35.964Z Compiling camino v1.2.2
19412026-05-12T14:26:36.161Z Compiling scrypt v0.11.0
19422026-05-12T14:26:36.286Z Compiling http-body v1.0.1
19432026-05-12T14:26:36.428Z Compiling rand_chacha v0.9.0
19442026-05-12T14:26:36.445Z Compiling aes v0.8.4
19452026-05-12T14:26:36.462Z Compiling cbc v0.1.2
19462026-05-12T14:26:36.562Z Compiling usdt-impl v0.5.0
19472026-05-12T14:26:36.579Z Compiling either v1.15.0
19482026-05-12T14:26:36.602Z Compiling openssl-probe v0.2.1
19492026-05-12T14:26:36.618Z Compiling atomic-waker v1.1.2
19502026-05-12T14:26:36.702Z Compiling untrusted v0.7.1
19512026-05-12T14:26:36.768Z Compiling winnow v0.7.14
19522026-05-12T14:26:36.784Z Compiling tinyvec_macros v0.1.1
19532026-05-12T14:26:36.803Z Compiling paste v1.0.15
19542026-05-12T14:26:36.818Z Compiling usdt-impl v0.6.0
19552026-05-12T14:26:36.832Z Compiling ref-cast v1.0.25
19562026-05-12T14:26:36.868Z Compiling tinyvec v1.10.0
19572026-05-12T14:26:36.929Z Compiling pkcs5 v0.7.1
19582026-05-12T14:26:37.047Z Compiling tokio-util v0.7.18
19592026-05-12T14:26:37.105Z Compiling rand v0.9.2
19602026-05-12T14:26:37.230Z Compiling scroll v0.12.0
19612026-05-12T14:26:37.423Z Compiling scroll v0.13.0
19622026-05-12T14:26:37.515Z Compiling serde_spanned v0.6.9
19632026-05-12T14:26:37.633Z Compiling toml_datetime v0.6.11
19642026-05-12T14:26:37.706Z Compiling async-trait v0.1.89
19652026-05-12T14:26:37.722Z Compiling heapless v0.7.17
19662026-05-12T14:26:37.948Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-05-12T14:26:38.029Z Compiling signal-hook v0.3.18
19682026-05-12T14:26:38.046Z Compiling tower-layer v0.3.3
19692026-05-12T14:26:38.245Z Compiling try-lock v0.2.5
19702026-05-12T14:26:38.259Z Compiling fastrand v2.3.0
19712026-05-12T14:26:38.276Z Compiling tower-service v0.3.3
19722026-05-12T14:26:38.399Z Compiling zstd-safe v7.2.4
19732026-05-12T14:26:38.481Z Compiling want v0.3.1
19742026-05-12T14:26:38.593Z Compiling h2 v0.4.13
19752026-05-12T14:26:38.609Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-05-12T14:26:38.657Z Compiling goblin v0.10.5
19772026-05-12T14:26:38.660Z Compiling goblin v0.8.2
19782026-05-12T14:26:38.740Z Compiling pkcs8 v0.10.2
19792026-05-12T14:26:39.040Z Compiling zerocopy v0.7.35
19802026-05-12T14:26:39.181Z Compiling ipnet v2.11.0
19812026-05-12T14:26:39.396Z Compiling ref-cast-impl v1.0.25
19822026-05-12T14:26:39.521Z Compiling darling_core v0.20.11
19832026-05-12T14:26:39.597Z Compiling curve25519-dalek v4.1.3
19842026-05-12T14:26:39.649Z Compiling toml_datetime v0.7.5+spec-1.1.0
19852026-05-12T14:26:39.879Z Compiling memoffset v0.9.1
19862026-05-12T14:26:39.939Z Compiling httpdate v1.0.3
19872026-05-12T14:26:40.213Z Compiling foreign-types-shared v0.1.1
19882026-05-12T14:26:40.254Z Compiling pin-utils v0.1.0
19892026-05-12T14:26:40.344Z Compiling winnow v0.5.40
19902026-05-12T14:26:40.409Z Compiling rustix v0.38.44
19912026-05-12T14:26:40.839Z Compiling litrs v1.0.0
19922026-05-12T14:26:40.843Z Compiling foreign-types v0.3.2
19932026-05-12T14:26:40.843Z Compiling tempfile v3.25.0
19942026-05-12T14:26:40.912Z Compiling document-features v0.2.12
19952026-05-12T14:26:40.932Z Compiling dof v0.3.0
19962026-05-12T14:26:41.305Z Compiling unicode-normalization v0.1.25
19972026-05-12T14:26:41.385Z Compiling dof v0.4.0
19982026-05-12T14:26:41.471Z Compiling dtrace-parser v0.2.0
19992026-05-12T14:26:41.501Z Compiling darling_macro v0.20.11
20002026-05-12T14:26:41.588Z Compiling hyper v1.8.1
20012026-05-12T14:26:41.763Z Compiling toml_edit v0.19.15
20022026-05-12T14:26:41.856Z Compiling dtrace-parser v0.3.0
20032026-05-12T14:26:41.991Z Compiling daft-derive v0.1.5
20042026-05-12T14:26:42.021Z Compiling pin-project-internal v1.1.11
20052026-05-12T14:26:42.134Z Compiling spin v0.9.8
20062026-05-12T14:26:42.312Z Compiling thread-id v5.1.0
20072026-05-12T14:26:42.358Z Compiling thread-id v4.2.2
20082026-05-12T14:26:42.395Z Compiling num-bigint-dig v0.8.6
20092026-05-12T14:26:42.414Z Compiling smoltcp v0.9.1
20102026-05-12T14:26:42.462Z Compiling powerfmt v0.2.0
20112026-05-12T14:26:42.494Z Compiling cfg_aliases v0.2.1
20122026-05-12T14:26:42.585Z Compiling nix v0.31.2
20132026-05-12T14:26:42.684Z Compiling hyper-util v0.1.20
20142026-05-12T14:26:42.730Z Compiling deranged v0.5.8
20152026-05-12T14:26:43.038Z Compiling darling v0.20.11
20162026-05-12T14:26:43.136Z Compiling rustls-native-certs v0.8.3
20172026-05-12T14:26:43.175Z Compiling ipnetwork v0.21.1
20182026-05-12T14:26:43.532Z Compiling strum_macros v0.26.4
20192026-05-12T14:26:43.563Z Compiling curve25519-dalek-derive v0.1.1
20202026-05-12T14:26:43.896Z Compiling sync_wrapper v1.0.2
20212026-05-12T14:26:43.935Z Compiling wait-timeout v0.2.1
20222026-05-12T14:26:44.059Z Compiling bit-vec v0.8.0
20232026-05-12T14:26:44.189Z Compiling utf8parse v0.2.2
20242026-05-12T14:26:44.329Z Compiling quick-error v1.2.3
20252026-05-12T14:26:44.350Z Compiling siphasher v1.0.2
20262026-05-12T14:26:44.368Z Compiling num_threads v0.1.7
20272026-05-12T14:26:44.454Z Compiling anstyle v1.0.13
20282026-05-12T14:26:44.492Z Compiling simd-adler32 v0.3.8
20292026-05-12T14:26:44.671Z Compiling time v0.3.47
20302026-05-12T14:26:44.693Z Compiling rusty-fork v0.3.1
20312026-05-12T14:26:44.767Z Compiling anstyle-parse v0.2.7
20322026-05-12T14:26:44.798Z Compiling bit-set v0.8.0
20332026-05-12T14:26:44.981Z Compiling tower v0.5.3
20342026-05-12T14:26:45.186Z Compiling derive_builder_core v0.20.2
20352026-05-12T14:26:45.397Z Compiling http-body-util v0.1.3
20362026-05-12T14:26:45.562Z Compiling webpki-roots v1.0.6
20372026-05-12T14:26:45.607Z Compiling signature v2.2.0
20382026-05-12T14:26:45.698Z Compiling hubpack_derive v0.1.1
20392026-05-12T14:26:45.714Z Compiling snafu-derive v0.8.9
20402026-05-12T14:26:45.731Z Compiling strum_macros v0.27.2
20412026-05-12T14:26:45.770Z Compiling rand_xorshift v0.4.0
20422026-05-12T14:26:45.983Z Compiling fs-err v3.3.0
20432026-05-12T14:26:46.074Z Compiling ahash v0.8.12
20442026-05-12T14:26:46.162Z Compiling adler2 v2.0.1
20452026-05-12T14:26:46.203Z Compiling ryu v1.0.23
20462026-05-12T14:26:46.261Z Compiling allocator-api2 v0.2.21
20472026-05-12T14:26:46.277Z Compiling unicode-properties v0.1.4
20482026-05-12T14:26:46.345Z Compiling unicode-bidi v0.3.18
20492026-05-12T14:26:46.391Z Compiling anstyle-query v1.1.5
20502026-05-12T14:26:46.436Z Compiling unicode-segmentation v1.12.0
20512026-05-12T14:26:46.492Z Compiling colorchoice v1.0.4
20522026-05-12T14:26:46.520Z Compiling unarray v0.1.4
20532026-05-12T14:26:46.582Z Compiling iri-string v0.7.10
20542026-05-12T14:26:46.582Z Compiling object v0.37.3
20552026-05-12T14:26:46.655Z Compiling is_terminal_polyfill v1.70.2
20562026-05-12T14:26:46.658Z Compiling proptest v1.10.0
20572026-05-12T14:26:46.756Z Compiling anstream v0.6.21
20582026-05-12T14:26:46.788Z Compiling stringprep v0.1.5
20592026-05-12T14:26:46.865Z Compiling serde_urlencoded v0.7.1
20602026-05-12T14:26:47.069Z Compiling miniz_oxide v0.8.9
20612026-05-12T14:26:47.222Z Compiling derive_builder_macro v0.20.2
20622026-05-12T14:26:47.437Z Compiling tokio-native-tls v0.3.1
20632026-05-12T14:26:47.471Z Compiling usdt-attr-macro v0.6.0
20642026-05-12T14:26:47.536Z Compiling usdt-macro v0.6.0
20652026-05-12T14:26:47.716Z Compiling tower-http v0.6.8
20662026-05-12T14:26:47.947Z Compiling rand_chacha v0.3.1
20672026-05-12T14:26:47.984Z Compiling erased-serde v0.3.31
20682026-05-12T14:26:48.032Z Compiling md-5 v0.10.6
20692026-05-12T14:26:48.145Z Compiling bstr v1.12.1
20702026-05-12T14:26:48.221Z Compiling num-integer v0.1.46
20712026-05-12T14:26:48.238Z Compiling hash32 v0.2.1
20722026-05-12T14:26:48.265Z Compiling vergen-lib v0.1.6
20732026-05-12T14:26:48.295Z Compiling ff v0.13.1
20742026-05-12T14:26:48.421Z Compiling psl-types v2.0.11
20752026-05-12T14:26:48.438Z Compiling base16ct v0.2.0
20762026-05-12T14:26:48.472Z Compiling zlib-rs v0.6.2
20772026-05-12T14:26:48.474Z Compiling fallible-iterator v0.2.0
20782026-05-12T14:26:48.535Z Compiling publicsuffix v2.3.0
20792026-05-12T14:26:48.574Z Compiling sec1 v0.7.3
20802026-05-12T14:26:48.574Z Compiling num-iter v0.1.45
20812026-05-12T14:26:48.725Z Compiling newtype-uuid v1.3.2
20822026-05-12T14:26:48.742Z Compiling group v0.13.0
20832026-05-12T14:26:48.821Z Compiling postgres-protocol v0.6.10
20842026-05-12T14:26:48.850Z Compiling rand v0.8.6
20852026-05-12T14:26:49.255Z Compiling oxnet v0.1.4
20862026-05-12T14:26:49.409Z Compiling derive_builder v0.20.2
20872026-05-12T14:26:49.422Z Compiling hyper-tls v0.6.0
20882026-05-12T14:26:49.473Z Compiling heck v0.4.1
20892026-05-12T14:26:49.552Z Compiling phf_shared v0.13.1
20902026-05-12T14:26:49.568Z Compiling pin-project v1.1.11
20912026-05-12T14:26:49.625Z Compiling lazy_static v1.5.0
20922026-05-12T14:26:49.733Z Compiling terminal_size v0.4.3
20932026-05-12T14:26:49.764Z Compiling serde_with_macros v3.17.0
20942026-05-12T14:26:49.780Z Compiling futures-executor v0.3.32
20952026-05-12T14:26:49.783Z Compiling hex v0.4.3
20962026-05-12T14:26:50.018Z Compiling cargo-platform v0.1.9
20972026-05-12T14:26:50.033Z Compiling hkdf v0.12.4
20982026-05-12T14:26:50.109Z Compiling crypto-bigint v0.5.5
20992026-05-12T14:26:50.190Z Compiling enum-as-inner v0.6.1
21002026-05-12T14:26:50.269Z Compiling async-recursion v1.1.1
21012026-05-12T14:26:50.272Z Compiling clap_derive v4.5.55
21022026-05-12T14:26:50.300Z Compiling serde_repr v0.1.20
21032026-05-12T14:26:50.685Z Compiling flate2 v1.1.9
21042026-05-12T14:26:50.731Z Compiling vergen v9.0.6
21052026-05-12T14:26:50.801Z Compiling encoding_rs v0.8.35
21062026-05-12T14:26:50.843Z Compiling mime v0.3.17
21072026-05-12T14:26:50.877Z Compiling bitflags v1.3.2
21082026-05-12T14:26:50.945Z Compiling libbz2-rs-sys v0.2.2
21092026-05-12T14:26:51.069Z Compiling bumpalo v3.20.2
21102026-05-12T14:26:51.090Z Compiling same-file v1.0.6
21112026-05-12T14:26:51.092Z Compiling foldhash v0.2.0
21122026-05-12T14:26:51.262Z Compiling managed v0.8.0
21132026-05-12T14:26:51.277Z Compiling foldhash v0.1.5
21142026-05-12T14:26:51.321Z Compiling clap_lex v1.0.0
21152026-05-12T14:26:51.460Z Compiling hashbrown v0.15.5
21162026-05-12T14:26:51.554Z Compiling clap_builder v4.5.60
21172026-05-12T14:26:51.557Z Compiling bzip2 v0.6.1
21182026-05-12T14:26:51.584Z Compiling zopfli v0.8.3
21192026-05-12T14:26:51.789Z Compiling hashbrown v0.16.1
21202026-05-12T14:26:51.942Z Compiling walkdir v2.5.0
21212026-05-12T14:26:52.025Z Compiling elliptic-curve v0.13.8
21222026-05-12T14:26:52.188Z Compiling zstd v0.13.3
21232026-05-12T14:26:52.203Z Compiling cargo_metadata v0.19.2
21242026-05-12T14:26:52.237Z Compiling futures v0.3.32
21252026-05-12T14:26:52.395Z Compiling phf v0.13.1
21262026-05-12T14:26:52.461Z Compiling snafu v0.8.9
21272026-05-12T14:26:52.574Z Compiling daft v0.1.5
21282026-05-12T14:26:52.652Z Compiling signal-hook-mio v0.2.5
21292026-05-12T14:26:52.784Z Compiling cookie_store v0.22.1
21302026-05-12T14:26:52.806Z Compiling postgres-types v0.2.12
21312026-05-12T14:26:52.822Z Compiling bzip2 v0.4.4
21322026-05-12T14:26:52.860Z Compiling globset v0.4.18
21332026-05-12T14:26:53.312Z Compiling strum v0.27.2
21342026-05-12T14:26:53.437Z Compiling hubpack v0.1.2
21352026-05-12T14:26:53.471Z Compiling ed25519 v2.2.3
21362026-05-12T14:26:53.474Z Compiling phf_shared v0.11.3
21372026-05-12T14:26:53.489Z Compiling crossbeam-epoch v0.9.18
21382026-05-12T14:26:53.578Z Compiling olpc-cjson v0.1.4
21392026-05-12T14:26:53.607Z Compiling pkcs1 v0.7.5
21402026-05-12T14:26:53.691Z Compiling pem v3.0.6
21412026-05-12T14:26:53.757Z Compiling serde-big-array v0.5.1
21422026-05-12T14:26:53.879Z Compiling serde_plain v1.0.2
21432026-05-12T14:26:53.895Z Compiling rfc6979 v0.4.0
21442026-05-12T14:26:53.934Z Compiling float-cmp v0.10.0
21452026-05-12T14:26:53.957Z Compiling memmap2 v0.9.10
21462026-05-12T14:26:53.991Z Compiling env_filter v1.0.0
21472026-05-12T14:26:54.038Z Compiling typed-path v0.9.3
21482026-05-12T14:26:54.054Z Compiling fixedbitset v0.4.2
21492026-05-12T14:26:54.057Z Compiling fixedbitset v0.5.7
21502026-05-12T14:26:54.087Z Compiling difflib v0.4.0
21512026-05-12T14:26:54.104Z Compiling rustc-hash v2.1.1
21522026-05-12T14:26:54.230Z Compiling keccak v0.1.6
21532026-05-12T14:26:54.245Z Compiling static_assertions v1.1.0
21542026-05-12T14:26:54.270Z Compiling whoami v2.1.0
21552026-05-12T14:26:54.292Z Compiling data-encoding v2.10.0
21562026-05-12T14:26:54.353Z Compiling precomputed-hash v0.1.1
21572026-05-12T14:26:54.450Z Compiling toml_write v0.1.2
21582026-05-12T14:26:54.466Z Compiling jiff v0.2.21
21592026-05-12T14:26:54.543Z Compiling predicates-core v1.0.10
21602026-05-12T14:26:54.580Z Compiling normalize-line-endings v0.3.0
21612026-05-12T14:26:54.622Z Compiling new_debug_unreachable v1.0.6
21622026-05-12T14:26:54.668Z Compiling predicates v3.1.4
21632026-05-12T14:26:54.690Z Compiling string_cache v0.8.9
21642026-05-12T14:26:54.709Z Compiling toml_edit v0.22.27
21652026-05-12T14:26:54.725Z Compiling hickory-proto v0.25.2
21662026-05-12T14:26:54.814Z Compiling tokio-postgres v0.7.16
21672026-05-12T14:26:54.832Z Compiling sha3 v0.10.8
21682026-05-12T14:26:54.924Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21692026-05-12T14:26:55.087Z Compiling petgraph v0.8.3
21702026-05-12T14:26:55.119Z Compiling petgraph v0.6.5
21712026-05-12T14:26:55.205Z Compiling iddqd v0.3.18
21722026-05-12T14:26:55.221Z Compiling env_logger v0.11.9
21732026-05-12T14:26:55.548Z Compiling usdt v0.6.0
21742026-05-12T14:26:55.672Z Compiling ecdsa v0.16.9
21752026-05-12T14:26:56.085Z Compiling rsa v0.9.10
21762026-05-12T14:26:56.339Z Compiling ed25519-dalek v2.2.0
21772026-05-12T14:26:56.996Z Compiling crossterm v0.28.1
21782026-05-12T14:26:57.047Z Compiling clap v4.5.60
21792026-05-12T14:26:57.082Z Compiling zip v0.6.6
21802026-05-12T14:26:57.145Z Compiling zip v4.6.1
21812026-05-12T14:26:57.719Z Compiling serde_with v3.17.0
21822026-05-12T14:26:57.735Z Compiling similar v2.7.0
21832026-05-12T14:26:57.822Z Compiling strum v0.26.3
21842026-05-12T14:26:57.954Z Compiling toml v0.7.8
21852026-05-12T14:26:57.972Z Compiling tokio-stream v0.1.18
21862026-05-12T14:26:58.122Z Compiling buf-list v1.1.2
21872026-05-12T14:26:58.220Z Compiling itertools v0.13.0
21882026-05-12T14:26:58.408Z Compiling x509-cert v0.2.5
21892026-05-12T14:26:58.452Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-12T14:26:58.511Z Compiling openapiv3 v2.2.0
21912026-05-12T14:26:58.754Z Compiling sha1 v0.10.6
21922026-05-12T14:26:59.014Z Compiling peg-runtime v0.8.5
21932026-05-12T14:26:59.086Z Compiling lalrpop-util v0.19.12
21942026-05-12T14:27:13.865Z Compiling rustls-webpki v0.103.9
21952026-05-12T14:27:15.448Z Compiling macaddr v1.0.1
21962026-05-12T14:27:15.511Z Compiling structmeta-derive v0.3.0
21972026-05-12T14:27:15.579Z Compiling rayon-core v1.13.0
21982026-05-12T14:27:15.650Z Compiling crucible-workspace-hack v0.1.0
21992026-05-12T14:27:15.755Z Compiling itertools v0.14.0
22002026-05-12T14:27:15.812Z Compiling secrecy v0.10.3
22012026-05-12T14:27:15.831Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-12T14:27:15.878Z Compiling heapless v0.8.0
22032026-05-12T14:27:15.939Z Compiling rustls v0.22.4
22042026-05-12T14:27:16.086Z Compiling crossbeam-deque v0.8.6
22052026-05-12T14:27:16.191Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-12T14:27:16.253Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-12T14:27:16.339Z Compiling rustls-webpki v0.102.8
22082026-05-12T14:27:16.387Z Compiling hash32 v0.3.1
22092026-05-12T14:27:16.423Z Compiling multer v3.1.0
22102026-05-12T14:27:16.502Z Compiling thread_local v1.1.9
22112026-05-12T14:27:16.524Z Compiling structmeta v0.3.0
22122026-05-12T14:27:16.575Z Compiling smoltcp v0.11.0
22132026-05-12T14:27:16.642Z Compiling unicode-width v0.2.0
22142026-05-12T14:27:16.755Z Compiling match_cfg v0.1.0
22152026-05-12T14:27:16.845Z Compiling slog-async v2.8.0
22162026-05-12T14:27:16.860Z Compiling compression-core v0.4.31
22172026-05-12T14:27:16.882Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-05-12T14:27:16.931Z Compiling hostname v0.3.1
22192026-05-12T14:27:16.963Z Compiling proc-macro-crate v3.4.0
22202026-05-12T14:27:16.979Z Compiling derive-ex v0.1.8
22212026-05-12T14:27:17.053Z Compiling compression-codecs v0.4.37
22222026-05-12T14:27:17.074Z Compiling ingot-macros v0.1.1
22232026-05-12T14:27:17.192Z Compiling slog-json v2.6.1
22242026-05-12T14:27:17.206Z Compiling crossbeam-channel v0.5.15
22252026-05-12T14:27:17.420Z Compiling half v2.7.1
22262026-05-12T14:27:17.446Z Compiling newtype-uuid-macros v0.1.0
22272026-05-12T14:27:17.462Z Compiling cobs v0.3.0
22282026-05-12T14:27:17.671Z Compiling universal-hash v0.5.1
22292026-05-12T14:27:17.757Z Compiling tokio-rustls v0.26.4
22302026-05-12T14:27:17.787Z Compiling rustls-platform-verifier v0.6.2
22312026-05-12T14:27:17.833Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-12T14:27:17.899Z Compiling async-stream-impl v0.3.6
22332026-05-12T14:27:18.008Z Compiling hyper-rustls v0.27.7
22342026-05-12T14:27:18.036Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-12T14:27:18.177Z Compiling serde_spanned v1.0.4
22362026-05-12T14:27:18.193Z Compiling is-terminal v0.4.17
22372026-05-12T14:27:18.310Z Compiling reqwest v0.12.28
22382026-05-12T14:27:18.348Z Compiling reqwest v0.13.2
22392026-05-12T14:27:18.364Z Compiling proc-macro-error-attr v1.0.4
22402026-05-12T14:27:18.479Z Compiling dropshot v0.17.0
22412026-05-12T14:27:18.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22422026-05-12T14:27:18.511Z Compiling ciborium-io v0.2.2
22432026-05-12T14:27:18.585Z Compiling convert_case v0.4.0
22442026-05-12T14:27:18.632Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-05-12T14:27:18.697Z Compiling take_mut v0.2.2
22462026-05-12T14:27:18.714Z Compiling term v1.2.1
22472026-05-12T14:27:18.730Z Compiling opaque-debug v0.3.1
22482026-05-12T14:27:18.834Z Compiling toml v1.0.6+spec-1.1.0
22492026-05-12T14:27:18.884Z Compiling thiserror-no-std v2.0.2
22502026-05-12T14:27:18.951Z Compiling derive_more v0.99.20
22512026-05-12T14:27:18.956Z Compiling poly1305 v0.8.0
22522026-05-12T14:27:18.998Z Compiling tokio-rustls v0.25.0
22532026-05-12T14:27:19.044Z Compiling slog-term v2.9.2
22542026-05-12T14:27:19.346Z Compiling ciborium-ll v0.2.2
22552026-05-12T14:27:19.460Z Compiling test-strategy v0.4.5
22562026-05-12T14:27:19.582Z Compiling async-stream v0.3.6
22572026-05-12T14:27:19.642Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582026-05-12T14:27:19.680Z Compiling ingot-types v0.1.2
22592026-05-12T14:27:20.096Z Compiling tough v0.22.0
22602026-05-12T14:27:20.152Z Compiling ingot v0.1.1
22612026-05-12T14:27:20.280Z Compiling postcard v1.1.3
22622026-05-12T14:27:20.326Z Compiling num_enum_derive v0.7.5
22632026-05-12T14:27:20.511Z Compiling slog-bunyan v2.5.0
22642026-05-12T14:27:20.685Z Compiling async-compression v0.4.41
22652026-05-12T14:27:20.757Z Compiling parse-display-derive v0.10.0
22662026-05-12T14:27:21.074Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-12T14:27:21.162Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-12T14:27:21.271Z Compiling proc-macro-crate v1.3.1
22692026-05-12T14:27:21.431Z Compiling backon v1.6.0
22702026-05-12T14:27:21.617Z Compiling waitgroup v0.1.2
22712026-05-12T14:27:21.631Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-12T14:27:21.650Z Compiling chacha20 v0.9.1
22732026-05-12T14:27:21.672Z Compiling dropshot_endpoint v0.17.0
22742026-05-12T14:27:21.746Z Compiling rustls-pemfile v2.2.0
22752026-05-12T14:27:21.795Z Compiling blake2 v0.10.6
22762026-05-12T14:27:21.931Z Compiling aead v0.5.2
22772026-05-12T14:27:21.990Z Compiling password-hash v0.5.0
22782026-05-12T14:27:22.048Z Compiling foreign-types-macros v0.2.3
22792026-05-12T14:27:22.266Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-12T14:27:22.306Z Compiling serde_path_to_error v0.1.20
22812026-05-12T14:27:22.321Z Compiling hostname v0.4.2
22822026-05-12T14:27:22.415Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-12T14:27:22.508Z Compiling proc-macro-error v1.0.4
22842026-05-12T14:27:22.638Z Compiling instant v0.1.13
22852026-05-12T14:27:22.654Z Compiling debug-ignore v1.0.5
22862026-05-12T14:27:22.689Z Compiling cpufeatures v0.3.0
22872026-05-12T14:27:22.728Z Compiling typeid v1.0.3
22882026-05-12T14:27:22.746Z Compiling foreign-types-shared v0.3.1
22892026-05-12T14:27:22.767Z Compiling chacha20 v0.10.0
22902026-05-12T14:27:22.783Z Compiling backoff v0.4.0
22912026-05-12T14:27:22.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-12T14:27:22.858Z Compiling foreign-types v0.5.0
22932026-05-12T14:27:22.874Z Compiling argon2 v0.5.3
22942026-05-12T14:27:22.942Z Compiling parse-display v0.10.0
22952026-05-12T14:27:22.959Z Compiling chacha20poly1305 v0.10.1
22962026-05-12T14:27:22.984Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-12T14:27:23.001Z Compiling num_enum_derive v0.5.11
22982026-05-12T14:27:23.020Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-12T14:27:23.053Z Compiling num_enum v0.7.5
23002026-05-12T14:27:23.080Z Compiling ciborium v0.2.2
23012026-05-12T14:27:23.139Z Compiling vsss-rs v3.3.4
23022026-05-12T14:27:23.264Z Compiling tabwriter v1.4.1
23032026-05-12T14:27:23.357Z Compiling regress v0.10.5
23042026-05-12T14:27:23.657Z Compiling byte-wrapper v0.1.0
23052026-05-12T14:27:23.709Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-05-12T14:27:23.848Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-05-12T14:27:23.893Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-05-12T14:27:23.916Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-05-12T14:27:23.955Z Compiling cstr-argument v0.1.2
23102026-05-12T14:27:24.069Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-12T14:27:24.143Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-05-12T14:27:24.191Z Compiling erased-serde v0.4.9
23132026-05-12T14:27:24.335Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-12T14:27:24.409Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-05-12T14:27:24.498Z Compiling num_enum v0.5.11
23162026-05-12T14:27:24.516Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-05-12T14:27:24.550Z Compiling rand v0.10.0
23182026-05-12T14:27:24.586Z Compiling rayon v1.11.0
23192026-05-12T14:27:24.645Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-05-12T14:27:24.661Z Compiling libefi-sys v0.1.0
23212026-05-12T14:27:24.694Z Compiling colored v3.1.1
23222026-05-12T14:27:24.785Z Compiling indent_write v2.2.0
23232026-05-12T14:27:24.820Z Compiling zone_cfg_derive v0.3.1
23242026-05-12T14:27:24.853Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-05-12T14:27:24.893Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23262026-05-12T14:27:24.984Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-12T14:27:25.009Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-12T14:27:25.012Z Compiling camino-tempfile v1.4.1
23292026-05-12T14:27:25.247Z Compiling itertools v0.12.1
23302026-05-12T14:27:25.380Z Compiling usdt-attr-macro v0.5.0
23312026-05-12T14:27:25.395Z Compiling usdt-macro v0.5.0
23322026-05-12T14:27:25.425Z Compiling bitfield-struct v0.6.2
23332026-05-12T14:27:25.428Z Compiling num-derive v0.4.2
23342026-05-12T14:27:25.535Z Compiling ordered-float v2.10.1
23352026-05-12T14:27:25.568Z Compiling blake3 v1.8.3
23362026-05-12T14:27:25.836Z Compiling memmap v0.7.0
23372026-05-12T14:27:25.937Z Compiling sigpipe v0.1.3
23382026-05-12T14:27:26.053Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23392026-05-12T14:27:26.070Z Compiling swrite v0.1.0
23402026-05-12T14:27:26.087Z Compiling glob v0.3.3
23412026-05-12T14:27:26.104Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-05-12T14:27:26.135Z Compiling usdt v0.5.0
23432026-05-12T14:27:26.345Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-12T14:27:26.381Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-05-12T14:27:26.480Z Compiling serde-value v0.7.0
23462026-05-12T14:27:26.750Z Compiling zone v0.3.1
23472026-05-12T14:27:26.760Z Compiling serde-untagged v0.1.9
23482026-05-12T14:27:26.828Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-12T14:27:27.035Z Compiling toml v0.8.23
23502026-05-12T14:27:27.057Z Compiling smf v0.2.3
23512026-05-12T14:27:27.108Z Compiling filetime v0.2.27
23522026-05-12T14:27:27.138Z Compiling xattr v1.6.1
23532026-05-12T14:27:27.154Z Compiling constant_time_eq v0.4.2
23542026-05-12T14:27:27.162Z Compiling arrayvec v0.7.6
23552026-05-12T14:27:27.195Z Compiling arrayref v0.3.9
23562026-05-12T14:27:27.324Z Compiling whoami v1.6.1
23572026-05-12T14:27:27.336Z Compiling unicode-xid v0.2.6
23582026-05-12T14:27:27.359Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-12T14:27:27.359Z Compiling tar v0.4.45
23602026-05-12T14:27:27.427Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23612026-05-12T14:27:27.462Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-12T14:27:27.501Z Compiling tokio-dtrace v0.1.1
23632026-05-12T14:27:27.679Z Compiling cargo-util-schemas v0.8.2
23642026-05-12T14:27:27.755Z Compiling console v0.16.2
23652026-05-12T14:27:27.847Z Compiling gethostname v0.5.0
23662026-05-12T14:27:28.002Z Compiling cargo-platform v0.2.0
23672026-05-12T14:27:28.080Z Compiling topological-sort v0.2.2
23682026-05-12T14:27:28.149Z Compiling unit-prefix v0.5.2
23692026-05-12T14:27:28.234Z Compiling oxide-tokio-rt v0.1.4
23702026-05-12T14:27:28.267Z Compiling shell-words v1.1.1
23712026-05-12T14:27:28.332Z Compiling indicatif v0.18.4
23722026-05-12T14:27:28.350Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-12T14:27:28.823Z Compiling cargo_metadata v0.21.0
23742026-05-12T14:27:37.963Z Compiling progenitor-client v0.14.0
23752026-05-12T14:27:37.978Z Compiling progenitor-client v0.10.0
23762026-05-12T14:27:37.984Z Compiling omicron-zone-package v0.12.2
23772026-05-12T14:27:38.444Z Compiling progenitor-extras v0.2.0
23782026-05-12T14:27:40.663Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-12T14:27:40.705Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-12T14:27:40.739Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-12T14:27:40.912Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-12T14:27:40.982Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-12T14:27:41.038Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-05-12T14:27:41.056Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23852026-05-12T14:27:41.089Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-12T14:27:41.164Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-05-12T14:27:45.024Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-12T14:27:52.506Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-12T14:27:55.638Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-12T14:27:56.632Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-12T14:28:06.021Z Finished `release` profile [optimized] target(s) in 1m 43s
23922026-05-12T14:28:06.179Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-12T14:28:06.244ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-12T14:28:06.249ZCreated new build target 'test' and set it as active
23952026-05-12T14:28:06.253Z
23962026-05-12T14:28:06.253Zreal 1:43.565115978
23972026-05-12T14:28:06.253Zuser 17:02.302517593
23982026-05-12T14:28:06.253Zsys 2:34.541539129
23992026-05-12T14:28:06.253Ztrap 0.465048981
24002026-05-12T14:28:06.253Ztflt 2.731414307
24012026-05-12T14:28:06.253Zdflt 4.175772242
24022026-05-12T14:28:06.253Zkflt 0.000563800
24032026-05-12T14:28:06.253Zlock 52:44.200297830
24042026-05-12T14:28:06.253Zslp 43:08.814437179
24052026-05-12T14:28:06.253Zlat 43.597829948
24062026-05-12T14:28:06.253Zstop 5:35.272277147
24072026-05-12T14:28:06.254Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-12T14:28:07.139Z Finished `release` profile [optimized] target(s) in 0.88s
24092026-05-12T14:28:07.217Z Running `target/release/omicron-package -t test package`
24102026-05-12T14:28:07.278ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-12T14:28:08.700Z Compiling heck v0.5.0
24122026-05-12T14:28:08.700Z Compiling regress v0.11.1
24132026-05-12T14:28:08.700Z Compiling unsafe-libyaml v0.2.11
24142026-05-12T14:28:08.959Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-12T14:28:08.978Z Compiling regress v0.10.5
24162026-05-12T14:28:09.005Z Compiling unicode-width v0.1.14
24172026-05-12T14:28:09.012Z Compiling is-terminal v0.4.17
24182026-05-12T14:28:09.046Z Compiling prettyplease v0.2.37
24192026-05-12T14:28:09.050Z Compiling bytecount v0.6.9
24202026-05-12T14:28:09.050Z Compiling rustls v0.22.4
24212026-05-12T14:28:09.050Z Compiling rustls-webpki v0.102.8
24222026-05-12T14:28:09.050Z Compiling derive-where v1.6.0
24232026-05-12T14:28:09.050Z Compiling thread_local v1.1.9
24242026-05-12T14:28:09.050Z Compiling match_cfg v0.1.0
24252026-05-12T14:28:09.050Z Compiling compression-core v0.4.31
24262026-05-12T14:28:09.190Z Compiling multer v3.1.0
24272026-05-12T14:28:09.198Z Compiling slog-async v2.8.0
24282026-05-12T14:28:09.253Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-05-12T14:28:09.277Z Compiling hostname v0.3.1
24302026-05-12T14:28:09.294Z Compiling compression-codecs v0.4.37
24312026-05-12T14:28:09.315Z Compiling crossbeam-channel v0.5.15
24322026-05-12T14:28:09.340Z Compiling slog-json v2.6.1
24332026-05-12T14:28:09.346Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-12T14:28:09.389Z Compiling serde_spanned v1.0.4
24352026-05-12T14:28:09.431Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-12T14:28:09.431Z Compiling toml_writer v1.0.6+spec-1.1.0
24372026-05-12T14:28:09.549Z Compiling term v1.2.1
24382026-05-12T14:28:09.576Z Compiling take_mut v0.2.2
24392026-05-12T14:28:09.576Z Compiling slog-bunyan v2.5.0
24402026-05-12T14:28:09.611Z Compiling async-compression v0.4.41
24412026-05-12T14:28:09.682Z Compiling toml v1.0.6+spec-1.1.0
24422026-05-12T14:28:09.749Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-05-12T14:28:09.775Z Compiling dropshot v0.17.0
24442026-05-12T14:28:09.788Z Compiling async-stream v0.3.6
24452026-05-12T14:28:09.830Z Compiling slog-term v2.9.2
24462026-05-12T14:28:09.902Z Compiling num-rational v0.4.2
24472026-05-12T14:28:09.945Z Compiling progenitor-client v0.14.0
24482026-05-12T14:28:09.983Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-12T14:28:10.063Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-05-12T14:28:10.128Z Compiling waitgroup v0.1.2
24512026-05-12T14:28:10.145Z Compiling backon v1.6.0
24522026-05-12T14:28:10.181Z Compiling rustls-pemfile v2.2.0
24532026-05-12T14:28:10.268Z Compiling num-complex v0.4.6
24542026-05-12T14:28:10.288Z Compiling serde_path_to_error v0.1.20
24552026-05-12T14:28:10.312Z Compiling hostname v0.4.2
24562026-05-12T14:28:10.355Z Compiling instant v0.1.13
24572026-05-12T14:28:10.378Z Compiling debug-ignore v1.0.5
24582026-05-12T14:28:10.381Z Compiling progenitor-extras v0.2.0
24592026-05-12T14:28:10.419Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-12T14:28:10.472Z Compiling typify-impl v0.6.2
24612026-05-12T14:28:10.494Z Compiling backoff v0.4.0
24622026-05-12T14:28:10.514Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-12T14:28:10.684Z Compiling num v0.4.3
24642026-05-12T14:28:10.729Z Compiling parse-display v0.10.0
24652026-05-12T14:28:10.752Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-12T14:28:10.755Z Compiling progenitor-client v0.13.0
24672026-05-12T14:28:10.792Z Compiling progenitor-client v0.10.0
24682026-05-12T14:28:10.816Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-12T14:28:10.816Z Compiling macaddr v1.0.1
24702026-05-12T14:28:10.918Z Compiling float-ord v0.3.2
24712026-05-12T14:28:10.993Z Compiling console v0.15.11
24722026-05-12T14:28:11.060Z Compiling atomicwrites v0.4.4
24732026-05-12T14:28:11.082Z Compiling newline-converter v0.3.0
24742026-05-12T14:28:11.107Z Compiling slog-dtrace v0.3.0
24752026-05-12T14:28:11.287Z Compiling owo-colors v4.3.0
24762026-05-12T14:28:11.356Z Compiling tokio-rustls v0.25.0
24772026-05-12T14:28:11.390Z Compiling expectorate v1.2.0
24782026-05-12T14:28:11.474Z Compiling cancel-safe-futures v0.1.5
24792026-05-12T14:28:11.529Z Compiling libsw-core v0.3.2
24802026-05-12T14:28:11.612Z Compiling resolv-conf v0.7.6
24812026-05-12T14:28:11.649Z Compiling toml v0.8.23
24822026-05-12T14:28:11.670Z Compiling linear-map v1.2.0
24832026-05-12T14:28:11.739Z Compiling libsw v3.5.0
24842026-05-12T14:28:11.924Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-12T14:28:11.990Z Compiling minimal-lexical v0.2.1
24862026-05-12T14:28:12.031Z Compiling linked-hash-map v0.5.6
24872026-05-12T14:28:12.207Z Compiling nom v7.1.3
24882026-05-12T14:28:12.245Z Compiling lru-cache v0.1.2
24892026-05-12T14:28:12.266Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-05-12T14:28:12.269Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-05-12T14:28:12.306Z Compiling unicode-xid v0.2.6
24922026-05-12T14:28:12.329Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-12T14:28:12.386Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24942026-05-12T14:28:12.422Z Compiling hickory-proto v0.24.4
24952026-05-12T14:28:12.446Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-12T14:28:12.468Z Compiling convert_case v0.10.0
24972026-05-12T14:28:12.665Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-12T14:28:12.758Z Compiling derive_more-impl v2.1.1
24992026-05-12T14:28:13.310Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-12T14:28:13.550Z Compiling derive_more v2.1.1
25012026-05-12T14:28:13.577Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-12T14:28:13.662Z Compiling papergrid v0.11.0
25032026-05-12T14:28:13.766Z Compiling tabled_derive v0.7.0
25042026-05-12T14:28:13.789Z Compiling termtree v0.5.1
25052026-05-12T14:28:13.964Z Compiling typify-macro v0.6.2
25062026-05-12T14:28:13.988Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-12T14:28:14.232Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-05-12T14:28:14.481Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-12T14:28:14.655Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-12T14:28:14.884Z Compiling hickory-resolver v0.24.4
25112026-05-12T14:28:15.105Z Compiling tabled v0.15.0
25122026-05-12T14:28:15.132Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-12T14:28:15.498Z Compiling crossterm v0.29.0
25142026-05-12T14:28:15.522Z Compiling typify v0.6.2
25152026-05-12T14:28:15.819Z Compiling progenitor-impl v0.14.0
25162026-05-12T14:28:16.368Z Compiling progenitor-impl v0.13.0
25172026-05-12T14:28:18.015Z Compiling progenitor-macro v0.14.0
25182026-05-12T14:28:18.476Z Compiling qorb v0.4.1
25192026-05-12T14:28:18.534Z Compiling progenitor-macro v0.13.0
25202026-05-12T14:28:19.504Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-05-12T14:28:19.983Z Compiling phf_shared v0.12.1
25222026-05-12T14:28:20.233Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-05-12T14:28:20.566Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25242026-05-12T14:28:20.627Z Compiling csv-core v0.1.13
25252026-05-12T14:28:20.758Z Compiling vte v0.14.1
25262026-05-12T14:28:21.017Z Compiling highway v1.3.0
25272026-05-12T14:28:21.076Z Compiling chrono-tz v0.10.4
25282026-05-12T14:28:21.122Z Compiling strip-ansi-escapes v0.2.1
25292026-05-12T14:28:21.339Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-05-12T14:28:21.631Z Compiling csv v1.4.0
25312026-05-12T14:28:21.714Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-05-12T14:28:21.770Z Compiling phf v0.12.1
25332026-05-12T14:28:21.975Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-05-12T14:28:22.071Z Compiling progenitor v0.14.0
25352026-05-12T14:28:22.248Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-05-12T14:28:22.460Z Compiling const_format_proc_macros v0.2.34
25372026-05-12T14:28:22.513Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-05-12T14:28:22.604Z Compiling progenitor v0.13.0
25392026-05-12T14:28:22.649Z Compiling fd-lock v4.0.4
25402026-05-12T14:28:22.782Z Compiling peg-macros v0.8.5
25412026-05-12T14:28:22.827Z Compiling nu-ansi-term v0.50.3
25422026-05-12T14:28:23.153Z Compiling reedline v0.40.0
25432026-05-12T14:28:23.237Z Compiling const_format v0.2.35
25442026-05-12T14:28:23.464Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-05-12T14:28:24.038Z Compiling peg v0.8.5
25462026-05-12T14:28:24.168Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-12T14:28:25.121Z Compiling bcs v0.1.6
25482026-05-12T14:28:25.321Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-05-12T14:28:25.587Z Compiling semver v0.1.20
25502026-05-12T14:28:25.601Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25512026-05-12T14:28:25.624Z Compiling unicode-linebreak v0.1.5
25522026-05-12T14:28:25.853Z Compiling rustc_version v0.1.7
25532026-05-12T14:28:25.876Z Compiling smawk v0.3.2
25542026-05-12T14:28:25.935Z Compiling humantime v2.3.0
25552026-05-12T14:28:26.079Z Compiling textwrap v0.16.2
25562026-05-12T14:28:26.102Z Compiling newtype_derive v0.1.6
25572026-05-12T14:28:26.439Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25582026-05-12T14:28:26.566Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-12T14:28:26.803Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-12T14:28:27.200Z Compiling dropshot-api-manager-types v0.7.1
25612026-05-12T14:28:27.366Z Compiling base64 v0.21.7
25622026-05-12T14:28:27.633Z Compiling steno v0.4.1
25632026-05-12T14:28:27.767Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-12T14:28:27.822Z Compiling tagptr v0.2.0
25652026-05-12T14:28:27.911Z Compiling utf-8 v0.7.6
25662026-05-12T14:28:28.014Z Compiling moka v0.12.13
25672026-05-12T14:28:28.219Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25682026-05-12T14:28:28.443Z Compiling tungstenite v0.21.0
25692026-05-12T14:28:28.549Z Compiling radium v0.7.0
25702026-05-12T14:28:28.612Z Compiling maybe-uninit v2.0.0
25712026-05-12T14:28:28.803Z Compiling tap v1.0.1
25722026-05-12T14:28:28.953Z Compiling wyz v0.5.1
25732026-05-12T14:28:28.988Z Compiling zerocopy-derive v0.6.6
25742026-05-12T14:28:29.155Z Compiling hickory-resolver v0.25.2
25752026-05-12T14:28:29.196Z Compiling tokio-tungstenite v0.21.0
25762026-05-12T14:28:29.242Z Compiling display-error-chain v0.2.2
25772026-05-12T14:28:29.436Z Compiling crc-catalog v2.4.0
25782026-05-12T14:28:29.565Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25792026-05-12T14:28:29.586Z Compiling funty v2.0.0
25802026-05-12T14:28:29.764Z Compiling packed_struct v0.10.1
25812026-05-12T14:28:30.069Z Compiling bitvec v1.0.1
25822026-05-12T14:28:30.566Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-12T14:28:30.570Z Compiling zerocopy v0.6.6
25842026-05-12T14:28:30.796Z Compiling crc v3.4.0
25852026-05-12T14:28:31.054Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-12T14:28:31.247Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-05-12T14:28:31.385Z Compiling packed_struct_codegen v0.10.1
25882026-05-12T14:28:31.923Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-12T14:28:32.383Z Compiling num-derive v0.3.3
25902026-05-12T14:28:32.974Z Compiling bitfield-macros v0.19.4
25912026-05-12T14:28:33.269Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-12T14:28:33.480Z Compiling indexmap v1.9.3
25932026-05-12T14:28:33.503Z Compiling nodrop v0.1.14
25942026-05-12T14:28:33.613Z Compiling array-init v0.0.4
25952026-05-12T14:28:33.635Z Compiling libscf-sys v1.1.0
25962026-05-12T14:28:33.693Z Compiling proc-macro-error2 v2.0.1
25972026-05-12T14:28:33.721Z Compiling bitfield v0.19.4
25982026-05-12T14:28:33.813Z Compiling smallvec v0.6.14
25992026-05-12T14:28:33.816Z Compiling typify-impl v0.4.3
26002026-05-12T14:28:34.008Z Compiling hashbrown v0.12.3
26012026-05-12T14:28:34.029Z Compiling tabled_derive v0.11.0
26022026-05-12T14:28:34.049Z Compiling serde-hex v0.1.0
26032026-05-12T14:28:34.088Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-05-12T14:28:34.791Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26052026-05-12T14:28:35.035Z Compiling ron v0.8.1
26062026-05-12T14:28:35.094Z Compiling papergrid v0.17.0
26072026-05-12T14:28:35.143Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26082026-05-12T14:28:35.315Z Compiling testing_table v0.3.0
26092026-05-12T14:28:35.462Z Compiling hashbrown v0.13.2
26102026-05-12T14:28:35.736Z Compiling vergen-gitcl v1.0.8
26112026-05-12T14:28:35.758Z Compiling dirs-sys-next v0.1.2
26122026-05-12T14:28:35.970Z Compiling diesel_derives v2.3.7
26132026-05-12T14:28:36.048Z Compiling glob v0.3.3
26142026-05-12T14:28:36.082Z Compiling crunchy v0.2.4
26152026-05-12T14:28:36.166Z Compiling crc-any v2.5.0
26162026-05-12T14:28:36.207Z Compiling maplit v1.0.2
26172026-05-12T14:28:36.259Z Compiling object v0.30.4
26182026-05-12T14:28:36.331Z Compiling tabled v0.20.0
26192026-05-12T14:28:36.432Z Compiling clang-sys v1.8.1
26202026-05-12T14:28:36.491Z Compiling dirs-next v2.0.0
26212026-05-12T14:28:36.602Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-05-12T14:28:36.642Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-12T14:28:36.832Z Compiling dsl_auto_type v0.2.0
26242026-05-12T14:28:36.996Z Compiling scheduled-thread-pool v0.2.7
26252026-05-12T14:28:37.250Z Compiling typify-macro v0.4.3
26262026-05-12T14:28:37.287Z Compiling diesel_table_macro_syntax v0.3.0
26272026-05-12T14:28:37.392Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-12T14:28:37.427Z Compiling tiny-keccak v2.0.2
26292026-05-12T14:28:37.519Z Compiling path-slash v0.1.5
26302026-05-12T14:28:37.598Z Compiling xshell-macros v0.2.7
26312026-05-12T14:28:37.620Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-12T14:28:37.717Z Compiling r2d2 v0.8.10
26332026-05-12T14:28:37.770Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26342026-05-12T14:28:37.987Z Compiling xshell v0.2.7
26352026-05-12T14:28:38.013Z Compiling term v0.7.0
26362026-05-12T14:28:38.534Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-12T14:28:38.571Z Compiling bit-vec v0.6.3
26382026-05-12T14:28:38.591Z Compiling downcast-rs v2.0.2
26392026-05-12T14:28:38.763Z Compiling ascii-canvas v3.0.0
26402026-05-12T14:28:38.973Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-05-12T14:28:39.011Z Compiling bit-set v0.5.3
26422026-05-12T14:28:39.033Z Compiling itertools v0.10.5
26432026-05-12T14:28:39.203Z Compiling ena v0.14.4
26442026-05-12T14:28:39.320Z Compiling libloading v0.8.9
26452026-05-12T14:28:39.447Z Compiling regex-syntax v0.6.29
26462026-05-12T14:28:39.552Z Compiling unicase v2.9.0
26472026-05-12T14:28:39.892Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-05-12T14:28:40.119Z Compiling crc8 v0.1.1
26492026-05-12T14:28:40.182Z Compiling diff v0.1.13
26502026-05-12T14:28:40.256Z Compiling bindgen v0.71.1
26512026-05-12T14:28:40.598Z Compiling typify v0.4.3
26522026-05-12T14:28:40.760Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-12T14:28:40.826Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-12T14:28:41.078Z Compiling lalrpop v0.19.12
26552026-05-12T14:28:41.371Z Compiling cexpr v0.6.0
26562026-05-12T14:28:41.403Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-05-12T14:28:41.445Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-05-12T14:28:41.628Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-05-12T14:28:41.686Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-12T14:28:41.996Z Compiling headers-core v0.3.0
26612026-05-12T14:28:41.999Z Compiling libxml v0.3.3
26622026-05-12T14:28:42.167Z Compiling headers v0.4.1
26632026-05-12T14:28:42.325Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-05-12T14:28:42.358Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26652026-05-12T14:28:42.419Z Compiling diesel v2.3.7
26662026-05-12T14:28:42.585Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-12T14:28:43.060Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-12T14:28:43.521Z Compiling strum_macros v0.24.3
26692026-05-12T14:28:43.577Z Compiling indoc v1.0.9
26702026-05-12T14:28:44.078Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-12T14:28:44.174Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-12T14:28:44.306Z Compiling derive_builder v0.20.2
26732026-05-12T14:28:44.478Z Compiling oso-derive v0.27.3
26742026-05-12T14:28:44.769Z Compiling quick-xml v0.37.5
26752026-05-12T14:28:44.983Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-12T14:28:45.754Z Compiling half v1.8.3
26772026-05-12T14:28:45.775Z Compiling openssl-probe v0.1.6
26782026-05-12T14:28:45.827Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-05-12T14:28:46.023Z Compiling serde_cbor v0.11.2
26802026-05-12T14:28:46.069Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-05-12T14:28:46.193Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-12T14:28:46.257Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-12T14:28:46.518Z Compiling bb8 v0.8.6
26842026-05-12T14:28:46.559Z Compiling trait-variant v0.1.2
26852026-05-12T14:28:46.785Z Compiling samael v0.0.19
26862026-05-12T14:28:46.891Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26872026-05-12T14:28:47.080Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26882026-05-12T14:28:47.106Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26892026-05-12T14:28:47.163Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902026-05-12T14:28:47.420Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-05-12T14:28:47.467Z Compiling fxhash v0.2.1
26922026-05-12T14:28:47.489Z Compiling salty v0.3.0
26932026-05-12T14:28:47.706Z Compiling progenitor-impl v0.10.0
26942026-05-12T14:28:47.803Z Compiling progenitor-impl v0.11.2
26952026-05-12T14:28:47.869Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-12T14:28:47.977Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-12T14:28:48.397Z Compiling kstat-rs v0.2.4
26982026-05-12T14:28:48.429Z Compiling libz-sys v1.1.24
26992026-05-12T14:28:48.554Z Compiling polar-core v0.27.3
27002026-05-12T14:28:48.576Z Compiling nonempty v0.12.0
27012026-05-12T14:28:48.802Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27022026-05-12T14:28:48.892Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27032026-05-12T14:28:49.846Z Compiling progenitor-macro v0.10.0
27042026-05-12T14:28:49.953Z Compiling progenitor-macro v0.11.2
27052026-05-12T14:28:51.159Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-12T14:28:52.569Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-12T14:28:52.685Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-12T14:28:53.147Z Compiling progenitor-client v0.11.2
27092026-05-12T14:28:53.330Z Compiling darling_core v0.23.0
27102026-05-12T14:28:53.676Z Compiling nanorand v0.7.0
27112026-05-12T14:28:53.962Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27122026-05-12T14:28:53.990Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-05-12T14:28:54.054Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27142026-05-12T14:28:55.519Z Compiling arc-swap v1.8.2
27152026-05-12T14:28:55.898Z Compiling fs-err v2.11.0
27162026-05-12T14:28:56.215Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27172026-05-12T14:28:57.417Z Compiling oso v0.27.3
27182026-05-12T14:28:58.352Z Compiling parking_lot_core v0.8.6
27192026-05-12T14:28:58.681Z Compiling mime_guess v2.0.5
27202026-05-12T14:28:58.844Z Compiling slog-scope v4.4.1
27212026-05-12T14:28:59.206Z Compiling darling_macro v0.23.0
27222026-05-12T14:28:59.292Z Compiling progenitor v0.10.0
27232026-05-12T14:28:59.705Z Compiling diesel-dtrace v0.5.0
27242026-05-12T14:29:00.031Z Compiling async-bb8-diesel v0.2.1
27252026-05-12T14:29:00.488Z Compiling progenitor v0.11.2
27262026-05-12T14:29:00.542Z Compiling flume v0.11.1
27272026-05-12T14:29:00.702Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-05-12T14:29:00.968Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27292026-05-12T14:29:01.966Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-05-12T14:29:02.910Z Compiling primeorder v0.13.6
27312026-05-12T14:29:03.245Z Compiling git-stub v1.0.0
27322026-05-12T14:29:03.336Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-12T14:29:03.502Z Compiling instability v0.3.11
27342026-05-12T14:29:03.524Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-05-12T14:29:03.783Z Compiling git-stub-vcs v0.1.0
27362026-05-12T14:29:03.806Z Compiling p384 v0.13.1
27372026-05-12T14:29:03.876Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-12T14:29:04.164Z Compiling darling v0.23.0
27392026-05-12T14:29:04.331Z Compiling slog-stdlog v4.1.1
27402026-05-12T14:29:04.933Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-12T14:29:05.022Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-05-12T14:29:05.138Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-12T14:29:05.160Z Compiling ignore v0.4.25
27442026-05-12T14:29:05.407Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-12T14:29:05.988Z Compiling castaway v0.2.4
27462026-05-12T14:29:06.147Z Compiling atty v0.2.14
27472026-05-12T14:29:06.318Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-12T14:29:06.341Z Compiling parse-size v1.1.0
27492026-05-12T14:29:06.558Z Compiling http-range v0.1.5
27502026-05-12T14:29:06.581Z Compiling indoc v2.0.7
27512026-05-12T14:29:06.895Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-12T14:29:06.899Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-12T14:29:07.612Z Compiling compact_str v0.8.1
27542026-05-12T14:29:07.718Z Compiling globwalk v0.9.1
27552026-05-12T14:29:08.549Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-12T14:29:08.788Z Compiling parking_lot v0.11.2
27572026-05-12T14:29:09.703Z Compiling slog-envlogger v2.2.0
27582026-05-12T14:29:10.191Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-12T14:29:10.677Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-12T14:29:10.874Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-12T14:29:10.900Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-12T14:29:10.980Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-12T14:29:11.245Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-12T14:29:11.278Z Compiling predicates-tree v1.0.13
27652026-05-12T14:29:11.704Z Compiling unicode-truncate v1.1.0
27662026-05-12T14:29:11.745Z Compiling lru v0.12.5
27672026-05-12T14:29:11.832Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-12T14:29:11.919Z Compiling rand_seeder v0.4.0
27692026-05-12T14:29:11.976Z Compiling prefix-trie v0.7.0
27702026-05-12T14:29:12.187Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-12T14:29:12.319Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-12T14:29:12.376Z Compiling vergen-git2 v1.0.7
27732026-05-12T14:29:12.456Z Compiling corncobs v0.1.4
27742026-05-12T14:29:12.478Z Compiling cassowary v0.3.0
27752026-05-12T14:29:12.531Z Compiling hickory-server v0.25.2
27762026-05-12T14:29:12.644Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-12T14:29:12.706Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-05-12T14:29:12.787Z Compiling ratatui v0.29.0
27792026-05-12T14:29:12.856Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-12T14:29:13.007Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27812026-05-12T14:29:13.062Z Compiling camino-tempfile-ext v0.3.3
27822026-05-12T14:29:13.350Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-12T14:29:13.612Z Compiling hyper-staticfile v0.10.1
27842026-05-12T14:29:13.735Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27852026-05-12T14:29:13.874Z Compiling sled v0.34.7
27862026-05-12T14:29:14.500Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-12T14:29:14.823Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-12T14:29:15.169Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-12T14:29:16.546Z Compiling secrecy v0.8.0
27902026-05-12T14:29:16.768Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-05-12T14:29:17.004Z Compiling rustls v0.21.12
27922026-05-12T14:29:17.586Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-12T14:29:18.363Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-12T14:29:18.430Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-12T14:29:19.164Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-12T14:29:19.833Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-12T14:29:20.408Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-12T14:29:20.433Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-12T14:29:21.020Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-12T14:29:21.576Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-05-12T14:29:21.800Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-05-12T14:29:22.028Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-12T14:29:22.256Z Compiling rustls-webpki v0.101.7
28042026-05-12T14:29:22.681Z Compiling sct v0.7.1
28052026-05-12T14:29:22.925Z Compiling nix v0.29.0
28062026-05-12T14:29:22.964Z Compiling dropshot v0.16.7
28072026-05-12T14:29:23.207Z Compiling void v1.0.2
28082026-05-12T14:29:23.353Z Compiling lzss v0.8.2
28092026-05-12T14:29:23.465Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-12T14:29:23.494Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-12T14:29:23.624Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-12T14:29:23.930Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-12T14:29:24.922Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-12T14:29:24.970Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-12T14:29:25.216Z Compiling tungstenite v0.23.0
28162026-05-12T14:29:25.644Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-12T14:29:26.122Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-05-12T14:29:26.350Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-12T14:29:26.353Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-05-12T14:29:26.587Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-05-12T14:29:26.608Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-12T14:29:26.816Z Compiling nix v0.27.1
28232026-05-12T14:29:27.587Z Compiling dropshot_endpoint v0.16.7
28242026-05-12T14:29:27.612Z Compiling serde_bytes v0.11.19
28252026-05-12T14:29:27.822Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28262026-05-12T14:29:27.997Z Compiling tokio-tungstenite v0.23.1
28272026-05-12T14:29:28.020Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-05-12T14:29:28.380Z Compiling tokio-rustls v0.24.1
28292026-05-12T14:29:29.111Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28302026-05-12T14:29:29.263Z Compiling git2 v0.20.4
28312026-05-12T14:29:30.773Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-12T14:29:32.830Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-12T14:29:33.136Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-12T14:29:33.699Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-12T14:29:33.830Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-12T14:29:34.130Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-12T14:29:34.328Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-12T14:29:35.823Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-12T14:29:36.564Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-12T14:29:36.719Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-12T14:29:37.238Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-12T14:29:37.652Z Compiling rustls-pemfile v1.0.4
28432026-05-12T14:29:38.080Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28442026-05-12T14:29:38.198Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28452026-05-12T14:29:38.863Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-05-12T14:29:39.290Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28472026-05-12T14:29:41.387Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-12T14:29:41.508Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-12T14:29:41.620Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-12T14:29:41.645Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-12T14:29:41.863Z Compiling signal-hook-tokio v0.3.1
28522026-05-12T14:29:42.083Z Compiling twox-hash v2.1.2
28532026-05-12T14:29:42.183Z Compiling yasna v0.5.2
28542026-05-12T14:29:42.486Z Compiling is_ci v1.2.0
28552026-05-12T14:29:42.644Z Compiling supports-color v3.0.2
28562026-05-12T14:29:42.933Z Compiling rcgen v0.12.1
28572026-05-12T14:29:43.055Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-12T14:29:43.502Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-12T14:29:43.532Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-12T14:29:43.732Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-12T14:29:43.816Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-12T14:29:44.035Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-12T14:29:45.179Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28642026-05-12T14:29:45.987Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28652026-05-12T14:29:46.508Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28662026-05-12T14:29:47.413Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-12T14:29:47.553Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28682026-05-12T14:29:47.783Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28692026-05-12T14:29:48.012Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-12T14:29:48.233Z Compiling fatfs v0.3.6
28712026-05-12T14:29:48.400Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-12T14:29:48.805Z Compiling subprocess v0.2.15
28732026-05-12T14:29:49.409Z Compiling rtoolbox v0.0.3
28742026-05-12T14:29:49.435Z Compiling seq-macro v0.3.6
28752026-05-12T14:29:49.695Z Compiling assert_matches v1.5.0
28762026-05-12T14:29:49.813Z Compiling rpassword v7.4.0
28772026-05-12T14:29:49.941Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-05-12T14:29:50.134Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-12T14:29:51.028Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-12T14:29:51.185Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28812026-05-12T14:29:51.329Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-05-12T14:29:52.054Z Compiling tui-tree-widget v0.23.1
28832026-05-12T14:29:52.345Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-12T14:29:52.596Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-12T14:29:53.117Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-12T14:29:53.715Z Compiling uzers v0.12.2
28872026-05-12T14:29:54.219Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-12T14:29:55.055Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-12T14:29:55.821Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-12T14:29:56.793Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-12T14:29:58.990Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-05-12T14:30:00.063Z Compiling support-bundle-viewer v0.1.2
28932026-05-12T14:30:01.244Z Compiling multimap v0.10.1
28942026-05-12T14:30:09.547Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28952026-05-12T14:30:09.857Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28962026-05-12T14:30:11.437Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-05-12T14:30:19.656Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-12T14:35:49.031Z Finished `release` profile [optimized] target(s) in 7m 41s
28992026-05-12T14:36:33.369Z
29002026-05-12T14:36:33.369Zreal 8:27.096365037
29012026-05-12T14:36:33.369Zuser 1:17:52.690589969
29022026-05-12T14:36:33.373Zsys 3:25.260765678
29032026-05-12T14:36:33.373Ztrap 1.761294938
29042026-05-12T14:36:33.373Ztflt 2.636833360
29052026-05-12T14:36:33.373Zdflt 15.556281514
29062026-05-12T14:36:33.373Zkflt 0.079820785
29072026-05-12T14:36:33.373Zlock 6:26:50.070583600
29082026-05-12T14:36:33.373Zslp 2:13:02.738931532
29092026-05-12T14:36:33.373Zlat 2:23.566152036
29102026-05-12T14:36:33.373Zstop 5:07.966796784
29112026-05-12T14:36:33.373Z+ mapfile -t packages
29122026-05-12T14:36:33.373Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-05-12T14:36:34.331Z Finished `release` profile [optimized] target(s) in 0.95s
29142026-05-12T14:36:34.404Z Running `target/release/omicron-package -t test list-outputs`
29152026-05-12T14:36:34.459ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-05-12T14:36:34.462Z+ ptime -m cargo build --locked --release -p xtask
29172026-05-12T14:36:34.994Z Compiling libc v0.2.185
29182026-05-12T14:36:34.994Z Compiling serde v1.0.228
29192026-05-12T14:36:34.994Z Compiling serde_core v1.0.228
29202026-05-12T14:36:34.997Z Compiling rustix v1.1.3
29212026-05-12T14:36:35.088Z Compiling serde_json v1.0.149
29222026-05-12T14:36:35.091Z Compiling bitflags v2.11.0
29232026-05-12T14:36:35.136Z Compiling num-traits v0.2.19
29242026-05-12T14:36:35.145Z Compiling syn v2.0.117
29252026-05-12T14:36:35.154Z Compiling smallvec v1.15.1
29262026-05-12T14:36:35.170Z Compiling indexmap v2.14.0
29272026-05-12T14:36:35.180Z Compiling usdt-impl v0.5.0
29282026-05-12T14:36:35.193Z Compiling syn v1.0.109
29292026-05-12T14:36:35.204Z Compiling log v0.4.29
29302026-05-12T14:36:35.216Z Compiling getrandom v0.4.1
29312026-05-12T14:36:35.368Z Compiling percent-encoding v2.3.2
29322026-05-12T14:36:35.525Z Compiling form_urlencoded v1.2.2
29332026-05-12T14:36:35.570Z Compiling fs-err v3.3.0
29342026-05-12T14:36:35.593Z Compiling heck v0.4.1
29352026-05-12T14:36:35.605Z Compiling anyhow v1.0.102
29362026-05-12T14:36:35.625Z Compiling once_cell v1.21.3
29372026-05-12T14:36:35.841Z Compiling errno v0.3.14
29382026-05-12T14:36:35.844Z Compiling thread-id v4.2.2
29392026-05-12T14:36:35.844Z Compiling memmap v0.7.0
29402026-05-12T14:36:36.170Z Compiling ordered-float v2.10.1
29412026-05-12T14:36:36.677Z Compiling proc-macro-error v1.0.4
29422026-05-12T14:36:36.850Z Compiling terminal_size v0.4.3
29432026-05-12T14:36:36.850Z Compiling tempfile v3.25.0
29442026-05-12T14:36:36.917Z Compiling tabled_derive v0.7.0
29452026-05-12T14:36:36.944Z Compiling clap_builder v4.5.60
29462026-05-12T14:36:36.944Z Compiling textwrap v0.16.2
29472026-05-12T14:36:37.084Z Compiling camino-tempfile v1.4.1
29482026-05-12T14:36:37.592Z Compiling tabled v0.15.0
29492026-05-12T14:36:37.692Z Compiling synstructure v0.13.2
29502026-05-12T14:36:37.692Z Compiling pest_generator v2.8.6
29512026-05-12T14:36:38.100Z Compiling serde_derive v1.0.228
29522026-05-12T14:36:38.100Z Compiling zerofrom-derive v0.1.6
29532026-05-12T14:36:38.100Z Compiling yoke-derive v0.8.1
29542026-05-12T14:36:38.104Z Compiling zerovec-derive v0.11.2
29552026-05-12T14:36:38.104Z Compiling displaydoc v0.2.5
29562026-05-12T14:36:38.104Z Compiling thiserror-impl v1.0.69
29572026-05-12T14:36:38.104Z Compiling zerocopy-derive v0.7.35
29582026-05-12T14:36:38.104Z Compiling scroll_derive v0.12.1
29592026-05-12T14:36:38.229Z Compiling pest_derive v2.8.6
29602026-05-12T14:36:38.670Z Compiling thiserror-impl v2.0.18
29612026-05-12T14:36:38.814Z Compiling scroll v0.12.0
29622026-05-12T14:36:38.825Z Compiling clap_derive v4.5.55
29632026-05-12T14:36:38.929Z Compiling zerocopy v0.7.35
29642026-05-12T14:36:39.081Z Compiling goblin v0.8.2
29652026-05-12T14:36:39.258Z Compiling zerofrom v0.1.6
29662026-05-12T14:36:39.303Z Compiling thiserror v1.0.69
29672026-05-12T14:36:39.407Z Compiling yoke v0.8.1
29682026-05-12T14:36:39.418Z Compiling dtrace-parser v0.2.0
29692026-05-12T14:36:39.595Z Compiling zerovec v0.11.5
29702026-05-12T14:36:39.598Z Compiling zerotrie v0.2.3
29712026-05-12T14:36:39.859Z Compiling thiserror v2.0.18
29722026-05-12T14:36:40.203Z Compiling tinystr v0.8.2
29732026-05-12T14:36:40.439Z Compiling icu_locale_core v2.1.1
29742026-05-12T14:36:40.480Z Compiling potential_utf v0.1.4
29752026-05-12T14:36:40.692Z Compiling icu_collections v2.1.1
29762026-05-12T14:36:41.274Z Compiling icu_provider v2.1.1
29772026-05-12T14:36:41.443Z Compiling serde_spanned v0.6.9
29782026-05-12T14:36:41.530Z Compiling toml_datetime v0.6.11
29792026-05-12T14:36:41.638Z Compiling icu_normalizer v2.1.1
29802026-05-12T14:36:41.685Z Compiling icu_properties v2.1.2
29812026-05-12T14:36:41.711Z Compiling dof v0.3.0
29822026-05-12T14:36:41.747Z Compiling toml_edit v0.22.27
29832026-05-12T14:36:41.760Z Compiling serde-value v0.7.0
29842026-05-12T14:36:41.793Z Compiling cargo-platform v0.2.0
29852026-05-12T14:36:41.925Z Compiling serde_tokenstream v0.2.3
29862026-05-12T14:36:42.282Z Compiling macaddr v1.0.1
29872026-05-12T14:36:42.293Z Compiling clap v4.5.60
29882026-05-12T14:36:42.578Z Compiling idna_adapter v1.2.1
29892026-05-12T14:36:42.687Z Compiling idna v1.1.0
29902026-05-12T14:36:42.740Z Compiling usdt-macro v0.5.0
29912026-05-12T14:36:42.770Z Compiling usdt-attr-macro v0.5.0
29922026-05-12T14:36:43.111Z Compiling url v2.5.8
29932026-05-12T14:36:43.367Z Compiling toml v0.8.23
29942026-05-12T14:36:43.428Z Compiling usdt v0.5.0
29952026-05-12T14:36:43.837Z Compiling cargo-util-schemas v0.8.2
29962026-05-12T14:36:43.837Z Compiling cargo_toml v0.21.0
29972026-05-12T14:36:44.877Z Compiling cargo_metadata v0.21.0
29982026-05-12T14:36:47.913Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-05-12T14:36:50.917Z Finished `release` profile [optimized] target(s) in 16.44s
30002026-05-12T14:36:51.078Z
30012026-05-12T14:36:51.078Zreal 16.582151990
30022026-05-12T14:36:51.078Zuser 2:22.184647635
30032026-05-12T14:36:51.081Zsys 16.494058303
30042026-05-12T14:36:51.081Ztrap 0.093701869
30052026-05-12T14:36:51.081Ztflt 0.538066997
30062026-05-12T14:36:51.081Zdflt 1.399906983
30072026-05-12T14:36:51.082Zkflt 0.031677826
30082026-05-12T14:36:51.082Zlock 5:20.644152966
30092026-05-12T14:36:51.082Zslp 3:28.765557923
30102026-05-12T14:36:51.082Zlat 6.690261101
30112026-05-12T14:36:51.082Zstop 18.612233684
30122026-05-12T14:36:51.082Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-05-12T14:36:51.082Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-05-12T14:36:51.082Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-05-12T14:36:51.082Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-05-12T14:36:51.082Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-05-12T14:36:52.024Z Compiling newtype-uuid-macros v0.1.0
30182026-05-12T14:36:52.024Z Compiling regress v0.10.5
30192026-05-12T14:36:52.024Z Compiling structmeta-derive v0.3.0
30202026-05-12T14:36:52.027Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-05-12T14:36:52.027Z Compiling rustls v0.22.4
30222026-05-12T14:36:52.182Z Compiling rustls-webpki v0.102.8
30232026-05-12T14:36:52.185Z Compiling multer v3.1.0
30242026-05-12T14:36:52.197Z Compiling compression-core v0.4.31
30252026-05-12T14:36:52.200Z Compiling debug-ignore v1.0.5
30262026-05-12T14:36:52.201Z Compiling match_cfg v0.1.0
30272026-05-12T14:36:52.201Z Compiling slog-json v2.6.1
30282026-05-12T14:36:52.201Z Compiling async-stream-impl v0.3.6
30292026-05-12T14:36:52.201Z Compiling serde_spanned v1.0.4
30302026-05-12T14:36:52.201Z Compiling toml_datetime v1.0.0+spec-1.1.0
30312026-05-12T14:36:52.204Z Compiling dropshot v0.17.0
30322026-05-12T14:36:52.204Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-05-12T14:36:52.399Z Compiling itertools v0.14.0
30342026-05-12T14:36:52.484Z Compiling hostname v0.3.1
30352026-05-12T14:36:52.484Z Compiling toml v1.0.6+spec-1.1.0
30362026-05-12T14:36:52.487Z Compiling waitgroup v0.1.2
30372026-05-12T14:36:52.518Z Compiling compression-codecs v0.4.37
30382026-05-12T14:36:52.568Z Compiling rustls-pemfile v2.2.0
30392026-05-12T14:36:52.568Z Compiling dropshot_endpoint v0.17.0
30402026-05-12T14:36:52.602Z Compiling slog-bunyan v2.5.0
30412026-05-12T14:36:52.602Z Compiling serde_path_to_error v0.1.20
30422026-05-12T14:36:52.660Z Compiling hostname v0.4.2
30432026-05-12T14:36:52.701Z Compiling progenitor-client v0.14.0
30442026-05-12T14:36:52.778Z Compiling async-compression v0.4.41
30452026-05-12T14:36:52.795Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-05-12T14:36:52.821Z Compiling macaddr v1.0.1
30472026-05-12T14:36:52.857Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-12T14:36:52.966Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30492026-05-12T14:36:52.982Z Compiling async-stream v0.3.6
30502026-05-12T14:36:52.997Z Compiling instant v0.1.13
30512026-05-12T14:36:53.001Z Compiling progenitor-client v0.10.0
30522026-05-12T14:36:53.045Z Compiling backon v1.6.0
30532026-05-12T14:36:53.072Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-05-12T14:36:53.118Z Compiling backoff v0.4.0
30552026-05-12T14:36:53.134Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30562026-05-12T14:36:53.174Z Compiling universal-hash v0.5.1
30572026-05-12T14:36:53.225Z Compiling opaque-debug v0.3.1
30582026-05-12T14:36:53.242Z Compiling progenitor-extras v0.2.0
30592026-05-12T14:36:53.266Z Compiling structmeta v0.3.0
30602026-05-12T14:36:53.283Z Compiling half v2.7.1
30612026-05-12T14:36:53.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-05-12T14:36:53.332Z Compiling crucible-workspace-hack v0.1.0
30632026-05-12T14:36:53.335Z Compiling unsafe-libyaml v0.2.11
30642026-05-12T14:36:53.366Z Compiling ciborium-io v0.2.2
30652026-05-12T14:36:53.366Z Compiling convert_case v0.4.0
30662026-05-12T14:36:53.468Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30672026-05-12T14:36:53.498Z Compiling regress v0.11.1
30682026-05-12T14:36:53.520Z Compiling derive-ex v0.1.8
30692026-05-12T14:36:53.524Z Compiling parse-display-derive v0.10.0
30702026-05-12T14:36:53.557Z Compiling ciborium-ll v0.2.2
30712026-05-12T14:36:53.611Z Compiling aead v0.5.2
30722026-05-12T14:36:53.628Z Compiling secrecy v0.10.3
30732026-05-12T14:36:53.684Z Compiling poly1305 v0.8.0
30742026-05-12T14:36:53.737Z Compiling chacha20 v0.9.1
30752026-05-12T14:36:53.755Z Compiling ciborium v0.2.2
30762026-05-12T14:36:53.771Z Compiling derive_more v0.99.20
30772026-05-12T14:36:53.800Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-05-12T14:36:53.817Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-12T14:36:53.837Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30802026-05-12T14:36:53.885Z Compiling serde_yaml v0.9.34+deprecated
30812026-05-12T14:36:54.023Z Compiling thiserror-impl-no-std v2.0.2
30822026-05-12T14:36:54.063Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-05-12T14:36:54.123Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30842026-05-12T14:36:54.176Z Compiling byte-wrapper v0.1.0
30852026-05-12T14:36:54.200Z Compiling password-hash v0.5.0
30862026-05-12T14:36:54.310Z Compiling blake2 v0.10.6
30872026-05-12T14:36:54.350Z Compiling chacha20poly1305 v0.10.1
30882026-05-12T14:36:54.400Z Compiling indent_write v2.2.0
30892026-05-12T14:36:54.451Z Compiling heapless v0.8.0
30902026-05-12T14:36:54.533Z Compiling ingot-macros v0.1.1
30912026-05-12T14:36:54.551Z Compiling toml_edit v0.23.10+spec-1.0.0
30922026-05-12T14:36:54.568Z Compiling argon2 v0.5.3
30932026-05-12T14:36:54.645Z Compiling hash32 v0.3.1
30942026-05-12T14:36:54.770Z Compiling tokio-rustls v0.25.0
30952026-05-12T14:36:54.902Z Compiling smoltcp v0.11.0
30962026-05-12T14:36:55.031Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30972026-05-12T14:36:55.278Z Compiling typify-impl v0.6.2
30982026-05-12T14:36:55.323Z Compiling thiserror-no-std v2.0.2
30992026-05-12T14:36:55.326Z Compiling test-strategy v0.4.5
31002026-05-12T14:36:55.326Z Compiling parse-display v0.10.0
31012026-05-12T14:36:55.373Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-05-12T14:36:55.412Z Compiling vsss-rs v3.3.4
31032026-05-12T14:36:55.438Z Compiling proc-macro-crate v3.4.0
31042026-05-12T14:36:55.655Z Compiling tabwriter v1.4.1
31052026-05-12T14:36:55.672Z Compiling num-rational v0.4.2
31062026-05-12T14:36:55.689Z Compiling cobs v0.3.0
31072026-05-12T14:36:55.791Z Compiling num-complex v0.4.6
31082026-05-12T14:36:55.909Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31092026-05-12T14:36:55.926Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-05-12T14:36:56.027Z Compiling num_enum_derive v0.7.5
31112026-05-12T14:36:56.091Z Compiling postcard v1.1.3
31122026-05-12T14:36:56.164Z Compiling num v0.4.3
31132026-05-12T14:36:56.208Z Compiling proc-macro-error v1.0.4
31142026-05-12T14:36:56.264Z Compiling proc-macro-crate v1.3.1
31152026-05-12T14:36:56.282Z Compiling foreign-types-macros v0.2.3
31162026-05-12T14:36:56.299Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31172026-05-12T14:36:56.424Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31182026-05-12T14:36:56.450Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31192026-05-12T14:36:56.468Z Compiling foreign-types-shared v0.3.1
31202026-05-12T14:36:56.557Z Compiling colored v3.1.1
31212026-05-12T14:36:56.588Z Compiling rayon-core v1.13.0
31222026-05-12T14:36:56.611Z Compiling cpufeatures v0.3.0
31232026-05-12T14:36:56.676Z Compiling float-ord v0.3.2
31242026-05-12T14:36:56.704Z Compiling chacha20 v0.10.0
31252026-05-12T14:36:56.721Z Compiling num_enum_derive v0.5.11
31262026-05-12T14:36:56.783Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31272026-05-12T14:36:56.857Z Compiling crossbeam-deque v0.8.6
31282026-05-12T14:36:56.927Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31292026-05-12T14:36:56.945Z Compiling foreign-types v0.5.0
31302026-05-12T14:36:56.963Z Compiling camino-tempfile v1.4.1
31312026-05-12T14:36:56.963Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-05-12T14:36:56.998Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-05-12T14:36:57.018Z Compiling cstr-argument v0.1.2
31342026-05-12T14:36:57.049Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31352026-05-12T14:36:57.083Z Compiling rand v0.10.0
31362026-05-12T14:36:57.140Z Compiling num_enum v0.7.5
31372026-05-12T14:36:57.197Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31382026-05-12T14:36:57.235Z Compiling toml v0.8.23
31392026-05-12T14:36:57.293Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-12T14:36:57.309Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-12T14:36:57.453Z Compiling ingot-types v0.1.2
31422026-05-12T14:36:57.471Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-05-12T14:36:57.487Z Compiling rayon v1.11.0
31442026-05-12T14:36:57.506Z Compiling zone_cfg_derive v0.3.1
31452026-05-12T14:36:57.525Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-12T14:36:57.542Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-12T14:36:57.561Z Compiling itertools v0.12.1
31482026-05-12T14:36:57.624Z Compiling num-derive v0.4.2
31492026-05-12T14:36:57.679Z Compiling sigpipe v0.1.3
31502026-05-12T14:36:57.770Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31512026-05-12T14:36:57.817Z Compiling glob v0.3.3
31522026-05-12T14:36:57.837Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-12T14:36:57.853Z Compiling num_enum v0.5.11
31542026-05-12T14:36:57.945Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-05-12T14:36:57.970Z Compiling ingot v0.1.1
31562026-05-12T14:36:57.973Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31572026-05-12T14:36:58.002Z Compiling smf v0.2.3
31582026-05-12T14:36:58.045Z Compiling prettyplease v0.2.37
31592026-05-12T14:36:58.098Z Compiling whoami v1.6.1
31602026-05-12T14:36:58.101Z Compiling gethostname v0.5.0
31612026-05-12T14:36:58.249Z Compiling atomicwrites v0.4.4
31622026-05-12T14:36:58.266Z Compiling usdt-attr-macro v0.5.0
31632026-05-12T14:36:58.329Z Compiling usdt-macro v0.5.0
31642026-05-12T14:36:58.430Z Compiling memmap v0.7.0
31652026-05-12T14:36:58.471Z Compiling derive-where v1.6.0
31662026-05-12T14:36:58.523Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-05-12T14:36:58.574Z Compiling progenitor-client v0.13.0
31682026-05-12T14:36:58.647Z Compiling owo-colors v4.3.0
31692026-05-12T14:36:58.668Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31702026-05-12T14:36:58.689Z Compiling resolv-conf v0.7.6
31712026-05-12T14:36:58.866Z Compiling zone v0.3.1
31722026-05-12T14:36:58.927Z Compiling cancel-safe-futures v0.1.5
31732026-05-12T14:36:59.064Z Compiling libsw-core v0.3.2
31742026-05-12T14:36:59.081Z Compiling console v0.15.11
31752026-05-12T14:36:59.121Z Compiling newline-converter v0.3.0
31762026-05-12T14:36:59.142Z Compiling usdt v0.5.0
31772026-05-12T14:36:59.174Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-05-12T14:36:59.269Z Compiling libsw v3.5.0
31792026-05-12T14:36:59.327Z Compiling libefi-sys v0.1.0
31802026-05-12T14:36:59.357Z Compiling linear-map v1.2.0
31812026-05-12T14:36:59.449Z Compiling hickory-proto v0.24.4
31822026-05-12T14:36:59.499Z Compiling expectorate v1.2.0
31832026-05-12T14:36:59.524Z Compiling bitfield-struct v0.6.2
31842026-05-12T14:36:59.569Z Compiling semver v0.1.20
31852026-05-12T14:36:59.586Z Compiling linked-hash-map v0.5.6
31862026-05-12T14:36:59.643Z Compiling tokio-dtrace v0.1.1
31872026-05-12T14:36:59.693Z Compiling dropshot-api-manager-types v0.7.1
31882026-05-12T14:36:59.727Z Compiling slog-dtrace v0.3.0
31892026-05-12T14:36:59.796Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31902026-05-12T14:36:59.813Z Compiling rustc_version v0.1.7
31912026-05-12T14:36:59.832Z Compiling lru-cache v0.1.2
31922026-05-12T14:36:59.853Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-05-12T14:36:59.870Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-05-12T14:36:59.888Z Compiling minimal-lexical v0.2.1
31952026-05-12T14:36:59.935Z Compiling typify-macro v0.6.2
31962026-05-12T14:36:59.953Z Compiling oxide-tokio-rt v0.1.4
31972026-05-12T14:36:59.956Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-05-12T14:37:00.006Z Compiling typify-impl v0.4.3
31992026-05-12T14:37:00.009Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-05-12T14:37:00.041Z Compiling phf_shared v0.12.1
32012026-05-12T14:37:00.058Z Compiling csv-core v0.1.13
32022026-05-12T14:37:00.076Z Compiling newtype_derive v0.1.6
32032026-05-12T14:37:00.181Z Compiling nom v7.1.3
32042026-05-12T14:37:00.225Z Compiling chrono-tz v0.10.4
32052026-05-12T14:37:00.242Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-05-12T14:37:00.258Z Compiling highway v1.3.0
32072026-05-12T14:37:00.284Z Compiling xshell-macros v0.2.7
32082026-05-12T14:37:00.351Z Compiling csv v1.4.0
32092026-05-12T14:37:00.368Z Compiling const_format_proc_macros v0.2.34
32102026-05-12T14:37:00.462Z Compiling phf v0.12.1
32112026-05-12T14:37:00.568Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-12T14:37:00.621Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-12T14:37:00.647Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-12T14:37:00.663Z Compiling primeorder v0.13.6
32152026-05-12T14:37:00.915Z Compiling xshell v0.2.7
32162026-05-12T14:37:00.949Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32172026-05-12T14:37:00.989Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32182026-05-12T14:37:01.053Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32192026-05-12T14:37:01.089Z Compiling tabled_derive v0.7.0
32202026-05-12T14:37:01.224Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32212026-05-12T14:37:01.241Z Compiling const_format v0.2.35
32222026-05-12T14:37:01.463Z Compiling bcs v0.1.6
32232026-05-12T14:37:01.555Z Compiling salty v0.3.0
32242026-05-12T14:37:01.573Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-05-12T14:37:01.589Z Compiling termtree v0.5.1
32262026-05-12T14:37:01.615Z Compiling hickory-resolver v0.24.4
32272026-05-12T14:37:01.770Z Compiling textwrap v0.16.2
32282026-05-12T14:37:01.789Z Compiling typify v0.6.2
32292026-05-12T14:37:01.808Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32302026-05-12T14:37:01.826Z Compiling steno v0.4.1
32312026-05-12T14:37:01.863Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32322026-05-12T14:37:01.928Z Compiling progenitor-impl v0.14.0
32332026-05-12T14:37:02.033Z Compiling progenitor-impl v0.13.0
32342026-05-12T14:37:02.053Z Compiling radium v0.7.0
32352026-05-12T14:37:02.114Z Compiling tabled v0.15.0
32362026-05-12T14:37:02.135Z Compiling humantime v2.3.0
32372026-05-12T14:37:02.265Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32382026-05-12T14:37:02.355Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32392026-05-12T14:37:02.436Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-05-12T14:37:02.454Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-05-12T14:37:02.470Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32422026-05-12T14:37:02.733Z Compiling qorb v0.4.1
32432026-05-12T14:37:02.856Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-05-12T14:37:03.394Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32452026-05-12T14:37:03.436Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32462026-05-12T14:37:03.517Z Compiling base64 v0.21.7
32472026-05-12T14:37:03.655Z Compiling tagptr v0.2.0
32482026-05-12T14:37:03.839Z Compiling moka v0.12.13
32492026-05-12T14:37:03.901Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32502026-05-12T14:37:04.072Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-05-12T14:37:04.344Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32522026-05-12T14:37:04.403Z Compiling p384 v0.13.1
32532026-05-12T14:37:04.438Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32542026-05-12T14:37:04.461Z Compiling tap v1.0.1
32552026-05-12T14:37:04.531Z Compiling maybe-uninit v2.0.0
32562026-05-12T14:37:04.589Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-05-12T14:37:04.607Z Compiling typify-macro v0.4.3
32582026-05-12T14:37:04.619Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32592026-05-12T14:37:04.644Z Compiling wyz v0.5.1
32602026-05-12T14:37:04.681Z Compiling hickory-resolver v0.25.2
32612026-05-12T14:37:04.749Z Compiling progenitor-macro v0.14.0
32622026-05-12T14:37:04.769Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-05-12T14:37:04.806Z Compiling progenitor-macro v0.13.0
32642026-05-12T14:37:04.904Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-05-12T14:37:04.923Z Compiling proc-macro-error-attr2 v2.0.0
32662026-05-12T14:37:05.008Z Compiling packed_struct v0.10.1
32672026-05-12T14:37:05.100Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32682026-05-12T14:37:05.267Z Compiling parking_lot_core v0.8.6
32692026-05-12T14:37:05.304Z Compiling funty v2.0.0
32702026-05-12T14:37:05.326Z Compiling utf-8 v0.7.6
32712026-05-12T14:37:05.363Z Compiling proc-macro-error2 v2.0.1
32722026-05-12T14:37:05.491Z Compiling tungstenite v0.21.0
32732026-05-12T14:37:05.584Z Compiling polyval v0.6.2
32742026-05-12T14:37:05.639Z Compiling git-stub v1.0.0
32752026-05-12T14:37:05.733Z Compiling bitvec v1.0.1
32762026-05-12T14:37:05.779Z Compiling packed_struct_codegen v0.10.1
32772026-05-12T14:37:05.856Z Compiling num-derive v0.3.3
32782026-05-12T14:37:05.932Z Compiling zerocopy-derive v0.6.6
32792026-05-12T14:37:05.950Z Compiling bitfield-macros v0.19.4
32802026-05-12T14:37:06.111Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-05-12T14:37:06.270Z Compiling indexmap v1.9.3
32822026-05-12T14:37:06.360Z Compiling nodrop v0.1.14
32832026-05-12T14:37:06.378Z Compiling crc-catalog v2.4.0
32842026-05-12T14:37:06.396Z Compiling typify v0.4.3
32852026-05-12T14:37:06.480Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-05-12T14:37:06.498Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-05-12T14:37:06.513Z Compiling progenitor-impl v0.11.2
32882026-05-12T14:37:06.565Z Compiling crc v3.4.0
32892026-05-12T14:37:06.590Z Compiling array-init v0.0.4
32902026-05-12T14:37:06.746Z Compiling bitfield v0.19.4
32912026-05-12T14:37:06.763Z Compiling tokio-tungstenite v0.21.0
32922026-05-12T14:37:06.811Z Compiling git-stub-vcs v0.1.0
32932026-05-12T14:37:06.827Z Compiling libscf-sys v1.1.0
32942026-05-12T14:37:06.854Z Compiling zerocopy v0.6.6
32952026-05-12T14:37:06.935Z Compiling ghash v0.5.1
32962026-05-12T14:37:06.965Z Compiling tabled_derive v0.11.0
32972026-05-12T14:37:06.999Z Compiling smallvec v0.6.14
32982026-05-12T14:37:07.204Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-05-12T14:37:07.221Z Compiling papergrid v0.17.0
33002026-05-12T14:37:07.238Z Compiling testing_table v0.3.0
33012026-05-12T14:37:07.255Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-12T14:37:07.340Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-12T14:37:07.403Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33042026-05-12T14:37:07.433Z Compiling ctr v0.9.2
33052026-05-12T14:37:07.483Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-05-12T14:37:07.647Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-05-12T14:37:07.665Z Compiling hashbrown v0.12.3
33082026-05-12T14:37:07.766Z Compiling unicase v2.9.0
33092026-05-12T14:37:07.830Z Compiling corncobs v0.1.4
33102026-05-12T14:37:07.908Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-12T14:37:07.955Z Compiling aes-gcm v0.10.3
33122026-05-12T14:37:08.006Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-12T14:37:08.027Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-12T14:37:08.030Z Compiling mime_guess v2.0.5
33152026-05-12T14:37:08.233Z Compiling parking_lot v0.11.2
33162026-05-12T14:37:08.250Z Compiling tabled v0.20.0
33172026-05-12T14:37:08.436Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-05-12T14:37:08.482Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-05-12T14:37:08.523Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33202026-05-12T14:37:08.601Z Compiling serde-hex v0.1.0
33212026-05-12T14:37:08.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-05-12T14:37:08.655Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-05-12T14:37:08.978Z Compiling progenitor-impl v0.10.0
33242026-05-12T14:37:09.049Z Compiling ron v0.8.1
33252026-05-12T14:37:09.066Z Compiling hashbrown v0.13.2
33262026-05-12T14:37:09.084Z Compiling progenitor-client v0.11.2
33272026-05-12T14:37:09.123Z Compiling prefix-trie v0.7.0
33282026-05-12T14:37:09.294Z Compiling progenitor-macro v0.11.2
33292026-05-12T14:37:09.442Z Compiling blowfish v0.9.1
33302026-05-12T14:37:09.515Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-05-12T14:37:09.547Z Compiling ssh-encoding v0.2.0
33322026-05-12T14:37:09.607Z Compiling fxhash v0.2.1
33332026-05-12T14:37:09.731Z Compiling secrecy v0.8.0
33342026-05-12T14:37:09.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33352026-05-12T14:37:09.862Z Compiling crc-any v2.5.0
33362026-05-12T14:37:09.948Z Compiling progenitor v0.14.0
33372026-05-12T14:37:09.988Z Compiling progenitor v0.13.0
33382026-05-12T14:37:10.092Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-05-12T14:37:10.108Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-05-12T14:37:10.122Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33412026-05-12T14:37:10.138Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-12T14:37:10.155Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33432026-05-12T14:37:10.171Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33442026-05-12T14:37:10.435Z Compiling ssh-cipher v0.2.0
33452026-05-12T14:37:10.617Z Compiling sled v0.34.7
33462026-05-12T14:37:10.764Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-05-12T14:37:10.813Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33482026-05-12T14:37:10.963Z Compiling bcrypt-pbkdf v0.10.0
33492026-05-12T14:37:11.020Z Compiling object v0.30.4
33502026-05-12T14:37:11.058Z Compiling hickory-server v0.25.2
33512026-05-12T14:37:11.166Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-05-12T14:37:11.328Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33532026-05-12T14:37:11.363Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33542026-05-12T14:37:11.629Z Compiling password-hash v0.4.2
33552026-05-12T14:37:11.646Z Compiling progenitor-macro v0.10.0
33562026-05-12T14:37:11.671Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33572026-05-12T14:37:12.118Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33582026-05-12T14:37:12.419Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33592026-05-12T14:37:12.996Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-05-12T14:37:13.033Z Compiling crc8 v0.1.1
33612026-05-12T14:37:13.051Z Compiling http-range v0.1.5
33622026-05-12T14:37:13.142Z Compiling path-slash v0.1.5
33632026-05-12T14:37:13.191Z Compiling half v1.8.3
33642026-05-12T14:37:13.270Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33652026-05-12T14:37:13.309Z Compiling pbkdf2 v0.11.0
33662026-05-12T14:37:13.496Z Compiling serde_cbor v0.11.2
33672026-05-12T14:37:13.559Z Compiling ssh-key v0.6.7
33682026-05-12T14:37:13.724Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-05-12T14:37:14.132Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-05-12T14:37:14.149Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33712026-05-12T14:37:14.164Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33722026-05-12T14:37:14.260Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33732026-05-12T14:37:14.348Z Compiling progenitor v0.11.2
33742026-05-12T14:37:14.409Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33752026-05-12T14:37:14.538Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33762026-05-12T14:37:14.697Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33772026-05-12T14:37:14.715Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33782026-05-12T14:37:14.877Z Compiling p256 v0.13.2
33792026-05-12T14:37:14.966Z Compiling p521 v0.13.3
33802026-05-12T14:37:15.073Z Compiling yasna v0.5.2
33812026-05-12T14:37:15.208Z Compiling kstat-rs v0.2.4
33822026-05-12T14:37:15.287Z Compiling headers-core v0.3.0
33832026-05-12T14:37:15.307Z Compiling nanorand v0.7.0
33842026-05-12T14:37:15.438Z Compiling atty v0.2.14
33852026-05-12T14:37:15.460Z Compiling russh-cryptovec v0.7.3
33862026-05-12T14:37:15.533Z Compiling home v0.5.12
33872026-05-12T14:37:15.578Z Compiling md5 v0.7.0
33882026-05-12T14:37:15.634Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33892026-05-12T14:37:15.683Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33902026-05-12T14:37:15.705Z Compiling rcgen v0.12.1
33912026-05-12T14:37:15.722Z Compiling flume v0.11.1
33922026-05-12T14:37:15.787Z Compiling russh-keys v0.45.0
33932026-05-12T14:37:15.889Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33942026-05-12T14:37:15.920Z Compiling headers v0.4.1
33952026-05-12T14:37:15.976Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-05-12T14:37:16.064Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33972026-05-12T14:37:16.212Z Compiling hyper-staticfile v0.10.1
33982026-05-12T14:37:16.410Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33992026-05-12T14:37:16.510Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-05-12T14:37:16.607Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34012026-05-12T14:37:16.627Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-05-12T14:37:16.738Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-05-12T14:37:16.741Z Compiling progenitor v0.10.0
34042026-05-12T14:37:16.770Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34052026-05-12T14:37:16.924Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34062026-05-12T14:37:17.001Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34072026-05-12T14:37:17.019Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34082026-05-12T14:37:17.070Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-12T14:37:17.253Z Compiling num-bigint v0.4.6
34102026-05-12T14:37:17.324Z Compiling des v0.8.1
34112026-05-12T14:37:17.355Z Compiling subprocess v0.2.15
34122026-05-12T14:37:17.399Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-05-12T14:37:17.444Z Compiling display-error-chain v0.2.2
34142026-05-12T14:37:17.483Z Compiling hex-literal v0.4.1
34152026-05-12T14:37:17.531Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34162026-05-12T14:37:17.548Z Compiling colored v2.2.0
34172026-05-12T14:37:17.611Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34182026-05-12T14:37:17.628Z Compiling socket2 v0.5.10
34192026-05-12T14:37:17.725Z Compiling internet-checksum v0.2.1
34202026-05-12T14:37:17.880Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34212026-05-12T14:37:17.928Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-05-12T14:37:18.494Z Compiling russh v0.45.0
34232026-05-12T14:37:18.926Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-05-12T14:37:18.942Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-05-12T14:37:21.458Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-12T14:37:22.111Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-12T14:37:22.572Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-12T14:37:24.305Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-12T14:37:32.219Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34302026-05-12T14:37:32.219Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34312026-05-12T14:37:32.223Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-05-12T14:37:32.223Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-12T14:37:33.986Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-12T14:37:34.002Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-12T14:37:38.152Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34362026-05-12T14:37:39.582Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34372026-05-12T14:37:58.654Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-05-12T14:38:17.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34392026-05-12T14:38:18.075Z
34402026-05-12T14:38:18.075Zreal 1:26.931427118
34412026-05-12T14:38:18.075Zuser 8:14.884737884
34422026-05-12T14:38:18.075Zsys 1:38.823786617
34432026-05-12T14:38:18.075Ztrap 0.262572463
34442026-05-12T14:38:18.075Ztflt 0.553184692
34452026-05-12T14:38:18.075Zdflt 1.522706385
34462026-05-12T14:38:18.075Zkflt 0.000347540
34472026-05-12T14:38:18.075Zlock 29:24.966102041
34482026-05-12T14:38:18.078Zslp 19:05.606253935
34492026-05-12T14:38:18.078Zlat 38.687517582
34502026-05-12T14:38:18.078Zstop 2:45.511877034
34512026-05-12T14:38:18.078Z+ mkdir tests
34522026-05-12T14:38:18.081Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-05-12T14:38:18.081Z+ xargs -I '{}' -t cp '{}' tests/
34542026-05-12T14:38:18.101Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b702f5a189a13c6a tests/
34552026-05-12T14:38:18.121Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f1c0ce4497741b00 tests/
34562026-05-12T14:38:18.144Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6019d45f3706e9d1 tests/
34572026-05-12T14:38:18.163Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2746c29124a16d0f tests/
34582026-05-12T14:38:18.392Z+ 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-12T14:38:18.395Z+ 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-12T14:39:38.169ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-05-12T14:39:38.169Za .github/buildomat/ci-env.sh 1K
34622026-05-12T14:39:38.169Za out/target/test 1K
34632026-05-12T14:39:38.169Za out/npuzone/npuzone 27402K
34642026-05-12T14:39:38.169Za package-manifest.toml 35K
34652026-05-12T14:39:38.169Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-05-12T14:39:38.169Za target/release/omicron-package 45983K
34672026-05-12T14:39:38.169Za target/release/xtask 11449K
34682026-05-12T14:39:38.169Za target/debug/bootstrap 352570K
34692026-05-12T14:39:38.169Za tests/bootstrap-f1c0ce4497741b00 31215K
34702026-05-12T14:39:38.169Za tests/commtest-6019d45f3706e9d1 32299K
34712026-05-12T14:39:38.169Za tests/dhcp_server-b702f5a189a13c6a 31215K
34722026-05-12T14:39:38.169Za tests/end_to_end_tests-2746c29124a16d0f 394393K
34732026-05-12T14:39:38.169Za out/clickhouse.tar.gz 319651K
34742026-05-12T14:39:38.169Za out/clickhouse_keeper.tar.gz 305003K
34752026-05-12T14:39:38.169Za out/clickhouse_server.tar.gz 319650K
34762026-05-12T14:39:38.169Za out/cockroachdb.tar.gz 165168K
34772026-05-12T14:39:38.169Za out/crucible-pantry-zone.tar.gz 44202K
34782026-05-12T14:39:38.169Za out/crucible-utils.tar 17744K
34792026-05-12T14:39:38.169Za out/crucible-zone.tar.gz 58341K
34802026-05-12T14:39:38.169Za out/external-dns.tar.gz 50347K
34812026-05-12T14:39:38.169Za out/internal-dns.tar.gz 50346K
34822026-05-12T14:39:38.170Za out/mg-ddm-gz.tar 95141K
34832026-05-12T14:39:38.170Za out/nexus.tar.gz 221444K
34842026-05-12T14:39:38.170Za out/ntp.tar.gz 32146K
34852026-05-12T14:39:38.170Za out/omicron-gateway-softnpu.tar.gz 29748K
34862026-05-12T14:39:38.170Za out/omicron-sled-agent.tar 205204K
34872026-05-12T14:39:38.170Za out/overlay.tar.gz 3K
34882026-05-12T14:39:38.170Za out/oximeter.tar.gz 67858K
34892026-05-12T14:39:38.170Za out/oxlog.tar 3782K
34902026-05-12T14:39:38.170Za out/probe.tar.gz 3037K
34912026-05-12T14:39:38.170Za out/propolis-server.tar.gz 38727K
34922026-05-12T14:39:38.170Za out/pumpkind-gz.tar 26647K
34932026-05-12T14:39:38.170Za out/switch-softnpu.tar.gz 397459K
34942026-05-12T14:39:38.173Z
34952026-05-12T14:39:38.173Zreal 1:19.774250712
34962026-05-12T14:39:38.173Zuser 1:17.131373429
34972026-05-12T14:39:38.173Zsys 4.380689079
34982026-05-12T14:39:38.173Ztrap 0.006461837
34992026-05-12T14:39:38.173Ztflt 0.000000000
35002026-05-12T14:39:38.173Zdflt 0.000000000
35012026-05-12T14:39:38.173Zkflt 0.000000000
35022026-05-12T14:39:38.173Zlock 0.000000000
35032026-05-12T14:39:38.173Zslp 1:17.015277556
35042026-05-12T14:39:38.173Zlat 1.009734841
35052026-05-12T14:39:38.173Zstop 0.000194650
35062026-05-12T14:39:38.173Zprocess exited: duration 917621 ms, exit code 0
 
35072026-05-12T14:39:38.187Zfound 1 output files
35082026-05-12T14:39:38.230Zuploading: /work/package.tar.gz (2449525592 bytes)
35092026-05-12T14:40:09.353Zuploaded: /work/package.tar.gz