01KTSRDNFT93MA6HFA1YEJR5V6: 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: 01KTSREEE6WVX67TBT0GP7VY14

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T21:54:55.184Zjob assigned to worker 01KTSREPTQP37GNCV4P6NKZ533 [factory aws, i-04fea3b266c038b60] (queued for 50 s)
 
22026-06-10T21:55:02.530Zstarting task 0: "setup"
32026-06-10T21:55:02.537Z++ uname -s
42026-06-10T21:55:02.537Z+ kern=SunOS
52026-06-10T21:55:02.537Z+ build_user=build
62026-06-10T21:55:02.537Z+ build_uid=12345
72026-06-10T21:55:02.537Z+ work_dir=/work
82026-06-10T21:55:02.537Z+ input_dir=/input
92026-06-10T21:55:02.538Z+ [[ 0 == 12345 ]]
102026-06-10T21:55:02.538Z+ case "$kern" in
112026-06-10T21:55:02.538Z+ groupadd -g 12345 build
122026-06-10T21:55:02.542Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T21:55:04.546Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T21:55:04.620Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T21:55:04.624Z+ home_fs=zfs
162026-06-10T21:55:04.624Z+ [[ zfs == autofs ]]
172026-06-10T21:55:04.624Z+ mkdir -p /home/build
182026-06-10T21:55:04.627Z+ chown build:build /home/build /work
192026-06-10T21:55:06.627Z+ chmod 0700 /home/build /work
202026-06-10T21:55:06.630Zprocess exited: duration 4106 ms, exit code 0
 
212026-06-10T21:55:06.636Zstarting task 1: "rust-toolchain"
222026-06-10T21:55:06.643Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T21:55:06.643Z * rust toolchain channel = "1.94.0"
242026-06-10T21:55:06.643Z * rust toolchain profile = "default"
252026-06-10T21:55:06.643Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T21:55:06.643Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T21:55:06.643Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T21:55:06.646Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T21:55:06.646Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T21:55:06.755Zinfo: downloading installer
312026-06-10T21:55:08.482Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T21:55:08.482Zwarn: /home/build/.rustup/settings.toml
332026-06-10T21:55:08.482Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T21:55:08.482Zwarn: instead of the one inferred from the default host triple.
352026-06-10T21:55:08.492Zinfo: profile set to default
362026-06-10T21:55:08.492Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T21:55:08.500Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T21:55:08.636Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T21:55:08.639Zinfo: downloading 6 components
402026-06-10T21:55:23.930Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-10T21:55:23.930Z
422026-06-10T21:55:23.963Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T21:55:23.963Z
442026-06-10T21:55:23.963Z
452026-06-10T21:55:23.963ZRust is installed now. Great!
462026-06-10T21:55:23.963Z
472026-06-10T21:55:23.963ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T21:55:23.963Zenvironment variable. This has not been done automatically.
492026-06-10T21:55:23.963Z
502026-06-10T21:55:23.963ZTo configure your current shell, you need to source
512026-06-10T21:55:23.963Zthe corresponding env file under $HOME/.cargo.
522026-06-10T21:55:23.963Z
532026-06-10T21:55:23.963ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T21:55:23.968Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T21:55:23.968Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T21:55:23.968Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T21:55:23.968Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T21:55:23.968Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T21:55:23.968Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T21:55:23.968Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T21:55:23.969Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T21:55:24.073Z+ rustup --version
632026-06-10T21:55:24.079Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T21:55:24.079Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T21:55:24.101Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T21:55:24.105Z+ cargo --version
672026-06-10T21:55:24.112Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T21:55:24.115Z+ rustc --version
692026-06-10T21:55:24.136Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T21:55:24.140Zprocess exited: duration 17503 ms, exit code 0
 
712026-06-10T21:55:24.146Zstarting task 2: "authentication"
722026-06-10T21:55:24.169Zprocess exited: duration 18 ms, exit code 0
 
732026-06-10T21:55:24.181Zstarting task 3: "clone repository"
742026-06-10T21:55:24.184Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-10T21:55:24.188Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-10T21:55:24.227ZCloning into '/work/oxidecomputer/omicron'...
772026-06-10T21:55:35.458Z+ cd /work/oxidecomputer/omicron
782026-06-10T21:55:35.458Z+ git fetch origin f4ceffacdb56e876875b102f0395a9e9a01486d3
792026-06-10T21:55:35.811ZFrom https://github.com/oxidecomputer/omicron
802026-06-10T21:55:35.811Z * branch f4ceffacdb56e876875b102f0395a9e9a01486d3 -> FETCH_HEAD
812026-06-10T21:55:35.820Z+ [[ -n eliza/rectifier-i-hardly-knew-er ]]
822026-06-10T21:55:35.827Z++ git branch --show-current
832026-06-10T21:55:35.827Z+ current=main
842026-06-10T21:55:35.827Z+ [[ main != eliza/rectifier-i-hardly-knew-er ]]
852026-06-10T21:55:35.827Z+ git branch -f eliza/rectifier-i-hardly-knew-er f4ceffacdb56e876875b102f0395a9e9a01486d3
862026-06-10T21:55:35.830Z+ git checkout -f eliza/rectifier-i-hardly-knew-er
872026-06-10T21:55:36.071ZSwitched to branch 'eliza/rectifier-i-hardly-knew-er'
882026-06-10T21:55:36.077Z+ git reset --hard f4ceffacdb56e876875b102f0395a9e9a01486d3
892026-06-10T21:55:36.085ZHEAD is now at f4ceffacd add alert types (wip)
902026-06-10T21:55:36.088Zprocess exited: duration 11906 ms, exit code 0
 
912026-06-10T21:55:36.094Zstarting task 4: "build"
922026-06-10T21:55:36.101Z+ source .github/buildomat/ci-env.sh
932026-06-10T21:55:36.101Z++ export CARGO_TERM_COLOR=always
942026-06-10T21:55:36.101Z++ CARGO_TERM_COLOR=always
952026-06-10T21:55:36.101Z+ cargo --version
962026-06-10T21:55:36.117Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-10T21:55:36.123Z+ rustc --version
982026-06-10T21:55:36.136Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-10T21:55:36.140Z+ WORK=/work
1002026-06-10T21:55:36.140Z+ pfexec mkdir -p /work
1012026-06-10T21:55:36.143Z+ pfexec chown build /work
1022026-06-10T21:55:36.146Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-10T21:55:38.167Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-10T21:55:38.253Z Startup: Caching catalogs ... Done
1052026-06-10T21:55:38.576ZPlanning: Solver setup ... Done (0.283s)
1062026-06-10T21:55:38.599ZPlanning: Running solver ... Done (0.021s)
1072026-06-10T21:55:38.610ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-10T21:55:38.616ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-10T21:55:38.645ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-10T21:55:38.655ZPlanning: Package planning ... Done (0.015s)
1112026-06-10T21:55:38.658ZPlanning: Merging actions ... Done (0.001s)
1122026-06-10T21:55:38.856ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-06-10T21:55:38.864ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-10T21:55:39.778ZPlanning: Evaluating mediators ... Done (0.922s)
1152026-06-10T21:55:39.781ZPlanning: Planning completed in 1.51 seconds
1162026-06-10T21:55:39.795Z Packages to install: 2
1172026-06-10T21:55:39.796Z Estimated space available: 156.07 GB
1182026-06-10T21:55:39.796ZEstimated space to be consumed: 25.37 MB
1192026-06-10T21:55:39.796Z Create boot environment: No
1202026-06-10T21:55:39.796ZCreate backup boot environment: No
1212026-06-10T21:55:39.796Z Rebuild boot archive: No
1222026-06-10T21:55:39.813Z
1232026-06-10T21:55:39.813ZChanged packages:
1242026-06-10T21:55:39.813Zhelios
1252026-06-10T21:55:39.813Z developer/build-essential
1262026-06-10T21:55:39.813Z None -> 11-3.0
1272026-06-10T21:55:39.813Z library/libxmlsec1
1282026-06-10T21:55:39.813Z None -> 1.2.35-3.0
1292026-06-10T21:55:39.819Z
1302026-06-10T21:55:39.819ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-10T21:55:41.099ZDownload: Completed 1.28 MB in 1.28 seconds (1.0M/s)
1322026-06-10T21:55:41.173Z Actions: 1/268 actions (Installing new actions)
1332026-06-10T21:55:41.211Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-10T21:55:41.222ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-10T21:55:41.222ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-10T21:55:41.245ZFinalize: Updating image state ... Done (0.023s)
1372026-06-10T21:55:43.858ZFinalize: Creating fast lookup database ... Done (2.591s)
1382026-06-10T21:55:43.932ZFinalize: Reading search index ... Done (0.014s)
1392026-06-10T21:55:43.935ZFinalize: Updating search index ... Done (0.000s)
1402026-06-10T21:55:44.010ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-10T21:55:44.317ZPlanning: Evaluating mediator changes ... Done
1422026-06-10T21:55:44.420ZPlanning: Checking for conflicting actions ... Done
1432026-06-10T21:55:44.424ZPlanning: Consolidating action changes ... Done
1442026-06-10T21:55:44.581ZPlanning: Evaluating mediators ... Done
1452026-06-10T21:55:44.585ZPlanning: Planning completed in 0.27 seconds
1462026-06-10T21:55:44.605Z Mediators to change: 2
1472026-06-10T21:55:44.605Z Create boot environment: No
1482026-06-10T21:55:44.605ZCreate backup boot environment: No
1492026-06-10T21:55:44.656ZFinalize: Updating package state database ... Done
1502026-06-10T21:55:44.657ZFinalize: Updating package cache ... Done
1512026-06-10T21:55:44.670ZFinalize: Updating image state ... Done
1522026-06-10T21:55:46.618ZFinalize: Creating fast lookup database ... Done
1532026-06-10T21:55:46.680ZFinalize: Reading search index ... Done
1542026-06-10T21:55:46.710ZFinalize: Updating search index ... Done
1552026-06-10T21:55:46.741ZFinalize: Updating package cache ... Done
1562026-06-10T21:55:47.047ZPlanning: Evaluating mediator changes ... Done
1572026-06-10T21:55:47.133ZPlanning: Checking for conflicting actions ... Done
1582026-06-10T21:55:47.141ZPlanning: Consolidating action changes ... Done
1592026-06-10T21:55:47.301ZPlanning: Evaluating mediators ... Done
1602026-06-10T21:55:47.308ZPlanning: Planning completed in 0.26 seconds
1612026-06-10T21:55:47.316Z Mediators to change: 1
1622026-06-10T21:55:47.317Z Create boot environment: No
1632026-06-10T21:55:47.317ZCreate backup boot environment: No
1642026-06-10T21:55:47.359ZFinalize: Updating package state database ... Done
1652026-06-10T21:55:47.359ZFinalize: Updating package cache ... Done
1662026-06-10T21:55:47.373ZFinalize: Updating image state ... Done
1672026-06-10T21:55:49.320ZFinalize: Creating fast lookup database ... Done
1682026-06-10T21:55:49.382ZFinalize: Reading search index ... Done
1692026-06-10T21:55:49.385ZFinalize: Updating search index ... Done
1702026-06-10T21:55:49.443ZFinalize: Updating package cache ... Done
1712026-06-10T21:55:49.765ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-10T21:55:49.765Zapache system 2.4 system
1732026-06-10T21:55:49.765Zclang system 15 system
1742026-06-10T21:55:49.766Zcsh system system illumos
1752026-06-10T21:55:49.766Zctags system system illumos
1762026-06-10T21:55:49.766Zfile vendor vendor darwinsys
1772026-06-10T21:55:49.766Zfile system system illumos
1782026-06-10T21:55:49.766Zgcc vendor 14 vendor
1792026-06-10T21:55:49.766Zgcc system 13 system
1802026-06-10T21:55:49.766Zgcc system 10 system
1812026-06-10T21:55:49.766Zgo system 1.25 system
1822026-06-10T21:55:49.766Zllvm system 15 system
1832026-06-10T21:55:49.766Zmariadb system 11.4 system
1842026-06-10T21:55:49.766Zmta vendor vendor dma
1852026-06-10T21:55:49.767Zopenjdk system 17 system
1862026-06-10T21:55:49.767Zopenjdk system 11 system
1872026-06-10T21:55:49.767Zopenssl vendor 3 vendor
1882026-06-10T21:55:49.767Zperl system 5.40 system
1892026-06-10T21:55:49.767Zpostgresql system 18 system
1902026-06-10T21:55:49.767Zpostgresql system 17 system
1912026-06-10T21:55:49.767Zpython vendor 3 vendor
1922026-06-10T21:55:49.767Zpython system 2 system
1932026-06-10T21:55:49.767Zpython3 vendor 3.13 vendor
1942026-06-10T21:55:49.767Zruby system 3.4 system
1952026-06-10T21:55:49.767Zruby system 3.0 system
1962026-06-10T21:55:49.767Zwords vendor vendor american-english
1972026-06-10T21:55:49.767Zwords system system australian-english
1982026-06-10T21:55:49.767Zwords system system british-english
1992026-06-10T21:55:49.767Zwords system system canadian-english
2002026-06-10T21:55:49.767Zwords system system french
2012026-06-10T21:55:49.767Zwords system system italian
2022026-06-10T21:55:49.767Zwords system system ngerman
2032026-06-10T21:55:49.767Zwords system system ogerman
2042026-06-10T21:55:49.767Zwords system system spanish
2052026-06-10T21:55:50.017ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-10T21:55:50.017Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-10T21:55:50.306ZFMRI IFO
2082026-06-10T21:55:50.306Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-10T21:55:50.306Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-10T21:55:50.306Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-10T21:55:50.307Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-10T21:55:50.307Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-10T21:55:50.307Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-10T21:55:50.307Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-10T21:55:50.307Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-10T21:55:50.307Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-10T21:55:50.552Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-10T21:55:50.825Z Updating crates.io index
2192026-06-10T21:55:50.858Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-10T21:55:51.072Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-10T21:55:52.030Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-10T21:55:52.655Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-10T21:55:53.437Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-10T21:55:54.024Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-10T21:55:55.678Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-10T21:55:56.629Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-10T21:55:56.900Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-10T21:55:58.079Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-10T21:55:58.738Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-10T21:55:59.026Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-10T21:55:59.419Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-10T21:56:00.373Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-10T21:56:00.829Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-10T21:56:01.308Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-10T21:56:01.638Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-10T21:56:02.050Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-10T21:56:02.476Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-10T21:56:02.850Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-10T21:56:03.147Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-10T21:56:03.511Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-10T21:56:04.020Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-10T21:56:04.671Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-10T21:56:05.085Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-10T21:56:05.562Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-10T21:56:06.044Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-10T21:56:06.347Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-10T21:56:07.568Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-10T21:56:07.826Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-10T21:56:08.591Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-10T21:56:09.016Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-10T21:56:09.388Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-10T21:56:09.684Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-10T21:56:10.009Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-10T21:56:10.400Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-10T21:56:10.897Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-10T21:56:11.374Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-10T21:56:11.643Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-10T21:56:11.885Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-10T21:56:12.250Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-10T21:56:23.989Z Downloading crates ...
2612026-06-10T21:56:24.063Z Downloaded cargo-platform v0.2.0
2622026-06-10T21:56:24.067Z Downloaded clap_derive v4.6.1
2632026-06-10T21:56:24.070Z Downloaded textwrap v0.16.2
2642026-06-10T21:56:24.074Z Downloaded stable_deref_trait v1.2.1
2652026-06-10T21:56:24.074Z Downloaded camino-tempfile v1.4.1
2662026-06-10T21:56:24.083Z Downloaded fastrand v2.3.0
2672026-06-10T21:56:24.086Z Downloaded thiserror-impl v1.0.69
2682026-06-10T21:56:24.086Z Downloaded thiserror v1.0.69
2692026-06-10T21:56:24.090Z Downloaded zerofrom-derive v0.1.6
2702026-06-10T21:56:24.096Z Downloaded utf8parse v0.2.2
2712026-06-10T21:56:24.096Z Downloaded scroll v0.12.0
2722026-06-10T21:56:24.096Z Downloaded anstream v1.0.0
2732026-06-10T21:56:24.099Z Downloaded macaddr v1.0.1
2742026-06-10T21:56:24.099Z Downloaded clap_lex v1.0.0
2752026-06-10T21:56:24.099Z Downloaded zerofrom v0.1.6
2762026-06-10T21:56:24.099Z Downloaded usdt-attr-macro v0.5.0
2772026-06-10T21:56:24.099Z Downloaded unicode-linebreak v0.1.5
2782026-06-10T21:56:24.107Z Downloaded fnv v1.0.7
2792026-06-10T21:56:24.110Z Downloaded cfg-if v1.0.4
2802026-06-10T21:56:24.110Z Downloaded anstyle v1.0.14
2812026-06-10T21:56:24.110Z Downloaded usdt-macro v0.5.0
2822026-06-10T21:56:24.110Z Downloaded usdt v0.5.0
2832026-06-10T21:56:24.110Z Downloaded typeid v1.0.3
2842026-06-10T21:56:24.110Z Downloaded thread-id v4.2.2
2852026-06-10T21:56:24.110Z Downloaded unicode-xid v0.2.6
2862026-06-10T21:56:24.114Z Downloaded block-buffer v0.10.4
2872026-06-10T21:56:24.117Z Downloaded tinystr v0.8.2
2882026-06-10T21:56:24.117Z Downloaded writeable v0.6.2
2892026-06-10T21:56:24.121Z Downloaded toml_edit v0.22.27
2902026-06-10T21:56:24.125Z Downloaded zmij v1.0.21
2912026-06-10T21:56:24.125Z Downloaded autocfg v1.5.0
2922026-06-10T21:56:24.125Z Downloaded thiserror-impl v2.0.18
2932026-06-10T21:56:24.130Z Downloaded yoke-derive v0.8.1
2942026-06-10T21:56:24.130Z Downloaded toml_datetime v0.6.11
2952026-06-10T21:56:24.130Z Downloaded itoa v1.0.17
2962026-06-10T21:56:24.130Z Downloaded version_check v0.9.5
2972026-06-10T21:56:24.135Z Downloaded utf8_iter v1.0.4
2982026-06-10T21:56:24.135Z Downloaded toml_write v0.1.2
2992026-06-10T21:56:24.135Z Downloaded dtrace-parser v0.2.0
3002026-06-10T21:56:24.135Z Downloaded plain v0.2.3
3012026-06-10T21:56:24.138Z Downloaded cargo-util-schemas v0.8.2
3022026-06-10T21:56:24.142Z Downloaded ucd-trie v0.1.7
3032026-06-10T21:56:24.142Z Downloaded usdt-impl v0.5.0
3042026-06-10T21:56:24.147Z Downloaded thiserror v2.0.18
3052026-06-10T21:56:24.147Z Downloaded fs-err v3.3.0
3062026-06-10T21:56:24.147Z Downloaded camino v1.2.2
3072026-06-10T21:56:24.150Z Downloaded toml v0.8.23
3082026-06-10T21:56:24.150Z Downloaded serde-value v0.7.0
3092026-06-10T21:56:24.150Z Downloaded heck v0.5.0
3102026-06-10T21:56:24.150Z Downloaded errno v0.3.14
3112026-06-10T21:56:24.158Z Downloaded yoke v0.8.1
3122026-06-10T21:56:24.158Z Downloaded memmap v0.7.0
3132026-06-10T21:56:24.161Z Downloaded zerovec-derive v0.11.2
3142026-06-10T21:56:24.161Z Downloaded zerocopy-derive v0.7.35
3152026-06-10T21:56:24.161Z Downloaded percent-encoding v2.3.2
3162026-06-10T21:56:24.164Z Downloaded swrite v0.1.0
3172026-06-10T21:56:24.164Z Downloaded equivalent v1.0.2
3182026-06-10T21:56:24.164Z Downloaded typenum v1.19.0
3192026-06-10T21:56:24.167Z Downloaded strsim v0.11.1
3202026-06-10T21:56:24.171Z Downloaded pretty-hex v0.4.1
3212026-06-10T21:56:24.174Z Downloaded dof v0.3.0
3222026-06-10T21:56:24.174Z Downloaded zerotrie v0.2.3
3232026-06-10T21:56:24.174Z Downloaded unicode-ident v1.0.24
3242026-06-10T21:56:24.176Z Downloaded cpufeatures v0.2.17
3252026-06-10T21:56:24.180Z Downloaded url v2.5.8
3262026-06-10T21:56:24.180Z Downloaded terminal_size v0.4.3
3272026-06-10T21:56:24.180Z Downloaded form_urlencoded v1.2.2
3282026-06-10T21:56:24.183Z Downloaded heck v0.4.1
3292026-06-10T21:56:24.183Z Downloaded idna_adapter v1.2.1
3302026-06-10T21:56:24.187Z Downloaded smawk v0.3.2
3312026-06-10T21:56:24.191Z Downloaded generic-array v0.14.7
3322026-06-10T21:56:24.194Z Downloaded zerovec v0.11.5
3332026-06-10T21:56:24.198Z Downloaded potential_utf v0.1.4
3342026-06-10T21:56:24.198Z Downloaded is_terminal_polyfill v1.70.2
3352026-06-10T21:56:24.198Z Downloaded zerocopy v0.7.35
3362026-06-10T21:56:24.205Z Downloaded tabled_derive v0.7.0
3372026-06-10T21:56:24.210Z Downloaded scroll_derive v0.12.1
3382026-06-10T21:56:24.210Z Downloaded crypto-common v0.1.7
3392026-06-10T21:56:24.210Z Downloaded colorchoice v1.0.4
3402026-06-10T21:56:24.210Z Downloaded anstyle-query v1.1.5
3412026-06-10T21:56:24.215Z Downloaded ordered-float v2.10.1
3422026-06-10T21:56:24.215Z Downloaded proc-macro-error-attr v1.0.4
3432026-06-10T21:56:24.218Z Downloaded anstyle-parse v1.0.0
3442026-06-10T21:56:24.218Z Downloaded winnow v0.7.14
3452026-06-10T21:56:24.221Z Downloaded unicode-width v0.1.14
3462026-06-10T21:56:24.225Z Downloaded unicode-width v0.2.0
3472026-06-10T21:56:24.228Z Downloaded serde_spanned v0.6.9
3482026-06-10T21:56:24.233Z Downloaded pest_meta v2.8.6
3492026-06-10T21:56:24.236Z Downloaded num-traits v0.2.19
3502026-06-10T21:56:24.240Z Downloaded cargo_toml v0.21.0
3512026-06-10T21:56:24.246Z Downloaded proc-macro-error v1.0.4
3522026-06-10T21:56:24.312Z Downloaded cargo_metadata v0.21.0
3532026-06-10T21:56:24.324Z Downloaded sha2 v0.10.9
3542026-06-10T21:56:24.324Z Downloaded digest v0.10.7
3552026-06-10T21:56:24.324Z Downloaded serde_tokenstream v0.2.3
3562026-06-10T21:56:24.324Z Downloaded serde-untagged v0.1.9
3572026-06-10T21:56:24.324Z Downloaded byteorder v1.5.0
3582026-06-10T21:56:24.324Z Downloaded displaydoc v0.2.5
3592026-06-10T21:56:24.324Z Downloaded quote v1.0.45
3602026-06-10T21:56:24.324Z Downloaded litemap v0.8.1
3612026-06-10T21:56:24.324Z Downloaded pest_generator v2.8.6
3622026-06-10T21:56:24.324Z Downloaded semver v1.0.28
3632026-06-10T21:56:24.324Z Downloaded once_cell v1.21.3
3642026-06-10T21:56:24.324Z Downloaded bytecount v0.6.9
3652026-06-10T21:56:24.324Z Downloaded anyhow v1.0.102
3662026-06-10T21:56:24.324Z Downloaded tempfile v3.25.0
3672026-06-10T21:56:24.324Z Downloaded synstructure v0.13.2
3682026-06-10T21:56:24.324Z Downloaded pest_derive v2.8.6
3692026-06-10T21:56:24.324Z Downloaded erased-serde v0.4.9
3702026-06-10T21:56:24.329Z Downloaded papergrid v0.11.0
3712026-06-10T21:56:24.329Z Downloaded log v0.4.29
3722026-06-10T21:56:24.334Z Downloaded bitflags v2.11.0
3732026-06-10T21:56:24.339Z Downloaded icu_properties v2.1.2
3742026-06-10T21:56:24.344Z Downloaded icu_provider v2.1.1
3752026-06-10T21:56:24.349Z Downloaded clap v4.6.1
3762026-06-10T21:56:24.355Z Downloaded icu_normalizer_data v2.1.1
3772026-06-10T21:56:24.358Z Downloaded pest v2.8.6
3782026-06-10T21:56:24.362Z Downloaded getrandom v0.4.1
3792026-06-10T21:56:24.366Z Downloaded serde_derive v1.0.228
3802026-06-10T21:56:24.370Z Downloaded icu_normalizer v2.1.1
3812026-06-10T21:56:24.373Z Downloaded serde_core v1.0.228
3822026-06-10T21:56:24.373Z Downloaded proc-macro2 v1.0.106
3832026-06-10T21:56:24.378Z Downloaded smallvec v1.15.1
3842026-06-10T21:56:24.386Z Downloaded hashbrown v0.17.0
3852026-06-10T21:56:24.386Z Downloaded serde v1.0.228
3862026-06-10T21:56:24.390Z Downloaded icu_locale_core v2.1.1
3872026-06-10T21:56:24.390Z Downloaded icu_collections v2.1.1
3882026-06-10T21:56:24.395Z Downloaded memchr v2.8.0
3892026-06-10T21:56:24.398Z Downloaded indexmap v2.14.0
3902026-06-10T21:56:24.432Z Downloaded idna v1.1.0
3912026-06-10T21:56:24.448Z Downloaded clap_builder v4.6.0
3922026-06-10T21:56:24.464Z Downloaded icu_properties_data v2.1.2
3932026-06-10T21:56:24.468Z Downloaded serde_json v1.0.149
3942026-06-10T21:56:24.474Z Downloaded goblin v0.8.2
3952026-06-10T21:56:24.477Z Downloaded tabled v0.15.0
3962026-06-10T21:56:24.495Z Downloaded syn v1.0.109
3972026-06-10T21:56:24.504Z Downloaded syn v2.0.117
3982026-06-10T21:56:24.527Z Downloaded rustix v1.1.3
3992026-06-10T21:56:24.562Z Downloaded libc v0.2.185
4002026-06-10T21:56:24.637Z Compiling proc-macro2 v1.0.106
4012026-06-10T21:56:24.637Z Compiling unicode-ident v1.0.24
4022026-06-10T21:56:24.647Z Compiling quote v1.0.45
4032026-06-10T21:56:24.647Z Compiling serde_core v1.0.228
4042026-06-10T21:56:24.647Z Compiling libc v0.2.185
4052026-06-10T21:56:24.647Z Compiling version_check v0.9.5
4062026-06-10T21:56:24.647Z Compiling stable_deref_trait v1.2.1
4072026-06-10T21:56:24.647Z Compiling memchr v2.8.0
4082026-06-10T21:56:24.647Z Compiling serde v1.0.228
4092026-06-10T21:56:24.647Z Compiling zmij v1.0.21
4102026-06-10T21:56:24.647Z Compiling ucd-trie v0.1.7
4112026-06-10T21:56:24.647Z Compiling itoa v1.0.17
4122026-06-10T21:56:24.858Z Compiling autocfg v1.5.0
4132026-06-10T21:56:24.874Z Compiling thiserror v1.0.69
4142026-06-10T21:56:24.878Z Compiling litemap v0.8.1
4152026-06-10T21:56:25.069Z Compiling writeable v0.6.2
4162026-06-10T21:56:25.089Z Compiling byteorder v1.5.0
4172026-06-10T21:56:25.107Z Compiling icu_properties_data v2.1.2
4182026-06-10T21:56:25.253Z Compiling rustix v1.1.3
4192026-06-10T21:56:25.338Z Compiling icu_normalizer_data v2.1.1
4202026-06-10T21:56:25.341Z Compiling bitflags v2.11.0
4212026-06-10T21:56:25.409Z Compiling pest v2.8.6
4222026-06-10T21:56:25.412Z Compiling serde_json v1.0.149
4232026-06-10T21:56:25.429Z Compiling equivalent v1.0.2
4242026-06-10T21:56:25.518Z Compiling num-traits v0.2.19
4252026-06-10T21:56:25.610Z Compiling hashbrown v0.17.0
4262026-06-10T21:56:25.613Z Compiling smallvec v1.15.1
4272026-06-10T21:56:25.682Z Compiling typeid v1.0.3
4282026-06-10T21:56:25.685Z Compiling usdt-impl v0.5.0
4292026-06-10T21:56:25.818Z Compiling proc-macro-error-attr v1.0.4
4302026-06-10T21:56:25.832Z Compiling toml_write v0.1.2
4312026-06-10T21:56:25.874Z Compiling syn v1.0.109
4322026-06-10T21:56:25.933Z Compiling winnow v0.7.14
4332026-06-10T21:56:25.938Z Compiling erased-serde v0.4.9
4342026-06-10T21:56:25.964Z Compiling proc-macro-error v1.0.4
4352026-06-10T21:56:26.003Z Compiling plain v0.2.3
4362026-06-10T21:56:26.076Z Compiling thiserror v2.0.18
4372026-06-10T21:56:26.080Z Compiling utf8parse v0.2.2
4382026-06-10T21:56:26.130Z Compiling errno v0.3.14
4392026-06-10T21:56:26.148Z Compiling indexmap v2.14.0
4402026-06-10T21:56:26.167Z Compiling thread-id v4.2.2
4412026-06-10T21:56:26.236Z Compiling utf8_iter v1.0.4
4422026-06-10T21:56:26.239Z Compiling camino v1.2.2
4432026-06-10T21:56:26.309Z Compiling syn v2.0.117
4442026-06-10T21:56:26.328Z Compiling log v0.4.29
4452026-06-10T21:56:26.328Z Compiling getrandom v0.4.1
4462026-06-10T21:56:26.363Z Compiling percent-encoding v2.3.2
4472026-06-10T21:56:26.435Z Compiling anstyle-parse v1.0.0
4482026-06-10T21:56:26.467Z Compiling pest_meta v2.8.6
4492026-06-10T21:56:26.644Z Compiling form_urlencoded v1.2.2
4502026-06-10T21:56:26.692Z Compiling ordered-float v2.10.1
4512026-06-10T21:56:26.827Z Compiling anstyle-query v1.1.5
4522026-06-10T21:56:26.847Z Compiling cfg-if v1.0.4
4532026-06-10T21:56:26.891Z Compiling is_terminal_polyfill v1.70.2
4542026-06-10T21:56:26.909Z Compiling anstyle v1.0.14
4552026-06-10T21:56:26.943Z Compiling colorchoice v1.0.4
4562026-06-10T21:56:26.947Z Compiling pretty-hex v0.4.1
4572026-06-10T21:56:27.017Z Compiling fs-err v3.3.0
4582026-06-10T21:56:27.020Z Compiling anyhow v1.0.102
4592026-06-10T21:56:27.020Z Compiling heck v0.4.1
4602026-06-10T21:56:27.092Z Compiling anstream v1.0.0
4612026-06-10T21:56:27.119Z Compiling bytecount v0.6.9
4622026-06-10T21:56:27.146Z Compiling unicode-xid v0.2.6
4632026-06-10T21:56:27.236Z Compiling terminal_size v0.4.3
4642026-06-10T21:56:27.302Z Compiling semver v1.0.28
4652026-06-10T21:56:27.319Z Compiling once_cell v1.21.3
4662026-06-10T21:56:27.341Z Compiling fnv v1.0.7
4672026-06-10T21:56:27.404Z Compiling clap_lex v1.0.0
4682026-06-10T21:56:27.428Z Compiling unicode-width v0.1.14
4692026-06-10T21:56:27.464Z Compiling fastrand v2.3.0
4702026-06-10T21:56:27.512Z Compiling strsim v0.11.1
4712026-06-10T21:56:27.536Z Compiling heck v0.5.0
4722026-06-10T21:56:27.673Z Compiling serde-untagged v0.1.9
4732026-06-10T21:56:27.696Z Compiling papergrid v0.11.0
4742026-06-10T21:56:27.699Z Compiling tempfile v3.25.0
4752026-06-10T21:56:27.699Z Compiling memmap v0.7.0
4762026-06-10T21:56:27.749Z Compiling clap_builder v4.6.0
4772026-06-10T21:56:27.767Z Compiling unicode-width v0.2.0
4782026-06-10T21:56:27.793Z Compiling unicode-linebreak v0.1.5
4792026-06-10T21:56:27.850Z Compiling smawk v0.3.2
4802026-06-10T21:56:27.957Z Compiling camino-tempfile v1.4.1
4812026-06-10T21:56:27.973Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-10T21:56:27.993Z Compiling swrite v0.1.0
4832026-06-10T21:56:28.060Z Compiling textwrap v0.16.2
4842026-06-10T21:56:28.352Z Compiling tabled_derive v0.7.0
4852026-06-10T21:56:28.932Z Compiling synstructure v0.13.2
4862026-06-10T21:56:28.933Z Compiling pest_generator v2.8.6
4872026-06-10T21:56:29.029Z Compiling tabled v0.15.0
4882026-06-10T21:56:29.474Z Compiling serde_derive v1.0.228
4892026-06-10T21:56:29.504Z Compiling zerofrom-derive v0.1.6
4902026-06-10T21:56:29.504Z Compiling yoke-derive v0.8.1
4912026-06-10T21:56:29.504Z Compiling zerovec-derive v0.11.2
4922026-06-10T21:56:29.504Z Compiling displaydoc v0.2.5
4932026-06-10T21:56:29.504Z Compiling thiserror-impl v1.0.69
4942026-06-10T21:56:29.550Z Compiling zerocopy-derive v0.7.35
4952026-06-10T21:56:29.578Z Compiling pest_derive v2.8.6
4962026-06-10T21:56:29.578Z Compiling scroll_derive v0.12.1
4972026-06-10T21:56:29.578Z Compiling thiserror-impl v2.0.18
4982026-06-10T21:56:29.642Z Compiling clap_derive v4.6.1
4992026-06-10T21:56:30.311Z Compiling scroll v0.12.0
5002026-06-10T21:56:30.369Z Compiling zerocopy v0.7.35
5012026-06-10T21:56:30.521Z Compiling goblin v0.8.2
5022026-06-10T21:56:30.603Z Compiling zerofrom v0.1.6
5032026-06-10T21:56:30.701Z Compiling yoke v0.8.1
5042026-06-10T21:56:30.737Z Compiling dtrace-parser v0.2.0
5052026-06-10T21:56:30.856Z Compiling zerovec v0.11.5
5062026-06-10T21:56:30.856Z Compiling zerotrie v0.2.3
5072026-06-10T21:56:31.012Z Compiling clap v4.6.1
5082026-06-10T21:56:31.282Z Compiling tinystr v0.8.2
5092026-06-10T21:56:31.282Z Compiling potential_utf v0.1.4
5102026-06-10T21:56:31.395Z Compiling icu_collections v2.1.1
5112026-06-10T21:56:31.481Z Compiling icu_locale_core v2.1.1
5122026-06-10T21:56:31.975Z Compiling icu_provider v2.1.1
5132026-06-10T21:56:31.987Z Compiling toml_datetime v0.6.11
5142026-06-10T21:56:31.991Z Compiling serde_spanned v0.6.9
5152026-06-10T21:56:31.991Z Compiling serde-value v0.7.0
5162026-06-10T21:56:31.991Z Compiling cargo-platform v0.2.0
5172026-06-10T21:56:31.991Z Compiling macaddr v1.0.1
5182026-06-10T21:56:32.003Z Compiling dof v0.3.0
5192026-06-10T21:56:32.007Z Compiling serde_tokenstream v0.2.3
5202026-06-10T21:56:32.195Z Compiling icu_normalizer v2.1.1
5212026-06-10T21:56:32.195Z Compiling icu_properties v2.1.2
5222026-06-10T21:56:32.217Z Compiling toml_edit v0.22.27
5232026-06-10T21:56:32.756Z Compiling usdt-macro v0.5.0
5242026-06-10T21:56:32.765Z Compiling usdt-attr-macro v0.5.0
5252026-06-10T21:56:33.027Z Compiling idna_adapter v1.2.1
5262026-06-10T21:56:33.129Z Compiling idna v1.1.0
5272026-06-10T21:56:33.364Z Compiling usdt v0.5.0
5282026-06-10T21:56:33.394Z Compiling url v2.5.8
5292026-06-10T21:56:33.525Z Compiling toml v0.8.23
5302026-06-10T21:56:33.851Z Compiling cargo-util-schemas v0.8.2
5312026-06-10T21:56:33.851Z Compiling cargo_toml v0.21.0
5322026-06-10T21:56:34.641Z Compiling cargo_metadata v0.21.0
5332026-06-10T21:56:35.579Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-10T21:56:37.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.30s
5352026-06-10T21:56:37.945Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-10T21:56:38.508Z Downloading crates ...
5372026-06-10T21:56:38.602Z Downloaded aead v0.5.2
5382026-06-10T21:56:38.634Z Downloaded adler2 v2.0.1
5392026-06-10T21:56:38.639Z Downloaded allocator-api2 v0.2.21
5402026-06-10T21:56:38.639Z Downloaded ciborium-io v0.2.2
5412026-06-10T21:56:38.639Z Downloaded aes-gcm v0.10.3
5422026-06-10T21:56:38.639Z Downloaded base16ct v0.2.0
5432026-06-10T21:56:38.639Z Downloaded bitfield-macros v0.19.4
5442026-06-10T21:56:38.639Z Downloaded backoff v0.4.0
5452026-06-10T21:56:38.639Z Downloaded crc-any v2.5.0
5462026-06-10T21:56:38.643Z Downloaded darling v0.21.3
5472026-06-10T21:56:38.646Z Downloaded ciborium-ll v0.2.2
5482026-06-10T21:56:38.646Z Downloaded derive-ex v0.1.8
5492026-06-10T21:56:38.646Z Downloaded dirs-sys-next v0.1.2
5502026-06-10T21:56:38.646Z Downloaded atty v0.2.14
5512026-06-10T21:56:38.649Z Downloaded bcrypt-pbkdf v0.10.0
5522026-06-10T21:56:38.649Z Downloaded backon v1.6.0
5532026-06-10T21:56:38.654Z Downloaded ed25519 v2.2.3
5542026-06-10T21:56:38.657Z Downloaded block-padding v0.3.3
5552026-06-10T21:56:38.657Z Downloaded ecdsa v0.16.9
5562026-06-10T21:56:38.660Z Downloaded async-stream-impl v0.3.6
5572026-06-10T21:56:38.660Z Downloaded async-stream v0.3.6
5582026-06-10T21:56:38.660Z Downloaded assert_matches v1.5.0
5592026-06-10T21:56:38.687Z Downloaded downcast-rs v2.0.2
5602026-06-10T21:56:38.687Z Downloaded ctr v0.9.2
5612026-06-10T21:56:38.690Z Downloaded elliptic-curve v0.13.8
5622026-06-10T21:56:38.690Z Downloaded bit-vec v0.6.3
5632026-06-10T21:56:38.690Z Downloaded bit-set v0.8.0
5642026-06-10T21:56:38.690Z Downloaded embedded-io v0.4.0
5652026-06-10T21:56:38.690Z Downloaded document-features v0.2.12
5662026-06-10T21:56:38.691Z Downloaded dunce v1.0.5
5672026-06-10T21:56:38.691Z Downloaded curve25519-dalek-derive v0.1.1
5682026-06-10T21:56:38.691Z Downloaded float-ord v0.3.2
5692026-06-10T21:56:38.691Z Downloaded dtrace-parser v0.3.0
5702026-06-10T21:56:38.691Z Downloaded bcs v0.1.6
5712026-06-10T21:56:38.691Z Downloaded async-trait v0.1.89
5722026-06-10T21:56:38.691Z Downloaded async-bb8-diesel v0.2.1
5732026-06-10T21:56:38.691Z Downloaded anstream v0.6.21
5742026-06-10T21:56:38.691Z Downloaded darling_macro v0.13.4
5752026-06-10T21:56:38.691Z Downloaded crc8 v0.1.1
5762026-06-10T21:56:38.691Z Downloaded castaway v0.2.4
5772026-06-10T21:56:38.691Z Downloaded cfg_aliases v0.2.1
5782026-06-10T21:56:38.691Z Downloaded cfg_aliases v0.1.1
5792026-06-10T21:56:38.691Z Downloaded diesel_table_macro_syntax v0.3.0
5802026-06-10T21:56:38.691Z Downloaded cobs v0.3.0
5812026-06-10T21:56:38.691Z Downloaded array-init v0.0.4
5822026-06-10T21:56:38.691Z Downloaded crc-catalog v2.4.0
5832026-06-10T21:56:38.691Z Downloaded dirs-next v2.0.0
5842026-06-10T21:56:38.694Z Downloaded defmt v0.3.100
5852026-06-10T21:56:38.694Z Downloaded crucible-workspace-hack v0.1.0
5862026-06-10T21:56:38.694Z Downloaded dsl_auto_type v0.2.0
5872026-06-10T21:56:38.694Z Downloaded crunchy v0.2.4
5882026-06-10T21:56:38.694Z Downloaded compression-core v0.4.31
5892026-06-10T21:56:38.697Z Downloaded arrayref v0.3.9
5902026-06-10T21:56:38.697Z Downloaded dropshot-api-manager-types v0.7.2
5912026-06-10T21:56:38.697Z Downloaded bb8 v0.8.6
5922026-06-10T21:56:38.701Z Downloaded display-error-chain v0.2.2
5932026-06-10T21:56:38.701Z Downloaded crc v3.4.0
5942026-06-10T21:56:38.701Z Downloaded derive_builder_macro v0.20.2
5952026-06-10T21:56:38.707Z Downloaded bitfield v0.19.4
5962026-06-10T21:56:38.710Z Downloaded float-cmp v0.10.0
5972026-06-10T21:56:38.710Z Downloaded difflib v0.4.0
5982026-06-10T21:56:38.710Z Downloaded defmt-parser v1.0.0
5992026-06-10T21:56:38.716Z Downloaded darling_macro v0.23.0
6002026-06-10T21:56:38.716Z Downloaded critical-section v1.2.0
6012026-06-10T21:56:38.716Z Downloaded derive_more v2.1.1
6022026-06-10T21:56:38.794Z Downloaded dyn-clone v1.0.20
6032026-06-10T21:56:38.794Z Downloaded darling_macro v0.20.11
6042026-06-10T21:56:38.794Z Downloaded ascii-canvas v3.0.0
6052026-06-10T21:56:38.794Z Downloaded darling_macro v0.21.3
6062026-06-10T21:56:38.795Z Downloaded cargo-platform v0.3.2
6072026-06-10T21:56:38.795Z Downloaded endian-type v0.1.2
6082026-06-10T21:56:38.795Z Downloaded cpufeatures v0.3.0
6092026-06-10T21:56:38.795Z Downloaded dof v0.4.0
6102026-06-10T21:56:38.795Z Downloaded atomicwrites v0.4.4
6112026-06-10T21:56:38.795Z Downloaded debug-ignore v1.0.5
6122026-06-10T21:56:38.795Z Downloaded convert_case v0.4.0
6132026-06-10T21:56:38.795Z Downloaded futures-core v0.3.32
6142026-06-10T21:56:38.795Z Downloaded async-recursion v1.1.1
6152026-06-10T21:56:38.795Z Downloaded bitfield-struct v0.6.2
6162026-06-10T21:56:38.795Z Downloaded fixedbitset v0.4.2
6172026-06-10T21:56:38.795Z Downloaded enum-as-inner v0.6.1
6182026-06-10T21:56:38.795Z Downloaded ahash v0.8.12
6192026-06-10T21:56:38.795Z Downloaded camino-tempfile-ext v0.3.3
6202026-06-10T21:56:38.795Z Downloaded fd-lock v4.0.4
6212026-06-10T21:56:38.795Z Downloaded cstr-argument v0.1.2
6222026-06-10T21:56:38.795Z Downloaded foreign-types-shared v0.1.1
6232026-06-10T21:56:38.795Z Downloaded embedded-io v0.6.1
6242026-06-10T21:56:38.795Z Downloaded foreign-types v0.3.2
6252026-06-10T21:56:38.795Z Downloaded foreign-types-shared v0.3.1
6262026-06-10T21:56:38.795Z Downloaded byte-wrapper v0.1.0
6272026-06-10T21:56:38.806Z Downloaded flagset v0.4.7
6282026-06-10T21:56:38.807Z Downloaded chacha20 v0.9.1
6292026-06-10T21:56:38.807Z Downloaded corncobs v0.1.4
6302026-06-10T21:56:38.807Z Downloaded deranged v0.5.8
6312026-06-10T21:56:38.807Z Downloaded foreign-types v0.5.0
6322026-06-10T21:56:38.807Z Downloaded cmake v0.1.57
6332026-06-10T21:56:38.807Z Downloaded either v1.15.0
6342026-06-10T21:56:38.807Z Downloaded funty v2.0.0
6352026-06-10T21:56:38.807Z Downloaded constant_time_eq v0.4.2
6362026-06-10T21:56:38.807Z Downloaded atomic-waker v1.1.2
6372026-06-10T21:56:38.807Z Downloaded gethostname v0.5.0
6382026-06-10T21:56:38.807Z Downloaded crossbeam-deque v0.8.6
6392026-06-10T21:56:38.807Z Downloaded fxhash v0.2.1
6402026-06-10T21:56:38.807Z Downloaded futures-task v0.3.32
6412026-06-10T21:56:38.807Z Downloaded git-stub v1.0.0
6422026-06-10T21:56:38.807Z Downloaded hash32 v0.3.1
6432026-06-10T21:56:38.807Z Downloaded hash32 v0.2.1
6442026-06-10T21:56:38.807Z Downloaded diesel-dtrace v0.5.0
6452026-06-10T21:56:38.807Z Downloaded hex-literal v0.4.1
6462026-06-10T21:56:38.807Z Downloaded futures-sink v0.3.32
6472026-06-10T21:56:38.807Z Downloaded futures-io v0.3.32
6482026-06-10T21:56:38.807Z Downloaded compression-codecs v0.4.37
6492026-06-10T21:56:38.807Z Downloaded cexpr v0.6.0
6502026-06-10T21:56:38.807Z Downloaded ghash v0.5.1
6512026-06-10T21:56:38.807Z Downloaded cargo_metadata v0.23.1
6522026-06-10T21:56:38.807Z Downloaded base64ct v1.8.3
6532026-06-10T21:56:38.811Z Downloaded argon2 v0.5.3
6542026-06-10T21:56:38.811Z Downloaded bitflags v1.3.2
6552026-06-10T21:56:38.811Z Downloaded env_filter v1.0.0
6562026-06-10T21:56:38.811Z Downloaded filetime v0.2.27
6572026-06-10T21:56:38.814Z Downloaded find-msvc-tools v0.1.9
6582026-06-10T21:56:38.814Z Downloaded csv-core v0.1.13
6592026-06-10T21:56:38.817Z Downloaded cipher v0.4.4
6602026-06-10T21:56:38.817Z Downloaded buf-list v1.1.2
6612026-06-10T21:56:38.819Z Downloaded bit-set v0.5.3
6622026-06-10T21:56:38.819Z Downloaded daft-derive v0.1.7
6632026-06-10T21:56:38.824Z Downloaded derive_builder_core v0.20.2
6642026-06-10T21:56:38.824Z Downloaded ff v0.13.1
6652026-06-10T21:56:38.828Z Downloaded erased-serde v0.3.31
6662026-06-10T21:56:38.828Z Downloaded defmt-macros v1.0.1
6672026-06-10T21:56:38.828Z Downloaded fixedbitset v0.5.7
6682026-06-10T21:56:38.831Z Downloaded headers-core v0.3.0
6692026-06-10T21:56:38.831Z Downloaded fallible-iterator v0.2.0
6702026-06-10T21:56:38.832Z Downloaded data-encoding v2.10.0
6712026-06-10T21:56:38.832Z Downloaded darling v0.13.4
6722026-06-10T21:56:38.836Z Downloaded foldhash v0.1.5
6732026-06-10T21:56:38.836Z Downloaded blowfish v0.9.1
6742026-06-10T21:56:38.836Z Downloaded arrayvec v0.7.6
6752026-06-10T21:56:38.839Z Downloaded defmt v1.0.1
6762026-06-10T21:56:38.839Z Downloaded hex v0.4.3
6772026-06-10T21:56:38.839Z Downloaded hostname v0.3.1
6782026-06-10T21:56:38.842Z Downloaded home v0.5.12
6792026-06-10T21:56:38.842Z Downloaded hubpack_derive v0.1.1
6802026-06-10T21:56:38.842Z Downloaded aes v0.8.4
6812026-06-10T21:56:38.845Z Downloaded http-range v0.1.5
6822026-06-10T21:56:38.845Z Downloaded foreign-types-macros v0.2.3
6832026-06-10T21:56:38.848Z Downloaded colored v3.1.1
6842026-06-10T21:56:38.848Z Downloaded hubpack v0.1.2
6852026-06-10T21:56:38.848Z Downloaded const_format_proc_macros v0.2.34
6862026-06-10T21:56:38.851Z Downloaded fs-err v2.11.0
6872026-06-10T21:56:38.851Z Downloaded daft v0.1.7
6882026-06-10T21:56:38.854Z Downloaded git-stub-vcs v0.1.0
6892026-06-10T21:56:38.854Z Downloaded futures-executor v0.3.32
6902026-06-10T21:56:38.857Z Downloaded hyper-tls v0.6.0
6912026-06-10T21:56:38.857Z Downloaded ident_case v1.0.1
6922026-06-10T21:56:38.857Z Downloaded diff v0.1.13
6932026-06-10T21:56:38.860Z Downloaded crossbeam-epoch v0.9.18
6942026-06-10T21:56:38.860Z Downloaded illumos-nvpair-sys v0.2.0
6952026-06-10T21:56:38.860Z Downloaded ena v0.14.4
6962026-06-10T21:56:38.864Z Downloaded der_derive v0.7.3
6972026-06-10T21:56:38.864Z Downloaded inout v0.1.4
6982026-06-10T21:56:38.867Z Downloaded colored v2.2.0
6992026-06-10T21:56:38.867Z Downloaded cassowary v0.3.0
7002026-06-10T21:56:38.867Z Downloaded derive_builder v0.20.2
7012026-06-10T21:56:38.870Z Downloaded derive-where v1.6.0
7022026-06-10T21:56:38.872Z Downloaded httpdate v1.0.3
7032026-06-10T21:56:38.873Z Downloaded cookie_store v0.22.1
7042026-06-10T21:56:38.875Z Downloaded cancel-safe-futures v0.1.5
7052026-06-10T21:56:38.878Z Downloaded illumos-nvpair v0.3.0
7062026-06-10T21:56:38.878Z Downloaded futures-macro v0.3.32
7072026-06-10T21:56:38.878Z Downloaded console v0.15.11
7082026-06-10T21:56:38.882Z Downloaded blake2 v0.10.6
7092026-06-10T21:56:38.882Z Downloaded globwalk v0.9.1
7102026-06-10T21:56:38.885Z Downloaded globset v0.4.18
7112026-06-10T21:56:38.885Z Downloaded console v0.16.2
7122026-06-10T21:56:38.885Z Downloaded cookie v0.18.1
7132026-06-10T21:56:38.888Z Downloaded group v0.13.0
7142026-06-10T21:56:38.888Z Downloaded glob v0.3.3
7152026-06-10T21:56:38.888Z Downloaded bzip2 v0.4.4
7162026-06-10T21:56:38.891Z Downloaded instability v0.3.11
7172026-06-10T21:56:38.891Z Downloaded indoc v1.0.9
7182026-06-10T21:56:38.894Z Downloaded indent_write v2.2.0
7192026-06-10T21:56:38.894Z Downloaded clang-sys v1.8.1
7202026-06-10T21:56:38.894Z Downloaded is_ci v1.2.0
7212026-06-10T21:56:38.897Z Downloaded crc32fast v1.5.0
7222026-06-10T21:56:38.897Z Downloaded is-terminal v0.4.17
7232026-06-10T21:56:38.897Z Downloaded bzip2 v0.6.1
7242026-06-10T21:56:38.902Z Downloaded internet-checksum v0.2.1
7252026-06-10T21:56:38.902Z Downloaded instant v0.1.13
7262026-06-10T21:56:38.906Z Downloaded http-body v1.0.1
7272026-06-10T21:56:38.906Z Downloaded foldhash v0.2.0
7282026-06-10T21:56:38.906Z Downloaded hostname v0.4.2
7292026-06-10T21:56:38.906Z Downloaded des v0.8.1
7302026-06-10T21:56:38.906Z Downloaded chacha20 v0.10.0
7312026-06-10T21:56:38.914Z Downloaded keccak v0.1.6
7322026-06-10T21:56:38.914Z Downloaded darling v0.23.0
7332026-06-10T21:56:38.918Z Downloaded convert_case v0.10.0
7342026-06-10T21:56:38.918Z Downloaded env_logger v0.11.9
7352026-06-10T21:56:38.918Z Downloaded lazy_static v1.5.0
7362026-06-10T21:56:38.918Z Downloaded kstat-rs v0.2.4
7372026-06-10T21:56:38.918Z Downloaded cbc v0.1.2
7382026-06-10T21:56:38.918Z Downloaded futures-channel v0.3.32
7392026-06-10T21:56:38.921Z Downloaded anstyle-parse v0.2.7
7402026-06-10T21:56:38.925Z Downloaded lalrpop-util v0.19.12
7412026-06-10T21:56:38.930Z Downloaded fs_extra v1.3.0
7422026-06-10T21:56:38.933Z Downloaded lru-cache v0.1.2
7432026-06-10T21:56:38.933Z Downloaded http-body-util v0.1.3
7442026-06-10T21:56:38.936Z Downloaded lru v0.12.5
7452026-06-10T21:56:38.936Z Downloaded drift v0.2.0
7462026-06-10T21:56:38.964Z Downloaded ingot v0.1.1
7472026-06-10T21:56:38.967Z Downloaded libscf-sys v1.1.0
7482026-06-10T21:56:38.967Z Downloaded bytes v1.11.1
7492026-06-10T21:56:38.967Z Downloaded linked-hash-map v0.5.6
7502026-06-10T21:56:38.967Z Downloaded const-oid v0.9.6
7512026-06-10T21:56:38.967Z Downloaded hyper-staticfile v0.10.1
7522026-06-10T21:56:38.967Z Downloaded humantime v2.3.0
7532026-06-10T21:56:38.968Z Downloaded bit-vec v0.8.0
7542026-06-10T21:56:38.968Z Downloaded lru-slab v0.1.2
7552026-06-10T21:56:38.968Z Downloaded derive_more v0.99.20
7562026-06-10T21:56:38.968Z Downloaded md-5 v0.10.6
7572026-06-10T21:56:38.968Z Downloaded maybe-uninit v2.0.0
7582026-06-10T21:56:38.968Z Downloaded bumpalo v3.20.2
7592026-06-10T21:56:38.968Z Downloaded mime v0.3.17
7602026-06-10T21:56:38.968Z Downloaded memoffset v0.9.1
7612026-06-10T21:56:38.968Z Downloaded md5 v0.7.0
7622026-06-10T21:56:38.968Z Downloaded maplit v1.0.2
7632026-06-10T21:56:38.968Z Downloaded managed v0.8.0
7642026-06-10T21:56:38.968Z Downloaded ipnetwork v0.21.1
7652026-06-10T21:56:38.968Z Downloaded lzss v0.8.2
7662026-06-10T21:56:38.968Z Downloaded multimap v0.10.1
7672026-06-10T21:56:38.968Z Downloaded half v1.8.3
7682026-06-10T21:56:38.971Z Downloaded ingot-types v0.1.2
7692026-06-10T21:56:38.971Z Downloaded indoc v2.0.7
7702026-06-10T21:56:38.971Z Downloaded newtype-uuid-macros v0.1.0
7712026-06-10T21:56:38.974Z Downloaded normalize-line-endings v0.3.0
7722026-06-10T21:56:38.974Z Downloaded new_debug_unreachable v1.0.6
7732026-06-10T21:56:38.974Z Downloaded newline-converter v0.3.0
7742026-06-10T21:56:38.974Z Downloaded nibble_vec v0.1.0
7752026-06-10T21:56:38.978Z Downloaded impl-trait-for-tuples v0.2.3
7762026-06-10T21:56:38.978Z Downloaded num-conv v0.2.0
7772026-06-10T21:56:38.981Z Downloaded nonempty v0.12.0
7782026-06-10T21:56:38.981Z Downloaded darling v0.20.11
7792026-06-10T21:56:38.986Z Downloaded darling_core v0.13.4
7802026-06-10T21:56:38.990Z Downloaded crossbeam-utils v0.8.21
7812026-06-10T21:56:38.993Z Downloaded num-derive v0.3.3
7822026-06-10T21:56:38.993Z Downloaded nodrop v0.1.14
7832026-06-10T21:56:38.996Z Downloaded num-iter v0.1.45
7842026-06-10T21:56:39.001Z Downloaded libloading v0.8.9
7852026-06-10T21:56:39.004Z Downloaded libefi-sys v0.1.0
7862026-06-10T21:56:39.004Z Downloaded jobserver v0.1.34
7872026-06-10T21:56:39.008Z Downloaded num-derive v0.4.2
7882026-06-10T21:56:39.008Z Downloaded num v0.4.3
7892026-06-10T21:56:39.008Z Downloaded hmac v0.12.1
7902026-06-10T21:56:39.011Z Downloaded olpc-cjson v0.1.4
7912026-06-10T21:56:39.011Z Downloaded iana-time-zone v0.1.65
7922026-06-10T21:56:39.026Z Downloaded openssl-probe v0.1.6
7932026-06-10T21:56:39.029Z Downloaded ar_archive_writer v0.5.1
7942026-06-10T21:56:39.029Z Downloaded oso-derive v0.27.3
7952026-06-10T21:56:39.031Z Downloaded openssl-probe v0.2.1
7962026-06-10T21:56:39.032Z Downloaded cc v1.2.56
7972026-06-10T21:56:39.034Z Downloaded openssl-macros v0.1.1
7982026-06-10T21:56:39.034Z Downloaded opaque-debug v0.3.1
7992026-06-10T21:56:39.034Z Downloaded libsw-core v0.3.2
8002026-06-10T21:56:39.037Z Downloaded match_cfg v0.1.0
8012026-06-10T21:56:39.037Z Downloaded lock_api v0.4.14
8022026-06-10T21:56:39.037Z Downloaded compact_str v0.8.1
8032026-06-10T21:56:39.040Z Downloaded ciborium v0.2.2
8042026-06-10T21:56:39.040Z Downloaded chacha20poly1305 v0.10.1
8052026-06-10T21:56:39.073Z Downloaded packed_struct_codegen v0.10.1
8062026-06-10T21:56:39.073Z Downloaded arc-swap v1.8.2
8072026-06-10T21:56:39.076Z Downloaded mime_guess v2.0.5
8082026-06-10T21:56:39.076Z Downloaded getrandom v0.3.4
8092026-06-10T21:56:39.076Z Downloaded getrandom v0.2.17
8102026-06-10T21:56:39.076Z Downloaded newtype-uuid v1.3.2
8112026-06-10T21:56:39.076Z Downloaded ingot-macros v0.1.1
8122026-06-10T21:56:39.076Z Downloaded parse-display v0.10.0
8132026-06-10T21:56:39.076Z Downloaded newtype_derive v0.1.6
8142026-06-10T21:56:39.076Z Downloaded native-tls v0.2.18
8152026-06-10T21:56:39.076Z Downloaded parse-size v1.1.0
8162026-06-10T21:56:39.076Z Downloaded multer v3.1.0
8172026-06-10T21:56:39.076Z Downloaded path-slash v0.1.5
8182026-06-10T21:56:39.076Z Downloaded ipnet v2.11.0
8192026-06-10T21:56:39.076Z Downloaded flate2 v1.1.9
8202026-06-10T21:56:39.076Z Downloaded flume v0.11.1
8212026-06-10T21:56:39.076Z Downloaded darling_core v0.23.0
8222026-06-10T21:56:39.076Z Downloaded dropshot_endpoint v0.17.0
8232026-06-10T21:56:39.077Z Downloaded libsw v3.5.0
8242026-06-10T21:56:39.077Z Downloaded fatfs v0.3.6
8252026-06-10T21:56:39.077Z Downloaded hyper-rustls v0.27.7
8262026-06-10T21:56:39.077Z Downloaded num-complex v0.4.6
8272026-06-10T21:56:39.077Z Downloaded num_enum v0.7.6
8282026-06-10T21:56:39.080Z Downloaded peg-runtime v0.8.5
8292026-06-10T21:56:39.080Z Downloaded phf_shared v0.12.1
8302026-06-10T21:56:39.083Z Downloaded phf_shared v0.11.3
8312026-06-10T21:56:39.083Z Downloaded httparse v1.10.1
8322026-06-10T21:56:39.086Z Downloaded pbkdf2 v0.12.2
8332026-06-10T21:56:39.086Z Downloaded num_threads v0.1.7
8342026-06-10T21:56:39.086Z Downloaded num_enum_derive v0.5.11
8352026-06-10T21:56:39.086Z Downloaded half v2.7.1
8362026-06-10T21:56:39.089Z Downloaded futures v0.3.32
8372026-06-10T21:56:39.116Z Downloaded num-integer v0.1.46
8382026-06-10T21:56:39.123Z Downloaded num_enum_derive v0.7.6
8392026-06-10T21:56:39.124Z Downloaded num_enum v0.5.11
8402026-06-10T21:56:39.124Z Downloaded pbkdf2 v0.11.0
8412026-06-10T21:56:39.124Z Downloaded num-rational v0.4.2
8422026-06-10T21:56:39.124Z Downloaded indexmap v1.9.3
8432026-06-10T21:56:39.124Z Downloaded const_format v0.2.35
8442026-06-10T21:56:39.124Z Downloaded packed_struct v0.10.1
8452026-06-10T21:56:39.124Z Downloaded base64 v0.21.7
8462026-06-10T21:56:39.124Z Downloaded ignore v0.4.25
8472026-06-10T21:56:39.124Z Downloaded oxnet v0.1.5
8482026-06-10T21:56:39.124Z Downloaded oxide-tokio-rt v0.1.4
8492026-06-10T21:56:39.124Z Downloaded owo-colors v4.3.0
8502026-06-10T21:56:39.124Z Downloaded powerfmt v0.2.0
8512026-06-10T21:56:39.124Z Downloaded memmap2 v0.9.10
8522026-06-10T21:56:39.124Z Downloaded predicates-tree v1.0.13
8532026-06-10T21:56:39.124Z Downloaded precomputed-hash v0.1.1
8542026-06-10T21:56:39.124Z Downloaded phf_shared v0.13.1
8552026-06-10T21:56:39.124Z Downloaded linear-map v1.2.0
8562026-06-10T21:56:39.124Z Downloaded nanorand v0.7.0
8572026-06-10T21:56:39.124Z Downloaded heapless v0.8.0
8582026-06-10T21:56:39.128Z Downloaded predicates-core v1.0.10
8592026-06-10T21:56:39.129Z Downloaded parse-display-derive v0.10.0
8602026-06-10T21:56:39.129Z Downloaded headers v0.4.1
8612026-06-10T21:56:39.129Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-06-10T21:56:39.129Z Downloaded proc-macro-crate v3.4.0
8632026-06-10T21:56:39.132Z Downloaded der v0.7.10
8642026-06-10T21:56:39.132Z Downloaded base64 v0.22.1
8652026-06-10T21:56:39.138Z Downloaded peg v0.8.5
8662026-06-10T21:56:39.141Z Downloaded progenitor-client v0.10.0
8672026-06-10T21:56:39.141Z Downloaded proc-macro-crate v1.3.1
8682026-06-10T21:56:39.141Z Downloaded password-hash v0.5.0
8692026-06-10T21:56:39.141Z Downloaded nu-ansi-term v0.50.3
8702026-06-10T21:56:39.141Z Downloaded highway v1.3.0
8712026-06-10T21:56:39.168Z Downloaded progenitor-client v0.11.2
8722026-06-10T21:56:39.171Z Downloaded heapless v0.7.17
8732026-06-10T21:56:39.172Z Downloaded phf v0.12.1
8742026-06-10T21:56:39.172Z Downloaded pem v3.0.6
8752026-06-10T21:56:39.172Z Downloaded pin-project-internal v1.1.11
8762026-06-10T21:56:39.172Z Downloaded progenitor-macro v0.13.0
8772026-06-10T21:56:39.172Z Downloaded password-hash v0.4.2
8782026-06-10T21:56:39.172Z Downloaded darling_core v0.20.11
8792026-06-10T21:56:39.172Z Downloaded psl-types v2.0.11
8802026-06-10T21:56:39.172Z Downloaded crypto-bigint v0.5.5
8812026-06-10T21:56:39.172Z Downloaded progenitor-macro v0.14.0
8822026-06-10T21:56:39.172Z Downloaded pkcs8 v0.10.2
8832026-06-10T21:56:39.172Z Downloaded phf v0.13.1
8842026-06-10T21:56:39.172Z Downloaded peg-macros v0.8.5
8852026-06-10T21:56:39.172Z Downloaded litrs v1.0.0
8862026-06-10T21:56:39.172Z Downloaded derive_more-impl v2.1.1
8872026-06-10T21:56:39.175Z Downloaded libbz2-rs-sys v0.2.2
8882026-06-10T21:56:39.178Z Downloaded crossbeam-channel v0.5.15
8892026-06-10T21:56:39.181Z Downloaded radium v0.7.0
8902026-06-10T21:56:39.181Z Downloaded paste v1.0.15
8912026-06-10T21:56:39.181Z Downloaded postgres-protocol v0.6.10
8922026-06-10T21:56:39.185Z Downloaded indicatif v0.18.4
8932026-06-10T21:56:39.187Z Downloaded rand_chacha v0.3.1
8942026-06-10T21:56:39.188Z Downloaded pin-project-lite v0.2.17
8952026-06-10T21:56:39.190Z Downloaded quick-error v1.2.3
8962026-06-10T21:56:39.190Z Downloaded parking_lot v0.11.2
8972026-06-10T21:56:39.193Z Downloaded async-compression v0.4.41
8982026-06-10T21:56:39.219Z Downloaded parking_lot_core v0.9.12
8992026-06-10T21:56:39.225Z Downloaded rand_xorshift v0.4.0
9002026-06-10T21:56:39.226Z Downloaded polyval v0.6.2
9012026-06-10T21:56:39.226Z Downloaded poly1305 v0.8.0
9022026-06-10T21:56:39.226Z Downloaded pkg-config v0.3.32
9032026-06-10T21:56:39.226Z Downloaded diesel_derives v2.3.7
9042026-06-10T21:56:39.226Z Downloaded recursive v0.1.1
9052026-06-10T21:56:39.226Z Downloaded primeorder v0.13.6
9062026-06-10T21:56:39.226Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-06-10T21:56:39.226Z Downloaded progenitor-macro v0.11.2
9082026-06-10T21:56:39.226Z Downloaded progenitor-extras v0.2.0
9092026-06-10T21:56:39.226Z Downloaded predicates v3.1.4
9102026-06-10T21:56:39.226Z Downloaded ppv-lite86 v0.2.21
9112026-06-10T21:56:39.226Z Downloaded pin-utils v0.1.0
9122026-06-10T21:56:39.226Z Downloaded progenitor-client v0.14.0
9132026-06-10T21:56:39.229Z Downloaded progenitor v0.13.0
9142026-06-10T21:56:39.229Z Downloaded parking_lot_core v0.8.6
9152026-06-10T21:56:39.229Z Downloaded ref-cast-impl v1.0.25
9162026-06-10T21:56:39.229Z Downloaded ref-cast v1.0.25
9172026-06-10T21:56:39.229Z Downloaded progenitor-client v0.13.0
9182026-06-10T21:56:39.229Z Downloaded progenitor v0.14.0
9192026-06-10T21:56:39.233Z Downloaded hickory-resolver v0.25.2
9202026-06-10T21:56:39.237Z Downloaded psm v0.1.30
9212026-06-10T21:56:39.243Z Downloaded rfc6979 v0.4.0
9222026-06-10T21:56:39.243Z Downloaded expectorate v1.2.0
9232026-06-10T21:56:39.246Z Downloaded ed25519-dalek v2.2.0
9242026-06-10T21:56:39.246Z Downloaded russh-cryptovec v0.7.3
9252026-06-10T21:56:39.246Z Downloaded darling_core v0.21.3
9262026-06-10T21:56:39.246Z Downloaded progenitor v0.11.2
9272026-06-10T21:56:39.278Z Downloaded rustc_version v0.4.1
9282026-06-10T21:56:39.278Z Downloaded rustc_version v0.1.7
9292026-06-10T21:56:39.278Z Downloaded rustc-hash v2.1.1
9302026-06-10T21:56:39.281Z Downloaded proc-macro-error2 v2.0.1
9312026-06-10T21:56:39.281Z Downloaded postgres-types v0.2.12
9322026-06-10T21:56:39.281Z Downloaded r2d2 v0.8.10
9332026-06-10T21:56:39.281Z Downloaded pem-rfc7468 v0.7.0
9342026-06-10T21:56:39.281Z Downloaded omicron-zone-package v0.12.2
9352026-06-10T21:56:39.281Z Downloaded pkcs5 v0.7.1
9362026-06-10T21:56:39.281Z Downloaded rand_chacha v0.9.0
9372026-06-10T21:56:39.281Z Downloaded hashbrown v0.13.2
9382026-06-10T21:56:39.281Z Downloaded rand_core v0.9.5
9392026-06-10T21:56:39.281Z Downloaded postcard v1.1.3
9402026-06-10T21:56:39.281Z Downloaded pkcs1 v0.7.5
9412026-06-10T21:56:39.281Z Downloaded oso v0.27.3
9422026-06-10T21:56:39.281Z Downloaded rand_core v0.6.4
9432026-06-10T21:56:39.282Z Downloaded sapling-renderdag v0.1.0
9442026-06-10T21:56:39.282Z Downloaded same-file v1.0.6
9452026-06-10T21:56:39.282Z Downloaded parking_lot v0.12.5
9462026-06-10T21:56:39.288Z Downloaded scroll_derive v0.13.1
9472026-06-10T21:56:39.291Z Downloaded salsa20 v0.10.2
9482026-06-10T21:56:39.291Z Downloaded scheduled-thread-pool v0.2.7
9492026-06-10T21:56:39.294Z Downloaded rand_core v0.10.0
9502026-06-10T21:56:39.297Z Downloaded scopeguard v1.2.0
9512026-06-10T21:56:39.300Z Downloaded seq-macro v0.3.6
9522026-06-10T21:56:39.300Z Downloaded scrypt v0.11.0
9532026-06-10T21:56:39.304Z Downloaded papergrid v0.17.0
9542026-06-10T21:56:39.332Z Downloaded serde_bytes v0.11.19
9552026-06-10T21:56:39.337Z Downloaded serde-big-array v0.5.1
9562026-06-10T21:56:39.337Z Downloaded hickory-resolver v0.24.4
9572026-06-10T21:56:39.337Z Downloaded secrecy v0.10.3
9582026-06-10T21:56:39.337Z Downloaded secrecy v0.8.0
9592026-06-10T21:56:39.337Z Downloaded rtoolbox v0.0.3
9602026-06-10T21:56:39.337Z Downloaded semver v0.1.20
9612026-06-10T21:56:39.337Z Downloaded resolv-conf v0.7.6
9622026-06-10T21:56:39.337Z Downloaded serde_plain v1.0.2
9632026-06-10T21:56:39.337Z Downloaded serde_repr v0.1.20
9642026-06-10T21:56:39.337Z Downloaded serde_spanned v1.0.4
9652026-06-10T21:56:39.337Z Downloaded rustls-native-certs v0.8.3
9662026-06-10T21:56:39.337Z Downloaded rustls-pemfile v1.0.4
9672026-06-10T21:56:39.337Z Downloaded serde_urlencoded v0.7.1
9682026-06-10T21:56:39.343Z Downloaded sha1 v0.10.6
9692026-06-10T21:56:39.343Z Downloaded rustls-pemfile v2.2.0
9702026-06-10T21:56:39.343Z Downloaded http v1.4.0
9712026-06-10T21:56:39.346Z Downloaded hashbrown v0.12.3
9722026-06-10T21:56:39.346Z Downloaded shell-words v1.1.1
9732026-06-10T21:56:39.346Z Downloaded p256 v0.13.2
9742026-06-10T21:56:39.349Z Downloaded miniz_oxide v0.8.9
9752026-06-10T21:56:39.352Z Downloaded pin-project v1.1.11
9762026-06-10T21:56:39.356Z Downloaded slog-bunyan v2.5.0
9772026-06-10T21:56:39.359Z Downloaded signal-hook-tokio v0.3.1
9782026-06-10T21:56:39.359Z Downloaded signal-hook-mio v0.2.5
9792026-06-10T21:56:39.359Z Downloaded rustversion v1.0.22
9802026-06-10T21:56:39.389Z Downloaded openssl-sys v0.9.115
9812026-06-10T21:56:39.393Z Downloaded prefix-trie v0.7.0
9822026-06-10T21:56:39.393Z Downloaded progenitor-impl v0.11.2
9832026-06-10T21:56:39.393Z Downloaded signature v2.2.0
9842026-06-10T21:56:39.393Z Downloaded sigpipe v0.1.3
9852026-06-10T21:56:39.393Z Downloaded schemars_derive v0.8.22
9862026-06-10T21:56:39.393Z Downloaded rusty-fork v0.3.1
9872026-06-10T21:56:39.394Z Downloaded slog-envlogger v2.2.0
9882026-06-10T21:56:39.394Z Downloaded rand_seeder v0.4.0
9892026-06-10T21:56:39.394Z Downloaded serde-hex v0.1.0
9902026-06-10T21:56:39.394Z Downloaded sct v0.7.1
9912026-06-10T21:56:39.397Z Downloaded jiff-static v0.2.21
9922026-06-10T21:56:39.401Z Downloaded sec1 v0.7.3
9932026-06-10T21:56:39.409Z Downloaded progenitor-impl v0.13.0
9942026-06-10T21:56:39.412Z Downloaded ssh-cipher v0.2.0
9952026-06-10T21:56:39.416Z Downloaded crossterm v0.28.1
9962026-06-10T21:56:39.419Z Downloaded russh-keys v0.45.0
9972026-06-10T21:56:39.422Z Downloaded serde_with_macros v1.5.2
9982026-06-10T21:56:39.422Z Downloaded serde_path_to_error v0.1.20
9992026-06-10T21:56:39.425Z Downloaded sqlparser_derive v0.5.0
10002026-06-10T21:56:39.425Z Downloaded shlex v1.3.0
10012026-06-10T21:56:39.425Z Downloaded serde_derive_internals v0.29.1
10022026-06-10T21:56:39.428Z Downloaded quinn-udp v0.5.14
10032026-06-10T21:56:39.428Z Downloaded ssh-encoding v0.2.0
10042026-06-10T21:56:39.431Z Downloaded progenitor-impl v0.14.0
10052026-06-10T21:56:39.440Z Downloaded strip-ansi-escapes v0.2.1
10062026-06-10T21:56:39.470Z Downloaded dropshot-api-manager v0.7.2
10072026-06-10T21:56:39.481Z Downloaded sync_wrapper v1.0.2
10082026-06-10T21:56:39.481Z Downloaded supports-color v3.0.2
10092026-06-10T21:56:39.481Z Downloaded rustls-pki-types v1.14.0
10102026-06-10T21:56:39.481Z Downloaded strum v0.26.3
10112026-06-10T21:56:39.481Z Downloaded structmeta v0.3.0
10122026-06-10T21:56:39.481Z Downloaded structmeta-derive v0.3.0
10132026-06-10T21:56:39.481Z Downloaded strsim v0.10.0
10142026-06-10T21:56:39.481Z Downloaded prettyplease v0.2.37
10152026-06-10T21:56:39.481Z Downloaded pretty_assertions v1.4.1
10162026-06-10T21:56:39.481Z Downloaded slog-json v2.6.1
10172026-06-10T21:56:39.481Z Downloaded tagptr v0.2.0
10182026-06-10T21:56:39.481Z Downloaded tap v1.0.1
10192026-06-10T21:56:39.481Z Downloaded subtle v2.6.1
10202026-06-10T21:56:39.481Z Downloaded siphasher v1.0.2
10212026-06-10T21:56:39.482Z Downloaded spki v0.7.3
10222026-06-10T21:56:39.482Z Downloaded simd-adler32 v0.3.8
10232026-06-10T21:56:39.482Z Downloaded snafu-derive v0.8.9
10242026-06-10T21:56:39.482Z Downloaded itertools v0.10.5
10252026-06-10T21:56:39.482Z Downloaded tabled_derive v0.11.0
10262026-06-10T21:56:39.482Z Downloaded sync-ptr v0.1.4
10272026-06-10T21:56:39.482Z Downloaded strum v0.27.2
10282026-06-10T21:56:39.482Z Downloaded tabwriter v1.4.1
10292026-06-10T21:56:39.488Z Downloaded sqlformat v0.3.5
10302026-06-10T21:56:39.488Z Downloaded slog-async v2.8.0
10312026-06-10T21:56:39.488Z Downloaded signal-hook-registry v1.4.8
10322026-06-10T21:56:39.488Z Downloaded hyper-util v0.1.20
10332026-06-10T21:56:39.488Z Downloaded smf v0.2.3
10342026-06-10T21:56:39.488Z Downloaded slog-stdlog v4.1.1
10352026-06-10T21:56:39.488Z Downloaded take_mut v0.2.2
10362026-06-10T21:56:39.488Z Downloaded rcgen v0.12.1
10372026-06-10T21:56:39.488Z Downloaded minimal-lexical v0.2.1
10382026-06-10T21:56:39.494Z Downloaded slog-dtrace v0.3.0
10392026-06-10T21:56:39.494Z Downloaded thread-id v5.1.0
10402026-06-10T21:56:39.521Z Downloaded smallvec v0.6.14
10412026-06-10T21:56:39.521Z Downloaded slog-scope v4.4.1
10422026-06-10T21:56:39.521Z Downloaded testing_table v0.3.0
10432026-06-10T21:56:39.521Z Downloaded slog-term v2.9.2
10442026-06-10T21:56:39.521Z Downloaded termtree v0.5.1
10452026-06-10T21:56:39.532Z Downloaded thiserror-impl-no-std v2.0.2
10462026-06-10T21:56:39.532Z Downloaded tinyvec_macros v0.1.1
10472026-06-10T21:56:39.532Z Downloaded time-core v0.1.8
10482026-06-10T21:56:39.532Z Downloaded static_assertions v1.1.0
10492026-06-10T21:56:39.532Z Downloaded hickory-server v0.25.2
10502026-06-10T21:56:39.532Z Downloaded stringprep v0.1.5
10512026-06-10T21:56:39.532Z Downloaded strum_macros v0.27.2
10522026-06-10T21:56:39.532Z Downloaded slab v0.4.12
10532026-06-10T21:56:39.532Z Downloaded string_cache v0.8.9
10542026-06-10T21:56:39.532Z Downloaded serde_with_macros v3.17.0
10552026-06-10T21:56:39.532Z Downloaded hashbrown v0.16.1
10562026-06-10T21:56:39.532Z Downloaded rayon-core v1.13.0
10572026-06-10T21:56:39.535Z Downloaded mio v1.2.0
10582026-06-10T21:56:39.535Z Downloaded blake3 v1.8.3
10592026-06-10T21:56:39.535Z Downloaded stacker v0.1.23
10602026-06-10T21:56:39.536Z Downloaded crossterm v0.29.0
10612026-06-10T21:56:39.539Z Downloaded scroll v0.13.0
10622026-06-10T21:56:39.543Z Downloaded tokio-macros v2.7.0
10632026-06-10T21:56:39.543Z Downloaded ron v0.8.1
10642026-06-10T21:56:39.547Z Downloaded ryu v1.0.23
10652026-06-10T21:56:39.554Z Downloaded num-bigint v0.4.6
10662026-06-10T21:56:39.562Z Downloaded schemars v0.8.22
10672026-06-10T21:56:39.570Z Downloaded strum_macros v0.24.3
10682026-06-10T21:56:39.573Z Downloaded termios v0.3.3
10692026-06-10T21:56:39.576Z Downloaded libxml v0.3.3
10702026-06-10T21:56:39.579Z Downloaded serde_cbor v0.11.2
10712026-06-10T21:56:39.582Z Downloaded tower-service v0.3.3
10722026-06-10T21:56:39.582Z Downloaded topological-sort v0.2.2
10732026-06-10T21:56:39.585Z Downloaded tiny-keccak v2.0.2
10742026-06-10T21:56:39.585Z Downloaded thiserror-no-std v2.0.2
10752026-06-10T21:56:39.589Z Downloaded rustls-platform-verifier v0.6.2
10762026-06-10T21:56:39.592Z Downloaded strum_macros v0.26.4
10772026-06-10T21:56:39.598Z Downloaded signal-hook v0.3.18
10782026-06-10T21:56:39.598Z Downloaded tower-layer v0.3.3
10792026-06-10T21:56:39.599Z Downloaded trait-variant v0.1.2
10802026-06-10T21:56:39.624Z Downloaded nom v7.1.3
10812026-06-10T21:56:39.625Z Downloaded hashbrown v0.15.5
10822026-06-10T21:56:39.635Z Downloaded tls_codec_derive v0.4.2
10832026-06-10T21:56:39.635Z Downloaded tls_codec v0.4.2
10842026-06-10T21:56:39.635Z Downloaded bitvec v1.0.1
10852026-06-10T21:56:39.635Z Downloaded typify-macro v0.4.3
10862026-06-10T21:56:39.635Z Downloaded try-lock v0.2.5
10872026-06-10T21:56:39.635Z Downloaded typify-macro v0.6.2
10882026-06-10T21:56:39.635Z Downloaded quinn v0.11.9
10892026-06-10T21:56:39.636Z Downloaded tokio-native-tls v0.3.1
10902026-06-10T21:56:39.636Z Downloaded tokio-rustls v0.25.0
10912026-06-10T21:56:39.636Z Downloaded time-macros v0.2.27
10922026-06-10T21:56:39.636Z Downloaded thread_local v1.1.9
10932026-06-10T21:56:39.636Z Downloaded publicsuffix v2.3.0
10942026-06-10T21:56:39.636Z Downloaded tokio-dtrace v0.1.1
10952026-06-10T21:56:39.636Z Downloaded socket2 v0.6.3
10962026-06-10T21:56:39.636Z Downloaded qorb v0.4.1
10972026-06-10T21:56:39.639Z Downloaded rsa v0.9.10
10982026-06-10T21:56:39.639Z Downloaded socket2 v0.5.10
10992026-06-10T21:56:39.639Z Downloaded unarray v0.1.4
11002026-06-10T21:56:39.642Z Downloaded universal-hash v0.5.1
11012026-06-10T21:56:39.642Z Downloaded untrusted v0.9.0
11022026-06-10T21:56:39.642Z Downloaded rand v0.8.6
11032026-06-10T21:56:39.645Z Downloaded usdt-attr-macro v0.6.0
11042026-06-10T21:56:39.645Z Downloaded usdt v0.6.0
11052026-06-10T21:56:39.645Z Downloaded unicode-truncate v1.1.0
11062026-06-10T21:56:39.673Z Downloaded term v0.7.0
11072026-06-10T21:56:39.681Z Downloaded futures-util v0.3.32
11082026-06-10T21:56:39.681Z Downloaded support-bundle-viewer v0.1.2
11092026-06-10T21:56:39.681Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11102026-06-10T21:56:39.681Z Downloaded utf-8 v0.7.6
11112026-06-10T21:56:39.681Z Downloaded slog v2.8.2
11122026-06-10T21:56:39.681Z Downloaded similar v2.7.0
11132026-06-10T21:56:39.681Z Downloaded void v1.0.2
11142026-06-10T21:56:39.681Z Downloaded untrusted v0.7.1
11152026-06-10T21:56:39.681Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-06-10T21:56:39.681Z Downloaded rustls-webpki v0.103.9
11172026-06-10T21:56:39.681Z Downloaded itertools v0.12.1
11182026-06-10T21:56:39.686Z Downloaded schemars v0.9.0
11192026-06-10T21:56:39.689Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-06-10T21:56:39.689Z Downloaded subprocess v0.2.15
11212026-06-10T21:56:39.693Z Downloaded samael v0.0.19
11222026-06-10T21:56:39.696Z Downloaded tokio-tungstenite v0.21.0
11232026-06-10T21:56:39.696Z Downloaded tokio-rustls v0.26.4
11242026-06-10T21:56:39.731Z Downloaded tokio-rustls v0.24.1
11252026-06-10T21:56:39.731Z Downloaded xattr v1.6.1
11262026-06-10T21:56:39.731Z Downloaded spin v0.9.8
11272026-06-10T21:56:39.735Z Downloaded nom v8.0.0
11282026-06-10T21:56:39.735Z Downloaded serde_yaml v0.9.34+deprecated
11292026-06-10T21:56:39.735Z Downloaded tui-tree-widget v0.23.1
11302026-06-10T21:56:39.735Z Downloaded aws-lc-rs v1.16.3
11312026-06-10T21:56:39.735Z Downloaded want v0.3.1
11322026-06-10T21:56:39.735Z Downloaded waitgroup v0.1.2
11332026-06-10T21:56:39.735Z Downloaded libm v0.2.16
11342026-06-10T21:56:39.735Z Downloaded usdt-macro v0.6.0
11352026-06-10T21:56:39.736Z Downloaded itertools v0.14.0
11362026-06-10T21:56:39.736Z Downloaded xshell-macros v0.2.7
11372026-06-10T21:56:39.736Z Downloaded itertools v0.13.0
11382026-06-10T21:56:39.736Z Downloaded iri-string v0.7.10
11392026-06-10T21:56:39.739Z Downloaded unit-prefix v0.5.2
11402026-06-10T21:56:39.739Z Downloaded unicase v2.9.0
11412026-06-10T21:56:39.739Z Downloaded toml_parser v1.0.9+spec-1.1.0
11422026-06-10T21:56:39.742Z Downloaded vergen-git2 v9.1.0
11432026-06-10T21:56:39.742Z Downloaded vergen-lib v9.1.0
11442026-06-10T21:56:39.742Z Downloaded vergen-gitcl v1.0.8
11452026-06-10T21:56:39.742Z Downloaded zeroize_derive v1.4.3
11462026-06-10T21:56:39.745Z Downloaded rand v0.9.2
11472026-06-10T21:56:39.749Z Downloaded tokio-stream v0.1.18
11482026-06-10T21:56:39.751Z Downloaded aho-corasick v1.1.4
11492026-06-10T21:56:39.755Z Downloaded zone v0.3.1
11502026-06-10T21:56:39.758Z Downloaded tracing-attributes v0.1.31
11512026-06-10T21:56:39.758Z Downloaded tokio-tungstenite v0.23.1
11522026-06-10T21:56:39.761Z Downloaded schemars v1.2.1
11532026-06-10T21:56:39.768Z Downloaded walkdir v2.5.0
11542026-06-10T21:56:39.770Z Downloaded wait-timeout v0.2.1
11552026-06-10T21:56:39.771Z Downloaded snafu v0.8.9
11562026-06-10T21:56:39.774Z Downloaded whoami v2.1.0
11572026-06-10T21:56:39.852Z Downloaded xshell v0.2.7
11582026-06-10T21:56:39.852Z Downloaded whoami v1.6.1
11592026-06-10T21:56:39.852Z Downloaded h2 v0.4.13
11602026-06-10T21:56:39.852Z Downloaded zone_cfg_derive v0.3.1
11612026-06-10T21:56:39.852Z Downloaded test-strategy v0.4.5
11622026-06-10T21:56:39.852Z Downloaded term v1.2.1
11632026-06-10T21:56:39.852Z Downloaded vsss-rs v3.3.4
11642026-06-10T21:56:39.852Z Downloaded russh v0.45.0
11652026-06-10T21:56:39.852Z Downloaded num-bigint-dig v0.8.6
11662026-06-10T21:56:39.852Z Downloaded tar v0.4.45
11672026-06-10T21:56:39.853Z Downloaded zeroize v1.8.2
11682026-06-10T21:56:39.853Z Downloaded toml v1.0.6+spec-1.1.0
11692026-06-10T21:56:39.853Z Downloaded vergen v9.1.0
11702026-06-10T21:56:39.853Z Downloaded twox-hash v2.1.2
11712026-06-10T21:56:39.853Z Downloaded tinyvec v1.10.0
11722026-06-10T21:56:39.853Z Downloaded zstd-safe v7.2.4
11732026-06-10T21:56:39.853Z Downloaded unicode-properties v0.1.4
11742026-06-10T21:56:39.859Z Downloaded typify v0.4.3
11752026-06-10T21:56:39.859Z Downloaded hyper v1.8.1
11762026-06-10T21:56:39.859Z Downloaded rand v0.10.0
11772026-06-10T21:56:39.859Z Downloaded toml v0.7.8
11782026-06-10T21:56:39.859Z Downloaded usdt-impl v0.6.0
11792026-06-10T21:56:39.859Z Downloaded hkdf v0.12.4
11802026-06-10T21:56:39.859Z Downloaded unsafe-libyaml v0.2.11
11812026-06-10T21:56:39.859Z Downloaded rpassword v7.4.0
11822026-06-10T21:56:39.859Z Downloaded yasna v0.5.2
11832026-06-10T21:56:39.859Z Downloaded zstd v0.13.3
11842026-06-10T21:56:39.859Z Downloaded uuid v1.23.0
11852026-06-10T21:56:39.859Z Downloaded uzers v0.12.2
11862026-06-10T21:56:39.862Z Downloaded vergen-lib v0.1.6
11872026-06-10T21:56:39.869Z Downloaded tracing-core v0.1.36
11882026-06-10T21:56:39.873Z Downloaded tungstenite v0.21.0
11892026-06-10T21:56:39.905Z Downloaded typify v0.6.2
11902026-06-10T21:56:39.911Z Downloaded wyz v0.5.1
11912026-06-10T21:56:39.911Z Downloaded zerocopy v0.6.6
11922026-06-10T21:56:39.917Z Downloaded rustyline v14.0.0
11932026-06-10T21:56:39.920Z Downloaded p521 v0.13.3
11942026-06-10T21:56:39.922Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-06-10T21:56:39.958Z Downloaded tokio-postgres v0.7.16
11962026-06-10T21:56:39.965Z Downloaded reqwest v0.13.2
11972026-06-10T21:56:39.965Z Downloaded serde_with v1.14.0
11982026-06-10T21:56:39.965Z Downloaded vte v0.14.1
11992026-06-10T21:56:39.965Z Downloaded portable-atomic v1.13.1
12002026-06-10T21:56:39.965Z Downloaded toml_edit v0.19.15
12012026-06-10T21:56:39.970Z Downloaded zip v0.6.6
12022026-06-10T21:56:39.970Z Downloaded unicode-bidi v0.3.18
12032026-06-10T21:56:39.970Z Downloaded typed-path v0.9.3
12042026-06-10T21:56:39.973Z Downloaded ssh-key v0.6.7
12052026-06-10T21:56:39.979Z Downloaded reqwest v0.12.28
12062026-06-10T21:56:39.979Z Downloaded iddqd v0.4.2
12072026-06-10T21:56:40.010Z Downloaded yansi v1.0.1
12082026-06-10T21:56:40.015Z Downloaded reedline v0.40.0
12092026-06-10T21:56:40.016Z Downloaded rayon v1.11.0
12102026-06-10T21:56:40.016Z Downloaded rustls-webpki v0.101.7
12112026-06-10T21:56:40.016Z Downloaded zerocopy-derive v0.8.40
12122026-06-10T21:56:40.016Z Downloaded salty v0.3.0
12132026-06-10T21:56:40.016Z Downloaded steno v0.4.1
12142026-06-10T21:56:40.016Z Downloaded moka v0.12.13
12152026-06-10T21:56:40.020Z Downloaded chrono v0.4.44
12162026-06-10T21:56:40.025Z Downloaded x509-cert v0.2.5
12172026-06-10T21:56:40.028Z Downloaded unicode_categories v0.1.1
12182026-06-10T21:56:40.028Z Downloaded unicode-segmentation v1.12.0
12192026-06-10T21:56:40.028Z Downloaded bindgen v0.71.1
12202026-06-10T21:56:40.031Z Downloaded lalrpop v0.19.12
12212026-06-10T21:56:40.036Z Downloaded zopfli v0.8.3
12222026-06-10T21:56:40.039Z Downloaded regex v1.12.3
12232026-06-10T21:56:40.044Z Downloaded p384 v0.13.1
12242026-06-10T21:56:40.085Z Downloaded tungstenite v0.23.0
12252026-06-10T21:56:40.090Z Downloaded rustls-webpki v0.102.8
12262026-06-10T21:56:40.096Z Downloaded zip v4.6.1
12272026-06-10T21:56:40.100Z Downloaded git2 v0.20.4
12282026-06-10T21:56:40.100Z Downloaded object v0.30.4
12292026-06-10T21:56:40.104Z Downloaded unicode-normalization v0.1.25
12302026-06-10T21:56:40.107Z Downloaded tower v0.5.3
12312026-06-10T21:56:40.114Z Downloaded nix v0.27.1
12322026-06-10T21:56:40.128Z Downloaded winnow v0.6.26
12332026-06-10T21:56:40.139Z Downloaded bstr v1.12.1
12342026-06-10T21:56:40.147Z Downloaded quinn-proto v0.11.13
12352026-06-10T21:56:40.186Z Downloaded radix_trie v0.2.1
12362026-06-10T21:56:40.189Z Downloaded quick-xml v0.37.5
12372026-06-10T21:56:40.189Z Downloaded goblin v0.10.5
12382026-06-10T21:56:40.189Z Downloaded nix v0.28.0
12392026-06-10T21:56:40.189Z Downloaded tough v0.22.0
12402026-06-10T21:56:40.193Z Downloaded tokio-util v0.7.18
12412026-06-10T21:56:40.197Z Downloaded tower-http v0.6.8
12422026-06-10T21:56:40.201Z Downloaded proptest v1.10.0
12432026-06-10T21:56:40.206Z Downloaded smoltcp v0.9.1
12442026-06-10T21:56:40.234Z Downloaded nix v0.31.2
12452026-06-10T21:56:40.240Z Downloaded curve25519-dalek v4.1.3
12462026-06-10T21:56:40.247Z Downloaded vcpkg v0.2.15
12472026-06-10T21:56:40.281Z Downloaded petname v2.0.2
12482026-06-10T21:56:40.289Z Downloaded object v0.37.3
12492026-06-10T21:56:40.289Z Downloaded serde_with v3.17.0
12502026-06-10T21:56:40.292Z Downloaded regress v0.10.5
12512026-06-10T21:56:40.296Z Downloaded zerocopy v0.8.40
12522026-06-10T21:56:40.301Z Downloaded regex-syntax v0.8.10
12532026-06-10T21:56:40.304Z Downloaded openapiv3 v2.2.0
12542026-06-10T21:56:40.311Z Downloaded dropshot v0.17.0
12552026-06-10T21:56:40.325Z Downloaded winnow v0.5.40
12562026-06-10T21:56:40.349Z Downloaded openssl v0.10.79
12572026-06-10T21:56:40.364Z Downloaded tabled v0.20.0
12582026-06-10T21:56:40.374Z Downloaded polar-core v0.27.3
12592026-06-10T21:56:40.379Z Downloaded time v0.3.47
12602026-06-10T21:56:40.404Z Downloaded rustls v0.21.12
12612026-06-10T21:56:40.414Z Downloaded tracing v0.1.44
12622026-06-10T21:56:40.432Z Downloaded zlib-rs v0.6.2
12632026-06-10T21:56:40.452Z Downloaded bzip2-sys v0.1.13+1.0.8
12642026-06-10T21:56:40.496Z Downloaded regex-syntax v0.6.29
12652026-06-10T21:56:40.507Z Downloaded webpki-roots v1.0.6
12662026-06-10T21:56:40.507Z Downloaded regex-automata v0.4.14
12672026-06-10T21:56:40.507Z Downloaded rustls v0.22.4
12682026-06-10T21:56:40.507Z Downloaded petgraph v0.6.5
12692026-06-10T21:56:40.538Z Downloaded hickory-proto v0.24.4
12702026-06-10T21:56:40.545Z Downloaded jiff v0.2.21
12712026-06-10T21:56:40.545Z Downloaded hickory-proto v0.25.2
12722026-06-10T21:56:40.545Z Downloaded chrono-tz v0.10.4
12732026-06-10T21:56:40.553Z Downloaded smoltcp v0.11.0
12742026-06-10T21:56:40.562Z Downloaded diesel v2.3.7
12752026-06-10T21:56:40.606Z Downloaded regress v0.11.1
12762026-06-10T21:56:40.643Z Downloaded rustix v0.38.44
12772026-06-10T21:56:40.644Z Downloaded rustls v0.23.37
12782026-06-10T21:56:40.645Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-06-10T21:56:40.659Z Downloaded sqlparser v0.61.0
12802026-06-10T21:56:40.710Z Downloaded typify-impl v0.6.2
12812026-06-10T21:56:40.723Z Downloaded sled v0.34.7
12822026-06-10T21:56:40.723Z Downloaded ratatui v0.29.0
12832026-06-10T21:56:40.723Z Downloaded typify-impl v0.4.3
12842026-06-10T21:56:40.770Z Downloaded zerocopy-derive v0.6.6
12852026-06-10T21:56:40.777Z Downloaded ring v0.17.14
12862026-06-10T21:56:40.820Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-06-10T21:56:40.873Z Downloaded petgraph v0.8.3
12882026-06-10T21:56:40.885Z Downloaded libz-sys v1.1.24
12892026-06-10T21:56:40.918Z Downloaded csv v1.4.0
12902026-06-10T21:56:40.922Z Downloaded sha3 v0.10.8
12912026-06-10T21:56:40.922Z Downloaded tokio v1.52.1
12922026-06-10T21:56:40.961Z Downloaded encoding_rs v0.8.35
12932026-06-10T21:56:41.433Z Downloaded aws-lc-sys v0.40.0
12942026-06-10T21:56:41.658Z Compiling libc v0.2.185
12952026-06-10T21:56:41.663Z Compiling serde v1.0.228
12962026-06-10T21:56:41.663Z Compiling log v0.4.29
12972026-06-10T21:56:41.663Z Compiling find-msvc-tools v0.1.9
12982026-06-10T21:56:41.663Z Compiling shlex v1.3.0
12992026-06-10T21:56:41.663Z Compiling smallvec v1.15.1
13002026-06-10T21:56:41.663Z Compiling typenum v1.19.0
13012026-06-10T21:56:41.663Z Compiling subtle v2.6.1
13022026-06-10T21:56:41.828Z Compiling generic-array v0.14.7
13032026-06-10T21:56:41.832Z Compiling scopeguard v1.2.0
13042026-06-10T21:56:41.897Z Compiling const-oid v0.9.6
13052026-06-10T21:56:41.933Z Compiling serde_json v1.0.149
13062026-06-10T21:56:41.952Z Compiling syn v2.0.117
13072026-06-10T21:56:41.956Z Compiling zerocopy v0.8.40
13082026-06-10T21:56:41.956Z Compiling portable-atomic v1.13.1
13092026-06-10T21:56:41.993Z Compiling parking_lot_core v0.9.12
13102026-06-10T21:56:42.019Z Compiling lock_api v0.4.14
13112026-06-10T21:56:42.073Z Compiling pin-project-lite v0.2.17
13122026-06-10T21:56:42.077Z Compiling pkg-config v0.3.32
13132026-06-10T21:56:42.091Z Compiling bitflags v2.11.0
13142026-06-10T21:56:42.104Z Compiling critical-section v1.2.0
13152026-06-10T21:56:42.135Z Compiling libm v0.2.16
13162026-06-10T21:56:42.167Z Compiling futures-core v0.3.32
13172026-06-10T21:56:42.202Z Compiling num-traits v0.2.19
13182026-06-10T21:56:42.228Z Compiling percent-encoding v2.3.2
13192026-06-10T21:56:42.288Z Compiling futures-sink v0.3.32
13202026-06-10T21:56:42.326Z Compiling futures-io v0.3.32
13212026-06-10T21:56:42.347Z Compiling cpufeatures v0.2.17
13222026-06-10T21:56:42.394Z Compiling slab v0.4.12
13232026-06-10T21:56:42.408Z Compiling futures-task v0.3.32
13242026-06-10T21:56:42.428Z Compiling futures-channel v0.3.32
13252026-06-10T21:56:42.461Z Compiling getrandom v0.4.1
13262026-06-10T21:56:42.461Z Compiling rand_core v0.10.0
13272026-06-10T21:56:42.477Z Compiling indexmap v2.14.0
13282026-06-10T21:56:42.529Z Compiling rustversion v1.0.22
13292026-06-10T21:56:42.575Z Compiling getrandom v0.3.4
13302026-06-10T21:56:42.578Z Compiling form_urlencoded v1.2.2
13312026-06-10T21:56:42.682Z Compiling fs_extra v1.3.0
13322026-06-10T21:56:42.717Z Compiling dunce v1.0.5
13332026-06-10T21:56:42.717Z Compiling base64ct v1.8.3
13342026-06-10T21:56:42.717Z Compiling ident_case v1.0.1
13352026-06-10T21:56:42.717Z Compiling flagset v0.4.7
13362026-06-10T21:56:42.729Z Compiling regex-syntax v0.8.10
13372026-06-10T21:56:42.784Z Compiling getrandom v0.2.17
13382026-06-10T21:56:42.814Z Compiling jobserver v0.1.34
13392026-06-10T21:56:42.851Z Compiling errno v0.3.14
13402026-06-10T21:56:42.863Z Compiling mio v1.2.0
13412026-06-10T21:56:42.899Z Compiling socket2 v0.6.3
13422026-06-10T21:56:42.916Z Compiling rand_core v0.6.4
13432026-06-10T21:56:42.959Z Compiling signal-hook-registry v1.4.8
13442026-06-10T21:56:42.966Z Compiling once_cell v1.21.3
13452026-06-10T21:56:43.025Z Compiling cc v1.2.56
13462026-06-10T21:56:43.063Z Compiling parking_lot v0.12.5
13472026-06-10T21:56:43.192Z Compiling pem-rfc7468 v0.7.0
13482026-06-10T21:56:43.212Z Compiling rustix v1.1.3
13492026-06-10T21:56:43.249Z Compiling iana-time-zone v0.1.65
13502026-06-10T21:56:43.287Z Compiling vcpkg v0.2.15
13512026-06-10T21:56:43.287Z Compiling aws-lc-rs v1.16.3
13522026-06-10T21:56:43.308Z Compiling uuid v1.23.0
13532026-06-10T21:56:43.353Z Compiling tracing-core v0.1.36
13542026-06-10T21:56:43.413Z Compiling rustc_version v0.4.1
13552026-06-10T21:56:43.471Z Compiling base64 v0.22.1
13562026-06-10T21:56:43.476Z Compiling untrusted v0.9.0
13572026-06-10T21:56:43.498Z Compiling httparse v1.10.1
13582026-06-10T21:56:43.574Z Compiling rand_core v0.9.5
13592026-06-10T21:56:43.631Z Compiling openssl-probe v0.2.1
13602026-06-10T21:56:43.635Z Compiling untrusted v0.7.1
13612026-06-10T21:56:43.689Z Compiling tinyvec_macros v0.1.1
13622026-06-10T21:56:43.754Z Compiling tinyvec v1.10.0
13632026-06-10T21:56:43.773Z Compiling cmake v0.1.57
13642026-06-10T21:56:43.789Z Compiling aho-corasick v1.1.4
13652026-06-10T21:56:43.807Z Compiling dyn-clone v1.0.20
13662026-06-10T21:56:43.822Z Compiling try-lock v0.2.5
13672026-06-10T21:56:43.860Z Compiling rustls v0.23.37
13682026-06-10T21:56:43.875Z Compiling tower-layer v0.3.3
13692026-06-10T21:56:43.949Z Compiling atomic-waker v1.1.2
13702026-06-10T21:56:43.953Z Compiling tower-service v0.3.3
13712026-06-10T21:56:43.953Z Compiling schemars v0.8.22
13722026-06-10T21:56:43.992Z Compiling want v0.3.1
13732026-06-10T21:56:44.010Z Compiling pin-utils v0.1.0
13742026-06-10T21:56:44.013Z Compiling openssl v0.10.79
13752026-06-10T21:56:44.047Z Compiling httpdate v1.0.3
13762026-06-10T21:56:44.062Z Compiling foreign-types-shared v0.1.1
13772026-06-10T21:56:44.062Z Compiling spin v0.9.8
13782026-06-10T21:56:44.092Z Compiling unicode-normalization v0.1.25
13792026-06-10T21:56:44.109Z Compiling time-core v0.1.8
13802026-06-10T21:56:44.143Z Compiling native-tls v0.2.18
13812026-06-10T21:56:44.187Z Compiling foreign-types v0.3.2
13822026-06-10T21:56:44.194Z Compiling num-conv v0.2.0
13832026-06-10T21:56:44.234Z Compiling crc32fast v1.5.0
13842026-06-10T21:56:44.247Z Compiling powerfmt v0.2.0
13852026-06-10T21:56:44.281Z Compiling wait-timeout v0.2.1
13862026-06-10T21:56:44.285Z Compiling sync_wrapper v1.0.2
13872026-06-10T21:56:44.288Z Compiling crossbeam-utils v0.8.21
13882026-06-10T21:56:44.288Z Compiling bit-vec v0.8.0
13892026-06-10T21:56:44.330Z Compiling siphasher v1.0.2
13902026-06-10T21:56:44.337Z Compiling unicode-segmentation v1.12.0
13912026-06-10T21:56:44.365Z Compiling time-macros v0.2.27
13922026-06-10T21:56:44.371Z Compiling syn v1.0.109
13932026-06-10T21:56:44.427Z Compiling usdt-impl v0.6.0
13942026-06-10T21:56:44.576Z Compiling deranged v0.5.8
13952026-06-10T21:56:44.682Z Compiling quick-error v1.2.3
13962026-06-10T21:56:44.696Z Compiling simd-adler32 v0.3.8
13972026-06-10T21:56:44.727Z Compiling num_threads v0.1.7
13982026-06-10T21:56:44.732Z Compiling regex-automata v0.4.14
13992026-06-10T21:56:44.746Z Compiling aws-lc-sys v0.40.0
14002026-06-10T21:56:44.747Z Compiling ring v0.17.14
14012026-06-10T21:56:44.792Z Compiling openssl-sys v0.9.115
14022026-06-10T21:56:44.799Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-06-10T21:56:44.857Z Compiling synstructure v0.13.2
14042026-06-10T21:56:44.927Z Compiling pest_generator v2.8.6
14052026-06-10T21:56:44.931Z Compiling serde_derive_internals v0.29.1
14062026-06-10T21:56:44.931Z Compiling darling_core v0.20.11
14072026-06-10T21:56:45.024Z Compiling tempfile v3.25.0
14082026-06-10T21:56:45.163Z Compiling darling_core v0.21.3
14092026-06-10T21:56:45.281Z Compiling rusty-fork v0.3.1
14102026-06-10T21:56:45.402Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-06-10T21:56:45.614Z Compiling time v0.3.47
14122026-06-10T21:56:45.640Z Compiling bit-set v0.8.0
14132026-06-10T21:56:45.643Z Compiling slog v2.8.2
14142026-06-10T21:56:45.643Z Compiling heapless v0.7.17
14152026-06-10T21:56:45.688Z Compiling rand_xorshift v0.4.0
14162026-06-10T21:56:45.733Z Compiling thread-id v5.1.0
14172026-06-10T21:56:45.759Z Compiling cookie v0.18.1
14182026-06-10T21:56:45.809Z Compiling ryu v1.0.23
14192026-06-10T21:56:45.850Z Compiling adler2 v2.0.1
14202026-06-10T21:56:45.865Z Compiling allocator-api2 v0.2.21
14212026-06-10T21:56:45.901Z Compiling zstd-safe v7.2.4
14222026-06-10T21:56:45.905Z Compiling signal-hook v0.3.18
14232026-06-10T21:56:45.943Z Compiling unicode-properties v0.1.4
14242026-06-10T21:56:45.947Z Compiling unicode-bidi v0.3.18
14252026-06-10T21:56:45.989Z Compiling iri-string v0.7.10
14262026-06-10T21:56:45.992Z Compiling paste v1.0.15
14272026-06-10T21:56:46.037Z Compiling unarray v0.1.4
14282026-06-10T21:56:46.091Z Compiling anyhow v1.0.102
14292026-06-10T21:56:46.144Z Compiling miniz_oxide v0.8.9
14302026-06-10T21:56:46.378Z Compiling stringprep v0.1.5
14312026-06-10T21:56:46.520Z Compiling heck v0.4.1
14322026-06-10T21:56:46.662Z Compiling serde_derive v1.0.228
14332026-06-10T21:56:46.673Z Compiling zeroize_derive v1.4.3
14342026-06-10T21:56:46.768Z Compiling zerofrom-derive v0.1.6
14352026-06-10T21:56:46.780Z Compiling yoke-derive v0.8.1
14362026-06-10T21:56:46.817Z Compiling zerovec-derive v0.11.2
14372026-06-10T21:56:46.835Z Compiling zerocopy-derive v0.8.40
14382026-06-10T21:56:47.005Z Compiling displaydoc v0.2.5
14392026-06-10T21:56:47.308Z Compiling tokio-macros v2.7.0
14402026-06-10T21:56:47.412Z Compiling futures-macro v0.3.32
14412026-06-10T21:56:47.425Z Compiling zeroize v1.8.2
14422026-06-10T21:56:47.594Z Compiling der_derive v0.7.3
14432026-06-10T21:56:47.777Z Compiling rustls-pki-types v1.14.0
14442026-06-10T21:56:47.811Z Compiling thiserror-impl v2.0.18
14452026-06-10T21:56:48.031Z Compiling tracing-attributes v0.1.31
14462026-06-10T21:56:48.036Z Compiling schemars_derive v0.8.22
14472026-06-10T21:56:48.046Z Compiling pest_derive v2.8.6
14482026-06-10T21:56:48.162Z Compiling crypto-common v0.1.7
14492026-06-10T21:56:48.239Z Compiling block-buffer v0.10.4
14502026-06-10T21:56:48.243Z Compiling zerofrom v0.1.6
14512026-06-10T21:56:48.267Z Compiling futures-util v0.3.32
14522026-06-10T21:56:48.334Z Compiling block-padding v0.3.3
14532026-06-10T21:56:48.389Z Compiling yoke v0.8.1
14542026-06-10T21:56:48.430Z Compiling digest v0.10.7
14552026-06-10T21:56:48.532Z Compiling inout v0.1.4
14562026-06-10T21:56:48.537Z Compiling scroll_derive v0.13.1
14572026-06-10T21:56:48.598Z Compiling zerovec v0.11.5
14582026-06-10T21:56:48.613Z Compiling zerotrie v0.2.3
14592026-06-10T21:56:48.686Z Compiling hmac v0.12.1
14602026-06-10T21:56:48.710Z Compiling cipher v0.4.4
14612026-06-10T21:56:48.859Z Compiling sha2 v0.10.9
14622026-06-10T21:56:48.968Z Compiling der v0.7.10
14632026-06-10T21:56:49.030Z Compiling salsa20 v0.10.2
14642026-06-10T21:56:49.053Z Compiling pbkdf2 v0.12.2
14652026-06-10T21:56:49.157Z Compiling tinystr v0.8.2
14662026-06-10T21:56:49.190Z Compiling potential_utf v0.1.4
14672026-06-10T21:56:49.203Z Compiling scrypt v0.11.0
14682026-06-10T21:56:49.234Z Compiling thiserror v2.0.18
14692026-06-10T21:56:49.365Z Compiling icu_locale_core v2.1.1
14702026-06-10T21:56:49.375Z Compiling icu_collections v2.1.1
14712026-06-10T21:56:49.393Z Compiling cbc v0.1.2
14722026-06-10T21:56:49.397Z Compiling aes v0.8.4
14732026-06-10T21:56:49.449Z Compiling scroll v0.13.0
14742026-06-10T21:56:49.508Z Compiling tracing v0.1.44
14752026-06-10T21:56:49.544Z Compiling darling_macro v0.20.11
14762026-06-10T21:56:49.606Z Compiling openssl-macros v0.1.1
14772026-06-10T21:56:49.798Z Compiling goblin v0.10.5
14782026-06-10T21:56:49.815Z Compiling rustls-native-certs v0.8.3
14792026-06-10T21:56:49.915Z Compiling spki v0.7.3
14802026-06-10T21:56:50.068Z Compiling icu_provider v2.1.1
14812026-06-10T21:56:50.094Z Compiling darling v0.20.11
14822026-06-10T21:56:50.156Z Compiling pkcs5 v0.7.1
14832026-06-10T21:56:50.180Z Compiling derive_builder_core v0.20.2
14842026-06-10T21:56:50.276Z Compiling bytes v1.11.1
14852026-06-10T21:56:50.283Z Compiling chrono v0.4.44
14862026-06-10T21:56:50.301Z Compiling ipnet v2.11.0
14872026-06-10T21:56:50.321Z Compiling icu_normalizer v2.1.1
14882026-06-10T21:56:50.416Z Compiling icu_properties v2.1.2
14892026-06-10T21:56:50.423Z Compiling dtrace-parser v0.3.0
14902026-06-10T21:56:50.727Z Compiling pkcs8 v0.10.2
14912026-06-10T21:56:50.748Z Compiling signature v2.2.0
14922026-06-10T21:56:50.748Z Compiling webpki-roots v1.0.6
14932026-06-10T21:56:50.847Z Compiling tokio v1.52.1
14942026-06-10T21:56:50.858Z Compiling http v1.4.0
14952026-06-10T21:56:50.874Z Compiling thiserror-impl v1.0.69
14962026-06-10T21:56:50.899Z Compiling scroll_derive v0.12.1
14972026-06-10T21:56:50.916Z Compiling erased-serde v0.3.31
14982026-06-10T21:56:50.931Z Compiling serde_spanned v0.6.9
14992026-06-10T21:56:51.080Z Compiling derive_builder_macro v0.20.2
15002026-06-10T21:56:51.098Z Compiling serde_tokenstream v0.2.3
15012026-06-10T21:56:51.177Z Compiling toml_datetime v0.6.11
15022026-06-10T21:56:51.320Z Compiling idna_adapter v1.2.1
15032026-06-10T21:56:51.430Z Compiling ppv-lite86 v0.2.21
15042026-06-10T21:56:51.446Z Compiling idna v1.1.0
15052026-06-10T21:56:51.471Z Compiling serde_urlencoded v0.7.1
15062026-06-10T21:56:51.487Z Compiling md-5 v0.10.6
15072026-06-10T21:56:51.559Z Compiling http-body v1.0.1
15082026-06-10T21:56:51.592Z Compiling darling_macro v0.21.3
15092026-06-10T21:56:51.613Z Compiling bstr v1.12.1
15102026-06-10T21:56:51.628Z Compiling scroll v0.12.0
15112026-06-10T21:56:51.675Z Compiling pin-project-internal v1.1.11
15122026-06-10T21:56:51.734Z Compiling rand_chacha v0.9.0
15132026-06-10T21:56:51.750Z Compiling url v2.5.8
15142026-06-10T21:56:51.753Z Compiling http-body-util v0.1.3
15152026-06-10T21:56:51.782Z Compiling rand_chacha v0.3.1
15162026-06-10T21:56:51.822Z Compiling zerocopy-derive v0.7.35
15172026-06-10T21:56:51.915Z Compiling async-trait v0.1.89
15182026-06-10T21:56:52.033Z Compiling rand v0.9.2
15192026-06-10T21:56:52.110Z Compiling num-integer v0.1.46
15202026-06-10T21:56:52.142Z Compiling vergen-lib v9.1.0
15212026-06-10T21:56:52.212Z Compiling thiserror v1.0.69
15222026-06-10T21:56:52.334Z Compiling curve25519-dalek v4.1.3
15232026-06-10T21:56:52.350Z Compiling ff v0.13.1
15242026-06-10T21:56:52.481Z Compiling hash32 v0.2.1
15252026-06-10T21:56:52.520Z Compiling memoffset v0.9.1
15262026-06-10T21:56:52.608Z Compiling dof v0.4.0
15272026-06-10T21:56:52.643Z Compiling proptest v1.10.0
15282026-06-10T21:56:52.702Z Compiling encoding_rs v0.8.35
15292026-06-10T21:56:52.721Z Compiling rustix v0.38.44
15302026-06-10T21:56:52.742Z Compiling num-bigint-dig v0.8.6
15312026-06-10T21:56:52.766Z Compiling base16ct v0.2.0
15322026-06-10T21:56:52.814Z Compiling ref-cast v1.0.25
15332026-06-10T21:56:52.844Z Compiling zlib-rs v0.6.2
15342026-06-10T21:56:52.874Z Compiling litrs v1.0.0
15352026-06-10T21:56:52.951Z Compiling fallible-iterator v0.2.0
15362026-06-10T21:56:52.963Z Compiling cfg_aliases v0.2.1
15372026-06-10T21:56:53.118Z Compiling mime v0.3.17
15382026-06-10T21:56:53.145Z Compiling psl-types v2.0.11
15392026-06-10T21:56:53.145Z Compiling ipnetwork v0.21.1
15402026-06-10T21:56:53.181Z Compiling smoltcp v0.9.1
15412026-06-10T21:56:53.217Z Compiling publicsuffix v2.3.0
15422026-06-10T21:56:53.263Z Compiling postgres-protocol v0.6.10
15432026-06-10T21:56:53.295Z Compiling nix v0.31.2
15442026-06-10T21:56:53.505Z Compiling oxnet v0.1.5
15452026-06-10T21:56:53.580Z Compiling document-features v0.2.12
15462026-06-10T21:56:53.580Z Compiling sec1 v0.7.3
15472026-06-10T21:56:53.608Z Compiling pin-project v1.1.11
15482026-06-10T21:56:53.608Z Compiling zerocopy v0.7.35
15492026-06-10T21:56:53.931Z Compiling group v0.13.0
15502026-06-10T21:56:53.947Z Compiling num-iter v0.1.45
15512026-06-10T21:56:53.947Z Compiling darling v0.21.3
15522026-06-10T21:56:53.947Z Compiling rand v0.8.6
15532026-06-10T21:56:53.947Z Compiling goblin v0.8.2
15542026-06-10T21:56:53.947Z Compiling derive_builder v0.20.2
15552026-06-10T21:56:53.947Z Compiling futures-executor v0.3.32
15562026-06-10T21:56:53.947Z Compiling hubpack_derive v0.1.1
15572026-06-10T21:56:54.165Z Compiling hex v0.4.3
15582026-06-10T21:56:54.223Z Compiling hkdf v0.12.4
15592026-06-10T21:56:54.223Z Compiling crypto-bigint v0.5.5
15602026-06-10T21:56:54.223Z Compiling regex v1.12.3
15612026-06-10T21:56:54.223Z Compiling snafu-derive v0.8.9
15622026-06-10T21:56:54.287Z Compiling daft-derive v0.1.7
15632026-06-10T21:56:54.305Z Compiling ref-cast-impl v1.0.25
15642026-06-10T21:56:54.305Z Compiling strum_macros v0.27.2
15652026-06-10T21:56:54.323Z Compiling curve25519-dalek-derive v0.1.1
15662026-06-10T21:56:55.028Z Compiling terminal_size v0.4.3
15672026-06-10T21:56:55.032Z Compiling tokio-util v0.7.18
15682026-06-10T21:56:55.032Z Compiling tower v0.5.3
15692026-06-10T21:56:55.032Z Compiling tokio-native-tls v0.3.1
15702026-06-10T21:56:55.032Z Compiling phf_shared v0.13.1
15712026-06-10T21:56:55.032Z Compiling lazy_static v1.5.0
15722026-06-10T21:56:55.032Z Compiling anstyle-parse v0.2.7
15732026-06-10T21:56:55.032Z Compiling newtype-uuid v1.3.2
15742026-06-10T21:56:55.032Z Compiling vergen v9.1.0
15752026-06-10T21:56:55.048Z Compiling cargo-platform v0.3.2
15762026-06-10T21:56:55.063Z Compiling fs-err v3.3.0
15772026-06-10T21:56:55.166Z Compiling ahash v0.8.12
15782026-06-10T21:56:55.187Z Compiling tower-http v0.6.8
15792026-06-10T21:56:55.238Z Compiling same-file v1.0.6
15802026-06-10T21:56:55.277Z Compiling winnow v0.5.40
15812026-06-10T21:56:55.299Z Compiling bitflags v1.3.2
15822026-06-10T21:56:55.343Z Compiling foldhash v0.2.0
15832026-06-10T21:56:55.385Z Compiling libbz2-rs-sys v0.2.2
15842026-06-10T21:56:55.402Z Compiling bumpalo v3.20.2
15852026-06-10T21:56:55.402Z Compiling managed v0.8.0
15862026-06-10T21:56:55.433Z Compiling h2 v0.4.13
15872026-06-10T21:56:55.637Z Compiling foldhash v0.1.5
15882026-06-10T21:56:55.643Z Compiling object v0.37.3
15892026-06-10T21:56:55.649Z Compiling clap_builder v4.6.0
15902026-06-10T21:56:55.685Z Compiling zopfli v0.8.3
15912026-06-10T21:56:55.775Z Compiling flate2 v1.1.9
15922026-06-10T21:56:55.792Z Compiling hashbrown v0.15.5
15932026-06-10T21:56:56.022Z Compiling bzip2 v0.6.1
15942026-06-10T21:56:56.178Z Compiling dof v0.3.0
15952026-06-10T21:56:56.256Z Compiling hashbrown v0.16.1
15962026-06-10T21:56:56.289Z Compiling snafu v0.8.9
15972026-06-10T21:56:56.303Z Compiling walkdir v2.5.0
15982026-06-10T21:56:56.419Z Compiling strum v0.27.2
15992026-06-10T21:56:56.450Z Compiling daft v0.1.7
16002026-06-10T21:56:56.460Z Compiling cargo_metadata v0.23.1
16012026-06-10T21:56:56.472Z Compiling anstream v0.6.21
16022026-06-10T21:56:56.587Z Compiling phf v0.13.1
16032026-06-10T21:56:56.773Z Compiling toml_edit v0.19.15
16042026-06-10T21:56:56.793Z Compiling elliptic-curve v0.13.8
16052026-06-10T21:56:56.810Z Compiling signal-hook-mio v0.2.5
16062026-06-10T21:56:56.832Z Compiling cookie_store v0.22.1
16072026-06-10T21:56:56.890Z Compiling hubpack v0.1.2
16082026-06-10T21:56:56.940Z Compiling bzip2 v0.4.4
16092026-06-10T21:56:56.960Z Compiling usdt-attr-macro v0.6.0
16102026-06-10T21:56:57.004Z Compiling usdt-macro v0.6.0
16112026-06-10T21:56:57.106Z Compiling futures v0.3.32
16122026-06-10T21:56:57.134Z Compiling serde_with_macros v3.17.0
16132026-06-10T21:56:57.227Z Compiling postgres-types v0.2.12
16142026-06-10T21:56:57.279Z Compiling zstd v0.13.3
16152026-06-10T21:56:57.505Z Compiling dtrace-parser v0.2.0
16162026-06-10T21:56:57.521Z Compiling globset v0.4.18
16172026-06-10T21:56:57.561Z Compiling ed25519 v2.2.3
16182026-06-10T21:56:57.786Z Compiling pkcs1 v0.7.5
16192026-06-10T21:56:57.802Z Compiling olpc-cjson v0.1.4
16202026-06-10T21:56:57.819Z Compiling serde_plain v1.0.2
16212026-06-10T21:56:57.861Z Compiling serde-big-array v0.5.1
16222026-06-10T21:56:57.977Z Compiling rfc6979 v0.4.0
16232026-06-10T21:56:58.015Z Compiling async-recursion v1.1.1
16242026-06-10T21:56:58.033Z Compiling serde_repr v0.1.20
16252026-06-10T21:56:58.120Z Compiling enum-as-inner v0.6.1
16262026-06-10T21:56:58.229Z Compiling clap_derive v4.6.1
16272026-06-10T21:56:58.246Z Compiling strum_macros v0.26.4
16282026-06-10T21:56:58.274Z Compiling phf_shared v0.11.3
16292026-06-10T21:56:58.293Z Compiling float-cmp v0.10.0
16302026-06-10T21:56:58.395Z Compiling pem v3.0.6
16312026-06-10T21:56:58.455Z Compiling hyper v1.8.1
16322026-06-10T21:56:58.501Z Compiling memmap2 v0.9.10
16332026-06-10T21:56:58.504Z Compiling thread-id v4.2.2
16342026-06-10T21:56:58.614Z Compiling env_filter v1.0.0
16352026-06-10T21:56:58.630Z Compiling difflib v0.4.0
16362026-06-10T21:56:58.666Z Compiling normalize-line-endings v0.3.0
16372026-06-10T21:56:58.722Z Compiling keccak v0.1.6
16382026-06-10T21:56:58.737Z Compiling static_assertions v1.1.0
16392026-06-10T21:56:58.755Z Compiling new_debug_unreachable v1.0.6
16402026-06-10T21:56:58.831Z Compiling predicates-core v1.0.10
16412026-06-10T21:56:58.849Z Compiling fixedbitset v0.5.7
16422026-06-10T21:56:58.849Z Compiling data-encoding v2.10.0
16432026-06-10T21:56:58.853Z Compiling jiff v0.2.21
16442026-06-10T21:56:58.962Z Compiling whoami v2.1.0
16452026-06-10T21:56:59.021Z Compiling precomputed-hash v0.1.1
16462026-06-10T21:56:59.088Z Compiling typed-path v0.9.3
16472026-06-10T21:56:59.149Z Compiling fixedbitset v0.4.2
16482026-06-10T21:56:59.212Z Compiling either v1.15.0
16492026-06-10T21:56:59.316Z Compiling petgraph v0.6.5
16502026-06-10T21:56:59.346Z Compiling tokio-postgres v0.7.16
16512026-06-10T21:56:59.383Z Compiling hickory-proto v0.25.2
16522026-06-10T21:56:59.477Z Compiling itertools v0.13.0
16532026-06-10T21:56:59.497Z Compiling string_cache v0.8.9
16542026-06-10T21:56:59.624Z Compiling hyper-util v0.1.20
16552026-06-10T21:56:59.647Z Compiling petgraph v0.8.3
16562026-06-10T21:56:59.754Z Compiling predicates v3.1.4
16572026-06-10T21:56:59.771Z Compiling sha3 v0.10.8
16582026-06-10T21:57:00.055Z Compiling strum v0.26.3
16592026-06-10T21:57:00.085Z Compiling clap v4.6.1
16602026-06-10T21:57:00.172Z Compiling toml_edit v0.22.27
16612026-06-10T21:57:00.343Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16622026-06-10T21:57:00.352Z Compiling env_logger v0.11.9
16632026-06-10T21:57:00.352Z Compiling usdt v0.6.0
16642026-06-10T21:57:00.409Z Compiling usdt-impl v0.5.0
16652026-06-10T21:57:00.448Z Compiling serde_with v3.17.0
16662026-06-10T21:57:00.557Z Compiling crossterm v0.28.1
16672026-06-10T21:57:00.596Z Compiling ecdsa v0.16.9
16682026-06-10T21:57:00.781Z Compiling rsa v0.9.10
16692026-06-10T21:57:00.903Z Compiling toml v0.7.8
16702026-06-10T21:57:01.027Z Compiling hyper-tls v0.6.0
16712026-06-10T21:57:01.041Z Compiling ed25519-dalek v2.2.0
16722026-06-10T21:57:01.517Z Compiling zip v4.6.1
16732026-06-10T21:57:01.678Z Compiling zip v0.6.6
16742026-06-10T21:57:01.700Z Compiling iddqd v0.4.2
16752026-06-10T21:57:01.984Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-10T21:57:02.142Z Compiling tokio-stream v0.1.18
16772026-06-10T21:57:02.211Z Compiling buf-list v1.1.2
16782026-06-10T21:57:02.273Z Compiling similar v2.7.0
16792026-06-10T21:57:02.411Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-10T21:57:02.515Z Compiling openapiv3 v2.2.0
16812026-06-10T21:57:02.530Z Compiling x509-cert v0.2.5
16822026-06-10T21:57:02.640Z Compiling sha1 v0.10.6
16832026-06-10T21:57:02.645Z Compiling crossbeam-epoch v0.9.18
16842026-06-10T21:57:02.741Z Compiling peg-runtime v0.8.5
16852026-06-10T21:57:02.889Z Compiling lalrpop-util v0.19.12
16862026-06-10T21:57:02.939Z Compiling thread_local v1.1.9
16872026-06-10T21:57:02.943Z Compiling slog-async v2.8.0
16882026-06-10T21:57:02.994Z Compiling crossbeam-channel v0.5.15
16892026-06-10T21:57:03.012Z Compiling is-terminal v0.4.17
16902026-06-10T21:57:03.050Z Compiling filetime v0.2.27
16912026-06-10T21:57:03.102Z Compiling term v1.2.1
16922026-06-10T21:57:03.119Z Compiling take_mut v0.2.2
16932026-06-10T21:57:03.135Z Compiling xattr v1.6.1
16942026-06-10T21:57:03.301Z Compiling tar v0.4.45
16952026-06-10T21:57:03.389Z Compiling slog-term v2.9.2
16962026-06-10T21:57:21.078Z Compiling rustls-webpki v0.103.9
16972026-06-10T21:57:23.850Z Compiling tokio-rustls v0.26.4
16982026-06-10T21:57:23.850Z Compiling rustls-platform-verifier v0.6.2
16992026-06-10T21:57:24.050Z Compiling hyper-rustls v0.27.7
17002026-06-10T21:57:24.241Z Compiling reqwest v0.12.28
17012026-06-10T21:57:24.241Z Compiling reqwest v0.13.2
17022026-06-10T21:57:25.464Z Compiling tough v0.22.0
17032026-06-10T21:57:27.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-10T21:57:28.220Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-10T21:57:32.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.05s
17062026-06-10T21:57:32.351Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-06-10T21:57:32.351ZJun 10 21:57:30.263 INFO Starting download, target: Cockroach
17082026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Starting download, target: Clickhouse
17092026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Starting download, target: Console
17102026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Starting download, target: DendriteStub
17112026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Starting download, target: MaghemiteMgd
17122026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Starting download, target: MaghemiteDdmd
17132026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Starting download, target: TransceiverControl
17142026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17162026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-06-10T21:57:32.351ZJun 10 21:57:30.264 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17202026-06-10T21:57:32.352ZJun 10 21:57:30.264 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-06-10T21:57:34.055ZJun 10 21:57:31.379 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-10T21:57:34.113ZJun 10 21:57:31.623 INFO Download complete, target: Console
17232026-06-10T21:57:34.113ZJun 10 21:57:32.804 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-06-10T21:57:37.723ZJun 10 21:57:36.659 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-06-10T21:57:37.971ZJun 10 21:57:36.885 INFO Download complete, target: TransceiverControl
17262026-06-10T21:57:40.753ZJun 10 21:57:39.720 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-06-10T21:57:40.914ZJun 10 21:57:39.866 INFO Checking that binary works, target: Clickhouse
17282026-06-10T21:57:41.057ZJun 10 21:57:39.966 INFO Download complete, target: Clickhouse
17292026-06-10T21:57:41.629ZJun 10 21:57:40.508 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17302026-06-10T21:57:42.094ZJun 10 21:57:40.999 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17312026-06-10T21:57:42.581ZJun 10 21:57:41.560 INFO Download complete, target: MaghemiteDdmd
17322026-06-10T21:57:43.051ZJun 10 21:57:42.000 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17332026-06-10T21:57:43.051ZJun 10 21:57:42.000 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17342026-06-10T21:57:44.103ZJun 10 21:57:43.090 INFO Download complete, target: DendriteStub
17352026-06-10T21:57:44.520ZJun 10 21:57:43.507 INFO Download complete, target: MaghemiteMgd
17362026-06-10T21:57:47.960ZJun 10 21:57:46.942 INFO Checking that binary works, target: Cockroach
17372026-06-10T21:57:48.097ZJun 10 21:57:47.069 INFO Download complete, target: Cockroach
17382026-06-10T21:57:48.129ZAll prerequisites installed successfully
17392026-06-10T21:57:48.130Z
17402026-06-10T21:57:48.130Zreal 2:11.938172180
17412026-06-10T21:57:48.130Zuser 7:01.091546414
17422026-06-10T21:57:48.130Zsys 1:46.504630396
17432026-06-10T21:57:48.130Ztrap 0.265675096
17442026-06-10T21:57:48.130Ztflt 1.095879865
17452026-06-10T21:57:48.130Zdflt 2.054369915
17462026-06-10T21:57:48.130Zkflt 0.027765516
17472026-06-10T21:57:48.130Zlock 27:03.266369088
17482026-06-10T21:57:48.130Zslp 19:22.031975635
17492026-06-10T21:57:48.131Zlat 24.644276892
17502026-06-10T21:57:48.131Zstop 3:00.498768805
17512026-06-10T21:57:48.131Z+ ptime -m cargo xtask download softnpu
17522026-06-10T21:57:48.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17532026-06-10T21:57:48.643Z Running `target/debug/xtask download softnpu`
17542026-06-10T21:57:49.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17552026-06-10T21:57:49.478Z Running `target/debug/xtask-downloader softnpu`
17562026-06-10T21:57:49.518ZJun 10 21:57:48.507 INFO Starting download, target: Softnpu
17572026-06-10T21:57:49.524ZJun 10 21:57:48.508 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-06-10T21:57:50.215ZJun 10 21:57:49.202 INFO Download complete, target: Softnpu
17592026-06-10T21:57:50.237Z
17602026-06-10T21:57:50.237Zreal 2.123982269
17612026-06-10T21:57:50.237Zuser 1.356195767
17622026-06-10T21:57:50.237Zsys 0.656411238
17632026-06-10T21:57:50.237Ztrap 0.000841640
17642026-06-10T21:57:50.237Ztflt 0.000174470
17652026-06-10T21:57:50.237Zdflt 0.000100340
17662026-06-10T21:57:50.237Zkflt 0.000000000
17672026-06-10T21:57:50.237Zlock 12.551914445
17682026-06-10T21:57:50.237Zslp 0.533157498
17692026-06-10T21:57:50.238Zlat 0.077238944
17702026-06-10T21:57:50.238Zstop 0.000170330
17712026-06-10T21:57:50.238Z+ export CARGO_INCREMENTAL=0
17722026-06-10T21:57:50.238Z+ CARGO_INCREMENTAL=0
17732026-06-10T21:57:50.238Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-06-10T21:57:51.121Z Compiling proc-macro2 v1.0.106
17752026-06-10T21:57:51.121Z Compiling quote v1.0.45
17762026-06-10T21:57:51.121Z Compiling unicode-ident v1.0.24
17772026-06-10T21:57:51.121Z Compiling libc v0.2.185
17782026-06-10T21:57:51.124Z Compiling serde_core v1.0.228
17792026-06-10T21:57:51.125Z Compiling serde v1.0.228
17802026-06-10T21:57:51.125Z Compiling cfg-if v1.0.4
17812026-06-10T21:57:51.125Z Compiling version_check v0.9.5
17822026-06-10T21:57:51.125Z Compiling shlex v1.3.0
17832026-06-10T21:57:51.270Z Compiling find-msvc-tools v0.1.9
17842026-06-10T21:57:51.273Z Compiling typenum v1.19.0
17852026-06-10T21:57:51.273Z Compiling zmij v1.0.21
17862026-06-10T21:57:51.273Z Compiling autocfg v1.5.0
17872026-06-10T21:57:51.273Z Compiling memchr v2.8.0
17882026-06-10T21:57:51.291Z Compiling serde_json v1.0.149
17892026-06-10T21:57:51.550Z Compiling portable-atomic v1.13.1
17902026-06-10T21:57:51.569Z Compiling libm v0.2.16
17912026-06-10T21:57:51.585Z Compiling zerocopy v0.8.40
17922026-06-10T21:57:51.608Z Compiling smallvec v1.15.1
17932026-06-10T21:57:51.721Z Compiling parking_lot_core v0.9.12
17942026-06-10T21:57:51.724Z Compiling num-traits v0.2.19
17952026-06-10T21:57:51.724Z Compiling icu_properties_data v2.1.2
17962026-06-10T21:57:51.822Z Compiling generic-array v0.14.7
17972026-06-10T21:57:51.926Z Compiling icu_normalizer_data v2.1.1
17982026-06-10T21:57:51.960Z Compiling itoa v1.0.17
17992026-06-10T21:57:51.961Z Compiling getrandom v0.4.1
18002026-06-10T21:57:51.993Z Compiling log v0.4.29
18012026-06-10T21:57:52.022Z Compiling stable_deref_trait v1.2.1
18022026-06-10T21:57:52.025Z Compiling pkg-config v0.3.32
18032026-06-10T21:57:52.056Z Compiling subtle v2.6.1
18042026-06-10T21:57:52.300Z Compiling scopeguard v1.2.0
18052026-06-10T21:57:52.371Z Compiling jobserver v0.1.34
18062026-06-10T21:57:52.372Z Compiling getrandom v0.2.17
18072026-06-10T21:57:52.443Z Compiling errno v0.3.14
18082026-06-10T21:57:52.443Z Compiling lock_api v0.4.14
18092026-06-10T21:57:52.528Z Compiling litemap v0.8.1
18102026-06-10T21:57:52.544Z Compiling rand_core v0.6.4
18112026-06-10T21:57:52.584Z Compiling syn v2.0.117
18122026-06-10T21:57:52.617Z Compiling writeable v0.6.2
18132026-06-10T21:57:52.620Z Compiling percent-encoding v2.3.2
18142026-06-10T21:57:52.649Z Compiling cc v1.2.56
18152026-06-10T21:57:52.752Z Compiling fnv v1.0.7
18162026-06-10T21:57:52.770Z Compiling pin-project-lite v0.2.17
18172026-06-10T21:57:52.857Z Compiling thiserror v2.0.18
18182026-06-10T21:57:52.905Z Compiling getrandom v0.3.4
18192026-06-10T21:57:52.970Z Compiling rand_core v0.10.0
18202026-06-10T21:57:53.003Z Compiling dunce v1.0.5
18212026-06-10T21:57:53.006Z Compiling fs_extra v1.3.0
18222026-06-10T21:57:53.006Z Compiling equivalent v1.0.2
18232026-06-10T21:57:53.069Z Compiling utf8_iter v1.0.4
18242026-06-10T21:57:53.118Z Compiling schemars v0.8.22
18252026-06-10T21:57:53.139Z Compiling rustversion v1.0.22
18262026-06-10T21:57:53.173Z Compiling critical-section v1.2.0
18272026-06-10T21:57:53.232Z Compiling form_urlencoded v1.2.2
18282026-06-10T21:57:53.264Z Compiling rustix v1.1.3
18292026-06-10T21:57:53.302Z Compiling signal-hook-registry v1.4.8
18302026-06-10T21:57:53.379Z Compiling hashbrown v0.17.0
18312026-06-10T21:57:53.395Z Compiling cmake v0.1.57
18322026-06-10T21:57:53.458Z Compiling socket2 v0.6.3
18332026-06-10T21:57:53.518Z Compiling mio v1.2.0
18342026-06-10T21:57:53.546Z Compiling once_cell v1.21.3
18352026-06-10T21:57:53.762Z Compiling bitflags v2.11.0
18362026-06-10T21:57:53.787Z Compiling semver v1.0.28
18372026-06-10T21:57:53.877Z Compiling parking_lot v0.12.5
18382026-06-10T21:57:53.928Z Compiling indexmap v2.14.0
18392026-06-10T21:57:53.968Z Compiling const-oid v0.9.6
18402026-06-10T21:57:55.043Z Compiling ring v0.17.14
18412026-06-10T21:57:55.047Z Compiling aws-lc-sys v0.40.0
18422026-06-10T21:57:55.047Z Compiling aws-lc-rs v1.16.3
18432026-06-10T21:57:55.047Z Compiling futures-core v0.3.32
18442026-06-10T21:57:55.047Z Compiling httparse v1.10.1
18452026-06-10T21:57:55.047Z Compiling strsim v0.11.1
18462026-06-10T21:57:55.047Z Compiling thiserror v1.0.69
18472026-06-10T21:57:55.047Z Compiling vcpkg v0.2.15
18482026-06-10T21:57:55.047Z Compiling iana-time-zone v0.1.65
18492026-06-10T21:57:55.047Z Compiling byteorder v1.5.0
18502026-06-10T21:57:55.047Z Compiling ucd-trie v0.1.7
18512026-06-10T21:57:55.047Z Compiling syn v1.0.109
18522026-06-10T21:57:55.047Z Compiling ident_case v1.0.1
18532026-06-10T21:57:55.047Z Compiling regex-syntax v0.8.10
18542026-06-10T21:57:55.047Z Compiling pest v2.8.6
18552026-06-10T21:57:55.047Z Compiling heck v0.5.0
18562026-06-10T21:57:55.047Z Compiling uuid v1.23.0
18572026-06-10T21:57:55.047Z Compiling rustls v0.23.37
18582026-06-10T21:57:55.047Z Compiling cpufeatures v0.2.17
18592026-06-10T21:57:55.047Z Compiling openssl-sys v0.9.115
18602026-06-10T21:57:55.105Z Compiling futures-sink v0.3.32
18612026-06-10T21:57:55.156Z Compiling rustc_version v0.4.1
18622026-06-10T21:57:55.238Z Compiling futures-channel v0.3.32
18632026-06-10T21:57:55.257Z Compiling slab v0.4.12
18642026-06-10T21:57:55.393Z Compiling futures-task v0.3.32
18652026-06-10T21:57:55.410Z Compiling synstructure v0.13.2
18662026-06-10T21:57:55.450Z Compiling serde_derive_internals v0.29.1
18672026-06-10T21:57:55.469Z Compiling futures-io v0.3.32
18682026-06-10T21:57:55.547Z Compiling aho-corasick v1.1.4
18692026-06-10T21:57:55.590Z Compiling dyn-clone v1.0.20
18702026-06-10T21:57:55.867Z Compiling plain v0.2.3
18712026-06-10T21:57:55.882Z Compiling crc32fast v1.5.0
18722026-06-10T21:57:55.933Z Compiling pest_meta v2.8.6
18732026-06-10T21:57:55.950Z Compiling base64 v0.22.1
18742026-06-10T21:57:56.002Z Compiling openssl v0.10.79
18752026-06-10T21:57:56.050Z Compiling time-core v0.1.8
18762026-06-10T21:57:56.105Z Compiling crossbeam-utils v0.8.21
18772026-06-10T21:57:56.165Z Compiling num-conv v0.2.0
18782026-06-10T21:57:56.262Z Compiling pretty-hex v0.4.1
18792026-06-10T21:57:56.278Z Compiling native-tls v0.2.18
18802026-06-10T21:57:56.318Z Compiling time-macros v0.2.27
18812026-06-10T21:57:56.393Z Compiling regex-automata v0.4.14
18822026-06-10T21:57:56.396Z Compiling anyhow v1.0.102
18832026-06-10T21:57:56.429Z Compiling base64ct v1.8.3
18842026-06-10T21:57:56.448Z Compiling darling_core v0.21.3
18852026-06-10T21:57:56.521Z Compiling pest_generator v2.8.6
18862026-06-10T21:57:56.539Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18872026-06-10T21:57:56.621Z Compiling tracing-core v0.1.36
18882026-06-10T21:57:56.708Z Compiling serde_derive v1.0.228
18892026-06-10T21:57:56.736Z Compiling zeroize_derive v1.4.3
18902026-06-10T21:57:56.752Z Compiling zerofrom-derive v0.1.6
18912026-06-10T21:57:56.894Z Compiling yoke-derive v0.8.1
18922026-06-10T21:57:56.933Z Compiling zerovec-derive v0.11.2
18932026-06-10T21:57:56.974Z Compiling displaydoc v0.2.5
18942026-06-10T21:57:57.164Z Compiling zerocopy-derive v0.8.40
18952026-06-10T21:57:57.209Z Compiling tokio-macros v2.7.0
18962026-06-10T21:57:57.296Z Compiling futures-macro v0.3.32
18972026-06-10T21:57:57.348Z Compiling zeroize v1.8.2
18982026-06-10T21:57:57.702Z Compiling thiserror-impl v2.0.18
18992026-06-10T21:57:57.872Z Compiling schemars_derive v0.8.22
19002026-06-10T21:57:57.899Z Compiling zerofrom v0.1.6
19012026-06-10T21:57:57.914Z Compiling tracing-attributes v0.1.31
19022026-06-10T21:57:58.048Z Compiling yoke v0.8.1
19032026-06-10T21:57:58.084Z Compiling der_derive v0.7.3
19042026-06-10T21:57:58.228Z Compiling zerovec v0.11.5
19052026-06-10T21:57:58.264Z Compiling zerotrie v0.2.3
19062026-06-10T21:57:58.333Z Compiling crypto-common v0.1.7
19072026-06-10T21:57:58.499Z Compiling block-buffer v0.10.4
19082026-06-10T21:57:58.667Z Compiling digest v0.10.7
19092026-06-10T21:57:58.726Z Compiling thiserror-impl v1.0.69
19102026-06-10T21:57:58.856Z Compiling tinystr v0.8.2
19112026-06-10T21:57:58.920Z Compiling potential_utf v0.1.4
19122026-06-10T21:57:58.958Z Compiling pest_derive v2.8.6
19132026-06-10T21:57:59.051Z Compiling icu_locale_core v2.1.1
19142026-06-10T21:57:59.067Z Compiling icu_collections v2.1.1
19152026-06-10T21:57:59.091Z Compiling futures-util v0.3.32
19162026-06-10T21:57:59.169Z Compiling hmac v0.12.1
19172026-06-10T21:57:59.479Z Compiling block-padding v0.3.3
19182026-06-10T21:57:59.641Z Compiling inout v0.1.4
19192026-06-10T21:57:59.712Z Compiling rustls-pki-types v1.14.0
19202026-06-10T21:57:59.823Z Compiling icu_provider v2.1.1
19212026-06-10T21:57:59.832Z Compiling openssl-macros v0.1.1
19222026-06-10T21:57:59.865Z Compiling cipher v0.4.4
19232026-06-10T21:57:59.918Z Compiling bytes v1.11.1
19242026-06-10T21:58:00.005Z Compiling chrono v0.4.44
19252026-06-10T21:58:00.117Z Compiling icu_properties v2.1.2
19262026-06-10T21:58:00.149Z Compiling icu_normalizer v2.1.1
19272026-06-10T21:58:00.266Z Compiling serde_tokenstream v0.2.3
19282026-06-10T21:58:00.534Z Compiling tokio v1.52.1
19292026-06-10T21:58:00.842Z Compiling sha2 v0.10.9
19302026-06-10T21:58:01.066Z Compiling idna_adapter v1.2.1
19312026-06-10T21:58:01.187Z Compiling idna v1.1.0
19322026-06-10T21:58:01.340Z Compiling scroll_derive v0.13.1
19332026-06-10T21:58:01.405Z Compiling scroll_derive v0.12.1
19342026-06-10T21:58:01.540Z Compiling url v2.5.8
19352026-06-10T21:58:01.663Z Compiling ppv-lite86 v0.2.21
19362026-06-10T21:58:01.759Z Compiling http v1.4.0
19372026-06-10T21:58:01.912Z Compiling pem-rfc7468 v0.7.0
19382026-06-10T21:58:02.040Z Compiling untrusted v0.9.0
19392026-06-10T21:58:02.056Z Compiling flagset v0.4.7
19402026-06-10T21:58:02.212Z Compiling der v0.7.10
19412026-06-10T21:58:02.341Z Compiling tracing v0.1.44
19422026-06-10T21:58:02.358Z Compiling regex v1.12.3
19432026-06-10T21:58:02.375Z Compiling darling_macro v0.21.3
19442026-06-10T21:58:02.765Z Compiling zerocopy-derive v0.7.35
19452026-06-10T21:58:02.782Z Compiling rand_core v0.9.5
19462026-06-10T21:58:02.863Z Compiling slog v2.8.2
19472026-06-10T21:58:03.334Z Compiling spki v0.7.3
19482026-06-10T21:58:03.437Z Compiling darling v0.21.3
19492026-06-10T21:58:03.454Z Compiling salsa20 v0.10.2
19502026-06-10T21:58:03.519Z Compiling pbkdf2 v0.12.2
19512026-06-10T21:58:03.779Z Compiling cookie v0.18.1
19522026-06-10T21:58:04.023Z Compiling camino v1.2.2
19532026-06-10T21:58:04.201Z Compiling scrypt v0.11.0
19542026-06-10T21:58:04.205Z Compiling rand_chacha v0.9.0
19552026-06-10T21:58:04.297Z Compiling tokio-util v0.7.18
19562026-06-10T21:58:04.321Z Compiling http-body v1.0.1
19572026-06-10T21:58:04.362Z Compiling cbc v0.1.2
19582026-06-10T21:58:04.451Z Compiling aes v0.8.4
19592026-06-10T21:58:04.560Z Compiling usdt-impl v0.5.0
19602026-06-10T21:58:04.577Z Compiling usdt-impl v0.6.0
19612026-06-10T21:58:04.598Z Compiling ref-cast v1.0.25
19622026-06-10T21:58:04.753Z Compiling winnow v0.7.14
19632026-06-10T21:58:04.814Z Compiling unicode-segmentation v1.12.0
19642026-06-10T21:58:04.832Z Compiling untrusted v0.7.1
19652026-06-10T21:58:04.905Z Compiling fastrand v2.3.0
19662026-06-10T21:58:04.941Z Compiling atomic-waker v1.1.2
19672026-06-10T21:58:04.979Z Compiling paste v1.0.15
19682026-06-10T21:58:05.114Z Compiling either v1.15.0
19692026-06-10T21:58:05.193Z Compiling openssl-probe v0.2.1
19702026-06-10T21:58:05.215Z Compiling tinyvec_macros v0.1.1
19712026-06-10T21:58:05.283Z Compiling tinyvec v1.10.0
19722026-06-10T21:58:05.303Z Compiling pkcs5 v0.7.1
19732026-06-10T21:58:05.356Z Compiling rand v0.9.2
19742026-06-10T21:58:05.656Z Compiling scroll v0.13.0
19752026-06-10T21:58:05.673Z Compiling scroll v0.12.0
19762026-06-10T21:58:05.692Z Compiling toml_datetime v0.6.11
19772026-06-10T21:58:05.762Z Compiling serde_spanned v0.6.9
19782026-06-10T21:58:05.833Z Compiling async-trait v0.1.89
19792026-06-10T21:58:05.923Z Compiling heapless v0.7.17
19802026-06-10T21:58:05.961Z Compiling bzip2-sys v0.1.13+1.0.8
19812026-06-10T21:58:05.964Z Compiling signal-hook v0.3.18
19822026-06-10T21:58:05.964Z Compiling zstd-safe v7.2.4
19832026-06-10T21:58:06.014Z Compiling tower-layer v0.3.3
19842026-06-10T21:58:06.201Z Compiling rustix v0.38.44
19852026-06-10T21:58:06.219Z Compiling tower-service v0.3.3
19862026-06-10T21:58:06.222Z Compiling try-lock v0.2.5
19872026-06-10T21:58:06.421Z Compiling h2 v0.4.13
19882026-06-10T21:58:06.424Z Compiling want v0.3.1
19892026-06-10T21:58:06.453Z Compiling toml_parser v1.0.9+spec-1.1.0
19902026-06-10T21:58:06.540Z Compiling goblin v0.8.2
19912026-06-10T21:58:06.551Z Compiling goblin v0.10.5
19922026-06-10T21:58:06.617Z Compiling pkcs8 v0.10.2
19932026-06-10T21:58:06.861Z Compiling heck v0.4.1
19942026-06-10T21:58:06.879Z Compiling zerocopy v0.7.35
19952026-06-10T21:58:06.939Z Compiling ipnet v2.11.0
19962026-06-10T21:58:07.082Z Compiling ref-cast-impl v1.0.25
19972026-06-10T21:58:07.215Z Compiling curve25519-dalek v4.1.3
19982026-06-10T21:58:07.444Z Compiling darling_core v0.20.11
19992026-06-10T21:58:07.493Z Compiling memoffset v0.9.1
20002026-06-10T21:58:07.542Z Compiling litrs v1.0.0
20012026-06-10T21:58:07.634Z Compiling winnow v0.5.40
20022026-06-10T21:58:07.719Z Compiling pin-utils v0.1.0
20032026-06-10T21:58:07.805Z Compiling foreign-types-shared v0.1.1
20042026-06-10T21:58:07.923Z Compiling httpdate v1.0.3
20052026-06-10T21:58:08.335Z Compiling utf8parse v0.2.2
20062026-06-10T21:58:08.377Z Compiling document-features v0.2.12
20072026-06-10T21:58:08.431Z Compiling tempfile v3.25.0
20082026-06-10T21:58:08.477Z Compiling foreign-types v0.3.2
20092026-06-10T21:58:08.852Z Compiling dof v0.3.0
20102026-06-10T21:58:08.906Z Compiling unicode-normalization v0.1.25
20112026-06-10T21:58:09.143Z Compiling toml_edit v0.19.15
20122026-06-10T21:58:09.277Z Compiling dtrace-parser v0.2.0
20132026-06-10T21:58:09.384Z Compiling dof v0.4.0
20142026-06-10T21:58:09.474Z Compiling darling_macro v0.20.11
20152026-06-10T21:58:09.554Z Compiling hyper v1.8.1
20162026-06-10T21:58:09.748Z Compiling dtrace-parser v0.3.0
20172026-06-10T21:58:09.974Z Compiling daft-derive v0.1.7
20182026-06-10T21:58:09.984Z Compiling pin-project-internal v1.1.11
20192026-06-10T21:58:10.196Z Compiling spin v0.9.8
20202026-06-10T21:58:10.202Z Compiling thread-id v4.2.2
20212026-06-10T21:58:10.228Z Compiling thread-id v5.1.0
20222026-06-10T21:58:10.305Z Compiling cfg_aliases v0.2.1
20232026-06-10T21:58:10.375Z Compiling smoltcp v0.9.1
20242026-06-10T21:58:10.406Z Compiling powerfmt v0.2.0
20252026-06-10T21:58:10.424Z Compiling num-bigint-dig v0.8.6
20262026-06-10T21:58:10.449Z Compiling anstyle v1.0.14
20272026-06-10T21:58:10.484Z Compiling nix v0.31.2
20282026-06-10T21:58:10.647Z Compiling hyper-util v0.1.20
20292026-06-10T21:58:10.677Z Compiling deranged v0.5.8
20302026-06-10T21:58:10.980Z Compiling darling v0.20.11
20312026-06-10T21:58:11.074Z Compiling rustls-native-certs v0.8.3
20322026-06-10T21:58:11.117Z Compiling ipnetwork v0.21.1
20332026-06-10T21:58:11.432Z Compiling strum_macros v0.26.4
20342026-06-10T21:58:11.451Z Compiling curve25519-dalek-derive v0.1.1
20352026-06-10T21:58:11.526Z Compiling sync_wrapper v1.0.2
20362026-06-10T21:58:11.679Z Compiling wait-timeout v0.2.1
20372026-06-10T21:58:11.923Z Compiling siphasher v1.0.2
20382026-06-10T21:58:11.946Z Compiling simd-adler32 v0.3.8
20392026-06-10T21:58:12.140Z Compiling bit-vec v0.8.0
20402026-06-10T21:58:12.215Z Compiling is_terminal_polyfill v1.70.2
20412026-06-10T21:58:12.237Z Compiling quick-error v1.2.3
20422026-06-10T21:58:12.372Z Compiling colorchoice v1.0.4
20432026-06-10T21:58:12.378Z Compiling anstyle-query v1.1.5
20442026-06-10T21:58:12.378Z Compiling num_threads v0.1.7
20452026-06-10T21:58:12.455Z Compiling bit-set v0.8.0
20462026-06-10T21:58:12.479Z Compiling rusty-fork v0.3.1
20472026-06-10T21:58:12.504Z Compiling time v0.3.47
20482026-06-10T21:58:12.732Z Compiling tower v0.5.3
20492026-06-10T21:58:13.006Z Compiling derive_builder_core v0.20.2
20502026-06-10T21:58:13.126Z Compiling snafu-derive v0.8.9
20512026-06-10T21:58:13.271Z Compiling http-body-util v0.1.3
20522026-06-10T21:58:13.561Z Compiling webpki-roots v1.0.6
20532026-06-10T21:58:13.573Z Compiling rand_xorshift v0.4.0
20542026-06-10T21:58:13.686Z Compiling signature v2.2.0
20552026-06-10T21:58:13.738Z Compiling hubpack_derive v0.1.1
20562026-06-10T21:58:13.805Z Compiling strum_macros v0.27.2
20572026-06-10T21:58:13.897Z Compiling ahash v0.8.12
20582026-06-10T21:58:14.031Z Compiling fs-err v3.3.0
20592026-06-10T21:58:14.101Z Compiling encoding_rs v0.8.35
20602026-06-10T21:58:14.126Z Compiling adler2 v2.0.1
20612026-06-10T21:58:14.264Z Compiling ryu v1.0.23
20622026-06-10T21:58:14.292Z Compiling unarray v0.1.4
20632026-06-10T21:58:14.322Z Compiling unicode-bidi v0.3.18
20642026-06-10T21:58:14.385Z Compiling allocator-api2 v0.2.21
20652026-06-10T21:58:14.434Z Compiling unicode-properties v0.1.4
20662026-06-10T21:58:14.505Z Compiling mime v0.3.17
20672026-06-10T21:58:14.588Z Compiling iri-string v0.7.10
20682026-06-10T21:58:14.668Z Compiling object v0.37.3
20692026-06-10T21:58:14.739Z Compiling serde_urlencoded v0.7.1
20702026-06-10T21:58:14.756Z Compiling stringprep v0.1.5
20712026-06-10T21:58:14.850Z Compiling proptest v1.10.0
20722026-06-10T21:58:15.028Z Compiling miniz_oxide v0.8.9
20732026-06-10T21:58:15.153Z Compiling derive_builder_macro v0.20.2
20742026-06-10T21:58:15.271Z Compiling tokio-native-tls v0.3.1
20752026-06-10T21:58:15.445Z Compiling usdt-macro v0.6.0
20762026-06-10T21:58:15.465Z Compiling usdt-attr-macro v0.6.0
20772026-06-10T21:58:15.679Z Compiling anstyle-parse v1.0.0
20782026-06-10T21:58:15.880Z Compiling tower-http v0.6.8
20792026-06-10T21:58:16.062Z Compiling rand_chacha v0.3.1
20802026-06-10T21:58:16.099Z Compiling erased-serde v0.3.31
20812026-06-10T21:58:16.114Z Compiling md-5 v0.10.6
20822026-06-10T21:58:16.160Z Compiling bstr v1.12.1
20832026-06-10T21:58:16.268Z Compiling num-integer v0.1.46
20842026-06-10T21:58:16.282Z Compiling hash32 v0.2.1
20852026-06-10T21:58:16.320Z Compiling vergen-lib v9.1.0
20862026-06-10T21:58:16.437Z Compiling ff v0.13.1
20872026-06-10T21:58:16.511Z Compiling fallible-iterator v0.2.0
20882026-06-10T21:58:16.516Z Compiling psl-types v2.0.11
20892026-06-10T21:58:16.545Z Compiling zlib-rs v0.6.2
20902026-06-10T21:58:16.597Z Compiling base16ct v0.2.0
20912026-06-10T21:58:16.703Z Compiling publicsuffix v2.3.0
20922026-06-10T21:58:16.749Z Compiling sec1 v0.7.3
20932026-06-10T21:58:16.768Z Compiling group v0.13.0
20942026-06-10T21:58:16.810Z Compiling postgres-protocol v0.6.10
20952026-06-10T21:58:16.853Z Compiling newtype-uuid v1.3.2
20962026-06-10T21:58:16.957Z Compiling num-iter v0.1.45
20972026-06-10T21:58:17.175Z Compiling rand v0.8.6
20982026-06-10T21:58:17.717Z Compiling oxnet v0.1.5
20992026-06-10T21:58:17.798Z Compiling anstream v1.0.0
21002026-06-10T21:58:17.805Z Compiling derive_builder v0.20.2
21012026-06-10T21:58:17.805Z Compiling hyper-tls v0.6.0
21022026-06-10T21:58:17.920Z Compiling phf_shared v0.13.1
21032026-06-10T21:58:18.067Z Compiling pin-project v1.1.11
21042026-06-10T21:58:18.135Z Compiling lazy_static v1.5.0
21052026-06-10T21:58:18.164Z Compiling anstyle-parse v0.2.7
21062026-06-10T21:58:18.248Z Compiling terminal_size v0.4.3
21072026-06-10T21:58:18.301Z Compiling serde_with_macros v3.17.0
21082026-06-10T21:58:18.317Z Compiling futures-executor v0.3.32
21092026-06-10T21:58:18.367Z Compiling hex v0.4.3
21102026-06-10T21:58:18.491Z Compiling hkdf v0.12.4
21112026-06-10T21:58:18.521Z Compiling crypto-bigint v0.5.5
21122026-06-10T21:58:18.573Z Compiling flate2 v1.1.9
21132026-06-10T21:58:18.658Z Compiling serde_repr v0.1.20
21142026-06-10T21:58:18.691Z Compiling async-recursion v1.1.1
21152026-06-10T21:58:18.710Z Compiling clap_derive v4.6.1
21162026-06-10T21:58:18.746Z Compiling enum-as-inner v0.6.1
21172026-06-10T21:58:18.894Z Compiling vergen v9.1.0
21182026-06-10T21:58:18.998Z Compiling cargo-platform v0.3.2
21192026-06-10T21:58:19.087Z Compiling foldhash v0.2.0
21202026-06-10T21:58:19.101Z Compiling foldhash v0.1.5
21212026-06-10T21:58:19.231Z Compiling clap_lex v1.0.0
21222026-06-10T21:58:19.266Z Compiling libbz2-rs-sys v0.2.2
21232026-06-10T21:58:19.271Z Compiling bitflags v1.3.2
21242026-06-10T21:58:19.361Z Compiling managed v0.8.0
21252026-06-10T21:58:19.471Z Compiling same-file v1.0.6
21262026-06-10T21:58:19.516Z Compiling bumpalo v3.20.2
21272026-06-10T21:58:19.599Z Compiling walkdir v2.5.0
21282026-06-10T21:58:19.654Z Compiling elliptic-curve v0.13.8
21292026-06-10T21:58:19.717Z Compiling zopfli v0.8.3
21302026-06-10T21:58:19.771Z Compiling bzip2 v0.6.1
21312026-06-10T21:58:19.869Z Compiling clap_builder v4.6.0
21322026-06-10T21:58:19.889Z Compiling hashbrown v0.16.1
21332026-06-10T21:58:19.907Z Compiling hashbrown v0.15.5
21342026-06-10T21:58:19.995Z Compiling cargo_metadata v0.23.1
21352026-06-10T21:58:20.398Z Compiling futures v0.3.32
21362026-06-10T21:58:20.498Z Compiling anstream v0.6.21
21372026-06-10T21:58:20.602Z Compiling zstd v0.13.3
21382026-06-10T21:58:20.615Z Compiling snafu v0.8.9
21392026-06-10T21:58:20.802Z Compiling phf v0.13.1
21402026-06-10T21:58:20.886Z Compiling daft v0.1.7
21412026-06-10T21:58:20.966Z Compiling signal-hook-mio v0.2.5
21422026-06-10T21:58:20.982Z Compiling cookie_store v0.22.1
21432026-06-10T21:58:21.103Z Compiling postgres-types v0.2.12
21442026-06-10T21:58:21.153Z Compiling bzip2 v0.4.4
21452026-06-10T21:58:21.215Z Compiling globset v0.4.18
21462026-06-10T21:58:21.235Z Compiling strum v0.27.2
21472026-06-10T21:58:21.447Z Compiling hubpack v0.1.2
21482026-06-10T21:58:21.619Z Compiling ed25519 v2.2.3
21492026-06-10T21:58:21.637Z Compiling phf_shared v0.11.3
21502026-06-10T21:58:21.655Z Compiling crossbeam-epoch v0.9.18
21512026-06-10T21:58:21.710Z Compiling olpc-cjson v0.1.4
21522026-06-10T21:58:21.781Z Compiling pkcs1 v0.7.5
21532026-06-10T21:58:21.852Z Compiling pem v3.0.6
21542026-06-10T21:58:21.923Z Compiling serde_plain v1.0.2
21552026-06-10T21:58:21.998Z Compiling serde-big-array v0.5.1
21562026-06-10T21:58:22.069Z Compiling rfc6979 v0.4.0
21572026-06-10T21:58:22.124Z Compiling float-cmp v0.10.0
21582026-06-10T21:58:22.140Z Compiling memmap2 v0.9.10
21592026-06-10T21:58:22.165Z Compiling env_filter v1.0.0
21602026-06-10T21:58:22.183Z Compiling jiff v0.2.21
21612026-06-10T21:58:22.198Z Compiling whoami v2.1.0
21622026-06-10T21:58:22.213Z Compiling fixedbitset v0.5.7
21632026-06-10T21:58:22.218Z Compiling keccak v0.1.6
21642026-06-10T21:58:22.286Z Compiling typed-path v0.9.3
21652026-06-10T21:58:22.452Z Compiling predicates-core v1.0.10
21662026-06-10T21:58:22.463Z Compiling precomputed-hash v0.1.1
21672026-06-10T21:58:22.475Z Compiling static_assertions v1.1.0
21682026-06-10T21:58:22.523Z Compiling normalize-line-endings v0.3.0
21692026-06-10T21:58:22.572Z Compiling difflib v0.4.0
21702026-06-10T21:58:22.584Z Compiling toml_write v0.1.2
21712026-06-10T21:58:22.613Z Compiling data-encoding v2.10.0
21722026-06-10T21:58:22.633Z Compiling new_debug_unreachable v1.0.6
21732026-06-10T21:58:22.660Z Compiling fixedbitset v0.4.2
21742026-06-10T21:58:22.682Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21752026-06-10T21:58:22.752Z Compiling string_cache v0.8.9
21762026-06-10T21:58:22.835Z Compiling toml_edit v0.22.27
21772026-06-10T21:58:22.876Z Compiling petgraph v0.6.5
21782026-06-10T21:58:22.959Z Compiling hickory-proto v0.25.2
21792026-06-10T21:58:23.026Z Compiling predicates v3.1.4
21802026-06-10T21:58:23.141Z Compiling petgraph v0.8.3
21812026-06-10T21:58:23.185Z Compiling tokio-postgres v0.7.16
21822026-06-10T21:58:23.469Z Compiling sha3 v0.10.8
21832026-06-10T21:58:23.640Z Compiling env_logger v0.11.9
21842026-06-10T21:58:23.726Z Compiling usdt v0.6.0
21852026-06-10T21:58:23.981Z Compiling ecdsa v0.16.9
21862026-06-10T21:58:24.053Z Compiling rsa v0.9.10
21872026-06-10T21:58:24.257Z Compiling ed25519-dalek v2.2.0
21882026-06-10T21:58:24.816Z Compiling zip v4.6.1
21892026-06-10T21:58:24.840Z Compiling clap v4.6.1
21902026-06-10T21:58:24.938Z Compiling zip v0.6.6
21912026-06-10T21:58:25.097Z Compiling crossterm v0.28.1
21922026-06-10T21:58:25.198Z Compiling iddqd v0.4.2
21932026-06-10T21:58:25.627Z Compiling serde_with v3.17.0
21942026-06-10T21:58:25.692Z Compiling similar v2.7.0
21952026-06-10T21:58:25.751Z Compiling strum v0.26.3
21962026-06-10T21:58:25.844Z Compiling toml v0.7.8
21972026-06-10T21:58:25.875Z Compiling itertools v0.13.0
21982026-06-10T21:58:25.890Z Compiling tokio-stream v0.1.18
21992026-06-10T21:58:26.031Z Compiling buf-list v1.1.2
22002026-06-10T21:58:26.384Z Compiling x509-cert v0.2.5
22012026-06-10T21:58:26.452Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22022026-06-10T21:58:26.468Z Compiling openapiv3 v2.2.0
22032026-06-10T21:58:26.724Z Compiling sha1 v0.10.6
22042026-06-10T21:58:27.113Z Compiling peg-runtime v0.8.5
22052026-06-10T21:58:27.201Z Compiling lalrpop-util v0.19.12
22062026-06-10T21:58:42.225Z Compiling rustls-webpki v0.103.9
22072026-06-10T21:58:46.480Z Compiling macaddr v1.0.1
22082026-06-10T21:58:46.500Z Compiling structmeta-derive v0.3.0
22092026-06-10T21:58:46.500Z Compiling crucible-workspace-hack v0.1.0
22102026-06-10T21:58:46.500Z Compiling rayon-core v1.13.0
22112026-06-10T21:58:46.500Z Compiling itertools v0.14.0
22122026-06-10T21:58:46.501Z Compiling secrecy v0.10.3
22132026-06-10T21:58:46.501Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-10T21:58:46.501Z Compiling toml_datetime v0.7.5+spec-1.1.0
22152026-06-10T21:58:46.501Z Compiling rustls v0.22.4
22162026-06-10T21:58:46.501Z Compiling heapless v0.8.0
22172026-06-10T21:58:46.501Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-06-10T21:58:46.501Z Compiling crossbeam-deque v0.8.6
22192026-06-10T21:58:46.501Z Compiling rustls-webpki v0.102.8
22202026-06-10T21:58:46.501Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-06-10T21:58:46.501Z Compiling hash32 v0.3.1
22222026-06-10T21:58:46.501Z Compiling multer v3.1.0
22232026-06-10T21:58:46.501Z Compiling thread_local v1.1.9
22242026-06-10T21:58:46.501Z Compiling smoltcp v0.11.0
22252026-06-10T21:58:46.501Z Compiling match_cfg v0.1.0
22262026-06-10T21:58:46.501Z Compiling structmeta v0.3.0
22272026-06-10T21:58:46.501Z Compiling unicode-width v0.2.0
22282026-06-10T21:58:46.501Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-06-10T21:58:46.501Z Compiling slog-async v2.8.0
22302026-06-10T21:58:46.501Z Compiling compression-core v0.4.31
22312026-06-10T21:58:46.502Z Compiling derive-ex v0.1.8
22322026-06-10T21:58:46.502Z Compiling compression-codecs v0.4.37
22332026-06-10T21:58:46.502Z Compiling proc-macro-crate v3.4.0
22342026-06-10T21:58:46.502Z Compiling hostname v0.3.1
22352026-06-10T21:58:46.502Z Compiling ingot-macros v0.1.1
22362026-06-10T21:58:46.502Z Compiling atomicwrites v0.4.4
22372026-06-10T21:58:46.502Z Compiling slog-json v2.6.1
22382026-06-10T21:58:46.502Z Compiling crossbeam-channel v0.5.15
22392026-06-10T21:58:46.502Z Compiling half v2.7.1
22402026-06-10T21:58:46.502Z Compiling tokio-rustls v0.26.4
22412026-06-10T21:58:46.502Z Compiling rustls-platform-verifier v0.6.2
22422026-06-10T21:58:46.502Z Compiling newtype-uuid-macros v0.1.0
22432026-06-10T21:58:46.502Z Compiling hyper-rustls v0.27.7
22442026-06-10T21:58:46.502Z Compiling cobs v0.3.0
22452026-06-10T21:58:46.502Z Compiling thiserror-impl-no-std v2.0.2
22462026-06-10T21:58:46.502Z Compiling reqwest v0.12.28
22472026-06-10T21:58:46.502Z Compiling reqwest v0.13.2
22482026-06-10T21:58:46.502Z Compiling universal-hash v0.5.1
22492026-06-10T21:58:46.502Z Compiling async-stream-impl v0.3.6
22502026-06-10T21:58:46.502Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-06-10T21:58:46.580Z Compiling serde_spanned v1.0.4
22522026-06-10T21:58:46.642Z Compiling is-terminal v0.4.17
22532026-06-10T21:58:46.763Z Compiling proc-macro-error-attr v1.0.4
22542026-06-10T21:58:46.763Z Compiling dropshot v0.17.0
22552026-06-10T21:58:46.861Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-06-10T21:58:46.953Z Compiling opaque-debug v0.3.1
22572026-06-10T21:58:46.994Z Compiling take_mut v0.2.2
22582026-06-10T21:58:47.013Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-06-10T21:58:47.036Z Compiling term v1.2.1
22602026-06-10T21:58:47.071Z Compiling convert_case v0.4.0
22612026-06-10T21:58:47.088Z Compiling ciborium-io v0.2.2
22622026-06-10T21:58:47.091Z Compiling thiserror-no-std v2.0.2
22632026-06-10T21:58:47.155Z Compiling async-stream v0.3.6
22642026-06-10T21:58:47.215Z Compiling ciborium-ll v0.2.2
22652026-06-10T21:58:47.248Z Compiling toml v1.0.6+spec-1.1.0
22662026-06-10T21:58:47.279Z Compiling tokio-rustls v0.25.0
22672026-06-10T21:58:47.366Z Compiling slog-term v2.9.2
22682026-06-10T21:58:47.408Z Compiling derive_more v0.99.20
22692026-06-10T21:58:47.448Z Compiling poly1305 v0.8.0
22702026-06-10T21:58:47.715Z Compiling test-strategy v0.4.5
22712026-06-10T21:58:47.715Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-06-10T21:58:48.049Z Compiling tough v0.22.0
22732026-06-10T21:58:48.084Z Compiling ingot-types v0.1.2
22742026-06-10T21:58:48.102Z Compiling postcard v1.1.3
22752026-06-10T21:58:48.499Z Compiling ingot v0.1.1
22762026-06-10T21:58:48.562Z Compiling num_enum_derive v0.7.6
22772026-06-10T21:58:48.614Z Compiling slog-bunyan v2.5.0
22782026-06-10T21:58:48.849Z Compiling async-compression v0.4.41
22792026-06-10T21:58:48.898Z Compiling parse-display-derive v0.10.0
22802026-06-10T21:58:49.349Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22812026-06-10T21:58:49.366Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22822026-06-10T21:58:49.539Z Compiling proc-macro-crate v1.3.1
22832026-06-10T21:58:49.607Z Compiling backon v1.6.0
22842026-06-10T21:58:49.628Z Compiling waitgroup v0.1.2
22852026-06-10T21:58:49.658Z Compiling password-hash v0.5.0
22862026-06-10T21:58:49.672Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22872026-06-10T21:58:49.804Z Compiling chacha20 v0.9.1
22882026-06-10T21:58:49.930Z Compiling dropshot_endpoint v0.17.0
22892026-06-10T21:58:49.949Z Compiling rustls-pemfile v2.2.0
22902026-06-10T21:58:50.075Z Compiling blake2 v0.10.6
22912026-06-10T21:58:50.105Z Compiling aead v0.5.2
22922026-06-10T21:58:50.241Z Compiling foreign-types-macros v0.2.3
22932026-06-10T21:58:50.330Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22942026-06-10T21:58:50.433Z Compiling serde_path_to_error v0.1.20
22952026-06-10T21:58:50.604Z Compiling hostname v0.4.2
22962026-06-10T21:58:50.646Z Compiling proc-macro-error v1.0.4
22972026-06-10T21:58:50.771Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22982026-06-10T21:58:50.801Z Compiling instant v0.1.13
22992026-06-10T21:58:50.822Z Compiling typeid v1.0.3
23002026-06-10T21:58:50.826Z Compiling foreign-types-shared v0.3.1
23012026-06-10T21:58:50.879Z Compiling debug-ignore v1.0.5
23022026-06-10T21:58:50.901Z Compiling cpufeatures v0.3.0
23032026-06-10T21:58:50.935Z Compiling foreign-types v0.5.0
23042026-06-10T21:58:50.954Z Compiling backoff v0.4.0
23052026-06-10T21:58:51.005Z Compiling chacha20 v0.10.0
23062026-06-10T21:58:51.013Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23072026-06-10T21:58:51.037Z Compiling parse-display v0.10.0
23082026-06-10T21:58:51.042Z Compiling argon2 v0.5.3
23092026-06-10T21:58:51.050Z Compiling chacha20poly1305 v0.10.1
23102026-06-10T21:58:51.098Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-10T21:58:51.177Z Compiling num_enum_derive v0.5.11
23122026-06-10T21:58:51.202Z Compiling num_enum v0.7.6
23132026-06-10T21:58:51.242Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23142026-06-10T21:58:51.352Z Compiling ciborium v0.2.2
23152026-06-10T21:58:51.500Z Compiling vsss-rs v3.3.4
23162026-06-10T21:58:51.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23172026-06-10T21:58:51.735Z Compiling tabwriter v1.4.1
23182026-06-10T21:58:51.758Z Compiling regress v0.10.5
23192026-06-10T21:58:51.954Z Compiling byte-wrapper v0.1.0
23202026-06-10T21:58:52.069Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-06-10T21:58:52.171Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23222026-06-10T21:58:52.186Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-06-10T21:58:52.186Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23242026-06-10T21:58:52.197Z Compiling cstr-argument v0.1.2
23252026-06-10T21:58:52.394Z Compiling humantime v2.3.0
23262026-06-10T21:58:52.485Z Compiling erased-serde v0.4.9
23272026-06-10T21:58:52.572Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23282026-06-10T21:58:52.720Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-06-10T21:58:52.744Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-06-10T21:58:52.814Z Compiling num_enum v0.5.11
23312026-06-10T21:58:52.861Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23322026-06-10T21:58:52.875Z Compiling rand v0.10.0
23332026-06-10T21:58:52.904Z Compiling rayon v1.11.0
23342026-06-10T21:58:52.965Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23352026-06-10T21:58:53.010Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-10T21:58:53.058Z Compiling libefi-sys v0.1.0
23372026-06-10T21:58:53.123Z Compiling indent_write v2.2.0
23382026-06-10T21:58:53.140Z Compiling colored v3.1.1
23392026-06-10T21:58:53.145Z Compiling zone_cfg_derive v0.3.1
23402026-06-10T21:58:53.302Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23412026-06-10T21:58:53.323Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23422026-06-10T21:58:53.342Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23432026-06-10T21:58:53.355Z Compiling camino-tempfile v1.4.1
23442026-06-10T21:58:53.571Z Compiling itertools v0.12.1
23452026-06-10T21:58:53.677Z Compiling usdt-macro v0.5.0
23462026-06-10T21:58:53.759Z Compiling usdt-attr-macro v0.5.0
23472026-06-10T21:58:53.775Z Compiling num-derive v0.4.2
23482026-06-10T21:58:53.814Z Compiling bitfield-struct v0.6.2
23492026-06-10T21:58:53.864Z Compiling blake3 v1.8.3
23502026-06-10T21:58:53.918Z Compiling ordered-float v2.10.1
23512026-06-10T21:58:54.217Z Compiling sigpipe v0.1.3
23522026-06-10T21:58:54.252Z Compiling memmap v0.7.0
23532026-06-10T21:58:54.334Z Compiling glob v0.3.3
23542026-06-10T21:58:54.421Z Compiling swrite v0.1.0
23552026-06-10T21:58:54.476Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-06-10T21:58:54.510Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-06-10T21:58:54.573Z Compiling usdt v0.5.0
23582026-06-10T21:58:54.716Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23592026-06-10T21:58:54.764Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23602026-06-10T21:58:54.858Z Compiling serde-value v0.7.0
23612026-06-10T21:58:55.100Z Compiling zone v0.3.1
23622026-06-10T21:58:55.118Z Compiling serde-untagged v0.1.9
23632026-06-10T21:58:55.164Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23642026-06-10T21:58:55.317Z Compiling toml v0.8.23
23652026-06-10T21:58:55.432Z Compiling smf v0.2.3
23662026-06-10T21:58:55.477Z Compiling filetime v0.2.27
23672026-06-10T21:58:55.478Z Compiling constant_time_eq v0.4.2
23682026-06-10T21:58:55.518Z Compiling arrayref v0.3.9
23692026-06-10T21:58:55.541Z Compiling xattr v1.6.1
23702026-06-10T21:58:55.596Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-10T21:58:55.607Z Compiling unicode-xid v0.2.6
23722026-06-10T21:58:55.685Z Compiling whoami v1.6.1
23732026-06-10T21:58:55.708Z Compiling arrayvec v0.7.6
23742026-06-10T21:58:55.708Z Compiling tar v0.4.45
23752026-06-10T21:58:55.740Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-06-10T21:58:55.754Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-06-10T21:58:55.790Z Compiling tokio-dtrace v0.1.1
23782026-06-10T21:58:56.009Z Compiling cargo-util-schemas v0.8.2
23792026-06-10T21:58:56.133Z Compiling console v0.16.2
23802026-06-10T21:58:56.163Z Compiling gethostname v0.5.0
23812026-06-10T21:58:56.320Z Compiling cargo-platform v0.2.0
23822026-06-10T21:58:56.419Z Compiling unit-prefix v0.5.2
23832026-06-10T21:58:56.593Z Compiling topological-sort v0.2.2
23842026-06-10T21:58:56.647Z Compiling indicatif v0.18.4
23852026-06-10T21:58:56.647Z Compiling oxide-tokio-rt v0.1.4
23862026-06-10T21:58:56.706Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-06-10T21:58:56.737Z Compiling shell-words v1.1.1
23882026-06-10T21:58:57.215Z Compiling cargo_metadata v0.21.0
23892026-06-10T21:59:06.507Z Compiling progenitor-client v0.14.0
23902026-06-10T21:59:06.512Z Compiling progenitor-client v0.10.0
23912026-06-10T21:59:06.512Z Compiling omicron-zone-package v0.12.2
23922026-06-10T21:59:06.778Z Compiling progenitor-extras v0.2.0
23932026-06-10T21:59:08.997Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-06-10T21:59:09.024Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-06-10T21:59:09.052Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-06-10T21:59:09.117Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-06-10T21:59:09.256Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-06-10T21:59:09.325Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-06-10T21:59:09.379Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-06-10T21:59:09.429Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-06-10T21:59:09.462Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24022026-06-10T21:59:13.429Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24032026-06-10T21:59:21.170Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-06-10T21:59:25.963Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-06-10T21:59:26.052Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-06-10T21:59:34.964Z Finished `release` profile [optimized] target(s) in 1m 44s
24072026-06-10T21:59:35.116Z Running `target/release/omicron-package -t test target create -p dev`
24082026-06-10T21:59:35.183ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-06-10T21:59:35.189ZCreated new build target 'test' and set it as active
24102026-06-10T21:59:35.189Z
24112026-06-10T21:59:35.189Zreal 1:44.961763968
24122026-06-10T21:59:35.189Zuser 17:04.156729114
24132026-06-10T21:59:35.189Zsys 2:42.343787547
24142026-06-10T21:59:35.190Ztrap 0.464307350
24152026-06-10T21:59:35.190Ztflt 2.920125724
24162026-06-10T21:59:35.190Zdflt 4.095885287
24172026-06-10T21:59:35.190Zkflt 0.000513020
24182026-06-10T21:59:35.190Zlock 53:12.962026642
24192026-06-10T21:59:35.190Zslp 43:28.249481880
24202026-06-10T21:59:35.190Zlat 45.795771381
24212026-06-10T21:59:35.190Zstop 5:48.040441927
24222026-06-10T21:59:35.190Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-06-10T21:59:36.081Z Finished `release` profile [optimized] target(s) in 0.88s
24242026-06-10T21:59:36.153Z Running `target/release/omicron-package -t test package`
24252026-06-10T21:59:36.214ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-06-10T21:59:37.673Z Compiling heck v0.5.0
24272026-06-10T21:59:37.676Z Compiling regress v0.11.1
24282026-06-10T21:59:37.676Z Compiling unsafe-libyaml v0.2.11
24292026-06-10T21:59:37.937Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24302026-06-10T21:59:37.958Z Compiling atomicwrites v0.4.4
24312026-06-10T21:59:37.982Z Compiling regress v0.10.5
24322026-06-10T21:59:38.010Z Compiling is-terminal v0.4.17
24332026-06-10T21:59:38.023Z Compiling unicode-width v0.1.14
24342026-06-10T21:59:38.027Z Compiling prettyplease v0.2.37
24352026-06-10T21:59:38.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24362026-06-10T21:59:38.053Z Compiling bytecount v0.6.9
24372026-06-10T21:59:38.053Z Compiling rustls v0.22.4
24382026-06-10T21:59:38.053Z Compiling rustls-webpki v0.102.8
24392026-06-10T21:59:38.104Z Compiling derive-where v1.6.0
24402026-06-10T21:59:38.108Z Compiling thread_local v1.1.9
24412026-06-10T21:59:38.191Z Compiling match_cfg v0.1.0
24422026-06-10T21:59:38.195Z Compiling compression-core v0.4.31
24432026-06-10T21:59:38.195Z Compiling multer v3.1.0
24442026-06-10T21:59:38.261Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-06-10T21:59:38.286Z Compiling slog-async v2.8.0
24462026-06-10T21:59:38.311Z Compiling hostname v0.3.1
24472026-06-10T21:59:38.333Z Compiling compression-codecs v0.4.37
24482026-06-10T21:59:38.355Z Compiling crossbeam-channel v0.5.15
24492026-06-10T21:59:38.377Z Compiling slog-json v2.6.1
24502026-06-10T21:59:38.385Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-10T21:59:38.385Z Compiling serde_spanned v1.0.4
24522026-06-10T21:59:38.443Z Compiling serde_yaml v0.9.34+deprecated
24532026-06-10T21:59:38.462Z Compiling take_mut v0.2.2
24542026-06-10T21:59:38.487Z Compiling term v1.2.1
24552026-06-10T21:59:38.593Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-06-10T21:59:38.611Z Compiling slog-bunyan v2.5.0
24572026-06-10T21:59:38.617Z Compiling async-compression v0.4.41
24582026-06-10T21:59:38.772Z Compiling async-stream v0.3.6
24592026-06-10T21:59:38.796Z Compiling toml v1.0.6+spec-1.1.0
24602026-06-10T21:59:38.819Z Compiling slog-term v2.9.2
24612026-06-10T21:59:38.844Z Compiling dropshot v0.17.0
24622026-06-10T21:59:38.917Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-06-10T21:59:38.976Z Compiling num-rational v0.4.2
24642026-06-10T21:59:38.998Z Compiling progenitor-client v0.14.0
24652026-06-10T21:59:39.074Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24662026-06-10T21:59:39.086Z Compiling waitgroup v0.1.2
24672026-06-10T21:59:39.143Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-06-10T21:59:39.165Z Compiling backon v1.6.0
24692026-06-10T21:59:39.247Z Compiling rustls-pemfile v2.2.0
24702026-06-10T21:59:39.267Z Compiling num-complex v0.4.6
24712026-06-10T21:59:39.304Z Compiling hostname v0.4.2
24722026-06-10T21:59:39.331Z Compiling serde_path_to_error v0.1.20
24732026-06-10T21:59:39.352Z Compiling instant v0.1.13
24742026-06-10T21:59:39.391Z Compiling debug-ignore v1.0.5
24752026-06-10T21:59:39.412Z Compiling progenitor-extras v0.2.0
24762026-06-10T21:59:39.457Z Compiling typify-impl v0.6.2
24772026-06-10T21:59:39.479Z Compiling backoff v0.4.0
24782026-06-10T21:59:39.502Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24792026-06-10T21:59:39.525Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24802026-06-10T21:59:39.707Z Compiling num v0.4.3
24812026-06-10T21:59:39.734Z Compiling parse-display v0.10.0
24822026-06-10T21:59:39.759Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832026-06-10T21:59:39.790Z Compiling progenitor-client v0.10.0
24842026-06-10T21:59:39.813Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24852026-06-10T21:59:39.816Z Compiling macaddr v1.0.1
24862026-06-10T21:59:39.973Z Compiling float-ord v0.3.2
24872026-06-10T21:59:39.997Z Compiling humantime v2.3.0
24882026-06-10T21:59:40.066Z Compiling console v0.15.11
24892026-06-10T21:59:40.137Z Compiling newline-converter v0.3.0
24902026-06-10T21:59:40.140Z Compiling slog-dtrace v0.3.0
24912026-06-10T21:59:40.237Z Compiling resolv-conf v0.7.6
24922026-06-10T21:59:40.270Z Compiling owo-colors v4.3.0
24932026-06-10T21:59:40.301Z Compiling cancel-safe-futures v0.1.5
24942026-06-10T21:59:40.407Z Compiling tokio-rustls v0.25.0
24952026-06-10T21:59:40.497Z Compiling expectorate v1.2.0
24962026-06-10T21:59:40.605Z Compiling toml v0.8.23
24972026-06-10T21:59:40.629Z Compiling libsw-core v0.3.2
24982026-06-10T21:59:40.796Z Compiling libsw v3.5.0
24992026-06-10T21:59:40.848Z Compiling linked-hash-map v0.5.6
25002026-06-10T21:59:40.902Z Compiling linear-map v1.2.0
25012026-06-10T21:59:41.049Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25022026-06-10T21:59:41.085Z Compiling lru-cache v0.1.2
25032026-06-10T21:59:41.107Z Compiling minimal-lexical v0.2.1
25042026-06-10T21:59:41.136Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25052026-06-10T21:59:41.201Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25062026-06-10T21:59:41.270Z Compiling hickory-proto v0.24.4
25072026-06-10T21:59:41.294Z Compiling unicode-xid v0.2.6
25082026-06-10T21:59:41.390Z Compiling nom v7.1.3
25092026-06-10T21:59:41.426Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25102026-06-10T21:59:41.448Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25112026-06-10T21:59:41.491Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-06-10T21:59:41.747Z Compiling convert_case v0.10.0
25132026-06-10T21:59:42.051Z Compiling derive_more-impl v2.1.1
25142026-06-10T21:59:42.406Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25152026-06-10T21:59:42.827Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-06-10T21:59:42.836Z Compiling papergrid v0.11.0
25172026-06-10T21:59:42.877Z Compiling derive_more v2.1.1
25182026-06-10T21:59:42.923Z Compiling typify-macro v0.6.2
25192026-06-10T21:59:42.970Z Compiling tabled_derive v0.7.0
25202026-06-10T21:59:43.006Z Compiling termtree v0.5.1
25212026-06-10T21:59:43.190Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25222026-06-10T21:59:43.440Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25232026-06-10T21:59:43.808Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-06-10T21:59:43.902Z Compiling hickory-resolver v0.24.4
25252026-06-10T21:59:43.980Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25262026-06-10T21:59:44.017Z Compiling tabled v0.15.0
25272026-06-10T21:59:44.212Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-06-10T21:59:44.510Z Compiling typify v0.6.2
25292026-06-10T21:59:44.660Z Compiling progenitor-impl v0.14.0
25302026-06-10T21:59:45.310Z Compiling qorb v0.4.1
25312026-06-10T21:59:45.449Z Compiling crossterm v0.29.0
25322026-06-10T21:59:46.831Z Compiling progenitor-macro v0.14.0
25332026-06-10T21:59:47.311Z Compiling phf_shared v0.12.1
25342026-06-10T21:59:47.565Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25352026-06-10T21:59:48.169Z Compiling csv-core v0.1.13
25362026-06-10T21:59:48.406Z Compiling vte v0.14.1
25372026-06-10T21:59:48.634Z Compiling chrono-tz v0.10.4
25382026-06-10T21:59:48.662Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25392026-06-10T21:59:48.869Z Compiling highway v1.3.0
25402026-06-10T21:59:49.278Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-06-10T21:59:49.334Z Compiling strip-ansi-escapes v0.2.1
25422026-06-10T21:59:49.454Z Compiling csv v1.4.0
25432026-06-10T21:59:49.618Z Compiling phf v0.12.1
25442026-06-10T21:59:49.810Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-06-10T21:59:49.833Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-06-10T21:59:49.910Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-06-10T21:59:50.353Z Compiling const_format_proc_macros v0.2.34
25482026-06-10T21:59:50.406Z Compiling fd-lock v4.0.4
25492026-06-10T21:59:50.437Z Compiling peg-macros v0.8.5
25502026-06-10T21:59:50.584Z Compiling nu-ansi-term v0.50.3
25512026-06-10T21:59:50.938Z Compiling progenitor v0.14.0
25522026-06-10T21:59:51.109Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-06-10T21:59:51.133Z Compiling const_format v0.2.35
25542026-06-10T21:59:51.176Z Compiling reedline v0.40.0
25552026-06-10T21:59:51.535Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-06-10T21:59:51.704Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-06-10T21:59:51.749Z Compiling peg v0.8.5
25582026-06-10T21:59:51.959Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-06-10T21:59:52.220Z Compiling bcs v0.1.6
25602026-06-10T21:59:52.661Z Compiling nom v8.0.0
25612026-06-10T21:59:52.876Z Compiling semver v0.1.20
25622026-06-10T21:59:53.168Z Compiling rustc_version v0.1.7
25632026-06-10T21:59:53.405Z Compiling newtype_derive v0.1.6
25642026-06-10T21:59:53.635Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-06-10T21:59:53.831Z Compiling smawk v0.3.2
25662026-06-10T21:59:53.976Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25672026-06-10T21:59:54.046Z Compiling unicode-linebreak v0.1.5
25682026-06-10T21:59:54.140Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-06-10T21:59:54.268Z Compiling base64 v0.21.7
25702026-06-10T21:59:54.386Z Compiling textwrap v0.16.2
25712026-06-10T21:59:54.457Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-06-10T21:59:54.756Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-06-10T21:59:54.814Z Compiling steno v0.4.1
25742026-06-10T21:59:55.183Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25752026-06-10T21:59:55.274Z Compiling dropshot-api-manager-types v0.7.2
25762026-06-10T21:59:55.397Z Compiling tagptr v0.2.0
25772026-06-10T21:59:55.401Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25782026-06-10T21:59:55.594Z Compiling moka v0.12.13
25792026-06-10T21:59:55.646Z Compiling utf-8 v0.7.6
25802026-06-10T21:59:55.903Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-06-10T21:59:55.935Z Compiling tungstenite v0.21.0
25822026-06-10T21:59:56.007Z Compiling radium v0.7.0
25832026-06-10T21:59:56.081Z Compiling maybe-uninit v2.0.0
25842026-06-10T21:59:56.381Z Compiling display-error-chain v0.2.2
25852026-06-10T21:59:56.384Z Compiling tap v1.0.1
25862026-06-10T21:59:56.578Z Compiling tokio-tungstenite v0.21.0
25872026-06-10T21:59:56.600Z Compiling wyz v0.5.1
25882026-06-10T21:59:56.843Z Compiling hickory-resolver v0.25.2
25892026-06-10T21:59:56.919Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25902026-06-10T21:59:57.132Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912026-06-10T21:59:57.215Z Compiling num-derive v0.3.3
25922026-06-10T21:59:57.536Z Compiling zerocopy-derive v0.6.6
25932026-06-10T21:59:58.116Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-06-10T21:59:58.138Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-10T21:59:58.353Z Compiling funty v2.0.0
25962026-06-10T21:59:58.554Z Compiling crc-catalog v2.4.0
25972026-06-10T21:59:58.705Z Compiling packed_struct v0.10.1
25982026-06-10T21:59:59.046Z Compiling bitvec v1.0.1
25992026-06-10T21:59:59.247Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26002026-06-10T21:59:59.356Z Compiling crc v3.4.0
26012026-06-10T21:59:59.593Z Compiling proc-macro-error2 v2.0.1
26022026-06-10T21:59:59.846Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26032026-06-10T21:59:59.925Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26042026-06-10T22:00:00.047Z Compiling zerocopy v0.6.6
26052026-06-10T22:00:00.078Z Compiling libscf-sys v1.1.0
26062026-06-10T22:00:00.370Z Compiling packed_struct_codegen v0.10.1
26072026-06-10T22:00:00.455Z Compiling vergen-lib v0.1.6
26082026-06-10T22:00:00.704Z Compiling bitfield-macros v0.19.4
26092026-06-10T22:00:00.888Z Compiling indexmap v1.9.3
26102026-06-10T22:00:01.128Z Compiling nodrop v0.1.14
26112026-06-10T22:00:01.267Z Compiling array-init v0.0.4
26122026-06-10T22:00:01.414Z Compiling bitfield v0.19.4
26132026-06-10T22:00:01.621Z Compiling smallvec v0.6.14
26142026-06-10T22:00:01.670Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26152026-06-10T22:00:01.741Z Compiling tabled_derive v0.11.0
26162026-06-10T22:00:01.890Z Compiling papergrid v0.17.0
26172026-06-10T22:00:02.061Z Compiling testing_table v0.3.0
26182026-06-10T22:00:02.364Z Compiling vergen-gitcl v1.0.8
26192026-06-10T22:00:02.417Z Compiling dirs-sys-next v0.1.2
26202026-06-10T22:00:02.451Z Compiling hashbrown v0.12.3
26212026-06-10T22:00:02.503Z Compiling glob v0.3.3
26222026-06-10T22:00:02.611Z Compiling crunchy v0.2.4
26232026-06-10T22:00:02.690Z Compiling maplit v1.0.2
26242026-06-10T22:00:02.797Z Compiling diesel_derives v2.3.7
26252026-06-10T22:00:02.826Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-06-10T22:00:02.871Z Compiling clang-sys v1.8.1
26272026-06-10T22:00:02.952Z Compiling dirs-next v2.0.0
26282026-06-10T22:00:03.056Z Compiling tabled v0.20.0
26292026-06-10T22:00:03.107Z Compiling serde-hex v0.1.0
26302026-06-10T22:00:03.259Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-10T22:00:03.426Z Compiling ron v0.8.1
26322026-06-10T22:00:03.432Z Compiling hashbrown v0.13.2
26332026-06-10T22:00:03.454Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-10T22:00:03.496Z Compiling dsl_auto_type v0.2.0
26352026-06-10T22:00:03.542Z Compiling scheduled-thread-pool v0.2.7
26362026-06-10T22:00:04.064Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26372026-06-10T22:00:04.080Z Compiling diesel_table_macro_syntax v0.3.0
26382026-06-10T22:00:04.153Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-10T22:00:04.317Z Compiling tiny-keccak v2.0.2
26402026-06-10T22:00:04.374Z Compiling crc-any v2.5.0
26412026-06-10T22:00:04.579Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-06-10T22:00:04.956Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26432026-06-10T22:00:05.239Z Compiling object v0.30.4
26442026-06-10T22:00:05.643Z Compiling r2d2 v0.8.10
26452026-06-10T22:00:05.966Z Compiling term v0.7.0
26462026-06-10T22:00:06.142Z Compiling path-slash v0.1.5
26472026-06-10T22:00:06.239Z Compiling xshell-macros v0.2.7
26482026-06-10T22:00:06.340Z Compiling downcast-rs v2.0.2
26492026-06-10T22:00:06.345Z Compiling bit-vec v0.6.3
26502026-06-10T22:00:06.481Z Compiling ascii-canvas v3.0.0
26512026-06-10T22:00:06.600Z Compiling bit-set v0.5.3
26522026-06-10T22:00:06.641Z Compiling xshell v0.2.7
26532026-06-10T22:00:06.758Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542026-06-10T22:00:06.816Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-06-10T22:00:07.324Z Compiling itertools v0.10.5
26562026-06-10T22:00:07.623Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-06-10T22:00:07.957Z Compiling ena v0.14.4
26582026-06-10T22:00:08.150Z Compiling libloading v0.8.9
26592026-06-10T22:00:08.387Z Compiling bindgen v0.71.1
26602026-06-10T22:00:08.417Z Compiling diff v0.1.13
26612026-06-10T22:00:08.686Z Compiling regex-syntax v0.6.29
26622026-06-10T22:00:08.698Z Compiling crc8 v0.1.1
26632026-06-10T22:00:08.854Z Compiling unicase v2.9.0
26642026-06-10T22:00:09.174Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-06-10T22:00:09.347Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-06-10T22:00:09.526Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-06-10T22:00:09.622Z Compiling diesel v2.3.7
26682026-06-10T22:00:10.093Z Compiling cexpr v0.6.0
26692026-06-10T22:00:10.147Z Compiling lalrpop v0.19.12
26702026-06-10T22:00:10.374Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-06-10T22:00:10.567Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-06-10T22:00:10.631Z Compiling rustc-hash v2.1.1
26732026-06-10T22:00:10.691Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-06-10T22:00:10.835Z Compiling headers-core v0.3.0
26752026-06-10T22:00:10.842Z Compiling libxml v0.3.3
26762026-06-10T22:00:10.925Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-06-10T22:00:10.950Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-06-10T22:00:11.011Z Compiling headers v0.4.1
26792026-06-10T22:00:11.144Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-06-10T22:00:11.314Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-06-10T22:00:11.353Z Compiling git-stub v1.0.0
26822026-06-10T22:00:11.623Z Compiling strum_macros v0.24.3
26832026-06-10T22:00:11.789Z Compiling indoc v1.0.9
26842026-06-10T22:00:11.983Z Compiling git-stub-vcs v0.1.0
26852026-06-10T22:00:12.261Z Compiling progenitor-impl v0.13.0
26862026-06-10T22:00:12.346Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-06-10T22:00:12.596Z Compiling derive_builder v0.20.2
26882026-06-10T22:00:12.660Z Compiling oso-derive v0.27.3
26892026-06-10T22:00:12.752Z Compiling quick-xml v0.37.5
26902026-06-10T22:00:12.872Z Compiling impl-trait-for-tuples v0.2.3
26912026-06-10T22:00:13.182Z Compiling openssl-probe v0.1.6
26922026-06-10T22:00:13.496Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-06-10T22:00:13.548Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-06-10T22:00:13.643Z Compiling progenitor-client v0.13.0
26952026-06-10T22:00:14.021Z Compiling half v1.8.3
26962026-06-10T22:00:14.166Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-06-10T22:00:14.201Z Compiling bb8 v0.8.6
26982026-06-10T22:00:14.252Z Compiling trait-variant v0.1.2
26992026-06-10T22:00:14.418Z Compiling serde_cbor v0.11.2
27002026-06-10T22:00:14.451Z Compiling progenitor-macro v0.13.0
27012026-06-10T22:00:14.541Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27022026-06-10T22:00:14.601Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27032026-06-10T22:00:14.832Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27042026-06-10T22:00:14.937Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-06-10T22:00:15.165Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-06-10T22:00:15.461Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-06-10T22:00:15.485Z Compiling typify-impl v0.4.3
27082026-06-10T22:00:15.488Z Compiling fxhash v0.2.1
27092026-06-10T22:00:15.488Z Compiling samael v0.0.19
27102026-06-10T22:00:15.567Z Compiling libz-sys v1.1.24
27112026-06-10T22:00:15.709Z Compiling nonempty v0.12.0
27122026-06-10T22:00:15.972Z Compiling salty v0.3.0
27132026-06-10T22:00:16.314Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-06-10T22:00:16.380Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27152026-06-10T22:00:16.768Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27162026-06-10T22:00:16.860Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27172026-06-10T22:00:17.075Z Compiling kstat-rs v0.2.4
27182026-06-10T22:00:17.440Z Compiling arc-swap v1.8.2
27192026-06-10T22:00:17.576Z Compiling fs-err v2.11.0
27202026-06-10T22:00:17.731Z Compiling polar-core v0.27.3
27212026-06-10T22:00:17.998Z Compiling slog-scope v4.4.1
27222026-06-10T22:00:18.058Z Compiling mime_guess v2.0.5
27232026-06-10T22:00:18.477Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27242026-06-10T22:00:18.558Z Compiling progenitor v0.13.0
27252026-06-10T22:00:18.583Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-06-10T22:00:18.752Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27272026-06-10T22:00:18.971Z Compiling typify-macro v0.4.3
27282026-06-10T22:00:19.662Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27292026-06-10T22:00:19.891Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27302026-06-10T22:00:20.088Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-06-10T22:00:20.153Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-06-10T22:00:20.510Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27332026-06-10T22:00:20.690Z Compiling nanorand v0.7.0
27342026-06-10T22:00:20.832Z Compiling darling_core v0.23.0
27352026-06-10T22:00:21.088Z Compiling libgit2-sys v0.18.3+1.9.2
27362026-06-10T22:00:21.215Z Compiling parking_lot_core v0.8.6
27372026-06-10T22:00:21.564Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27382026-06-10T22:00:22.269Z Compiling flume v0.11.1
27392026-06-10T22:00:22.657Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-06-10T22:00:23.035Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-06-10T22:00:23.039Z Compiling darling_macro v0.23.0
27422026-06-10T22:00:23.125Z Compiling slog-stdlog v4.1.1
27432026-06-10T22:00:23.603Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27442026-06-10T22:00:23.731Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-06-10T22:00:24.971Z Compiling primeorder v0.13.6
27462026-06-10T22:00:25.098Z Compiling atty v0.2.14
27472026-06-10T22:00:25.256Z Compiling instability v0.3.11
27482026-06-10T22:00:25.303Z Compiling parse-size v1.1.0
27492026-06-10T22:00:25.490Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27502026-06-10T22:00:25.530Z Compiling http-range v0.1.5
27512026-06-10T22:00:25.647Z Compiling strsim v0.10.0
27522026-06-10T22:00:25.793Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-06-10T22:00:25.868Z Compiling darling_core v0.13.4
27542026-06-10T22:00:25.960Z Compiling p384 v0.13.1
27552026-06-10T22:00:27.552Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27562026-06-10T22:00:28.931Z Compiling oso v0.27.3
27572026-06-10T22:00:29.589Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27582026-06-10T22:00:29.692Z Compiling diesel-dtrace v0.5.0
27592026-06-10T22:00:30.030Z Compiling async-bb8-diesel v0.2.1
27602026-06-10T22:00:30.240Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27612026-06-10T22:00:30.978Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-06-10T22:00:32.081Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27632026-06-10T22:00:32.261Z Compiling darling v0.23.0
27642026-06-10T22:00:32.376Z Compiling slog-envlogger v2.2.0
27652026-06-10T22:00:33.419Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27662026-06-10T22:00:34.005Z Compiling typify v0.4.3
27672026-06-10T22:00:34.174Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27682026-06-10T22:00:34.802Z Compiling ignore v0.4.25
27692026-06-10T22:00:35.405Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-10T22:00:36.710Z Compiling vergen-git2 v9.1.0
27712026-06-10T22:00:36.824Z Compiling castaway v0.2.4
27722026-06-10T22:00:36.966Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-06-10T22:00:36.999Z Compiling indoc v2.0.7
27742026-06-10T22:00:37.162Z Compiling compact_str v0.8.1
27752026-06-10T22:00:37.193Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-06-10T22:00:37.436Z Compiling globwalk v0.9.1
27772026-06-10T22:00:37.483Z Compiling progenitor-impl v0.11.2
27782026-06-10T22:00:37.708Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27792026-06-10T22:00:38.121Z Compiling parking_lot v0.11.2
27802026-06-10T22:00:38.176Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27812026-06-10T22:00:38.311Z Compiling hyper-staticfile v0.10.1
27822026-06-10T22:00:38.486Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-06-10T22:00:39.086Z Compiling darling_macro v0.13.4
27842026-06-10T22:00:39.614Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-06-10T22:00:39.629Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-10T22:00:39.629Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27872026-06-10T22:00:39.676Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27882026-06-10T22:00:39.839Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27892026-06-10T22:00:40.072Z Compiling predicates-tree v1.0.13
27902026-06-10T22:00:40.171Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27912026-06-10T22:00:40.360Z Compiling unicode-truncate v1.1.0
27922026-06-10T22:00:40.409Z Compiling lru v0.12.5
27932026-06-10T22:00:40.532Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-06-10T22:00:40.566Z Compiling rand_seeder v0.4.0
27952026-06-10T22:00:40.635Z Compiling prefix-trie v0.7.0
27962026-06-10T22:00:40.828Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-06-10T22:00:41.090Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-06-10T22:00:41.130Z Compiling corncobs v0.1.4
27992026-06-10T22:00:41.283Z Compiling illumos-nvpair-sys v0.2.0
28002026-06-10T22:00:41.307Z Compiling rustls v0.21.12
28012026-06-10T22:00:41.350Z Compiling cassowary v0.3.0
28022026-06-10T22:00:41.409Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-06-10T22:00:41.560Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-06-10T22:00:41.581Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-06-10T22:00:41.606Z Compiling hickory-server v0.25.2
28062026-06-10T22:00:41.715Z Compiling ratatui v0.29.0
28072026-06-10T22:00:41.737Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28082026-06-10T22:00:41.989Z Compiling camino-tempfile-ext v0.3.3
28092026-06-10T22:00:42.082Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-06-10T22:00:42.280Z Compiling progenitor-macro v0.11.2
28112026-06-10T22:00:42.638Z Compiling darling v0.13.4
28122026-06-10T22:00:42.901Z Compiling sled v0.34.7
28132026-06-10T22:00:43.993Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28142026-06-10T22:00:45.297Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28152026-06-10T22:00:46.283Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28162026-06-10T22:00:46.421Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28172026-06-10T22:00:46.650Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28182026-06-10T22:00:46.815Z Compiling git2 v0.20.4
28192026-06-10T22:00:46.876Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-06-10T22:00:47.074Z Compiling progenitor-client v0.11.2
28212026-06-10T22:00:47.099Z Compiling rustls-webpki v0.101.7
28222026-06-10T22:00:47.188Z Compiling sct v0.7.1
28232026-06-10T22:00:47.474Z Compiling secrecy v0.8.0
28242026-06-10T22:00:47.630Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28252026-06-10T22:00:48.933Z Compiling progenitor v0.11.2
28262026-06-10T22:00:49.617Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28272026-06-10T22:00:49.676Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28282026-06-10T22:00:49.955Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28292026-06-10T22:00:50.067Z Compiling serde_with_macros v1.5.2
28302026-06-10T22:00:50.708Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28312026-06-10T22:00:50.932Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28322026-06-10T22:00:51.464Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28332026-06-10T22:00:52.515Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-06-10T22:00:52.800Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28352026-06-10T22:00:53.094Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-06-10T22:00:53.325Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28372026-06-10T22:00:53.437Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-06-10T22:00:53.551Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28392026-06-10T22:00:53.662Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28402026-06-10T22:00:53.870Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28412026-06-10T22:00:54.021Z Compiling void v1.0.2
28422026-06-10T22:00:54.179Z Compiling lzss v0.8.2
28432026-06-10T22:00:54.676Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-06-10T22:00:55.198Z Compiling illumos-nvpair v0.3.0
28452026-06-10T22:00:55.815Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-06-10T22:00:56.386Z Compiling serde_with v1.14.0
28472026-06-10T22:00:57.363Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28482026-06-10T22:00:57.559Z Compiling tokio-rustls v0.24.1
28492026-06-10T22:00:58.092Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28502026-06-10T22:00:58.151Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-06-10T22:00:58.340Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-06-10T22:00:58.362Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28532026-06-10T22:00:59.085Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28542026-06-10T22:00:59.334Z Compiling tungstenite v0.23.0
28552026-06-10T22:00:59.868Z Compiling rustls-pemfile v1.0.4
28562026-06-10T22:01:00.065Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-06-10T22:01:00.273Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28582026-06-10T22:01:00.353Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-06-10T22:01:00.523Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28602026-06-10T22:01:00.589Z Compiling nix v0.27.1
28612026-06-10T22:01:01.662Z Compiling twox-hash v2.1.2
28622026-06-10T22:01:01.828Z Compiling serde_bytes v0.11.19
28632026-06-10T22:01:02.126Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28642026-06-10T22:01:02.184Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28652026-06-10T22:01:02.208Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28662026-06-10T22:01:02.651Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28672026-06-10T22:01:03.083Z Compiling tokio-tungstenite v0.23.1
28682026-06-10T22:01:03.241Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-06-10T22:01:03.462Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28702026-06-10T22:01:05.272Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28712026-06-10T22:01:06.587Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28722026-06-10T22:01:06.667Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28732026-06-10T22:01:07.003Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28742026-06-10T22:01:07.247Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28752026-06-10T22:01:07.543Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-06-10T22:01:07.696Zwarning: unused imports: `BiHashItem` and `BiHashMap`
28772026-06-10T22:01:07.696Z --> nexus/fm/src/diagnosis/power_shelf.rs:7:13
28782026-06-10T22:01:07.696Z |
28792026-06-10T22:01:07.696Z7 | use iddqd::{BiHashItem, BiHashMap};
28802026-06-10T22:01:07.696Z | ^^^^^^^^^^ ^^^^^^^^^
28812026-06-10T22:01:07.696Z |
28822026-06-10T22:01:07.696Z = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
28832026-06-10T22:01:07.696Z
28842026-06-10T22:01:07.853Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-06-10T22:01:07.891Zwarning: unused variable: `builder`
28862026-06-10T22:01:07.891Z --> nexus/fm/src/diagnosis/power_shelf.rs:16:5
28872026-06-10T22:01:07.891Z |
28882026-06-10T22:01:07.891Z16 | builder: &mut SitrepBuilder<'_>,
28892026-06-10T22:01:07.891Z | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_builder`
28902026-06-10T22:01:07.891Z |
28912026-06-10T22:01:07.891Z = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
28922026-06-10T22:01:07.891Z
28932026-06-10T22:01:07.891Zwarning: unused variable: `case`
28942026-06-10T22:01:07.891Z --> nexus/fm/src/diagnosis/power_shelf.rs:30:9
28952026-06-10T22:01:07.891Z |
28962026-06-10T22:01:07.891Z30 | for case in parent_cases {
28972026-06-10T22:01:07.891Z | ^^^^ help: if this is intentional, prefix it with an underscore: `_case`
28982026-06-10T22:01:07.892Z
28992026-06-10T22:01:07.892Zwarning: unused variable: `ereport`
29002026-06-10T22:01:07.892Z --> nexus/fm/src/diagnosis/power_shelf.rs:37:9
29012026-06-10T22:01:07.892Z |
29022026-06-10T22:01:07.892Z37 | for ereport in input.new_ereports().iter() {
29032026-06-10T22:01:07.892Z | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ereport`
29042026-06-10T22:01:07.892Z
29052026-06-10T22:01:07.895Zwarning: struct `PsuCase` is never constructed
29062026-06-10T22:01:07.895Z --> nexus/fm/src/diagnosis/power_shelf.rs:65:12
29072026-06-10T22:01:07.895Z |
29082026-06-10T22:01:07.895Z65 | pub struct PsuCase {
29092026-06-10T22:01:07.895Z | ^^^^^^^
29102026-06-10T22:01:07.895Z |
29112026-06-10T22:01:07.895Z = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
29122026-06-10T22:01:07.895Z
29132026-06-10T22:01:07.895Zwarning: struct `PsuLocation` is never constructed
29142026-06-10T22:01:07.896Z --> nexus/fm/src/diagnosis/power_shelf.rs:71:8
29152026-06-10T22:01:07.896Z |
29162026-06-10T22:01:07.896Z71 | struct PsuLocation {
29172026-06-10T22:01:07.896Z | ^^^^^^^^^^^
29182026-06-10T22:01:07.896Z
29192026-06-10T22:01:08.212Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29202026-06-10T22:01:08.416Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29212026-06-10T22:01:08.879Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29222026-06-10T22:01:10.625Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29232026-06-10T22:01:11.594Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29242026-06-10T22:01:11.887Zwarning: `nexus-fm` (lib) generated 6 warnings (run `cargo fix --lib -p nexus-fm` to apply 4 suggestions)
29252026-06-10T22:01:11.887Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29262026-06-10T22:01:12.131Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29272026-06-10T22:01:12.833Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29282026-06-10T22:01:13.598Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29292026-06-10T22:01:13.974Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29302026-06-10T22:01:15.119Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29312026-06-10T22:01:15.193Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29322026-06-10T22:01:15.423Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29332026-06-10T22:01:15.613Z Compiling signal-hook-tokio v0.3.1
29342026-06-10T22:01:15.713Z Compiling fatfs v0.3.6
29352026-06-10T22:01:15.835Z Compiling yasna v0.5.2
29362026-06-10T22:01:16.353Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29372026-06-10T22:01:16.414Z Compiling is_ci v1.2.0
29382026-06-10T22:01:16.492Z Compiling assert_matches v1.5.0
29392026-06-10T22:01:16.609Z Compiling seq-macro v0.3.6
29402026-06-10T22:01:16.638Z Compiling supports-color v3.0.2
29412026-06-10T22:01:16.851Z Compiling rcgen v0.12.1
29422026-06-10T22:01:16.874Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29432026-06-10T22:01:16.923Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29442026-06-10T22:01:17.196Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29452026-06-10T22:01:17.362Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-06-10T22:01:17.597Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29472026-06-10T22:01:17.827Z Compiling subprocess v0.2.15
29482026-06-10T22:01:18.800Z Compiling rtoolbox v0.0.3
29492026-06-10T22:01:19.091Z Compiling rpassword v7.4.0
29502026-06-10T22:01:19.384Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29512026-06-10T22:01:20.085Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29522026-06-10T22:01:20.637Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29532026-06-10T22:01:20.787Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29542026-06-10T22:01:20.968Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29552026-06-10T22:01:21.245Z Compiling tui-tree-widget v0.23.1
29562026-06-10T22:01:21.532Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29572026-06-10T22:01:21.558Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29582026-06-10T22:01:22.116Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29592026-06-10T22:01:23.297Z Compiling uzers v0.12.2
29602026-06-10T22:01:24.611Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29612026-06-10T22:01:24.750Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29622026-06-10T22:01:25.873Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29632026-06-10T22:01:27.128Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29642026-06-10T22:01:29.953Z Compiling support-bundle-viewer v0.1.2
29652026-06-10T22:01:30.916Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29662026-06-10T22:01:31.875Z Compiling multimap v0.10.1
29672026-06-10T22:01:41.088Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29682026-06-10T22:01:46.605Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29692026-06-10T22:01:53.316Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29702026-06-10T22:01:53.578Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29712026-06-10T22:01:55.647Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29722026-06-10T22:08:01.910Z Finished `release` profile [optimized] target(s) in 8m 25s
29732026-06-10T22:09:02.117Z
29742026-06-10T22:09:02.117Zreal 9:26.907519672
29752026-06-10T22:09:02.117Zuser 1:20:11.908236851
29762026-06-10T22:09:02.121Zsys 3:41.421060741
29772026-06-10T22:09:02.121Ztrap 1.805820890
29782026-06-10T22:09:02.121Ztflt 2.534134752
29792026-06-10T22:09:02.121Zdflt 19.669172930
29802026-06-10T22:09:02.121Zkflt 0.010865085
29812026-06-10T22:09:02.121Zlock 7:05:10.875598921
29822026-06-10T22:09:02.122Zslp 2:16:32.949269086
29832026-06-10T22:09:02.123Zlat 2:33.175674500
29842026-06-10T22:09:02.123Zstop 5:29.727343332
29852026-06-10T22:09:02.123Z+ mapfile -t packages
29862026-06-10T22:09:02.124Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29872026-06-10T22:09:03.093Z Finished `release` profile [optimized] target(s) in 0.96s
29882026-06-10T22:09:03.172Z Running `target/release/omicron-package -t test list-outputs`
29892026-06-10T22:09:03.237ZLogging to: /work/oxidecomputer/omicron/out/LOG
29902026-06-10T22:09:03.240Z+ ptime -m cargo build --locked --release -p xtask
29912026-06-10T22:09:03.780Z Compiling libc v0.2.185
29922026-06-10T22:09:03.780Z Compiling serde v1.0.228
29932026-06-10T22:09:03.780Z Compiling serde_core v1.0.228
29942026-06-10T22:09:03.784Z Compiling rustix v1.1.3
29952026-06-10T22:09:03.784Z Compiling serde_json v1.0.149
29962026-06-10T22:09:03.784Z Compiling bitflags v2.11.0
29972026-06-10T22:09:03.886Z Compiling num-traits v0.2.19
29982026-06-10T22:09:03.914Z Compiling syn v2.0.117
29992026-06-10T22:09:03.962Z Compiling smallvec v1.15.1
30002026-06-10T22:09:03.966Z Compiling indexmap v2.14.0
30012026-06-10T22:09:03.984Z Compiling usdt-impl v0.5.0
30022026-06-10T22:09:03.988Z Compiling syn v1.0.109
30032026-06-10T22:09:04.011Z Compiling getrandom v0.4.1
30042026-06-10T22:09:04.014Z Compiling log v0.4.29
30052026-06-10T22:09:04.211Z Compiling percent-encoding v2.3.2
30062026-06-10T22:09:04.365Z Compiling form_urlencoded v1.2.2
30072026-06-10T22:09:04.404Z Compiling fs-err v3.3.0
30082026-06-10T22:09:04.439Z Compiling anyhow v1.0.102
30092026-06-10T22:09:04.453Z Compiling heck v0.4.1
30102026-06-10T22:09:04.453Z Compiling once_cell v1.21.3
30112026-06-10T22:09:04.668Z Compiling thread-id v4.2.2
30122026-06-10T22:09:04.679Z Compiling errno v0.3.14
30132026-06-10T22:09:04.730Z Compiling memmap v0.7.0
30142026-06-10T22:09:05.006Z Compiling ordered-float v2.10.1
30152026-06-10T22:09:05.483Z Compiling proc-macro-error v1.0.4
30162026-06-10T22:09:05.700Z Compiling terminal_size v0.4.3
30172026-06-10T22:09:05.700Z Compiling tempfile v3.25.0
30182026-06-10T22:09:05.728Z Compiling tabled_derive v0.7.0
30192026-06-10T22:09:05.807Z Compiling clap_builder v4.6.0
30202026-06-10T22:09:05.807Z Compiling textwrap v0.16.2
30212026-06-10T22:09:05.924Z Compiling camino-tempfile v1.4.1
30222026-06-10T22:09:06.397Z Compiling tabled v0.15.0
30232026-06-10T22:09:06.460Z Compiling synstructure v0.13.2
30242026-06-10T22:09:06.461Z Compiling pest_generator v2.8.6
30252026-06-10T22:09:06.867Z Compiling serde_derive v1.0.228
30262026-06-10T22:09:06.870Z Compiling zerofrom-derive v0.1.6
30272026-06-10T22:09:06.870Z Compiling yoke-derive v0.8.1
30282026-06-10T22:09:06.870Z Compiling zerovec-derive v0.11.2
30292026-06-10T22:09:06.870Z Compiling displaydoc v0.2.5
30302026-06-10T22:09:06.870Z Compiling thiserror-impl v1.0.69
30312026-06-10T22:09:06.870Z Compiling zerocopy-derive v0.7.35
30322026-06-10T22:09:06.870Z Compiling scroll_derive v0.12.1
30332026-06-10T22:09:06.879Z Compiling thiserror-impl v2.0.18
30342026-06-10T22:09:06.882Z Compiling clap_derive v4.6.1
30352026-06-10T22:09:06.984Z Compiling pest_derive v2.8.6
30362026-06-10T22:09:07.574Z Compiling scroll v0.12.0
30372026-06-10T22:09:07.721Z Compiling zerocopy v0.7.35
30382026-06-10T22:09:07.919Z Compiling goblin v0.8.2
30392026-06-10T22:09:08.073Z Compiling thiserror v1.0.69
30402026-06-10T22:09:08.094Z Compiling zerofrom v0.1.6
30412026-06-10T22:09:08.174Z Compiling thiserror v2.0.18
30422026-06-10T22:09:08.217Z Compiling yoke v0.8.1
30432026-06-10T22:09:08.248Z Compiling dtrace-parser v0.2.0
30442026-06-10T22:09:08.446Z Compiling zerovec v0.11.5
30452026-06-10T22:09:08.577Z Compiling zerotrie v0.2.3
30462026-06-10T22:09:08.636Z Compiling clap v4.6.1
30472026-06-10T22:09:09.034Z Compiling tinystr v0.8.2
30482026-06-10T22:09:09.048Z Compiling potential_utf v0.1.4
30492026-06-10T22:09:09.255Z Compiling icu_locale_core v2.1.1
30502026-06-10T22:09:09.285Z Compiling icu_collections v2.1.1
30512026-06-10T22:09:10.029Z Compiling icu_provider v2.1.1
30522026-06-10T22:09:10.172Z Compiling serde_spanned v0.6.9
30532026-06-10T22:09:10.353Z Compiling icu_normalizer v2.1.1
30542026-06-10T22:09:10.471Z Compiling icu_properties v2.1.2
30552026-06-10T22:09:10.617Z Compiling toml_datetime v0.6.11
30562026-06-10T22:09:10.652Z Compiling dof v0.3.0
30572026-06-10T22:09:10.681Z Compiling serde_tokenstream v0.2.3
30582026-06-10T22:09:10.753Z Compiling serde-value v0.7.0
30592026-06-10T22:09:10.837Z Compiling toml_edit v0.22.27
30602026-06-10T22:09:10.866Z Compiling cargo-platform v0.2.0
30612026-06-10T22:09:10.899Z Compiling macaddr v1.0.1
30622026-06-10T22:09:11.392Z Compiling idna_adapter v1.2.1
30632026-06-10T22:09:11.466Z Compiling usdt-attr-macro v0.5.0
30642026-06-10T22:09:11.467Z Compiling usdt-macro v0.5.0
30652026-06-10T22:09:11.550Z Compiling idna v1.1.0
30662026-06-10T22:09:11.914Z Compiling url v2.5.8
30672026-06-10T22:09:12.157Z Compiling usdt v0.5.0
30682026-06-10T22:09:12.386Z Compiling toml v0.8.23
30692026-06-10T22:09:12.832Z Compiling cargo-util-schemas v0.8.2
30702026-06-10T22:09:12.832Z Compiling cargo_toml v0.21.0
30712026-06-10T22:09:13.869Z Compiling cargo_metadata v0.21.0
30722026-06-10T22:09:16.954Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30732026-06-10T22:09:19.991Z Finished `release` profile [optimized] target(s) in 16.73s
30742026-06-10T22:09:20.163Z
30752026-06-10T22:09:20.167Zreal 16.875695812
30762026-06-10T22:09:20.167Zuser 2:22.239818089
30772026-06-10T22:09:20.167Zsys 17.534393887
30782026-06-10T22:09:20.167Ztrap 0.076576174
30792026-06-10T22:09:20.167Ztflt 0.537108221
30802026-06-10T22:09:20.167Zdflt 1.701737434
30812026-06-10T22:09:20.167Zkflt 0.000094380
30822026-06-10T22:09:20.167Zlock 5:19.765458472
30832026-06-10T22:09:20.167Zslp 3:25.628369791
30842026-06-10T22:09:20.167Zlat 5.985259588
30852026-06-10T22:09:20.167Zstop 21.055971335
30862026-06-10T22:09:20.167Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30872026-06-10T22:09:20.168Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30882026-06-10T22:09:20.168Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30892026-06-10T22:09:20.168Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30902026-06-10T22:09:20.168Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30912026-06-10T22:09:21.134Z Compiling progenitor-client v0.14.0
30922026-06-10T22:09:21.134Z Compiling newtype-uuid-macros v0.1.0
30932026-06-10T22:09:21.134Z Compiling structmeta-derive v0.3.0
30942026-06-10T22:09:21.134Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30952026-06-10T22:09:21.140Z Compiling rustls v0.22.4
30962026-06-10T22:09:21.140Z Compiling rustls-webpki v0.102.8
30972026-06-10T22:09:21.285Z Compiling multer v3.1.0
30982026-06-10T22:09:21.324Z Compiling debug-ignore v1.0.5
30992026-06-10T22:09:21.324Z Compiling match_cfg v0.1.0
31002026-06-10T22:09:21.324Z Compiling compression-core v0.4.31
31012026-06-10T22:09:21.324Z Compiling atomicwrites v0.4.4
31022026-06-10T22:09:21.324Z Compiling slog-json v2.6.1
31032026-06-10T22:09:21.342Z Compiling async-stream-impl v0.3.6
31042026-06-10T22:09:21.342Z Compiling serde_spanned v1.0.4
31052026-06-10T22:09:21.342Z Compiling toml_datetime v1.0.0+spec-1.1.0
31062026-06-10T22:09:21.342Z Compiling dropshot v0.17.0
31072026-06-10T22:09:21.465Z Compiling toml_writer v1.0.6+spec-1.1.0
31082026-06-10T22:09:21.651Z Compiling hostname v0.3.1
31092026-06-10T22:09:21.658Z Compiling compression-codecs v0.4.37
31102026-06-10T22:09:21.658Z Compiling itertools v0.14.0
31112026-06-10T22:09:21.702Z Compiling toml v1.0.6+spec-1.1.0
31122026-06-10T22:09:21.721Z Compiling waitgroup v0.1.2
31132026-06-10T22:09:21.725Z Compiling rustls-pemfile v2.2.0
31142026-06-10T22:09:21.725Z Compiling dropshot_endpoint v0.17.0
31152026-06-10T22:09:21.776Z Compiling slog-bunyan v2.5.0
31162026-06-10T22:09:21.786Z Compiling hostname v0.4.2
31172026-06-10T22:09:21.829Z Compiling serde_path_to_error v0.1.20
31182026-06-10T22:09:21.943Z Compiling async-compression v0.4.41
31192026-06-10T22:09:21.968Z Compiling regress v0.10.5
31202026-06-10T22:09:22.006Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31212026-06-10T22:09:22.029Z Compiling macaddr v1.0.1
31222026-06-10T22:09:22.055Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31232026-06-10T22:09:22.062Z Compiling instant v0.1.13
31242026-06-10T22:09:22.062Z Compiling async-stream v0.3.6
31252026-06-10T22:09:22.106Z Compiling backon v1.6.0
31262026-06-10T22:09:22.176Z Compiling backoff v0.4.0
31272026-06-10T22:09:22.207Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31282026-06-10T22:09:22.229Z Compiling progenitor-client v0.10.0
31292026-06-10T22:09:22.249Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31302026-06-10T22:09:22.281Z Compiling progenitor-extras v0.2.0
31312026-06-10T22:09:22.298Z Compiling humantime v2.3.0
31322026-06-10T22:09:22.320Z Compiling universal-hash v0.5.1
31332026-06-10T22:09:22.353Z Compiling opaque-debug v0.3.1
31342026-06-10T22:09:22.401Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31352026-06-10T22:09:22.443Z Compiling half v2.7.1
31362026-06-10T22:09:22.456Z Compiling ciborium-io v0.2.2
31372026-06-10T22:09:22.497Z Compiling crucible-workspace-hack v0.1.0
31382026-06-10T22:09:22.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31392026-06-10T22:09:22.575Z Compiling convert_case v0.4.0
31402026-06-10T22:09:22.586Z Compiling aead v0.5.2
31412026-06-10T22:09:22.586Z Compiling secrecy v0.10.3
31422026-06-10T22:09:22.627Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31432026-06-10T22:09:22.667Z Compiling poly1305 v0.8.0
31442026-06-10T22:09:22.697Z Compiling chacha20 v0.9.1
31452026-06-10T22:09:22.752Z Compiling structmeta v0.3.0
31462026-06-10T22:09:22.760Z Compiling ciborium-ll v0.2.2
31472026-06-10T22:09:22.781Z Compiling regress v0.11.1
31482026-06-10T22:09:22.846Z Compiling unsafe-libyaml v0.2.11
31492026-06-10T22:09:22.874Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31502026-06-10T22:09:22.934Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31512026-06-10T22:09:22.973Z Compiling ciborium v0.2.2
31522026-06-10T22:09:22.991Z Compiling derive_more v0.99.20
31532026-06-10T22:09:22.995Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31542026-06-10T22:09:22.995Z Compiling derive-ex v0.1.8
31552026-06-10T22:09:23.044Z Compiling parse-display-derive v0.10.0
31562026-06-10T22:09:23.087Z Compiling thiserror-impl-no-std v2.0.2
31572026-06-10T22:09:23.112Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31582026-06-10T22:09:23.202Z Compiling byte-wrapper v0.1.0
31592026-06-10T22:09:23.339Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31602026-06-10T22:09:23.381Z Compiling blake2 v0.10.6
31612026-06-10T22:09:23.453Z Compiling serde_yaml v0.9.34+deprecated
31622026-06-10T22:09:23.571Z Compiling password-hash v0.5.0
31632026-06-10T22:09:23.589Z Compiling tokio-rustls v0.25.0
31642026-06-10T22:09:23.593Z Compiling toml_datetime v0.7.5+spec-1.1.0
31652026-06-10T22:09:23.636Z Compiling chacha20poly1305 v0.10.1
31662026-06-10T22:09:23.681Z Compiling indent_write v2.2.0
31672026-06-10T22:09:23.852Z Compiling argon2 v0.5.3
31682026-06-10T22:09:23.874Z Compiling toml_edit v0.23.10+spec-1.0.0
31692026-06-10T22:09:23.892Z Compiling heapless v0.8.0
31702026-06-10T22:09:23.984Z Compiling ingot-macros v0.1.1
31712026-06-10T22:09:24.017Z Compiling tabwriter v1.4.1
31722026-06-10T22:09:24.229Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-10T22:09:24.364Z Compiling thiserror-no-std v2.0.2
31742026-06-10T22:09:24.486Z Compiling typify-impl v0.6.2
31752026-06-10T22:09:24.503Z Compiling vsss-rs v3.3.4
31762026-06-10T22:09:24.534Z Compiling proc-macro-crate v3.4.0
31772026-06-10T22:09:24.777Z Compiling test-strategy v0.4.5
31782026-06-10T22:09:24.846Z Compiling parse-display v0.10.0
31792026-06-10T22:09:24.971Z Compiling hash32 v0.3.1
31802026-06-10T22:09:24.993Z Compiling smoltcp v0.11.0
31812026-06-10T22:09:25.110Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31822026-06-10T22:09:25.129Z Compiling num_enum_derive v0.7.6
31832026-06-10T22:09:25.171Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31842026-06-10T22:09:25.210Z Compiling num-rational v0.4.2
31852026-06-10T22:09:25.213Z Compiling cobs v0.3.0
31862026-06-10T22:09:25.244Z Compiling num-complex v0.4.6
31872026-06-10T22:09:25.412Z Compiling colored v3.1.1
31882026-06-10T22:09:25.450Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31892026-06-10T22:09:25.469Z Compiling postcard v1.1.3
31902026-06-10T22:09:25.488Z Compiling proc-macro-error v1.0.4
31912026-06-10T22:09:25.666Z Compiling num v0.4.3
31922026-06-10T22:09:25.666Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-06-10T22:09:25.742Z Compiling proc-macro-crate v1.3.1
31942026-06-10T22:09:25.769Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31952026-06-10T22:09:25.810Z Compiling foreign-types-macros v0.2.3
31962026-06-10T22:09:25.829Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-06-10T22:09:25.832Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31982026-06-10T22:09:25.866Z Compiling foreign-types-shared v0.3.1
31992026-06-10T22:09:25.903Z Compiling cpufeatures v0.3.0
32002026-06-10T22:09:25.990Z Compiling rayon-core v1.13.0
32012026-06-10T22:09:26.010Z Compiling float-ord v0.3.2
32022026-06-10T22:09:26.099Z Compiling chacha20 v0.10.0
32032026-06-10T22:09:26.159Z Compiling crossbeam-deque v0.8.6
32042026-06-10T22:09:26.159Z Compiling camino-tempfile v1.4.1
32052026-06-10T22:09:26.197Z Compiling num_enum_derive v0.5.11
32062026-06-10T22:09:26.257Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32072026-06-10T22:09:26.273Z Compiling num_enum v0.7.6
32082026-06-10T22:09:26.284Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32092026-06-10T22:09:26.293Z Compiling cstr-argument v0.1.2
32102026-06-10T22:09:26.391Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32112026-06-10T22:09:26.400Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
32122026-06-10T22:09:26.432Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
32132026-06-10T22:09:26.472Z Compiling foreign-types v0.5.0
32142026-06-10T22:09:26.481Z Compiling rand v0.10.0
32152026-06-10T22:09:26.509Z Compiling toml v0.8.23
32162026-06-10T22:09:26.581Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32172026-06-10T22:09:26.671Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32182026-06-10T22:09:26.682Z Compiling zone_cfg_derive v0.3.1
32192026-06-10T22:09:26.742Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32202026-06-10T22:09:26.813Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32212026-06-10T22:09:26.842Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32222026-06-10T22:09:26.881Z Compiling rayon v1.11.0
32232026-06-10T22:09:26.902Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
32242026-06-10T22:09:26.966Z Compiling ingot-types v0.1.2
32252026-06-10T22:09:27.091Z Compiling itertools v0.12.1
32262026-06-10T22:09:27.103Z Compiling num-derive v0.4.2
32272026-06-10T22:09:27.104Z Compiling sigpipe v0.1.3
32282026-06-10T22:09:27.162Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32292026-06-10T22:09:27.186Z Compiling glob v0.3.3
32302026-06-10T22:09:27.205Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
32312026-06-10T22:09:27.331Z Compiling num_enum v0.5.11
32322026-06-10T22:09:27.458Z Compiling ingot v0.1.1
32332026-06-10T22:09:27.510Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32342026-06-10T22:09:27.519Z Compiling smf v0.2.3
32352026-06-10T22:09:27.519Z Compiling whoami v1.6.1
32362026-06-10T22:09:27.544Z Compiling prettyplease v0.2.37
32372026-06-10T22:09:27.582Z Compiling usdt-attr-macro v0.5.0
32382026-06-10T22:09:27.585Z Compiling usdt-macro v0.5.0
32392026-06-10T22:09:27.692Z Compiling gethostname v0.5.0
32402026-06-10T22:09:27.856Z Compiling memmap v0.7.0
32412026-06-10T22:09:27.861Z Compiling derive-where v1.6.0
32422026-06-10T22:09:28.057Z Compiling resolv-conf v0.7.6
32432026-06-10T22:09:28.087Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32442026-06-10T22:09:28.091Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-06-10T22:09:28.135Z Compiling owo-colors v4.3.0
32462026-06-10T22:09:28.270Z Compiling zone v0.3.1
32472026-06-10T22:09:28.320Z Compiling cancel-safe-futures v0.1.5
32482026-06-10T22:09:28.417Z Compiling libsw-core v0.3.2
32492026-06-10T22:09:28.431Z Compiling usdt v0.5.0
32502026-06-10T22:09:28.463Z Compiling console v0.15.11
32512026-06-10T22:09:28.507Z Compiling hickory-proto v0.24.4
32522026-06-10T22:09:28.608Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32532026-06-10T22:09:28.750Z Compiling libsw v3.5.0
32542026-06-10T22:09:28.797Z Compiling newline-converter v0.3.0
32552026-06-10T22:09:28.806Z Compiling linked-hash-map v0.5.6
32562026-06-10T22:09:28.942Z Compiling libefi-sys v0.1.0
32572026-06-10T22:09:28.986Z Compiling linear-map v1.2.0
32582026-06-10T22:09:28.990Z Compiling expectorate v1.2.0
32592026-06-10T22:09:28.995Z Compiling git-stub v1.0.0
32602026-06-10T22:09:29.047Z Compiling lru-cache v0.1.2
32612026-06-10T22:09:29.112Z Compiling bitfield-struct v0.6.2
32622026-06-10T22:09:29.131Z Compiling nom v8.0.0
32632026-06-10T22:09:29.165Z Compiling typify-macro v0.6.2
32642026-06-10T22:09:29.219Z Compiling semver v0.1.20
32652026-06-10T22:09:29.223Z Compiling git-stub-vcs v0.1.0
32662026-06-10T22:09:29.256Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32672026-06-10T22:09:29.259Z Compiling tokio-dtrace v0.1.1
32682026-06-10T22:09:29.309Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32692026-06-10T22:09:29.321Z Compiling dropshot-api-manager-types v0.7.2
32702026-06-10T22:09:29.365Z Compiling slog-dtrace v0.3.0
32712026-06-10T22:09:29.466Z Compiling rustc_version v0.1.7
32722026-06-10T22:09:29.471Z Compiling minimal-lexical v0.2.1
32732026-06-10T22:09:29.519Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32742026-06-10T22:09:29.528Z Compiling oxide-tokio-rt v0.1.4
32752026-06-10T22:09:29.573Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32762026-06-10T22:09:30.462Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32772026-06-10T22:09:30.493Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32782026-06-10T22:09:30.493Z Compiling phf_shared v0.12.1
32792026-06-10T22:09:30.493Z Compiling nom v7.1.3
32802026-06-10T22:09:30.493Z Compiling newtype_derive v0.1.6
32812026-06-10T22:09:30.493Z Compiling csv-core v0.1.13
32822026-06-10T22:09:30.493Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32832026-06-10T22:09:30.493Z Compiling highway v1.3.0
32842026-06-10T22:09:30.493Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32852026-06-10T22:09:30.493Z Compiling chrono-tz v0.10.4
32862026-06-10T22:09:30.493Z Compiling xshell-macros v0.2.7
32872026-06-10T22:09:30.493Z Compiling const_format_proc_macros v0.2.34
32882026-06-10T22:09:30.493Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32892026-06-10T22:09:30.493Z Compiling csv v1.4.0
32902026-06-10T22:09:30.493Z Compiling phf v0.12.1
32912026-06-10T22:09:30.493Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32922026-06-10T22:09:30.493Z Compiling xshell v0.2.7
32932026-06-10T22:09:30.493Z Compiling primeorder v0.13.6
32942026-06-10T22:09:30.632Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32952026-06-10T22:09:30.748Z Compiling hickory-resolver v0.24.4
32962026-06-10T22:09:30.776Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32972026-06-10T22:09:30.906Z Compiling tabled_derive v0.7.0
32982026-06-10T22:09:30.957Z Compiling const_format v0.2.35
32992026-06-10T22:09:30.982Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33002026-06-10T22:09:31.012Z Compiling bcs v0.1.6
33012026-06-10T22:09:31.036Z Compiling tagptr v0.2.0
33022026-06-10T22:09:31.102Z Compiling typify v0.6.2
33032026-06-10T22:09:31.152Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33042026-06-10T22:09:31.313Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-06-10T22:09:31.317Z Compiling progenitor-impl v0.14.0
33062026-06-10T22:09:31.317Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33072026-06-10T22:09:31.368Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33082026-06-10T22:09:31.505Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33092026-06-10T22:09:31.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33102026-06-10T22:09:31.735Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33112026-06-10T22:09:31.840Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
33122026-06-10T22:09:31.918Z Compiling qorb v0.4.1
33132026-06-10T22:09:31.954Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-06-10T22:09:32.054Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33152026-06-10T22:09:32.203Z Compiling termtree v0.5.1
33162026-06-10T22:09:32.240Z Compiling salty v0.3.0
33172026-06-10T22:09:32.259Z Compiling textwrap v0.16.2
33182026-06-10T22:09:32.308Z Compiling tabled v0.15.0
33192026-06-10T22:09:32.416Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33202026-06-10T22:09:32.608Z Compiling moka v0.12.13
33212026-06-10T22:09:32.678Z Compiling steno v0.4.1
33222026-06-10T22:09:32.799Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33232026-06-10T22:09:32.915Z Compiling radium v0.7.0
33242026-06-10T22:09:32.936Z Compiling base64 v0.21.7
33252026-06-10T22:09:33.067Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-06-10T22:09:33.203Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33272026-06-10T22:09:33.255Z Compiling p384 v0.13.1
33282026-06-10T22:09:33.301Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33292026-06-10T22:09:33.444Z Compiling hickory-resolver v0.25.2
33302026-06-10T22:09:33.463Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33312026-06-10T22:09:33.550Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33322026-06-10T22:09:33.700Z Compiling typify-impl v0.4.3
33332026-06-10T22:09:33.807Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33342026-06-10T22:09:33.849Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33352026-06-10T22:09:34.056Z Compiling progenitor-macro v0.14.0
33362026-06-10T22:09:34.102Z Compiling maybe-uninit v2.0.0
33372026-06-10T22:09:34.133Z Compiling tap v1.0.1
33382026-06-10T22:09:34.282Z Compiling wyz v0.5.1
33392026-06-10T22:09:34.346Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-06-10T22:09:34.518Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33412026-06-10T22:09:34.692Z Compiling proc-macro-error-attr2 v2.0.0
33422026-06-10T22:09:34.751Z Compiling utf-8 v0.7.6
33432026-06-10T22:09:34.788Z Compiling funty v2.0.0
33442026-06-10T22:09:34.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33452026-06-10T22:09:34.967Z Compiling packed_struct v0.10.1
33462026-06-10T22:09:35.068Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33472026-06-10T22:09:35.145Z Compiling parking_lot_core v0.8.6
33482026-06-10T22:09:35.235Z Compiling proc-macro-error2 v2.0.1
33492026-06-10T22:09:35.284Z Compiling bitvec v1.0.1
33502026-06-10T22:09:35.331Z Compiling tungstenite v0.21.0
33512026-06-10T22:09:35.416Z Compiling polyval v0.6.2
33522026-06-10T22:09:35.438Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33532026-06-10T22:09:35.456Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33542026-06-10T22:09:35.499Z Compiling num-derive v0.3.3
33552026-06-10T22:09:35.520Z Compiling packed_struct_codegen v0.10.1
33562026-06-10T22:09:35.541Z Compiling zerocopy-derive v0.6.6
33572026-06-10T22:09:35.595Z Compiling bitfield-macros v0.19.4
33582026-06-10T22:09:35.685Z Compiling indexmap v1.9.3
33592026-06-10T22:09:35.784Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33602026-06-10T22:09:35.932Z Compiling nodrop v0.1.14
33612026-06-10T22:09:36.009Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-06-10T22:09:36.066Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33632026-06-10T22:09:36.227Z Compiling crc-catalog v2.4.0
33642026-06-10T22:09:36.245Z Compiling array-init v0.0.4
33652026-06-10T22:09:36.336Z Compiling crc v3.4.0
33662026-06-10T22:09:36.414Z Compiling bitfield v0.19.4
33672026-06-10T22:09:36.441Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33682026-06-10T22:09:36.474Z Compiling zerocopy v0.6.6
33692026-06-10T22:09:36.491Z Compiling libscf-sys v1.1.0
33702026-06-10T22:09:36.575Z Compiling tokio-tungstenite v0.21.0
33712026-06-10T22:09:36.636Z Compiling ghash v0.5.1
33722026-06-10T22:09:36.672Z Compiling tabled_derive v0.11.0
33732026-06-10T22:09:36.773Z Compiling smallvec v0.6.14
33742026-06-10T22:09:36.843Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33752026-06-10T22:09:36.917Z Compiling papergrid v0.17.0
33762026-06-10T22:09:36.937Z Compiling testing_table v0.3.0
33772026-06-10T22:09:37.010Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-06-10T22:09:37.034Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33792026-06-10T22:09:37.037Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33802026-06-10T22:09:37.109Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33812026-06-10T22:09:37.127Z Compiling ctr v0.9.2
33822026-06-10T22:09:37.235Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33832026-06-10T22:09:37.403Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33842026-06-10T22:09:37.421Z Compiling hashbrown v0.12.3
33852026-06-10T22:09:37.465Z Compiling unicase v2.9.0
33862026-06-10T22:09:37.570Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33872026-06-10T22:09:37.628Z Compiling corncobs v0.1.4
33882026-06-10T22:09:37.646Z Compiling illumos-nvpair-sys v0.2.0
33892026-06-10T22:09:37.714Z Compiling aes-gcm v0.10.3
33902026-06-10T22:09:37.732Z Compiling mime_guess v2.0.5
33912026-06-10T22:09:37.750Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33922026-06-10T22:09:37.846Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33932026-06-10T22:09:37.942Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33942026-06-10T22:09:37.958Z Compiling tabled v0.20.0
33952026-06-10T22:09:37.961Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33962026-06-10T22:09:38.075Z Compiling parking_lot v0.11.2
33972026-06-10T22:09:38.124Z Compiling serde-hex v0.1.0
33982026-06-10T22:09:38.295Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33992026-06-10T22:09:38.334Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34002026-06-10T22:09:38.469Z Compiling typify-macro v0.4.3
34012026-06-10T22:09:38.505Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-06-10T22:09:38.536Z Compiling ron v0.8.1
34032026-06-10T22:09:38.590Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34042026-06-10T22:09:38.609Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34052026-06-10T22:09:38.728Z Compiling hashbrown v0.13.2
34062026-06-10T22:09:38.759Z Compiling progenitor-client v0.11.2
34072026-06-10T22:09:38.818Z Compiling blowfish v0.9.1
34082026-06-10T22:09:39.110Z Compiling prefix-trie v0.7.0
34092026-06-10T22:09:39.128Z Compiling ssh-encoding v0.2.0
34102026-06-10T22:09:39.148Z Compiling fxhash v0.2.1
34112026-06-10T22:09:39.251Z Compiling progenitor v0.14.0
34122026-06-10T22:09:39.274Z Compiling secrecy v0.8.0
34132026-06-10T22:09:39.328Z Compiling crc-any v2.5.0
34142026-06-10T22:09:39.434Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
34152026-06-10T22:09:39.437Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34162026-06-10T22:09:39.478Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
34172026-06-10T22:09:39.535Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34182026-06-10T22:09:39.571Z Compiling hickory-server v0.25.2
34192026-06-10T22:09:39.800Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34202026-06-10T22:09:39.978Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34212026-06-10T22:09:40.044Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34222026-06-10T22:09:40.286Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34232026-06-10T22:09:40.338Z Compiling ssh-cipher v0.2.0
34242026-06-10T22:09:40.364Z Compiling typify v0.4.3
34252026-06-10T22:09:40.511Z Compiling progenitor-impl v0.11.2
34262026-06-10T22:09:40.552Z Compiling sled v0.34.7
34272026-06-10T22:09:40.713Z Compiling object v0.30.4
34282026-06-10T22:09:40.780Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34292026-06-10T22:09:40.880Z Compiling bcrypt-pbkdf v0.10.0
34302026-06-10T22:09:40.990Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34312026-06-10T22:09:41.117Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34322026-06-10T22:09:41.136Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
34332026-06-10T22:09:41.413Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34342026-06-10T22:09:41.448Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34352026-06-10T22:09:41.516Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34362026-06-10T22:09:42.127Z Compiling password-hash v0.4.2
34372026-06-10T22:09:42.308Z Compiling path-slash v0.1.5
34382026-06-10T22:09:42.382Z Compiling half v1.8.3
34392026-06-10T22:09:42.412Z Compiling http-range v0.1.5
34402026-06-10T22:09:42.525Z Compiling crc8 v0.1.1
34412026-06-10T22:09:42.544Z Compiling pbkdf2 v0.11.0
34422026-06-10T22:09:42.637Z Compiling serde_cbor v0.11.2
34432026-06-10T22:09:42.701Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34442026-06-10T22:09:42.704Z Compiling illumos-nvpair v0.3.0
34452026-06-10T22:09:42.791Z Compiling ssh-key v0.6.7
34462026-06-10T22:09:43.267Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34472026-06-10T22:09:43.287Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34482026-06-10T22:09:43.307Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34492026-06-10T22:09:43.310Z Compiling progenitor-macro v0.11.2
34502026-06-10T22:09:43.452Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34512026-06-10T22:09:43.500Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34522026-06-10T22:09:43.826Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34532026-06-10T22:09:43.966Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34542026-06-10T22:09:44.103Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34552026-06-10T22:09:44.192Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34562026-06-10T22:09:44.211Z Compiling p521 v0.13.3
34572026-06-10T22:09:44.280Z Compiling p256 v0.13.2
34582026-06-10T22:09:44.455Z Compiling yasna v0.5.2
34592026-06-10T22:09:44.474Z Compiling kstat-rs v0.2.4
34602026-06-10T22:09:44.534Z Compiling headers-core v0.3.0
34612026-06-10T22:09:44.689Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34622026-06-10T22:09:44.707Z Compiling nanorand v0.7.0
34632026-06-10T22:09:44.711Z Compiling atty v0.2.14
34642026-06-10T22:09:44.815Z Compiling russh-cryptovec v0.7.3
34652026-06-10T22:09:44.834Z Compiling home v0.5.12
34662026-06-10T22:09:44.865Z Compiling md5 v0.7.0
34672026-06-10T22:09:44.888Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34682026-06-10T22:09:45.011Z Compiling flume v0.11.1
34692026-06-10T22:09:45.030Z Compiling rcgen v0.12.1
34702026-06-10T22:09:45.050Z Compiling russh-keys v0.45.0
34712026-06-10T22:09:45.054Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34722026-06-10T22:09:45.177Z Compiling headers v0.4.1
34732026-06-10T22:09:45.199Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-06-10T22:09:45.250Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34752026-06-10T22:09:45.270Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34762026-06-10T22:09:45.364Z Compiling hyper-staticfile v0.10.1
34772026-06-10T22:09:45.431Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34782026-06-10T22:09:45.598Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34792026-06-10T22:09:45.684Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34802026-06-10T22:09:45.703Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34812026-06-10T22:09:45.835Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34822026-06-10T22:09:45.905Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34832026-06-10T22:09:45.980Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34842026-06-10T22:09:45.998Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34852026-06-10T22:09:46.215Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862026-06-10T22:09:46.257Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34872026-06-10T22:09:46.443Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34882026-06-10T22:09:46.485Z Compiling num-bigint v0.4.6
34892026-06-10T22:09:46.504Z Compiling des v0.8.1
34902026-06-10T22:09:46.522Z Compiling subprocess v0.2.15
34912026-06-10T22:09:46.571Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34922026-06-10T22:09:46.688Z Compiling hex-literal v0.4.1
34932026-06-10T22:09:46.851Z Compiling display-error-chain v0.2.2
34942026-06-10T22:09:46.871Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34952026-06-10T22:09:46.871Z Compiling colored v2.2.0
34962026-06-10T22:09:46.871Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34972026-06-10T22:09:46.871Z Compiling socket2 v0.5.10
34982026-06-10T22:09:46.906Z Compiling internet-checksum v0.2.1
34992026-06-10T22:09:47.029Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35002026-06-10T22:09:47.186Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35012026-06-10T22:09:47.729Z Compiling russh v0.45.0
35022026-06-10T22:09:48.305Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35032026-06-10T22:09:48.375Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35042026-06-10T22:09:48.472Z Compiling progenitor v0.11.2
35052026-06-10T22:09:48.617Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35062026-06-10T22:09:50.797Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35072026-06-10T22:09:51.484Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35082026-06-10T22:09:52.017Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35092026-06-10T22:09:53.785Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35102026-06-10T22:09:54.301Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35112026-06-10T22:10:01.989Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35122026-06-10T22:10:01.989Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35132026-06-10T22:10:01.992Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35142026-06-10T22:10:01.992Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35152026-06-10T22:10:03.701Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35162026-06-10T22:10:03.785Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35172026-06-10T22:10:08.043Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35182026-06-10T22:10:47.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
35192026-06-10T22:10:47.389Z
35202026-06-10T22:10:47.394Zreal 1:27.164563962
35212026-06-10T22:10:47.394Zuser 8:14.567583391
35222026-06-10T22:10:47.395Zsys 1:46.738014887
35232026-06-10T22:10:47.395Ztrap 0.251033903
35242026-06-10T22:10:47.395Ztflt 0.531715568
35252026-06-10T22:10:47.395Zdflt 1.759076303
35262026-06-10T22:10:47.395Zkflt 0.000380300
35272026-06-10T22:10:47.395Zlock 29:12.948753607
35282026-06-10T22:10:47.395Zslp 18:48.805931193
35292026-06-10T22:10:47.395Zlat 40.964252490
35302026-06-10T22:10:47.395Zstop 3:04.717467876
35312026-06-10T22:10:47.395Z+ mkdir tests
35322026-06-10T22:10:47.402Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35332026-06-10T22:10:47.403Z+ xargs -I '{}' -t cp '{}' tests/
35342026-06-10T22:10:47.416Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3c957eae36d31f7 tests/
35352026-06-10T22:10:47.437Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6069cdcc719bba09 tests/
35362026-06-10T22:10:47.458Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bfb5b69e1285ed97 tests/
35372026-06-10T22:10:47.480Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c45cf88ed4ec198b tests/
35382026-06-10T22:10:47.713Z+ 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)
35392026-06-10T22:10:47.716Z+ 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-6069cdcc719bba09 tests/commtest-bfb5b69e1285ed97 tests/dhcp_server-e3c957eae36d31f7 tests/end_to_end_tests-c45cf88ed4ec198b 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
35402026-06-10T22:12:10.400ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35412026-06-10T22:12:10.400Za .github/buildomat/ci-env.sh 1K
35422026-06-10T22:12:10.400Za out/target/test 1K
35432026-06-10T22:12:10.400Za out/npuzone/npuzone 27402K
35442026-06-10T22:12:10.400Za package-manifest.toml 35K
35452026-06-10T22:12:10.400Za smf/sled-agent/non-gimlet/config.toml 6K
35462026-06-10T22:12:10.400Za target/release/omicron-package 46204K
35472026-06-10T22:12:10.400Za target/release/xtask 11453K
35482026-06-10T22:12:10.400Za target/debug/bootstrap 354926K
35492026-06-10T22:12:10.400Za tests/bootstrap-6069cdcc719bba09 31215K
35502026-06-10T22:12:10.400Za tests/commtest-bfb5b69e1285ed97 32300K
35512026-06-10T22:12:10.400Za tests/dhcp_server-e3c957eae36d31f7 31215K
35522026-06-10T22:12:10.400Za tests/end_to_end_tests-c45cf88ed4ec198b 396002K
35532026-06-10T22:12:10.400Za tools/opte_version 1K
35542026-06-10T22:12:10.400Za tools/opte_version_override 2K
35552026-06-10T22:12:10.400Za out/clickhouse.tar.gz 321857K
35562026-06-10T22:12:10.400Za out/clickhouse_keeper.tar.gz 306927K
35572026-06-10T22:12:10.400Za out/clickhouse_server.tar.gz 321855K
35582026-06-10T22:12:10.400Za out/cockroachdb.tar.gz 166145K
35592026-06-10T22:12:10.400Za out/crucible-pantry-zone.tar.gz 41128K
35602026-06-10T22:12:10.400Za out/crucible-utils.tar 16478K
35612026-06-10T22:12:10.401Za out/crucible-zone.tar.gz 56698K
35622026-06-10T22:12:10.401Za out/external-dns.tar.gz 51267K
35632026-06-10T22:12:10.401Za out/internal-dns.tar.gz 51266K
35642026-06-10T22:12:10.401Za out/mg-ddm-gz.tar 97912K
35652026-06-10T22:12:10.401Za out/nexus.tar.gz 281121K
35662026-06-10T22:12:10.401Za out/ntp.tar.gz 32802K
35672026-06-10T22:12:10.401Za out/omicron-gateway-softnpu.tar.gz 29546K
35682026-06-10T22:12:10.401Za out/omicron-sled-agent.tar 206490K
35692026-06-10T22:12:10.401Za out/overlay.tar.gz 3K
35702026-06-10T22:12:10.401Za out/oximeter.tar.gz 68158K
35712026-06-10T22:12:10.402Za out/oxlog.tar 3782K
35722026-06-10T22:12:10.402Za out/probe.tar.gz 3037K
35732026-06-10T22:12:10.402Za out/propolis-server.tar.gz 34918K
35742026-06-10T22:12:10.402Za out/pumpkind-gz.tar 26647K
35752026-06-10T22:12:10.402Za out/switch-softnpu.tar.gz 455130K
35762026-06-10T22:12:10.406Z
35772026-06-10T22:12:10.406Zreal 1:22.684541798
35782026-06-10T22:12:10.406Zuser 1:19.802890770
35792026-06-10T22:12:10.406Zsys 4.656455959
35802026-06-10T22:12:10.407Ztrap 0.007226745
35812026-06-10T22:12:10.407Ztflt 0.000000000
35822026-06-10T22:12:10.407Zdflt 0.000000000
35832026-06-10T22:12:10.407Zkflt 0.000000000
35842026-06-10T22:12:10.407Zlock 0.000000000
35852026-06-10T22:12:10.407Zslp 1:19.787441628
35862026-06-10T22:12:10.407Zlat 1.109715876
35872026-06-10T22:12:10.407Zstop 0.000285570
35882026-06-10T22:12:10.407Zprocess exited: duration 994305 ms, exit code 0
 
35892026-06-10T22:12:10.424Zfound 1 output files
35902026-06-10T22:12:10.425Zuploading: /work/package.tar.gz (2568171705 bytes)
35912026-06-10T22:12:51.096Zuploaded: /work/package.tar.gz