01KS5SVF68WRK2CZ3HK43BS1RV: 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: 01KS5SW6KWYWNKE86JN0GX0TFN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T17:39:41.458Zjob assigned to worker 01KS5SWFZ8YDQ50BKFYVGTFEE2 [factory aws, i-0b29699b725111f43] (queued for 1 m 8 s)
 
22026-05-21T17:39:49.270Zstarting task 0: "setup"
32026-05-21T17:39:49.274Z++ uname -s
42026-05-21T17:39:49.278Z+ kern=SunOS
52026-05-21T17:39:49.278Z+ build_user=build
62026-05-21T17:39:49.278Z+ build_uid=12345
72026-05-21T17:39:49.278Z+ work_dir=/work
82026-05-21T17:39:49.278Z+ input_dir=/input
92026-05-21T17:39:49.278Z+ [[ 0 == 12345 ]]
102026-05-21T17:39:49.278Z+ case "$kern" in
112026-05-21T17:39:49.278Z+ groupadd -g 12345 build
122026-05-21T17:39:49.282Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T17:39:51.285Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T17:39:51.380Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T17:39:51.383Z+ home_fs=zfs
162026-05-21T17:39:51.384Z+ [[ zfs == autofs ]]
172026-05-21T17:39:51.384Z+ mkdir -p /home/build
182026-05-21T17:39:51.384Z+ chown build:build /home/build /work
192026-05-21T17:39:53.385Z+ chmod 0700 /home/build /work
202026-05-21T17:39:53.389Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-21T17:39:53.396Zstarting task 1: "rust-toolchain"
222026-05-21T17:39:53.401Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T17:39:53.401Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T17:39:53.401Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-21T17:39:53.401Z * rust toolchain channel = "1.94.0"
262026-05-21T17:39:53.401Z * rust toolchain profile = "default"
272026-05-21T17:39:53.401Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T17:39:53.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T17:39:53.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T17:39:53.512Zinfo: downloading installer
312026-05-21T17:39:55.333Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T17:39:55.333Zwarn: /home/build/.rustup/settings.toml
332026-05-21T17:39:55.333Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T17:39:55.333Zwarn: instead of the one inferred from the default host triple.
352026-05-21T17:39:55.345Zinfo: profile set to default
362026-05-21T17:39:55.345Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T17:39:55.348Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T17:39:55.499Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T17:39:55.503Zinfo: downloading 6 components
402026-05-21T17:40:10.590Z
412026-05-21T17:40:10.590Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-21T17:40:10.627Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T17:40:10.627Z
442026-05-21T17:40:10.627Z
452026-05-21T17:40:10.627ZRust is installed now. Great!
462026-05-21T17:40:10.627Z
472026-05-21T17:40:10.627ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T17:40:10.627Zenvironment variable. This has not been done automatically.
492026-05-21T17:40:10.627Z
502026-05-21T17:40:10.627ZTo configure your current shell, you need to source
512026-05-21T17:40:10.627Zthe corresponding env file under $HOME/.cargo.
522026-05-21T17:40:10.627Z
532026-05-21T17:40:10.627ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T17:40:10.630Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T17:40:10.631Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T17:40:10.631Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T17:40:10.631Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T17:40:10.631Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T17:40:10.631Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T17:40:10.631Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T17:40:10.631Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T17:40:10.722Z+ rustup --version
632026-05-21T17:40:10.728Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T17:40:10.728Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T17:40:10.747Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T17:40:10.752Z+ cargo --version
672026-05-21T17:40:10.758Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T17:40:10.761Z+ rustc --version
692026-05-21T17:40:10.780Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T17:40:11.787Zprocess exited: duration 17386 ms, exit code 0
 
712026-05-21T17:40:11.794Zstarting task 2: "authentication"
722026-05-21T17:40:11.814Zprocess exited: duration 19 ms, exit code 0
 
732026-05-21T17:40:11.825Zstarting task 3: "clone repository"
742026-05-21T17:40:11.828Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T17:40:11.832Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T17:40:11.873ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T17:40:22.247Z+ cd /work/oxidecomputer/omicron
782026-05-21T17:40:22.247Z+ git fetch origin f3f8a6bdc00aa9de61dc60e99aa700764831d078
792026-05-21T17:40:22.573ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T17:40:22.573Z * branch f3f8a6bdc00aa9de61dc60e99aa700764831d078 -> FETCH_HEAD
812026-05-21T17:40:22.586Z+ [[ -n bump_crucible_propolis ]]
822026-05-21T17:40:22.590Z++ git branch --show-current
832026-05-21T17:40:22.590Z+ current=main
842026-05-21T17:40:22.590Z+ [[ main != bump_crucible_propolis ]]
852026-05-21T17:40:22.590Z+ git branch -f bump_crucible_propolis f3f8a6bdc00aa9de61dc60e99aa700764831d078
862026-05-21T17:40:22.593Z+ git checkout -f bump_crucible_propolis
872026-05-21T17:40:22.830ZSwitched to branch 'bump_crucible_propolis'
882026-05-21T17:40:22.834Z+ git reset --hard f3f8a6bdc00aa9de61dc60e99aa700764831d078
892026-05-21T17:40:22.874ZHEAD is now at f3f8a6bdc upstairs_health_search comment
902026-05-21T17:40:22.878Zprocess exited: duration 11052 ms, exit code 0
 
912026-05-21T17:40:22.885Zstarting task 4: "build"
922026-05-21T17:40:22.892Z+ source .github/buildomat/ci-env.sh
932026-05-21T17:40:22.892Z++ export CARGO_TERM_COLOR=always
942026-05-21T17:40:22.892Z++ CARGO_TERM_COLOR=always
952026-05-21T17:40:22.892Z+ cargo --version
962026-05-21T17:40:22.900Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T17:40:22.904Z+ rustc --version
982026-05-21T17:40:22.923Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T17:40:22.927Z+ WORK=/work
1002026-05-21T17:40:22.927Z+ pfexec mkdir -p /work
1012026-05-21T17:40:22.930Z+ pfexec chown build /work
1022026-05-21T17:40:22.934Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T17:40:24.419Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T17:40:24.517Z Startup: Caching catalogs ... Done
1052026-05-21T17:40:24.731ZPlanning: Solver setup ... Done (0.174s)
1062026-05-21T17:40:24.748ZPlanning: Running solver ... Done (0.017s)
1072026-05-21T17:40:24.753ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-21T17:40:24.766ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T17:40:24.792ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T17:40:24.805ZPlanning: Package planning ... Done (0.014s)
1112026-05-21T17:40:24.810ZPlanning: Merging actions ... Done (0.002s)
1122026-05-21T17:40:24.996ZPlanning: Checking for conflicting actions ... Done (0.189s)
1132026-05-21T17:40:24.999ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T17:40:25.760ZPlanning: Evaluating mediators ... Done (0.763s)
1152026-05-21T17:40:25.763ZPlanning: Planning completed in 1.22 seconds
1162026-05-21T17:40:25.770Z Packages to install: 2
1172026-05-21T17:40:25.770Z Estimated space available: 156.07 GB
1182026-05-21T17:40:25.770ZEstimated space to be consumed: 19.75 MB
1192026-05-21T17:40:25.770Z Create boot environment: No
1202026-05-21T17:40:25.774ZCreate backup boot environment: No
1212026-05-21T17:40:25.774Z Rebuild boot archive: No
1222026-05-21T17:40:25.774Z
1232026-05-21T17:40:25.774ZChanged packages:
1242026-05-21T17:40:25.774Zhelios
1252026-05-21T17:40:25.774Z developer/build-essential
1262026-05-21T17:40:25.774Z None -> 11-3.0
1272026-05-21T17:40:25.774Z library/libxmlsec1
1282026-05-21T17:40:25.774Z None -> 1.2.35-3.0
1292026-05-21T17:40:25.794Z
1302026-05-21T17:40:25.794ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T17:40:26.371ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1322026-05-21T17:40:26.433Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T17:40:26.472Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-21T17:40:26.479ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-21T17:40:26.479ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T17:40:26.494ZFinalize: Updating image state ... Done (0.015s)
1372026-05-21T17:40:29.083ZFinalize: Creating fast lookup database ... Done (2.565s)
1382026-05-21T17:40:29.154ZFinalize: Reading search index ... Done (0.012s)
1392026-05-21T17:40:29.158ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T17:40:29.309ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T17:40:29.609ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T17:40:29.715ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T17:40:29.719ZPlanning: Consolidating action changes ... Done
1442026-05-21T17:40:29.876ZPlanning: Evaluating mediators ... Done
1452026-05-21T17:40:29.879ZPlanning: Planning completed in 0.27 seconds
1462026-05-21T17:40:29.899Z Mediators to change: 2
1472026-05-21T17:40:29.899Z Create boot environment: No
1482026-05-21T17:40:29.899ZCreate backup boot environment: No
1492026-05-21T17:40:29.974ZFinalize: Updating package state database ... Done
1502026-05-21T17:40:29.974ZFinalize: Updating package cache ... Done
1512026-05-21T17:40:29.982ZFinalize: Updating image state ... Done
1522026-05-21T17:40:31.932ZFinalize: Creating fast lookup database ... Done
1532026-05-21T17:40:31.995ZFinalize: Reading search index ... Done
1542026-05-21T17:40:31.999ZFinalize: Updating search index ... Done
1552026-05-21T17:40:32.074ZFinalize: Updating package cache ... Done
1562026-05-21T17:40:32.359ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T17:40:32.462ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T17:40:32.466ZPlanning: Consolidating action changes ... Done
1592026-05-21T17:40:32.620ZPlanning: Evaluating mediators ... Done
1602026-05-21T17:40:32.624ZPlanning: Planning completed in 0.26 seconds
1612026-05-21T17:40:32.643Z Mediators to change: 1
1622026-05-21T17:40:32.643Z Create boot environment: No
1632026-05-21T17:40:32.643ZCreate backup boot environment: No
1642026-05-21T17:40:32.686ZFinalize: Updating package state database ... Done
1652026-05-21T17:40:32.686ZFinalize: Updating package cache ... Done
1662026-05-21T17:40:32.697ZFinalize: Updating image state ... Done
1672026-05-21T17:40:34.634ZFinalize: Creating fast lookup database ... Done
1682026-05-21T17:40:34.696ZFinalize: Reading search index ... Done
1692026-05-21T17:40:34.699ZFinalize: Updating search index ... Done
1702026-05-21T17:40:34.770ZFinalize: Updating package cache ... Done
1712026-05-21T17:40:35.084ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T17:40:35.084Zapache system 2.4 system
1732026-05-21T17:40:35.084Zclang system 15 system
1742026-05-21T17:40:35.084Zcsh system system illumos
1752026-05-21T17:40:35.084Zctags system system illumos
1762026-05-21T17:40:35.084Zfile vendor vendor darwinsys
1772026-05-21T17:40:35.084Zfile system system illumos
1782026-05-21T17:40:35.085Zgcc vendor 14 vendor
1792026-05-21T17:40:35.085Zgcc system 13 system
1802026-05-21T17:40:35.085Zgcc system 10 system
1812026-05-21T17:40:35.085Zgo system 1.25 system
1822026-05-21T17:40:35.085Zllvm system 15 system
1832026-05-21T17:40:35.085Zmariadb system 11.4 system
1842026-05-21T17:40:35.085Zmta vendor vendor dma
1852026-05-21T17:40:35.085Zopenjdk system 17 system
1862026-05-21T17:40:35.085Zopenjdk system 11 system
1872026-05-21T17:40:35.085Zopenssl vendor 3 vendor
1882026-05-21T17:40:35.085Zperl system 5.40 system
1892026-05-21T17:40:35.085Zpostgresql system 18 system
1902026-05-21T17:40:35.085Zpostgresql system 17 system
1912026-05-21T17:40:35.085Zpython vendor 3 vendor
1922026-05-21T17:40:35.085Zpython system 2 system
1932026-05-21T17:40:35.085Zpython3 vendor 3.13 vendor
1942026-05-21T17:40:35.085Zruby system 3.4 system
1952026-05-21T17:40:35.085Zruby system 3.0 system
1962026-05-21T17:40:35.085Zwords vendor vendor american-english
1972026-05-21T17:40:35.085Zwords system system australian-english
1982026-05-21T17:40:35.085Zwords system system british-english
1992026-05-21T17:40:35.085Zwords system system canadian-english
2002026-05-21T17:40:35.085Zwords system system french
2012026-05-21T17:40:35.085Zwords system system italian
2022026-05-21T17:40:35.085Zwords system system ngerman
2032026-05-21T17:40:35.085Zwords system system ogerman
2042026-05-21T17:40:35.085Zwords system system spanish
2052026-05-21T17:40:35.337ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T17:40:35.337Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T17:40:35.602ZFMRI IFO
2082026-05-21T17:40:35.602Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T17:40:35.602Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T17:40:35.602Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T17:40:35.602Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T17:40:35.602Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T17:40:35.602Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T17:40:35.602Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T17:40:35.602Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T17:40:35.602Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T17:40:35.828Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T17:40:36.132Z Updating crates.io index
2192026-05-21T17:40:36.165Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T17:40:37.023Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T17:40:37.373Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T17:40:38.090Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-21T17:40:38.949Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-21T17:40:39.537Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-21T17:40:41.621Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-21T17:40:42.373Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-21T17:40:42.817Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-21T17:40:44.182Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-21T17:40:44.746Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-21T17:40:45.140Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-21T17:40:45.567Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-21T17:40:46.479Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-21T17:40:47.059Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-21T17:40:47.423Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-21T17:40:47.775Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-21T17:40:48.158Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-21T17:40:48.525Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-21T17:40:48.893Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-21T17:40:49.141Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-21T17:40:49.456Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-21T17:40:49.864Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-21T17:40:50.464Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-21T17:40:51.018Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-21T17:40:51.302Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-21T17:40:52.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-21T17:40:52.359Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-21T17:40:53.952Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-21T17:40:54.464Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-21T17:40:54.751Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-21T17:40:55.171Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-21T17:40:55.492Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-21T17:40:56.099Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-21T17:40:56.342Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-21T17:40:56.681Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-21T17:40:56.962Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-21T17:40:57.329Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-21T17:41:09.508Z Downloading crates ...
2582026-05-21T17:41:09.565Z Downloaded anstyle v1.0.13
2592026-05-21T17:41:09.580Z Downloaded dtrace-parser v0.2.0
2602026-05-21T17:41:09.583Z Downloaded tinystr v0.8.2
2612026-05-21T17:41:09.587Z Downloaded block-buffer v0.10.4
2622026-05-21T17:41:09.587Z Downloaded clap_lex v1.0.0
2632026-05-21T17:41:09.591Z Downloaded unicode-ident v1.0.24
2642026-05-21T17:41:09.591Z Downloaded usdt-macro v0.5.0
2652026-05-21T17:41:09.591Z Downloaded toml_write v0.1.2
2662026-05-21T17:41:09.596Z Downloaded camino-tempfile v1.4.1
2672026-05-21T17:41:09.596Z Downloaded autocfg v1.5.0
2682026-05-21T17:41:09.596Z Downloaded unicode-linebreak v0.1.5
2692026-05-21T17:41:09.599Z Downloaded utf8parse v0.2.2
2702026-05-21T17:41:09.599Z Downloaded zerofrom v0.1.6
2712026-05-21T17:41:09.600Z Downloaded thread-id v4.2.2
2722026-05-21T17:41:09.600Z Downloaded unicode-xid v0.2.6
2732026-05-21T17:41:09.600Z Downloaded cargo-util-schemas v0.8.2
2742026-05-21T17:41:09.603Z Downloaded yoke-derive v0.8.1
2752026-05-21T17:41:09.603Z Downloaded clap v4.5.60
2762026-05-21T17:41:09.607Z Downloaded utf8_iter v1.0.4
2772026-05-21T17:41:09.610Z Downloaded ordered-float v2.10.1
2782026-05-21T17:41:09.610Z Downloaded cargo_metadata v0.21.0
2792026-05-21T17:41:09.610Z Downloaded toml_datetime v0.6.11
2802026-05-21T17:41:09.614Z Downloaded typeid v1.0.3
2812026-05-21T17:41:09.614Z Downloaded anstream v0.6.21
2822026-05-21T17:41:09.614Z Downloaded version_check v0.9.5
2832026-05-21T17:41:09.614Z Downloaded semver v1.0.28
2842026-05-21T17:41:09.618Z Downloaded usdt-attr-macro v0.5.0
2852026-05-21T17:41:09.618Z Downloaded cargo-platform v0.2.0
2862026-05-21T17:41:09.618Z Downloaded scroll_derive v0.12.1
2872026-05-21T17:41:09.618Z Downloaded macaddr v1.0.1
2882026-05-21T17:41:09.618Z Downloaded equivalent v1.0.2
2892026-05-21T17:41:09.621Z Downloaded usdt v0.5.0
2902026-05-21T17:41:09.621Z Downloaded icu_provider v2.1.1
2912026-05-21T17:41:09.622Z Downloaded digest v0.10.7
2922026-05-21T17:41:09.625Z Downloaded zerofrom-derive v0.1.6
2932026-05-21T17:41:09.629Z Downloaded colorchoice v1.0.4
2942026-05-21T17:41:09.629Z Downloaded anstyle-query v1.1.5
2952026-05-21T17:41:09.629Z Downloaded thiserror-impl v2.0.18
2962026-05-21T17:41:09.632Z Downloaded camino v1.2.2
2972026-05-21T17:41:09.633Z Downloaded writeable v0.6.2
2982026-05-21T17:41:09.633Z Downloaded yoke v0.8.1
2992026-05-21T17:41:09.636Z Downloaded zmij v1.0.21
3002026-05-21T17:41:09.640Z Downloaded thiserror-impl v1.0.69
3012026-05-21T17:41:09.640Z Downloaded pretty-hex v0.4.1
3022026-05-21T17:41:09.640Z Downloaded usdt-impl v0.5.0
3032026-05-21T17:41:09.644Z Downloaded toml v0.8.23
3042026-05-21T17:41:09.648Z Downloaded cfg-if v1.0.4
3052026-05-21T17:41:09.648Z Downloaded thiserror v1.0.69
3062026-05-21T17:41:09.652Z Downloaded itoa v1.0.17
3072026-05-21T17:41:09.652Z Downloaded byteorder v1.5.0
3082026-05-21T17:41:09.652Z Downloaded thiserror v2.0.18
3092026-05-21T17:41:09.656Z Downloaded zerovec-derive v0.11.2
3102026-05-21T17:41:09.656Z Downloaded fs-err v3.3.0
3112026-05-21T17:41:09.660Z Downloaded getrandom v0.4.1
3122026-05-21T17:41:09.664Z Downloaded ucd-trie v0.1.7
3132026-05-21T17:41:09.664Z Downloaded zerocopy-derive v0.7.35
3142026-05-21T17:41:09.669Z Downloaded textwrap v0.16.2
3152026-05-21T17:41:09.669Z Downloaded is_terminal_polyfill v1.70.2
3162026-05-21T17:41:09.669Z Downloaded idna_adapter v1.2.1
3172026-05-21T17:41:09.669Z Downloaded fastrand v2.3.0
3182026-05-21T17:41:09.674Z Downloaded swrite v0.1.0
3192026-05-21T17:41:09.674Z Downloaded terminal_size v0.4.3
3202026-05-21T17:41:09.674Z Downloaded potential_utf v0.1.4
3212026-05-21T17:41:09.674Z Downloaded zerotrie v0.2.3
3222026-05-21T17:41:09.678Z Downloaded typenum v1.19.0
3232026-05-21T17:41:09.678Z Downloaded form_urlencoded v1.2.2
3242026-05-21T17:41:09.681Z Downloaded toml_edit v0.22.27
3252026-05-21T17:41:09.685Z Downloaded serde_spanned v0.6.9
3262026-05-21T17:41:09.689Z Downloaded heck v0.4.1
3272026-05-21T17:41:09.689Z Downloaded plain v0.2.3
3282026-05-21T17:41:09.693Z Downloaded url v2.5.8
3292026-05-21T17:41:09.693Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-21T17:41:09.693Z Downloaded crypto-common v0.1.7
3312026-05-21T17:41:09.702Z Downloaded zerovec v0.11.5
3322026-05-21T17:41:09.705Z Downloaded memmap v0.7.0
3332026-05-21T17:41:09.705Z Downloaded zerocopy v0.7.35
3342026-05-21T17:41:09.714Z Downloaded stable_deref_trait v1.2.1
3352026-05-21T17:41:09.718Z Downloaded dof v0.3.0
3362026-05-21T17:41:09.718Z Downloaded winnow v0.7.14
3372026-05-21T17:41:09.722Z Downloaded strsim v0.11.1
3382026-05-21T17:41:09.726Z Downloaded unicode-width v0.1.14
3392026-05-21T17:41:09.729Z Downloaded unicode-width v0.2.0
3402026-05-21T17:41:09.734Z Downloaded generic-array v0.14.7
3412026-05-21T17:41:09.734Z Downloaded errno v0.3.14
3422026-05-21T17:41:09.740Z Downloaded smawk v0.3.2
3432026-05-21T17:41:09.740Z Downloaded fnv v1.0.7
3442026-05-21T17:41:09.740Z Downloaded tabled_derive v0.7.0
3452026-05-21T17:41:09.744Z Downloaded heck v0.5.0
3462026-05-21T17:41:09.744Z Downloaded percent-encoding v2.3.2
3472026-05-21T17:41:09.747Z Downloaded erased-serde v0.4.9
3482026-05-21T17:41:09.751Z Downloaded cpufeatures v0.2.17
3492026-05-21T17:41:09.757Z Downloaded serde-value v0.7.0
3502026-05-21T17:41:09.757Z Downloaded icu_normalizer_data v2.1.1
3512026-05-21T17:41:09.757Z Downloaded anstyle-parse v0.2.7
3522026-05-21T17:41:09.762Z Downloaded pest_meta v2.8.6
3532026-05-21T17:41:09.765Z Downloaded bytecount v0.6.9
3542026-05-21T17:41:09.769Z Downloaded sha2 v0.10.9
3552026-05-21T17:41:09.775Z Downloaded scroll v0.12.0
3562026-05-21T17:41:09.779Z Downloaded cargo_toml v0.21.0
3572026-05-21T17:41:09.783Z Downloaded serde_tokenstream v0.2.3
3582026-05-21T17:41:09.787Z Downloaded synstructure v0.13.2
3592026-05-21T17:41:09.790Z Downloaded quote v1.0.45
3602026-05-21T17:41:09.802Z Downloaded litemap v0.8.1
3612026-05-21T17:41:09.809Z Downloaded smallvec v1.15.1
3622026-05-21T17:41:09.813Z Downloaded once_cell v1.21.3
3632026-05-21T17:41:09.816Z Downloaded clap_derive v4.5.55
3642026-05-21T17:41:09.822Z Downloaded bitflags v2.11.0
3652026-05-21T17:41:09.825Z Downloaded serde-untagged v0.1.9
3662026-05-21T17:41:09.825Z Downloaded tempfile v3.25.0
3672026-05-21T17:41:09.829Z Downloaded displaydoc v0.2.5
3682026-05-21T17:41:09.833Z Downloaded proc-macro-error v1.0.4
3692026-05-21T17:41:09.837Z Downloaded pest_generator v2.8.6
3702026-05-21T17:41:09.841Z Downloaded anyhow v1.0.102
3712026-05-21T17:41:09.848Z Downloaded memchr v2.8.0
3722026-05-21T17:41:09.853Z Downloaded log v0.4.29
3732026-05-21T17:41:09.861Z Downloaded serde_derive v1.0.228
3742026-05-21T17:41:09.874Z Downloaded pest_derive v2.8.6
3752026-05-21T17:41:09.874Z Downloaded num-traits v0.2.19
3762026-05-21T17:41:09.874Z Downloaded papergrid v0.11.0
3772026-05-21T17:41:09.874Z Downloaded proc-macro2 v1.0.106
3782026-05-21T17:41:09.874Z Downloaded icu_normalizer v2.1.1
3792026-05-21T17:41:09.883Z Downloaded icu_locale_core v2.1.1
3802026-05-21T17:41:09.893Z Downloaded pest v2.8.6
3812026-05-21T17:41:09.896Z Downloaded serde_core v1.0.228
3822026-05-21T17:41:09.903Z Downloaded serde v1.0.228
3832026-05-21T17:41:09.906Z Downloaded idna v1.1.0
3842026-05-21T17:41:09.911Z Downloaded icu_properties v2.1.2
3852026-05-21T17:41:09.914Z Downloaded indexmap v2.14.0
3862026-05-21T17:41:09.918Z Downloaded icu_collections v2.1.1
3872026-05-21T17:41:09.929Z Downloaded goblin v0.8.2
3882026-05-21T17:41:09.944Z Downloaded clap_builder v4.5.60
3892026-05-21T17:41:09.948Z Downloaded serde_json v1.0.149
3902026-05-21T17:41:09.952Z Downloaded hashbrown v0.17.0
3912026-05-21T17:41:09.969Z Downloaded icu_properties_data v2.1.2
3922026-05-21T17:41:09.978Z Downloaded tabled v0.15.0
3932026-05-21T17:41:09.987Z Downloaded syn v1.0.109
3942026-05-21T17:41:09.998Z Downloaded syn v2.0.117
3952026-05-21T17:41:10.016Z Downloaded rustix v1.1.3
3962026-05-21T17:41:10.047Z Downloaded libc v0.2.185
3972026-05-21T17:41:10.115Z Compiling proc-macro2 v1.0.106
3982026-05-21T17:41:10.119Z Compiling unicode-ident v1.0.24
3992026-05-21T17:41:10.119Z Compiling quote v1.0.45
4002026-05-21T17:41:10.119Z Compiling serde_core v1.0.228
4012026-05-21T17:41:10.119Z Compiling libc v0.2.185
4022026-05-21T17:41:10.119Z Compiling version_check v0.9.5
4032026-05-21T17:41:10.119Z Compiling memchr v2.8.0
4042026-05-21T17:41:10.119Z Compiling stable_deref_trait v1.2.1
4052026-05-21T17:41:10.119Z Compiling serde v1.0.228
4062026-05-21T17:41:10.119Z Compiling zmij v1.0.21
4072026-05-21T17:41:10.119Z Compiling autocfg v1.5.0
4082026-05-21T17:41:10.119Z Compiling itoa v1.0.17
4092026-05-21T17:41:10.119Z Compiling ucd-trie v0.1.7
4102026-05-21T17:41:10.298Z Compiling thiserror v1.0.69
4112026-05-21T17:41:10.302Z Compiling writeable v0.6.2
4122026-05-21T17:41:10.566Z Compiling litemap v0.8.1
4132026-05-21T17:41:10.571Z Compiling byteorder v1.5.0
4142026-05-21T17:41:10.679Z Compiling rustix v1.1.3
4152026-05-21T17:41:10.741Z Compiling icu_normalizer_data v2.1.1
4162026-05-21T17:41:10.788Z Compiling icu_properties_data v2.1.2
4172026-05-21T17:41:10.836Z Compiling pest v2.8.6
4182026-05-21T17:41:10.852Z Compiling serde_json v1.0.149
4192026-05-21T17:41:10.927Z Compiling bitflags v2.11.0
4202026-05-21T17:41:11.040Z Compiling num-traits v0.2.19
4212026-05-21T17:41:11.175Z Compiling hashbrown v0.17.0
4222026-05-21T17:41:11.343Z Compiling equivalent v1.0.2
4232026-05-21T17:41:11.591Z Compiling typeid v1.0.3
4242026-05-21T17:41:11.645Z Compiling smallvec v1.15.1
4252026-05-21T17:41:11.665Z Compiling usdt-impl v0.5.0
4262026-05-21T17:41:11.777Z Compiling indexmap v2.14.0
4272026-05-21T17:41:11.793Z Compiling proc-macro-error-attr v1.0.4
4282026-05-21T17:41:11.829Z Compiling toml_write v0.1.2
4292026-05-21T17:41:11.866Z Compiling syn v1.0.109
4302026-05-21T17:41:11.870Z Compiling erased-serde v0.4.9
4312026-05-21T17:41:11.906Z Compiling winnow v0.7.14
4322026-05-21T17:41:11.948Z Compiling pest_meta v2.8.6
4332026-05-21T17:41:11.983Z Compiling errno v0.3.14
4342026-05-21T17:41:11.987Z Compiling thread-id v4.2.2
4352026-05-21T17:41:12.097Z Compiling proc-macro-error v1.0.4
4362026-05-21T17:41:12.101Z Compiling getrandom v0.4.1
4372026-05-21T17:41:12.164Z Compiling log v0.4.29
4382026-05-21T17:41:12.185Z Compiling plain v0.2.3
4392026-05-21T17:41:12.190Z Compiling utf8_iter v1.0.4
4402026-05-21T17:41:12.239Z Compiling thiserror v2.0.18
4412026-05-21T17:41:12.318Z Compiling camino v1.2.2
4422026-05-21T17:41:12.336Z Compiling percent-encoding v2.3.2
4432026-05-21T17:41:12.340Z Compiling utf8parse v0.2.2
4442026-05-21T17:41:12.449Z Compiling cfg-if v1.0.4
4452026-05-21T17:41:12.494Z Compiling syn v2.0.117
4462026-05-21T17:41:12.510Z Compiling form_urlencoded v1.2.2
4472026-05-21T17:41:12.571Z Compiling anstyle-parse v0.2.7
4482026-05-21T17:41:12.593Z Compiling is_terminal_polyfill v1.70.2
4492026-05-21T17:41:12.616Z Compiling colorchoice v1.0.4
4502026-05-21T17:41:12.683Z Compiling ordered-float v2.10.1
4512026-05-21T17:41:12.733Z Compiling anstyle v1.0.13
4522026-05-21T17:41:12.761Z Compiling anstyle-query v1.1.5
4532026-05-21T17:41:12.768Z Compiling pretty-hex v0.4.1
4542026-05-21T17:41:12.906Z Compiling fs-err v3.3.0
4552026-05-21T17:41:12.928Z Compiling once_cell v1.21.3
4562026-05-21T17:41:12.932Z Compiling fastrand v2.3.0
4572026-05-21T17:41:12.932Z Compiling anstream v0.6.21
4582026-05-21T17:41:12.995Z Compiling bytecount v0.6.9
4592026-05-21T17:41:13.016Z Compiling fnv v1.0.7
4602026-05-21T17:41:13.039Z Compiling terminal_size v0.4.3
4612026-05-21T17:41:13.097Z Compiling unicode-xid v0.2.6
4622026-05-21T17:41:13.133Z Compiling unicode-width v0.1.14
4632026-05-21T17:41:13.155Z Compiling heck v0.4.1
4642026-05-21T17:41:13.171Z Compiling strsim v0.11.1
4652026-05-21T17:41:13.190Z Compiling heck v0.5.0
4662026-05-21T17:41:13.210Z Compiling anyhow v1.0.102
4672026-05-21T17:41:13.233Z Compiling clap_lex v1.0.0
4682026-05-21T17:41:13.252Z Compiling tempfile v3.25.0
4692026-05-21T17:41:13.325Z Compiling memmap v0.7.0
4702026-05-21T17:41:13.471Z Compiling semver v1.0.28
4712026-05-21T17:41:13.518Z Compiling clap_builder v4.5.60
4722026-05-21T17:41:13.537Z Compiling papergrid v0.11.0
4732026-05-21T17:41:13.562Z Compiling unicode-width v0.2.0
4742026-05-21T17:41:13.574Z Compiling smawk v0.3.2
4752026-05-21T17:41:13.614Z Compiling unicode-linebreak v0.1.5
4762026-05-21T17:41:13.683Z Compiling swrite v0.1.0
4772026-05-21T17:41:13.794Z Compiling camino-tempfile v1.4.1
4782026-05-21T17:41:13.832Z Compiling textwrap v0.16.2
4792026-05-21T17:41:13.850Z Compiling serde-untagged v0.1.9
4802026-05-21T17:41:13.891Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-21T17:41:14.234Z Compiling tabled_derive v0.7.0
4822026-05-21T17:41:14.922Z Compiling tabled v0.15.0
4832026-05-21T17:41:15.088Z Compiling synstructure v0.13.2
4842026-05-21T17:41:15.088Z Compiling pest_generator v2.8.6
4852026-05-21T17:41:15.689Z Compiling serde_derive v1.0.228
4862026-05-21T17:41:15.689Z Compiling zerofrom-derive v0.1.6
4872026-05-21T17:41:15.694Z Compiling yoke-derive v0.8.1
4882026-05-21T17:41:15.694Z Compiling zerovec-derive v0.11.2
4892026-05-21T17:41:15.694Z Compiling displaydoc v0.2.5
4902026-05-21T17:41:15.694Z Compiling thiserror-impl v1.0.69
4912026-05-21T17:41:15.694Z Compiling zerocopy-derive v0.7.35
4922026-05-21T17:41:15.694Z Compiling pest_derive v2.8.6
4932026-05-21T17:41:15.694Z Compiling scroll_derive v0.12.1
4942026-05-21T17:41:15.694Z Compiling thiserror-impl v2.0.18
4952026-05-21T17:41:15.694Z Compiling clap_derive v4.5.55
4962026-05-21T17:41:16.460Z Compiling scroll v0.12.0
4972026-05-21T17:41:16.633Z Compiling zerocopy v0.7.35
4982026-05-21T17:41:16.660Z Compiling zerofrom v0.1.6
4992026-05-21T17:41:16.686Z Compiling goblin v0.8.2
5002026-05-21T17:41:16.773Z Compiling yoke v0.8.1
5012026-05-21T17:41:16.875Z Compiling dtrace-parser v0.2.0
5022026-05-21T17:41:16.931Z Compiling zerovec v0.11.5
5032026-05-21T17:41:16.931Z Compiling zerotrie v0.2.3
5042026-05-21T17:41:17.134Z Compiling clap v4.5.60
5052026-05-21T17:41:17.352Z Compiling tinystr v0.8.2
5062026-05-21T17:41:17.352Z Compiling potential_utf v0.1.4
5072026-05-21T17:41:17.485Z Compiling icu_collections v2.1.1
5082026-05-21T17:41:17.506Z Compiling icu_locale_core v2.1.1
5092026-05-21T17:41:18.073Z Compiling icu_provider v2.1.1
5102026-05-21T17:41:18.274Z Compiling toml_datetime v0.6.11
5112026-05-21T17:41:18.274Z Compiling serde_spanned v0.6.9
5122026-05-21T17:41:18.274Z Compiling serde-value v0.7.0
5132026-05-21T17:41:18.278Z Compiling cargo-platform v0.2.0
5142026-05-21T17:41:18.278Z Compiling macaddr v1.0.1
5152026-05-21T17:41:18.292Z Compiling icu_properties v2.1.2
5162026-05-21T17:41:18.296Z Compiling icu_normalizer v2.1.1
5172026-05-21T17:41:18.296Z Compiling dof v0.3.0
5182026-05-21T17:41:18.296Z Compiling serde_tokenstream v0.2.3
5192026-05-21T17:41:18.461Z Compiling toml_edit v0.22.27
5202026-05-21T17:41:19.056Z Compiling usdt-macro v0.5.0
5212026-05-21T17:41:19.060Z Compiling usdt-attr-macro v0.5.0
5222026-05-21T17:41:19.150Z Compiling idna_adapter v1.2.1
5232026-05-21T17:41:19.264Z Compiling idna v1.1.0
5242026-05-21T17:41:19.528Z Compiling url v2.5.8
5252026-05-21T17:41:19.650Z Compiling usdt v0.5.0
5262026-05-21T17:41:19.754Z Compiling toml v0.8.23
5272026-05-21T17:41:20.090Z Compiling cargo-util-schemas v0.8.2
5282026-05-21T17:41:20.090Z Compiling cargo_toml v0.21.0
5292026-05-21T17:41:20.907Z Compiling cargo_metadata v0.21.0
5302026-05-21T17:41:21.842Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-21T17:41:23.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.27s
5322026-05-21T17:41:24.194Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-21T17:41:24.755Z Downloading crates ...
5342026-05-21T17:41:24.854Z Downloaded adler2 v2.0.1
5352026-05-21T17:41:24.881Z Downloaded aead v0.5.2
5362026-05-21T17:41:24.885Z Downloaded async-stream-impl v0.3.6
5372026-05-21T17:41:24.885Z Downloaded crucible-workspace-hack v0.1.0
5382026-05-21T17:41:24.885Z Downloaded data-encoding v2.10.0
5392026-05-21T17:41:24.889Z Downloaded derive-ex v0.1.8
5402026-05-21T17:41:24.893Z Downloaded ctr v0.9.2
5412026-05-21T17:41:24.893Z Downloaded env_filter v1.0.0
5422026-05-21T17:41:24.893Z Downloaded darling v0.20.11
5432026-05-21T17:41:24.897Z Downloaded darling_macro v0.23.0
5442026-05-21T17:41:24.897Z Downloaded cpufeatures v0.3.0
5452026-05-21T17:41:24.901Z Downloaded ascii-canvas v3.0.0
5462026-05-21T17:41:24.901Z Downloaded ciborium-io v0.2.2
5472026-05-21T17:41:24.901Z Downloaded fixedbitset v0.4.2
5482026-05-21T17:41:24.901Z Downloaded defmt v0.3.100
5492026-05-21T17:41:24.901Z Downloaded bitfield-struct v0.6.2
5502026-05-21T17:41:24.908Z Downloaded defmt-parser v1.0.0
5512026-05-21T17:41:24.908Z Downloaded debug-ignore v1.0.5
5522026-05-21T17:41:24.909Z Downloaded crc-catalog v2.4.0
5532026-05-21T17:41:24.909Z Downloaded bitfield-macros v0.19.4
5542026-05-21T17:41:24.909Z Downloaded derive_builder_macro v0.20.2
5552026-05-21T17:41:24.909Z Downloaded crc32fast v1.5.0
5562026-05-21T17:41:24.914Z Downloaded cargo-platform v0.3.2
5572026-05-21T17:41:24.915Z Downloaded castaway v0.2.4
5582026-05-21T17:41:24.915Z Downloaded foldhash v0.2.0
5592026-05-21T17:41:24.915Z Downloaded darling_macro v0.21.3
5602026-05-21T17:41:24.915Z Downloaded convert_case v0.4.0
5612026-05-21T17:41:24.915Z Downloaded bb8 v0.8.6
5622026-05-21T17:41:24.915Z Downloaded block-padding v0.3.3
5632026-05-21T17:41:24.915Z Downloaded atomicwrites v0.4.4
5642026-05-21T17:41:24.915Z Downloaded darling_macro v0.20.11
5652026-05-21T17:41:24.918Z Downloaded cfg_aliases v0.2.1
5662026-05-21T17:41:24.918Z Downloaded curve25519-dalek-derive v0.1.1
5672026-05-21T17:41:24.918Z Downloaded display-error-chain v0.2.2
5682026-05-21T17:41:24.918Z Downloaded array-init v0.0.4
5692026-05-21T17:41:24.924Z Downloaded cfg_aliases v0.1.1
5702026-05-21T17:41:24.927Z Downloaded atty v0.2.14
5712026-05-21T17:41:24.927Z Downloaded crc8 v0.1.1
5722026-05-21T17:41:24.931Z Downloaded cstr-argument v0.1.2
5732026-05-21T17:41:24.935Z Downloaded ciborium-ll v0.2.2
5742026-05-21T17:41:24.935Z Downloaded defmt v1.0.1
5752026-05-21T17:41:24.939Z Downloaded daft v0.1.5
5762026-05-21T17:41:24.942Z Downloaded camino-tempfile-ext v0.3.3
5772026-05-21T17:41:24.946Z Downloaded darling v0.21.3
5782026-05-21T17:41:24.946Z Downloaded crunchy v0.2.4
5792026-05-21T17:41:24.954Z Downloaded foreign-types v0.5.0
5802026-05-21T17:41:24.958Z Downloaded foreign-types v0.3.2
5812026-05-21T17:41:24.958Z Downloaded endian-type v0.1.2
5822026-05-21T17:41:24.958Z Downloaded bit-set v0.8.0
5832026-05-21T17:41:24.958Z Downloaded float-cmp v0.10.0
5842026-05-21T17:41:24.958Z Downloaded downcast-rs v2.0.2
5852026-05-21T17:41:24.963Z Downloaded compression-core v0.4.31
5862026-05-21T17:41:24.963Z Downloaded dyn-clone v1.0.20
5872026-05-21T17:41:24.963Z Downloaded difflib v0.4.0
5882026-05-21T17:41:24.963Z Downloaded base16ct v0.2.0
5892026-05-21T17:41:24.968Z Downloaded bcrypt-pbkdf v0.10.0
5902026-05-21T17:41:24.968Z Downloaded assert_matches v1.5.0
5912026-05-21T17:41:24.968Z Downloaded dunce v1.0.5
5922026-05-21T17:41:24.972Z Downloaded enum-as-inner v0.6.1
5932026-05-21T17:41:24.972Z Downloaded atomic-waker v1.1.2
5942026-05-21T17:41:24.972Z Downloaded embedded-io v0.4.0
5952026-05-21T17:41:24.972Z Downloaded dsl_auto_type v0.2.0
5962026-05-21T17:41:24.972Z Downloaded arrayref v0.3.9
5972026-05-21T17:41:24.976Z Downloaded cc v1.2.56
5982026-05-21T17:41:24.976Z Downloaded ar_archive_writer v0.5.1
5992026-05-21T17:41:24.980Z Downloaded deranged v0.5.8
6002026-05-21T17:41:24.980Z Downloaded crossbeam-deque v0.8.6
6012026-05-21T17:41:24.980Z Downloaded async-stream v0.3.6
6022026-05-21T17:41:24.997Z Downloaded daft-derive v0.1.5
6032026-05-21T17:41:24.997Z Downloaded cexpr v0.6.0
6042026-05-21T17:41:24.997Z Downloaded derive_builder_core v0.20.2
6052026-05-21T17:41:24.997Z Downloaded der_derive v0.7.3
6062026-05-21T17:41:24.997Z Downloaded base64ct v1.8.3
6072026-05-21T17:41:24.997Z Downloaded csv-core v0.1.13
6082026-05-21T17:41:24.997Z Downloaded cassowary v0.3.0
6092026-05-21T17:41:24.998Z Downloaded byte-wrapper v0.1.0
6102026-05-21T17:41:24.998Z Downloaded bcs v0.1.6
6112026-05-21T17:41:24.998Z Downloaded critical-section v1.2.0
6122026-05-21T17:41:24.998Z Downloaded defmt-macros v1.0.1
6132026-05-21T17:41:24.998Z Downloaded foreign-types-shared v0.3.1
6142026-05-21T17:41:25.002Z Downloaded foreign-types-shared v0.1.1
6152026-05-21T17:41:25.002Z Downloaded flagset v0.4.7
6162026-05-21T17:41:25.002Z Downloaded embedded-io v0.6.1
6172026-05-21T17:41:25.002Z Downloaded async-recursion v1.1.1
6182026-05-21T17:41:25.002Z Downloaded bit-set v0.5.3
6192026-05-21T17:41:25.006Z Downloaded dirs-next v2.0.0
6202026-05-21T17:41:25.006Z Downloaded dropshot-api-manager-types v0.7.1
6212026-05-21T17:41:25.010Z Downloaded async-trait v0.1.89
6222026-05-21T17:41:25.013Z Downloaded cmake v0.1.57
6232026-05-21T17:41:25.013Z Downloaded ciborium v0.2.2
6242026-05-21T17:41:25.017Z Downloaded float-ord v0.3.2
6252026-05-21T17:41:25.017Z Downloaded fd-lock v4.0.4
6262026-05-21T17:41:25.017Z Downloaded document-features v0.2.12
6272026-05-21T17:41:25.017Z Downloaded ghash v0.5.1
6282026-05-21T17:41:25.021Z Downloaded futures-task v0.3.32
6292026-05-21T17:41:25.021Z Downloaded futures-sink v0.3.32
6302026-05-21T17:41:25.021Z Downloaded dirs-sys-next v0.1.2
6312026-05-21T17:41:25.021Z Downloaded cobs v0.3.0
6322026-05-21T17:41:25.025Z Downloaded diesel_table_macro_syntax v0.3.0
6332026-05-21T17:41:25.025Z Downloaded chacha20 v0.10.0
6342026-05-21T17:41:25.025Z Downloaded ahash v0.8.12
6352026-05-21T17:41:25.030Z Downloaded dtrace-parser v0.3.0
6362026-05-21T17:41:25.030Z Downloaded compression-codecs v0.4.37
6372026-05-21T17:41:25.030Z Downloaded crc v3.4.0
6382026-05-21T17:41:25.034Z Downloaded futures-io v0.3.32
6392026-05-21T17:41:25.034Z Downloaded funty v2.0.0
6402026-05-21T17:41:25.034Z Downloaded chacha20 v0.9.1
6412026-05-21T17:41:25.034Z Downloaded fxhash v0.2.1
6422026-05-21T17:41:25.034Z Downloaded backoff v0.4.0
6432026-05-21T17:41:25.038Z Downloaded cargo_metadata v0.23.1
6442026-05-21T17:41:25.038Z Downloaded buf-list v1.1.2
6452026-05-21T17:41:25.039Z Downloaded blowfish v0.9.1
6462026-05-21T17:41:25.043Z Downloaded bitfield v0.19.4
6472026-05-21T17:41:25.043Z Downloaded bitflags v1.3.2
6482026-05-21T17:41:25.044Z Downloaded erased-serde v0.3.31
6492026-05-21T17:41:25.047Z Downloaded globwalk v0.9.1
6502026-05-21T17:41:25.047Z Downloaded git-stub v1.0.0
6512026-05-21T17:41:25.047Z Downloaded futures-core v0.3.32
6522026-05-21T17:41:25.047Z Downloaded ena v0.14.4
6532026-05-21T17:41:25.052Z Downloaded headers-core v0.3.0
6542026-05-21T17:41:25.052Z Downloaded hash32 v0.3.1
6552026-05-21T17:41:25.052Z Downloaded hex-literal v0.4.1
6562026-05-21T17:41:25.052Z Downloaded env_logger v0.11.9
6572026-05-21T17:41:25.063Z Downloaded foldhash v0.1.5
6582026-05-21T17:41:25.063Z Downloaded futures-macro v0.3.32
6592026-05-21T17:41:25.063Z Downloaded bzip2 v0.6.1
6602026-05-21T17:41:25.063Z Downloaded hash32 v0.2.1
6612026-05-21T17:41:25.063Z Downloaded gethostname v0.5.0
6622026-05-21T17:41:25.063Z Downloaded console v0.15.11
6632026-05-21T17:41:25.063Z Downloaded backon v1.6.0
6642026-05-21T17:41:25.063Z Downloaded hex v0.4.3
6652026-05-21T17:41:25.067Z Downloaded foreign-types-macros v0.2.3
6662026-05-21T17:41:25.068Z Downloaded colored v3.1.1
6672026-05-21T17:41:25.068Z Downloaded bit-vec v0.6.3
6682026-05-21T17:41:25.068Z Downloaded corncobs v0.1.4
6692026-05-21T17:41:25.077Z Downloaded arrayvec v0.7.6
6702026-05-21T17:41:25.077Z Downloaded cipher v0.4.4
6712026-05-21T17:41:25.077Z Downloaded cancel-safe-futures v0.1.5
6722026-05-21T17:41:25.077Z Downloaded ecdsa v0.16.9
6732026-05-21T17:41:25.088Z Downloaded cbc v0.1.2
6742026-05-21T17:41:25.088Z Downloaded async-bb8-diesel v0.2.1
6752026-05-21T17:41:25.088Z Downloaded http-body v1.0.1
6762026-05-21T17:41:25.089Z Downloaded argon2 v0.5.3
6772026-05-21T17:41:25.089Z Downloaded bit-vec v0.8.0
6782026-05-21T17:41:25.089Z Downloaded ff v0.13.1
6792026-05-21T17:41:25.089Z Downloaded fallible-iterator v0.2.0
6802026-05-21T17:41:25.089Z Downloaded convert_case v0.10.0
6812026-05-21T17:41:25.089Z Downloaded hubpack v0.1.2
6822026-05-21T17:41:25.089Z Downloaded fs-err v2.11.0
6832026-05-21T17:41:25.089Z Downloaded ident_case v1.0.1
6842026-05-21T17:41:25.096Z Downloaded filetime v0.2.27
6852026-05-21T17:41:25.096Z Downloaded glob v0.3.3
6862026-05-21T17:41:25.096Z Downloaded globset v0.4.18
6872026-05-21T17:41:25.096Z Downloaded const_format_proc_macros v0.2.34
6882026-05-21T17:41:25.096Z Downloaded console v0.16.2
6892026-05-21T17:41:25.096Z Downloaded home v0.5.12
6902026-05-21T17:41:25.096Z Downloaded bzip2 v0.4.4
6912026-05-21T17:41:25.097Z Downloaded arc-swap v1.8.2
6922026-05-21T17:41:25.107Z Downloaded colored v2.2.0
6932026-05-21T17:41:25.107Z Downloaded blake2 v0.10.6
6942026-05-21T17:41:25.108Z Downloaded find-msvc-tools v0.1.9
6952026-05-21T17:41:25.108Z Downloaded http-range v0.1.5
6962026-05-21T17:41:25.108Z Downloaded hostname v0.3.1
6972026-05-21T17:41:25.114Z Downloaded cookie_store v0.22.1
6982026-05-21T17:41:25.114Z Downloaded fixedbitset v0.5.7
6992026-05-21T17:41:25.114Z Downloaded diesel-dtrace v0.5.0
7002026-05-21T17:41:25.114Z Downloaded constant_time_eq v0.4.2
7012026-05-21T17:41:25.114Z Downloaded ed25519 v2.2.3
7022026-05-21T17:41:25.115Z Downloaded indent_write v2.2.0
7032026-05-21T17:41:25.115Z Downloaded httpdate v1.0.3
7042026-05-21T17:41:25.115Z Downloaded crc-any v2.5.0
7052026-05-21T17:41:25.115Z Downloaded cookie v0.18.1
7062026-05-21T17:41:25.123Z Downloaded hyper-tls v0.6.0
7072026-05-21T17:41:25.123Z Downloaded hostname v0.4.2
7082026-05-21T17:41:25.123Z Downloaded dof v0.4.0
7092026-05-21T17:41:25.123Z Downloaded illumos-nvpair-sys v0.2.0
7102026-05-21T17:41:25.123Z Downloaded illumos-nvpair v0.3.0
7112026-05-21T17:41:25.152Z Downloaded inout v0.1.4
7122026-05-21T17:41:25.152Z Downloaded group v0.13.0
7132026-05-21T17:41:25.152Z Downloaded git-stub-vcs v0.1.0
7142026-05-21T17:41:25.152Z Downloaded clang-sys v1.8.1
7152026-05-21T17:41:25.167Z Downloaded highway v1.3.0
7162026-05-21T17:41:25.167Z Downloaded crossbeam-epoch v0.9.18
7172026-05-21T17:41:25.167Z Downloaded futures-executor v0.3.32
7182026-05-21T17:41:25.167Z Downloaded fs_extra v1.3.0
7192026-05-21T17:41:25.167Z Downloaded keccak v0.1.6
7202026-05-21T17:41:25.168Z Downloaded http-body-util v0.1.3
7212026-05-21T17:41:25.168Z Downloaded either v1.15.0
7222026-05-21T17:41:25.168Z Downloaded is_ci v1.2.0
7232026-05-21T17:41:25.168Z Downloaded is-terminal v0.4.17
7242026-05-21T17:41:25.168Z Downloaded instant v0.1.13
7252026-05-21T17:41:25.168Z Downloaded crossbeam-utils v0.8.21
7262026-05-21T17:41:25.168Z Downloaded instability v0.3.11
7272026-05-21T17:41:25.168Z Downloaded derive-where v1.6.0
7282026-05-21T17:41:25.168Z Downloaded darling v0.23.0
7292026-05-21T17:41:25.168Z Downloaded hyper-staticfile v0.10.1
7302026-05-21T17:41:25.168Z Downloaded half v1.8.3
7312026-05-21T17:41:25.179Z Downloaded kstat-rs v0.2.4
7322026-05-21T17:41:25.180Z Downloaded lru v0.12.5
7332026-05-21T17:41:25.180Z Downloaded lalrpop-util v0.19.12
7342026-05-21T17:41:25.180Z Downloaded des v0.8.1
7352026-05-21T17:41:25.190Z Downloaded mime v0.3.17
7362026-05-21T17:41:25.190Z Downloaded chacha20poly1305 v0.10.1
7372026-05-21T17:41:25.190Z Downloaded lzss v0.8.2
7382026-05-21T17:41:25.190Z Downloaded lru-slab v0.1.2
7392026-05-21T17:41:25.190Z Downloaded lru-cache v0.1.2
7402026-05-21T17:41:25.190Z Downloaded allocator-api2 v0.2.21
7412026-05-21T17:41:25.195Z Downloaded indoc v1.0.9
7422026-05-21T17:41:25.195Z Downloaded drift v0.1.4
7432026-05-21T17:41:25.201Z Downloaded humantime v2.3.0
7442026-05-21T17:41:25.201Z Downloaded newtype_derive v0.1.6
7452026-05-21T17:41:25.205Z Downloaded new_debug_unreachable v1.0.6
7462026-05-21T17:41:25.205Z Downloaded lazy_static v1.5.0
7472026-05-21T17:41:25.205Z Downloaded linked-hash-map v0.5.6
7482026-05-21T17:41:25.205Z Downloaded ingot-types v0.1.2
7492026-05-21T17:41:25.205Z Downloaded ingot v0.1.1
7502026-05-21T17:41:25.205Z Downloaded impl-trait-for-tuples v0.2.3
7512026-05-21T17:41:25.209Z Downloaded maybe-uninit v2.0.0
7522026-05-21T17:41:25.209Z Downloaded md5 v0.7.0
7532026-05-21T17:41:25.209Z Downloaded md-5 v0.10.6
7542026-05-21T17:41:25.209Z Downloaded maplit v1.0.2
7552026-05-21T17:41:25.213Z Downloaded nodrop v0.1.14
7562026-05-21T17:41:25.213Z Downloaded match_cfg v0.1.0
7572026-05-21T17:41:25.213Z Downloaded memoffset v0.9.1
7582026-05-21T17:41:25.213Z Downloaded managed v0.8.0
7592026-05-21T17:41:25.213Z Downloaded normalize-line-endings v0.3.0
7602026-05-21T17:41:25.217Z Downloaded nibble_vec v0.1.0
7612026-05-21T17:41:25.217Z Downloaded newtype-uuid-macros v0.1.0
7622026-05-21T17:41:25.217Z Downloaded libscf-sys v1.1.0
7632026-05-21T17:41:25.218Z Downloaded hubpack_derive v0.1.1
7642026-05-21T17:41:25.218Z Downloaded getrandom v0.2.17
7652026-05-21T17:41:25.222Z Downloaded num-derive v0.3.3
7662026-05-21T17:41:25.222Z Downloaded indoc v2.0.7
7672026-05-21T17:41:25.225Z Downloaded num v0.4.3
7682026-05-21T17:41:25.225Z Downloaded ipnet v2.11.0
7692026-05-21T17:41:25.225Z Downloaded derive_more v0.99.20
7702026-05-21T17:41:25.231Z Downloaded libloading v0.8.9
7712026-05-21T17:41:25.231Z Downloaded jobserver v0.1.34
7722026-05-21T17:41:25.231Z Downloaded internet-checksum v0.2.1
7732026-05-21T17:41:25.237Z Downloaded num-derive v0.4.2
7742026-05-21T17:41:25.237Z Downloaded opaque-debug v0.3.1
7752026-05-21T17:41:25.237Z Downloaded derive_builder v0.20.2
7762026-05-21T17:41:25.242Z Downloaded darling_core v0.23.0
7772026-05-21T17:41:25.246Z Downloaded diff v0.1.13
7782026-05-21T17:41:25.246Z Downloaded ipnetwork v0.21.1
7792026-05-21T17:41:25.246Z Downloaded hyper-rustls v0.27.7
7802026-05-21T17:41:25.250Z Downloaded bytes v1.11.1
7812026-05-21T17:41:25.250Z Downloaded nonempty v0.12.0
7822026-05-21T17:41:25.250Z Downloaded newline-converter v0.3.0
7832026-05-21T17:41:25.254Z Downloaded base64 v0.22.1
7842026-05-21T17:41:25.255Z Downloaded const-oid v0.9.6
7852026-05-21T17:41:25.259Z Downloaded num_enum_derive v0.5.11
7862026-05-21T17:41:25.259Z Downloaded libefi-sys v0.1.0
7872026-05-21T17:41:25.259Z Downloaded flate2 v1.1.9
7882026-05-21T17:41:25.274Z Downloaded num_threads v0.1.7
7892026-05-21T17:41:25.283Z Downloaded openssl-macros v0.1.1
7902026-05-21T17:41:25.283Z Downloaded olpc-cjson v0.1.4
7912026-05-21T17:41:25.283Z Downloaded multimap v0.10.1
7922026-05-21T17:41:25.283Z Downloaded num-iter v0.1.45
7932026-05-21T17:41:25.283Z Downloaded num-conv v0.2.0
7942026-05-21T17:41:25.283Z Downloaded lock_api v0.4.14
7952026-05-21T17:41:25.283Z Downloaded libsw v3.5.0
7962026-05-21T17:41:25.283Z Downloaded darling_core v0.21.3
7972026-05-21T17:41:25.287Z Downloaded newtype-uuid v1.3.2
7982026-05-21T17:41:25.287Z Downloaded httparse v1.10.1
7992026-05-21T17:41:25.287Z Downloaded futures-channel v0.3.32
8002026-05-21T17:41:25.291Z Downloaded nanorand v0.7.0
8012026-05-21T17:41:25.292Z Downloaded native-tls v0.2.18
8022026-05-21T17:41:25.292Z Downloaded pbkdf2 v0.11.0
8032026-05-21T17:41:25.296Z Downloaded path-slash v0.1.5
8042026-05-21T17:41:25.296Z Downloaded oso-derive v0.27.3
8052026-05-21T17:41:25.296Z Downloaded openssl-probe v0.2.1
8062026-05-21T17:41:25.296Z Downloaded openssl-probe v0.1.6
8072026-05-21T17:41:25.296Z Downloaded parse-display v0.10.0
8082026-05-21T17:41:25.296Z Downloaded linear-map v1.2.0
8092026-05-21T17:41:25.301Z Downloaded iana-time-zone v0.1.65
8102026-05-21T17:41:25.301Z Downloaded multer v3.1.0
8112026-05-21T17:41:25.302Z Downloaded mime_guess v2.0.5
8122026-05-21T17:41:25.305Z Downloaded const_format v0.2.35
8132026-05-21T17:41:25.305Z Downloaded darling_core v0.20.11
8142026-05-21T17:41:25.309Z Downloaded nu-ansi-term v0.50.3
8152026-05-21T17:41:25.309Z Downloaded pbkdf2 v0.12.2
8162026-05-21T17:41:25.309Z Downloaded elliptic-curve v0.13.8
8172026-05-21T17:41:25.314Z Downloaded dropshot_endpoint v0.17.0
8182026-05-21T17:41:25.318Z Downloaded peg-runtime v0.8.5
8192026-05-21T17:41:25.318Z Downloaded bumpalo v3.20.2
8202026-05-21T17:41:25.318Z Downloaded phf_shared v0.13.1
8212026-05-21T17:41:25.318Z Downloaded flume v0.11.1
8222026-05-21T17:41:25.323Z Downloaded der v0.7.10
8232026-05-21T17:41:25.323Z Downloaded base64 v0.21.7
8242026-05-21T17:41:25.327Z Downloaded fatfs v0.3.6
8252026-05-21T17:41:25.327Z Downloaded crossbeam-channel v0.5.15
8262026-05-21T17:41:25.334Z Downloaded ignore v0.4.25
8272026-05-21T17:41:25.342Z Downloaded parse-size v1.1.0
8282026-05-21T17:41:25.342Z Downloaded packed_struct_codegen v0.10.1
8292026-05-21T17:41:25.342Z Downloaded oxide-tokio-rt v0.1.4
8302026-05-21T17:41:25.347Z Downloaded precomputed-hash v0.1.1
8312026-05-21T17:41:25.347Z Downloaded num_enum_derive v0.7.5
8322026-05-21T17:41:25.347Z Downloaded num-rational v0.4.2
8332026-05-21T17:41:25.351Z Downloaded litrs v1.0.0
8342026-05-21T17:41:25.351Z Downloaded phf_shared v0.12.1
8352026-05-21T17:41:25.357Z Downloaded num_enum v0.5.11
8362026-05-21T17:41:25.357Z Downloaded predicates-tree v1.0.13
8372026-05-21T17:41:25.357Z Downloaded packed_struct v0.10.1
8382026-05-21T17:41:25.361Z Downloaded indexmap v1.9.3
8392026-05-21T17:41:25.361Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-05-21T17:41:25.361Z Downloaded compact_str v0.8.1
8412026-05-21T17:41:25.364Z Downloaded predicates-core v1.0.10
8422026-05-21T17:41:25.364Z Downloaded parse-display-derive v0.10.0
8432026-05-21T17:41:25.364Z Downloaded libsw-core v0.3.2
8442026-05-21T17:41:25.364Z Downloaded hmac v0.12.1
8452026-05-21T17:41:25.370Z Downloaded pin-utils v0.1.0
8462026-05-21T17:41:25.370Z Downloaded futures v0.3.32
8472026-05-21T17:41:25.370Z Downloaded progenitor-client v0.10.0
8482026-05-21T17:41:25.375Z Downloaded progenitor-client v0.14.0
8492026-05-21T17:41:25.375Z Downloaded phf_shared v0.11.3
8502026-05-21T17:41:25.378Z Downloaded password-hash v0.4.2
8512026-05-21T17:41:25.378Z Downloaded num_enum v0.7.5
8522026-05-21T17:41:25.385Z Downloaded memmap2 v0.9.10
8532026-05-21T17:41:25.385Z Downloaded libbz2-rs-sys v0.2.2
8542026-05-21T17:41:25.389Z Downloaded peg v0.8.5
8552026-05-21T17:41:25.389Z Downloaded pem v3.0.6
8562026-05-21T17:41:25.389Z Downloaded getrandom v0.3.4
8572026-05-21T17:41:25.393Z Downloaded derive_more v2.1.1
8582026-05-21T17:41:25.397Z Downloaded radium v0.7.0
8592026-05-21T17:41:25.404Z Downloaded progenitor-client v0.11.2
8602026-05-21T17:41:25.404Z Downloaded quick-error v1.2.3
8612026-05-21T17:41:25.404Z Downloaded proc-macro-crate v3.4.0
8622026-05-21T17:41:25.404Z Downloaded proc-macro-crate v1.3.1
8632026-05-21T17:41:25.407Z Downloaded half v2.7.1
8642026-05-21T17:41:25.408Z Downloaded heapless v0.7.17
8652026-05-21T17:41:25.408Z Downloaded heapless v0.8.0
8662026-05-21T17:41:25.411Z Downloaded peg-macros v0.8.5
8672026-05-21T17:41:25.411Z Downloaded crypto-bigint v0.5.5
8682026-05-21T17:41:25.415Z Downloaded ingot-macros v0.1.1
8692026-05-21T17:41:25.415Z Downloaded owo-colors v4.3.0
8702026-05-21T17:41:25.418Z Downloaded num-complex v0.4.6
8712026-05-21T17:41:25.418Z Downloaded powerfmt v0.2.0
8722026-05-21T17:41:25.418Z Downloaded polyval v0.6.2
8732026-05-21T17:41:25.422Z Downloaded pkcs8 v0.10.2
8742026-05-21T17:41:25.422Z Downloaded paste v1.0.15
8752026-05-21T17:41:25.425Z Downloaded diesel_derives v2.3.7
8762026-05-21T17:41:25.429Z Downloaded progenitor-macro v0.14.0
8772026-05-21T17:41:25.429Z Downloaded progenitor-macro v0.11.2
8782026-05-21T17:41:25.429Z Downloaded parking_lot v0.11.2
8792026-05-21T17:41:25.433Z Downloaded progenitor-macro v0.13.0
8802026-05-21T17:41:25.437Z Downloaded ref-cast v1.0.25
8812026-05-21T17:41:25.441Z Downloaded async-compression v0.4.41
8822026-05-21T17:41:25.445Z Downloaded primeorder v0.13.6
8832026-05-21T17:41:25.445Z Downloaded ed25519-dalek v2.2.0
8842026-05-21T17:41:25.445Z Downloaded progenitor v0.14.0
8852026-05-21T17:41:25.448Z Downloaded progenitor v0.11.2
8862026-05-21T17:41:25.448Z Downloaded password-hash v0.5.0
8872026-05-21T17:41:25.448Z Downloaded predicates v3.1.4
8882026-05-21T17:41:25.452Z Downloaded pem-rfc7468 v0.7.0
8892026-05-21T17:41:25.452Z Downloaded num-integer v0.1.46
8902026-05-21T17:41:25.452Z Downloaded pkg-config v0.3.32
8912026-05-21T17:41:25.456Z Downloaded phf v0.13.1
8922026-05-21T17:41:25.460Z Downloaded ppv-lite86 v0.2.21
8932026-05-21T17:41:25.460Z Downloaded poly1305 v0.8.0
8942026-05-21T17:41:25.464Z Downloaded psl-types v2.0.11
8952026-05-21T17:41:25.464Z Downloaded omicron-zone-package v0.12.2
8962026-05-21T17:41:25.464Z Downloaded oxnet v0.1.4
8972026-05-21T17:41:25.468Z Downloaded phf v0.12.1
8982026-05-21T17:41:25.476Z Downloaded russh-cryptovec v0.7.3
8992026-05-21T17:41:25.479Z Downloaded hashbrown v0.12.3
9002026-05-21T17:41:25.485Z Downloaded rand_xorshift v0.4.0
9012026-05-21T17:41:25.490Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-05-21T17:41:25.490Z Downloaded ref-cast-impl v1.0.25
9032026-05-21T17:41:25.490Z Downloaded recursive v0.1.1
9042026-05-21T17:41:25.490Z Downloaded progenitor-client v0.13.0
9052026-05-21T17:41:25.490Z Downloaded expectorate v1.2.0
9062026-05-21T17:41:25.494Z Downloaded p256 v0.13.2
9072026-05-21T17:41:25.494Z Downloaded postcard v1.1.3
9082026-05-21T17:41:25.494Z Downloaded pkcs5 v0.7.1
9092026-05-21T17:41:25.498Z Downloaded parking_lot_core v0.8.6
9102026-05-21T17:41:25.498Z Downloaded rustc-hash v2.1.1
9112026-05-21T17:41:25.502Z Downloaded pkcs1 v0.7.5
9122026-05-21T17:41:25.502Z Downloaded rtoolbox v0.0.3
9132026-05-21T17:41:25.502Z Downloaded rfc6979 v0.4.0
9142026-05-21T17:41:25.502Z Downloaded pin-project-internal v1.1.11
9152026-05-21T17:41:25.505Z Downloaded dropshot-api-manager v0.7.1
9162026-05-21T17:41:25.505Z Downloaded parking_lot_core v0.9.12
9172026-05-21T17:41:25.510Z Downloaded aes v0.8.4
9182026-05-21T17:41:25.510Z Downloaded progenitor-extras v0.2.0
9192026-05-21T17:41:25.514Z Downloaded headers v0.4.1
9202026-05-21T17:41:25.514Z Downloaded postgres-types v0.2.12
9212026-05-21T17:41:25.518Z Downloaded rand_seeder v0.4.0
9222026-05-21T17:41:25.518Z Downloaded rand_chacha v0.3.1
9232026-05-21T17:41:25.521Z Downloaded psm v0.1.30
9242026-05-21T17:41:25.524Z Downloaded rustc_version v0.4.1
9252026-05-21T17:41:25.528Z Downloaded progenitor v0.13.0
9262026-05-21T17:41:25.532Z Downloaded rand_chacha v0.9.0
9272026-05-21T17:41:25.532Z Downloaded indicatif v0.18.4
9282026-05-21T17:41:25.535Z Downloaded salsa20 v0.10.2
9292026-05-21T17:41:25.540Z Downloaded postgres-protocol v0.6.10
9302026-05-21T17:41:25.548Z Downloaded pin-project-lite v0.2.17
9312026-05-21T17:41:25.548Z Downloaded rand_core v0.9.5
9322026-05-21T17:41:25.548Z Downloaded jiff-static v0.2.21
9332026-05-21T17:41:25.548Z Downloaded pin-project v1.1.11
9342026-05-21T17:41:25.554Z Downloaded rand_core v0.10.0
9352026-05-21T17:41:25.557Z Downloaded rand_core v0.6.4
9362026-05-21T17:41:25.561Z Downloaded scopeguard v1.2.0
9372026-05-21T17:41:25.568Z Downloaded sapling-renderdag v0.1.0
9382026-05-21T17:41:25.576Z Downloaded same-file v1.0.6
9392026-05-21T17:41:25.576Z Downloaded scheduled-thread-pool v0.2.7
9402026-05-21T17:41:25.586Z Downloaded proc-macro-error2 v2.0.1
9412026-05-21T17:41:25.593Z Downloaded rustc_version v0.1.7
9422026-05-21T17:41:25.593Z Downloaded scroll_derive v0.13.1
9432026-05-21T17:41:25.593Z Downloaded serde-big-array v0.5.1
9442026-05-21T17:41:25.593Z Downloaded secrecy v0.8.0
9452026-05-21T17:41:25.593Z Downloaded semver v0.1.20
9462026-05-21T17:41:25.593Z Downloaded secrecy v0.10.3
9472026-05-21T17:41:25.593Z Downloaded scrypt v0.11.0
9482026-05-21T17:41:25.593Z Downloaded miniz_oxide v0.8.9
9492026-05-21T17:41:25.603Z Downloaded hickory-resolver v0.25.2
9502026-05-21T17:41:25.603Z Downloaded hickory-resolver v0.24.4
9512026-05-21T17:41:25.604Z Downloaded aes-gcm v0.10.3
9522026-05-21T17:41:25.608Z Downloaded resolv-conf v0.7.6
9532026-05-21T17:41:25.608Z Downloaded rustls-pemfile v1.0.4
9542026-05-21T17:41:25.608Z Downloaded seq-macro v0.3.6
9552026-05-21T17:41:25.608Z Downloaded serde_bytes v0.11.19
9562026-05-21T17:41:25.608Z Downloaded rustls-pemfile v2.2.0
9572026-05-21T17:41:25.618Z Downloaded serde_plain v1.0.2
9582026-05-21T17:41:25.618Z Downloaded rustversion v1.0.22
9592026-05-21T17:41:25.622Z Downloaded oso v0.27.3
9602026-05-21T17:41:25.626Z Downloaded quinn-udp v0.5.14
9612026-05-21T17:41:25.626Z Downloaded sha1 v0.10.6
9622026-05-21T17:41:25.630Z Downloaded serde_spanned v1.0.4
9632026-05-21T17:41:25.630Z Downloaded shell-words v1.1.1
9642026-05-21T17:41:25.630Z Downloaded hyper-util v0.1.20
9652026-05-21T17:41:25.634Z Downloaded http v1.4.0
9662026-05-21T17:41:25.634Z Downloaded serde_repr v0.1.20
9672026-05-21T17:41:25.638Z Downloaded rusty-fork v0.3.1
9682026-05-21T17:41:25.638Z Downloaded progenitor-impl v0.14.0
9692026-05-21T17:41:25.641Z Downloaded prefix-trie v0.7.0
9702026-05-21T17:41:25.641Z Downloaded papergrid v0.17.0
9712026-05-21T17:41:25.646Z Downloaded derive_more-impl v2.1.1
9722026-05-21T17:41:25.652Z Downloaded schemars_derive v0.8.22
9732026-05-21T17:41:25.652Z Downloaded hashbrown v0.13.2
9742026-05-21T17:41:25.652Z Downloaded r2d2 v0.8.10
9752026-05-21T17:41:25.652Z Downloaded slog-envlogger v2.2.0
9762026-05-21T17:41:25.656Z Downloaded siphasher v1.0.2
9772026-05-21T17:41:25.656Z Downloaded signature v2.2.0
9782026-05-21T17:41:25.656Z Downloaded signal-hook-mio v0.2.5
9792026-05-21T17:41:25.659Z Downloaded signal-hook-tokio v0.3.1
9802026-05-21T17:41:25.659Z Downloaded sigpipe v0.1.3
9812026-05-21T17:41:25.659Z Downloaded slog-bunyan v2.5.0
9822026-05-21T17:41:25.663Z Downloaded parking_lot v0.12.5
9832026-05-21T17:41:25.673Z Downloaded sec1 v0.7.3
9842026-05-21T17:41:25.683Z Downloaded progenitor-impl v0.11.2
9852026-05-21T17:41:25.687Z Downloaded hickory-server v0.25.2
9862026-05-21T17:41:25.690Z Downloaded rustls-pki-types v1.14.0
9872026-05-21T17:41:25.690Z Downloaded serde_path_to_error v0.1.20
9882026-05-21T17:41:25.694Z Downloaded serde_derive_internals v0.29.1
9892026-05-21T17:41:25.694Z Downloaded rustls-native-certs v0.8.3
9902026-05-21T17:41:25.694Z Downloaded serde-hex v0.1.0
9912026-05-21T17:41:25.697Z Downloaded russh-keys v0.45.0
9922026-05-21T17:41:25.697Z Downloaded mio v1.2.0
9932026-05-21T17:41:25.703Z Downloaded rcgen v0.12.1
9942026-05-21T17:41:25.703Z Downloaded prettyplease v0.2.37
9952026-05-21T17:41:25.708Z Downloaded strip-ansi-escapes v0.2.1
9962026-05-21T17:41:25.708Z Downloaded ssh-cipher v0.2.0
9972026-05-21T17:41:25.713Z Downloaded shlex v1.3.0
9982026-05-21T17:41:25.717Z Downloaded progenitor-impl v0.13.0
9992026-05-21T17:41:25.717Z Downloaded num-bigint v0.4.6
10002026-05-21T17:41:25.720Z Downloaded sqlparser_derive v0.5.0
10012026-05-21T17:41:25.720Z Downloaded itertools v0.10.5
10022026-05-21T17:41:25.724Z Downloaded ssh-encoding v0.2.0
10032026-05-21T17:41:25.724Z Downloaded slab v0.4.12
10042026-05-21T17:41:25.724Z Downloaded openssl-sys v0.9.115
10052026-05-21T17:41:25.732Z Downloaded strum v0.27.2
10062026-05-21T17:41:25.732Z Downloaded structmeta-derive v0.3.0
10072026-05-21T17:41:25.736Z Downloaded tabwriter v1.4.1
10082026-05-21T17:41:25.736Z Downloaded sync-ptr v0.1.4
10092026-05-21T17:41:25.736Z Downloaded strum v0.26.3
10102026-05-21T17:41:25.737Z Downloaded crossterm v0.29.0
10112026-05-21T17:41:25.737Z Downloaded slog-stdlog v4.1.1
10122026-05-21T17:41:25.737Z Downloaded minimal-lexical v0.2.1
10132026-05-21T17:41:25.748Z Downloaded simd-adler32 v0.3.8
10142026-05-21T17:41:25.748Z Downloaded structmeta v0.3.0
10152026-05-21T17:41:25.752Z Downloaded slog-json v2.6.1
10162026-05-21T17:41:25.752Z Downloaded slog-scope v4.4.1
10172026-05-21T17:41:25.752Z Downloaded hashbrown v0.15.5
10182026-05-21T17:41:25.752Z Downloaded sct v0.7.1
10192026-05-21T17:41:25.758Z Downloaded scroll v0.13.0
10202026-05-21T17:41:25.758Z Downloaded slog-dtrace v0.3.0
10212026-05-21T17:41:25.758Z Downloaded smf v0.2.3
10222026-05-21T17:41:25.758Z Downloaded smallvec v0.6.14
10232026-05-21T17:41:25.761Z Downloaded supports-color v3.0.2
10242026-05-21T17:41:25.761Z Downloaded tagptr v0.2.0
10252026-05-21T17:41:25.761Z Downloaded subtle v2.6.1
10262026-05-21T17:41:25.761Z Downloaded tabled_derive v0.11.0
10272026-05-21T17:41:25.766Z Downloaded slog-term v2.9.2
10282026-05-21T17:41:25.770Z Downloaded crossterm v0.28.1
10292026-05-21T17:41:25.774Z Downloaded ron v0.8.1
10302026-05-21T17:41:25.778Z Downloaded testing_table v0.3.0
10312026-05-21T17:41:25.778Z Downloaded snafu-derive v0.8.9
10322026-05-21T17:41:25.778Z Downloaded serde_urlencoded v0.7.1
10332026-05-21T17:41:25.778Z Downloaded tap v1.0.1
10342026-05-21T17:41:25.782Z Downloaded thiserror-impl-no-std v2.0.2
10352026-05-21T17:41:25.782Z Downloaded take_mut v0.2.2
10362026-05-21T17:41:25.782Z Downloaded serde_cbor v0.11.2
10372026-05-21T17:41:25.782Z Downloaded rayon-core v1.13.0
10382026-05-21T17:41:25.785Z Downloaded stacker v0.1.23
10392026-05-21T17:41:25.785Z Downloaded time-core v0.1.8
10402026-05-21T17:41:25.789Z Downloaded spki v0.7.3
10412026-05-21T17:41:25.789Z Downloaded ryu v1.0.23
10422026-05-21T17:41:25.793Z Downloaded pretty_assertions v1.4.1
10432026-05-21T17:41:25.797Z Downloaded quinn v0.11.9
10442026-05-21T17:41:25.797Z Downloaded qorb v0.4.1
10452026-05-21T17:41:25.801Z Downloaded publicsuffix v2.3.0
10462026-05-21T17:41:25.801Z Downloaded sqlformat v0.3.5
10472026-05-21T17:41:25.807Z Downloaded serde_with_macros v3.17.0
10482026-05-21T17:41:25.807Z Downloaded support-bundle-viewer v0.1.2
10492026-05-21T17:41:25.807Z Downloaded thread-id v5.1.0
10502026-05-21T17:41:25.807Z Downloaded termtree v0.5.1
10512026-05-21T17:41:25.807Z Downloaded strum_macros v0.24.3
10522026-05-21T17:41:25.824Z Downloaded slog-async v2.8.0
10532026-05-21T17:41:25.824Z Downloaded tinyvec_macros v0.1.1
10542026-05-21T17:41:25.830Z Downloaded static_assertions v1.1.0
10552026-05-21T17:41:25.830Z Downloaded rustls-platform-verifier v0.6.2
10562026-05-21T17:41:25.830Z Downloaded libxml v0.3.3
10572026-05-21T17:41:25.830Z Downloaded rand v0.8.6
10582026-05-21T17:41:25.830Z Downloaded sync_wrapper v1.0.2
10592026-05-21T17:41:25.833Z Downloaded string_cache v0.8.9
10602026-05-21T17:41:25.833Z Downloaded tokio-macros v2.7.0
10612026-05-21T17:41:25.833Z Downloaded stringprep v0.1.5
10622026-05-21T17:41:25.837Z Downloaded signal-hook-registry v1.4.8
10632026-05-21T17:41:25.837Z Downloaded schemars v0.8.22
10642026-05-21T17:41:25.843Z Downloaded spin v0.9.8
10652026-05-21T17:41:25.847Z Downloaded topological-sort v0.2.2
10662026-05-21T17:41:25.847Z Downloaded strum_macros v0.26.4
10672026-05-21T17:41:25.857Z Downloaded nom v7.1.3
10682026-05-21T17:41:25.863Z Downloaded termios v0.3.3
10692026-05-21T17:41:25.863Z Downloaded aho-corasick v1.1.4
10702026-05-21T17:41:25.863Z Downloaded trait-variant v0.1.2
10712026-05-21T17:41:25.863Z Downloaded tower-service v0.3.3
10722026-05-21T17:41:25.868Z Downloaded tiny-keccak v2.0.2
10732026-05-21T17:41:25.872Z Downloaded num-bigint-dig v0.8.6
10742026-05-21T17:41:25.876Z Downloaded itertools v0.12.1
10752026-05-21T17:41:25.880Z Downloaded strum_macros v0.27.2
10762026-05-21T17:41:25.880Z Downloaded serde_yaml v0.9.34+deprecated
10772026-05-21T17:41:25.880Z Downloaded slog v2.8.2
10782026-05-21T17:41:25.884Z Downloaded unarray v0.1.4
10792026-05-21T17:41:25.884Z Downloaded typify-macro v0.6.2
10802026-05-21T17:41:25.884Z Downloaded rsa v0.9.10
10812026-05-21T17:41:25.888Z Downloaded hyper v1.8.1
10822026-05-21T17:41:25.892Z Downloaded try-lock v0.2.5
10832026-05-21T17:41:25.892Z Downloaded tower-layer v0.3.3
10842026-05-21T17:41:25.892Z Downloaded hashbrown v0.16.1
10852026-05-21T17:41:25.897Z Downloaded rand v0.9.2
10862026-05-21T17:41:25.902Z Downloaded time-macros v0.2.27
10872026-05-21T17:41:25.902Z Downloaded tls_codec_derive v0.4.2
10882026-05-21T17:41:25.902Z Downloaded tls_codec v0.4.2
10892026-05-21T17:41:25.902Z Downloaded thread_local v1.1.9
10902026-05-21T17:41:25.909Z Downloaded tokio-tungstenite v0.21.0
10912026-05-21T17:41:25.909Z Downloaded unit-prefix v0.5.2
10922026-05-21T17:41:25.909Z Downloaded similar v2.7.0
10932026-05-21T17:41:25.909Z Downloaded signal-hook v0.3.18
10942026-05-21T17:41:25.918Z Downloaded thiserror-no-std v2.0.2
10952026-05-21T17:41:25.918Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-05-21T17:41:25.918Z Downloaded typify-macro v0.4.3
10972026-05-21T17:41:25.923Z Downloaded untrusted v0.7.1
10982026-05-21T17:41:25.923Z Downloaded universal-hash v0.5.1
10992026-05-21T17:41:25.923Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11002026-05-21T17:41:25.923Z Downloaded tokio-native-tls v0.3.1
11012026-05-21T17:41:25.929Z Downloaded rustls-webpki v0.103.9
11022026-05-21T17:41:25.929Z Downloaded itertools v0.13.0
11032026-05-21T17:41:25.935Z Downloaded tokio-dtrace v0.1.1
11042026-05-21T17:41:25.935Z Downloaded toml_writer v1.0.6+spec-1.1.0
11052026-05-21T17:41:25.935Z Downloaded utf-8 v0.7.6
11062026-05-21T17:41:25.935Z Downloaded untrusted v0.9.0
11072026-05-21T17:41:25.940Z Downloaded void v1.0.2
11082026-05-21T17:41:25.941Z Downloaded iri-string v0.7.10
11092026-05-21T17:41:25.947Z Downloaded futures-util v0.3.32
11102026-05-21T17:41:25.952Z Downloaded usdt v0.6.0
11112026-05-21T17:41:25.956Z Downloaded unicode-truncate v1.1.0
11122026-05-21T17:41:25.956Z Downloaded usdt-macro v0.6.0
11132026-05-21T17:41:25.956Z Downloaded rand v0.10.0
11142026-05-21T17:41:25.959Z Downloaded term v0.7.0
11152026-05-21T17:41:25.959Z Downloaded socket2 v0.5.10
11162026-05-21T17:41:25.965Z Downloaded tokio-stream v0.1.18
11172026-05-21T17:41:25.965Z Downloaded term v1.2.1
11182026-05-21T17:41:25.969Z Downloaded tokio-rustls v0.26.4
11192026-05-21T17:41:25.969Z Downloaded h2 v0.4.13
11202026-05-21T17:41:25.974Z Downloaded tokio-rustls v0.25.0
11212026-05-21T17:41:25.978Z Downloaded tokio-tungstenite v0.23.1
11222026-05-21T17:41:25.978Z Downloaded socket2 v0.6.3
11232026-05-21T17:41:25.978Z Downloaded tui-tree-widget v0.23.1
11242026-05-21T17:41:25.983Z Downloaded want v0.3.1
11252026-05-21T17:41:25.990Z Downloaded waitgroup v0.1.2
11262026-05-21T17:41:25.990Z Downloaded wait-timeout v0.2.1
11272026-05-21T17:41:25.990Z Downloaded xshell-macros v0.2.7
11282026-05-21T17:41:25.996Z Downloaded xattr v1.6.1
11292026-05-21T17:41:25.997Z Downloaded toml_parser v1.0.9+spec-1.1.0
11302026-05-21T17:41:26.006Z Downloaded hkdf v0.12.4
11312026-05-21T17:41:26.006Z Downloaded samael v0.0.19
11322026-05-21T17:41:26.006Z Downloaded iddqd v0.4.1
11332026-05-21T17:41:26.013Z Downloaded vergen-git2 v9.1.0
11342026-05-21T17:41:26.021Z Downloaded vergen-gitcl v1.0.8
11352026-05-21T17:41:26.021Z Downloaded unicase v2.9.0
11362026-05-21T17:41:26.021Z Downloaded zone v0.3.1
11372026-05-21T17:41:26.021Z Downloaded itertools v0.14.0
11382026-05-21T17:41:26.026Z Downloaded tinyvec v1.10.0
11392026-05-21T17:41:26.029Z Downloaded tokio-rustls v0.24.1
11402026-05-21T17:41:26.029Z Downloaded tracing-attributes v0.1.31
11412026-05-21T17:41:26.034Z Downloaded schemars v1.2.1
11422026-05-21T17:41:26.038Z Downloaded whoami v1.6.1
11432026-05-21T17:41:26.041Z Downloaded schemars v0.9.0
11442026-05-21T17:41:26.047Z Downloaded zone_cfg_derive v0.3.1
11452026-05-21T17:41:26.051Z Downloaded blake3 v1.8.3
11462026-05-21T17:41:26.054Z Downloaded russh v0.45.0
11472026-05-21T17:41:26.059Z Downloaded subprocess v0.2.15
11482026-05-21T17:41:26.059Z Downloaded tar v0.4.45
11492026-05-21T17:41:26.065Z Downloaded libm v0.2.16
11502026-05-21T17:41:26.066Z Downloaded toml v1.0.6+spec-1.1.0
11512026-05-21T17:41:26.070Z Downloaded zeroize_derive v1.4.3
11522026-05-21T17:41:26.070Z Downloaded zeroize v1.8.2
11532026-05-21T17:41:26.070Z Downloaded vergen-lib v9.1.0
11542026-05-21T17:41:26.074Z Downloaded uzers v0.12.2
11552026-05-21T17:41:26.074Z Downloaded usdt-attr-macro v0.6.0
11562026-05-21T17:41:26.075Z Downloaded walkdir v2.5.0
11572026-05-21T17:41:26.075Z Downloaded vergen-lib v0.1.6
11582026-05-21T17:41:26.079Z Downloaded test-strategy v0.4.5
11592026-05-21T17:41:26.084Z Downloaded vergen v9.1.0
11602026-05-21T17:41:26.084Z Downloaded unicode-properties v0.1.4
11612026-05-21T17:41:26.091Z Downloaded twox-hash v2.1.2
11622026-05-21T17:41:26.098Z Downloaded xshell v0.2.7
11632026-05-21T17:41:26.098Z Downloaded zstd-safe v7.2.4
11642026-05-21T17:41:26.098Z Downloaded p521 v0.13.3
11652026-05-21T17:41:26.103Z Downloaded whoami v2.1.0
11662026-05-21T17:41:26.103Z Downloaded vsss-rs v3.3.4
11672026-05-21T17:41:26.111Z Downloaded typify v0.6.2
11682026-05-21T17:41:26.111Z Downloaded tungstenite v0.21.0
11692026-05-21T17:41:26.111Z Downloaded rpassword v7.4.0
11702026-05-21T17:41:26.118Z Downloaded aws-lc-rs v1.16.3
11712026-05-21T17:41:26.122Z Downloaded usdt-impl v0.6.0
11722026-05-21T17:41:26.122Z Downloaded toml v0.7.8
11732026-05-21T17:41:26.122Z Downloaded chrono v0.4.44
11742026-05-21T17:41:26.126Z Downloaded bindgen v0.71.1
11752026-05-21T17:41:26.130Z Downloaded zerocopy v0.6.6
11762026-05-21T17:41:26.130Z Downloaded snafu v0.8.9
11772026-05-21T17:41:26.141Z Downloaded rustyline v14.0.0
11782026-05-21T17:41:26.145Z Downloaded toml_edit v0.23.10+spec-1.0.0
11792026-05-21T17:41:26.149Z Downloaded unicode-bidi v0.3.18
11802026-05-21T17:41:26.153Z Downloaded wyz v0.5.1
11812026-05-21T17:41:26.153Z Downloaded zstd v0.13.3
11822026-05-21T17:41:26.153Z Downloaded tracing-core v0.1.36
11832026-05-21T17:41:26.178Z Downloaded bitvec v1.0.1
11842026-05-21T17:41:26.186Z Downloaded unsafe-libyaml v0.2.11
11852026-05-21T17:41:26.189Z Downloaded tungstenite v0.23.0
11862026-05-21T17:41:26.193Z Downloaded toml_edit v0.19.15
11872026-05-21T17:41:26.199Z Downloaded uuid v1.23.0
11882026-05-21T17:41:26.203Z Downloaded zopfli v0.8.3
11892026-05-21T17:41:26.203Z Downloaded vte v0.14.1
11902026-05-21T17:41:26.206Z Downloaded steno v0.4.1
11912026-05-21T17:41:26.206Z Downloaded regex v1.12.3
11922026-05-21T17:41:26.218Z Downloaded reqwest v0.13.2
11932026-05-21T17:41:26.226Z Downloaded yasna v0.5.2
11942026-05-21T17:41:26.230Z Downloaded reedline v0.40.0
11952026-05-21T17:41:26.230Z Downloaded yansi v1.0.1
11962026-05-21T17:41:26.230Z Downloaded p384 v0.13.1
11972026-05-21T17:41:26.233Z Downloaded git2 v0.20.4
11982026-05-21T17:41:26.249Z Downloaded zip v0.6.6
11992026-05-21T17:41:26.253Z Downloaded typify v0.4.3
12002026-05-21T17:41:26.253Z Downloaded ssh-key v0.6.7
12012026-05-21T17:41:26.272Z Downloaded zerocopy-derive v0.8.40
12022026-05-21T17:41:26.282Z Downloaded tokio-postgres v0.7.16
12032026-05-21T17:41:26.286Z Downloaded reqwest v0.12.28
12042026-05-21T17:41:26.286Z Downloaded tower v0.5.3
12052026-05-21T17:41:26.290Z Downloaded unicode_categories v0.1.1
12062026-05-21T17:41:26.290Z Downloaded quick-xml v0.37.5
12072026-05-21T17:41:26.293Z Downloaded rayon v1.11.0
12082026-05-21T17:41:26.298Z Downloaded portable-atomic v1.13.1
12092026-05-21T17:41:26.305Z Downloaded rustls-webpki v0.101.7
12102026-05-21T17:41:26.311Z Downloaded moka v0.12.13
12112026-05-21T17:41:26.320Z Downloaded petname v2.0.2
12122026-05-21T17:41:26.335Z Downloaded object v0.30.4
12132026-05-21T17:41:26.340Z Downloaded lalrpop v0.19.12
12142026-05-21T17:41:26.346Z Downloaded zip v4.6.1
12152026-05-21T17:41:26.350Z Downloaded unicode-segmentation v1.12.0
12162026-05-21T17:41:26.354Z Downloaded goblin v0.10.5
12172026-05-21T17:41:26.357Z Downloaded salty v0.3.0
12182026-05-21T17:41:26.360Z Downloaded proptest v1.10.0
12192026-05-21T17:41:26.364Z Downloaded x509-cert v0.2.5
12202026-05-21T17:41:26.368Z Downloaded unicode-normalization v0.1.25
12212026-05-21T17:41:26.400Z Downloaded winnow v0.5.40
12222026-05-21T17:41:26.407Z Downloaded typed-path v0.9.3
12232026-05-21T17:41:26.420Z Downloaded tokio-util v0.7.18
12242026-05-21T17:41:26.425Z Downloaded tough v0.22.0
12252026-05-21T17:41:26.430Z Downloaded tower-http v0.6.8
12262026-05-21T17:41:26.435Z Downloaded rustls-webpki v0.102.8
12272026-05-21T17:41:26.445Z Downloaded bstr v1.12.1
12282026-05-21T17:41:26.451Z Downloaded curve25519-dalek v4.1.3
12292026-05-21T17:41:26.455Z Downloaded serde_with v3.17.0
12302026-05-21T17:41:26.463Z Downloaded regex-syntax v0.6.29
12312026-05-21T17:41:26.471Z Downloaded tabled v0.20.0
12322026-05-21T17:41:26.478Z Downloaded radix_trie v0.2.1
12332026-05-21T17:41:26.489Z Downloaded time v0.3.47
12342026-05-21T17:41:26.494Z Downloaded quinn-proto v0.11.13
12352026-05-21T17:41:26.504Z Downloaded zlib-rs v0.6.2
12362026-05-21T17:41:26.520Z Downloaded nix v0.31.2
12372026-05-21T17:41:26.530Z Downloaded rustls v0.22.4
12382026-05-21T17:41:26.538Z Downloaded polar-core v0.27.3
12392026-05-21T17:41:26.554Z Downloaded rustls v0.23.37
12402026-05-21T17:41:26.558Z Downloaded winnow v0.6.26
12412026-05-21T17:41:26.562Z Downloaded regress v0.10.5
12422026-05-21T17:41:26.566Z Downloaded nix v0.27.1
12432026-05-21T17:41:26.582Z Downloaded nix v0.28.0
12442026-05-21T17:41:26.599Z Downloaded rustix v0.38.44
12452026-05-21T17:41:26.611Z Downloaded openssl v0.10.79
12462026-05-21T17:41:26.633Z Downloaded rustls v0.21.12
12472026-05-21T17:41:26.643Z Downloaded hickory-proto v0.24.4
12482026-05-21T17:41:26.650Z Downloaded smoltcp v0.9.1
12492026-05-21T17:41:26.656Z Downloaded dropshot v0.17.0
12502026-05-21T17:41:26.668Z Downloaded vcpkg v0.2.15
12512026-05-21T17:41:26.691Z Downloaded sled v0.34.7
12522026-05-21T17:41:26.700Z Downloaded hickory-proto v0.25.2
12532026-05-21T17:41:26.711Z Downloaded webpki-roots v1.0.6
12542026-05-21T17:41:26.717Z Downloaded smoltcp v0.11.0
12552026-05-21T17:41:26.727Z Downloaded tracing v0.1.44
12562026-05-21T17:41:26.732Z Downloaded zerocopy v0.8.40
12572026-05-21T17:41:26.738Z Downloaded openapiv3 v2.2.0
12582026-05-21T17:41:26.745Z Downloaded bzip2-sys v0.1.13+1.0.8
12592026-05-21T17:41:26.752Z Downloaded diesel v2.3.7
12602026-05-21T17:41:26.764Z Downloaded sqlparser v0.61.0
12612026-05-21T17:41:26.770Z Downloaded zerocopy-derive v0.6.6
12622026-05-21T17:41:26.776Z Downloaded regex-automata v0.4.14
12632026-05-21T17:41:26.784Z Downloaded regress v0.11.1
12642026-05-21T17:41:26.789Z Downloaded regex-syntax v0.8.10
12652026-05-21T17:41:26.797Z Downloaded object v0.37.3
12662026-05-21T17:41:26.805Z Downloaded chrono-tz v0.10.4
12672026-05-21T17:41:26.842Z Downloaded libz-sys v1.1.24
12682026-05-21T17:41:26.855Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12692026-05-21T17:41:26.866Z Downloaded sha3 v0.10.8
12702026-05-21T17:41:26.871Z Downloaded typify-impl v0.6.2
12712026-05-21T17:41:26.886Z Downloaded typify-impl v0.4.3
12722026-05-21T17:41:26.895Z Downloaded ratatui v0.29.0
12732026-05-21T17:41:26.946Z Downloaded petgraph v0.6.5
12742026-05-21T17:41:26.967Z Downloaded jiff v0.2.21
12752026-05-21T17:41:26.979Z Downloaded petgraph v0.8.3
12762026-05-21T17:41:26.993Z Downloaded libgit2-sys v0.18.3+1.9.2
12772026-05-21T17:41:27.027Z Downloaded csv v1.4.0
12782026-05-21T17:41:27.075Z Downloaded tokio v1.52.1
12792026-05-21T17:41:27.129Z Downloaded encoding_rs v0.8.35
12802026-05-21T17:41:27.143Z Downloaded ring v0.17.14
12812026-05-21T17:41:27.587Z Downloaded aws-lc-sys v0.40.0
12822026-05-21T17:41:27.841Z Compiling libc v0.2.185
12832026-05-21T17:41:27.847Z Compiling serde v1.0.228
12842026-05-21T17:41:27.847Z Compiling log v0.4.29
12852026-05-21T17:41:27.847Z Compiling shlex v1.3.0
12862026-05-21T17:41:27.847Z Compiling find-msvc-tools v0.1.9
12872026-05-21T17:41:27.847Z Compiling smallvec v1.15.1
12882026-05-21T17:41:27.848Z Compiling typenum v1.19.0
12892026-05-21T17:41:27.848Z Compiling subtle v2.6.1
12902026-05-21T17:41:27.848Z Compiling generic-array v0.14.7
12912026-05-21T17:41:27.848Z Compiling scopeguard v1.2.0
12922026-05-21T17:41:27.979Z Compiling const-oid v0.9.6
12932026-05-21T17:41:28.043Z Compiling serde_json v1.0.149
12942026-05-21T17:41:28.064Z Compiling syn v2.0.117
12952026-05-21T17:41:28.105Z Compiling zerocopy v0.8.40
12962026-05-21T17:41:28.109Z Compiling portable-atomic v1.13.1
12972026-05-21T17:41:28.158Z Compiling pin-project-lite v0.2.17
12982026-05-21T17:41:28.227Z Compiling lock_api v0.4.14
12992026-05-21T17:41:28.245Z Compiling parking_lot_core v0.9.12
13002026-05-21T17:41:28.249Z Compiling pkg-config v0.3.32
13012026-05-21T17:41:28.249Z Compiling bitflags v2.11.0
13022026-05-21T17:41:28.294Z Compiling libm v0.2.16
13032026-05-21T17:41:28.311Z Compiling critical-section v1.2.0
13042026-05-21T17:41:28.315Z Compiling futures-core v0.3.32
13052026-05-21T17:41:28.405Z Compiling num-traits v0.2.19
13062026-05-21T17:41:28.473Z Compiling percent-encoding v2.3.2
13072026-05-21T17:41:28.497Z Compiling futures-sink v0.3.32
13082026-05-21T17:41:28.529Z Compiling futures-task v0.3.32
13092026-05-21T17:41:28.546Z Compiling slab v0.4.12
13102026-05-21T17:41:28.578Z Compiling futures-io v0.3.32
13112026-05-21T17:41:28.611Z Compiling futures-channel v0.3.32
13122026-05-21T17:41:28.641Z Compiling getrandom v0.4.1
13132026-05-21T17:41:28.685Z Compiling cpufeatures v0.2.17
13142026-05-21T17:41:28.701Z Compiling rand_core v0.10.0
13152026-05-21T17:41:28.762Z Compiling indexmap v2.14.0
13162026-05-21T17:41:28.786Z Compiling getrandom v0.3.4
13172026-05-21T17:41:28.791Z Compiling rustversion v1.0.22
13182026-05-21T17:41:28.816Z Compiling form_urlencoded v1.2.2
13192026-05-21T17:41:28.880Z Compiling dunce v1.0.5
13202026-05-21T17:41:28.895Z Compiling fs_extra v1.3.0
13212026-05-21T17:41:28.900Z Compiling ident_case v1.0.1
13222026-05-21T17:41:28.900Z Compiling base64ct v1.8.3
13232026-05-21T17:41:28.930Z Compiling rustix v1.1.3
13242026-05-21T17:41:29.003Z Compiling getrandom v0.2.17
13252026-05-21T17:41:29.023Z Compiling jobserver v0.1.34
13262026-05-21T17:41:29.040Z Compiling errno v0.3.14
13272026-05-21T17:41:29.091Z Compiling mio v1.2.0
13282026-05-21T17:41:29.249Z Compiling rand_core v0.6.4
13292026-05-21T17:41:29.349Z Compiling signal-hook-registry v1.4.8
13302026-05-21T17:41:29.349Z Compiling socket2 v0.6.3
13312026-05-21T17:41:29.349Z Compiling cc v1.2.56
13322026-05-21T17:41:29.349Z Compiling parking_lot v0.12.5
13332026-05-21T17:41:29.428Z Compiling once_cell v1.21.3
13342026-05-21T17:41:29.596Z Compiling pem-rfc7468 v0.7.0
13352026-05-21T17:41:29.596Z Compiling iana-time-zone v0.1.65
13362026-05-21T17:41:29.596Z Compiling flagset v0.4.7
13372026-05-21T17:41:29.596Z Compiling regex-syntax v0.8.10
13382026-05-21T17:41:29.714Z Compiling vcpkg v0.2.15
13392026-05-21T17:41:29.714Z Compiling aws-lc-rs v1.16.3
13402026-05-21T17:41:29.714Z Compiling uuid v1.23.0
13412026-05-21T17:41:29.714Z Compiling tracing-core v0.1.36
13422026-05-21T17:41:29.803Z Compiling rustc_version v0.4.1
13432026-05-21T17:41:29.803Z Compiling base64 v0.22.1
13442026-05-21T17:41:29.803Z Compiling untrusted v0.7.1
13452026-05-21T17:41:29.803Z Compiling untrusted v0.9.0
13462026-05-21T17:41:29.861Z Compiling rand_core v0.9.5
13472026-05-21T17:41:29.992Z Compiling httparse v1.10.1
13482026-05-21T17:41:30.092Z Compiling openssl-probe v0.2.1
13492026-05-21T17:41:30.092Z Compiling tinyvec_macros v0.1.1
13502026-05-21T17:41:30.198Z Compiling tinyvec v1.10.0
13512026-05-21T17:41:30.198Z Compiling cmake v0.1.57
13522026-05-21T17:41:30.198Z Compiling aho-corasick v1.1.4
13532026-05-21T17:41:30.266Z Compiling dyn-clone v1.0.20
13542026-05-21T17:41:30.266Z Compiling atomic-waker v1.1.2
13552026-05-21T17:41:30.266Z Compiling try-lock v0.2.5
13562026-05-21T17:41:30.266Z Compiling rustls v0.23.37
13572026-05-21T17:41:30.348Z Compiling tower-layer v0.3.3
13582026-05-21T17:41:30.451Z Compiling schemars v0.8.22
13592026-05-21T17:41:30.451Z Compiling tower-service v0.3.3
13602026-05-21T17:41:30.451Z Compiling want v0.3.1
13612026-05-21T17:41:30.451Z Compiling pin-utils v0.1.0
13622026-05-21T17:41:30.550Z Compiling foreign-types-shared v0.1.1
13632026-05-21T17:41:30.550Z Compiling openssl v0.10.79
13642026-05-21T17:41:30.550Z Compiling httpdate v1.0.3
13652026-05-21T17:41:30.550Z Compiling unicode-normalization v0.1.25
13662026-05-21T17:41:30.550Z Compiling spin v0.9.8
13672026-05-21T17:41:30.551Z Compiling time-core v0.1.8
13682026-05-21T17:41:30.603Z Compiling foreign-types v0.3.2
13692026-05-21T17:41:30.603Z Compiling num-conv v0.2.0
13702026-05-21T17:41:30.604Z Compiling powerfmt v0.2.0
13712026-05-21T17:41:30.604Z Compiling crc32fast v1.5.0
13722026-05-21T17:41:30.669Z Compiling native-tls v0.2.18
13732026-05-21T17:41:30.736Z Compiling wait-timeout v0.2.1
13742026-05-21T17:41:30.818Z Compiling sync_wrapper v1.0.2
13752026-05-21T17:41:30.818Z Compiling time-macros v0.2.27
13762026-05-21T17:41:30.818Z Compiling simd-adler32 v0.3.8
13772026-05-21T17:41:30.818Z Compiling deranged v0.5.8
13782026-05-21T17:41:30.818Z Compiling quick-error v1.2.3
13792026-05-21T17:41:30.847Z Compiling siphasher v1.0.2
13802026-05-21T17:41:30.847Z Compiling usdt-impl v0.6.0
13812026-05-21T17:41:30.886Z Compiling num_threads v0.1.7
13822026-05-21T17:41:30.920Z Compiling tempfile v3.25.0
13832026-05-21T17:41:30.955Z Compiling syn v1.0.109
13842026-05-21T17:41:30.994Z Compiling crossbeam-utils v0.8.21
13852026-05-21T17:41:31.023Z Compiling bit-vec v0.8.0
13862026-05-21T17:41:31.023Z Compiling aws-lc-sys v0.40.0
13872026-05-21T17:41:31.023Z Compiling ring v0.17.14
13882026-05-21T17:41:31.041Z Compiling openssl-sys v0.9.115
13892026-05-21T17:41:31.056Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13902026-05-21T17:41:31.072Z Compiling bzip2-sys v0.1.13+1.0.8
13912026-05-21T17:41:31.119Z Compiling regex-automata v0.4.14
13922026-05-21T17:41:31.192Z Compiling synstructure v0.13.2
13932026-05-21T17:41:31.322Z Compiling serde_derive_internals v0.29.1
13942026-05-21T17:41:31.350Z Compiling pest_generator v2.8.6
13952026-05-21T17:41:31.368Z Compiling darling_core v0.20.11
13962026-05-21T17:41:31.452Z Compiling bit-set v0.8.0
13972026-05-21T17:41:31.535Z Compiling rusty-fork v0.3.1
13982026-05-21T17:41:31.714Z Compiling darling_core v0.21.3
13992026-05-21T17:41:31.918Z Compiling slog v2.8.2
14002026-05-21T17:41:31.932Z Compiling heapless v0.7.17
14012026-05-21T17:41:31.966Z Compiling time v0.3.47
14022026-05-21T17:41:32.040Z Compiling rand_xorshift v0.4.0
14032026-05-21T17:41:32.105Z Compiling thread-id v5.1.0
14042026-05-21T17:41:32.133Z Compiling cookie v0.18.1
14052026-05-21T17:41:32.159Z Compiling iri-string v0.7.10
14062026-05-21T17:41:32.175Z Compiling adler2 v2.0.1
14072026-05-21T17:41:32.225Z Compiling signal-hook v0.3.18
14082026-05-21T17:41:32.229Z Compiling unicode-properties v0.1.4
14092026-05-21T17:41:32.258Z Compiling ryu v1.0.23
14102026-05-21T17:41:32.345Z Compiling zstd-safe v7.2.4
14112026-05-21T17:41:32.363Z Compiling paste v1.0.15
14122026-05-21T17:41:32.377Z Compiling allocator-api2 v0.2.21
14132026-05-21T17:41:32.466Z Compiling unicode-bidi v0.3.18
14142026-05-21T17:41:32.521Z Compiling anyhow v1.0.102
14152026-05-21T17:41:32.562Z Compiling unarray v0.1.4
14162026-05-21T17:41:32.640Z Compiling miniz_oxide v0.8.9
14172026-05-21T17:41:33.056Z Compiling stringprep v0.1.5
14182026-05-21T17:41:33.074Z Compiling serde_derive v1.0.228
14192026-05-21T17:41:33.119Z Compiling zeroize_derive v1.4.3
14202026-05-21T17:41:33.288Z Compiling zerofrom-derive v0.1.6
14212026-05-21T17:41:33.296Z Compiling yoke-derive v0.8.1
14222026-05-21T17:41:33.310Z Compiling zerovec-derive v0.11.2
14232026-05-21T17:41:33.528Z Compiling zerocopy-derive v0.8.40
14242026-05-21T17:41:33.642Z Compiling displaydoc v0.2.5
14252026-05-21T17:41:33.724Z Compiling tokio-macros v2.7.0
14262026-05-21T17:41:33.749Z Compiling futures-macro v0.3.32
14272026-05-21T17:41:33.804Z Compiling zeroize v1.8.2
14282026-05-21T17:41:33.840Z Compiling der_derive v0.7.3
14292026-05-21T17:41:34.375Z Compiling rustls-pki-types v1.14.0
14302026-05-21T17:41:34.467Z Compiling tracing-attributes v0.1.31
14312026-05-21T17:41:34.512Z Compiling thiserror-impl v2.0.18
14322026-05-21T17:41:34.524Z Compiling schemars_derive v0.8.22
14332026-05-21T17:41:34.552Z Compiling pest_derive v2.8.6
14342026-05-21T17:41:34.634Z Compiling crypto-common v0.1.7
14352026-05-21T17:41:34.672Z Compiling block-buffer v0.10.4
14362026-05-21T17:41:34.794Z Compiling zerofrom v0.1.6
14372026-05-21T17:41:34.861Z Compiling futures-util v0.3.32
14382026-05-21T17:41:34.923Z Compiling yoke v0.8.1
14392026-05-21T17:41:34.938Z Compiling digest v0.10.7
14402026-05-21T17:41:34.953Z Compiling block-padding v0.3.3
14412026-05-21T17:41:34.958Z Compiling der v0.7.10
14422026-05-21T17:41:35.100Z Compiling inout v0.1.4
14432026-05-21T17:41:35.156Z Compiling zerovec v0.11.5
14442026-05-21T17:41:35.189Z Compiling zerotrie v0.2.3
14452026-05-21T17:41:35.248Z Compiling hmac v0.12.1
14462026-05-21T17:41:35.330Z Compiling cipher v0.4.4
14472026-05-21T17:41:35.444Z Compiling sha2 v0.10.9
14482026-05-21T17:41:35.469Z Compiling pbkdf2 v0.12.2
14492026-05-21T17:41:35.517Z Compiling scroll_derive v0.13.1
14502026-05-21T17:41:35.624Z Compiling salsa20 v0.10.2
14512026-05-21T17:41:35.636Z Compiling tinystr v0.8.2
14522026-05-21T17:41:35.809Z Compiling potential_utf v0.1.4
14532026-05-21T17:41:35.833Z Compiling scrypt v0.11.0
14542026-05-21T17:41:35.946Z Compiling icu_locale_core v2.1.1
14552026-05-21T17:41:35.993Z Compiling icu_collections v2.1.1
14562026-05-21T17:41:35.999Z Compiling spki v0.7.3
14572026-05-21T17:41:36.010Z Compiling tracing v0.1.44
14582026-05-21T17:41:36.058Z Compiling thiserror v2.0.18
14592026-05-21T17:41:36.164Z Compiling cbc v0.1.2
14602026-05-21T17:41:36.202Z Compiling aes v0.8.4
14612026-05-21T17:41:36.243Z Compiling darling_macro v0.20.11
14622026-05-21T17:41:36.326Z Compiling openssl-macros v0.1.1
14632026-05-21T17:41:36.344Z Compiling rustls-native-certs v0.8.3
14642026-05-21T17:41:36.356Z Compiling dtrace-parser v0.3.0
14652026-05-21T17:41:36.447Z Compiling scroll v0.13.0
14662026-05-21T17:41:36.508Z Compiling signature v2.2.0
14672026-05-21T17:41:36.694Z Compiling bytes v1.11.1
14682026-05-21T17:41:36.733Z Compiling icu_provider v2.1.1
14692026-05-21T17:41:36.738Z Compiling chrono v0.4.44
14702026-05-21T17:41:36.768Z Compiling pkcs5 v0.7.1
14712026-05-21T17:41:36.787Z Compiling ipnet v2.11.0
14722026-05-21T17:41:36.794Z Compiling darling v0.20.11
14732026-05-21T17:41:36.890Z Compiling goblin v0.10.5
14742026-05-21T17:41:36.909Z Compiling derive_builder_core v0.20.2
14752026-05-21T17:41:36.944Z Compiling webpki-roots v1.0.6
14762026-05-21T17:41:36.999Z Compiling icu_normalizer v2.1.1
14772026-05-21T17:41:37.083Z Compiling icu_properties v2.1.2
14782026-05-21T17:41:37.156Z Compiling pkcs8 v0.10.2
14792026-05-21T17:41:37.371Z Compiling tokio v1.52.1
14802026-05-21T17:41:37.464Z Compiling http v1.4.0
14812026-05-21T17:41:37.464Z Compiling thiserror-impl v1.0.69
14822026-05-21T17:41:37.464Z Compiling scroll_derive v0.12.1
14832026-05-21T17:41:37.465Z Compiling serde_spanned v0.6.9
14842026-05-21T17:41:37.520Z Compiling toml_datetime v0.6.11
14852026-05-21T17:41:37.539Z Compiling serde_urlencoded v0.7.1
14862026-05-21T17:41:37.591Z Compiling serde_tokenstream v0.2.3
14872026-05-21T17:41:37.804Z Compiling erased-serde v0.3.31
14882026-05-21T17:41:37.826Z Compiling md-5 v0.10.6
14892026-05-21T17:41:37.841Z Compiling derive_builder_macro v0.20.2
14902026-05-21T17:41:37.933Z Compiling darling_macro v0.21.3
14912026-05-21T17:41:38.021Z Compiling idna_adapter v1.2.1
14922026-05-21T17:41:38.064Z Compiling ppv-lite86 v0.2.21
14932026-05-21T17:41:38.206Z Compiling idna v1.1.0
14942026-05-21T17:41:38.224Z Compiling http-body v1.0.1
14952026-05-21T17:41:38.250Z Compiling scroll v0.12.0
14962026-05-21T17:41:38.261Z Compiling bstr v1.12.1
14972026-05-21T17:41:38.279Z Compiling async-trait v0.1.89
14982026-05-21T17:41:38.333Z Compiling pin-project-internal v1.1.11
14992026-05-21T17:41:38.356Z Compiling zerocopy-derive v0.7.35
15002026-05-21T17:41:38.419Z Compiling rand_chacha v0.9.0
15012026-05-21T17:41:38.433Z Compiling http-body-util v0.1.3
15022026-05-21T17:41:38.488Z Compiling rand_chacha v0.3.1
15032026-05-21T17:41:38.547Z Compiling url v2.5.8
15042026-05-21T17:41:38.672Z Compiling rand v0.9.2
15052026-05-21T17:41:38.710Z Compiling thiserror v1.0.69
15062026-05-21T17:41:38.850Z Compiling vergen-lib v9.1.0
15072026-05-21T17:41:38.908Z Compiling num-integer v0.1.46
15082026-05-21T17:41:38.950Z Compiling curve25519-dalek v4.1.3
15092026-05-21T17:41:38.956Z Compiling ff v0.13.1
15102026-05-21T17:41:39.158Z Compiling hash32 v0.2.1
15112026-05-21T17:41:39.264Z Compiling proptest v1.10.0
15122026-05-21T17:41:39.279Z Compiling memoffset v0.9.1
15132026-05-21T17:41:39.344Z Compiling encoding_rs v0.8.35
15142026-05-21T17:41:39.361Z Compiling fallible-iterator v0.2.0
15152026-05-21T17:41:39.386Z Compiling litrs v1.0.0
15162026-05-21T17:41:39.398Z Compiling smoltcp v0.9.1
15172026-05-21T17:41:39.402Z Compiling zlib-rs v0.6.2
15182026-05-21T17:41:39.500Z Compiling num-bigint-dig v0.8.6
15192026-05-21T17:41:39.529Z Compiling ref-cast v1.0.25
15202026-05-21T17:41:39.533Z Compiling cfg_aliases v0.2.1
15212026-05-21T17:41:39.555Z Compiling mime v0.3.17
15222026-05-21T17:41:39.640Z Compiling dof v0.4.0
15232026-05-21T17:41:39.713Z Compiling rustix v0.38.44
15242026-05-21T17:41:39.731Z Compiling psl-types v2.0.11
15252026-05-21T17:41:39.827Z Compiling base16ct v0.2.0
15262026-05-21T17:41:39.931Z Compiling ipnetwork v0.21.1
15272026-05-21T17:41:39.947Z Compiling publicsuffix v2.3.0
15282026-05-21T17:41:39.953Z Compiling postgres-protocol v0.6.10
15292026-05-21T17:41:39.977Z Compiling sec1 v0.7.3
15302026-05-21T17:41:39.978Z Compiling document-features v0.2.12
15312026-05-21T17:41:40.043Z Compiling nix v0.31.2
15322026-05-21T17:41:40.163Z Compiling pin-project v1.1.11
15332026-05-21T17:41:40.255Z Compiling oxnet v0.1.4
15342026-05-21T17:41:40.455Z Compiling zerocopy v0.7.35
15352026-05-21T17:41:40.461Z Compiling num-iter v0.1.45
15362026-05-21T17:41:40.492Z Compiling group v0.13.0
15372026-05-21T17:41:40.619Z Compiling rand v0.8.6
15382026-05-21T17:41:40.637Z Compiling darling v0.21.3
15392026-05-21T17:41:40.642Z Compiling goblin v0.8.2
15402026-05-21T17:41:40.716Z Compiling derive_builder v0.20.2
15412026-05-21T17:41:40.744Z Compiling futures-executor v0.3.32
15422026-05-21T17:41:40.807Z Compiling hubpack_derive v0.1.1
15432026-05-21T17:41:40.870Z Compiling hex v0.4.3
15442026-05-21T17:41:40.899Z Compiling hkdf v0.12.4
15452026-05-21T17:41:40.923Z Compiling crypto-bigint v0.5.5
15462026-05-21T17:41:41.042Z Compiling regex v1.12.3
15472026-05-21T17:41:41.107Z Compiling tokio-util v0.7.18
15482026-05-21T17:41:41.121Z Compiling tower v0.5.3
15492026-05-21T17:41:41.155Z Compiling tokio-native-tls v0.3.1
15502026-05-21T17:41:41.186Z Compiling ref-cast-impl v1.0.25
15512026-05-21T17:41:41.278Z Compiling daft-derive v0.1.5
15522026-05-21T17:41:41.319Z Compiling snafu-derive v0.8.9
15532026-05-21T17:41:41.365Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-21T17:41:41.479Z Compiling strum_macros v0.27.2
15552026-05-21T17:41:41.651Z Compiling tower-http v0.6.8
15562026-05-21T17:41:41.667Z Compiling phf_shared v0.13.1
15572026-05-21T17:41:41.788Z Compiling newtype-uuid v1.3.2
15582026-05-21T17:41:41.871Z Compiling h2 v0.4.13
15592026-05-21T17:41:41.948Z Compiling terminal_size v0.4.3
15602026-05-21T17:41:42.081Z Compiling lazy_static v1.5.0
15612026-05-21T17:41:42.099Z Compiling vergen v9.1.0
15622026-05-21T17:41:42.110Z Compiling cargo-platform v0.3.2
15632026-05-21T17:41:42.110Z Compiling fs-err v3.3.0
15642026-05-21T17:41:42.143Z Compiling ahash v0.8.12
15652026-05-21T17:41:42.176Z Compiling unicode-segmentation v1.12.0
15662026-05-21T17:41:42.205Z Compiling same-file v1.0.6
15672026-05-21T17:41:42.223Z Compiling object v0.37.3
15682026-05-21T17:41:42.344Z Compiling flate2 v1.1.9
15692026-05-21T17:41:42.357Z Compiling winnow v0.5.40
15702026-05-21T17:41:42.392Z Compiling bumpalo v3.20.2
15712026-05-21T17:41:42.410Z Compiling managed v0.8.0
15722026-05-21T17:41:42.433Z Compiling bitflags v1.3.2
15732026-05-21T17:41:42.536Z Compiling foldhash v0.2.0
15742026-05-21T17:41:42.553Z Compiling libbz2-rs-sys v0.2.2
15752026-05-21T17:41:42.601Z Compiling foldhash v0.1.5
15762026-05-21T17:41:42.664Z Compiling clap_builder v4.5.60
15772026-05-21T17:41:42.682Z Compiling zopfli v0.8.3
15782026-05-21T17:41:42.724Z Compiling hashbrown v0.16.1
15792026-05-21T17:41:42.784Z Compiling hashbrown v0.15.5
15802026-05-21T17:41:42.938Z Compiling dof v0.3.0
15812026-05-21T17:41:43.134Z Compiling bzip2 v0.6.1
15822026-05-21T17:41:43.322Z Compiling walkdir v2.5.0
15832026-05-21T17:41:43.377Z Compiling snafu v0.8.9
15842026-05-21T17:41:43.421Z Compiling cargo_metadata v0.23.1
15852026-05-21T17:41:43.435Z Compiling daft v0.1.5
15862026-05-21T17:41:43.442Z Compiling elliptic-curve v0.13.8
15872026-05-21T17:41:43.590Z Compiling strum v0.27.2
15882026-05-21T17:41:43.673Z Compiling phf v0.13.1
15892026-05-21T17:41:43.733Z Compiling toml_edit v0.19.15
15902026-05-21T17:41:43.750Z Compiling signal-hook-mio v0.2.5
15912026-05-21T17:41:43.758Z Compiling cookie_store v0.22.1
15922026-05-21T17:41:43.766Z Compiling hubpack v0.1.2
15932026-05-21T17:41:43.861Z Compiling usdt-macro v0.6.0
15942026-05-21T17:41:43.895Z Compiling usdt-attr-macro v0.6.0
15952026-05-21T17:41:43.900Z Compiling bzip2 v0.4.4
15962026-05-21T17:41:43.907Z Compiling futures v0.3.32
15972026-05-21T17:41:44.019Z Compiling serde_with_macros v3.17.0
15982026-05-21T17:41:44.043Z Compiling zstd v0.13.3
15992026-05-21T17:41:44.233Z Compiling postgres-types v0.2.12
16002026-05-21T17:41:44.317Z Compiling dtrace-parser v0.2.0
16012026-05-21T17:41:44.343Z Compiling globset v0.4.18
16022026-05-21T17:41:44.459Z Compiling pkcs1 v0.7.5
16032026-05-21T17:41:44.676Z Compiling ed25519 v2.2.3
16042026-05-21T17:41:44.751Z Compiling serde-big-array v0.5.1
16052026-05-21T17:41:44.824Z Compiling serde_plain v1.0.2
16062026-05-21T17:41:44.902Z Compiling olpc-cjson v0.1.4
16072026-05-21T17:41:44.963Z Compiling hyper v1.8.1
16082026-05-21T17:41:44.970Z Compiling rfc6979 v0.4.0
16092026-05-21T17:41:45.040Z Compiling enum-as-inner v0.6.1
16102026-05-21T17:41:45.114Z Compiling clap_derive v4.5.55
16112026-05-21T17:41:45.138Z Compiling strum_macros v0.26.4
16122026-05-21T17:41:45.145Z Compiling async-recursion v1.1.1
16132026-05-21T17:41:45.166Z Compiling serde_repr v0.1.20
16142026-05-21T17:41:45.258Z Compiling phf_shared v0.11.3
16152026-05-21T17:41:45.481Z Compiling float-cmp v0.10.0
16162026-05-21T17:41:45.494Z Compiling pem v3.0.6
16172026-05-21T17:41:45.609Z Compiling memmap2 v0.9.10
16182026-05-21T17:41:45.672Z Compiling thread-id v4.2.2
16192026-05-21T17:41:45.685Z Compiling env_filter v1.0.0
16202026-05-21T17:41:45.780Z Compiling data-encoding v2.10.0
16212026-05-21T17:41:45.803Z Compiling precomputed-hash v0.1.1
16222026-05-21T17:41:45.834Z Compiling typed-path v0.9.3
16232026-05-21T17:41:45.881Z Compiling keccak v0.1.6
16242026-05-21T17:41:45.894Z Compiling difflib v0.4.0
16252026-05-21T17:41:45.898Z Compiling new_debug_unreachable v1.0.6
16262026-05-21T17:41:45.932Z Compiling fixedbitset v0.5.7
16272026-05-21T17:41:46.006Z Compiling normalize-line-endings v0.3.0
16282026-05-21T17:41:46.045Z Compiling fixedbitset v0.4.2
16292026-05-21T17:41:46.048Z Compiling jiff v0.2.21
16302026-05-21T17:41:46.132Z Compiling hyper-util v0.1.20
16312026-05-21T17:41:46.284Z Compiling whoami v2.1.0
16322026-05-21T17:41:46.308Z Compiling predicates-core v1.0.10
16332026-05-21T17:41:46.471Z Compiling either v1.15.0
16342026-05-21T17:41:46.508Z Compiling static_assertions v1.1.0
16352026-05-21T17:41:46.533Z Compiling predicates v3.1.4
16362026-05-21T17:41:46.549Z Compiling tokio-postgres v0.7.16
16372026-05-21T17:41:46.549Z Compiling petgraph v0.6.5
16382026-05-21T17:41:46.610Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16392026-05-21T17:41:46.660Z Compiling petgraph v0.8.3
16402026-05-21T17:41:46.709Z Compiling itertools v0.13.0
16412026-05-21T17:41:46.725Z Compiling hickory-proto v0.25.2
16422026-05-21T17:41:46.740Z Compiling sha3 v0.10.8
16432026-05-21T17:41:47.006Z Compiling strum v0.26.3
16442026-05-21T17:41:47.016Z Compiling clap v4.5.60
16452026-05-21T17:41:47.116Z Compiling string_cache v0.8.9
16462026-05-21T17:41:47.132Z Compiling toml_edit v0.22.27
16472026-05-21T17:41:47.176Z Compiling env_logger v0.11.9
16482026-05-21T17:41:47.249Z Compiling usdt v0.6.0
16492026-05-21T17:41:47.261Z Compiling usdt-impl v0.5.0
16502026-05-21T17:41:47.381Z Compiling serde_with v3.17.0
16512026-05-21T17:41:47.559Z Compiling hyper-tls v0.6.0
16522026-05-21T17:41:47.574Z Compiling crossterm v0.28.1
16532026-05-21T17:41:47.846Z Compiling toml v0.7.8
16542026-05-21T17:41:47.891Z Compiling ecdsa v0.16.9
16552026-05-21T17:41:47.977Z Compiling ed25519-dalek v2.2.0
16562026-05-21T17:41:48.008Z Compiling rsa v0.9.10
16572026-05-21T17:41:48.493Z Compiling zip v0.6.6
16582026-05-21T17:41:48.670Z Compiling zip v4.6.1
16592026-05-21T17:41:48.683Z Compiling iddqd v0.4.1
16602026-05-21T17:41:49.134Z Compiling heck v0.4.1
16612026-05-21T17:41:49.142Z Compiling similar v2.7.0
16622026-05-21T17:41:49.176Z Compiling toml_parser v1.0.9+spec-1.1.0
16632026-05-21T17:41:49.184Z Compiling tokio-stream v0.1.18
16642026-05-21T17:41:49.207Z Compiling buf-list v1.1.2
16652026-05-21T17:41:49.401Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16662026-05-21T17:41:49.518Z Compiling openapiv3 v2.2.0
16672026-05-21T17:41:49.533Z Compiling x509-cert v0.2.5
16682026-05-21T17:41:49.657Z Compiling sha1 v0.10.6
16692026-05-21T17:41:49.673Z Compiling crossbeam-epoch v0.9.18
16702026-05-21T17:41:49.704Z Compiling lalrpop-util v0.19.12
16712026-05-21T17:41:49.778Z Compiling peg-runtime v0.8.5
16722026-05-21T17:41:49.835Z Compiling thread_local v1.1.9
16732026-05-21T17:41:49.902Z Compiling slog-async v2.8.0
16742026-05-21T17:41:49.929Z Compiling crossbeam-channel v0.5.15
16752026-05-21T17:41:49.969Z Compiling is-terminal v0.4.17
16762026-05-21T17:41:50.039Z Compiling filetime v0.2.27
16772026-05-21T17:41:50.109Z Compiling take_mut v0.2.2
16782026-05-21T17:41:50.128Z Compiling term v1.2.1
16792026-05-21T17:41:50.129Z Compiling xattr v1.6.1
16802026-05-21T17:41:50.309Z Compiling tar v0.4.45
16812026-05-21T17:41:50.458Z Compiling slog-term v2.9.2
16822026-05-21T17:42:07.963Z Compiling rustls-webpki v0.103.9
16832026-05-21T17:42:10.795Z Compiling tokio-rustls v0.26.4
16842026-05-21T17:42:10.795Z Compiling rustls-platform-verifier v0.6.2
16852026-05-21T17:42:10.991Z Compiling hyper-rustls v0.27.7
16862026-05-21T17:42:11.185Z Compiling reqwest v0.12.28
16872026-05-21T17:42:11.185Z Compiling reqwest v0.13.2
16882026-05-21T17:42:12.425Z Compiling tough v0.22.0
16892026-05-21T17:42:14.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-05-21T17:42:15.219Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-05-21T17:42:18.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.76s
16922026-05-21T17:42:18.163Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16932026-05-21T17:42:18.228ZMay 21 17:42:17.721 INFO Starting download, target: Cockroach
16942026-05-21T17:42:18.228ZMay 21 17:42:17.721 INFO Starting download, target: Console
16952026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Starting download, target: MaghemiteMgd
16962026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Starting download, target: Clickhouse
16972026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Starting download, target: DendriteStub
16982026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Starting download, target: TransceiverControl
16992026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17002026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17012026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-05-21T17:42:18.232ZMay 21 17:42:17.721 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-05-21T17:42:18.232ZMay 21 17:42:17.722 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17042026-05-21T17:42:18.232ZMay 21 17:42:17.722 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17052026-05-21T17:42:18.649ZMay 21 17:42:18.149 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17062026-05-21T17:42:18.895ZMay 21 17:42:18.364 INFO Download complete, target: TransceiverControl
17072026-05-21T17:42:19.284ZMay 21 17:42:18.776 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17082026-05-21T17:42:19.553ZMay 21 17:42:19.041 INFO Download complete, target: Console
17092026-05-21T17:42:20.963ZMay 21 17:42:20.455 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17102026-05-21T17:42:21.174ZMay 21 17:42:20.666 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17112026-05-21T17:42:21.218ZMay 21 17:42:20.712 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17122026-05-21T17:42:21.758ZMay 21 17:42:21.261 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17132026-05-21T17:42:21.758ZMay 21 17:42:21.261 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17142026-05-21T17:42:23.405ZMay 21 17:42:22.908 INFO Download complete, target: DendriteStub
17152026-05-21T17:42:23.590ZMay 21 17:42:23.093 INFO Download complete, target: MaghemiteMgd
17162026-05-21T17:42:26.642ZMay 21 17:42:26.145 INFO Checking that binary works, target: Cockroach
17172026-05-21T17:42:26.773ZMay 21 17:42:26.276 INFO Download complete, target: Cockroach
17182026-05-21T17:42:28.079ZMay 21 17:42:27.581 INFO Checking that binary works, target: Clickhouse
17192026-05-21T17:42:28.172ZMay 21 17:42:27.674 INFO Download complete, target: Clickhouse
17202026-05-21T17:42:28.177ZAll prerequisites installed successfully
17212026-05-21T17:42:28.180Z
17222026-05-21T17:42:28.180Zreal 2:05.242346581
17232026-05-21T17:42:28.181Zuser 6:58.483323837
17242026-05-21T17:42:28.181Zsys 1:51.811133326
17252026-05-21T17:42:28.181Ztrap 0.234623776
17262026-05-21T17:42:28.181Ztflt 3.103336852
17272026-05-21T17:42:28.181Zdflt 5.768337946
17282026-05-21T17:42:28.181Zkflt 0.059829715
17292026-05-21T17:42:28.181Zlock 23:39.157011828
17302026-05-21T17:42:28.181Zslp 20:01.808342909
17312026-05-21T17:42:28.181Zlat 25.558097588
17322026-05-21T17:42:28.181Zstop 3:00.993214247
17332026-05-21T17:42:28.181Z+ ptime -m cargo xtask download softnpu
17342026-05-21T17:42:28.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17352026-05-21T17:42:28.716Z Running `target/debug/xtask download softnpu`
17362026-05-21T17:42:29.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17372026-05-21T17:42:29.542Z Running `target/debug/xtask-downloader softnpu`
17382026-05-21T17:42:29.588ZMay 21 17:42:29.090 INFO Starting download, target: Softnpu
17392026-05-21T17:42:29.592ZMay 21 17:42:29.091 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17402026-05-21T17:42:30.170ZMay 21 17:42:29.674 INFO Download complete, target: Softnpu
17412026-05-21T17:42:30.174Z
17422026-05-21T17:42:30.174Zreal 1.990608166
17432026-05-21T17:42:30.174Zuser 1.336444036
17442026-05-21T17:42:30.174Zsys 0.653080261
17452026-05-21T17:42:30.174Ztrap 0.000491973
17462026-05-21T17:42:30.174Ztflt 0.000058602
17472026-05-21T17:42:30.174Zdflt 0.000179688
17482026-05-21T17:42:30.174Zkflt 0.000000000
17492026-05-21T17:42:30.174Zlock 10.446088691
17502026-05-21T17:42:30.174Zslp 0.423057634
17512026-05-21T17:42:30.174Zlat 0.084451021
17522026-05-21T17:42:30.174Zstop 0.000184090
17532026-05-21T17:42:30.178Z+ export CARGO_INCREMENTAL=0
17542026-05-21T17:42:30.178Z+ CARGO_INCREMENTAL=0
17552026-05-21T17:42:30.178Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17562026-05-21T17:42:31.070Z Compiling proc-macro2 v1.0.106
17572026-05-21T17:42:31.070Z Compiling quote v1.0.45
17582026-05-21T17:42:31.070Z Compiling unicode-ident v1.0.24
17592026-05-21T17:42:31.070Z Compiling libc v0.2.185
17602026-05-21T17:42:31.073Z Compiling serde_core v1.0.228
17612026-05-21T17:42:31.073Z Compiling serde v1.0.228
17622026-05-21T17:42:31.073Z Compiling cfg-if v1.0.4
17632026-05-21T17:42:31.073Z Compiling version_check v0.9.5
17642026-05-21T17:42:31.230Z Compiling shlex v1.3.0
17652026-05-21T17:42:31.244Z Compiling find-msvc-tools v0.1.9
17662026-05-21T17:42:31.247Z Compiling typenum v1.19.0
17672026-05-21T17:42:31.247Z Compiling zmij v1.0.21
17682026-05-21T17:42:31.247Z Compiling autocfg v1.5.0
17692026-05-21T17:42:31.247Z Compiling memchr v2.8.0
17702026-05-21T17:42:31.247Z Compiling serde_json v1.0.149
17712026-05-21T17:42:31.352Z Compiling portable-atomic v1.13.1
17722026-05-21T17:42:31.370Z Compiling libm v0.2.16
17732026-05-21T17:42:31.509Z Compiling zerocopy v0.8.40
17742026-05-21T17:42:31.619Z Compiling generic-array v0.14.7
17752026-05-21T17:42:31.731Z Compiling smallvec v1.15.1
17762026-05-21T17:42:31.735Z Compiling parking_lot_core v0.9.12
17772026-05-21T17:42:31.820Z Compiling icu_properties_data v2.1.2
17782026-05-21T17:42:31.823Z Compiling icu_normalizer_data v2.1.1
17792026-05-21T17:42:31.865Z Compiling itoa v1.0.17
17802026-05-21T17:42:31.921Z Compiling num-traits v0.2.19
17812026-05-21T17:42:31.937Z Compiling getrandom v0.4.1
17822026-05-21T17:42:31.953Z Compiling log v0.4.29
17832026-05-21T17:42:32.019Z Compiling stable_deref_trait v1.2.1
17842026-05-21T17:42:32.037Z Compiling pkg-config v0.3.32
17852026-05-21T17:42:32.081Z Compiling subtle v2.6.1
17862026-05-21T17:42:32.223Z Compiling scopeguard v1.2.0
17872026-05-21T17:42:32.253Z Compiling writeable v0.6.2
17882026-05-21T17:42:32.300Z Compiling litemap v0.8.1
17892026-05-21T17:42:32.330Z Compiling jobserver v0.1.34
17902026-05-21T17:42:32.353Z Compiling getrandom v0.2.17
17912026-05-21T17:42:32.435Z Compiling errno v0.3.14
17922026-05-21T17:42:32.489Z Compiling lock_api v0.4.14
17932026-05-21T17:42:32.510Z Compiling rand_core v0.6.4
17942026-05-21T17:42:32.527Z Compiling percent-encoding v2.3.2
17952026-05-21T17:42:32.622Z Compiling cc v1.2.56
17962026-05-21T17:42:32.659Z Compiling syn v2.0.117
17972026-05-21T17:42:32.709Z Compiling fnv v1.0.7
17982026-05-21T17:42:32.728Z Compiling pin-project-lite v0.2.17
17992026-05-21T17:42:32.796Z Compiling thiserror v2.0.18
18002026-05-21T17:42:32.830Z Compiling getrandom v0.3.4
18012026-05-21T17:42:32.849Z Compiling equivalent v1.0.2
18022026-05-21T17:42:32.886Z Compiling fs_extra v1.3.0
18032026-05-21T17:42:32.898Z Compiling dunce v1.0.5
18042026-05-21T17:42:32.977Z Compiling rustversion v1.0.22
18052026-05-21T17:42:33.009Z Compiling schemars v0.8.22
18062026-05-21T17:42:33.028Z Compiling rand_core v0.10.0
18072026-05-21T17:42:33.033Z Compiling utf8_iter v1.0.4
18082026-05-21T17:42:33.181Z Compiling form_urlencoded v1.2.2
18092026-05-21T17:42:33.230Z Compiling critical-section v1.2.0
18102026-05-21T17:42:33.264Z Compiling signal-hook-registry v1.4.8
18112026-05-21T17:42:33.353Z Compiling cmake v0.1.57
18122026-05-21T17:42:33.369Z Compiling rustix v1.1.3
18132026-05-21T17:42:33.384Z Compiling hashbrown v0.17.0
18142026-05-21T17:42:33.480Z Compiling mio v1.2.0
18152026-05-21T17:42:33.499Z Compiling parking_lot v0.12.5
18162026-05-21T17:42:33.721Z Compiling bitflags v2.11.0
18172026-05-21T17:42:33.751Z Compiling semver v1.0.28
18182026-05-21T17:42:33.793Z Compiling once_cell v1.21.3
18192026-05-21T17:42:33.813Z Compiling socket2 v0.6.3
18202026-05-21T17:42:33.895Z Compiling const-oid v0.9.6
18212026-05-21T17:42:33.941Z Compiling indexmap v2.14.0
18222026-05-21T17:42:33.975Z Compiling ring v0.17.14
18232026-05-21T17:42:33.975Z Compiling aws-lc-sys v0.40.0
18242026-05-21T17:42:34.141Z Compiling aws-lc-rs v1.16.3
18252026-05-21T17:42:34.145Z Compiling heck v0.5.0
18262026-05-21T17:42:34.185Z Compiling futures-core v0.3.32
18272026-05-21T17:42:34.247Z Compiling httparse v1.10.1
18282026-05-21T17:42:34.335Z Compiling thiserror v1.0.69
18292026-05-21T17:42:34.368Z Compiling vcpkg v0.2.15
18302026-05-21T17:42:34.397Z Compiling strsim v0.11.1
18312026-05-21T17:42:34.596Z Compiling ucd-trie v0.1.7
18322026-05-21T17:42:34.641Z Compiling byteorder v1.5.0
18332026-05-21T17:42:34.659Z Compiling iana-time-zone v0.1.65
18342026-05-21T17:42:34.692Z Compiling syn v1.0.109
18352026-05-21T17:42:34.725Z Compiling ident_case v1.0.1
18362026-05-21T17:42:34.729Z Compiling regex-syntax v0.8.10
18372026-05-21T17:42:34.729Z Compiling uuid v1.23.0
18382026-05-21T17:42:34.779Z Compiling pest v2.8.6
18392026-05-21T17:42:34.892Z Compiling rustls v0.23.37
18402026-05-21T17:42:34.906Z Compiling cpufeatures v0.2.17
18412026-05-21T17:42:34.966Z Compiling openssl-sys v0.9.115
18422026-05-21T17:42:35.098Z Compiling futures-sink v0.3.32
18432026-05-21T17:42:35.132Z Compiling rustc_version v0.4.1
18442026-05-21T17:42:35.210Z Compiling slab v0.4.12
18452026-05-21T17:42:35.249Z Compiling futures-channel v0.3.32
18462026-05-21T17:42:35.265Z Compiling futures-task v0.3.32
18472026-05-21T17:42:35.358Z Compiling futures-io v0.3.32
18482026-05-21T17:42:35.451Z Compiling aho-corasick v1.1.4
18492026-05-21T17:42:35.509Z Compiling dyn-clone v1.0.20
18502026-05-21T17:42:35.543Z Compiling synstructure v0.13.2
18512026-05-21T17:42:35.560Z Compiling serde_derive_internals v0.29.1
18522026-05-21T17:42:35.798Z Compiling openssl v0.10.79
18532026-05-21T17:42:35.820Z Compiling base64 v0.22.1
18542026-05-21T17:42:35.874Z Compiling pest_meta v2.8.6
18552026-05-21T17:42:35.910Z Compiling plain v0.2.3
18562026-05-21T17:42:35.967Z Compiling crc32fast v1.5.0
18572026-05-21T17:42:36.068Z Compiling num-conv v0.2.0
18582026-05-21T17:42:36.084Z Compiling time-core v0.1.8
18592026-05-21T17:42:36.100Z Compiling crossbeam-utils v0.8.21
18602026-05-21T17:42:36.261Z Compiling time-macros v0.2.27
18612026-05-21T17:42:36.283Z Compiling pretty-hex v0.4.1
18622026-05-21T17:42:36.341Z Compiling regex-automata v0.4.14
18632026-05-21T17:42:36.345Z Compiling native-tls v0.2.18
18642026-05-21T17:42:36.374Z Compiling base64ct v1.8.3
18652026-05-21T17:42:36.404Z Compiling anyhow v1.0.102
18662026-05-21T17:42:36.407Z Compiling darling_core v0.21.3
18672026-05-21T17:42:36.505Z Compiling pest_generator v2.8.6
18682026-05-21T17:42:36.593Z Compiling tracing-core v0.1.36
18692026-05-21T17:42:36.610Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18702026-05-21T17:42:36.696Z Compiling pem-rfc7468 v0.7.0
18712026-05-21T17:42:36.799Z Compiling serde_derive v1.0.228
18722026-05-21T17:42:36.900Z Compiling zeroize_derive v1.4.3
18732026-05-21T17:42:36.917Z Compiling zerofrom-derive v0.1.6
18742026-05-21T17:42:36.951Z Compiling yoke-derive v0.8.1
18752026-05-21T17:42:36.989Z Compiling zerovec-derive v0.11.2
18762026-05-21T17:42:37.010Z Compiling displaydoc v0.2.5
18772026-05-21T17:42:37.144Z Compiling zerocopy-derive v0.8.40
18782026-05-21T17:42:37.169Z Compiling tokio-macros v2.7.0
18792026-05-21T17:42:37.239Z Compiling futures-macro v0.3.32
18802026-05-21T17:42:37.519Z Compiling zeroize v1.8.2
18812026-05-21T17:42:37.777Z Compiling thiserror-impl v2.0.18
18822026-05-21T17:42:37.883Z Compiling schemars_derive v0.8.22
18832026-05-21T17:42:37.908Z Compiling tracing-attributes v0.1.31
18842026-05-21T17:42:38.032Z Compiling der_derive v0.7.3
18852026-05-21T17:42:38.037Z Compiling thiserror-impl v1.0.69
18862026-05-21T17:42:38.063Z Compiling zerofrom v0.1.6
18872026-05-21T17:42:38.212Z Compiling yoke v0.8.1
18882026-05-21T17:42:38.250Z Compiling crypto-common v0.1.7
18892026-05-21T17:42:38.419Z Compiling zerovec v0.11.5
18902026-05-21T17:42:38.435Z Compiling zerotrie v0.2.3
18912026-05-21T17:42:38.608Z Compiling block-buffer v0.10.4
18922026-05-21T17:42:38.899Z Compiling digest v0.10.7
18932026-05-21T17:42:38.952Z Compiling tinystr v0.8.2
18942026-05-21T17:42:38.978Z Compiling potential_utf v0.1.4
18952026-05-21T17:42:39.061Z Compiling pest_derive v2.8.6
18962026-05-21T17:42:39.114Z Compiling icu_collections v2.1.1
18972026-05-21T17:42:39.159Z Compiling icu_locale_core v2.1.1
18982026-05-21T17:42:39.182Z Compiling futures-util v0.3.32
18992026-05-21T17:42:39.199Z Compiling hmac v0.12.1
19002026-05-21T17:42:39.418Z Compiling block-padding v0.3.3
19012026-05-21T17:42:39.435Z Compiling rustls-pki-types v1.14.0
19022026-05-21T17:42:39.592Z Compiling inout v0.1.4
19032026-05-21T17:42:39.763Z Compiling openssl-macros v0.1.1
19042026-05-21T17:42:39.886Z Compiling icu_provider v2.1.1
19052026-05-21T17:42:39.903Z Compiling cipher v0.4.4
19062026-05-21T17:42:40.031Z Compiling bytes v1.11.1
19072026-05-21T17:42:40.068Z Compiling chrono v0.4.44
19082026-05-21T17:42:40.160Z Compiling icu_properties v2.1.2
19092026-05-21T17:42:40.176Z Compiling icu_normalizer v2.1.1
19102026-05-21T17:42:40.324Z Compiling serde_tokenstream v0.2.3
19112026-05-21T17:42:40.408Z Compiling sha2 v0.10.9
19122026-05-21T17:42:40.604Z Compiling tokio v1.52.1
19132026-05-21T17:42:41.132Z Compiling idna_adapter v1.2.1
19142026-05-21T17:42:41.269Z Compiling idna v1.1.0
19152026-05-21T17:42:41.287Z Compiling scroll_derive v0.12.1
19162026-05-21T17:42:41.375Z Compiling scroll_derive v0.13.1
19172026-05-21T17:42:41.482Z Compiling ppv-lite86 v0.2.21
19182026-05-21T17:42:41.674Z Compiling url v2.5.8
19192026-05-21T17:42:41.793Z Compiling http v1.4.0
19202026-05-21T17:42:41.866Z Compiling untrusted v0.9.0
19212026-05-21T17:42:41.920Z Compiling flagset v0.4.7
19222026-05-21T17:42:42.040Z Compiling der v0.7.10
19232026-05-21T17:42:42.072Z Compiling tracing v0.1.44
19242026-05-21T17:42:42.213Z Compiling darling_macro v0.21.3
19252026-05-21T17:42:42.239Z Compiling regex v1.12.3
19262026-05-21T17:42:42.501Z Compiling zerocopy-derive v0.7.35
19272026-05-21T17:42:42.665Z Compiling rand_core v0.9.5
19282026-05-21T17:42:42.702Z Compiling slog v2.8.2
19292026-05-21T17:42:43.152Z Compiling spki v0.7.3
19302026-05-21T17:42:43.167Z Compiling darling v0.21.3
19312026-05-21T17:42:43.265Z Compiling salsa20 v0.10.2
19322026-05-21T17:42:43.297Z Compiling pbkdf2 v0.12.2
19332026-05-21T17:42:43.638Z Compiling cookie v0.18.1
19342026-05-21T17:42:43.768Z Compiling camino v1.2.2
19352026-05-21T17:42:44.065Z Compiling scrypt v0.11.0
19362026-05-21T17:42:44.115Z Compiling rand_chacha v0.9.0
19372026-05-21T17:42:44.130Z Compiling http-body v1.0.1
19382026-05-21T17:42:44.278Z Compiling cbc v0.1.2
19392026-05-21T17:42:44.305Z Compiling tokio-util v0.7.18
19402026-05-21T17:42:44.309Z Compiling aes v0.8.4
19412026-05-21T17:42:44.411Z Compiling usdt-impl v0.5.0
19422026-05-21T17:42:44.443Z Compiling either v1.15.0
19432026-05-21T17:42:44.459Z Compiling paste v1.0.15
19442026-05-21T17:42:44.506Z Compiling usdt-impl v0.6.0
19452026-05-21T17:42:44.590Z Compiling openssl-probe v0.2.1
19462026-05-21T17:42:44.656Z Compiling tinyvec_macros v0.1.1
19472026-05-21T17:42:44.744Z Compiling atomic-waker v1.1.2
19482026-05-21T17:42:44.760Z Compiling untrusted v0.7.1
19492026-05-21T17:42:44.764Z Compiling winnow v0.7.14
19502026-05-21T17:42:44.824Z Compiling ref-cast v1.0.25
19512026-05-21T17:42:44.900Z Compiling tinyvec v1.10.0
19522026-05-21T17:42:44.915Z Compiling pkcs5 v0.7.1
19532026-05-21T17:42:45.130Z Compiling rand v0.9.2
19542026-05-21T17:42:45.399Z Compiling scroll v0.13.0
19552026-05-21T17:42:45.580Z Compiling scroll v0.12.0
19562026-05-21T17:42:45.606Z Compiling serde_spanned v0.6.9
19572026-05-21T17:42:45.701Z Compiling toml_datetime v0.6.11
19582026-05-21T17:42:45.721Z Compiling async-trait v0.1.89
19592026-05-21T17:42:45.739Z Compiling heapless v0.7.17
19602026-05-21T17:42:45.807Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-05-21T17:42:45.974Z Compiling zstd-safe v7.2.4
19622026-05-21T17:42:45.992Z Compiling try-lock v0.2.5
19632026-05-21T17:42:46.009Z Compiling tower-service v0.3.3
19642026-05-21T17:42:46.110Z Compiling tower-layer v0.3.3
19652026-05-21T17:42:46.167Z Compiling fastrand v2.3.0
19662026-05-21T17:42:46.201Z Compiling signal-hook v0.3.18
19672026-05-21T17:42:46.312Z Compiling h2 v0.4.13
19682026-05-21T17:42:46.335Z Compiling want v0.3.1
19692026-05-21T17:42:46.335Z Compiling toml_parser v1.0.9+spec-1.1.0
19702026-05-21T17:42:46.522Z Compiling goblin v0.8.2
19712026-05-21T17:42:46.540Z Compiling goblin v0.10.5
19722026-05-21T17:42:46.622Z Compiling pkcs8 v0.10.2
19732026-05-21T17:42:46.741Z Compiling zerocopy v0.7.35
19742026-05-21T17:42:46.913Z Compiling ipnet v2.11.0
19752026-05-21T17:42:46.964Z Compiling ref-cast-impl v1.0.25
19762026-05-21T17:42:47.113Z Compiling darling_core v0.20.11
19772026-05-21T17:42:47.309Z Compiling curve25519-dalek v4.1.3
19782026-05-21T17:42:47.394Z Compiling memoffset v0.9.1
19792026-05-21T17:42:47.512Z Compiling httpdate v1.0.3
19802026-05-21T17:42:47.579Z Compiling pin-utils v0.1.0
19812026-05-21T17:42:47.616Z Compiling litrs v1.0.0
19822026-05-21T17:42:47.669Z Compiling winnow v0.5.40
19832026-05-21T17:42:47.741Z Compiling rustix v0.38.44
19842026-05-21T17:42:48.177Z Compiling foreign-types-shared v0.1.1
19852026-05-21T17:42:48.307Z Compiling foreign-types v0.3.2
19862026-05-21T17:42:48.381Z Compiling document-features v0.2.12
19872026-05-21T17:42:48.526Z Compiling tempfile v3.25.0
19882026-05-21T17:42:48.862Z Compiling dof v0.3.0
19892026-05-21T17:42:48.949Z Compiling unicode-normalization v0.1.25
19902026-05-21T17:42:49.082Z Compiling toml_edit v0.19.15
19912026-05-21T17:42:49.131Z Compiling darling_macro v0.20.11
19922026-05-21T17:42:49.189Z Compiling dtrace-parser v0.2.0
19932026-05-21T17:42:49.403Z Compiling hyper v1.8.1
19942026-05-21T17:42:49.448Z Compiling dof v0.4.0
19952026-05-21T17:42:49.648Z Compiling dtrace-parser v0.3.0
19962026-05-21T17:42:49.685Z Compiling daft-derive v0.1.5
19972026-05-21T17:42:49.808Z Compiling pin-project-internal v1.1.11
19982026-05-21T17:42:49.865Z Compiling spin v0.9.8
19992026-05-21T17:42:49.904Z Compiling thread-id v5.1.0
20002026-05-21T17:42:50.005Z Compiling thread-id v4.2.2
20012026-05-21T17:42:50.023Z Compiling powerfmt v0.2.0
20022026-05-21T17:42:50.104Z Compiling smoltcp v0.9.1
20032026-05-21T17:42:50.119Z Compiling cfg_aliases v0.2.1
20042026-05-21T17:42:50.210Z Compiling num-bigint-dig v0.8.6
20052026-05-21T17:42:50.319Z Compiling nix v0.31.2
20062026-05-21T17:42:50.391Z Compiling deranged v0.5.8
20072026-05-21T17:42:50.529Z Compiling hyper-util v0.1.20
20082026-05-21T17:42:50.836Z Compiling darling v0.20.11
20092026-05-21T17:42:50.961Z Compiling rustls-native-certs v0.8.3
20102026-05-21T17:42:51.003Z Compiling ipnetwork v0.21.1
20112026-05-21T17:42:51.369Z Compiling curve25519-dalek-derive v0.1.1
20122026-05-21T17:42:51.384Z Compiling strum_macros v0.26.4
20132026-05-21T17:42:51.568Z Compiling sync_wrapper v1.0.2
20142026-05-21T17:42:51.637Z Compiling wait-timeout v0.2.1
20152026-05-21T17:42:51.940Z Compiling anstyle v1.0.13
20162026-05-21T17:42:52.091Z Compiling utf8parse v0.2.2
20172026-05-21T17:42:52.111Z Compiling siphasher v1.0.2
20182026-05-21T17:42:52.127Z Compiling simd-adler32 v0.3.8
20192026-05-21T17:42:52.184Z Compiling num_threads v0.1.7
20202026-05-21T17:42:52.218Z Compiling quick-error v1.2.3
20212026-05-21T17:42:52.300Z Compiling bit-vec v0.8.0
20222026-05-21T17:42:52.317Z Compiling rusty-fork v0.3.1
20232026-05-21T17:42:52.335Z Compiling time v0.3.47
20242026-05-21T17:42:52.350Z Compiling anstyle-parse v0.2.7
20252026-05-21T17:42:52.551Z Compiling bit-set v0.8.0
20262026-05-21T17:42:52.624Z Compiling tower v0.5.3
20272026-05-21T17:42:53.021Z Compiling derive_builder_core v0.20.2
20282026-05-21T17:42:53.053Z Compiling http-body-util v0.1.3
20292026-05-21T17:42:53.302Z Compiling webpki-roots v1.0.6
20302026-05-21T17:42:53.353Z Compiling rand_xorshift v0.4.0
20312026-05-21T17:42:53.380Z Compiling signature v2.2.0
20322026-05-21T17:42:53.446Z Compiling hubpack_derive v0.1.1
20332026-05-21T17:42:53.518Z Compiling snafu-derive v0.8.9
20342026-05-21T17:42:53.550Z Compiling strum_macros v0.27.2
20352026-05-21T17:42:53.800Z Compiling fs-err v3.3.0
20362026-05-21T17:42:53.816Z Compiling ahash v0.8.12
20372026-05-21T17:42:53.904Z Compiling encoding_rs v0.8.35
20382026-05-21T17:42:53.919Z Compiling iri-string v0.7.10
20392026-05-21T17:42:54.064Z Compiling unicode-bidi v0.3.18
20402026-05-21T17:42:54.088Z Compiling unarray v0.1.4
20412026-05-21T17:42:54.228Z Compiling ryu v1.0.23
20422026-05-21T17:42:54.329Z Compiling is_terminal_polyfill v1.70.2
20432026-05-21T17:42:54.387Z Compiling anstyle-query v1.1.5
20442026-05-21T17:42:54.403Z Compiling unicode-properties v0.1.4
20452026-05-21T17:42:54.422Z Compiling mime v0.3.17
20462026-05-21T17:42:54.442Z Compiling colorchoice v1.0.4
20472026-05-21T17:42:54.523Z Compiling allocator-api2 v0.2.21
20482026-05-21T17:42:54.566Z Compiling unicode-segmentation v1.12.0
20492026-05-21T17:42:54.584Z Compiling object v0.37.3
20502026-05-21T17:42:54.600Z Compiling adler2 v2.0.1
20512026-05-21T17:42:54.749Z Compiling miniz_oxide v0.8.9
20522026-05-21T17:42:54.867Z Compiling serde_urlencoded v0.7.1
20532026-05-21T17:42:54.883Z Compiling stringprep v0.1.5
20542026-05-21T17:42:54.884Z Compiling anstream v0.6.21
20552026-05-21T17:42:55.179Z Compiling tower-http v0.6.8
20562026-05-21T17:42:55.251Z Compiling proptest v1.10.0
20572026-05-21T17:42:55.292Z Compiling derive_builder_macro v0.20.2
20582026-05-21T17:42:55.385Z Compiling tokio-native-tls v0.3.1
20592026-05-21T17:42:55.405Z Compiling usdt-macro v0.6.0
20602026-05-21T17:42:55.422Z Compiling usdt-attr-macro v0.6.0
20612026-05-21T17:42:55.943Z Compiling rand_chacha v0.3.1
20622026-05-21T17:42:55.965Z Compiling erased-serde v0.3.31
20632026-05-21T17:42:56.069Z Compiling md-5 v0.10.6
20642026-05-21T17:42:56.132Z Compiling bstr v1.12.1
20652026-05-21T17:42:56.216Z Compiling num-integer v0.1.46
20662026-05-21T17:42:56.242Z Compiling hash32 v0.2.1
20672026-05-21T17:42:56.331Z Compiling vergen-lib v9.1.0
20682026-05-21T17:42:56.398Z Compiling ff v0.13.1
20692026-05-21T17:42:56.487Z Compiling psl-types v2.0.11
20702026-05-21T17:42:56.540Z Compiling zlib-rs v0.6.2
20712026-05-21T17:42:56.559Z Compiling base16ct v0.2.0
20722026-05-21T17:42:56.591Z Compiling fallible-iterator v0.2.0
20732026-05-21T17:42:56.633Z Compiling publicsuffix v2.3.0
20742026-05-21T17:42:56.742Z Compiling sec1 v0.7.3
20752026-05-21T17:42:56.776Z Compiling group v0.13.0
20762026-05-21T17:42:56.780Z Compiling num-iter v0.1.45
20772026-05-21T17:42:56.923Z Compiling postgres-protocol v0.6.10
20782026-05-21T17:42:57.169Z Compiling rand v0.8.6
20792026-05-21T17:42:57.437Z Compiling newtype-uuid v1.3.2
20802026-05-21T17:42:57.664Z Compiling oxnet v0.1.4
20812026-05-21T17:42:57.799Z Compiling derive_builder v0.20.2
20822026-05-21T17:42:57.832Z Compiling hyper-tls v0.6.0
20832026-05-21T17:42:58.046Z Compiling heck v0.4.1
20842026-05-21T17:42:58.084Z Compiling phf_shared v0.13.1
20852026-05-21T17:42:58.121Z Compiling pin-project v1.1.11
20862026-05-21T17:42:58.170Z Compiling lazy_static v1.5.0
20872026-05-21T17:42:58.294Z Compiling terminal_size v0.4.3
20882026-05-21T17:42:58.297Z Compiling serde_with_macros v3.17.0
20892026-05-21T17:42:58.328Z Compiling futures-executor v0.3.32
20902026-05-21T17:42:58.346Z Compiling hex v0.4.3
20912026-05-21T17:42:58.454Z Compiling hkdf v0.12.4
20922026-05-21T17:42:58.565Z Compiling flate2 v1.1.9
20932026-05-21T17:42:58.585Z Compiling crypto-bigint v0.5.5
20942026-05-21T17:42:58.622Z Compiling serde_repr v0.1.20
20952026-05-21T17:42:58.639Z Compiling async-recursion v1.1.1
20962026-05-21T17:42:58.679Z Compiling enum-as-inner v0.6.1
20972026-05-21T17:42:58.791Z Compiling clap_derive v4.5.55
20982026-05-21T17:42:58.831Z Compiling vergen v9.1.0
20992026-05-21T17:42:58.895Z Compiling cargo-platform v0.3.2
21002026-05-21T17:42:59.142Z Compiling bitflags v1.3.2
21012026-05-21T17:42:59.186Z Compiling clap_lex v1.0.0
21022026-05-21T17:42:59.222Z Compiling foldhash v0.2.0
21032026-05-21T17:42:59.283Z Compiling foldhash v0.1.5
21042026-05-21T17:42:59.300Z Compiling libbz2-rs-sys v0.2.2
21052026-05-21T17:42:59.406Z Compiling managed v0.8.0
21062026-05-21T17:42:59.459Z Compiling same-file v1.0.6
21072026-05-21T17:42:59.479Z Compiling bumpalo v3.20.2
21082026-05-21T17:42:59.569Z Compiling elliptic-curve v0.13.8
21092026-05-21T17:42:59.649Z Compiling walkdir v2.5.0
21102026-05-21T17:42:59.699Z Compiling zopfli v0.8.3
21112026-05-21T17:42:59.715Z Compiling hashbrown v0.15.5
21122026-05-21T17:42:59.719Z Compiling hashbrown v0.16.1
21132026-05-21T17:42:59.751Z Compiling bzip2 v0.6.1
21142026-05-21T17:42:59.904Z Compiling clap_builder v4.5.60
21152026-05-21T17:42:59.961Z Compiling cargo_metadata v0.23.1
21162026-05-21T17:43:00.310Z Compiling futures v0.3.32
21172026-05-21T17:43:00.466Z Compiling phf v0.13.1
21182026-05-21T17:43:00.538Z Compiling snafu v0.8.9
21192026-05-21T17:43:00.648Z Compiling zstd v0.13.3
21202026-05-21T17:43:00.809Z Compiling signal-hook-mio v0.2.5
21212026-05-21T17:43:00.883Z Compiling daft v0.1.5
21222026-05-21T17:43:00.919Z Compiling cookie_store v0.22.1
21232026-05-21T17:43:00.953Z Compiling postgres-types v0.2.12
21242026-05-21T17:43:01.173Z Compiling bzip2 v0.4.4
21252026-05-21T17:43:01.242Z Compiling globset v0.4.18
21262026-05-21T17:43:01.396Z Compiling strum v0.27.2
21272026-05-21T17:43:01.557Z Compiling hubpack v0.1.2
21282026-05-21T17:43:01.561Z Compiling ed25519 v2.2.3
21292026-05-21T17:43:01.588Z Compiling phf_shared v0.11.3
21302026-05-21T17:43:01.672Z Compiling crossbeam-epoch v0.9.18
21312026-05-21T17:43:01.746Z Compiling olpc-cjson v0.1.4
21322026-05-21T17:43:01.781Z Compiling pkcs1 v0.7.5
21332026-05-21T17:43:01.819Z Compiling pem v3.0.6
21342026-05-21T17:43:01.877Z Compiling serde-big-array v0.5.1
21352026-05-21T17:43:01.932Z Compiling serde_plain v1.0.2
21362026-05-21T17:43:02.043Z Compiling rfc6979 v0.4.0
21372026-05-21T17:43:02.057Z Compiling float-cmp v0.10.0
21382026-05-21T17:43:02.122Z Compiling memmap2 v0.9.10
21392026-05-21T17:43:02.151Z Compiling env_filter v1.0.0
21402026-05-21T17:43:02.168Z Compiling typed-path v0.9.3
21412026-05-21T17:43:02.186Z Compiling keccak v0.1.6
21422026-05-21T17:43:02.201Z Compiling new_debug_unreachable v1.0.6
21432026-05-21T17:43:02.204Z Compiling precomputed-hash v0.1.1
21442026-05-21T17:43:02.234Z Compiling fixedbitset v0.4.2
21452026-05-21T17:43:02.251Z Compiling data-encoding v2.10.0
21462026-05-21T17:43:02.296Z Compiling predicates-core v1.0.10
21472026-05-21T17:43:02.326Z Compiling fixedbitset v0.5.7
21482026-05-21T17:43:02.353Z Compiling difflib v0.4.0
21492026-05-21T17:43:02.404Z Compiling static_assertions v1.1.0
21502026-05-21T17:43:02.469Z Compiling normalize-line-endings v0.3.0
21512026-05-21T17:43:02.484Z Compiling toml_write v0.1.2
21522026-05-21T17:43:02.513Z Compiling jiff v0.2.21
21532026-05-21T17:43:02.566Z Compiling whoami v2.1.0
21542026-05-21T17:43:02.582Z Compiling predicates v3.1.4
21552026-05-21T17:43:02.631Z Compiling hickory-proto v0.25.2
21562026-05-21T17:43:02.716Z Compiling toml_edit v0.22.27
21572026-05-21T17:43:02.732Z Compiling petgraph v0.8.3
21582026-05-21T17:43:02.798Z Compiling tokio-postgres v0.7.16
21592026-05-21T17:43:02.932Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21602026-05-21T17:43:03.122Z Compiling petgraph v0.6.5
21612026-05-21T17:43:03.329Z Compiling sha3 v0.10.8
21622026-05-21T17:43:03.345Z Compiling env_logger v0.11.9
21632026-05-21T17:43:03.572Z Compiling string_cache v0.8.9
21642026-05-21T17:43:03.616Z Compiling usdt v0.6.0
21652026-05-21T17:43:03.687Z Compiling ecdsa v0.16.9
21662026-05-21T17:43:03.886Z Compiling rsa v0.9.10
21672026-05-21T17:43:04.098Z Compiling ed25519-dalek v2.2.0
21682026-05-21T17:43:04.693Z Compiling clap v4.5.60
21692026-05-21T17:43:04.791Z Compiling zip v0.6.6
21702026-05-21T17:43:04.823Z Compiling crossterm v0.28.1
21712026-05-21T17:43:04.839Z Compiling iddqd v0.4.1
21722026-05-21T17:43:05.316Z Compiling zip v4.6.1
21732026-05-21T17:43:05.347Z Compiling serde_with v3.17.0
21742026-05-21T17:43:05.549Z Compiling similar v2.7.0
21752026-05-21T17:43:05.661Z Compiling strum v0.26.3
21762026-05-21T17:43:05.740Z Compiling toml v0.7.8
21772026-05-21T17:43:05.898Z Compiling tokio-stream v0.1.18
21782026-05-21T17:43:06.027Z Compiling itertools v0.13.0
21792026-05-21T17:43:06.062Z Compiling buf-list v1.1.2
21802026-05-21T17:43:06.298Z Compiling x509-cert v0.2.5
21812026-05-21T17:43:06.368Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21822026-05-21T17:43:06.386Z Compiling openapiv3 v2.2.0
21832026-05-21T17:43:06.662Z Compiling sha1 v0.10.6
21842026-05-21T17:43:06.864Z Compiling lalrpop-util v0.19.12
21852026-05-21T17:43:07.101Z Compiling peg-runtime v0.8.5
21862026-05-21T17:43:22.021Z Compiling rustls-webpki v0.103.9
21872026-05-21T17:43:23.370Z Compiling macaddr v1.0.1
21882026-05-21T17:43:23.385Z Compiling structmeta-derive v0.3.0
21892026-05-21T17:43:23.525Z Compiling crucible-workspace-hack v0.1.0
21902026-05-21T17:43:23.676Z Compiling rayon-core v1.13.0
21912026-05-21T17:43:23.753Z Compiling itertools v0.14.0
21922026-05-21T17:43:23.775Z Compiling secrecy v0.10.3
21932026-05-21T17:43:23.948Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942026-05-21T17:43:23.964Z Compiling toml_datetime v0.7.5+spec-1.1.0
21952026-05-21T17:43:23.994Z Compiling heapless v0.8.0
21962026-05-21T17:43:24.142Z Compiling rustls v0.22.4
21972026-05-21T17:43:24.227Z Compiling toml_edit v0.23.10+spec-1.0.0
21982026-05-21T17:43:24.386Z Compiling crossbeam-deque v0.8.6
21992026-05-21T17:43:24.390Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22002026-05-21T17:43:24.420Z Compiling rustls-webpki v0.102.8
22012026-05-21T17:43:24.435Z Compiling hash32 v0.3.1
22022026-05-21T17:43:24.453Z Compiling structmeta v0.3.0
22032026-05-21T17:43:24.495Z Compiling multer v3.1.0
22042026-05-21T17:43:24.587Z Compiling thread_local v1.1.9
22052026-05-21T17:43:24.630Z Compiling match_cfg v0.1.0
22062026-05-21T17:43:24.646Z Compiling unicode-width v0.2.0
22072026-05-21T17:43:24.664Z Compiling smoltcp v0.11.0
22082026-05-21T17:43:24.692Z Compiling compression-core v0.4.31
22092026-05-21T17:43:24.720Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22102026-05-21T17:43:24.738Z Compiling slog-async v2.8.0
22112026-05-21T17:43:24.843Z Compiling compression-codecs v0.4.37
22122026-05-21T17:43:24.977Z Compiling proc-macro-crate v3.4.0
22132026-05-21T17:43:24.995Z Compiling hostname v0.3.1
22142026-05-21T17:43:25.013Z Compiling derive-ex v0.1.8
22152026-05-21T17:43:25.085Z Compiling ingot-macros v0.1.1
22162026-05-21T17:43:25.180Z Compiling slog-json v2.6.1
22172026-05-21T17:43:25.196Z Compiling crossbeam-channel v0.5.15
22182026-05-21T17:43:25.227Z Compiling half v2.7.1
22192026-05-21T17:43:25.444Z Compiling newtype-uuid-macros v0.1.0
22202026-05-21T17:43:25.459Z Compiling cobs v0.3.0
22212026-05-21T17:43:25.591Z Compiling thiserror-impl-no-std v2.0.2
22222026-05-21T17:43:25.623Z Compiling universal-hash v0.5.1
22232026-05-21T17:43:25.751Z Compiling async-stream-impl v0.3.6
22242026-05-21T17:43:25.792Z Compiling serde_spanned v1.0.4
22252026-05-21T17:43:25.893Z Compiling toml_datetime v1.0.0+spec-1.1.0
22262026-05-21T17:43:25.982Z Compiling tokio-rustls v0.26.4
22272026-05-21T17:43:26.181Z Compiling rustls-platform-verifier v0.6.2
22282026-05-21T17:43:26.274Z Compiling hyper-rustls v0.27.7
22292026-05-21T17:43:26.277Z Compiling is-terminal v0.4.17
22302026-05-21T17:43:26.345Z Compiling dropshot v0.17.0
22312026-05-21T17:43:26.362Z Compiling proc-macro-error-attr v1.0.4
22322026-05-21T17:43:26.417Z Compiling take_mut v0.2.2
22332026-05-21T17:43:26.433Z Compiling ciborium-io v0.2.2
22342026-05-21T17:43:26.556Z Compiling reqwest v0.12.28
22352026-05-21T17:43:26.573Z Compiling reqwest v0.13.2
22362026-05-21T17:43:26.576Z Compiling convert_case v0.4.0
22372026-05-21T17:43:26.576Z Compiling term v1.2.1
22382026-05-21T17:43:26.622Z Compiling opaque-debug v0.3.1
22392026-05-21T17:43:26.623Z Compiling toml_writer v1.0.6+spec-1.1.0
22402026-05-21T17:43:26.659Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22412026-05-21T17:43:26.663Z Compiling thiserror-no-std v2.0.2
22422026-05-21T17:43:26.718Z Compiling poly1305 v0.8.0
22432026-05-21T17:43:26.849Z Compiling toml v1.0.6+spec-1.1.0
22442026-05-21T17:43:26.921Z Compiling derive_more v0.99.20
22452026-05-21T17:43:26.937Z Compiling slog-term v2.9.2
22462026-05-21T17:43:26.962Z Compiling tokio-rustls v0.25.0
22472026-05-21T17:43:27.240Z Compiling test-strategy v0.4.5
22482026-05-21T17:43:27.357Z Compiling ciborium-ll v0.2.2
22492026-05-21T17:43:27.633Z Compiling async-stream v0.3.6
22502026-05-21T17:43:27.659Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-05-21T17:43:27.714Z Compiling ingot-types v0.1.2
22522026-05-21T17:43:27.860Z Compiling postcard v1.1.3
22532026-05-21T17:43:28.181Z Compiling tough v0.22.0
22542026-05-21T17:43:28.199Z Compiling ingot v0.1.1
22552026-05-21T17:43:28.420Z Compiling num_enum_derive v0.7.5
22562026-05-21T17:43:28.541Z Compiling slog-bunyan v2.5.0
22572026-05-21T17:43:28.559Z Compiling async-compression v0.4.41
22582026-05-21T17:43:28.762Z Compiling parse-display-derive v0.10.0
22592026-05-21T17:43:29.079Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22602026-05-21T17:43:29.120Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22612026-05-21T17:43:29.386Z Compiling proc-macro-crate v1.3.1
22622026-05-21T17:43:29.426Z Compiling backon v1.6.0
22632026-05-21T17:43:29.666Z Compiling waitgroup v0.1.2
22642026-05-21T17:43:29.709Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22652026-05-21T17:43:29.753Z Compiling password-hash v0.5.0
22662026-05-21T17:43:29.847Z Compiling chacha20 v0.9.1
22672026-05-21T17:43:29.866Z Compiling dropshot_endpoint v0.17.0
22682026-05-21T17:43:29.887Z Compiling rustls-pemfile v2.2.0
22692026-05-21T17:43:29.961Z Compiling blake2 v0.10.6
22702026-05-21T17:43:30.131Z Compiling aead v0.5.2
22712026-05-21T17:43:30.238Z Compiling foreign-types-macros v0.2.3
22722026-05-21T17:43:30.313Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22732026-05-21T17:43:30.353Z Compiling serde_path_to_error v0.1.20
22742026-05-21T17:43:30.517Z Compiling hostname v0.4.2
22752026-05-21T17:43:30.582Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22762026-05-21T17:43:30.718Z Compiling proc-macro-error v1.0.4
22772026-05-21T17:43:30.737Z Compiling instant v0.1.13
22782026-05-21T17:43:30.827Z Compiling typeid v1.0.3
22792026-05-21T17:43:30.827Z Compiling foreign-types-shared v0.3.1
22802026-05-21T17:43:30.860Z Compiling cpufeatures v0.3.0
22812026-05-21T17:43:30.879Z Compiling debug-ignore v1.0.5
22822026-05-21T17:43:30.896Z Compiling backoff v0.4.0
22832026-05-21T17:43:30.973Z Compiling chacha20 v0.10.0
22842026-05-21T17:43:30.973Z Compiling foreign-types v0.5.0
22852026-05-21T17:43:31.005Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-21T17:43:31.024Z Compiling parse-display v0.10.0
22872026-05-21T17:43:31.027Z Compiling chacha20poly1305 v0.10.1
22882026-05-21T17:43:31.080Z Compiling argon2 v0.5.3
22892026-05-21T17:43:31.099Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22902026-05-21T17:43:31.153Z Compiling num_enum_derive v0.5.11
22912026-05-21T17:43:31.171Z Compiling num_enum v0.7.5
22922026-05-21T17:43:31.185Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22932026-05-21T17:43:31.212Z Compiling ciborium v0.2.2
22942026-05-21T17:43:31.324Z Compiling vsss-rs v3.3.4
22952026-05-21T17:43:31.528Z Compiling tabwriter v1.4.1
22962026-05-21T17:43:31.577Z Compiling regress v0.10.5
22972026-05-21T17:43:31.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22982026-05-21T17:43:31.922Z Compiling byte-wrapper v0.1.0
22992026-05-21T17:43:31.926Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23002026-05-21T17:43:32.073Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23012026-05-21T17:43:32.096Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23022026-05-21T17:43:32.114Z Compiling cstr-argument v0.1.2
23032026-05-21T17:43:32.261Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23042026-05-21T17:43:32.316Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23052026-05-21T17:43:32.541Z Compiling erased-serde v0.4.9
23062026-05-21T17:43:32.596Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-05-21T17:43:32.692Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23082026-05-21T17:43:32.708Z Compiling num_enum v0.5.11
23092026-05-21T17:43:32.747Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23102026-05-21T17:43:32.789Z Compiling rand v0.10.0
23112026-05-21T17:43:32.860Z Compiling rayon v1.11.0
23122026-05-21T17:43:32.873Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23132026-05-21T17:43:32.905Z Compiling libefi-sys v0.1.0
23142026-05-21T17:43:32.976Z Compiling colored v3.1.1
23152026-05-21T17:43:33.004Z Compiling indent_write v2.2.0
23162026-05-21T17:43:33.039Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23172026-05-21T17:43:33.146Z Compiling zone_cfg_derive v0.3.1
23182026-05-21T17:43:33.192Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23192026-05-21T17:43:33.196Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23202026-05-21T17:43:33.225Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23212026-05-21T17:43:33.265Z Compiling camino-tempfile v1.4.1
23222026-05-21T17:43:33.477Z Compiling itertools v0.12.1
23232026-05-21T17:43:33.601Z Compiling usdt-macro v0.5.0
23242026-05-21T17:43:33.675Z Compiling usdt-attr-macro v0.5.0
23252026-05-21T17:43:33.675Z Compiling bitfield-struct v0.6.2
23262026-05-21T17:43:33.764Z Compiling num-derive v0.4.2
23272026-05-21T17:43:33.782Z Compiling blake3 v1.8.3
23282026-05-21T17:43:33.796Z Compiling ordered-float v2.10.1
23292026-05-21T17:43:34.133Z Compiling memmap v0.7.0
23302026-05-21T17:43:34.185Z Compiling sigpipe v0.1.3
23312026-05-21T17:43:34.304Z Compiling glob v0.3.3
23322026-05-21T17:43:34.355Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-05-21T17:43:34.372Z Compiling swrite v0.1.0
23342026-05-21T17:43:34.409Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-21T17:43:34.469Z Compiling usdt v0.5.0
23362026-05-21T17:43:34.531Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23372026-05-21T17:43:34.702Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23382026-05-21T17:43:34.742Z Compiling serde-value v0.7.0
23392026-05-21T17:43:34.964Z Compiling zone v0.3.1
23402026-05-21T17:43:35.013Z Compiling serde-untagged v0.1.9
23412026-05-21T17:43:35.104Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23422026-05-21T17:43:35.243Z Compiling toml v0.8.23
23432026-05-21T17:43:35.365Z Compiling smf v0.2.3
23442026-05-21T17:43:35.414Z Compiling filetime v0.2.27
23452026-05-21T17:43:35.430Z Compiling arrayref v0.3.9
23462026-05-21T17:43:35.434Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-05-21T17:43:35.434Z Compiling whoami v1.6.1
23482026-05-21T17:43:35.481Z Compiling constant_time_eq v0.4.2
23492026-05-21T17:43:35.525Z Compiling xattr v1.6.1
23502026-05-21T17:43:35.557Z Compiling arrayvec v0.7.6
23512026-05-21T17:43:35.630Z Compiling unicode-xid v0.2.6
23522026-05-21T17:43:35.652Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-05-21T17:43:35.701Z Compiling tar v0.4.45
23542026-05-21T17:43:35.746Z Compiling cargo-util-schemas v0.8.2
23552026-05-21T17:43:35.820Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-05-21T17:43:35.936Z Compiling tokio-dtrace v0.1.1
23572026-05-21T17:43:36.074Z Compiling console v0.16.2
23582026-05-21T17:43:36.299Z Compiling gethostname v0.5.0
23592026-05-21T17:43:36.315Z Compiling cargo-platform v0.2.0
23602026-05-21T17:43:36.348Z Compiling topological-sort v0.2.2
23612026-05-21T17:43:36.452Z Compiling unit-prefix v0.5.2
23622026-05-21T17:43:36.537Z Compiling oxide-tokio-rt v0.1.4
23632026-05-21T17:43:36.552Z Compiling shell-words v1.1.1
23642026-05-21T17:43:36.556Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23652026-05-21T17:43:36.638Z Compiling indicatif v0.18.4
23662026-05-21T17:43:36.911Z Compiling cargo_metadata v0.21.0
23672026-05-21T17:43:46.224Z Compiling progenitor-client v0.14.0
23682026-05-21T17:43:46.239Z Compiling progenitor-client v0.10.0
23692026-05-21T17:43:46.243Z Compiling omicron-zone-package v0.12.2
23702026-05-21T17:43:46.712Z Compiling progenitor-extras v0.2.0
23712026-05-21T17:43:49.111Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-05-21T17:43:49.131Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23732026-05-21T17:43:49.148Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23742026-05-21T17:43:49.196Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23752026-05-21T17:43:49.214Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23762026-05-21T17:43:49.236Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23772026-05-21T17:43:49.374Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23782026-05-21T17:43:49.464Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-05-21T17:43:49.533Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23802026-05-21T17:43:53.413Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23812026-05-21T17:44:01.087Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23822026-05-21T17:44:04.142Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23832026-05-21T17:44:05.133Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23842026-05-21T17:44:14.862Z Finished `release` profile [optimized] target(s) in 1m 44s
23852026-05-21T17:44:15.007Z Running `target/release/omicron-package -t test target create -p dev`
23862026-05-21T17:44:15.069ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-21T17:44:15.072ZCreated new build target 'test' and set it as active
23882026-05-21T17:44:15.072Z
23892026-05-21T17:44:15.072Zreal 1:44.893657726
23902026-05-21T17:44:15.072Zuser 17:00.582464793
23912026-05-21T17:44:15.072Zsys 2:42.843701661
23922026-05-21T17:44:15.072Ztrap 0.454474637
23932026-05-21T17:44:15.072Ztflt 2.893650650
23942026-05-21T17:44:15.072Zdflt 4.250133764
23952026-05-21T17:44:15.072Zkflt 0.000464903
23962026-05-21T17:44:15.072Zlock 53:01.993440819
23972026-05-21T17:44:15.072Zslp 43:36.151301926
23982026-05-21T17:44:15.072Zlat 43.609304057
23992026-05-21T17:44:15.072Zstop 5:34.594452039
24002026-05-21T17:44:15.076Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24012026-05-21T17:44:15.947Z Finished `release` profile [optimized] target(s) in 0.86s
24022026-05-21T17:44:16.023Z Running `target/release/omicron-package -t test package`
24032026-05-21T17:44:16.081ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-05-21T17:44:17.502Z Compiling heck v0.5.0
24052026-05-21T17:44:17.503Z Compiling regress v0.11.1
24062026-05-21T17:44:17.507Z Compiling unsafe-libyaml v0.2.11
24072026-05-21T17:44:17.756Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-05-21T17:44:17.784Z Compiling regress v0.10.5
24092026-05-21T17:44:17.810Z Compiling is-terminal v0.4.17
24102026-05-21T17:44:17.810Z Compiling unicode-width v0.1.14
24112026-05-21T17:44:17.855Z Compiling prettyplease v0.2.37
24122026-05-21T17:44:17.859Z Compiling bytecount v0.6.9
24132026-05-21T17:44:17.859Z Compiling rustls v0.22.4
24142026-05-21T17:44:17.859Z Compiling rustls-webpki v0.102.8
24152026-05-21T17:44:17.859Z Compiling derive-where v1.6.0
24162026-05-21T17:44:17.859Z Compiling thread_local v1.1.9
24172026-05-21T17:44:17.875Z Compiling compression-core v0.4.31
24182026-05-21T17:44:17.879Z Compiling match_cfg v0.1.0
24192026-05-21T17:44:17.978Z Compiling multer v3.1.0
24202026-05-21T17:44:18.042Z Compiling hostname v0.3.1
24212026-05-21T17:44:18.064Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24222026-05-21T17:44:18.086Z Compiling slog-async v2.8.0
24232026-05-21T17:44:18.105Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-05-21T17:44:18.136Z Compiling compression-codecs v0.4.37
24252026-05-21T17:44:18.158Z Compiling crossbeam-channel v0.5.15
24262026-05-21T17:44:18.183Z Compiling slog-json v2.6.1
24272026-05-21T17:44:18.189Z Compiling toml_datetime v1.0.0+spec-1.1.0
24282026-05-21T17:44:18.227Z Compiling serde_yaml v0.9.34+deprecated
24292026-05-21T17:44:18.231Z Compiling serde_spanned v1.0.4
24302026-05-21T17:44:18.280Z Compiling term v1.2.1
24312026-05-21T17:44:18.304Z Compiling take_mut v0.2.2
24322026-05-21T17:44:18.413Z Compiling toml_writer v1.0.6+spec-1.1.0
24332026-05-21T17:44:18.437Z Compiling slog-bunyan v2.5.0
24342026-05-21T17:44:18.441Z Compiling async-compression v0.4.41
24352026-05-21T17:44:18.577Z Compiling slog-term v2.9.2
24362026-05-21T17:44:18.614Z Compiling toml v1.0.6+spec-1.1.0
24372026-05-21T17:44:18.636Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24382026-05-21T17:44:18.665Z Compiling dropshot v0.17.0
24392026-05-21T17:44:18.735Z Compiling async-stream v0.3.6
24402026-05-21T17:44:18.809Z Compiling num-rational v0.4.2
24412026-05-21T17:44:18.813Z Compiling progenitor-client v0.14.0
24422026-05-21T17:44:18.813Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24432026-05-21T17:44:18.941Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24442026-05-21T17:44:18.964Z Compiling waitgroup v0.1.2
24452026-05-21T17:44:18.984Z Compiling backon v1.6.0
24462026-05-21T17:44:19.079Z Compiling rustls-pemfile v2.2.0
24472026-05-21T17:44:19.103Z Compiling num-complex v0.4.6
24482026-05-21T17:44:19.130Z Compiling serde_path_to_error v0.1.20
24492026-05-21T17:44:19.134Z Compiling hostname v0.4.2
24502026-05-21T17:44:19.176Z Compiling instant v0.1.13
24512026-05-21T17:44:19.179Z Compiling debug-ignore v1.0.5
24522026-05-21T17:44:19.226Z Compiling progenitor-extras v0.2.0
24532026-05-21T17:44:19.301Z Compiling typify-impl v0.6.2
24542026-05-21T17:44:19.324Z Compiling backoff v0.4.0
24552026-05-21T17:44:19.329Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24562026-05-21T17:44:19.369Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24572026-05-21T17:44:19.536Z Compiling num v0.4.3
24582026-05-21T17:44:19.566Z Compiling parse-display v0.10.0
24592026-05-21T17:44:19.588Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24602026-05-21T17:44:19.608Z Compiling progenitor-client v0.10.0
24612026-05-21T17:44:19.653Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24622026-05-21T17:44:19.674Z Compiling macaddr v1.0.1
24632026-05-21T17:44:19.822Z Compiling float-ord v0.3.2
24642026-05-21T17:44:19.894Z Compiling console v0.15.11
24652026-05-21T17:44:19.961Z Compiling newline-converter v0.3.0
24662026-05-21T17:44:20.005Z Compiling atomicwrites v0.4.4
24672026-05-21T17:44:20.008Z Compiling progenitor-client v0.13.0
24682026-05-21T17:44:20.107Z Compiling slog-dtrace v0.3.0
24692026-05-21T17:44:20.146Z Compiling owo-colors v4.3.0
24702026-05-21T17:44:20.224Z Compiling resolv-conf v0.7.6
24712026-05-21T17:44:20.316Z Compiling tokio-rustls v0.25.0
24722026-05-21T17:44:20.438Z Compiling expectorate v1.2.0
24732026-05-21T17:44:20.464Z Compiling cancel-safe-futures v0.1.5
24742026-05-21T17:44:20.510Z Compiling toml v0.8.23
24752026-05-21T17:44:20.579Z Compiling libsw-core v0.3.2
24762026-05-21T17:44:20.731Z Compiling linked-hash-map v0.5.6
24772026-05-21T17:44:20.806Z Compiling libsw v3.5.0
24782026-05-21T17:44:20.863Z Compiling linear-map v1.2.0
24792026-05-21T17:44:20.973Z Compiling lru-cache v0.1.2
24802026-05-21T17:44:21.035Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24812026-05-21T17:44:21.116Z Compiling minimal-lexical v0.2.1
24822026-05-21T17:44:21.149Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-05-21T17:44:21.171Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24842026-05-21T17:44:21.197Z Compiling hickory-proto v0.24.4
24852026-05-21T17:44:21.200Z Compiling unicode-xid v0.2.6
24862026-05-21T17:44:21.241Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24872026-05-21T17:44:21.336Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24882026-05-21T17:44:21.357Z Compiling nom v7.1.3
24892026-05-21T17:44:21.396Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24902026-05-21T17:44:21.576Z Compiling convert_case v0.10.0
24912026-05-21T17:44:21.880Z Compiling derive_more-impl v2.1.1
24922026-05-21T17:44:22.190Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24932026-05-21T17:44:22.590Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24942026-05-21T17:44:22.686Z Compiling derive_more v2.1.1
24952026-05-21T17:44:22.752Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24962026-05-21T17:44:22.773Z Compiling papergrid v0.11.0
24972026-05-21T17:44:22.806Z Compiling typify-macro v0.6.2
24982026-05-21T17:44:22.810Z Compiling tabled_derive v0.7.0
24992026-05-21T17:44:22.997Z Compiling termtree v0.5.1
25002026-05-21T17:44:23.202Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-05-21T17:44:23.450Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25022026-05-21T17:44:23.711Z Compiling hickory-resolver v0.24.4
25032026-05-21T17:44:23.871Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25042026-05-21T17:44:23.956Z Compiling tabled v0.15.0
25052026-05-21T17:44:24.119Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-21T17:44:24.369Z Compiling typify v0.6.2
25072026-05-21T17:44:24.519Z Compiling progenitor-impl v0.14.0
25082026-05-21T17:44:25.282Z Compiling progenitor-impl v0.13.0
25092026-05-21T17:44:26.692Z Compiling progenitor-macro v0.14.0
25102026-05-21T17:44:27.092Z Compiling qorb v0.4.1
25112026-05-21T17:44:27.446Z Compiling progenitor-macro v0.13.0
25122026-05-21T17:44:28.513Z Compiling crossterm v0.29.0
25132026-05-21T17:44:28.992Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25142026-05-21T17:44:29.385Z Compiling phf_shared v0.12.1
25152026-05-21T17:44:29.644Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25162026-05-21T17:44:29.673Z Compiling vte v0.14.1
25172026-05-21T17:44:29.700Z Compiling csv-core v0.1.13
25182026-05-21T17:44:29.931Z Compiling chrono-tz v0.10.4
25192026-05-21T17:44:30.140Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-21T17:44:30.194Z Compiling highway v1.3.0
25212026-05-21T17:44:30.314Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25222026-05-21T17:44:30.804Z Compiling progenitor v0.14.0
25232026-05-21T17:44:30.807Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25242026-05-21T17:44:30.940Z Compiling csv v1.4.0
25252026-05-21T17:44:30.992Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25262026-05-21T17:44:31.513Z Compiling strip-ansi-escapes v0.2.1
25272026-05-21T17:44:31.595Z Compiling progenitor v0.13.0
25282026-05-21T17:44:31.712Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-05-21T17:44:31.781Z Compiling phf v0.12.1
25302026-05-21T17:44:31.868Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-05-21T17:44:31.922Z Compiling const_format_proc_macros v0.2.34
25322026-05-21T17:44:32.001Z Compiling fd-lock v4.0.4
25332026-05-21T17:44:32.054Z Compiling peg-macros v0.8.5
25342026-05-21T17:44:32.089Z Compiling nu-ansi-term v0.50.3
25352026-05-21T17:44:32.393Z Compiling reedline v0.40.0
25362026-05-21T17:44:32.725Z Compiling const_format v0.2.35
25372026-05-21T17:44:33.219Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25382026-05-21T17:44:33.330Z Compiling peg v0.8.5
25392026-05-21T17:44:33.458Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25402026-05-21T17:44:34.287Z Compiling bcs v0.1.6
25412026-05-21T17:44:34.335Z Compiling semver v0.1.20
25422026-05-21T17:44:34.551Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-05-21T17:44:34.633Z Compiling rustc_version v0.1.7
25442026-05-21T17:44:34.732Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25452026-05-21T17:44:34.870Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25462026-05-21T17:44:34.907Z Compiling newtype_derive v0.1.6
25472026-05-21T17:44:35.006Z Compiling humantime v2.3.0
25482026-05-21T17:44:35.137Z Compiling unicode-linebreak v0.1.5
25492026-05-21T17:44:35.450Z Compiling smawk v0.3.2
25502026-05-21T17:44:35.484Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25512026-05-21T17:44:35.656Z Compiling textwrap v0.16.2
25522026-05-21T17:44:36.085Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25532026-05-21T17:44:36.107Z Compiling dropshot-api-manager-types v0.7.1
25542026-05-21T17:44:36.519Z Compiling base64 v0.21.7
25552026-05-21T17:44:36.710Z Compiling steno v0.4.1
25562026-05-21T17:44:36.772Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-05-21T17:44:37.274Z Compiling tagptr v0.2.0
25582026-05-21T17:44:37.322Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25592026-05-21T17:44:37.354Z Compiling utf-8 v0.7.6
25602026-05-21T17:44:37.478Z Compiling moka v0.12.13
25612026-05-21T17:44:37.598Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25622026-05-21T17:44:37.634Z Compiling tungstenite v0.21.0
25632026-05-21T17:44:37.648Z Compiling radium v0.7.0
25642026-05-21T17:44:37.774Z Compiling tap v1.0.1
25652026-05-21T17:44:37.838Z Compiling maybe-uninit v2.0.0
25662026-05-21T17:44:37.919Z Compiling wyz v0.5.1
25672026-05-21T17:44:38.161Z Compiling num-derive v0.3.3
25682026-05-21T17:44:38.205Z Compiling zerocopy-derive v0.6.6
25692026-05-21T17:44:38.296Z Compiling tokio-tungstenite v0.21.0
25702026-05-21T17:44:38.695Z Compiling hickory-resolver v0.25.2
25712026-05-21T17:44:38.725Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25722026-05-21T17:44:39.019Z Compiling proc-macro-error-attr2 v2.0.0
25732026-05-21T17:44:39.078Z Compiling crc-catalog v2.4.0
25742026-05-21T17:44:39.210Z Compiling display-error-chain v0.2.2
25752026-05-21T17:44:39.398Z Compiling packed_struct v0.10.1
25762026-05-21T17:44:39.444Z Compiling funty v2.0.0
25772026-05-21T17:44:39.557Z Compiling proc-macro-error2 v2.0.1
25782026-05-21T17:44:39.675Z Compiling crc v3.4.0
25792026-05-21T17:44:39.726Z Compiling libscf-sys v1.1.0
25802026-05-21T17:44:39.768Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25812026-05-21T17:44:39.904Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-05-21T17:44:39.904Z Compiling bitvec v1.0.1
25832026-05-21T17:44:39.908Z Compiling zerocopy v0.6.6
25842026-05-21T17:44:40.451Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-21T17:44:40.619Z Compiling packed_struct_codegen v0.10.1
25862026-05-21T17:44:40.710Z Compiling bitfield-macros v0.19.4
25872026-05-21T17:44:41.411Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-05-21T17:44:41.638Z Compiling indexmap v1.9.3
25892026-05-21T17:44:41.749Z Compiling nodrop v0.1.14
25902026-05-21T17:44:41.908Z Compiling array-init v0.0.4
25912026-05-21T17:44:42.298Z Compiling bitfield v0.19.4
25922026-05-21T17:44:42.574Z Compiling smallvec v0.6.14
25932026-05-21T17:44:42.622Z Compiling tabled_derive v0.11.0
25942026-05-21T17:44:42.732Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25952026-05-21T17:44:42.853Z Compiling papergrid v0.17.0
25962026-05-21T17:44:43.318Z Compiling testing_table v0.3.0
25972026-05-21T17:44:43.437Z Compiling vergen-lib v0.1.6
25982026-05-21T17:44:43.501Z Compiling hashbrown v0.12.3
25992026-05-21T17:44:43.645Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26002026-05-21T17:44:43.703Z Compiling serde-hex v0.1.0
26012026-05-21T17:44:43.730Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26022026-05-21T17:44:43.926Z Compiling ron v0.8.1
26032026-05-21T17:44:43.995Z Compiling hashbrown v0.13.2
26042026-05-21T17:44:44.601Z Compiling tabled v0.20.0
26052026-05-21T17:44:44.626Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-05-21T17:44:44.738Z Compiling vergen-gitcl v1.0.8
26072026-05-21T17:44:44.967Z Compiling dirs-sys-next v0.1.2
26082026-05-21T17:44:45.189Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-05-21T17:44:45.231Z Compiling glob v0.3.3
26102026-05-21T17:44:45.252Z Compiling maplit v1.0.2
26112026-05-21T17:44:45.374Z Compiling diesel_derives v2.3.7
26122026-05-21T17:44:45.434Z Compiling crc-any v2.5.0
26132026-05-21T17:44:45.599Z Compiling crunchy v0.2.4
26142026-05-21T17:44:45.621Z Compiling clang-sys v1.8.1
26152026-05-21T17:44:45.905Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-05-21T17:44:45.948Z Compiling dirs-next v2.0.0
26172026-05-21T17:44:46.029Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-05-21T17:44:46.032Z Compiling object v0.30.4
26192026-05-21T17:44:46.106Z Compiling scheduled-thread-pool v0.2.7
26202026-05-21T17:44:46.125Z Compiling dsl_auto_type v0.2.0
26212026-05-21T17:44:46.270Z Compiling diesel_table_macro_syntax v0.3.0
26222026-05-21T17:44:46.341Z Compiling xshell-macros v0.2.7
26232026-05-21T17:44:46.417Z Compiling path-slash v0.1.5
26242026-05-21T17:44:46.517Z Compiling tiny-keccak v2.0.2
26252026-05-21T17:44:46.613Z Compiling r2d2 v0.8.10
26262026-05-21T17:44:46.748Z Compiling xshell v0.2.7
26272026-05-21T17:44:46.817Z Compiling term v0.7.0
26282026-05-21T17:44:46.839Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26292026-05-21T17:44:47.016Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26302026-05-21T17:44:47.345Z Compiling downcast-rs v2.0.2
26312026-05-21T17:44:47.485Z Compiling crc8 v0.1.1
26322026-05-21T17:44:47.512Z Compiling bit-vec v0.6.3
26332026-05-21T17:44:47.635Z Compiling ascii-canvas v3.0.0
26342026-05-21T17:44:47.766Z Compiling bit-set v0.5.3
26352026-05-21T17:44:47.907Z Compiling itertools v0.10.5
26362026-05-21T17:44:47.961Z Compiling ena v0.14.4
26372026-05-21T17:44:48.075Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382026-05-21T17:44:48.098Z Compiling libloading v0.8.9
26392026-05-21T17:44:48.224Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26402026-05-21T17:44:48.342Z Compiling regex-syntax v0.6.29
26412026-05-21T17:44:48.525Z Compiling diff v0.1.13
26422026-05-21T17:44:48.829Z Compiling bindgen v0.71.1
26432026-05-21T17:44:49.072Z Compiling unicase v2.9.0
26442026-05-21T17:44:49.301Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-05-21T17:44:49.383Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-05-21T17:44:49.800Z Compiling lalrpop v0.19.12
26472026-05-21T17:44:49.987Z Compiling cexpr v0.6.0
26482026-05-21T17:44:50.284Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26492026-05-21T17:44:50.307Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-05-21T17:44:50.488Z Compiling rustc-hash v2.1.1
26512026-05-21T17:44:50.546Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26522026-05-21T17:44:50.639Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-05-21T17:44:50.658Z Compiling typify-impl v0.4.3
26542026-05-21T17:44:50.662Z Compiling headers-core v0.3.0
26552026-05-21T17:44:50.988Z Compiling git-stub v1.0.0
26562026-05-21T17:44:51.152Z Compiling libxml v0.3.3
26572026-05-21T17:44:51.264Z Compiling git-stub-vcs v0.1.0
26582026-05-21T17:44:51.327Z Compiling headers v0.4.1
26592026-05-21T17:44:51.430Z Compiling diesel v2.3.7
26602026-05-21T17:44:51.491Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-05-21T17:44:51.632Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26622026-05-21T17:44:52.230Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26632026-05-21T17:44:52.426Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-05-21T17:44:52.471Z Compiling strum_macros v0.24.3
26652026-05-21T17:44:52.700Z Compiling indoc v1.0.9
26662026-05-21T17:44:53.039Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26672026-05-21T17:44:53.152Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26682026-05-21T17:44:53.268Z Compiling derive_builder v0.20.2
26692026-05-21T17:44:53.455Z Compiling oso-derive v0.27.3
26702026-05-21T17:44:53.722Z Compiling quick-xml v0.37.5
26712026-05-21T17:44:53.948Z Compiling impl-trait-for-tuples v0.2.3
26722026-05-21T17:44:54.057Z Compiling openssl-probe v0.1.6
26732026-05-21T17:44:54.119Z Compiling typify-macro v0.4.3
26742026-05-21T17:44:54.273Z Compiling half v1.8.3
26752026-05-21T17:44:54.378Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26762026-05-21T17:44:54.720Z Compiling serde_cbor v0.11.2
26772026-05-21T17:44:54.889Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26782026-05-21T17:44:55.100Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26792026-05-21T17:44:55.123Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-05-21T17:44:55.405Z Compiling bb8 v0.8.6
26812026-05-21T17:44:55.447Z Compiling trait-variant v0.1.2
26822026-05-21T17:44:55.525Z Compiling samael v0.0.19
26832026-05-21T17:44:55.706Z Compiling typify v0.4.3
26842026-05-21T17:44:55.740Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26852026-05-21T17:44:55.831Z Compiling progenitor-impl v0.11.2
26862026-05-21T17:44:55.855Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26872026-05-21T17:44:56.014Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26882026-05-21T17:44:56.040Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-21T17:44:56.278Z Compiling fxhash v0.2.1
26902026-05-21T17:44:56.434Z Compiling libz-sys v1.1.24
26912026-05-21T17:44:56.457Z Compiling salty v0.3.0
26922026-05-21T17:44:56.826Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26932026-05-21T17:44:56.885Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26942026-05-21T17:44:56.949Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26952026-05-21T17:44:57.098Z Compiling progenitor-client v0.11.2
26962026-05-21T17:44:57.120Z Compiling kstat-rs v0.2.4
26972026-05-21T17:44:57.273Z Compiling arc-swap v1.8.2
26982026-05-21T17:44:57.296Z Compiling polar-core v0.27.3
26992026-05-21T17:44:57.641Z Compiling fs-err v2.11.0
27002026-05-21T17:44:57.882Z Compiling nonempty v0.12.0
27012026-05-21T17:44:57.903Z Compiling mime_guess v2.0.5
27022026-05-21T17:44:58.005Z Compiling progenitor-macro v0.11.2
27032026-05-21T17:44:58.258Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27042026-05-21T17:44:58.430Z Compiling slog-scope v4.4.1
27052026-05-21T17:44:58.877Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27062026-05-21T17:44:59.138Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-21T17:45:01.189Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27082026-05-21T17:45:01.650Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27092026-05-21T17:45:01.983Z Compiling progenitor v0.11.2
27102026-05-21T17:45:02.021Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-05-21T17:45:02.162Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-05-21T17:45:02.186Z Compiling nanorand v0.7.0
27132026-05-21T17:45:02.563Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27142026-05-21T17:45:02.593Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27152026-05-21T17:45:02.616Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27162026-05-21T17:45:02.967Z Compiling darling_core v0.23.0
27172026-05-21T17:45:03.132Z Compiling libgit2-sys v0.18.3+1.9.2
27182026-05-21T17:45:03.552Z Compiling parking_lot_core v0.8.6
27192026-05-21T17:45:05.164Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-05-21T17:45:07.092Z Compiling oso v0.27.3
27212026-05-21T17:45:09.059Z Compiling async-bb8-diesel v0.2.1
27222026-05-21T17:45:09.560Z Compiling diesel-dtrace v0.5.0
27232026-05-21T17:45:09.892Z Compiling darling_macro v0.23.0
27242026-05-21T17:45:10.337Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-05-21T17:45:10.394Z Compiling flume v0.11.1
27262026-05-21T17:45:10.859Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-05-21T17:45:11.633Z Compiling slog-stdlog v4.1.1
27282026-05-21T17:45:12.098Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27292026-05-21T17:45:12.121Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27302026-05-21T17:45:12.761Z Compiling primeorder v0.13.6
27312026-05-21T17:45:12.979Z Compiling atty v0.2.14
27322026-05-21T17:45:13.069Z Compiling parse-size v1.1.0
27332026-05-21T17:45:13.131Z Compiling http-range v0.1.5
27342026-05-21T17:45:13.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-05-21T17:45:13.323Z Compiling instability v0.3.11
27362026-05-21T17:45:13.351Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-05-21T17:45:13.462Z Compiling p384 v0.13.1
27382026-05-21T17:45:13.608Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-21T17:45:13.914Z Compiling slog-envlogger v2.2.0
27402026-05-21T17:45:14.892Z Compiling darling v0.23.0
27412026-05-21T17:45:15.120Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27422026-05-21T17:45:15.436Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-21T17:45:15.644Z Compiling ignore v0.4.25
27442026-05-21T17:45:15.749Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-21T17:45:15.952Z Compiling vergen-git2 v9.1.0
27462026-05-21T17:45:16.191Z Compiling castaway v0.2.4
27472026-05-21T17:45:16.349Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-21T17:45:16.557Z Compiling indoc v2.0.7
27492026-05-21T17:45:16.656Z Compiling compact_str v0.8.1
27502026-05-21T17:45:17.157Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-21T17:45:17.693Z Compiling globwalk v0.9.1
27522026-05-21T17:45:17.817Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27532026-05-21T17:45:18.374Z Compiling parking_lot v0.11.2
27542026-05-21T17:45:18.396Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27552026-05-21T17:45:18.928Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27562026-05-21T17:45:19.312Z Compiling hyper-staticfile v0.10.1
27572026-05-21T17:45:20.140Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27582026-05-21T17:45:20.598Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27592026-05-21T17:45:20.649Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27602026-05-21T17:45:20.798Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27612026-05-21T17:45:20.860Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-05-21T17:45:21.093Z Compiling predicates-tree v1.0.13
27632026-05-21T17:45:21.145Z Compiling unicode-truncate v1.1.0
27642026-05-21T17:45:21.168Z Compiling lru v0.12.5
27652026-05-21T17:45:21.366Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-21T17:45:21.388Z Compiling rand_seeder v0.4.0
27672026-05-21T17:45:21.410Z Compiling prefix-trie v0.7.0
27682026-05-21T17:45:21.451Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-05-21T17:45:21.557Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27702026-05-21T17:45:21.647Z Compiling illumos-nvpair-sys v0.2.0
27712026-05-21T17:45:21.819Z Compiling corncobs v0.1.4
27722026-05-21T17:45:21.882Z Compiling cassowary v0.3.0
27732026-05-21T17:45:21.910Z Compiling rustls v0.21.12
27742026-05-21T17:45:21.914Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-05-21T17:45:21.989Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-21T17:45:22.076Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27772026-05-21T17:45:22.168Z Compiling ratatui v0.29.0
27782026-05-21T17:45:22.230Z Compiling hickory-server v0.25.2
27792026-05-21T17:45:22.251Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-21T17:45:22.460Z Compiling camino-tempfile-ext v0.3.3
27812026-05-21T17:45:22.719Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-21T17:45:22.766Z Compiling sled v0.34.7
27832026-05-21T17:45:23.451Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27842026-05-21T17:45:23.683Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27852026-05-21T17:45:24.111Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-05-21T17:45:25.628Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-05-21T17:45:26.564Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27882026-05-21T17:45:26.718Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27892026-05-21T17:45:26.792Z Compiling sct v0.7.1
27902026-05-21T17:45:26.921Z Compiling rustls-webpki v0.101.7
27912026-05-21T17:45:26.949Z Compiling secrecy v0.8.0
27922026-05-21T17:45:27.072Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-21T17:45:27.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27942026-05-21T17:45:28.588Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-05-21T17:45:28.743Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27962026-05-21T17:45:29.428Z Compiling git2 v0.20.4
27972026-05-21T17:45:29.589Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27982026-05-21T17:45:29.696Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27992026-05-21T17:45:29.914Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28002026-05-21T17:45:30.403Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-21T17:45:30.467Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-05-21T17:45:30.695Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-05-21T17:45:30.926Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28042026-05-21T17:45:31.147Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28052026-05-21T17:45:31.375Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28062026-05-21T17:45:31.603Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-05-21T17:45:32.030Z Compiling void v1.0.2
28082026-05-21T17:45:32.154Z Compiling lzss v0.8.2
28092026-05-21T17:45:32.350Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28102026-05-21T17:45:32.445Z Compiling illumos-nvpair v0.3.0
28112026-05-21T17:45:32.486Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28122026-05-21T17:45:32.490Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-21T17:45:32.944Z Compiling tokio-rustls v0.24.1
28142026-05-21T17:45:33.545Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28152026-05-21T17:45:34.012Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28162026-05-21T17:45:35.550Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28172026-05-21T17:45:35.575Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28182026-05-21T17:45:36.315Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28192026-05-21T17:45:36.658Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28202026-05-21T17:45:36.910Z Compiling tungstenite v0.23.0
28212026-05-21T17:45:36.946Z Compiling rustls-pemfile v1.0.4
28222026-05-21T17:45:37.359Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-21T17:45:37.801Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28242026-05-21T17:45:38.032Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28252026-05-21T17:45:38.278Z Compiling nix v0.27.1
28262026-05-21T17:45:38.576Z Compiling twox-hash v2.1.2
28272026-05-21T17:45:39.113Z Compiling serde_bytes v0.11.19
28282026-05-21T17:45:39.280Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28292026-05-21T17:45:39.443Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28302026-05-21T17:45:39.527Z Compiling tokio-tungstenite v0.23.1
28312026-05-21T17:45:39.554Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28322026-05-21T17:45:39.948Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28332026-05-21T17:45:40.384Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-05-21T17:45:43.185Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28352026-05-21T17:45:43.916Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28362026-05-21T17:45:44.593Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-05-21T17:45:44.618Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28382026-05-21T17:45:44.861Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28392026-05-21T17:45:45.077Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28402026-05-21T17:45:45.101Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28412026-05-21T17:45:45.479Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28422026-05-21T17:45:45.628Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28432026-05-21T17:45:46.942Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28442026-05-21T17:45:48.382Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-05-21T17:45:48.920Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28462026-05-21T17:45:49.366Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28472026-05-21T17:45:49.475Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28482026-05-21T17:45:50.141Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28492026-05-21T17:45:50.319Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28502026-05-21T17:45:50.735Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28512026-05-21T17:45:51.355Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28522026-05-21T17:45:52.309Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28532026-05-21T17:45:52.519Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28542026-05-21T17:45:52.759Z Compiling fatfs v0.3.6
28552026-05-21T17:45:53.062Z Compiling signal-hook-tokio v0.3.1
28562026-05-21T17:45:53.231Z Compiling yasna v0.5.2
28572026-05-21T17:45:53.259Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28582026-05-21T17:45:53.297Z Compiling is_ci v1.2.0
28592026-05-21T17:45:53.514Z Compiling seq-macro v0.3.6
28602026-05-21T17:45:53.948Z Compiling assert_matches v1.5.0
28612026-05-21T17:45:53.993Z Compiling rcgen v0.12.1
28622026-05-21T17:45:54.016Z Compiling supports-color v3.0.2
28632026-05-21T17:45:54.020Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-05-21T17:45:54.218Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28652026-05-21T17:45:54.278Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28662026-05-21T17:45:54.307Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28672026-05-21T17:45:54.539Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28682026-05-21T17:45:54.763Z Compiling subprocess v0.2.15
28692026-05-21T17:45:54.804Z Compiling rtoolbox v0.0.3
28702026-05-21T17:45:55.083Z Compiling rpassword v7.4.0
28712026-05-21T17:45:55.379Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28722026-05-21T17:45:56.967Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28732026-05-21T17:45:57.024Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28742026-05-21T17:45:57.975Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28752026-05-21T17:45:58.066Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28762026-05-21T17:45:58.206Z Compiling tui-tree-widget v0.23.1
28772026-05-21T17:45:58.329Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28782026-05-21T17:45:58.494Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28792026-05-21T17:45:59.036Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28802026-05-21T17:45:59.500Z Compiling uzers v0.12.2
28812026-05-21T17:46:00.441Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28822026-05-21T17:46:00.466Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28832026-05-21T17:46:01.647Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28842026-05-21T17:46:02.715Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28852026-05-21T17:46:02.923Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28862026-05-21T17:46:05.131Z Compiling support-bundle-viewer v0.1.2
28872026-05-21T17:46:06.073Z Compiling multimap v0.10.1
28882026-05-21T17:46:15.873Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28892026-05-21T17:46:17.481Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28902026-05-21T17:46:21.753Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28912026-05-21T17:46:26.399Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28922026-05-21T17:57:24.852Z Finished `release` profile [optimized] target(s) in 13m 08s
28932026-05-21T17:58:13.029Z
28942026-05-21T17:58:13.029Zreal 13:57.936364792
28952026-05-21T17:58:13.032Zuser 1:20:54.358554648
28962026-05-21T17:58:13.032Zsys 3:39.714285781
28972026-05-21T17:58:13.032Ztrap 1.703580020
28982026-05-21T17:58:13.032Ztflt 3.339688971
28992026-05-21T17:58:13.032Zdflt 20.141038143
29002026-05-21T17:58:13.032Zkflt 0.007946854
29012026-05-21T17:58:13.032Zlock 9:45:28.793563866
29022026-05-21T17:58:13.032Zslp 2:27:17.681853193
29032026-05-21T17:58:13.032Zlat 2:27.856191410
29042026-05-21T17:58:13.033Zstop 5:15.062227034
29052026-05-21T17:58:13.033Z+ mapfile -t packages
29062026-05-21T17:58:13.033Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29072026-05-21T17:58:13.979Z Finished `release` profile [optimized] target(s) in 0.93s
29082026-05-21T17:58:14.052Z Running `target/release/omicron-package -t test list-outputs`
29092026-05-21T17:58:14.115ZLogging to: /work/oxidecomputer/omicron/out/LOG
29102026-05-21T17:58:14.119Z+ ptime -m cargo build --locked --release -p xtask
29112026-05-21T17:58:14.664Z Compiling libc v0.2.185
29122026-05-21T17:58:14.664Z Compiling serde v1.0.228
29132026-05-21T17:58:14.670Z Compiling serde_core v1.0.228
29142026-05-21T17:58:14.670Z Compiling rustix v1.1.3
29152026-05-21T17:58:14.755Z Compiling bitflags v2.11.0
29162026-05-21T17:58:14.764Z Compiling serde_json v1.0.149
29172026-05-21T17:58:14.807Z Compiling num-traits v0.2.19
29182026-05-21T17:58:14.819Z Compiling syn v2.0.117
29192026-05-21T17:58:14.832Z Compiling smallvec v1.15.1
29202026-05-21T17:58:14.854Z Compiling indexmap v2.14.0
29212026-05-21T17:58:14.873Z Compiling usdt-impl v0.5.0
29222026-05-21T17:58:14.879Z Compiling syn v1.0.109
29232026-05-21T17:58:14.894Z Compiling percent-encoding v2.3.2
29242026-05-21T17:58:14.894Z Compiling log v0.4.29
29252026-05-21T17:58:15.039Z Compiling getrandom v0.4.1
29262026-05-21T17:58:15.126Z Compiling form_urlencoded v1.2.2
29272026-05-21T17:58:15.285Z Compiling fs-err v3.3.0
29282026-05-21T17:58:15.299Z Compiling heck v0.4.1
29292026-05-21T17:58:15.322Z Compiling once_cell v1.21.3
29302026-05-21T17:58:15.336Z Compiling anyhow v1.0.102
29312026-05-21T17:58:15.540Z Compiling thread-id v4.2.2
29322026-05-21T17:58:15.572Z Compiling errno v0.3.14
29332026-05-21T17:58:15.615Z Compiling memmap v0.7.0
29342026-05-21T17:58:15.869Z Compiling ordered-float v2.10.1
29352026-05-21T17:58:16.402Z Compiling proc-macro-error v1.0.4
29362026-05-21T17:58:16.590Z Compiling terminal_size v0.4.3
29372026-05-21T17:58:16.590Z Compiling tempfile v3.25.0
29382026-05-21T17:58:16.657Z Compiling tabled_derive v0.7.0
29392026-05-21T17:58:16.693Z Compiling clap_builder v4.5.60
29402026-05-21T17:58:16.693Z Compiling textwrap v0.16.2
29412026-05-21T17:58:16.827Z Compiling camino-tempfile v1.4.1
29422026-05-21T17:58:17.323Z Compiling tabled v0.15.0
29432026-05-21T17:58:17.383Z Compiling synstructure v0.13.2
29442026-05-21T17:58:17.383Z Compiling pest_generator v2.8.6
29452026-05-21T17:58:17.768Z Compiling serde_derive v1.0.228
29462026-05-21T17:58:17.768Z Compiling zerofrom-derive v0.1.6
29472026-05-21T17:58:17.772Z Compiling yoke-derive v0.8.1
29482026-05-21T17:58:17.772Z Compiling zerovec-derive v0.11.2
29492026-05-21T17:58:17.772Z Compiling displaydoc v0.2.5
29502026-05-21T17:58:17.772Z Compiling thiserror-impl v1.0.69
29512026-05-21T17:58:17.772Z Compiling zerocopy-derive v0.7.35
29522026-05-21T17:58:17.772Z Compiling scroll_derive v0.12.1
29532026-05-21T17:58:17.772Z Compiling thiserror-impl v2.0.18
29542026-05-21T17:58:17.772Z Compiling clap_derive v4.5.55
29552026-05-21T17:58:17.913Z Compiling pest_derive v2.8.6
29562026-05-21T17:58:18.547Z Compiling scroll v0.12.0
29572026-05-21T17:58:18.694Z Compiling zerocopy v0.7.35
29582026-05-21T17:58:18.809Z Compiling zerofrom v0.1.6
29592026-05-21T17:58:18.856Z Compiling goblin v0.8.2
29602026-05-21T17:58:18.926Z Compiling thiserror v1.0.69
29612026-05-21T17:58:18.970Z Compiling yoke v0.8.1
29622026-05-21T17:58:19.056Z Compiling dtrace-parser v0.2.0
29632026-05-21T17:58:19.068Z Compiling thiserror v2.0.18
29642026-05-21T17:58:19.181Z Compiling zerovec v0.11.5
29652026-05-21T17:58:19.194Z Compiling zerotrie v0.2.3
29662026-05-21T17:58:19.521Z Compiling clap v4.5.60
29672026-05-21T17:58:19.795Z Compiling tinystr v0.8.2
29682026-05-21T17:58:19.814Z Compiling potential_utf v0.1.4
29692026-05-21T17:58:20.035Z Compiling icu_locale_core v2.1.1
29702026-05-21T17:58:20.051Z Compiling icu_collections v2.1.1
29712026-05-21T17:58:20.793Z Compiling icu_provider v2.1.1
29722026-05-21T17:58:21.037Z Compiling toml_datetime v0.6.11
29732026-05-21T17:58:21.230Z Compiling icu_normalizer v2.1.1
29742026-05-21T17:58:21.242Z Compiling icu_properties v2.1.2
29752026-05-21T17:58:21.406Z Compiling serde_spanned v0.6.9
29762026-05-21T17:58:21.448Z Compiling dof v0.3.0
29772026-05-21T17:58:21.591Z Compiling toml_edit v0.22.27
29782026-05-21T17:58:21.746Z Compiling serde_tokenstream v0.2.3
29792026-05-21T17:58:21.802Z Compiling serde-value v0.7.0
29802026-05-21T17:58:21.827Z Compiling cargo-platform v0.2.0
29812026-05-21T17:58:21.840Z Compiling macaddr v1.0.1
29822026-05-21T17:58:22.144Z Compiling idna_adapter v1.2.1
29832026-05-21T17:58:22.270Z Compiling idna v1.1.0
29842026-05-21T17:58:22.292Z Compiling usdt-macro v0.5.0
29852026-05-21T17:58:22.322Z Compiling usdt-attr-macro v0.5.0
29862026-05-21T17:58:22.780Z Compiling url v2.5.8
29872026-05-21T17:58:22.983Z Compiling usdt v0.5.0
29882026-05-21T17:58:23.125Z Compiling toml v0.8.23
29892026-05-21T17:58:23.579Z Compiling cargo-util-schemas v0.8.2
29902026-05-21T17:58:23.580Z Compiling cargo_toml v0.21.0
29912026-05-21T17:58:24.606Z Compiling cargo_metadata v0.21.0
29922026-05-21T17:58:27.670Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29932026-05-21T17:58:30.672Z Finished `release` profile [optimized] target(s) in 16.54s
29942026-05-21T17:58:30.831Z
29952026-05-21T17:58:30.831Zreal 16.674565174
29962026-05-21T17:58:30.831Zuser 2:21.744435758
29972026-05-21T17:58:30.834Zsys 17.399156662
29982026-05-21T17:58:30.835Ztrap 0.077840453
29992026-05-21T17:58:30.835Ztflt 0.586037632
30002026-05-21T17:58:30.835Zdflt 1.281089235
30012026-05-21T17:58:30.835Zkflt 0.000010189
30022026-05-21T17:58:30.835Zlock 5:17.603972760
30032026-05-21T17:58:30.835Zslp 3:24.739971747
30042026-05-21T17:58:30.835Zlat 7.110835538
30052026-05-21T17:58:30.835Zstop 20.797312277
30062026-05-21T17:58:30.835Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30072026-05-21T17:58:30.835Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30082026-05-21T17:58:30.835Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30092026-05-21T17:58:30.835Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30102026-05-21T17:58:30.835Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30112026-05-21T17:58:31.772Z Compiling newtype-uuid-macros v0.1.0
30122026-05-21T17:58:31.776Z Compiling progenitor-client v0.14.0
30132026-05-21T17:58:31.776Z Compiling structmeta-derive v0.3.0
30142026-05-21T17:58:31.776Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30152026-05-21T17:58:31.776Z Compiling rustls v0.22.4
30162026-05-21T17:58:31.918Z Compiling rustls-webpki v0.102.8
30172026-05-21T17:58:31.922Z Compiling multer v3.1.0
30182026-05-21T17:58:31.922Z Compiling match_cfg v0.1.0
30192026-05-21T17:58:31.930Z Compiling compression-core v0.4.31
30202026-05-21T17:58:31.934Z Compiling debug-ignore v1.0.5
30212026-05-21T17:58:31.934Z Compiling slog-json v2.6.1
30222026-05-21T17:58:31.934Z Compiling async-stream-impl v0.3.6
30232026-05-21T17:58:31.934Z Compiling toml_datetime v1.0.0+spec-1.1.0
30242026-05-21T17:58:31.945Z Compiling serde_spanned v1.0.4
30252026-05-21T17:58:31.961Z Compiling dropshot v0.17.0
30262026-05-21T17:58:31.965Z Compiling toml_writer v1.0.6+spec-1.1.0
30272026-05-21T17:58:32.232Z Compiling compression-codecs v0.4.37
30282026-05-21T17:58:32.236Z Compiling itertools v0.14.0
30292026-05-21T17:58:32.272Z Compiling hostname v0.3.1
30302026-05-21T17:58:32.276Z Compiling waitgroup v0.1.2
30312026-05-21T17:58:32.276Z Compiling rustls-pemfile v2.2.0
30322026-05-21T17:58:32.294Z Compiling dropshot_endpoint v0.17.0
30332026-05-21T17:58:32.384Z Compiling toml v1.0.6+spec-1.1.0
30342026-05-21T17:58:32.406Z Compiling serde_path_to_error v0.1.20
30352026-05-21T17:58:32.446Z Compiling async-compression v0.4.41
30362026-05-21T17:58:32.485Z Compiling slog-bunyan v2.5.0
30372026-05-21T17:58:32.505Z Compiling hostname v0.4.2
30382026-05-21T17:58:32.509Z Compiling regress v0.10.5
30392026-05-21T17:58:32.566Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30402026-05-21T17:58:32.653Z Compiling macaddr v1.0.1
30412026-05-21T17:58:32.677Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30422026-05-21T17:58:32.695Z Compiling instant v0.1.13
30432026-05-21T17:58:32.699Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-05-21T17:58:32.733Z Compiling backon v1.6.0
30452026-05-21T17:58:32.777Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-05-21T17:58:32.802Z Compiling async-stream v0.3.6
30472026-05-21T17:58:32.805Z Compiling backoff v0.4.0
30482026-05-21T17:58:32.839Z Compiling progenitor-client v0.10.0
30492026-05-21T17:58:32.859Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30502026-05-21T17:58:32.908Z Compiling progenitor-extras v0.2.0
30512026-05-21T17:58:32.930Z Compiling universal-hash v0.5.1
30522026-05-21T17:58:32.965Z Compiling opaque-debug v0.3.1
30532026-05-21T17:58:33.005Z Compiling regress v0.11.1
30542026-05-21T17:58:33.058Z Compiling half v2.7.1
30552026-05-21T17:58:33.076Z Compiling crucible-workspace-hack v0.1.0
30562026-05-21T17:58:33.095Z Compiling ciborium-io v0.2.2
30572026-05-21T17:58:33.134Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-05-21T17:58:33.154Z Compiling structmeta v0.3.0
30592026-05-21T17:58:33.176Z Compiling convert_case v0.4.0
30602026-05-21T17:58:33.195Z Compiling unsafe-libyaml v0.2.11
30612026-05-21T17:58:33.216Z Compiling aead v0.5.2
30622026-05-21T17:58:33.236Z Compiling secrecy v0.10.3
30632026-05-21T17:58:33.289Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30642026-05-21T17:58:33.334Z Compiling ciborium-ll v0.2.2
30652026-05-21T17:58:33.402Z Compiling poly1305 v0.8.0
30662026-05-21T17:58:33.418Z Compiling derive-ex v0.1.8
30672026-05-21T17:58:33.418Z Compiling parse-display-derive v0.10.0
30682026-05-21T17:58:33.453Z Compiling chacha20 v0.9.1
30692026-05-21T17:58:33.480Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30702026-05-21T17:58:33.539Z Compiling ciborium v0.2.2
30712026-05-21T17:58:33.579Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30722026-05-21T17:58:33.596Z Compiling derive_more v0.99.20
30732026-05-21T17:58:33.612Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30742026-05-21T17:58:33.726Z Compiling thiserror-impl-no-std v2.0.2
30752026-05-21T17:58:33.744Z Compiling serde_yaml v0.9.34+deprecated
30762026-05-21T17:58:33.819Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30772026-05-21T17:58:33.968Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30782026-05-21T17:58:33.988Z Compiling byte-wrapper v0.1.0
30792026-05-21T17:58:34.008Z Compiling blake2 v0.10.6
30802026-05-21T17:58:34.149Z Compiling password-hash v0.5.0
30812026-05-21T17:58:34.191Z Compiling chacha20poly1305 v0.10.1
30822026-05-21T17:58:34.208Z Compiling tokio-rustls v0.25.0
30832026-05-21T17:58:34.212Z Compiling indent_write v2.2.0
30842026-05-21T17:58:34.368Z Compiling heapless v0.8.0
30852026-05-21T17:58:34.387Z Compiling toml_datetime v0.7.5+spec-1.1.0
30862026-05-21T17:58:34.463Z Compiling argon2 v0.5.3
30872026-05-21T17:58:34.582Z Compiling toml_edit v0.23.10+spec-1.0.0
30882026-05-21T17:58:34.601Z Compiling typify-impl v0.6.2
30892026-05-21T17:58:34.676Z Compiling ingot-macros v0.1.1
30902026-05-21T17:58:34.897Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30912026-05-21T17:58:34.976Z Compiling thiserror-no-std v2.0.2
30922026-05-21T17:58:35.100Z Compiling vsss-rs v3.3.4
30932026-05-21T17:58:35.207Z Compiling test-strategy v0.4.5
30942026-05-21T17:58:35.226Z Compiling tabwriter v1.4.1
30952026-05-21T17:58:35.246Z Compiling parse-display v0.10.0
30962026-05-21T17:58:35.266Z Compiling num-rational v0.4.2
30972026-05-21T17:58:35.514Z Compiling hash32 v0.3.1
30982026-05-21T17:58:35.610Z Compiling num-complex v0.4.6
30992026-05-21T17:58:35.718Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31002026-05-21T17:58:35.742Z Compiling smoltcp v0.11.0
31012026-05-21T17:58:35.761Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-05-21T17:58:35.832Z Compiling proc-macro-crate v3.4.0
31032026-05-21T17:58:35.849Z Compiling atomicwrites v0.4.4
31042026-05-21T17:58:35.917Z Compiling cobs v0.3.0
31052026-05-21T17:58:36.046Z Compiling num v0.4.3
31062026-05-21T17:58:36.062Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31072026-05-21T17:58:36.082Z Compiling colored v3.1.1
31082026-05-21T17:58:36.140Z Compiling float-ord v0.3.2
31092026-05-21T17:58:36.174Z Compiling postcard v1.1.3
31102026-05-21T17:58:36.197Z Compiling proc-macro-error v1.0.4
31112026-05-21T17:58:36.277Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31122026-05-21T17:58:36.296Z Compiling proc-macro-crate v1.3.1
31132026-05-21T17:58:36.299Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31142026-05-21T17:58:36.357Z Compiling foreign-types-macros v0.2.3
31152026-05-21T17:58:36.388Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31162026-05-21T17:58:36.435Z Compiling num_enum_derive v0.7.5
31172026-05-21T17:58:36.480Z Compiling rayon-core v1.13.0
31182026-05-21T17:58:36.557Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31192026-05-21T17:58:36.575Z Compiling cpufeatures v0.3.0
31202026-05-21T17:58:36.595Z Compiling foreign-types-shared v0.3.1
31212026-05-21T17:58:36.686Z Compiling chacha20 v0.10.0
31222026-05-21T17:58:36.723Z Compiling toml v0.8.23
31232026-05-21T17:58:36.763Z Compiling num_enum_derive v0.5.11
31242026-05-21T17:58:36.781Z Compiling crossbeam-deque v0.8.6
31252026-05-21T17:58:36.785Z Compiling camino-tempfile v1.4.1
31262026-05-21T17:58:36.820Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31272026-05-21T17:58:36.856Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-05-21T17:58:36.878Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31292026-05-21T17:58:37.004Z Compiling foreign-types v0.5.0
31302026-05-21T17:58:37.037Z Compiling cstr-argument v0.1.2
31312026-05-21T17:58:37.054Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31322026-05-21T17:58:37.113Z Compiling rand v0.10.0
31332026-05-21T17:58:37.227Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31342026-05-21T17:58:37.307Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-05-21T17:58:37.330Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-05-21T17:58:37.365Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31372026-05-21T17:58:37.385Z Compiling zone_cfg_derive v0.3.1
31382026-05-21T17:58:37.447Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31392026-05-21T17:58:37.465Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31402026-05-21T17:58:37.481Z Compiling itertools v0.12.1
31412026-05-21T17:58:37.519Z Compiling rayon v1.11.0
31422026-05-21T17:58:37.592Z Compiling num_enum v0.7.5
31432026-05-21T17:58:37.611Z Compiling num-derive v0.4.2
31442026-05-21T17:58:37.703Z Compiling sigpipe v0.1.3
31452026-05-21T17:58:37.729Z Compiling ingot-types v0.1.2
31462026-05-21T17:58:37.754Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-05-21T17:58:37.772Z Compiling prettyplease v0.2.37
31482026-05-21T17:58:37.789Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31492026-05-21T17:58:37.824Z Compiling glob v0.3.3
31502026-05-21T17:58:37.894Z Compiling num_enum v0.5.11
31512026-05-21T17:58:38.019Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31522026-05-21T17:58:38.060Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31532026-05-21T17:58:38.095Z Compiling smf v0.2.3
31542026-05-21T17:58:38.099Z Compiling whoami v1.6.1
31552026-05-21T17:58:38.130Z Compiling ingot v0.1.1
31562026-05-21T17:58:38.177Z Compiling usdt-macro v0.5.0
31572026-05-21T17:58:38.348Z Compiling usdt-attr-macro v0.5.0
31582026-05-21T17:58:38.367Z Compiling gethostname v0.5.0
31592026-05-21T17:58:38.443Z Compiling memmap v0.7.0
31602026-05-21T17:58:38.518Z Compiling derive-where v1.6.0
31612026-05-21T17:58:38.536Z Compiling resolv-conf v0.7.6
31622026-05-21T17:58:38.598Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31632026-05-21T17:58:38.645Z Compiling zone v0.3.1
31642026-05-21T17:58:38.662Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31652026-05-21T17:58:38.749Z Compiling cancel-safe-futures v0.1.5
31662026-05-21T17:58:38.844Z Compiling owo-colors v4.3.0
31672026-05-21T17:58:38.939Z Compiling libsw-core v0.3.2
31682026-05-21T17:58:39.001Z Compiling console v0.15.11
31692026-05-21T17:58:39.035Z Compiling hickory-proto v0.24.4
31702026-05-21T17:58:39.146Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-05-21T17:58:39.215Z Compiling usdt v0.5.0
31722026-05-21T17:58:39.281Z Compiling typify-macro v0.6.2
31732026-05-21T17:58:39.339Z Compiling libsw v3.5.0
31742026-05-21T17:58:39.386Z Compiling newline-converter v0.3.0
31752026-05-21T17:58:39.406Z Compiling progenitor-client v0.13.0
31762026-05-21T17:58:39.424Z Compiling linked-hash-map v0.5.6
31772026-05-21T17:58:39.515Z Compiling linear-map v1.2.0
31782026-05-21T17:58:39.540Z Compiling libefi-sys v0.1.0
31792026-05-21T17:58:39.560Z Compiling expectorate v1.2.0
31802026-05-21T17:58:39.595Z Compiling lru-cache v0.1.2
31812026-05-21T17:58:39.628Z Compiling git-stub v1.0.0
31822026-05-21T17:58:39.645Z Compiling bitfield-struct v0.6.2
31832026-05-21T17:58:39.749Z Compiling semver v0.1.20
31842026-05-21T17:58:39.767Z Compiling tokio-dtrace v0.1.1
31852026-05-21T17:58:39.767Z Compiling dropshot-api-manager-types v0.7.1
31862026-05-21T17:58:39.771Z Compiling slog-dtrace v0.3.0
31872026-05-21T17:58:39.837Z Compiling git-stub-vcs v0.1.0
31882026-05-21T17:58:39.921Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31892026-05-21T17:58:39.925Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-05-21T17:58:40.023Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-05-21T17:58:40.050Z Compiling rustc_version v0.1.7
31922026-05-21T17:58:40.071Z Compiling minimal-lexical v0.2.1
31932026-05-21T17:58:40.089Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-05-21T17:58:40.128Z Compiling oxide-tokio-rt v0.1.4
31952026-05-21T17:58:40.147Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31962026-05-21T17:58:40.151Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-05-21T17:58:40.186Z Compiling phf_shared v0.12.1
31982026-05-21T17:58:40.190Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
31992026-05-21T17:58:40.239Z Compiling csv-core v0.1.13
32002026-05-21T17:58:40.316Z Compiling newtype_derive v0.1.6
32012026-05-21T17:58:40.335Z Compiling nom v7.1.3
32022026-05-21T17:58:40.424Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-05-21T17:58:40.428Z Compiling highway v1.3.0
32042026-05-21T17:58:40.455Z Compiling chrono-tz v0.10.4
32052026-05-21T17:58:40.520Z Compiling xshell-macros v0.2.7
32062026-05-21T17:58:40.589Z Compiling csv v1.4.0
32072026-05-21T17:58:40.636Z Compiling const_format_proc_macros v0.2.34
32082026-05-21T17:58:40.678Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-05-21T17:58:40.726Z Compiling phf v0.12.1
32102026-05-21T17:58:40.815Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32112026-05-21T17:58:40.865Z Compiling primeorder v0.13.6
32122026-05-21T17:58:40.988Z Compiling xshell v0.2.7
32132026-05-21T17:58:41.129Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32142026-05-21T17:58:41.209Z Compiling tabled_derive v0.7.0
32152026-05-21T17:58:41.227Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32162026-05-21T17:58:41.244Z Compiling typify v0.6.2
32172026-05-21T17:58:41.300Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32182026-05-21T17:58:41.389Z Compiling progenitor-impl v0.14.0
32192026-05-21T17:58:41.480Z Compiling progenitor-impl v0.13.0
32202026-05-21T17:58:41.498Z Compiling hickory-resolver v0.24.4
32212026-05-21T17:58:41.557Z Compiling const_format v0.2.35
32222026-05-21T17:58:41.574Z Compiling bcs v0.1.6
32232026-05-21T17:58:41.769Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32242026-05-21T17:58:41.899Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32252026-05-21T17:58:41.917Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32262026-05-21T17:58:41.937Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-05-21T17:58:42.018Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32282026-05-21T17:58:42.253Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32292026-05-21T17:58:42.271Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-05-21T17:58:42.436Z Compiling salty v0.3.0
32312026-05-21T17:58:42.493Z Compiling tagptr v0.2.0
32322026-05-21T17:58:42.532Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-21T17:58:42.558Z Compiling qorb v0.4.1
32342026-05-21T17:58:42.692Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-05-21T17:58:42.726Z Compiling termtree v0.5.1
32362026-05-21T17:58:42.773Z Compiling textwrap v0.16.2
32372026-05-21T17:58:42.794Z Compiling moka v0.12.13
32382026-05-21T17:58:42.909Z Compiling tabled v0.15.0
32392026-05-21T17:58:42.926Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32402026-05-21T17:58:43.203Z Compiling steno v0.4.1
32412026-05-21T17:58:43.331Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32422026-05-21T17:58:43.498Z Compiling base64 v0.21.7
32432026-05-21T17:58:43.519Z Compiling radium v0.7.0
32442026-05-21T17:58:43.600Z Compiling humantime v2.3.0
32452026-05-21T17:58:43.661Z Compiling hickory-resolver v0.25.2
32462026-05-21T17:58:43.840Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32472026-05-21T17:58:43.844Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32482026-05-21T17:58:43.909Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32492026-05-21T17:58:43.926Z Compiling p384 v0.13.1
32502026-05-21T17:58:44.112Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32512026-05-21T17:58:44.135Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32522026-05-21T17:58:44.174Z Compiling progenitor-macro v0.14.0
32532026-05-21T17:58:44.234Z Compiling progenitor-macro v0.13.0
32542026-05-21T17:58:44.337Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32552026-05-21T17:58:44.509Z Compiling typify-impl v0.4.3
32562026-05-21T17:58:44.532Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32572026-05-21T17:58:44.536Z Compiling maybe-uninit v2.0.0
32582026-05-21T17:58:44.680Z Compiling tap v1.0.1
32592026-05-21T17:58:44.826Z Compiling wyz v0.5.1
32602026-05-21T17:58:44.891Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32612026-05-21T17:58:44.960Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32622026-05-21T17:58:45.063Z Compiling proc-macro-error-attr2 v2.0.0
32632026-05-21T17:58:45.179Z Compiling parking_lot_core v0.8.6
32642026-05-21T17:58:45.324Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32652026-05-21T17:58:45.364Z Compiling funty v2.0.0
32662026-05-21T17:58:45.511Z Compiling utf-8 v0.7.6
32672026-05-21T17:58:45.565Z Compiling packed_struct v0.10.1
32682026-05-21T17:58:45.582Z Compiling proc-macro-error2 v2.0.1
32692026-05-21T17:58:45.664Z Compiling tungstenite v0.21.0
32702026-05-21T17:58:45.693Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32712026-05-21T17:58:45.728Z Compiling bitvec v1.0.1
32722026-05-21T17:58:45.901Z Compiling polyval v0.6.2
32732026-05-21T17:58:45.922Z Compiling num-derive v0.3.3
32742026-05-21T17:58:45.942Z Compiling packed_struct_codegen v0.10.1
32752026-05-21T17:58:45.960Z Compiling bitfield-macros v0.19.4
32762026-05-21T17:58:46.009Z Compiling zerocopy-derive v0.6.6
32772026-05-21T17:58:46.027Z Compiling indexmap v1.9.3
32782026-05-21T17:58:46.172Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-05-21T17:58:46.262Z Compiling crc-catalog v2.4.0
32802026-05-21T17:58:46.390Z Compiling nodrop v0.1.14
32812026-05-21T17:58:46.408Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32822026-05-21T17:58:46.452Z Compiling crc v3.4.0
32832026-05-21T17:58:46.518Z Compiling array-init v0.0.4
32842026-05-21T17:58:46.570Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-05-21T17:58:46.691Z Compiling tokio-tungstenite v0.21.0
32862026-05-21T17:58:46.707Z Compiling ghash v0.5.1
32872026-05-21T17:58:46.747Z Compiling bitfield v0.19.4
32882026-05-21T17:58:46.886Z Compiling tabled_derive v0.11.0
32892026-05-21T17:58:46.905Z Compiling libscf-sys v1.1.0
32902026-05-21T17:58:46.924Z Compiling smallvec v0.6.14
32912026-05-21T17:58:46.951Z Compiling zerocopy v0.6.6
32922026-05-21T17:58:47.097Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32932026-05-21T17:58:47.173Z Compiling papergrid v0.17.0
32942026-05-21T17:58:47.222Z Compiling testing_table v0.3.0
32952026-05-21T17:58:47.330Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-05-21T17:58:47.330Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32972026-05-21T17:58:47.400Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32982026-05-21T17:58:47.418Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
32992026-05-21T17:58:47.553Z Compiling ctr v0.9.2
33002026-05-21T17:58:47.657Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-21T17:58:47.677Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33022026-05-21T17:58:47.699Z Compiling corncobs v0.1.4
33032026-05-21T17:58:47.797Z Compiling unicase v2.9.0
33042026-05-21T17:58:47.911Z Compiling hashbrown v0.12.3
33052026-05-21T17:58:47.930Z Compiling illumos-nvpair-sys v0.2.0
33062026-05-21T17:58:47.995Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-21T17:58:48.014Z Compiling aes-gcm v0.10.3
33082026-05-21T17:58:48.048Z Compiling mime_guess v2.0.5
33092026-05-21T17:58:48.101Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-05-21T17:58:48.119Z Compiling tabled v0.20.0
33112026-05-21T17:58:48.241Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-21T17:58:48.258Z Compiling parking_lot v0.11.2
33132026-05-21T17:58:48.466Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33142026-05-21T17:58:48.485Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-21T17:58:48.532Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33162026-05-21T17:58:48.661Z Compiling serde-hex v0.1.0
33172026-05-21T17:58:48.686Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33182026-05-21T17:58:48.878Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33192026-05-21T17:58:48.927Z Compiling ron v0.8.1
33202026-05-21T17:58:49.008Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33212026-05-21T17:58:49.093Z Compiling progenitor-client v0.11.2
33222026-05-21T17:58:49.177Z Compiling typify-macro v0.4.3
33232026-05-21T17:58:49.196Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33242026-05-21T17:58:49.289Z Compiling hashbrown v0.13.2
33252026-05-21T17:58:49.375Z Compiling progenitor v0.14.0
33262026-05-21T17:58:49.467Z Compiling progenitor v0.13.0
33272026-05-21T17:58:49.503Z Compiling prefix-trie v0.7.0
33282026-05-21T17:58:49.524Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-05-21T17:58:49.662Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33302026-05-21T17:58:49.823Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33312026-05-21T17:58:49.924Z Compiling blowfish v0.9.1
33322026-05-21T17:58:49.942Z Compiling ssh-encoding v0.2.0
33332026-05-21T17:58:50.011Z Compiling fxhash v0.2.1
33342026-05-21T17:58:50.044Z Compiling secrecy v0.8.0
33352026-05-21T17:58:50.081Z Compiling crc-any v2.5.0
33362026-05-21T17:58:50.185Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-05-21T17:58:50.229Z Compiling ssh-cipher v0.2.0
33382026-05-21T17:58:50.245Z Compiling sled v0.34.7
33392026-05-21T17:58:50.359Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33402026-05-21T17:58:50.511Z Compiling bcrypt-pbkdf v0.10.0
33412026-05-21T17:58:50.535Z Compiling hickory-server v0.25.2
33422026-05-21T17:58:50.683Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33432026-05-21T17:58:50.725Z Compiling object v0.30.4
33442026-05-21T17:58:50.892Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-05-21T17:58:50.914Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33462026-05-21T17:58:51.062Z Compiling typify v0.4.3
33472026-05-21T17:58:51.124Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33482026-05-21T17:58:51.215Z Compiling progenitor-impl v0.11.2
33492026-05-21T17:58:51.445Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-05-21T17:58:51.463Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-05-21T17:58:51.580Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-21T17:58:51.900Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33532026-05-21T17:58:51.981Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33542026-05-21T17:58:52.467Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-05-21T17:58:52.506Z Compiling password-hash v0.4.2
33562026-05-21T17:58:52.587Z Compiling half v1.8.3
33572026-05-21T17:58:52.766Z Compiling path-slash v0.1.5
33582026-05-21T17:58:52.888Z Compiling crc8 v0.1.1
33592026-05-21T17:58:52.941Z Compiling http-range v0.1.5
33602026-05-21T17:58:53.038Z Compiling serde_cbor v0.11.2
33612026-05-21T17:58:53.170Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33622026-05-21T17:58:53.221Z Compiling pbkdf2 v0.11.0
33632026-05-21T17:58:53.263Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33642026-05-21T17:58:53.469Z Compiling illumos-nvpair v0.3.0
33652026-05-21T17:58:53.692Z Compiling ssh-key v0.6.7
33662026-05-21T17:58:53.760Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-05-21T17:58:53.888Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-05-21T17:58:53.914Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33692026-05-21T17:58:53.970Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-05-21T17:58:54.009Z Compiling progenitor-macro v0.11.2
33712026-05-21T17:58:54.093Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33722026-05-21T17:58:54.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33732026-05-21T17:58:54.378Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33742026-05-21T17:58:54.489Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-05-21T17:58:54.552Z Compiling p256 v0.13.2
33762026-05-21T17:58:54.690Z Compiling p521 v0.13.3
33772026-05-21T17:58:54.936Z Compiling yasna v0.5.2
33782026-05-21T17:58:54.964Z Compiling kstat-rs v0.2.4
33792026-05-21T17:58:54.983Z Compiling headers-core v0.3.0
33802026-05-21T17:58:55.011Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33812026-05-21T17:58:55.015Z Compiling nanorand v0.7.0
33822026-05-21T17:58:55.050Z Compiling russh-cryptovec v0.7.3
33832026-05-21T17:58:55.140Z Compiling atty v0.2.14
33842026-05-21T17:58:55.271Z Compiling md5 v0.7.0
33852026-05-21T17:58:55.289Z Compiling home v0.5.12
33862026-05-21T17:58:55.309Z Compiling flume v0.11.1
33872026-05-21T17:58:55.309Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33882026-05-21T17:58:55.357Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33892026-05-21T17:58:55.415Z Compiling headers v0.4.1
33902026-05-21T17:58:55.479Z Compiling rcgen v0.12.1
33912026-05-21T17:58:55.552Z Compiling russh-keys v0.45.0
33922026-05-21T17:58:55.647Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-05-21T17:58:55.697Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33942026-05-21T17:58:55.745Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33952026-05-21T17:58:55.763Z Compiling hyper-staticfile v0.10.1
33962026-05-21T17:58:55.815Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33972026-05-21T17:58:56.001Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33982026-05-21T17:58:56.049Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33992026-05-21T17:58:56.179Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34002026-05-21T17:58:56.225Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34012026-05-21T17:58:56.333Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34022026-05-21T17:58:56.403Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34032026-05-21T17:58:56.424Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34042026-05-21T17:58:56.641Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34052026-05-21T17:58:56.680Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34062026-05-21T17:58:56.879Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34072026-05-21T17:58:56.899Z Compiling num-bigint v0.4.6
34082026-05-21T17:58:56.920Z Compiling des v0.8.1
34092026-05-21T17:58:56.937Z Compiling subprocess v0.2.15
34102026-05-21T17:58:56.961Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34112026-05-21T17:58:56.981Z Compiling display-error-chain v0.2.2
34122026-05-21T17:58:57.073Z Compiling hex-literal v0.4.1
34132026-05-21T17:58:57.163Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34142026-05-21T17:58:57.187Z Compiling colored v2.2.0
34152026-05-21T17:58:57.208Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34162026-05-21T17:58:57.225Z Compiling socket2 v0.5.10
34172026-05-21T17:58:57.248Z Compiling internet-checksum v0.2.1
34182026-05-21T17:58:57.424Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-05-21T17:58:57.564Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34202026-05-21T17:58:58.091Z Compiling russh v0.45.0
34212026-05-21T17:58:58.562Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34222026-05-21T17:58:58.579Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34232026-05-21T17:58:58.912Z Compiling progenitor v0.11.2
34242026-05-21T17:58:59.047Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34252026-05-21T17:59:01.078Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-21T17:59:01.752Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-21T17:59:02.213Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-21T17:59:03.995Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-21T17:59:04.753Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34302026-05-21T17:59:12.088Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34312026-05-21T17:59:12.088Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-05-21T17:59:12.096Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34332026-05-21T17:59:12.096Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-05-21T17:59:13.851Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34352026-05-21T17:59:13.893Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34362026-05-21T17:59:18.017Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-05-21T17:59:57.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34382026-05-21T17:59:57.353Z
34392026-05-21T17:59:57.353Zreal 1:26.457013338
34402026-05-21T17:59:57.357Zuser 8:10.035360092
34412026-05-21T17:59:57.357Zsys 1:44.148951742
34422026-05-21T17:59:57.357Ztrap 0.251775522
34432026-05-21T17:59:57.357Ztflt 0.604938521
34442026-05-21T17:59:57.357Zdflt 1.590837271
34452026-05-21T17:59:57.357Zkflt 0.000234207
34462026-05-21T17:59:57.357Zlock 29:00.879042452
34472026-05-21T17:59:57.357Zslp 18:43.560856785
34482026-05-21T17:59:57.357Zlat 38.556669257
34492026-05-21T17:59:57.357Zstop 3:01.869673690
34502026-05-21T17:59:57.357Z+ mkdir tests
34512026-05-21T17:59:57.361Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34522026-05-21T17:59:57.361Z+ xargs -I '{}' -t cp '{}' tests/
34532026-05-21T17:59:57.394Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7b2180a6dabf6135 tests/
34542026-05-21T17:59:57.422Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b21347dd2df4093b tests/
34552026-05-21T17:59:57.451Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a76109811f1ac8fd tests/
34562026-05-21T17:59:57.481Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1d4376d994581f70 tests/
34572026-05-21T17:59:57.817Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34582026-05-21T17:59:57.821Z+ 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-b21347dd2df4093b tests/commtest-a76109811f1ac8fd tests/dhcp_server-7b2180a6dabf6135 tests/end_to_end_tests-1d4376d994581f70 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34592026-05-21T18:01:19.393ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34602026-05-21T18:01:19.393Za .github/buildomat/ci-env.sh 1K
34612026-05-21T18:01:19.393Za out/target/test 1K
34622026-05-21T18:01:19.394Za out/npuzone/npuzone 27402K
34632026-05-21T18:01:19.394Za package-manifest.toml 35K
34642026-05-21T18:01:19.394Za smf/sled-agent/non-gimlet/config.toml 6K
34652026-05-21T18:01:19.394Za target/release/omicron-package 46195K
34662026-05-21T18:01:19.394Za target/release/xtask 11449K
34672026-05-21T18:01:19.394Za target/debug/bootstrap 352514K
34682026-05-21T18:01:19.394Za tests/bootstrap-b21347dd2df4093b 31215K
34692026-05-21T18:01:19.395Za tests/commtest-a76109811f1ac8fd 32300K
34702026-05-21T18:01:19.395Za tests/dhcp_server-7b2180a6dabf6135 31215K
34712026-05-21T18:01:19.395Za tests/end_to_end_tests-1d4376d994581f70 394300K
34722026-05-21T18:01:19.395Za tools/opte_version 1K
34732026-05-21T18:01:19.395Za tools/opte_version_override 2K
34742026-05-21T18:01:19.395Za out/clickhouse.tar.gz 321453K
34752026-05-21T18:01:19.395Za out/clickhouse_keeper.tar.gz 306537K
34762026-05-21T18:01:19.395Za out/clickhouse_server.tar.gz 321450K
34772026-05-21T18:01:19.395Za out/cockroachdb.tar.gz 166075K
34782026-05-21T18:01:19.395Za out/crucible-pantry-zone.tar.gz 41102K
34792026-05-21T18:01:19.395Za out/crucible-utils.tar 16478K
34802026-05-21T18:01:19.395Za out/crucible-zone.tar.gz 56672K
34812026-05-21T18:01:19.395Za out/external-dns.tar.gz 51202K
34822026-05-21T18:01:19.395Za out/internal-dns.tar.gz 51202K
34832026-05-21T18:01:19.395Za out/mg-ddm-gz.tar 95141K
34842026-05-21T18:01:19.396Za out/nexus.tar.gz 272425K
34852026-05-21T18:01:19.396Za out/ntp.tar.gz 32754K
34862026-05-21T18:01:19.396Za out/omicron-gateway-softnpu.tar.gz 29672K
34872026-05-21T18:01:19.396Za out/omicron-sled-agent.tar 204112K
34882026-05-21T18:01:19.396Za out/overlay.tar.gz 3K
34892026-05-21T18:01:19.396Za out/oximeter.tar.gz 68082K
34902026-05-21T18:01:19.396Za out/oxlog.tar 3782K
34912026-05-21T18:01:19.396Za out/probe.tar.gz 3037K
34922026-05-21T18:01:19.396Za out/propolis-server.tar.gz 35483K
34932026-05-21T18:01:19.396Za out/pumpkind-gz.tar 26647K
34942026-05-21T18:01:19.396Za out/switch-softnpu.tar.gz 449193K
34952026-05-21T18:01:19.401Z
34962026-05-21T18:01:19.401Zreal 1:21.573918988
34972026-05-21T18:01:19.401Zuser 1:18.860028829
34982026-05-21T18:01:19.401Zsys 4.490579133
34992026-05-21T18:01:19.401Ztrap 0.005547336
35002026-05-21T18:01:19.401Ztflt 0.000000000
35012026-05-21T18:01:19.401Zdflt 0.000000000
35022026-05-21T18:01:19.401Zkflt 0.000000000
35032026-05-21T18:01:19.401Zlock 0.000000000
35042026-05-21T18:01:19.401Zslp 1:18.821623643
35052026-05-21T18:01:19.401Zlat 0.964385164
35062026-05-21T18:01:19.401Zstop 0.000496438
35072026-05-21T18:01:19.401Zprocess exited: duration 1256511 ms, exit code 0
 
35082026-05-21T18:01:19.417Zfound 1 output files
35092026-05-21T18:01:19.464Zuploading: /work/package.tar.gz (2551979087 bytes)
35102026-05-21T18:01:59.136Zuploaded: /work/package.tar.gz