01KV94Q7RW8YZ6R2WDW2RQ2PV4: 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: 01KV94QTDS4KA57MXYGH7WJHVW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-16T21:18:23.973Zjob assigned to worker 01KV94R3NM9EBEDS8Y70CVRA5E [factory aws, i-0d7b47b513dbcbbb7] (queued for 53 s)
 
22026-06-16T21:18:31.726Zstarting task 0: "setup"
32026-06-16T21:18:31.730Z++ uname -s
42026-06-16T21:18:31.733Z+ kern=SunOS
52026-06-16T21:18:31.733Z+ build_user=build
62026-06-16T21:18:31.733Z+ build_uid=12345
72026-06-16T21:18:31.733Z+ work_dir=/work
82026-06-16T21:18:31.733Z+ input_dir=/input
92026-06-16T21:18:31.733Z+ [[ 0 == 12345 ]]
102026-06-16T21:18:31.733Z+ case "$kern" in
112026-06-16T21:18:31.733Z+ groupadd -g 12345 build
122026-06-16T21:18:31.747Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-16T21:18:33.754Z+ zfs create -o mountpoint=/work rpool/work
142026-06-16T21:18:33.845Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-16T21:18:33.848Z+ home_fs=zfs
162026-06-16T21:18:33.848Z+ [[ zfs == autofs ]]
172026-06-16T21:18:33.848Z+ mkdir -p /home/build
182026-06-16T21:18:33.851Z+ chown build:build /home/build /work
192026-06-16T21:18:35.851Z+ chmod 0700 /home/build /work
202026-06-16T21:18:35.855Zprocess exited: duration 4129 ms, exit code 0
 
212026-06-16T21:18:35.862Zstarting task 1: "rust-toolchain"
222026-06-16T21:18:35.867Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-16T21:18:35.867Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-16T21:18:35.867Z * rust toolchain channel = "1.94.0"
252026-06-16T21:18:35.867Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-16T21:18:35.867Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-16T21:18:35.867Z * rust toolchain profile = "default"
282026-06-16T21:18:35.870Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-16T21:18:35.870Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-16T21:18:35.984Zinfo: downloading installer
312026-06-16T21:18:37.526Zwarn: It looks like you have an existing rustup settings file at:
322026-06-16T21:18:37.526Zwarn: /home/build/.rustup/settings.toml
332026-06-16T21:18:37.526Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-16T21:18:37.527Zwarn: instead of the one inferred from the default host triple.
352026-06-16T21:18:37.539Zinfo: profile set to default
362026-06-16T21:18:37.539Zinfo: default host triple is x86_64-unknown-illumos
372026-06-16T21:18:37.542Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-16T21:18:37.693Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-16T21:18:37.696Zinfo: downloading 6 components
402026-06-16T21:18:52.545Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-16T21:18:52.545Z
422026-06-16T21:18:52.574Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-16T21:18:52.574Z
442026-06-16T21:18:52.574Z
452026-06-16T21:18:52.574ZRust is installed now. Great!
462026-06-16T21:18:52.574Z
472026-06-16T21:18:52.574ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-16T21:18:52.577Zenvironment variable. This has not been done automatically.
492026-06-16T21:18:52.577Z
502026-06-16T21:18:52.577ZTo configure your current shell, you need to source
512026-06-16T21:18:52.577Zthe corresponding env file under $HOME/.cargo.
522026-06-16T21:18:52.577Z
532026-06-16T21:18:52.577ZThis is usually done by running one of the following (note the leading DOT):
542026-06-16T21:18:52.577Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-16T21:18:52.577Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-16T21:18:52.577Zsource "~/.cargo/env.nu" # For nushell
572026-06-16T21:18:52.577Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-16T21:18:52.577Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-16T21:18:52.577Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-16T21:18:52.577Zwarn: no default linker (`cc`) was found in your PATH
612026-06-16T21:18:52.578Zwarn: many Rust crates require a system C toolchain to build
622026-06-16T21:18:52.674Z+ rustup --version
632026-06-16T21:18:52.680Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-16T21:18:52.680Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-16T21:18:52.702Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-16T21:18:52.704Z+ cargo --version
672026-06-16T21:18:52.714Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-16T21:18:52.717Z+ rustc --version
692026-06-16T21:18:52.736Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-16T21:18:52.739Zprocess exited: duration 16876 ms, exit code 0
 
712026-06-16T21:18:52.745Zstarting task 2: "authentication"
722026-06-16T21:18:52.763Zprocess exited: duration 17 ms, exit code 0
 
732026-06-16T21:18:52.769Zstarting task 3: "clone repository"
742026-06-16T21:18:52.773Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-16T21:18:52.776Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-16T21:18:52.810ZCloning into '/work/oxidecomputer/omicron'...
772026-06-16T21:19:03.767Z+ cd /work/oxidecomputer/omicron
782026-06-16T21:19:03.767Z+ git fetch origin 7e6e6abb17446861a9cedfa3091789ef9cb8933f
792026-06-16T21:19:04.040ZFrom https://github.com/oxidecomputer/omicron
802026-06-16T21:19:04.040Z * branch 7e6e6abb17446861a9cedfa3091789ef9cb8933f -> FETCH_HEAD
812026-06-16T21:19:04.054Z+ [[ -n add-claude-md ]]
822026-06-16T21:19:04.058Z++ git branch --show-current
832026-06-16T21:19:04.058Z+ current=main
842026-06-16T21:19:04.058Z+ [[ main != add-claude-md ]]
852026-06-16T21:19:04.058Z+ git branch -f add-claude-md 7e6e6abb17446861a9cedfa3091789ef9cb8933f
862026-06-16T21:19:04.061Z+ git checkout -f add-claude-md
872026-06-16T21:19:04.305ZSwitched to branch 'add-claude-md'
882026-06-16T21:19:04.308Z+ git reset --hard 7e6e6abb17446861a9cedfa3091789ef9cb8933f
892026-06-16T21:19:04.546ZHEAD is now at 7e6e6abb1 switch to xtask setup-agent that sets up symlinks
902026-06-16T21:19:04.549Zprocess exited: duration 11778 ms, exit code 0
 
912026-06-16T21:19:04.556Zstarting task 4: "build"
922026-06-16T21:19:04.560Z+ source .github/buildomat/ci-env.sh
932026-06-16T21:19:04.563Z++ export CARGO_TERM_COLOR=always
942026-06-16T21:19:04.563Z++ CARGO_TERM_COLOR=always
952026-06-16T21:19:04.563Z+ cargo --version
962026-06-16T21:19:04.571Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-16T21:19:04.574Z+ rustc --version
982026-06-16T21:19:04.595Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-16T21:19:04.598Z+ WORK=/work
1002026-06-16T21:19:04.598Z+ pfexec mkdir -p /work
1012026-06-16T21:19:04.602Z+ pfexec chown build /work
1022026-06-16T21:19:04.605Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-16T21:19:06.168Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-16T21:19:06.256Z Startup: Caching catalogs ... Done
1052026-06-16T21:19:06.614ZPlanning: Solver setup ... Done (0.309s)
1062026-06-16T21:19:06.636ZPlanning: Running solver ... Done (0.022s)
1072026-06-16T21:19:06.644ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-16T21:19:06.657ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-16T21:19:06.677ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-16T21:19:06.690ZPlanning: Package planning ... Done (0.015s)
1112026-06-16T21:19:06.693ZPlanning: Merging actions ... Done (0.002s)
1122026-06-16T21:19:06.885ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-06-16T21:19:06.887ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-16T21:19:07.751ZPlanning: Evaluating mediators ... Done (0.863s)
1152026-06-16T21:19:07.754ZPlanning: Planning completed in 1.47 seconds
1162026-06-16T21:19:07.758Z Packages to install: 2
1172026-06-16T21:19:07.758Z Estimated space available: 156.07 GB
1182026-06-16T21:19:07.758ZEstimated space to be consumed: 26.76 MB
1192026-06-16T21:19:07.758Z Create boot environment: No
1202026-06-16T21:19:07.761ZCreate backup boot environment: No
1212026-06-16T21:19:07.761Z Rebuild boot archive: No
1222026-06-16T21:19:07.761Z
1232026-06-16T21:19:07.761ZChanged packages:
1242026-06-16T21:19:07.761Zhelios
1252026-06-16T21:19:07.761Z developer/build-essential
1262026-06-16T21:19:07.761Z None -> 11-3.0
1272026-06-16T21:19:07.761Z library/libxmlsec1
1282026-06-16T21:19:07.761Z None -> 1.2.35-3.0
1292026-06-16T21:19:07.785Z
1302026-06-16T21:19:07.785ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-16T21:19:08.351ZDownload: Completed 1.28 MB in 0.57 seconds (2.3M/s)
1322026-06-16T21:19:08.433Z Actions: 1/268 actions (Installing new actions)
1332026-06-16T21:19:08.472Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-16T21:19:08.483ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-16T21:19:08.483ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-16T21:19:08.507ZFinalize: Updating image state ... Done (0.024s)
1372026-06-16T21:19:11.082ZFinalize: Creating fast lookup database ... Done (2.552s)
1382026-06-16T21:19:11.151ZFinalize: Reading search index ... Done (0.012s)
1392026-06-16T21:19:11.154ZFinalize: Updating search index ... Done (0.000s)
1402026-06-16T21:19:11.246ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-16T21:19:11.554ZPlanning: Evaluating mediator changes ... Done
1422026-06-16T21:19:11.659ZPlanning: Checking for conflicting actions ... Done
1432026-06-16T21:19:11.662ZPlanning: Consolidating action changes ... Done
1442026-06-16T21:19:11.819ZPlanning: Evaluating mediators ... Done
1452026-06-16T21:19:11.845ZPlanning: Planning completed in 0.27 seconds
1462026-06-16T21:19:11.845Z Mediators to change: 2
1472026-06-16T21:19:11.845Z Create boot environment: No
1482026-06-16T21:19:11.845ZCreate backup boot environment: No
1492026-06-16T21:19:11.902ZFinalize: Updating package state database ... Done
1502026-06-16T21:19:11.902ZFinalize: Updating package cache ... Done
1512026-06-16T21:19:11.917ZFinalize: Updating image state ... Done
1522026-06-16T21:19:13.874ZFinalize: Creating fast lookup database ... Done
1532026-06-16T21:19:13.937ZFinalize: Reading search index ... Done
1542026-06-16T21:19:13.940ZFinalize: Updating search index ... Done
1552026-06-16T21:19:14.048ZFinalize: Updating package cache ... Done
1562026-06-16T21:19:14.333ZPlanning: Evaluating mediator changes ... Done
1572026-06-16T21:19:14.436ZPlanning: Checking for conflicting actions ... Done
1582026-06-16T21:19:14.439ZPlanning: Consolidating action changes ... Done
1592026-06-16T21:19:14.592ZPlanning: Evaluating mediators ... Done
1602026-06-16T21:19:14.595ZPlanning: Planning completed in 0.26 seconds
1612026-06-16T21:19:14.615Z Mediators to change: 1
1622026-06-16T21:19:14.615Z Create boot environment: No
1632026-06-16T21:19:14.615ZCreate backup boot environment: No
1642026-06-16T21:19:14.661ZFinalize: Updating package state database ... Done
1652026-06-16T21:19:14.661ZFinalize: Updating package cache ... Done
1662026-06-16T21:19:14.674ZFinalize: Updating image state ... Done
1672026-06-16T21:19:16.610ZFinalize: Creating fast lookup database ... Done
1682026-06-16T21:19:16.673ZFinalize: Reading search index ... Done
1692026-06-16T21:19:16.676ZFinalize: Updating search index ... Done
1702026-06-16T21:19:16.741ZFinalize: Updating package cache ... Done
1712026-06-16T21:19:17.052ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-16T21:19:17.052Zapache system 2.4 system
1732026-06-16T21:19:17.052Zclang system 15 system
1742026-06-16T21:19:17.052Zcsh system system illumos
1752026-06-16T21:19:17.052Zctags system system illumos
1762026-06-16T21:19:17.052Zfile vendor vendor darwinsys
1772026-06-16T21:19:17.052Zfile system system illumos
1782026-06-16T21:19:17.052Zgcc vendor 14 vendor
1792026-06-16T21:19:17.052Zgcc system 13 system
1802026-06-16T21:19:17.052Zgcc system 10 system
1812026-06-16T21:19:17.052Zgo system 1.25 system
1822026-06-16T21:19:17.052Zllvm system 15 system
1832026-06-16T21:19:17.052Zmariadb system 11.4 system
1842026-06-16T21:19:17.052Zmta vendor vendor dma
1852026-06-16T21:19:17.052Zopenjdk system 17 system
1862026-06-16T21:19:17.052Zopenjdk system 11 system
1872026-06-16T21:19:17.052Zopenssl vendor 3 vendor
1882026-06-16T21:19:17.052Zperl system 5.40 system
1892026-06-16T21:19:17.052Zpostgresql system 18 system
1902026-06-16T21:19:17.052Zpostgresql system 17 system
1912026-06-16T21:19:17.052Zpython vendor 3 vendor
1922026-06-16T21:19:17.052Zpython system 2 system
1932026-06-16T21:19:17.053Zpython3 vendor 3.13 vendor
1942026-06-16T21:19:17.053Zruby system 3.4 system
1952026-06-16T21:19:17.053Zruby system 3.0 system
1962026-06-16T21:19:17.053Zwords vendor vendor american-english
1972026-06-16T21:19:17.053Zwords system system australian-english
1982026-06-16T21:19:17.053Zwords system system british-english
1992026-06-16T21:19:17.053Zwords system system canadian-english
2002026-06-16T21:19:17.053Zwords system system french
2012026-06-16T21:19:17.053Zwords system system italian
2022026-06-16T21:19:17.053Zwords system system ngerman
2032026-06-16T21:19:17.053Zwords system system ogerman
2042026-06-16T21:19:17.053Zwords system system spanish
2052026-06-16T21:19:17.302ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-16T21:19:17.302Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-16T21:19:17.597ZFMRI IFO
2082026-06-16T21:19:17.597Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-16T21:19:17.597Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-16T21:19:17.597Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-16T21:19:17.597Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-16T21:19:17.597Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-16T21:19:17.597Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-16T21:19:17.597Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-16T21:19:17.597Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-16T21:19:17.597Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-16T21:19:17.841Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-16T21:19:18.109Z Updating crates.io index
2192026-06-16T21:19:18.113Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-16T21:19:18.732Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-16T21:19:19.095Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-16T21:19:19.521Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-16T21:19:20.658Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-16T21:19:21.126Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-16T21:19:22.701Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-16T21:19:23.437Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-16T21:19:23.806Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-16T21:19:25.098Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-16T21:19:25.646Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-16T21:19:26.322Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-16T21:19:26.790Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-16T21:19:27.699Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-16T21:19:28.153Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-16T21:19:28.403Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-16T21:19:28.808Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-16T21:19:29.240Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-16T21:19:29.855Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-16T21:19:30.103Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-16T21:19:30.338Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-16T21:19:30.628Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-16T21:19:31.131Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-16T21:19:31.503Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-16T21:19:32.035Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-16T21:19:32.473Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-16T21:19:32.886Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-16T21:19:33.261Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-16T21:19:33.547Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-16T21:19:34.687Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-16T21:19:35.502Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-16T21:19:35.879Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-16T21:19:36.149Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-16T21:19:36.543Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-16T21:19:36.858Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-16T21:19:37.175Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-16T21:19:37.803Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-16T21:19:38.081Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-16T21:19:38.414Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-16T21:19:38.681Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-16T21:19:39.060Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-16T21:19:50.949Z Downloading crates ...
2612026-06-16T21:19:51.044Z Downloaded errno v0.3.14
2622026-06-16T21:19:51.047Z Downloaded cfg-if v1.0.4
2632026-06-16T21:19:51.047Z Downloaded anstyle v1.0.14
2642026-06-16T21:19:51.047Z Downloaded thiserror v1.0.69
2652026-06-16T21:19:51.047Z Downloaded proc-macro2 v1.0.106
2662026-06-16T21:19:51.047Z Downloaded usdt-attr-macro v0.5.0
2672026-06-16T21:19:51.047Z Downloaded thiserror-impl v2.0.18
2682026-06-16T21:19:51.047Z Downloaded erased-serde v0.4.9
2692026-06-16T21:19:51.047Z Downloaded equivalent v1.0.2
2702026-06-16T21:19:51.047Z Downloaded dof v0.3.0
2712026-06-16T21:19:51.047Z Downloaded anstream v1.0.0
2722026-06-16T21:19:51.047Z Downloaded fastrand v2.3.0
2732026-06-16T21:19:51.047Z Downloaded toml_write v0.1.2
2742026-06-16T21:19:51.047Z Downloaded zmij v1.0.21
2752026-06-16T21:19:51.047Z Downloaded fs-err v3.3.0
2762026-06-16T21:19:51.047Z Downloaded sha2 v0.10.9
2772026-06-16T21:19:51.047Z Downloaded displaydoc v0.2.5
2782026-06-16T21:19:51.047Z Downloaded zerocopy-derive v0.7.35
2792026-06-16T21:19:51.047Z Downloaded yoke-derive v0.8.1
2802026-06-16T21:19:51.047Z Downloaded utf8_iter v1.0.4
2812026-06-16T21:19:51.047Z Downloaded usdt-macro v0.5.0
2822026-06-16T21:19:51.047Z Downloaded unicode-xid v0.2.6
2832026-06-16T21:19:51.047Z Downloaded toml_datetime v0.6.11
2842026-06-16T21:19:51.048Z Downloaded fnv v1.0.7
2852026-06-16T21:19:51.048Z Downloaded thiserror-impl v1.0.69
2862026-06-16T21:19:51.048Z Downloaded crypto-common v0.1.7
2872026-06-16T21:19:51.055Z Downloaded zerofrom v0.1.6
2882026-06-16T21:19:51.059Z Downloaded version_check v0.9.5
2892026-06-16T21:19:51.059Z Downloaded utf8parse v0.2.2
2902026-06-16T21:19:51.059Z Downloaded zerofrom-derive v0.1.6
2912026-06-16T21:19:51.065Z Downloaded winnow v0.7.14
2922026-06-16T21:19:51.078Z Downloaded zerotrie v0.2.3
2932026-06-16T21:19:51.078Z Downloaded tinystr v0.8.2
2942026-06-16T21:19:51.078Z Downloaded unicode-linebreak v0.1.5
2952026-06-16T21:19:51.078Z Downloaded ucd-trie v0.1.7
2962026-06-16T21:19:51.081Z Downloaded textwrap v0.16.2
2972026-06-16T21:19:51.081Z Downloaded writeable v0.6.2
2982026-06-16T21:19:51.081Z Downloaded typeid v1.0.3
2992026-06-16T21:19:51.081Z Downloaded toml v0.8.23
3002026-06-16T21:19:51.081Z Downloaded thread-id v4.2.2
3012026-06-16T21:19:51.081Z Downloaded usdt v0.5.0
3022026-06-16T21:19:51.097Z Downloaded generic-array v0.14.7
3032026-06-16T21:19:51.097Z Downloaded form_urlencoded v1.2.2
3042026-06-16T21:19:51.097Z Downloaded zerovec-derive v0.11.2
3052026-06-16T21:19:51.097Z Downloaded proc-macro-error-attr v1.0.4
3062026-06-16T21:19:51.097Z Downloaded plain v0.2.3
3072026-06-16T21:19:51.102Z Downloaded dtrace-parser v0.2.0
3082026-06-16T21:19:51.102Z Downloaded heck v0.4.1
3092026-06-16T21:19:51.102Z Downloaded usdt-impl v0.5.0
3102026-06-16T21:19:51.102Z Downloaded unicode-ident v1.0.24
3112026-06-16T21:19:51.102Z Downloaded thiserror v2.0.18
3122026-06-16T21:19:51.102Z Downloaded yoke v0.8.1
3132026-06-16T21:19:51.102Z Downloaded ordered-float v2.10.1
3142026-06-16T21:19:51.106Z Downloaded anstyle-query v1.1.5
3152026-06-16T21:19:51.113Z Downloaded is_terminal_polyfill v1.70.2
3162026-06-16T21:19:51.113Z Downloaded zerocopy v0.7.35
3172026-06-16T21:19:51.117Z Downloaded scroll v0.12.0
3182026-06-16T21:19:51.120Z Downloaded toml_edit v0.22.27
3192026-06-16T21:19:51.120Z Downloaded cargo-platform v0.2.0
3202026-06-16T21:19:51.120Z Downloaded typenum v1.19.0
3212026-06-16T21:19:51.127Z Downloaded zerovec v0.11.5
3222026-06-16T21:19:51.127Z Downloaded stable_deref_trait v1.2.1
3232026-06-16T21:19:51.127Z Downloaded scroll_derive v0.12.1
3242026-06-16T21:19:51.132Z Downloaded unicode-width v0.1.14
3252026-06-16T21:19:51.136Z Downloaded url v2.5.8
3262026-06-16T21:19:51.137Z Downloaded terminal_size v0.4.3
3272026-06-16T21:19:51.137Z Downloaded percent-encoding v2.3.2
3282026-06-16T21:19:51.137Z Downloaded memmap v0.7.0
3292026-06-16T21:19:51.137Z Downloaded idna_adapter v1.2.1
3302026-06-16T21:19:51.152Z Downloaded clap_lex v1.0.0
3312026-06-16T21:19:51.152Z Downloaded unicode-width v0.2.0
3322026-06-16T21:19:51.172Z Downloaded strsim v0.11.1
3332026-06-16T21:19:51.172Z Downloaded pretty-hex v0.4.1
3342026-06-16T21:19:51.172Z Downloaded itoa v1.0.17
3352026-06-16T21:19:51.172Z Downloaded swrite v0.1.0
3362026-06-16T21:19:51.172Z Downloaded serde-value v0.7.0
3372026-06-16T21:19:51.172Z Downloaded block-buffer v0.10.4
3382026-06-16T21:19:51.172Z Downloaded smawk v0.3.2
3392026-06-16T21:19:51.172Z Downloaded serde_spanned v0.6.9
3402026-06-16T21:19:51.186Z Downloaded potential_utf v0.1.4
3412026-06-16T21:19:51.186Z Downloaded heck v0.5.0
3422026-06-16T21:19:51.186Z Downloaded tabled_derive v0.7.0
3432026-06-16T21:19:51.186Z Downloaded colorchoice v1.0.4
3442026-06-16T21:19:51.216Z Downloaded serde-untagged v0.1.9
3452026-06-16T21:19:51.260Z Downloaded digest v0.10.7
3462026-06-16T21:19:51.260Z Downloaded proc-macro-error v1.0.4
3472026-06-16T21:19:51.260Z Downloaded anstyle-parse v1.0.0
3482026-06-16T21:19:51.261Z Downloaded camino v1.2.2
3492026-06-16T21:19:51.261Z Downloaded pest_generator v2.8.6
3502026-06-16T21:19:51.261Z Downloaded cpufeatures v0.2.17
3512026-06-16T21:19:51.261Z Downloaded quote v1.0.45
3522026-06-16T21:19:51.261Z Downloaded macaddr v1.0.1
3532026-06-16T21:19:51.261Z Downloaded camino-tempfile v1.4.1
3542026-06-16T21:19:51.261Z Downloaded bytecount v0.6.9
3552026-06-16T21:19:51.282Z Downloaded byteorder v1.5.0
3562026-06-16T21:19:51.282Z Downloaded cargo_toml v0.21.0
3572026-06-16T21:19:51.282Z Downloaded cargo_metadata v0.21.0
3582026-06-16T21:19:51.282Z Downloaded autocfg v1.5.0
3592026-06-16T21:19:51.282Z Downloaded once_cell v1.21.3
3602026-06-16T21:19:51.282Z Downloaded litemap v0.8.1
3612026-06-16T21:19:51.283Z Downloaded clap_derive v4.6.1
3622026-06-16T21:19:51.283Z Downloaded tempfile v3.25.0
3632026-06-16T21:19:51.283Z Downloaded synstructure v0.13.2
3642026-06-16T21:19:51.283Z Downloaded cargo-util-schemas v0.8.2
3652026-06-16T21:19:51.283Z Downloaded semver v1.0.28
3662026-06-16T21:19:51.283Z Downloaded serde_tokenstream v0.2.3
3672026-06-16T21:19:51.283Z Downloaded pest_derive v2.8.6
3682026-06-16T21:19:51.458Z Downloaded icu_properties v2.1.2
3692026-06-16T21:19:51.458Z Downloaded log v0.4.29
3702026-06-16T21:19:51.458Z Downloaded icu_provider v2.1.1
3712026-06-16T21:19:51.458Z Downloaded serde_core v1.0.228
3722026-06-16T21:19:51.492Z Downloaded icu_normalizer v2.1.1
3732026-06-16T21:19:51.492Z Downloaded clap v4.6.1
3742026-06-16T21:19:51.492Z Downloaded smallvec v1.15.1
3752026-06-16T21:19:51.492Z Downloaded serde_derive v1.0.228
3762026-06-16T21:19:51.492Z Downloaded num-traits v0.2.19
3772026-06-16T21:19:51.492Z Downloaded getrandom v0.4.1
3782026-06-16T21:19:51.492Z Downloaded bitflags v2.11.0
3792026-06-16T21:19:51.492Z Downloaded icu_locale_core v2.1.1
3802026-06-16T21:19:51.492Z Downloaded anyhow v1.0.102
3812026-06-16T21:19:51.492Z Downloaded pest_meta v2.8.6
3822026-06-16T21:19:51.492Z Downloaded memchr v2.8.0
3832026-06-16T21:19:51.492Z Downloaded papergrid v0.11.0
3842026-06-16T21:19:51.492Z Downloaded icu_normalizer_data v2.1.1
3852026-06-16T21:19:51.493Z Downloaded serde v1.0.228
3862026-06-16T21:19:51.493Z Downloaded indexmap v2.14.0
3872026-06-16T21:19:51.493Z Downloaded icu_collections v2.1.1
3882026-06-16T21:19:51.493Z Downloaded pest v2.8.6
3892026-06-16T21:19:51.493Z Downloaded icu_properties_data v2.1.2
3902026-06-16T21:19:51.493Z Downloaded idna v1.1.0
3912026-06-16T21:19:51.493Z Downloaded serde_json v1.0.149
3922026-06-16T21:19:51.493Z Downloaded hashbrown v0.17.0
3932026-06-16T21:19:51.493Z Downloaded tabled v0.15.0
3942026-06-16T21:19:51.493Z Downloaded goblin v0.8.2
3952026-06-16T21:19:51.493Z Downloaded clap_builder v4.6.0
3962026-06-16T21:19:51.511Z Downloaded syn v1.0.109
3972026-06-16T21:19:51.511Z Downloaded libc v0.2.185
3982026-06-16T21:19:51.524Z Downloaded syn v2.0.117
3992026-06-16T21:19:51.524Z Downloaded rustix v1.1.3
4002026-06-16T21:19:51.579Z Compiling proc-macro2 v1.0.106
4012026-06-16T21:19:51.609Z Compiling unicode-ident v1.0.24
4022026-06-16T21:19:51.609Z Compiling quote v1.0.45
4032026-06-16T21:19:51.609Z Compiling serde_core v1.0.228
4042026-06-16T21:19:51.609Z Compiling libc v0.2.185
4052026-06-16T21:19:51.609Z Compiling version_check v0.9.5
4062026-06-16T21:19:51.609Z Compiling memchr v2.8.0
4072026-06-16T21:19:51.609Z Compiling stable_deref_trait v1.2.1
4082026-06-16T21:19:51.609Z Compiling serde v1.0.228
4092026-06-16T21:19:51.609Z Compiling zmij v1.0.21
4102026-06-16T21:19:51.870Z Compiling autocfg v1.5.0
4112026-06-16T21:19:51.870Z Compiling thiserror v1.0.69
4122026-06-16T21:19:51.871Z Compiling itoa v1.0.17
4132026-06-16T21:19:51.871Z Compiling ucd-trie v0.1.7
4142026-06-16T21:19:51.871Z Compiling litemap v0.8.1
4152026-06-16T21:19:52.007Z Compiling writeable v0.6.2
4162026-06-16T21:19:52.107Z Compiling icu_properties_data v2.1.2
4172026-06-16T21:19:52.215Z Compiling rustix v1.1.3
4182026-06-16T21:19:52.263Z Compiling byteorder v1.5.0
4192026-06-16T21:19:52.284Z Compiling pest v2.8.6
4202026-06-16T21:19:52.285Z Compiling icu_normalizer_data v2.1.1
4212026-06-16T21:19:52.318Z Compiling bitflags v2.11.0
4222026-06-16T21:19:52.417Z Compiling serde_json v1.0.149
4232026-06-16T21:19:52.499Z Compiling num-traits v0.2.19
4242026-06-16T21:19:52.559Z Compiling smallvec v1.15.1
4252026-06-16T21:19:52.559Z Compiling hashbrown v0.17.0
4262026-06-16T21:19:52.621Z Compiling equivalent v1.0.2
4272026-06-16T21:19:52.662Z Compiling typeid v1.0.3
4282026-06-16T21:19:52.674Z Compiling proc-macro-error-attr v1.0.4
4292026-06-16T21:19:52.711Z Compiling usdt-impl v0.5.0
4302026-06-16T21:19:52.716Z Compiling erased-serde v0.4.9
4312026-06-16T21:19:52.725Z Compiling winnow v0.7.14
4322026-06-16T21:19:52.769Z Compiling syn v1.0.109
4332026-06-16T21:19:52.778Z Compiling toml_write v0.1.2
4342026-06-16T21:19:52.870Z Compiling errno v0.3.14
4352026-06-16T21:19:52.904Z Compiling thread-id v4.2.2
4362026-06-16T21:19:52.941Z Compiling proc-macro-error v1.0.4
4372026-06-16T21:19:53.037Z Compiling camino v1.2.2
4382026-06-16T21:19:53.064Z Compiling indexmap v2.14.0
4392026-06-16T21:19:53.107Z Compiling percent-encoding v2.3.2
4402026-06-16T21:19:53.141Z Compiling utf8_iter v1.0.4
4412026-06-16T21:19:53.141Z Compiling utf8parse v0.2.2
4422026-06-16T21:19:53.209Z Compiling log v0.4.29
4432026-06-16T21:19:53.252Z Compiling getrandom v0.4.1
4442026-06-16T21:19:53.350Z Compiling plain v0.2.3
4452026-06-16T21:19:53.358Z Compiling thiserror v2.0.18
4462026-06-16T21:19:53.358Z Compiling anstyle-parse v1.0.0
4472026-06-16T21:19:53.358Z Compiling form_urlencoded v1.2.2
4482026-06-16T21:19:53.400Z Compiling syn v2.0.117
4492026-06-16T21:19:53.412Z Compiling pest_meta v2.8.6
4502026-06-16T21:19:53.518Z Compiling ordered-float v2.10.1
4512026-06-16T21:19:53.551Z Compiling anstyle-query v1.1.5
4522026-06-16T21:19:53.623Z Compiling colorchoice v1.0.4
4532026-06-16T21:19:53.646Z Compiling cfg-if v1.0.4
4542026-06-16T21:19:53.663Z Compiling pretty-hex v0.4.1
4552026-06-16T21:19:53.701Z Compiling anstyle v1.0.14
4562026-06-16T21:19:53.720Z Compiling is_terminal_polyfill v1.70.2
4572026-06-16T21:19:53.816Z Compiling fs-err v3.3.0
4582026-06-16T21:19:53.833Z Compiling fnv v1.0.7
4592026-06-16T21:19:53.851Z Compiling heck v0.4.1
4602026-06-16T21:19:53.917Z Compiling terminal_size v0.4.3
4612026-06-16T21:19:53.945Z Compiling anstream v1.0.0
4622026-06-16T21:19:53.956Z Compiling heck v0.5.0
4632026-06-16T21:19:53.973Z Compiling semver v1.0.28
4642026-06-16T21:19:54.100Z Compiling once_cell v1.21.3
4652026-06-16T21:19:54.158Z Compiling bytecount v0.6.9
4662026-06-16T21:19:54.175Z Compiling unicode-xid v0.2.6
4672026-06-16T21:19:54.217Z Compiling fastrand v2.3.0
4682026-06-16T21:19:54.232Z Compiling clap_lex v1.0.0
4692026-06-16T21:19:54.285Z Compiling strsim v0.11.1
4702026-06-16T21:19:54.309Z Compiling anyhow v1.0.102
4712026-06-16T21:19:54.326Z Compiling unicode-width v0.1.14
4722026-06-16T21:19:54.349Z Compiling memmap v0.7.0
4732026-06-16T21:19:54.398Z Compiling smawk v0.3.2
4742026-06-16T21:19:54.457Z Compiling serde-untagged v0.1.9
4752026-06-16T21:19:54.478Z Compiling tempfile v3.25.0
4762026-06-16T21:19:54.499Z Compiling clap_builder v4.6.0
4772026-06-16T21:19:54.515Z Compiling unicode-linebreak v0.1.5
4782026-06-16T21:19:54.520Z Compiling unicode-width v0.2.0
4792026-06-16T21:19:54.581Z Compiling papergrid v0.11.0
4802026-06-16T21:19:54.629Z Compiling swrite v0.1.0
4812026-06-16T21:19:54.724Z Compiling camino-tempfile v1.4.1
4822026-06-16T21:19:54.744Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-16T21:19:54.770Z Compiling textwrap v0.16.2
4842026-06-16T21:19:55.193Z Compiling tabled_derive v0.7.0
4852026-06-16T21:19:55.838Z Compiling tabled v0.15.0
4862026-06-16T21:19:55.866Z Compiling synstructure v0.13.2
4872026-06-16T21:19:55.867Z Compiling pest_generator v2.8.6
4882026-06-16T21:19:56.398Z Compiling serde_derive v1.0.228
4892026-06-16T21:19:56.402Z Compiling zerofrom-derive v0.1.6
4902026-06-16T21:19:56.402Z Compiling yoke-derive v0.8.1
4912026-06-16T21:19:56.402Z Compiling zerovec-derive v0.11.2
4922026-06-16T21:19:56.402Z Compiling displaydoc v0.2.5
4932026-06-16T21:19:56.402Z Compiling thiserror-impl v1.0.69
4942026-06-16T21:19:56.403Z Compiling zerocopy-derive v0.7.35
4952026-06-16T21:19:56.403Z Compiling scroll_derive v0.12.1
4962026-06-16T21:19:56.403Z Compiling thiserror-impl v2.0.18
4972026-06-16T21:19:56.403Z Compiling clap_derive v4.6.1
4982026-06-16T21:19:56.481Z Compiling pest_derive v2.8.6
4992026-06-16T21:19:57.221Z Compiling scroll v0.12.0
5002026-06-16T21:19:57.261Z Compiling zerocopy v0.7.35
5012026-06-16T21:19:57.444Z Compiling goblin v0.8.2
5022026-06-16T21:19:57.540Z Compiling zerofrom v0.1.6
5032026-06-16T21:19:57.645Z Compiling yoke v0.8.1
5042026-06-16T21:19:57.668Z Compiling dtrace-parser v0.2.0
5052026-06-16T21:19:57.800Z Compiling zerovec v0.11.5
5062026-06-16T21:19:57.800Z Compiling zerotrie v0.2.3
5072026-06-16T21:19:57.869Z Compiling clap v4.6.1
5082026-06-16T21:19:58.221Z Compiling tinystr v0.8.2
5092026-06-16T21:19:58.222Z Compiling potential_utf v0.1.4
5102026-06-16T21:19:58.350Z Compiling icu_collections v2.1.1
5112026-06-16T21:19:58.371Z Compiling icu_locale_core v2.1.1
5122026-06-16T21:19:58.904Z Compiling icu_provider v2.1.1
5132026-06-16T21:19:59.000Z Compiling serde_spanned v0.6.9
5142026-06-16T21:19:59.000Z Compiling toml_datetime v0.6.11
5152026-06-16T21:19:59.008Z Compiling serde-value v0.7.0
5162026-06-16T21:19:59.008Z Compiling cargo-platform v0.2.0
5172026-06-16T21:19:59.008Z Compiling macaddr v1.0.1
5182026-06-16T21:19:59.017Z Compiling dof v0.3.0
5192026-06-16T21:19:59.031Z Compiling serde_tokenstream v0.2.3
5202026-06-16T21:19:59.119Z Compiling icu_normalizer v2.1.1
5212026-06-16T21:19:59.150Z Compiling icu_properties v2.1.2
5222026-06-16T21:19:59.217Z Compiling toml_edit v0.22.27
5232026-06-16T21:19:59.941Z Compiling usdt-attr-macro v0.5.0
5242026-06-16T21:19:59.941Z Compiling usdt-macro v0.5.0
5252026-06-16T21:19:59.968Z Compiling idna_adapter v1.2.1
5262026-06-16T21:20:00.035Z Compiling idna v1.1.0
5272026-06-16T21:20:00.300Z Compiling url v2.5.8
5282026-06-16T21:20:00.341Z Compiling usdt v0.5.0
5292026-06-16T21:20:00.485Z Compiling toml v0.8.23
5302026-06-16T21:20:00.808Z Compiling cargo-util-schemas v0.8.2
5312026-06-16T21:20:00.808Z Compiling cargo_toml v0.21.0
5322026-06-16T21:20:01.594Z Compiling cargo_metadata v0.21.0
5332026-06-16T21:20:02.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-16T21:20:04.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.01s
5352026-06-16T21:20:04.966Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-16T21:20:05.507Z Downloading crates ...
5372026-06-16T21:20:05.607Z Downloaded aead v0.5.2
5382026-06-16T21:20:05.626Z Downloaded adler2 v2.0.1
5392026-06-16T21:20:05.626Z Downloaded bit-set v0.5.3
5402026-06-16T21:20:05.626Z Downloaded ar_archive_writer v0.5.1
5412026-06-16T21:20:05.650Z Downloaded critical-section v1.2.0
5422026-06-16T21:20:05.650Z Downloaded ciborium v0.2.2
5432026-06-16T21:20:05.651Z Downloaded aes-gcm v0.10.3
5442026-06-16T21:20:05.651Z Downloaded darling_macro v0.21.3
5452026-06-16T21:20:05.651Z Downloaded cfg_aliases v0.2.1
5462026-06-16T21:20:05.651Z Downloaded cc v1.2.56
5472026-06-16T21:20:05.651Z Downloaded erased-serde v0.3.31
5482026-06-16T21:20:05.651Z Downloaded block-padding v0.3.3
5492026-06-16T21:20:05.651Z Downloaded bcs v0.1.6
5502026-06-16T21:20:05.651Z Downloaded derive_more v2.1.1
5512026-06-16T21:20:05.666Z Downloaded darling v0.21.3
5522026-06-16T21:20:05.666Z Downloaded crunchy v0.2.4
5532026-06-16T21:20:05.678Z Downloaded crucible-workspace-hack v0.1.0
5542026-06-16T21:20:05.678Z Downloaded crc-catalog v2.4.0
5552026-06-16T21:20:05.678Z Downloaded darling v0.20.11
5562026-06-16T21:20:05.678Z Downloaded crossbeam-epoch v0.9.18
5572026-06-16T21:20:05.678Z Downloaded crc-any v2.5.0
5582026-06-16T21:20:05.678Z Downloaded cpufeatures v0.3.0
5592026-06-16T21:20:05.678Z Downloaded byte-wrapper v0.1.0
5602026-06-16T21:20:05.678Z Downloaded anstream v0.6.21
5612026-06-16T21:20:05.678Z Downloaded bb8 v0.8.6
5622026-06-16T21:20:05.678Z Downloaded async-recursion v1.1.1
5632026-06-16T21:20:05.690Z Downloaded curve25519-dalek-derive v0.1.1
5642026-06-16T21:20:05.690Z Downloaded ff v0.13.1
5652026-06-16T21:20:05.690Z Downloaded cbc v0.1.2
5662026-06-16T21:20:05.690Z Downloaded buf-list v1.1.2
5672026-06-16T21:20:05.690Z Downloaded bitfield-struct v0.6.2
5682026-06-16T21:20:05.690Z Downloaded bcrypt-pbkdf v0.10.0
5692026-06-16T21:20:05.690Z Downloaded ciborium-io v0.2.2
5702026-06-16T21:20:05.690Z Downloaded array-init v0.0.4
5712026-06-16T21:20:05.690Z Downloaded daft v0.1.7
5722026-06-16T21:20:05.690Z Downloaded ctr v0.9.2
5732026-06-16T21:20:05.690Z Downloaded dirs-next v2.0.0
5742026-06-16T21:20:05.690Z Downloaded cstr-argument v0.1.2
5752026-06-16T21:20:05.690Z Downloaded crossbeam-deque v0.8.6
5762026-06-16T21:20:05.690Z Downloaded bit-set v0.8.0
5772026-06-16T21:20:05.690Z Downloaded crc8 v0.1.1
5782026-06-16T21:20:05.690Z Downloaded atomicwrites v0.4.4
5792026-06-16T21:20:05.696Z Downloaded ed25519-dalek v2.2.0
5802026-06-16T21:20:05.696Z Downloaded dtrace-parser v0.3.0
5812026-06-16T21:20:05.696Z Downloaded cfg_aliases v0.1.1
5822026-06-16T21:20:05.696Z Downloaded atomic-waker v1.1.2
5832026-06-16T21:20:05.696Z Downloaded camino-tempfile-ext v0.3.3
5842026-06-16T21:20:05.696Z Downloaded async-stream v0.3.6
5852026-06-16T21:20:05.696Z Downloaded dunce v1.0.5
5862026-06-16T21:20:05.696Z Downloaded atty v0.2.14
5872026-06-16T21:20:05.705Z Downloaded ascii-canvas v3.0.0
5882026-06-16T21:20:05.705Z Downloaded document-features v0.2.12
5892026-06-16T21:20:05.705Z Downloaded base16ct v0.2.0
5902026-06-16T21:20:05.705Z Downloaded crc v3.4.0
5912026-06-16T21:20:05.706Z Downloaded cargo-platform v0.3.2
5922026-06-16T21:20:05.706Z Downloaded float-cmp v0.10.0
5932026-06-16T21:20:05.706Z Downloaded assert_matches v1.5.0
5942026-06-16T21:20:05.706Z Downloaded fixedbitset v0.4.2
5952026-06-16T21:20:05.706Z Downloaded endian-type v0.1.2
5962026-06-16T21:20:05.706Z Downloaded enum-as-inner v0.6.1
5972026-06-16T21:20:05.706Z Downloaded bitfield-macros v0.19.4
5982026-06-16T21:20:05.706Z Downloaded embedded-io v0.4.0
5992026-06-16T21:20:05.706Z Downloaded display-error-chain v0.2.2
6002026-06-16T21:20:05.716Z Downloaded darling_macro v0.20.11
6012026-06-16T21:20:05.716Z Downloaded dof v0.4.0
6022026-06-16T21:20:05.716Z Downloaded const_format_proc_macros v0.2.34
6032026-06-16T21:20:05.716Z Downloaded float-ord v0.3.2
6042026-06-16T21:20:05.716Z Downloaded csv-core v0.1.13
6052026-06-16T21:20:05.740Z Downloaded cobs v0.3.0
6062026-06-16T21:20:05.741Z Downloaded derive-ex v0.1.8
6072026-06-16T21:20:05.741Z Downloaded data-encoding v2.10.0
6082026-06-16T21:20:05.741Z Downloaded dsl_auto_type v0.2.0
6092026-06-16T21:20:05.741Z Downloaded async-stream-impl v0.3.6
6102026-06-16T21:20:05.741Z Downloaded compression-core v0.4.31
6112026-06-16T21:20:05.787Z Downloaded dropshot-api-manager-types v0.7.2
6122026-06-16T21:20:05.788Z Downloaded foreign-types-shared v0.3.1
6132026-06-16T21:20:05.788Z Downloaded ciborium-ll v0.2.2
6142026-06-16T21:20:05.788Z Downloaded dyn-clone v1.0.20
6152026-06-16T21:20:05.788Z Downloaded downcast-rs v2.0.2
6162026-06-16T21:20:05.788Z Downloaded darling_macro v0.23.0
6172026-06-16T21:20:05.788Z Downloaded convert_case v0.4.0
6182026-06-16T21:20:05.788Z Downloaded flagset v0.4.7
6192026-06-16T21:20:05.788Z Downloaded arrayref v0.3.9
6202026-06-16T21:20:05.788Z Downloaded embedded-io v0.6.1
6212026-06-16T21:20:05.788Z Downloaded difflib v0.4.0
6222026-06-16T21:20:05.788Z Downloaded derive_builder_macro v0.20.2
6232026-06-16T21:20:05.788Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-06-16T21:20:05.788Z Downloaded foreign-types v0.3.2
6252026-06-16T21:20:05.788Z Downloaded funty v2.0.0
6262026-06-16T21:20:05.788Z Downloaded foreign-types-shared v0.1.1
6272026-06-16T21:20:05.788Z Downloaded foreign-types-macros v0.2.3
6282026-06-16T21:20:05.788Z Downloaded dirs-sys-next v0.1.2
6292026-06-16T21:20:05.789Z Downloaded defmt-parser v1.0.0
6302026-06-16T21:20:05.789Z Downloaded cmake v0.1.57
6312026-06-16T21:20:05.789Z Downloaded ecdsa v0.16.9
6322026-06-16T21:20:05.789Z Downloaded ed25519 v2.2.3
6332026-06-16T21:20:05.789Z Downloaded bit-vec v0.8.0
6342026-06-16T21:20:05.789Z Downloaded backoff v0.4.0
6352026-06-16T21:20:05.789Z Downloaded anstyle-parse v0.2.7
6362026-06-16T21:20:05.789Z Downloaded darling v0.13.4
6372026-06-16T21:20:05.820Z Downloaded fixedbitset v0.5.7
6382026-06-16T21:20:05.820Z Downloaded bitflags v1.3.2
6392026-06-16T21:20:05.820Z Downloaded futures-io v0.3.32
6402026-06-16T21:20:05.820Z Downloaded darling_macro v0.13.4
6412026-06-16T21:20:05.820Z Downloaded base64 v0.22.1
6422026-06-16T21:20:05.820Z Downloaded futures-task v0.3.32
6432026-06-16T21:20:05.820Z Downloaded foreign-types v0.5.0
6442026-06-16T21:20:05.820Z Downloaded env_filter v1.0.0
6452026-06-16T21:20:05.820Z Downloaded defmt v0.3.100
6462026-06-16T21:20:05.820Z Downloaded futures-sink v0.3.32
6472026-06-16T21:20:05.820Z Downloaded drift v0.2.0
6482026-06-16T21:20:05.820Z Downloaded globwalk v0.9.1
6492026-06-16T21:20:05.820Z Downloaded ghash v0.5.1
6502026-06-16T21:20:05.820Z Downloaded fallible-iterator v0.2.0
6512026-06-16T21:20:05.821Z Downloaded darling v0.23.0
6522026-06-16T21:20:05.821Z Downloaded hash32 v0.2.1
6532026-06-16T21:20:05.821Z Downloaded git-stub v1.0.0
6542026-06-16T21:20:05.821Z Downloaded hex v0.4.3
6552026-06-16T21:20:05.821Z Downloaded gethostname v0.5.0
6562026-06-16T21:20:05.821Z Downloaded fxhash v0.2.1
6572026-06-16T21:20:05.821Z Downloaded des v0.8.1
6582026-06-16T21:20:05.821Z Downloaded headers-core v0.3.0
6592026-06-16T21:20:05.821Z Downloaded cargo_metadata v0.23.1
6602026-06-16T21:20:05.821Z Downloaded defmt v1.0.1
6612026-06-16T21:20:05.821Z Downloaded bit-vec v0.6.3
6622026-06-16T21:20:05.821Z Downloaded cassowary v0.3.0
6632026-06-16T21:20:05.821Z Downloaded crossbeam-utils v0.8.21
6642026-06-16T21:20:05.821Z Downloaded find-msvc-tools v0.1.9
6652026-06-16T21:20:05.821Z Downloaded daft-derive v0.1.7
6662026-06-16T21:20:05.821Z Downloaded chacha20 v0.9.1
6672026-06-16T21:20:05.853Z Downloaded futures-macro v0.3.32
6682026-06-16T21:20:05.853Z Downloaded ena v0.14.4
6692026-06-16T21:20:05.853Z Downloaded corncobs v0.1.4
6702026-06-16T21:20:05.853Z Downloaded blowfish v0.9.1
6712026-06-16T21:20:05.853Z Downloaded der_derive v0.7.3
6722026-06-16T21:20:05.854Z Downloaded defmt-macros v1.0.1
6732026-06-16T21:20:05.854Z Downloaded hex-literal v0.4.1
6742026-06-16T21:20:05.854Z Downloaded deranged v0.5.8
6752026-06-16T21:20:05.854Z Downloaded foldhash v0.1.5
6762026-06-16T21:20:05.854Z Downloaded compression-codecs v0.4.37
6772026-06-16T21:20:05.854Z Downloaded crypto-bigint v0.5.5
6782026-06-16T21:20:05.854Z Downloaded diesel-dtrace v0.5.0
6792026-06-16T21:20:05.854Z Downloaded debug-ignore v1.0.5
6802026-06-16T21:20:05.854Z Downloaded futures-executor v0.3.32
6812026-06-16T21:20:05.854Z Downloaded hostname v0.3.1
6822026-06-16T21:20:05.854Z Downloaded http-body v1.0.1
6832026-06-16T21:20:05.854Z Downloaded cookie_store v0.22.1
6842026-06-16T21:20:05.854Z Downloaded foldhash v0.2.0
6852026-06-16T21:20:05.854Z Downloaded filetime v0.2.27
6862026-06-16T21:20:05.854Z Downloaded colored v2.2.0
6872026-06-16T21:20:05.854Z Downloaded hubpack v0.1.2
6882026-06-16T21:20:05.854Z Downloaded http-range v0.1.5
6892026-06-16T21:20:05.854Z Downloaded convert_case v0.10.0
6902026-06-16T21:20:05.854Z Downloaded globset v0.4.18
6912026-06-16T21:20:05.854Z Downloaded chacha20 v0.10.0
6922026-06-16T21:20:06.206Z Downloaded git-stub-vcs v0.1.0
6932026-06-16T21:20:06.206Z Downloaded fs-err v2.11.0
6942026-06-16T21:20:06.206Z Downloaded hubpack_derive v0.1.1
6952026-06-16T21:20:06.206Z Downloaded group v0.13.0
6962026-06-16T21:20:06.206Z Downloaded bzip2 v0.6.1
6972026-06-16T21:20:06.206Z Downloaded hyper-tls v0.6.0
6982026-06-16T21:20:06.207Z Downloaded hash32 v0.3.1
6992026-06-16T21:20:06.207Z Downloaded ident_case v1.0.1
7002026-06-16T21:20:06.207Z Downloaded argon2 v0.5.3
7012026-06-16T21:20:06.207Z Downloaded cancel-safe-futures v0.1.5
7022026-06-16T21:20:06.207Z Downloaded indent_write v2.2.0
7032026-06-16T21:20:06.207Z Downloaded instant v0.1.13
7042026-06-16T21:20:06.207Z Downloaded either v1.15.0
7052026-06-16T21:20:06.207Z Downloaded is_ci v1.2.0
7062026-06-16T21:20:06.207Z Downloaded is-terminal v0.4.17
7072026-06-16T21:20:06.207Z Downloaded internet-checksum v0.2.1
7082026-06-16T21:20:06.207Z Downloaded crc32fast v1.5.0
7092026-06-16T21:20:06.207Z Downloaded home v0.5.12
7102026-06-16T21:20:06.207Z Downloaded crossbeam-channel v0.5.15
7112026-06-16T21:20:06.207Z Downloaded keccak v0.1.6
7122026-06-16T21:20:06.207Z Downloaded illumos-nvpair-sys v0.2.0
7132026-06-16T21:20:06.207Z Downloaded illumos-nvpair v0.3.0
7142026-06-16T21:20:06.207Z Downloaded colored v3.1.1
7152026-06-16T21:20:06.207Z Downloaded bzip2 v0.4.4
7162026-06-16T21:20:06.207Z Downloaded base64 v0.21.7
7172026-06-16T21:20:06.207Z Downloaded console v0.16.2
7182026-06-16T21:20:06.207Z Downloaded instability v0.3.11
7192026-06-16T21:20:06.207Z Downloaded elliptic-curve v0.13.8
7202026-06-16T21:20:06.207Z Downloaded env_logger v0.11.9
7212026-06-16T21:20:06.207Z Downloaded dropshot_endpoint v0.17.0
7222026-06-16T21:20:06.208Z Downloaded console v0.15.11
7232026-06-16T21:20:06.208Z Downloaded backon v1.6.0
7242026-06-16T21:20:06.208Z Downloaded blake2 v0.10.6
7252026-06-16T21:20:06.208Z Downloaded indoc v1.0.9
7262026-06-16T21:20:06.208Z Downloaded darling_core v0.13.4
7272026-06-16T21:20:06.208Z Downloaded inout v0.1.4
7282026-06-16T21:20:06.208Z Downloaded highway v1.3.0
7292026-06-16T21:20:06.208Z Downloaded hostname v0.4.2
7302026-06-16T21:20:06.208Z Downloaded lazy_static v1.5.0
7312026-06-16T21:20:06.208Z Downloaded derive_builder v0.20.2
7322026-06-16T21:20:06.208Z Downloaded half v1.8.3
7332026-06-16T21:20:06.208Z Downloaded humantime v2.3.0
7342026-06-16T21:20:06.208Z Downloaded libscf-sys v1.1.0
7352026-06-16T21:20:06.208Z Downloaded getrandom v0.2.17
7362026-06-16T21:20:06.208Z Downloaded lalrpop-util v0.19.12
7372026-06-16T21:20:06.208Z Downloaded httpdate v1.0.3
7382026-06-16T21:20:06.208Z Downloaded async-trait v0.1.89
7392026-06-16T21:20:06.208Z Downloaded linked-hash-map v0.5.6
7402026-06-16T21:20:06.208Z Downloaded async-bb8-diesel v0.2.1
7412026-06-16T21:20:06.208Z Downloaded lru-slab v0.1.2
7422026-06-16T21:20:06.208Z Downloaded lru v0.12.5
7432026-06-16T21:20:06.208Z Downloaded constant_time_eq v0.4.2
7442026-06-16T21:20:06.208Z Downloaded lzss v0.8.2
7452026-06-16T21:20:06.208Z Downloaded md-5 v0.10.6
7462026-06-16T21:20:06.208Z Downloaded futures-channel v0.3.32
7472026-06-16T21:20:06.208Z Downloaded maybe-uninit v2.0.0
7482026-06-16T21:20:06.208Z Downloaded hyper-staticfile v0.10.1
7492026-06-16T21:20:06.208Z Downloaded fs_extra v1.3.0
7502026-06-16T21:20:06.208Z Downloaded lru-cache v0.1.2
7512026-06-16T21:20:06.208Z Downloaded castaway v0.2.4
7522026-06-16T21:20:06.208Z Downloaded futures-core v0.3.32
7532026-06-16T21:20:06.209Z Downloaded fd-lock v4.0.4
7542026-06-16T21:20:06.209Z Downloaded clang-sys v1.8.1
7552026-06-16T21:20:06.209Z Downloaded mime v0.3.17
7562026-06-16T21:20:06.209Z Downloaded memoffset v0.9.1
7572026-06-16T21:20:06.209Z Downloaded ingot-types v0.1.2
7582026-06-16T21:20:06.209Z Downloaded derive_more v0.99.20
7592026-06-16T21:20:06.209Z Downloaded derive_builder_core v0.20.2
7602026-06-16T21:20:06.209Z Downloaded newtype_derive v0.1.6
7612026-06-16T21:20:06.209Z Downloaded derive-where v1.6.0
7622026-06-16T21:20:06.209Z Downloaded num-conv v0.2.0
7632026-06-16T21:20:06.209Z Downloaded ipnetwork v0.21.1
7642026-06-16T21:20:06.209Z Downloaded normalize-line-endings v0.3.0
7652026-06-16T21:20:06.209Z Downloaded newtype-uuid-macros v0.1.0
7662026-06-16T21:20:06.209Z Downloaded match_cfg v0.1.0
7672026-06-16T21:20:06.209Z Downloaded maplit v1.0.2
7682026-06-16T21:20:06.209Z Downloaded impl-trait-for-tuples v0.2.3
7692026-06-16T21:20:06.209Z Downloaded ahash v0.8.12
7702026-06-16T21:20:06.209Z Downloaded fatfs v0.3.6
7712026-06-16T21:20:06.209Z Downloaded indoc v2.0.7
7722026-06-16T21:20:06.209Z Downloaded allocator-api2 v0.2.21
7732026-06-16T21:20:06.213Z Downloaded multimap v0.10.1
7742026-06-16T21:20:06.213Z Downloaded newline-converter v0.3.0
7752026-06-16T21:20:06.213Z Downloaded diff v0.1.13
7762026-06-16T21:20:06.213Z Downloaded httparse v1.10.1
7772026-06-16T21:20:06.213Z Downloaded crossterm v0.28.1
7782026-06-16T21:20:06.213Z Downloaded nibble_vec v0.1.0
7792026-06-16T21:20:06.213Z Downloaded new_debug_unreachable v1.0.6
7802026-06-16T21:20:06.213Z Downloaded cookie v0.18.1
7812026-06-16T21:20:06.213Z Downloaded hmac v0.12.1
7822026-06-16T21:20:06.213Z Downloaded nonempty v0.12.0
7832026-06-16T21:20:06.213Z Downloaded num-iter v0.1.45
7842026-06-16T21:20:06.213Z Downloaded num v0.4.3
7852026-06-16T21:20:06.213Z Downloaded num-derive v0.3.3
7862026-06-16T21:20:06.213Z Downloaded num_enum_derive v0.5.11
7872026-06-16T21:20:06.213Z Downloaded num-derive v0.4.2
7882026-06-16T21:20:06.213Z Downloaded bytes v1.11.1
7892026-06-16T21:20:06.213Z Downloaded half v2.7.1
7902026-06-16T21:20:06.213Z Downloaded managed v0.8.0
7912026-06-16T21:20:06.214Z Downloaded linear-map v1.2.0
7922026-06-16T21:20:06.251Z Downloaded libefi-sys v0.1.0
7932026-06-16T21:20:06.251Z Downloaded http-body-util v0.1.3
7942026-06-16T21:20:06.255Z Downloaded nodrop v0.1.14
7952026-06-16T21:20:06.255Z Downloaded libsw-core v0.3.2
7962026-06-16T21:20:06.255Z Downloaded jobserver v0.1.34
7972026-06-16T21:20:06.255Z Downloaded opaque-debug v0.3.1
7982026-06-16T21:20:06.255Z Downloaded num_threads v0.1.7
7992026-06-16T21:20:06.255Z Downloaded libsw v3.5.0
8002026-06-16T21:20:06.255Z Downloaded hyper-rustls v0.27.7
8012026-06-16T21:20:06.255Z Downloaded darling_core v0.21.3
8022026-06-16T21:20:06.255Z Downloaded darling_core v0.20.11
8032026-06-16T21:20:06.255Z Downloaded openssl-probe v0.2.1
8042026-06-16T21:20:06.255Z Downloaded openssl-macros v0.1.1
8052026-06-16T21:20:06.255Z Downloaded olpc-cjson v0.1.4
8062026-06-16T21:20:06.255Z Downloaded futures v0.3.32
8072026-06-16T21:20:06.255Z Downloaded openssl-probe v0.1.6
8082026-06-16T21:20:06.255Z Downloaded iana-time-zone v0.1.65
8092026-06-16T21:20:06.255Z Downloaded ingot-macros v0.1.1
8102026-06-16T21:20:06.256Z Downloaded glob v0.3.3
8112026-06-16T21:20:06.256Z Downloaded md5 v0.7.0
8122026-06-16T21:20:06.256Z Downloaded ipnet v2.11.0
8132026-06-16T21:20:06.256Z Downloaded getrandom v0.3.4
8142026-06-16T21:20:06.256Z Downloaded oso-derive v0.27.3
8152026-06-16T21:20:06.256Z Downloaded const-oid v0.9.6
8162026-06-16T21:20:06.256Z Downloaded aes v0.8.4
8172026-06-16T21:20:06.256Z Downloaded arrayvec v0.7.6
8182026-06-16T21:20:06.256Z Downloaded newtype-uuid v1.3.2
8192026-06-16T21:20:06.256Z Downloaded multer v3.1.0
8202026-06-16T21:20:06.256Z Downloaded cipher v0.4.4
8212026-06-16T21:20:06.256Z Downloaded packed_struct_codegen v0.10.1
8222026-06-16T21:20:06.256Z Downloaded cexpr v0.6.0
8232026-06-16T21:20:06.256Z Downloaded bitfield v0.19.4
8242026-06-16T21:20:06.256Z Downloaded parse-display v0.10.0
8252026-06-16T21:20:06.256Z Downloaded path-slash v0.1.5
8262026-06-16T21:20:06.256Z Downloaded num-integer v0.1.46
8272026-06-16T21:20:06.256Z Downloaded parse-size v1.1.0
8282026-06-16T21:20:06.256Z Downloaded nanorand v0.7.0
8292026-06-16T21:20:06.256Z Downloaded heapless v0.7.17
8302026-06-16T21:20:06.256Z Downloaded phf_shared v0.13.1
8312026-06-16T21:20:06.256Z Downloaded flume v0.11.1
8322026-06-16T21:20:06.257Z Downloaded arc-swap v1.8.2
8332026-06-16T21:20:06.257Z Downloaded peg-runtime v0.8.5
8342026-06-16T21:20:06.257Z Downloaded pbkdf2 v0.12.2
8352026-06-16T21:20:06.257Z Downloaded pbkdf2 v0.11.0
8362026-06-16T21:20:06.257Z Downloaded num-rational v0.4.2
8372026-06-16T21:20:06.257Z Downloaded num-complex v0.4.6
8382026-06-16T21:20:06.257Z Downloaded kstat-rs v0.2.4
8392026-06-16T21:20:06.257Z Downloaded der v0.7.10
8402026-06-16T21:20:06.257Z Downloaded phf_shared v0.12.1
8412026-06-16T21:20:06.257Z Downloaded pin-utils v0.1.0
8422026-06-16T21:20:06.257Z Downloaded mime_guess v2.0.5
8432026-06-16T21:20:06.257Z Downloaded memmap2 v0.9.10
8442026-06-16T21:20:06.257Z Downloaded ingot v0.1.1
8452026-06-16T21:20:06.257Z Downloaded phf_shared v0.11.3
8462026-06-16T21:20:06.257Z Downloaded indexmap v1.9.3
8472026-06-16T21:20:06.257Z Downloaded num_enum_derive v0.7.6
8482026-06-16T21:20:06.257Z Downloaded num_enum v0.7.6
8492026-06-16T21:20:06.257Z Downloaded num_enum v0.5.11
8502026-06-16T21:20:06.257Z Downloaded predicates-core v1.0.10
8512026-06-16T21:20:06.257Z Downloaded precomputed-hash v0.1.1
8522026-06-16T21:20:06.257Z Downloaded powerfmt v0.2.0
8532026-06-16T21:20:06.257Z Downloaded packed_struct v0.10.1
8542026-06-16T21:20:06.257Z Downloaded oxnet v0.1.6
8552026-06-16T21:20:06.257Z Downloaded libloading v0.8.9
8562026-06-16T21:20:06.257Z Downloaded heapless v0.8.0
8572026-06-16T21:20:06.257Z Downloaded ignore v0.4.25
8582026-06-16T21:20:06.257Z Downloaded headers v0.4.1
8592026-06-16T21:20:06.257Z Downloaded crossterm v0.29.0
8602026-06-16T21:20:06.257Z Downloaded proc-macro-error-attr2 v2.0.0
8612026-06-16T21:20:06.258Z Downloaded proc-macro-crate v1.3.1
8622026-06-16T21:20:06.258Z Downloaded predicates-tree v1.0.13
8632026-06-16T21:20:06.258Z Downloaded password-hash v0.5.0
8642026-06-16T21:20:06.258Z Downloaded owo-colors v4.3.0
8652026-06-16T21:20:06.258Z Downloaded psl-types v2.0.11
8662026-06-16T21:20:06.258Z Downloaded peg v0.8.5
8672026-06-16T21:20:06.258Z Downloaded phf v0.13.1
8682026-06-16T21:20:06.258Z Downloaded phf v0.12.1
8692026-06-16T21:20:06.258Z Downloaded paste v1.0.15
8702026-06-16T21:20:06.258Z Downloaded parking_lot_core v0.8.6
8712026-06-16T21:20:06.258Z Downloaded progenitor-client v0.14.0
8722026-06-16T21:20:06.258Z Downloaded progenitor-client v0.11.2
8732026-06-16T21:20:06.258Z Downloaded proc-macro-crate v3.4.0
8742026-06-16T21:20:06.258Z Downloaded password-hash v0.4.2
8752026-06-16T21:20:06.258Z Downloaded native-tls v0.2.18
8762026-06-16T21:20:06.258Z Downloaded litrs v1.0.0
8772026-06-16T21:20:06.258Z Downloaded progenitor-macro v0.11.2
8782026-06-16T21:20:06.258Z Downloaded flate2 v1.1.9
8792026-06-16T21:20:06.258Z Downloaded diesel_derives v2.3.7
8802026-06-16T21:20:06.258Z Downloaded quick-error v1.2.3
8812026-06-16T21:20:06.258Z Downloaded pem v3.0.6
8822026-06-16T21:20:06.258Z Downloaded peg-macros v0.8.5
8832026-06-16T21:20:06.258Z Downloaded nu-ansi-term v0.50.3
8842026-06-16T21:20:06.258Z Downloaded indicatif v0.18.4
8852026-06-16T21:20:06.258Z Downloaded radium v0.7.0
8862026-06-16T21:20:06.258Z Downloaded progenitor-macro v0.14.0
8872026-06-16T21:20:06.258Z Downloaded expectorate v1.2.0
8882026-06-16T21:20:06.258Z Downloaded oxide-tokio-rt v0.1.4
8892026-06-16T21:20:06.258Z Downloaded pin-project-internal v1.1.11
8902026-06-16T21:20:06.259Z Downloaded pin-project-lite v0.2.17
8912026-06-16T21:20:06.259Z Downloaded rand_xorshift v0.4.0
8922026-06-16T21:20:06.336Z Downloaded pkcs8 v0.10.2
8932026-06-16T21:20:06.336Z Downloaded parking_lot v0.11.2
8942026-06-16T21:20:06.336Z Downloaded postgres-protocol v0.6.10
8952026-06-16T21:20:06.336Z Downloaded libbz2-rs-sys v0.2.2
8962026-06-16T21:20:06.336Z Downloaded rand_chacha v0.3.1
8972026-06-16T21:20:06.336Z Downloaded omicron-zone-package v0.12.2
8982026-06-16T21:20:06.336Z Downloaded poly1305 v0.8.0
8992026-06-16T21:20:06.336Z Downloaded polyval v0.6.2
9002026-06-16T21:20:06.336Z Downloaded derive_more-impl v2.1.1
9012026-06-16T21:20:06.336Z Downloaded recursive v0.1.1
9022026-06-16T21:20:06.336Z Downloaded darling_core v0.23.0
9032026-06-16T21:20:06.336Z Downloaded chacha20poly1305 v0.10.1
9042026-06-16T21:20:06.336Z Downloaded lock_api v0.4.14
9052026-06-16T21:20:06.336Z Downloaded recursive-proc-macro-impl v0.1.1
9062026-06-16T21:20:06.336Z Downloaded parse-display-derive v0.10.0
9072026-06-16T21:20:06.336Z Downloaded const_format v0.2.35
9082026-06-16T21:20:06.337Z Downloaded predicates v3.1.4
9092026-06-16T21:20:06.337Z Downloaded parking_lot v0.12.5
9102026-06-16T21:20:06.344Z Downloaded psm v0.1.30
9112026-06-16T21:20:06.344Z Downloaded progenitor-macro v0.13.0
9122026-06-16T21:20:06.344Z Downloaded progenitor-extras v0.2.0
9132026-06-16T21:20:06.345Z Downloaded pkcs1 v0.7.5
9142026-06-16T21:20:06.345Z Downloaded progenitor v0.13.0
9152026-06-16T21:20:06.345Z Downloaded rfc6979 v0.4.0
9162026-06-16T21:20:06.345Z Downloaded progenitor-client v0.13.0
9172026-06-16T21:20:06.345Z Downloaded progenitor v0.14.0
9182026-06-16T21:20:06.345Z Downloaded progenitor v0.11.2
9192026-06-16T21:20:06.345Z Downloaded ppv-lite86 v0.2.21
9202026-06-16T21:20:06.345Z Downloaded pem-rfc7468 v0.7.0
9212026-06-16T21:20:06.345Z Downloaded compact_str v0.8.1
9222026-06-16T21:20:06.345Z Downloaded rustc_version v0.4.1
9232026-06-16T21:20:06.345Z Downloaded ref-cast-impl v1.0.25
9242026-06-16T21:20:06.345Z Downloaded async-compression v0.4.41
9252026-06-16T21:20:06.345Z Downloaded parking_lot_core v0.9.12
9262026-06-16T21:20:06.345Z Downloaded russh-cryptovec v0.7.3
9272026-06-16T21:20:06.345Z Downloaded base64ct v1.8.3
9282026-06-16T21:20:06.345Z Downloaded miniz_oxide v0.8.9
9292026-06-16T21:20:06.345Z Downloaded hickory-resolver v0.24.4
9302026-06-16T21:20:06.345Z Downloaded rustc-hash v2.1.1
9312026-06-16T21:20:06.345Z Downloaded rustc_version v0.1.7
9322026-06-16T21:20:06.345Z Downloaded rand_core v0.9.5
9332026-06-16T21:20:06.345Z Downloaded rand_core v0.6.4
9342026-06-16T21:20:06.346Z Downloaded rand_chacha v0.9.0
9352026-06-16T21:20:06.346Z Downloaded r2d2 v0.8.10
9362026-06-16T21:20:06.346Z Downloaded pkg-config v0.3.32
9372026-06-16T21:20:06.346Z Downloaded rand_seeder v0.4.0
9382026-06-16T21:20:06.346Z Downloaded rand_core v0.10.0
9392026-06-16T21:20:06.346Z Downloaded postgres-types v0.2.12
9402026-06-16T21:20:06.346Z Downloaded salsa20 v0.10.2
9412026-06-16T21:20:06.346Z Downloaded same-file v1.0.6
9422026-06-16T21:20:06.346Z Downloaded scheduled-thread-pool v0.2.7
9432026-06-16T21:20:06.346Z Downloaded sapling-renderdag v0.1.0
9442026-06-16T21:20:06.346Z Downloaded primeorder v0.13.6
9452026-06-16T21:20:06.346Z Downloaded pin-project v1.1.11
9462026-06-16T21:20:06.346Z Downloaded pkcs5 v0.7.1
9472026-06-16T21:20:06.346Z Downloaded rtoolbox v0.0.3
9482026-06-16T21:20:06.347Z Downloaded proc-macro-error2 v2.0.1
9492026-06-16T21:20:06.347Z Downloaded ref-cast v1.0.25
9502026-06-16T21:20:06.347Z Downloaded seq-macro v0.3.6
9512026-06-16T21:20:06.347Z Downloaded scopeguard v1.2.0
9522026-06-16T21:20:06.347Z Downloaded scrypt v0.11.0
9532026-06-16T21:20:06.347Z Downloaded semver v0.1.20
9542026-06-16T21:20:06.347Z Downloaded secrecy v0.10.3
9552026-06-16T21:20:06.347Z Downloaded secrecy v0.8.0
9562026-06-16T21:20:06.347Z Downloaded serde_plain v1.0.2
9572026-06-16T21:20:06.347Z Downloaded serde_bytes v0.11.19
9582026-06-16T21:20:06.347Z Downloaded serde_repr v0.1.20
9592026-06-16T21:20:06.347Z Downloaded quinn-udp v0.5.14
9602026-06-16T21:20:06.347Z Downloaded papergrid v0.17.0
9612026-06-16T21:20:06.347Z Downloaded jiff-static v0.2.21
9622026-06-16T21:20:06.347Z Downloaded bumpalo v3.20.2
9632026-06-16T21:20:06.347Z Downloaded hickory-server v0.25.2
9642026-06-16T21:20:06.347Z Downloaded scroll_derive v0.13.1
9652026-06-16T21:20:06.347Z Downloaded rustls-pemfile v2.2.0
9662026-06-16T21:20:06.347Z Downloaded hickory-resolver v0.25.2
9672026-06-16T21:20:06.347Z Downloaded resolv-conf v0.7.6
9682026-06-16T21:20:06.347Z Downloaded serde_urlencoded v0.7.1
9692026-06-16T21:20:06.347Z Downloaded serde-big-array v0.5.1
9702026-06-16T21:20:06.347Z Downloaded http v1.4.0
9712026-06-16T21:20:06.348Z Downloaded rustls-pemfile v1.0.4
9722026-06-16T21:20:06.361Z Downloaded postcard v1.1.3
9732026-06-16T21:20:06.361Z Downloaded sha1 v0.10.6
9742026-06-16T21:20:06.361Z Downloaded sigpipe v0.1.3
9752026-06-16T21:20:06.361Z Downloaded signature v2.2.0
9762026-06-16T21:20:06.362Z Downloaded prefix-trie v0.7.0
9772026-06-16T21:20:06.362Z Downloaded signal-hook-tokio v0.3.1
9782026-06-16T21:20:06.362Z Downloaded shell-words v1.1.1
9792026-06-16T21:20:06.362Z Downloaded oso v0.27.3
9802026-06-16T21:20:06.362Z Downloaded rusty-fork v0.3.1
9812026-06-16T21:20:06.363Z Downloaded progenitor-impl v0.11.2
9822026-06-16T21:20:06.364Z Downloaded slog-bunyan v2.5.0
9832026-06-16T21:20:06.364Z Downloaded signal-hook-mio v0.2.5
9842026-06-16T21:20:06.364Z Downloaded rustversion v1.0.22
9852026-06-16T21:20:06.364Z Downloaded siphasher v1.0.2
9862026-06-16T21:20:06.364Z Downloaded openssl-sys v0.9.115
9872026-06-16T21:20:06.364Z Downloaded progenitor-impl v0.14.0
9882026-06-16T21:20:06.364Z Downloaded p256 v0.13.2
9892026-06-16T21:20:06.364Z Downloaded hashbrown v0.12.3
9902026-06-16T21:20:06.364Z Downloaded rustls-native-certs v0.8.3
9912026-06-16T21:20:06.365Z Downloaded serde_spanned v1.0.4
9922026-06-16T21:20:06.365Z Downloaded serde_path_to_error v0.1.20
9932026-06-16T21:20:06.365Z Downloaded slog-envlogger v2.2.0
9942026-06-16T21:20:06.365Z Downloaded scroll v0.13.0
9952026-06-16T21:20:06.365Z Downloaded sec1 v0.7.3
9962026-06-16T21:20:06.365Z Downloaded schemars_derive v0.8.22
9972026-06-16T21:20:06.365Z Downloaded dropshot-api-manager v0.7.2
9982026-06-16T21:20:06.365Z Downloaded sct v0.7.1
9992026-06-16T21:20:06.365Z Downloaded hashbrown v0.13.2
10002026-06-16T21:20:06.365Z Downloaded serde_derive_internals v0.29.1
10012026-06-16T21:20:06.365Z Downloaded serde-hex v0.1.0
10022026-06-16T21:20:06.365Z Downloaded rustls-pki-types v1.14.0
10032026-06-16T21:20:06.365Z Downloaded pretty_assertions v1.4.1
10042026-06-16T21:20:06.365Z Downloaded ssh-cipher v0.2.0
10052026-06-16T21:20:06.365Z Downloaded sqlparser_derive v0.5.0
10062026-06-16T21:20:06.366Z Downloaded ssh-encoding v0.2.0
10072026-06-16T21:20:06.366Z Downloaded serde_with_macros v1.5.2
10082026-06-16T21:20:06.366Z Downloaded shlex v1.3.0
10092026-06-16T21:20:06.375Z Downloaded slog-async v2.8.0
10102026-06-16T21:20:06.375Z Downloaded hyper-util v0.1.20
10112026-06-16T21:20:06.375Z Downloaded slab v0.4.12
10122026-06-16T21:20:06.375Z Downloaded simd-adler32 v0.3.8
10132026-06-16T21:20:06.375Z Downloaded slog-dtrace v0.3.0
10142026-06-16T21:20:06.382Z Downloaded structmeta-derive v0.3.0
10152026-06-16T21:20:06.382Z Downloaded subtle v2.6.1
10162026-06-16T21:20:06.382Z Downloaded structmeta v0.3.0
10172026-06-16T21:20:06.401Z Downloaded slog-term v2.9.2
10182026-06-16T21:20:06.401Z Downloaded smf v0.2.3
10192026-06-16T21:20:06.401Z Downloaded slog-json v2.6.1
10202026-06-16T21:20:06.401Z Downloaded minimal-lexical v0.2.1
10212026-06-16T21:20:06.485Z Downloaded progenitor-impl v0.13.0
10222026-06-16T21:20:06.485Z Downloaded strum v0.26.3
10232026-06-16T21:20:06.498Z Downloaded strsim v0.10.0
10242026-06-16T21:20:06.498Z Downloaded strip-ansi-escapes v0.2.1
10252026-06-16T21:20:06.498Z Downloaded slog-stdlog v4.1.1
10262026-06-16T21:20:06.498Z Downloaded slog-scope v4.4.1
10272026-06-16T21:20:06.498Z Downloaded tabwriter v1.4.1
10282026-06-16T21:20:06.498Z Downloaded supports-color v3.0.2
10292026-06-16T21:20:06.498Z Downloaded tabled_derive v0.11.0
10302026-06-16T21:20:06.499Z Downloaded strum v0.27.2
10312026-06-16T21:20:06.499Z Downloaded spki v0.7.3
10322026-06-16T21:20:06.499Z Downloaded russh-keys v0.45.0
10332026-06-16T21:20:06.499Z Downloaded tap v1.0.1
10342026-06-16T21:20:06.499Z Downloaded take_mut v0.2.2
10352026-06-16T21:20:06.499Z Downloaded tagptr v0.2.0
10362026-06-16T21:20:06.499Z Downloaded sync_wrapper v1.0.2
10372026-06-16T21:20:06.499Z Downloaded sync-ptr v0.1.4
10382026-06-16T21:20:06.499Z Downloaded smallvec v0.6.14
10392026-06-16T21:20:06.499Z Downloaded testing_table v0.3.0
10402026-06-16T21:20:06.499Z Downloaded nom v7.1.3
10412026-06-16T21:20:06.499Z Downloaded serde_with_macros v3.17.0
10422026-06-16T21:20:06.499Z Downloaded itertools v0.10.5
10432026-06-16T21:20:06.499Z Downloaded termtree v0.5.1
10442026-06-16T21:20:06.499Z Downloaded mio v1.2.0
10452026-06-16T21:20:06.511Z Downloaded thiserror-impl-no-std v2.0.2
10462026-06-16T21:20:06.511Z Downloaded snafu-derive v0.8.9
10472026-06-16T21:20:06.511Z Downloaded sqlformat v0.3.5
10482026-06-16T21:20:06.511Z Downloaded rcgen v0.12.1
10492026-06-16T21:20:06.511Z Downloaded rayon-core v1.13.0
10502026-06-16T21:20:06.511Z Downloaded libxml v0.3.3
10512026-06-16T21:20:06.511Z Downloaded tinyvec_macros v0.1.1
10522026-06-16T21:20:06.511Z Downloaded time-core v0.1.8
10532026-06-16T21:20:06.512Z Downloaded signal-hook-registry v1.4.8
10542026-06-16T21:20:06.512Z Downloaded ryu v1.0.23
10552026-06-16T21:20:06.512Z Downloaded rustls-platform-verifier v0.6.2
10562026-06-16T21:20:06.512Z Downloaded publicsuffix v2.3.0
10572026-06-16T21:20:06.512Z Downloaded static_assertions v1.1.0
10582026-06-16T21:20:06.512Z Downloaded blake3 v1.8.3
10592026-06-16T21:20:06.512Z Downloaded schemars v0.8.22
10602026-06-16T21:20:06.512Z Downloaded support-bundle-viewer v0.1.2
10612026-06-16T21:20:06.512Z Downloaded tokio-macros v2.7.0
10622026-06-16T21:20:06.512Z Downloaded prettyplease v0.2.37
10632026-06-16T21:20:06.512Z Downloaded strum_macros v0.27.2
10642026-06-16T21:20:06.512Z Downloaded strum_macros v0.26.4
10652026-06-16T21:20:06.512Z Downloaded strum_macros v0.24.3
10662026-06-16T21:20:06.513Z Downloaded stringprep v0.1.5
10672026-06-16T21:20:06.513Z Downloaded string_cache v0.8.9
10682026-06-16T21:20:06.513Z Downloaded ron v0.8.1
10692026-06-16T21:20:06.513Z Downloaded serde_cbor v0.11.2
10702026-06-16T21:20:06.513Z Downloaded futures-util v0.3.32
10712026-06-16T21:20:06.513Z Downloaded qorb v0.4.1
10722026-06-16T21:20:06.513Z Downloaded spin v0.9.8
10732026-06-16T21:20:06.513Z Downloaded thread-id v5.1.0
10742026-06-16T21:20:06.513Z Downloaded thiserror-no-std v2.0.2
10752026-06-16T21:20:06.513Z Downloaded stacker v0.1.23
10762026-06-16T21:20:06.513Z Downloaded h2 v0.4.13
10772026-06-16T21:20:06.513Z Downloaded time-macros v0.2.27
10782026-06-16T21:20:06.513Z Downloaded similar v2.7.0
10792026-06-16T21:20:06.513Z Downloaded slog v2.8.2
10802026-06-16T21:20:06.513Z Downloaded tls_codec v0.4.2
10812026-06-16T21:20:06.532Z Downloaded hashbrown v0.16.1
10822026-06-16T21:20:06.532Z Downloaded try-lock v0.2.5
10832026-06-16T21:20:06.532Z Downloaded trait-variant v0.1.2
10842026-06-16T21:20:06.532Z Downloaded tower-service v0.3.3
10852026-06-16T21:20:06.532Z Downloaded tower-layer v0.3.3
10862026-06-16T21:20:06.532Z Downloaded topological-sort v0.2.2
10872026-06-16T21:20:06.532Z Downloaded termios v0.3.3
10882026-06-16T21:20:06.532Z Downloaded quinn v0.11.9
10892026-06-16T21:20:06.533Z Downloaded serde_yaml v0.9.34+deprecated
10902026-06-16T21:20:06.533Z Downloaded tokio-native-tls v0.3.1
10912026-06-16T21:20:06.541Z Downloaded aho-corasick v1.1.4
10922026-06-16T21:20:06.541Z Downloaded tokio-dtrace v0.1.1
10932026-06-16T21:20:06.541Z Downloaded tls_codec_derive v0.4.2
10942026-06-16T21:20:06.542Z Downloaded tiny-keccak v2.0.2
10952026-06-16T21:20:06.542Z Downloaded thread_local v1.1.9
10962026-06-16T21:20:06.542Z Downloaded signal-hook v0.3.18
10972026-06-16T21:20:06.542Z Downloaded tokio-rustls v0.25.0
10982026-06-16T21:20:06.542Z Downloaded schemars v0.9.0
10992026-06-16T21:20:06.542Z Downloaded typify-macro v0.6.2
11002026-06-16T21:20:06.607Z Downloaded typify-macro v0.4.3
11012026-06-16T21:20:06.607Z Downloaded num-bigint v0.4.6
11022026-06-16T21:20:06.607Z Downloaded tokio-tungstenite v0.23.1
11032026-06-16T21:20:06.607Z Downloaded unicode-truncate v1.1.0
11042026-06-16T21:20:06.607Z Downloaded rsa v0.9.10
11052026-06-16T21:20:06.607Z Downloaded unarray v0.1.4
11062026-06-16T21:20:06.607Z Downloaded untrusted v0.9.0
11072026-06-16T21:20:06.607Z Downloaded untrusted v0.7.1
11082026-06-16T21:20:06.607Z Downloaded toml_writer v1.0.6+spec-1.1.0
11092026-06-16T21:20:06.607Z Downloaded usdt v0.6.0
11102026-06-16T21:20:06.607Z Downloaded chrono v0.4.44
11112026-06-16T21:20:06.607Z Downloaded socket2 v0.5.10
11122026-06-16T21:20:06.607Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-06-16T21:20:06.607Z Downloaded term v1.2.1
11142026-06-16T21:20:06.622Z Downloaded socket2 v0.6.3
11152026-06-16T21:20:06.622Z Downloaded universal-hash v0.5.1
11162026-06-16T21:20:06.622Z Downloaded unit-prefix v0.5.2
11172026-06-16T21:20:06.622Z Downloaded itertools v0.13.0
11182026-06-16T21:20:06.622Z Downloaded term v0.7.0
11192026-06-16T21:20:06.622Z Downloaded rand v0.8.6
11202026-06-16T21:20:06.622Z Downloaded num-bigint-dig v0.8.6
11212026-06-16T21:20:06.622Z Downloaded usdt-macro v0.6.0
11222026-06-16T21:20:06.622Z Downloaded rand v0.9.2
11232026-06-16T21:20:06.622Z Downloaded nom v8.0.0
11242026-06-16T21:20:06.622Z Downloaded hashbrown v0.15.5
11252026-06-16T21:20:06.622Z Downloaded usdt-attr-macro v0.6.0
11262026-06-16T21:20:06.622Z Downloaded hyper v1.8.1
11272026-06-16T21:20:06.622Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-06-16T21:20:06.622Z Downloaded subprocess v0.2.15
11292026-06-16T21:20:06.622Z Downloaded tui-tree-widget v0.23.1
11302026-06-16T21:20:06.622Z Downloaded tokio-tungstenite v0.21.0
11312026-06-16T21:20:06.622Z Downloaded schemars v1.2.1
11322026-06-16T21:20:06.622Z Downloaded wait-timeout v0.2.1
11332026-06-16T21:20:06.622Z Downloaded void v1.0.2
11342026-06-16T21:20:06.622Z Downloaded utf-8 v0.7.6
11352026-06-16T21:20:06.622Z Downloaded tokio-stream v0.1.18
11362026-06-16T21:20:06.623Z Downloaded p521 v0.13.3
11372026-06-16T21:20:06.642Z Downloaded tokio-rustls v0.26.4
11382026-06-16T21:20:06.642Z Downloaded unicase v2.9.0
11392026-06-16T21:20:06.642Z Downloaded rand v0.10.0
11402026-06-16T21:20:06.642Z Downloaded tokio-rustls v0.24.1
11412026-06-16T21:20:06.642Z Downloaded itertools v0.12.1
11422026-06-16T21:20:06.642Z Downloaded zone v0.3.1
11432026-06-16T21:20:06.642Z Downloaded want v0.3.1
11442026-06-16T21:20:06.642Z Downloaded waitgroup v0.1.2
11452026-06-16T21:20:06.642Z Downloaded samael v0.0.19
11462026-06-16T21:20:06.642Z Downloaded rustls-webpki v0.103.9
11472026-06-16T21:20:06.642Z Downloaded snafu v0.8.9
11482026-06-16T21:20:06.655Z Downloaded itertools v0.14.0
11492026-06-16T21:20:06.655Z Downloaded xshell-macros v0.2.7
11502026-06-16T21:20:06.655Z Downloaded xattr v1.6.1
11512026-06-16T21:20:06.655Z Downloaded test-strategy v0.4.5
11522026-06-16T21:20:06.655Z Downloaded iri-string v0.7.10
11532026-06-16T21:20:06.655Z Downloaded zone_cfg_derive v0.3.1
11542026-06-16T21:20:06.655Z Downloaded usdt-impl v0.6.0
11552026-06-16T21:20:06.655Z Downloaded vergen-git2 v9.1.0
11562026-06-16T21:20:06.656Z Downloaded tinyvec v1.10.0
11572026-06-16T21:20:06.656Z Downloaded tracing-attributes v0.1.31
11582026-06-16T21:20:06.669Z Downloaded vergen-lib v0.1.6
11592026-06-16T21:20:06.669Z Downloaded zeroize_derive v1.4.3
11602026-06-16T21:20:06.669Z Downloaded vergen-gitcl v1.0.8
11612026-06-16T21:20:06.695Z Downloaded iddqd v0.4.2
11622026-06-16T21:20:06.695Z Downloaded whoami v2.1.0
11632026-06-16T21:20:06.695Z Downloaded twox-hash v2.1.2
11642026-06-16T21:20:06.695Z Downloaded vsss-rs v3.3.4
11652026-06-16T21:20:06.695Z Downloaded whoami v1.6.1
11662026-06-16T21:20:06.715Z Downloaded vergen-lib v9.1.0
11672026-06-16T21:20:06.715Z Downloaded uzers v0.12.2
11682026-06-16T21:20:06.716Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-06-16T21:20:06.716Z Downloaded zstd-safe v7.2.4
11702026-06-16T21:20:06.716Z Downloaded toml v0.7.8
11712026-06-16T21:20:06.716Z Downloaded tar v0.4.45
11722026-06-16T21:20:06.716Z Downloaded toml v1.0.6+spec-1.1.0
11732026-06-16T21:20:06.716Z Downloaded xshell v0.2.7
11742026-06-16T21:20:06.716Z Downloaded tracing-core v0.1.36
11752026-06-16T21:20:06.726Z Downloaded libm v0.2.16
11762026-06-16T21:20:06.738Z Downloaded steno v0.4.1
11772026-06-16T21:20:06.739Z Downloaded typify v0.6.2
11782026-06-16T21:20:06.739Z Downloaded tungstenite v0.23.0
11792026-06-16T21:20:06.739Z Downloaded tungstenite v0.21.0
11802026-06-16T21:20:06.747Z Downloaded wyz v0.5.1
11812026-06-16T21:20:06.747Z Downloaded vergen v9.1.0
11822026-06-16T21:20:06.747Z Downloaded russh v0.45.0
11832026-06-16T21:20:06.759Z Downloaded zerocopy v0.6.6
11842026-06-16T21:20:06.759Z Downloaded unicode-bidi v0.3.18
11852026-06-16T21:20:06.759Z Downloaded walkdir v2.5.0
11862026-06-16T21:20:06.772Z Downloaded hkdf v0.12.4
11872026-06-16T21:20:06.773Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-06-16T21:20:06.773Z Downloaded unsafe-libyaml v0.2.11
11892026-06-16T21:20:06.784Z Downloaded zeroize v1.8.2
11902026-06-16T21:20:06.784Z Downloaded rustyline v14.0.0
11912026-06-16T21:20:06.784Z Downloaded yasna v0.5.2
11922026-06-16T21:20:06.784Z Downloaded uuid v1.23.0
11932026-06-16T21:20:06.784Z Downloaded zstd v0.13.3
11942026-06-16T21:20:06.802Z Downloaded typify v0.4.3
11952026-06-16T21:20:06.832Z Downloaded rpassword v7.4.0
11962026-06-16T21:20:06.832Z Downloaded reedline v0.40.0
11972026-06-16T21:20:06.832Z Downloaded toml_edit v0.19.15
11982026-06-16T21:20:06.853Z Downloaded vte v0.14.1
11992026-06-16T21:20:06.853Z Downloaded unicode-properties v0.1.4
12002026-06-16T21:20:06.853Z Downloaded serde_with v1.14.0
12012026-06-16T21:20:06.853Z Downloaded zopfli v0.8.3
12022026-06-16T21:20:06.853Z Downloaded tokio-postgres v0.7.16
12032026-06-16T21:20:06.867Z Downloaded regex v1.12.3
12042026-06-16T21:20:06.867Z Downloaded portable-atomic v1.13.1
12052026-06-16T21:20:06.867Z Downloaded unicode_categories v0.1.1
12062026-06-16T21:20:06.867Z Downloaded reqwest v0.13.2
12072026-06-16T21:20:06.884Z Downloaded reqwest v0.12.28
12082026-06-16T21:20:06.884Z Downloaded yansi v1.0.1
12092026-06-16T21:20:06.884Z Downloaded git2 v0.20.4
12102026-06-16T21:20:06.884Z Downloaded bitvec v1.0.1
12112026-06-16T21:20:06.906Z Downloaded zip v0.6.6
12122026-06-16T21:20:06.906Z Downloaded ssh-key v0.6.7
12132026-06-16T21:20:06.906Z Downloaded bindgen v0.71.1
12142026-06-16T21:20:06.906Z Downloaded aws-lc-rs v1.16.3
12152026-06-16T21:20:06.921Z Downloaded lalrpop v0.19.12
12162026-06-16T21:20:06.935Z Downloaded salty v0.3.0
12172026-06-16T21:20:06.935Z Downloaded tower v0.5.3
12182026-06-16T21:20:06.953Z Downloaded quick-xml v0.37.5
12192026-06-16T21:20:06.953Z Downloaded rustls-webpki v0.101.7
12202026-06-16T21:20:06.966Z Downloaded typed-path v0.9.3
12212026-06-16T21:20:06.966Z Downloaded moka v0.12.13
12222026-06-16T21:20:06.966Z Downloaded unicode-segmentation v1.12.0
12232026-06-16T21:20:06.966Z Downloaded zerocopy-derive v0.8.40
12242026-06-16T21:20:06.966Z Downloaded p384 v0.13.1
12252026-06-16T21:20:06.966Z Downloaded rayon v1.11.0
12262026-06-16T21:20:06.980Z Downloaded petname v2.0.2
12272026-06-16T21:20:06.994Z Downloaded curve25519-dalek v4.1.3
12282026-06-16T21:20:07.007Z Downloaded x509-cert v0.2.5
12292026-06-16T21:20:07.007Z Downloaded tokio-util v0.7.18
12302026-06-16T21:20:07.007Z Downloaded zip v4.6.1
12312026-06-16T21:20:07.007Z Downloaded tower-http v0.6.8
12322026-06-16T21:20:07.013Z Downloaded tough v0.22.0
12332026-06-16T21:20:07.013Z Downloaded proptest v1.10.0
12342026-06-16T21:20:07.020Z Downloaded goblin v0.10.5
12352026-06-16T21:20:07.032Z Downloaded nix v0.27.1
12362026-06-16T21:20:07.032Z Downloaded unicode-normalization v0.1.25
12372026-06-16T21:20:07.045Z Downloaded rustls-webpki v0.102.8
12382026-06-16T21:20:07.059Z Downloaded quinn-proto v0.11.13
12392026-06-16T21:20:07.068Z Downloaded serde_with v3.17.0
12402026-06-16T21:20:07.084Z Downloaded winnow v0.5.40
12412026-06-16T21:20:07.104Z Downloaded winnow v0.6.26
12422026-06-16T21:20:07.113Z Downloaded radix_trie v0.2.1
12432026-06-16T21:20:07.113Z Downloaded polar-core v0.27.3
12442026-06-16T21:20:07.113Z Downloaded object v0.30.4
12452026-06-16T21:20:07.143Z Downloaded dropshot v0.17.0
12462026-06-16T21:20:07.152Z Downloaded nix v0.28.0
12472026-06-16T21:20:07.170Z Downloaded time v0.3.47
12482026-06-16T21:20:07.184Z Downloaded regex-syntax v0.6.29
12492026-06-16T21:20:07.184Z Downloaded bstr v1.12.1
12502026-06-16T21:20:07.184Z Downloaded rustls v0.21.12
12512026-06-16T21:20:07.185Z Downloaded tabled v0.20.0
12522026-06-16T21:20:07.194Z Downloaded openssl v0.10.79
12532026-06-16T21:20:07.194Z Downloaded smoltcp v0.9.1
12542026-06-16T21:20:07.202Z Downloaded nix v0.31.2
12552026-06-16T21:20:07.219Z Downloaded zlib-rs v0.6.2
12562026-06-16T21:20:07.219Z Downloaded vcpkg v0.2.15
12572026-06-16T21:20:07.232Z Downloaded object v0.37.3
12582026-06-16T21:20:07.246Z Downloaded hickory-proto v0.25.2
12592026-06-16T21:20:07.261Z Downloaded rustls v0.22.4
12602026-06-16T21:20:07.261Z Downloaded regress v0.10.5
12612026-06-16T21:20:07.270Z Downloaded openapiv3 v2.2.0
12622026-06-16T21:20:07.270Z Downloaded webpki-roots v1.0.6
12632026-06-16T21:20:07.271Z Downloaded diesel v2.3.7
12642026-06-16T21:20:07.279Z Downloaded zerocopy v0.8.40
12652026-06-16T21:20:07.287Z Downloaded smoltcp v0.11.0
12662026-06-16T21:20:07.295Z Downloaded regex-syntax v0.8.10
12672026-06-16T21:20:07.295Z Downloaded rustls v0.23.37
12682026-06-16T21:20:07.303Z Downloaded rustix v0.38.44
12692026-06-16T21:20:07.313Z Downloaded regress v0.11.1
12702026-06-16T21:20:07.321Z Downloaded hickory-proto v0.24.4
12712026-06-16T21:20:07.383Z Downloaded sqlparser v0.61.0
12722026-06-16T21:20:07.409Z Downloaded tracing v0.1.44
12732026-06-16T21:20:07.422Z Downloaded sled v0.34.7
12742026-06-16T21:20:07.437Z Downloaded typify-impl v0.6.2
12752026-06-16T21:20:07.437Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-06-16T21:20:07.452Z Downloaded typify-impl v0.4.3
12772026-06-16T21:20:07.452Z Downloaded ratatui v0.29.0
12782026-06-16T21:20:07.494Z Downloaded zerocopy-derive v0.6.6
12792026-06-16T21:20:07.508Z Downloaded regex-automata v0.4.14
12802026-06-16T21:20:07.508Z Downloaded petgraph v0.6.5
12812026-06-16T21:20:07.508Z Downloaded jiff v0.2.21
12822026-06-16T21:20:07.519Z Downloaded chrono-tz v0.10.4
12832026-06-16T21:20:07.542Z Downloaded petgraph v0.8.3
12842026-06-16T21:20:07.563Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-06-16T21:20:07.572Z Downloaded csv v1.4.0
12862026-06-16T21:20:07.579Z Downloaded libz-sys v1.1.24
12872026-06-16T21:20:07.588Z Downloaded sha3 v0.10.8
12882026-06-16T21:20:07.603Z Downloaded tokio v1.52.1
12892026-06-16T21:20:07.663Z Downloaded encoding_rs v0.8.35
12902026-06-16T21:20:11.942Z Downloaded ring v0.17.14
12912026-06-16T21:20:12.032Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-06-16T21:20:12.032Z Downloaded aws-lc-sys v0.40.0
12932026-06-16T21:20:12.032Z Compiling libc v0.2.185
12942026-06-16T21:20:12.032Z Compiling serde v1.0.228
12952026-06-16T21:20:12.032Z Compiling log v0.4.29
12962026-06-16T21:20:12.032Z Compiling find-msvc-tools v0.1.9
12972026-06-16T21:20:12.032Z Compiling shlex v1.3.0
12982026-06-16T21:20:12.033Z Compiling smallvec v1.15.1
12992026-06-16T21:20:12.033Z Compiling typenum v1.19.0
13002026-06-16T21:20:12.033Z Compiling subtle v2.6.1
13012026-06-16T21:20:12.033Z Compiling generic-array v0.14.7
13022026-06-16T21:20:12.033Z Compiling scopeguard v1.2.0
13032026-06-16T21:20:12.033Z Compiling const-oid v0.9.6
13042026-06-16T21:20:12.033Z Compiling serde_json v1.0.149
13052026-06-16T21:20:12.033Z Compiling syn v2.0.117
13062026-06-16T21:20:12.033Z Compiling zerocopy v0.8.40
13072026-06-16T21:20:12.033Z Compiling parking_lot_core v0.9.12
13082026-06-16T21:20:12.033Z Compiling pin-project-lite v0.2.17
13092026-06-16T21:20:12.033Z Compiling lock_api v0.4.14
13102026-06-16T21:20:12.033Z Compiling portable-atomic v1.13.1
13112026-06-16T21:20:12.033Z Compiling pkg-config v0.3.32
13122026-06-16T21:20:12.033Z Compiling bitflags v2.11.0
13132026-06-16T21:20:12.033Z Compiling libm v0.2.16
13142026-06-16T21:20:12.033Z Compiling futures-core v0.3.32
13152026-06-16T21:20:12.033Z Compiling critical-section v1.2.0
13162026-06-16T21:20:12.033Z Compiling num-traits v0.2.19
13172026-06-16T21:20:12.033Z Compiling percent-encoding v2.3.2
13182026-06-16T21:20:12.033Z Compiling futures-sink v0.3.32
13192026-06-16T21:20:12.033Z Compiling futures-task v0.3.32
13202026-06-16T21:20:12.033Z Compiling slab v0.4.12
13212026-06-16T21:20:12.033Z Compiling cpufeatures v0.2.17
13222026-06-16T21:20:12.033Z Compiling futures-io v0.3.32
13232026-06-16T21:20:12.033Z Compiling futures-channel v0.3.32
13242026-06-16T21:20:12.033Z Compiling getrandom v0.4.1
13252026-06-16T21:20:12.033Z Compiling rand_core v0.10.0
13262026-06-16T21:20:12.033Z Compiling indexmap v2.14.0
13272026-06-16T21:20:12.033Z Compiling getrandom v0.3.4
13282026-06-16T21:20:12.034Z Compiling rustversion v1.0.22
13292026-06-16T21:20:12.034Z Compiling form_urlencoded v1.2.2
13302026-06-16T21:20:12.034Z Compiling dunce v1.0.5
13312026-06-16T21:20:12.034Z Compiling fs_extra v1.3.0
13322026-06-16T21:20:12.034Z Compiling base64ct v1.8.3
13332026-06-16T21:20:12.034Z Compiling ident_case v1.0.1
13342026-06-16T21:20:12.034Z Compiling rustix v1.1.3
13352026-06-16T21:20:12.034Z Compiling regex-syntax v0.8.10
13362026-06-16T21:20:12.034Z Compiling flagset v0.4.7
13372026-06-16T21:20:12.034Z Compiling getrandom v0.2.17
13382026-06-16T21:20:12.034Z Compiling jobserver v0.1.34
13392026-06-16T21:20:12.034Z Compiling errno v0.3.14
13402026-06-16T21:20:12.034Z Compiling mio v1.2.0
13412026-06-16T21:20:12.034Z Compiling socket2 v0.6.3
13422026-06-16T21:20:12.034Z Compiling rand_core v0.6.4
13432026-06-16T21:20:12.034Z Compiling cc v1.2.56
13442026-06-16T21:20:12.034Z Compiling signal-hook-registry v1.4.8
13452026-06-16T21:20:12.034Z Compiling once_cell v1.21.3
13462026-06-16T21:20:12.034Z Compiling parking_lot v0.12.5
13472026-06-16T21:20:12.034Z Compiling pem-rfc7468 v0.7.0
13482026-06-16T21:20:12.034Z Compiling iana-time-zone v0.1.65
13492026-06-16T21:20:12.034Z Compiling aws-lc-rs v1.16.3
13502026-06-16T21:20:12.034Z Compiling vcpkg v0.2.15
13512026-06-16T21:20:12.034Z Compiling tracing-core v0.1.36
13522026-06-16T21:20:12.034Z Compiling uuid v1.23.0
13532026-06-16T21:20:12.034Z Compiling rustc_version v0.4.1
13542026-06-16T21:20:12.034Z Compiling rand_core v0.9.5
13552026-06-16T21:20:12.034Z Compiling base64 v0.22.1
13562026-06-16T21:20:12.034Z Compiling tinyvec_macros v0.1.1
13572026-06-16T21:20:12.034Z Compiling openssl-probe v0.2.1
13582026-06-16T21:20:12.034Z Compiling untrusted v0.7.1
13592026-06-16T21:20:12.034Z Compiling httparse v1.10.1
13602026-06-16T21:20:12.034Z Compiling untrusted v0.9.0
13612026-06-16T21:20:12.035Z Compiling tinyvec v1.10.0
13622026-06-16T21:20:12.035Z Compiling aho-corasick v1.1.4
13632026-06-16T21:20:12.035Z Compiling cmake v0.1.57
13642026-06-16T21:20:12.035Z Compiling try-lock v0.2.5
13652026-06-16T21:20:12.035Z Compiling dyn-clone v1.0.20
13662026-06-16T21:20:12.035Z Compiling rustls v0.23.37
13672026-06-16T21:20:12.035Z Compiling tower-service v0.3.3
13682026-06-16T21:20:12.035Z Compiling atomic-waker v1.1.2
13692026-06-16T21:20:12.035Z Compiling schemars v0.8.22
13702026-06-16T21:20:12.035Z Compiling tower-layer v0.3.3
13712026-06-16T21:20:12.035Z Compiling want v0.3.1
13722026-06-16T21:20:12.035Z Compiling openssl v0.10.79
13732026-06-16T21:20:12.035Z Compiling foreign-types-shared v0.1.1
13742026-06-16T21:20:12.035Z Compiling httpdate v1.0.3
13752026-06-16T21:20:12.035Z Compiling pin-utils v0.1.0
13762026-06-16T21:20:12.035Z Compiling foreign-types v0.3.2
13772026-06-16T21:20:12.035Z Compiling unicode-normalization v0.1.25
13782026-06-16T21:20:12.035Z Compiling socket2 v0.5.10
13792026-06-16T21:20:12.035Z Compiling spin v0.9.8
13802026-06-16T21:20:12.035Z Compiling powerfmt v0.2.0
13812026-06-16T21:20:12.035Z Compiling crc32fast v1.5.0
13822026-06-16T21:20:12.035Z Compiling num-conv v0.2.0
13832026-06-16T21:20:12.035Z Compiling native-tls v0.2.18
13842026-06-16T21:20:12.035Z Compiling time-core v0.1.8
13852026-06-16T21:20:12.035Z Compiling wait-timeout v0.2.1
13862026-06-16T21:20:12.035Z Compiling sync_wrapper v1.0.2
13872026-06-16T21:20:12.035Z Compiling deranged v0.5.8
13882026-06-16T21:20:12.035Z Compiling quick-error v1.2.3
13892026-06-16T21:20:12.036Z Compiling unicode-segmentation v1.12.0
13902026-06-16T21:20:12.036Z Compiling tempfile v3.25.0
13912026-06-16T21:20:12.085Z Compiling siphasher v1.0.2
13922026-06-16T21:20:12.085Z Compiling time-macros v0.2.27
13932026-06-16T21:20:12.085Z Compiling syn v1.0.109
13942026-06-16T21:20:12.085Z Compiling bit-vec v0.8.0
13952026-06-16T21:20:12.085Z Compiling usdt-impl v0.6.0
13962026-06-16T21:20:12.085Z Compiling crossbeam-utils v0.8.21
13972026-06-16T21:20:12.085Z Compiling regex-automata v0.4.14
13982026-06-16T21:20:12.085Z Compiling aws-lc-sys v0.40.0
13992026-06-16T21:20:12.085Z Compiling ring v0.17.14
14002026-06-16T21:20:12.085Z Compiling openssl-sys v0.9.115
14012026-06-16T21:20:12.085Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-06-16T21:20:12.085Z Compiling synstructure v0.13.2
14032026-06-16T21:20:12.085Z Compiling serde_derive_internals v0.29.1
14042026-06-16T21:20:12.085Z Compiling pest_generator v2.8.6
14052026-06-16T21:20:12.085Z Compiling darling_core v0.20.11
14062026-06-16T21:20:12.085Z Compiling num_threads v0.1.7
14072026-06-16T21:20:12.085Z Compiling simd-adler32 v0.3.8
14082026-06-16T21:20:12.085Z Compiling darling_core v0.21.3
14092026-06-16T21:20:12.085Z Compiling bit-set v0.8.0
14102026-06-16T21:20:12.097Z Compiling rusty-fork v0.3.1
14112026-06-16T21:20:12.195Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-06-16T21:20:12.387Z Compiling slog v2.8.2
14132026-06-16T21:20:12.406Z Compiling heapless v0.7.17
14142026-06-16T21:20:12.424Z Compiling rand_xorshift v0.4.0
14152026-06-16T21:20:12.471Z Compiling time v0.3.47
14162026-06-16T21:20:12.495Z Compiling thread-id v5.1.0
14172026-06-16T21:20:12.511Z Compiling cookie v0.18.1
14182026-06-16T21:20:12.514Z Compiling paste v1.0.15
14192026-06-16T21:20:12.593Z Compiling ryu v1.0.23
14202026-06-16T21:20:12.596Z Compiling iri-string v0.7.10
14212026-06-16T21:20:12.620Z Compiling allocator-api2 v0.2.21
14222026-06-16T21:20:12.682Z Compiling anyhow v1.0.102
14232026-06-16T21:20:12.696Z Compiling signal-hook v0.3.18
14242026-06-16T21:20:12.718Z Compiling unicode-bidi v0.3.18
14252026-06-16T21:20:12.771Z Compiling zstd-safe v7.2.4
14262026-06-16T21:20:12.795Z Compiling unarray v0.1.4
14272026-06-16T21:20:12.828Z Compiling unicode-properties v0.1.4
14282026-06-16T21:20:12.886Z Compiling adler2 v2.0.1
14292026-06-16T21:20:12.986Z Compiling miniz_oxide v0.8.9
14302026-06-16T21:20:13.063Z Compiling stringprep v0.1.5
14312026-06-16T21:20:13.262Z Compiling heck v0.4.1
14322026-06-16T21:20:13.287Z Compiling vergen-lib v9.1.0
14332026-06-16T21:20:13.455Z Compiling serde_derive v1.0.228
14342026-06-16T21:20:13.489Z Compiling zeroize_derive v1.4.3
14352026-06-16T21:20:13.550Z Compiling zerofrom-derive v0.1.6
14362026-06-16T21:20:13.562Z Compiling yoke-derive v0.8.1
14372026-06-16T21:20:13.630Z Compiling zerocopy-derive v0.8.40
14382026-06-16T21:20:13.645Z Compiling zerovec-derive v0.11.2
14392026-06-16T21:20:13.805Z Compiling displaydoc v0.2.5
14402026-06-16T21:20:14.149Z Compiling tokio-macros v2.7.0
14412026-06-16T21:20:14.192Z Compiling futures-macro v0.3.32
14422026-06-16T21:20:14.194Z Compiling zeroize v1.8.2
14432026-06-16T21:20:14.221Z Compiling der_derive v0.7.3
14442026-06-16T21:20:14.604Z Compiling rustls-pki-types v1.14.0
14452026-06-16T21:20:14.620Z Compiling thiserror-impl v2.0.18
14462026-06-16T21:20:14.790Z Compiling tracing-attributes v0.1.31
14472026-06-16T21:20:14.847Z Compiling scroll_derive v0.13.1
14482026-06-16T21:20:14.935Z Compiling pest_derive v2.8.6
14492026-06-16T21:20:14.998Z Compiling crypto-common v0.1.7
14502026-06-16T21:20:15.017Z Compiling zerofrom v0.1.6
14512026-06-16T21:20:15.055Z Compiling block-buffer v0.10.4
14522026-06-16T21:20:15.099Z Compiling futures-util v0.3.32
14532026-06-16T21:20:15.164Z Compiling yoke v0.8.1
14542026-06-16T21:20:15.168Z Compiling block-padding v0.3.3
14552026-06-16T21:20:15.242Z Compiling digest v0.10.7
14562026-06-16T21:20:15.261Z Compiling der v0.7.10
14572026-06-16T21:20:15.368Z Compiling zerovec v0.11.5
14582026-06-16T21:20:15.381Z Compiling zerotrie v0.2.3
14592026-06-16T21:20:15.412Z Compiling inout v0.1.4
14602026-06-16T21:20:15.512Z Compiling hmac v0.12.1
14612026-06-16T21:20:15.600Z Compiling cipher v0.4.4
14622026-06-16T21:20:15.684Z Compiling sha2 v0.10.9
14632026-06-16T21:20:15.699Z Compiling pbkdf2 v0.12.2
14642026-06-16T21:20:15.715Z Compiling schemars_derive v0.8.22
14652026-06-16T21:20:15.812Z Compiling scroll v0.13.0
14662026-06-16T21:20:15.839Z Compiling tinystr v0.8.2
14672026-06-16T21:20:15.887Z Compiling potential_utf v0.1.4
14682026-06-16T21:20:15.900Z Compiling salsa20 v0.10.2
14692026-06-16T21:20:16.041Z Compiling icu_locale_core v2.1.1
14702026-06-16T21:20:16.057Z Compiling icu_collections v2.1.1
14712026-06-16T21:20:16.072Z Compiling thiserror v2.0.18
14722026-06-16T21:20:16.086Z Compiling spki v0.7.3
14732026-06-16T21:20:16.102Z Compiling scrypt v0.11.0
14742026-06-16T21:20:16.198Z Compiling aes v0.8.4
14752026-06-16T21:20:16.213Z Compiling tracing v0.1.44
14762026-06-16T21:20:16.228Z Compiling cbc v0.1.2
14772026-06-16T21:20:16.384Z Compiling darling_macro v0.20.11
14782026-06-16T21:20:16.398Z Compiling openssl-macros v0.1.1
14792026-06-16T21:20:16.511Z Compiling goblin v0.10.5
14802026-06-16T21:20:16.526Z Compiling rustls-native-certs v0.8.3
14812026-06-16T21:20:16.564Z Compiling dtrace-parser v0.3.0
14822026-06-16T21:20:16.821Z Compiling icu_provider v2.1.1
14832026-06-16T21:20:16.897Z Compiling pkcs5 v0.7.1
14842026-06-16T21:20:16.934Z Compiling darling v0.20.11
14852026-06-16T21:20:17.038Z Compiling derive_builder_core v0.20.2
14862026-06-16T21:20:17.071Z Compiling bytes v1.11.1
14872026-06-16T21:20:17.090Z Compiling icu_normalizer v2.1.1
14882026-06-16T21:20:17.104Z Compiling icu_properties v2.1.2
14892026-06-16T21:20:17.146Z Compiling chrono v0.4.44
14902026-06-16T21:20:17.161Z Compiling ipnet v2.11.0
14912026-06-16T21:20:17.352Z Compiling pkcs8 v0.10.2
14922026-06-16T21:20:17.444Z Compiling signature v2.2.0
14932026-06-16T21:20:17.450Z Compiling webpki-roots v1.0.6
14942026-06-16T21:20:17.468Z Compiling thiserror-impl v1.0.69
14952026-06-16T21:20:17.562Z Compiling tokio v1.52.1
14962026-06-16T21:20:17.625Z Compiling http v1.4.0
14972026-06-16T21:20:17.656Z Compiling scroll_derive v0.12.1
14982026-06-16T21:20:17.680Z Compiling erased-serde v0.3.31
14992026-06-16T21:20:17.694Z Compiling toml_datetime v0.6.11
15002026-06-16T21:20:17.717Z Compiling serde_urlencoded v0.7.1
15012026-06-16T21:20:17.944Z Compiling derive_builder_macro v0.20.2
15022026-06-16T21:20:17.972Z Compiling serde_spanned v0.6.9
15032026-06-16T21:20:17.987Z Compiling idna_adapter v1.2.1
15042026-06-16T21:20:18.134Z Compiling idna v1.1.0
15052026-06-16T21:20:18.149Z Compiling ppv-lite86 v0.2.21
15062026-06-16T21:20:18.186Z Compiling serde_tokenstream v0.2.3
15072026-06-16T21:20:18.243Z Compiling md-5 v0.10.6
15082026-06-16T21:20:18.264Z Compiling darling_macro v0.21.3
15092026-06-16T21:20:18.301Z Compiling http-body v1.0.1
15102026-06-16T21:20:18.367Z Compiling scroll v0.12.0
15112026-06-16T21:20:18.426Z Compiling http-body-util v0.1.3
15122026-06-16T21:20:18.451Z Compiling url v2.5.8
15132026-06-16T21:20:18.487Z Compiling rand_chacha v0.9.0
15142026-06-16T21:20:18.499Z Compiling rand_chacha v0.3.1
15152026-06-16T21:20:18.523Z Compiling bstr v1.12.1
15162026-06-16T21:20:18.579Z Compiling async-trait v0.1.89
15172026-06-16T21:20:18.604Z Compiling pin-project-internal v1.1.11
15182026-06-16T21:20:18.647Z Compiling zerocopy-derive v0.7.35
15192026-06-16T21:20:18.686Z Compiling rand v0.9.2
15202026-06-16T21:20:18.785Z Compiling num-integer v0.1.46
15212026-06-16T21:20:18.805Z Compiling thiserror v1.0.69
15222026-06-16T21:20:18.821Z Compiling curve25519-dalek v4.1.3
15232026-06-16T21:20:18.923Z Compiling ff v0.13.1
15242026-06-16T21:20:19.129Z Compiling hash32 v0.2.1
15252026-06-16T21:20:19.185Z Compiling memoffset v0.9.1
15262026-06-16T21:20:19.200Z Compiling encoding_rs v0.8.35
15272026-06-16T21:20:19.205Z Compiling rustix v0.38.44
15282026-06-16T21:20:19.279Z Compiling proptest v1.10.0
15292026-06-16T21:20:19.345Z Compiling dof v0.4.0
15302026-06-16T21:20:19.401Z Compiling fallible-iterator v0.2.0
15312026-06-16T21:20:19.534Z Compiling cfg_aliases v0.2.1
15322026-06-16T21:20:19.568Z Compiling psl-types v2.0.11
15332026-06-16T21:20:19.588Z Compiling num-bigint-dig v0.8.6
15342026-06-16T21:20:19.621Z Compiling zlib-rs v0.6.2
15352026-06-16T21:20:19.672Z Compiling smoltcp v0.9.1
15362026-06-16T21:20:19.697Z Compiling litrs v1.0.0
15372026-06-16T21:20:19.712Z Compiling mime v0.3.17
15382026-06-16T21:20:19.726Z Compiling ref-cast v1.0.25
15392026-06-16T21:20:19.771Z Compiling base16ct v0.2.0
15402026-06-16T21:20:19.822Z Compiling pin-project v1.1.11
15412026-06-16T21:20:19.937Z Compiling ipnetwork v0.21.1
15422026-06-16T21:20:19.984Z Compiling sec1 v0.7.3
15432026-06-16T21:20:19.998Z Compiling postgres-protocol v0.6.10
15442026-06-16T21:20:20.118Z Compiling publicsuffix v2.3.0
15452026-06-16T21:20:20.131Z Compiling nix v0.31.2
15462026-06-16T21:20:20.222Z Compiling document-features v0.2.12
15472026-06-16T21:20:20.242Z Compiling oxnet v0.1.6
15482026-06-16T21:20:20.306Z Compiling zerocopy v0.7.35
15492026-06-16T21:20:20.468Z Compiling group v0.13.0
15502026-06-16T21:20:20.499Z Compiling num-iter v0.1.45
15512026-06-16T21:20:20.532Z Compiling darling v0.21.3
15522026-06-16T21:20:20.546Z Compiling rand v0.8.6
15532026-06-16T21:20:20.567Z Compiling goblin v0.8.2
15542026-06-16T21:20:20.624Z Compiling derive_builder v0.20.2
15552026-06-16T21:20:20.654Z Compiling futures-executor v0.3.32
15562026-06-16T21:20:20.667Z Compiling hubpack_derive v0.1.1
15572026-06-16T21:20:20.696Z Compiling hex v0.4.3
15582026-06-16T21:20:20.762Z Compiling hkdf v0.12.4
15592026-06-16T21:20:20.776Z Compiling crypto-bigint v0.5.5
15602026-06-16T21:20:20.841Z Compiling regex v1.12.3
15612026-06-16T21:20:20.913Z Compiling snafu-derive v0.8.9
15622026-06-16T21:20:20.974Z Compiling curve25519-dalek-derive v0.1.1
15632026-06-16T21:20:20.978Z Compiling strum_macros v0.27.2
15642026-06-16T21:20:20.985Z Compiling ref-cast-impl v1.0.25
15652026-06-16T21:20:21.000Z Compiling daft-derive v0.1.7
15662026-06-16T21:20:21.287Z Compiling tokio-util v0.7.18
15672026-06-16T21:20:21.389Z Compiling tower v0.5.3
15682026-06-16T21:20:21.420Z Compiling tokio-native-tls v0.3.1
15692026-06-16T21:20:21.561Z Compiling newtype-uuid v1.3.2
15702026-06-16T21:20:21.615Z Compiling phf_shared v0.13.1
15712026-06-16T21:20:21.637Z Compiling terminal_size v0.4.3
15722026-06-16T21:20:21.700Z Compiling lazy_static v1.5.0
15732026-06-16T21:20:21.767Z Compiling anstyle-parse v0.2.7
15742026-06-16T21:20:21.819Z Compiling vergen v9.1.0
15752026-06-16T21:20:21.839Z Compiling tower-http v0.6.8
15762026-06-16T21:20:21.854Z Compiling cargo-platform v0.3.2
15772026-06-16T21:20:21.934Z Compiling fs-err v3.3.0
15782026-06-16T21:20:21.949Z Compiling ahash v0.8.12
15792026-06-16T21:20:21.970Z Compiling foldhash v0.2.0
15802026-06-16T21:20:21.983Z Compiling libbz2-rs-sys v0.2.2
15812026-06-16T21:20:22.024Z Compiling h2 v0.4.13
15822026-06-16T21:20:22.150Z Compiling object v0.37.3
15832026-06-16T21:20:22.164Z Compiling winnow v0.5.40
15842026-06-16T21:20:22.178Z Compiling same-file v1.0.6
15852026-06-16T21:20:22.212Z Compiling managed v0.8.0
15862026-06-16T21:20:22.267Z Compiling bitflags v1.3.2
15872026-06-16T21:20:22.360Z Compiling foldhash v0.1.5
15882026-06-16T21:20:22.375Z Compiling bumpalo v3.20.2
15892026-06-16T21:20:22.460Z Compiling flate2 v1.1.9
15902026-06-16T21:20:22.501Z Compiling hashbrown v0.15.5
15912026-06-16T21:20:22.548Z Compiling bzip2 v0.6.1
15922026-06-16T21:20:22.662Z Compiling zopfli v0.8.3
15932026-06-16T21:20:22.706Z Compiling walkdir v2.5.0
15942026-06-16T21:20:22.787Z Compiling clap_builder v4.6.0
15952026-06-16T21:20:22.865Z Compiling dof v0.3.0
15962026-06-16T21:20:22.921Z Compiling snafu v0.8.9
15972026-06-16T21:20:22.996Z Compiling hashbrown v0.16.1
15982026-06-16T21:20:23.045Z Compiling cargo_metadata v0.23.1
15992026-06-16T21:20:23.074Z Compiling strum v0.27.2
16002026-06-16T21:20:23.089Z Compiling anstream v0.6.21
16012026-06-16T21:20:23.121Z Compiling phf v0.13.1
16022026-06-16T21:20:23.227Z Compiling daft v0.1.7
16032026-06-16T21:20:23.288Z Compiling elliptic-curve v0.13.8
16042026-06-16T21:20:23.305Z Compiling signal-hook-mio v0.2.5
16052026-06-16T21:20:23.449Z Compiling toml_edit v0.19.15
16062026-06-16T21:20:23.468Z Compiling cookie_store v0.22.1
16072026-06-16T21:20:23.525Z Compiling hubpack v0.1.2
16082026-06-16T21:20:23.621Z Compiling bzip2 v0.4.4
16092026-06-16T21:20:23.637Z Compiling usdt-attr-macro v0.6.0
16102026-06-16T21:20:23.641Z Compiling usdt-macro v0.6.0
16112026-06-16T21:20:23.706Z Compiling futures v0.3.32
16122026-06-16T21:20:23.765Z Compiling serde_with_macros v3.17.0
16132026-06-16T21:20:23.850Z Compiling postgres-types v0.2.12
16142026-06-16T21:20:23.920Z Compiling zstd v0.13.3
16152026-06-16T21:20:24.160Z Compiling globset v0.4.18
16162026-06-16T21:20:24.174Z Compiling dtrace-parser v0.2.0
16172026-06-16T21:20:24.206Z Compiling ed25519 v2.2.3
16182026-06-16T21:20:24.445Z Compiling pkcs1 v0.7.5
16192026-06-16T21:20:24.461Z Compiling serde_plain v1.0.2
16202026-06-16T21:20:24.476Z Compiling serde-big-array v0.5.1
16212026-06-16T21:20:24.495Z Compiling olpc-cjson v0.1.4
16222026-06-16T21:20:24.635Z Compiling rfc6979 v0.4.0
16232026-06-16T21:20:24.670Z Compiling async-recursion v1.1.1
16242026-06-16T21:20:24.683Z Compiling clap_derive v4.6.1
16252026-06-16T21:20:24.778Z Compiling serde_repr v0.1.20
16262026-06-16T21:20:24.868Z Compiling strum_macros v0.26.4
16272026-06-16T21:20:24.883Z Compiling enum-as-inner v0.6.1
16282026-06-16T21:20:24.939Z Compiling phf_shared v0.11.3
16292026-06-16T21:20:24.956Z Compiling float-cmp v0.10.0
16302026-06-16T21:20:24.963Z Compiling pem v3.0.6
16312026-06-16T21:20:25.116Z Compiling hyper v1.8.1
16322026-06-16T21:20:25.130Z Compiling thread-id v4.2.2
16332026-06-16T21:20:25.146Z Compiling memmap2 v0.9.10
16342026-06-16T21:20:25.233Z Compiling env_filter v1.0.0
16352026-06-16T21:20:25.317Z Compiling whoami v2.1.0
16362026-06-16T21:20:25.359Z Compiling static_assertions v1.1.0
16372026-06-16T21:20:25.375Z Compiling typed-path v0.9.3
16382026-06-16T21:20:25.391Z Compiling fixedbitset v0.4.2
16392026-06-16T21:20:25.424Z Compiling precomputed-hash v0.1.1
16402026-06-16T21:20:25.448Z Compiling fixedbitset v0.5.7
16412026-06-16T21:20:25.526Z Compiling keccak v0.1.6
16422026-06-16T21:20:25.562Z Compiling data-encoding v2.10.0
16432026-06-16T21:20:25.629Z Compiling new_debug_unreachable v1.0.6
16442026-06-16T21:20:25.713Z Compiling either v1.15.0
16452026-06-16T21:20:25.729Z Compiling predicates-core v1.0.10
16462026-06-16T21:20:25.773Z Compiling normalize-line-endings v0.3.0
16472026-06-16T21:20:25.834Z Compiling difflib v0.4.0
16482026-06-16T21:20:25.880Z Compiling jiff v0.2.21
16492026-06-16T21:20:25.933Z Compiling itertools v0.13.0
16502026-06-16T21:20:25.952Z Compiling hickory-proto v0.25.2
16512026-06-16T21:20:26.040Z Compiling string_cache v0.8.9
16522026-06-16T21:20:26.140Z Compiling predicates v3.1.4
16532026-06-16T21:20:26.292Z Compiling hyper-util v0.1.20
16542026-06-16T21:20:26.305Z Compiling sha3 v0.10.8
16552026-06-16T21:20:26.337Z Compiling petgraph v0.8.3
16562026-06-16T21:20:26.366Z Compiling petgraph v0.6.5
16572026-06-16T21:20:26.419Z Compiling tokio-postgres v0.7.16
16582026-06-16T21:20:26.525Z Compiling clap v4.6.1
16592026-06-16T21:20:26.624Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16602026-06-16T21:20:26.645Z Compiling env_logger v0.11.9
16612026-06-16T21:20:26.673Z Compiling strum v0.26.3
16622026-06-16T21:20:26.751Z Compiling toml_edit v0.22.27
16632026-06-16T21:20:26.790Z Compiling usdt v0.6.0
16642026-06-16T21:20:26.851Z Compiling usdt-impl v0.5.0
16652026-06-16T21:20:26.869Z Compiling serde_with v3.17.0
16662026-06-16T21:20:27.060Z Compiling toml v0.7.8
16672026-06-16T21:20:27.074Z Compiling ecdsa v0.16.9
16682026-06-16T21:20:27.242Z Compiling crossterm v0.28.1
16692026-06-16T21:20:27.477Z Compiling rsa v0.9.10
16702026-06-16T21:20:27.500Z Compiling ed25519-dalek v2.2.0
16712026-06-16T21:20:27.689Z Compiling hyper-tls v0.6.0
16722026-06-16T21:20:28.090Z Compiling zip v0.6.6
16732026-06-16T21:20:28.188Z Compiling iddqd v0.4.2
16742026-06-16T21:20:28.577Z Compiling zip v4.6.1
16752026-06-16T21:20:28.638Z Compiling tokio-stream v0.1.18
16762026-06-16T21:20:28.701Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-06-16T21:20:28.716Z Compiling buf-list v1.1.2
16782026-06-16T21:20:28.794Z Compiling similar v2.7.0
16792026-06-16T21:20:28.918Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-16T21:20:29.014Z Compiling openapiv3 v2.2.0
16812026-06-16T21:20:29.133Z Compiling x509-cert v0.2.5
16822026-06-16T21:20:29.240Z Compiling sha1 v0.10.6
16832026-06-16T21:20:29.346Z Compiling crossbeam-epoch v0.9.18
16842026-06-16T21:20:29.481Z Compiling peg-runtime v0.8.5
16852026-06-16T21:20:29.485Z Compiling lalrpop-util v0.19.12
16862026-06-16T21:20:29.515Z Compiling thread_local v1.1.9
16872026-06-16T21:20:29.541Z Compiling slog-async v2.8.0
16882026-06-16T21:20:29.560Z Compiling crossbeam-channel v0.5.15
16892026-06-16T21:20:29.573Z Compiling is-terminal v0.4.17
16902026-06-16T21:20:29.673Z Compiling filetime v0.2.27
16912026-06-16T21:20:29.689Z Compiling term v1.2.1
16922026-06-16T21:20:29.702Z Compiling xattr v1.6.1
16932026-06-16T21:20:29.734Z Compiling take_mut v0.2.2
16942026-06-16T21:20:29.842Z Compiling tar v0.4.45
16952026-06-16T21:20:30.040Z Compiling slog-term v2.9.2
16962026-06-16T21:20:47.438Z Compiling rustls-webpki v0.103.9
16972026-06-16T21:20:50.221Z Compiling tokio-rustls v0.26.4
16982026-06-16T21:20:50.221Z Compiling rustls-platform-verifier v0.6.2
16992026-06-16T21:20:50.418Z Compiling hyper-rustls v0.27.7
17002026-06-16T21:20:50.611Z Compiling reqwest v0.12.28
17012026-06-16T21:20:50.614Z Compiling reqwest v0.13.2
17022026-06-16T21:20:51.825Z Compiling tough v0.22.0
17032026-06-16T21:20:54.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-16T21:20:54.586Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-16T21:20:57.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.42s
17062026-06-16T21:20:57.586Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-06-16T21:20:57.640ZJun 16 21:20:57.164 INFO Starting download, target: DendriteStub
17082026-06-16T21:20:57.640ZJun 16 21:20:57.165 INFO Starting download, target: Clickhouse
17092026-06-16T21:20:57.640ZJun 16 21:20:57.165 INFO Starting download, target: Cockroach
17102026-06-16T21:20:57.640ZJun 16 21:20:57.165 INFO Starting download, target: Console
17112026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Starting download, target: MaghemiteMgd
17122026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Starting download, target: MaghemiteDdmd
17132026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Starting download, target: TransceiverControl
17142026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-06-16T21:20:57.647ZJun 16 21:20:57.165 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-06-16T21:20:58.388ZJun 16 21:20:57.900 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-06-16T21:20:58.654ZJun 16 21:20:58.152 INFO Download complete, target: TransceiverControl
17232026-06-16T21:20:58.701ZJun 16 21:20:58.165 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-06-16T21:20:58.881ZJun 16 21:20:58.405 INFO Download complete, target: Console
17252026-06-16T21:21:00.380ZJun 16 21:20:59.894 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17262026-06-16T21:21:00.603ZJun 16 21:21:00.120 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-06-16T21:21:00.700ZJun 16 21:21:00.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-06-16T21:21:01.528ZJun 16 21:21:01.029 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-06-16T21:21:01.528ZJun 16 21:21:01.029 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-06-16T21:21:01.848ZJun 16 21:21:01.358 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-06-16T21:21:02.316ZJun 16 21:21:01.827 INFO Download complete, target: MaghemiteDdmd
17322026-06-16T21:21:03.396ZJun 16 21:21:02.907 INFO Download complete, target: DendriteStub
17332026-06-16T21:21:03.435ZJun 16 21:21:02.941 INFO Download complete, target: MaghemiteMgd
17342026-06-16T21:21:06.206ZJun 16 21:21:05.730 INFO Checking that binary works, target: Cockroach
17352026-06-16T21:21:06.333ZJun 16 21:21:05.857 INFO Download complete, target: Cockroach
17362026-06-16T21:21:08.588ZJun 16 21:21:08.111 INFO Checking that binary works, target: Clickhouse
17372026-06-16T21:21:08.681ZJun 16 21:21:08.205 INFO Download complete, target: Clickhouse
17382026-06-16T21:21:08.687ZAll prerequisites installed successfully
17392026-06-16T21:21:08.690Z
17402026-06-16T21:21:08.691Zreal 2:04.079269073
17412026-06-16T21:21:08.691Zuser 6:57.532962902
17422026-06-16T21:21:08.691Zsys 1:43.356391022
17432026-06-16T21:21:08.691Ztrap 0.250745228
17442026-06-16T21:21:08.691Ztflt 1.256477111
17452026-06-16T21:21:08.691Zdflt 2.069831776
17462026-06-16T21:21:08.691Zkflt 0.028113270
17472026-06-16T21:21:08.691Zlock 23:41.357585454
17482026-06-16T21:21:08.691Zslp 19:05.548573693
17492026-06-16T21:21:08.691Zlat 23.845515070
17502026-06-16T21:21:08.691Zstop 2:47.517715394
17512026-06-16T21:21:08.691Z+ ptime -m cargo xtask download softnpu
17522026-06-16T21:21:09.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17532026-06-16T21:21:09.255Z Running `target/debug/xtask download softnpu`
17542026-06-16T21:21:10.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17552026-06-16T21:21:10.123Z Running `target/debug/xtask-downloader softnpu`
17562026-06-16T21:21:10.166ZJun 16 21:21:09.677 INFO Starting download, target: Softnpu
17572026-06-16T21:21:10.355ZJun 16 21:21:09.677 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-06-16T21:21:16.539ZJun 16 21:21:16.013 INFO Download complete, target: Softnpu
17592026-06-16T21:21:16.579Z
17602026-06-16T21:21:16.579Zreal 7.799244147
17612026-06-16T21:21:16.579Zuser 1.396021766
17622026-06-16T21:21:16.579Zsys 0.722835097
17632026-06-16T21:21:16.579Ztrap 0.000839880
17642026-06-16T21:21:16.580Ztflt 0.000115270
17652026-06-16T21:21:16.580Zdflt 0.000416720
17662026-06-16T21:21:16.580Zkflt 0.000000000
17672026-06-16T21:21:16.580Zlock 2:09.889221846
17682026-06-16T21:21:16.580Zslp 6.114594192
17692026-06-16T21:21:16.580Zlat 0.186434948
17702026-06-16T21:21:16.580Zstop 0.000218830
17712026-06-16T21:21:16.580Z+ export CARGO_INCREMENTAL=0
17722026-06-16T21:21:16.580Z+ CARGO_INCREMENTAL=0
17732026-06-16T21:21:16.580Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-06-16T21:21:17.389Z Compiling proc-macro2 v1.0.106
17752026-06-16T21:21:17.389Z Compiling quote v1.0.45
17762026-06-16T21:21:17.408Z Compiling unicode-ident v1.0.24
17772026-06-16T21:21:17.408Z Compiling libc v0.2.185
17782026-06-16T21:21:17.408Z Compiling serde_core v1.0.228
17792026-06-16T21:21:17.408Z Compiling serde v1.0.228
17802026-06-16T21:21:17.408Z Compiling cfg-if v1.0.4
17812026-06-16T21:21:17.408Z Compiling version_check v0.9.5
17822026-06-16T21:21:17.408Z Compiling find-msvc-tools v0.1.9
17832026-06-16T21:21:17.535Z Compiling shlex v1.3.0
17842026-06-16T21:21:17.541Z Compiling typenum v1.19.0
17852026-06-16T21:21:17.558Z Compiling zmij v1.0.21
17862026-06-16T21:21:17.558Z Compiling autocfg v1.5.0
17872026-06-16T21:21:17.558Z Compiling memchr v2.8.0
17882026-06-16T21:21:17.558Z Compiling serde_json v1.0.149
17892026-06-16T21:21:17.753Z Compiling portable-atomic v1.13.1
17902026-06-16T21:21:17.785Z Compiling libm v0.2.16
17912026-06-16T21:21:17.920Z Compiling zerocopy v0.8.40
17922026-06-16T21:21:17.952Z Compiling smallvec v1.15.1
17932026-06-16T21:21:17.956Z Compiling parking_lot_core v0.9.12
17942026-06-16T21:21:17.982Z Compiling icu_normalizer_data v2.1.1
17952026-06-16T21:21:18.031Z Compiling icu_properties_data v2.1.2
17962026-06-16T21:21:18.036Z Compiling generic-array v0.14.7
17972026-06-16T21:21:18.052Z Compiling num-traits v0.2.19
17982026-06-16T21:21:18.109Z Compiling itoa v1.0.17
17992026-06-16T21:21:18.147Z Compiling getrandom v0.4.1
18002026-06-16T21:21:18.183Z Compiling log v0.4.29
18012026-06-16T21:21:18.213Z Compiling stable_deref_trait v1.2.1
18022026-06-16T21:21:18.243Z Compiling pkg-config v0.3.32
18032026-06-16T21:21:18.276Z Compiling subtle v2.6.1
18042026-06-16T21:21:18.437Z Compiling scopeguard v1.2.0
18052026-06-16T21:21:18.507Z Compiling percent-encoding v2.3.2
18062026-06-16T21:21:18.521Z Compiling jobserver v0.1.34
18072026-06-16T21:21:18.536Z Compiling getrandom v0.2.17
18082026-06-16T21:21:18.596Z Compiling errno v0.3.14
18092026-06-16T21:21:18.625Z Compiling lock_api v0.4.14
18102026-06-16T21:21:18.712Z Compiling rand_core v0.6.4
18112026-06-16T21:21:18.732Z Compiling cc v1.2.56
18122026-06-16T21:21:18.798Z Compiling fnv v1.0.7
18132026-06-16T21:21:18.815Z Compiling litemap v0.8.1
18142026-06-16T21:21:18.856Z Compiling syn v2.0.117
18152026-06-16T21:21:18.871Z Compiling writeable v0.6.2
18162026-06-16T21:21:18.917Z Compiling thiserror v2.0.18
18172026-06-16T21:21:18.938Z Compiling pin-project-lite v0.2.17
18182026-06-16T21:21:19.006Z Compiling getrandom v0.3.4
18192026-06-16T21:21:19.053Z Compiling rand_core v0.10.0
18202026-06-16T21:21:19.053Z Compiling equivalent v1.0.2
18212026-06-16T21:21:19.135Z Compiling schemars v0.8.22
18222026-06-16T21:21:19.177Z Compiling fs_extra v1.3.0
18232026-06-16T21:21:19.209Z Compiling rustversion v1.0.22
18242026-06-16T21:21:19.228Z Compiling dunce v1.0.5
18252026-06-16T21:21:19.256Z Compiling critical-section v1.2.0
18262026-06-16T21:21:19.261Z Compiling rustix v1.1.3
18272026-06-16T21:21:19.382Z Compiling utf8_iter v1.0.4
18282026-06-16T21:21:19.401Z Compiling form_urlencoded v1.2.2
18292026-06-16T21:21:19.477Z Compiling cmake v0.1.57
18302026-06-16T21:21:19.498Z Compiling hashbrown v0.17.0
18312026-06-16T21:21:19.571Z Compiling signal-hook-registry v1.4.8
18322026-06-16T21:21:19.602Z Compiling const-oid v0.9.6
18332026-06-16T21:21:19.703Z Compiling bitflags v2.11.0
18342026-06-16T21:21:19.768Z Compiling semver v1.0.28
18352026-06-16T21:21:19.872Z Compiling once_cell v1.21.3
18362026-06-16T21:21:20.054Z Compiling ring v0.17.14
18372026-06-16T21:21:20.058Z Compiling aws-lc-sys v0.40.0
18382026-06-16T21:21:20.089Z Compiling indexmap v2.14.0
18392026-06-16T21:21:20.136Z Compiling parking_lot v0.12.5
18402026-06-16T21:21:20.139Z Compiling mio v1.2.0
18412026-06-16T21:21:20.171Z Compiling socket2 v0.6.3
18422026-06-16T21:21:20.188Z Compiling aws-lc-rs v1.16.3
18432026-06-16T21:21:20.253Z Compiling futures-core v0.3.32
18442026-06-16T21:21:20.382Z Compiling strsim v0.11.1
18452026-06-16T21:21:20.397Z Compiling httparse v1.10.1
18462026-06-16T21:21:20.413Z Compiling thiserror v1.0.69
18472026-06-16T21:21:20.568Z Compiling ucd-trie v0.1.7
18482026-06-16T21:21:20.706Z Compiling vcpkg v0.2.15
18492026-06-16T21:21:20.726Z Compiling iana-time-zone v0.1.65
18502026-06-16T21:21:20.730Z Compiling byteorder v1.5.0
18512026-06-16T21:21:20.774Z Compiling pest v2.8.6
18522026-06-16T21:21:20.828Z Compiling ident_case v1.0.1
18532026-06-16T21:21:20.860Z Compiling regex-syntax v0.8.10
18542026-06-16T21:21:20.876Z Compiling syn v1.0.109
18552026-06-16T21:21:20.890Z Compiling heck v0.5.0
18562026-06-16T21:21:20.915Z Compiling uuid v1.23.0
18572026-06-16T21:21:21.003Z Compiling cpufeatures v0.2.17
18582026-06-16T21:21:21.131Z Compiling rustls v0.23.37
18592026-06-16T21:21:21.225Z Compiling rustc_version v0.4.1
18602026-06-16T21:21:21.288Z Compiling openssl-sys v0.9.115
18612026-06-16T21:21:21.318Z Compiling futures-sink v0.3.32
18622026-06-16T21:21:21.445Z Compiling futures-channel v0.3.32
18632026-06-16T21:21:21.490Z Compiling aho-corasick v1.1.4
18642026-06-16T21:21:21.493Z Compiling slab v0.4.12
18652026-06-16T21:21:21.526Z Compiling futures-task v0.3.32
18662026-06-16T21:21:21.546Z Compiling futures-io v0.3.32
18672026-06-16T21:21:21.627Z Compiling dyn-clone v1.0.20
18682026-06-16T21:21:21.690Z Compiling synstructure v0.13.2
18692026-06-16T21:21:21.705Z Compiling serde_derive_internals v0.29.1
18702026-06-16T21:21:21.814Z Compiling pest_meta v2.8.6
18712026-06-16T21:21:21.978Z Compiling crc32fast v1.5.0
18722026-06-16T21:21:22.000Z Compiling plain v0.2.3
18732026-06-16T21:21:22.040Z Compiling openssl v0.10.79
18742026-06-16T21:21:22.086Z Compiling crossbeam-utils v0.8.21
18752026-06-16T21:21:22.132Z Compiling time-core v0.1.8
18762026-06-16T21:21:22.214Z Compiling num-conv v0.2.0
18772026-06-16T21:21:22.217Z Compiling base64 v0.22.1
18782026-06-16T21:21:22.299Z Compiling pretty-hex v0.4.1
18792026-06-16T21:21:22.333Z Compiling regex-automata v0.4.14
18802026-06-16T21:21:22.364Z Compiling time-macros v0.2.27
18812026-06-16T21:21:22.397Z Compiling pest_generator v2.8.6
18822026-06-16T21:21:22.446Z Compiling anyhow v1.0.102
18832026-06-16T21:21:22.479Z Compiling native-tls v0.2.18
18842026-06-16T21:21:22.483Z Compiling base64ct v1.8.3
18852026-06-16T21:21:22.511Z Compiling darling_core v0.21.3
18862026-06-16T21:21:22.712Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18872026-06-16T21:21:22.742Z Compiling pem-rfc7468 v0.7.0
18882026-06-16T21:21:22.799Z Compiling flagset v0.4.7
18892026-06-16T21:21:22.803Z Compiling rand_core v0.9.5
18902026-06-16T21:21:22.953Z Compiling slog v2.8.2
18912026-06-16T21:21:22.970Z Compiling serde_derive v1.0.228
18922026-06-16T21:21:22.986Z Compiling zeroize_derive v1.4.3
18932026-06-16T21:21:23.001Z Compiling zerofrom-derive v0.1.6
18942026-06-16T21:21:23.027Z Compiling yoke-derive v0.8.1
18952026-06-16T21:21:23.046Z Compiling zerovec-derive v0.11.2
18962026-06-16T21:21:23.064Z Compiling displaydoc v0.2.5
18972026-06-16T21:21:23.084Z Compiling zerocopy-derive v0.8.40
18982026-06-16T21:21:23.101Z Compiling tokio-macros v2.7.0
18992026-06-16T21:21:23.164Z Compiling futures-macro v0.3.32
19002026-06-16T21:21:23.348Z Compiling thiserror-impl v2.0.18
19012026-06-16T21:21:23.590Z Compiling zeroize v1.8.2
19022026-06-16T21:21:23.843Z Compiling schemars_derive v0.8.22
19032026-06-16T21:21:23.953Z Compiling tracing-attributes v0.1.31
19042026-06-16T21:21:23.991Z Compiling der_derive v0.7.3
19052026-06-16T21:21:24.090Z Compiling thiserror-impl v1.0.69
19062026-06-16T21:21:24.124Z Compiling zerofrom v0.1.6
19072026-06-16T21:21:24.264Z Compiling yoke v0.8.1
19082026-06-16T21:21:24.351Z Compiling crypto-common v0.1.7
19092026-06-16T21:21:24.477Z Compiling zerovec v0.11.5
19102026-06-16T21:21:24.517Z Compiling zerotrie v0.2.3
19112026-06-16T21:21:24.614Z Compiling block-buffer v0.10.4
19122026-06-16T21:21:24.781Z Compiling digest v0.10.7
19132026-06-16T21:21:25.000Z Compiling tinystr v0.8.2
19142026-06-16T21:21:25.015Z Compiling potential_utf v0.1.4
19152026-06-16T21:21:25.054Z Compiling pest_derive v2.8.6
19162026-06-16T21:21:25.077Z Compiling hmac v0.12.1
19172026-06-16T21:21:25.123Z Compiling futures-util v0.3.32
19182026-06-16T21:21:25.148Z Compiling icu_collections v2.1.1
19192026-06-16T21:21:25.213Z Compiling icu_locale_core v2.1.1
19202026-06-16T21:21:25.243Z Compiling block-padding v0.3.3
19212026-06-16T21:21:25.276Z Compiling sha2 v0.10.9
19222026-06-16T21:21:25.410Z Compiling inout v0.1.4
19232026-06-16T21:21:25.640Z Compiling cipher v0.4.4
19242026-06-16T21:21:25.690Z Compiling rustls-pki-types v1.14.0
19252026-06-16T21:21:25.811Z Compiling scroll_derive v0.13.1
19262026-06-16T21:21:25.887Z Compiling openssl-macros v0.1.1
19272026-06-16T21:21:25.902Z Compiling scroll_derive v0.12.1
19282026-06-16T21:21:26.065Z Compiling bytes v1.11.1
19292026-06-16T21:21:26.120Z Compiling icu_provider v2.1.1
19302026-06-16T21:21:26.291Z Compiling chrono v0.4.44
19312026-06-16T21:21:26.426Z Compiling icu_normalizer v2.1.1
19322026-06-16T21:21:26.544Z Compiling icu_properties v2.1.2
19332026-06-16T21:21:26.561Z Compiling serde_tokenstream v0.2.3
19342026-06-16T21:21:26.776Z Compiling tokio v1.52.1
19352026-06-16T21:21:27.387Z Compiling http v1.4.0
19362026-06-16T21:21:27.470Z Compiling idna_adapter v1.2.1
19372026-06-16T21:21:27.508Z Compiling ppv-lite86 v0.2.21
19382026-06-16T21:21:27.632Z Compiling idna v1.1.0
19392026-06-16T21:21:27.673Z Compiling der v0.7.10
19402026-06-16T21:21:27.703Z Compiling darling_macro v0.21.3
19412026-06-16T21:21:27.854Z Compiling regex v1.12.3
19422026-06-16T21:21:28.011Z Compiling url v2.5.8
19432026-06-16T21:21:28.071Z Compiling zerocopy-derive v0.7.35
19442026-06-16T21:21:28.088Z Compiling tracing-core v0.1.36
19452026-06-16T21:21:28.466Z Compiling untrusted v0.9.0
19462026-06-16T21:21:28.845Z Compiling spki v0.7.3
19472026-06-16T21:21:29.069Z Compiling tracing v0.1.44
19482026-06-16T21:21:29.084Z Compiling darling v0.21.3
19492026-06-16T21:21:29.112Z Compiling salsa20 v0.10.2
19502026-06-16T21:21:29.180Z Compiling pbkdf2 v0.12.2
19512026-06-16T21:21:29.755Z Compiling cookie v0.18.1
19522026-06-16T21:21:29.771Z Compiling camino v1.2.2
19532026-06-16T21:21:30.007Z Compiling scrypt v0.11.0
19542026-06-16T21:21:30.092Z Compiling http-body v1.0.1
19552026-06-16T21:21:30.109Z Compiling rand_chacha v0.9.0
19562026-06-16T21:21:30.193Z Compiling aes v0.8.4
19572026-06-16T21:21:30.221Z Compiling cbc v0.1.2
19582026-06-16T21:21:30.328Z Compiling usdt-impl v0.5.0
19592026-06-16T21:21:30.359Z Compiling tinyvec_macros v0.1.1
19602026-06-16T21:21:30.376Z Compiling usdt-impl v0.6.0
19612026-06-16T21:21:30.442Z Compiling unicode-segmentation v1.12.0
19622026-06-16T21:21:30.495Z Compiling tokio-util v0.7.18
19632026-06-16T21:21:30.512Z Compiling either v1.15.0
19642026-06-16T21:21:30.545Z Compiling ref-cast v1.0.25
19652026-06-16T21:21:30.571Z Compiling openssl-probe v0.2.1
19662026-06-16T21:21:30.611Z Compiling winnow v0.7.14
19672026-06-16T21:21:30.715Z Compiling untrusted v0.7.1
19682026-06-16T21:21:30.719Z Compiling paste v1.0.15
19692026-06-16T21:21:30.746Z Compiling fastrand v2.3.0
19702026-06-16T21:21:30.750Z Compiling pkcs5 v0.7.1
19712026-06-16T21:21:30.840Z Compiling tinyvec v1.10.0
19722026-06-16T21:21:30.856Z Compiling rand v0.9.2
19732026-06-16T21:21:31.221Z Compiling scroll v0.13.0
19742026-06-16T21:21:31.242Z Compiling scroll v0.12.0
19752026-06-16T21:21:31.394Z Compiling serde_spanned v0.6.9
19762026-06-16T21:21:31.447Z Compiling toml_datetime v0.6.11
19772026-06-16T21:21:31.478Z Compiling async-trait v0.1.89
19782026-06-16T21:21:31.513Z Compiling heapless v0.7.17
19792026-06-16T21:21:31.588Z Compiling bzip2-sys v0.1.13+1.0.8
19802026-06-16T21:21:31.613Z Compiling atomic-waker v1.1.2
19812026-06-16T21:21:31.711Z Compiling try-lock v0.2.5
19822026-06-16T21:21:31.756Z Compiling rustix v0.38.44
19832026-06-16T21:21:31.786Z Compiling zstd-safe v7.2.4
19842026-06-16T21:21:31.899Z Compiling tower-layer v0.3.3
19852026-06-16T21:21:31.993Z Compiling tower-service v0.3.3
19862026-06-16T21:21:32.011Z Compiling signal-hook v0.3.18
19872026-06-16T21:21:32.041Z Compiling toml_parser v1.0.9+spec-1.1.0
19882026-06-16T21:21:32.076Z Compiling want v0.3.1
19892026-06-16T21:21:32.096Z Compiling h2 v0.4.13
19902026-06-16T21:21:32.214Z Compiling goblin v0.8.2
19912026-06-16T21:21:32.253Z Compiling goblin v0.10.5
19922026-06-16T21:21:32.427Z Compiling pkcs8 v0.10.2
19932026-06-16T21:21:32.607Z Compiling heck v0.4.1
19942026-06-16T21:21:32.622Z Compiling zerocopy v0.7.35
19952026-06-16T21:21:32.731Z Compiling ipnet v2.11.0
19962026-06-16T21:21:32.769Z Compiling ref-cast-impl v1.0.25
19972026-06-16T21:21:32.829Z Compiling darling_core v0.20.11
19982026-06-16T21:21:32.844Z Compiling curve25519-dalek v4.1.3
19992026-06-16T21:21:33.127Z Compiling memoffset v0.9.1
20002026-06-16T21:21:33.188Z Compiling winnow v0.5.40
20012026-06-16T21:21:33.323Z Compiling foreign-types-shared v0.1.1
20022026-06-16T21:21:33.326Z Compiling pin-utils v0.1.0
20032026-06-16T21:21:33.354Z Compiling httpdate v1.0.3
20042026-06-16T21:21:33.570Z Compiling utf8parse v0.2.2
20052026-06-16T21:21:33.588Z Compiling litrs v1.0.0
20062026-06-16T21:21:33.811Z Compiling tempfile v3.25.0
20072026-06-16T21:21:33.826Z Compiling foreign-types v0.3.2
20082026-06-16T21:21:34.077Z Compiling document-features v0.2.12
20092026-06-16T21:21:34.230Z Compiling unicode-normalization v0.1.25
20102026-06-16T21:21:34.452Z Compiling toml_edit v0.19.15
20112026-06-16T21:21:34.590Z Compiling dof v0.3.0
20122026-06-16T21:21:34.780Z Compiling darling_macro v0.20.11
20132026-06-16T21:21:34.969Z Compiling dof v0.4.0
20142026-06-16T21:21:35.111Z Compiling hyper v1.8.1
20152026-06-16T21:21:35.235Z Compiling dtrace-parser v0.2.0
20162026-06-16T21:21:35.337Z Compiling dtrace-parser v0.3.0
20172026-06-16T21:21:35.560Z Compiling pin-project-internal v1.1.11
20182026-06-16T21:21:35.621Z Compiling daft-derive v0.1.7
20192026-06-16T21:21:35.777Z Compiling spin v0.9.8
20202026-06-16T21:21:35.795Z Compiling thread-id v5.1.0
20212026-06-16T21:21:35.846Z Compiling thread-id v4.2.2
20222026-06-16T21:21:35.896Z Compiling socket2 v0.5.10
20232026-06-16T21:21:35.949Z Compiling cfg_aliases v0.2.1
20242026-06-16T21:21:35.968Z Compiling anstyle v1.0.14
20252026-06-16T21:21:36.041Z Compiling powerfmt v0.2.0
20262026-06-16T21:21:36.097Z Compiling smoltcp v0.9.1
20272026-06-16T21:21:36.189Z Compiling num-bigint-dig v0.8.6
20282026-06-16T21:21:36.205Z Compiling deranged v0.5.8
20292026-06-16T21:21:36.288Z Compiling hyper-util v0.1.20
20302026-06-16T21:21:36.326Z Compiling nix v0.31.2
20312026-06-16T21:21:36.622Z Compiling darling v0.20.11
20322026-06-16T21:21:36.719Z Compiling rustls-native-certs v0.8.3
20332026-06-16T21:21:36.795Z Compiling ipnetwork v0.21.1
20342026-06-16T21:21:36.979Z Compiling strum_macros v0.26.4
20352026-06-16T21:21:36.997Z Compiling curve25519-dalek-derive v0.1.1
20362026-06-16T21:21:37.139Z Compiling sync_wrapper v1.0.2
20372026-06-16T21:21:37.263Z Compiling wait-timeout v0.2.1
20382026-06-16T21:21:37.420Z Compiling quick-error v1.2.3
20392026-06-16T21:21:37.512Z Compiling anstyle-query v1.1.5
20402026-06-16T21:21:37.529Z Compiling bit-vec v0.8.0
20412026-06-16T21:21:37.698Z Compiling num_threads v0.1.7
20422026-06-16T21:21:37.773Z Compiling is_terminal_polyfill v1.70.2
20432026-06-16T21:21:37.832Z Compiling simd-adler32 v0.3.8
20442026-06-16T21:21:37.883Z Compiling colorchoice v1.0.4
20452026-06-16T21:21:37.969Z Compiling siphasher v1.0.2
20462026-06-16T21:21:38.078Z Compiling time v0.3.47
20472026-06-16T21:21:38.097Z Compiling bit-set v0.8.0
20482026-06-16T21:21:38.131Z Compiling rusty-fork v0.3.1
20492026-06-16T21:21:38.280Z Compiling tower v0.5.3
20502026-06-16T21:21:38.423Z Compiling derive_builder_core v0.20.2
20512026-06-16T21:21:38.540Z Compiling snafu-derive v0.8.9
20522026-06-16T21:21:38.603Z Compiling http-body-util v0.1.3
20532026-06-16T21:21:38.861Z Compiling webpki-roots v1.0.6
20542026-06-16T21:21:39.031Z Compiling signature v2.2.0
20552026-06-16T21:21:39.094Z Compiling hubpack_derive v0.1.1
20562026-06-16T21:21:39.114Z Compiling rand_xorshift v0.4.0
20572026-06-16T21:21:39.196Z Compiling strum_macros v0.27.2
20582026-06-16T21:21:39.245Z Compiling fs-err v3.3.0
20592026-06-16T21:21:39.277Z Compiling ahash v0.8.12
20602026-06-16T21:21:39.538Z Compiling ryu v1.0.23
20612026-06-16T21:21:39.570Z Compiling iri-string v0.7.10
20622026-06-16T21:21:39.716Z Compiling adler2 v2.0.1
20632026-06-16T21:21:39.716Z Compiling unarray v0.1.4
20642026-06-16T21:21:39.745Z Compiling object v0.37.3
20652026-06-16T21:21:39.855Z Compiling unicode-bidi v0.3.18
20662026-06-16T21:21:39.895Z Compiling unicode-properties v0.1.4
20672026-06-16T21:21:40.019Z Compiling allocator-api2 v0.2.21
20682026-06-16T21:21:40.034Z Compiling miniz_oxide v0.8.9
20692026-06-16T21:21:40.053Z Compiling proptest v1.10.0
20702026-06-16T21:21:40.196Z Compiling stringprep v0.1.5
20712026-06-16T21:21:40.361Z Compiling serde_urlencoded v0.7.1
20722026-06-16T21:21:40.629Z Compiling derive_builder_macro v0.20.2
20732026-06-16T21:21:40.838Z Compiling tower-http v0.6.8
20742026-06-16T21:21:40.881Z Compiling tokio-native-tls v0.3.1
20752026-06-16T21:21:41.034Z Compiling usdt-macro v0.6.0
20762026-06-16T21:21:41.063Z Compiling usdt-attr-macro v0.6.0
20772026-06-16T21:21:41.270Z Compiling anstyle-parse v1.0.0
20782026-06-16T21:21:41.534Z Compiling rand_chacha v0.3.1
20792026-06-16T21:21:41.554Z Compiling erased-serde v0.3.31
20802026-06-16T21:21:41.643Z Compiling md-5 v0.10.6
20812026-06-16T21:21:41.765Z Compiling bstr v1.12.1
20822026-06-16T21:21:41.821Z Compiling num-integer v0.1.46
20832026-06-16T21:21:41.853Z Compiling hash32 v0.2.1
20842026-06-16T21:21:41.856Z Compiling vergen-lib v9.1.0
20852026-06-16T21:21:41.938Z Compiling ff v0.13.1
20862026-06-16T21:21:42.066Z Compiling encoding_rs v0.8.35
20872026-06-16T21:21:42.098Z Compiling zlib-rs v0.6.2
20882026-06-16T21:21:42.101Z Compiling base16ct v0.2.0
20892026-06-16T21:21:42.150Z Compiling psl-types v2.0.11
20902026-06-16T21:21:42.183Z Compiling mime v0.3.17
20912026-06-16T21:21:42.190Z Compiling fallible-iterator v0.2.0
20922026-06-16T21:21:42.301Z Compiling publicsuffix v2.3.0
20932026-06-16T21:21:42.397Z Compiling sec1 v0.7.3
20942026-06-16T21:21:42.511Z Compiling postgres-protocol v0.6.10
20952026-06-16T21:21:42.562Z Compiling group v0.13.0
20962026-06-16T21:21:42.578Z Compiling num-iter v0.1.45
20972026-06-16T21:21:42.679Z Compiling newtype-uuid v1.3.2
20982026-06-16T21:21:42.943Z Compiling rand v0.8.6
20992026-06-16T21:21:43.187Z Compiling anstream v1.0.0
21002026-06-16T21:21:43.226Z Compiling oxnet v0.1.6
21012026-06-16T21:21:43.375Z Compiling derive_builder v0.20.2
21022026-06-16T21:21:43.378Z Compiling hyper-tls v0.6.0
21032026-06-16T21:21:43.495Z Compiling phf_shared v0.13.1
21042026-06-16T21:21:43.550Z Compiling pin-project v1.1.11
21052026-06-16T21:21:43.637Z Compiling lazy_static v1.5.0
21062026-06-16T21:21:43.654Z Compiling anstyle-parse v0.2.7
21072026-06-16T21:21:43.746Z Compiling terminal_size v0.4.3
21082026-06-16T21:21:43.779Z Compiling serde_with_macros v3.17.0
21092026-06-16T21:21:43.782Z Compiling futures-executor v0.3.32
21102026-06-16T21:21:43.811Z Compiling hex v0.4.3
21112026-06-16T21:21:43.900Z Compiling hkdf v0.12.4
21122026-06-16T21:21:43.984Z Compiling crypto-bigint v0.5.5
21132026-06-16T21:21:44.012Z Compiling clap_derive v4.6.1
21142026-06-16T21:21:44.028Z Compiling async-recursion v1.1.1
21152026-06-16T21:21:44.045Z Compiling serde_repr v0.1.20
21162026-06-16T21:21:44.069Z Compiling enum-as-inner v0.6.1
21172026-06-16T21:21:44.149Z Compiling flate2 v1.1.9
21182026-06-16T21:21:44.187Z Compiling vergen v9.1.0
21192026-06-16T21:21:44.217Z Compiling cargo-platform v0.3.2
21202026-06-16T21:21:44.418Z Compiling libbz2-rs-sys v0.2.2
21212026-06-16T21:21:44.560Z Compiling foldhash v0.1.5
21222026-06-16T21:21:44.578Z Compiling managed v0.8.0
21232026-06-16T21:21:44.585Z Compiling bumpalo v3.20.2
21242026-06-16T21:21:44.622Z Compiling bitflags v1.3.2
21252026-06-16T21:21:44.881Z Compiling clap_lex v1.0.0
21262026-06-16T21:21:44.897Z Compiling same-file v1.0.6
21272026-06-16T21:21:44.934Z Compiling foldhash v0.2.0
21282026-06-16T21:21:45.038Z Compiling walkdir v2.5.0
21292026-06-16T21:21:45.103Z Compiling clap_builder v4.6.0
21302026-06-16T21:21:45.108Z Compiling hashbrown v0.16.1
21312026-06-16T21:21:45.122Z Compiling elliptic-curve v0.13.8
21322026-06-16T21:21:45.340Z Compiling bzip2 v0.6.1
21332026-06-16T21:21:45.376Z Compiling zopfli v0.8.3
21342026-06-16T21:21:45.480Z Compiling hashbrown v0.15.5
21352026-06-16T21:21:45.579Z Compiling cargo_metadata v0.23.1
21362026-06-16T21:21:45.708Z Compiling futures v0.3.32
21372026-06-16T21:21:45.961Z Compiling anstream v0.6.21
21382026-06-16T21:21:46.149Z Compiling zstd v0.13.3
21392026-06-16T21:21:46.423Z Compiling phf v0.13.1
21402026-06-16T21:21:46.438Z Compiling snafu v0.8.9
21412026-06-16T21:21:46.600Z Compiling signal-hook-mio v0.2.5
21422026-06-16T21:21:46.732Z Compiling daft v0.1.7
21432026-06-16T21:21:46.811Z Compiling cookie_store v0.22.1
21442026-06-16T21:21:47.052Z Compiling postgres-types v0.2.12
21452026-06-16T21:21:47.108Z Compiling bzip2 v0.4.4
21462026-06-16T21:21:47.124Z Compiling globset v0.4.18
21472026-06-16T21:21:47.127Z Compiling strum v0.27.2
21482026-06-16T21:21:47.322Z Compiling hubpack v0.1.2
21492026-06-16T21:21:47.356Z Compiling ed25519 v2.2.3
21502026-06-16T21:21:47.390Z Compiling phf_shared v0.11.3
21512026-06-16T21:21:47.442Z Compiling crossbeam-epoch v0.9.18
21522026-06-16T21:21:47.498Z Compiling olpc-cjson v0.1.4
21532026-06-16T21:21:47.553Z Compiling pkcs1 v0.7.5
21542026-06-16T21:21:47.591Z Compiling pem v3.0.6
21552026-06-16T21:21:47.625Z Compiling serde-big-array v0.5.1
21562026-06-16T21:21:47.671Z Compiling serde_plain v1.0.2
21572026-06-16T21:21:47.750Z Compiling rfc6979 v0.4.0
21582026-06-16T21:21:47.806Z Compiling float-cmp v0.10.0
21592026-06-16T21:21:47.825Z Compiling memmap2 v0.9.10
21602026-06-16T21:21:47.876Z Compiling env_filter v1.0.0
21612026-06-16T21:21:47.894Z Compiling data-encoding v2.10.0
21622026-06-16T21:21:47.909Z Compiling new_debug_unreachable v1.0.6
21632026-06-16T21:21:47.951Z Compiling typed-path v0.9.3
21642026-06-16T21:21:47.968Z Compiling precomputed-hash v0.1.1
21652026-06-16T21:21:47.987Z Compiling toml_write v0.1.2
21662026-06-16T21:21:48.053Z Compiling whoami v2.1.0
21672026-06-16T21:21:48.077Z Compiling keccak v0.1.6
21682026-06-16T21:21:48.199Z Compiling normalize-line-endings v0.3.0
21692026-06-16T21:21:48.215Z Compiling fixedbitset v0.4.2
21702026-06-16T21:21:48.232Z Compiling fixedbitset v0.5.7
21712026-06-16T21:21:48.250Z Compiling predicates-core v1.0.10
21722026-06-16T21:21:48.291Z Compiling jiff v0.2.21
21732026-06-16T21:21:48.306Z Compiling difflib v0.4.0
21742026-06-16T21:21:48.320Z Compiling static_assertions v1.1.0
21752026-06-16T21:21:48.402Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21762026-06-16T21:21:48.419Z Compiling petgraph v0.6.5
21772026-06-16T21:21:48.435Z Compiling petgraph v0.8.3
21782026-06-16T21:21:48.439Z Compiling tokio-postgres v0.7.16
21792026-06-16T21:21:48.763Z Compiling predicates v3.1.4
21802026-06-16T21:21:48.979Z Compiling sha3 v0.10.8
21812026-06-16T21:21:49.106Z Compiling hickory-proto v0.25.2
21822026-06-16T21:21:49.121Z Compiling toml_edit v0.22.27
21832026-06-16T21:21:49.268Z Compiling string_cache v0.8.9
21842026-06-16T21:21:49.339Z Compiling env_logger v0.11.9
21852026-06-16T21:21:49.503Z Compiling usdt v0.6.0
21862026-06-16T21:21:49.525Z Compiling ecdsa v0.16.9
21872026-06-16T21:21:49.773Z Compiling rsa v0.9.10
21882026-06-16T21:21:49.902Z Compiling ed25519-dalek v2.2.0
21892026-06-16T21:21:50.547Z Compiling zip v0.6.6
21902026-06-16T21:21:50.634Z Compiling iddqd v0.4.2
21912026-06-16T21:21:50.974Z Compiling zip v4.6.1
21922026-06-16T21:21:51.076Z Compiling crossterm v0.28.1
21932026-06-16T21:21:51.186Z Compiling clap v4.6.1
21942026-06-16T21:21:51.380Z Compiling serde_with v3.17.0
21952026-06-16T21:21:51.508Z Compiling similar v2.7.0
21962026-06-16T21:21:51.624Z Compiling strum v0.26.3
21972026-06-16T21:21:51.777Z Compiling toml v0.7.8
21982026-06-16T21:21:51.834Z Compiling tokio-stream v0.1.18
21992026-06-16T21:21:51.938Z Compiling itertools v0.13.0
22002026-06-16T21:21:51.995Z Compiling buf-list v1.1.2
22012026-06-16T21:21:52.270Z Compiling x509-cert v0.2.5
22022026-06-16T21:21:52.348Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22032026-06-16T21:21:52.379Z Compiling openapiv3 v2.2.0
22042026-06-16T21:21:52.659Z Compiling sha1 v0.10.6
22052026-06-16T21:21:53.082Z Compiling peg-runtime v0.8.5
22062026-06-16T21:21:53.101Z Compiling lalrpop-util v0.19.12
22072026-06-16T21:22:07.546Z Compiling rustls-webpki v0.103.9
22082026-06-16T21:22:09.319Z Compiling macaddr v1.0.1
22092026-06-16T21:22:09.469Z Compiling structmeta-derive v0.3.0
22102026-06-16T21:22:09.498Z Compiling crucible-workspace-hack v0.1.0
22112026-06-16T21:22:09.615Z Compiling rayon-core v1.13.0
22122026-06-16T21:22:09.723Z Compiling itertools v0.14.0
22132026-06-16T21:22:09.738Z Compiling secrecy v0.10.3
22142026-06-16T21:22:09.872Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-16T21:22:09.917Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-06-16T21:22:09.951Z Compiling heapless v0.8.0
22172026-06-16T21:22:09.978Z Compiling rustls v0.22.4
22182026-06-16T21:22:10.183Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-06-16T21:22:10.311Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-06-16T21:22:10.315Z Compiling crossbeam-deque v0.8.6
22212026-06-16T21:22:10.330Z Compiling rustls-webpki v0.102.8
22222026-06-16T21:22:10.364Z Compiling hash32 v0.3.1
22232026-06-16T21:22:10.364Z Compiling multer v3.1.0
22242026-06-16T21:22:10.454Z Compiling thread_local v1.1.9
22252026-06-16T21:22:10.492Z Compiling smoltcp v0.11.0
22262026-06-16T21:22:10.506Z Compiling structmeta v0.3.0
22272026-06-16T21:22:10.552Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-06-16T21:22:10.580Z Compiling unicode-width v0.2.0
22292026-06-16T21:22:10.603Z Compiling compression-core v0.4.31
22302026-06-16T21:22:10.615Z Compiling slog-async v2.8.0
22312026-06-16T21:22:10.732Z Compiling match_cfg v0.1.0
22322026-06-16T21:22:10.805Z Compiling hostname v0.3.1
22332026-06-16T21:22:10.843Z Compiling proc-macro-crate v3.4.0
22342026-06-16T21:22:10.843Z Compiling derive-ex v0.1.8
22352026-06-16T21:22:10.911Z Compiling compression-codecs v0.4.37
22362026-06-16T21:22:10.998Z Compiling atomicwrites v0.4.4
22372026-06-16T21:22:11.051Z Compiling ingot-macros v0.1.1
22382026-06-16T21:22:11.141Z Compiling slog-json v2.6.1
22392026-06-16T21:22:11.287Z Compiling crossbeam-channel v0.5.15
22402026-06-16T21:22:11.302Z Compiling half v2.7.1
22412026-06-16T21:22:11.302Z Compiling newtype-uuid-macros v0.1.0
22422026-06-16T21:22:11.409Z Compiling tokio-rustls v0.26.4
22432026-06-16T21:22:11.490Z Compiling rustls-platform-verifier v0.6.2
22442026-06-16T21:22:11.675Z Compiling hyper-rustls v0.27.7
22452026-06-16T21:22:11.691Z Compiling cobs v0.3.0
22462026-06-16T21:22:11.716Z Compiling thiserror-impl-no-std v2.0.2
22472026-06-16T21:22:11.984Z Compiling reqwest v0.12.28
22482026-06-16T21:22:12.000Z Compiling reqwest v0.13.2
22492026-06-16T21:22:12.053Z Compiling universal-hash v0.5.1
22502026-06-16T21:22:12.074Z Compiling async-stream-impl v0.3.6
22512026-06-16T21:22:12.167Z Compiling toml_datetime v1.0.0+spec-1.1.0
22522026-06-16T21:22:12.183Z Compiling serde_spanned v1.0.4
22532026-06-16T21:22:12.367Z Compiling is-terminal v0.4.17
22542026-06-16T21:22:12.383Z Compiling dropshot v0.17.0
22552026-06-16T21:22:12.455Z Compiling proc-macro-error-attr v1.0.4
22562026-06-16T21:22:12.485Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-06-16T21:22:12.612Z Compiling term v1.2.1
22582026-06-16T21:22:12.629Z Compiling opaque-debug v0.3.1
22592026-06-16T21:22:12.656Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22602026-06-16T21:22:12.679Z Compiling take_mut v0.2.2
22612026-06-16T21:22:12.718Z Compiling convert_case v0.4.0
22622026-06-16T21:22:12.766Z Compiling ciborium-io v0.2.2
22632026-06-16T21:22:12.821Z Compiling thiserror-no-std v2.0.2
22642026-06-16T21:22:12.846Z Compiling poly1305 v0.8.0
22652026-06-16T21:22:12.886Z Compiling tokio-rustls v0.25.0
22662026-06-16T21:22:12.901Z Compiling ciborium-ll v0.2.2
22672026-06-16T21:22:12.936Z Compiling slog-term v2.9.2
22682026-06-16T21:22:13.034Z Compiling toml v1.0.6+spec-1.1.0
22692026-06-16T21:22:13.049Z Compiling derive_more v0.99.20
22702026-06-16T21:22:13.189Z Compiling async-stream v0.3.6
22712026-06-16T21:22:13.278Z Compiling test-strategy v0.4.5
22722026-06-16T21:22:13.403Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-06-16T21:22:13.494Z Compiling postcard v1.1.3
22742026-06-16T21:22:13.621Z Compiling tough v0.22.0
22752026-06-16T21:22:13.884Z Compiling ingot-types v0.1.2
22762026-06-16T21:22:14.181Z Compiling slog-bunyan v2.5.0
22772026-06-16T21:22:14.356Z Compiling ingot v0.1.1
22782026-06-16T21:22:14.383Z Compiling num_enum_derive v0.7.6
22792026-06-16T21:22:14.442Z Compiling async-compression v0.4.41
22802026-06-16T21:22:14.591Z Compiling parse-display-derive v0.10.0
22812026-06-16T21:22:14.959Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22822026-06-16T21:22:15.236Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-06-16T21:22:15.254Z Compiling proc-macro-crate v1.3.1
22842026-06-16T21:22:15.257Z Compiling waitgroup v0.1.2
22852026-06-16T21:22:15.372Z Compiling backon v1.6.0
22862026-06-16T21:22:15.389Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22872026-06-16T21:22:15.443Z Compiling password-hash v0.5.0
22882026-06-16T21:22:15.494Z Compiling chacha20 v0.9.1
22892026-06-16T21:22:15.655Z Compiling dropshot_endpoint v0.17.0
22902026-06-16T21:22:15.671Z Compiling rustls-pemfile v2.2.0
22912026-06-16T21:22:15.716Z Compiling blake2 v0.10.6
22922026-06-16T21:22:15.769Z Compiling aead v0.5.2
22932026-06-16T21:22:15.984Z Compiling foreign-types-macros v0.2.3
22942026-06-16T21:22:16.003Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22952026-06-16T21:22:16.132Z Compiling serde_path_to_error v0.1.20
22962026-06-16T21:22:16.261Z Compiling hostname v0.4.2
22972026-06-16T21:22:16.335Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22982026-06-16T21:22:16.420Z Compiling proc-macro-error v1.0.4
22992026-06-16T21:22:16.447Z Compiling instant v0.1.13
23002026-06-16T21:22:16.450Z Compiling foreign-types-shared v0.3.1
23012026-06-16T21:22:16.523Z Compiling cpufeatures v0.3.0
23022026-06-16T21:22:16.556Z Compiling typeid v1.0.3
23032026-06-16T21:22:16.572Z Compiling debug-ignore v1.0.5
23042026-06-16T21:22:16.589Z Compiling foreign-types v0.5.0
23052026-06-16T21:22:16.621Z Compiling chacha20 v0.10.0
23062026-06-16T21:22:16.623Z Compiling backoff v0.4.0
23072026-06-16T21:22:16.654Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23082026-06-16T21:22:16.686Z Compiling parse-display v0.10.0
23092026-06-16T21:22:16.700Z Compiling argon2 v0.5.3
23102026-06-16T21:22:16.717Z Compiling chacha20poly1305 v0.10.1
23112026-06-16T21:22:16.790Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23122026-06-16T21:22:16.880Z Compiling num_enum_derive v0.5.11
23132026-06-16T21:22:16.897Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23142026-06-16T21:22:16.915Z Compiling num_enum v0.7.6
23152026-06-16T21:22:17.061Z Compiling ciborium v0.2.2
23162026-06-16T21:22:17.091Z Compiling vsss-rs v3.3.4
23172026-06-16T21:22:17.284Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23182026-06-16T21:22:17.376Z Compiling tabwriter v1.4.1
23192026-06-16T21:22:17.402Z Compiling regress v0.10.5
23202026-06-16T21:22:17.586Z Compiling byte-wrapper v0.1.0
23212026-06-16T21:22:17.631Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-06-16T21:22:17.724Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23232026-06-16T21:22:17.764Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-16T21:22:17.819Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23252026-06-16T21:22:17.908Z Compiling cstr-argument v0.1.2
23262026-06-16T21:22:18.058Z Compiling humantime v2.3.0
23272026-06-16T21:22:18.102Z Compiling erased-serde v0.4.9
23282026-06-16T21:22:18.223Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-06-16T21:22:18.241Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-06-16T21:22:18.379Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-06-16T21:22:18.396Z Compiling num_enum v0.5.11
23322026-06-16T21:22:18.399Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-06-16T21:22:18.505Z Compiling rand v0.10.0
23342026-06-16T21:22:18.522Z Compiling rayon v1.11.0
23352026-06-16T21:22:18.542Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-06-16T21:22:18.575Z Compiling indent_write v2.2.0
23372026-06-16T21:22:18.628Z Compiling colored v3.1.1
23382026-06-16T21:22:18.683Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23392026-06-16T21:22:18.747Z Compiling libefi-sys v0.1.0
23402026-06-16T21:22:18.763Z Compiling zone_cfg_derive v0.3.1
23412026-06-16T21:22:18.806Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23422026-06-16T21:22:18.921Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-06-16T21:22:18.976Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23442026-06-16T21:22:18.999Z Compiling camino-tempfile v1.4.1
23452026-06-16T21:22:19.221Z Compiling itertools v0.12.1
23462026-06-16T21:22:19.314Z Compiling usdt-attr-macro v0.5.0
23472026-06-16T21:22:19.334Z Compiling usdt-macro v0.5.0
23482026-06-16T21:22:19.407Z Compiling bitfield-struct v0.6.2
23492026-06-16T21:22:19.421Z Compiling num-derive v0.4.2
23502026-06-16T21:22:19.433Z Compiling blake3 v1.8.3
23512026-06-16T21:22:19.489Z Compiling ordered-float v2.10.1
23522026-06-16T21:22:19.793Z Compiling sigpipe v0.1.3
23532026-06-16T21:22:19.820Z Compiling memmap v0.7.0
23542026-06-16T21:22:19.992Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-06-16T21:22:20.066Z Compiling glob v0.3.3
23562026-06-16T21:22:20.081Z Compiling swrite v0.1.0
23572026-06-16T21:22:20.091Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-06-16T21:22:20.117Z Compiling usdt v0.5.0
23592026-06-16T21:22:20.231Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23602026-06-16T21:22:20.373Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23612026-06-16T21:22:20.426Z Compiling serde-value v0.7.0
23622026-06-16T21:22:20.674Z Compiling zone v0.3.1
23632026-06-16T21:22:20.728Z Compiling serde-untagged v0.1.9
23642026-06-16T21:22:20.774Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23652026-06-16T21:22:21.027Z Compiling toml v0.8.23
23662026-06-16T21:22:21.038Z Compiling smf v0.2.3
23672026-06-16T21:22:21.062Z Compiling filetime v0.2.27
23682026-06-16T21:22:21.090Z Compiling constant_time_eq v0.4.2
23692026-06-16T21:22:21.218Z Compiling arrayref v0.3.9
23702026-06-16T21:22:21.219Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-16T21:22:21.240Z Compiling arrayvec v0.7.6
23722026-06-16T21:22:21.240Z Compiling whoami v1.6.1
23732026-06-16T21:22:21.241Z Compiling xattr v1.6.1
23742026-06-16T21:22:21.296Z Compiling unicode-xid v0.2.6
23752026-06-16T21:22:21.366Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-06-16T21:22:21.460Z Compiling tar v0.4.45
23772026-06-16T21:22:21.476Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23782026-06-16T21:22:21.476Z Compiling tokio-dtrace v0.1.1
23792026-06-16T21:22:21.657Z Compiling cargo-util-schemas v0.8.2
23802026-06-16T21:22:21.690Z Compiling console v0.16.2
23812026-06-16T21:22:21.813Z Compiling gethostname v0.5.0
23822026-06-16T21:22:21.970Z Compiling cargo-platform v0.2.0
23832026-06-16T21:22:21.988Z Compiling unit-prefix v0.5.2
23842026-06-16T21:22:22.150Z Compiling topological-sort v0.2.2
23852026-06-16T21:22:22.186Z Compiling indicatif v0.18.4
23862026-06-16T21:22:22.225Z Compiling oxide-tokio-rt v0.1.4
23872026-06-16T21:22:22.250Z Compiling shell-words v1.1.1
23882026-06-16T21:22:22.338Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-06-16T21:22:22.884Z Compiling cargo_metadata v0.21.0
23902026-06-16T21:22:31.869Z Compiling progenitor-client v0.14.0
23912026-06-16T21:22:31.884Z Compiling omicron-zone-package v0.12.2
23922026-06-16T21:22:32.354Z Compiling progenitor-extras v0.2.0
23932026-06-16T21:22:34.648Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-06-16T21:22:34.669Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-06-16T21:22:34.755Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-06-16T21:22:34.878Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23972026-06-16T21:22:34.940Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-06-16T21:22:34.956Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-06-16T21:22:34.978Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-06-16T21:22:35.009Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-06-16T21:22:35.077Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-06-16T21:22:38.862Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24032026-06-16T21:22:46.548Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-06-16T21:22:53.533Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-06-16T21:22:53.608Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-06-16T21:23:00.268Z Finished `release` profile [optimized] target(s) in 1m 43s
24072026-06-16T21:23:00.418Z Running `target/release/omicron-package -t test target create -p dev`
24082026-06-16T21:23:00.478ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-06-16T21:23:00.482ZCreated new build target 'test' and set it as active
24102026-06-16T21:23:00.482Z
24112026-06-16T21:23:00.483Zreal 1:43.982936086
24122026-06-16T21:23:00.483Zuser 16:59.397118796
24132026-06-16T21:23:00.483Zsys 2:38.764179094
24142026-06-16T21:23:00.483Ztrap 0.452720845
24152026-06-16T21:23:00.483Ztflt 2.986176060
24162026-06-16T21:23:00.483Zdflt 4.213899411
24172026-06-16T21:23:00.483Zkflt 0.000494590
24182026-06-16T21:23:00.483Zlock 52:47.324798927
24192026-06-16T21:23:00.483Zslp 43:14.622744031
24202026-06-16T21:23:00.483Zlat 42.706658930
24212026-06-16T21:23:00.483Zstop 5:32.160065874
24222026-06-16T21:23:00.488Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-06-16T21:23:01.362Z Finished `release` profile [optimized] target(s) in 0.86s
24242026-06-16T21:23:01.431Z Running `target/release/omicron-package -t test package`
24252026-06-16T21:23:01.489ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-06-16T21:23:02.921Z Compiling heck v0.5.0
24272026-06-16T21:23:02.925Z Compiling regress v0.11.1
24282026-06-16T21:23:03.143Z Compiling unsafe-libyaml v0.2.11
24292026-06-16T21:23:03.187Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24302026-06-16T21:23:03.208Z Compiling atomicwrites v0.4.4
24312026-06-16T21:23:03.236Z Compiling regress v0.10.5
24322026-06-16T21:23:03.259Z Compiling is-terminal v0.4.17
24332026-06-16T21:23:03.278Z Compiling unicode-width v0.1.14
24342026-06-16T21:23:03.282Z Compiling prettyplease v0.2.37
24352026-06-16T21:23:03.282Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24362026-06-16T21:23:03.282Z Compiling bytecount v0.6.9
24372026-06-16T21:23:03.282Z Compiling rustls v0.22.4
24382026-06-16T21:23:03.282Z Compiling rustls-webpki v0.102.8
24392026-06-16T21:23:03.319Z Compiling derive-where v1.6.0
24402026-06-16T21:23:03.324Z Compiling thread_local v1.1.9
24412026-06-16T21:23:03.425Z Compiling compression-core v0.4.31
24422026-06-16T21:23:03.429Z Compiling match_cfg v0.1.0
24432026-06-16T21:23:03.492Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-06-16T21:23:03.517Z Compiling multer v3.1.0
24452026-06-16T21:23:03.539Z Compiling slog-async v2.8.0
24462026-06-16T21:23:03.564Z Compiling hostname v0.3.1
24472026-06-16T21:23:03.588Z Compiling compression-codecs v0.4.37
24482026-06-16T21:23:03.592Z Compiling crossbeam-channel v0.5.15
24492026-06-16T21:23:03.632Z Compiling slog-json v2.6.1
24502026-06-16T21:23:03.632Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-16T21:23:03.656Z Compiling serde_yaml v0.9.34+deprecated
24522026-06-16T21:23:03.703Z Compiling serde_spanned v1.0.4
24532026-06-16T21:23:03.770Z Compiling toml_writer v1.0.6+spec-1.1.0
24542026-06-16T21:23:03.809Z Compiling take_mut v0.2.2
24552026-06-16T21:23:03.849Z Compiling term v1.2.1
24562026-06-16T21:23:03.871Z Compiling slog-bunyan v2.5.0
24572026-06-16T21:23:03.895Z Compiling async-compression v0.4.41
24582026-06-16T21:23:03.970Z Compiling toml v1.0.6+spec-1.1.0
24592026-06-16T21:23:04.042Z Compiling dropshot v0.17.0
24602026-06-16T21:23:04.069Z Compiling async-stream v0.3.6
24612026-06-16T21:23:04.090Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-06-16T21:23:04.110Z Compiling num-rational v0.4.2
24632026-06-16T21:23:04.237Z Compiling slog-term v2.9.2
24642026-06-16T21:23:04.259Z Compiling progenitor-client v0.14.0
24652026-06-16T21:23:04.279Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24662026-06-16T21:23:04.363Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-06-16T21:23:04.363Z Compiling waitgroup v0.1.2
24682026-06-16T21:23:04.413Z Compiling rustls-pemfile v2.2.0
24692026-06-16T21:23:04.479Z Compiling backon v1.6.0
24702026-06-16T21:23:04.511Z Compiling num-complex v0.4.6
24712026-06-16T21:23:04.535Z Compiling serde_path_to_error v0.1.20
24722026-06-16T21:23:04.593Z Compiling hostname v0.4.2
24732026-06-16T21:23:04.615Z Compiling instant v0.1.13
24742026-06-16T21:23:04.639Z Compiling debug-ignore v1.0.5
24752026-06-16T21:23:04.710Z Compiling typify-impl v0.6.2
24762026-06-16T21:23:04.750Z Compiling backoff v0.4.0
24772026-06-16T21:23:04.773Z Compiling progenitor-extras v0.2.0
24782026-06-16T21:23:04.779Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24792026-06-16T21:23:04.820Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24802026-06-16T21:23:04.974Z Compiling num v0.4.3
24812026-06-16T21:23:04.997Z Compiling parse-display v0.10.0
24822026-06-16T21:23:05.020Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832026-06-16T21:23:05.080Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24842026-06-16T21:23:05.103Z Compiling macaddr v1.0.1
24852026-06-16T21:23:05.107Z Compiling float-ord v0.3.2
24862026-06-16T21:23:05.149Z Compiling humantime v2.3.0
24872026-06-16T21:23:05.282Z Compiling console v0.15.11
24882026-06-16T21:23:05.335Z Compiling newline-converter v0.3.0
24892026-06-16T21:23:05.365Z Compiling slog-dtrace v0.3.0
24902026-06-16T21:23:05.431Z Compiling cancel-safe-futures v0.1.5
24912026-06-16T21:23:05.460Z Compiling resolv-conf v0.7.6
24922026-06-16T21:23:05.505Z Compiling owo-colors v4.3.0
24932026-06-16T21:23:05.602Z Compiling tokio-rustls v0.25.0
24942026-06-16T21:23:05.690Z Compiling expectorate v1.2.0
24952026-06-16T21:23:05.774Z Compiling toml v0.8.23
24962026-06-16T21:23:05.883Z Compiling libsw-core v0.3.2
24972026-06-16T21:23:05.981Z Compiling linked-hash-map v0.5.6
24982026-06-16T21:23:06.093Z Compiling libsw v3.5.0
24992026-06-16T21:23:06.119Z Compiling linear-map v1.2.0
25002026-06-16T21:23:06.278Z Compiling lru-cache v0.1.2
25012026-06-16T21:23:06.349Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25022026-06-16T21:23:06.377Z Compiling minimal-lexical v0.2.1
25032026-06-16T21:23:06.420Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25042026-06-16T21:23:06.449Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25052026-06-16T21:23:06.469Z Compiling hickory-proto v0.24.4
25062026-06-16T21:23:06.625Z Compiling nom v7.1.3
25072026-06-16T21:23:06.647Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25082026-06-16T21:23:06.671Z Compiling unicode-xid v0.2.6
25092026-06-16T21:23:06.696Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25102026-06-16T21:23:06.827Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-06-16T21:23:06.944Z Compiling convert_case v0.10.0
25122026-06-16T21:23:07.240Z Compiling derive_more-impl v2.1.1
25132026-06-16T21:23:07.578Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25142026-06-16T21:23:08.001Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-06-16T21:23:08.033Z Compiling derive_more v2.1.1
25162026-06-16T21:23:08.111Z Compiling papergrid v0.11.0
25172026-06-16T21:23:08.161Z Compiling tabled_derive v0.7.0
25182026-06-16T21:23:08.183Z Compiling termtree v0.5.1
25192026-06-16T21:23:08.284Z Compiling typify-macro v0.6.2
25202026-06-16T21:23:08.381Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25212026-06-16T21:23:08.628Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25222026-06-16T21:23:08.949Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-06-16T21:23:09.065Z Compiling hickory-resolver v0.24.4
25242026-06-16T21:23:09.241Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-06-16T21:23:09.265Z Compiling tabled v0.15.0
25262026-06-16T21:23:09.456Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-06-16T21:23:09.745Z Compiling crossterm v0.29.0
25282026-06-16T21:23:09.872Z Compiling typify v0.6.2
25292026-06-16T21:23:10.160Z Compiling progenitor-impl v0.14.0
25302026-06-16T21:23:10.627Z Compiling qorb v0.4.1
25312026-06-16T21:23:12.300Z Compiling progenitor-macro v0.14.0
25322026-06-16T21:23:12.448Z Compiling phf_shared v0.12.1
25332026-06-16T21:23:12.694Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-06-16T21:23:12.760Z Compiling csv-core v0.1.13
25352026-06-16T21:23:13.228Z Compiling vte v0.14.1
25362026-06-16T21:23:13.431Z Compiling highway v1.3.0
25372026-06-16T21:23:13.512Z Compiling chrono-tz v0.10.4
25382026-06-16T21:23:13.774Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-06-16T21:23:14.181Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-06-16T21:23:14.250Z Compiling strip-ansi-escapes v0.2.1
25412026-06-16T21:23:14.618Z Compiling csv v1.4.0
25422026-06-16T21:23:14.642Z Compiling phf v0.12.1
25432026-06-16T21:23:14.822Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-06-16T21:23:14.869Z Compiling const_format_proc_macros v0.2.34
25452026-06-16T21:23:14.971Z Compiling fd-lock v4.0.4
25462026-06-16T21:23:15.146Z Compiling peg-macros v0.8.5
25472026-06-16T21:23:15.303Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-06-16T21:23:15.504Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25492026-06-16T21:23:15.631Z Compiling nu-ansi-term v0.50.3
25502026-06-16T21:23:15.848Z Compiling const_format v0.2.35
25512026-06-16T21:23:16.006Z Compiling reedline v0.40.0
25522026-06-16T21:23:16.375Z Compiling progenitor v0.14.0
25532026-06-16T21:23:16.402Z Compiling peg v0.8.5
25542026-06-16T21:23:16.426Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25552026-06-16T21:23:16.521Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-06-16T21:23:16.705Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-06-16T21:23:17.199Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-06-16T21:23:17.342Z Compiling bcs v0.1.6
25592026-06-16T21:23:17.807Z Compiling nom v8.0.0
25602026-06-16T21:23:17.891Z Compiling semver v0.1.20
25612026-06-16T21:23:18.193Z Compiling rustc_version v0.1.7
25622026-06-16T21:23:18.424Z Compiling newtype_derive v0.1.6
25632026-06-16T21:23:18.676Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-06-16T21:23:18.923Z Compiling unicode-linebreak v0.1.5
25652026-06-16T21:23:19.232Z Compiling smawk v0.3.2
25662026-06-16T21:23:19.440Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
25672026-06-16T21:23:19.463Z Compiling textwrap v0.16.2
25682026-06-16T21:23:19.506Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692026-06-16T21:23:19.548Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-06-16T21:23:19.678Z Compiling base64 v0.21.7
25712026-06-16T21:23:19.795Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-06-16T21:23:19.829Z Compiling steno v0.4.1
25732026-06-16T21:23:19.851Z Compiling dropshot-api-manager-types v0.7.2
25742026-06-16T21:23:20.226Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
25752026-06-16T21:23:20.247Z Compiling tagptr v0.2.0
25762026-06-16T21:23:20.440Z Compiling moka v0.12.13
25772026-06-16T21:23:20.463Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25782026-06-16T21:23:20.507Z Compiling utf-8 v0.7.6
25792026-06-16T21:23:20.712Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-06-16T21:23:20.757Z Compiling tungstenite v0.21.0
25812026-06-16T21:23:21.148Z Compiling radium v0.7.0
25822026-06-16T21:23:21.535Z Compiling tokio-tungstenite v0.21.0
25832026-06-16T21:23:21.664Z Compiling maybe-uninit v2.0.0
25842026-06-16T21:23:21.664Z Compiling hickory-resolver v0.25.2
25852026-06-16T21:23:21.758Z Compiling display-error-chain v0.2.2
25862026-06-16T21:23:21.835Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-16T21:23:21.859Z Compiling tap v1.0.1
25882026-06-16T21:23:22.019Z Compiling wyz v0.5.1
25892026-06-16T21:23:22.266Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-06-16T21:23:22.403Z Compiling num-derive v0.3.3
25912026-06-16T21:23:22.892Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-06-16T21:23:22.927Z Compiling zerocopy-derive v0.6.6
25932026-06-16T21:23:23.271Z Compiling proc-macro-error-attr2 v2.0.0
25942026-06-16T21:23:23.707Z Compiling funty v2.0.0
25952026-06-16T21:23:23.716Z Compiling crc-catalog v2.4.0
25962026-06-16T21:23:23.852Z Compiling packed_struct v0.10.1
25972026-06-16T21:23:24.156Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-06-16T21:23:24.667Z Compiling bitvec v1.0.1
25992026-06-16T21:23:24.696Z Compiling crc v3.4.0
26002026-06-16T21:23:24.988Z Compiling zerocopy v0.6.6
26012026-06-16T21:23:25.137Z Compiling proc-macro-error2 v2.0.1
26022026-06-16T21:23:25.376Z Compiling libscf-sys v1.1.0
26032026-06-16T21:23:25.552Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
26042026-06-16T21:23:25.613Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
26052026-06-16T21:23:25.661Z Compiling packed_struct_codegen v0.10.1
26062026-06-16T21:23:25.698Z Compiling bitfield-macros v0.19.4
26072026-06-16T21:23:26.384Z Compiling indexmap v1.9.3
26082026-06-16T21:23:26.443Z Compiling nodrop v0.1.14
26092026-06-16T21:23:26.517Z Compiling bitfield v0.19.4
26102026-06-16T21:23:26.573Z Compiling array-init v0.0.4
26112026-06-16T21:23:26.679Z Compiling smallvec v0.6.14
26122026-06-16T21:23:26.701Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26132026-06-16T21:23:26.871Z Compiling tabled_derive v0.11.0
26142026-06-16T21:23:26.982Z Compiling papergrid v0.17.0
26152026-06-16T21:23:27.113Z Compiling testing_table v0.3.0
26162026-06-16T21:23:27.393Z Compiling vergen-lib v0.1.6
26172026-06-16T21:23:27.542Z Compiling dirs-sys-next v0.1.2
26182026-06-16T21:23:27.619Z Compiling glob v0.3.3
26192026-06-16T21:23:27.778Z Compiling diesel_derives v2.3.7
26202026-06-16T21:23:27.817Z Compiling crunchy v0.2.4
26212026-06-16T21:23:27.930Z Compiling hashbrown v0.12.3
26222026-06-16T21:23:28.011Z Compiling maplit v1.0.2
26232026-06-16T21:23:28.011Z Compiling clang-sys v1.8.1
26242026-06-16T21:23:28.033Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-16T21:23:28.068Z Compiling dirs-next v2.0.0
26262026-06-16T21:23:28.141Z Compiling tabled v0.20.0
26272026-06-16T21:23:28.163Z Compiling serde-hex v0.1.0
26282026-06-16T21:23:28.186Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-06-16T21:23:28.222Z Compiling ron v0.8.1
26302026-06-16T21:23:28.374Z Compiling hashbrown v0.13.2
26312026-06-16T21:23:28.397Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-06-16T21:23:28.427Z Compiling dsl_auto_type v0.2.0
26332026-06-16T21:23:28.979Z Compiling scheduled-thread-pool v0.2.7
26342026-06-16T21:23:28.999Z Compiling vergen-gitcl v1.0.8
26352026-06-16T21:23:29.047Z Compiling diesel_table_macro_syntax v0.3.0
26362026-06-16T21:23:29.226Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-16T21:23:29.269Z Compiling crc-any v2.5.0
26382026-06-16T21:23:29.454Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26392026-06-16T21:23:29.577Z Compiling tiny-keccak v2.0.2
26402026-06-16T21:23:29.764Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-06-16T21:23:29.879Z Compiling r2d2 v0.8.10
26422026-06-16T21:23:30.188Z Compiling object v0.30.4
26432026-06-16T21:23:30.278Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26442026-06-16T21:23:30.647Z Compiling term v0.7.0
26452026-06-16T21:23:31.036Z Compiling path-slash v0.1.5
26462026-06-16T21:23:31.154Z Compiling bit-vec v0.6.3
26472026-06-16T21:23:31.187Z Compiling xshell-macros v0.2.7
26482026-06-16T21:23:31.249Z Compiling downcast-rs v2.0.2
26492026-06-16T21:23:31.370Z Compiling bit-set v0.5.3
26502026-06-16T21:23:31.564Z Compiling ascii-canvas v3.0.0
26512026-06-16T21:23:31.592Z Compiling xshell v0.2.7
26522026-06-16T21:23:31.926Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532026-06-16T21:23:32.073Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-16T21:23:32.570Z Compiling itertools v0.10.5
26552026-06-16T21:23:32.709Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26562026-06-16T21:23:33.237Z Compiling ena v0.14.4
26572026-06-16T21:23:33.245Z Compiling libloading v0.8.9
26582026-06-16T21:23:33.383Z Compiling regex-syntax v0.6.29
26592026-06-16T21:23:33.644Z Compiling diff v0.1.13
26602026-06-16T21:23:33.912Z Compiling bindgen v0.71.1
26612026-06-16T21:23:33.936Z Compiling crc8 v0.1.1
26622026-06-16T21:23:34.080Z Compiling unicase v2.9.0
26632026-06-16T21:23:34.243Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-16T21:23:34.393Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26652026-06-16T21:23:34.505Z Compiling diesel v2.3.7
26662026-06-16T21:23:34.950Z Compiling lalrpop v0.19.12
26672026-06-16T21:23:35.128Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-06-16T21:23:35.192Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-06-16T21:23:35.329Z Compiling cexpr v0.6.0
26702026-06-16T21:23:35.480Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-06-16T21:23:35.716Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-06-16T21:23:35.814Z Compiling rustc-hash v2.1.1
26732026-06-16T21:23:35.955Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-06-16T21:23:35.997Z Compiling headers-core v0.3.0
26752026-06-16T21:23:36.024Z Compiling libxml v0.3.3
26762026-06-16T21:23:36.160Z Compiling headers v0.4.1
26772026-06-16T21:23:36.248Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-06-16T21:23:36.316Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26792026-06-16T21:23:36.344Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-06-16T21:23:36.439Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-06-16T21:23:36.573Z Compiling git-stub v1.0.0
26822026-06-16T21:23:36.842Z Compiling strum_macros v0.24.3
26832026-06-16T21:23:36.908Z Compiling indoc v1.0.9
26842026-06-16T21:23:37.128Z Compiling git-stub-vcs v0.1.0
26852026-06-16T21:23:37.441Z Compiling progenitor-impl v0.13.0
26862026-06-16T21:23:37.491Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-06-16T21:23:37.709Z Compiling derive_builder v0.20.2
26882026-06-16T21:23:37.828Z Compiling quick-xml v0.37.5
26892026-06-16T21:23:37.888Z Compiling oso-derive v0.27.3
26902026-06-16T21:23:38.094Z Compiling impl-trait-for-tuples v0.2.3
26912026-06-16T21:23:38.383Z Compiling openssl-probe v0.1.6
26922026-06-16T21:23:38.604Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-06-16T21:23:38.734Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-06-16T21:23:39.258Z Compiling progenitor-client v0.13.0
26952026-06-16T21:23:39.344Z Compiling half v1.8.3
26962026-06-16T21:23:39.419Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-06-16T21:23:39.589Z Compiling progenitor-macro v0.13.0
26982026-06-16T21:23:39.665Z Compiling serde_cbor v0.11.2
26992026-06-16T21:23:39.791Z Compiling bb8 v0.8.6
27002026-06-16T21:23:39.795Z Compiling trait-variant v0.1.2
27012026-06-16T21:23:40.200Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-06-16T21:23:40.352Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27032026-06-16T21:23:40.499Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27042026-06-16T21:23:40.598Z Compiling samael v0.0.19
27052026-06-16T21:23:40.699Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27062026-06-16T21:23:40.756Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-06-16T21:23:40.832Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-06-16T21:23:40.969Z Compiling typify-impl v0.4.3
27092026-06-16T21:23:41.026Z Compiling fxhash v0.2.1
27102026-06-16T21:23:41.195Z Compiling libz-sys v1.1.24
27112026-06-16T21:23:41.594Z Compiling nonempty v0.12.0
27122026-06-16T21:23:41.818Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27132026-06-16T21:23:42.220Z Compiling salty v0.3.0
27142026-06-16T21:23:42.389Z Compiling polar-core v0.27.3
27152026-06-16T21:23:42.439Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-06-16T21:23:42.442Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27172026-06-16T21:23:42.486Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27182026-06-16T21:23:42.538Z Compiling kstat-rs v0.2.4
27192026-06-16T21:23:42.715Z Compiling arc-swap v1.8.2
27202026-06-16T21:23:43.026Z Compiling fs-err v2.11.0
27212026-06-16T21:23:43.312Z Compiling mime_guess v2.0.5
27222026-06-16T21:23:43.403Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-06-16T21:23:43.695Z Compiling progenitor v0.13.0
27242026-06-16T21:23:43.841Z Compiling slog-scope v4.4.1
27252026-06-16T21:23:43.912Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27262026-06-16T21:23:44.301Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27272026-06-16T21:23:44.412Z Compiling typify-macro v0.4.3
27282026-06-16T21:23:44.731Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27292026-06-16T21:23:45.214Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27302026-06-16T21:23:45.667Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-06-16T21:23:45.689Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-06-16T21:23:45.960Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
27332026-06-16T21:23:46.247Z Compiling nanorand v0.7.0
27342026-06-16T21:23:46.312Z Compiling darling_core v0.23.0
27352026-06-16T21:23:46.565Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-06-16T21:23:46.613Z Compiling parking_lot_core v0.8.6
27372026-06-16T21:23:46.927Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
27382026-06-16T21:23:47.124Z Compiling flume v0.11.1
27392026-06-16T21:23:47.521Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-06-16T21:23:48.445Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-06-16T21:23:48.524Z Compiling darling_macro v0.23.0
27422026-06-16T21:23:48.771Z Compiling slog-stdlog v4.1.1
27432026-06-16T21:23:49.184Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27442026-06-16T21:23:49.228Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-06-16T21:23:49.930Z Compiling primeorder v0.13.6
27462026-06-16T21:23:50.257Z Compiling atty v0.2.14
27472026-06-16T21:23:50.410Z Compiling instability v0.3.11
27482026-06-16T21:23:50.465Z Compiling strsim v0.10.0
27492026-06-16T21:23:50.701Z Compiling parse-size v1.1.0
27502026-06-16T21:23:50.779Z Compiling http-range v0.1.5
27512026-06-16T21:23:50.925Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27522026-06-16T21:23:51.025Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-06-16T21:23:51.145Z Compiling darling_core v0.13.4
27542026-06-16T21:23:51.195Z Compiling p384 v0.13.1
27552026-06-16T21:23:52.793Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27562026-06-16T21:23:54.042Z Compiling oso v0.27.3
27572026-06-16T21:23:54.917Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27582026-06-16T21:23:55.139Z Compiling diesel-dtrace v0.5.0
27592026-06-16T21:23:55.258Z Compiling async-bb8-diesel v0.2.1
27602026-06-16T21:23:55.467Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27612026-06-16T21:23:56.732Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-06-16T21:23:56.904Z Compiling darling v0.23.0
27632026-06-16T21:23:57.022Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27642026-06-16T21:23:57.978Z Compiling slog-envlogger v2.2.0
27652026-06-16T21:23:58.797Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
27662026-06-16T21:23:59.375Z Compiling typify v0.4.3
27672026-06-16T21:23:59.554Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27682026-06-16T21:23:59.596Z Compiling ignore v0.4.25
27692026-06-16T21:24:00.525Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-16T21:24:01.900Z Compiling vergen-git2 v9.1.0
27712026-06-16T21:24:01.930Z Compiling castaway v0.2.4
27722026-06-16T21:24:02.108Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-06-16T21:24:02.130Z Compiling indoc v2.0.7
27742026-06-16T21:24:02.185Z Compiling compact_str v0.8.1
27752026-06-16T21:24:02.423Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-06-16T21:24:02.553Z Compiling globwalk v0.9.1
27772026-06-16T21:24:02.840Z Compiling progenitor-impl v0.11.2
27782026-06-16T21:24:03.045Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27792026-06-16T21:24:03.235Z Compiling parking_lot v0.11.2
27802026-06-16T21:24:03.277Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27812026-06-16T21:24:03.318Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-06-16T21:24:03.583Z Compiling hyper-staticfile v0.10.1
27832026-06-16T21:24:04.152Z Compiling darling_macro v0.13.4
27842026-06-16T21:24:04.594Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-06-16T21:24:04.621Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-16T21:24:04.667Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27872026-06-16T21:24:04.782Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27882026-06-16T21:24:04.987Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27892026-06-16T21:24:05.164Z Compiling predicates-tree v1.0.13
27902026-06-16T21:24:05.292Z Compiling unicode-truncate v1.1.0
27912026-06-16T21:24:05.441Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27922026-06-16T21:24:05.507Z Compiling lru v0.12.5
27932026-06-16T21:24:05.632Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-06-16T21:24:05.682Z Compiling prefix-trie v0.7.0
27952026-06-16T21:24:05.745Z Compiling rand_seeder v0.4.0
27962026-06-16T21:24:06.029Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-06-16T21:24:06.037Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-06-16T21:24:06.174Z Compiling rustls v0.21.12
27992026-06-16T21:24:06.196Z Compiling corncobs v0.1.4
28002026-06-16T21:24:06.285Z Compiling cassowary v0.3.0
28012026-06-16T21:24:06.405Z Compiling illumos-nvpair-sys v0.2.0
28022026-06-16T21:24:06.466Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-06-16T21:24:06.528Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-06-16T21:24:06.669Z Compiling ratatui v0.29.0
28052026-06-16T21:24:06.699Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-06-16T21:24:06.813Z Compiling hickory-server v0.25.2
28072026-06-16T21:24:06.836Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28082026-06-16T21:24:07.084Z Compiling camino-tempfile-ext v0.3.3
28092026-06-16T21:24:07.210Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-06-16T21:24:07.365Z Compiling progenitor-macro v0.11.2
28112026-06-16T21:24:07.730Z Compiling darling v0.13.4
28122026-06-16T21:24:07.872Z Compiling sled v0.34.7
28132026-06-16T21:24:09.215Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28142026-06-16T21:24:10.362Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28152026-06-16T21:24:11.302Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28162026-06-16T21:24:11.541Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28172026-06-16T21:24:11.883Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-06-16T21:24:12.058Z Compiling git2 v0.20.4
28192026-06-16T21:24:12.115Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-06-16T21:24:12.278Z Compiling progenitor-client v0.11.2
28212026-06-16T21:24:12.352Z Compiling rustls-webpki v0.101.7
28222026-06-16T21:24:12.355Z Compiling sct v0.7.1
28232026-06-16T21:24:12.648Z Compiling secrecy v0.8.0
28242026-06-16T21:24:12.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28252026-06-16T21:24:14.049Z Compiling progenitor v0.11.2
28262026-06-16T21:24:14.692Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28272026-06-16T21:24:14.768Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28282026-06-16T21:24:14.938Z Compiling serde_with_macros v1.5.2
28292026-06-16T21:24:15.093Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28302026-06-16T21:24:15.782Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28312026-06-16T21:24:15.831Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28322026-06-16T21:24:16.569Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28332026-06-16T21:24:17.248Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-06-16T21:24:17.398Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28352026-06-16T21:24:18.318Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-06-16T21:24:18.505Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-06-16T21:24:18.544Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28382026-06-16T21:24:18.742Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28392026-06-16T21:24:18.781Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28402026-06-16T21:24:18.971Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-06-16T21:24:19.038Z Compiling void v1.0.2
28422026-06-16T21:24:19.259Z Compiling lzss v0.8.2
28432026-06-16T21:24:19.721Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-06-16T21:24:20.450Z Compiling illumos-nvpair v0.3.0
28452026-06-16T21:24:20.939Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-06-16T21:24:21.920Z Compiling serde_with v1.14.0
28472026-06-16T21:24:22.340Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28482026-06-16T21:24:23.115Z Compiling tokio-rustls v0.24.1
28492026-06-16T21:24:23.257Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28502026-06-16T21:24:23.395Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-06-16T21:24:23.469Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-06-16T21:24:23.503Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28532026-06-16T21:24:24.238Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28542026-06-16T21:24:24.486Z Compiling tungstenite v0.23.0
28552026-06-16T21:24:25.190Z Compiling rustls-pemfile v1.0.4
28562026-06-16T21:24:25.225Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-06-16T21:24:25.395Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-06-16T21:24:25.606Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-06-16T21:24:25.632Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28602026-06-16T21:24:25.838Z Compiling nix v0.27.1
28612026-06-16T21:24:26.896Z Compiling twox-hash v2.1.2
28622026-06-16T21:24:27.021Z Compiling serde_bytes v0.11.19
28632026-06-16T21:24:27.361Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28642026-06-16T21:24:27.368Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28652026-06-16T21:24:27.502Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28662026-06-16T21:24:27.790Z Compiling tokio-tungstenite v0.23.1
28672026-06-16T21:24:28.117Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28682026-06-16T21:24:28.171Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-06-16T21:24:28.440Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28702026-06-16T21:24:30.383Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28712026-06-16T21:24:31.680Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28722026-06-16T21:24:31.838Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28732026-06-16T21:24:32.336Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28742026-06-16T21:24:32.464Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28752026-06-16T21:24:32.789Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-06-16T21:24:32.812Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28772026-06-16T21:24:33.165Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782026-06-16T21:24:33.418Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28792026-06-16T21:24:33.712Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28802026-06-16T21:24:35.400Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28812026-06-16T21:24:36.542Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28822026-06-16T21:24:36.967Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28832026-06-16T21:24:36.985Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28842026-06-16T21:24:37.569Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28852026-06-16T21:24:37.724Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-06-16T21:24:38.687Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28872026-06-16T21:24:40.105Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28882026-06-16T21:24:40.380Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28892026-06-16T21:24:40.571Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28902026-06-16T21:24:40.613Z Compiling signal-hook-tokio v0.3.1
28912026-06-16T21:24:40.793Z Compiling fatfs v0.3.6
28922026-06-16T21:24:40.816Z Compiling yasna v0.5.2
28932026-06-16T21:24:40.965Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28942026-06-16T21:24:41.281Z Compiling assert_matches v1.5.0
28952026-06-16T21:24:41.369Z Compiling seq-macro v0.3.6
28962026-06-16T21:24:41.392Z Compiling is_ci v1.2.0
28972026-06-16T21:24:41.604Z Compiling supports-color v3.0.2
28982026-06-16T21:24:41.800Z Compiling rcgen v0.12.1
28992026-06-16T21:24:41.863Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29002026-06-16T21:24:41.887Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29012026-06-16T21:24:42.031Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29022026-06-16T21:24:42.302Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29032026-06-16T21:24:42.541Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29042026-06-16T21:24:42.768Z Compiling rtoolbox v0.0.3
29052026-06-16T21:24:43.048Z Compiling subprocess v0.2.15
29062026-06-16T21:24:43.781Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29072026-06-16T21:24:44.227Z Compiling rpassword v7.4.0
29082026-06-16T21:24:44.592Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092026-06-16T21:24:45.252Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29102026-06-16T21:24:45.779Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29112026-06-16T21:24:45.921Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-06-16T21:24:46.210Z Compiling tui-tree-widget v0.23.1
29132026-06-16T21:24:46.507Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29142026-06-16T21:24:46.549Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29152026-06-16T21:24:47.752Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-06-16T21:24:47.981Z Compiling uzers v0.12.2
29172026-06-16T21:24:48.925Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29182026-06-16T21:24:49.117Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29192026-06-16T21:24:49.464Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29202026-06-16T21:24:52.181Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29212026-06-16T21:24:54.744Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29222026-06-16T21:24:55.295Z Compiling support-bundle-viewer v0.1.2
29232026-06-16T21:24:56.919Z Compiling multimap v0.10.1
29242026-06-16T21:25:05.913Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29252026-06-16T21:25:11.402Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29262026-06-16T21:25:17.211Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-06-16T21:25:17.985Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-06-16T21:25:20.487Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-06-16T21:34:28.833Z Finished `release` profile [optimized] target(s) in 11m 27s
29302026-06-16T21:35:13.723Z
29312026-06-16T21:35:13.723Zreal 12:13.202485644
29322026-06-16T21:35:13.723Zuser 1:22:48.147099474
29332026-06-16T21:35:13.729Zsys 3:39.778145730
29342026-06-16T21:35:13.729Ztrap 1.796662985
29352026-06-16T21:35:13.729Ztflt 2.543328427
29362026-06-16T21:35:13.729Zdflt 16.654022903
29372026-06-16T21:35:13.730Zkflt 0.006906087
29382026-06-16T21:35:13.730Zlock 8:48:34.679042377
29392026-06-16T21:35:13.730Zslp 2:28:35.584117704
29402026-06-16T21:35:13.730Zlat 2:36.945571178
29412026-06-16T21:35:13.730Zstop 5:29.658945595
29422026-06-16T21:35:13.730Z+ mapfile -t packages
29432026-06-16T21:35:13.730Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29442026-06-16T21:35:14.670Z Finished `release` profile [optimized] target(s) in 0.93s
29452026-06-16T21:35:14.738Z Running `target/release/omicron-package -t test list-outputs`
29462026-06-16T21:35:14.793ZLogging to: /work/oxidecomputer/omicron/out/LOG
29472026-06-16T21:35:14.796Z+ ptime -m cargo build --locked --release -p xtask
29482026-06-16T21:35:15.325Z Compiling libc v0.2.185
29492026-06-16T21:35:15.326Z Compiling serde v1.0.228
29502026-06-16T21:35:15.330Z Compiling serde_core v1.0.228
29512026-06-16T21:35:15.330Z Compiling rustix v1.1.3
29522026-06-16T21:35:15.419Z Compiling bitflags v2.11.0
29532026-06-16T21:35:15.423Z Compiling serde_json v1.0.149
29542026-06-16T21:35:15.471Z Compiling num-traits v0.2.19
29552026-06-16T21:35:15.482Z Compiling syn v2.0.117
29562026-06-16T21:35:15.505Z Compiling smallvec v1.15.1
29572026-06-16T21:35:15.516Z Compiling indexmap v2.14.0
29582026-06-16T21:35:15.529Z Compiling usdt-impl v0.5.0
29592026-06-16T21:35:15.543Z Compiling syn v1.0.109
29602026-06-16T21:35:15.551Z Compiling percent-encoding v2.3.2
29612026-06-16T21:35:15.554Z Compiling log v0.4.29
29622026-06-16T21:35:15.694Z Compiling getrandom v0.4.1
29632026-06-16T21:35:15.837Z Compiling form_urlencoded v1.2.2
29642026-06-16T21:35:15.917Z Compiling fs-err v3.3.0
29652026-06-16T21:35:15.929Z Compiling once_cell v1.21.3
29662026-06-16T21:35:15.962Z Compiling heck v0.4.1
29672026-06-16T21:35:15.965Z Compiling anyhow v1.0.102
29682026-06-16T21:35:16.169Z Compiling thread-id v4.2.2
29692026-06-16T21:35:16.197Z Compiling errno v0.3.14
29702026-06-16T21:35:16.232Z Compiling memmap v0.7.0
29712026-06-16T21:35:16.502Z Compiling ordered-float v2.10.1
29722026-06-16T21:35:17.030Z Compiling proc-macro-error v1.0.4
29732026-06-16T21:35:17.213Z Compiling terminal_size v0.4.3
29742026-06-16T21:35:17.213Z Compiling tempfile v3.25.0
29752026-06-16T21:35:17.283Z Compiling tabled_derive v0.7.0
29762026-06-16T21:35:17.313Z Compiling clap_builder v4.6.0
29772026-06-16T21:35:17.316Z Compiling textwrap v0.16.2
29782026-06-16T21:35:17.449Z Compiling camino-tempfile v1.4.1
29792026-06-16T21:35:17.970Z Compiling tabled v0.15.0
29802026-06-16T21:35:18.020Z Compiling synstructure v0.13.2
29812026-06-16T21:35:18.020Z Compiling pest_generator v2.8.6
29822026-06-16T21:35:18.408Z Compiling serde_derive v1.0.228
29832026-06-16T21:35:18.408Z Compiling zerofrom-derive v0.1.6
29842026-06-16T21:35:18.408Z Compiling yoke-derive v0.8.1
29852026-06-16T21:35:18.412Z Compiling zerovec-derive v0.11.2
29862026-06-16T21:35:18.412Z Compiling displaydoc v0.2.5
29872026-06-16T21:35:18.412Z Compiling thiserror-impl v1.0.69
29882026-06-16T21:35:18.412Z Compiling zerocopy-derive v0.7.35
29892026-06-16T21:35:18.412Z Compiling scroll_derive v0.12.1
29902026-06-16T21:35:18.412Z Compiling thiserror-impl v2.0.18
29912026-06-16T21:35:18.412Z Compiling clap_derive v4.6.1
29922026-06-16T21:35:18.560Z Compiling pest_derive v2.8.6
29932026-06-16T21:35:19.179Z Compiling scroll v0.12.0
29942026-06-16T21:35:19.276Z Compiling zerocopy v0.7.35
29952026-06-16T21:35:19.527Z Compiling goblin v0.8.2
29962026-06-16T21:35:19.615Z Compiling thiserror v1.0.69
29972026-06-16T21:35:19.626Z Compiling zerofrom v0.1.6
29982026-06-16T21:35:19.673Z Compiling thiserror v2.0.18
29992026-06-16T21:35:19.715Z Compiling dtrace-parser v0.2.0
30002026-06-16T21:35:19.739Z Compiling yoke v0.8.1
30012026-06-16T21:35:19.955Z Compiling zerovec v0.11.5
30022026-06-16T21:35:20.108Z Compiling zerotrie v0.2.3
30032026-06-16T21:35:20.124Z Compiling clap v4.6.1
30042026-06-16T21:35:20.561Z Compiling tinystr v0.8.2
30052026-06-16T21:35:20.561Z Compiling potential_utf v0.1.4
30062026-06-16T21:35:20.781Z Compiling icu_locale_core v2.1.1
30072026-06-16T21:35:20.803Z Compiling icu_collections v2.1.1
30082026-06-16T21:35:21.598Z Compiling icu_provider v2.1.1
30092026-06-16T21:35:21.738Z Compiling serde_spanned v0.6.9
30102026-06-16T21:35:21.854Z Compiling toml_datetime v0.6.11
30112026-06-16T21:35:21.899Z Compiling icu_properties v2.1.2
30122026-06-16T21:35:21.925Z Compiling icu_normalizer v2.1.1
30132026-06-16T21:35:21.955Z Compiling serde-value v0.7.0
30142026-06-16T21:35:22.037Z Compiling dof v0.3.0
30152026-06-16T21:35:22.125Z Compiling toml_edit v0.22.27
30162026-06-16T21:35:22.261Z Compiling serde_tokenstream v0.2.3
30172026-06-16T21:35:22.279Z Compiling cargo-platform v0.2.0
30182026-06-16T21:35:22.296Z Compiling macaddr v1.0.1
30192026-06-16T21:35:22.822Z Compiling idna_adapter v1.2.1
30202026-06-16T21:35:22.952Z Compiling idna v1.1.0
30212026-06-16T21:35:23.131Z Compiling usdt-attr-macro v0.5.0
30222026-06-16T21:35:23.143Z Compiling usdt-macro v0.5.0
30232026-06-16T21:35:23.318Z Compiling url v2.5.8
30242026-06-16T21:35:23.717Z Compiling toml v0.8.23
30252026-06-16T21:35:23.810Z Compiling usdt v0.5.0
30262026-06-16T21:35:24.178Z Compiling cargo-util-schemas v0.8.2
30272026-06-16T21:35:24.178Z Compiling cargo_toml v0.21.0
30282026-06-16T21:35:25.212Z Compiling cargo_metadata v0.21.0
30292026-06-16T21:35:28.279Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-06-16T21:35:31.337Z Finished `release` profile [optimized] target(s) in 16.53s
30312026-06-16T21:35:31.462Z
30322026-06-16T21:35:31.462Zreal 16.631902083
30332026-06-16T21:35:31.462Zuser 2:22.305227043
30342026-06-16T21:35:31.462Zsys 17.226591091
30352026-06-16T21:35:31.462Ztrap 0.096810593
30362026-06-16T21:35:31.462Ztflt 0.445339555
30372026-06-16T21:35:31.462Zdflt 1.401135839
30382026-06-16T21:35:31.466Zkflt 0.000085850
30392026-06-16T21:35:31.466Zlock 5:23.479428205
30402026-06-16T21:35:31.466Zslp 3:30.950003754
30412026-06-16T21:35:31.466Zlat 5.846426149
30422026-06-16T21:35:31.466Zstop 19.697534559
30432026-06-16T21:35:31.466Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-06-16T21:35:31.466Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-06-16T21:35:31.466Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-06-16T21:35:31.466Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-06-16T21:35:31.466Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-06-16T21:35:32.418Z Compiling progenitor-client v0.14.0
30492026-06-16T21:35:32.418Z Compiling newtype-uuid-macros v0.1.0
30502026-06-16T21:35:32.421Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-06-16T21:35:32.421Z Compiling structmeta-derive v0.3.0
30522026-06-16T21:35:32.567Z Compiling rustls v0.22.4
30532026-06-16T21:35:32.579Z Compiling rustls-webpki v0.102.8
30542026-06-16T21:35:32.583Z Compiling multer v3.1.0
30552026-06-16T21:35:32.583Z Compiling match_cfg v0.1.0
30562026-06-16T21:35:32.583Z Compiling compression-core v0.4.31
30572026-06-16T21:35:32.583Z Compiling debug-ignore v1.0.5
30582026-06-16T21:35:32.583Z Compiling atomicwrites v0.4.4
30592026-06-16T21:35:32.583Z Compiling slog-json v2.6.1
30602026-06-16T21:35:32.695Z Compiling async-stream-impl v0.3.6
30612026-06-16T21:35:32.712Z Compiling serde_spanned v1.0.4
30622026-06-16T21:35:32.716Z Compiling toml_datetime v1.0.0+spec-1.1.0
30632026-06-16T21:35:32.731Z Compiling dropshot v0.17.0
30642026-06-16T21:35:32.801Z Compiling compression-codecs v0.4.37
30652026-06-16T21:35:32.834Z Compiling hostname v0.3.1
30662026-06-16T21:35:32.853Z Compiling toml_writer v1.0.6+spec-1.1.0
30672026-06-16T21:35:32.856Z Compiling itertools v0.14.0
30682026-06-16T21:35:32.856Z Compiling waitgroup v0.1.2
30692026-06-16T21:35:32.903Z Compiling rustls-pemfile v2.2.0
30702026-06-16T21:35:32.903Z Compiling dropshot_endpoint v0.17.0
30712026-06-16T21:35:32.923Z Compiling hostname v0.4.2
30722026-06-16T21:35:32.997Z Compiling async-compression v0.4.41
30732026-06-16T21:35:33.084Z Compiling toml v1.0.6+spec-1.1.0
30742026-06-16T21:35:33.084Z Compiling slog-bunyan v2.5.0
30752026-06-16T21:35:33.089Z Compiling serde_path_to_error v0.1.20
30762026-06-16T21:35:33.135Z Compiling regress v0.10.5
30772026-06-16T21:35:33.153Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-06-16T21:35:33.156Z Compiling macaddr v1.0.1
30792026-06-16T21:35:33.190Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-06-16T21:35:33.283Z Compiling instant v0.1.13
30812026-06-16T21:35:33.331Z Compiling backon v1.6.0
30822026-06-16T21:35:33.370Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30832026-06-16T21:35:33.389Z Compiling backoff v0.4.0
30842026-06-16T21:35:33.408Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30852026-06-16T21:35:33.423Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30862026-06-16T21:35:33.444Z Compiling async-stream v0.3.6
30872026-06-16T21:35:33.447Z Compiling humantime v2.3.0
30882026-06-16T21:35:33.479Z Compiling universal-hash v0.5.1
30892026-06-16T21:35:33.540Z Compiling progenitor-extras v0.2.0
30902026-06-16T21:35:33.563Z Compiling opaque-debug v0.3.1
30912026-06-16T21:35:33.674Z Compiling half v2.7.1
30922026-06-16T21:35:33.680Z Compiling ciborium-io v0.2.2
30932026-06-16T21:35:33.680Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-06-16T21:35:33.684Z Compiling crucible-workspace-hack v0.1.0
30952026-06-16T21:35:33.687Z Compiling convert_case v0.4.0
30962026-06-16T21:35:33.718Z Compiling structmeta v0.3.0
30972026-06-16T21:35:33.764Z Compiling aead v0.5.2
30982026-06-16T21:35:33.791Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-06-16T21:35:33.822Z Compiling secrecy v0.10.3
31002026-06-16T21:35:33.842Z Compiling poly1305 v0.8.0
31012026-06-16T21:35:33.862Z Compiling chacha20 v0.9.1
31022026-06-16T21:35:33.950Z Compiling ciborium-ll v0.2.2
31032026-06-16T21:35:33.979Z Compiling derive-ex v0.1.8
31042026-06-16T21:35:33.985Z Compiling parse-display-derive v0.10.0
31052026-06-16T21:35:34.015Z Compiling regress v0.11.1
31062026-06-16T21:35:34.078Z Compiling unsafe-libyaml v0.2.11
31072026-06-16T21:35:34.102Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31082026-06-16T21:35:34.121Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-06-16T21:35:34.124Z Compiling derive_more v0.99.20
31102026-06-16T21:35:34.158Z Compiling ciborium v0.2.2
31112026-06-16T21:35:34.194Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31122026-06-16T21:35:34.211Z Compiling thiserror-impl-no-std v2.0.2
31132026-06-16T21:35:34.383Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-06-16T21:35:34.450Z Compiling byte-wrapper v0.1.0
31152026-06-16T21:35:34.517Z Compiling blake2 v0.10.6
31162026-06-16T21:35:34.550Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31172026-06-16T21:35:34.637Z Compiling serde_yaml v0.9.34+deprecated
31182026-06-16T21:35:34.758Z Compiling password-hash v0.5.0
31192026-06-16T21:35:34.777Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-06-16T21:35:34.805Z Compiling chacha20poly1305 v0.10.1
31212026-06-16T21:35:34.827Z Compiling indent_write v2.2.0
31222026-06-16T21:35:34.877Z Compiling tokio-rustls v0.25.0
31232026-06-16T21:35:35.002Z Compiling toml_edit v0.23.10+spec-1.0.0
31242026-06-16T21:35:35.010Z Compiling heapless v0.8.0
31252026-06-16T21:35:35.055Z Compiling argon2 v0.5.3
31262026-06-16T21:35:35.146Z Compiling ingot-macros v0.1.1
31272026-06-16T21:35:35.197Z Compiling tabwriter v1.4.1
31282026-06-16T21:35:35.445Z Compiling thiserror-no-std v2.0.2
31292026-06-16T21:35:35.462Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31302026-06-16T21:35:35.544Z Compiling vsss-rs v3.3.4
31312026-06-16T21:35:35.568Z Compiling proc-macro-crate v3.4.0
31322026-06-16T21:35:35.750Z Compiling test-strategy v0.4.5
31332026-06-16T21:35:35.769Z Compiling typify-impl v0.6.2
31342026-06-16T21:35:35.788Z Compiling parse-display v0.10.0
31352026-06-16T21:35:36.096Z Compiling hash32 v0.3.1
31362026-06-16T21:35:36.119Z Compiling smoltcp v0.11.0
31372026-06-16T21:35:36.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31382026-06-16T21:35:36.196Z Compiling num_enum_derive v0.7.6
31392026-06-16T21:35:36.286Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31402026-06-16T21:35:36.377Z Compiling num-rational v0.4.2
31412026-06-16T21:35:36.429Z Compiling cobs v0.3.0
31422026-06-16T21:35:36.446Z Compiling num-complex v0.4.6
31432026-06-16T21:35:36.446Z Compiling colored v3.1.1
31442026-06-16T21:35:36.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-06-16T21:35:36.659Z Compiling postcard v1.1.3
31462026-06-16T21:35:36.769Z Compiling proc-macro-error v1.0.4
31472026-06-16T21:35:36.787Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-06-16T21:35:36.805Z Compiling num v0.4.3
31492026-06-16T21:35:36.869Z Compiling proc-macro-crate v1.3.1
31502026-06-16T21:35:36.885Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31512026-06-16T21:35:36.910Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31522026-06-16T21:35:37.013Z Compiling foreign-types-macros v0.2.3
31532026-06-16T21:35:37.036Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31542026-06-16T21:35:37.098Z Compiling foreign-types-shared v0.3.1
31552026-06-16T21:35:37.123Z Compiling float-ord v0.3.2
31562026-06-16T21:35:37.170Z Compiling rayon-core v1.13.0
31572026-06-16T21:35:37.221Z Compiling cpufeatures v0.3.0
31582026-06-16T21:35:37.324Z Compiling num_enum v0.7.6
31592026-06-16T21:35:37.328Z Compiling num_enum_derive v0.5.11
31602026-06-16T21:35:37.344Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31612026-06-16T21:35:37.362Z Compiling chacha20 v0.10.0
31622026-06-16T21:35:37.365Z Compiling crossbeam-deque v0.8.6
31632026-06-16T21:35:37.418Z Compiling camino-tempfile v1.4.1
31642026-06-16T21:35:37.421Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31652026-06-16T21:35:37.474Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31662026-06-16T21:35:37.477Z Compiling cstr-argument v0.1.2
31672026-06-16T21:35:37.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31682026-06-16T21:35:37.625Z Compiling rand v0.10.0
31692026-06-16T21:35:37.662Z Compiling foreign-types v0.5.0
31702026-06-16T21:35:37.686Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31712026-06-16T21:35:37.749Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31722026-06-16T21:35:37.774Z Compiling toml v0.8.23
31732026-06-16T21:35:37.791Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-06-16T21:35:37.923Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31752026-06-16T21:35:37.945Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-06-16T21:35:37.963Z Compiling zone_cfg_derive v0.3.1
31772026-06-16T21:35:37.981Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-06-16T21:35:37.998Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31792026-06-16T21:35:38.033Z Compiling itertools v0.12.1
31802026-06-16T21:35:38.073Z Compiling num-derive v0.4.2
31812026-06-16T21:35:38.110Z Compiling ingot-types v0.1.2
31822026-06-16T21:35:38.192Z Compiling rayon v1.11.0
31832026-06-16T21:35:38.195Z Compiling sigpipe v0.1.3
31842026-06-16T21:35:38.291Z Compiling glob v0.3.3
31852026-06-16T21:35:38.403Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-06-16T21:35:38.442Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31872026-06-16T21:35:38.458Z Compiling num_enum v0.5.11
31882026-06-16T21:35:38.542Z Compiling ingot v0.1.1
31892026-06-16T21:35:38.566Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-06-16T21:35:38.583Z Compiling smf v0.2.3
31912026-06-16T21:35:38.604Z Compiling prettyplease v0.2.37
31922026-06-16T21:35:38.702Z Compiling whoami v1.6.1
31932026-06-16T21:35:38.727Z Compiling usdt-macro v0.5.0
31942026-06-16T21:35:38.744Z Compiling usdt-attr-macro v0.5.0
31952026-06-16T21:35:38.764Z Compiling gethostname v0.5.0
31962026-06-16T21:35:38.964Z Compiling memmap v0.7.0
31972026-06-16T21:35:39.032Z Compiling derive-where v1.6.0
31982026-06-16T21:35:39.119Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31992026-06-16T21:35:39.176Z Compiling resolv-conf v0.7.6
32002026-06-16T21:35:39.195Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32012026-06-16T21:35:39.213Z Compiling cancel-safe-futures v0.1.5
32022026-06-16T21:35:39.355Z Compiling zone v0.3.1
32032026-06-16T21:35:39.375Z Compiling owo-colors v4.3.0
32042026-06-16T21:35:39.496Z Compiling libsw-core v0.3.2
32052026-06-16T21:35:39.564Z Compiling console v0.15.11
32062026-06-16T21:35:39.568Z Compiling hickory-proto v0.24.4
32072026-06-16T21:35:39.615Z Compiling usdt v0.5.0
32082026-06-16T21:35:39.702Z Compiling libsw v3.5.0
32092026-06-16T21:35:39.874Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-06-16T21:35:39.894Z Compiling newline-converter v0.3.0
32112026-06-16T21:35:39.921Z Compiling libefi-sys v0.1.0
32122026-06-16T21:35:39.938Z Compiling linear-map v1.2.0
32132026-06-16T21:35:40.003Z Compiling linked-hash-map v0.5.6
32142026-06-16T21:35:40.044Z Compiling expectorate v1.2.0
32152026-06-16T21:35:40.080Z Compiling git-stub v1.0.0
32162026-06-16T21:35:40.163Z Compiling bitfield-struct v0.6.2
32172026-06-16T21:35:40.167Z Compiling nom v8.0.0
32182026-06-16T21:35:40.201Z Compiling lru-cache v0.1.2
32192026-06-16T21:35:40.201Z Compiling semver v0.1.20
32202026-06-16T21:35:40.254Z Compiling tokio-dtrace v0.1.1
32212026-06-16T21:35:40.374Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32222026-06-16T21:35:40.390Z Compiling git-stub-vcs v0.1.0
32232026-06-16T21:35:40.410Z Compiling typify-macro v0.6.2
32242026-06-16T21:35:40.446Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32252026-06-16T21:35:40.465Z Compiling rustc_version v0.1.7
32262026-06-16T21:35:40.513Z Compiling dropshot-api-manager-types v0.7.2
32272026-06-16T21:35:40.536Z Compiling slog-dtrace v0.3.0
32282026-06-16T21:35:40.572Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-06-16T21:35:40.592Z Compiling minimal-lexical v0.2.1
32302026-06-16T21:35:40.596Z Compiling oxide-tokio-rt v0.1.4
32312026-06-16T21:35:40.666Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-06-16T21:35:40.684Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-06-16T21:35:40.737Z Compiling newtype_derive v0.1.6
32342026-06-16T21:35:40.795Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32352026-06-16T21:35:40.838Z Compiling nom v7.1.3
32362026-06-16T21:35:40.877Z Compiling phf_shared v0.12.1
32372026-06-16T21:35:40.895Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-06-16T21:35:40.959Z Compiling csv-core v0.1.13
32392026-06-16T21:35:40.959Z Compiling chrono-tz v0.10.4
32402026-06-16T21:35:40.965Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
32412026-06-16T21:35:40.974Z Compiling xshell-macros v0.2.7
32422026-06-16T21:35:41.052Z Compiling highway v1.3.0
32432026-06-16T21:35:41.091Z Compiling phf v0.12.1
32442026-06-16T21:35:41.143Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452026-06-16T21:35:41.233Z Compiling csv v1.4.0
32462026-06-16T21:35:41.356Z Compiling const_format_proc_macros v0.2.34
32472026-06-16T21:35:41.409Z Compiling xshell v0.2.7
32482026-06-16T21:35:41.501Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-06-16T21:35:41.556Z Compiling primeorder v0.13.6
32502026-06-16T21:35:41.685Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32512026-06-16T21:35:41.761Z Compiling hickory-resolver v0.24.4
32522026-06-16T21:35:41.808Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-16T21:35:41.909Z Compiling tabled_derive v0.7.0
32542026-06-16T21:35:41.995Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32552026-06-16T21:35:42.114Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-06-16T21:35:42.160Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-06-16T21:35:42.265Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-06-16T21:35:42.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-06-16T21:35:42.339Z Compiling typify v0.6.2
32602026-06-16T21:35:42.486Z Compiling progenitor-impl v0.14.0
32612026-06-16T21:35:42.506Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
32622026-06-16T21:35:42.691Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-06-16T21:35:42.799Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32642026-06-16T21:35:42.891Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32652026-06-16T21:35:42.907Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32662026-06-16T21:35:42.911Z Compiling qorb v0.4.1
32672026-06-16T21:35:42.952Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-06-16T21:35:43.127Z Compiling const_format v0.2.35
32692026-06-16T21:35:43.197Z Compiling bcs v0.1.6
32702026-06-16T21:35:43.228Z Compiling tagptr v0.2.0
32712026-06-16T21:35:43.303Z Compiling termtree v0.5.1
32722026-06-16T21:35:43.415Z Compiling salty v0.3.0
32732026-06-16T21:35:43.467Z Compiling moka v0.12.13
32742026-06-16T21:35:43.485Z Compiling textwrap v0.16.2
32752026-06-16T21:35:43.559Z Compiling tabled v0.15.0
32762026-06-16T21:35:43.760Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32772026-06-16T21:35:43.866Z Compiling steno v0.4.1
32782026-06-16T21:35:43.886Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32792026-06-16T21:35:43.945Z Compiling base64 v0.21.7
32802026-06-16T21:35:44.019Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32812026-06-16T21:35:44.051Z Compiling radium v0.7.0
32822026-06-16T21:35:44.070Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-06-16T21:35:44.310Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-06-16T21:35:44.344Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-06-16T21:35:44.363Z Compiling hickory-resolver v0.25.2
32862026-06-16T21:35:44.441Z Compiling p384 v0.13.1
32872026-06-16T21:35:44.535Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32882026-06-16T21:35:44.795Z Compiling typify-impl v0.4.3
32892026-06-16T21:35:45.092Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32902026-06-16T21:35:45.107Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32912026-06-16T21:35:45.127Z Compiling maybe-uninit v2.0.0
32922026-06-16T21:35:45.240Z Compiling tap v1.0.1
32932026-06-16T21:35:45.335Z Compiling progenitor-macro v0.14.0
32942026-06-16T21:35:45.368Z Compiling wyz v0.5.1
32952026-06-16T21:35:45.422Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-06-16T21:35:45.583Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32972026-06-16T21:35:45.704Z Compiling proc-macro-error-attr2 v2.0.0
32982026-06-16T21:35:45.763Z Compiling packed_struct v0.10.1
32992026-06-16T21:35:45.922Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-06-16T21:35:45.975Z Compiling utf-8 v0.7.6
33012026-06-16T21:35:46.070Z Compiling funty v2.0.0
33022026-06-16T21:35:46.109Z Compiling parking_lot_core v0.8.6
33032026-06-16T21:35:46.160Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-06-16T21:35:46.194Z Compiling proc-macro-error2 v2.0.1
33052026-06-16T21:35:46.220Z Compiling tungstenite v0.21.0
33062026-06-16T21:35:46.439Z Compiling bitvec v1.0.1
33072026-06-16T21:35:46.477Z Compiling polyval v0.6.2
33082026-06-16T21:35:46.541Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33092026-06-16T21:35:46.557Z Compiling num-derive v0.3.3
33102026-06-16T21:35:46.562Z Compiling packed_struct_codegen v0.10.1
33112026-06-16T21:35:46.748Z Compiling bitfield-macros v0.19.4
33122026-06-16T21:35:46.761Z Compiling zerocopy-derive v0.6.6
33132026-06-16T21:35:46.761Z Compiling indexmap v1.9.3
33142026-06-16T21:35:46.970Z Compiling nodrop v0.1.14
33152026-06-16T21:35:46.988Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-06-16T21:35:47.096Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-06-16T21:35:47.114Z Compiling crc-catalog v2.4.0
33182026-06-16T21:35:47.212Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33192026-06-16T21:35:47.259Z Compiling crc v3.4.0
33202026-06-16T21:35:47.347Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33212026-06-16T21:35:47.461Z Compiling array-init v0.0.4
33222026-06-16T21:35:47.507Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33232026-06-16T21:35:47.524Z Compiling bitfield v0.19.4
33242026-06-16T21:35:47.541Z Compiling libscf-sys v1.1.0
33252026-06-16T21:35:47.559Z Compiling tokio-tungstenite v0.21.0
33262026-06-16T21:35:47.660Z Compiling zerocopy v0.6.6
33272026-06-16T21:35:47.719Z Compiling ghash v0.5.1
33282026-06-16T21:35:47.737Z Compiling tabled_derive v0.11.0
33292026-06-16T21:35:47.863Z Compiling smallvec v0.6.14
33302026-06-16T21:35:47.950Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-06-16T21:35:47.953Z Compiling papergrid v0.17.0
33322026-06-16T21:35:48.037Z Compiling testing_table v0.3.0
33332026-06-16T21:35:48.087Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-06-16T21:35:48.106Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33352026-06-16T21:35:48.166Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-16T21:35:48.229Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33372026-06-16T21:35:48.232Z Compiling ctr v0.9.2
33382026-06-16T21:35:48.334Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-06-16T21:35:48.471Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33402026-06-16T21:35:48.495Z Compiling unicase v2.9.0
33412026-06-16T21:35:48.530Z Compiling hashbrown v0.12.3
33422026-06-16T21:35:48.581Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33432026-06-16T21:35:48.659Z Compiling illumos-nvpair-sys v0.2.0
33442026-06-16T21:35:48.693Z Compiling corncobs v0.1.4
33452026-06-16T21:35:48.772Z Compiling mime_guess v2.0.5
33462026-06-16T21:35:48.846Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-06-16T21:35:48.917Z Compiling aes-gcm v0.10.3
33482026-06-16T21:35:48.940Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-06-16T21:35:49.015Z Compiling tabled v0.20.0
33502026-06-16T21:35:49.103Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33512026-06-16T21:35:49.137Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33522026-06-16T21:35:49.156Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33532026-06-16T21:35:49.272Z Compiling parking_lot v0.11.2
33542026-06-16T21:35:49.295Z Compiling serde-hex v0.1.0
33552026-06-16T21:35:49.437Z Compiling typify-macro v0.4.3
33562026-06-16T21:35:49.455Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-06-16T21:35:49.676Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33582026-06-16T21:35:49.709Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-06-16T21:35:49.755Z Compiling ron v0.8.1
33602026-06-16T21:35:49.940Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33612026-06-16T21:35:49.992Z Compiling progenitor-client v0.11.2
33622026-06-16T21:35:50.043Z Compiling hashbrown v0.13.2
33632026-06-16T21:35:50.084Z Compiling prefix-trie v0.7.0
33642026-06-16T21:35:50.359Z Compiling blowfish v0.9.1
33652026-06-16T21:35:50.443Z Compiling ssh-encoding v0.2.0
33662026-06-16T21:35:50.466Z Compiling fxhash v0.2.1
33672026-06-16T21:35:50.492Z Compiling progenitor v0.14.0
33682026-06-16T21:35:50.510Z Compiling secrecy v0.8.0
33692026-06-16T21:35:50.580Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-06-16T21:35:50.675Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33712026-06-16T21:35:50.681Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-06-16T21:35:50.686Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f)
33732026-06-16T21:35:50.714Z Compiling crc-any v2.5.0
33742026-06-16T21:35:50.785Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-06-16T21:35:50.848Z Compiling ssh-cipher v0.2.0
33762026-06-16T21:35:50.996Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33772026-06-16T21:35:51.093Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33782026-06-16T21:35:51.212Z Compiling sled v0.34.7
33792026-06-16T21:35:51.288Z Compiling typify v0.4.3
33802026-06-16T21:35:51.437Z Compiling progenitor-impl v0.11.2
33812026-06-16T21:35:51.459Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33822026-06-16T21:35:51.495Z Compiling bcrypt-pbkdf v0.10.0
33832026-06-16T21:35:51.541Z Compiling object v0.30.4
33842026-06-16T21:35:51.692Z Compiling hickory-server v0.25.2
33852026-06-16T21:35:51.858Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-06-16T21:35:51.875Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33872026-06-16T21:35:52.011Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33882026-06-16T21:35:52.313Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-06-16T21:35:52.748Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33902026-06-16T21:35:52.871Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33912026-06-16T21:35:53.232Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-06-16T21:35:53.249Z Compiling password-hash v0.4.2
33932026-06-16T21:35:53.618Z Compiling http-range v0.1.5
33942026-06-16T21:35:53.695Z Compiling path-slash v0.1.5
33952026-06-16T21:35:53.716Z Compiling crc8 v0.1.1
33962026-06-16T21:35:53.720Z Compiling half v1.8.3
33972026-06-16T21:35:53.891Z Compiling pbkdf2 v0.11.0
33982026-06-16T21:35:53.894Z Compiling illumos-nvpair v0.3.0
33992026-06-16T21:35:53.970Z Compiling serde_cbor v0.11.2
34002026-06-16T21:35:54.043Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34012026-06-16T21:35:54.075Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34022026-06-16T21:35:54.178Z Compiling ssh-key v0.6.7
34032026-06-16T21:35:54.196Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34042026-06-16T21:35:54.254Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34052026-06-16T21:35:54.313Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34062026-06-16T21:35:54.594Z Compiling progenitor-macro v0.11.2
34072026-06-16T21:35:54.636Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34082026-06-16T21:35:54.750Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34092026-06-16T21:35:54.871Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34102026-06-16T21:35:55.033Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-06-16T21:35:55.092Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34122026-06-16T21:35:55.111Z Compiling p521 v0.13.3
34132026-06-16T21:35:55.201Z Compiling p256 v0.13.2
34142026-06-16T21:35:55.309Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-06-16T21:35:55.344Z Compiling yasna v0.5.2
34162026-06-16T21:35:55.549Z Compiling kstat-rs v0.2.4
34172026-06-16T21:35:55.566Z Compiling headers-core v0.3.0
34182026-06-16T21:35:55.587Z Compiling nanorand v0.7.0
34192026-06-16T21:35:55.613Z Compiling atty v0.2.14
34202026-06-16T21:35:55.726Z Compiling russh-cryptovec v0.7.3
34212026-06-16T21:35:55.756Z Compiling md5 v0.7.0
34222026-06-16T21:35:55.897Z Compiling home v0.5.12
34232026-06-16T21:35:55.912Z Compiling flume v0.11.1
34242026-06-16T21:35:55.931Z Compiling rcgen v0.12.1
34252026-06-16T21:35:55.931Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34262026-06-16T21:35:55.967Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34272026-06-16T21:35:55.989Z Compiling headers v0.4.1
34282026-06-16T21:35:56.058Z Compiling russh-keys v0.45.0
34292026-06-16T21:35:56.079Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34302026-06-16T21:35:56.082Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-06-16T21:35:56.082Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34322026-06-16T21:35:56.159Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34332026-06-16T21:35:56.265Z Compiling hyper-staticfile v0.10.1
34342026-06-16T21:35:56.285Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-06-16T21:35:56.501Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-06-16T21:35:56.523Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34372026-06-16T21:35:56.684Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-06-16T21:35:56.813Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34392026-06-16T21:35:56.829Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34402026-06-16T21:35:56.875Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34412026-06-16T21:35:57.119Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-06-16T21:35:57.136Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34432026-06-16T21:35:57.157Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-06-16T21:35:57.279Z Compiling num-bigint v0.4.6
34452026-06-16T21:35:57.298Z Compiling des v0.8.1
34462026-06-16T21:35:57.360Z Compiling subprocess v0.2.15
34472026-06-16T21:35:57.531Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34482026-06-16T21:35:57.556Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-06-16T21:35:57.596Z Compiling display-error-chain v0.2.2
34502026-06-16T21:35:57.677Z Compiling hex-literal v0.4.1
34512026-06-16T21:35:57.719Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-06-16T21:35:57.773Z Compiling colored v2.2.0
34532026-06-16T21:35:57.825Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-06-16T21:35:57.896Z Compiling internet-checksum v0.2.1
34552026-06-16T21:35:58.010Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-06-16T21:35:58.567Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34572026-06-16T21:35:58.700Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34582026-06-16T21:35:58.872Z Compiling russh v0.45.0
34592026-06-16T21:35:59.573Z Compiling progenitor v0.11.2
34602026-06-16T21:35:59.691Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34612026-06-16T21:36:01.185Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34622026-06-16T21:36:01.837Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34632026-06-16T21:36:02.293Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34642026-06-16T21:36:04.618Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34652026-06-16T21:36:05.262Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34662026-06-16T21:36:12.642Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-06-16T21:36:12.643Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34682026-06-16T21:36:12.648Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34692026-06-16T21:36:12.648Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-06-16T21:36:14.410Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-06-16T21:36:14.504Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-06-16T21:36:18.554Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-06-16T21:36:57.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34742026-06-16T21:36:58.170Z
34752026-06-16T21:36:58.173Zreal 1:26.642000100
34762026-06-16T21:36:58.173Zuser 8:10.182733531
34772026-06-16T21:36:58.173Zsys 1:43.829021054
34782026-06-16T21:36:58.173Ztrap 0.250695658
34792026-06-16T21:36:58.173Ztflt 0.569305195
34802026-06-16T21:36:58.173Zdflt 1.522741229
34812026-06-16T21:36:58.173Zkflt 0.000413400
34822026-06-16T21:36:58.173Zlock 27:44.495967068
34832026-06-16T21:36:58.173Zslp 18:48.868517281
34842026-06-16T21:36:58.173Zlat 38.181395263
34852026-06-16T21:36:58.173Zstop 2:40.035537147
34862026-06-16T21:36:58.173Z+ mkdir tests
34872026-06-16T21:36:58.177Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-06-16T21:36:58.177Z+ xargs -I '{}' -t cp '{}' tests/
34892026-06-16T21:36:58.200Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2cbf8baa9545e7ea tests/
34902026-06-16T21:36:58.231Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9fece4a4af9ed858 tests/
34912026-06-16T21:36:58.260Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-28421b40d8a7da55 tests/
34922026-06-16T21:36:58.286Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-29399dfd3916b0ea tests/
34932026-06-16T21:36:58.523Z+ 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)
34942026-06-16T21:36:58.528Z+ 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-9fece4a4af9ed858 tests/commtest-28421b40d8a7da55 tests/dhcp_server-2cbf8baa9545e7ea tests/end_to_end_tests-29399dfd3916b0ea 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
34952026-06-16T21:38:18.617ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-06-16T21:38:18.617Za .github/buildomat/ci-env.sh 1K
34972026-06-16T21:38:18.617Za out/target/test 1K
34982026-06-16T21:38:18.617Za out/npuzone/npuzone 27402K
34992026-06-16T21:38:18.617Za package-manifest.toml 35K
35002026-06-16T21:38:18.617Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-06-16T21:38:18.617Za target/release/omicron-package 45221K
35022026-06-16T21:38:18.617Za target/release/xtask 11503K
35032026-06-16T21:38:18.617Za target/debug/bootstrap 355808K
35042026-06-16T21:38:18.617Za tests/bootstrap-9fece4a4af9ed858 31215K
35052026-06-16T21:38:18.617Za tests/commtest-28421b40d8a7da55 32300K
35062026-06-16T21:38:18.617Za tests/dhcp_server-2cbf8baa9545e7ea 31215K
35072026-06-16T21:38:18.618Za tests/end_to_end_tests-29399dfd3916b0ea 397929K
35082026-06-16T21:38:18.618Za tools/opte_version 1K
35092026-06-16T21:38:18.618Za tools/opte_version_override 2K
35102026-06-16T21:38:18.618Za out/clickhouse.tar.gz 313539K
35112026-06-16T21:38:18.618Za out/clickhouse_keeper.tar.gz 298571K
35122026-06-16T21:38:18.618Za out/clickhouse_server.tar.gz 313536K
35132026-06-16T21:38:18.618Za out/cockroachdb.tar.gz 157718K
35142026-06-16T21:38:18.618Za out/crucible-pantry-zone.tar.gz 36480K
35152026-06-16T21:38:18.618Za out/crucible-utils.tar 16478K
35162026-06-16T21:38:18.618Za out/crucible-zone.tar.gz 52050K
35172026-06-16T21:38:18.619Za out/external-dns.tar.gz 42961K
35182026-06-16T21:38:18.619Za out/internal-dns.tar.gz 42961K
35192026-06-16T21:38:18.619Za out/mg-ddm-gz.tar 97913K
35202026-06-16T21:38:18.619Za out/nexus.tar.gz 276690K
35212026-06-16T21:38:18.619Za out/ntp.tar.gz 24141K
35222026-06-16T21:38:18.619Za out/omicron-gateway-softnpu.tar.gz 30195K
35232026-06-16T21:38:18.619Za out/omicron-sled-agent.tar 192483K
35242026-06-16T21:38:18.619Za out/overlay.tar.gz 3K
35252026-06-16T21:38:18.619Za out/oximeter.tar.gz 62286K
35262026-06-16T21:38:18.619Za out/oxlog.tar 3782K
35272026-06-16T21:38:18.619Za out/probe.tar.gz 3037K
35282026-06-16T21:38:18.619Za out/propolis-server.tar.gz 34918K
35292026-06-16T21:38:18.619Za out/pumpkind-gz.tar 26647K
35302026-06-16T21:38:18.619Za out/switch-softnpu.tar.gz 446927K
35312026-06-16T21:38:18.623Z
35322026-06-16T21:38:18.623Zreal 1:20.090939169
35332026-06-16T21:38:18.623Zuser 1:17.421012625
35342026-06-16T21:38:18.623Zsys 4.404555943
35352026-06-16T21:38:18.623Ztrap 0.005949449
35362026-06-16T21:38:18.623Ztflt 0.000000000
35372026-06-16T21:38:18.623Zdflt 0.000000000
35382026-06-16T21:38:18.623Zkflt 0.000000000
35392026-06-16T21:38:18.623Zlock 0.000000000
35402026-06-16T21:38:18.623Zslp 1:17.424415110
35412026-06-16T21:38:18.623Zlat 0.921118357
35422026-06-16T21:38:18.623Zstop 0.000211210
35432026-06-16T21:38:18.623Zprocess exited: duration 1154055 ms, exit code 0
 
35442026-06-16T21:38:18.637Zfound 1 output files
35452026-06-16T21:38:18.637Zuploading: /work/package.tar.gz (2477382681 bytes)
35462026-06-16T21:38:47.537Zuploaded: /work/package.tar.gz