01KSRENZFN65GXQFAR63EK41TK: 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: 01KSREPD844PKJFMT1YFA82M26

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T23:29:30.766Zjob assigned to worker 01KSREPH92HZYKX7F2P5XTK9CB [factory aws, i-0c5bb2eca7d71ed42] (queued for 47 s)
 
22026-05-28T23:29:38.734Zstarting task 0: "setup"
32026-05-28T23:29:38.742Z++ uname -s
42026-05-28T23:29:38.742Z+ kern=SunOS
52026-05-28T23:29:38.742Z+ build_user=build
62026-05-28T23:29:38.742Z+ build_uid=12345
72026-05-28T23:29:38.742Z+ work_dir=/work
82026-05-28T23:29:38.742Z+ input_dir=/input
92026-05-28T23:29:38.742Z+ [[ 0 == 12345 ]]
102026-05-28T23:29:38.742Z+ case "$kern" in
112026-05-28T23:29:38.742Z+ groupadd -g 12345 build
122026-05-28T23:29:38.749Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T23:29:40.752Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T23:29:40.834Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T23:29:40.837Z+ home_fs=zfs
162026-05-28T23:29:40.837Z+ [[ zfs == autofs ]]
172026-05-28T23:29:40.837Z+ mkdir -p /home/build
182026-05-28T23:29:40.837Z+ chown build:build /home/build /work
192026-05-28T23:29:42.839Z+ chmod 0700 /home/build /work
202026-05-28T23:29:42.843Zprocess exited: duration 4111 ms, exit code 0
 
212026-05-28T23:29:42.850Zstarting task 1: "rust-toolchain"
222026-05-28T23:29:42.857Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T23:29:42.857Z * rust toolchain channel = "1.94.0"
242026-05-28T23:29:42.857Z * rust toolchain profile = "default"
252026-05-28T23:29:42.857Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T23:29:42.857Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T23:29:42.857Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T23:29:42.860Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T23:29:42.860Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T23:29:42.972Zinfo: downloading installer
312026-05-28T23:29:44.400Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T23:29:44.400Zwarn: /home/build/.rustup/settings.toml
332026-05-28T23:29:44.400Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T23:29:44.400Zwarn: instead of the one inferred from the default host triple.
352026-05-28T23:29:44.412Zinfo: profile set to default
362026-05-28T23:29:44.413Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T23:29:44.417Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T23:29:44.556Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T23:29:44.560Zinfo: downloading 6 components
402026-05-28T23:29:58.921Z
412026-05-28T23:29:58.921Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-28T23:29:58.954Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T23:29:58.954Z
442026-05-28T23:29:58.954Z
452026-05-28T23:29:58.954ZRust is installed now. Great!
462026-05-28T23:29:58.954Z
472026-05-28T23:29:58.954ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T23:29:58.954Zenvironment variable. This has not been done automatically.
492026-05-28T23:29:58.955Z
502026-05-28T23:29:58.955ZTo configure your current shell, you need to source
512026-05-28T23:29:58.955Zthe corresponding env file under $HOME/.cargo.
522026-05-28T23:29:58.965Z
532026-05-28T23:29:58.965ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T23:29:58.965Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T23:29:58.965Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T23:29:58.965Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T23:29:58.965Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T23:29:58.965Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T23:29:58.965Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T23:29:58.965Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T23:29:58.965Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T23:29:59.055Z+ rustup --version
632026-05-28T23:29:59.062Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T23:29:59.063Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T23:29:59.079Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T23:29:59.082Z+ cargo --version
672026-05-28T23:29:59.090Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T23:29:59.093Z+ rustc --version
692026-05-28T23:29:59.114Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T23:29:59.117Zprocess exited: duration 16266 ms, exit code 0
 
712026-05-28T23:29:59.124Zstarting task 2: "authentication"
722026-05-28T23:29:59.142Zprocess exited: duration 17 ms, exit code 0
 
732026-05-28T23:29:59.149Zstarting task 3: "clone repository"
742026-05-28T23:29:59.154Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T23:29:59.157Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T23:29:59.202ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T23:30:09.624Z+ cd /work/oxidecomputer/omicron
782026-05-28T23:30:09.624Z+ git fetch origin 8093199093f9544c5d8a428681ad6fd0b2e0dfdc
792026-05-28T23:30:09.905ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T23:30:09.905Z * branch 8093199093f9544c5d8a428681ad6fd0b2e0dfdc -> FETCH_HEAD
812026-05-28T23:30:09.921Z+ [[ -n sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
822026-05-28T23:30:09.924Z++ git branch --show-current
832026-05-28T23:30:09.925Z+ current=main
842026-05-28T23:30:09.925Z+ [[ main != sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]]
852026-05-28T23:30:09.925Z+ git branch -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent 8093199093f9544c5d8a428681ad6fd0b2e0dfdc
862026-05-28T23:30:09.928Z+ git checkout -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent
872026-05-28T23:30:10.120ZSwitched to branch 'sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent'
882026-05-28T23:30:10.124Z+ git reset --hard 8093199093f9544c5d8a428681ad6fd0b2e0dfdc
892026-05-28T23:30:10.308ZHEAD is now at 809319909 rustfmt
902026-05-28T23:30:10.312Zprocess exited: duration 11160 ms, exit code 0
 
912026-05-28T23:30:10.319Zstarting task 4: "build"
922026-05-28T23:30:10.325Z+ source .github/buildomat/ci-env.sh
932026-05-28T23:30:10.325Z++ export CARGO_TERM_COLOR=always
942026-05-28T23:30:10.325Z++ CARGO_TERM_COLOR=always
952026-05-28T23:30:10.325Z+ cargo --version
962026-05-28T23:30:10.335Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T23:30:10.338Z+ rustc --version
982026-05-28T23:30:10.359Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T23:30:10.362Z+ WORK=/work
1002026-05-28T23:30:10.362Z+ pfexec mkdir -p /work
1012026-05-28T23:30:10.366Z+ pfexec chown build /work
1022026-05-28T23:30:10.369Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-28T23:30:12.108Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-28T23:30:12.187Z Startup: Caching catalogs ... Done
1052026-05-28T23:30:12.458ZPlanning: Solver setup ... Done (0.228s)
1062026-05-28T23:30:12.477ZPlanning: Running solver ... Done (0.018s)
1072026-05-28T23:30:12.483ZPlanning: Finding local manifests ... Done (0.004s)
1082026-05-28T23:30:12.495ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-28T23:30:12.518ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-28T23:30:12.533ZPlanning: Package planning ... Done (0.015s)
1112026-05-28T23:30:12.536ZPlanning: Merging actions ... Done (0.001s)
1122026-05-28T23:30:12.727ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-05-28T23:30:12.731ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-28T23:30:13.655ZPlanning: Evaluating mediators ... Done (0.927s)
1152026-05-28T23:30:13.658ZPlanning: Planning completed in 1.45 seconds
1162026-05-28T23:30:13.666Z Packages to install: 2
1172026-05-28T23:30:13.666Z Estimated space available: 156.07 GB
1182026-05-28T23:30:13.670ZEstimated space to be consumed: 22.53 MB
1192026-05-28T23:30:13.670Z Create boot environment: No
1202026-05-28T23:30:13.670ZCreate backup boot environment: No
1212026-05-28T23:30:13.670Z Rebuild boot archive: No
1222026-05-28T23:30:13.670Z
1232026-05-28T23:30:13.670ZChanged packages:
1242026-05-28T23:30:13.670Zhelios
1252026-05-28T23:30:13.670Z developer/build-essential
1262026-05-28T23:30:13.670Z None -> 11-3.0
1272026-05-28T23:30:13.670Z library/libxmlsec1
1282026-05-28T23:30:13.670Z None -> 1.2.35-3.0
1292026-05-28T23:30:13.692Z
1302026-05-28T23:30:13.692ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-28T23:30:14.965ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
1322026-05-28T23:30:15.026Z Actions: 1/268 actions (Installing new actions)
1332026-05-28T23:30:15.064Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-28T23:30:15.098ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-28T23:30:15.098ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-28T23:30:15.116ZFinalize: Updating image state ... Done (0.018s)
1372026-05-28T23:30:17.782ZFinalize: Creating fast lookup database ... Done (2.643s)
1382026-05-28T23:30:17.859ZFinalize: Reading search index ... Done (0.014s)
1392026-05-28T23:30:17.863ZFinalize: Updating search index ... Done (0.000s)
1402026-05-28T23:30:17.928ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-28T23:30:18.230ZPlanning: Evaluating mediator changes ... Done
1422026-05-28T23:30:18.335ZPlanning: Checking for conflicting actions ... Done
1432026-05-28T23:30:18.339ZPlanning: Consolidating action changes ... Done
1442026-05-28T23:30:18.493ZPlanning: Evaluating mediators ... Done
1452026-05-28T23:30:18.496ZPlanning: Planning completed in 0.26 seconds
1462026-05-28T23:30:18.516Z Mediators to change: 2
1472026-05-28T23:30:18.516Z Create boot environment: No
1482026-05-28T23:30:18.516ZCreate backup boot environment: No
1492026-05-28T23:30:18.561ZFinalize: Updating package state database ... Done
1502026-05-28T23:30:18.561ZFinalize: Updating package cache ... Done
1512026-05-28T23:30:18.572ZFinalize: Updating image state ... Done
1522026-05-28T23:30:20.528ZFinalize: Creating fast lookup database ... Done
1532026-05-28T23:30:20.589ZFinalize: Reading search index ... Done
1542026-05-28T23:30:20.593ZFinalize: Updating search index ... Done
1552026-05-28T23:30:20.664ZFinalize: Updating package cache ... Done
1562026-05-28T23:30:20.952ZPlanning: Evaluating mediator changes ... Done
1572026-05-28T23:30:21.060ZPlanning: Checking for conflicting actions ... Done
1582026-05-28T23:30:21.063ZPlanning: Consolidating action changes ... Done
1592026-05-28T23:30:21.220ZPlanning: Evaluating mediators ... Done
1602026-05-28T23:30:21.223ZPlanning: Planning completed in 0.27 seconds
1612026-05-28T23:30:21.243Z Mediators to change: 1
1622026-05-28T23:30:21.243Z Create boot environment: No
1632026-05-28T23:30:21.243ZCreate backup boot environment: No
1642026-05-28T23:30:21.286ZFinalize: Updating package state database ... Done
1652026-05-28T23:30:21.286ZFinalize: Updating package cache ... Done
1662026-05-28T23:30:21.296ZFinalize: Updating image state ... Done
1672026-05-28T23:30:23.244ZFinalize: Creating fast lookup database ... Done
1682026-05-28T23:30:23.308ZFinalize: Reading search index ... Done
1692026-05-28T23:30:23.311ZFinalize: Updating search index ... Done
1702026-05-28T23:30:23.370ZFinalize: Updating package cache ... Done
1712026-05-28T23:30:23.681ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-28T23:30:23.681Zapache system 2.4 system
1732026-05-28T23:30:23.681Zclang system 15 system
1742026-05-28T23:30:23.681Zcsh system system illumos
1752026-05-28T23:30:23.681Zctags system system illumos
1762026-05-28T23:30:23.681Zfile vendor vendor darwinsys
1772026-05-28T23:30:23.681Zfile system system illumos
1782026-05-28T23:30:23.681Zgcc vendor 14 vendor
1792026-05-28T23:30:23.681Zgcc system 13 system
1802026-05-28T23:30:23.681Zgcc system 10 system
1812026-05-28T23:30:23.681Zgo system 1.25 system
1822026-05-28T23:30:23.681Zllvm system 15 system
1832026-05-28T23:30:23.682Zmariadb system 11.4 system
1842026-05-28T23:30:23.682Zmta vendor vendor dma
1852026-05-28T23:30:23.682Zopenjdk system 17 system
1862026-05-28T23:30:23.682Zopenjdk system 11 system
1872026-05-28T23:30:23.682Zopenssl vendor 3 vendor
1882026-05-28T23:30:23.682Zperl system 5.40 system
1892026-05-28T23:30:23.682Zpostgresql system 18 system
1902026-05-28T23:30:23.682Zpostgresql system 17 system
1912026-05-28T23:30:23.682Zpython vendor 3 vendor
1922026-05-28T23:30:23.682Zpython system 2 system
1932026-05-28T23:30:23.682Zpython3 vendor 3.13 vendor
1942026-05-28T23:30:23.682Zruby system 3.4 system
1952026-05-28T23:30:23.682Zruby system 3.0 system
1962026-05-28T23:30:23.682Zwords vendor vendor american-english
1972026-05-28T23:30:23.682Zwords system system australian-english
1982026-05-28T23:30:23.682Zwords system system british-english
1992026-05-28T23:30:23.682Zwords system system canadian-english
2002026-05-28T23:30:23.682Zwords system system french
2012026-05-28T23:30:23.682Zwords system system italian
2022026-05-28T23:30:23.682Zwords system system ngerman
2032026-05-28T23:30:23.682Zwords system system ogerman
2042026-05-28T23:30:23.682Zwords system system spanish
2052026-05-28T23:30:23.939ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-28T23:30:23.939Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-28T23:30:24.227ZFMRI IFO
2082026-05-28T23:30:24.227Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-28T23:30:24.227Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-28T23:30:24.227Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-28T23:30:24.227Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-28T23:30:24.227Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-28T23:30:24.227Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-28T23:30:24.227Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-28T23:30:24.227Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-28T23:30:24.227Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-28T23:30:24.470Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-28T23:30:24.739Z Updating crates.io index
2192026-05-28T23:30:24.771Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-28T23:30:25.022Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-28T23:30:25.896Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-28T23:30:26.169Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-28T23:30:27.244Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-28T23:30:27.736Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-28T23:30:29.388Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-28T23:30:30.254Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-28T23:30:30.509Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-28T23:30:31.332Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-28T23:30:31.566Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-28T23:30:31.978Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-28T23:30:32.257Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-28T23:30:33.226Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-28T23:30:33.709Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-28T23:30:33.956Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-28T23:30:34.226Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-28T23:30:34.529Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-28T23:30:34.892Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-28T23:30:35.214Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-28T23:30:35.436Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-28T23:30:35.701Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-28T23:30:36.066Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-28T23:30:36.530Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-28T23:30:36.764Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-28T23:30:37.256Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-28T23:30:37.716Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-28T23:30:38.019Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-28T23:30:38.314Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-28T23:30:39.663Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-28T23:30:40.086Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-28T23:30:40.499Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-28T23:30:40.859Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-28T23:30:41.186Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-28T23:30:41.468Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-28T23:30:41.791Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-28T23:30:42.300Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-28T23:30:42.551Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-28T23:30:42.788Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-28T23:30:43.266Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-28T23:30:55.053Z Downloading crates ...
2602026-05-28T23:30:55.123Z Downloaded yoke v0.8.1
2612026-05-28T23:30:55.130Z Downloaded clap_lex v1.0.0
2622026-05-28T23:30:55.133Z Downloaded thiserror v2.0.18
2632026-05-28T23:30:55.136Z Downloaded utf8parse v0.2.2
2642026-05-28T23:30:55.136Z Downloaded toml_datetime v0.6.11
2652026-05-28T23:30:55.136Z Downloaded icu_provider v2.1.1
2662026-05-28T23:30:55.139Z Downloaded idna_adapter v1.2.1
2672026-05-28T23:30:55.139Z Downloaded toml v0.8.23
2682026-05-28T23:30:55.139Z Downloaded heck v0.5.0
2692026-05-28T23:30:55.142Z Downloaded unicode-xid v0.2.6
2702026-05-28T23:30:55.145Z Downloaded percent-encoding v2.3.2
2712026-05-28T23:30:55.145Z Downloaded dof v0.3.0
2722026-05-28T23:30:55.145Z Downloaded zerocopy-derive v0.7.35
2732026-05-28T23:30:55.148Z Downloaded zerofrom v0.1.6
2742026-05-28T23:30:55.151Z Downloaded idna v1.1.0
2752026-05-28T23:30:55.151Z Downloaded utf8_iter v1.0.4
2762026-05-28T23:30:55.155Z Downloaded ordered-float v2.10.1
2772026-05-28T23:30:55.155Z Downloaded usdt-macro v0.5.0
2782026-05-28T23:30:55.155Z Downloaded cpufeatures v0.2.17
2792026-05-28T23:30:55.155Z Downloaded typeid v1.0.3
2802026-05-28T23:30:55.158Z Downloaded yoke-derive v0.8.1
2812026-05-28T23:30:55.158Z Downloaded zerofrom-derive v0.1.6
2822026-05-28T23:30:55.158Z Downloaded itoa v1.0.17
2832026-05-28T23:30:55.161Z Downloaded usdt-attr-macro v0.5.0
2842026-05-28T23:30:55.161Z Downloaded thread-id v4.2.2
2852026-05-28T23:30:55.161Z Downloaded form_urlencoded v1.2.2
2862026-05-28T23:30:55.161Z Downloaded toml_write v0.1.2
2872026-05-28T23:30:55.164Z Downloaded thiserror-impl v2.0.18
2882026-05-28T23:30:55.167Z Downloaded serde-untagged v0.1.9
2892026-05-28T23:30:55.167Z Downloaded unicode-linebreak v0.1.5
2902026-05-28T23:30:55.167Z Downloaded anstream v0.6.21
2912026-05-28T23:30:55.170Z Downloaded usdt v0.5.0
2922026-05-28T23:30:55.170Z Downloaded digest v0.10.7
2932026-05-28T23:30:55.173Z Downloaded version_check v0.9.5
2942026-05-28T23:30:55.178Z Downloaded zerovec-derive v0.11.2
2952026-05-28T23:30:55.181Z Downloaded memmap v0.7.0
2962026-05-28T23:30:55.181Z Downloaded anstyle-query v1.1.5
2972026-05-28T23:30:55.181Z Downloaded strsim v0.11.1
2982026-05-28T23:30:55.184Z Downloaded potential_utf v0.1.4
2992026-05-28T23:30:55.184Z Downloaded heck v0.4.1
3002026-05-28T23:30:55.184Z Downloaded equivalent v1.0.2
3012026-05-28T23:30:55.184Z Downloaded thiserror v1.0.69
3022026-05-28T23:30:55.187Z Downloaded thiserror-impl v1.0.69
3032026-05-28T23:30:55.187Z Downloaded quote v1.0.45
3042026-05-28T23:30:55.190Z Downloaded usdt-impl v0.5.0
3052026-05-28T23:30:55.190Z Downloaded icu_normalizer v2.1.1
3062026-05-28T23:30:55.193Z Downloaded tabled_derive v0.7.0
3072026-05-28T23:30:55.193Z Downloaded writeable v0.6.2
3082026-05-28T23:30:55.193Z Downloaded ucd-trie v0.1.7
3092026-05-28T23:30:55.197Z Downloaded cargo-util-schemas v0.8.2
3102026-05-28T23:30:55.197Z Downloaded proc-macro-error-attr v1.0.4
3112026-05-28T23:30:55.197Z Downloaded once_cell v1.21.3
3122026-05-28T23:30:55.200Z Downloaded plain v0.2.3
3132026-05-28T23:30:55.200Z Downloaded zmij v1.0.21
3142026-05-28T23:30:55.200Z Downloaded tinystr v0.8.2
3152026-05-28T23:30:55.200Z Downloaded icu_locale_core v2.1.1
3162026-05-28T23:30:55.203Z Downloaded displaydoc v0.2.5
3172026-05-28T23:30:55.206Z Downloaded clap v4.5.60
3182026-05-28T23:30:55.209Z Downloaded colorchoice v1.0.4
3192026-05-28T23:30:55.212Z Downloaded textwrap v0.16.2
3202026-05-28T23:30:55.212Z Downloaded byteorder v1.5.0
3212026-05-28T23:30:55.212Z Downloaded unicode-ident v1.0.24
3222026-05-28T23:30:55.215Z Downloaded is_terminal_polyfill v1.70.2
3232026-05-28T23:30:55.215Z Downloaded smawk v0.3.2
3242026-05-28T23:30:55.218Z Downloaded fs-err v3.3.0
3252026-05-28T23:30:55.218Z Downloaded autocfg v1.5.0
3262026-05-28T23:30:55.221Z Downloaded zerotrie v0.2.3
3272026-05-28T23:30:55.224Z Downloaded proc-macro-error v1.0.4
3282026-05-28T23:30:55.224Z Downloaded typenum v1.19.0
3292026-05-28T23:30:55.227Z Downloaded crypto-common v0.1.7
3302026-05-28T23:30:55.227Z Downloaded toml_edit v0.22.27
3312026-05-28T23:30:55.230Z Downloaded log v0.4.29
3322026-05-28T23:30:55.233Z Downloaded fnv v1.0.7
3332026-05-28T23:30:55.233Z Downloaded terminal_size v0.4.3
3342026-05-28T23:30:55.233Z Downloaded cfg-if v1.0.4
3352026-05-28T23:30:55.236Z Downloaded url v2.5.8
3362026-05-28T23:30:55.239Z Downloaded sha2 v0.10.9
3372026-05-28T23:30:55.239Z Downloaded smallvec v1.15.1
3382026-05-28T23:30:55.242Z Downloaded fastrand v2.3.0
3392026-05-28T23:30:55.246Z Downloaded pretty-hex v0.4.1
3402026-05-28T23:30:55.249Z Downloaded zerovec v0.11.5
3412026-05-28T23:30:55.252Z Downloaded zerocopy v0.7.35
3422026-05-28T23:30:55.259Z Downloaded tempfile v3.25.0
3432026-05-28T23:30:55.262Z Downloaded swrite v0.1.0
3442026-05-28T23:30:55.262Z Downloaded stable_deref_trait v1.2.1
3452026-05-28T23:30:55.262Z Downloaded winnow v0.7.14
3462026-05-28T23:30:55.266Z Downloaded macaddr v1.0.1
3472026-05-28T23:30:55.269Z Downloaded generic-array v0.14.7
3482026-05-28T23:30:55.269Z Downloaded serde-value v0.7.0
3492026-05-28T23:30:55.269Z Downloaded cargo-platform v0.2.0
3502026-05-28T23:30:55.272Z Downloaded unicode-width v0.2.0
3512026-05-28T23:30:55.275Z Downloaded serde_spanned v0.6.9
3522026-05-28T23:30:55.275Z Downloaded unicode-width v0.1.14
3532026-05-28T23:30:55.278Z Downloaded bitflags v2.11.0
3542026-05-28T23:30:55.281Z Downloaded cargo_metadata v0.21.0
3552026-05-28T23:30:55.284Z Downloaded anstyle-parse v0.2.7
3562026-05-28T23:30:55.287Z Downloaded scroll v0.12.0
3572026-05-28T23:30:55.287Z Downloaded pest_derive v2.8.6
3582026-05-28T23:30:55.290Z Downloaded scroll_derive v0.12.1
3592026-05-28T23:30:55.290Z Downloaded dtrace-parser v0.2.0
3602026-05-28T23:30:55.293Z Downloaded errno v0.3.14
3612026-05-28T23:30:55.304Z Downloaded cargo_toml v0.21.0
3622026-05-28T23:30:55.308Z Downloaded anstyle v1.0.13
3632026-05-28T23:30:55.311Z Downloaded erased-serde v0.4.9
3642026-05-28T23:30:55.314Z Downloaded bytecount v0.6.9
3652026-05-28T23:30:55.321Z Downloaded synstructure v0.13.2
3662026-05-28T23:30:55.324Z Downloaded num-traits v0.2.19
3672026-05-28T23:30:55.324Z Downloaded block-buffer v0.10.4
3682026-05-28T23:30:55.326Z Downloaded papergrid v0.11.0
3692026-05-28T23:30:55.329Z Downloaded serde_tokenstream v0.2.3
3702026-05-28T23:30:55.329Z Downloaded pest_meta v2.8.6
3712026-05-28T23:30:55.332Z Downloaded camino-tempfile v1.4.1
3722026-05-28T23:30:55.332Z Downloaded icu_collections v2.1.1
3732026-05-28T23:30:55.335Z Downloaded camino v1.2.2
3742026-05-28T23:30:55.338Z Downloaded semver v1.0.28
3752026-05-28T23:30:55.338Z Downloaded icu_normalizer_data v2.1.1
3762026-05-28T23:30:55.341Z Downloaded pest_generator v2.8.6
3772026-05-28T23:30:55.341Z Downloaded litemap v0.8.1
3782026-05-28T23:30:55.344Z Downloaded icu_properties v2.1.2
3792026-05-28T23:30:55.344Z Downloaded proc-macro2 v1.0.106
3802026-05-28T23:30:55.350Z Downloaded getrandom v0.4.1
3812026-05-28T23:30:55.355Z Downloaded anyhow v1.0.102
3822026-05-28T23:30:55.363Z Downloaded serde_derive v1.0.228
3832026-05-28T23:30:55.366Z Downloaded pest v2.8.6
3842026-05-28T23:30:55.368Z Downloaded serde_core v1.0.228
3852026-05-28T23:30:55.371Z Downloaded clap_derive v4.5.55
3862026-05-28T23:30:55.371Z Downloaded indexmap v2.14.0
3872026-05-28T23:30:55.374Z Downloaded serde v1.0.228
3882026-05-28T23:30:55.380Z Downloaded goblin v0.8.2
3892026-05-28T23:30:55.383Z Downloaded memchr v2.8.0
3902026-05-28T23:30:55.403Z Downloaded serde_json v1.0.149
3912026-05-28T23:30:55.406Z Downloaded hashbrown v0.17.0
3922026-05-28T23:30:55.409Z Downloaded clap_builder v4.5.60
3932026-05-28T23:30:55.413Z Downloaded icu_properties_data v2.1.2
3942026-05-28T23:30:55.434Z Downloaded tabled v0.15.0
3952026-05-28T23:30:55.444Z Downloaded syn v1.0.109
3962026-05-28T23:30:55.451Z Downloaded syn v2.0.117
3972026-05-28T23:30:55.472Z Downloaded rustix v1.1.3
3982026-05-28T23:30:55.493Z Downloaded libc v0.2.185
3992026-05-28T23:30:55.558Z Compiling proc-macro2 v1.0.106
4002026-05-28T23:30:55.561Z Compiling unicode-ident v1.0.24
4012026-05-28T23:30:55.561Z Compiling quote v1.0.45
4022026-05-28T23:30:55.561Z Compiling serde_core v1.0.228
4032026-05-28T23:30:55.561Z Compiling libc v0.2.185
4042026-05-28T23:30:55.562Z Compiling version_check v0.9.5
4052026-05-28T23:30:55.562Z Compiling memchr v2.8.0
4062026-05-28T23:30:55.562Z Compiling stable_deref_trait v1.2.1
4072026-05-28T23:30:55.562Z Compiling serde v1.0.228
4082026-05-28T23:30:55.562Z Compiling zmij v1.0.21
4092026-05-28T23:30:55.745Z Compiling ucd-trie v0.1.7
4102026-05-28T23:30:55.748Z Compiling itoa v1.0.17
4112026-05-28T23:30:55.748Z Compiling autocfg v1.5.0
4122026-05-28T23:30:55.748Z Compiling thiserror v1.0.69
4132026-05-28T23:30:55.748Z Compiling litemap v0.8.1
4142026-05-28T23:30:55.897Z Compiling writeable v0.6.2
4152026-05-28T23:30:56.002Z Compiling icu_normalizer_data v2.1.1
4162026-05-28T23:30:56.105Z Compiling icu_properties_data v2.1.2
4172026-05-28T23:30:56.108Z Compiling rustix v1.1.3
4182026-05-28T23:30:56.154Z Compiling byteorder v1.5.0
4192026-05-28T23:30:56.218Z Compiling serde_json v1.0.149
4202026-05-28T23:30:56.282Z Compiling pest v2.8.6
4212026-05-28T23:30:56.368Z Compiling bitflags v2.11.0
4222026-05-28T23:30:56.461Z Compiling num-traits v0.2.19
4232026-05-28T23:30:56.548Z Compiling smallvec v1.15.1
4242026-05-28T23:30:56.565Z Compiling equivalent v1.0.2
4252026-05-28T23:30:56.601Z Compiling typeid v1.0.3
4262026-05-28T23:30:56.666Z Compiling hashbrown v0.17.0
4272026-05-28T23:30:56.732Z Compiling usdt-impl v0.5.0
4282026-05-28T23:30:56.737Z Compiling proc-macro-error-attr v1.0.4
4292026-05-28T23:30:56.815Z Compiling syn v1.0.109
4302026-05-28T23:30:56.818Z Compiling erased-serde v0.4.9
4312026-05-28T23:30:56.819Z Compiling winnow v0.7.14
4322026-05-28T23:30:56.889Z Compiling toml_write v0.1.2
4332026-05-28T23:30:56.929Z Compiling proc-macro-error v1.0.4
4342026-05-28T23:30:56.985Z Compiling thiserror v2.0.18
4352026-05-28T23:30:57.056Z Compiling errno v0.3.14
4362026-05-28T23:30:57.096Z Compiling thread-id v4.2.2
4372026-05-28T23:30:57.134Z Compiling camino v1.2.2
4382026-05-28T23:30:57.153Z Compiling percent-encoding v2.3.2
4392026-05-28T23:30:57.171Z Compiling utf8_iter v1.0.4
4402026-05-28T23:30:57.247Z Compiling indexmap v2.14.0
4412026-05-28T23:30:57.333Z Compiling utf8parse v0.2.2
4422026-05-28T23:30:57.363Z Compiling pest_meta v2.8.6
4432026-05-28T23:30:57.381Z Compiling log v0.4.29
4442026-05-28T23:30:57.399Z Compiling plain v0.2.3
4452026-05-28T23:30:57.416Z Compiling getrandom v0.4.1
4462026-05-28T23:30:57.468Z Compiling syn v2.0.117
4472026-05-28T23:30:57.545Z Compiling anstyle-parse v0.2.7
4482026-05-28T23:30:57.585Z Compiling ordered-float v2.10.1
4492026-05-28T23:30:57.620Z Compiling form_urlencoded v1.2.2
4502026-05-28T23:30:57.678Z Compiling pretty-hex v0.4.1
4512026-05-28T23:30:57.753Z Compiling colorchoice v1.0.4
4522026-05-28T23:30:57.771Z Compiling anstyle-query v1.1.5
4532026-05-28T23:30:57.809Z Compiling is_terminal_polyfill v1.70.2
4542026-05-28T23:30:57.825Z Compiling cfg-if v1.0.4
4552026-05-28T23:30:57.841Z Compiling anstyle v1.0.13
4562026-05-28T23:30:57.894Z Compiling fs-err v3.3.0
4572026-05-28T23:30:57.949Z Compiling heck v0.5.0
4582026-05-28T23:30:57.966Z Compiling unicode-width v0.1.14
4592026-05-28T23:30:57.969Z Compiling strsim v0.11.1
4602026-05-28T23:30:58.025Z Compiling anstream v0.6.21
4612026-05-28T23:30:58.041Z Compiling once_cell v1.21.3
4622026-05-28T23:30:58.080Z Compiling unicode-xid v0.2.6
4632026-05-28T23:30:58.112Z Compiling terminal_size v0.4.3
4642026-05-28T23:30:58.149Z Compiling heck v0.4.1
4652026-05-28T23:30:58.213Z Compiling anyhow v1.0.102
4662026-05-28T23:30:58.230Z Compiling clap_lex v1.0.0
4672026-05-28T23:30:58.276Z Compiling fnv v1.0.7
4682026-05-28T23:30:58.280Z Compiling fastrand v2.3.0
4692026-05-28T23:30:58.419Z Compiling semver v1.0.28
4702026-05-28T23:30:58.437Z Compiling bytecount v0.6.9
4712026-05-28T23:30:58.479Z Compiling clap_builder v4.5.60
4722026-05-28T23:30:58.528Z Compiling memmap v0.7.0
4732026-05-28T23:30:58.570Z Compiling papergrid v0.11.0
4742026-05-28T23:30:58.602Z Compiling tempfile v3.25.0
4752026-05-28T23:30:58.641Z Compiling unicode-linebreak v0.1.5
4762026-05-28T23:30:58.660Z Compiling smawk v0.3.2
4772026-05-28T23:30:58.786Z Compiling serde-untagged v0.1.9
4782026-05-28T23:30:58.819Z Compiling unicode-width v0.2.0
4792026-05-28T23:30:58.837Z Compiling camino-tempfile v1.4.1
4802026-05-28T23:30:58.947Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-28T23:30:59.028Z Compiling swrite v0.1.0
4822026-05-28T23:30:59.072Z Compiling textwrap v0.16.2
4832026-05-28T23:30:59.383Z Compiling tabled_derive v0.7.0
4842026-05-28T23:31:00.050Z Compiling tabled v0.15.0
4852026-05-28T23:31:00.065Z Compiling synstructure v0.13.2
4862026-05-28T23:31:00.068Z Compiling pest_generator v2.8.6
4872026-05-28T23:31:00.604Z Compiling serde_derive v1.0.228
4882026-05-28T23:31:00.608Z Compiling zerofrom-derive v0.1.6
4892026-05-28T23:31:00.608Z Compiling yoke-derive v0.8.1
4902026-05-28T23:31:00.608Z Compiling zerovec-derive v0.11.2
4912026-05-28T23:31:00.608Z Compiling displaydoc v0.2.5
4922026-05-28T23:31:00.608Z Compiling thiserror-impl v1.0.69
4932026-05-28T23:31:00.608Z Compiling zerocopy-derive v0.7.35
4942026-05-28T23:31:00.608Z Compiling scroll_derive v0.12.1
4952026-05-28T23:31:00.608Z Compiling thiserror-impl v2.0.18
4962026-05-28T23:31:00.608Z Compiling clap_derive v4.5.55
4972026-05-28T23:31:00.662Z Compiling pest_derive v2.8.6
4982026-05-28T23:31:01.237Z Compiling scroll v0.12.0
4992026-05-28T23:31:01.462Z Compiling zerocopy v0.7.35
5002026-05-28T23:31:01.488Z Compiling goblin v0.8.2
5012026-05-28T23:31:01.608Z Compiling zerofrom v0.1.6
5022026-05-28T23:31:01.721Z Compiling yoke v0.8.1
5032026-05-28T23:31:01.840Z Compiling dtrace-parser v0.2.0
5042026-05-28T23:31:01.882Z Compiling zerovec v0.11.5
5052026-05-28T23:31:01.882Z Compiling zerotrie v0.2.3
5062026-05-28T23:31:02.020Z Compiling clap v4.5.60
5072026-05-28T23:31:02.332Z Compiling tinystr v0.8.2
5082026-05-28T23:31:02.332Z Compiling potential_utf v0.1.4
5092026-05-28T23:31:02.437Z Compiling icu_collections v2.1.1
5102026-05-28T23:31:02.480Z Compiling icu_locale_core v2.1.1
5112026-05-28T23:31:03.002Z Compiling icu_provider v2.1.1
5122026-05-28T23:31:03.111Z Compiling serde_spanned v0.6.9
5132026-05-28T23:31:03.111Z Compiling toml_datetime v0.6.11
5142026-05-28T23:31:03.111Z Compiling serde-value v0.7.0
5152026-05-28T23:31:03.114Z Compiling cargo-platform v0.2.0
5162026-05-28T23:31:03.114Z Compiling macaddr v1.0.1
5172026-05-28T23:31:03.145Z Compiling dof v0.3.0
5182026-05-28T23:31:03.145Z Compiling serde_tokenstream v0.2.3
5192026-05-28T23:31:03.232Z Compiling icu_properties v2.1.2
5202026-05-28T23:31:03.235Z Compiling icu_normalizer v2.1.1
5212026-05-28T23:31:03.316Z Compiling toml_edit v0.22.27
5222026-05-28T23:31:03.882Z Compiling usdt-macro v0.5.0
5232026-05-28T23:31:03.886Z Compiling usdt-attr-macro v0.5.0
5242026-05-28T23:31:04.117Z Compiling idna_adapter v1.2.1
5252026-05-28T23:31:04.202Z Compiling idna v1.1.0
5262026-05-28T23:31:04.469Z Compiling url v2.5.8
5272026-05-28T23:31:04.491Z Compiling usdt v0.5.0
5282026-05-28T23:31:04.645Z Compiling toml v0.8.23
5292026-05-28T23:31:04.985Z Compiling cargo-util-schemas v0.8.2
5302026-05-28T23:31:04.985Z Compiling cargo_toml v0.21.0
5312026-05-28T23:31:05.762Z Compiling cargo_metadata v0.21.0
5322026-05-28T23:31:06.675Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-28T23:31:08.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.63s
5342026-05-28T23:31:09.180Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-28T23:31:09.729Z Downloading crates ...
5362026-05-28T23:31:09.826Z Downloaded bit-set v0.8.0
5372026-05-28T23:31:09.835Z Downloaded compression-codecs v0.4.37
5382026-05-28T23:31:09.838Z Downloaded cargo_metadata v0.23.1
5392026-05-28T23:31:09.841Z Downloaded camino-tempfile-ext v0.3.3
5402026-05-28T23:31:09.845Z Downloaded assert_matches v1.5.0
5412026-05-28T23:31:09.845Z Downloaded crc v3.4.0
5422026-05-28T23:31:09.848Z Downloaded colored v2.2.0
5432026-05-28T23:31:09.848Z Downloaded ciborium-io v0.2.2
5442026-05-28T23:31:09.851Z Downloaded adler2 v2.0.1
5452026-05-28T23:31:09.879Z Downloaded bitfield-struct v0.6.2
5462026-05-28T23:31:09.882Z Downloaded crucible-workspace-hack v0.1.0
5472026-05-28T23:31:09.882Z Downloaded crossbeam-utils v0.8.21
5482026-05-28T23:31:09.885Z Downloaded crossbeam-deque v0.8.6
5492026-05-28T23:31:09.885Z Downloaded cfg_aliases v0.2.1
5502026-05-28T23:31:09.890Z Downloaded dirs-next v2.0.0
5512026-05-28T23:31:09.893Z Downloaded castaway v0.2.4
5522026-05-28T23:31:09.893Z Downloaded ctr v0.9.2
5532026-05-28T23:31:09.896Z Downloaded crunchy v0.2.4
5542026-05-28T23:31:09.906Z Downloaded darling_macro v0.21.3
5552026-05-28T23:31:09.906Z Downloaded bzip2 v0.6.1
5562026-05-28T23:31:09.906Z Downloaded blowfish v0.9.1
5572026-05-28T23:31:09.906Z Downloaded arrayref v0.3.9
5582026-05-28T23:31:09.906Z Downloaded der_derive v0.7.3
5592026-05-28T23:31:09.906Z Downloaded dirs-sys-next v0.1.2
5602026-05-28T23:31:09.906Z Downloaded daft-derive v0.1.7
5612026-05-28T23:31:09.910Z Downloaded critical-section v1.2.0
5622026-05-28T23:31:09.913Z Downloaded bit-set v0.5.3
5632026-05-28T23:31:09.913Z Downloaded dof v0.4.0
5642026-05-28T23:31:09.913Z Downloaded env_filter v1.0.0
5652026-05-28T23:31:09.915Z Downloaded array-init v0.0.4
5662026-05-28T23:31:09.915Z Downloaded darling v0.20.11
5672026-05-28T23:31:09.918Z Downloaded crossbeam-epoch v0.9.18
5682026-05-28T23:31:09.921Z Downloaded darling v0.23.0
5692026-05-28T23:31:09.924Z Downloaded base16ct v0.2.0
5702026-05-28T23:31:09.924Z Downloaded defmt v1.0.1
5712026-05-28T23:31:09.927Z Downloaded des v0.8.1
5722026-05-28T23:31:09.930Z Downloaded derive_builder_core v0.20.2
5732026-05-28T23:31:09.930Z Downloaded aead v0.5.2
5742026-05-28T23:31:09.930Z Downloaded dunce v1.0.5
5752026-05-28T23:31:09.933Z Downloaded defmt v0.3.100
5762026-05-28T23:31:09.933Z Downloaded async-recursion v1.1.1
5772026-05-28T23:31:09.936Z Downloaded compression-core v0.4.31
5782026-05-28T23:31:09.939Z Downloaded darling_core v0.23.0
5792026-05-28T23:31:09.942Z Downloaded cpufeatures v0.3.0
5802026-05-28T23:31:09.945Z Downloaded block-padding v0.3.3
5812026-05-28T23:31:09.948Z Downloaded difflib v0.4.0
5822026-05-28T23:31:09.948Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-05-28T23:31:09.948Z Downloaded embedded-io v0.6.1
5842026-05-28T23:31:09.951Z Downloaded async-stream-impl v0.3.6
5852026-05-28T23:31:09.951Z Downloaded darling_macro v0.23.0
5862026-05-28T23:31:09.951Z Downloaded cargo-platform v0.3.2
5872026-05-28T23:31:09.951Z Downloaded byte-wrapper v0.1.0
5882026-05-28T23:31:09.954Z Downloaded deranged v0.5.8
5892026-05-28T23:31:09.958Z Downloaded ahash v0.8.12
5902026-05-28T23:31:09.961Z Downloaded dtrace-parser v0.3.0
5912026-05-28T23:31:09.965Z Downloaded fd-lock v4.0.4
5922026-05-28T23:31:09.965Z Downloaded dyn-clone v1.0.20
5932026-05-28T23:31:09.967Z Downloaded downcast-rs v2.0.2
5942026-05-28T23:31:09.967Z Downloaded dsl_auto_type v0.2.0
5952026-05-28T23:31:09.970Z Downloaded dropshot-api-manager-types v0.7.2
5962026-05-28T23:31:09.973Z Downloaded crc-catalog v2.4.0
5972026-05-28T23:31:09.976Z Downloaded fixedbitset v0.4.2
5982026-05-28T23:31:09.976Z Downloaded either v1.15.0
5992026-05-28T23:31:09.976Z Downloaded float-cmp v0.10.0
6002026-05-28T23:31:09.976Z Downloaded erased-serde v0.3.31
6012026-05-28T23:31:09.979Z Downloaded darling_macro v0.20.11
6022026-05-28T23:31:09.979Z Downloaded darling_macro v0.13.4
6032026-05-28T23:31:09.979Z Downloaded bb8 v0.8.6
6042026-05-28T23:31:09.983Z Downloaded futures-io v0.3.32
6052026-05-28T23:31:09.983Z Downloaded crossterm v0.29.0
6062026-05-28T23:31:09.986Z Downloaded ecdsa v0.16.9
6072026-05-28T23:31:09.988Z Downloaded diesel_derives v2.3.7
6082026-05-28T23:31:09.993Z Downloaded foreign-types-macros v0.2.3
6092026-05-28T23:31:09.993Z Downloaded enum-as-inner v0.6.1
6102026-05-28T23:31:09.996Z Downloaded document-features v0.2.12
6112026-05-28T23:31:09.996Z Downloaded curve25519-dalek-derive v0.1.1
6122026-05-28T23:31:09.996Z Downloaded cstr-argument v0.1.2
6132026-05-28T23:31:09.996Z Downloaded bitfield-macros v0.19.4
6142026-05-28T23:31:09.996Z Downloaded ciborium-ll v0.2.2
6152026-05-28T23:31:09.999Z Downloaded display-error-chain v0.2.2
6162026-05-28T23:31:09.999Z Downloaded endian-type v0.1.2
6172026-05-28T23:31:09.999Z Downloaded crc8 v0.1.1
6182026-05-28T23:31:09.999Z Downloaded async-stream v0.3.6
6192026-05-28T23:31:10.002Z Downloaded embedded-io v0.4.0
6202026-05-28T23:31:10.002Z Downloaded atty v0.2.14
6212026-05-28T23:31:10.002Z Downloaded convert_case v0.4.0
6222026-05-28T23:31:10.002Z Downloaded atomicwrites v0.4.4
6232026-05-28T23:31:10.005Z Downloaded foldhash v0.1.5
6242026-05-28T23:31:10.005Z Downloaded env_logger v0.11.9
6252026-05-28T23:31:10.008Z Downloaded defmt-parser v1.0.0
6262026-05-28T23:31:10.009Z Downloaded foreign-types v0.3.2
6272026-05-28T23:31:10.009Z Downloaded ascii-canvas v3.0.0
6282026-05-28T23:31:10.009Z Downloaded foreign-types-shared v0.1.1
6292026-05-28T23:31:10.012Z Downloaded ff v0.13.1
6302026-05-28T23:31:10.012Z Downloaded futures-sink v0.3.32
6312026-05-28T23:31:10.012Z Downloaded foreign-types v0.5.0
6322026-05-28T23:31:10.012Z Downloaded derive_builder_macro v0.20.2
6332026-05-28T23:31:10.015Z Downloaded debug-ignore v1.0.5
6342026-05-28T23:31:10.015Z Downloaded bcrypt-pbkdf v0.10.0
6352026-05-28T23:31:10.015Z Downloaded ena v0.14.4
6362026-05-28T23:31:10.018Z Downloaded fixedbitset v0.5.7
6372026-05-28T23:31:10.018Z Downloaded der v0.7.10
6382026-05-28T23:31:10.022Z Downloaded float-ord v0.3.2
6392026-05-28T23:31:10.025Z Downloaded cobs v0.3.0
6402026-05-28T23:31:10.026Z Downloaded const_format_proc_macros v0.2.34
6412026-05-28T23:31:10.028Z Downloaded convert_case v0.10.0
6422026-05-28T23:31:10.028Z Downloaded bitflags v1.3.2
6432026-05-28T23:31:10.031Z Downloaded async-trait v0.1.89
6442026-05-28T23:31:10.031Z Downloaded cipher v0.4.4
6452026-05-28T23:31:10.034Z Downloaded flagset v0.4.7
6462026-05-28T23:31:10.034Z Downloaded cexpr v0.6.0
6472026-05-28T23:31:10.037Z Downloaded fxhash v0.2.1
6482026-05-28T23:31:10.037Z Downloaded console v0.15.11
6492026-05-28T23:31:10.037Z Downloaded diesel-dtrace v0.5.0
6502026-05-28T23:31:10.040Z Downloaded cancel-safe-futures v0.1.5
6512026-05-28T23:31:10.040Z Downloaded foreign-types-shared v0.3.1
6522026-05-28T23:31:10.043Z Downloaded funty v2.0.0
6532026-05-28T23:31:10.043Z Downloaded derive-ex v0.1.8
6542026-05-28T23:31:10.043Z Downloaded atomic-waker v1.1.2
6552026-05-28T23:31:10.046Z Downloaded defmt-macros v1.0.1
6562026-05-28T23:31:10.046Z Downloaded filetime v0.2.27
6572026-05-28T23:31:10.049Z Downloaded crc32fast v1.5.0
6582026-05-28T23:31:10.049Z Downloaded gethostname v0.5.0
6592026-05-28T23:31:10.049Z Downloaded diff v0.1.13
6602026-05-28T23:31:10.052Z Downloaded hash32 v0.2.1
6612026-05-28T23:31:10.052Z Downloaded futures-core v0.3.32
6622026-05-28T23:31:10.055Z Downloaded futures-task v0.3.32
6632026-05-28T23:31:10.055Z Downloaded darling_core v0.13.4
6642026-05-28T23:31:10.058Z Downloaded hex v0.4.3
6652026-05-28T23:31:10.058Z Downloaded headers-core v0.3.0
6662026-05-28T23:31:10.058Z Downloaded daft v0.1.7
6672026-05-28T23:31:10.062Z Downloaded hex-literal v0.4.1
6682026-05-28T23:31:10.064Z Downloaded ghash v0.5.1
6692026-05-28T23:31:10.065Z Downloaded flate2 v1.1.9
6702026-05-28T23:31:10.068Z Downloaded futures-macro v0.3.32
6712026-05-28T23:31:10.068Z Downloaded elliptic-curve v0.13.8
6722026-05-28T23:31:10.070Z Downloaded fs-err v2.11.0
6732026-05-28T23:31:10.073Z Downloaded find-msvc-tools v0.1.9
6742026-05-28T23:31:10.073Z Downloaded ed25519 v2.2.3
6752026-05-28T23:31:10.073Z Downloaded cbc v0.1.2
6762026-05-28T23:31:10.076Z Downloaded cassowary v0.3.0
6772026-05-28T23:31:10.076Z Downloaded hash32 v0.3.1
6782026-05-28T23:31:10.079Z Downloaded corncobs v0.1.4
6792026-05-28T23:31:10.079Z Downloaded backoff v0.4.0
6802026-05-28T23:31:10.079Z Downloaded hubpack_derive v0.1.1
6812026-05-28T23:31:10.082Z Downloaded http-body v1.0.1
6822026-05-28T23:31:10.082Z Downloaded fallible-iterator v0.2.0
6832026-05-28T23:31:10.082Z Downloaded derive_builder v0.20.2
6842026-05-28T23:31:10.086Z Downloaded globset v0.4.18
6852026-05-28T23:31:10.086Z Downloaded futures-executor v0.3.32
6862026-05-28T23:31:10.089Z Downloaded fs_extra v1.3.0
6872026-05-28T23:31:10.089Z Downloaded data-encoding v2.10.0
6882026-05-28T23:31:10.089Z Downloaded group v0.13.0
6892026-05-28T23:31:10.092Z Downloaded fatfs v0.3.6
6902026-05-28T23:31:10.092Z Downloaded csv-core v0.1.13
6912026-05-28T23:31:10.095Z Downloaded home v0.5.12
6922026-05-28T23:31:10.095Z Downloaded console v0.16.2
6932026-05-28T23:31:10.095Z Downloaded bcs v0.1.6
6942026-05-28T23:31:10.098Z Downloaded chacha20 v0.9.1
6952026-05-28T23:31:10.098Z Downloaded darling v0.13.4
6962026-05-28T23:31:10.101Z Downloaded hyper-tls v0.6.0
6972026-05-28T23:31:10.101Z Downloaded hubpack v0.1.2
6982026-05-28T23:31:10.101Z Downloaded const-oid v0.9.6
6992026-05-28T23:31:10.104Z Downloaded git-stub-vcs v0.1.0
7002026-05-28T23:31:10.104Z Downloaded git-stub v1.0.0
7012026-05-28T23:31:10.108Z Downloaded cookie_store v0.22.1
7022026-05-28T23:31:10.108Z Downloaded http-range v0.1.5
7032026-05-28T23:31:10.108Z Downloaded cookie v0.18.1
7042026-05-28T23:31:10.111Z Downloaded colored v3.1.1
7052026-05-28T23:31:10.111Z Downloaded bit-vec v0.6.3
7062026-05-28T23:31:10.111Z Downloaded httpdate v1.0.3
7072026-05-28T23:31:10.114Z Downloaded instant v0.1.13
7082026-05-28T23:31:10.114Z Downloaded illumos-nvpair v0.3.0
7092026-05-28T23:31:10.114Z Downloaded ident_case v1.0.1
7102026-05-28T23:31:10.117Z Downloaded base64ct v1.8.3
7112026-05-28T23:31:10.117Z Downloaded flume v0.11.1
7122026-05-28T23:31:10.120Z Downloaded futures-channel v0.3.32
7132026-05-28T23:31:10.120Z Downloaded derive-where v1.6.0
7142026-05-28T23:31:10.125Z Downloaded hostname v0.3.1
7152026-05-28T23:31:10.125Z Downloaded glob v0.3.3
7162026-05-28T23:31:10.128Z Downloaded inout v0.1.4
7172026-05-28T23:31:10.128Z Downloaded illumos-nvpair-sys v0.2.0
7182026-05-28T23:31:10.128Z Downloaded internet-checksum v0.2.1
7192026-05-28T23:31:10.128Z Downloaded chacha20 v0.10.0
7202026-05-28T23:31:10.128Z Downloaded indoc v1.0.9
7212026-05-28T23:31:10.131Z Downloaded bzip2 v0.4.4
7222026-05-28T23:31:10.131Z Downloaded lalrpop-util v0.19.12
7232026-05-28T23:31:10.131Z Downloaded lazy_static v1.5.0
7242026-05-28T23:31:10.136Z Downloaded kstat-rs v0.2.4
7252026-05-28T23:31:10.136Z Downloaded is-terminal v0.4.17
7262026-05-28T23:31:10.136Z Downloaded constant_time_eq v0.4.2
7272026-05-28T23:31:10.139Z Downloaded cmake v0.1.57
7282026-05-28T23:31:10.139Z Downloaded cfg_aliases v0.1.1
7292026-05-28T23:31:10.139Z Downloaded hostname v0.4.2
7302026-05-28T23:31:10.139Z Downloaded buf-list v1.1.2
7312026-05-28T23:31:10.142Z Downloaded ciborium v0.2.2
7322026-05-28T23:31:10.142Z Downloaded humantime v2.3.0
7332026-05-28T23:31:10.145Z Downloaded backon v1.6.0
7342026-05-28T23:31:10.145Z Downloaded hyper-staticfile v0.10.1
7352026-05-28T23:31:10.148Z Downloaded globwalk v0.9.1
7362026-05-28T23:31:10.148Z Downloaded bitfield v0.19.4
7372026-05-28T23:31:10.148Z Downloaded dropshot_endpoint v0.17.0
7382026-05-28T23:31:10.151Z Downloaded bit-vec v0.8.0
7392026-05-28T23:31:10.154Z Downloaded is_ci v1.2.0
7402026-05-28T23:31:10.154Z Downloaded indoc v2.0.7
7412026-05-28T23:31:10.154Z Downloaded foldhash v0.2.0
7422026-05-28T23:31:10.156Z Downloaded async-bb8-diesel v0.2.1
7432026-05-28T23:31:10.156Z Downloaded argon2 v0.5.3
7442026-05-28T23:31:10.159Z Downloaded ingot v0.1.1
7452026-05-28T23:31:10.159Z Downloaded arrayvec v0.7.6
7462026-05-28T23:31:10.163Z Downloaded highway v1.3.0
7472026-05-28T23:31:10.163Z Downloaded darling v0.21.3
7482026-05-28T23:31:10.166Z Downloaded libscf-sys v1.1.0
7492026-05-28T23:31:10.166Z Downloaded drift v0.2.0
7502026-05-28T23:31:10.172Z Downloaded clang-sys v1.8.1
7512026-05-28T23:31:10.175Z Downloaded crossbeam-channel v0.5.15
7522026-05-28T23:31:10.178Z Downloaded lru-slab v0.1.2
7532026-05-28T23:31:10.178Z Downloaded aes v0.8.4
7542026-05-28T23:31:10.181Z Downloaded half v1.8.3
7552026-05-28T23:31:10.183Z Downloaded md-5 v0.10.6
7562026-05-28T23:31:10.184Z Downloaded base64 v0.22.1
7572026-05-28T23:31:10.188Z Downloaded md5 v0.7.0
7582026-05-28T23:31:10.188Z Downloaded ingot-types v0.1.2
7592026-05-28T23:31:10.188Z Downloaded darling_core v0.21.3
7602026-05-28T23:31:10.191Z Downloaded newtype_derive v0.1.6
7612026-05-28T23:31:10.191Z Downloaded crypto-bigint v0.5.5
7622026-05-28T23:31:10.194Z Downloaded indexmap v1.9.3
7632026-05-28T23:31:10.197Z Downloaded impl-trait-for-tuples v0.2.3
7642026-05-28T23:31:10.200Z Downloaded newline-converter v0.3.0
7652026-05-28T23:31:10.200Z Downloaded multimap v0.10.1
7662026-05-28T23:31:10.200Z Downloaded compact_str v0.8.1
7672026-05-28T23:31:10.203Z Downloaded ipnetwork v0.21.1
7682026-05-28T23:31:10.203Z Downloaded ignore v0.4.25
7692026-05-28T23:31:10.205Z Downloaded keccak v0.1.6
7702026-05-28T23:31:10.206Z Downloaded heapless v0.7.17
7712026-05-28T23:31:10.208Z Downloaded derive_more v2.1.1
7722026-05-28T23:31:10.214Z Downloaded num_enum_derive v0.5.11
7732026-05-28T23:31:10.217Z Downloaded allocator-api2 v0.2.21
7742026-05-28T23:31:10.217Z Downloaded crc-any v2.5.0
7752026-05-28T23:31:10.220Z Downloaded newtype-uuid-macros v0.1.0
7762026-05-28T23:31:10.220Z Downloaded ipnet v2.11.0
7772026-05-28T23:31:10.220Z Downloaded headers v0.4.1
7782026-05-28T23:31:10.224Z Downloaded libsw v3.5.0
7792026-05-28T23:31:10.227Z Downloaded blake2 v0.10.6
7802026-05-28T23:31:10.227Z Downloaded expectorate v1.2.0
7812026-05-28T23:31:10.230Z Downloaded indicatif v0.18.4
7822026-05-28T23:31:10.230Z Downloaded hickory-resolver v0.24.4
7832026-05-28T23:31:10.233Z Downloaded ed25519-dalek v2.2.0
7842026-05-28T23:31:10.237Z Downloaded linked-hash-map v0.5.6
7852026-05-28T23:31:10.237Z Downloaded derive_more v0.99.20
7862026-05-28T23:31:10.240Z Downloaded darling_core v0.20.11
7872026-05-28T23:31:10.242Z Downloaded jobserver v0.1.34
7882026-05-28T23:31:10.243Z Downloaded hashbrown v0.13.2
7892026-05-28T23:31:10.246Z Downloaded num-iter v0.1.45
7902026-05-28T23:31:10.261Z Downloaded opaque-debug v0.3.1
7912026-05-28T23:31:10.264Z Downloaded linear-map v1.2.0
7922026-05-28T23:31:10.264Z Downloaded hashbrown v0.12.3
7932026-05-28T23:31:10.269Z Downloaded derive_more-impl v2.1.1
7942026-05-28T23:31:10.272Z Downloaded normalize-line-endings v0.3.0
7952026-05-28T23:31:10.272Z Downloaded hyper-rustls v0.27.7
7962026-05-28T23:31:10.272Z Downloaded oso-derive v0.27.3
7972026-05-28T23:31:10.272Z Downloaded openssl-probe v0.1.6
7982026-05-28T23:31:10.275Z Downloaded olpc-cjson v0.1.4
7992026-05-28T23:31:10.275Z Downloaded maplit v1.0.2
8002026-05-28T23:31:10.275Z Downloaded packed_struct_codegen v0.10.1
8012026-05-28T23:31:10.275Z Downloaded libefi-sys v0.1.0
8022026-05-28T23:31:10.281Z Downloaded dropshot-api-manager v0.7.2
8032026-05-28T23:31:10.281Z Downloaded iana-time-zone v0.1.65
8042026-05-28T23:31:10.281Z Downloaded httparse v1.10.1
8052026-05-28T23:31:10.286Z Downloaded http v1.4.0
8062026-05-28T23:31:10.286Z Downloaded num v0.4.3
8072026-05-28T23:31:10.286Z Downloaded half v2.7.1
8082026-05-28T23:31:10.289Z Downloaded getrandom v0.2.17
8092026-05-28T23:31:10.289Z Downloaded memoffset v0.9.1
8102026-05-28T23:31:10.292Z Downloaded crossterm v0.28.1
8112026-05-28T23:31:10.294Z Downloaded pbkdf2 v0.12.2
8122026-05-28T23:31:10.297Z Downloaded pbkdf2 v0.11.0
8132026-05-28T23:31:10.298Z Downloaded native-tls v0.2.18
8142026-05-28T23:31:10.298Z Downloaded lock_api v0.4.14
8152026-05-28T23:31:10.301Z Downloaded jiff-static v0.2.21
8162026-05-28T23:31:10.301Z Downloaded newtype-uuid v1.3.2
8172026-05-28T23:31:10.304Z Downloaded multer v3.1.0
8182026-05-28T23:31:10.304Z Downloaded phf_shared v0.13.1
8192026-05-28T23:31:10.307Z Downloaded num-derive v0.3.3
8202026-05-28T23:31:10.307Z Downloaded parse-size v1.1.0
8212026-05-28T23:31:10.307Z Downloaded match_cfg v0.1.0
8222026-05-28T23:31:10.307Z Downloaded futures v0.3.32
8232026-05-28T23:31:10.310Z Downloaded num_enum_derive v0.7.5
8242026-05-28T23:31:10.313Z Downloaded num-rational v0.4.2
8252026-05-28T23:31:10.313Z Downloaded num-complex v0.4.6
8262026-05-28T23:31:10.313Z Downloaded chacha20poly1305 v0.10.1
8272026-05-28T23:31:10.321Z Downloaded num-integer v0.1.46
8282026-05-28T23:31:10.321Z Downloaded bytes v1.11.1
8292026-05-28T23:31:10.324Z Downloaded owo-colors v4.3.0
8302026-05-28T23:31:10.324Z Downloaded libsw-core v0.3.2
8312026-05-28T23:31:10.324Z Downloaded arc-swap v1.8.2
8322026-05-28T23:31:10.327Z Downloaded hashbrown v0.15.5
8332026-05-28T23:31:10.329Z Downloaded hmac v0.12.1
8342026-05-28T23:31:10.342Z Downloaded curve25519-dalek v4.1.3
8352026-05-28T23:31:10.347Z Downloaded num_enum v0.7.5
8362026-05-28T23:31:10.350Z Downloaded ingot-macros v0.1.1
8372026-05-28T23:31:10.353Z Downloaded managed v0.8.0
8382026-05-28T23:31:10.353Z Downloaded num_enum v0.5.11
8392026-05-28T23:31:10.356Z Downloaded litrs v1.0.0
8402026-05-28T23:31:10.359Z Downloaded async-compression v0.4.41
8412026-05-28T23:31:10.362Z Downloaded iddqd v0.4.2
8422026-05-28T23:31:10.366Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-05-28T23:31:10.369Z Downloaded predicates-core v1.0.10
8442026-05-28T23:31:10.369Z Downloaded packed_struct v0.10.1
8452026-05-28T23:31:10.369Z Downloaded nanorand v0.7.0
8462026-05-28T23:31:10.371Z Downloaded itertools v0.14.0
8472026-05-28T23:31:10.374Z Downloaded parse-display-derive v0.10.0
8482026-05-28T23:31:10.377Z Downloaded mime_guess v2.0.5
8492026-05-28T23:31:10.377Z Downloaded itertools v0.12.1
8502026-05-28T23:31:10.380Z Downloaded getrandom v0.3.4
8512026-05-28T23:31:10.383Z Downloaded progenitor-client v0.11.2
8522026-05-28T23:31:10.386Z Downloaded nu-ansi-term v0.50.3
8532026-05-28T23:31:10.386Z Downloaded phf_shared v0.11.3
8542026-05-28T23:31:10.386Z Downloaded pem-rfc7468 v0.7.0
8552026-05-28T23:31:10.389Z Downloaded progenitor-client v0.14.0
8562026-05-28T23:31:10.389Z Downloaded password-hash v0.5.0
8572026-05-28T23:31:10.389Z Downloaded progenitor-macro v0.11.2
8582026-05-28T23:31:10.392Z Downloaded parking_lot_core v0.8.6
8592026-05-28T23:31:10.392Z Downloaded libxml v0.3.3
8602026-05-28T23:31:10.395Z Downloaded quick-error v1.2.3
8612026-05-28T23:31:10.398Z Downloaded git2 v0.20.4
8622026-05-28T23:31:10.401Z Downloaded phf v0.13.1
8632026-05-28T23:31:10.404Z Downloaded h2 v0.4.13
8642026-05-28T23:31:10.407Z Downloaded nom v7.1.3
8652026-05-28T23:31:10.410Z Downloaded lru v0.12.5
8662026-05-28T23:31:10.410Z Downloaded libbz2-rs-sys v0.2.2
8672026-05-28T23:31:10.413Z Downloaded heapless v0.8.0
8682026-05-28T23:31:10.413Z Downloaded dropshot v0.17.0
8692026-05-28T23:31:10.425Z Downloaded poly1305 v0.8.0
8702026-05-28T23:31:10.428Z Downloaded pkcs8 v0.10.2
8712026-05-28T23:31:10.428Z Downloaded postgres-protocol v0.6.10
8722026-05-28T23:31:10.431Z Downloaded pin-project-lite v0.2.17
8732026-05-28T23:31:10.434Z Downloaded openssl-probe v0.2.1
8742026-05-28T23:31:10.434Z Downloaded nibble_vec v0.1.0
8752026-05-28T23:31:10.437Z Downloaded memmap2 v0.9.10
8762026-05-28T23:31:10.437Z Downloaded hickory-resolver v0.25.2
8772026-05-28T23:31:10.440Z Downloaded rand_chacha v0.3.1
8782026-05-28T23:31:10.440Z Downloaded const_format v0.2.35
8792026-05-28T23:31:10.444Z Downloaded rand_xorshift v0.4.0
8802026-05-28T23:31:10.444Z Downloaded num-conv v0.2.0
8812026-05-28T23:31:10.444Z Downloaded nonempty v0.12.0
8822026-05-28T23:31:10.447Z Downloaded base64 v0.21.7
8832026-05-28T23:31:10.447Z Downloaded parking_lot v0.12.5
8842026-05-28T23:31:10.450Z Downloaded proc-macro-crate v3.4.0
8852026-05-28T23:31:10.450Z Downloaded predicates v3.1.4
8862026-05-28T23:31:10.453Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-05-28T23:31:10.453Z Downloaded recursive v0.1.1
8882026-05-28T23:31:10.453Z Downloaded primeorder v0.13.6
8892026-05-28T23:31:10.456Z Downloaded nodrop v0.1.14
8902026-05-28T23:31:10.456Z Downloaded instability v0.3.11
8912026-05-28T23:31:10.456Z Downloaded hkdf v0.12.4
8922026-05-28T23:31:10.459Z Downloaded parking_lot_core v0.9.12
8932026-05-28T23:31:10.459Z Downloaded powerfmt v0.2.0
8942026-05-28T23:31:10.459Z Downloaded cc v1.2.56
8952026-05-28T23:31:10.464Z Downloaded postcard v1.1.3
8962026-05-28T23:31:10.467Z Downloaded parking_lot v0.11.2
8972026-05-28T23:31:10.470Z Downloaded peg v0.8.5
8982026-05-28T23:31:10.473Z Downloaded ppv-lite86 v0.2.21
8992026-05-28T23:31:10.473Z Downloaded http-body-util v0.1.3
9002026-05-28T23:31:10.477Z Downloaded radium v0.7.0
9012026-05-28T23:31:10.480Z Downloaded progenitor-extras v0.2.0
9022026-05-28T23:31:10.480Z Downloaded psl-types v2.0.11
9032026-05-28T23:31:10.483Z Downloaded progenitor-macro v0.13.0
9042026-05-28T23:31:10.483Z Downloaded bumpalo v3.20.2
9052026-05-28T23:31:10.483Z Downloaded progenitor-client v0.13.0
9062026-05-28T23:31:10.486Z Downloaded ar_archive_writer v0.5.1
9072026-05-28T23:31:10.489Z Downloaded pkg-config v0.3.32
9082026-05-28T23:31:10.489Z Downloaded pin-project-internal v1.1.11
9092026-05-28T23:31:10.492Z Downloaded progenitor v0.14.0
9102026-05-28T23:31:10.495Z Downloaded hickory-proto v0.24.4
9112026-05-28T23:31:10.500Z Downloaded rustc_version v0.1.7
9122026-05-28T23:31:10.503Z Downloaded rustc-hash v2.1.1
9132026-05-28T23:31:10.503Z Downloaded nix v0.27.1
9142026-05-28T23:31:10.508Z Downloaded sapling-renderdag v0.1.0
9152026-05-28T23:31:10.511Z Downloaded rtoolbox v0.0.3
9162026-05-28T23:31:10.511Z Downloaded p256 v0.13.2
9172026-05-28T23:31:10.514Z Downloaded petname v2.0.2
9182026-05-28T23:31:10.517Z Downloaded path-slash v0.1.5
9192026-05-28T23:31:10.517Z Downloaded rand_chacha v0.9.0
9202026-05-28T23:31:10.521Z Downloaded rustversion v1.0.22
9212026-05-28T23:31:10.521Z Downloaded rusty-fork v0.3.1
9222026-05-28T23:31:10.524Z Downloaded rand_core v0.6.4
9232026-05-28T23:31:10.524Z Downloaded miniz_oxide v0.8.9
9242026-05-28T23:31:10.524Z Downloaded progenitor v0.11.2
9252026-05-28T23:31:10.524Z Downloaded r2d2 v0.8.10
9262026-05-28T23:31:10.527Z Downloaded ref-cast-impl v1.0.25
9272026-05-28T23:31:10.527Z Downloaded mime v0.3.17
9282026-05-28T23:31:10.527Z Downloaded omicron-zone-package v0.12.2
9292026-05-28T23:31:10.530Z Downloaded salsa20 v0.10.2
9302026-05-28T23:31:10.530Z Downloaded rustls-pki-types v1.14.0
9312026-05-28T23:31:10.533Z Downloaded prefix-trie v0.7.0
9322026-05-28T23:31:10.533Z Downloaded maybe-uninit v2.0.0
9332026-05-28T23:31:10.536Z Downloaded phf_shared v0.12.1
9342026-05-28T23:31:10.536Z Downloaded indent_write v2.2.0
9352026-05-28T23:31:10.536Z Downloaded scheduled-thread-pool v0.2.7
9362026-05-28T23:31:10.536Z Downloaded lru-cache v0.1.2
9372026-05-28T23:31:10.539Z Downloaded openssl-macros v0.1.1
9382026-05-28T23:31:10.539Z Downloaded num_threads v0.1.7
9392026-05-28T23:31:10.539Z Downloaded libloading v0.8.9
9402026-05-28T23:31:10.542Z Downloaded papergrid v0.17.0
9412026-05-28T23:31:10.545Z Downloaded password-hash v0.4.2
9422026-05-28T23:31:10.545Z Downloaded aes-gcm v0.10.3
9432026-05-28T23:31:10.548Z Downloaded paste v1.0.15
9442026-05-28T23:31:10.553Z Downloaded rfc6979 v0.4.0
9452026-05-28T23:31:10.556Z Downloaded rand_core v0.10.0
9462026-05-28T23:31:10.556Z Downloaded scroll_derive v0.13.1
9472026-05-28T23:31:10.559Z Downloaded num-derive v0.4.2
9482026-05-28T23:31:10.562Z Downloaded same-file v1.0.6
9492026-05-28T23:31:10.562Z Downloaded secrecy v0.8.0
9502026-05-28T23:31:10.566Z Downloaded nix v0.28.0
9512026-05-28T23:31:10.572Z Downloaded progenitor-macro v0.14.0
9522026-05-28T23:31:10.575Z Downloaded peg-runtime v0.8.5
9532026-05-28T23:31:10.575Z Downloaded polyval v0.6.2
9542026-05-28T23:31:10.578Z Downloaded pkcs5 v0.7.1
9552026-05-28T23:31:10.581Z Downloaded rand_core v0.9.5
9562026-05-28T23:31:10.584Z Downloaded psm v0.1.30
9572026-05-28T23:31:10.584Z Downloaded semver v0.1.20
9582026-05-28T23:31:10.584Z Downloaded secrecy v0.10.3
9592026-05-28T23:31:10.588Z Downloaded new_debug_unreachable v1.0.6
9602026-05-28T23:31:10.588Z Downloaded oxide-tokio-rt v0.1.4
9612026-05-28T23:31:10.592Z Downloaded diesel v2.3.7
9622026-05-28T23:31:10.604Z Downloaded serde_bytes v0.11.19
9632026-05-28T23:31:10.607Z Downloaded serde_repr v0.1.20
9642026-05-28T23:31:10.607Z Downloaded signal-hook-tokio v0.3.1
9652026-05-28T23:31:10.610Z Downloaded ref-cast v1.0.25
9662026-05-28T23:31:10.610Z Downloaded progenitor-client v0.10.0
9672026-05-28T23:31:10.610Z Downloaded parse-display v0.10.0
9682026-05-28T23:31:10.613Z Downloaded serde-big-array v0.5.1
9692026-05-28T23:31:10.613Z Downloaded rustls-pemfile v1.0.4
9702026-05-28T23:31:10.613Z Downloaded progenitor v0.13.0
9712026-05-28T23:31:10.616Z Downloaded pkcs1 v0.7.5
9722026-05-28T23:31:10.616Z Downloaded lzss v0.8.2
9732026-05-28T23:31:10.620Z Downloaded sct v0.7.1
9742026-05-28T23:31:10.620Z Downloaded quinn-udp v0.5.14
9752026-05-28T23:31:10.623Z Downloaded proc-macro-error2 v2.0.1
9762026-05-28T23:31:10.623Z Downloaded slog-bunyan v2.5.0
9772026-05-28T23:31:10.623Z Downloaded sha1 v0.10.6
9782026-05-28T23:31:10.626Z Downloaded serde_urlencoded v0.7.1
9792026-05-28T23:31:10.626Z Downloaded rustls-native-certs v0.8.3
9802026-05-28T23:31:10.629Z Downloaded signal-hook-mio v0.2.5
9812026-05-28T23:31:10.629Z Downloaded predicates-tree v1.0.13
9822026-05-28T23:31:10.629Z Downloaded simd-adler32 v0.3.8
9832026-05-28T23:31:10.632Z Downloaded signature v2.2.0
9842026-05-28T23:31:10.633Z Downloaded minimal-lexical v0.2.1
9852026-05-28T23:31:10.636Z Downloaded postgres-types v0.2.12
9862026-05-28T23:31:10.636Z Downloaded scopeguard v1.2.0
9872026-05-28T23:31:10.639Z Downloaded oso v0.27.3
9882026-05-28T23:31:10.642Z Downloaded rand v0.9.2
9892026-05-28T23:31:10.645Z Downloaded hyper v1.8.1
9902026-05-28T23:31:10.648Z Downloaded ssh-encoding v0.2.0
9912026-05-28T23:31:10.651Z Downloaded schemars_derive v0.8.22
9922026-05-28T23:31:10.651Z Downloaded resolv-conf v0.7.6
9932026-05-28T23:31:10.654Z Downloaded progenitor-impl v0.14.0
9942026-05-28T23:31:10.654Z Downloaded progenitor-impl v0.11.2
9952026-05-28T23:31:10.654Z Downloaded scrypt v0.11.0
9962026-05-28T23:31:10.657Z Downloaded structmeta v0.3.0
9972026-05-28T23:31:10.657Z Downloaded siphasher v1.0.2
9982026-05-28T23:31:10.657Z Downloaded sigpipe v0.1.3
9992026-05-28T23:31:10.660Z Downloaded rustls-pemfile v2.2.0
10002026-05-28T23:31:10.663Z Downloaded slog-term v2.9.2
10012026-05-28T23:31:10.663Z Downloaded serde_plain v1.0.2
10022026-05-28T23:31:10.666Z Downloaded pin-utils v0.1.0
10032026-05-28T23:31:10.669Z Downloaded pem v3.0.6
10042026-05-28T23:31:10.672Z Downloaded strum v0.26.3
10052026-05-28T23:31:10.676Z Downloaded subtle v2.6.1
10062026-05-28T23:31:10.679Z Downloaded oxnet v0.1.4
10072026-05-28T23:31:10.682Z Downloaded sec1 v0.7.3
10082026-05-28T23:31:10.687Z Downloaded sqlparser_derive v0.5.0
10092026-05-28T23:31:10.690Z Downloaded phf v0.12.1
10102026-05-28T23:31:10.693Z Downloaded serde-hex v0.1.0
10112026-05-28T23:31:10.693Z Downloaded rustc_version v0.4.1
10122026-05-28T23:31:10.696Z Downloaded tagptr v0.2.0
10132026-05-28T23:31:10.699Z Downloaded serde_path_to_error v0.1.20
10142026-05-28T23:31:10.699Z Downloaded serde_derive_internals v0.29.1
10152026-05-28T23:31:10.699Z Downloaded string_cache v0.8.9
10162026-05-28T23:31:10.703Z Downloaded strsim v0.10.0
10172026-05-28T23:31:10.705Z Downloaded progenitor-impl v0.13.0
10182026-05-28T23:31:10.709Z Downloaded slog-envlogger v2.2.0
10192026-05-28T23:31:10.712Z Downloaded hyper-util v0.1.20
10202026-05-28T23:31:10.715Z Downloaded russh-keys v0.45.0
10212026-05-28T23:31:10.715Z Downloaded ron v0.8.1
10222026-05-28T23:31:10.718Z Downloaded proc-macro-crate v1.3.1
10232026-05-28T23:31:10.718Z Downloaded rcgen v0.12.1
10242026-05-28T23:31:10.721Z Downloaded shlex v1.3.0
10252026-05-28T23:31:10.724Z Downloaded strip-ansi-escapes v0.2.1
10262026-05-28T23:31:10.727Z Downloaded supports-color v3.0.2
10272026-05-28T23:31:10.727Z Downloaded stacker v0.1.23
10282026-05-28T23:31:10.733Z Downloaded peg-macros v0.8.5
10292026-05-28T23:31:10.736Z Downloaded tap v1.0.1
10302026-05-28T23:31:10.740Z Downloaded rand_seeder v0.4.0
10312026-05-28T23:31:10.745Z Downloaded tabwriter v1.4.1
10322026-05-28T23:31:10.748Z Downloaded slab v0.4.12
10332026-05-28T23:31:10.748Z Downloaded openssl-sys v0.9.115
10342026-05-28T23:31:10.751Z Downloaded take_mut v0.2.2
10352026-05-28T23:31:10.754Z Downloaded sync_wrapper v1.0.2
10362026-05-28T23:31:10.754Z Downloaded sync-ptr v0.1.4
10372026-05-28T23:31:10.754Z Downloaded precomputed-hash v0.1.1
10382026-05-28T23:31:10.754Z Downloaded itertools v0.10.5
10392026-05-28T23:31:10.758Z Downloaded strum_macros v0.27.2
10402026-05-28T23:31:10.760Z Downloaded smf v0.2.3
10412026-05-28T23:31:10.760Z Downloaded russh-cryptovec v0.7.3
10422026-05-28T23:31:10.764Z Downloaded hickory-server v0.25.2
10432026-05-28T23:31:10.764Z Downloaded thiserror-impl-no-std v2.0.2
10442026-05-28T23:31:10.768Z Downloaded smallvec v0.6.14
10452026-05-28T23:31:10.771Z Downloaded slog-dtrace v0.3.0
10462026-05-28T23:31:10.771Z Downloaded sqlformat v0.3.5
10472026-05-28T23:31:10.774Z Downloaded slog-scope v4.4.1
10482026-05-28T23:31:10.774Z Downloaded itertools v0.13.0
10492026-05-28T23:31:10.777Z Downloaded tinyvec_macros v0.1.1
10502026-05-28T23:31:10.779Z Downloaded testing_table v0.3.0
10512026-05-28T23:31:10.779Z Downloaded termtree v0.5.1
10522026-05-28T23:31:10.779Z Downloaded socket2 v0.6.3
10532026-05-28T23:31:10.782Z Downloaded slog-stdlog v4.1.1
10542026-05-28T23:31:10.782Z Downloaded tabled_derive v0.11.0
10552026-05-28T23:31:10.786Z Downloaded serde_spanned v1.0.4
10562026-05-28T23:31:10.786Z Downloaded serde_cbor v0.11.2
10572026-05-28T23:31:10.789Z Downloaded term v1.2.1
10582026-05-28T23:31:10.792Z Downloaded tokio-macros v2.7.0
10592026-05-28T23:31:10.795Z Downloaded pin-project v1.1.11
10602026-05-28T23:31:10.800Z Downloaded slog-async v2.8.0
10612026-05-28T23:31:10.803Z Downloaded prettyplease v0.2.37
10622026-05-28T23:31:10.806Z Downloaded try-lock v0.2.5
10632026-05-28T23:31:10.806Z Downloaded seq-macro v0.3.6
10642026-05-28T23:31:10.806Z Downloaded tower-layer v0.3.3
10652026-05-28T23:31:10.806Z Downloaded rustls-platform-verifier v0.6.2
10662026-05-28T23:31:10.809Z Downloaded shell-words v1.1.1
10672026-05-28T23:31:10.809Z Downloaded serde_with_macros v3.17.0
10682026-05-28T23:31:10.812Z Downloaded subprocess v0.2.15
10692026-05-28T23:31:10.815Z Downloaded tls_codec_derive v0.4.2
10702026-05-28T23:31:10.815Z Downloaded serde_with_macros v1.5.2
10712026-05-28T23:31:10.818Z Downloaded stringprep v0.1.5
10722026-05-28T23:31:10.818Z Downloaded strum_macros v0.24.3
10732026-05-28T23:31:10.821Z Downloaded spin v0.9.8
10742026-05-28T23:31:10.821Z Downloaded tokio-rustls v0.25.0
10752026-05-28T23:31:10.824Z Downloaded thread-id v5.1.0
10762026-05-28T23:31:10.824Z Downloaded ryu v1.0.23
10772026-05-28T23:31:10.827Z Downloaded spki v0.7.3
10782026-05-28T23:31:10.827Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10792026-05-28T23:31:10.832Z Downloaded topological-sort v0.2.2
10802026-05-28T23:31:10.835Z Downloaded unicode-truncate v1.1.0
10812026-05-28T23:31:10.835Z Downloaded trait-variant v0.1.2
10822026-05-28T23:31:10.835Z Downloaded tower-service v0.3.3
10832026-05-28T23:31:10.839Z Downloaded term v0.7.0
10842026-05-28T23:31:10.839Z Downloaded scroll v0.13.0
10852026-05-28T23:31:10.839Z Downloaded pretty_assertions v1.4.1
10862026-05-28T23:31:10.843Z Downloaded slog-json v2.6.1
10872026-05-28T23:31:10.843Z Downloaded num-bigint v0.4.6
10882026-05-28T23:31:10.846Z Downloaded untrusted v0.7.1
10892026-05-28T23:31:10.847Z Downloaded test-strategy v0.4.5
10902026-05-28T23:31:10.850Z Downloaded snafu-derive v0.8.9
10912026-05-28T23:31:10.853Z Downloaded quinn v0.11.9
10922026-05-28T23:31:10.853Z Downloaded publicsuffix v2.3.0
10932026-05-28T23:31:10.856Z Downloaded strum v0.27.2
10942026-05-28T23:31:10.856Z Downloaded usdt-macro v0.6.0
10952026-05-28T23:31:10.859Z Downloaded ssh-cipher v0.2.0
10962026-05-28T23:31:10.862Z Downloaded tiny-keccak v2.0.2
10972026-05-28T23:31:10.867Z Downloaded rayon v1.11.0
10982026-05-28T23:31:10.872Z Downloaded tui-tree-widget v0.23.1
10992026-05-28T23:31:10.875Z Downloaded time-macros v0.2.27
11002026-05-28T23:31:10.875Z Downloaded time-core v0.1.8
11012026-05-28T23:31:10.881Z Downloaded untrusted v0.9.0
11022026-05-28T23:31:10.881Z Downloaded thread_local v1.1.9
11032026-05-28T23:31:10.881Z Downloaded tokio-native-tls v0.3.1
11042026-05-28T23:31:10.881Z Downloaded structmeta-derive v0.3.0
11052026-05-28T23:31:10.881Z Downloaded steno v0.4.1
11062026-05-28T23:31:10.885Z Downloaded tokio-tungstenite v0.21.0
11072026-05-28T23:31:10.885Z Downloaded similar v2.7.0
11082026-05-28T23:31:10.890Z Downloaded static_assertions v1.1.0
11092026-05-28T23:31:10.893Z Downloaded signal-hook v0.3.18
11102026-05-28T23:31:10.896Z Downloaded universal-hash v0.5.1
11112026-05-28T23:31:10.896Z Downloaded unit-prefix v0.5.2
11122026-05-28T23:31:10.896Z Downloaded typify-macro v0.4.3
11132026-05-28T23:31:10.900Z Downloaded iri-string v0.7.10
11142026-05-28T23:31:10.904Z Downloaded mio v1.2.0
11152026-05-28T23:31:10.910Z Downloaded num-bigint-dig v0.8.6
11162026-05-28T23:31:10.913Z Downloaded wait-timeout v0.2.1
11172026-05-28T23:31:10.916Z Downloaded unarray v0.1.4
11182026-05-28T23:31:10.916Z Downloaded usdt-attr-macro v0.6.0
11192026-05-28T23:31:10.921Z Downloaded tinyvec v1.10.0
11202026-05-28T23:31:10.921Z Downloaded void v1.0.2
11212026-05-28T23:31:10.924Z Downloaded utf-8 v0.7.6
11222026-05-28T23:31:10.924Z Downloaded serde_with v1.14.0
11232026-05-28T23:31:10.927Z Downloaded want v0.3.1
11242026-05-28T23:31:10.927Z Downloaded typify-macro v0.6.2
11252026-05-28T23:31:10.927Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-05-28T23:31:10.927Z Downloaded support-bundle-viewer v0.1.2
11272026-05-28T23:31:10.931Z Downloaded xattr v1.6.1
11282026-05-28T23:31:10.934Z Downloaded rayon-core v1.13.0
11292026-05-28T23:31:10.934Z Downloaded signal-hook-registry v1.4.8
11302026-05-28T23:31:10.938Z Downloaded rsa v0.9.10
11312026-05-28T23:31:10.944Z Downloaded waitgroup v0.1.2
11322026-05-28T23:31:10.948Z Downloaded xshell-macros v0.2.7
11332026-05-28T23:31:10.953Z Downloaded strum_macros v0.26.4
11342026-05-28T23:31:10.956Z Downloaded unicase v2.9.0
11352026-05-28T23:31:10.956Z Downloaded tls_codec v0.4.2
11362026-05-28T23:31:10.959Z Downloaded tracing-attributes v0.1.31
11372026-05-28T23:31:10.959Z Downloaded toml_parser v1.0.9+spec-1.1.0
11382026-05-28T23:31:10.962Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-05-28T23:31:10.962Z Downloaded thiserror-no-std v2.0.2
11402026-05-28T23:31:10.965Z Downloaded zone_cfg_derive v0.3.1
11412026-05-28T23:31:10.965Z Downloaded zone v0.3.1
11422026-05-28T23:31:10.965Z Downloaded tokio-rustls v0.26.4
11432026-05-28T23:31:10.968Z Downloaded zeroize_derive v1.4.3
11442026-05-28T23:31:10.968Z Downloaded rustyline v14.0.0
11452026-05-28T23:31:10.972Z Downloaded termios v0.3.3
11462026-05-28T23:31:10.972Z Downloaded rustls-webpki v0.103.9
11472026-05-28T23:31:10.974Z Downloaded tokio-stream v0.1.18
11482026-05-28T23:31:10.978Z Downloaded rand v0.8.6
11492026-05-28T23:31:10.978Z Downloaded serde_yaml v0.9.34+deprecated
11502026-05-28T23:31:10.980Z Downloaded vergen-gitcl v1.0.8
11512026-05-28T23:31:10.983Z Downloaded usdt v0.6.0
11522026-05-28T23:31:10.983Z Downloaded tokio-dtrace v0.1.1
11532026-05-28T23:31:10.983Z Downloaded vergen-git2 v9.1.0
11542026-05-28T23:31:10.986Z Downloaded hashbrown v0.16.1
11552026-05-28T23:31:10.989Z Downloaded qorb v0.4.1
11562026-05-28T23:31:10.992Z Downloaded whoami v1.6.1
11572026-05-28T23:31:10.992Z Downloaded vsss-rs v3.3.4
11582026-05-28T23:31:10.995Z Downloaded xshell v0.2.7
11592026-05-28T23:31:10.995Z Downloaded wyz v0.5.1
11602026-05-28T23:31:10.995Z Downloaded schemars v1.2.1
11612026-05-28T23:31:11.002Z Downloaded usdt-impl v0.6.0
11622026-05-28T23:31:11.005Z Downloaded uzers v0.12.2
11632026-05-28T23:31:11.005Z Downloaded vergen-lib v9.1.0
11642026-05-28T23:31:11.008Z Downloaded p384 v0.13.1
11652026-05-28T23:31:11.008Z Downloaded whoami v2.1.0
11662026-05-28T23:31:11.011Z Downloaded walkdir v2.5.0
11672026-05-28T23:31:11.011Z Downloaded schemars v0.8.22
11682026-05-28T23:31:11.017Z Downloaded toml v1.0.6+spec-1.1.0
11692026-05-28T23:31:11.020Z Downloaded schemars v0.9.0
11702026-05-28T23:31:11.025Z Downloaded zstd-safe v7.2.4
11712026-05-28T23:31:11.028Z Downloaded twox-hash v2.1.2
11722026-05-28T23:31:11.028Z Downloaded reqwest v0.13.2
11732026-05-28T23:31:11.032Z Downloaded tokio-tungstenite v0.23.1
11742026-05-28T23:31:11.035Z Downloaded libm v0.2.16
11752026-05-28T23:31:11.040Z Downloaded vergen-lib v0.1.6
11762026-05-28T23:31:11.043Z Downloaded tokio-rustls v0.24.1
11772026-05-28T23:31:11.043Z Downloaded rand v0.10.0
11782026-05-28T23:31:11.046Z Downloaded yasna v0.5.2
11792026-05-28T23:31:11.046Z Downloaded toml v0.7.8
11802026-05-28T23:31:11.049Z Downloaded unicode-properties v0.1.4
11812026-05-28T23:31:11.049Z Downloaded socket2 v0.5.10
11822026-05-28T23:31:11.052Z Downloaded p521 v0.13.3
11832026-05-28T23:31:11.055Z Downloaded toml_edit v0.23.10+spec-1.0.0
11842026-05-28T23:31:11.058Z Downloaded tungstenite v0.23.0
11852026-05-28T23:31:11.061Z Downloaded zeroize v1.8.2
11862026-05-28T23:31:11.064Z Downloaded futures-util v0.3.32
11872026-05-28T23:31:11.068Z Downloaded zstd v0.13.3
11882026-05-28T23:31:11.070Z Downloaded slog v2.8.2
11892026-05-28T23:31:11.075Z Downloaded samael v0.0.19
11902026-05-28T23:31:11.079Z Downloaded vergen v9.1.0
11912026-05-28T23:31:11.082Z Downloaded tungstenite v0.21.0
11922026-05-28T23:31:11.082Z Downloaded aho-corasick v1.1.4
11932026-05-28T23:31:11.087Z Downloaded tar v0.4.45
11942026-05-28T23:31:11.093Z Downloaded radix_trie v0.2.1
11952026-05-28T23:31:11.096Z Downloaded snafu v0.8.9
11962026-05-28T23:31:11.101Z Downloaded russh v0.45.0
11972026-05-28T23:31:11.104Z Downloaded quinn-proto v0.11.13
11982026-05-28T23:31:11.113Z Downloaded typify v0.6.2
11992026-05-28T23:31:11.116Z Downloaded unicode-bidi v0.3.18
12002026-05-28T23:31:11.119Z Downloaded toml_edit v0.19.15
12012026-05-28T23:31:11.128Z Downloaded zerocopy v0.6.6
12022026-05-28T23:31:11.132Z Downloaded unsafe-libyaml v0.2.11
12032026-05-28T23:31:11.135Z Downloaded blake3 v1.8.3
12042026-05-28T23:31:11.138Z Downloaded typed-path v0.9.3
12052026-05-28T23:31:11.141Z Downloaded unicode_categories v0.1.1
12062026-05-28T23:31:11.147Z Downloaded tracing-core v0.1.36
12072026-05-28T23:31:11.147Z Downloaded vte v0.14.1
12082026-05-28T23:31:11.150Z Downloaded uuid v1.23.0
12092026-05-28T23:31:11.153Z Downloaded typify v0.4.3
12102026-05-28T23:31:11.159Z Downloaded rpassword v7.4.0
12112026-05-28T23:31:11.162Z Downloaded zerocopy-derive v0.8.40
12122026-05-28T23:31:11.174Z Downloaded tokio-postgres v0.7.16
12132026-05-28T23:31:11.196Z Downloaded tough v0.22.0
12142026-05-28T23:31:11.208Z Downloaded x509-cert v0.2.5
12152026-05-28T23:31:11.214Z Downloaded unicode-normalization v0.1.25
12162026-05-28T23:31:11.217Z Downloaded tower-http v0.6.8
12172026-05-28T23:31:11.223Z Downloaded openssl v0.10.79
12182026-05-28T23:31:11.230Z Downloaded regex v1.12.3
12192026-05-28T23:31:11.233Z Downloaded ssh-key v0.6.7
12202026-05-28T23:31:11.237Z Downloaded reedline v0.40.0
12212026-05-28T23:31:11.243Z Downloaded tokio-util v0.7.18
12222026-05-28T23:31:11.247Z Downloaded salty v0.3.0
12232026-05-28T23:31:11.252Z Downloaded serde_with v3.17.0
12242026-05-28T23:31:11.260Z Downloaded zopfli v0.8.3
12252026-05-28T23:31:11.263Z Downloaded bitvec v1.0.1
12262026-05-28T23:31:11.269Z Downloaded tower v0.5.3
12272026-05-28T23:31:11.274Z Downloaded winnow v0.6.26
12282026-05-28T23:31:11.279Z Downloaded chrono v0.4.44
12292026-05-28T23:31:11.284Z Downloaded yansi v1.0.1
12302026-05-28T23:31:11.287Z Downloaded bindgen v0.71.1
12312026-05-28T23:31:11.289Z Downloaded aws-lc-rs v1.16.3
12322026-05-28T23:31:11.295Z Downloaded reqwest v0.12.28
12332026-05-28T23:31:11.298Z Downloaded zip v0.6.6
12342026-05-28T23:31:11.306Z Downloaded lalrpop v0.19.12
12352026-05-28T23:31:11.312Z Downloaded quick-xml v0.37.5
12362026-05-28T23:31:11.316Z Downloaded portable-atomic v1.13.1
12372026-05-28T23:31:11.323Z Downloaded goblin v0.10.5
12382026-05-28T23:31:11.327Z Downloaded zlib-rs v0.6.2
12392026-05-28T23:31:11.330Z Downloaded unicode-segmentation v1.12.0
12402026-05-28T23:31:11.333Z Downloaded moka v0.12.13
12412026-05-28T23:31:11.349Z Downloaded rustls-webpki v0.101.7
12422026-05-28T23:31:11.365Z Downloaded zip v4.6.1
12432026-05-28T23:31:11.368Z Downloaded webpki-roots v1.0.6
12442026-05-28T23:31:11.373Z Downloaded smoltcp v0.9.1
12452026-05-28T23:31:11.389Z Downloaded proptest v1.10.0
12462026-05-28T23:31:11.394Z Downloaded zerocopy v0.8.40
12472026-05-28T23:31:11.400Z Downloaded openapiv3 v2.2.0
12482026-05-28T23:31:11.416Z Downloaded regex-syntax v0.8.10
12492026-05-28T23:31:11.421Z Downloaded rustls-webpki v0.102.8
12502026-05-28T23:31:11.432Z Downloaded csv v1.4.0
12512026-05-28T23:31:11.450Z Downloaded winnow v0.5.40
12522026-05-28T23:31:11.459Z Downloaded rustix v0.38.44
12532026-05-28T23:31:11.471Z Downloaded ratatui v0.29.0
12542026-05-28T23:31:11.482Z Downloaded object v0.30.4
12552026-05-28T23:31:11.487Z Downloaded sqlparser v0.61.0
12562026-05-28T23:31:11.493Z Downloaded polar-core v0.27.3
12572026-05-28T23:31:11.503Z Downloaded bstr v1.12.1
12582026-05-28T23:31:11.509Z Downloaded typify-impl v0.6.2
12592026-05-28T23:31:11.517Z Downloaded tabled v0.20.0
12602026-05-28T23:31:11.527Z Downloaded time v0.3.47
12612026-05-28T23:31:11.536Z Downloaded regex-automata v0.4.14
12622026-05-28T23:31:11.545Z Downloaded zerocopy-derive v0.6.6
12632026-05-28T23:31:11.551Z Downloaded rustls v0.21.12
12642026-05-28T23:31:11.557Z Downloaded jiff v0.2.21
12652026-05-28T23:31:11.569Z Downloaded vcpkg v0.2.15
12662026-05-28T23:31:11.592Z Downloaded regex-syntax v0.6.29
12672026-05-28T23:31:11.596Z Downloaded nix v0.31.2
12682026-05-28T23:31:11.603Z Downloaded object v0.37.3
12692026-05-28T23:31:11.617Z Downloaded petgraph v0.8.3
12702026-05-28T23:31:11.642Z Downloaded rustls v0.22.4
12712026-05-28T23:31:11.650Z Downloaded hickory-proto v0.25.2
12722026-05-28T23:31:11.658Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12732026-05-28T23:31:11.669Z Downloaded regress v0.11.1
12742026-05-28T23:31:11.674Z Downloaded smoltcp v0.11.0
12752026-05-28T23:31:11.681Z Downloaded tokio v1.52.1
12762026-05-28T23:31:11.704Z Downloaded rustls v0.23.37
12772026-05-28T23:31:11.711Z Downloaded regress v0.10.5
12782026-05-28T23:31:11.716Z Downloaded encoding_rs v0.8.35
12792026-05-28T23:31:11.729Z Downloaded sha3 v0.10.8
12802026-05-28T23:31:11.781Z Downloaded sled v0.34.7
12812026-05-28T23:31:11.789Z Downloaded tracing v0.1.44
12822026-05-28T23:31:11.802Z Downloaded typify-impl v0.4.3
12832026-05-28T23:31:11.811Z Downloaded bzip2-sys v0.1.13+1.0.8
12842026-05-28T23:31:11.857Z Downloaded petgraph v0.6.5
12852026-05-28T23:31:11.869Z Downloaded chrono-tz v0.10.4
12862026-05-28T23:31:11.912Z Downloaded libz-sys v1.1.24
12872026-05-28T23:31:12.087Z Downloaded ring v0.17.14
12882026-05-28T23:31:12.145Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-28T23:31:12.721Z Downloaded aws-lc-sys v0.40.0
12902026-05-28T23:31:12.973Z Compiling libc v0.2.185
12912026-05-28T23:31:12.973Z Compiling serde v1.0.228
12922026-05-28T23:31:12.977Z Compiling log v0.4.29
12932026-05-28T23:31:12.977Z Compiling shlex v1.3.0
12942026-05-28T23:31:12.977Z Compiling find-msvc-tools v0.1.9
12952026-05-28T23:31:12.977Z Compiling smallvec v1.15.1
12962026-05-28T23:31:12.977Z Compiling typenum v1.19.0
12972026-05-28T23:31:12.977Z Compiling subtle v2.6.1
12982026-05-28T23:31:12.977Z Compiling generic-array v0.14.7
12992026-05-28T23:31:12.977Z Compiling scopeguard v1.2.0
13002026-05-28T23:31:12.977Z Compiling const-oid v0.9.6
13012026-05-28T23:31:12.977Z Compiling serde_json v1.0.149
13022026-05-28T23:31:12.977Z Compiling syn v2.0.117
13032026-05-28T23:31:13.114Z Compiling zerocopy v0.8.40
13042026-05-28T23:31:13.117Z Compiling parking_lot_core v0.9.12
13052026-05-28T23:31:13.123Z Compiling portable-atomic v1.13.1
13062026-05-28T23:31:13.280Z Compiling lock_api v0.4.14
13072026-05-28T23:31:13.313Z Compiling pin-project-lite v0.2.17
13082026-05-28T23:31:13.327Z Compiling pkg-config v0.3.32
13092026-05-28T23:31:13.510Z Compiling bitflags v2.11.0
13102026-05-28T23:31:13.523Z Compiling futures-core v0.3.32
13112026-05-28T23:31:13.527Z Compiling critical-section v1.2.0
13122026-05-28T23:31:13.559Z Compiling libm v0.2.16
13132026-05-28T23:31:13.616Z Compiling num-traits v0.2.19
13142026-05-28T23:31:13.663Z Compiling percent-encoding v2.3.2
13152026-05-28T23:31:13.695Z Compiling futures-sink v0.3.32
13162026-05-28T23:31:13.709Z Compiling futures-task v0.3.32
13172026-05-28T23:31:13.712Z Compiling slab v0.4.12
13182026-05-28T23:31:13.784Z Compiling getrandom v0.4.1
13192026-05-28T23:31:13.784Z Compiling cpufeatures v0.2.17
13202026-05-28T23:31:13.859Z Compiling futures-channel v0.3.32
13212026-05-28T23:31:13.892Z Compiling futures-io v0.3.32
13222026-05-28T23:31:13.892Z Compiling rand_core v0.10.0
13232026-05-28T23:31:13.938Z Compiling indexmap v2.14.0
13242026-05-28T23:31:13.950Z Compiling rustversion v1.0.22
13252026-05-28T23:31:13.978Z Compiling getrandom v0.3.4
13262026-05-28T23:31:14.043Z Compiling form_urlencoded v1.2.2
13272026-05-28T23:31:14.106Z Compiling dunce v1.0.5
13282026-05-28T23:31:14.109Z Compiling fs_extra v1.3.0
13292026-05-28T23:31:14.135Z Compiling ident_case v1.0.1
13302026-05-28T23:31:14.138Z Compiling base64ct v1.8.3
13312026-05-28T23:31:14.162Z Compiling iana-time-zone v0.1.65
13322026-05-28T23:31:14.194Z Compiling regex-syntax v0.8.10
13332026-05-28T23:31:14.219Z Compiling flagset v0.4.7
13342026-05-28T23:31:14.245Z Compiling rustix v1.1.3
13352026-05-28T23:31:14.279Z Compiling getrandom v0.2.17
13362026-05-28T23:31:14.346Z Compiling jobserver v0.1.34
13372026-05-28T23:31:14.361Z Compiling errno v0.3.14
13382026-05-28T23:31:14.389Z Compiling once_cell v1.21.3
13392026-05-28T23:31:14.404Z Compiling mio v1.2.0
13402026-05-28T23:31:14.420Z Compiling socket2 v0.6.3
13412026-05-28T23:31:14.437Z Compiling rand_core v0.6.4
13422026-05-28T23:31:14.535Z Compiling signal-hook-registry v1.4.8
13432026-05-28T23:31:14.609Z Compiling cc v1.2.56
13442026-05-28T23:31:14.626Z Compiling parking_lot v0.12.5
13452026-05-28T23:31:14.656Z Compiling pem-rfc7468 v0.7.0
13462026-05-28T23:31:14.718Z Compiling aws-lc-rs v1.16.3
13472026-05-28T23:31:14.748Z Compiling vcpkg v0.2.15
13482026-05-28T23:31:14.765Z Compiling uuid v1.23.0
13492026-05-28T23:31:14.881Z Compiling tracing-core v0.1.36
13502026-05-28T23:31:14.915Z Compiling rustc_version v0.4.1
13512026-05-28T23:31:14.930Z Compiling base64 v0.22.1
13522026-05-28T23:31:14.992Z Compiling tinyvec_macros v0.1.1
13532026-05-28T23:31:15.023Z Compiling rand_core v0.9.5
13542026-05-28T23:31:15.043Z Compiling httparse v1.10.1
13552026-05-28T23:31:15.073Z Compiling openssl-probe v0.2.1
13562026-05-28T23:31:15.114Z Compiling untrusted v0.9.0
13572026-05-28T23:31:15.163Z Compiling untrusted v0.7.1
13582026-05-28T23:31:15.265Z Compiling tinyvec v1.10.0
13592026-05-28T23:31:15.280Z Compiling aho-corasick v1.1.4
13602026-05-28T23:31:15.284Z Compiling schemars v0.8.22
13612026-05-28T23:31:15.284Z Compiling rustls v0.23.37
13622026-05-28T23:31:15.284Z Compiling tower-service v0.3.3
13632026-05-28T23:31:15.340Z Compiling dyn-clone v1.0.20
13642026-05-28T23:31:15.344Z Compiling try-lock v0.2.5
13652026-05-28T23:31:15.413Z Compiling cmake v0.1.57
13662026-05-28T23:31:15.464Z Compiling atomic-waker v1.1.2
13672026-05-28T23:31:15.479Z Compiling tower-layer v0.3.3
13682026-05-28T23:31:15.493Z Compiling want v0.3.1
13692026-05-28T23:31:15.511Z Compiling pin-utils v0.1.0
13702026-05-28T23:31:15.541Z Compiling foreign-types-shared v0.1.1
13712026-05-28T23:31:15.544Z Compiling httpdate v1.0.3
13722026-05-28T23:31:15.544Z Compiling openssl v0.10.79
13732026-05-28T23:31:15.604Z Compiling unicode-normalization v0.1.25
13742026-05-28T23:31:15.619Z Compiling foreign-types v0.3.2
13752026-05-28T23:31:15.622Z Compiling spin v0.9.8
13762026-05-28T23:31:15.637Z Compiling powerfmt v0.2.0
13772026-05-28T23:31:15.667Z Compiling num-conv v0.2.0
13782026-05-28T23:31:15.670Z Compiling crc32fast v1.5.0
13792026-05-28T23:31:15.696Z Compiling time-core v0.1.8
13802026-05-28T23:31:15.712Z Compiling native-tls v0.2.18
13812026-05-28T23:31:15.803Z Compiling deranged v0.5.8
13822026-05-28T23:31:15.821Z Compiling wait-timeout v0.2.1
13832026-05-28T23:31:15.837Z Compiling sync_wrapper v1.0.2
13842026-05-28T23:31:15.852Z Compiling syn v1.0.109
13852026-05-28T23:31:15.855Z Compiling quick-error v1.2.3
13862026-05-28T23:31:15.882Z Compiling crossbeam-utils v0.8.21
13872026-05-28T23:31:15.886Z Compiling time-macros v0.2.27
13882026-05-28T23:31:15.886Z Compiling siphasher v1.0.2
13892026-05-28T23:31:15.947Z Compiling tempfile v3.25.0
13902026-05-28T23:31:15.963Z Compiling usdt-impl v0.6.0
13912026-05-28T23:31:15.995Z Compiling bit-vec v0.8.0
13922026-05-28T23:31:16.038Z Compiling num_threads v0.1.7
13932026-05-28T23:31:16.104Z Compiling simd-adler32 v0.3.8
13942026-05-28T23:31:16.133Z Compiling regex-automata v0.4.14
13952026-05-28T23:31:16.156Z Compiling heapless v0.7.17
13962026-05-28T23:31:16.236Z Compiling bit-set v0.8.0
13972026-05-28T23:31:16.254Z Compiling aws-lc-sys v0.40.0
13982026-05-28T23:31:16.280Z Compiling synstructure v0.13.2
13992026-05-28T23:31:16.283Z Compiling ring v0.17.14
14002026-05-28T23:31:16.283Z Compiling openssl-sys v0.9.115
14012026-05-28T23:31:16.327Z Compiling serde_derive_internals v0.29.1
14022026-05-28T23:31:16.330Z Compiling pest_generator v2.8.6
14032026-05-28T23:31:16.358Z Compiling darling_core v0.20.11
14042026-05-28T23:31:16.377Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-05-28T23:31:16.422Z Compiling darling_core v0.21.3
14062026-05-28T23:31:16.442Z Compiling bzip2-sys v0.1.13+1.0.8
14072026-05-28T23:31:16.650Z Compiling rusty-fork v0.3.1
14082026-05-28T23:31:16.755Z Compiling slog v2.8.2
14092026-05-28T23:31:16.848Z Compiling rand_xorshift v0.4.0
14102026-05-28T23:31:16.930Z Compiling thread-id v5.1.0
14112026-05-28T23:31:16.969Z Compiling cookie v0.18.1
14122026-05-28T23:31:16.995Z Compiling paste v1.0.15
14132026-05-28T23:31:17.028Z Compiling signal-hook v0.3.18
14142026-05-28T23:31:17.042Z Compiling allocator-api2 v0.2.21
14152026-05-28T23:31:17.060Z Compiling time v0.3.47
14162026-05-28T23:31:17.081Z Compiling adler2 v2.0.1
14172026-05-28T23:31:17.113Z Compiling ryu v1.0.23
14182026-05-28T23:31:17.175Z Compiling unicode-bidi v0.3.18
14192026-05-28T23:31:17.227Z Compiling zstd-safe v7.2.4
14202026-05-28T23:31:17.242Z Compiling unicode-properties v0.1.4
14212026-05-28T23:31:17.299Z Compiling anyhow v1.0.102
14222026-05-28T23:31:17.314Z Compiling iri-string v0.7.10
14232026-05-28T23:31:17.318Z Compiling unarray v0.1.4
14242026-05-28T23:31:17.456Z Compiling miniz_oxide v0.8.9
14252026-05-28T23:31:17.501Z Compiling stringprep v0.1.5
14262026-05-28T23:31:17.842Z Compiling num-integer v0.1.46
14272026-05-28T23:31:17.863Z Compiling vergen-lib v9.1.0
14282026-05-28T23:31:17.965Z Compiling curve25519-dalek v4.1.3
14292026-05-28T23:31:18.038Z Compiling serde_derive v1.0.228
14302026-05-28T23:31:18.056Z Compiling zeroize_derive v1.4.3
14312026-05-28T23:31:18.114Z Compiling zerofrom-derive v0.1.6
14322026-05-28T23:31:18.128Z Compiling yoke-derive v0.8.1
14332026-05-28T23:31:18.178Z Compiling zerovec-derive v0.11.2
14342026-05-28T23:31:18.309Z Compiling zerocopy-derive v0.8.40
14352026-05-28T23:31:18.326Z Compiling displaydoc v0.2.5
14362026-05-28T23:31:18.679Z Compiling tokio-macros v2.7.0
14372026-05-28T23:31:18.696Z Compiling futures-macro v0.3.32
14382026-05-28T23:31:18.790Z Compiling zeroize v1.8.2
14392026-05-28T23:31:18.871Z Compiling der_derive v0.7.3
14402026-05-28T23:31:19.038Z Compiling rustls-pki-types v1.14.0
14412026-05-28T23:31:19.157Z Compiling thiserror-impl v2.0.18
14422026-05-28T23:31:19.394Z Compiling tracing-attributes v0.1.31
14432026-05-28T23:31:19.424Z Compiling pest_derive v2.8.6
14442026-05-28T23:31:19.454Z Compiling scroll_derive v0.13.1
14452026-05-28T23:31:19.511Z Compiling schemars_derive v0.8.22
14462026-05-28T23:31:19.543Z Compiling crypto-common v0.1.7
14472026-05-28T23:31:19.581Z Compiling block-buffer v0.10.4
14482026-05-28T23:31:19.604Z Compiling zerofrom v0.1.6
14492026-05-28T23:31:19.713Z Compiling yoke v0.8.1
14502026-05-28T23:31:19.747Z Compiling digest v0.10.7
14512026-05-28T23:31:19.779Z Compiling futures-util v0.3.32
14522026-05-28T23:31:19.888Z Compiling zerovec v0.11.5
14532026-05-28T23:31:19.903Z Compiling zerotrie v0.2.3
14542026-05-28T23:31:19.918Z Compiling block-padding v0.3.3
14552026-05-28T23:31:20.026Z Compiling hmac v0.12.1
14562026-05-28T23:31:20.096Z Compiling inout v0.1.4
14572026-05-28T23:31:20.199Z Compiling sha2 v0.10.9
14582026-05-28T23:31:20.220Z Compiling der v0.7.10
14592026-05-28T23:31:20.283Z Compiling cipher v0.4.4
14602026-05-28T23:31:20.298Z Compiling pbkdf2 v0.12.2
14612026-05-28T23:31:20.398Z Compiling tinystr v0.8.2
14622026-05-28T23:31:20.417Z Compiling potential_utf v0.1.4
14632026-05-28T23:31:20.432Z Compiling scroll v0.13.0
14642026-05-28T23:31:20.568Z Compiling icu_locale_core v2.1.1
14652026-05-28T23:31:20.583Z Compiling icu_collections v2.1.1
14662026-05-28T23:31:20.601Z Compiling salsa20 v0.10.2
14672026-05-28T23:31:20.621Z Compiling thiserror v2.0.18
14682026-05-28T23:31:20.717Z Compiling cbc v0.1.2
14692026-05-28T23:31:20.748Z Compiling scrypt v0.11.0
14702026-05-28T23:31:20.763Z Compiling aes v0.8.4
14712026-05-28T23:31:20.778Z Compiling tracing v0.1.44
14722026-05-28T23:31:20.831Z Compiling darling_macro v0.20.11
14732026-05-28T23:31:20.884Z Compiling openssl-macros v0.1.1
14742026-05-28T23:31:21.030Z Compiling goblin v0.10.5
14752026-05-28T23:31:21.066Z Compiling spki v0.7.3
14762026-05-28T23:31:21.081Z Compiling rustls-native-certs v0.8.3
14772026-05-28T23:31:21.319Z Compiling icu_provider v2.1.1
14782026-05-28T23:31:21.335Z Compiling pkcs5 v0.7.1
14792026-05-28T23:31:21.383Z Compiling darling v0.20.11
14802026-05-28T23:31:21.497Z Compiling derive_builder_core v0.20.2
14812026-05-28T23:31:21.509Z Compiling dtrace-parser v0.3.0
14822026-05-28T23:31:21.516Z Compiling signature v2.2.0
14832026-05-28T23:31:21.632Z Compiling bytes v1.11.1
14842026-05-28T23:31:21.648Z Compiling icu_properties v2.1.2
14852026-05-28T23:31:21.684Z Compiling icu_normalizer v2.1.1
14862026-05-28T23:31:21.719Z Compiling chrono v0.4.44
14872026-05-28T23:31:21.734Z Compiling pkcs8 v0.10.2
14882026-05-28T23:31:21.847Z Compiling ipnet v2.11.0
14892026-05-28T23:31:21.877Z Compiling webpki-roots v1.0.6
14902026-05-28T23:31:22.011Z Compiling thiserror-impl v1.0.69
14912026-05-28T23:31:22.073Z Compiling scroll_derive v0.12.1
14922026-05-28T23:31:22.127Z Compiling tokio v1.52.1
14932026-05-28T23:31:22.242Z Compiling http v1.4.0
14942026-05-28T23:31:22.276Z Compiling serde_tokenstream v0.2.3
14952026-05-28T23:31:22.290Z Compiling toml_datetime v0.6.11
14962026-05-28T23:31:22.365Z Compiling erased-serde v0.3.31
14972026-05-28T23:31:22.402Z Compiling derive_builder_macro v0.20.2
14982026-05-28T23:31:22.567Z Compiling idna_adapter v1.2.1
14992026-05-28T23:31:22.605Z Compiling serde_spanned v0.6.9
15002026-05-28T23:31:22.730Z Compiling ppv-lite86 v0.2.21
15012026-05-28T23:31:22.773Z Compiling idna v1.1.0
15022026-05-28T23:31:22.788Z Compiling scroll v0.12.0
15032026-05-28T23:31:22.804Z Compiling serde_urlencoded v0.7.1
15042026-05-28T23:31:22.869Z Compiling http-body v1.0.1
15052026-05-28T23:31:22.904Z Compiling md-5 v0.10.6
15062026-05-28T23:31:22.946Z Compiling darling_macro v0.21.3
15072026-05-28T23:31:23.046Z Compiling rand_chacha v0.9.0
15082026-05-28T23:31:23.066Z Compiling url v2.5.8
15092026-05-28T23:31:23.081Z Compiling http-body-util v0.1.3
15102026-05-28T23:31:23.099Z Compiling rand_chacha v0.3.1
15112026-05-28T23:31:23.102Z Compiling bstr v1.12.1
15122026-05-28T23:31:23.130Z Compiling pin-project-internal v1.1.11
15132026-05-28T23:31:23.165Z Compiling async-trait v0.1.89
15142026-05-28T23:31:23.168Z Compiling zerocopy-derive v0.7.35
15152026-05-28T23:31:23.324Z Compiling rand v0.9.2
15162026-05-28T23:31:23.362Z Compiling thiserror v1.0.69
15172026-05-28T23:31:23.479Z Compiling ff v0.13.1
15182026-05-28T23:31:23.506Z Compiling hash32 v0.2.1
15192026-05-28T23:31:23.525Z Compiling memoffset v0.9.1
15202026-05-28T23:31:23.737Z Compiling encoding_rs v0.8.35
15212026-05-28T23:31:23.818Z Compiling dof v0.4.0
15222026-05-28T23:31:23.832Z Compiling zlib-rs v0.6.2
15232026-05-28T23:31:23.943Z Compiling proptest v1.10.0
15242026-05-28T23:31:24.002Z Compiling psl-types v2.0.11
15252026-05-28T23:31:24.060Z Compiling num-bigint-dig v0.8.6
15262026-05-28T23:31:24.115Z Compiling fallible-iterator v0.2.0
15272026-05-28T23:31:24.143Z Compiling cfg_aliases v0.2.1
15282026-05-28T23:31:24.158Z Compiling mime v0.3.17
15292026-05-28T23:31:24.232Z Compiling base16ct v0.2.0
15302026-05-28T23:31:24.276Z Compiling smoltcp v0.9.1
15312026-05-28T23:31:24.313Z Compiling rustix v0.38.44
15322026-05-28T23:31:24.364Z Compiling ref-cast v1.0.25
15332026-05-28T23:31:24.431Z Compiling ipnetwork v0.21.1
15342026-05-28T23:31:24.431Z Compiling litrs v1.0.0
15352026-05-28T23:31:24.462Z Compiling postgres-protocol v0.6.10
15362026-05-28T23:31:24.491Z Compiling pin-project v1.1.11
15372026-05-28T23:31:24.656Z Compiling sec1 v0.7.3
15382026-05-28T23:31:24.755Z Compiling oxnet v0.1.4
15392026-05-28T23:31:24.813Z Compiling nix v0.31.2
15402026-05-28T23:31:24.869Z Compiling zerocopy v0.7.35
15412026-05-28T23:31:24.958Z Compiling publicsuffix v2.3.0
15422026-05-28T23:31:24.974Z Compiling document-features v0.2.12
15432026-05-28T23:31:25.033Z Compiling group v0.13.0
15442026-05-28T23:31:25.101Z Compiling darling v0.21.3
15452026-05-28T23:31:25.171Z Compiling rand v0.8.6
15462026-05-28T23:31:25.186Z Compiling goblin v0.8.2
15472026-05-28T23:31:25.204Z Compiling derive_builder v0.20.2
15482026-05-28T23:31:25.253Z Compiling futures-executor v0.3.32
15492026-05-28T23:31:25.270Z Compiling hubpack_derive v0.1.1
15502026-05-28T23:31:25.299Z Compiling hex v0.4.3
15512026-05-28T23:31:25.350Z Compiling hkdf v0.12.4
15522026-05-28T23:31:25.401Z Compiling crypto-bigint v0.5.5
15532026-05-28T23:31:25.435Z Compiling regex v1.12.3
15542026-05-28T23:31:25.545Z Compiling num-iter v0.1.45
15552026-05-28T23:31:25.593Z Compiling strum_macros v0.27.2
15562026-05-28T23:31:25.608Z Compiling ref-cast-impl v1.0.25
15572026-05-28T23:31:25.611Z Compiling daft-derive v0.1.7
15582026-05-28T23:31:25.641Z Compiling curve25519-dalek-derive v0.1.1
15592026-05-28T23:31:25.656Z Compiling snafu-derive v0.8.9
15602026-05-28T23:31:26.032Z Compiling tokio-util v0.7.18
15612026-05-28T23:31:26.048Z Compiling tower v0.5.3
15622026-05-28T23:31:26.069Z Compiling tokio-native-tls v0.3.1
15632026-05-28T23:31:26.121Z Compiling phf_shared v0.13.1
15642026-05-28T23:31:26.205Z Compiling terminal_size v0.4.3
15652026-05-28T23:31:26.259Z Compiling lazy_static v1.5.0
15662026-05-28T23:31:26.312Z Compiling newtype-uuid v1.3.2
15672026-05-28T23:31:26.365Z Compiling vergen v9.1.0
15682026-05-28T23:31:26.381Z Compiling cargo-platform v0.3.2
15692026-05-28T23:31:26.384Z Compiling fs-err v3.3.0
15702026-05-28T23:31:26.409Z Compiling ahash v0.8.12
15712026-05-28T23:31:26.423Z Compiling same-file v1.0.6
15722026-05-28T23:31:26.543Z Compiling tower-http v0.6.8
15732026-05-28T23:31:26.569Z Compiling managed v0.8.0
15742026-05-28T23:31:26.609Z Compiling bumpalo v3.20.2
15752026-05-28T23:31:26.621Z Compiling object v0.37.3
15762026-05-28T23:31:26.638Z Compiling winnow v0.5.40
15772026-05-28T23:31:26.672Z Compiling flate2 v1.1.9
15782026-05-28T23:31:26.686Z Compiling foldhash v0.2.0
15792026-05-28T23:31:26.802Z Compiling h2 v0.4.13
15802026-05-28T23:31:26.881Z Compiling foldhash v0.1.5
15812026-05-28T23:31:26.916Z Compiling libbz2-rs-sys v0.2.2
15822026-05-28T23:31:26.931Z Compiling bitflags v1.3.2
15832026-05-28T23:31:26.974Z Compiling unicode-segmentation v1.12.0
15842026-05-28T23:31:27.018Z Compiling hashbrown v0.15.5
15852026-05-28T23:31:27.067Z Compiling clap_builder v4.5.60
15862026-05-28T23:31:27.106Z Compiling hashbrown v0.16.1
15872026-05-28T23:31:27.143Z Compiling zopfli v0.8.3
15882026-05-28T23:31:27.392Z Compiling dof v0.3.0
15892026-05-28T23:31:27.523Z Compiling bzip2 v0.6.1
15902026-05-28T23:31:27.614Z Compiling snafu v0.8.9
15912026-05-28T23:31:27.651Z Compiling strum v0.27.2
15922026-05-28T23:31:27.686Z Compiling cargo_metadata v0.23.1
15932026-05-28T23:31:27.711Z Compiling walkdir v2.5.0
15942026-05-28T23:31:27.749Z Compiling daft v0.1.7
15952026-05-28T23:31:27.797Z Compiling elliptic-curve v0.13.8
15962026-05-28T23:31:27.828Z Compiling phf v0.13.1
15972026-05-28T23:31:27.957Z Compiling toml_edit v0.19.15
15982026-05-28T23:31:28.005Z Compiling signal-hook-mio v0.2.5
15992026-05-28T23:31:28.065Z Compiling cookie_store v0.22.1
16002026-05-28T23:31:28.081Z Compiling hubpack v0.1.2
16012026-05-28T23:31:28.101Z Compiling bzip2 v0.4.4
16022026-05-28T23:31:28.136Z Compiling futures v0.3.32
16032026-05-28T23:31:28.136Z Compiling usdt-macro v0.6.0
16042026-05-28T23:31:28.206Z Compiling usdt-attr-macro v0.6.0
16052026-05-28T23:31:28.232Z Compiling zstd v0.13.3
16062026-05-28T23:31:28.332Z Compiling serde_with_macros v3.17.0
16072026-05-28T23:31:28.483Z Compiling postgres-types v0.2.12
16082026-05-28T23:31:28.554Z Compiling globset v0.4.18
16092026-05-28T23:31:28.667Z Compiling dtrace-parser v0.2.0
16102026-05-28T23:31:28.782Z Compiling pkcs1 v0.7.5
16112026-05-28T23:31:28.977Z Compiling ed25519 v2.2.3
16122026-05-28T23:31:29.066Z Compiling serde-big-array v0.5.1
16132026-05-28T23:31:29.082Z Compiling olpc-cjson v0.1.4
16142026-05-28T23:31:29.122Z Compiling serde_plain v1.0.2
16152026-05-28T23:31:29.212Z Compiling rfc6979 v0.4.0
16162026-05-28T23:31:29.233Z Compiling async-recursion v1.1.1
16172026-05-28T23:31:29.263Z Compiling enum-as-inner v0.6.1
16182026-05-28T23:31:29.278Z Compiling serde_repr v0.1.20
16192026-05-28T23:31:29.341Z Compiling clap_derive v4.5.55
16202026-05-28T23:31:29.360Z Compiling strum_macros v0.26.4
16212026-05-28T23:31:29.450Z Compiling phf_shared v0.11.3
16222026-05-28T23:31:29.505Z Compiling float-cmp v0.10.0
16232026-05-28T23:31:29.636Z Compiling pem v3.0.6
16242026-05-28T23:31:29.662Z Compiling thread-id v4.2.2
16252026-05-28T23:31:29.677Z Compiling memmap2 v0.9.10
16262026-05-28T23:31:29.764Z Compiling env_filter v1.0.0
16272026-05-28T23:31:29.799Z Compiling predicates-core v1.0.10
16282026-05-28T23:31:29.847Z Compiling hyper v1.8.1
16292026-05-28T23:31:29.915Z Compiling fixedbitset v0.4.2
16302026-05-28T23:31:29.929Z Compiling whoami v2.1.0
16312026-05-28T23:31:29.934Z Compiling precomputed-hash v0.1.1
16322026-05-28T23:31:29.996Z Compiling new_debug_unreachable v1.0.6
16332026-05-28T23:31:29.999Z Compiling difflib v0.4.0
16342026-05-28T23:31:30.051Z Compiling fixedbitset v0.5.7
16352026-05-28T23:31:30.089Z Compiling jiff v0.2.21
16362026-05-28T23:31:30.103Z Compiling typed-path v0.9.3
16372026-05-28T23:31:30.154Z Compiling normalize-line-endings v0.3.0
16382026-05-28T23:31:30.170Z Compiling keccak v0.1.6
16392026-05-28T23:31:30.266Z Compiling data-encoding v2.10.0
16402026-05-28T23:31:30.333Z Compiling either v1.15.0
16412026-05-28T23:31:30.376Z Compiling static_assertions v1.1.0
16422026-05-28T23:31:30.462Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-05-28T23:31:30.566Z Compiling hickory-proto v0.25.2
16442026-05-28T23:31:30.602Z Compiling itertools v0.13.0
16452026-05-28T23:31:30.680Z Compiling sha3 v0.10.8
16462026-05-28T23:31:30.912Z Compiling petgraph v0.8.3
16472026-05-28T23:31:30.978Z Compiling hyper-util v0.1.20
16482026-05-28T23:31:30.999Z Compiling predicates v3.1.4
16492026-05-28T23:31:31.015Z Compiling tokio-postgres v0.7.16
16502026-05-28T23:31:31.160Z Compiling petgraph v0.6.5
16512026-05-28T23:31:31.175Z Compiling strum v0.26.3
16522026-05-28T23:31:31.200Z Compiling clap v4.5.60
16532026-05-28T23:31:31.297Z Compiling string_cache v0.8.9
16542026-05-28T23:31:31.326Z Compiling toml_edit v0.22.27
16552026-05-28T23:31:31.369Z Compiling env_logger v0.11.9
16562026-05-28T23:31:31.494Z Compiling usdt v0.6.0
16572026-05-28T23:31:31.542Z Compiling usdt-impl v0.5.0
16582026-05-28T23:31:31.667Z Compiling serde_with v3.17.0
16592026-05-28T23:31:31.736Z Compiling crossterm v0.28.1
16602026-05-28T23:31:31.785Z Compiling toml v0.7.8
16612026-05-28T23:31:31.851Z Compiling ecdsa v0.16.9
16622026-05-28T23:31:32.157Z Compiling ed25519-dalek v2.2.0
16632026-05-28T23:31:32.251Z Compiling rsa v0.9.10
16642026-05-28T23:31:32.404Z Compiling hyper-tls v0.6.0
16652026-05-28T23:31:32.672Z Compiling zip v4.6.1
16662026-05-28T23:31:32.840Z Compiling zip v0.6.6
16672026-05-28T23:31:32.860Z Compiling iddqd v0.4.2
16682026-05-28T23:31:33.212Z Compiling heck v0.4.1
16692026-05-28T23:31:33.320Z Compiling similar v2.7.0
16702026-05-28T23:31:33.397Z Compiling tokio-stream v0.1.18
16712026-05-28T23:31:33.436Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-28T23:31:33.479Z Compiling buf-list v1.1.2
16732026-05-28T23:31:33.495Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-05-28T23:31:33.511Z Compiling openapiv3 v2.2.0
16752026-05-28T23:31:33.708Z Compiling x509-cert v0.2.5
16762026-05-28T23:31:33.784Z Compiling sha1 v0.10.6
16772026-05-28T23:31:33.823Z Compiling crossbeam-epoch v0.9.18
16782026-05-28T23:31:33.900Z Compiling lalrpop-util v0.19.12
16792026-05-28T23:31:34.032Z Compiling peg-runtime v0.8.5
16802026-05-28T23:31:34.093Z Compiling thread_local v1.1.9
16812026-05-28T23:31:34.108Z Compiling slog-async v2.8.0
16822026-05-28T23:31:34.124Z Compiling crossbeam-channel v0.5.15
16832026-05-28T23:31:34.188Z Compiling is-terminal v0.4.17
16842026-05-28T23:31:34.203Z Compiling filetime v0.2.27
16852026-05-28T23:31:34.267Z Compiling take_mut v0.2.2
16862026-05-28T23:31:34.283Z Compiling term v1.2.1
16872026-05-28T23:31:34.302Z Compiling xattr v1.6.1
16882026-05-28T23:31:34.457Z Compiling tar v0.4.45
16892026-05-28T23:31:34.614Z Compiling slog-term v2.9.2
16902026-05-28T23:31:52.107Z Compiling rustls-webpki v0.103.9
16912026-05-28T23:31:54.888Z Compiling tokio-rustls v0.26.4
16922026-05-28T23:31:54.888Z Compiling rustls-platform-verifier v0.6.2
16932026-05-28T23:31:55.081Z Compiling hyper-rustls v0.27.7
16942026-05-28T23:31:55.275Z Compiling reqwest v0.12.28
16952026-05-28T23:31:55.275Z Compiling reqwest v0.13.2
16962026-05-28T23:31:56.498Z Compiling tough v0.22.0
16972026-05-28T23:31:58.995Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-28T23:31:59.228Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-28T23:32:02.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.80s
17002026-05-28T23:32:02.197Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-28T23:32:02.255ZMay 28 23:32:01.833 INFO Starting download, target: DendriteStub
17022026-05-28T23:32:02.255ZMay 28 23:32:01.834 INFO Starting download, target: Console
17032026-05-28T23:32:02.256ZMay 28 23:32:01.834 INFO Starting download, target: MaghemiteMgd
17042026-05-28T23:32:02.263ZMay 28 23:32:01.834 INFO Starting download, target: Clickhouse
17052026-05-28T23:32:02.263ZMay 28 23:32:01.834 INFO Starting download, target: Cockroach
17062026-05-28T23:32:02.263ZMay 28 23:32:01.834 INFO Starting download, target: TransceiverControl
17072026-05-28T23:32:02.263ZMay 28 23:32:01.834 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-28T23:32:02.263ZMay 28 23:32:01.834 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-28T23:32:02.263ZMay 28 23:32:01.834 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-05-28T23:32:02.263ZMay 28 23:32:01.834 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-28T23:32:02.264ZMay 28 23:32:01.834 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-28T23:32:02.264ZMay 28 23:32:01.835 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-28T23:32:02.916ZMay 28 23:32:02.494 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-28T23:32:03.146ZMay 28 23:32:02.711 INFO Download complete, target: TransceiverControl
17152026-05-28T23:32:03.223ZMay 28 23:32:02.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-28T23:32:03.477ZMay 28 23:32:03.047 INFO Download complete, target: Console
17172026-05-28T23:32:04.082ZMay 28 23:32:03.667 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-28T23:32:05.999ZMay 28 23:32:05.578 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-28T23:32:06.304ZMay 28 23:32:05.878 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-28T23:32:06.784ZMay 28 23:32:06.369 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-28T23:32:06.784ZMay 28 23:32:06.369 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-28T23:32:08.392ZMay 28 23:32:07.977 INFO Download complete, target: DendriteStub
17232026-05-28T23:32:08.709ZMay 28 23:32:08.294 INFO Download complete, target: MaghemiteMgd
17242026-05-28T23:32:10.992ZMay 28 23:32:10.577 INFO Checking that binary works, target: Clickhouse
17252026-05-28T23:32:11.096ZMay 28 23:32:10.681 INFO Download complete, target: Clickhouse
17262026-05-28T23:32:11.636ZMay 28 23:32:11.210 INFO Checking that binary works, target: Cockroach
17272026-05-28T23:32:11.765ZMay 28 23:32:11.336 INFO Download complete, target: Cockroach
17282026-05-28T23:32:11.782ZAll prerequisites installed successfully
17292026-05-28T23:32:11.782Z
17302026-05-28T23:32:11.782Zreal 2:01.374637883
17312026-05-28T23:32:11.782Zuser 6:54.933177355
17322026-05-28T23:32:11.782Zsys 1:43.448181606
17332026-05-28T23:32:11.782Ztrap 0.269281634
17342026-05-28T23:32:11.782Ztflt 2.105866008
17352026-05-28T23:32:11.782Zdflt 2.647417258
17362026-05-28T23:32:11.782Zkflt 0.035174665
17372026-05-28T23:32:11.782Zlock 23:31.684806957
17382026-05-28T23:32:11.782Zslp 19:07.817394491
17392026-05-28T23:32:11.782Zlat 25.937250785
17402026-05-28T23:32:11.782Zstop 2:55.043408200
17412026-05-28T23:32:11.782Z+ ptime -m cargo xtask download softnpu
17422026-05-28T23:32:12.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17432026-05-28T23:32:12.345Z Running `target/debug/xtask download softnpu`
17442026-05-28T23:32:13.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-05-28T23:32:13.171Z Running `target/debug/xtask-downloader softnpu`
17462026-05-28T23:32:13.210ZMay 28 23:32:12.795 INFO Starting download, target: Softnpu
17472026-05-28T23:32:13.213ZMay 28 23:32:12.795 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-28T23:32:15.662ZMay 28 23:32:15.247 INFO Download complete, target: Softnpu
17492026-05-28T23:32:15.672Z
17502026-05-28T23:32:15.676Zreal 3.902933168
17512026-05-28T23:32:15.676Zuser 1.347913008
17522026-05-28T23:32:15.676Zsys 0.673743262
17532026-05-28T23:32:15.676Ztrap 0.000501550
17542026-05-28T23:32:15.676Ztflt 0.000072320
17552026-05-28T23:32:15.676Zdflt 0.006131272
17562026-05-28T23:32:15.676Zkflt 0.000000000
17572026-05-28T23:32:15.676Zlock 45.979057580
17582026-05-28T23:32:15.676Zslp 2.324938338
17592026-05-28T23:32:15.676Zlat 0.096815602
17602026-05-28T23:32:15.676Zstop 0.000172200
17612026-05-28T23:32:15.676Z+ export CARGO_INCREMENTAL=0
17622026-05-28T23:32:15.676Z+ CARGO_INCREMENTAL=0
17632026-05-28T23:32:15.676Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-28T23:32:16.563Z Compiling proc-macro2 v1.0.106
17652026-05-28T23:32:16.563Z Compiling quote v1.0.45
17662026-05-28T23:32:16.563Z Compiling unicode-ident v1.0.24
17672026-05-28T23:32:16.563Z Compiling libc v0.2.185
17682026-05-28T23:32:16.567Z Compiling serde_core v1.0.228
17692026-05-28T23:32:16.567Z Compiling serde v1.0.228
17702026-05-28T23:32:16.567Z Compiling cfg-if v1.0.4
17712026-05-28T23:32:16.567Z Compiling version_check v0.9.5
17722026-05-28T23:32:16.567Z Compiling shlex v1.3.0
17732026-05-28T23:32:16.567Z Compiling find-msvc-tools v0.1.9
17742026-05-28T23:32:16.567Z Compiling typenum v1.19.0
17752026-05-28T23:32:16.710Z Compiling zmij v1.0.21
17762026-05-28T23:32:16.714Z Compiling autocfg v1.5.0
17772026-05-28T23:32:16.714Z Compiling serde_json v1.0.149
17782026-05-28T23:32:16.714Z Compiling memchr v2.8.0
17792026-05-28T23:32:16.900Z Compiling portable-atomic v1.13.1
17802026-05-28T23:32:16.961Z Compiling libm v0.2.16
17812026-05-28T23:32:17.200Z Compiling zerocopy v0.8.40
17822026-05-28T23:32:17.217Z Compiling smallvec v1.15.1
17832026-05-28T23:32:17.249Z Compiling parking_lot_core v0.9.12
17842026-05-28T23:32:17.252Z Compiling icu_normalizer_data v2.1.1
17852026-05-28T23:32:17.252Z Compiling icu_properties_data v2.1.2
17862026-05-28T23:32:17.293Z Compiling itoa v1.0.17
17872026-05-28T23:32:17.309Z Compiling generic-array v0.14.7
17882026-05-28T23:32:17.324Z Compiling num-traits v0.2.19
17892026-05-28T23:32:17.358Z Compiling getrandom v0.4.1
17902026-05-28T23:32:17.492Z Compiling log v0.4.29
17912026-05-28T23:32:17.510Z Compiling stable_deref_trait v1.2.1
17922026-05-28T23:32:17.539Z Compiling pkg-config v0.3.32
17932026-05-28T23:32:17.575Z Compiling subtle v2.6.1
17942026-05-28T23:32:17.687Z Compiling scopeguard v1.2.0
17952026-05-28T23:32:17.768Z Compiling writeable v0.6.2
17962026-05-28T23:32:17.771Z Compiling percent-encoding v2.3.2
17972026-05-28T23:32:17.800Z Compiling lock_api v0.4.14
17982026-05-28T23:32:17.830Z Compiling litemap v0.8.1
17992026-05-28T23:32:17.931Z Compiling jobserver v0.1.34
18002026-05-28T23:32:17.947Z Compiling getrandom v0.2.17
18012026-05-28T23:32:18.036Z Compiling errno v0.3.14
18022026-05-28T23:32:18.083Z Compiling syn v2.0.117
18032026-05-28T23:32:18.087Z Compiling rand_core v0.6.4
18042026-05-28T23:32:18.129Z Compiling pin-project-lite v0.2.17
18052026-05-28T23:32:18.159Z Compiling cc v1.2.56
18062026-05-28T23:32:18.192Z Compiling fnv v1.0.7
18072026-05-28T23:32:18.274Z Compiling thiserror v2.0.18
18082026-05-28T23:32:18.326Z Compiling getrandom v0.3.4
18092026-05-28T23:32:18.391Z Compiling equivalent v1.0.2
18102026-05-28T23:32:18.394Z Compiling fs_extra v1.3.0
18112026-05-28T23:32:18.424Z Compiling dunce v1.0.5
18122026-05-28T23:32:18.427Z Compiling rand_core v0.10.0
18132026-05-28T23:32:18.471Z Compiling rustversion v1.0.22
18142026-05-28T23:32:18.487Z Compiling schemars v0.8.22
18152026-05-28T23:32:18.534Z Compiling utf8_iter v1.0.4
18162026-05-28T23:32:18.654Z Compiling form_urlencoded v1.2.2
18172026-05-28T23:32:18.708Z Compiling critical-section v1.2.0
18182026-05-28T23:32:18.754Z Compiling signal-hook-registry v1.4.8
18192026-05-28T23:32:18.836Z Compiling rustix v1.1.3
18202026-05-28T23:32:18.856Z Compiling hashbrown v0.17.0
18212026-05-28T23:32:18.889Z Compiling cmake v0.1.57
18222026-05-28T23:32:18.983Z Compiling bitflags v2.11.0
18232026-05-28T23:32:19.153Z Compiling semver v1.0.28
18242026-05-28T23:32:19.195Z Compiling once_cell v1.21.3
18252026-05-28T23:32:19.210Z Compiling parking_lot v0.12.5
18262026-05-28T23:32:19.268Z Compiling socket2 v0.6.3
18272026-05-28T23:32:19.287Z Compiling mio v1.2.0
18282026-05-28T23:32:19.391Z Compiling indexmap v2.14.0
18292026-05-28T23:32:19.432Z Compiling const-oid v0.9.6
18302026-05-28T23:32:19.486Z Compiling heck v0.5.0
18312026-05-28T23:32:19.486Z Compiling aws-lc-rs v1.16.3
18322026-05-28T23:32:19.503Z Compiling futures-core v0.3.32
18332026-05-28T23:32:19.521Z Compiling ring v0.17.14
18342026-05-28T23:32:19.564Z Compiling aws-lc-sys v0.40.0
18352026-05-28T23:32:19.693Z Compiling httparse v1.10.1
18362026-05-28T23:32:19.749Z Compiling strsim v0.11.1
18372026-05-28T23:32:19.765Z Compiling vcpkg v0.2.15
18382026-05-28T23:32:19.828Z Compiling thiserror v1.0.69
18392026-05-28T23:32:20.065Z Compiling iana-time-zone v0.1.65
18402026-05-28T23:32:20.069Z Compiling ucd-trie v0.1.7
18412026-05-28T23:32:20.081Z Compiling byteorder v1.5.0
18422026-05-28T23:32:20.162Z Compiling syn v1.0.109
18432026-05-28T23:32:20.180Z Compiling ident_case v1.0.1
18442026-05-28T23:32:20.198Z Compiling regex-syntax v0.8.10
18452026-05-28T23:32:20.216Z Compiling uuid v1.23.0
18462026-05-28T23:32:20.249Z Compiling pest v2.8.6
18472026-05-28T23:32:20.325Z Compiling openssl-sys v0.9.115
18482026-05-28T23:32:20.341Z Compiling cpufeatures v0.2.17
18492026-05-28T23:32:20.390Z Compiling rustls v0.23.37
18502026-05-28T23:32:20.580Z Compiling futures-sink v0.3.32
18512026-05-28T23:32:20.583Z Compiling rustc_version v0.4.1
18522026-05-28T23:32:20.692Z Compiling slab v0.4.12
18532026-05-28T23:32:20.724Z Compiling futures-channel v0.3.32
18542026-05-28T23:32:20.802Z Compiling futures-task v0.3.32
18552026-05-28T23:32:20.824Z Compiling futures-io v0.3.32
18562026-05-28T23:32:20.856Z Compiling synstructure v0.13.2
18572026-05-28T23:32:20.859Z Compiling serde_derive_internals v0.29.1
18582026-05-28T23:32:20.999Z Compiling aho-corasick v1.1.4
18592026-05-28T23:32:21.046Z Compiling dyn-clone v1.0.20
18602026-05-28T23:32:21.235Z Compiling plain v0.2.3
18612026-05-28T23:32:21.264Z Compiling openssl v0.10.79
18622026-05-28T23:32:21.280Z Compiling crc32fast v1.5.0
18632026-05-28T23:32:21.297Z Compiling pest_meta v2.8.6
18642026-05-28T23:32:21.353Z Compiling base64 v0.22.1
18652026-05-28T23:32:21.392Z Compiling crossbeam-utils v0.8.21
18662026-05-28T23:32:21.525Z Compiling num-conv v0.2.0
18672026-05-28T23:32:21.557Z Compiling time-core v0.1.8
18682026-05-28T23:32:21.691Z Compiling pretty-hex v0.4.1
18692026-05-28T23:32:21.707Z Compiling native-tls v0.2.18
18702026-05-28T23:32:21.707Z Compiling base64ct v1.8.3
18712026-05-28T23:32:21.711Z Compiling anyhow v1.0.102
18722026-05-28T23:32:21.757Z Compiling time-macros v0.2.27
18732026-05-28T23:32:21.791Z Compiling darling_core v0.21.3
18742026-05-28T23:32:21.809Z Compiling regex-automata v0.4.14
18752026-05-28T23:32:21.877Z Compiling pest_generator v2.8.6
18762026-05-28T23:32:21.959Z Compiling pem-rfc7468 v0.7.0
18772026-05-28T23:32:22.013Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-05-28T23:32:22.060Z Compiling tracing-core v0.1.36
18792026-05-28T23:32:22.139Z Compiling serde_derive v1.0.228
18802026-05-28T23:32:22.255Z Compiling zeroize_derive v1.4.3
18812026-05-28T23:32:22.300Z Compiling zerofrom-derive v0.1.6
18822026-05-28T23:32:22.331Z Compiling yoke-derive v0.8.1
18832026-05-28T23:32:22.398Z Compiling zerovec-derive v0.11.2
18842026-05-28T23:32:22.416Z Compiling displaydoc v0.2.5
18852026-05-28T23:32:22.520Z Compiling zerocopy-derive v0.8.40
18862026-05-28T23:32:22.558Z Compiling tokio-macros v2.7.0
18872026-05-28T23:32:22.745Z Compiling futures-macro v0.3.32
18882026-05-28T23:32:22.884Z Compiling zeroize v1.8.2
18892026-05-28T23:32:23.147Z Compiling thiserror-impl v2.0.18
18902026-05-28T23:32:23.289Z Compiling schemars_derive v0.8.22
18912026-05-28T23:32:23.304Z Compiling tracing-attributes v0.1.31
18922026-05-28T23:32:23.426Z Compiling zerofrom v0.1.6
18932026-05-28T23:32:23.511Z Compiling der_derive v0.7.3
18942026-05-28T23:32:23.591Z Compiling yoke v0.8.1
18952026-05-28T23:32:23.707Z Compiling crypto-common v0.1.7
18962026-05-28T23:32:23.775Z Compiling zerovec v0.11.5
18972026-05-28T23:32:23.808Z Compiling zerotrie v0.2.3
18982026-05-28T23:32:23.932Z Compiling block-buffer v0.10.4
18992026-05-28T23:32:24.106Z Compiling digest v0.10.7
19002026-05-28T23:32:24.273Z Compiling thiserror-impl v1.0.69
19012026-05-28T23:32:24.346Z Compiling tinystr v0.8.2
19022026-05-28T23:32:24.362Z Compiling potential_utf v0.1.4
19032026-05-28T23:32:24.428Z Compiling pest_derive v2.8.6
19042026-05-28T23:32:24.492Z Compiling icu_collections v2.1.1
19052026-05-28T23:32:24.527Z Compiling icu_locale_core v2.1.1
19062026-05-28T23:32:24.571Z Compiling futures-util v0.3.32
19072026-05-28T23:32:24.587Z Compiling hmac v0.12.1
19082026-05-28T23:32:25.011Z Compiling block-padding v0.3.3
19092026-05-28T23:32:25.163Z Compiling inout v0.1.4
19102026-05-28T23:32:25.179Z Compiling rustls-pki-types v1.14.0
19112026-05-28T23:32:25.253Z Compiling bytes v1.11.1
19122026-05-28T23:32:25.300Z Compiling icu_provider v2.1.1
19132026-05-28T23:32:25.347Z Compiling chrono v0.4.44
19142026-05-28T23:32:25.405Z Compiling openssl-macros v0.1.1
19152026-05-28T23:32:25.527Z Compiling cipher v0.4.4
19162026-05-28T23:32:25.678Z Compiling icu_properties v2.1.2
19172026-05-28T23:32:25.721Z Compiling icu_normalizer v2.1.1
19182026-05-28T23:32:25.777Z Compiling tokio v1.52.1
19192026-05-28T23:32:26.148Z Compiling serde_tokenstream v0.2.3
19202026-05-28T23:32:26.392Z Compiling sha2 v0.10.9
19212026-05-28T23:32:26.632Z Compiling idna_adapter v1.2.1
19222026-05-28T23:32:26.823Z Compiling idna v1.1.0
19232026-05-28T23:32:26.859Z Compiling ppv-lite86 v0.2.21
19242026-05-28T23:32:27.033Z Compiling scroll_derive v0.12.1
19252026-05-28T23:32:27.036Z Compiling scroll_derive v0.13.1
19262026-05-28T23:32:27.161Z Compiling http v1.4.0
19272026-05-28T23:32:27.211Z Compiling url v2.5.8
19282026-05-28T23:32:27.269Z Compiling untrusted v0.9.0
19292026-05-28T23:32:27.314Z Compiling flagset v0.4.7
19302026-05-28T23:32:27.435Z Compiling der v0.7.10
19312026-05-28T23:32:27.616Z Compiling tracing v0.1.44
19322026-05-28T23:32:27.683Z Compiling regex v1.12.3
19332026-05-28T23:32:27.775Z Compiling darling_macro v0.21.3
19342026-05-28T23:32:28.049Z Compiling zerocopy-derive v0.7.35
19352026-05-28T23:32:28.092Z Compiling rand_core v0.9.5
19362026-05-28T23:32:28.149Z Compiling slog v2.8.2
19372026-05-28T23:32:28.601Z Compiling darling v0.21.3
19382026-05-28T23:32:28.617Z Compiling spki v0.7.3
19392026-05-28T23:32:28.701Z Compiling salsa20 v0.10.2
19402026-05-28T23:32:28.750Z Compiling pbkdf2 v0.12.2
19412026-05-28T23:32:29.099Z Compiling cookie v0.18.1
19422026-05-28T23:32:29.283Z Compiling camino v1.2.2
19432026-05-28T23:32:29.565Z Compiling tokio-util v0.7.18
19442026-05-28T23:32:29.581Z Compiling scrypt v0.11.0
19452026-05-28T23:32:29.599Z Compiling rand_chacha v0.9.0
19462026-05-28T23:32:29.614Z Compiling http-body v1.0.1
19472026-05-28T23:32:29.713Z Compiling cbc v0.1.2
19482026-05-28T23:32:29.794Z Compiling aes v0.8.4
19492026-05-28T23:32:29.877Z Compiling usdt-impl v0.5.0
19502026-05-28T23:32:29.894Z Compiling atomic-waker v1.1.2
19512026-05-28T23:32:29.923Z Compiling openssl-probe v0.2.1
19522026-05-28T23:32:30.061Z Compiling usdt-impl v0.6.0
19532026-05-28T23:32:30.106Z Compiling ref-cast v1.0.25
19542026-05-28T23:32:30.122Z Compiling tinyvec_macros v0.1.1
19552026-05-28T23:32:30.139Z Compiling untrusted v0.7.1
19562026-05-28T23:32:30.213Z Compiling winnow v0.7.14
19572026-05-28T23:32:30.280Z Compiling either v1.15.0
19582026-05-28T23:32:30.310Z Compiling paste v1.0.15
19592026-05-28T23:32:30.413Z Compiling tinyvec v1.10.0
19602026-05-28T23:32:30.439Z Compiling pkcs5 v0.7.1
19612026-05-28T23:32:30.640Z Compiling rand v0.9.2
19622026-05-28T23:32:30.901Z Compiling scroll v0.13.0
19632026-05-28T23:32:30.950Z Compiling scroll v0.12.0
19642026-05-28T23:32:31.027Z Compiling serde_spanned v0.6.9
19652026-05-28T23:32:31.067Z Compiling toml_datetime v0.6.11
19662026-05-28T23:32:31.186Z Compiling async-trait v0.1.89
19672026-05-28T23:32:31.202Z Compiling heapless v0.7.17
19682026-05-28T23:32:31.239Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-28T23:32:31.242Z Compiling tower-service v0.3.3
19702026-05-28T23:32:31.361Z Compiling tower-layer v0.3.3
19712026-05-28T23:32:31.377Z Compiling try-lock v0.2.5
19722026-05-28T23:32:31.476Z Compiling signal-hook v0.3.18
19732026-05-28T23:32:31.542Z Compiling zstd-safe v7.2.4
19742026-05-28T23:32:31.580Z Compiling fastrand v2.3.0
19752026-05-28T23:32:31.688Z Compiling h2 v0.4.13
19762026-05-28T23:32:31.705Z Compiling want v0.3.1
19772026-05-28T23:32:31.767Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-28T23:32:31.902Z Compiling goblin v0.8.2
19792026-05-28T23:32:31.937Z Compiling goblin v0.10.5
19802026-05-28T23:32:32.002Z Compiling pkcs8 v0.10.2
19812026-05-28T23:32:32.114Z Compiling zerocopy v0.7.35
19822026-05-28T23:32:32.155Z Compiling ipnet v2.11.0
19832026-05-28T23:32:32.330Z Compiling ref-cast-impl v1.0.25
19842026-05-28T23:32:32.553Z Compiling curve25519-dalek v4.1.3
19852026-05-28T23:32:32.676Z Compiling darling_core v0.20.11
19862026-05-28T23:32:32.791Z Compiling memoffset v0.9.1
19872026-05-28T23:32:32.822Z Compiling winnow v0.5.40
19882026-05-28T23:32:33.011Z Compiling httpdate v1.0.3
19892026-05-28T23:32:33.042Z Compiling rustix v0.38.44
19902026-05-28T23:32:33.387Z Compiling foreign-types-shared v0.1.1
19912026-05-28T23:32:33.498Z Compiling litrs v1.0.0
19922026-05-28T23:32:33.654Z Compiling pin-utils v0.1.0
19932026-05-28T23:32:33.707Z Compiling tempfile v3.25.0
19942026-05-28T23:32:33.750Z Compiling foreign-types v0.3.2
19952026-05-28T23:32:33.993Z Compiling document-features v0.2.12
19962026-05-28T23:32:34.149Z Compiling toml_edit v0.19.15
19972026-05-28T23:32:34.281Z Compiling dof v0.3.0
19982026-05-28T23:32:34.502Z Compiling unicode-normalization v0.1.25
19992026-05-28T23:32:34.532Z Compiling dtrace-parser v0.2.0
20002026-05-28T23:32:34.658Z Compiling dof v0.4.0
20012026-05-28T23:32:34.674Z Compiling darling_macro v0.20.11
20022026-05-28T23:32:34.694Z Compiling hyper v1.8.1
20032026-05-28T23:32:35.019Z Compiling dtrace-parser v0.3.0
20042026-05-28T23:32:35.142Z Compiling daft-derive v0.1.7
20052026-05-28T23:32:35.160Z Compiling pin-project-internal v1.1.11
20062026-05-28T23:32:35.255Z Compiling spin v0.9.8
20072026-05-28T23:32:35.296Z Compiling thread-id v5.1.0
20082026-05-28T23:32:35.376Z Compiling thread-id v4.2.2
20092026-05-28T23:32:35.395Z Compiling cfg_aliases v0.2.1
20102026-05-28T23:32:35.478Z Compiling num-bigint-dig v0.8.6
20112026-05-28T23:32:35.495Z Compiling smoltcp v0.9.1
20122026-05-28T23:32:35.624Z Compiling powerfmt v0.2.0
20132026-05-28T23:32:35.658Z Compiling nix v0.31.2
20142026-05-28T23:32:35.834Z Compiling deranged v0.5.8
20152026-05-28T23:32:35.850Z Compiling hyper-util v0.1.20
20162026-05-28T23:32:36.151Z Compiling darling v0.20.11
20172026-05-28T23:32:36.253Z Compiling rustls-native-certs v0.8.3
20182026-05-28T23:32:36.292Z Compiling ipnetwork v0.21.1
20192026-05-28T23:32:36.633Z Compiling strum_macros v0.26.4
20202026-05-28T23:32:36.633Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-28T23:32:36.952Z Compiling sync_wrapper v1.0.2
20222026-05-28T23:32:36.977Z Compiling wait-timeout v0.2.1
20232026-05-28T23:32:37.102Z Compiling num_threads v0.1.7
20242026-05-28T23:32:37.245Z Compiling simd-adler32 v0.3.8
20252026-05-28T23:32:37.275Z Compiling siphasher v1.0.2
20262026-05-28T23:32:37.458Z Compiling anstyle v1.0.13
20272026-05-28T23:32:37.517Z Compiling utf8parse v0.2.2
20282026-05-28T23:32:37.539Z Compiling quick-error v1.2.3
20292026-05-28T23:32:37.642Z Compiling bit-vec v0.8.0
20302026-05-28T23:32:37.658Z Compiling rusty-fork v0.3.1
20312026-05-28T23:32:37.695Z Compiling anstyle-parse v0.2.7
20322026-05-28T23:32:37.887Z Compiling bit-set v0.8.0
20332026-05-28T23:32:37.890Z Compiling time v0.3.47
20342026-05-28T23:32:37.981Z Compiling tower v0.5.3
20352026-05-28T23:32:38.202Z Compiling derive_builder_core v0.20.2
20362026-05-28T23:32:38.272Z Compiling http-body-util v0.1.3
20372026-05-28T23:32:38.536Z Compiling webpki-roots v1.0.6
20382026-05-28T23:32:38.625Z Compiling rand_xorshift v0.4.0
20392026-05-28T23:32:38.678Z Compiling signature v2.2.0
20402026-05-28T23:32:38.697Z Compiling hubpack_derive v0.1.1
20412026-05-28T23:32:38.757Z Compiling strum_macros v0.27.2
20422026-05-28T23:32:38.789Z Compiling snafu-derive v0.8.9
20432026-05-28T23:32:39.050Z Compiling fs-err v3.3.0
20442026-05-28T23:32:39.066Z Compiling ahash v0.8.12
20452026-05-28T23:32:39.154Z Compiling encoding_rs v0.8.35
20462026-05-28T23:32:39.169Z Compiling unicode-bidi v0.3.18
20472026-05-28T23:32:39.272Z Compiling mime v0.3.17
20482026-05-28T23:32:39.539Z Compiling unarray v0.1.4
20492026-05-28T23:32:39.572Z Compiling iri-string v0.7.10
20502026-05-28T23:32:39.605Z Compiling ryu v1.0.23
20512026-05-28T23:32:39.630Z Compiling adler2 v2.0.1
20522026-05-28T23:32:39.668Z Compiling unicode-segmentation v1.12.0
20532026-05-28T23:32:39.683Z Compiling allocator-api2 v0.2.21
20542026-05-28T23:32:39.805Z Compiling object v0.37.3
20552026-05-28T23:32:39.931Z Compiling colorchoice v1.0.4
20562026-05-28T23:32:39.975Z Compiling unicode-properties v0.1.4
20572026-05-28T23:32:39.993Z Compiling is_terminal_polyfill v1.70.2
20582026-05-28T23:32:40.082Z Compiling anstyle-query v1.1.5
20592026-05-28T23:32:40.181Z Compiling anstream v0.6.21
20602026-05-28T23:32:40.204Z Compiling serde_urlencoded v0.7.1
20612026-05-28T23:32:40.222Z Compiling stringprep v0.1.5
20622026-05-28T23:32:40.345Z Compiling miniz_oxide v0.8.9
20632026-05-28T23:32:40.483Z Compiling proptest v1.10.0
20642026-05-28T23:32:40.499Z Compiling derive_builder_macro v0.20.2
20652026-05-28T23:32:40.611Z Compiling tokio-native-tls v0.3.1
20662026-05-28T23:32:40.808Z Compiling tower-http v0.6.8
20672026-05-28T23:32:40.841Z Compiling usdt-attr-macro v0.6.0
20682026-05-28T23:32:40.897Z Compiling usdt-macro v0.6.0
20692026-05-28T23:32:41.265Z Compiling rand_chacha v0.3.1
20702026-05-28T23:32:41.299Z Compiling erased-serde v0.3.31
20712026-05-28T23:32:41.331Z Compiling md-5 v0.10.6
20722026-05-28T23:32:41.362Z Compiling bstr v1.12.1
20732026-05-28T23:32:41.507Z Compiling num-integer v0.1.46
20742026-05-28T23:32:41.633Z Compiling hash32 v0.2.1
20752026-05-28T23:32:41.648Z Compiling vergen-lib v9.1.0
20762026-05-28T23:32:41.667Z Compiling ff v0.13.1
20772026-05-28T23:32:41.734Z Compiling zlib-rs v0.6.2
20782026-05-28T23:32:41.825Z Compiling base16ct v0.2.0
20792026-05-28T23:32:41.873Z Compiling psl-types v2.0.11
20802026-05-28T23:32:41.912Z Compiling fallible-iterator v0.2.0
20812026-05-28T23:32:41.951Z Compiling group v0.13.0
20822026-05-28T23:32:41.970Z Compiling sec1 v0.7.3
20832026-05-28T23:32:42.018Z Compiling publicsuffix v2.3.0
20842026-05-28T23:32:42.184Z Compiling num-iter v0.1.45
20852026-05-28T23:32:42.208Z Compiling postgres-protocol v0.6.10
20862026-05-28T23:32:42.321Z Compiling rand v0.8.6
20872026-05-28T23:32:42.527Z Compiling newtype-uuid v1.3.2
20882026-05-28T23:32:42.948Z Compiling oxnet v0.1.4
20892026-05-28T23:32:43.023Z Compiling derive_builder v0.20.2
20902026-05-28T23:32:43.044Z Compiling hyper-tls v0.6.0
20912026-05-28T23:32:43.252Z Compiling heck v0.4.1
20922026-05-28T23:32:43.289Z Compiling phf_shared v0.13.1
20932026-05-28T23:32:43.327Z Compiling pin-project v1.1.11
20942026-05-28T23:32:43.386Z Compiling lazy_static v1.5.0
20952026-05-28T23:32:43.536Z Compiling terminal_size v0.4.3
20962026-05-28T23:32:43.552Z Compiling serde_with_macros v3.17.0
20972026-05-28T23:32:43.571Z Compiling futures-executor v0.3.32
20982026-05-28T23:32:43.574Z Compiling hex v0.4.3
20992026-05-28T23:32:43.692Z Compiling hkdf v0.12.4
21002026-05-28T23:32:43.808Z Compiling flate2 v1.1.9
21012026-05-28T23:32:43.830Z Compiling crypto-bigint v0.5.5
21022026-05-28T23:32:43.857Z Compiling serde_repr v0.1.20
21032026-05-28T23:32:43.913Z Compiling async-recursion v1.1.1
21042026-05-28T23:32:43.933Z Compiling clap_derive v4.5.55
21052026-05-28T23:32:44.010Z Compiling enum-as-inner v0.6.1
21062026-05-28T23:32:44.055Z Compiling vergen v9.1.0
21072026-05-28T23:32:44.195Z Compiling cargo-platform v0.3.2
21082026-05-28T23:32:44.272Z Compiling bitflags v1.3.2
21092026-05-28T23:32:44.371Z Compiling foldhash v0.1.5
21102026-05-28T23:32:44.405Z Compiling managed v0.8.0
21112026-05-28T23:32:44.543Z Compiling clap_lex v1.0.0
21122026-05-28T23:32:44.565Z Compiling foldhash v0.2.0
21132026-05-28T23:32:44.582Z Compiling bumpalo v3.20.2
21142026-05-28T23:32:44.645Z Compiling libbz2-rs-sys v0.2.2
21152026-05-28T23:32:44.688Z Compiling same-file v1.0.6
21162026-05-28T23:32:44.796Z Compiling zopfli v0.8.3
21172026-05-28T23:32:44.844Z Compiling walkdir v2.5.0
21182026-05-28T23:32:44.859Z Compiling elliptic-curve v0.13.8
21192026-05-28T23:32:44.863Z Compiling hashbrown v0.16.1
21202026-05-28T23:32:44.949Z Compiling clap_builder v4.5.60
21212026-05-28T23:32:44.993Z Compiling hashbrown v0.15.5
21222026-05-28T23:32:45.146Z Compiling bzip2 v0.6.1
21232026-05-28T23:32:45.364Z Compiling cargo_metadata v0.23.1
21242026-05-28T23:32:45.473Z Compiling futures v0.3.32
21252026-05-28T23:32:45.694Z Compiling phf v0.13.1
21262026-05-28T23:32:45.816Z Compiling snafu v0.8.9
21272026-05-28T23:32:45.861Z Compiling zstd v0.13.3
21282026-05-28T23:32:45.877Z Compiling daft v0.1.7
21292026-05-28T23:32:46.096Z Compiling signal-hook-mio v0.2.5
21302026-05-28T23:32:46.168Z Compiling cookie_store v0.22.1
21312026-05-28T23:32:46.172Z Compiling postgres-types v0.2.12
21322026-05-28T23:32:46.226Z Compiling bzip2 v0.4.4
21332026-05-28T23:32:46.444Z Compiling globset v0.4.18
21342026-05-28T23:32:46.460Z Compiling strum v0.27.2
21352026-05-28T23:32:46.738Z Compiling hubpack v0.1.2
21362026-05-28T23:32:46.755Z Compiling ed25519 v2.2.3
21372026-05-28T23:32:46.771Z Compiling phf_shared v0.11.3
21382026-05-28T23:32:46.823Z Compiling crossbeam-epoch v0.9.18
21392026-05-28T23:32:46.975Z Compiling olpc-cjson v0.1.4
21402026-05-28T23:32:47.007Z Compiling pkcs1 v0.7.5
21412026-05-28T23:32:47.024Z Compiling pem v3.0.6
21422026-05-28T23:32:47.175Z Compiling serde-big-array v0.5.1
21432026-05-28T23:32:47.193Z Compiling serde_plain v1.0.2
21442026-05-28T23:32:47.210Z Compiling rfc6979 v0.4.0
21452026-05-28T23:32:47.263Z Compiling float-cmp v0.10.0
21462026-05-28T23:32:47.338Z Compiling memmap2 v0.9.10
21472026-05-28T23:32:47.355Z Compiling env_filter v1.0.0
21482026-05-28T23:32:47.360Z Compiling jiff v0.2.21
21492026-05-28T23:32:47.360Z Compiling difflib v0.4.0
21502026-05-28T23:32:47.407Z Compiling normalize-line-endings v0.3.0
21512026-05-28T23:32:47.426Z Compiling fixedbitset v0.5.7
21522026-05-28T23:32:47.426Z Compiling new_debug_unreachable v1.0.6
21532026-05-28T23:32:47.458Z Compiling static_assertions v1.1.0
21542026-05-28T23:32:47.515Z Compiling typed-path v0.9.3
21552026-05-28T23:32:47.531Z Compiling whoami v2.1.0
21562026-05-28T23:32:47.567Z Compiling predicates-core v1.0.10
21572026-05-28T23:32:47.634Z Compiling keccak v0.1.6
21582026-05-28T23:32:47.656Z Compiling data-encoding v2.10.0
21592026-05-28T23:32:47.691Z Compiling precomputed-hash v0.1.1
21602026-05-28T23:32:47.756Z Compiling fixedbitset v0.4.2
21612026-05-28T23:32:47.798Z Compiling toml_write v0.1.2
21622026-05-28T23:32:47.854Z Compiling sha3 v0.10.8
21632026-05-28T23:32:47.870Z Compiling string_cache v0.8.9
21642026-05-28T23:32:47.886Z Compiling tokio-postgres v0.7.16
21652026-05-28T23:32:47.974Z Compiling toml_edit v0.22.27
21662026-05-28T23:32:47.991Z Compiling hickory-proto v0.25.2
21672026-05-28T23:32:48.012Z Compiling petgraph v0.6.5
21682026-05-28T23:32:48.100Z Compiling predicates v3.1.4
21692026-05-28T23:32:48.201Z Compiling petgraph v0.8.3
21702026-05-28T23:32:48.652Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21712026-05-28T23:32:48.668Z Compiling env_logger v0.11.9
21722026-05-28T23:32:48.698Z Compiling usdt v0.6.0
21732026-05-28T23:32:48.977Z Compiling ecdsa v0.16.9
21742026-05-28T23:32:49.007Z Compiling rsa v0.9.10
21752026-05-28T23:32:49.394Z Compiling ed25519-dalek v2.2.0
21762026-05-28T23:32:49.914Z Compiling crossterm v0.28.1
21772026-05-28T23:32:49.930Z Compiling clap v4.5.60
21782026-05-28T23:32:49.974Z Compiling zip v4.6.1
21792026-05-28T23:32:50.029Z Compiling zip v0.6.6
21802026-05-28T23:32:50.342Z Compiling iddqd v0.4.2
21812026-05-28T23:32:50.674Z Compiling serde_with v3.17.0
21822026-05-28T23:32:50.778Z Compiling similar v2.7.0
21832026-05-28T23:32:50.846Z Compiling strum v0.26.3
21842026-05-28T23:32:50.863Z Compiling toml v0.7.8
21852026-05-28T23:32:51.003Z Compiling itertools v0.13.0
21862026-05-28T23:32:51.118Z Compiling tokio-stream v0.1.18
21872026-05-28T23:32:51.222Z Compiling buf-list v1.1.2
21882026-05-28T23:32:51.490Z Compiling x509-cert v0.2.5
21892026-05-28T23:32:51.584Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-05-28T23:32:51.602Z Compiling openapiv3 v2.2.0
21912026-05-28T23:32:51.829Z Compiling sha1 v0.10.6
21922026-05-28T23:32:52.178Z Compiling peg-runtime v0.8.5
21932026-05-28T23:32:52.269Z Compiling lalrpop-util v0.19.12
21942026-05-28T23:33:07.453Z Compiling rustls-webpki v0.103.9
21952026-05-28T23:33:08.683Z Compiling macaddr v1.0.1
21962026-05-28T23:33:08.737Z Compiling structmeta-derive v0.3.0
21972026-05-28T23:33:08.840Z Compiling rayon-core v1.13.0
21982026-05-28T23:33:08.978Z Compiling crucible-workspace-hack v0.1.0
21992026-05-28T23:33:08.993Z Compiling itertools v0.14.0
22002026-05-28T23:33:09.021Z Compiling secrecy v0.10.3
22012026-05-28T23:33:09.072Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-28T23:33:09.194Z Compiling toml_datetime v0.7.5+spec-1.1.0
22032026-05-28T23:33:09.223Z Compiling heapless v0.8.0
22042026-05-28T23:33:09.244Z Compiling rustls v0.22.4
22052026-05-28T23:33:09.413Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-28T23:33:09.500Z Compiling crossbeam-deque v0.8.6
22072026-05-28T23:33:09.516Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-28T23:33:09.553Z Compiling rustls-webpki v0.102.8
22092026-05-28T23:33:09.578Z Compiling hash32 v0.3.1
22102026-05-28T23:33:09.601Z Compiling multer v3.1.0
22112026-05-28T23:33:09.694Z Compiling thread_local v1.1.9
22122026-05-28T23:33:09.730Z Compiling unicode-width v0.2.0
22132026-05-28T23:33:09.748Z Compiling smoltcp v0.11.0
22142026-05-28T23:33:09.766Z Compiling structmeta v0.3.0
22152026-05-28T23:33:09.784Z Compiling slog-async v2.8.0
22162026-05-28T23:33:09.821Z Compiling match_cfg v0.1.0
22172026-05-28T23:33:09.877Z Compiling compression-core v0.4.31
22182026-05-28T23:33:09.916Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-05-28T23:33:09.999Z Compiling derive-ex v0.1.8
22202026-05-28T23:33:10.051Z Compiling compression-codecs v0.4.37
22212026-05-28T23:33:10.100Z Compiling proc-macro-crate v3.4.0
22222026-05-28T23:33:10.140Z Compiling hostname v0.3.1
22232026-05-28T23:33:10.260Z Compiling ingot-macros v0.1.1
22242026-05-28T23:33:10.326Z Compiling slog-json v2.6.1
22252026-05-28T23:33:10.341Z Compiling crossbeam-channel v0.5.15
22262026-05-28T23:33:10.434Z Compiling half v2.7.1
22272026-05-28T23:33:10.548Z Compiling newtype-uuid-macros v0.1.0
22282026-05-28T23:33:10.597Z Compiling cobs v0.3.0
22292026-05-28T23:33:10.713Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-28T23:33:10.801Z Compiling universal-hash v0.5.1
22312026-05-28T23:33:10.903Z Compiling async-stream-impl v0.3.6
22322026-05-28T23:33:10.964Z Compiling tokio-rustls v0.26.4
22332026-05-28T23:33:11.035Z Compiling rustls-platform-verifier v0.6.2
22342026-05-28T23:33:11.251Z Compiling hyper-rustls v0.27.7
22352026-05-28T23:33:11.267Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-28T23:33:11.282Z Compiling serde_spanned v1.0.4
22372026-05-28T23:33:11.376Z Compiling is-terminal v0.4.17
22382026-05-28T23:33:11.476Z Compiling dropshot v0.17.0
22392026-05-28T23:33:11.501Z Compiling reqwest v0.12.28
22402026-05-28T23:33:11.516Z Compiling reqwest v0.13.2
22412026-05-28T23:33:11.535Z Compiling proc-macro-error-attr v1.0.4
22422026-05-28T23:33:11.585Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-05-28T23:33:11.707Z Compiling term v1.2.1
22442026-05-28T23:33:11.723Z Compiling opaque-debug v0.3.1
22452026-05-28T23:33:11.737Z Compiling take_mut v0.2.2
22462026-05-28T23:33:11.758Z Compiling convert_case v0.4.0
22472026-05-28T23:33:11.761Z Compiling ciborium-io v0.2.2
22482026-05-28T23:33:11.792Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-28T23:33:11.828Z Compiling poly1305 v0.8.0
22502026-05-28T23:33:11.887Z Compiling ciborium-ll v0.2.2
22512026-05-28T23:33:11.903Z Compiling thiserror-no-std v2.0.2
22522026-05-28T23:33:12.035Z Compiling slog-term v2.9.2
22532026-05-28T23:33:12.078Z Compiling toml v1.0.6+spec-1.1.0
22542026-05-28T23:33:12.082Z Compiling derive_more v0.99.20
22552026-05-28T23:33:12.172Z Compiling tokio-rustls v0.25.0
22562026-05-28T23:33:12.508Z Compiling test-strategy v0.4.5
22572026-05-28T23:33:12.534Z Compiling async-stream v0.3.6
22582026-05-28T23:33:12.651Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-28T23:33:12.752Z Compiling postcard v1.1.3
22602026-05-28T23:33:12.867Z Compiling ingot-types v0.1.2
22612026-05-28T23:33:13.148Z Compiling tough v0.22.0
22622026-05-28T23:33:13.276Z Compiling ingot v0.1.1
22632026-05-28T23:33:13.344Z Compiling num_enum_derive v0.7.5
22642026-05-28T23:33:13.517Z Compiling slog-bunyan v2.5.0
22652026-05-28T23:33:13.624Z Compiling async-compression v0.4.41
22662026-05-28T23:33:13.806Z Compiling parse-display-derive v0.10.0
22672026-05-28T23:33:14.132Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-05-28T23:33:14.261Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-28T23:33:14.321Z Compiling proc-macro-crate v1.3.1
22702026-05-28T23:33:14.457Z Compiling backon v1.6.0
22712026-05-28T23:33:14.522Z Compiling waitgroup v0.1.2
22722026-05-28T23:33:14.690Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22732026-05-28T23:33:14.708Z Compiling password-hash v0.5.0
22742026-05-28T23:33:14.743Z Compiling chacha20 v0.9.1
22752026-05-28T23:33:14.848Z Compiling dropshot_endpoint v0.17.0
22762026-05-28T23:33:14.866Z Compiling rustls-pemfile v2.2.0
22772026-05-28T23:33:14.939Z Compiling blake2 v0.10.6
22782026-05-28T23:33:15.180Z Compiling aead v0.5.2
22792026-05-28T23:33:15.199Z Compiling foreign-types-macros v0.2.3
22802026-05-28T23:33:15.305Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-28T23:33:15.402Z Compiling serde_path_to_error v0.1.20
22822026-05-28T23:33:15.466Z Compiling hostname v0.4.2
22832026-05-28T23:33:15.563Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-28T23:33:15.656Z Compiling proc-macro-error v1.0.4
22852026-05-28T23:33:15.692Z Compiling instant v0.1.13
22862026-05-28T23:33:15.746Z Compiling cpufeatures v0.3.0
22872026-05-28T23:33:15.793Z Compiling foreign-types-shared v0.3.1
22882026-05-28T23:33:15.808Z Compiling debug-ignore v1.0.5
22892026-05-28T23:33:15.812Z Compiling typeid v1.0.3
22902026-05-28T23:33:15.839Z Compiling chacha20 v0.10.0
22912026-05-28T23:33:15.857Z Compiling backoff v0.4.0
22922026-05-28T23:33:15.884Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-28T23:33:15.916Z Compiling foreign-types v0.5.0
22942026-05-28T23:33:15.916Z Compiling chacha20poly1305 v0.10.1
22952026-05-28T23:33:15.948Z Compiling parse-display v0.10.0
22962026-05-28T23:33:16.022Z Compiling argon2 v0.5.3
22972026-05-28T23:33:16.037Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22982026-05-28T23:33:16.106Z Compiling num_enum_derive v0.5.11
22992026-05-28T23:33:16.123Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-28T23:33:16.158Z Compiling num_enum v0.7.5
23012026-05-28T23:33:16.244Z Compiling ciborium v0.2.2
23022026-05-28T23:33:16.260Z Compiling vsss-rs v3.3.4
23032026-05-28T23:33:16.511Z Compiling tabwriter v1.4.1
23042026-05-28T23:33:16.585Z Compiling regress v0.10.5
23052026-05-28T23:33:16.741Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-05-28T23:33:16.849Z Compiling byte-wrapper v0.1.0
23072026-05-28T23:33:16.892Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-28T23:33:17.005Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-28T23:33:17.045Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-28T23:33:17.061Z Compiling cstr-argument v0.1.2
23112026-05-28T23:33:17.105Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-05-28T23:33:17.127Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-05-28T23:33:17.255Z Compiling humantime v2.3.0
23142026-05-28T23:33:17.316Z Compiling erased-serde v0.4.9
23152026-05-28T23:33:17.444Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-28T23:33:17.570Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-28T23:33:17.591Z Compiling num_enum v0.5.11
23182026-05-28T23:33:17.644Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-28T23:33:17.728Z Compiling rand v0.10.0
23202026-05-28T23:33:17.744Z Compiling rayon v1.11.0
23212026-05-28T23:33:17.760Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-28T23:33:17.775Z Compiling colored v3.1.1
23232026-05-28T23:33:17.839Z Compiling indent_write v2.2.0
23242026-05-28T23:33:17.907Z Compiling libefi-sys v0.1.0
23252026-05-28T23:33:17.922Z Compiling zone_cfg_derive v0.3.1
23262026-05-28T23:33:18.007Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23272026-05-28T23:33:18.022Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-05-28T23:33:18.150Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-28T23:33:18.153Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23302026-05-28T23:33:18.183Z Compiling camino-tempfile v1.4.1
23312026-05-28T23:33:18.412Z Compiling itertools v0.12.1
23322026-05-28T23:33:18.473Z Compiling usdt-macro v0.5.0
23332026-05-28T23:33:18.530Z Compiling usdt-attr-macro v0.5.0
23342026-05-28T23:33:18.556Z Compiling num-derive v0.4.2
23352026-05-28T23:33:18.624Z Compiling bitfield-struct v0.6.2
23362026-05-28T23:33:18.725Z Compiling blake3 v1.8.3
23372026-05-28T23:33:18.758Z Compiling ordered-float v2.10.1
23382026-05-28T23:33:19.057Z Compiling sigpipe v0.1.3
23392026-05-28T23:33:19.108Z Compiling memmap v0.7.0
23402026-05-28T23:33:19.179Z Compiling glob v0.3.3
23412026-05-28T23:33:19.223Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-05-28T23:33:19.271Z Compiling swrite v0.1.0
23432026-05-28T23:33:19.318Z Compiling usdt v0.5.0
23442026-05-28T23:33:19.368Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-28T23:33:19.469Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-28T23:33:19.485Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-05-28T23:33:19.711Z Compiling serde-value v0.7.0
23482026-05-28T23:33:19.907Z Compiling zone v0.3.1
23492026-05-28T23:33:19.925Z Compiling serde-untagged v0.1.9
23502026-05-28T23:33:19.964Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23512026-05-28T23:33:20.131Z Compiling toml v0.8.23
23522026-05-28T23:33:20.202Z Compiling smf v0.2.3
23532026-05-28T23:33:20.218Z Compiling filetime v0.2.27
23542026-05-28T23:33:20.247Z Compiling arrayref v0.3.9
23552026-05-28T23:33:20.284Z Compiling whoami v1.6.1
23562026-05-28T23:33:20.308Z Compiling xattr v1.6.1
23572026-05-28T23:33:20.341Z Compiling arrayvec v0.7.6
23582026-05-28T23:33:20.438Z Compiling unicode-xid v0.2.6
23592026-05-28T23:33:20.453Z Compiling constant_time_eq v0.4.2
23602026-05-28T23:33:20.498Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-28T23:33:20.522Z Compiling tar v0.4.45
23622026-05-28T23:33:20.594Z Compiling cargo-util-schemas v0.8.2
23632026-05-28T23:33:20.627Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-28T23:33:20.660Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-05-28T23:33:20.751Z Compiling tokio-dtrace v0.1.1
23662026-05-28T23:33:20.921Z Compiling console v0.16.2
23672026-05-28T23:33:21.094Z Compiling gethostname v0.5.0
23682026-05-28T23:33:21.252Z Compiling cargo-platform v0.2.0
23692026-05-28T23:33:21.313Z Compiling topological-sort v0.2.2
23702026-05-28T23:33:21.351Z Compiling unit-prefix v0.5.2
23712026-05-28T23:33:21.369Z Compiling oxide-tokio-rt v0.1.4
23722026-05-28T23:33:21.488Z Compiling indicatif v0.18.4
23732026-05-28T23:33:21.518Z Compiling shell-words v1.1.1
23742026-05-28T23:33:21.535Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-28T23:33:21.748Z Compiling cargo_metadata v0.21.0
23762026-05-28T23:33:31.115Z Compiling progenitor-client v0.10.0
23772026-05-28T23:33:31.115Z Compiling omicron-zone-package v0.12.2
23782026-05-28T23:33:31.133Z Compiling progenitor-client v0.14.0
23792026-05-28T23:33:31.614Z Compiling progenitor-extras v0.2.0
23802026-05-28T23:33:33.873Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-28T23:33:33.963Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-28T23:33:34.002Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-28T23:33:34.126Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-28T23:33:34.154Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-05-28T23:33:34.175Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-28T23:33:34.199Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-05-28T23:33:34.256Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-05-28T23:33:34.332Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-05-28T23:33:38.219Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-28T23:33:45.873Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-28T23:33:48.926Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-28T23:33:49.893Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-28T23:33:59.592Z Finished `release` profile [optimized] target(s) in 1m 43s
23942026-05-28T23:33:59.746Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-28T23:33:59.810ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-28T23:33:59.813ZCreated new build target 'test' and set it as active
23972026-05-28T23:33:59.813Z
23982026-05-28T23:33:59.813Zreal 1:44.140940686
23992026-05-28T23:33:59.813Zuser 16:55.797398466
24002026-05-28T23:33:59.813Zsys 2:40.493699451
24012026-05-28T23:33:59.813Ztrap 0.451332552
24022026-05-28T23:33:59.813Ztflt 2.885370148
24032026-05-28T23:33:59.813Zdflt 4.358961125
24042026-05-28T23:33:59.813Zkflt 0.000560610
24052026-05-28T23:33:59.813Zlock 52:46.100882790
24062026-05-28T23:33:59.813Zslp 43:15.732133882
24072026-05-28T23:33:59.813Zlat 43.471692508
24082026-05-28T23:33:59.813Zstop 5:32.828225426
24092026-05-28T23:33:59.817Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-28T23:34:00.701Z Finished `release` profile [optimized] target(s) in 0.87s
24112026-05-28T23:34:00.771Z Running `target/release/omicron-package -t test package`
24122026-05-28T23:34:00.832ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-28T23:34:02.252Z Compiling heck v0.5.0
24142026-05-28T23:34:02.252Z Compiling regress v0.11.1
24152026-05-28T23:34:02.479Z Compiling unsafe-libyaml v0.2.11
24162026-05-28T23:34:02.519Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-28T23:34:02.548Z Compiling regress v0.10.5
24182026-05-28T23:34:02.571Z Compiling is-terminal v0.4.17
24192026-05-28T23:34:02.571Z Compiling unicode-width v0.1.14
24202026-05-28T23:34:02.592Z Compiling prettyplease v0.2.37
24212026-05-28T23:34:02.596Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-28T23:34:02.596Z Compiling bytecount v0.6.9
24232026-05-28T23:34:02.615Z Compiling rustls v0.22.4
24242026-05-28T23:34:02.618Z Compiling rustls-webpki v0.102.8
24252026-05-28T23:34:02.618Z Compiling derive-where v1.6.0
24262026-05-28T23:34:02.681Z Compiling thread_local v1.1.9
24272026-05-28T23:34:02.701Z Compiling compression-core v0.4.31
24282026-05-28T23:34:02.768Z Compiling match_cfg v0.1.0
24292026-05-28T23:34:02.818Z Compiling multer v3.1.0
24302026-05-28T23:34:02.841Z Compiling slog-async v2.8.0
24312026-05-28T23:34:02.861Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-05-28T23:34:02.886Z Compiling compression-codecs v0.4.37
24332026-05-28T23:34:02.886Z Compiling crossbeam-channel v0.5.15
24342026-05-28T23:34:02.935Z Compiling hostname v0.3.1
24352026-05-28T23:34:02.939Z Compiling slog-json v2.6.1
24362026-05-28T23:34:02.939Z Compiling serde_spanned v1.0.4
24372026-05-28T23:34:02.939Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-28T23:34:03.023Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-28T23:34:03.045Z Compiling take_mut v0.2.2
24402026-05-28T23:34:03.094Z Compiling term v1.2.1
24412026-05-28T23:34:03.175Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-05-28T23:34:03.199Z Compiling slog-bunyan v2.5.0
24432026-05-28T23:34:03.203Z Compiling async-compression v0.4.41
24442026-05-28T23:34:03.367Z Compiling toml v1.0.6+spec-1.1.0
24452026-05-28T23:34:03.389Z Compiling slog-term v2.9.2
24462026-05-28T23:34:03.434Z Compiling dropshot v0.17.0
24472026-05-28T23:34:03.464Z Compiling async-stream v0.3.6
24482026-05-28T23:34:03.504Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-05-28T23:34:03.598Z Compiling num-rational v0.4.2
24502026-05-28T23:34:03.625Z Compiling progenitor-client v0.14.0
24512026-05-28T23:34:03.649Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-28T23:34:03.675Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-28T23:34:03.710Z Compiling waitgroup v0.1.2
24542026-05-28T23:34:03.748Z Compiling backon v1.6.0
24552026-05-28T23:34:03.916Z Compiling rustls-pemfile v2.2.0
24562026-05-28T23:34:03.920Z Compiling num-complex v0.4.6
24572026-05-28T23:34:03.920Z Compiling serde_path_to_error v0.1.20
24582026-05-28T23:34:03.972Z Compiling hostname v0.4.2
24592026-05-28T23:34:04.027Z Compiling typify-impl v0.6.2
24602026-05-28T23:34:04.052Z Compiling instant v0.1.13
24612026-05-28T23:34:04.110Z Compiling debug-ignore v1.0.5
24622026-05-28T23:34:05.184Z Compiling progenitor-extras v0.2.0
24632026-05-28T23:34:05.187Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-05-28T23:34:05.187Z Compiling backoff v0.4.0
24652026-05-28T23:34:05.187Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-05-28T23:34:05.187Z Compiling num v0.4.3
24672026-05-28T23:34:05.187Z Compiling parse-display v0.10.0
24682026-05-28T23:34:05.187Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-28T23:34:05.187Z Compiling progenitor-client v0.10.0
24702026-05-28T23:34:05.187Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-28T23:34:05.187Z Compiling macaddr v1.0.1
24722026-05-28T23:34:05.187Z Compiling float-ord v0.3.2
24732026-05-28T23:34:05.187Z Compiling humantime v2.3.0
24742026-05-28T23:34:05.187Z Compiling console v0.15.11
24752026-05-28T23:34:05.187Z Compiling newline-converter v0.3.0
24762026-05-28T23:34:05.188Z Compiling atomicwrites v0.4.4
24772026-05-28T23:34:05.188Z Compiling progenitor-client v0.13.0
24782026-05-28T23:34:05.188Z Compiling slog-dtrace v0.3.0
24792026-05-28T23:34:05.188Z Compiling resolv-conf v0.7.6
24802026-05-28T23:34:05.188Z Compiling tokio-rustls v0.25.0
24812026-05-28T23:34:05.198Z Compiling expectorate v1.2.0
24822026-05-28T23:34:05.240Z Compiling cancel-safe-futures v0.1.5
24832026-05-28T23:34:05.269Z Compiling owo-colors v4.3.0
24842026-05-28T23:34:05.392Z Compiling toml v0.8.23
24852026-05-28T23:34:05.446Z Compiling libsw-core v0.3.2
24862026-05-28T23:34:05.529Z Compiling linked-hash-map v0.5.6
24872026-05-28T23:34:05.650Z Compiling libsw v3.5.0
24882026-05-28T23:34:05.697Z Compiling linear-map v1.2.0
24892026-05-28T23:34:05.785Z Compiling lru-cache v0.1.2
24902026-05-28T23:34:05.880Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-05-28T23:34:05.953Z Compiling minimal-lexical v0.2.1
24922026-05-28T23:34:05.976Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-28T23:34:05.980Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-28T23:34:06.018Z Compiling hickory-proto v0.24.4
24952026-05-28T23:34:06.022Z Compiling unicode-xid v0.2.6
24962026-05-28T23:34:06.065Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-28T23:34:06.139Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-28T23:34:06.178Z Compiling nom v7.1.3
24992026-05-28T23:34:06.228Z Compiling convert_case v0.10.0
25002026-05-28T23:34:06.528Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-05-28T23:34:06.637Z Compiling derive_more-impl v2.1.1
25022026-05-28T23:34:06.920Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-28T23:34:07.463Z Compiling derive_more v2.1.1
25042026-05-28T23:34:07.484Z Compiling typify-macro v0.6.2
25052026-05-28T23:34:07.487Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-05-28T23:34:07.568Z Compiling papergrid v0.11.0
25072026-05-28T23:34:07.590Z Compiling tabled_derive v0.7.0
25082026-05-28T23:34:07.662Z Compiling termtree v0.5.1
25092026-05-28T23:34:07.859Z Compiling crossterm v0.29.0
25102026-05-28T23:34:08.486Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-05-28T23:34:08.701Z Compiling hickory-resolver v0.24.4
25122026-05-28T23:34:08.836Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-05-28T23:34:09.030Z Compiling typify v0.6.2
25142026-05-28T23:34:09.173Z Compiling progenitor-impl v0.14.0
25152026-05-28T23:34:09.697Z Compiling progenitor-impl v0.13.0
25162026-05-28T23:34:10.069Z Compiling qorb v0.4.1
25172026-05-28T23:34:10.836Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25182026-05-28T23:34:11.162Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-05-28T23:34:11.373Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-05-28T23:34:11.397Z Compiling progenitor-macro v0.14.0
25212026-05-28T23:34:11.844Z Compiling tabled v0.15.0
25222026-05-28T23:34:11.867Z Compiling progenitor-macro v0.13.0
25232026-05-28T23:34:13.931Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-05-28T23:34:14.160Z Compiling phf_shared v0.12.1
25252026-05-28T23:34:14.325Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-28T23:34:14.417Z Compiling vte v0.14.1
25272026-05-28T23:34:14.560Z Compiling csv-core v0.1.13
25282026-05-28T23:34:14.862Z Compiling chrono-tz v0.10.4
25292026-05-28T23:34:15.005Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-05-28T23:34:15.087Z Compiling highway v1.3.0
25312026-05-28T23:34:15.139Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-05-28T23:34:15.503Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-28T23:34:15.532Z Compiling progenitor v0.14.0
25342026-05-28T23:34:15.723Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-28T23:34:15.833Z Compiling csv v1.4.0
25362026-05-28T23:34:15.942Z Compiling progenitor v0.13.0
25372026-05-28T23:34:16.121Z Compiling strip-ansi-escapes v0.2.1
25382026-05-28T23:34:16.325Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-05-28T23:34:16.690Z Compiling phf v0.12.1
25402026-05-28T23:34:16.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-28T23:34:16.848Z Compiling const_format_proc_macros v0.2.34
25422026-05-28T23:34:16.899Z Compiling fd-lock v4.0.4
25432026-05-28T23:34:17.078Z Compiling peg-macros v0.8.5
25442026-05-28T23:34:17.114Z Compiling nu-ansi-term v0.50.3
25452026-05-28T23:34:17.594Z Compiling const_format v0.2.35
25462026-05-28T23:34:17.683Z Compiling reedline v0.40.0
25472026-05-28T23:34:18.341Z Compiling peg v0.8.5
25482026-05-28T23:34:18.468Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-05-28T23:34:18.885Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-28T23:34:18.972Z Compiling bcs v0.1.6
25512026-05-28T23:34:19.140Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-28T23:34:19.428Z Compiling semver v0.1.20
25532026-05-28T23:34:19.431Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-28T23:34:19.471Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-28T23:34:19.701Z Compiling rustc_version v0.1.7
25562026-05-28T23:34:19.724Z Compiling smawk v0.3.2
25572026-05-28T23:34:19.792Z Compiling unicode-linebreak v0.1.5
25582026-05-28T23:34:19.916Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-05-28T23:34:19.945Z Compiling newtype_derive v0.1.6
25602026-05-28T23:34:20.105Z Compiling textwrap v0.16.2
25612026-05-28T23:34:20.351Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-28T23:34:20.720Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-28T23:34:21.098Z Compiling base64 v0.21.7
25642026-05-28T23:34:21.575Z Compiling steno v0.4.1
25652026-05-28T23:34:21.637Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-28T23:34:21.708Z Compiling tagptr v0.2.0
25672026-05-28T23:34:21.843Z Compiling utf-8 v0.7.6
25682026-05-28T23:34:21.907Z Compiling moka v0.12.13
25692026-05-28T23:34:22.081Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-28T23:34:22.125Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-28T23:34:22.284Z Compiling tungstenite v0.21.0
25722026-05-28T23:34:22.367Z Compiling radium v0.7.0
25732026-05-28T23:34:22.389Z Compiling display-error-chain v0.2.2
25742026-05-28T23:34:22.746Z Compiling tap v1.0.1
25752026-05-28T23:34:22.898Z Compiling maybe-uninit v2.0.0
25762026-05-28T23:34:23.047Z Compiling hickory-resolver v0.25.2
25772026-05-28T23:34:23.151Z Compiling tokio-tungstenite v0.21.0
25782026-05-28T23:34:23.260Z Compiling wyz v0.5.1
25792026-05-28T23:34:23.511Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25802026-05-28T23:34:23.582Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-05-28T23:34:23.737Z Compiling num-derive v0.3.3
25822026-05-28T23:34:24.254Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25832026-05-28T23:34:24.334Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-05-28T23:34:24.470Z Compiling zerocopy-derive v0.6.6
25852026-05-28T23:34:24.656Z Compiling proc-macro-error-attr2 v2.0.0
25862026-05-28T23:34:25.063Z Compiling funty v2.0.0
25872026-05-28T23:34:25.271Z Compiling packed_struct v0.10.1
25882026-05-28T23:34:25.297Z Compiling crc-catalog v2.4.0
25892026-05-28T23:34:25.422Z Compiling crc v3.4.0
25902026-05-28T23:34:25.577Z Compiling bitvec v1.0.1
25912026-05-28T23:34:25.646Z Compiling zerocopy v0.6.6
25922026-05-28T23:34:26.013Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-05-28T23:34:26.042Z Compiling proc-macro-error2 v2.0.1
25942026-05-28T23:34:26.368Z Compiling libscf-sys v1.1.0
25952026-05-28T23:34:26.499Z Compiling packed_struct_codegen v0.10.1
25962026-05-28T23:34:26.545Z Compiling vergen-lib v0.1.6
25972026-05-28T23:34:26.775Z Compiling bitfield-macros v0.19.4
25982026-05-28T23:34:27.397Z Compiling indexmap v1.9.3
25992026-05-28T23:34:27.496Z Compiling nodrop v0.1.14
26002026-05-28T23:34:27.606Z Compiling array-init v0.0.4
26012026-05-28T23:34:27.631Z Compiling bitfield v0.19.4
26022026-05-28T23:34:27.715Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-05-28T23:34:27.963Z Compiling smallvec v0.6.14
26042026-05-28T23:34:27.998Z Compiling tabled_derive v0.11.0
26052026-05-28T23:34:28.215Z Compiling papergrid v0.17.0
26062026-05-28T23:34:28.251Z Compiling testing_table v0.3.0
26072026-05-28T23:34:28.419Z Compiling vergen-gitcl v1.0.8
26082026-05-28T23:34:28.473Z Compiling dirs-sys-next v0.1.2
26092026-05-28T23:34:28.672Z Compiling maplit v1.0.2
26102026-05-28T23:34:28.696Z Compiling diesel_derives v2.3.7
26112026-05-28T23:34:28.719Z Compiling hashbrown v0.12.3
26122026-05-28T23:34:28.762Z Compiling glob v0.3.3
26132026-05-28T23:34:28.801Z Compiling crunchy v0.2.4
26142026-05-28T23:34:28.979Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-05-28T23:34:29.072Z Compiling dirs-next v2.0.0
26162026-05-28T23:34:29.093Z Compiling serde-hex v0.1.0
26172026-05-28T23:34:29.142Z Compiling clang-sys v1.8.1
26182026-05-28T23:34:29.224Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-05-28T23:34:29.472Z Compiling tabled v0.20.0
26202026-05-28T23:34:29.512Z Compiling ron v0.8.1
26212026-05-28T23:34:29.534Z Compiling hashbrown v0.13.2
26222026-05-28T23:34:29.555Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-28T23:34:29.859Z Compiling scheduled-thread-pool v0.2.7
26242026-05-28T23:34:30.151Z Compiling dsl_auto_type v0.2.0
26252026-05-28T23:34:30.195Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-28T23:34:30.425Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-28T23:34:30.463Z Compiling tiny-keccak v2.0.2
26282026-05-28T23:34:30.534Z Compiling crc-any v2.5.0
26292026-05-28T23:34:30.751Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-28T23:34:30.772Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-05-28T23:34:30.772Z Compiling object v0.30.4
26322026-05-28T23:34:30.959Z Compiling r2d2 v0.8.10
26332026-05-28T23:34:31.209Z Compiling term v0.7.0
26342026-05-28T23:34:31.360Z Compiling bit-vec v0.6.3
26352026-05-28T23:34:31.475Z Compiling path-slash v0.1.5
26362026-05-28T23:34:31.539Z Compiling downcast-rs v2.0.2
26372026-05-28T23:34:31.606Z Compiling xshell-macros v0.2.7
26382026-05-28T23:34:31.677Z Compiling bit-set v0.5.3
26392026-05-28T23:34:31.691Z Compiling ascii-canvas v3.0.0
26402026-05-28T23:34:31.859Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-05-28T23:34:31.883Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26422026-05-28T23:34:31.977Z Compiling itertools v0.10.5
26432026-05-28T23:34:31.998Z Compiling xshell v0.2.7
26442026-05-28T23:34:32.228Z Compiling ena v0.14.4
26452026-05-28T23:34:32.363Z Compiling libloading v0.8.9
26462026-05-28T23:34:32.474Z Compiling regex-syntax v0.6.29
26472026-05-28T23:34:32.597Z Compiling unicase v2.9.0
26482026-05-28T23:34:32.908Z Compiling bindgen v0.71.1
26492026-05-28T23:34:33.067Z Compiling crc8 v0.1.1
26502026-05-28T23:34:33.222Z Compiling diff v0.1.13
26512026-05-28T23:34:33.277Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-05-28T23:34:33.487Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-28T23:34:33.941Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-05-28T23:34:34.406Z Compiling lalrpop v0.19.12
26552026-05-28T23:34:34.462Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-28T23:34:34.534Z Compiling cexpr v0.6.0
26572026-05-28T23:34:34.802Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-05-28T23:34:35.026Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-05-28T23:34:35.083Z Compiling rustc-hash v2.1.1
26602026-05-28T23:34:35.162Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-05-28T23:34:35.183Z Compiling headers-core v0.3.0
26622026-05-28T23:34:35.254Z Compiling libxml v0.3.3
26632026-05-28T23:34:35.347Z Compiling headers v0.4.1
26642026-05-28T23:34:35.478Z Compiling diesel v2.3.7
26652026-05-28T23:34:35.566Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-05-28T23:34:35.650Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-05-28T23:34:35.925Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-28T23:34:35.982Z Compiling typify-impl v0.4.3
26692026-05-28T23:34:36.416Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-05-28T23:34:36.648Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-05-28T23:34:36.979Z Compiling strum_macros v0.24.3
26722026-05-28T23:34:37.007Z Compiling git-stub v1.0.0
26732026-05-28T23:34:37.174Z Compiling indoc v1.0.9
26742026-05-28T23:34:37.228Z Compiling git-stub-vcs v0.1.0
26752026-05-28T23:34:37.593Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-28T23:34:37.615Z Compiling derive_builder v0.20.2
26772026-05-28T23:34:37.791Z Compiling quick-xml v0.37.5
26782026-05-28T23:34:37.828Z Compiling oso-derive v0.27.3
26792026-05-28T23:34:38.239Z Compiling impl-trait-for-tuples v0.2.3
26802026-05-28T23:34:38.353Z Compiling openssl-probe v0.1.6
26812026-05-28T23:34:38.687Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-05-28T23:34:39.241Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-05-28T23:34:39.438Z Compiling half v1.8.3
26842026-05-28T23:34:39.475Z Compiling typify-macro v0.4.3
26852026-05-28T23:34:39.590Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-05-28T23:34:39.614Z Compiling bb8 v0.8.6
26872026-05-28T23:34:39.825Z Compiling serde_cbor v0.11.2
26882026-05-28T23:34:39.849Z Compiling trait-variant v0.1.2
26892026-05-28T23:34:39.872Z Compiling samael v0.0.19
26902026-05-28T23:34:39.926Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-05-28T23:34:40.015Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-05-28T23:34:40.351Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-05-28T23:34:40.393Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-05-28T23:34:40.583Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-05-28T23:34:40.887Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-28T23:34:40.914Z Compiling fxhash v0.2.1
26972026-05-28T23:34:41.019Z Compiling typify v0.4.3
26982026-05-28T23:34:41.085Z Compiling libz-sys v1.1.24
26992026-05-28T23:34:41.168Z Compiling progenitor-impl v0.11.2
27002026-05-28T23:34:41.238Z Compiling nonempty v0.12.0
27012026-05-28T23:34:41.473Z Compiling salty v0.3.0
27022026-05-28T23:34:41.753Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-05-28T23:34:41.776Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27042026-05-28T23:34:41.827Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-05-28T23:34:41.911Z Compiling progenitor-client v0.11.2
27062026-05-28T23:34:41.932Z Compiling polar-core v0.27.3
27072026-05-28T23:34:42.146Z Compiling kstat-rs v0.2.4
27082026-05-28T23:34:42.262Z Compiling arc-swap v1.8.2
27092026-05-28T23:34:42.443Z Compiling fs-err v2.11.0
27102026-05-28T23:34:42.831Z Compiling slog-scope v4.4.1
27112026-05-28T23:34:42.869Z Compiling mime_guess v2.0.5
27122026-05-28T23:34:43.306Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27132026-05-28T23:34:43.330Z Compiling progenitor-macro v0.11.2
27142026-05-28T23:34:43.396Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-05-28T23:34:44.079Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-28T23:34:46.015Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-05-28T23:34:46.329Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-28T23:34:46.518Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-28T23:34:46.684Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-05-28T23:34:46.760Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27212026-05-28T23:34:47.401Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27222026-05-28T23:34:47.683Z Compiling progenitor v0.11.2
27232026-05-28T23:34:47.706Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27242026-05-28T23:34:47.874Z Compiling nanorand v0.7.0
27252026-05-28T23:34:48.009Z Compiling darling_core v0.23.0
27262026-05-28T23:34:48.248Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-05-28T23:34:48.683Z Compiling parking_lot_core v0.8.6
27282026-05-28T23:34:50.169Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-05-28T23:34:51.287Z Compiling oso v0.27.3
27302026-05-28T23:34:55.152Z Compiling async-bb8-diesel v0.2.1
27312026-05-28T23:34:55.631Z Compiling diesel-dtrace v0.5.0
27322026-05-28T23:34:55.778Z Compiling darling_macro v0.23.0
27332026-05-28T23:34:55.945Z Compiling flume v0.11.1
27342026-05-28T23:34:55.970Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-28T23:34:56.182Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-28T23:34:56.249Z Compiling slog-stdlog v4.1.1
27372026-05-28T23:34:56.491Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-05-28T23:34:56.720Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-05-28T23:34:57.716Z Compiling primeorder v0.13.6
27402026-05-28T23:34:57.887Z Compiling atty v0.2.14
27412026-05-28T23:34:58.018Z Compiling parse-size v1.1.0
27422026-05-28T23:34:58.041Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-05-28T23:34:58.044Z Compiling http-range v0.1.5
27442026-05-28T23:34:58.248Z Compiling instability v0.3.11
27452026-05-28T23:34:58.278Z Compiling strsim v0.10.0
27462026-05-28T23:34:58.337Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27472026-05-28T23:34:58.375Z Compiling p384 v0.13.1
27482026-05-28T23:34:58.402Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-05-28T23:34:58.531Z Compiling darling_core v0.13.4
27502026-05-28T23:34:58.632Z Compiling slog-envlogger v2.2.0
27512026-05-28T23:34:59.680Z Compiling darling v0.23.0
27522026-05-28T23:35:00.534Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-05-28T23:35:00.565Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-28T23:35:00.604Z Compiling ignore v0.4.25
27552026-05-28T23:35:01.162Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-28T23:35:01.381Z Compiling castaway v0.2.4
27572026-05-28T23:35:01.429Z Compiling vergen-git2 v9.1.0
27582026-05-28T23:35:01.540Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-28T23:35:01.668Z Compiling indoc v2.0.7
27602026-05-28T23:35:01.925Z Compiling compact_str v0.8.1
27612026-05-28T23:35:02.524Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-28T23:35:02.569Z Compiling globwalk v0.9.1
27632026-05-28T23:35:02.818Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-28T23:35:03.055Z Compiling parking_lot v0.11.2
27652026-05-28T23:35:03.375Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-28T23:35:03.810Z Compiling darling_macro v0.13.4
27672026-05-28T23:35:03.991Z Compiling hyper-staticfile v0.10.1
27682026-05-28T23:35:04.066Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-28T23:35:04.625Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-28T23:35:05.189Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-28T23:35:05.272Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-05-28T23:35:05.607Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-05-28T23:35:05.724Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-28T23:35:05.965Z Compiling predicates-tree v1.0.13
27752026-05-28T23:35:06.023Z Compiling unicode-truncate v1.1.0
27762026-05-28T23:35:06.245Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-05-28T23:35:06.436Z Compiling lru v0.12.5
27782026-05-28T23:35:06.460Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-28T23:35:06.486Z Compiling rand_seeder v0.4.0
27802026-05-28T23:35:06.668Z Compiling prefix-trie v0.7.0
27812026-05-28T23:35:06.786Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-28T23:35:06.810Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-28T23:35:06.855Z Compiling rustls v0.21.12
27842026-05-28T23:35:07.007Z Compiling corncobs v0.1.4
27852026-05-28T23:35:07.074Z Compiling cassowary v0.3.0
27862026-05-28T23:35:07.096Z Compiling illumos-nvpair-sys v0.2.0
27872026-05-28T23:35:07.176Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-28T23:35:07.261Z Compiling hickory-server v0.25.2
27892026-05-28T23:35:07.264Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-05-28T23:35:07.309Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-05-28T23:35:07.366Z Compiling ratatui v0.29.0
27922026-05-28T23:35:07.521Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-05-28T23:35:07.541Z Compiling camino-tempfile-ext v0.3.3
27942026-05-28T23:35:07.649Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-28T23:35:07.887Z Compiling darling v0.13.4
27962026-05-28T23:35:08.183Z Compiling sled v0.34.7
27972026-05-28T23:35:08.643Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-28T23:35:08.744Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-28T23:35:08.939Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-05-28T23:35:10.536Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-05-28T23:35:11.556Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-05-28T23:35:11.746Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-28T23:35:11.793Z Compiling rustls-webpki v0.101.7
28042026-05-28T23:35:11.991Z Compiling sct v0.7.1
28052026-05-28T23:35:12.267Z Compiling secrecy v0.8.0
28062026-05-28T23:35:12.320Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-05-28T23:35:12.680Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-28T23:35:13.479Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-05-28T23:35:13.659Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-05-28T23:35:13.820Z Compiling serde_with_macros v1.5.2
28112026-05-28T23:35:14.643Z Compiling git2 v0.20.4
28122026-05-28T23:35:14.678Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-05-28T23:35:14.743Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-05-28T23:35:15.284Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-05-28T23:35:15.387Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-28T23:35:15.611Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-05-28T23:35:15.843Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-05-28T23:35:16.112Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-05-28T23:35:16.340Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-05-28T23:35:16.570Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-28T23:35:16.805Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28222026-05-28T23:35:17.138Z Compiling void v1.0.2
28232026-05-28T23:35:17.318Z Compiling lzss v0.8.2
28242026-05-28T23:35:17.721Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28252026-05-28T23:35:17.768Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28262026-05-28T23:35:17.799Z Compiling illumos-nvpair v0.3.0
28272026-05-28T23:35:18.106Z Compiling serde_with v1.14.0
28282026-05-28T23:35:18.327Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28292026-05-28T23:35:18.964Z Compiling tokio-rustls v0.24.1
28302026-05-28T23:35:19.330Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-05-28T23:35:19.564Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-05-28T23:35:20.600Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-28T23:35:21.310Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-05-28T23:35:21.818Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-05-28T23:35:22.031Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-28T23:35:22.052Z Compiling tungstenite v0.23.0
28372026-05-28T23:35:22.278Z Compiling rustls-pemfile v1.0.4
28382026-05-28T23:35:22.664Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-05-28T23:35:22.686Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-05-28T23:35:22.917Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-05-28T23:35:23.146Z Compiling nix v0.27.1
28422026-05-28T23:35:23.668Z Compiling twox-hash v2.1.2
28432026-05-28T23:35:24.202Z Compiling serde_bytes v0.11.19
28442026-05-28T23:35:24.422Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-05-28T23:35:24.444Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-05-28T23:35:25.510Z Compiling tokio-tungstenite v0.23.1
28472026-05-28T23:35:25.513Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-05-28T23:35:25.513Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-05-28T23:35:25.845Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-05-28T23:35:28.121Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-28T23:35:28.763Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-05-28T23:35:29.665Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-05-28T23:35:29.922Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-05-28T23:35:30.197Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-05-28T23:35:30.346Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-05-28T23:35:30.639Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28572026-05-28T23:35:30.819Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-05-28T23:35:30.900Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-05-28T23:35:31.287Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-05-28T23:35:32.535Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28612026-05-28T23:35:33.234Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-05-28T23:35:33.773Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-05-28T23:35:34.270Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-05-28T23:35:34.869Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-05-28T23:35:35.285Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28662026-05-28T23:35:35.576Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-05-28T23:35:35.715Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-05-28T23:35:36.168Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-05-28T23:35:37.142Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-28T23:35:37.406Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-05-28T23:35:38.082Z Compiling fatfs v0.3.6
28722026-05-28T23:35:38.109Z Compiling signal-hook-tokio v0.3.1
28732026-05-28T23:35:38.303Z Compiling yasna v0.5.2
28742026-05-28T23:35:38.329Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-28T23:35:38.765Z Compiling is_ci v1.2.0
28762026-05-28T23:35:38.817Z Compiling seq-macro v0.3.6
28772026-05-28T23:35:39.024Z Compiling assert_matches v1.5.0
28782026-05-28T23:35:39.135Z Compiling supports-color v3.0.2
28792026-05-28T23:35:39.280Z Compiling rcgen v0.12.1
28802026-05-28T23:35:39.308Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-05-28T23:35:39.407Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-05-28T23:35:39.542Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-05-28T23:35:39.808Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-05-28T23:35:40.039Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-05-28T23:35:40.269Z Compiling rtoolbox v0.0.3
28862026-05-28T23:35:40.554Z Compiling subprocess v0.2.15
28872026-05-28T23:35:40.589Z Compiling rpassword v7.4.0
28882026-05-28T23:35:40.944Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28892026-05-28T23:35:42.002Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-05-28T23:35:42.756Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-28T23:35:43.339Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-05-28T23:35:43.479Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-05-28T23:35:43.670Z Compiling tui-tree-widget v0.23.1
28942026-05-28T23:35:43.979Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-05-28T23:35:44.679Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-05-28T23:35:45.214Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-05-28T23:35:45.261Z Compiling uzers v0.12.2
28982026-05-28T23:35:46.779Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-05-28T23:35:47.110Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-05-28T23:35:48.329Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-05-28T23:35:48.641Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-05-28T23:35:52.312Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-05-28T23:35:53.181Z Compiling support-bundle-viewer v0.1.2
29042026-05-28T23:35:54.517Z Compiling multimap v0.10.1
29052026-05-28T23:36:03.082Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-05-28T23:36:08.781Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-05-28T23:36:14.900Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-05-28T23:36:16.254Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-05-28T23:36:17.113Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-05-28T23:42:04.520Z Finished `release` profile [optimized] target(s) in 8m 03s
29112026-05-28T23:42:52.807Z
29122026-05-28T23:42:52.807Zreal 8:52.965985795
29132026-05-28T23:42:52.807Zuser 1:18:30.228972332
29142026-05-28T23:42:52.810Zsys 3:38.764372362
29152026-05-28T23:42:52.810Ztrap 1.702717273
29162026-05-28T23:42:52.810Ztflt 3.392235985
29172026-05-28T23:42:52.810Zdflt 19.830632679
29182026-05-28T23:42:52.811Zkflt 0.029698019
29192026-05-28T23:42:52.811Zlock 6:39:57.689358904
29202026-05-28T23:42:52.811Zslp 2:12:11.667631629
29212026-05-28T23:42:52.811Zlat 2:25.456516320
29222026-05-28T23:42:52.811Zstop 5:23.076162705
29232026-05-28T23:42:52.811Z+ mapfile -t packages
29242026-05-28T23:42:52.811Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-05-28T23:42:53.778Z Finished `release` profile [optimized] target(s) in 0.96s
29262026-05-28T23:42:53.854Z Running `target/release/omicron-package -t test list-outputs`
29272026-05-28T23:42:53.919ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-05-28T23:42:53.922Z+ ptime -m cargo build --locked --release -p xtask
29292026-05-28T23:42:54.455Z Compiling libc v0.2.185
29302026-05-28T23:42:54.455Z Compiling serde v1.0.228
29312026-05-28T23:42:54.455Z Compiling serde_core v1.0.228
29322026-05-28T23:42:54.458Z Compiling rustix v1.1.3
29332026-05-28T23:42:54.570Z Compiling bitflags v2.11.0
29342026-05-28T23:42:54.573Z Compiling serde_json v1.0.149
29352026-05-28T23:42:54.612Z Compiling num-traits v0.2.19
29362026-05-28T23:42:54.625Z Compiling syn v2.0.117
29372026-05-28T23:42:54.639Z Compiling smallvec v1.15.1
29382026-05-28T23:42:54.648Z Compiling indexmap v2.14.0
29392026-05-28T23:42:54.670Z Compiling usdt-impl v0.5.0
29402026-05-28T23:42:54.682Z Compiling syn v1.0.109
29412026-05-28T23:42:54.695Z Compiling percent-encoding v2.3.2
29422026-05-28T23:42:54.706Z Compiling getrandom v0.4.1
29432026-05-28T23:42:54.828Z Compiling log v0.4.29
29442026-05-28T23:42:54.947Z Compiling form_urlencoded v1.2.2
29452026-05-28T23:42:54.994Z Compiling fs-err v3.3.0
29462026-05-28T23:42:55.115Z Compiling anyhow v1.0.102
29472026-05-28T23:42:55.143Z Compiling heck v0.4.1
29482026-05-28T23:42:55.146Z Compiling once_cell v1.21.3
29492026-05-28T23:42:55.321Z Compiling errno v0.3.14
29502026-05-28T23:42:55.368Z Compiling thread-id v4.2.2
29512026-05-28T23:42:55.381Z Compiling memmap v0.7.0
29522026-05-28T23:42:55.672Z Compiling ordered-float v2.10.1
29532026-05-28T23:42:56.204Z Compiling proc-macro-error v1.0.4
29542026-05-28T23:42:56.327Z Compiling terminal_size v0.4.3
29552026-05-28T23:42:56.327Z Compiling tempfile v3.25.0
29562026-05-28T23:42:56.432Z Compiling clap_builder v4.5.60
29572026-05-28T23:42:56.432Z Compiling textwrap v0.16.2
29582026-05-28T23:42:56.455Z Compiling tabled_derive v0.7.0
29592026-05-28T23:42:56.564Z Compiling camino-tempfile v1.4.1
29602026-05-28T23:42:57.107Z Compiling tabled v0.15.0
29612026-05-28T23:42:57.124Z Compiling synstructure v0.13.2
29622026-05-28T23:42:57.128Z Compiling pest_generator v2.8.6
29632026-05-28T23:42:57.516Z Compiling serde_derive v1.0.228
29642026-05-28T23:42:57.516Z Compiling zerovec-derive v0.11.2
29652026-05-28T23:42:57.519Z Compiling displaydoc v0.2.5
29662026-05-28T23:42:57.519Z Compiling thiserror-impl v1.0.69
29672026-05-28T23:42:57.519Z Compiling zerocopy-derive v0.7.35
29682026-05-28T23:42:57.519Z Compiling scroll_derive v0.12.1
29692026-05-28T23:42:57.519Z Compiling thiserror-impl v2.0.18
29702026-05-28T23:42:57.519Z Compiling clap_derive v4.5.55
29712026-05-28T23:42:57.554Z Compiling zerofrom-derive v0.1.6
29722026-05-28T23:42:57.652Z Compiling yoke-derive v0.8.1
29732026-05-28T23:42:58.209Z Compiling pest_derive v2.8.6
29742026-05-28T23:42:58.280Z Compiling scroll v0.12.0
29752026-05-28T23:42:58.426Z Compiling zerocopy v0.7.35
29762026-05-28T23:42:58.540Z Compiling goblin v0.8.2
29772026-05-28T23:42:58.683Z Compiling thiserror v1.0.69
29782026-05-28T23:42:58.741Z Compiling zerofrom v0.1.6
29792026-05-28T23:42:58.765Z Compiling thiserror v2.0.18
29802026-05-28T23:42:58.813Z Compiling dtrace-parser v0.2.0
29812026-05-28T23:42:58.891Z Compiling yoke v0.8.1
29822026-05-28T23:42:59.120Z Compiling zerovec v0.11.5
29832026-05-28T23:42:59.142Z Compiling zerotrie v0.2.3
29842026-05-28T23:42:59.212Z Compiling clap v4.5.60
29852026-05-28T23:42:59.743Z Compiling tinystr v0.8.2
29862026-05-28T23:42:59.986Z Compiling icu_locale_core v2.1.1
29872026-05-28T23:43:00.705Z Compiling potential_utf v0.1.4
29882026-05-28T23:43:00.725Z Compiling icu_provider v2.1.1
29892026-05-28T23:43:00.916Z Compiling icu_collections v2.1.1
29902026-05-28T23:43:00.920Z Compiling serde_spanned v0.6.9
29912026-05-28T23:43:00.940Z Compiling toml_datetime v0.6.11
29922026-05-28T23:43:01.023Z Compiling serde-value v0.7.0
29932026-05-28T23:43:01.075Z Compiling dof v0.3.0
29942026-05-28T23:43:01.111Z Compiling cargo-platform v0.2.0
29952026-05-28T23:43:01.175Z Compiling toml_edit v0.22.27
29962026-05-28T23:43:01.304Z Compiling icu_properties v2.1.2
29972026-05-28T23:43:01.343Z Compiling icu_normalizer v2.1.1
29982026-05-28T23:43:01.672Z Compiling serde_tokenstream v0.2.3
29992026-05-28T23:43:01.718Z Compiling macaddr v1.0.1
30002026-05-28T23:43:02.189Z Compiling idna_adapter v1.2.1
30012026-05-28T23:43:02.203Z Compiling usdt-macro v0.5.0
30022026-05-28T23:43:02.207Z Compiling usdt-attr-macro v0.5.0
30032026-05-28T23:43:02.306Z Compiling idna v1.1.0
30042026-05-28T23:43:02.642Z Compiling url v2.5.8
30052026-05-28T23:43:02.737Z Compiling toml v0.8.23
30062026-05-28T23:43:02.886Z Compiling usdt v0.5.0
30072026-05-28T23:43:03.204Z Compiling cargo-util-schemas v0.8.2
30082026-05-28T23:43:03.218Z Compiling cargo_toml v0.21.0
30092026-05-28T23:43:04.226Z Compiling cargo_metadata v0.21.0
30102026-05-28T23:43:07.336Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-05-28T23:43:10.331Z Finished `release` profile [optimized] target(s) in 16.39s
30122026-05-28T23:43:10.492Z
30132026-05-28T23:43:10.492Zreal 16.529548020
30142026-05-28T23:43:10.492Zuser 2:21.196852613
30152026-05-28T23:43:10.492Zsys 17.301296490
30162026-05-28T23:43:10.492Ztrap 0.087863851
30172026-05-28T23:43:10.492Ztflt 0.494415430
30182026-05-28T23:43:10.492Zdflt 1.539129096
30192026-05-28T23:43:10.492Zkflt 0.000050120
30202026-05-28T23:43:10.496Zlock 5:17.354273532
30212026-05-28T23:43:10.496Zslp 3:21.961845875
30222026-05-28T23:43:10.496Zlat 7.886027652
30232026-05-28T23:43:10.496Zstop 21.908814368
30242026-05-28T23:43:10.496Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-05-28T23:43:10.496Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-05-28T23:43:10.496Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-05-28T23:43:10.496Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-05-28T23:43:10.496Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-05-28T23:43:11.442Z Compiling newtype-uuid-macros v0.1.0
30302026-05-28T23:43:11.442Z Compiling progenitor-client v0.14.0
30312026-05-28T23:43:11.442Z Compiling structmeta-derive v0.3.0
30322026-05-28T23:43:11.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-05-28T23:43:11.446Z Compiling rustls v0.22.4
30342026-05-28T23:43:11.621Z Compiling rustls-webpki v0.102.8
30352026-05-28T23:43:11.637Z Compiling multer v3.1.0
30362026-05-28T23:43:11.641Z Compiling compression-core v0.4.31
30372026-05-28T23:43:11.641Z Compiling match_cfg v0.1.0
30382026-05-28T23:43:11.641Z Compiling debug-ignore v1.0.5
30392026-05-28T23:43:11.641Z Compiling slog-json v2.6.1
30402026-05-28T23:43:11.641Z Compiling async-stream-impl v0.3.6
30412026-05-28T23:43:11.655Z Compiling serde_spanned v1.0.4
30422026-05-28T23:43:11.710Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-05-28T23:43:11.728Z Compiling dropshot v0.17.0
30442026-05-28T23:43:11.732Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-05-28T23:43:11.838Z Compiling compression-codecs v0.4.37
30462026-05-28T23:43:11.934Z Compiling itertools v0.14.0
30472026-05-28T23:43:11.974Z Compiling hostname v0.3.1
30482026-05-28T23:43:11.974Z Compiling waitgroup v0.1.2
30492026-05-28T23:43:11.977Z Compiling rustls-pemfile v2.2.0
30502026-05-28T23:43:11.977Z Compiling dropshot_endpoint v0.17.0
30512026-05-28T23:43:11.992Z Compiling toml v1.0.6+spec-1.1.0
30522026-05-28T23:43:11.995Z Compiling hostname v0.4.2
30532026-05-28T23:43:12.165Z Compiling slog-bunyan v2.5.0
30542026-05-28T23:43:12.185Z Compiling async-compression v0.4.41
30552026-05-28T23:43:12.189Z Compiling serde_path_to_error v0.1.20
30562026-05-28T23:43:12.222Z Compiling regress v0.10.5
30572026-05-28T23:43:12.241Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-05-28T23:43:12.259Z Compiling macaddr v1.0.1
30592026-05-28T23:43:12.303Z Compiling async-stream v0.3.6
30602026-05-28T23:43:12.325Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-05-28T23:43:12.328Z Compiling instant v0.1.13
30622026-05-28T23:43:12.370Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-05-28T23:43:12.454Z Compiling backon v1.6.0
30642026-05-28T23:43:12.473Z Compiling backoff v0.4.0
30652026-05-28T23:43:12.505Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-05-28T23:43:12.523Z Compiling progenitor-client v0.10.0
30672026-05-28T23:43:12.526Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-05-28T23:43:12.561Z Compiling humantime v2.3.0
30692026-05-28T23:43:12.565Z Compiling universal-hash v0.5.1
30702026-05-28T23:43:12.685Z Compiling progenitor-extras v0.2.0
30712026-05-28T23:43:12.708Z Compiling opaque-debug v0.3.1
30722026-05-28T23:43:12.724Z Compiling half v2.7.1
30732026-05-28T23:43:12.745Z Compiling crucible-workspace-hack v0.1.0
30742026-05-28T23:43:12.765Z Compiling structmeta v0.3.0
30752026-05-28T23:43:12.787Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-05-28T23:43:12.806Z Compiling ciborium-io v0.2.2
30772026-05-28T23:43:12.855Z Compiling regress v0.11.1
30782026-05-28T23:43:12.872Z Compiling convert_case v0.4.0
30792026-05-28T23:43:12.931Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-05-28T23:43:12.951Z Compiling aead v0.5.2
30812026-05-28T23:43:12.971Z Compiling secrecy v0.10.3
30822026-05-28T23:43:13.008Z Compiling derive-ex v0.1.8
30832026-05-28T23:43:13.029Z Compiling parse-display-derive v0.10.0
30842026-05-28T23:43:13.047Z Compiling ciborium-ll v0.2.2
30852026-05-28T23:43:13.065Z Compiling unsafe-libyaml v0.2.11
30862026-05-28T23:43:13.163Z Compiling poly1305 v0.8.0
30872026-05-28T23:43:13.182Z Compiling chacha20 v0.9.1
30882026-05-28T23:43:13.185Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30892026-05-28T23:43:13.223Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-05-28T23:43:13.242Z Compiling ciborium v0.2.2
30912026-05-28T23:43:13.270Z Compiling derive_more v0.99.20
30922026-05-28T23:43:13.300Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30932026-05-28T23:43:13.318Z Compiling thiserror-impl-no-std v2.0.2
30942026-05-28T23:43:13.462Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-05-28T23:43:13.479Z Compiling byte-wrapper v0.1.0
30962026-05-28T23:43:13.620Z Compiling password-hash v0.5.0
30972026-05-28T23:43:13.653Z Compiling serde_yaml v0.9.34+deprecated
30982026-05-28T23:43:13.843Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30992026-05-28T23:43:13.863Z Compiling blake2 v0.10.6
31002026-05-28T23:43:13.882Z Compiling chacha20poly1305 v0.10.1
31012026-05-28T23:43:13.906Z Compiling indent_write v2.2.0
31022026-05-28T23:43:13.926Z Compiling tokio-rustls v0.25.0
31032026-05-28T23:43:13.943Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-05-28T23:43:14.064Z Compiling heapless v0.8.0
31052026-05-28T23:43:14.082Z Compiling ingot-macros v0.1.1
31062026-05-28T23:43:14.085Z Compiling tabwriter v1.4.1
31072026-05-28T23:43:14.216Z Compiling argon2 v0.5.3
31082026-05-28T23:43:14.344Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-05-28T23:43:14.477Z Compiling typify-impl v0.6.2
31102026-05-28T23:43:14.563Z Compiling thiserror-no-std v2.0.2
31112026-05-28T23:43:14.607Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-05-28T23:43:14.683Z Compiling vsss-rs v3.3.4
31132026-05-28T23:43:14.811Z Compiling parse-display v0.10.0
31142026-05-28T23:43:14.814Z Compiling test-strategy v0.4.5
31152026-05-28T23:43:14.915Z Compiling hash32 v0.3.1
31162026-05-28T23:43:15.107Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-05-28T23:43:15.155Z Compiling smoltcp v0.11.0
31182026-05-28T23:43:15.391Z Compiling proc-macro-crate v3.4.0
31192026-05-28T23:43:15.481Z Compiling num-rational v0.4.2
31202026-05-28T23:43:15.501Z Compiling cobs v0.3.0
31212026-05-28T23:43:15.520Z Compiling num-complex v0.4.6
31222026-05-28T23:43:15.550Z Compiling colored v3.1.1
31232026-05-28T23:43:15.597Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-28T23:43:15.660Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31252026-05-28T23:43:15.734Z Compiling postcard v1.1.3
31262026-05-28T23:43:15.811Z Compiling proc-macro-error v1.0.4
31272026-05-28T23:43:15.859Z Compiling proc-macro-crate v1.3.1
31282026-05-28T23:43:15.938Z Compiling num v0.4.3
31292026-05-28T23:43:15.956Z Compiling atomicwrites v0.4.4
31302026-05-28T23:43:15.984Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-05-28T23:43:16.003Z Compiling num_enum_derive v0.7.5
31322026-05-28T23:43:16.038Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31332026-05-28T23:43:16.110Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-05-28T23:43:16.130Z Compiling foreign-types-macros v0.2.3
31352026-05-28T23:43:16.169Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-28T23:43:16.187Z Compiling cpufeatures v0.3.0
31372026-05-28T23:43:16.207Z Compiling foreign-types-shared v0.3.1
31382026-05-28T23:43:16.294Z Compiling float-ord v0.3.2
31392026-05-28T23:43:16.324Z Compiling rayon-core v1.13.0
31402026-05-28T23:43:16.343Z Compiling num_enum_derive v0.5.11
31412026-05-28T23:43:16.343Z Compiling chacha20 v0.10.0
31422026-05-28T23:43:16.426Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31432026-05-28T23:43:16.466Z Compiling crossbeam-deque v0.8.6
31442026-05-28T23:43:16.469Z Compiling camino-tempfile v1.4.1
31452026-05-28T23:43:16.528Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-05-28T23:43:16.574Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-05-28T23:43:16.592Z Compiling cstr-argument v0.1.2
31482026-05-28T23:43:16.707Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31492026-05-28T23:43:16.746Z Compiling rand v0.10.0
31502026-05-28T23:43:16.772Z Compiling foreign-types v0.5.0
31512026-05-28T23:43:16.789Z Compiling toml v0.8.23
31522026-05-28T23:43:16.883Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-05-28T23:43:16.960Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-28T23:43:17.024Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-05-28T23:43:17.044Z Compiling zone_cfg_derive v0.3.1
31562026-05-28T23:43:17.077Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-05-28T23:43:17.096Z Compiling ingot-types v0.1.2
31582026-05-28T23:43:17.120Z Compiling num_enum v0.7.5
31592026-05-28T23:43:17.140Z Compiling rayon v1.11.0
31602026-05-28T23:43:17.176Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-05-28T23:43:17.194Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31622026-05-28T23:43:17.255Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-05-28T23:43:17.324Z Compiling itertools v0.12.1
31642026-05-28T23:43:17.373Z Compiling num-derive v0.4.2
31652026-05-28T23:43:17.418Z Compiling sigpipe v0.1.3
31662026-05-28T23:43:17.458Z Compiling glob v0.3.3
31672026-05-28T23:43:17.483Z Compiling ingot v0.1.1
31682026-05-28T23:43:17.486Z Compiling num_enum v0.5.11
31692026-05-28T23:43:17.539Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-05-28T23:43:17.542Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31712026-05-28T23:43:17.627Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31722026-05-28T23:43:17.649Z Compiling smf v0.2.3
31732026-05-28T23:43:17.697Z Compiling prettyplease v0.2.37
31742026-05-28T23:43:17.755Z Compiling whoami v1.6.1
31752026-05-28T23:43:17.805Z Compiling usdt-attr-macro v0.5.0
31762026-05-28T23:43:17.887Z Compiling usdt-macro v0.5.0
31772026-05-28T23:43:17.967Z Compiling gethostname v0.5.0
31782026-05-28T23:43:18.079Z Compiling memmap v0.7.0
31792026-05-28T23:43:18.108Z Compiling derive-where v1.6.0
31802026-05-28T23:43:18.125Z Compiling resolv-conf v0.7.6
31812026-05-28T23:43:18.205Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-28T23:43:18.298Z Compiling owo-colors v4.3.0
31832026-05-28T23:43:18.363Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-05-28T23:43:18.383Z Compiling cancel-safe-futures v0.1.5
31852026-05-28T23:43:18.504Z Compiling zone v0.3.1
31862026-05-28T23:43:18.582Z Compiling libsw-core v0.3.2
31872026-05-28T23:43:18.682Z Compiling console v0.15.11
31882026-05-28T23:43:18.720Z Compiling usdt v0.5.0
31892026-05-28T23:43:18.749Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-28T23:43:18.791Z Compiling libsw v3.5.0
31912026-05-28T23:43:18.933Z Compiling hickory-proto v0.24.4
31922026-05-28T23:43:18.995Z Compiling newline-converter v0.3.0
31932026-05-28T23:43:19.014Z Compiling progenitor-client v0.13.0
31942026-05-28T23:43:19.014Z Compiling linked-hash-map v0.5.6
31952026-05-28T23:43:19.053Z Compiling libefi-sys v0.1.0
31962026-05-28T23:43:19.096Z Compiling typify-macro v0.6.2
31972026-05-28T23:43:19.143Z Compiling linear-map v1.2.0
31982026-05-28T23:43:19.179Z Compiling expectorate v1.2.0
31992026-05-28T23:43:19.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32002026-05-28T23:43:19.244Z Compiling lru-cache v0.1.2
32012026-05-28T23:43:19.306Z Compiling git-stub v1.0.0
32022026-05-28T23:43:19.334Z Compiling bitfield-struct v0.6.2
32032026-05-28T23:43:19.357Z Compiling semver v0.1.20
32042026-05-28T23:43:19.377Z Compiling tokio-dtrace v0.1.1
32052026-05-28T23:43:19.463Z Compiling dropshot-api-manager-types v0.7.2
32062026-05-28T23:43:19.466Z Compiling slog-dtrace v0.3.0
32072026-05-28T23:43:19.496Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-05-28T23:43:19.568Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32092026-05-28T23:43:19.600Z Compiling rustc_version v0.1.7
32102026-05-28T23:43:19.619Z Compiling git-stub-vcs v0.1.0
32112026-05-28T23:43:19.622Z Compiling minimal-lexical v0.2.1
32122026-05-28T23:43:19.622Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-05-28T23:43:19.730Z Compiling oxide-tokio-rt v0.1.4
32142026-05-28T23:43:19.751Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-05-28T23:43:19.754Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-05-28T23:43:19.788Z Compiling phf_shared v0.12.1
32172026-05-28T23:43:19.821Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-28T23:43:19.872Z Compiling newtype_derive v0.1.6
32192026-05-28T23:43:19.895Z Compiling nom v7.1.3
32202026-05-28T23:43:19.914Z Compiling csv-core v0.1.13
32212026-05-28T23:43:19.997Z Compiling highway v1.3.0
32222026-05-28T23:43:20.040Z Compiling chrono-tz v0.10.4
32232026-05-28T23:43:20.065Z Compiling xshell-macros v0.2.7
32242026-05-28T23:43:20.083Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-05-28T23:43:20.172Z Compiling csv v1.4.0
32262026-05-28T23:43:20.226Z Compiling const_format_proc_macros v0.2.34
32272026-05-28T23:43:20.292Z Compiling phf v0.12.1
32282026-05-28T23:43:20.342Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-05-28T23:43:20.418Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-28T23:43:20.475Z Compiling primeorder v0.13.6
32312026-05-28T23:43:20.513Z Compiling xshell v0.2.7
32322026-05-28T23:43:20.734Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-28T23:43:20.753Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-28T23:43:20.771Z Compiling tabled_derive v0.7.0
32352026-05-28T23:43:20.803Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-05-28T23:43:20.871Z Compiling bcs v0.1.6
32372026-05-28T23:43:21.034Z Compiling typify v0.6.2
32382026-05-28T23:43:21.054Z Compiling termtree v0.5.1
32392026-05-28T23:43:21.071Z Compiling tagptr v0.2.0
32402026-05-28T23:43:21.108Z Compiling hickory-resolver v0.24.4
32412026-05-28T23:43:21.179Z Compiling progenitor-impl v0.14.0
32422026-05-28T23:43:21.225Z Compiling progenitor-impl v0.13.0
32432026-05-28T23:43:21.246Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32442026-05-28T23:43:21.250Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32452026-05-28T23:43:21.285Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-05-28T23:43:21.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32472026-05-28T23:43:21.592Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32482026-05-28T23:43:21.829Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32492026-05-28T23:43:21.849Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32502026-05-28T23:43:21.897Z Compiling const_format v0.2.35
32512026-05-28T23:43:22.059Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-05-28T23:43:22.082Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-05-28T23:43:22.185Z Compiling qorb v0.4.1
32542026-05-28T23:43:22.244Z Compiling salty v0.3.0
32552026-05-28T23:43:22.261Z Compiling textwrap v0.16.2
32562026-05-28T23:43:22.298Z Compiling tabled v0.15.0
32572026-05-28T23:43:22.345Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-28T23:43:22.557Z Compiling moka v0.12.13
32592026-05-28T23:43:22.598Z Compiling steno v0.4.1
32602026-05-28T23:43:22.769Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-05-28T23:43:22.940Z Compiling radium v0.7.0
32622026-05-28T23:43:23.050Z Compiling base64 v0.21.7
32632026-05-28T23:43:23.147Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-05-28T23:43:23.270Z Compiling hickory-resolver v0.25.2
32652026-05-28T23:43:23.377Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-05-28T23:43:23.410Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-05-28T23:43:23.428Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-05-28T23:43:23.472Z Compiling p384 v0.13.1
32692026-05-28T23:43:23.518Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-05-28T23:43:23.928Z Compiling progenitor-macro v0.14.0
32712026-05-28T23:43:23.977Z Compiling progenitor-macro v0.13.0
32722026-05-28T23:43:24.000Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-05-28T23:43:24.025Z Compiling typify-impl v0.4.3
32742026-05-28T23:43:24.057Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-05-28T23:43:24.210Z Compiling maybe-uninit v2.0.0
32762026-05-28T23:43:24.229Z Compiling tap v1.0.1
32772026-05-28T23:43:24.299Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-05-28T23:43:24.372Z Compiling wyz v0.5.1
32792026-05-28T23:43:24.622Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-05-28T23:43:24.641Z Compiling proc-macro-error-attr2 v2.0.0
32812026-05-28T23:43:24.678Z Compiling parking_lot_core v0.8.6
32822026-05-28T23:43:24.748Z Compiling packed_struct v0.10.1
32832026-05-28T23:43:24.949Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-05-28T23:43:24.972Z Compiling funty v2.0.0
32852026-05-28T23:43:25.006Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32862026-05-28T23:43:25.056Z Compiling utf-8 v0.7.6
32872026-05-28T23:43:25.104Z Compiling proc-macro-error2 v2.0.1
32882026-05-28T23:43:25.225Z Compiling tungstenite v0.21.0
32892026-05-28T23:43:25.287Z Compiling polyval v0.6.2
32902026-05-28T23:43:25.303Z Compiling packed_struct_codegen v0.10.1
32912026-05-28T23:43:25.359Z Compiling bitvec v1.0.1
32922026-05-28T23:43:25.362Z Compiling num-derive v0.3.3
32932026-05-28T23:43:25.394Z Compiling zerocopy-derive v0.6.6
32942026-05-28T23:43:25.463Z Compiling bitfield-macros v0.19.4
32952026-05-28T23:43:25.585Z Compiling indexmap v1.9.3
32962026-05-28T23:43:25.622Z Compiling crc-catalog v2.4.0
32972026-05-28T23:43:25.752Z Compiling nodrop v0.1.14
32982026-05-28T23:43:25.813Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-28T23:43:25.881Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33002026-05-28T23:43:25.965Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-28T23:43:26.074Z Compiling array-init v0.0.4
33022026-05-28T23:43:26.151Z Compiling tokio-tungstenite v0.21.0
33032026-05-28T23:43:26.171Z Compiling crc v3.4.0
33042026-05-28T23:43:26.250Z Compiling bitfield v0.19.4
33052026-05-28T23:43:26.303Z Compiling zerocopy v0.6.6
33062026-05-28T23:43:26.353Z Compiling libscf-sys v1.1.0
33072026-05-28T23:43:26.413Z Compiling ghash v0.5.1
33082026-05-28T23:43:26.462Z Compiling tabled_derive v0.11.0
33092026-05-28T23:43:26.538Z Compiling smallvec v0.6.14
33102026-05-28T23:43:26.586Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-28T23:43:26.606Z Compiling papergrid v0.17.0
33122026-05-28T23:43:26.680Z Compiling testing_table v0.3.0
33132026-05-28T23:43:26.721Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-28T23:43:26.858Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-28T23:43:26.876Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-28T23:43:26.895Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-28T23:43:27.042Z Compiling ctr v0.9.2
33182026-05-28T23:43:27.062Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-28T23:43:27.151Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-28T23:43:27.168Z Compiling corncobs v0.1.4
33212026-05-28T23:43:27.299Z Compiling unicase v2.9.0
33222026-05-28T23:43:27.318Z Compiling illumos-nvpair-sys v0.2.0
33232026-05-28T23:43:27.375Z Compiling hashbrown v0.12.3
33242026-05-28T23:43:27.416Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-28T23:43:27.465Z Compiling aes-gcm v0.10.3
33262026-05-28T23:43:27.485Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-05-28T23:43:27.542Z Compiling mime_guess v2.0.5
33282026-05-28T23:43:27.609Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-05-28T23:43:27.687Z Compiling serde-hex v0.1.0
33302026-05-28T23:43:27.714Z Compiling tabled v0.20.0
33312026-05-28T23:43:27.897Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-05-28T23:43:27.916Z Compiling parking_lot v0.11.2
33332026-05-28T23:43:28.143Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33342026-05-28T23:43:28.174Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-05-28T23:43:28.292Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-05-28T23:43:28.353Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-28T23:43:28.391Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33382026-05-28T23:43:28.410Z Compiling ron v0.8.1
33392026-05-28T23:43:28.580Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-28T23:43:28.597Z Compiling typify-macro v0.4.3
33412026-05-28T23:43:28.693Z Compiling hashbrown v0.13.2
33422026-05-28T23:43:28.713Z Compiling progenitor-client v0.11.2
33432026-05-28T23:43:29.095Z Compiling ssh-encoding v0.2.0
33442026-05-28T23:43:29.114Z Compiling progenitor v0.14.0
33452026-05-28T23:43:29.117Z Compiling blowfish v0.9.1
33462026-05-28T23:43:29.187Z Compiling progenitor v0.13.0
33472026-05-28T23:43:29.230Z Compiling prefix-trie v0.7.0
33482026-05-28T23:43:29.307Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-05-28T23:43:29.369Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33502026-05-28T23:43:29.442Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-05-28T23:43:29.446Z Compiling fxhash v0.2.1
33522026-05-28T23:43:29.518Z Compiling secrecy v0.8.0
33532026-05-28T23:43:29.521Z Compiling crc-any v2.5.0
33542026-05-28T23:43:29.558Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-05-28T23:43:29.638Z Compiling sled v0.34.7
33562026-05-28T23:43:29.705Z Compiling hickory-server v0.25.2
33572026-05-28T23:43:29.790Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-05-28T23:43:29.845Z Compiling ssh-cipher v0.2.0
33592026-05-28T23:43:30.023Z Compiling bcrypt-pbkdf v0.10.0
33602026-05-28T23:43:30.191Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33612026-05-28T23:43:30.256Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33622026-05-28T23:43:30.300Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-05-28T23:43:30.485Z Compiling object v0.30.4
33642026-05-28T23:43:30.515Z Compiling typify v0.4.3
33652026-05-28T23:43:30.658Z Compiling progenitor-impl v0.11.2
33662026-05-28T23:43:30.673Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-05-28T23:43:30.851Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-05-28T23:43:30.951Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33692026-05-28T23:43:31.020Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33702026-05-28T23:43:31.340Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33712026-05-28T23:43:31.622Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-05-28T23:43:31.856Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-05-28T23:43:31.881Z Compiling password-hash v0.4.2
33742026-05-28T23:43:32.095Z Compiling path-slash v0.1.5
33752026-05-28T23:43:32.268Z Compiling crc8 v0.1.1
33762026-05-28T23:43:32.304Z Compiling http-range v0.1.5
33772026-05-28T23:43:32.327Z Compiling half v1.8.3
33782026-05-28T23:43:32.531Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-05-28T23:43:32.629Z Compiling serde_cbor v0.11.2
33802026-05-28T23:43:32.647Z Compiling pbkdf2 v0.11.0
33812026-05-28T23:43:32.724Z Compiling illumos-nvpair v0.3.0
33822026-05-28T23:43:32.899Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-05-28T23:43:33.008Z Compiling ssh-key v0.6.7
33842026-05-28T23:43:33.267Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-05-28T23:43:33.319Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-05-28T23:43:33.392Z Compiling progenitor-macro v0.11.2
33872026-05-28T23:43:33.395Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33882026-05-28T23:43:33.470Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-05-28T23:43:33.537Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-05-28T23:43:33.619Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-28T23:43:33.928Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-28T23:43:33.947Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-28T23:43:34.007Z Compiling p521 v0.13.3
33942026-05-28T23:43:34.067Z Compiling p256 v0.13.2
33952026-05-28T23:43:34.351Z Compiling yasna v0.5.2
33962026-05-28T23:43:34.403Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-05-28T23:43:34.501Z Compiling kstat-rs v0.2.4
33982026-05-28T23:43:34.520Z Compiling headers-core v0.3.0
33992026-05-28T23:43:34.542Z Compiling nanorand v0.7.0
34002026-05-28T23:43:34.678Z Compiling atty v0.2.14
34012026-05-28T23:43:34.697Z Compiling russh-cryptovec v0.7.3
34022026-05-28T23:43:34.761Z Compiling md5 v0.7.0
34032026-05-28T23:43:34.764Z Compiling home v0.5.12
34042026-05-28T23:43:34.823Z Compiling flume v0.11.1
34052026-05-28T23:43:34.843Z Compiling rcgen v0.12.1
34062026-05-28T23:43:34.874Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34072026-05-28T23:43:34.922Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-05-28T23:43:34.949Z Compiling russh-keys v0.45.0
34092026-05-28T23:43:34.968Z Compiling headers v0.4.1
34102026-05-28T23:43:35.040Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-28T23:43:35.065Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-28T23:43:35.125Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-28T23:43:35.179Z Compiling hyper-staticfile v0.10.1
34142026-05-28T23:43:35.198Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-05-28T23:43:35.402Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34162026-05-28T23:43:35.420Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-28T23:43:35.560Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-05-28T23:43:35.606Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192026-05-28T23:43:35.721Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-28T23:43:35.764Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34212026-05-28T23:43:35.782Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-05-28T23:43:36.029Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232026-05-28T23:43:36.075Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-05-28T23:43:36.234Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-05-28T23:43:36.264Z Compiling num-bigint v0.4.6
34262026-05-28T23:43:36.282Z Compiling des v0.8.1
34272026-05-28T23:43:36.299Z Compiling subprocess v0.2.15
34282026-05-28T23:43:36.399Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-28T23:43:36.468Z Compiling display-error-chain v0.2.2
34302026-05-28T23:43:36.501Z Compiling hex-literal v0.4.1
34312026-05-28T23:43:36.552Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-28T23:43:36.593Z Compiling colored v2.2.0
34332026-05-28T23:43:36.612Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-05-28T23:43:36.637Z Compiling socket2 v0.5.10
34352026-05-28T23:43:36.654Z Compiling internet-checksum v0.2.1
34362026-05-28T23:43:36.873Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-28T23:43:36.958Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-05-28T23:43:37.490Z Compiling russh v0.45.0
34392026-05-28T23:43:37.980Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-28T23:43:38.030Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-28T23:43:38.292Z Compiling progenitor v0.11.2
34422026-05-28T23:43:38.428Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-05-28T23:43:40.530Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-28T23:43:41.191Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-28T23:43:41.653Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-28T23:43:43.475Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-28T23:43:44.013Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-05-28T23:43:51.503Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-05-28T23:43:51.503Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-05-28T23:43:51.507Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-05-28T23:43:51.507Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-28T23:43:53.273Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-28T23:43:53.335Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-05-28T23:43:57.382Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-28T23:44:36.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34562026-05-28T23:44:36.564Z
34572026-05-28T23:44:36.564Zreal 1:26.005442858
34582026-05-28T23:44:36.567Zuser 8:07.151957064
34592026-05-28T23:44:36.567Zsys 1:43.374356675
34602026-05-28T23:44:36.567Ztrap 0.242642200
34612026-05-28T23:44:36.567Ztflt 0.617231795
34622026-05-28T23:44:36.567Zdflt 1.648305582
34632026-05-28T23:44:36.567Zkflt 0.000413530
34642026-05-28T23:44:36.567Zlock 28:49.697740251
34652026-05-28T23:44:36.567Zslp 18:38.099478015
34662026-05-28T23:44:36.567Zlat 37.816959381
34672026-05-28T23:44:36.567Zstop 2:59.315254956
34682026-05-28T23:44:36.567Z+ mkdir tests
34692026-05-28T23:44:36.570Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-28T23:44:36.570Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-28T23:44:36.643Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34722026-05-28T23:44:36.672Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34732026-05-28T23:44:36.701Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34742026-05-28T23:44:36.733Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34752026-05-28T23:44:37.068Z+ 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)
34762026-05-28T23:44:37.072Z+ 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a 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
34772026-05-28T23:45:59.016ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-28T23:45:59.016Za .github/buildomat/ci-env.sh 1K
34792026-05-28T23:45:59.016Za out/target/test 1K
34802026-05-28T23:45:59.016Za out/npuzone/npuzone 27402K
34812026-05-28T23:45:59.016Za package-manifest.toml 35K
34822026-05-28T23:45:59.016Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-28T23:45:59.016Za target/release/omicron-package 45151K
34842026-05-28T23:45:59.016Za target/release/xtask 11449K
34852026-05-28T23:45:59.016Za target/debug/bootstrap 353190K
34862026-05-28T23:45:59.016Za tests/bootstrap-f18b755259a0b5b5 31215K
34872026-05-28T23:45:59.016Za tests/commtest-0a11de06ac61b760 32300K
34882026-05-28T23:45:59.017Za tests/dhcp_server-7741181b9d09bcb1 31215K
34892026-05-28T23:45:59.017Za tests/end_to_end_tests-cebe13924327cd8a 394985K
34902026-05-28T23:45:59.017Za tools/opte_version 1K
34912026-05-28T23:45:59.017Za tools/opte_version_override 2K
34922026-05-28T23:45:59.017Za out/clickhouse.tar.gz 321341K
34932026-05-28T23:45:59.017Za out/clickhouse_keeper.tar.gz 306406K
34942026-05-28T23:45:59.017Za out/clickhouse_server.tar.gz 321338K
34952026-05-28T23:45:59.017Za out/cockroachdb.tar.gz 165626K
34962026-05-28T23:45:59.017Za out/crucible-pantry-zone.tar.gz 40619K
34972026-05-28T23:45:59.017Za out/crucible-utils.tar 16478K
34982026-05-28T23:45:59.017Za out/crucible-zone.tar.gz 56189K
34992026-05-28T23:45:59.017Za out/external-dns.tar.gz 50209K
35002026-05-28T23:45:59.017Za out/internal-dns.tar.gz 50209K
35012026-05-28T23:45:59.017Za out/mg-ddm-gz.tar 95141K
35022026-05-28T23:45:59.017Za out/nexus.tar.gz 278522K
35032026-05-28T23:45:59.017Za out/ntp.tar.gz 32290K
35042026-05-28T23:45:59.017Za out/omicron-gateway-softnpu.tar.gz 29904K
35052026-05-28T23:45:59.017Za out/omicron-sled-agent.tar 203620K
35062026-05-28T23:45:59.017Za out/overlay.tar.gz 3K
35072026-05-28T23:45:59.017Za out/oximeter.tar.gz 67117K
35082026-05-28T23:45:59.017Za out/oxlog.tar 3782K
35092026-05-28T23:45:59.017Za out/probe.tar.gz 3037K
35102026-05-28T23:45:59.017Za out/propolis-server.tar.gz 35483K
35112026-05-28T23:45:59.017Za out/pumpkind-gz.tar 26647K
35122026-05-28T23:45:59.017Za out/switch-softnpu.tar.gz 452100K
35132026-05-28T23:45:59.021Z
35142026-05-28T23:45:59.021Zreal 1:21.946130872
35152026-05-28T23:45:59.021Zuser 1:19.155751605
35162026-05-28T23:45:59.021Zsys 4.597154944
35172026-05-28T23:45:59.021Ztrap 0.006754892
35182026-05-28T23:45:59.021Ztflt 0.000000000
35192026-05-28T23:45:59.021Zdflt 0.000000000
35202026-05-28T23:45:59.021Zkflt 0.000000000
35212026-05-28T23:45:59.021Zlock 0.000000000
35222026-05-28T23:45:59.021Zslp 1:19.072386964
35232026-05-28T23:45:59.021Zlat 1.055456006
35242026-05-28T23:45:59.021Zstop 0.000473290
35252026-05-28T23:45:59.021Zprocess exited: duration 948693 ms, exit code 0
 
35262026-05-28T23:45:59.034Zfound 1 output files
35272026-05-28T23:45:59.037Zuploading: /work/package.tar.gz (2555484857 bytes)
35282026-05-28T23:46:28.310Zuploaded: /work/package.tar.gz