01KSTD81GFKQRKNQ6RT60MKPRV: 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: 01KSTD8H83T71NGXMYH5EQR40N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:42:54.067Zjob assigned to worker 01KSTD8KEE2M9DA778NTA7SRMK [factory aws, i-099d84edd1a0e4c6b] (queued for 45 s)
 
22026-05-29T17:43:01.551Zstarting task 0: "setup"
32026-05-29T17:43:01.556Z++ uname -s
42026-05-29T17:43:01.559Z+ kern=SunOS
52026-05-29T17:43:01.559Z+ build_user=build
62026-05-29T17:43:01.559Z+ build_uid=12345
72026-05-29T17:43:01.559Z+ work_dir=/work
82026-05-29T17:43:01.559Z+ input_dir=/input
92026-05-29T17:43:01.559Z+ [[ 0 == 12345 ]]
102026-05-29T17:43:01.559Z+ case "$kern" in
112026-05-29T17:43:01.559Z+ groupadd -g 12345 build
122026-05-29T17:43:01.562Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:43:03.569Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:43:03.729Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:43:03.732Z+ home_fs=zfs
162026-05-29T17:43:03.732Z+ [[ zfs == autofs ]]
172026-05-29T17:43:03.732Z+ mkdir -p /home/build
182026-05-29T17:43:03.735Z+ chown build:build /home/build /work
192026-05-29T17:43:05.735Z+ chmod 0700 /home/build /work
202026-05-29T17:43:05.738Zprocess exited: duration 4190 ms, exit code 0
 
212026-05-29T17:43:05.746Zstarting task 1: "rust-toolchain"
222026-05-29T17:43:05.753Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T17:43:05.755Z * rust toolchain channel = "1.94.0"
242026-05-29T17:43:05.756Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-29T17:43:05.756Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T17:43:05.756Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T17:43:05.756Z * rust toolchain profile = "default"
282026-05-29T17:43:05.756Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:43:05.756Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T17:43:05.869Zinfo: downloading installer
312026-05-29T17:43:07.426Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:43:07.426Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:43:07.426Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:43:07.426Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:43:07.437Zinfo: profile set to default
362026-05-29T17:43:07.437Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:43:07.440Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T17:43:07.576Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T17:43:07.580Zinfo: downloading 6 components
402026-05-29T17:43:21.807Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T17:43:21.807Z
422026-05-29T17:43:21.836Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T17:43:21.836Z
442026-05-29T17:43:21.837Z
452026-05-29T17:43:21.837ZRust is installed now. Great!
462026-05-29T17:43:21.837Z
472026-05-29T17:43:21.837ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:43:21.837Zenvironment variable. This has not been done automatically.
492026-05-29T17:43:21.837Z
502026-05-29T17:43:21.837ZTo configure your current shell, you need to source
512026-05-29T17:43:21.837Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:43:21.837Z
532026-05-29T17:43:21.837ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:43:21.837Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:43:21.837Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:43:21.837Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:43:21.837Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:43:21.837Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:43:21.837Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:43:21.840Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:43:21.840Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:43:21.937Z+ rustup --version
632026-05-29T17:43:21.943Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:43:21.946Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:43:21.965Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T17:43:21.968Z+ cargo --version
672026-05-29T17:43:21.976Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T17:43:21.979Z+ rustc --version
692026-05-29T17:43:21.998Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T17:43:22.001Zprocess exited: duration 16254 ms, exit code 0
 
712026-05-29T17:43:22.007Zstarting task 2: "authentication"
722026-05-29T17:43:22.025Zprocess exited: duration 18 ms, exit code 0
 
732026-05-29T17:43:22.031Zstarting task 3: "clone repository"
742026-05-29T17:43:22.036Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T17:43:22.038Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T17:43:22.078ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T17:43:32.394Z+ cd /work/oxidecomputer/omicron
782026-05-29T17:43:32.394Z+ git fetch origin d7de080122e8b9f8707969d96f9f2211831e5087
792026-05-29T17:43:32.689ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T17:43:32.689Z * branch d7de080122e8b9f8707969d96f9f2211831e5087 -> FETCH_HEAD
812026-05-29T17:43:32.702Z+ [[ -n fm-fact-guardrails ]]
822026-05-29T17:43:32.705Z++ git branch --show-current
832026-05-29T17:43:32.708Z+ current=main
842026-05-29T17:43:32.708Z+ [[ main != fm-fact-guardrails ]]
852026-05-29T17:43:32.708Z+ git branch -f fm-fact-guardrails d7de080122e8b9f8707969d96f9f2211831e5087
862026-05-29T17:43:32.710Z+ git checkout -f fm-fact-guardrails
872026-05-29T17:43:32.892ZSwitched to branch 'fm-fact-guardrails'
882026-05-29T17:43:32.895Z+ git reset --hard d7de080122e8b9f8707969d96f9f2211831e5087
892026-05-29T17:43:33.072ZHEAD is now at d7de08012 [fm] Add guardrail pinning persisted fact payload representations
902026-05-29T17:43:33.075Zprocess exited: duration 11042 ms, exit code 0
 
912026-05-29T17:43:33.081Zstarting task 4: "build"
922026-05-29T17:43:33.087Z+ source .github/buildomat/ci-env.sh
932026-05-29T17:43:33.087Z++ export CARGO_TERM_COLOR=always
942026-05-29T17:43:33.087Z++ CARGO_TERM_COLOR=always
952026-05-29T17:43:33.087Z+ cargo --version
962026-05-29T17:43:33.098Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T17:43:33.100Z+ rustc --version
982026-05-29T17:43:33.121Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T17:43:33.124Z+ WORK=/work
1002026-05-29T17:43:33.124Z+ pfexec mkdir -p /work
1012026-05-29T17:43:33.127Z+ pfexec chown build /work
1022026-05-29T17:43:33.130Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-29T17:43:34.700Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-29T17:43:34.777Z Startup: Caching catalogs ... Done
1052026-05-29T17:43:35.079ZPlanning: Solver setup ... Done (0.255s)
1062026-05-29T17:43:35.097ZPlanning: Running solver ... Done (0.019s)
1072026-05-29T17:43:35.104ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-29T17:43:35.116ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-29T17:43:35.136ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-29T17:43:35.150ZPlanning: Package planning ... Done (0.014s)
1112026-05-29T17:43:35.153ZPlanning: Merging actions ... Done (0.001s)
1122026-05-29T17:43:35.348ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-05-29T17:43:35.352ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-29T17:43:36.290ZPlanning: Evaluating mediators ... Done (0.941s)
1152026-05-29T17:43:36.293ZPlanning: Planning completed in 1.49 seconds
1162026-05-29T17:43:36.300Z Packages to install: 2
1172026-05-29T17:43:36.300Z Estimated space available: 156.07 GB
1182026-05-29T17:43:36.300ZEstimated space to be consumed: 23.93 MB
1192026-05-29T17:43:36.300Z Create boot environment: No
1202026-05-29T17:43:36.300ZCreate backup boot environment: No
1212026-05-29T17:43:36.300Z Rebuild boot archive: No
1222026-05-29T17:43:36.300Z
1232026-05-29T17:43:36.300ZChanged packages:
1242026-05-29T17:43:36.303Zhelios
1252026-05-29T17:43:36.304Z developer/build-essential
1262026-05-29T17:43:36.304Z None -> 11-3.0
1272026-05-29T17:43:36.304Z library/libxmlsec1
1282026-05-29T17:43:36.304Z None -> 1.2.35-3.0
1292026-05-29T17:43:36.327Z
1302026-05-29T17:43:36.327ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-29T17:43:37.184ZDownload: Completed 1.28 MB in 0.86 seconds (1.5M/s)
1322026-05-29T17:43:37.259Z Actions: 1/268 actions (Installing new actions)
1332026-05-29T17:43:37.297Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-29T17:43:37.306ZFinalize: Updating package state database ... Done (0.008s)
1352026-05-29T17:43:37.307ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-29T17:43:37.327ZFinalize: Updating image state ... Done (0.021s)
1372026-05-29T17:43:40.214ZFinalize: Creating fast lookup database ... Done (2.555s)
1382026-05-29T17:43:40.227ZFinalize: Reading search index ... Done (0.030s)
1392026-05-29T17:43:40.227ZFinalize: Updating search index ... Done (0.000s)
1402026-05-29T17:43:40.227ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-29T17:43:40.487ZPlanning: Evaluating mediator changes ... Done
1422026-05-29T17:43:40.499ZPlanning: Checking for conflicting actions ... Done
1432026-05-29T17:43:40.502ZPlanning: Consolidating action changes ... Done
1442026-05-29T17:43:40.856ZPlanning: Evaluating mediators ... Done
1452026-05-29T17:43:40.861ZPlanning: Planning completed in 0.26 seconds
1462026-05-29T17:43:40.861Z Mediators to change: 2
1472026-05-29T17:43:40.861Z Create boot environment: No
1482026-05-29T17:43:40.861ZCreate backup boot environment: No
1492026-05-29T17:43:40.862ZFinalize: Updating package state database ... Done
1502026-05-29T17:43:40.862ZFinalize: Updating package cache ... Done
1512026-05-29T17:43:40.862ZFinalize: Updating image state ... Done
1522026-05-29T17:43:42.693ZFinalize: Creating fast lookup database ... Done
1532026-05-29T17:43:42.757ZFinalize: Reading search index ... Done
1542026-05-29T17:43:42.760ZFinalize: Updating search index ... Done
1552026-05-29T17:43:42.852ZFinalize: Updating package cache ... Done
1562026-05-29T17:43:43.140ZPlanning: Evaluating mediator changes ... Done
1572026-05-29T17:43:43.243ZPlanning: Checking for conflicting actions ... Done
1582026-05-29T17:43:43.246ZPlanning: Consolidating action changes ... Done
1592026-05-29T17:43:43.404ZPlanning: Evaluating mediators ... Done
1602026-05-29T17:43:43.407ZPlanning: Planning completed in 0.27 seconds
1612026-05-29T17:43:43.429Z Mediators to change: 1
1622026-05-29T17:43:43.429Z Create boot environment: No
1632026-05-29T17:43:43.429ZCreate backup boot environment: No
1642026-05-29T17:43:43.495ZFinalize: Updating package state database ... Done
1652026-05-29T17:43:43.495ZFinalize: Updating package cache ... Done
1662026-05-29T17:43:43.510ZFinalize: Updating image state ... Done
1672026-05-29T17:43:45.457ZFinalize: Creating fast lookup database ... Done
1682026-05-29T17:43:45.519ZFinalize: Reading search index ... Done
1692026-05-29T17:43:45.547ZFinalize: Updating search index ... Done
1702026-05-29T17:43:45.598ZFinalize: Updating package cache ... Done
1712026-05-29T17:43:45.909ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-29T17:43:45.909Zapache system 2.4 system
1732026-05-29T17:43:45.909Zclang system 15 system
1742026-05-29T17:43:45.909Zcsh system system illumos
1752026-05-29T17:43:45.909Zctags system system illumos
1762026-05-29T17:43:45.909Zfile vendor vendor darwinsys
1772026-05-29T17:43:45.909Zfile system system illumos
1782026-05-29T17:43:45.909Zgcc vendor 14 vendor
1792026-05-29T17:43:45.910Zgcc system 13 system
1802026-05-29T17:43:45.910Zgcc system 10 system
1812026-05-29T17:43:45.910Zgo system 1.25 system
1822026-05-29T17:43:45.910Zllvm system 15 system
1832026-05-29T17:43:45.910Zmariadb system 11.4 system
1842026-05-29T17:43:45.910Zmta vendor vendor dma
1852026-05-29T17:43:45.910Zopenjdk system 17 system
1862026-05-29T17:43:45.910Zopenjdk system 11 system
1872026-05-29T17:43:45.910Zopenssl vendor 3 vendor
1882026-05-29T17:43:45.910Zperl system 5.40 system
1892026-05-29T17:43:45.910Zpostgresql system 18 system
1902026-05-29T17:43:45.910Zpostgresql system 17 system
1912026-05-29T17:43:45.910Zpython vendor 3 vendor
1922026-05-29T17:43:45.910Zpython system 2 system
1932026-05-29T17:43:45.910Zpython3 vendor 3.13 vendor
1942026-05-29T17:43:45.910Zruby system 3.4 system
1952026-05-29T17:43:45.910Zruby system 3.0 system
1962026-05-29T17:43:45.910Zwords vendor vendor american-english
1972026-05-29T17:43:45.910Zwords system system australian-english
1982026-05-29T17:43:45.910Zwords system system british-english
1992026-05-29T17:43:45.910Zwords system system canadian-english
2002026-05-29T17:43:45.910Zwords system system french
2012026-05-29T17:43:45.910Zwords system system italian
2022026-05-29T17:43:45.910Zwords system system ngerman
2032026-05-29T17:43:45.910Zwords system system ogerman
2042026-05-29T17:43:45.910Zwords system system spanish
2052026-05-29T17:43:46.174ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-29T17:43:46.174Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-29T17:43:46.454ZFMRI IFO
2082026-05-29T17:43:46.455Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-29T17:43:46.455Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-29T17:43:46.455Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-29T17:43:46.455Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-29T17:43:46.455Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-29T17:43:46.455Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-29T17:43:46.455Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-29T17:43:46.455Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-29T17:43:46.455Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-29T17:43:46.696Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-29T17:43:47.266Z Updating crates.io index
2192026-05-29T17:43:47.269Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-29T17:43:48.409Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-29T17:43:49.673Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-29T17:43:50.431Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-29T17:43:53.237Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-29T17:43:54.178Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-29T17:43:56.387Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-29T17:43:58.321Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-29T17:43:58.947Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-29T17:44:00.422Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-29T17:44:00.804Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-29T17:44:01.482Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-29T17:44:01.904Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-29T17:44:02.936Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-29T17:44:03.542Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-29T17:44:03.882Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-29T17:44:04.306Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-29T17:44:04.650Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-29T17:44:05.054Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-29T17:44:05.552Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-29T17:44:05.782Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-29T17:44:06.078Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-29T17:44:06.596Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-29T17:44:06.973Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-29T17:44:07.606Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-29T17:44:07.927Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-29T17:44:08.581Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-29T17:44:08.856Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-29T17:44:09.899Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-29T17:44:10.989Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-29T17:44:11.445Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-29T17:44:11.866Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-29T17:44:12.244Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-29T17:44:12.576Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-29T17:44:13.186Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-29T17:44:13.468Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-29T17:44:13.732Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-29T17:44:14.003Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-29T17:44:14.467Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-29T17:44:26.112Z Downloading crates ...
2592026-05-29T17:44:26.172Z Downloaded block-buffer v0.10.4
2602026-05-29T17:44:26.175Z Downloaded thiserror v2.0.18
2612026-05-29T17:44:26.179Z Downloaded anstream v0.6.21
2622026-05-29T17:44:26.182Z Downloaded bytecount v0.6.9
2632026-05-29T17:44:26.182Z Downloaded textwrap v0.16.2
2642026-05-29T17:44:26.184Z Downloaded fnv v1.0.7
2652026-05-29T17:44:26.184Z Downloaded digest v0.10.7
2662026-05-29T17:44:26.187Z Downloaded typeid v1.0.3
2672026-05-29T17:44:26.187Z Downloaded usdt v0.5.0
2682026-05-29T17:44:26.187Z Downloaded zerofrom v0.1.6
2692026-05-29T17:44:26.187Z Downloaded toml_datetime v0.6.11
2702026-05-29T17:44:26.189Z Downloaded plain v0.2.3
2712026-05-29T17:44:26.190Z Downloaded anstyle-parse v0.2.7
2722026-05-29T17:44:26.190Z Downloaded serde_derive v1.0.228
2732026-05-29T17:44:26.193Z Downloaded macaddr v1.0.1
2742026-05-29T17:44:26.195Z Downloaded version_check v0.9.5
2752026-05-29T17:44:26.195Z Downloaded usdt-attr-macro v0.5.0
2762026-05-29T17:44:26.195Z Downloaded dof v0.3.0
2772026-05-29T17:44:26.195Z Downloaded camino-tempfile v1.4.1
2782026-05-29T17:44:26.198Z Downloaded proc-macro-error-attr v1.0.4
2792026-05-29T17:44:26.200Z Downloaded heck v0.5.0
2802026-05-29T17:44:26.200Z Downloaded yoke-derive v0.8.1
2812026-05-29T17:44:26.201Z Downloaded terminal_size v0.4.3
2822026-05-29T17:44:26.213Z Downloaded thread-id v4.2.2
2832026-05-29T17:44:26.213Z Downloaded generic-array v0.14.7
2842026-05-29T17:44:26.213Z Downloaded form_urlencoded v1.2.2
2852026-05-29T17:44:26.213Z Downloaded anstyle-query v1.1.5
2862026-05-29T17:44:26.213Z Downloaded crypto-common v0.1.7
2872026-05-29T17:44:26.213Z Downloaded utf8parse v0.2.2
2882026-05-29T17:44:26.213Z Downloaded unicode-xid v0.2.6
2892026-05-29T17:44:26.213Z Downloaded unicode-linebreak v0.1.5
2902026-05-29T17:44:26.213Z Downloaded usdt-macro v0.5.0
2912026-05-29T17:44:26.213Z Downloaded toml_write v0.1.2
2922026-05-29T17:44:26.213Z Downloaded pest_generator v2.8.6
2932026-05-29T17:44:26.213Z Downloaded proc-macro-error v1.0.4
2942026-05-29T17:44:26.216Z Downloaded zerofrom-derive v0.1.6
2952026-05-29T17:44:26.216Z Downloaded utf8_iter v1.0.4
2962026-05-29T17:44:26.216Z Downloaded itoa v1.0.17
2972026-05-29T17:44:26.216Z Downloaded equivalent v1.0.2
2982026-05-29T17:44:26.219Z Downloaded percent-encoding v2.3.2
2992026-05-29T17:44:26.223Z Downloaded thiserror-impl v2.0.18
3002026-05-29T17:44:26.223Z Downloaded zerovec-derive v0.11.2
3012026-05-29T17:44:26.225Z Downloaded heck v0.4.1
3022026-05-29T17:44:26.225Z Downloaded writeable v0.6.2
3032026-05-29T17:44:26.225Z Downloaded swrite v0.1.0
3042026-05-29T17:44:26.225Z Downloaded usdt-impl v0.5.0
3052026-05-29T17:44:26.225Z Downloaded tinystr v0.8.2
3062026-05-29T17:44:26.229Z Downloaded scroll_derive v0.12.1
3072026-05-29T17:44:26.229Z Downloaded zmij v1.0.21
3082026-05-29T17:44:26.231Z Downloaded thiserror-impl v1.0.69
3092026-05-29T17:44:26.235Z Downloaded zerocopy-derive v0.7.35
3102026-05-29T17:44:26.238Z Downloaded yoke v0.8.1
3112026-05-29T17:44:26.241Z Downloaded sha2 v0.10.9
3122026-05-29T17:44:26.241Z Downloaded cargo_metadata v0.21.0
3132026-05-29T17:44:26.243Z Downloaded toml v0.8.23
3142026-05-29T17:44:26.243Z Downloaded unicode-ident v1.0.24
3152026-05-29T17:44:26.246Z Downloaded thiserror v1.0.69
3162026-05-29T17:44:26.250Z Downloaded ucd-trie v0.1.7
3172026-05-29T17:44:26.250Z Downloaded potential_utf v0.1.4
3182026-05-29T17:44:26.253Z Downloaded scroll v0.12.0
3192026-05-29T17:44:26.253Z Downloaded clap_lex v1.0.0
3202026-05-29T17:44:26.253Z Downloaded toml_edit v0.22.27
3212026-05-29T17:44:26.256Z Downloaded stable_deref_trait v1.2.1
3222026-05-29T17:44:26.259Z Downloaded fastrand v2.3.0
3232026-05-29T17:44:26.263Z Downloaded url v2.5.8
3242026-05-29T17:44:26.266Z Downloaded strsim v0.11.1
3252026-05-29T17:44:26.266Z Downloaded typenum v1.19.0
3262026-05-29T17:44:26.269Z Downloaded memmap v0.7.0
3272026-05-29T17:44:26.269Z Downloaded cpufeatures v0.2.17
3282026-05-29T17:44:26.272Z Downloaded smawk v0.3.2
3292026-05-29T17:44:26.272Z Downloaded zerotrie v0.2.3
3302026-05-29T17:44:26.275Z Downloaded errno v0.3.14
3312026-05-29T17:44:26.275Z Downloaded colorchoice v1.0.4
3322026-05-29T17:44:26.277Z Downloaded zerovec v0.11.5
3332026-05-29T17:44:27.282Z Downloaded pretty-hex v0.4.1
3342026-05-29T17:44:27.286Z Downloaded byteorder v1.5.0
3352026-05-29T17:44:27.286Z Downloaded autocfg v1.5.0
3362026-05-29T17:44:27.286Z Downloaded litemap v0.8.1
3372026-05-29T17:44:27.286Z Downloaded zerocopy v0.7.35
3382026-05-29T17:44:27.286Z Downloaded serde_spanned v0.6.9
3392026-05-29T17:44:27.286Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-29T17:44:27.286Z Downloaded unicode-width v0.2.0
3412026-05-29T17:44:27.286Z Downloaded serde-value v0.7.0
3422026-05-29T17:44:27.286Z Downloaded tabled_derive v0.7.0
3432026-05-29T17:44:27.286Z Downloaded idna_adapter v1.2.1
3442026-05-29T17:44:27.286Z Downloaded unicode-width v0.1.14
3452026-05-29T17:44:27.286Z Downloaded erased-serde v0.4.9
3462026-05-29T17:44:27.286Z Downloaded cargo-platform v0.2.0
3472026-05-29T17:44:27.286Z Downloaded dtrace-parser v0.2.0
3482026-05-29T17:44:27.286Z Downloaded winnow v0.7.14
3492026-05-29T17:44:27.286Z Downloaded once_cell v1.21.3
3502026-05-29T17:44:27.286Z Downloaded bitflags v2.11.0
3512026-05-29T17:44:27.286Z Downloaded synstructure v0.13.2
3522026-05-29T17:44:27.287Z Downloaded serde-untagged v0.1.9
3532026-05-29T17:44:27.287Z Downloaded fs-err v3.3.0
3542026-05-29T17:44:27.287Z Downloaded cfg-if v1.0.4
3552026-05-29T17:44:27.287Z Downloaded anstyle v1.0.13
3562026-05-29T17:44:27.287Z Downloaded displaydoc v0.2.5
3572026-05-29T17:44:27.287Z Downloaded pest_derive v2.8.6
3582026-05-29T17:44:27.287Z Downloaded quote v1.0.45
3592026-05-29T17:44:27.287Z Downloaded serde v1.0.228
3602026-05-29T17:44:27.287Z Downloaded semver v1.0.28
3612026-05-29T17:44:27.287Z Downloaded icu_collections v2.1.1
3622026-05-29T17:44:27.287Z Downloaded ordered-float v2.10.1
3632026-05-29T17:44:27.287Z Downloaded serde_tokenstream v0.2.3
3642026-05-29T17:44:27.287Z Downloaded cargo_toml v0.21.0
3652026-05-29T17:44:27.287Z Downloaded clap_derive v4.5.55
3662026-05-29T17:44:27.287Z Downloaded smallvec v1.15.1
3672026-05-29T17:44:27.287Z Downloaded cargo-util-schemas v0.8.2
3682026-05-29T17:44:27.287Z Downloaded tempfile v3.25.0
3692026-05-29T17:44:27.287Z Downloaded icu_provider v2.1.1
3702026-05-29T17:44:27.287Z Downloaded anyhow v1.0.102
3712026-05-29T17:44:27.287Z Downloaded camino v1.2.2
3722026-05-29T17:44:27.287Z Downloaded icu_normalizer_data v2.1.1
3732026-05-29T17:44:27.287Z Downloaded serde_core v1.0.228
3742026-05-29T17:44:27.287Z Downloaded num-traits v0.2.19
3752026-05-29T17:44:27.287Z Downloaded icu_properties v2.1.2
3762026-05-29T17:44:27.287Z Downloaded icu_normalizer v2.1.1
3772026-05-29T17:44:27.287Z Downloaded papergrid v0.11.0
3782026-05-29T17:44:27.287Z Downloaded clap v4.5.60
3792026-05-29T17:44:27.287Z Downloaded getrandom v0.4.1
3802026-05-29T17:44:27.287Z Downloaded proc-macro2 v1.0.106
3812026-05-29T17:44:27.287Z Downloaded pest_meta v2.8.6
3822026-05-29T17:44:27.287Z Downloaded log v0.4.29
3832026-05-29T17:44:27.287Z Downloaded icu_locale_core v2.1.1
3842026-05-29T17:44:27.287Z Downloaded memchr v2.8.0
3852026-05-29T17:44:27.287Z Downloaded indexmap v2.14.0
3862026-05-29T17:44:27.287Z Downloaded pest v2.8.6
3872026-05-29T17:44:27.287Z Downloaded idna v1.1.0
3882026-05-29T17:44:27.287Z Downloaded serde_json v1.0.149
3892026-05-29T17:44:27.287Z Downloaded clap_builder v4.5.60
3902026-05-29T17:44:27.288Z Downloaded goblin v0.8.2
3912026-05-29T17:44:27.288Z Downloaded hashbrown v0.17.0
3922026-05-29T17:44:27.288Z Downloaded icu_properties_data v2.1.2
3932026-05-29T17:44:27.288Z Downloaded tabled v0.15.0
3942026-05-29T17:44:27.288Z Downloaded syn v1.0.109
3952026-05-29T17:44:27.288Z Downloaded syn v2.0.117
3962026-05-29T17:44:27.288Z Downloaded rustix v1.1.3
3972026-05-29T17:44:27.288Z Downloaded libc v0.2.185
3982026-05-29T17:44:27.288Z Compiling proc-macro2 v1.0.106
3992026-05-29T17:44:27.288Z Compiling unicode-ident v1.0.24
4002026-05-29T17:44:27.288Z Compiling quote v1.0.45
4012026-05-29T17:44:27.288Z Compiling serde_core v1.0.228
4022026-05-29T17:44:27.288Z Compiling libc v0.2.185
4032026-05-29T17:44:27.288Z Compiling version_check v0.9.5
4042026-05-29T17:44:27.288Z Compiling serde v1.0.228
4052026-05-29T17:44:27.288Z Compiling memchr v2.8.0
4062026-05-29T17:44:27.288Z Compiling stable_deref_trait v1.2.1
4072026-05-29T17:44:27.288Z Compiling zmij v1.0.21
4082026-05-29T17:44:27.288Z Compiling thiserror v1.0.69
4092026-05-29T17:44:27.288Z Compiling itoa v1.0.17
4102026-05-29T17:44:27.288Z Compiling ucd-trie v0.1.7
4112026-05-29T17:44:27.288Z Compiling autocfg v1.5.0
4122026-05-29T17:44:27.288Z Compiling writeable v0.6.2
4132026-05-29T17:44:27.288Z Compiling litemap v0.8.1
4142026-05-29T17:44:27.288Z Compiling icu_properties_data v2.1.2
4152026-05-29T17:44:27.288Z Compiling byteorder v1.5.0
4162026-05-29T17:44:27.318Z Compiling icu_normalizer_data v2.1.1
4172026-05-29T17:44:27.321Z Compiling rustix v1.1.3
4182026-05-29T17:44:27.372Z Compiling serde_json v1.0.149
4192026-05-29T17:44:27.474Z Compiling bitflags v2.11.0
4202026-05-29T17:44:27.535Z Compiling pest v2.8.6
4212026-05-29T17:44:27.540Z Compiling num-traits v0.2.19
4222026-05-29T17:44:27.601Z Compiling smallvec v1.15.1
4232026-05-29T17:44:27.618Z Compiling hashbrown v0.17.0
4242026-05-29T17:44:27.764Z Compiling typeid v1.0.3
4252026-05-29T17:44:27.767Z Compiling equivalent v1.0.2
4262026-05-29T17:44:27.800Z Compiling usdt-impl v0.5.0
4272026-05-29T17:44:27.836Z Compiling proc-macro-error-attr v1.0.4
4282026-05-29T17:44:27.839Z Compiling winnow v0.7.14
4292026-05-29T17:44:27.839Z Compiling syn v1.0.109
4302026-05-29T17:44:27.905Z Compiling toml_write v0.1.2
4312026-05-29T17:44:27.937Z Compiling erased-serde v0.4.9
4322026-05-29T17:44:27.984Z Compiling proc-macro-error v1.0.4
4332026-05-29T17:44:28.065Z Compiling errno v0.3.14
4342026-05-29T17:44:28.083Z Compiling thread-id v4.2.2
4352026-05-29T17:44:28.218Z Compiling indexmap v2.14.0
4362026-05-29T17:44:28.221Z Compiling percent-encoding v2.3.2
4372026-05-29T17:44:28.255Z Compiling thiserror v2.0.18
4382026-05-29T17:44:28.289Z Compiling getrandom v0.4.1
4392026-05-29T17:44:28.323Z Compiling utf8_iter v1.0.4
4402026-05-29T17:44:28.341Z Compiling syn v2.0.117
4412026-05-29T17:44:28.344Z Compiling utf8parse v0.2.2
4422026-05-29T17:44:28.374Z Compiling camino v1.2.2
4432026-05-29T17:44:28.455Z Compiling log v0.4.29
4442026-05-29T17:44:28.474Z Compiling plain v0.2.3
4452026-05-29T17:44:28.507Z Compiling anstyle-parse v0.2.7
4462026-05-29T17:44:28.602Z Compiling pest_meta v2.8.6
4472026-05-29T17:44:28.657Z Compiling ordered-float v2.10.1
4482026-05-29T17:44:28.698Z Compiling form_urlencoded v1.2.2
4492026-05-29T17:44:28.785Z Compiling anstyle v1.0.13
4502026-05-29T17:44:28.832Z Compiling anstyle-query v1.1.5
4512026-05-29T17:44:28.850Z Compiling pretty-hex v0.4.1
4522026-05-29T17:44:28.867Z Compiling cfg-if v1.0.4
4532026-05-29T17:44:28.886Z Compiling is_terminal_polyfill v1.70.2
4542026-05-29T17:44:28.905Z Compiling colorchoice v1.0.4
4552026-05-29T17:44:28.995Z Compiling fs-err v3.3.0
4562026-05-29T17:44:29.023Z Compiling fastrand v2.3.0
4572026-05-29T17:44:29.031Z Compiling anstream v0.6.21
4582026-05-29T17:44:29.031Z Compiling fnv v1.0.7
4592026-05-29T17:44:29.068Z Compiling terminal_size v0.4.3
4602026-05-29T17:44:29.068Z Compiling heck v0.4.1
4612026-05-29T17:44:29.142Z Compiling bytecount v0.6.9
4622026-05-29T17:44:29.168Z Compiling clap_lex v1.0.0
4632026-05-29T17:44:29.227Z Compiling unicode-xid v0.2.6
4642026-05-29T17:44:29.279Z Compiling heck v0.5.0
4652026-05-29T17:44:29.280Z Compiling strsim v0.11.1
4662026-05-29T17:44:29.372Z Compiling semver v1.0.28
4672026-05-29T17:44:29.446Z Compiling once_cell v1.21.3
4682026-05-29T17:44:29.527Z Compiling anyhow v1.0.102
4692026-05-29T17:44:29.527Z Compiling unicode-width v0.1.14
4702026-05-29T17:44:29.527Z Compiling clap_builder v4.5.60
4712026-05-29T17:44:29.581Z Compiling memmap v0.7.0
4722026-05-29T17:44:29.620Z Compiling tempfile v3.25.0
4732026-05-29T17:44:29.620Z Compiling smawk v0.3.2
4742026-05-29T17:44:29.621Z Compiling unicode-width v0.2.0
4752026-05-29T17:44:29.693Z Compiling serde-untagged v0.1.9
4762026-05-29T17:44:29.784Z Compiling papergrid v0.11.0
4772026-05-29T17:44:29.845Z Compiling unicode-linebreak v0.1.5
4782026-05-29T17:44:29.914Z Compiling camino-tempfile v1.4.1
4792026-05-29T17:44:29.953Z Compiling swrite v0.1.0
4802026-05-29T17:44:29.979Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-29T17:44:29.998Z Compiling textwrap v0.16.2
4822026-05-29T17:44:30.290Z Compiling tabled_derive v0.7.0
4832026-05-29T17:44:30.881Z Compiling synstructure v0.13.2
4842026-05-29T17:44:30.881Z Compiling pest_generator v2.8.6
4852026-05-29T17:44:31.022Z Compiling tabled v0.15.0
4862026-05-29T17:44:31.404Z Compiling serde_derive v1.0.228
4872026-05-29T17:44:31.404Z Compiling zerofrom-derive v0.1.6
4882026-05-29T17:44:31.408Z Compiling yoke-derive v0.8.1
4892026-05-29T17:44:31.408Z Compiling zerovec-derive v0.11.2
4902026-05-29T17:44:31.408Z Compiling displaydoc v0.2.5
4912026-05-29T17:44:31.408Z Compiling thiserror-impl v1.0.69
4922026-05-29T17:44:31.408Z Compiling zerocopy-derive v0.7.35
4932026-05-29T17:44:31.408Z Compiling scroll_derive v0.12.1
4942026-05-29T17:44:31.408Z Compiling thiserror-impl v2.0.18
4952026-05-29T17:44:31.490Z Compiling pest_derive v2.8.6
4962026-05-29T17:44:31.521Z Compiling clap_derive v4.5.55
4972026-05-29T17:44:32.167Z Compiling zerocopy v0.7.35
4982026-05-29T17:44:32.171Z Compiling scroll v0.12.0
4992026-05-29T17:44:32.388Z Compiling goblin v0.8.2
5002026-05-29T17:44:32.516Z Compiling zerofrom v0.1.6
5012026-05-29T17:44:32.588Z Compiling dtrace-parser v0.2.0
5022026-05-29T17:44:32.621Z Compiling yoke v0.8.1
5032026-05-29T17:44:32.768Z Compiling zerovec v0.11.5
5042026-05-29T17:44:32.768Z Compiling zerotrie v0.2.3
5052026-05-29T17:44:32.913Z Compiling clap v4.5.60
5062026-05-29T17:44:33.187Z Compiling tinystr v0.8.2
5072026-05-29T17:44:33.187Z Compiling potential_utf v0.1.4
5082026-05-29T17:44:33.296Z Compiling icu_collections v2.1.1
5092026-05-29T17:44:33.359Z Compiling icu_locale_core v2.1.1
5102026-05-29T17:44:33.890Z Compiling icu_provider v2.1.1
5112026-05-29T17:44:33.913Z Compiling toml_datetime v0.6.11
5122026-05-29T17:44:33.917Z Compiling serde_spanned v0.6.9
5132026-05-29T17:44:33.917Z Compiling serde-value v0.7.0
5142026-05-29T17:44:33.917Z Compiling cargo-platform v0.2.0
5152026-05-29T17:44:33.917Z Compiling macaddr v1.0.1
5162026-05-29T17:44:33.921Z Compiling dof v0.3.0
5172026-05-29T17:44:33.921Z Compiling serde_tokenstream v0.2.3
5182026-05-29T17:44:34.129Z Compiling icu_properties v2.1.2
5192026-05-29T17:44:34.129Z Compiling icu_normalizer v2.1.1
5202026-05-29T17:44:34.146Z Compiling toml_edit v0.22.27
5212026-05-29T17:44:34.624Z Compiling usdt-macro v0.5.0
5222026-05-29T17:44:34.636Z Compiling usdt-attr-macro v0.5.0
5232026-05-29T17:44:34.915Z Compiling idna_adapter v1.2.1
5242026-05-29T17:44:35.021Z Compiling idna v1.1.0
5252026-05-29T17:44:35.220Z Compiling usdt v0.5.0
5262026-05-29T17:44:35.278Z Compiling url v2.5.8
5272026-05-29T17:44:35.404Z Compiling toml v0.8.23
5282026-05-29T17:44:35.741Z Compiling cargo-util-schemas v0.8.2
5292026-05-29T17:44:35.741Z Compiling cargo_toml v0.21.0
5302026-05-29T17:44:36.546Z Compiling cargo_metadata v0.21.0
5312026-05-29T17:44:37.469Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-29T17:44:39.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.03s
5332026-05-29T17:44:39.822Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-29T17:44:40.382Z Downloading crates ...
5352026-05-29T17:44:40.473Z Downloaded adler2 v2.0.1
5362026-05-29T17:44:40.479Z Downloaded async-recursion v1.1.1
5372026-05-29T17:44:40.483Z Downloaded arrayref v0.3.9
5382026-05-29T17:44:40.488Z Downloaded atty v0.2.14
5392026-05-29T17:44:40.490Z Downloaded atomic-waker v1.1.2
5402026-05-29T17:44:40.493Z Downloaded critical-section v1.2.0
5412026-05-29T17:44:40.495Z Downloaded cfg_aliases v0.2.1
5422026-05-29T17:44:40.503Z Downloaded csv-core v0.1.13
5432026-05-29T17:44:40.505Z Downloaded crypto-bigint v0.5.5
5442026-05-29T17:44:40.508Z Downloaded crunchy v0.2.4
5452026-05-29T17:44:40.511Z Downloaded crossbeam-deque v0.8.6
5462026-05-29T17:44:40.511Z Downloaded cmake v0.1.57
5472026-05-29T17:44:40.511Z Downloaded base64ct v1.8.3
5482026-05-29T17:44:40.514Z Downloaded crossbeam-utils v0.8.21
5492026-05-29T17:44:40.516Z Downloaded backoff v0.4.0
5502026-05-29T17:44:40.516Z Downloaded crossbeam-epoch v0.9.18
5512026-05-29T17:44:40.519Z Downloaded convert_case v0.10.0
5522026-05-29T17:44:40.519Z Downloaded atomicwrites v0.4.4
5532026-05-29T17:44:40.521Z Downloaded const-oid v0.9.6
5542026-05-29T17:44:40.521Z Downloaded colored v3.1.1
5552026-05-29T17:44:40.524Z Downloaded cobs v0.3.0
5562026-05-29T17:44:40.527Z Downloaded ciborium-io v0.2.2
5572026-05-29T17:44:40.527Z Downloaded bit-set v0.5.3
5582026-05-29T17:44:40.527Z Downloaded castaway v0.2.4
5592026-05-29T17:44:40.527Z Downloaded blake2 v0.10.6
5602026-05-29T17:44:40.529Z Downloaded darling_macro v0.20.11
5612026-05-29T17:44:40.532Z Downloaded cipher v0.4.4
5622026-05-29T17:44:40.532Z Downloaded arc-swap v1.8.2
5632026-05-29T17:44:40.535Z Downloaded crc32fast v1.5.0
5642026-05-29T17:44:40.538Z Downloaded crucible-workspace-hack v0.1.0
5652026-05-29T17:44:40.538Z Downloaded der_derive v0.7.3
5662026-05-29T17:44:40.538Z Downloaded cancel-safe-futures v0.1.5
5672026-05-29T17:44:40.543Z Downloaded cstr-argument v0.1.2
5682026-05-29T17:44:40.546Z Downloaded base16ct v0.2.0
5692026-05-29T17:44:40.546Z Downloaded foreign-types v0.5.0
5702026-05-29T17:44:40.549Z Downloaded ena v0.14.4
5712026-05-29T17:44:40.549Z Downloaded cassowary v0.3.0
5722026-05-29T17:44:40.549Z Downloaded byte-wrapper v0.1.0
5732026-05-29T17:44:40.551Z Downloaded block-padding v0.3.3
5742026-05-29T17:44:40.551Z Downloaded async-trait v0.1.89
5752026-05-29T17:44:40.555Z Downloaded float-ord v0.3.2
5762026-05-29T17:44:40.555Z Downloaded darling_macro v0.23.0
5772026-05-29T17:44:40.557Z Downloaded compression-core v0.4.31
5782026-05-29T17:44:40.558Z Downloaded dirs-next v2.0.0
5792026-05-29T17:44:40.558Z Downloaded cfg_aliases v0.1.1
5802026-05-29T17:44:40.558Z Downloaded elliptic-curve v0.13.8
5812026-05-29T17:44:40.560Z Downloaded dropshot_endpoint v0.17.0
5822026-05-29T17:44:40.563Z Downloaded daft-derive v0.1.7
5832026-05-29T17:44:40.565Z Downloaded document-features v0.2.12
5842026-05-29T17:44:40.568Z Downloaded darling_macro v0.21.3
5852026-05-29T17:44:40.568Z Downloaded dirs-sys-next v0.1.2
5862026-05-29T17:44:40.570Z Downloaded cpufeatures v0.3.0
5872026-05-29T17:44:40.570Z Downloaded float-cmp v0.10.0
5882026-05-29T17:44:40.570Z Downloaded env_filter v1.0.0
5892026-05-29T17:44:40.573Z Downloaded display-error-chain v0.2.2
5902026-05-29T17:44:40.574Z Downloaded array-init v0.0.4
5912026-05-29T17:44:40.574Z Downloaded bit-set v0.8.0
5922026-05-29T17:44:40.576Z Downloaded bitfield-macros v0.19.4
5932026-05-29T17:44:40.576Z Downloaded cargo-platform v0.1.9
5942026-05-29T17:44:40.576Z Downloaded foreign-types-macros v0.2.3
5952026-05-29T17:44:40.576Z Downloaded embedded-io v0.6.1
5962026-05-29T17:44:40.579Z Downloaded ciborium-ll v0.2.2
5972026-05-29T17:44:40.579Z Downloaded bcrypt-pbkdf v0.10.0
5982026-05-29T17:44:40.582Z Downloaded console v0.16.2
5992026-05-29T17:44:40.582Z Downloaded ascii-canvas v3.0.0
6002026-05-29T17:44:40.582Z Downloaded dunce v1.0.5
6012026-05-29T17:44:40.584Z Downloaded async-stream-impl v0.3.6
6022026-05-29T17:44:40.584Z Downloaded async-stream v0.3.6
6032026-05-29T17:44:40.584Z Downloaded ctr v0.9.2
6042026-05-29T17:44:40.587Z Downloaded assert_matches v1.5.0
6052026-05-29T17:44:40.587Z Downloaded buf-list v1.1.2
6062026-05-29T17:44:40.590Z Downloaded bitfield-struct v0.6.2
6072026-05-29T17:44:40.593Z Downloaded debug-ignore v1.0.5
6082026-05-29T17:44:40.595Z Downloaded flagset v0.4.7
6092026-05-29T17:44:40.595Z Downloaded dof v0.4.0
6102026-05-29T17:44:40.598Z Downloaded crc v3.4.0
6112026-05-29T17:44:40.598Z Downloaded dropshot-api-manager-types v0.7.1
6122026-05-29T17:44:40.601Z Downloaded bb8 v0.8.6
6132026-05-29T17:44:40.601Z Downloaded aead v0.5.2
6142026-05-29T17:44:40.601Z Downloaded embedded-io v0.4.0
6152026-05-29T17:44:40.604Z Downloaded defmt-parser v1.0.0
6162026-05-29T17:44:40.604Z Downloaded foreign-types v0.3.2
6172026-05-29T17:44:40.607Z Downloaded crc8 v0.1.1
6182026-05-29T17:44:40.607Z Downloaded chacha20 v0.9.1
6192026-05-29T17:44:40.609Z Downloaded dyn-clone v1.0.20
6202026-05-29T17:44:40.609Z Downloaded foreign-types-shared v0.3.1
6212026-05-29T17:44:40.610Z Downloaded fixedbitset v0.4.2
6222026-05-29T17:44:40.612Z Downloaded convert_case v0.4.0
6232026-05-29T17:44:40.613Z Downloaded dtrace-parser v0.3.0
6242026-05-29T17:44:40.613Z Downloaded downcast-rs v2.0.2
6252026-05-29T17:44:40.615Z Downloaded derive_builder_macro v0.20.2
6262026-05-29T17:44:40.618Z Downloaded funty v2.0.0
6272026-05-29T17:44:40.618Z Downloaded foreign-types-shared v0.1.1
6282026-05-29T17:44:40.618Z Downloaded futures-sink v0.3.32
6292026-05-29T17:44:40.618Z Downloaded futures-core v0.3.32
6302026-05-29T17:44:40.620Z Downloaded endian-type v0.1.2
6312026-05-29T17:44:40.621Z Downloaded difflib v0.4.0
6322026-05-29T17:44:40.621Z Downloaded fxhash v0.2.1
6332026-05-29T17:44:40.623Z Downloaded futures-macro v0.3.32
6342026-05-29T17:44:40.623Z Downloaded git-stub v1.0.0
6352026-05-29T17:44:40.626Z Downloaded gethostname v0.5.0
6362026-05-29T17:44:40.629Z Downloaded ed25519 v2.2.3
6372026-05-29T17:44:40.629Z Downloaded derive_builder_core v0.20.2
6382026-05-29T17:44:40.632Z Downloaded cbc v0.1.2
6392026-05-29T17:44:40.632Z Downloaded curve25519-dalek-derive v0.1.1
6402026-05-29T17:44:40.635Z Downloaded fd-lock v4.0.4
6412026-05-29T17:44:40.637Z Downloaded defmt v0.3.100
6422026-05-29T17:44:40.637Z Downloaded cexpr v0.6.0
6432026-05-29T17:44:40.637Z Downloaded blowfish v0.9.1
6442026-05-29T17:44:40.640Z Downloaded find-msvc-tools v0.1.9
6452026-05-29T17:44:40.640Z Downloaded filetime v0.2.27
6462026-05-29T17:44:40.643Z Downloaded const_format_proc_macros v0.2.34
6472026-05-29T17:44:40.643Z Downloaded derive_builder v0.20.2
6482026-05-29T17:44:40.647Z Downloaded futures-io v0.3.32
6492026-05-29T17:44:40.649Z Downloaded crossbeam-channel v0.5.15
6502026-05-29T17:44:40.652Z Downloaded hash32 v0.2.1
6512026-05-29T17:44:40.652Z Downloaded bzip2 v0.4.4
6522026-05-29T17:44:40.655Z Downloaded globwalk v0.9.1
6532026-05-29T17:44:40.655Z Downloaded futures-task v0.3.32
6542026-05-29T17:44:40.657Z Downloaded hex-literal v0.4.1
6552026-05-29T17:44:40.657Z Downloaded chacha20poly1305 v0.10.1
6562026-05-29T17:44:40.660Z Downloaded hostname v0.3.1
6572026-05-29T17:44:40.660Z Downloaded home v0.5.12
6582026-05-29T17:44:40.660Z Downloaded crc-catalog v2.4.0
6592026-05-29T17:44:40.663Z Downloaded bitflags v1.3.2
6602026-05-29T17:44:40.663Z Downloaded hostname v0.4.2
6612026-05-29T17:44:40.666Z Downloaded httpdate v1.0.3
6622026-05-29T17:44:40.666Z Downloaded hash32 v0.3.1
6632026-05-29T17:44:40.668Z Downloaded hubpack v0.1.2
6642026-05-29T17:44:40.668Z Downloaded http-range v0.1.5
6652026-05-29T17:44:40.671Z Downloaded hex v0.4.3
6662026-05-29T17:44:40.671Z Downloaded headers-core v0.3.0
6672026-05-29T17:44:40.671Z Downloaded foldhash v0.2.0
6682026-05-29T17:44:40.674Z Downloaded http-body v1.0.1
6692026-05-29T17:44:40.674Z Downloaded ff v0.13.1
6702026-05-29T17:44:40.676Z Downloaded either v1.15.0
6712026-05-29T17:44:40.676Z Downloaded enum-as-inner v0.6.1
6722026-05-29T17:44:40.676Z Downloaded env_logger v0.11.9
6732026-05-29T17:44:40.679Z Downloaded fallible-iterator v0.2.0
6742026-05-29T17:44:40.682Z Downloaded erased-serde v0.3.31
6752026-05-29T17:44:40.682Z Downloaded daft v0.1.7
6762026-05-29T17:44:40.684Z Downloaded bitfield v0.19.4
6772026-05-29T17:44:40.684Z Downloaded dsl_auto_type v0.2.0
6782026-05-29T17:44:40.688Z Downloaded bcs v0.1.6
6792026-05-29T17:44:40.688Z Downloaded diesel_table_macro_syntax v0.3.0
6802026-05-29T17:44:40.690Z Downloaded corncobs v0.1.4
6812026-05-29T17:44:40.690Z Downloaded ghash v0.5.1
6822026-05-29T17:44:40.690Z Downloaded fs_extra v1.3.0
6832026-05-29T17:44:40.693Z Downloaded fs-err v2.11.0
6842026-05-29T17:44:40.693Z Downloaded defmt v1.0.1
6852026-05-29T17:44:40.696Z Downloaded hubpack_derive v0.1.1
6862026-05-29T17:44:40.696Z Downloaded defmt-macros v1.0.1
6872026-05-29T17:44:40.699Z Downloaded git-stub-vcs v0.1.0
6882026-05-29T17:44:40.701Z Downloaded illumos-nvpair-sys v0.2.0
6892026-05-29T17:44:40.702Z Downloaded cargo_metadata v0.19.2
6902026-05-29T17:44:40.702Z Downloaded bit-vec v0.6.3
6912026-05-29T17:44:40.704Z Downloaded console v0.15.11
6922026-05-29T17:44:40.707Z Downloaded instant v0.1.13
6932026-05-29T17:44:40.707Z Downloaded bit-vec v0.8.0
6942026-05-29T17:44:40.709Z Downloaded cookie v0.18.1
6952026-05-29T17:44:40.709Z Downloaded indoc v1.0.9
6962026-05-29T17:44:40.712Z Downloaded group v0.13.0
6972026-05-29T17:44:40.712Z Downloaded globset v0.4.18
6982026-05-29T17:44:40.716Z Downloaded futures-executor v0.3.32
6992026-05-29T17:44:40.716Z Downloaded cc v1.2.56
7002026-05-29T17:44:40.719Z Downloaded indent_write v2.2.0
7012026-05-29T17:44:40.719Z Downloaded highway v1.3.0
7022026-05-29T17:44:40.719Z Downloaded base64 v0.22.1
7032026-05-29T17:44:40.721Z Downloaded base64 v0.21.7
7042026-05-29T17:44:40.724Z Downloaded instability v0.3.11
7052026-05-29T17:44:40.726Z Downloaded inout v0.1.4
7062026-05-29T17:44:40.726Z Downloaded is_ci v1.2.0
7072026-05-29T17:44:40.726Z Downloaded kstat-rs v0.2.4
7082026-05-29T17:44:40.729Z Downloaded keccak v0.1.6
7092026-05-29T17:44:40.729Z Downloaded is-terminal v0.4.17
7102026-05-29T17:44:40.729Z Downloaded libscf-sys v1.1.0
7112026-05-29T17:44:40.732Z Downloaded lazy_static v1.5.0
7122026-05-29T17:44:40.732Z Downloaded chacha20 v0.10.0
7132026-05-29T17:44:40.735Z Downloaded ciborium v0.2.2
7142026-05-29T17:44:40.735Z Downloaded constant_time_eq v0.4.2
7152026-05-29T17:44:40.735Z Downloaded argon2 v0.5.3
7162026-05-29T17:44:40.737Z Downloaded illumos-nvpair v0.3.0
7172026-05-29T17:44:40.737Z Downloaded ident_case v1.0.1
7182026-05-29T17:44:40.737Z Downloaded hyper-tls v0.6.0
7192026-05-29T17:44:40.740Z Downloaded darling v0.20.11
7202026-05-29T17:44:40.743Z Downloaded des v0.8.1
7212026-05-29T17:44:40.743Z Downloaded derive-ex v0.1.8
7222026-05-29T17:44:40.743Z Downloaded foldhash v0.1.5
7232026-05-29T17:44:40.746Z Downloaded ecdsa v0.16.9
7242026-05-29T17:44:40.746Z Downloaded lalrpop-util v0.19.12
7252026-05-29T17:44:40.748Z Downloaded darling v0.23.0
7262026-05-29T17:44:40.752Z Downloaded darling v0.21.3
7272026-05-29T17:44:40.754Z Downloaded hyper-staticfile v0.10.1
7282026-05-29T17:44:40.755Z Downloaded drift v0.1.4
7292026-05-29T17:44:40.760Z Downloaded humantime v2.3.0
7302026-05-29T17:44:40.762Z Downloaded getrandom v0.2.17
7312026-05-29T17:44:40.765Z Downloaded md5 v0.7.0
7322026-05-29T17:44:40.765Z Downloaded maybe-uninit v2.0.0
7332026-05-29T17:44:40.765Z Downloaded match_cfg v0.1.0
7342026-05-29T17:44:40.765Z Downloaded maplit v1.0.2
7352026-05-29T17:44:40.768Z Downloaded lru-slab v0.1.2
7362026-05-29T17:44:40.768Z Downloaded lru-cache v0.1.2
7372026-05-29T17:44:40.768Z Downloaded lru v0.12.5
7382026-05-29T17:44:40.771Z Downloaded lzss v0.8.2
7392026-05-29T17:44:40.771Z Downloaded futures-channel v0.3.32
7402026-05-29T17:44:40.773Z Downloaded managed v0.8.0
7412026-05-29T17:44:40.773Z Downloaded newline-converter v0.3.0
7422026-05-29T17:44:40.773Z Downloaded bzip2 v0.6.1
7432026-05-29T17:44:40.776Z Downloaded indoc v2.0.7
7442026-05-29T17:44:40.776Z Downloaded glob v0.3.3
7452026-05-29T17:44:40.779Z Downloaded new_debug_unreachable v1.0.6
7462026-05-29T17:44:40.779Z Downloaded crc-any v2.5.0
7472026-05-29T17:44:40.781Z Downloaded multimap v0.10.1
7482026-05-29T17:44:40.781Z Downloaded mime v0.3.17
7492026-05-29T17:44:40.781Z Downloaded ingot v0.1.1
7502026-05-29T17:44:40.784Z Downloaded impl-trait-for-tuples v0.2.3
7512026-05-29T17:44:40.784Z Downloaded ahash v0.8.12
7522026-05-29T17:44:40.786Z Downloaded md-5 v0.10.6
7532026-05-29T17:44:40.786Z Downloaded ipnetwork v0.21.1
7542026-05-29T17:44:40.789Z Downloaded nodrop v0.1.14
7552026-05-29T17:44:40.789Z Downloaded nibble_vec v0.1.0
7562026-05-29T17:44:40.792Z Downloaded internet-checksum v0.2.1
7572026-05-29T17:44:40.792Z Downloaded ingot-types v0.1.2
7582026-05-29T17:44:40.792Z Downloaded half v1.8.3
7592026-05-29T17:44:40.794Z Downloaded linked-hash-map v0.5.6
7602026-05-29T17:44:40.794Z Downloaded newtype-uuid-macros v0.1.0
7612026-05-29T17:44:40.795Z Downloaded normalize-line-endings v0.3.0
7622026-05-29T17:44:40.797Z Downloaded nonempty v0.12.0
7632026-05-29T17:44:40.797Z Downloaded num-iter v0.1.45
7642026-05-29T17:44:40.797Z Downloaded newtype_derive v0.1.6
7652026-05-29T17:44:40.800Z Downloaded num_threads v0.1.7
7662026-05-29T17:44:40.800Z Downloaded clang-sys v1.8.1
7672026-05-29T17:44:40.800Z Downloaded libsw v3.5.0
7682026-05-29T17:44:40.803Z Downloaded httparse v1.10.1
7692026-05-29T17:44:40.803Z Downloaded deranged v0.5.8
7702026-05-29T17:44:40.805Z Downloaded lock_api v0.4.14
7712026-05-29T17:44:40.805Z Downloaded colored v2.2.0
7722026-05-29T17:44:40.808Z Downloaded hmac v0.12.1
7732026-05-29T17:44:40.810Z Downloaded derive-where v1.6.0
7742026-05-29T17:44:40.813Z Downloaded num v0.4.3
7752026-05-29T17:44:40.813Z Downloaded libloading v0.8.9
7762026-05-29T17:44:40.813Z Downloaded libefi-sys v0.1.0
7772026-05-29T17:44:40.816Z Downloaded dropshot_endpoint v0.16.7
7782026-05-29T17:44:40.818Z Downloaded openssl-probe v0.2.1
7792026-05-29T17:44:40.818Z Downloaded openssl-probe v0.1.6
7802026-05-29T17:44:40.819Z Downloaded num-derive v0.3.3
7812026-05-29T17:44:40.821Z Downloaded openssl-macros v0.1.1
7822026-05-29T17:44:40.821Z Downloaded opaque-debug v0.3.1
7832026-05-29T17:44:40.821Z Downloaded olpc-cjson v0.1.4
7842026-05-29T17:44:40.821Z Downloaded num_enum_derive v0.5.11
7852026-05-29T17:44:40.824Z Downloaded num-derive v0.4.2
7862026-05-29T17:44:40.824Z Downloaded oso-derive v0.27.3
7872026-05-29T17:44:40.828Z Downloaded native-tls v0.2.18
7882026-05-29T17:44:40.828Z Downloaded mime_guess v2.0.5
7892026-05-29T17:44:40.828Z Downloaded memoffset v0.9.1
7902026-05-29T17:44:40.831Z Downloaded http-body-util v0.1.3
7912026-05-29T17:44:40.831Z Downloaded num-conv v0.2.0
7922026-05-29T17:44:40.831Z Downloaded newtype-uuid v1.3.2
7932026-05-29T17:44:40.831Z Downloaded nanorand v0.7.0
7942026-05-29T17:44:40.833Z Downloaded linear-map v1.2.0
7952026-05-29T17:44:40.833Z Downloaded libsw-core v0.3.2
7962026-05-29T17:44:40.836Z Downloaded hyper-rustls v0.27.7
7972026-05-29T17:44:40.836Z Downloaded multer v3.1.0
7982026-05-29T17:44:40.839Z Downloaded parse-display v0.10.0
7992026-05-29T17:44:40.839Z Downloaded iana-time-zone v0.1.65
8002026-05-29T17:44:40.841Z Downloaded parse-size v1.1.0
8012026-05-29T17:44:40.841Z Downloaded futures v0.3.32
8022026-05-29T17:44:40.844Z Downloaded crossterm v0.29.0
8032026-05-29T17:44:40.848Z Downloaded ingot-macros v0.1.1
8042026-05-29T17:44:40.851Z Downloaded crossterm v0.28.1
8052026-05-29T17:44:40.853Z Downloaded ipnet v2.11.0
8062026-05-29T17:44:40.856Z Downloaded compact_str v0.8.1
8072026-05-29T17:44:40.856Z Downloaded pbkdf2 v0.11.0
8082026-05-29T17:44:40.859Z Downloaded pbkdf2 v0.12.2
8092026-05-29T17:44:40.859Z Downloaded path-slash v0.1.5
8102026-05-29T17:44:40.861Z Downloaded allocator-api2 v0.2.21
8112026-05-29T17:44:40.861Z Downloaded fatfs v0.3.6
8122026-05-29T17:44:40.864Z Downloaded phf_shared v0.13.1
8132026-05-29T17:44:40.864Z Downloaded phf_shared v0.12.1
8142026-05-29T17:44:40.864Z Downloaded async-bb8-diesel v0.2.1
8152026-05-29T17:44:40.867Z Downloaded phf_shared v0.11.3
8162026-05-29T17:44:40.867Z Downloaded darling_core v0.20.11
8172026-05-29T17:44:40.870Z Downloaded jobserver v0.1.34
8182026-05-29T17:44:40.873Z Downloaded num-integer v0.1.46
8192026-05-29T17:44:40.873Z Downloaded derive_more v0.99.20
8202026-05-29T17:44:40.875Z Downloaded flume v0.11.1
8212026-05-29T17:44:40.878Z Downloaded peg-runtime v0.8.5
8222026-05-29T17:44:40.878Z Downloaded darling_core v0.23.0
8232026-05-29T17:44:40.881Z Downloaded num_enum v0.5.11
8242026-05-29T17:44:40.883Z Downloaded pin-utils v0.1.0
8252026-05-29T17:44:40.886Z Downloaded num_enum_derive v0.7.5
8262026-05-29T17:44:40.886Z Downloaded darling_core v0.21.3
8272026-05-29T17:44:40.905Z Downloaded precomputed-hash v0.1.1
8282026-05-29T17:44:40.907Z Downloaded aho-corasick v1.1.4
8292026-05-29T17:44:40.910Z Downloaded packed_struct_codegen v0.10.1
8302026-05-29T17:44:40.910Z Downloaded packed_struct v0.10.1
8312026-05-29T17:44:40.913Z Downloaded predicates-tree v1.0.13
8322026-05-29T17:44:40.913Z Downloaded proc-macro-crate v3.4.0
8332026-05-29T17:44:40.913Z Downloaded const_format v0.2.35
8342026-05-29T17:44:40.916Z Downloaded proc-macro-crate v1.3.1
8352026-05-29T17:44:40.918Z Downloaded predicates-core v1.0.10
8362026-05-29T17:44:40.918Z Downloaded num_enum v0.7.5
8372026-05-29T17:44:40.921Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-05-29T17:44:40.921Z Downloaded parking_lot_core v0.8.6
8392026-05-29T17:44:40.924Z Downloaded oxnet v0.1.4
8402026-05-29T17:44:40.924Z Downloaded oxide-tokio-rt v0.1.4
8412026-05-29T17:44:40.926Z Downloaded indexmap v1.9.3
8422026-05-29T17:44:40.929Z Downloaded phf v0.13.1
8432026-05-29T17:44:40.929Z Downloaded peg v0.8.5
8442026-05-29T17:44:40.932Z Downloaded paste v1.0.15
8452026-05-29T17:44:40.934Z Downloaded password-hash v0.5.0
8462026-05-29T17:44:40.934Z Downloaded progenitor-macro v0.11.2
8472026-05-29T17:44:40.937Z Downloaded progenitor-client v0.14.0
8482026-05-29T17:44:40.937Z Downloaded progenitor-macro v0.13.0
8492026-05-29T17:44:40.937Z Downloaded progenitor-client v0.11.2
8502026-05-29T17:44:40.937Z Downloaded pem-rfc7468 v0.7.0
8512026-05-29T17:44:40.940Z Downloaded pem v3.0.6
8522026-05-29T17:44:40.940Z Downloaded peg-macros v0.8.5
8532026-05-29T17:44:40.942Z Downloaded flate2 v1.1.9
8542026-05-29T17:44:40.945Z Downloaded pin-project-lite v0.2.17
8552026-05-29T17:44:40.948Z Downloaded heapless v0.7.17
8562026-05-29T17:44:40.950Z Downloaded psl-types v2.0.11
8572026-05-29T17:44:40.950Z Downloaded heapless v0.8.0
8582026-05-29T17:44:40.953Z Downloaded radium v0.7.0
8592026-05-29T17:44:40.953Z Downloaded progenitor-macro v0.14.0
8602026-05-29T17:44:40.953Z Downloaded pin-project-internal v1.1.11
8612026-05-29T17:44:40.956Z Downloaded indicatif v0.18.4
8622026-05-29T17:44:40.958Z Downloaded num-complex v0.4.6
8632026-05-29T17:44:40.958Z Downloaded dropshot-api-manager v0.7.1
8642026-05-29T17:44:40.961Z Downloaded parking_lot v0.12.5
8652026-05-29T17:44:40.964Z Downloaded quick-error v1.2.3
8662026-05-29T17:44:40.966Z Downloaded rand_chacha v0.3.1
8672026-05-29T17:44:40.966Z Downloaded progenitor-client v0.10.0
8682026-05-29T17:44:40.966Z Downloaded rand_xorshift v0.4.0
8692026-05-29T17:44:40.969Z Downloaded primeorder v0.13.6
8702026-05-29T17:44:40.969Z Downloaded ppv-lite86 v0.2.21
8712026-05-29T17:44:40.969Z Downloaded pkg-config v0.3.32
8722026-05-29T17:44:40.972Z Downloaded powerfmt v0.2.0
8732026-05-29T17:44:40.972Z Downloaded ed25519-dalek v2.2.0
8742026-05-29T17:44:40.975Z Downloaded poly1305 v0.8.0
8752026-05-29T17:44:40.975Z Downloaded bumpalo v3.20.2
8762026-05-29T17:44:40.978Z Downloaded ref-cast v1.0.25
8772026-05-29T17:44:40.980Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-05-29T17:44:40.980Z Downloaded ar_archive_writer v0.5.1
8792026-05-29T17:44:40.983Z Downloaded parking_lot_core v0.9.12
8802026-05-29T17:44:40.983Z Downloaded owo-colors v4.3.0
8812026-05-29T17:44:40.986Z Downloaded proc-macro-error2 v2.0.1
8822026-05-29T17:44:40.986Z Downloaded polyval v0.6.2
8832026-05-29T17:44:40.988Z Downloaded pkcs8 v0.10.2
8842026-05-29T17:44:40.989Z Downloaded num-rational v0.4.2
8852026-05-29T17:44:40.991Z Downloaded headers v0.4.1
8862026-05-29T17:44:40.994Z Downloaded password-hash v0.4.2
8872026-05-29T17:44:40.994Z Downloaded recursive v0.1.1
8882026-05-29T17:44:40.996Z Downloaded progenitor v0.10.0
8892026-05-29T17:44:40.996Z Downloaded parse-display-derive v0.10.0
8902026-05-29T17:44:40.997Z Downloaded ref-cast-impl v1.0.25
8912026-05-29T17:44:40.999Z Downloaded libbz2-rs-sys v0.2.2
8922026-05-29T17:44:40.999Z Downloaded half v2.7.1
8932026-05-29T17:44:41.002Z Downloaded derive_more v2.1.1
8942026-05-29T17:44:41.007Z Downloaded expectorate v1.2.0
8952026-05-29T17:44:41.009Z Downloaded progenitor-extras v0.2.0
8962026-05-29T17:44:41.012Z Downloaded rfc6979 v0.4.0
8972026-05-29T17:44:41.012Z Downloaded progenitor-client v0.13.0
8982026-05-29T17:44:41.012Z Downloaded progenitor v0.11.2
8992026-05-29T17:44:41.014Z Downloaded progenitor v0.14.0
9002026-05-29T17:44:41.014Z Downloaded progenitor-macro v0.10.0
9012026-05-29T17:44:41.014Z Downloaded der v0.7.10
9022026-05-29T17:44:41.023Z Downloaded russh-cryptovec v0.7.3
9032026-05-29T17:44:41.023Z Downloaded rustc_version v0.1.7
9042026-05-29T17:44:41.023Z Downloaded rustc-hash v2.1.1
9052026-05-29T17:44:41.023Z Downloaded phf v0.12.1
9062026-05-29T17:44:41.023Z Downloaded pkcs1 v0.7.5
9072026-05-29T17:44:41.023Z Downloaded rtoolbox v0.0.3
9082026-05-29T17:44:41.023Z Downloaded diesel_derives v2.3.7
9092026-05-29T17:44:41.027Z Downloaded papergrid v0.17.0
9102026-05-29T17:44:41.030Z Downloaded predicates v3.1.4
9112026-05-29T17:44:41.033Z Downloaded p256 v0.13.2
9122026-05-29T17:44:41.035Z Downloaded psm v0.1.30
9132026-05-29T17:44:41.038Z Downloaded rand_core v0.9.5
9142026-05-29T17:44:41.038Z Downloaded rustc_version v0.4.1
9152026-05-29T17:44:41.038Z Downloaded rand_core v0.6.4
9162026-05-29T17:44:41.041Z Downloaded r2d2 v0.8.10
9172026-05-29T17:44:41.041Z Downloaded salsa20 v0.10.2
9182026-05-29T17:44:41.041Z Downloaded hickory-resolver v0.24.4
9192026-05-29T17:44:41.044Z Downloaded async-compression v0.4.41
9202026-05-29T17:44:41.047Z Downloaded rand_chacha v0.9.0
9212026-05-29T17:44:41.049Z Downloaded derive_more-impl v2.1.1
9222026-05-29T17:44:41.052Z Downloaded memmap2 v0.9.10
9232026-05-29T17:44:41.052Z Downloaded ignore v0.4.25
9242026-05-29T17:44:41.055Z Downloaded oso v0.27.3
9252026-05-29T17:44:41.057Z Downloaded postgres-types v0.2.12
9262026-05-29T17:44:41.057Z Downloaded rand_core v0.10.0
9272026-05-29T17:44:41.060Z Downloaded postgres-protocol v0.6.10
9282026-05-29T17:44:41.060Z Downloaded pkcs5 v0.7.1
9292026-05-29T17:44:41.062Z Downloaded sapling-renderdag v0.1.0
9302026-05-29T17:44:41.065Z Downloaded getrandom v0.3.4
9312026-05-29T17:44:41.068Z Downloaded scroll_derive v0.13.1
9322026-05-29T17:44:41.068Z Downloaded parking_lot v0.11.2
9332026-05-29T17:44:41.068Z Downloaded scrypt v0.11.0
9342026-05-29T17:44:41.071Z Downloaded miniz_oxide v0.8.9
9352026-05-29T17:44:41.071Z Downloaded bytes v1.11.1
9362026-05-29T17:44:41.073Z Downloaded serde_bytes v0.11.19
9372026-05-29T17:44:41.076Z Downloaded seq-macro v0.3.6
9382026-05-29T17:44:41.076Z Downloaded semver v0.1.20
9392026-05-29T17:44:41.076Z Downloaded secrecy v0.10.3
9402026-05-29T17:44:41.078Z Downloaded serde-big-array v0.5.1
9412026-05-29T17:44:41.079Z Downloaded pin-project v1.1.11
9422026-05-29T17:44:41.085Z Downloaded resolv-conf v0.7.6
9432026-05-29T17:44:41.087Z Downloaded progenitor v0.13.0
9442026-05-29T17:44:41.087Z Downloaded serde_urlencoded v0.7.1
9452026-05-29T17:44:41.090Z Downloaded scopeguard v1.2.0
9462026-05-29T17:44:41.090Z Downloaded scheduled-thread-pool v0.2.7
9472026-05-29T17:44:41.090Z Downloaded nu-ansi-term v0.50.3
9482026-05-29T17:44:41.093Z Downloaded litrs v1.0.0
9492026-05-29T17:44:41.093Z Downloaded shell-words v1.1.1
9502026-05-29T17:44:41.095Z Downloaded serde_plain v1.0.2
9512026-05-29T17:44:41.095Z Downloaded diff v0.1.13
9522026-05-29T17:44:41.098Z Downloaded serde_repr v0.1.20
9532026-05-29T17:44:41.098Z Downloaded sha1 v0.10.6
9542026-05-29T17:44:41.101Z Downloaded hickory-resolver v0.25.2
9552026-05-29T17:44:41.103Z Downloaded prefix-trie v0.7.0
9562026-05-29T17:44:41.103Z Downloaded postcard v1.1.3
9572026-05-29T17:44:41.106Z Downloaded jiff-static v0.2.21
9582026-05-29T17:44:41.109Z Downloaded quinn-udp v0.5.14
9592026-05-29T17:44:41.109Z Downloaded omicron-zone-package v0.12.2
9602026-05-29T17:44:41.111Z Downloaded cookie_store v0.22.1
9612026-05-29T17:44:41.111Z Downloaded signal-hook-mio v0.2.5
9622026-05-29T17:44:41.114Z Downloaded signal-hook-tokio v0.3.1
9632026-05-29T17:44:41.114Z Downloaded rustls-native-certs v0.8.3
9642026-05-29T17:44:41.117Z Downloaded signature v2.2.0
9652026-05-29T17:44:41.117Z Downloaded rusty-fork v0.3.1
9662026-05-29T17:44:41.117Z Downloaded rustversion v1.0.22
9672026-05-29T17:44:41.119Z Downloaded rustls-pemfile v2.2.0
9682026-05-29T17:44:41.119Z Downloaded rustls-pemfile v1.0.4
9692026-05-29T17:44:41.122Z Downloaded openssl-sys v0.9.115
9702026-05-29T17:44:41.125Z Downloaded siphasher v1.0.2
9712026-05-29T17:44:41.125Z Downloaded sigpipe v0.1.3
9722026-05-29T17:44:41.128Z Downloaded slog-envlogger v2.2.0
9732026-05-29T17:44:41.128Z Downloaded scroll v0.13.0
9742026-05-29T17:44:41.128Z Downloaded rand_seeder v0.4.0
9752026-05-29T17:44:41.131Z Downloaded hashbrown v0.13.2
9762026-05-29T17:44:41.131Z Downloaded minimal-lexical v0.2.1
9772026-05-29T17:44:41.134Z Downloaded same-file v1.0.6
9782026-05-29T17:44:41.136Z Downloaded hickory-server v0.25.2
9792026-05-29T17:44:41.139Z Downloaded slog-bunyan v2.5.0
9802026-05-29T17:44:41.139Z Downloaded http v1.4.0
9812026-05-29T17:44:41.142Z Downloaded backon v1.6.0
9822026-05-29T17:44:41.145Z Downloaded schemars_derive v0.8.22
9832026-05-29T17:44:41.145Z Downloaded fixedbitset v0.5.7
9842026-05-29T17:44:41.147Z Downloaded progenitor-impl v0.13.0
9852026-05-29T17:44:41.147Z Downloaded sec1 v0.7.3
9862026-05-29T17:44:41.151Z Downloaded diesel-dtrace v0.5.0
9872026-05-29T17:44:41.151Z Downloaded compression-codecs v0.4.37
9882026-05-29T17:44:41.154Z Downloaded secrecy v0.8.0
9892026-05-29T17:44:41.154Z Downloaded camino-tempfile-ext v0.3.3
9902026-05-29T17:44:41.154Z Downloaded data-encoding v2.10.0
9912026-05-29T17:44:41.154Z Downloaded arrayvec v0.7.6
9922026-05-29T17:44:41.160Z Downloaded serde_spanned v1.0.4
9932026-05-29T17:44:41.163Z Downloaded serde_path_to_error v0.1.20
9942026-05-29T17:44:41.163Z Downloaded ssh-cipher v0.2.0
9952026-05-29T17:44:41.166Z Downloaded ssh-encoding v0.2.0
9962026-05-29T17:44:41.166Z Downloaded serde_derive_internals v0.29.1
9972026-05-29T17:44:41.168Z Downloaded serde-hex v0.1.0
9982026-05-29T17:44:41.172Z Downloaded russh-keys v0.45.0
9992026-05-29T17:44:41.174Z Downloaded mio v1.2.0
10002026-05-29T17:44:41.178Z Downloaded prettyplease v0.2.37
10012026-05-29T17:44:41.181Z Downloaded rustls-pki-types v1.14.0
10022026-05-29T17:44:41.183Z Downloaded sqlparser_derive v0.5.0
10032026-05-29T17:44:41.186Z Downloaded strum v0.26.3
10042026-05-29T17:44:41.186Z Downloaded structmeta v0.3.0
10052026-05-29T17:44:41.188Z Downloaded signal-hook-registry v1.4.8
10062026-05-29T17:44:41.191Z Downloaded subtle v2.6.1
10072026-05-29T17:44:41.191Z Downloaded strip-ansi-escapes v0.2.1
10082026-05-29T17:44:41.194Z Downloaded aes v0.8.4
10092026-05-29T17:44:41.197Z Downloaded rcgen v0.12.1
10102026-05-29T17:44:41.197Z Downloaded hyper-util v0.1.20
10112026-05-29T17:44:41.200Z Downloaded slab v0.4.12
10122026-05-29T17:44:41.202Z Downloaded itertools v0.10.5
10132026-05-29T17:44:41.205Z Downloaded slog-stdlog v4.1.1
10142026-05-29T17:44:41.208Z Downloaded simd-adler32 v0.3.8
10152026-05-29T17:44:41.211Z Downloaded slog-dtrace v0.3.0
10162026-05-29T17:44:41.211Z Downloaded slog-term v2.9.2
10172026-05-29T17:44:41.214Z Downloaded slog-scope v4.4.1
10182026-05-29T17:44:41.216Z Downloaded take_mut v0.2.2
10192026-05-29T17:44:41.216Z Downloaded strum v0.27.2
10202026-05-29T17:44:41.216Z Downloaded tagptr v0.2.0
10212026-05-29T17:44:41.216Z Downloaded snafu-derive v0.8.9
10222026-05-29T17:44:41.219Z Downloaded sct v0.7.1
10232026-05-29T17:44:41.222Z Downloaded smallvec v0.6.14
10242026-05-29T17:44:41.222Z Downloaded num-bigint v0.4.6
10252026-05-29T17:44:41.224Z Downloaded smf v0.2.3
10262026-05-29T17:44:41.224Z Downloaded progenitor-impl v0.14.0
10272026-05-29T17:44:41.227Z Downloaded tabled_derive v0.11.0
10282026-05-29T17:44:41.227Z Downloaded sync_wrapper v1.0.2
10292026-05-29T17:44:41.229Z Downloaded tabwriter v1.4.1
10302026-05-29T17:44:41.229Z Downloaded sync-ptr v0.1.4
10312026-05-29T17:44:41.229Z Downloaded progenitor-impl v0.11.2
10322026-05-29T17:44:41.233Z Downloaded ron v0.8.1
10332026-05-29T17:44:41.237Z Downloaded serde_with_macros v3.17.0
10342026-05-29T17:44:41.239Z Downloaded thread-id v5.1.0
10352026-05-29T17:44:41.239Z Downloaded testing_table v0.3.0
10362026-05-29T17:44:41.242Z Downloaded spki v0.7.3
10372026-05-29T17:44:41.242Z Downloaded tinyvec_macros v0.1.1
10382026-05-29T17:44:41.242Z Downloaded shlex v1.3.0
10392026-05-29T17:44:41.245Z Downloaded termtree v0.5.1
10402026-05-29T17:44:41.245Z Downloaded serde_cbor v0.11.2
10412026-05-29T17:44:41.247Z Downloaded pretty_assertions v1.4.1
10422026-05-29T17:44:41.247Z Downloaded aes-gcm v0.10.3
10432026-05-29T17:44:41.250Z Downloaded rustls-platform-verifier v0.6.2
10442026-05-29T17:44:41.253Z Downloaded hashbrown v0.12.3
10452026-05-29T17:44:41.258Z Downloaded structmeta-derive v0.3.0
10462026-05-29T17:44:41.261Z Downloaded tokio-macros v2.7.0
10472026-05-29T17:44:41.261Z Downloaded stringprep v0.1.5
10482026-05-29T17:44:41.263Z Downloaded static_assertions v1.1.0
10492026-05-29T17:44:41.263Z Downloaded stacker v0.1.23
10502026-05-29T17:44:41.266Z Downloaded ryu v1.0.23
10512026-05-29T17:44:41.269Z Downloaded strum_macros v0.24.3
10522026-05-29T17:44:41.269Z Downloaded strum_macros v0.27.2
10532026-05-29T17:44:41.271Z Downloaded slog-async v2.8.0
10542026-05-29T17:44:41.274Z Downloaded rayon-core v1.13.0
10552026-05-29T17:44:41.276Z Downloaded nom v7.1.3
10562026-05-29T17:44:41.282Z Downloaded slog-json v2.6.1
10572026-05-29T17:44:41.285Z Downloaded tap v1.0.1
10582026-05-29T17:44:41.285Z Downloaded support-bundle-viewer v0.1.2
10592026-05-29T17:44:41.288Z Downloaded schemars v0.8.22
10602026-05-29T17:44:41.293Z Downloaded supports-color v3.0.2
10612026-05-29T17:44:41.296Z Downloaded strum_macros v0.26.4
10622026-05-29T17:44:41.296Z Downloaded string_cache v0.8.9
10632026-05-29T17:44:41.298Z Downloaded progenitor-impl v0.10.0
10642026-05-29T17:44:41.298Z Downloaded termios v0.3.3
10652026-05-29T17:44:41.301Z Downloaded time-core v0.1.8
10662026-05-29T17:44:41.301Z Downloaded thiserror-no-std v2.0.2
10672026-05-29T17:44:41.304Z Downloaded spin v0.9.8
10682026-05-29T17:44:41.306Z Downloaded quinn v0.11.9
10692026-05-29T17:44:41.309Z Downloaded qorb v0.4.1
10702026-05-29T17:44:41.312Z Downloaded tower-service v0.3.3
10712026-05-29T17:44:41.314Z Downloaded thread_local v1.1.9
10722026-05-29T17:44:41.314Z Downloaded tiny-keccak v2.0.2
10732026-05-29T17:44:41.317Z Downloaded thiserror-impl-no-std v2.0.2
10742026-05-29T17:44:41.317Z Downloaded sqlformat v0.3.5
10752026-05-29T17:44:41.317Z Downloaded rand v0.8.6
10762026-05-29T17:44:41.320Z Downloaded try-lock v0.2.5
10772026-05-29T17:44:41.320Z Downloaded publicsuffix v2.3.0
10782026-05-29T17:44:41.322Z Downloaded tokio-tungstenite v0.21.0
10792026-05-29T17:44:41.325Z Downloaded tokio-dtrace v0.1.1
10802026-05-29T17:44:41.325Z Downloaded tls_codec_derive v0.4.2
10812026-05-29T17:44:41.325Z Downloaded slog v2.8.2
10822026-05-29T17:44:41.328Z Downloaded trait-variant v0.1.2
10832026-05-29T17:44:41.330Z Downloaded unarray v0.1.4
10842026-05-29T17:44:41.330Z Downloaded typify-macro v0.4.3
10852026-05-29T17:44:41.330Z Downloaded serde_yaml v0.9.34+deprecated
10862026-05-29T17:44:41.333Z Downloaded similar v2.7.0
10872026-05-29T17:44:41.336Z Downloaded universal-hash v0.5.1
10882026-05-29T17:44:41.336Z Downloaded tls_codec v0.4.2
10892026-05-29T17:44:41.338Z Downloaded tower-layer v0.3.3
10902026-05-29T17:44:41.338Z Downloaded topological-sort v0.2.2
10912026-05-29T17:44:41.338Z Downloaded time-macros v0.2.27
10922026-05-29T17:44:41.341Z Downloaded signal-hook v0.3.18
10932026-05-29T17:44:41.343Z Downloaded tokio-native-tls v0.3.1
10942026-05-29T17:44:41.344Z Downloaded libxml v0.3.3
10952026-05-29T17:44:41.346Z Downloaded hashbrown v0.15.5
10962026-05-29T17:44:41.349Z Downloaded unicode-truncate v1.1.0
10972026-05-29T17:44:41.354Z Downloaded schemars v0.9.0
10982026-05-29T17:44:41.361Z Downloaded unit-prefix v0.5.2
10992026-05-29T17:44:41.363Z Downloaded tokio-rustls v0.25.0
11002026-05-29T17:44:41.363Z Downloaded untrusted v0.7.1
11012026-05-29T17:44:41.366Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11022026-05-29T17:44:41.366Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-05-29T17:44:41.366Z Downloaded futures-util v0.3.32
11042026-05-29T17:44:41.372Z Downloaded utf-8 v0.7.6
11052026-05-29T17:44:41.375Z Downloaded usdt-macro v0.6.0
11062026-05-29T17:44:41.375Z Downloaded usdt-attr-macro v0.6.0
11072026-05-29T17:44:41.375Z Downloaded usdt v0.6.0
11082026-05-29T17:44:41.375Z Downloaded untrusted v0.9.0
11092026-05-29T17:44:41.378Z Downloaded socket2 v0.6.3
11102026-05-29T17:44:41.378Z Downloaded rsa v0.9.10
11112026-05-29T17:44:41.381Z Downloaded itertools v0.13.0
11122026-05-29T17:44:41.384Z Downloaded term v1.2.1
11132026-05-29T17:44:41.386Z Downloaded void v1.0.2
11142026-05-29T17:44:41.386Z Downloaded term v0.7.0
11152026-05-29T17:44:41.389Z Downloaded wait-timeout v0.2.1
11162026-05-29T17:44:41.389Z Downloaded rand v0.9.2
11172026-05-29T17:44:41.392Z Downloaded itertools v0.12.1
11182026-05-29T17:44:41.395Z Downloaded tokio-tungstenite v0.23.1
11192026-05-29T17:44:41.397Z Downloaded iri-string v0.7.10
11202026-05-29T17:44:41.400Z Downloaded unicase v2.9.0
11212026-05-29T17:44:41.403Z Downloaded typify-macro v0.6.2
11222026-05-29T17:44:41.403Z Downloaded num-bigint-dig v0.8.6
11232026-05-29T17:44:41.405Z Downloaded want v0.3.1
11242026-05-29T17:44:41.408Z Downloaded socket2 v0.5.10
11252026-05-29T17:44:41.408Z Downloaded xshell-macros v0.2.7
11262026-05-29T17:44:41.411Z Downloaded hyper v1.8.1
11272026-05-29T17:44:41.414Z Downloaded tui-tree-widget v0.23.1
11282026-05-29T17:44:41.417Z Downloaded samael v0.0.19
11292026-05-29T17:44:41.420Z Downloaded xattr v1.6.1
11302026-05-29T17:44:41.422Z Downloaded zeroize_derive v1.4.3
11312026-05-29T17:44:41.422Z Downloaded schemars v1.2.1
11322026-05-29T17:44:41.429Z Downloaded tokio-stream v0.1.18
11332026-05-29T17:44:41.432Z Downloaded tokio-rustls v0.26.4
11342026-05-29T17:44:41.434Z Downloaded tokio-rustls v0.24.1
11352026-05-29T17:44:41.435Z Downloaded usdt-impl v0.6.0
11362026-05-29T17:44:41.437Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-05-29T17:44:41.437Z Downloaded itertools v0.14.0
11382026-05-29T17:44:41.440Z Downloaded zone v0.3.1
11392026-05-29T17:44:41.443Z Downloaded subprocess v0.2.15
11402026-05-29T17:44:41.443Z Downloaded snafu v0.8.9
11412026-05-29T17:44:41.446Z Downloaded toml_parser v1.0.9+spec-1.1.0
11422026-05-29T17:44:41.449Z Downloaded tinyvec v1.10.0
11432026-05-29T17:44:41.453Z Downloaded uzers v0.12.2
11442026-05-29T17:44:41.453Z Downloaded vsss-rs v3.3.4
11452026-05-29T17:44:41.455Z Downloaded vergen-git2 v1.0.7
11462026-05-29T17:44:41.455Z Downloaded test-strategy v0.4.5
11472026-05-29T17:44:41.455Z Downloaded vergen-lib v0.1.6
11482026-05-29T17:44:41.458Z Downloaded libm v0.2.16
11492026-05-29T17:44:41.463Z Downloaded vergen-gitcl v1.0.8
11502026-05-29T17:44:41.465Z Downloaded rand v0.10.0
11512026-05-29T17:44:41.468Z Downloaded twox-hash v2.1.2
11522026-05-29T17:44:41.468Z Downloaded p521 v0.13.3
11532026-05-29T17:44:41.471Z Downloaded hkdf v0.12.4
11542026-05-29T17:44:41.471Z Downloaded whoami v2.1.0
11552026-05-29T17:44:41.473Z Downloaded whoami v1.6.1
11562026-05-29T17:44:41.473Z Downloaded walkdir v2.5.0
11572026-05-29T17:44:41.476Z Downloaded wyz v0.5.1
11582026-05-29T17:44:41.476Z Downloaded rustls-webpki v0.103.9
11592026-05-29T17:44:41.479Z Downloaded unicode-properties v0.1.4
11602026-05-29T17:44:41.479Z Downloaded h2 v0.4.13
11612026-05-29T17:44:41.482Z Downloaded xshell v0.2.7
11622026-05-29T17:44:41.485Z Downloaded blake3 v1.8.3
11632026-05-29T17:44:41.487Z Downloaded waitgroup v0.1.2
11642026-05-29T17:44:41.490Z Downloaded toml v1.0.6+spec-1.1.0
11652026-05-29T17:44:41.493Z Downloaded toml v0.9.12+spec-1.1.0
11662026-05-29T17:44:41.495Z Downloaded toml v0.7.8
11672026-05-29T17:44:41.498Z Downloaded zstd-safe v7.2.4
11682026-05-29T17:44:41.498Z Downloaded zeroize v1.8.2
11692026-05-29T17:44:41.498Z Downloaded tar v0.4.45
11702026-05-29T17:44:41.508Z Downloaded russh v0.45.0
11712026-05-29T17:44:41.515Z Downloaded zone_cfg_derive v0.3.1
11722026-05-29T17:44:41.518Z Downloaded tracing-attributes v0.1.31
11732026-05-29T17:44:41.518Z Downloaded hashbrown v0.16.1
11742026-05-29T17:44:41.520Z Downloaded vergen v9.0.6
11752026-05-29T17:44:41.524Z Downloaded tungstenite v0.21.0
11762026-05-29T17:44:41.527Z Downloaded typify v0.6.2
11772026-05-29T17:44:41.529Z Downloaded tracing-core v0.1.36
11782026-05-29T17:44:41.529Z Downloaded unicode-bidi v0.3.18
11792026-05-29T17:44:41.532Z Downloaded tungstenite v0.23.0
11802026-05-29T17:44:41.535Z Downloaded rustyline v14.0.0
11812026-05-29T17:44:41.535Z Downloaded zerocopy v0.6.6
11822026-05-29T17:44:41.538Z Downloaded yasna v0.5.2
11832026-05-29T17:44:41.542Z Downloaded iddqd v0.4.1
11842026-05-29T17:44:41.548Z Downloaded unsafe-libyaml v0.2.11
11852026-05-29T17:44:41.554Z Downloaded aws-lc-rs v1.16.3
11862026-05-29T17:44:41.557Z Downloaded zstd v0.13.3
11872026-05-29T17:44:41.560Z Downloaded vte v0.14.1
11882026-05-29T17:44:41.564Z Downloaded rpassword v7.4.0
11892026-05-29T17:44:41.576Z Downloaded typify v0.4.3
11902026-05-29T17:44:41.587Z Downloaded toml_edit v0.19.15
11912026-05-29T17:44:41.596Z Downloaded uuid v1.23.0
11922026-05-29T17:44:41.598Z Downloaded reedline v0.40.0
11932026-05-29T17:44:41.602Z Downloaded steno v0.4.1
11942026-05-29T17:44:41.610Z Downloaded zopfli v0.8.3
11952026-05-29T17:44:41.612Z Downloaded ssh-key v0.6.7
11962026-05-29T17:44:41.628Z Downloaded regex v1.12.3
11972026-05-29T17:44:41.631Z Downloaded unicode_categories v0.1.1
11982026-05-29T17:44:41.640Z Downloaded bitvec v1.0.1
11992026-05-29T17:44:41.650Z Downloaded reqwest v0.13.2
12002026-05-29T17:44:41.656Z Downloaded git2 v0.20.4
12012026-05-29T17:44:41.659Z Downloaded zip v0.6.6
12022026-05-29T17:44:41.661Z Downloaded yansi v1.0.1
12032026-05-29T17:44:41.664Z Downloaded zerocopy-derive v0.8.40
12042026-05-29T17:44:41.667Z Downloaded toml_edit v0.23.10+spec-1.0.0
12052026-05-29T17:44:41.670Z Downloaded bindgen v0.71.1
12062026-05-29T17:44:41.673Z Downloaded p384 v0.13.1
12072026-05-29T17:44:41.676Z Downloaded reqwest v0.12.28
12082026-05-29T17:44:41.679Z Downloaded tokio-postgres v0.7.16
12092026-05-29T17:44:41.682Z Downloaded chrono v0.4.44
12102026-05-29T17:44:41.686Z Downloaded x509-cert v0.2.5
12112026-05-29T17:44:41.689Z Downloaded lalrpop v0.19.12
12122026-05-29T17:44:41.695Z Downloaded unicode-segmentation v1.12.0
12132026-05-29T17:44:41.699Z Downloaded rayon v1.11.0
12142026-05-29T17:44:41.711Z Downloaded portable-atomic v1.13.1
12152026-05-29T17:44:41.716Z Downloaded rustls-webpki v0.101.7
12162026-05-29T17:44:41.728Z Downloaded typed-path v0.9.3
12172026-05-29T17:44:41.732Z Downloaded tower-http v0.6.8
12182026-05-29T17:44:41.735Z Downloaded tough v0.22.0
12192026-05-29T17:44:41.740Z Downloaded quick-xml v0.37.5
12202026-05-29T17:44:41.743Z Downloaded salty v0.3.0
12212026-05-29T17:44:41.746Z Downloaded petname v2.0.2
12222026-05-29T17:44:41.749Z Downloaded proptest v1.10.0
12232026-05-29T17:44:41.753Z Downloaded tower v0.5.3
12242026-05-29T17:44:41.758Z Downloaded object v0.30.4
12252026-05-29T17:44:41.764Z Downloaded tokio-util v0.7.18
12262026-05-29T17:44:41.774Z Downloaded zip v4.6.1
12272026-05-29T17:44:41.777Z Downloaded serde_with v3.17.0
12282026-05-29T17:44:41.786Z Downloaded quinn-proto v0.11.13
12292026-05-29T17:44:41.789Z Downloaded goblin v0.10.5
12302026-05-29T17:44:41.794Z Downloaded moka v0.12.13
12312026-05-29T17:44:41.797Z Downloaded rustls-webpki v0.102.8
12322026-05-29T17:44:41.808Z Downloaded curve25519-dalek v4.1.3
12332026-05-29T17:44:41.814Z Downloaded nix v0.27.1
12342026-05-29T17:44:41.830Z Downloaded unicode-normalization v0.1.25
12352026-05-29T17:44:41.834Z Downloaded nix v0.29.0
12362026-05-29T17:44:41.845Z Downloaded tabled v0.20.0
12372026-05-29T17:44:41.856Z Downloaded time v0.3.47
12382026-05-29T17:44:41.864Z Downloaded rustls v0.21.12
12392026-05-29T17:44:41.869Z Downloaded bstr v1.12.1
12402026-05-29T17:44:41.874Z Downloaded polar-core v0.27.3
12412026-05-29T17:44:41.885Z Downloaded winnow v0.6.26
12422026-05-29T17:44:41.892Z Downloaded winnow v0.5.40
12432026-05-29T17:44:41.898Z Downloaded openssl v0.10.79
12442026-05-29T17:44:41.904Z Downloaded object v0.37.3
12452026-05-29T17:44:41.915Z Downloaded nix v0.28.0
12462026-05-29T17:44:41.931Z Downloaded openapiv3 v2.2.0
12472026-05-29T17:44:41.934Z Downloaded radix_trie v0.2.1
12482026-05-29T17:44:41.935Z Downloaded dropshot v0.16.7
12492026-05-29T17:44:41.944Z Downloaded regress v0.11.1
12502026-05-29T17:44:41.953Z Downloaded smoltcp v0.9.1
12512026-05-29T17:44:41.968Z Downloaded regex-syntax v0.6.29
12522026-05-29T17:44:41.973Z Downloaded nix v0.31.2
12532026-05-29T17:44:41.981Z Downloaded hickory-proto v0.24.4
12542026-05-29T17:44:41.989Z Downloaded vcpkg v0.2.15
12552026-05-29T17:44:42.012Z Downloaded rustix v0.38.44
12562026-05-29T17:44:42.026Z Downloaded zlib-rs v0.6.2
12572026-05-29T17:44:42.030Z Downloaded webpki-roots v1.0.6
12582026-05-29T17:44:42.037Z Downloaded rustls v0.22.4
12592026-05-29T17:44:42.040Z Downloaded zerocopy v0.8.40
12602026-05-29T17:44:42.044Z Downloaded smoltcp v0.11.0
12612026-05-29T17:44:42.050Z Downloaded regex-syntax v0.8.10
12622026-05-29T17:44:42.056Z Downloaded rustls v0.23.37
12632026-05-29T17:44:42.063Z Downloaded hickory-proto v0.25.2
12642026-05-29T17:44:42.071Z Downloaded sqlparser v0.61.0
12652026-05-29T17:44:42.077Z Downloaded diesel v2.3.7
12662026-05-29T17:44:42.092Z Downloaded tracing v0.1.44
12672026-05-29T17:44:42.101Z Downloaded regress v0.10.5
12682026-05-29T17:44:42.107Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-05-29T17:44:42.113Z Downloaded ratatui v0.29.0
12702026-05-29T17:44:42.126Z Downloaded dropshot v0.17.0
12712026-05-29T17:44:42.148Z Downloaded typify-impl v0.6.2
12722026-05-29T17:44:42.157Z Downloaded zerocopy-derive v0.6.6
12732026-05-29T17:44:42.163Z Downloaded sled v0.34.7
12742026-05-29T17:44:42.168Z Downloaded regex-automata v0.4.14
12752026-05-29T17:44:42.177Z Downloaded typify-impl v0.4.3
12762026-05-29T17:44:42.186Z Downloaded jiff v0.2.21
12772026-05-29T17:44:42.197Z Downloaded chrono-tz v0.10.4
12782026-05-29T17:44:42.208Z Downloaded csv v1.4.0
12792026-05-29T17:44:42.223Z Downloaded libz-sys v1.1.24
12802026-05-29T17:44:42.237Z Downloaded petgraph v0.6.5
12812026-05-29T17:44:42.248Z Downloaded tokio v1.52.1
12822026-05-29T17:44:42.277Z Downloaded petgraph v0.8.3
12832026-05-29T17:44:42.298Z Downloaded sha3 v0.10.8
12842026-05-29T17:44:42.304Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-29T17:44:42.351Z Downloaded encoding_rs v0.8.35
12862026-05-29T17:44:42.366Z Downloaded ring v0.17.14
12872026-05-29T17:44:42.391Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-29T17:44:42.924Z Downloaded aws-lc-sys v0.40.0
12892026-05-29T17:44:43.174Z Compiling libc v0.2.185
12902026-05-29T17:44:43.174Z Compiling serde v1.0.228
12912026-05-29T17:44:43.178Z Compiling log v0.4.29
12922026-05-29T17:44:43.178Z Compiling shlex v1.3.0
12932026-05-29T17:44:43.178Z Compiling find-msvc-tools v0.1.9
12942026-05-29T17:44:43.178Z Compiling smallvec v1.15.1
12952026-05-29T17:44:43.178Z Compiling typenum v1.19.0
12962026-05-29T17:44:43.178Z Compiling subtle v2.6.1
12972026-05-29T17:44:43.178Z Compiling generic-array v0.14.7
12982026-05-29T17:44:43.178Z Compiling scopeguard v1.2.0
12992026-05-29T17:44:43.378Z Compiling const-oid v0.9.6
13002026-05-29T17:44:43.388Z Compiling serde_json v1.0.149
13012026-05-29T17:44:43.412Z Compiling syn v2.0.117
13022026-05-29T17:44:43.425Z Compiling zerocopy v0.8.40
13032026-05-29T17:44:43.428Z Compiling pin-project-lite v0.2.17
13042026-05-29T17:44:43.438Z Compiling parking_lot_core v0.9.12
13052026-05-29T17:44:43.512Z Compiling lock_api v0.4.14
13062026-05-29T17:44:43.512Z Compiling portable-atomic v1.13.1
13072026-05-29T17:44:43.541Z Compiling pkg-config v0.3.32
13082026-05-29T17:44:43.556Z Compiling bitflags v2.11.0
13092026-05-29T17:44:43.573Z Compiling libm v0.2.16
13102026-05-29T17:44:43.602Z Compiling futures-core v0.3.32
13112026-05-29T17:44:43.606Z Compiling critical-section v1.2.0
13122026-05-29T17:44:43.630Z Compiling num-traits v0.2.19
13132026-05-29T17:44:43.728Z Compiling percent-encoding v2.3.2
13142026-05-29T17:44:43.776Z Compiling futures-sink v0.3.32
13152026-05-29T17:44:43.792Z Compiling cpufeatures v0.2.17
13162026-05-29T17:44:43.796Z Compiling getrandom v0.4.1
13172026-05-29T17:44:43.837Z Compiling futures-task v0.3.32
13182026-05-29T17:44:43.866Z Compiling futures-channel v0.3.32
13192026-05-29T17:44:43.898Z Compiling futures-io v0.3.32
13202026-05-29T17:44:43.898Z Compiling slab v0.4.12
13212026-05-29T17:44:43.940Z Compiling rand_core v0.10.0
13222026-05-29T17:44:43.966Z Compiling indexmap v2.14.0
13232026-05-29T17:44:44.045Z Compiling rustversion v1.0.22
13242026-05-29T17:44:44.073Z Compiling getrandom v0.3.4
13252026-05-29T17:44:44.088Z Compiling form_urlencoded v1.2.2
13262026-05-29T17:44:44.119Z Compiling dunce v1.0.5
13272026-05-29T17:44:44.134Z Compiling fs_extra v1.3.0
13282026-05-29T17:44:44.139Z Compiling base64ct v1.8.3
13292026-05-29T17:44:44.139Z Compiling ident_case v1.0.1
13302026-05-29T17:44:44.179Z Compiling flagset v0.4.7
13312026-05-29T17:44:44.209Z Compiling rustix v1.1.3
13322026-05-29T17:44:44.227Z Compiling iana-time-zone v0.1.65
13332026-05-29T17:44:44.274Z Compiling getrandom v0.2.17
13342026-05-29T17:44:44.290Z Compiling jobserver v0.1.34
13352026-05-29T17:44:44.338Z Compiling errno v0.3.14
13362026-05-29T17:44:44.404Z Compiling mio v1.2.0
13372026-05-29T17:44:44.421Z Compiling rand_core v0.6.4
13382026-05-29T17:44:44.441Z Compiling socket2 v0.6.3
13392026-05-29T17:44:44.485Z Compiling signal-hook-registry v1.4.8
13402026-05-29T17:44:44.530Z Compiling cc v1.2.56
13412026-05-29T17:44:44.545Z Compiling once_cell v1.21.3
13422026-05-29T17:44:44.594Z Compiling parking_lot v0.12.5
13432026-05-29T17:44:44.642Z Compiling pem-rfc7468 v0.7.0
13442026-05-29T17:44:44.674Z Compiling regex-syntax v0.8.10
13452026-05-29T17:44:44.719Z Compiling aws-lc-rs v1.16.3
13462026-05-29T17:44:44.772Z Compiling vcpkg v0.2.15
13472026-05-29T17:44:44.790Z Compiling tracing-core v0.1.36
13482026-05-29T17:44:44.846Z Compiling uuid v1.23.0
13492026-05-29T17:44:44.884Z Compiling rustc_version v0.4.1
13502026-05-29T17:44:44.908Z Compiling base64 v0.22.1
13512026-05-29T17:44:44.975Z Compiling openssl-probe v0.2.1
13522026-05-29T17:44:44.991Z Compiling rand_core v0.9.5
13532026-05-29T17:44:45.023Z Compiling httparse v1.10.1
13542026-05-29T17:44:45.068Z Compiling untrusted v0.7.1
13552026-05-29T17:44:45.102Z Compiling tinyvec_macros v0.1.1
13562026-05-29T17:44:45.165Z Compiling untrusted v0.9.0
13572026-05-29T17:44:45.181Z Compiling tinyvec v1.10.0
13582026-05-29T17:44:45.207Z Compiling aho-corasick v1.1.4
13592026-05-29T17:44:45.228Z Compiling try-lock v0.2.5
13602026-05-29T17:44:45.243Z Compiling cmake v0.1.57
13612026-05-29T17:44:45.281Z Compiling tower-layer v0.3.3
13622026-05-29T17:44:45.297Z Compiling tower-service v0.3.3
13632026-05-29T17:44:45.312Z Compiling schemars v0.8.22
13642026-05-29T17:44:45.350Z Compiling dyn-clone v1.0.20
13652026-05-29T17:44:45.352Z Compiling atomic-waker v1.1.2
13662026-05-29T17:44:45.378Z Compiling rustls v0.23.37
13672026-05-29T17:44:45.410Z Compiling want v0.3.1
13682026-05-29T17:44:45.462Z Compiling httpdate v1.0.3
13692026-05-29T17:44:45.509Z Compiling foreign-types-shared v0.1.1
13702026-05-29T17:44:45.524Z Compiling pin-utils v0.1.0
13712026-05-29T17:44:45.536Z Compiling openssl v0.10.79
13722026-05-29T17:44:45.600Z Compiling unicode-normalization v0.1.25
13732026-05-29T17:44:45.644Z Compiling foreign-types v0.3.2
13742026-05-29T17:44:45.644Z Compiling spin v0.9.8
13752026-05-29T17:44:45.675Z Compiling native-tls v0.2.18
13762026-05-29T17:44:45.689Z Compiling crc32fast v1.5.0
13772026-05-29T17:44:45.692Z Compiling powerfmt v0.2.0
13782026-05-29T17:44:45.704Z Compiling time-core v0.1.8
13792026-05-29T17:44:45.749Z Compiling num-conv v0.2.0
13802026-05-29T17:44:45.754Z Compiling wait-timeout v0.2.1
13812026-05-29T17:44:45.778Z Compiling sync_wrapper v1.0.2
13822026-05-29T17:44:45.811Z Compiling num_threads v0.1.7
13832026-05-29T17:44:45.840Z Compiling bit-vec v0.8.0
13842026-05-29T17:44:45.909Z Compiling deranged v0.5.8
13852026-05-29T17:44:45.924Z Compiling simd-adler32 v0.3.8
13862026-05-29T17:44:45.927Z Compiling siphasher v1.0.2
13872026-05-29T17:44:45.927Z Compiling time-macros v0.2.27
13882026-05-29T17:44:45.963Z Compiling tempfile v3.25.0
13892026-05-29T17:44:45.981Z Compiling crossbeam-utils v0.8.21
13902026-05-29T17:44:45.981Z Compiling quick-error v1.2.3
13912026-05-29T17:44:46.074Z Compiling syn v1.0.109
13922026-05-29T17:44:46.089Z Compiling usdt-impl v0.6.0
13932026-05-29T17:44:46.132Z Compiling bit-set v0.8.0
13942026-05-29T17:44:46.148Z Compiling slog v2.8.2
13952026-05-29T17:44:46.167Z Compiling heapless v0.7.17
13962026-05-29T17:44:46.187Z Compiling aws-lc-sys v0.40.0
13972026-05-29T17:44:46.203Z Compiling ring v0.17.14
13982026-05-29T17:44:46.249Z Compiling openssl-sys v0.9.115
13992026-05-29T17:44:46.311Z Compiling regex-automata v0.4.14
14002026-05-29T17:44:46.314Z Compiling synstructure v0.13.2
14012026-05-29T17:44:46.327Z Compiling pest_generator v2.8.6
14022026-05-29T17:44:46.340Z Compiling serde_derive_internals v0.29.1
14032026-05-29T17:44:46.369Z Compiling darling_core v0.20.11
14042026-05-29T17:44:46.385Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-05-29T17:44:46.458Z Compiling darling_core v0.21.3
14062026-05-29T17:44:46.493Z Compiling rusty-fork v0.3.1
14072026-05-29T17:44:46.841Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-05-29T17:44:46.947Z Compiling rand_xorshift v0.4.0
14092026-05-29T17:44:46.961Z Compiling thread-id v5.1.0
14102026-05-29T17:44:47.078Z Compiling cookie v0.18.1
14112026-05-29T17:44:47.093Z Compiling ryu v1.0.23
14122026-05-29T17:44:47.107Z Compiling time v0.3.47
14132026-05-29T17:44:47.123Z Compiling adler2 v2.0.1
14142026-05-29T17:44:47.139Z Compiling signal-hook v0.3.18
14152026-05-29T17:44:47.168Z Compiling unicode-properties v0.1.4
14162026-05-29T17:44:47.188Z Compiling zstd-safe v7.2.4
14172026-05-29T17:44:47.275Z Compiling anyhow v1.0.102
14182026-05-29T17:44:47.289Z Compiling allocator-api2 v0.2.21
14192026-05-29T17:44:47.303Z Compiling iri-string v0.7.10
14202026-05-29T17:44:47.320Z Compiling unarray v0.1.4
14212026-05-29T17:44:47.335Z Compiling unicode-bidi v0.3.18
14222026-05-29T17:44:47.404Z Compiling paste v1.0.15
14232026-05-29T17:44:47.454Z Compiling miniz_oxide v0.8.9
14242026-05-29T17:44:47.745Z Compiling stringprep v0.1.5
14252026-05-29T17:44:47.905Z Compiling vergen-lib v0.1.6
14262026-05-29T17:44:47.924Z Compiling num-integer v0.1.46
14272026-05-29T17:44:48.007Z Compiling curve25519-dalek v4.1.3
14282026-05-29T17:44:48.097Z Compiling ff v0.13.1
14292026-05-29T17:44:48.115Z Compiling hash32 v0.2.1
14302026-05-29T17:44:48.144Z Compiling serde_derive v1.0.228
14312026-05-29T17:44:48.216Z Compiling zeroize_derive v1.4.3
14322026-05-29T17:44:48.232Z Compiling zerofrom-derive v0.1.6
14332026-05-29T17:44:48.249Z Compiling yoke-derive v0.8.1
14342026-05-29T17:44:48.275Z Compiling zerovec-derive v0.11.2
14352026-05-29T17:44:48.320Z Compiling zerocopy-derive v0.8.40
14362026-05-29T17:44:48.369Z Compiling displaydoc v0.2.5
14372026-05-29T17:44:48.766Z Compiling tokio-macros v2.7.0
14382026-05-29T17:44:48.766Z Compiling futures-macro v0.3.32
14392026-05-29T17:44:48.898Z Compiling der_derive v0.7.3
14402026-05-29T17:44:48.923Z Compiling zeroize v1.8.2
14412026-05-29T17:44:49.141Z Compiling rustls-pki-types v1.14.0
14422026-05-29T17:44:49.155Z Compiling thiserror-impl v2.0.18
14432026-05-29T17:44:49.460Z Compiling tracing-attributes v0.1.31
14442026-05-29T17:44:49.487Z Compiling scroll_derive v0.13.1
14452026-05-29T17:44:49.538Z Compiling pest_derive v2.8.6
14462026-05-29T17:44:49.624Z Compiling crypto-common v0.1.7
14472026-05-29T17:44:49.640Z Compiling block-buffer v0.10.4
14482026-05-29T17:44:49.680Z Compiling futures-util v0.3.32
14492026-05-29T17:44:49.728Z Compiling zerofrom v0.1.6
14502026-05-29T17:44:49.791Z Compiling digest v0.10.7
14512026-05-29T17:44:49.836Z Compiling block-padding v0.3.3
14522026-05-29T17:44:49.872Z Compiling yoke v0.8.1
14532026-05-29T17:44:49.935Z Compiling der v0.7.10
14542026-05-29T17:44:50.015Z Compiling hmac v0.12.1
14552026-05-29T17:44:50.030Z Compiling inout v0.1.4
14562026-05-29T17:44:50.066Z Compiling zerovec v0.11.5
14572026-05-29T17:44:50.081Z Compiling zerotrie v0.2.3
14582026-05-29T17:44:50.185Z Compiling cipher v0.4.4
14592026-05-29T17:44:50.212Z Compiling sha2 v0.10.9
14602026-05-29T17:44:50.351Z Compiling pbkdf2 v0.12.2
14612026-05-29T17:44:50.398Z Compiling schemars_derive v0.8.22
14622026-05-29T17:44:50.475Z Compiling salsa20 v0.10.2
14632026-05-29T17:44:50.489Z Compiling cbc v0.1.2
14642026-05-29T17:44:50.583Z Compiling tinystr v0.8.2
14652026-05-29T17:44:50.612Z Compiling potential_utf v0.1.4
14662026-05-29T17:44:50.669Z Compiling scrypt v0.11.0
14672026-05-29T17:44:50.683Z Compiling thiserror v2.0.18
14682026-05-29T17:44:50.713Z Compiling aes v0.8.4
14692026-05-29T17:44:50.801Z Compiling icu_locale_core v2.1.1
14702026-05-29T17:44:50.817Z Compiling icu_collections v2.1.1
14712026-05-29T17:44:50.832Z Compiling spki v0.7.3
14722026-05-29T17:44:50.884Z Compiling tracing v0.1.44
14732026-05-29T17:44:50.949Z Compiling scroll v0.13.0
14742026-05-29T17:44:51.059Z Compiling darling_macro v0.20.11
14752026-05-29T17:44:51.186Z Compiling pkcs5 v0.7.1
14762026-05-29T17:44:51.244Z Compiling openssl-macros v0.1.1
14772026-05-29T17:44:51.259Z Compiling goblin v0.10.5
14782026-05-29T17:44:51.325Z Compiling rustls-native-certs v0.8.3
14792026-05-29T17:44:51.578Z Compiling icu_provider v2.1.1
14802026-05-29T17:44:51.623Z Compiling bytes v1.11.1
14812026-05-29T17:44:51.641Z Compiling chrono v0.4.44
14822026-05-29T17:44:51.669Z Compiling ipnet v2.11.0
14832026-05-29T17:44:51.696Z Compiling pkcs8 v0.10.2
14842026-05-29T17:44:51.712Z Compiling darling v0.20.11
14852026-05-29T17:44:51.715Z Compiling dtrace-parser v0.3.0
14862026-05-29T17:44:51.780Z Compiling signature v2.2.0
14872026-05-29T17:44:51.807Z Compiling derive_builder_core v0.20.2
14882026-05-29T17:44:51.827Z Compiling icu_properties v2.1.2
14892026-05-29T17:44:51.903Z Compiling icu_normalizer v2.1.1
14902026-05-29T17:44:51.982Z Compiling webpki-roots v1.0.6
14912026-05-29T17:44:52.024Z Compiling scroll_derive v0.12.1
14922026-05-29T17:44:52.038Z Compiling thiserror-impl v1.0.69
14932026-05-29T17:44:52.119Z Compiling tokio v1.52.1
14942026-05-29T17:44:52.194Z Compiling http v1.4.0
14952026-05-29T17:44:52.261Z Compiling serde_urlencoded v0.7.1
14962026-05-29T17:44:52.472Z Compiling toml_datetime v0.6.11
14972026-05-29T17:44:52.522Z Compiling erased-serde v0.3.31
14982026-05-29T17:44:52.536Z Compiling serde_tokenstream v0.2.3
14992026-05-29T17:44:52.715Z Compiling idna_adapter v1.2.1
15002026-05-29T17:44:52.731Z Compiling scroll v0.12.0
15012026-05-29T17:44:52.752Z Compiling derive_builder_macro v0.20.2
15022026-05-29T17:44:52.766Z Compiling serde_spanned v0.6.9
15032026-05-29T17:44:52.871Z Compiling idna v1.1.0
15042026-05-29T17:44:52.888Z Compiling ppv-lite86 v0.2.21
15052026-05-29T17:44:52.929Z Compiling http-body v1.0.1
15062026-05-29T17:44:52.974Z Compiling md-5 v0.10.6
15072026-05-29T17:44:53.010Z Compiling darling_macro v0.21.3
15082026-05-29T17:44:53.025Z Compiling bstr v1.12.1
15092026-05-29T17:44:53.039Z Compiling zerocopy-derive v0.7.35
15102026-05-29T17:44:53.085Z Compiling http-body-util v0.1.3
15112026-05-29T17:44:53.105Z Compiling async-trait v0.1.89
15122026-05-29T17:44:53.146Z Compiling pin-project-internal v1.1.11
15132026-05-29T17:44:53.160Z Compiling memoffset v0.9.1
15142026-05-29T17:44:53.238Z Compiling url v2.5.8
15152026-05-29T17:44:53.255Z Compiling rand_chacha v0.9.0
15162026-05-29T17:44:53.351Z Compiling rand_chacha v0.3.1
15172026-05-29T17:44:53.372Z Compiling thiserror v1.0.69
15182026-05-29T17:44:53.387Z Compiling fallible-iterator v0.2.0
15192026-05-29T17:44:53.492Z Compiling rand v0.9.2
15202026-05-29T17:44:53.521Z Compiling ref-cast v1.0.25
15212026-05-29T17:44:53.563Z Compiling zlib-rs v0.6.2
15222026-05-29T17:44:53.703Z Compiling psl-types v2.0.11
15232026-05-29T17:44:53.706Z Compiling cfg_aliases v0.2.1
15242026-05-29T17:44:53.843Z Compiling smoltcp v0.9.1
15252026-05-29T17:44:53.846Z Compiling num-bigint-dig v0.8.6
15262026-05-29T17:44:53.939Z Compiling base16ct v0.2.0
15272026-05-29T17:44:54.066Z Compiling dof v0.4.0
15282026-05-29T17:44:54.069Z Compiling proptest v1.10.0
15292026-05-29T17:44:54.133Z Compiling litrs v1.0.0
15302026-05-29T17:44:54.168Z Compiling rustix v0.38.44
15312026-05-29T17:44:54.249Z Compiling sec1 v0.7.3
15322026-05-29T17:44:54.268Z Compiling postgres-protocol v0.6.10
15332026-05-29T17:44:54.302Z Compiling zerocopy v0.7.35
15342026-05-29T17:44:54.317Z Compiling pin-project v1.1.11
15352026-05-29T17:44:54.389Z Compiling publicsuffix v2.3.0
15362026-05-29T17:44:54.434Z Compiling nix v0.31.2
15372026-05-29T17:44:54.546Z Compiling rand v0.8.6
15382026-05-29T17:44:54.573Z Compiling ipnetwork v0.21.1
15392026-05-29T17:44:54.586Z Compiling darling v0.21.3
15402026-05-29T17:44:54.656Z Compiling document-features v0.2.12
15412026-05-29T17:44:54.680Z Compiling derive_builder v0.20.2
15422026-05-29T17:44:54.750Z Compiling goblin v0.8.2
15432026-05-29T17:44:54.816Z Compiling oxnet v0.1.4
15442026-05-29T17:44:54.844Z Compiling futures-executor v0.3.32
15452026-05-29T17:44:54.866Z Compiling hubpack_derive v0.1.1
15462026-05-29T17:44:54.988Z Compiling hex v0.4.3
15472026-05-29T17:44:55.105Z Compiling cargo-platform v0.1.9
15482026-05-29T17:44:55.118Z Compiling hkdf v0.12.4
15492026-05-29T17:44:55.169Z Compiling crypto-bigint v0.5.5
15502026-05-29T17:44:55.233Z Compiling regex v1.12.3
15512026-05-29T17:44:55.350Z Compiling group v0.13.0
15522026-05-29T17:44:55.365Z Compiling num-iter v0.1.45
15532026-05-29T17:44:55.382Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-29T17:44:55.416Z Compiling strum_macros v0.27.2
15552026-05-29T17:44:55.428Z Compiling ref-cast-impl v1.0.25
15562026-05-29T17:44:55.442Z Compiling daft-derive v0.1.7
15572026-05-29T17:44:55.504Z Compiling snafu-derive v0.8.9
15582026-05-29T17:44:55.774Z Compiling phf_shared v0.13.1
15592026-05-29T17:44:55.860Z Compiling tokio-util v0.7.18
15602026-05-29T17:44:55.994Z Compiling tower v0.5.3
15612026-05-29T17:44:56.032Z Compiling tokio-native-tls v0.3.1
15622026-05-29T17:44:56.047Z Compiling terminal_size v0.4.3
15632026-05-29T17:44:56.061Z Compiling lazy_static v1.5.0
15642026-05-29T17:44:56.116Z Compiling vergen v9.0.6
15652026-05-29T17:44:56.175Z Compiling fs-err v3.3.0
15662026-05-29T17:44:56.189Z Compiling ahash v0.8.12
15672026-05-29T17:44:56.205Z Compiling encoding_rs v0.8.35
15682026-05-29T17:44:56.223Z Compiling winnow v0.5.40
15692026-05-29T17:44:56.260Z Compiling mime v0.3.17
15702026-05-29T17:44:56.318Z Compiling libbz2-rs-sys v0.2.2
15712026-05-29T17:44:56.389Z Compiling bumpalo v3.20.2
15722026-05-29T17:44:56.414Z Compiling tower-http v0.6.8
15732026-05-29T17:44:56.495Z Compiling newtype-uuid v1.3.2
15742026-05-29T17:44:56.540Z Compiling flate2 v1.1.9
15752026-05-29T17:44:56.656Z Compiling h2 v0.4.13
15762026-05-29T17:44:56.819Z Compiling unicode-segmentation v1.12.0
15772026-05-29T17:44:56.852Z Compiling bitflags v1.3.2
15782026-05-29T17:44:56.866Z Compiling managed v0.8.0
15792026-05-29T17:44:56.928Z Compiling same-file v1.0.6
15802026-05-29T17:44:56.942Z Compiling object v0.37.3
15812026-05-29T17:44:56.983Z Compiling foldhash v0.2.0
15822026-05-29T17:44:57.033Z Compiling foldhash v0.1.5
15832026-05-29T17:44:57.112Z Compiling walkdir v2.5.0
15842026-05-29T17:44:57.232Z Compiling hashbrown v0.15.5
15852026-05-29T17:44:57.249Z Compiling hashbrown v0.16.1
15862026-05-29T17:44:57.252Z Compiling clap_builder v4.5.60
15872026-05-29T17:44:57.332Z Compiling dof v0.3.0
15882026-05-29T17:44:57.351Z Compiling bzip2 v0.6.1
15892026-05-29T17:44:57.451Z Compiling daft v0.1.7
15902026-05-29T17:44:57.483Z Compiling strum v0.27.2
15912026-05-29T17:44:57.507Z Compiling snafu v0.8.9
15922026-05-29T17:44:57.574Z Compiling toml_edit v0.19.15
15932026-05-29T17:44:57.626Z Compiling zopfli v0.8.3
15942026-05-29T17:44:57.784Z Compiling elliptic-curve v0.13.8
15952026-05-29T17:44:57.862Z Compiling phf v0.13.1
15962026-05-29T17:44:57.878Z Compiling signal-hook-mio v0.2.5
15972026-05-29T17:44:57.922Z Compiling cargo_metadata v0.19.2
15982026-05-29T17:44:57.959Z Compiling cookie_store v0.22.1
15992026-05-29T17:44:58.006Z Compiling usdt-macro v0.6.0
16002026-05-29T17:44:58.037Z Compiling usdt-attr-macro v0.6.0
16012026-05-29T17:44:58.078Z Compiling bzip2 v0.4.4
16022026-05-29T17:44:58.195Z Compiling hubpack v0.1.2
16032026-05-29T17:44:58.263Z Compiling futures v0.3.32
16042026-05-29T17:44:58.312Z Compiling serde_with_macros v3.17.0
16052026-05-29T17:44:58.359Z Compiling postgres-types v0.2.12
16062026-05-29T17:44:58.394Z Compiling zstd v0.13.3
16072026-05-29T17:44:58.429Z Compiling dtrace-parser v0.2.0
16082026-05-29T17:44:58.630Z Compiling globset v0.4.18
16092026-05-29T17:44:58.677Z Compiling ed25519 v2.2.3
16102026-05-29T17:44:58.780Z Compiling pkcs1 v0.7.5
16112026-05-29T17:44:58.868Z Compiling serde_plain v1.0.2
16122026-05-29T17:44:58.931Z Compiling olpc-cjson v0.1.4
16132026-05-29T17:44:59.080Z Compiling serde-big-array v0.5.1
16142026-05-29T17:44:59.109Z Compiling rfc6979 v0.4.0
16152026-05-29T17:44:59.198Z Compiling strum_macros v0.26.4
16162026-05-29T17:44:59.217Z Compiling async-recursion v1.1.1
16172026-05-29T17:44:59.240Z Compiling serde_repr v0.1.20
16182026-05-29T17:44:59.256Z Compiling clap_derive v4.5.55
16192026-05-29T17:44:59.270Z Compiling enum-as-inner v0.6.1
16202026-05-29T17:44:59.322Z Compiling phf_shared v0.11.3
16212026-05-29T17:44:59.442Z Compiling float-cmp v0.10.0
16222026-05-29T17:44:59.479Z Compiling pem v3.0.6
16232026-05-29T17:44:59.523Z Compiling memmap2 v0.9.10
16242026-05-29T17:44:59.589Z Compiling thread-id v4.2.2
16252026-05-29T17:44:59.604Z Compiling hyper v1.8.1
16262026-05-29T17:44:59.689Z Compiling env_filter v1.0.0
16272026-05-29T17:44:59.762Z Compiling new_debug_unreachable v1.0.6
16282026-05-29T17:44:59.810Z Compiling precomputed-hash v0.1.1
16292026-05-29T17:44:59.824Z Compiling difflib v0.4.0
16302026-05-29T17:44:59.827Z Compiling data-encoding v2.10.0
16312026-05-29T17:44:59.856Z Compiling typed-path v0.9.3
16322026-05-29T17:44:59.910Z Compiling predicates-core v1.0.10
16332026-05-29T17:44:59.913Z Compiling fixedbitset v0.4.2
16342026-05-29T17:45:00.014Z Compiling whoami v2.1.0
16352026-05-29T17:45:00.104Z Compiling normalize-line-endings v0.3.0
16362026-05-29T17:45:00.160Z Compiling jiff v0.2.21
16372026-05-29T17:45:00.221Z Compiling keccak v0.1.6
16382026-05-29T17:45:00.237Z Compiling either v1.15.0
16392026-05-29T17:45:00.278Z Compiling fixedbitset v0.5.7
16402026-05-29T17:45:00.401Z Compiling static_assertions v1.1.0
16412026-05-29T17:45:00.415Z Compiling toml_edit v0.22.27
16422026-05-29T17:45:00.463Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16432026-05-29T17:45:00.486Z Compiling itertools v0.13.0
16442026-05-29T17:45:00.548Z Compiling petgraph v0.8.3
16452026-05-29T17:45:00.654Z Compiling sha3 v0.10.8
16462026-05-29T17:45:00.669Z Compiling tokio-postgres v0.7.16
16472026-05-29T17:45:00.828Z Compiling hyper-util v0.1.20
16482026-05-29T17:45:00.995Z Compiling strum v0.26.3
16492026-05-29T17:45:01.099Z Compiling predicates v3.1.4
16502026-05-29T17:45:01.113Z Compiling clap v4.5.60
16512026-05-29T17:45:01.134Z Compiling hickory-proto v0.25.2
16522026-05-29T17:45:01.150Z Compiling petgraph v0.6.5
16532026-05-29T17:45:01.153Z Compiling string_cache v0.8.9
16542026-05-29T17:45:01.210Z Compiling env_logger v0.11.9
16552026-05-29T17:45:01.291Z Compiling usdt v0.6.0
16562026-05-29T17:45:01.414Z Compiling usdt-impl v0.5.0
16572026-05-29T17:45:01.578Z Compiling serde_with v3.17.0
16582026-05-29T17:45:01.592Z Compiling ecdsa v0.16.9
16592026-05-29T17:45:01.797Z Compiling crossterm v0.28.1
16602026-05-29T17:45:01.813Z Compiling rsa v0.9.10
16612026-05-29T17:45:02.004Z Compiling toml v0.7.8
16622026-05-29T17:45:02.031Z Compiling ed25519-dalek v2.2.0
16632026-05-29T17:45:02.570Z Compiling hyper-tls v0.6.0
16642026-05-29T17:45:02.667Z Compiling zip v0.6.6
16652026-05-29T17:45:02.714Z Compiling iddqd v0.4.1
16662026-05-29T17:45:02.833Z Compiling zip v4.6.1
16672026-05-29T17:45:03.232Z Compiling heck v0.4.1
16682026-05-29T17:45:03.263Z Compiling similar v2.7.0
16692026-05-29T17:45:03.278Z Compiling tokio-stream v0.1.18
16702026-05-29T17:45:03.299Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-29T17:45:03.345Z Compiling buf-list v1.1.2
16722026-05-29T17:45:03.400Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-29T17:45:03.430Z Compiling openapiv3 v2.2.0
16742026-05-29T17:45:03.480Z Compiling x509-cert v0.2.5
16752026-05-29T17:45:03.642Z Compiling sha1 v0.10.6
16762026-05-29T17:45:03.734Z Compiling crossbeam-epoch v0.9.18
16772026-05-29T17:45:03.760Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-05-29T17:45:03.821Z Compiling peg-runtime v0.8.5
16792026-05-29T17:45:03.886Z Compiling lalrpop-util v0.19.12
16802026-05-29T17:45:03.939Z Compiling thread_local v1.1.9
16812026-05-29T17:45:03.954Z Compiling slog-async v2.8.0
16822026-05-29T17:45:04.061Z Compiling crossbeam-channel v0.5.15
16832026-05-29T17:45:04.075Z Compiling is-terminal v0.4.17
16842026-05-29T17:45:04.078Z Compiling filetime v0.2.27
16852026-05-29T17:45:04.107Z Compiling take_mut v0.2.2
16862026-05-29T17:45:04.123Z Compiling term v1.2.1
16872026-05-29T17:45:04.159Z Compiling xattr v1.6.1
16882026-05-29T17:45:04.281Z Compiling tar v0.4.45
16892026-05-29T17:45:04.529Z Compiling slog-term v2.9.2
16902026-05-29T17:45:22.039Z Compiling rustls-webpki v0.103.9
16912026-05-29T17:45:24.820Z Compiling tokio-rustls v0.26.4
16922026-05-29T17:45:24.820Z Compiling rustls-platform-verifier v0.6.2
16932026-05-29T17:45:25.026Z Compiling hyper-rustls v0.27.7
16942026-05-29T17:45:25.225Z Compiling reqwest v0.12.28
16952026-05-29T17:45:25.225Z Compiling reqwest v0.13.2
16962026-05-29T17:45:26.462Z Compiling tough v0.22.0
16972026-05-29T17:45:28.971Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-29T17:45:29.193Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-29T17:45:32.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.11s
17002026-05-29T17:45:32.150Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-29T17:45:32.209ZMay 29 17:45:32.012 INFO Starting download, target: Cockroach
17022026-05-29T17:45:32.209ZMay 29 17:45:32.013 INFO Starting download, target: Clickhouse
17032026-05-29T17:45:32.209ZMay 29 17:45:32.013 INFO Starting download, target: Console
17042026-05-29T17:45:32.213ZMay 29 17:45:32.013 INFO Starting download, target: DendriteStub
17052026-05-29T17:45:32.213ZMay 29 17:45:32.013 INFO Starting download, target: MaghemiteMgd
17062026-05-29T17:45:32.213ZMay 29 17:45:32.013 INFO Starting download, target: TransceiverControl
17072026-05-29T17:45:32.213ZMay 29 17:45:32.013 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-05-29T17:45:32.213ZMay 29 17:45:32.013 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-29T17:45:32.213ZMay 29 17:45:32.013 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-29T17:45:32.213ZMay 29 17:45:32.014 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-05-29T17:45:32.213ZMay 29 17:45:32.014 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-05-29T17:45:32.213ZMay 29 17:45:32.014 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-05-29T17:45:32.921ZMay 29 17:45:32.713 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-29T17:45:33.126ZMay 29 17:45:32.921 INFO Download complete, target: TransceiverControl
17152026-05-29T17:45:33.338ZMay 29 17:45:33.045 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-29T17:45:33.509ZMay 29 17:45:33.273 INFO Download complete, target: Console
17172026-05-29T17:45:34.465ZMay 29 17:45:34.235 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-29T17:45:34.699ZMay 29 17:45:34.502 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-29T17:45:34.814ZMay 29 17:45:34.605 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-05-29T17:45:35.293ZMay 29 17:45:35.092 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-29T17:45:35.293ZMay 29 17:45:35.092 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-29T17:45:36.791ZMay 29 17:45:36.590 INFO Download complete, target: DendriteStub
17232026-05-29T17:45:37.072ZMay 29 17:45:36.875 INFO Download complete, target: MaghemiteMgd
17242026-05-29T17:45:39.920ZMay 29 17:45:39.723 INFO Checking that binary works, target: Cockroach
17252026-05-29T17:45:40.046ZMay 29 17:45:39.847 INFO Download complete, target: Cockroach
17262026-05-29T17:45:41.468ZMay 29 17:45:41.271 INFO Checking that binary works, target: Clickhouse
17272026-05-29T17:45:41.560ZMay 29 17:45:41.363 INFO Download complete, target: Clickhouse
17282026-05-29T17:45:41.566ZAll prerequisites installed successfully
17292026-05-29T17:45:41.570Z
17302026-05-29T17:45:41.570Zreal 2:08.432708074
17312026-05-29T17:45:41.570Zuser 6:54.583246258
17322026-05-29T17:45:41.570Zsys 1:40.265170551
17332026-05-29T17:45:41.571Ztrap 0.266075502
17342026-05-29T17:45:41.571Ztflt 1.251257122
17352026-05-29T17:45:41.571Zdflt 1.858150530
17362026-05-29T17:45:41.571Zkflt 0.028138590
17372026-05-29T17:45:41.571Zlock 23:03.850710175
17382026-05-29T17:45:41.571Zslp 19:05.893137962
17392026-05-29T17:45:41.571Zlat 24.363631916
17402026-05-29T17:45:41.571Zstop 2:51.012040792
17412026-05-29T17:45:41.571Z+ ptime -m cargo xtask download softnpu
17422026-05-29T17:45:42.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-05-29T17:45:42.122Z Running `target/debug/xtask download softnpu`
17442026-05-29T17:45:42.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-05-29T17:45:42.958Z Running `target/debug/xtask-downloader softnpu`
17462026-05-29T17:45:42.998ZMay 29 17:45:42.801 INFO Starting download, target: Softnpu
17472026-05-29T17:45:43.004ZMay 29 17:45:42.802 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-29T17:45:44.073ZMay 29 17:45:43.852 INFO Download complete, target: Softnpu
17492026-05-29T17:45:44.079Z
17502026-05-29T17:45:44.079Zreal 2.479835794
17512026-05-29T17:45:44.079Zuser 1.341765207
17522026-05-29T17:45:44.079Zsys 0.666819798
17532026-05-29T17:45:44.079Ztrap 0.000709339
17542026-05-29T17:45:44.079Ztflt 0.000111313
17552026-05-29T17:45:44.079Zdflt 0.000500349
17562026-05-29T17:45:44.079Zkflt 0.000000000
17572026-05-29T17:45:44.080Zlock 19.795696392
17582026-05-29T17:45:44.080Zslp 0.899741602
17592026-05-29T17:45:44.080Zlat 0.089442358
17602026-05-29T17:45:44.080Zstop 0.000226068
17612026-05-29T17:45:44.080Z+ export CARGO_INCREMENTAL=0
17622026-05-29T17:45:44.080Z+ CARGO_INCREMENTAL=0
17632026-05-29T17:45:44.080Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-29T17:45:44.963Z Compiling proc-macro2 v1.0.106
17652026-05-29T17:45:44.963Z Compiling quote v1.0.45
17662026-05-29T17:45:44.963Z Compiling unicode-ident v1.0.24
17672026-05-29T17:45:44.963Z Compiling libc v0.2.185
17682026-05-29T17:45:44.967Z Compiling serde_core v1.0.228
17692026-05-29T17:45:44.967Z Compiling serde v1.0.228
17702026-05-29T17:45:44.967Z Compiling cfg-if v1.0.4
17712026-05-29T17:45:44.967Z Compiling version_check v0.9.5
17722026-05-29T17:45:45.119Z Compiling find-msvc-tools v0.1.9
17732026-05-29T17:45:45.126Z Compiling shlex v1.3.0
17742026-05-29T17:45:45.127Z Compiling typenum v1.19.0
17752026-05-29T17:45:45.127Z Compiling zmij v1.0.21
17762026-05-29T17:45:45.127Z Compiling autocfg v1.5.0
17772026-05-29T17:45:45.127Z Compiling serde_json v1.0.149
17782026-05-29T17:45:45.127Z Compiling memchr v2.8.0
17792026-05-29T17:45:45.361Z Compiling portable-atomic v1.13.1
17802026-05-29T17:45:45.411Z Compiling libm v0.2.16
17812026-05-29T17:45:45.418Z Compiling zerocopy v0.8.40
17822026-05-29T17:45:45.438Z Compiling generic-array v0.14.7
17832026-05-29T17:45:45.447Z Compiling parking_lot_core v0.9.12
17842026-05-29T17:45:45.477Z Compiling smallvec v1.15.1
17852026-05-29T17:45:45.496Z Compiling icu_normalizer_data v2.1.1
17862026-05-29T17:45:45.525Z Compiling icu_properties_data v2.1.2
17872026-05-29T17:45:45.589Z Compiling num-traits v0.2.19
17882026-05-29T17:45:45.745Z Compiling itoa v1.0.17
17892026-05-29T17:45:45.748Z Compiling getrandom v0.4.1
17902026-05-29T17:45:45.748Z Compiling log v0.4.29
17912026-05-29T17:45:45.788Z Compiling stable_deref_trait v1.2.1
17922026-05-29T17:45:45.804Z Compiling pkg-config v0.3.32
17932026-05-29T17:45:45.863Z Compiling subtle v2.6.1
17942026-05-29T17:45:46.039Z Compiling scopeguard v1.2.0
17952026-05-29T17:45:46.101Z Compiling litemap v0.8.1
17962026-05-29T17:45:46.131Z Compiling percent-encoding v2.3.2
17972026-05-29T17:45:46.134Z Compiling writeable v0.6.2
17982026-05-29T17:45:46.169Z Compiling jobserver v0.1.34
17992026-05-29T17:45:46.264Z Compiling getrandom v0.2.17
18002026-05-29T17:45:46.308Z Compiling errno v0.3.14
18012026-05-29T17:45:46.312Z Compiling lock_api v0.4.14
18022026-05-29T17:45:46.415Z Compiling cc v1.2.56
18032026-05-29T17:45:46.446Z Compiling rand_core v0.6.4
18042026-05-29T17:45:46.470Z Compiling syn v2.0.117
18052026-05-29T17:45:46.503Z Compiling fnv v1.0.7
18062026-05-29T17:45:46.530Z Compiling pin-project-lite v0.2.17
18072026-05-29T17:45:46.590Z Compiling thiserror v2.0.18
18082026-05-29T17:45:46.652Z Compiling getrandom v0.3.4
18092026-05-29T17:45:46.679Z Compiling dunce v1.0.5
18102026-05-29T17:45:46.724Z Compiling equivalent v1.0.2
18112026-05-29T17:45:46.727Z Compiling fs_extra v1.3.0
18122026-05-29T17:45:46.754Z Compiling rand_core v0.10.0
18132026-05-29T17:45:46.770Z Compiling schemars v0.8.22
18142026-05-29T17:45:46.820Z Compiling rustversion v1.0.22
18152026-05-29T17:45:46.823Z Compiling utf8_iter v1.0.4
18162026-05-29T17:45:46.953Z Compiling form_urlencoded v1.2.2
18172026-05-29T17:45:46.997Z Compiling critical-section v1.2.0
18182026-05-29T17:45:47.042Z Compiling signal-hook-registry v1.4.8
18192026-05-29T17:45:47.116Z Compiling hashbrown v0.17.0
18202026-05-29T17:45:47.132Z Compiling rustix v1.1.3
18212026-05-29T17:45:47.162Z Compiling cmake v0.1.57
18222026-05-29T17:45:47.273Z Compiling mio v1.2.0
18232026-05-29T17:45:47.288Z Compiling socket2 v0.6.3
18242026-05-29T17:45:47.475Z Compiling once_cell v1.21.3
18252026-05-29T17:45:47.531Z Compiling semver v1.0.28
18262026-05-29T17:45:47.535Z Compiling parking_lot v0.12.5
18272026-05-29T17:45:47.638Z Compiling bitflags v2.11.0
18282026-05-29T17:45:47.666Z Compiling indexmap v2.14.0
18292026-05-29T17:45:47.756Z Compiling const-oid v0.9.6
18302026-05-29T17:45:47.760Z Compiling ring v0.17.14
18312026-05-29T17:45:47.772Z Compiling aws-lc-sys v0.40.0
18322026-05-29T17:45:47.910Z Compiling heck v0.5.0
18332026-05-29T17:45:47.915Z Compiling aws-lc-rs v1.16.3
18342026-05-29T17:45:47.929Z Compiling futures-core v0.3.32
18352026-05-29T17:45:48.048Z Compiling httparse v1.10.1
18362026-05-29T17:45:48.075Z Compiling vcpkg v0.2.15
18372026-05-29T17:45:48.132Z Compiling strsim v0.11.1
18382026-05-29T17:45:48.137Z Compiling thiserror v1.0.69
18392026-05-29T17:45:48.273Z Compiling iana-time-zone v0.1.65
18402026-05-29T17:45:48.334Z Compiling ucd-trie v0.1.7
18412026-05-29T17:45:48.447Z Compiling byteorder v1.5.0
18422026-05-29T17:45:48.473Z Compiling regex-syntax v0.8.10
18432026-05-29T17:45:48.481Z Compiling pest v2.8.6
18442026-05-29T17:45:48.481Z Compiling ident_case v1.0.1
18452026-05-29T17:45:48.532Z Compiling syn v1.0.109
18462026-05-29T17:45:48.571Z Compiling uuid v1.23.0
18472026-05-29T17:45:48.610Z Compiling rustls v0.23.37
18482026-05-29T17:45:48.647Z Compiling cpufeatures v0.2.17
18492026-05-29T17:45:48.690Z Compiling openssl-sys v0.9.115
18502026-05-29T17:45:48.812Z Compiling futures-sink v0.3.32
18512026-05-29T17:45:48.866Z Compiling rustc_version v0.4.1
18522026-05-29T17:45:48.930Z Compiling futures-channel v0.3.32
18532026-05-29T17:45:48.975Z Compiling futures-io v0.3.32
18542026-05-29T17:45:49.107Z Compiling futures-task v0.3.32
18552026-05-29T17:45:49.124Z Compiling slab v0.4.12
18562026-05-29T17:45:49.205Z Compiling aho-corasick v1.1.4
18572026-05-29T17:45:49.248Z Compiling synstructure v0.13.2
18582026-05-29T17:45:49.291Z Compiling serde_derive_internals v0.29.1
18592026-05-29T17:45:49.378Z Compiling dyn-clone v1.0.20
18602026-05-29T17:45:49.509Z Compiling plain v0.2.3
18612026-05-29T17:45:49.528Z Compiling crc32fast v1.5.0
18622026-05-29T17:45:49.545Z Compiling openssl v0.10.79
18632026-05-29T17:45:49.640Z Compiling pest_meta v2.8.6
18642026-05-29T17:45:49.658Z Compiling base64 v0.22.1
18652026-05-29T17:45:49.782Z Compiling crossbeam-utils v0.8.21
18662026-05-29T17:45:49.801Z Compiling num-conv v0.2.0
18672026-05-29T17:45:49.815Z Compiling time-core v0.1.8
18682026-05-29T17:45:49.973Z Compiling pretty-hex v0.4.1
18692026-05-29T17:45:49.988Z Compiling native-tls v0.2.18
18702026-05-29T17:45:50.003Z Compiling time-macros v0.2.27
18712026-05-29T17:45:50.030Z Compiling regex-automata v0.4.14
18722026-05-29T17:45:50.089Z Compiling anyhow v1.0.102
18732026-05-29T17:45:50.093Z Compiling base64ct v1.8.3
18742026-05-29T17:45:50.127Z Compiling darling_core v0.21.3
18752026-05-29T17:45:50.262Z Compiling pest_generator v2.8.6
18762026-05-29T17:45:50.329Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-05-29T17:45:50.356Z Compiling pem-rfc7468 v0.7.0
18782026-05-29T17:45:50.408Z Compiling tracing-core v0.1.36
18792026-05-29T17:45:50.549Z Compiling serde_derive v1.0.228
18802026-05-29T17:45:50.580Z Compiling zeroize_derive v1.4.3
18812026-05-29T17:45:50.643Z Compiling zerofrom-derive v0.1.6
18822026-05-29T17:45:50.658Z Compiling yoke-derive v0.8.1
18832026-05-29T17:45:50.662Z Compiling zerovec-derive v0.11.2
18842026-05-29T17:45:50.724Z Compiling displaydoc v0.2.5
18852026-05-29T17:45:50.914Z Compiling zerocopy-derive v0.8.40
18862026-05-29T17:45:50.928Z Compiling tokio-macros v2.7.0
18872026-05-29T17:45:51.000Z Compiling futures-macro v0.3.32
18882026-05-29T17:45:51.206Z Compiling zeroize v1.8.2
18892026-05-29T17:45:51.473Z Compiling thiserror-impl v2.0.18
18902026-05-29T17:45:51.640Z Compiling schemars_derive v0.8.22
18912026-05-29T17:45:51.640Z Compiling tracing-attributes v0.1.31
18922026-05-29T17:45:51.723Z Compiling der_derive v0.7.3
18932026-05-29T17:45:51.767Z Compiling thiserror-impl v1.0.69
18942026-05-29T17:45:51.785Z Compiling zerofrom v0.1.6
18952026-05-29T17:45:51.944Z Compiling yoke v0.8.1
18962026-05-29T17:45:52.003Z Compiling crypto-common v0.1.7
18972026-05-29T17:45:52.144Z Compiling zerovec v0.11.5
18982026-05-29T17:45:52.148Z Compiling zerotrie v0.2.3
18992026-05-29T17:45:52.366Z Compiling block-buffer v0.10.4
19002026-05-29T17:45:52.597Z Compiling digest v0.10.7
19012026-05-29T17:45:52.659Z Compiling tinystr v0.8.2
19022026-05-29T17:45:52.694Z Compiling potential_utf v0.1.4
19032026-05-29T17:45:52.797Z Compiling pest_derive v2.8.6
19042026-05-29T17:45:52.832Z Compiling icu_collections v2.1.1
19052026-05-29T17:45:52.846Z Compiling icu_locale_core v2.1.1
19062026-05-29T17:45:52.888Z Compiling futures-util v0.3.32
19072026-05-29T17:45:52.897Z Compiling hmac v0.12.1
19082026-05-29T17:45:53.035Z Compiling block-padding v0.3.3
19092026-05-29T17:45:53.065Z Compiling rustls-pki-types v1.14.0
19102026-05-29T17:45:53.231Z Compiling inout v0.1.4
19112026-05-29T17:45:53.398Z Compiling openssl-macros v0.1.1
19122026-05-29T17:45:53.504Z Compiling cipher v0.4.4
19132026-05-29T17:45:53.550Z Compiling icu_provider v2.1.1
19142026-05-29T17:45:53.690Z Compiling bytes v1.11.1
19152026-05-29T17:45:53.773Z Compiling chrono v0.4.44
19162026-05-29T17:45:53.789Z Compiling serde_tokenstream v0.2.3
19172026-05-29T17:45:53.805Z Compiling icu_normalizer v2.1.1
19182026-05-29T17:45:53.886Z Compiling icu_properties v2.1.2
19192026-05-29T17:45:54.090Z Compiling sha2 v0.10.9
19202026-05-29T17:45:54.272Z Compiling tokio v1.52.1
19212026-05-29T17:45:54.654Z Compiling scroll_derive v0.12.1
19222026-05-29T17:45:55.031Z Compiling idna_adapter v1.2.1
19232026-05-29T17:45:55.092Z Compiling scroll_derive v0.13.1
19242026-05-29T17:45:55.193Z Compiling idna v1.1.0
19252026-05-29T17:45:55.209Z Compiling ppv-lite86 v0.2.21
19262026-05-29T17:45:55.491Z Compiling http v1.4.0
19272026-05-29T17:45:55.543Z Compiling url v2.5.8
19282026-05-29T17:45:55.559Z Compiling flagset v0.4.7
19292026-05-29T17:45:55.574Z Compiling untrusted v0.9.0
19302026-05-29T17:45:55.683Z Compiling der v0.7.10
19312026-05-29T17:45:55.716Z Compiling tracing v0.1.44
19322026-05-29T17:45:55.869Z Compiling darling_macro v0.21.3
19332026-05-29T17:45:55.872Z Compiling regex v1.12.3
19342026-05-29T17:45:56.015Z Compiling zerocopy-derive v0.7.35
19352026-05-29T17:45:56.295Z Compiling rand_core v0.9.5
19362026-05-29T17:45:56.373Z Compiling slog v2.8.2
19372026-05-29T17:45:56.796Z Compiling spki v0.7.3
19382026-05-29T17:45:56.829Z Compiling darling v0.21.3
19392026-05-29T17:45:56.832Z Compiling salsa20 v0.10.2
19402026-05-29T17:45:56.924Z Compiling pbkdf2 v0.12.2
19412026-05-29T17:45:57.330Z Compiling cookie v0.18.1
19422026-05-29T17:45:57.429Z Compiling camino v1.2.2
19432026-05-29T17:45:57.722Z Compiling scrypt v0.11.0
19442026-05-29T17:45:57.737Z Compiling rand_chacha v0.9.0
19452026-05-29T17:45:57.767Z Compiling http-body v1.0.1
19462026-05-29T17:45:57.940Z Compiling cbc v0.1.2
19472026-05-29T17:45:57.954Z Compiling aes v0.8.4
19482026-05-29T17:45:58.047Z Compiling usdt-impl v0.5.0
19492026-05-29T17:45:58.078Z Compiling openssl-probe v0.2.1
19502026-05-29T17:45:58.096Z Compiling tokio-util v0.7.18
19512026-05-29T17:45:58.127Z Compiling ref-cast v1.0.25
19522026-05-29T17:45:58.186Z Compiling paste v1.0.15
19532026-05-29T17:45:58.228Z Compiling winnow v0.7.14
19542026-05-29T17:45:58.302Z Compiling usdt-impl v0.6.0
19552026-05-29T17:45:58.395Z Compiling tinyvec_macros v0.1.1
19562026-05-29T17:45:58.422Z Compiling untrusted v0.7.1
19572026-05-29T17:45:58.478Z Compiling either v1.15.0
19582026-05-29T17:45:58.487Z Compiling atomic-waker v1.1.2
19592026-05-29T17:45:58.564Z Compiling tinyvec v1.10.0
19602026-05-29T17:45:58.593Z Compiling pkcs5 v0.7.1
19612026-05-29T17:45:58.750Z Compiling rand v0.9.2
19622026-05-29T17:45:59.064Z Compiling scroll v0.13.0
19632026-05-29T17:45:59.163Z Compiling scroll v0.12.0
19642026-05-29T17:45:59.329Z Compiling serde_spanned v0.6.9
19652026-05-29T17:45:59.330Z Compiling toml_datetime v0.6.11
19662026-05-29T17:45:59.377Z Compiling async-trait v0.1.89
19672026-05-29T17:45:59.447Z Compiling heapless v0.7.17
19682026-05-29T17:45:59.508Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-29T17:45:59.524Z Compiling tower-layer v0.3.3
19702026-05-29T17:45:59.639Z Compiling tower-service v0.3.3
19712026-05-29T17:45:59.709Z Compiling try-lock v0.2.5
19722026-05-29T17:45:59.760Z Compiling signal-hook v0.3.18
19732026-05-29T17:45:59.813Z Compiling fastrand v2.3.0
19742026-05-29T17:45:59.847Z Compiling zstd-safe v7.2.4
19752026-05-29T17:45:59.960Z Compiling h2 v0.4.13
19762026-05-29T17:45:59.964Z Compiling want v0.3.1
19772026-05-29T17:46:00.008Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-29T17:46:00.166Z Compiling goblin v0.8.2
19792026-05-29T17:46:00.185Z Compiling goblin v0.10.5
19802026-05-29T17:46:00.266Z Compiling pkcs8 v0.10.2
19812026-05-29T17:46:00.369Z Compiling zerocopy v0.7.35
19822026-05-29T17:46:00.576Z Compiling ipnet v2.11.0
19832026-05-29T17:46:00.639Z Compiling ref-cast-impl v1.0.25
19842026-05-29T17:46:00.756Z Compiling darling_core v0.20.11
19852026-05-29T17:46:00.940Z Compiling curve25519-dalek v4.1.3
19862026-05-29T17:46:01.058Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-29T17:46:01.207Z Compiling memoffset v0.9.1
19882026-05-29T17:46:01.222Z Compiling httpdate v1.0.3
19892026-05-29T17:46:01.350Z Compiling foreign-types-shared v0.1.1
19902026-05-29T17:46:01.454Z Compiling pin-utils v0.1.0
19912026-05-29T17:46:01.540Z Compiling litrs v1.0.0
19922026-05-29T17:46:01.672Z Compiling winnow v0.5.40
19932026-05-29T17:46:01.901Z Compiling rustix v0.38.44
19942026-05-29T17:46:02.012Z Compiling document-features v0.2.12
19952026-05-29T17:46:02.049Z Compiling tempfile v3.25.0
19962026-05-29T17:46:02.143Z Compiling foreign-types v0.3.2
19972026-05-29T17:46:02.403Z Compiling dof v0.3.0
19982026-05-29T17:46:02.547Z Compiling unicode-normalization v0.1.25
19992026-05-29T17:46:02.694Z Compiling darling_macro v0.20.11
20002026-05-29T17:46:02.887Z Compiling dof v0.4.0
20012026-05-29T17:46:02.992Z Compiling toml_edit v0.19.15
20022026-05-29T17:46:03.013Z Compiling hyper v1.8.1
20032026-05-29T17:46:03.039Z Compiling dtrace-parser v0.2.0
20042026-05-29T17:46:03.175Z Compiling dtrace-parser v0.3.0
20052026-05-29T17:46:03.380Z Compiling pin-project-internal v1.1.11
20062026-05-29T17:46:03.397Z Compiling daft-derive v0.1.7
20072026-05-29T17:46:03.493Z Compiling spin v0.9.8
20082026-05-29T17:46:03.628Z Compiling thread-id v5.1.0
20092026-05-29T17:46:03.649Z Compiling thread-id v4.2.2
20102026-05-29T17:46:03.719Z Compiling cfg_aliases v0.2.1
20112026-05-29T17:46:03.735Z Compiling num-bigint-dig v0.8.6
20122026-05-29T17:46:03.760Z Compiling powerfmt v0.2.0
20132026-05-29T17:46:03.810Z Compiling smoltcp v0.9.1
20142026-05-29T17:46:03.921Z Compiling deranged v0.5.8
20152026-05-29T17:46:03.946Z Compiling nix v0.31.2
20162026-05-29T17:46:04.091Z Compiling hyper-util v0.1.20
20172026-05-29T17:46:04.394Z Compiling darling v0.20.11
20182026-05-29T17:46:04.516Z Compiling rustls-native-certs v0.8.3
20192026-05-29T17:46:04.557Z Compiling ipnetwork v0.21.1
20202026-05-29T17:46:04.909Z Compiling strum_macros v0.26.4
20212026-05-29T17:46:04.924Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-29T17:46:05.274Z Compiling sync_wrapper v1.0.2
20232026-05-29T17:46:05.280Z Compiling wait-timeout v0.2.1
20242026-05-29T17:46:05.407Z Compiling num_threads v0.1.7
20252026-05-29T17:46:05.536Z Compiling siphasher v1.0.2
20262026-05-29T17:46:05.761Z Compiling bit-vec v0.8.0
20272026-05-29T17:46:05.765Z Compiling utf8parse v0.2.2
20282026-05-29T17:46:05.765Z Compiling simd-adler32 v0.3.8
20292026-05-29T17:46:05.786Z Compiling quick-error v1.2.3
20302026-05-29T17:46:05.817Z Compiling anstyle v1.0.13
20312026-05-29T17:46:05.912Z Compiling rusty-fork v0.3.1
20322026-05-29T17:46:06.010Z Compiling bit-set v0.8.0
20332026-05-29T17:46:06.026Z Compiling anstyle-parse v0.2.7
20342026-05-29T17:46:06.173Z Compiling time v0.3.47
20352026-05-29T17:46:06.218Z Compiling tower v0.5.3
20362026-05-29T17:46:06.491Z Compiling derive_builder_core v0.20.2
20372026-05-29T17:46:06.704Z Compiling http-body-util v0.1.3
20382026-05-29T17:46:06.894Z Compiling webpki-roots v1.0.6
20392026-05-29T17:46:07.008Z Compiling rand_xorshift v0.4.0
20402026-05-29T17:46:07.026Z Compiling signature v2.2.0
20412026-05-29T17:46:07.038Z Compiling hubpack_derive v0.1.1
20422026-05-29T17:46:07.172Z Compiling strum_macros v0.27.2
20432026-05-29T17:46:07.193Z Compiling snafu-derive v0.8.9
20442026-05-29T17:46:07.280Z Compiling fs-err v3.3.0
20452026-05-29T17:46:07.457Z Compiling ahash v0.8.12
20462026-05-29T17:46:07.473Z Compiling unicode-bidi v0.3.18
20472026-05-29T17:46:07.499Z Compiling adler2 v2.0.1
20482026-05-29T17:46:07.515Z Compiling unarray v0.1.4
20492026-05-29T17:46:07.641Z Compiling unicode-segmentation v1.12.0
20502026-05-29T17:46:07.656Z Compiling ryu v1.0.23
20512026-05-29T17:46:07.689Z Compiling allocator-api2 v0.2.21
20522026-05-29T17:46:07.801Z Compiling colorchoice v1.0.4
20532026-05-29T17:46:07.832Z Compiling object v0.37.3
20542026-05-29T17:46:07.961Z Compiling unicode-properties v0.1.4
20552026-05-29T17:46:07.978Z Compiling iri-string v0.7.10
20562026-05-29T17:46:08.100Z Compiling is_terminal_polyfill v1.70.2
20572026-05-29T17:46:08.119Z Compiling anstyle-query v1.1.5
20582026-05-29T17:46:08.149Z Compiling stringprep v0.1.5
20592026-05-29T17:46:08.200Z Compiling serde_urlencoded v0.7.1
20602026-05-29T17:46:08.218Z Compiling anstream v0.6.21
20612026-05-29T17:46:08.255Z Compiling proptest v1.10.0
20622026-05-29T17:46:08.328Z Compiling miniz_oxide v0.8.9
20632026-05-29T17:46:08.529Z Compiling derive_builder_macro v0.20.2
20642026-05-29T17:46:08.814Z Compiling tokio-native-tls v0.3.1
20652026-05-29T17:46:08.851Z Compiling usdt-macro v0.6.0
20662026-05-29T17:46:08.885Z Compiling usdt-attr-macro v0.6.0
20672026-05-29T17:46:09.074Z Compiling tower-http v0.6.8
20682026-05-29T17:46:09.291Z Compiling rand_chacha v0.3.1
20692026-05-29T17:46:09.323Z Compiling erased-serde v0.3.31
20702026-05-29T17:46:09.378Z Compiling md-5 v0.10.6
20712026-05-29T17:46:09.432Z Compiling bstr v1.12.1
20722026-05-29T17:46:09.550Z Compiling num-integer v0.1.46
20732026-05-29T17:46:09.589Z Compiling hash32 v0.2.1
20742026-05-29T17:46:09.685Z Compiling vergen-lib v0.1.6
20752026-05-29T17:46:09.702Z Compiling ff v0.13.1
20762026-05-29T17:46:09.763Z Compiling fallible-iterator v0.2.0
20772026-05-29T17:46:09.781Z Compiling psl-types v2.0.11
20782026-05-29T17:46:09.798Z Compiling zlib-rs v0.6.2
20792026-05-29T17:46:09.859Z Compiling base16ct v0.2.0
20802026-05-29T17:46:09.876Z Compiling group v0.13.0
20812026-05-29T17:46:09.919Z Compiling publicsuffix v2.3.0
20822026-05-29T17:46:09.963Z Compiling num-iter v0.1.45
20832026-05-29T17:46:09.999Z Compiling sec1 v0.7.3
20842026-05-29T17:46:10.076Z Compiling postgres-protocol v0.6.10
20852026-05-29T17:46:10.109Z Compiling rand v0.8.6
20862026-05-29T17:46:10.286Z Compiling newtype-uuid v1.3.2
20872026-05-29T17:46:10.593Z Compiling oxnet v0.1.4
20882026-05-29T17:46:10.640Z Compiling derive_builder v0.20.2
20892026-05-29T17:46:10.780Z Compiling hyper-tls v0.6.0
20902026-05-29T17:46:10.797Z Compiling heck v0.4.1
20912026-05-29T17:46:10.910Z Compiling phf_shared v0.13.1
20922026-05-29T17:46:10.967Z Compiling pin-project v1.1.11
20932026-05-29T17:46:11.020Z Compiling lazy_static v1.5.0
20942026-05-29T17:46:11.149Z Compiling terminal_size v0.4.3
20952026-05-29T17:46:11.165Z Compiling serde_with_macros v3.17.0
20962026-05-29T17:46:11.194Z Compiling futures-executor v0.3.32
20972026-05-29T17:46:11.198Z Compiling hex v0.4.3
20982026-05-29T17:46:11.357Z Compiling cargo-platform v0.1.9
20992026-05-29T17:46:11.459Z Compiling hkdf v0.12.4
21002026-05-29T17:46:11.558Z Compiling crypto-bigint v0.5.5
21012026-05-29T17:46:11.607Z Compiling serde_repr v0.1.20
21022026-05-29T17:46:11.622Z Compiling async-recursion v1.1.1
21032026-05-29T17:46:11.675Z Compiling enum-as-inner v0.6.1
21042026-05-29T17:46:11.691Z Compiling clap_derive v4.5.55
21052026-05-29T17:46:11.783Z Compiling vergen v9.0.6
21062026-05-29T17:46:11.998Z Compiling flate2 v1.1.9
21072026-05-29T17:46:12.136Z Compiling encoding_rs v0.8.35
21082026-05-29T17:46:12.196Z Compiling foldhash v0.2.0
21092026-05-29T17:46:12.228Z Compiling bitflags v1.3.2
21102026-05-29T17:46:12.254Z Compiling managed v0.8.0
21112026-05-29T17:46:12.296Z Compiling same-file v1.0.6
21122026-05-29T17:46:12.342Z Compiling libbz2-rs-sys v0.2.2
21132026-05-29T17:46:12.404Z Compiling mime v0.3.17
21142026-05-29T17:46:12.467Z Compiling foldhash v0.1.5
21152026-05-29T17:46:12.569Z Compiling clap_lex v1.0.0
21162026-05-29T17:46:12.613Z Compiling bumpalo v3.20.2
21172026-05-29T17:46:12.640Z Compiling hashbrown v0.15.5
21182026-05-29T17:46:12.657Z Compiling elliptic-curve v0.13.8
21192026-05-29T17:46:12.740Z Compiling clap_builder v4.5.60
21202026-05-29T17:46:12.799Z Compiling bzip2 v0.6.1
21212026-05-29T17:46:12.875Z Compiling zopfli v0.8.3
21222026-05-29T17:46:13.018Z Compiling walkdir v2.5.0
21232026-05-29T17:46:13.035Z Compiling hashbrown v0.16.1
21242026-05-29T17:46:13.335Z Compiling zstd v0.13.3
21252026-05-29T17:46:13.440Z Compiling cargo_metadata v0.19.2
21262026-05-29T17:46:13.464Z Compiling futures v0.3.32
21272026-05-29T17:46:13.664Z Compiling phf v0.13.1
21282026-05-29T17:46:13.726Z Compiling snafu v0.8.9
21292026-05-29T17:46:13.779Z Compiling daft v0.1.7
21302026-05-29T17:46:13.846Z Compiling signal-hook-mio v0.2.5
21312026-05-29T17:46:14.079Z Compiling postgres-types v0.2.12
21322026-05-29T17:46:14.095Z Compiling cookie_store v0.22.1
21332026-05-29T17:46:14.100Z Compiling bzip2 v0.4.4
21342026-05-29T17:46:14.293Z Compiling globset v0.4.18
21352026-05-29T17:46:14.315Z Compiling strum v0.27.2
21362026-05-29T17:46:14.586Z Compiling hubpack v0.1.2
21372026-05-29T17:46:14.719Z Compiling ed25519 v2.2.3
21382026-05-29T17:46:14.735Z Compiling phf_shared v0.11.3
21392026-05-29T17:46:14.791Z Compiling crossbeam-epoch v0.9.18
21402026-05-29T17:46:14.845Z Compiling olpc-cjson v0.1.4
21412026-05-29T17:46:14.923Z Compiling pkcs1 v0.7.5
21422026-05-29T17:46:14.974Z Compiling pem v3.0.6
21432026-05-29T17:46:15.081Z Compiling serde_plain v1.0.2
21442026-05-29T17:46:15.084Z Compiling serde-big-array v0.5.1
21452026-05-29T17:46:15.118Z Compiling rfc6979 v0.4.0
21462026-05-29T17:46:15.252Z Compiling float-cmp v0.10.0
21472026-05-29T17:46:15.268Z Compiling memmap2 v0.9.10
21482026-05-29T17:46:15.273Z Compiling env_filter v1.0.0
21492026-05-29T17:46:15.299Z Compiling whoami v2.1.0
21502026-05-29T17:46:15.334Z Compiling new_debug_unreachable v1.0.6
21512026-05-29T17:46:15.362Z Compiling fixedbitset v0.4.2
21522026-05-29T17:46:15.419Z Compiling keccak v0.1.6
21532026-05-29T17:46:15.435Z Compiling toml_write v0.1.2
21542026-05-29T17:46:15.498Z Compiling typed-path v0.9.3
21552026-05-29T17:46:15.555Z Compiling precomputed-hash v0.1.1
21562026-05-29T17:46:15.581Z Compiling predicates-core v1.0.10
21572026-05-29T17:46:15.598Z Compiling data-encoding v2.10.0
21582026-05-29T17:46:15.636Z Compiling static_assertions v1.1.0
21592026-05-29T17:46:15.658Z Compiling normalize-line-endings v0.3.0
21602026-05-29T17:46:15.692Z Compiling difflib v0.4.0
21612026-05-29T17:46:15.697Z Compiling jiff v0.2.21
21622026-05-29T17:46:15.726Z Compiling fixedbitset v0.5.7
21632026-05-29T17:46:15.831Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21642026-05-29T17:46:15.925Z Compiling hickory-proto v0.25.2
21652026-05-29T17:46:16.003Z Compiling petgraph v0.8.3
21662026-05-29T17:46:16.020Z Compiling predicates v3.1.4
21672026-05-29T17:46:16.148Z Compiling string_cache v0.8.9
21682026-05-29T17:46:16.277Z Compiling toml_edit v0.22.27
21692026-05-29T17:46:16.382Z Compiling sha3 v0.10.8
21702026-05-29T17:46:16.606Z Compiling tokio-postgres v0.7.16
21712026-05-29T17:46:16.640Z Compiling petgraph v0.6.5
21722026-05-29T17:46:16.760Z Compiling env_logger v0.11.9
21732026-05-29T17:46:16.891Z Compiling usdt v0.6.0
21742026-05-29T17:46:17.085Z Compiling ecdsa v0.16.9
21752026-05-29T17:46:17.162Z Compiling rsa v0.9.10
21762026-05-29T17:46:17.492Z Compiling ed25519-dalek v2.2.0
21772026-05-29T17:46:18.144Z Compiling crossterm v0.28.1
21782026-05-29T17:46:18.215Z Compiling zip v4.6.1
21792026-05-29T17:46:18.584Z Compiling zip v0.6.6
21802026-05-29T17:46:18.647Z Compiling clap v4.5.60
21812026-05-29T17:46:18.741Z Compiling iddqd v0.4.1
21822026-05-29T17:46:19.122Z Compiling serde_with v3.17.0
21832026-05-29T17:46:19.137Z Compiling similar v2.7.0
21842026-05-29T17:46:19.285Z Compiling strum v0.26.3
21852026-05-29T17:46:19.304Z Compiling toml v0.7.8
21862026-05-29T17:46:19.329Z Compiling tokio-stream v0.1.18
21872026-05-29T17:46:19.332Z Compiling itertools v0.13.0
21882026-05-29T17:46:19.508Z Compiling buf-list v1.1.2
21892026-05-29T17:46:19.788Z Compiling x509-cert v0.2.5
21902026-05-29T17:46:19.897Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-05-29T17:46:19.935Z Compiling openapiv3 v2.2.0
21922026-05-29T17:46:20.095Z Compiling sha1 v0.10.6
21932026-05-29T17:46:20.331Z Compiling lalrpop-util v0.19.12
21942026-05-29T17:46:20.535Z Compiling peg-runtime v0.8.5
21952026-05-29T17:46:35.300Z Compiling rustls-webpki v0.103.9
21962026-05-29T17:46:36.919Z Compiling macaddr v1.0.1
21972026-05-29T17:46:37.069Z Compiling structmeta-derive v0.3.0
21982026-05-29T17:46:37.100Z Compiling rayon-core v1.13.0
21992026-05-29T17:46:37.192Z Compiling crucible-workspace-hack v0.1.0
22002026-05-29T17:46:37.208Z Compiling itertools v0.14.0
22012026-05-29T17:46:37.225Z Compiling secrecy v0.10.3
22022026-05-29T17:46:37.339Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-29T17:46:37.403Z Compiling rustls v0.22.4
22042026-05-29T17:46:37.435Z Compiling heapless v0.8.0
22052026-05-29T17:46:37.544Z Compiling crossbeam-deque v0.8.6
22062026-05-29T17:46:37.637Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-29T17:46:37.760Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-29T17:46:37.785Z Compiling rustls-webpki v0.102.8
22092026-05-29T17:46:37.876Z Compiling hash32 v0.3.1
22102026-05-29T17:46:37.923Z Compiling multer v3.1.0
22112026-05-29T17:46:37.938Z Compiling thread_local v1.1.9
22122026-05-29T17:46:38.068Z Compiling compression-core v0.4.31
22132026-05-29T17:46:38.074Z Compiling structmeta v0.3.0
22142026-05-29T17:46:38.103Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-05-29T17:46:38.120Z Compiling match_cfg v0.1.0
22162026-05-29T17:46:38.139Z Compiling unicode-width v0.2.0
22172026-05-29T17:46:38.209Z Compiling slog-async v2.8.0
22182026-05-29T17:46:38.225Z Compiling smoltcp v0.11.0
22192026-05-29T17:46:38.292Z Compiling derive-ex v0.1.8
22202026-05-29T17:46:38.309Z Compiling compression-codecs v0.4.37
22212026-05-29T17:46:38.364Z Compiling hostname v0.3.1
22222026-05-29T17:46:38.458Z Compiling ingot-macros v0.1.1
22232026-05-29T17:46:38.473Z Compiling proc-macro-crate v3.4.0
22242026-05-29T17:46:38.606Z Compiling slog-json v2.6.1
22252026-05-29T17:46:38.621Z Compiling crossbeam-channel v0.5.15
22262026-05-29T17:46:38.693Z Compiling half v2.7.1
22272026-05-29T17:46:38.899Z Compiling newtype-uuid-macros v0.1.0
22282026-05-29T17:46:38.918Z Compiling cobs v0.3.0
22292026-05-29T17:46:39.066Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-29T17:46:39.084Z Compiling tokio-rustls v0.26.4
22312026-05-29T17:46:39.217Z Compiling rustls-platform-verifier v0.6.2
22322026-05-29T17:46:39.313Z Compiling universal-hash v0.5.1
22332026-05-29T17:46:39.402Z Compiling hyper-rustls v0.27.7
22342026-05-29T17:46:39.459Z Compiling async-stream-impl v0.3.6
22352026-05-29T17:46:39.496Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-29T17:46:39.627Z Compiling serde_spanned v1.0.4
22372026-05-29T17:46:39.642Z Compiling is-terminal v0.4.17
22382026-05-29T17:46:39.755Z Compiling reqwest v0.12.28
22392026-05-29T17:46:39.771Z Compiling reqwest v0.13.2
22402026-05-29T17:46:39.807Z Compiling proc-macro-error-attr v1.0.4
22412026-05-29T17:46:39.823Z Compiling dropshot v0.17.0
22422026-05-29T17:46:39.949Z Compiling term v1.2.1
22432026-05-29T17:46:40.030Z Compiling convert_case v0.4.0
22442026-05-29T17:46:40.045Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-29T17:46:40.060Z Compiling ciborium-io v0.2.2
22462026-05-29T17:46:40.136Z Compiling take_mut v0.2.2
22472026-05-29T17:46:40.151Z Compiling opaque-debug v0.3.1
22482026-05-29T17:46:40.180Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-29T17:46:40.279Z Compiling slog-term v2.9.2
22502026-05-29T17:46:40.297Z Compiling poly1305 v0.8.0
22512026-05-29T17:46:40.359Z Compiling derive_more v0.99.20
22522026-05-29T17:46:40.468Z Compiling toml v1.0.6+spec-1.1.0
22532026-05-29T17:46:40.490Z Compiling tokio-rustls v0.25.0
22542026-05-29T17:46:40.758Z Compiling ciborium-ll v0.2.2
22552026-05-29T17:46:40.783Z Compiling thiserror-no-std v2.0.2
22562026-05-29T17:46:40.942Z Compiling async-stream v0.3.6
22572026-05-29T17:46:41.020Z Compiling test-strategy v0.4.5
22582026-05-29T17:46:41.036Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-29T17:46:41.076Z Compiling ingot-types v0.1.2
22602026-05-29T17:46:41.158Z Compiling postcard v1.1.3
22612026-05-29T17:46:41.396Z Compiling tough v0.22.0
22622026-05-29T17:46:41.506Z Compiling ingot v0.1.1
22632026-05-29T17:46:41.546Z Compiling num_enum_derive v0.7.5
22642026-05-29T17:46:41.566Z Compiling slog-bunyan v2.5.0
22652026-05-29T17:46:41.781Z Compiling async-compression v0.4.41
22662026-05-29T17:46:42.258Z Compiling parse-display-derive v0.10.0
22672026-05-29T17:46:42.314Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-05-29T17:46:42.515Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-29T17:46:42.531Z Compiling proc-macro-crate v1.3.1
22702026-05-29T17:46:42.767Z Compiling backon v1.6.0
22712026-05-29T17:46:42.811Z Compiling waitgroup v0.1.2
22722026-05-29T17:46:42.894Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-29T17:46:42.939Z Compiling password-hash v0.5.0
22742026-05-29T17:46:42.990Z Compiling chacha20 v0.9.1
22752026-05-29T17:46:42.998Z Compiling dropshot_endpoint v0.17.0
22762026-05-29T17:46:43.110Z Compiling rustls-pemfile v2.2.0
22772026-05-29T17:46:43.146Z Compiling blake2 v0.10.6
22782026-05-29T17:46:43.256Z Compiling aead v0.5.2
22792026-05-29T17:46:43.449Z Compiling foreign-types-macros v0.2.3
22802026-05-29T17:46:43.475Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-29T17:46:43.674Z Compiling serde_path_to_error v0.1.20
22822026-05-29T17:46:43.706Z Compiling hostname v0.4.2
22832026-05-29T17:46:43.726Z Compiling proc-macro-error v1.0.4
22842026-05-29T17:46:43.740Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-05-29T17:46:43.898Z Compiling instant v0.1.13
22862026-05-29T17:46:43.902Z Compiling typeid v1.0.3
22872026-05-29T17:46:43.932Z Compiling debug-ignore v1.0.5
22882026-05-29T17:46:43.932Z Compiling foreign-types-shared v0.3.1
22892026-05-29T17:46:43.963Z Compiling cpufeatures v0.3.0
22902026-05-29T17:46:44.042Z Compiling chacha20 v0.10.0
22912026-05-29T17:46:44.059Z Compiling foreign-types v0.5.0
22922026-05-29T17:46:44.062Z Compiling backoff v0.4.0
22932026-05-29T17:46:44.077Z Compiling parse-display v0.10.0
22942026-05-29T17:46:44.093Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-29T17:46:44.096Z Compiling chacha20poly1305 v0.10.1
22962026-05-29T17:46:44.139Z Compiling argon2 v0.5.3
22972026-05-29T17:46:44.154Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22982026-05-29T17:46:44.171Z Compiling num_enum_derive v0.5.11
22992026-05-29T17:46:44.242Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-29T17:46:44.292Z Compiling num_enum v0.7.5
23012026-05-29T17:46:44.369Z Compiling ciborium v0.2.2
23022026-05-29T17:46:44.461Z Compiling vsss-rs v3.3.4
23032026-05-29T17:46:44.717Z Compiling tabwriter v1.4.1
23042026-05-29T17:46:44.806Z Compiling regress v0.10.5
23052026-05-29T17:46:44.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-05-29T17:46:45.020Z Compiling byte-wrapper v0.1.0
23072026-05-29T17:46:45.116Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-29T17:46:45.141Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-29T17:46:45.200Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-29T17:46:45.232Z Compiling cstr-argument v0.1.2
23112026-05-29T17:46:45.296Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-05-29T17:46:45.414Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-05-29T17:46:45.434Z Compiling erased-serde v0.4.9
23142026-05-29T17:46:45.592Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-29T17:46:45.664Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-05-29T17:46:45.726Z Compiling num_enum v0.5.11
23172026-05-29T17:46:45.799Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-05-29T17:46:45.802Z Compiling rand v0.10.0
23192026-05-29T17:46:45.877Z Compiling rayon v1.11.0
23202026-05-29T17:46:45.935Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-05-29T17:46:45.977Z Compiling libefi-sys v0.1.0
23222026-05-29T17:46:46.013Z Compiling colored v3.1.1
23232026-05-29T17:46:46.055Z Compiling indent_write v2.2.0
23242026-05-29T17:46:46.069Z Compiling zone_cfg_derive v0.3.1
23252026-05-29T17:46:46.103Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23262026-05-29T17:46:46.215Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-29T17:46:46.260Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-05-29T17:46:46.314Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-29T17:46:46.506Z Compiling camino-tempfile v1.4.1
23302026-05-29T17:46:46.555Z Compiling itertools v0.12.1
23312026-05-29T17:46:46.614Z Compiling usdt-attr-macro v0.5.0
23322026-05-29T17:46:46.702Z Compiling usdt-macro v0.5.0
23332026-05-29T17:46:46.719Z Compiling bitfield-struct v0.6.2
23342026-05-29T17:46:46.818Z Compiling num-derive v0.4.2
23352026-05-29T17:46:46.848Z Compiling blake3 v1.8.3
23362026-05-29T17:46:46.923Z Compiling ordered-float v2.10.1
23372026-05-29T17:46:47.220Z Compiling memmap v0.7.0
23382026-05-29T17:46:47.225Z Compiling sigpipe v0.1.3
23392026-05-29T17:46:47.360Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-29T17:46:47.376Z Compiling swrite v0.1.0
23412026-05-29T17:46:47.379Z Compiling glob v0.3.3
23422026-05-29T17:46:47.406Z Compiling usdt v0.5.0
23432026-05-29T17:46:47.476Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-29T17:46:47.521Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-29T17:46:47.729Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-05-29T17:46:47.857Z Compiling zone v0.3.1
23472026-05-29T17:46:48.002Z Compiling serde-value v0.7.0
23482026-05-29T17:46:48.048Z Compiling serde-untagged v0.1.9
23492026-05-29T17:46:48.064Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23502026-05-29T17:46:48.298Z Compiling toml v0.8.23
23512026-05-29T17:46:48.348Z Compiling smf v0.2.3
23522026-05-29T17:46:48.364Z Compiling filetime v0.2.27
23532026-05-29T17:46:48.381Z Compiling unicode-xid v0.2.6
23542026-05-29T17:46:48.427Z Compiling arrayref v0.3.9
23552026-05-29T17:46:48.442Z Compiling arrayvec v0.7.6
23562026-05-29T17:46:48.522Z Compiling constant_time_eq v0.4.2
23572026-05-29T17:46:48.547Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-29T17:46:48.603Z Compiling xattr v1.6.1
23592026-05-29T17:46:48.647Z Compiling whoami v1.6.1
23602026-05-29T17:46:48.695Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-29T17:46:48.711Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-05-29T17:46:48.737Z Compiling tar v0.4.45
23632026-05-29T17:46:48.820Z Compiling cargo-util-schemas v0.8.2
23642026-05-29T17:46:48.965Z Compiling tokio-dtrace v0.1.1
23652026-05-29T17:46:49.107Z Compiling console v0.16.2
23662026-05-29T17:46:49.306Z Compiling gethostname v0.5.0
23672026-05-29T17:46:49.376Z Compiling cargo-platform v0.2.0
23682026-05-29T17:46:49.438Z Compiling unit-prefix v0.5.2
23692026-05-29T17:46:49.494Z Compiling topological-sort v0.2.2
23702026-05-29T17:46:49.510Z Compiling oxide-tokio-rt v0.1.4
23712026-05-29T17:46:49.527Z Compiling shell-words v1.1.1
23722026-05-29T17:46:49.626Z Compiling indicatif v0.18.4
23732026-05-29T17:46:49.690Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-05-29T17:46:50.108Z Compiling cargo_metadata v0.21.0
23752026-05-29T17:46:59.234Z Compiling progenitor-client v0.14.0
23762026-05-29T17:46:59.251Z Compiling progenitor-client v0.10.0
23772026-05-29T17:46:59.251Z Compiling omicron-zone-package v0.12.2
23782026-05-29T17:46:59.738Z Compiling progenitor-extras v0.2.0
23792026-05-29T17:47:01.891Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-29T17:47:01.908Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-05-29T17:47:02.014Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-05-29T17:47:02.079Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-29T17:47:02.205Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-05-29T17:47:02.374Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23852026-05-29T17:47:02.395Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-05-29T17:47:02.409Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-05-29T17:47:02.412Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-05-29T17:47:06.446Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-05-29T17:47:14.125Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-05-29T17:47:17.183Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-05-29T17:47:18.159Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-05-29T17:47:27.949Z Finished `release` profile [optimized] target(s) in 1m 43s
23932026-05-29T17:47:28.102Z Running `target/release/omicron-package -t test target create -p dev`
23942026-05-29T17:47:28.163ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-05-29T17:47:28.166ZCreated new build target 'test' and set it as active
23962026-05-29T17:47:28.166Z
23972026-05-29T17:47:28.166Zreal 1:44.109122762
23982026-05-29T17:47:28.166Zuser 16:57.173797805
23992026-05-29T17:47:28.166Zsys 2:37.340371309
24002026-05-29T17:47:28.166Ztrap 0.480104006
24012026-05-29T17:47:28.167Ztflt 2.825119983
24022026-05-29T17:47:28.167Zdflt 4.327666610
24032026-05-29T17:47:28.167Zkflt 0.002011213
24042026-05-29T17:47:28.167Zlock 52:38.139661419
24052026-05-29T17:47:28.167Zslp 43:15.243647562
24062026-05-29T17:47:28.167Zlat 40.150314582
24072026-05-29T17:47:28.167Zstop 5:20.169551258
24082026-05-29T17:47:28.170Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-05-29T17:47:29.054Z Finished `release` profile [optimized] target(s) in 0.87s
24102026-05-29T17:47:29.127Z Running `target/release/omicron-package -t test package`
24112026-05-29T17:47:29.185ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-29T17:47:30.620Z Compiling heck v0.5.0
24132026-05-29T17:47:30.620Z Compiling regress v0.11.1
24142026-05-29T17:47:30.620Z Compiling unsafe-libyaml v0.2.11
24152026-05-29T17:47:30.875Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-05-29T17:47:30.899Z Compiling regress v0.10.5
24172026-05-29T17:47:30.928Z Compiling is-terminal v0.4.17
24182026-05-29T17:47:30.928Z Compiling unicode-width v0.1.14
24192026-05-29T17:47:30.972Z Compiling prettyplease v0.2.37
24202026-05-29T17:47:30.975Z Compiling bytecount v0.6.9
24212026-05-29T17:47:30.975Z Compiling rustls v0.22.4
24222026-05-29T17:47:30.975Z Compiling rustls-webpki v0.102.8
24232026-05-29T17:47:30.975Z Compiling derive-where v1.6.0
24242026-05-29T17:47:30.975Z Compiling thread_local v1.1.9
24252026-05-29T17:47:30.990Z Compiling match_cfg v0.1.0
24262026-05-29T17:47:31.009Z Compiling compression-core v0.4.31
24272026-05-29T17:47:31.075Z Compiling multer v3.1.0
24282026-05-29T17:47:31.139Z Compiling hostname v0.3.1
24292026-05-29T17:47:31.142Z Compiling slog-async v2.8.0
24302026-05-29T17:47:31.202Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-05-29T17:47:31.221Z Compiling compression-codecs v0.4.37
24322026-05-29T17:47:31.242Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24332026-05-29T17:47:31.265Z Compiling crossbeam-channel v0.5.15
24342026-05-29T17:47:31.268Z Compiling slog-json v2.6.1
24352026-05-29T17:47:31.317Z Compiling serde_spanned v1.0.4
24362026-05-29T17:47:31.337Z Compiling serde_yaml v0.9.34+deprecated
24372026-05-29T17:47:31.360Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-29T17:47:31.425Z Compiling take_mut v0.2.2
24392026-05-29T17:47:31.447Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-29T17:47:31.480Z Compiling term v1.2.1
24412026-05-29T17:47:31.502Z Compiling slog-bunyan v2.5.0
24422026-05-29T17:47:31.505Z Compiling async-compression v0.4.41
24432026-05-29T17:47:31.686Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-29T17:47:31.689Z Compiling async-stream v0.3.6
24452026-05-29T17:47:31.726Z Compiling dropshot v0.17.0
24462026-05-29T17:47:31.784Z Compiling slog-term v2.9.2
24472026-05-29T17:47:31.806Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-05-29T17:47:31.861Z Compiling num-rational v0.4.2
24492026-05-29T17:47:31.907Z Compiling progenitor-client v0.14.0
24502026-05-29T17:47:31.969Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-05-29T17:47:32.011Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-05-29T17:47:32.032Z Compiling waitgroup v0.1.2
24532026-05-29T17:47:32.075Z Compiling backon v1.6.0
24542026-05-29T17:47:32.177Z Compiling rustls-pemfile v2.2.0
24552026-05-29T17:47:32.199Z Compiling num-complex v0.4.6
24562026-05-29T17:47:32.222Z Compiling hostname v0.4.2
24572026-05-29T17:47:32.245Z Compiling serde_path_to_error v0.1.20
24582026-05-29T17:47:32.265Z Compiling instant v0.1.13
24592026-05-29T17:47:32.299Z Compiling debug-ignore v1.0.5
24602026-05-29T17:47:32.303Z Compiling progenitor-extras v0.2.0
24612026-05-29T17:47:32.388Z Compiling typify-impl v0.6.2
24622026-05-29T17:47:32.410Z Compiling backoff v0.4.0
24632026-05-29T17:47:32.413Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-05-29T17:47:32.450Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-05-29T17:47:32.623Z Compiling num v0.4.3
24662026-05-29T17:47:32.647Z Compiling parse-display v0.10.0
24672026-05-29T17:47:32.665Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-05-29T17:47:32.686Z Compiling progenitor-client v0.13.0
24692026-05-29T17:47:32.728Z Compiling progenitor-client v0.10.0
24702026-05-29T17:47:32.750Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-29T17:47:32.859Z Compiling macaddr v1.0.1
24722026-05-29T17:47:32.882Z Compiling float-ord v0.3.2
24732026-05-29T17:47:32.973Z Compiling console v0.15.11
24742026-05-29T17:47:33.052Z Compiling newline-converter v0.3.0
24752026-05-29T17:47:33.115Z Compiling atomicwrites v0.4.4
24762026-05-29T17:47:33.174Z Compiling slog-dtrace v0.3.0
24772026-05-29T17:47:33.217Z Compiling resolv-conf v0.7.6
24782026-05-29T17:47:33.238Z Compiling owo-colors v4.3.0
24792026-05-29T17:47:33.280Z Compiling cancel-safe-futures v0.1.5
24802026-05-29T17:47:33.379Z Compiling tokio-rustls v0.25.0
24812026-05-29T17:47:33.467Z Compiling expectorate v1.2.0
24822026-05-29T17:47:33.521Z Compiling toml v0.8.23
24832026-05-29T17:47:33.568Z Compiling libsw-core v0.3.2
24842026-05-29T17:47:33.713Z Compiling libsw v3.5.0
24852026-05-29T17:47:33.806Z Compiling linked-hash-map v0.5.6
24862026-05-29T17:47:33.862Z Compiling linear-map v1.2.0
24872026-05-29T17:47:33.955Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24882026-05-29T17:47:34.032Z Compiling lru-cache v0.1.2
24892026-05-29T17:47:34.056Z Compiling minimal-lexical v0.2.1
24902026-05-29T17:47:34.106Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-05-29T17:47:34.127Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-29T17:47:34.191Z Compiling hickory-proto v0.24.4
24932026-05-29T17:47:34.217Z Compiling unicode-xid v0.2.6
24942026-05-29T17:47:34.297Z Compiling nom v7.1.3
24952026-05-29T17:47:34.341Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24962026-05-29T17:47:34.393Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-29T17:47:34.444Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-29T17:47:34.643Z Compiling convert_case v0.10.0
24992026-05-29T17:47:34.946Z Compiling derive_more-impl v2.1.1
25002026-05-29T17:47:35.305Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25012026-05-29T17:47:35.696Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-29T17:47:35.723Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-05-29T17:47:35.762Z Compiling derive_more v2.1.1
25042026-05-29T17:47:35.841Z Compiling typify-macro v0.6.2
25052026-05-29T17:47:35.863Z Compiling papergrid v0.11.0
25062026-05-29T17:47:35.884Z Compiling tabled_derive v0.7.0
25072026-05-29T17:47:35.959Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082026-05-29T17:47:36.201Z Compiling termtree v0.5.1
25092026-05-29T17:47:36.404Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-29T17:47:36.653Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-05-29T17:47:36.769Z Compiling hickory-resolver v0.24.4
25122026-05-29T17:47:36.930Z Compiling tabled v0.15.0
25132026-05-29T17:47:36.953Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-05-29T17:47:37.357Z Compiling typify v0.6.2
25152026-05-29T17:47:37.502Z Compiling progenitor-impl v0.14.0
25162026-05-29T17:47:38.225Z Compiling progenitor-impl v0.13.0
25172026-05-29T17:47:39.726Z Compiling progenitor-macro v0.14.0
25182026-05-29T17:47:40.207Z Compiling qorb v0.4.1
25192026-05-29T17:47:40.430Z Compiling progenitor-macro v0.13.0
25202026-05-29T17:47:41.459Z Compiling crossterm v0.29.0
25212026-05-29T17:47:42.109Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25222026-05-29T17:47:42.276Z Compiling phf_shared v0.12.1
25232026-05-29T17:47:42.438Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-29T17:47:42.531Z Compiling csv-core v0.1.13
25252026-05-29T17:47:42.652Z Compiling vte v0.14.1
25262026-05-29T17:47:42.975Z Compiling highway v1.3.0
25272026-05-29T17:47:42.996Z Compiling chrono-tz v0.10.4
25282026-05-29T17:47:43.171Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-05-29T17:47:43.257Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-05-29T17:47:43.708Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25312026-05-29T17:47:43.732Z Compiling strip-ansi-escapes v0.2.1
25322026-05-29T17:47:43.806Z Compiling progenitor v0.14.0
25332026-05-29T17:47:43.988Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25342026-05-29T17:47:44.294Z Compiling csv v1.4.0
25352026-05-29T17:47:44.377Z Compiling phf v0.12.1
25362026-05-29T17:47:44.443Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-05-29T17:47:44.467Z Compiling progenitor v0.13.0
25382026-05-29T17:47:44.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-05-29T17:47:44.650Z Compiling const_format_proc_macros v0.2.34
25402026-05-29T17:47:44.815Z Compiling fd-lock v4.0.4
25412026-05-29T17:47:44.968Z Compiling peg-macros v0.8.5
25422026-05-29T17:47:45.029Z Compiling nu-ansi-term v0.50.3
25432026-05-29T17:47:45.443Z Compiling reedline v0.40.0
25442026-05-29T17:47:45.466Z Compiling const_format v0.2.35
25452026-05-29T17:47:45.639Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-05-29T17:47:46.199Z Compiling peg v0.8.5
25472026-05-29T17:47:46.310Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-05-29T17:47:47.051Z Compiling bcs v0.1.6
25492026-05-29T17:47:47.269Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-05-29T17:47:47.493Z Compiling semver v0.1.20
25512026-05-29T17:47:47.569Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-29T17:47:47.593Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25532026-05-29T17:47:47.793Z Compiling rustc_version v0.1.7
25542026-05-29T17:47:47.843Z Compiling humantime v2.3.0
25552026-05-29T17:47:48.036Z Compiling newtype_derive v0.1.6
25562026-05-29T17:47:48.265Z Compiling smawk v0.3.2
25572026-05-29T17:47:48.340Z Compiling unicode-linebreak v0.1.5
25582026-05-29T17:47:48.529Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-05-29T17:47:48.652Z Compiling textwrap v0.16.2
25602026-05-29T17:47:48.884Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-05-29T17:47:48.958Z Compiling dropshot-api-manager-types v0.7.1
25622026-05-29T17:47:48.979Z Compiling base64 v0.21.7
25632026-05-29T17:47:49.243Z Compiling steno v0.4.1
25642026-05-29T17:47:49.540Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-05-29T17:47:49.567Z Compiling tagptr v0.2.0
25662026-05-29T17:47:49.773Z Compiling moka v0.12.13
25672026-05-29T17:47:50.025Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-05-29T17:47:50.271Z Compiling utf-8 v0.7.6
25692026-05-29T17:47:50.509Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-05-29T17:47:50.554Z Compiling tungstenite v0.21.0
25712026-05-29T17:47:50.666Z Compiling radium v0.7.0
25722026-05-29T17:47:50.689Z Compiling tap v1.0.1
25732026-05-29T17:47:50.840Z Compiling maybe-uninit v2.0.0
25742026-05-29T17:47:50.864Z Compiling hickory-resolver v0.25.2
25752026-05-29T17:47:51.033Z Compiling wyz v0.5.1
25762026-05-29T17:47:51.212Z Compiling tokio-tungstenite v0.21.0
25772026-05-29T17:47:51.271Z Compiling zerocopy-derive v0.6.6
25782026-05-29T17:47:51.293Z Compiling packed_struct v0.10.1
25792026-05-29T17:47:51.569Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-05-29T17:47:51.592Z Compiling crc-catalog v2.4.0
25812026-05-29T17:47:51.723Z Compiling funty v2.0.0
25822026-05-29T17:47:52.046Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-29T17:47:52.561Z Compiling display-error-chain v0.2.2
25842026-05-29T17:47:52.584Z Compiling bitvec v1.0.1
25852026-05-29T17:47:52.695Z Compiling zerocopy v0.6.6
25862026-05-29T17:47:52.706Z Compiling crc v3.4.0
25872026-05-29T17:47:52.885Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-29T17:47:53.069Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25892026-05-29T17:47:53.108Z Compiling packed_struct_codegen v0.10.1
25902026-05-29T17:47:53.697Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-05-29T17:47:54.119Z Compiling num-derive v0.3.3
25922026-05-29T17:47:54.431Z Compiling bitfield-macros v0.19.4
25932026-05-29T17:47:55.008Z Compiling proc-macro-error-attr2 v2.0.0
25942026-05-29T17:47:55.206Z Compiling indexmap v1.9.3
25952026-05-29T17:47:55.419Z Compiling nodrop v0.1.14
25962026-05-29T17:47:55.484Z Compiling proc-macro-error2 v2.0.1
25972026-05-29T17:47:55.523Z Compiling array-init v0.0.4
25982026-05-29T17:47:55.551Z Compiling bitfield v0.19.4
25992026-05-29T17:47:55.575Z Compiling libscf-sys v1.1.0
26002026-05-29T17:47:55.753Z Compiling smallvec v0.6.14
26012026-05-29T17:47:55.803Z Compiling typify-impl v0.4.3
26022026-05-29T17:47:55.875Z Compiling hashbrown v0.12.3
26032026-05-29T17:47:55.912Z Compiling tabled_derive v0.11.0
26042026-05-29T17:47:55.934Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-05-29T17:47:56.027Z Compiling serde-hex v0.1.0
26062026-05-29T17:47:56.626Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-05-29T17:47:56.957Z Compiling ron v0.8.1
26082026-05-29T17:47:57.003Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-05-29T17:47:57.043Z Compiling papergrid v0.17.0
26102026-05-29T17:47:57.183Z Compiling testing_table v0.3.0
26112026-05-29T17:47:57.291Z Compiling hashbrown v0.13.2
26122026-05-29T17:47:57.462Z Compiling vergen-gitcl v1.0.8
26132026-05-29T17:47:57.617Z Compiling dirs-sys-next v0.1.2
26142026-05-29T17:47:57.695Z Compiling diesel_derives v2.3.7
26152026-05-29T17:47:57.754Z Compiling glob v0.3.3
26162026-05-29T17:47:57.897Z Compiling maplit v1.0.2
26172026-05-29T17:47:57.920Z Compiling crc-any v2.5.0
26182026-05-29T17:47:57.941Z Compiling crunchy v0.2.4
26192026-05-29T17:47:58.053Z Compiling object v0.30.4
26202026-05-29T17:47:58.114Z Compiling clang-sys v1.8.1
26212026-05-29T17:47:58.158Z Compiling dirs-next v2.0.0
26222026-05-29T17:47:58.270Z Compiling tabled v0.20.0
26232026-05-29T17:47:58.339Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-05-29T17:47:58.362Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-29T17:47:58.507Z Compiling dsl_auto_type v0.2.0
26262026-05-29T17:47:58.830Z Compiling scheduled-thread-pool v0.2.7
26272026-05-29T17:47:59.035Z Compiling diesel_table_macro_syntax v0.3.0
26282026-05-29T17:47:59.076Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26292026-05-29T17:47:59.178Z Compiling typify-macro v0.4.3
26302026-05-29T17:47:59.260Z Compiling xshell-macros v0.2.7
26312026-05-29T17:47:59.308Z Compiling path-slash v0.1.5
26322026-05-29T17:47:59.341Z Compiling tiny-keccak v2.0.2
26332026-05-29T17:47:59.431Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-29T17:47:59.520Z Compiling r2d2 v0.8.10
26352026-05-29T17:47:59.630Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-05-29T17:47:59.670Z Compiling xshell v0.2.7
26372026-05-29T17:47:59.929Z Compiling term v0.7.0
26382026-05-29T17:47:59.999Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-05-29T17:48:00.311Z Compiling bit-vec v0.6.3
26402026-05-29T17:48:00.440Z Compiling downcast-rs v2.0.2
26412026-05-29T17:48:00.485Z Compiling ascii-canvas v3.0.0
26422026-05-29T17:48:00.558Z Compiling bit-set v0.5.3
26432026-05-29T17:48:00.749Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26442026-05-29T17:48:00.749Z Compiling itertools v0.10.5
26452026-05-29T17:48:00.834Z Compiling ena v0.14.4
26462026-05-29T17:48:00.985Z Compiling libloading v0.8.9
26472026-05-29T17:48:01.076Z Compiling crc8 v0.1.1
26482026-05-29T17:48:01.213Z Compiling bindgen v0.71.1
26492026-05-29T17:48:01.216Z Compiling diff v0.1.13
26502026-05-29T17:48:01.502Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-05-29T17:48:01.543Z Compiling regex-syntax v0.6.29
26522026-05-29T17:48:01.848Z Compiling unicase v2.9.0
26532026-05-29T17:48:02.163Z Compiling typify v0.4.3
26542026-05-29T17:48:02.315Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-05-29T17:48:02.707Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-29T17:48:02.863Z Compiling cexpr v0.6.0
26572026-05-29T17:48:03.235Z Compiling lalrpop v0.19.12
26582026-05-29T17:48:03.311Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-29T17:48:03.489Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-29T17:48:03.489Z Compiling rustc-hash v2.1.1
26612026-05-29T17:48:03.570Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26622026-05-29T17:48:03.609Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-05-29T17:48:03.755Z Compiling headers-core v0.3.0
26642026-05-29T17:48:03.920Z Compiling git-stub v1.0.0
26652026-05-29T17:48:04.010Z Compiling libxml v0.3.3
26662026-05-29T17:48:04.199Z Compiling git-stub-vcs v0.1.0
26672026-05-29T17:48:04.202Z Compiling diesel v2.3.7
26682026-05-29T17:48:04.320Z Compiling headers v0.4.1
26692026-05-29T17:48:04.396Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-05-29T17:48:04.592Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-05-29T17:48:05.065Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-05-29T17:48:05.313Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-05-29T17:48:05.613Z Compiling strum_macros v0.24.3
26742026-05-29T17:48:05.936Z Compiling indoc v1.0.9
26752026-05-29T17:48:06.136Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-29T17:48:06.368Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-05-29T17:48:06.392Z Compiling derive_builder v0.20.2
26782026-05-29T17:48:06.562Z Compiling oso-derive v0.27.3
26792026-05-29T17:48:06.862Z Compiling quick-xml v0.37.5
26802026-05-29T17:48:07.060Z Compiling impl-trait-for-tuples v0.2.3
26812026-05-29T17:48:07.321Z Compiling openssl-probe v0.1.6
26822026-05-29T17:48:07.573Z Compiling half v1.8.3
26832026-05-29T17:48:07.654Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-05-29T17:48:07.886Z Compiling serde_cbor v0.11.2
26852026-05-29T17:48:08.020Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-05-29T17:48:08.311Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-05-29T17:48:08.336Z Compiling bb8 v0.8.6
26882026-05-29T17:48:08.390Z Compiling samael v0.0.19
26892026-05-29T17:48:08.418Z Compiling trait-variant v0.1.2
26902026-05-29T17:48:08.538Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26912026-05-29T17:48:08.789Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-05-29T17:48:08.815Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26932026-05-29T17:48:08.914Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-05-29T17:48:08.956Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26952026-05-29T17:48:09.112Z Compiling fxhash v0.2.1
26962026-05-29T17:48:09.140Z Compiling salty v0.3.0
26972026-05-29T17:48:09.466Z Compiling progenitor-impl v0.11.2
26982026-05-29T17:48:09.544Z Compiling progenitor-impl v0.10.0
26992026-05-29T17:48:09.630Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-05-29T17:48:09.757Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-05-29T17:48:09.925Z Compiling kstat-rs v0.2.4
27022026-05-29T17:48:10.231Z Compiling libz-sys v1.1.24
27032026-05-29T17:48:10.268Z Compiling nonempty v0.12.0
27042026-05-29T17:48:10.417Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27052026-05-29T17:48:10.509Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-05-29T17:48:10.744Z Compiling polar-core v0.27.3
27072026-05-29T17:48:11.639Z Compiling progenitor-macro v0.11.2
27082026-05-29T17:48:11.686Z Compiling progenitor-macro v0.10.0
27092026-05-29T17:48:12.925Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-05-29T17:48:13.389Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27112026-05-29T17:48:14.039Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-29T17:48:14.069Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-29T17:48:14.705Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-29T17:48:14.976Z Compiling progenitor-client v0.11.2
27152026-05-29T17:48:15.399Z Compiling darling_core v0.23.0
27162026-05-29T17:48:15.522Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-29T17:48:15.728Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-29T17:48:15.753Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-29T17:48:17.551Z Compiling nanorand v0.7.0
27202026-05-29T17:48:17.927Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-05-29T17:48:19.552Z Compiling oso v0.27.3
27222026-05-29T17:48:19.987Z Compiling arc-swap v1.8.2
27232026-05-29T17:48:20.012Z Compiling fs-err v2.11.0
27242026-05-29T17:48:20.367Z Compiling parking_lot_core v0.8.6
27252026-05-29T17:48:20.473Z Compiling mime_guess v2.0.5
27262026-05-29T17:48:20.675Z Compiling slog-scope v4.4.1
27272026-05-29T17:48:21.150Z Compiling diesel-dtrace v0.5.0
27282026-05-29T17:48:21.483Z Compiling async-bb8-diesel v0.2.1
27292026-05-29T17:48:21.934Z Compiling flume v0.11.1
27302026-05-29T17:48:22.159Z Compiling darling_macro v0.23.0
27312026-05-29T17:48:22.354Z Compiling progenitor v0.11.2
27322026-05-29T17:48:22.545Z Compiling progenitor v0.10.0
27332026-05-29T17:48:22.682Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27342026-05-29T17:48:22.738Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-29T17:48:23.584Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-29T17:48:24.552Z Compiling primeorder v0.13.6
27372026-05-29T17:48:24.880Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-05-29T17:48:24.931Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-05-29T17:48:25.164Z Compiling instability v0.3.11
27402026-05-29T17:48:25.243Z Compiling p384 v0.13.1
27412026-05-29T17:48:25.770Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-05-29T17:48:26.312Z Compiling darling v0.23.0
27432026-05-29T17:48:26.493Z Compiling slog-stdlog v4.1.1
27442026-05-29T17:48:27.011Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-05-29T17:48:27.091Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-29T17:48:27.250Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-05-29T17:48:27.279Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-29T17:48:27.355Z Compiling ignore v0.4.25
27492026-05-29T17:48:27.389Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-29T17:48:27.895Z Compiling castaway v0.2.4
27512026-05-29T17:48:28.053Z Compiling atty v0.2.14
27522026-05-29T17:48:28.210Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-29T17:48:28.452Z Compiling http-range v0.1.5
27542026-05-29T17:48:28.475Z Compiling parse-size v1.1.0
27552026-05-29T17:48:28.706Z Compiling indoc v2.0.7
27562026-05-29T17:48:28.760Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27572026-05-29T17:48:28.864Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-29T17:48:29.293Z Compiling compact_str v0.8.1
27592026-05-29T17:48:29.947Z Compiling globwalk v0.9.1
27602026-05-29T17:48:30.466Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-05-29T17:48:30.721Z Compiling parking_lot v0.11.2
27622026-05-29T17:48:31.016Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-29T17:48:31.474Z Compiling slog-envlogger v2.2.0
27642026-05-29T17:48:32.343Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-29T17:48:32.637Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-05-29T17:48:32.722Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-29T17:48:33.027Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-05-29T17:48:33.124Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-05-29T17:48:33.509Z Compiling predicates-tree v1.0.13
27702026-05-29T17:48:33.509Z Compiling unicode-truncate v1.1.0
27712026-05-29T17:48:33.723Z Compiling lru v0.12.5
27722026-05-29T17:48:33.748Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-29T17:48:33.835Z Compiling rand_seeder v0.4.0
27742026-05-29T17:48:33.903Z Compiling prefix-trie v0.7.0
27752026-05-29T17:48:33.958Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-29T17:48:34.034Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-29T17:48:34.098Z Compiling vergen-git2 v1.0.7
27782026-05-29T17:48:34.242Z Compiling illumos-nvpair-sys v0.2.0
27792026-05-29T17:48:34.278Z Compiling cassowary v0.3.0
27802026-05-29T17:48:34.335Z Compiling corncobs v0.1.4
27812026-05-29T17:48:34.444Z Compiling hickory-server v0.25.2
27822026-05-29T17:48:34.475Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-05-29T17:48:34.530Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-29T17:48:34.606Z Compiling ratatui v0.29.0
27852026-05-29T17:48:34.674Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-05-29T17:48:34.783Z Compiling camino-tempfile-ext v0.3.3
27872026-05-29T17:48:34.986Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-29T17:48:35.279Z Compiling hyper-staticfile v0.10.1
27892026-05-29T17:48:35.444Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-05-29T17:48:35.895Z Compiling sled v0.34.7
27912026-05-29T17:48:36.364Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-05-29T17:48:36.500Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-05-29T17:48:37.036Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-05-29T17:48:38.586Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-29T17:48:38.812Z Compiling secrecy v0.8.0
27962026-05-29T17:48:39.024Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-05-29T17:48:39.127Z Compiling rustls v0.21.12
27982026-05-29T17:48:39.465Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-05-29T17:48:40.078Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-05-29T17:48:40.216Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-29T17:48:40.263Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-05-29T17:48:40.956Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-29T17:48:41.768Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-05-29T17:48:42.083Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-29T17:48:42.664Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-05-29T17:48:42.917Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-05-29T17:48:43.151Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-29T17:48:43.378Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-05-29T17:48:43.609Z Compiling rustls-webpki v0.101.7
28102026-05-29T17:48:44.086Z Compiling sct v0.7.1
28112026-05-29T17:48:44.367Z Compiling nix v0.29.0
28122026-05-29T17:48:44.619Z Compiling dropshot v0.16.7
28132026-05-29T17:48:44.757Z Compiling void v1.0.2
28142026-05-29T17:48:44.912Z Compiling lzss v0.8.2
28152026-05-29T17:48:45.152Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-05-29T17:48:45.226Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-05-29T17:48:45.294Z Compiling illumos-nvpair v0.3.0
28182026-05-29T17:48:45.786Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-05-29T17:48:46.246Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-05-29T17:48:46.349Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-05-29T17:48:46.609Z Compiling tungstenite v0.23.0
28222026-05-29T17:48:46.972Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-29T17:48:47.691Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28242026-05-29T17:48:47.920Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28252026-05-29T17:48:47.989Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262026-05-29T17:48:48.154Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28272026-05-29T17:48:48.219Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-05-29T17:48:48.383Z Compiling toml v0.9.12+spec-1.1.0
28292026-05-29T17:48:48.445Z Compiling nix v0.27.1
28302026-05-29T17:48:48.960Z Compiling dropshot_endpoint v0.16.7
28312026-05-29T17:48:49.094Z Compiling serde_bytes v0.11.19
28322026-05-29T17:48:49.420Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28332026-05-29T17:48:49.517Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-29T17:48:49.780Z Compiling tokio-tungstenite v0.23.1
28352026-05-29T17:48:50.152Z Compiling tokio-rustls v0.24.1
28362026-05-29T17:48:50.434Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-05-29T17:48:50.783Z Compiling git2 v0.20.4
28382026-05-29T17:48:52.542Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-05-29T17:48:54.389Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-29T17:48:55.197Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28412026-05-29T17:48:55.479Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-05-29T17:48:56.010Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-05-29T17:48:56.132Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-05-29T17:48:56.170Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-05-29T17:48:56.248Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28462026-05-29T17:48:56.537Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-05-29T17:48:57.153Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-05-29T17:48:57.295Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-05-29T17:48:58.162Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-05-29T17:48:58.302Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-05-29T17:48:58.745Z Compiling rustls-pemfile v1.0.4
28522026-05-29T17:48:58.874Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-05-29T17:48:59.151Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-05-29T17:48:59.238Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-05-29T17:48:59.988Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-05-29T17:49:00.458Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-05-29T17:49:02.372Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-05-29T17:49:02.544Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-05-29T17:49:02.783Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-05-29T17:49:02.977Z Compiling signal-hook-tokio v0.3.1
28612026-05-29T17:49:03.112Z Compiling twox-hash v2.1.2
28622026-05-29T17:49:03.200Z Compiling yasna v0.5.2
28632026-05-29T17:49:03.230Z Compiling is_ci v1.2.0
28642026-05-29T17:49:03.299Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28652026-05-29T17:49:03.456Z Compiling supports-color v3.0.2
28662026-05-29T17:49:03.730Z Compiling rcgen v0.12.1
28672026-05-29T17:49:03.837Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-05-29T17:49:04.364Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-05-29T17:49:04.476Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28702026-05-29T17:49:04.825Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28712026-05-29T17:49:05.480Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-05-29T17:49:07.225Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-29T17:49:08.199Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-05-29T17:49:08.318Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-05-29T17:49:09.101Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-05-29T17:49:09.335Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-05-29T17:49:09.416Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-05-29T17:49:09.570Z Compiling fatfs v0.3.6
28792026-05-29T17:49:09.635Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-05-29T17:49:10.781Z Compiling subprocess v0.2.15
28812026-05-29T17:49:10.877Z Compiling rtoolbox v0.0.3
28822026-05-29T17:49:11.155Z Compiling seq-macro v0.3.6
28832026-05-29T17:49:11.676Z Compiling assert_matches v1.5.0
28842026-05-29T17:49:11.788Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-05-29T17:49:12.070Z Compiling rpassword v7.4.0
28862026-05-29T17:49:12.204Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-05-29T17:49:12.352Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28882026-05-29T17:49:12.719Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-05-29T17:49:12.955Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-29T17:49:13.095Z Compiling tui-tree-widget v0.23.1
28912026-05-29T17:49:13.302Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-05-29T17:49:13.395Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-05-29T17:49:13.915Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-05-29T17:49:14.861Z Compiling uzers v0.12.2
28952026-05-29T17:49:15.197Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-05-29T17:49:16.332Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-05-29T17:49:17.088Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-05-29T17:49:17.331Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-05-29T17:49:19.837Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-05-29T17:49:21.314Z Compiling support-bundle-viewer v0.1.2
29012026-05-29T17:49:22.025Z Compiling multimap v0.10.1
29022026-05-29T17:49:30.009Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-05-29T17:49:31.190Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-05-29T17:49:42.305Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-05-29T17:49:43.757Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-05-29T18:00:59.512Z Finished `release` profile [optimized] target(s) in 13m 30s
29072026-05-29T18:01:43.903Z
29082026-05-29T18:01:43.903Zreal 14:15.709003369
29092026-05-29T18:01:43.906Zuser 1:22:49.890548559
29102026-05-29T18:01:43.906Zsys 3:32.698110553
29112026-05-29T18:01:43.906Ztrap 1.777863989
29122026-05-29T18:01:43.906Ztflt 2.627265239
29132026-05-29T18:01:43.906Zdflt 16.388752587
29142026-05-29T18:01:43.906Zkflt 0.086563942
29152026-05-29T18:01:43.906Zlock 10:17:35.015846442
29162026-05-29T18:01:43.907Zslp 2:35:36.442357623
29172026-05-29T18:01:43.907Zlat 2:38.553227027
29182026-05-29T18:01:43.907Zstop 5:18.979243686
29192026-05-29T18:01:43.907Z+ mapfile -t packages
29202026-05-29T18:01:43.907Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-05-29T18:01:44.855Z Finished `release` profile [optimized] target(s) in 0.94s
29222026-05-29T18:01:44.927Z Running `target/release/omicron-package -t test list-outputs`
29232026-05-29T18:01:44.984ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-05-29T18:01:44.987Z+ ptime -m cargo build --locked --release -p xtask
29252026-05-29T18:01:45.522Z Compiling libc v0.2.185
29262026-05-29T18:01:45.522Z Compiling serde v1.0.228
29272026-05-29T18:01:45.522Z Compiling serde_core v1.0.228
29282026-05-29T18:01:45.626Z Compiling rustix v1.1.3
29292026-05-29T18:01:45.632Z Compiling bitflags v2.11.0
29302026-05-29T18:01:45.641Z Compiling serde_json v1.0.149
29312026-05-29T18:01:45.662Z Compiling num-traits v0.2.19
29322026-05-29T18:01:45.662Z Compiling smallvec v1.15.1
29332026-05-29T18:01:45.670Z Compiling syn v2.0.117
29342026-05-29T18:01:45.701Z Compiling indexmap v2.14.0
29352026-05-29T18:01:45.705Z Compiling usdt-impl v0.5.0
29362026-05-29T18:01:45.722Z Compiling syn v1.0.109
29372026-05-29T18:01:45.731Z Compiling getrandom v0.4.1
29382026-05-29T18:01:45.735Z Compiling log v0.4.29
29392026-05-29T18:01:45.914Z Compiling percent-encoding v2.3.2
29402026-05-29T18:01:46.057Z Compiling fs-err v3.3.0
29412026-05-29T18:01:46.061Z Compiling form_urlencoded v1.2.2
29422026-05-29T18:01:46.090Z Compiling heck v0.4.1
29432026-05-29T18:01:46.093Z Compiling anyhow v1.0.102
29442026-05-29T18:01:46.121Z Compiling once_cell v1.21.3
29452026-05-29T18:01:46.424Z Compiling thread-id v4.2.2
29462026-05-29T18:01:46.467Z Compiling errno v0.3.14
29472026-05-29T18:01:46.470Z Compiling memmap v0.7.0
29482026-05-29T18:01:46.685Z Compiling ordered-float v2.10.1
29492026-05-29T18:01:47.253Z Compiling proc-macro-error v1.0.4
29502026-05-29T18:01:47.456Z Compiling terminal_size v0.4.3
29512026-05-29T18:01:47.460Z Compiling tempfile v3.25.0
29522026-05-29T18:01:47.495Z Compiling tabled_derive v0.7.0
29532026-05-29T18:01:47.558Z Compiling clap_builder v4.5.60
29542026-05-29T18:01:47.558Z Compiling textwrap v0.16.2
29552026-05-29T18:01:47.681Z Compiling camino-tempfile v1.4.1
29562026-05-29T18:01:48.159Z Compiling tabled v0.15.0
29572026-05-29T18:01:48.202Z Compiling synstructure v0.13.2
29582026-05-29T18:01:48.202Z Compiling pest_generator v2.8.6
29592026-05-29T18:01:48.593Z Compiling serde_derive v1.0.228
29602026-05-29T18:01:48.593Z Compiling zerofrom-derive v0.1.6
29612026-05-29T18:01:48.593Z Compiling yoke-derive v0.8.1
29622026-05-29T18:01:48.596Z Compiling zerovec-derive v0.11.2
29632026-05-29T18:01:48.596Z Compiling displaydoc v0.2.5
29642026-05-29T18:01:48.596Z Compiling thiserror-impl v1.0.69
29652026-05-29T18:01:48.666Z Compiling zerocopy-derive v0.7.35
29662026-05-29T18:01:48.725Z Compiling pest_derive v2.8.6
29672026-05-29T18:01:49.157Z Compiling scroll_derive v0.12.1
29682026-05-29T18:01:49.273Z Compiling thiserror-impl v2.0.18
29692026-05-29T18:01:49.308Z Compiling clap_derive v4.5.55
29702026-05-29T18:01:49.450Z Compiling zerocopy v0.7.35
29712026-05-29T18:01:49.704Z Compiling thiserror v1.0.69
29722026-05-29T18:01:49.721Z Compiling zerofrom v0.1.6
29732026-05-29T18:01:49.772Z Compiling scroll v0.12.0
29742026-05-29T18:01:49.825Z Compiling dtrace-parser v0.2.0
29752026-05-29T18:01:49.865Z Compiling yoke v0.8.1
29762026-05-29T18:01:50.029Z Compiling goblin v0.8.2
29772026-05-29T18:01:50.074Z Compiling zerovec v0.11.5
29782026-05-29T18:01:50.077Z Compiling zerotrie v0.2.3
29792026-05-29T18:01:50.461Z Compiling thiserror v2.0.18
29802026-05-29T18:01:50.689Z Compiling tinystr v0.8.2
29812026-05-29T18:01:50.882Z Compiling icu_locale_core v2.1.1
29822026-05-29T18:01:50.924Z Compiling potential_utf v0.1.4
29832026-05-29T18:01:51.126Z Compiling icu_collections v2.1.1
29842026-05-29T18:01:51.878Z Compiling icu_provider v2.1.1
29852026-05-29T18:01:51.909Z Compiling serde_spanned v0.6.9
29862026-05-29T18:01:52.004Z Compiling toml_datetime v0.6.11
29872026-05-29T18:01:52.090Z Compiling dof v0.3.0
29882026-05-29T18:01:52.185Z Compiling icu_normalizer v2.1.1
29892026-05-29T18:01:52.247Z Compiling icu_properties v2.1.2
29902026-05-29T18:01:52.298Z Compiling toml_edit v0.22.27
29912026-05-29T18:01:52.390Z Compiling serde_tokenstream v0.2.3
29922026-05-29T18:01:52.459Z Compiling serde-value v0.7.0
29932026-05-29T18:01:52.474Z Compiling cargo-platform v0.2.0
29942026-05-29T18:01:52.637Z Compiling macaddr v1.0.1
29952026-05-29T18:01:52.653Z Compiling clap v4.5.60
29962026-05-29T18:01:52.942Z Compiling usdt-macro v0.5.0
29972026-05-29T18:01:52.960Z Compiling usdt-attr-macro v0.5.0
29982026-05-29T18:01:53.172Z Compiling idna_adapter v1.2.1
29992026-05-29T18:01:53.320Z Compiling idna v1.1.0
30002026-05-29T18:01:53.593Z Compiling usdt v0.5.0
30012026-05-29T18:01:53.683Z Compiling url v2.5.8
30022026-05-29T18:01:53.882Z Compiling toml v0.8.23
30032026-05-29T18:01:54.337Z Compiling cargo-util-schemas v0.8.2
30042026-05-29T18:01:54.357Z Compiling cargo_toml v0.21.0
30052026-05-29T18:01:55.345Z Compiling cargo_metadata v0.21.0
30062026-05-29T18:01:58.439Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-05-29T18:02:01.437Z Finished `release` profile [optimized] target(s) in 16.44s
30082026-05-29T18:02:01.600Z
30092026-05-29T18:02:01.603Zreal 16.579216457
30102026-05-29T18:02:01.603Zuser 2:22.035053936
30112026-05-29T18:02:01.603Zsys 16.567648205
30122026-05-29T18:02:01.603Ztrap 0.093979423
30132026-05-29T18:02:01.603Ztflt 0.628515099
30142026-05-29T18:02:01.603Zdflt 1.730176613
30152026-05-29T18:02:01.603Zkflt 0.000036511
30162026-05-29T18:02:01.603Zlock 5:13.304832258
30172026-05-29T18:02:01.603Zslp 3:24.009660740
30182026-05-29T18:02:01.603Zlat 5.933738585
30192026-05-29T18:02:01.603Zstop 17.531856472
30202026-05-29T18:02:01.603Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-05-29T18:02:01.603Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-29T18:02:01.603Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-05-29T18:02:01.604Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-29T18:02:01.604Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-05-29T18:02:02.549Z Compiling newtype-uuid-macros v0.1.0
30262026-05-29T18:02:02.552Z Compiling regress v0.10.5
30272026-05-29T18:02:02.552Z Compiling structmeta-derive v0.3.0
30282026-05-29T18:02:02.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-05-29T18:02:02.714Z Compiling rustls v0.22.4
30302026-05-29T18:02:02.726Z Compiling rustls-webpki v0.102.8
30312026-05-29T18:02:02.729Z Compiling multer v3.1.0
30322026-05-29T18:02:02.729Z Compiling match_cfg v0.1.0
30332026-05-29T18:02:02.739Z Compiling debug-ignore v1.0.5
30342026-05-29T18:02:02.742Z Compiling compression-core v0.4.31
30352026-05-29T18:02:02.742Z Compiling slog-json v2.6.1
30362026-05-29T18:02:02.742Z Compiling async-stream-impl v0.3.6
30372026-05-29T18:02:02.742Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-05-29T18:02:02.818Z Compiling serde_spanned v1.0.4
30392026-05-29T18:02:02.851Z Compiling dropshot v0.17.0
30402026-05-29T18:02:02.854Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-05-29T18:02:02.930Z Compiling compression-codecs v0.4.37
30422026-05-29T18:02:02.978Z Compiling hostname v0.3.1
30432026-05-29T18:02:02.982Z Compiling progenitor-client v0.14.0
30442026-05-29T18:02:03.012Z Compiling itertools v0.14.0
30452026-05-29T18:02:03.015Z Compiling waitgroup v0.1.2
30462026-05-29T18:02:03.015Z Compiling rustls-pemfile v2.2.0
30472026-05-29T18:02:03.106Z Compiling toml v1.0.6+spec-1.1.0
30482026-05-29T18:02:03.158Z Compiling async-compression v0.4.41
30492026-05-29T18:02:03.161Z Compiling slog-bunyan v2.5.0
30502026-05-29T18:02:03.223Z Compiling dropshot_endpoint v0.17.0
30512026-05-29T18:02:03.223Z Compiling hostname v0.4.2
30522026-05-29T18:02:03.283Z Compiling serde_path_to_error v0.1.20
30532026-05-29T18:02:03.308Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-05-29T18:02:03.327Z Compiling macaddr v1.0.1
30552026-05-29T18:02:03.365Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-05-29T18:02:03.381Z Compiling async-stream v0.3.6
30572026-05-29T18:02:03.401Z Compiling instant v0.1.13
30582026-05-29T18:02:03.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-05-29T18:02:03.512Z Compiling progenitor-client v0.10.0
30602026-05-29T18:02:03.529Z Compiling backon v1.6.0
30612026-05-29T18:02:03.532Z Compiling backoff v0.4.0
30622026-05-29T18:02:03.559Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-05-29T18:02:03.578Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-05-29T18:02:03.578Z Compiling universal-hash v0.5.1
30652026-05-29T18:02:03.644Z Compiling opaque-debug v0.3.1
30662026-05-29T18:02:03.665Z Compiling unsafe-libyaml v0.2.11
30672026-05-29T18:02:03.732Z Compiling progenitor-extras v0.2.0
30682026-05-29T18:02:03.750Z Compiling half v2.7.1
30692026-05-29T18:02:03.750Z Compiling crucible-workspace-hack v0.1.0
30702026-05-29T18:02:03.781Z Compiling ciborium-io v0.2.2
30712026-05-29T18:02:03.807Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-05-29T18:02:03.824Z Compiling structmeta v0.3.0
30732026-05-29T18:02:03.843Z Compiling regress v0.11.1
30742026-05-29T18:02:03.893Z Compiling convert_case v0.4.0
30752026-05-29T18:02:03.959Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-05-29T18:02:04.000Z Compiling ciborium-ll v0.2.2
30772026-05-29T18:02:04.037Z Compiling aead v0.5.2
30782026-05-29T18:02:04.058Z Compiling derive-ex v0.1.8
30792026-05-29T18:02:04.077Z Compiling parse-display-derive v0.10.0
30802026-05-29T18:02:04.106Z Compiling secrecy v0.10.3
30812026-05-29T18:02:04.131Z Compiling poly1305 v0.8.0
30822026-05-29T18:02:04.243Z Compiling serde_yaml v0.9.34+deprecated
30832026-05-29T18:02:04.260Z Compiling ciborium v0.2.2
30842026-05-29T18:02:04.289Z Compiling chacha20 v0.9.1
30852026-05-29T18:02:04.295Z Compiling derive_more v0.99.20
30862026-05-29T18:02:04.298Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30872026-05-29T18:02:04.409Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-05-29T18:02:04.440Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-29T18:02:04.466Z Compiling thiserror-impl-no-std v2.0.2
30902026-05-29T18:02:04.496Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-05-29T18:02:04.556Z Compiling byte-wrapper v0.1.0
30922026-05-29T18:02:04.791Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30932026-05-29T18:02:04.808Z Compiling password-hash v0.5.0
30942026-05-29T18:02:04.811Z Compiling blake2 v0.10.6
30952026-05-29T18:02:04.857Z Compiling chacha20poly1305 v0.10.1
30962026-05-29T18:02:04.896Z Compiling indent_write v2.2.0
30972026-05-29T18:02:04.922Z Compiling heapless v0.8.0
30982026-05-29T18:02:05.021Z Compiling ingot-macros v0.1.1
30992026-05-29T18:02:05.037Z Compiling tabwriter v1.4.1
31002026-05-29T18:02:05.055Z Compiling toml_edit v0.23.10+spec-1.0.0
31012026-05-29T18:02:05.239Z Compiling tokio-rustls v0.25.0
31022026-05-29T18:02:05.256Z Compiling argon2 v0.5.3
31032026-05-29T18:02:05.399Z Compiling num-rational v0.4.2
31042026-05-29T18:02:05.498Z Compiling typify-impl v0.6.2
31052026-05-29T18:02:05.712Z Compiling thiserror-no-std v2.0.2
31062026-05-29T18:02:05.742Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-05-29T18:02:05.814Z Compiling test-strategy v0.4.5
31082026-05-29T18:02:05.831Z Compiling parse-display v0.10.0
31092026-05-29T18:02:05.835Z Compiling vsss-rs v3.3.4
31102026-05-29T18:02:05.896Z Compiling hash32 v0.3.1
31112026-05-29T18:02:06.010Z Compiling num-complex v0.4.6
31122026-05-29T18:02:06.039Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-05-29T18:02:06.080Z Compiling smoltcp v0.11.0
31142026-05-29T18:02:06.173Z Compiling proc-macro-crate v3.4.0
31152026-05-29T18:02:06.296Z Compiling atomicwrites v0.4.4
31162026-05-29T18:02:06.434Z Compiling num v0.4.3
31172026-05-29T18:02:06.482Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-29T18:02:06.497Z Compiling cobs v0.3.0
31192026-05-29T18:02:06.516Z Compiling float-ord v0.3.2
31202026-05-29T18:02:06.530Z Compiling colored v3.1.1
31212026-05-29T18:02:06.613Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-05-29T18:02:06.661Z Compiling proc-macro-error v1.0.4
31232026-05-29T18:02:06.678Z Compiling proc-macro-crate v1.3.1
31242026-05-29T18:02:06.728Z Compiling postcard v1.1.3
31252026-05-29T18:02:06.756Z Compiling num_enum_derive v0.7.5
31262026-05-29T18:02:06.859Z Compiling foreign-types-macros v0.2.3
31272026-05-29T18:02:06.891Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-05-29T18:02:06.912Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-05-29T18:02:06.928Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-29T18:02:06.996Z Compiling cpufeatures v0.3.0
31312026-05-29T18:02:07.097Z Compiling rayon-core v1.13.0
31322026-05-29T18:02:07.113Z Compiling foreign-types-shared v0.3.1
31332026-05-29T18:02:07.130Z Compiling num_enum_derive v0.5.11
31342026-05-29T18:02:07.163Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-05-29T18:02:07.204Z Compiling chacha20 v0.10.0
31362026-05-29T18:02:07.334Z Compiling toml v0.8.23
31372026-05-29T18:02:07.352Z Compiling crossbeam-deque v0.8.6
31382026-05-29T18:02:07.367Z Compiling camino-tempfile v1.4.1
31392026-05-29T18:02:07.383Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-05-29T18:02:07.401Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31412026-05-29T18:02:07.425Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31422026-05-29T18:02:07.517Z Compiling foreign-types v0.5.0
31432026-05-29T18:02:07.557Z Compiling cstr-argument v0.1.2
31442026-05-29T18:02:07.615Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-05-29T18:02:07.673Z Compiling rand v0.10.0
31462026-05-29T18:02:07.777Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-29T18:02:07.855Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-05-29T18:02:07.872Z Compiling num_enum v0.7.5
31492026-05-29T18:02:07.890Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31502026-05-29T18:02:07.944Z Compiling zone_cfg_derive v0.3.1
31512026-05-29T18:02:07.967Z Compiling ingot-types v0.1.2
31522026-05-29T18:02:08.008Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31532026-05-29T18:02:08.022Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-05-29T18:02:08.042Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31552026-05-29T18:02:08.058Z Compiling itertools v0.12.1
31562026-05-29T18:02:08.076Z Compiling rayon v1.11.0
31572026-05-29T18:02:08.095Z Compiling num-derive v0.4.2
31582026-05-29T18:02:08.173Z Compiling sigpipe v0.1.3
31592026-05-29T18:02:08.226Z Compiling prettyplease v0.2.37
31602026-05-29T18:02:08.230Z Compiling num_enum v0.5.11
31612026-05-29T18:02:08.261Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31622026-05-29T18:02:08.278Z Compiling glob v0.3.3
31632026-05-29T18:02:08.358Z Compiling ingot v0.1.1
31642026-05-29T18:02:08.391Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-05-29T18:02:08.421Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662026-05-29T18:02:08.511Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31672026-05-29T18:02:08.514Z Compiling smf v0.2.3
31682026-05-29T18:02:08.541Z Compiling whoami v1.6.1
31692026-05-29T18:02:08.717Z Compiling usdt-attr-macro v0.5.0
31702026-05-29T18:02:08.759Z Compiling usdt-macro v0.5.0
31712026-05-29T18:02:08.792Z Compiling gethostname v0.5.0
31722026-05-29T18:02:08.856Z Compiling memmap v0.7.0
31732026-05-29T18:02:08.900Z Compiling derive-where v1.6.0
31742026-05-29T18:02:08.941Z Compiling progenitor-client v0.13.0
31752026-05-29T18:02:09.073Z Compiling resolv-conf v0.7.6
31762026-05-29T18:02:09.077Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-05-29T18:02:09.105Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31782026-05-29T18:02:09.248Z Compiling zone v0.3.1
31792026-05-29T18:02:09.286Z Compiling owo-colors v4.3.0
31802026-05-29T18:02:09.345Z Compiling cancel-safe-futures v0.1.5
31812026-05-29T18:02:09.443Z Compiling libsw-core v0.3.2
31822026-05-29T18:02:09.532Z Compiling console v0.15.11
31832026-05-29T18:02:09.573Z Compiling hickory-proto v0.24.4
31842026-05-29T18:02:09.576Z Compiling usdt v0.5.0
31852026-05-29T18:02:09.648Z Compiling libsw v3.5.0
31862026-05-29T18:02:09.728Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-29T18:02:09.883Z Compiling newline-converter v0.3.0
31882026-05-29T18:02:09.886Z Compiling linked-hash-map v0.5.6
31892026-05-29T18:02:09.919Z Compiling linear-map v1.2.0
31902026-05-29T18:02:09.922Z Compiling libefi-sys v0.1.0
31912026-05-29T18:02:09.957Z Compiling git-stub v1.0.0
31922026-05-29T18:02:09.974Z Compiling bitfield-struct v0.6.2
31932026-05-29T18:02:10.019Z Compiling expectorate v1.2.0
31942026-05-29T18:02:10.110Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31952026-05-29T18:02:10.130Z Compiling lru-cache v0.1.2
31962026-05-29T18:02:10.159Z Compiling semver v0.1.20
31972026-05-29T18:02:10.192Z Compiling typify-macro v0.6.2
31982026-05-29T18:02:10.210Z Compiling git-stub-vcs v0.1.0
31992026-05-29T18:02:10.245Z Compiling tokio-dtrace v0.1.1
32002026-05-29T18:02:10.280Z Compiling dropshot-api-manager-types v0.7.1
32012026-05-29T18:02:10.322Z Compiling slog-dtrace v0.3.0
32022026-05-29T18:02:10.339Z Compiling minimal-lexical v0.2.1
32032026-05-29T18:02:10.356Z Compiling rustc_version v0.1.7
32042026-05-29T18:02:10.448Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-05-29T18:02:10.473Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-29T18:02:10.549Z Compiling oxide-tokio-rt v0.1.4
32072026-05-29T18:02:10.563Z Compiling nom v7.1.3
32082026-05-29T18:02:10.599Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-05-29T18:02:10.621Z Compiling newtype_derive v0.1.6
32102026-05-29T18:02:10.621Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-29T18:02:10.658Z Compiling typify-impl v0.4.3
32122026-05-29T18:02:10.661Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-05-29T18:02:10.661Z Compiling phf_shared v0.12.1
32142026-05-29T18:02:10.674Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-05-29T18:02:10.830Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32162026-05-29T18:02:10.847Z Compiling csv-core v0.1.13
32172026-05-29T18:02:10.865Z Compiling xshell-macros v0.2.7
32182026-05-29T18:02:10.892Z Compiling highway v1.3.0
32192026-05-29T18:02:11.036Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-05-29T18:02:11.127Z Compiling chrono-tz v0.10.4
32212026-05-29T18:02:11.226Z Compiling csv v1.4.0
32222026-05-29T18:02:11.248Z Compiling const_format_proc_macros v0.2.34
32232026-05-29T18:02:11.284Z Compiling phf v0.12.1
32242026-05-29T18:02:11.299Z Compiling xshell v0.2.7
32252026-05-29T18:02:11.369Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32262026-05-29T18:02:11.457Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-05-29T18:02:11.473Z Compiling primeorder v0.13.6
32282026-05-29T18:02:11.685Z Compiling hickory-resolver v0.24.4
32292026-05-29T18:02:11.769Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-29T18:02:11.833Z Compiling tabled_derive v0.7.0
32312026-05-29T18:02:11.899Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-05-29T18:02:11.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-05-29T18:02:12.033Z Compiling typify v0.6.2
32342026-05-29T18:02:12.063Z Compiling bcs v0.1.6
32352026-05-29T18:02:12.093Z Compiling const_format v0.2.35
32362026-05-29T18:02:12.125Z Compiling salty v0.3.0
32372026-05-29T18:02:12.169Z Compiling progenitor-impl v0.14.0
32382026-05-29T18:02:12.394Z Compiling progenitor-impl v0.13.0
32392026-05-29T18:02:12.414Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-29T18:02:12.441Z Compiling tagptr v0.2.0
32412026-05-29T18:02:12.509Z Compiling termtree v0.5.1
32422026-05-29T18:02:12.641Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32432026-05-29T18:02:12.660Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32442026-05-29T18:02:12.678Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32452026-05-29T18:02:12.763Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-05-29T18:02:12.801Z Compiling qorb v0.4.1
32472026-05-29T18:02:12.823Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32482026-05-29T18:02:12.889Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32492026-05-29T18:02:12.907Z Compiling tabled v0.15.0
32502026-05-29T18:02:13.157Z Compiling moka v0.12.13
32512026-05-29T18:02:13.401Z Compiling textwrap v0.16.2
32522026-05-29T18:02:13.698Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32532026-05-29T18:02:13.806Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-29T18:02:13.928Z Compiling steno v0.4.1
32552026-05-29T18:02:13.985Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-05-29T18:02:14.003Z Compiling humantime v2.3.0
32572026-05-29T18:02:14.051Z Compiling radium v0.7.0
32582026-05-29T18:02:14.156Z Compiling base64 v0.21.7
32592026-05-29T18:02:14.307Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32602026-05-29T18:02:14.383Z Compiling hickory-resolver v0.25.2
32612026-05-29T18:02:14.517Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-05-29T18:02:14.578Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-05-29T18:02:14.765Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-05-29T18:02:14.784Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-05-29T18:02:14.881Z Compiling p384 v0.13.1
32662026-05-29T18:02:14.915Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32672026-05-29T18:02:14.981Z Compiling progenitor-macro v0.14.0
32682026-05-29T18:02:15.040Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32692026-05-29T18:02:15.163Z Compiling progenitor-macro v0.13.0
32702026-05-29T18:02:15.194Z Compiling maybe-uninit v2.0.0
32712026-05-29T18:02:15.271Z Compiling typify-macro v0.4.3
32722026-05-29T18:02:15.337Z Compiling tap v1.0.1
32732026-05-29T18:02:15.447Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-05-29T18:02:15.474Z Compiling wyz v0.5.1
32752026-05-29T18:02:15.574Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32762026-05-29T18:02:15.645Z Compiling proc-macro-error-attr2 v2.0.0
32772026-05-29T18:02:15.696Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-05-29T18:02:15.724Z Compiling parking_lot_core v0.8.6
32792026-05-29T18:02:15.912Z Compiling utf-8 v0.7.6
32802026-05-29T18:02:15.947Z Compiling packed_struct v0.10.1
32812026-05-29T18:02:16.000Z Compiling funty v2.0.0
32822026-05-29T18:02:16.079Z Compiling proc-macro-error2 v2.0.1
32832026-05-29T18:02:16.132Z Compiling tungstenite v0.21.0
32842026-05-29T18:02:16.297Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-05-29T18:02:16.316Z Compiling polyval v0.6.2
32862026-05-29T18:02:16.346Z Compiling bitvec v1.0.1
32872026-05-29T18:02:16.407Z Compiling num-derive v0.3.3
32882026-05-29T18:02:16.425Z Compiling packed_struct_codegen v0.10.1
32892026-05-29T18:02:16.488Z Compiling zerocopy-derive v0.6.6
32902026-05-29T18:02:16.511Z Compiling bitfield-macros v0.19.4
32912026-05-29T18:02:16.585Z Compiling indexmap v1.9.3
32922026-05-29T18:02:16.618Z Compiling nodrop v0.1.14
32932026-05-29T18:02:16.739Z Compiling crc-catalog v2.4.0
32942026-05-29T18:02:16.815Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-05-29T18:02:16.862Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-05-29T18:02:16.878Z Compiling crc v3.4.0
32972026-05-29T18:02:17.041Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-29T18:02:17.077Z Compiling typify v0.4.3
32992026-05-29T18:02:17.109Z Compiling array-init v0.0.4
33002026-05-29T18:02:17.113Z Compiling tokio-tungstenite v0.21.0
33012026-05-29T18:02:17.143Z Compiling ghash v0.5.1
33022026-05-29T18:02:17.217Z Compiling progenitor-impl v0.11.2
33032026-05-29T18:02:17.279Z Compiling bitfield v0.19.4
33042026-05-29T18:02:17.314Z Compiling tabled_derive v0.11.0
33052026-05-29T18:02:17.352Z Compiling libscf-sys v1.1.0
33062026-05-29T18:02:17.408Z Compiling zerocopy v0.6.6
33072026-05-29T18:02:17.475Z Compiling smallvec v0.6.14
33082026-05-29T18:02:17.634Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-29T18:02:17.665Z Compiling papergrid v0.17.0
33102026-05-29T18:02:17.723Z Compiling testing_table v0.3.0
33112026-05-29T18:02:17.802Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-29T18:02:17.825Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-05-29T18:02:17.848Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-29T18:02:17.912Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33152026-05-29T18:02:18.027Z Compiling ctr v0.9.2
33162026-05-29T18:02:18.105Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-29T18:02:18.156Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-29T18:02:18.208Z Compiling corncobs v0.1.4
33192026-05-29T18:02:18.264Z Compiling illumos-nvpair-sys v0.2.0
33202026-05-29T18:02:18.387Z Compiling hashbrown v0.12.3
33212026-05-29T18:02:18.404Z Compiling unicase v2.9.0
33222026-05-29T18:02:18.445Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-05-29T18:02:18.483Z Compiling aes-gcm v0.10.3
33242026-05-29T18:02:18.552Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-29T18:02:18.594Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-05-29T18:02:18.620Z Compiling parking_lot v0.11.2
33272026-05-29T18:02:18.638Z Compiling mime_guess v2.0.5
33282026-05-29T18:02:18.704Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33292026-05-29T18:02:18.902Z Compiling tabled v0.20.0
33302026-05-29T18:02:18.905Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-05-29T18:02:19.059Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-29T18:02:19.147Z Compiling serde-hex v0.1.0
33332026-05-29T18:02:19.173Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-05-29T18:02:19.253Z Compiling progenitor-impl v0.10.0
33352026-05-29T18:02:19.435Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-05-29T18:02:19.574Z Compiling ron v0.8.1
33372026-05-29T18:02:19.590Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33382026-05-29T18:02:19.625Z Compiling hashbrown v0.13.2
33392026-05-29T18:02:19.713Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33402026-05-29T18:02:20.047Z Compiling progenitor-macro v0.11.2
33412026-05-29T18:02:20.099Z Compiling progenitor-client v0.11.2
33422026-05-29T18:02:20.150Z Compiling progenitor v0.14.0
33432026-05-29T18:02:20.168Z Compiling ssh-encoding v0.2.0
33442026-05-29T18:02:20.293Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-05-29T18:02:20.313Z Compiling progenitor v0.13.0
33462026-05-29T18:02:20.445Z Compiling blowfish v0.9.1
33472026-05-29T18:02:20.463Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33482026-05-29T18:02:20.494Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33492026-05-29T18:02:20.579Z Compiling prefix-trie v0.7.0
33502026-05-29T18:02:20.596Z Compiling fxhash v0.2.1
33512026-05-29T18:02:20.713Z Compiling secrecy v0.8.0
33522026-05-29T18:02:20.765Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33532026-05-29T18:02:20.853Z Compiling crc-any v2.5.0
33542026-05-29T18:02:20.910Z Compiling sled v0.34.7
33552026-05-29T18:02:20.998Z Compiling hickory-server v0.25.2
33562026-05-29T18:02:21.039Z Compiling bcrypt-pbkdf v0.10.0
33572026-05-29T18:02:21.129Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33582026-05-29T18:02:21.209Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-05-29T18:02:21.279Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-05-29T18:02:21.409Z Compiling ssh-cipher v0.2.0
33612026-05-29T18:02:21.713Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33622026-05-29T18:02:21.901Z Compiling progenitor-macro v0.10.0
33632026-05-29T18:02:21.955Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33642026-05-29T18:02:21.992Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33652026-05-29T18:02:22.063Z Compiling object v0.30.4
33662026-05-29T18:02:22.312Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-05-29T18:02:22.352Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-05-29T18:02:22.595Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-05-29T18:02:23.004Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33702026-05-29T18:02:23.456Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-05-29T18:02:23.477Z Compiling password-hash v0.4.2
33722026-05-29T18:02:23.495Z Compiling crc8 v0.1.1
33732026-05-29T18:02:23.515Z Compiling path-slash v0.1.5
33742026-05-29T18:02:23.640Z Compiling http-range v0.1.5
33752026-05-29T18:02:23.680Z Compiling half v1.8.3
33762026-05-29T18:02:23.854Z Compiling pbkdf2 v0.11.0
33772026-05-29T18:02:23.855Z Compiling illumos-nvpair v0.3.0
33782026-05-29T18:02:23.968Z Compiling serde_cbor v0.11.2
33792026-05-29T18:02:24.140Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33802026-05-29T18:02:24.241Z Compiling ssh-key v0.6.7
33812026-05-29T18:02:24.595Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-05-29T18:02:24.613Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-05-29T18:02:24.745Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-05-29T18:02:24.832Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-05-29T18:02:24.987Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-05-29T18:02:25.100Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-05-29T18:02:25.141Z Compiling progenitor v0.11.2
33882026-05-29T18:02:25.295Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-05-29T18:02:25.324Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33902026-05-29T18:02:25.547Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33912026-05-29T18:02:25.608Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-05-29T18:02:25.638Z Compiling p256 v0.13.2
33932026-05-29T18:02:25.689Z Compiling p521 v0.13.3
33942026-05-29T18:02:25.866Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-05-29T18:02:25.941Z Compiling yasna v0.5.2
33962026-05-29T18:02:25.957Z Compiling kstat-rs v0.2.4
33972026-05-29T18:02:26.044Z Compiling headers-core v0.3.0
33982026-05-29T18:02:26.121Z Compiling nanorand v0.7.0
33992026-05-29T18:02:26.137Z Compiling russh-cryptovec v0.7.3
34002026-05-29T18:02:26.192Z Compiling atty v0.2.14
34012026-05-29T18:02:26.290Z Compiling home v0.5.12
34022026-05-29T18:02:26.326Z Compiling md5 v0.7.0
34032026-05-29T18:02:26.356Z Compiling flume v0.11.1
34042026-05-29T18:02:26.425Z Compiling rcgen v0.12.1
34052026-05-29T18:02:26.447Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34062026-05-29T18:02:26.464Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-05-29T18:02:26.468Z Compiling headers v0.4.1
34082026-05-29T18:02:26.619Z Compiling russh-keys v0.45.0
34092026-05-29T18:02:26.637Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-05-29T18:02:26.656Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-29T18:02:26.682Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-29T18:02:26.724Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-29T18:02:26.837Z Compiling hyper-staticfile v0.10.1
34142026-05-29T18:02:27.018Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-05-29T18:02:27.036Z Compiling progenitor v0.10.0
34162026-05-29T18:02:27.149Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-29T18:02:27.213Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34182026-05-29T18:02:27.274Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34192026-05-29T18:02:27.326Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34202026-05-29T18:02:27.371Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-05-29T18:02:27.410Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34222026-05-29T18:02:27.684Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34232026-05-29T18:02:27.706Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-05-29T18:02:27.730Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-05-29T18:02:27.922Z Compiling num-bigint v0.4.6
34262026-05-29T18:02:27.977Z Compiling des v0.8.1
34272026-05-29T18:02:28.082Z Compiling subprocess v0.2.15
34282026-05-29T18:02:28.122Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-29T18:02:28.144Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-05-29T18:02:28.144Z Compiling hex-literal v0.4.1
34312026-05-29T18:02:28.179Z Compiling display-error-chain v0.2.2
34322026-05-29T18:02:28.222Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-05-29T18:02:28.265Z Compiling colored v2.2.0
34342026-05-29T18:02:28.298Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-05-29T18:02:28.344Z Compiling socket2 v0.5.10
34362026-05-29T18:02:28.458Z Compiling internet-checksum v0.2.1
34372026-05-29T18:02:28.570Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-05-29T18:02:29.089Z Compiling russh v0.45.0
34392026-05-29T18:02:29.130Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-29T18:02:29.146Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-29T18:02:31.599Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34422026-05-29T18:02:31.708Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-05-29T18:02:32.380Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-05-29T18:02:32.850Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-05-29T18:02:34.588Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-05-29T18:02:42.524Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-05-29T18:02:42.524Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-05-29T18:02:42.528Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-05-29T18:02:42.528Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-05-29T18:02:44.270Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-05-29T18:02:44.293Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-05-29T18:02:48.419Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-05-29T18:03:27.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34542026-05-29T18:03:27.696Z
34552026-05-29T18:03:27.699Zreal 1:26.031073868
34562026-05-29T18:03:27.700Zuser 8:12.763902597
34572026-05-29T18:03:27.700Zsys 1:41.209970150
34582026-05-29T18:03:27.700Ztrap 0.252089847
34592026-05-29T18:03:27.700Ztflt 0.559517958
34602026-05-29T18:03:27.700Zdflt 1.475433126
34612026-05-29T18:03:27.700Zkflt 0.000236829
34622026-05-29T18:03:27.700Zlock 29:21.810631739
34632026-05-29T18:03:27.700Zslp 19:05.704413912
34642026-05-29T18:03:27.700Zlat 40.429999767
34652026-05-29T18:03:27.700Zstop 2:47.612964307
34662026-05-29T18:03:27.700Z+ mkdir tests
34672026-05-29T18:03:27.704Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-05-29T18:03:27.704Z+ xargs -I '{}' -t cp '{}' tests/
34692026-05-29T18:03:27.730Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/
34702026-05-29T18:03:27.750Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/
34712026-05-29T18:03:27.771Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/
34722026-05-29T18:03:27.791Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/
34732026-05-29T18:03:28.025Z+ 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)
34742026-05-29T18:03:28.028Z+ 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-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 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
34752026-05-29T18:04:47.474ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-05-29T18:04:47.474Za .github/buildomat/ci-env.sh 1K
34772026-05-29T18:04:47.474Za out/target/test 1K
34782026-05-29T18:04:47.474Za out/npuzone/npuzone 27402K
34792026-05-29T18:04:47.474Za package-manifest.toml 35K
34802026-05-29T18:04:47.474Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-05-29T18:04:47.474Za target/release/omicron-package 45999K
34822026-05-29T18:04:47.474Za target/release/xtask 11449K
34832026-05-29T18:04:47.474Za target/debug/bootstrap 352389K
34842026-05-29T18:04:47.474Za tests/bootstrap-54eb8cb4fad452e9 31215K
34852026-05-29T18:04:47.474Za tests/commtest-e57ddec93a65e07d 32300K
34862026-05-29T18:04:47.474Za tests/dhcp_server-b3d54b1df50298e7 31215K
34872026-05-29T18:04:47.474Za tests/end_to_end_tests-b20bfc9b29c19962 394169K
34882026-05-29T18:04:47.474Za tools/opte_version 1K
34892026-05-29T18:04:47.474Za tools/opte_version_override 2K
34902026-05-29T18:04:47.474Za out/clickhouse.tar.gz 319620K
34912026-05-29T18:04:47.474Za out/clickhouse_keeper.tar.gz 304971K
34922026-05-29T18:04:47.474Za out/clickhouse_server.tar.gz 319617K
34932026-05-29T18:04:47.475Za out/cockroachdb.tar.gz 165160K
34942026-05-29T18:04:47.475Za out/crucible-pantry-zone.tar.gz 44197K
34952026-05-29T18:04:47.475Za out/crucible-utils.tar 17744K
34962026-05-29T18:04:47.475Za out/crucible-zone.tar.gz 58335K
34972026-05-29T18:04:47.475Za out/external-dns.tar.gz 50334K
34982026-05-29T18:04:47.475Za out/internal-dns.tar.gz 50334K
34992026-05-29T18:04:47.475Za out/mg-ddm-gz.tar 95141K
35002026-05-29T18:04:47.475Za out/nexus.tar.gz 221060K
35012026-05-29T18:04:47.475Za out/ntp.tar.gz 32159K
35022026-05-29T18:04:47.475Za out/omicron-gateway-softnpu.tar.gz 29753K
35032026-05-29T18:04:47.475Za out/omicron-sled-agent.tar 205658K
35042026-05-29T18:04:47.475Za out/overlay.tar.gz 3K
35052026-05-29T18:04:47.475Za out/oximeter.tar.gz 67424K
35062026-05-29T18:04:47.475Za out/oxlog.tar 3782K
35072026-05-29T18:04:47.475Za out/probe.tar.gz 3037K
35082026-05-29T18:04:47.475Za out/propolis-server.tar.gz 38727K
35092026-05-29T18:04:47.475Za out/pumpkind-gz.tar 26647K
35102026-05-29T18:04:47.475Za out/switch-softnpu.tar.gz 397268K
35112026-05-29T18:04:47.479Z
35122026-05-29T18:04:47.479Zreal 1:19.445963842
35132026-05-29T18:04:47.479Zuser 1:16.736061664
35142026-05-29T18:04:47.479Zsys 4.466853343
35152026-05-29T18:04:47.479Ztrap 0.006475958
35162026-05-29T18:04:47.479Ztflt 0.000000000
35172026-05-29T18:04:47.479Zdflt 0.000000000
35182026-05-29T18:04:47.480Zkflt 0.000000000
35192026-05-29T18:04:47.480Zlock 0.000000000
35202026-05-29T18:04:47.480Zslp 1:16.624285775
35212026-05-29T18:04:47.480Zlat 1.052281427
35222026-05-29T18:04:47.480Zstop 0.000204018
35232026-05-29T18:04:47.480Zprocess exited: duration 1274384 ms, exit code 0
 
35242026-05-29T18:04:47.496Zfound 1 output files
35252026-05-29T18:04:47.510Zuploading: /work/package.tar.gz (2448399889 bytes)
35262026-05-29T18:05:17.665Zuploaded: /work/package.tar.gz