01KWJ7Z648K7B5SW8MACBSFCX8: 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: 01KWJ7ZN36195C5CDTG2YEPYVY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T20:23:56.943Zjob assigned to worker 01KWJ7ZYYAKPWG3FRE48VM46SB [factory aws, i-0c79e3f525ea9e7e2] (queued for 51 s)
 
22026-07-02T20:24:03.552Zstarting task 0: "setup"
32026-07-02T20:24:03.557Z++ uname -s
42026-07-02T20:24:03.560Z+ kern=SunOS
52026-07-02T20:24:03.560Z+ build_user=build
62026-07-02T20:24:03.560Z+ build_uid=12345
72026-07-02T20:24:03.560Z+ work_dir=/work
82026-07-02T20:24:03.560Z+ input_dir=/input
92026-07-02T20:24:03.560Z+ [[ 0 == 12345 ]]
102026-07-02T20:24:03.560Z+ case "$kern" in
112026-07-02T20:24:03.560Z+ groupadd -g 12345 build
122026-07-02T20:24:03.563Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T20:24:05.597Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T20:24:05.659Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T20:24:05.677Z+ home_fs=zfs
162026-07-02T20:24:05.677Z+ [[ zfs == autofs ]]
172026-07-02T20:24:05.677Z+ mkdir -p /home/build
182026-07-02T20:24:05.677Z+ chown build:build /home/build /work
192026-07-02T20:24:07.654Z+ chmod 0700 /home/build /work
202026-07-02T20:24:07.670Zprocess exited: duration 4107 ms, exit code 0
 
212026-07-02T20:24:07.685Zstarting task 1: "rust-toolchain"
222026-07-02T20:24:07.689Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T20:24:07.689Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-02T20:24:07.689Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-02T20:24:07.689Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-02T20:24:07.689Z * rust toolchain channel = "1.96.1"
272026-07-02T20:24:07.689Z * rust toolchain profile = "default"
282026-07-02T20:24:07.701Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T20:24:07.701Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T20:24:07.787Zinfo: downloading installer
312026-07-02T20:24:09.465Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T20:24:09.465Zwarn: /home/build/.rustup/settings.toml
332026-07-02T20:24:09.465Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T20:24:09.465Zwarn: instead of the one inferred from the default host triple.
352026-07-02T20:24:09.477Zinfo: profile set to default
362026-07-02T20:24:09.477Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T20:24:09.481Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T20:24:09.640Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T20:24:09.643Zinfo: downloading 6 components
402026-07-02T20:24:25.974Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T20:24:25.974Z
422026-07-02T20:24:26.003Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T20:24:26.003Z
442026-07-02T20:24:26.003Z
452026-07-02T20:24:26.003ZRust is installed now. Great!
462026-07-02T20:24:26.003Z
472026-07-02T20:24:26.003ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T20:24:26.005Zenvironment variable. This has not been done automatically.
492026-07-02T20:24:26.005Z
502026-07-02T20:24:26.005ZTo configure your current shell, you need to source
512026-07-02T20:24:26.005Zthe corresponding env file under $HOME/.cargo.
522026-07-02T20:24:26.005Z
532026-07-02T20:24:26.005ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T20:24:26.011Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T20:24:26.011Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T20:24:26.011Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T20:24:26.011Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T20:24:26.011Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T20:24:26.011Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T20:24:26.011Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T20:24:26.011Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T20:24:26.114Z+ rustup --version
632026-07-02T20:24:26.120Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T20:24:26.124Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T20:24:26.142Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T20:24:26.146Z+ cargo --version
672026-07-02T20:24:26.153Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T20:24:26.156Z+ rustc --version
692026-07-02T20:24:26.175Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T20:24:26.180Zprocess exited: duration 18496 ms, exit code 0
 
712026-07-02T20:24:26.188Zstarting task 2: "authentication"
722026-07-02T20:24:26.209Zprocess exited: duration 20 ms, exit code 0
 
732026-07-02T20:24:26.218Zstarting task 3: "clone repository"
742026-07-02T20:24:26.224Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T20:24:26.224Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T20:24:26.259ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T20:24:37.611Z+ cd /work/oxidecomputer/omicron
782026-07-02T20:24:37.611Z+ git fetch origin 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
792026-07-02T20:24:37.873ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T20:24:37.873Z * branch 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3 -> FETCH_HEAD
812026-07-02T20:24:37.886Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-02T20:24:37.889Z++ git branch --show-current
832026-07-02T20:24:37.889Z+ current=main
842026-07-02T20:24:37.889Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-02T20:24:37.889Z+ git branch -f iliana/tufaceous-v2/10.releng 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
862026-07-02T20:24:37.892Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-02T20:24:38.105ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-02T20:24:38.109Z+ git reset --hard 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
892026-07-02T20:24:38.315ZHEAD is now at 34efdd2cc nit
902026-07-02T20:24:38.320Zprocess exited: duration 12101 ms, exit code 0
 
912026-07-02T20:24:38.328Zstarting task 4: "build"
922026-07-02T20:24:38.333Z+ source .github/buildomat/ci-env.sh
932026-07-02T20:24:38.333Z++ export CARGO_TERM_COLOR=always
942026-07-02T20:24:38.333Z++ CARGO_TERM_COLOR=always
952026-07-02T20:24:38.333Z+ cargo --version
962026-07-02T20:24:38.345Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T20:24:38.348Z+ rustc --version
982026-07-02T20:24:38.368Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T20:24:38.371Z+ WORK=/work
1002026-07-02T20:24:38.371Z+ pfexec mkdir -p /work
1012026-07-02T20:24:38.374Z+ pfexec chown build /work
1022026-07-02T20:24:38.377Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-07-02T20:24:40.028Z Startup: Refreshing catalog 'helios' ... Done
1042026-07-02T20:24:40.136Z Startup: Caching catalogs ... Done
1052026-07-02T20:24:40.628ZPlanning: Solver setup ... Done (0.445s)
1062026-07-02T20:24:40.654ZPlanning: Running solver ... Done (0.026s)
1072026-07-02T20:24:40.666ZPlanning: Finding local manifests ... Done (0.003s)
1082026-07-02T20:24:40.679ZPlanning: Fetching manifests: 0/2 0% complete
1092026-07-02T20:24:40.700ZPlanning: Fetching manifests: 2/2 100% complete
1102026-07-02T20:24:40.713ZPlanning: Package planning ... Done (0.014s)
1112026-07-02T20:24:40.716ZPlanning: Merging actions ... Done (0.002s)
1122026-07-02T20:24:40.878ZPlanning: Checking for conflicting actions ... Done (0.163s)
1132026-07-02T20:24:40.881ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-07-02T20:24:41.780ZPlanning: Evaluating mediators ... Done (0.901s)
1152026-07-02T20:24:41.783ZPlanning: Planning completed in 1.62 seconds
1162026-07-02T20:24:41.790Z Packages to install: 2
1172026-07-02T20:24:41.790Z Estimated space available: 156.06 GB
1182026-07-02T20:24:41.790ZEstimated space to be consumed: 30.98 MB
1192026-07-02T20:24:41.790Z Create boot environment: No
1202026-07-02T20:24:41.790ZCreate backup boot environment: No
1212026-07-02T20:24:41.790Z Rebuild boot archive: No
1222026-07-02T20:24:41.794Z
1232026-07-02T20:24:41.794ZChanged packages:
1242026-07-02T20:24:41.794Zhelios
1252026-07-02T20:24:41.794Z developer/build-essential
1262026-07-02T20:24:41.794Z None -> 11-3.0
1272026-07-02T20:24:41.794Z library/libxmlsec1
1282026-07-02T20:24:41.794Z None -> 1.2.35-3.0
1292026-07-02T20:24:41.815Z
1302026-07-02T20:24:41.815ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-07-02T20:24:42.318ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1322026-07-02T20:24:42.416Z Actions: 1/268 actions (Installing new actions)
1332026-07-02T20:24:42.456Z Actions: Completed 268 actions in 0.04 seconds.
1342026-07-02T20:24:42.468ZFinalize: Updating package state database ... Done (0.012s)
1352026-07-02T20:24:42.468ZFinalize: Updating package cache ... Done (0.000s)
1362026-07-02T20:24:42.497ZFinalize: Updating image state ... Done (0.029s)
1372026-07-02T20:24:45.102ZFinalize: Creating fast lookup database ... Done (2.579s)
1382026-07-02T20:24:45.178ZFinalize: Reading search index ... Done (0.014s)
1392026-07-02T20:24:45.181ZFinalize: Updating search index ... Done (0.000s)
1402026-07-02T20:24:45.249ZFinalize: Updating package cache ... Done (0.000s)
1412026-07-02T20:24:45.570ZPlanning: Evaluating mediator changes ... Done
1422026-07-02T20:24:45.676ZPlanning: Checking for conflicting actions ... Done
1432026-07-02T20:24:45.679ZPlanning: Consolidating action changes ... Done
1442026-07-02T20:24:45.833ZPlanning: Evaluating mediators ... Done
1452026-07-02T20:24:45.836ZPlanning: Planning completed in 0.26 seconds
1462026-07-02T20:24:45.857Z Mediators to change: 2
1472026-07-02T20:24:45.857Z Create boot environment: No
1482026-07-02T20:24:45.857ZCreate backup boot environment: No
1492026-07-02T20:24:45.902ZFinalize: Updating package state database ... Done
1502026-07-02T20:24:45.902ZFinalize: Updating package cache ... Done
1512026-07-02T20:24:45.922ZFinalize: Updating image state ... Done
1522026-07-02T20:24:47.861ZFinalize: Creating fast lookup database ... Done
1532026-07-02T20:24:47.921ZFinalize: Reading search index ... Done
1542026-07-02T20:24:47.925ZFinalize: Updating search index ... Done
1552026-07-02T20:24:47.982ZFinalize: Updating package cache ... Done
1562026-07-02T20:24:48.267ZPlanning: Evaluating mediator changes ... Done
1572026-07-02T20:24:48.372ZPlanning: Checking for conflicting actions ... Done
1582026-07-02T20:24:48.376ZPlanning: Consolidating action changes ... Done
1592026-07-02T20:24:48.529ZPlanning: Evaluating mediators ... Done
1602026-07-02T20:24:48.532ZPlanning: Planning completed in 0.26 seconds
1612026-07-02T20:24:48.553Z Mediators to change: 1
1622026-07-02T20:24:48.553Z Create boot environment: No
1632026-07-02T20:24:48.553ZCreate backup boot environment: No
1642026-07-02T20:24:48.592ZFinalize: Updating package state database ... Done
1652026-07-02T20:24:48.592ZFinalize: Updating package cache ... Done
1662026-07-02T20:24:48.614ZFinalize: Updating image state ... Done
1672026-07-02T20:24:50.551ZFinalize: Creating fast lookup database ... Done
1682026-07-02T20:24:50.618ZFinalize: Reading search index ... Done
1692026-07-02T20:24:50.621ZFinalize: Updating search index ... Done
1702026-07-02T20:24:50.694ZFinalize: Updating package cache ... Done
1712026-07-02T20:24:51.005ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-07-02T20:24:51.005Zapache system 2.4 system
1732026-07-02T20:24:51.006Zclang system 15 system
1742026-07-02T20:24:51.006Zcsh system system illumos
1752026-07-02T20:24:51.006Zctags system system illumos
1762026-07-02T20:24:51.006Zfile vendor vendor darwinsys
1772026-07-02T20:24:51.006Zfile system system illumos
1782026-07-02T20:24:51.006Zgcc vendor 14 vendor
1792026-07-02T20:24:51.006Zgcc system 13 system
1802026-07-02T20:24:51.006Zgcc system 10 system
1812026-07-02T20:24:51.006Zgo system 1.25 system
1822026-07-02T20:24:51.006Zllvm system 15 system
1832026-07-02T20:24:51.006Zmariadb system 11.4 system
1842026-07-02T20:24:51.006Zmta vendor vendor dma
1852026-07-02T20:24:51.006Zopenjdk system 17 system
1862026-07-02T20:24:51.006Zopenjdk system 11 system
1872026-07-02T20:24:51.006Zopenssl vendor 3 vendor
1882026-07-02T20:24:51.006Zperl system 5.40 system
1892026-07-02T20:24:51.006Zpostgresql system 18 system
1902026-07-02T20:24:51.006Zpostgresql system 17 system
1912026-07-02T20:24:51.007Zpython vendor 3 vendor
1922026-07-02T20:24:51.007Zpython system 2 system
1932026-07-02T20:24:51.007Zpython3 vendor 3.13 vendor
1942026-07-02T20:24:51.007Zruby system 3.4 system
1952026-07-02T20:24:51.007Zruby system 3.0 system
1962026-07-02T20:24:51.007Zwords vendor vendor american-english
1972026-07-02T20:24:51.007Zwords system system australian-english
1982026-07-02T20:24:51.007Zwords system system british-english
1992026-07-02T20:24:51.007Zwords system system canadian-english
2002026-07-02T20:24:51.007Zwords system system french
2012026-07-02T20:24:51.007Zwords system system italian
2022026-07-02T20:24:51.007Zwords system system ngerman
2032026-07-02T20:24:51.007Zwords system system ogerman
2042026-07-02T20:24:51.007Zwords system system spanish
2052026-07-02T20:24:51.266ZPUBLISHER TYPE STATUS P LOCATION
2062026-07-02T20:24:51.266Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-07-02T20:24:51.569ZFMRI IFO
2082026-07-02T20:24:51.569Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-07-02T20:24:51.569Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-07-02T20:24:51.569Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-07-02T20:24:51.569Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-07-02T20:24:51.569Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-07-02T20:24:51.569Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-07-02T20:24:51.569Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-07-02T20:24:51.569Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-07-02T20:24:51.569Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-07-02T20:24:51.823Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-07-02T20:24:52.057Z Updating crates.io index
2192026-07-02T20:24:52.060Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-07-02T20:24:52.257Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-07-02T20:24:52.521Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-02T20:24:53.405Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-07-02T20:24:53.900Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-07-02T20:24:55.706Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-07-02T20:24:56.454Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-07-02T20:24:56.707Z Updating git repository `https://github.com/oxidecomputer/lldp`
2272026-07-02T20:24:57.103Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-02T20:24:58.370Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-07-02T20:24:58.603Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-07-02T20:24:58.996Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-07-02T20:24:59.222Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-07-02T20:24:59.620Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-07-02T20:25:00.057Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-07-02T20:25:00.287Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-07-02T20:25:00.529Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-07-02T20:25:00.778Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-07-02T20:25:01.135Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-07-02T20:25:01.342Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-07-02T20:25:01.551Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-07-02T20:25:01.774Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-07-02T20:25:02.141Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-07-02T20:25:02.422Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-07-02T20:25:02.624Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-07-02T20:25:02.993Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-07-02T20:25:03.201Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-07-02T20:25:03.554Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-07-02T20:25:03.854Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-07-02T20:25:04.083Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-07-02T20:25:04.281Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-07-02T20:25:04.615Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-07-02T20:25:05.025Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-07-02T20:25:05.408Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-07-02T20:25:05.692Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-07-02T20:25:05.942Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-07-02T20:25:06.168Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-07-02T20:25:06.409Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-07-02T20:25:06.625Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582026-07-02T20:25:06.854Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592026-07-02T20:25:07.065Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-07-02T20:25:10.511Z Downloading crates ...
2612026-07-02T20:25:10.567Z Downloaded heck v0.4.1
2622026-07-02T20:25:10.576Z Downloaded pest_generator v2.8.6
2632026-07-02T20:25:10.579Z Downloaded terminal_size v0.4.3
2642026-07-02T20:25:10.579Z Downloaded toml_datetime v0.6.11
2652026-07-02T20:25:10.582Z Downloaded anstyle-query v1.1.5
2662026-07-02T20:25:10.582Z Downloaded block-buffer v0.10.4
2672026-07-02T20:25:10.585Z Downloaded unicode-linebreak v0.1.5
2682026-07-02T20:25:10.588Z Downloaded camino-tempfile v1.4.1
2692026-07-02T20:25:10.588Z Downloaded autocfg v1.5.0
2702026-07-02T20:25:10.595Z Downloaded cpufeatures v0.2.17
2712026-07-02T20:25:10.598Z Downloaded heck v0.5.0
2722026-07-02T20:25:10.598Z Downloaded camino v1.2.2
2732026-07-02T20:25:10.601Z Downloaded byteorder v1.5.0
2742026-07-02T20:25:10.604Z Downloaded itoa v1.0.17
2752026-07-02T20:25:10.604Z Downloaded equivalent v1.0.2
2762026-07-02T20:25:10.607Z Downloaded zerocopy v0.7.35
2772026-07-02T20:25:10.614Z Downloaded scroll v0.12.0
2782026-07-02T20:25:10.617Z Downloaded zmij v1.0.21
2792026-07-02T20:25:10.617Z Downloaded bitflags v2.11.0
2802026-07-02T20:25:10.621Z Downloaded anstyle-parse v1.0.0
2812026-07-02T20:25:10.621Z Downloaded clap_lex v1.0.0
2822026-07-02T20:25:10.621Z Downloaded getrandom v0.4.1
2832026-07-02T20:25:10.625Z Downloaded clap v4.6.1
2842026-07-02T20:25:10.628Z Downloaded papergrid v0.11.0
2852026-07-02T20:25:10.632Z Downloaded cargo_metadata v0.23.1
2862026-07-02T20:25:10.632Z Downloaded anstyle v1.0.14
2872026-07-02T20:25:10.636Z Downloaded thiserror v2.0.18
2882026-07-02T20:25:10.639Z Downloaded anyhow v1.0.102
2892026-07-02T20:25:10.639Z Downloaded proc-macro2 v1.0.106
2902026-07-02T20:25:10.642Z Downloaded cargo-platform v0.3.2
2912026-07-02T20:25:10.646Z Downloaded colorchoice v1.0.4
2922026-07-02T20:25:10.658Z Downloaded thread-id v4.2.2
2932026-07-02T20:25:10.661Z Downloaded crypto-common v0.1.7
2942026-07-02T20:25:10.661Z Downloaded usdt-macro v0.5.0
2952026-07-02T20:25:10.661Z Downloaded fnv v1.0.7
2962026-07-02T20:25:10.665Z Downloaded serde_spanned v0.6.9
2972026-07-02T20:25:10.665Z Downloaded errno v0.3.14
2982026-07-02T20:25:10.669Z Downloaded generic-array v0.14.7
2992026-07-02T20:25:10.675Z Downloaded usdt v0.5.0
3002026-07-02T20:25:10.678Z Downloaded strsim v0.11.1
3012026-07-02T20:25:10.683Z Downloaded proc-macro-error-attr v1.0.4
3022026-07-02T20:25:10.683Z Downloaded usdt-attr-macro v0.5.0
3032026-07-02T20:25:10.683Z Downloaded scroll_derive v0.12.1
3042026-07-02T20:25:10.687Z Downloaded is_terminal_polyfill v1.70.2
3052026-07-02T20:25:10.687Z Downloaded plain v0.2.3
3062026-07-02T20:25:10.690Z Downloaded dof v0.3.0
3072026-07-02T20:25:10.693Z Downloaded dtrace-parser v0.2.0
3082026-07-02T20:25:10.696Z Downloaded toml_write v0.1.2
3092026-07-02T20:25:10.696Z Downloaded macaddr v1.0.1
3102026-07-02T20:25:10.701Z Downloaded cfg-if v1.0.4
3112026-07-02T20:25:10.706Z Downloaded smawk v0.3.2
3122026-07-02T20:25:10.729Z Downloaded memmap v0.7.0
3132026-07-02T20:25:10.736Z Downloaded version_check v0.9.5
3142026-07-02T20:25:10.747Z Downloaded tabled_derive v0.7.0
3152026-07-02T20:25:10.747Z Downloaded pretty-hex v0.4.1
3162026-07-02T20:25:10.759Z Downloaded swrite v0.1.0
3172026-07-02T20:25:10.759Z Downloaded cargo_toml v0.21.0
3182026-07-02T20:25:10.759Z Downloaded thiserror-impl v2.0.18
3192026-07-02T20:25:10.759Z Downloaded digest v0.10.7
3202026-07-02T20:25:10.759Z Downloaded thiserror-impl v1.0.69
3212026-07-02T20:25:10.770Z Downloaded bytecount v0.6.9
3222026-07-02T20:25:10.770Z Downloaded usdt-impl v0.5.0
3232026-07-02T20:25:10.770Z Downloaded proc-macro-error v1.0.4
3242026-07-02T20:25:10.770Z Downloaded fastrand v2.3.0
3252026-07-02T20:25:10.773Z Downloaded fs-err v3.3.0
3262026-07-02T20:25:10.786Z Downloaded clap_derive v4.6.1
3272026-07-02T20:25:10.786Z Downloaded sha2 v0.10.9
3282026-07-02T20:25:10.792Z Downloaded quote v1.0.45
3292026-07-02T20:25:10.799Z Downloaded utf8parse v0.2.2
3302026-07-02T20:25:10.799Z Downloaded thiserror v1.0.69
3312026-07-02T20:25:10.804Z Downloaded toml v0.8.23
3322026-07-02T20:25:10.805Z Downloaded pest_derive v2.8.6
3332026-07-02T20:25:10.811Z Downloaded serde_tokenstream v0.2.3
3342026-07-02T20:25:10.811Z Downloaded serde_derive v1.0.228
3352026-07-02T20:25:10.818Z Downloaded textwrap v0.16.2
3362026-07-02T20:25:10.824Z Downloaded unicode-ident v1.0.24
3372026-07-02T20:25:10.832Z Downloaded anstream v1.0.0
3382026-07-02T20:25:10.832Z Downloaded tempfile v3.25.0
3392026-07-02T20:25:10.837Z Downloaded semver v1.0.28
3402026-07-02T20:25:10.837Z Downloaded zerocopy-derive v0.7.35
3412026-07-02T20:25:10.862Z Downloaded ucd-trie v0.1.7
3422026-07-02T20:25:10.865Z Downloaded log v0.4.29
3432026-07-02T20:25:10.872Z Downloaded once_cell v1.21.3
3442026-07-02T20:25:10.875Z Downloaded toml_edit v0.22.27
3452026-07-02T20:25:10.879Z Downloaded hashbrown v0.17.0
3462026-07-02T20:25:10.885Z Downloaded serde_core v1.0.228
3472026-07-02T20:25:10.888Z Downloaded pest_meta v2.8.6
3482026-07-02T20:25:11.902Z Downloaded memchr v2.8.0
3492026-07-02T20:25:11.905Z Downloaded serde v1.0.228
3502026-07-02T20:25:11.905Z Downloaded typenum v1.20.1
3512026-07-02T20:25:11.905Z Downloaded indexmap v2.14.0
3522026-07-02T20:25:11.905Z Downloaded pest v2.8.6
3532026-07-02T20:25:11.905Z Downloaded clap_builder v4.6.0
3542026-07-02T20:25:11.905Z Downloaded serde_json v1.0.150
3552026-07-02T20:25:11.905Z Downloaded goblin v0.8.2
3562026-07-02T20:25:11.905Z Downloaded winnow v0.7.14
3572026-07-02T20:25:11.905Z Downloaded tabled v0.15.0
3582026-07-02T20:25:11.905Z Downloaded syn v1.0.109
3592026-07-02T20:25:11.905Z Downloaded unicode-width v0.2.0
3602026-07-02T20:25:11.907Z Downloaded unicode-width v0.1.14
3612026-07-02T20:25:11.907Z Downloaded syn v2.0.117
3622026-07-02T20:25:11.908Z Downloaded rustix v1.1.3
3632026-07-02T20:25:11.908Z Downloaded libc v0.2.185
3642026-07-02T20:25:11.908Z Compiling proc-macro2 v1.0.106
3652026-07-02T20:25:11.908Z Compiling unicode-ident v1.0.24
3662026-07-02T20:25:11.908Z Compiling quote v1.0.45
3672026-07-02T20:25:11.908Z Compiling serde_core v1.0.228
3682026-07-02T20:25:11.908Z Compiling libc v0.2.185
3692026-07-02T20:25:11.908Z Compiling version_check v0.9.5
3702026-07-02T20:25:11.908Z Compiling memchr v2.8.0
3712026-07-02T20:25:11.908Z Compiling serde v1.0.228
3722026-07-02T20:25:11.908Z Compiling zmij v1.0.21
3732026-07-02T20:25:11.908Z Compiling itoa v1.0.17
3742026-07-02T20:25:11.908Z Compiling ucd-trie v0.1.7
3752026-07-02T20:25:11.908Z Compiling thiserror v1.0.69
3762026-07-02T20:25:11.908Z Compiling byteorder v1.5.0
3772026-07-02T20:25:11.908Z Compiling rustix v1.1.3
3782026-07-02T20:25:11.908Z Compiling bitflags v2.11.0
3792026-07-02T20:25:11.908Z Compiling serde_json v1.0.150
3802026-07-02T20:25:11.913Z Compiling usdt-impl v0.5.0
3812026-07-02T20:25:11.917Z Compiling proc-macro-error-attr v1.0.4
3822026-07-02T20:25:11.981Z Compiling pest v2.8.6
3832026-07-02T20:25:12.000Z Compiling camino v1.2.2
3842026-07-02T20:25:12.071Z Compiling syn v1.0.109
3852026-07-02T20:25:12.090Z Compiling proc-macro-error v1.0.4
3862026-07-02T20:25:12.124Z Compiling log v0.4.29
3872026-07-02T20:25:12.234Z Compiling hashbrown v0.17.0
3882026-07-02T20:25:12.256Z Compiling getrandom v0.4.1
3892026-07-02T20:25:12.292Z Compiling plain v0.2.3
3902026-07-02T20:25:12.308Z Compiling equivalent v1.0.2
3912026-07-02T20:25:12.361Z Compiling utf8parse v0.2.2
3922026-07-02T20:25:12.399Z Compiling is_terminal_polyfill v1.70.2
3932026-07-02T20:25:12.436Z Compiling pretty-hex v0.4.1
3942026-07-02T20:25:12.453Z Compiling winnow v0.7.14
3952026-07-02T20:25:12.472Z Compiling anstyle-parse v1.0.0
3962026-07-02T20:25:12.492Z Compiling autocfg v1.5.0
3972026-07-02T20:25:12.529Z Compiling thiserror v2.0.18
3982026-07-02T20:25:12.533Z Compiling cfg-if v1.0.4
3992026-07-02T20:25:12.597Z Compiling errno v0.3.14
4002026-07-02T20:25:12.613Z Compiling thread-id v4.2.2
4012026-07-02T20:25:12.633Z Compiling colorchoice v1.0.4
4022026-07-02T20:25:12.650Z Compiling toml_write v0.1.2
4032026-07-02T20:25:12.655Z Compiling anstyle-query v1.1.5
4042026-07-02T20:25:12.729Z Compiling anstyle v1.0.14
4052026-07-02T20:25:12.767Z Compiling indexmap v2.14.0
4062026-07-02T20:25:12.805Z Compiling anyhow v1.0.102
4072026-07-02T20:25:12.840Z Compiling fastrand v2.3.0
4082026-07-02T20:25:12.874Z Compiling fnv v1.0.7
4092026-07-02T20:25:12.908Z Compiling syn v2.0.117
4102026-07-02T20:25:12.966Z Compiling fs-err v3.3.0
4112026-07-02T20:25:12.969Z Compiling anstream v1.0.0
4122026-07-02T20:25:12.990Z Compiling strsim v0.11.1
4132026-07-02T20:25:13.087Z Compiling pest_meta v2.8.6
4142026-07-02T20:25:13.132Z Compiling clap_lex v1.0.0
4152026-07-02T20:25:13.178Z Compiling bytecount v0.6.9
4162026-07-02T20:25:13.245Z Compiling heck v0.4.1
4172026-07-02T20:25:13.261Z Compiling once_cell v1.21.3
4182026-07-02T20:25:13.301Z Compiling heck v0.5.0
4192026-07-02T20:25:13.340Z Compiling unicode-width v0.1.14
4202026-07-02T20:25:13.432Z Compiling memmap v0.7.0
4212026-07-02T20:25:13.450Z Compiling unicode-linebreak v0.1.5
4222026-07-02T20:25:13.494Z Compiling smawk v0.3.2
4232026-07-02T20:25:13.511Z Compiling unicode-width v0.2.0
4242026-07-02T20:25:13.546Z Compiling swrite v0.1.0
4252026-07-02T20:25:13.565Z Compiling papergrid v0.11.0
4262026-07-02T20:25:13.632Z Compiling terminal_size v0.4.3
4272026-07-02T20:25:13.635Z Compiling tempfile v3.25.0
4282026-07-02T20:25:13.741Z Compiling clap_builder v4.6.0
4292026-07-02T20:25:13.744Z Compiling textwrap v0.16.2
4302026-07-02T20:25:13.828Z Compiling semver v1.0.28
4312026-07-02T20:25:13.831Z Compiling cargo-platform v0.3.2
4322026-07-02T20:25:14.117Z Compiling camino-tempfile v1.4.1
4332026-07-02T20:25:14.396Z Compiling tabled_derive v0.7.0
4342026-07-02T20:25:15.042Z Compiling pest_generator v2.8.6
4352026-07-02T20:25:15.058Z Compiling tabled v0.15.0
4362026-07-02T20:25:15.529Z Compiling serde_derive v1.0.228
4372026-07-02T20:25:15.529Z Compiling thiserror-impl v1.0.69
4382026-07-02T20:25:15.533Z Compiling zerocopy-derive v0.7.35
4392026-07-02T20:25:15.533Z Compiling scroll_derive v0.12.1
4402026-07-02T20:25:15.533Z Compiling thiserror-impl v2.0.18
4412026-07-02T20:25:15.533Z Compiling clap_derive v4.6.1
4422026-07-02T20:25:15.630Z Compiling pest_derive v2.8.6
4432026-07-02T20:25:16.212Z Compiling scroll v0.12.0
4442026-07-02T20:25:16.259Z Compiling zerocopy v0.7.35
4452026-07-02T20:25:16.428Z Compiling goblin v0.8.2
4462026-07-02T20:25:16.670Z Compiling dtrace-parser v0.2.0
4472026-07-02T20:25:16.878Z Compiling clap v4.6.1
4482026-07-02T20:25:17.942Z Compiling serde_spanned v0.6.9
4492026-07-02T20:25:17.942Z Compiling toml_datetime v0.6.11
4502026-07-02T20:25:17.942Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-07-02T20:25:17.942Z Compiling cargo_metadata v0.23.1
4522026-07-02T20:25:17.945Z Compiling macaddr v1.0.1
4532026-07-02T20:25:17.961Z Compiling dof v0.3.0
4542026-07-02T20:25:17.964Z Compiling serde_tokenstream v0.2.3
4552026-07-02T20:25:18.191Z Compiling toml_edit v0.22.27
4562026-07-02T20:25:18.688Z Compiling usdt-macro v0.5.0
4572026-07-02T20:25:18.691Z Compiling usdt-attr-macro v0.5.0
4582026-07-02T20:25:19.300Z Compiling usdt v0.5.0
4592026-07-02T20:25:19.463Z Compiling toml v0.8.23
4602026-07-02T20:25:19.782Z Compiling cargo_toml v0.21.0
4612026-07-02T20:25:21.061Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622026-07-02T20:25:23.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.39s
4632026-07-02T20:25:23.268Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4642026-07-02T20:25:23.758Z Downloading crates ...
4652026-07-02T20:25:23.864Z Downloaded adler2 v2.0.1
4662026-07-02T20:25:23.868Z Downloaded ciborium-ll v0.2.2
4672026-07-02T20:25:23.871Z Downloaded argon2 v0.5.3
4682026-07-02T20:25:23.874Z Downloaded anstyle-parse v0.2.7
4692026-07-02T20:25:23.874Z Downloaded convert_case v0.10.0
4702026-07-02T20:25:23.877Z Downloaded block-padding v0.4.2
4712026-07-02T20:25:23.881Z Downloaded bb8 v0.8.6
4722026-07-02T20:25:23.881Z Downloaded async-stream-impl v0.3.6
4732026-07-02T20:25:23.881Z Downloaded cookie_store v0.22.1
4742026-07-02T20:25:23.884Z Downloaded darling_macro v0.21.3
4752026-07-02T20:25:23.884Z Downloaded assert_matches v1.5.0
4762026-07-02T20:25:23.884Z Downloaded arc-swap v1.8.2
4772026-07-02T20:25:23.887Z Downloaded darling_macro v0.23.0
4782026-07-02T20:25:23.891Z Downloaded ar_archive_writer v0.5.1
4792026-07-02T20:25:23.894Z Downloaded crc v3.4.0
4802026-07-02T20:25:23.894Z Downloaded daft-derive v0.1.7
4812026-07-02T20:25:23.897Z Downloaded darling_macro v0.13.4
4822026-07-02T20:25:23.897Z Downloaded darling v0.20.11
4832026-07-02T20:25:23.900Z Downloaded crucible-workspace-hack v0.1.0
4842026-07-02T20:25:23.903Z Downloaded async-stream v0.3.6
4852026-07-02T20:25:23.903Z Downloaded crc32fast v1.5.0
4862026-07-02T20:25:23.903Z Downloaded darling v0.13.4
4872026-07-02T20:25:23.906Z Downloaded daft v0.1.7
4882026-07-02T20:25:23.906Z Downloaded base64 v0.22.1
4892026-07-02T20:25:23.909Z Downloaded debug-ignore v1.0.5
4902026-07-02T20:25:23.912Z Downloaded data-encoding v2.10.0
4912026-07-02T20:25:23.912Z Downloaded block-buffer v0.12.1
4922026-07-02T20:25:23.912Z Downloaded bitfield-macros v0.19.4
4932026-07-02T20:25:23.912Z Downloaded base64ct v1.8.3
4942026-07-02T20:25:23.916Z Downloaded bit-vec v0.6.3
4952026-07-02T20:25:23.917Z Downloaded atty v0.2.14
4962026-07-02T20:25:23.917Z Downloaded cpubits v0.1.1
4972026-07-02T20:25:23.920Z Downloaded base16ct v1.0.0
4982026-07-02T20:25:23.920Z Downloaded aho-corasick v1.1.4
4992026-07-02T20:25:23.923Z Downloaded display-error-chain v0.2.2
5002026-07-02T20:25:23.923Z Downloaded crc-catalog v2.4.0
5012026-07-02T20:25:23.924Z Downloaded csv-core v0.1.13
5022026-07-02T20:25:23.928Z Downloaded crc-any v2.5.0
5032026-07-02T20:25:23.928Z Downloaded cpufeatures v0.3.0
5042026-07-02T20:25:23.928Z Downloaded bytes v1.11.1
5052026-07-02T20:25:23.931Z Downloaded ctutils v0.4.2
5062026-07-02T20:25:23.931Z Downloaded atomicwrites v0.4.4
5072026-07-02T20:25:23.931Z Downloaded arrayref v0.3.9
5082026-07-02T20:25:23.934Z Downloaded cobs v0.3.0
5092026-07-02T20:25:23.934Z Downloaded darling_macro v0.20.11
5102026-07-02T20:25:23.938Z Downloaded cstr-argument v0.1.2
5112026-07-02T20:25:23.938Z Downloaded crypto-common v0.2.2
5122026-07-02T20:25:23.938Z Downloaded aead v0.5.2
5132026-07-02T20:25:23.945Z Downloaded async-recursion v1.1.1
5142026-07-02T20:25:23.945Z Downloaded curve25519-dalek-derive v0.1.1
5152026-07-02T20:25:23.948Z Downloaded compression-core v0.4.31
5162026-07-02T20:25:23.948Z Downloaded bit-set v0.8.0
5172026-07-02T20:25:23.948Z Downloaded base16ct v0.2.0
5182026-07-02T20:25:23.948Z Downloaded bit-set v0.5.3
5192026-07-02T20:25:23.948Z Downloaded ciborium-io v0.2.2
5202026-07-02T20:25:23.951Z Downloaded defmt-parser v1.0.0
5212026-07-02T20:25:23.956Z Downloaded castaway v0.2.4
5222026-07-02T20:25:23.961Z Downloaded digest-io v0.1.0
5232026-07-02T20:25:23.961Z Downloaded defmt v0.3.100
5242026-07-02T20:25:23.961Z Downloaded atomic-waker v1.1.2
5252026-07-02T20:25:23.964Z Downloaded document-features v0.2.12
5262026-07-02T20:25:23.964Z Downloaded convert_case v0.4.0
5272026-07-02T20:25:23.964Z Downloaded cfg_aliases v0.1.1
5282026-07-02T20:25:23.967Z Downloaded dof v0.4.0
5292026-07-02T20:25:23.970Z Downloaded difflib v0.4.0
5302026-07-02T20:25:23.970Z Downloaded diesel_table_macro_syntax v0.3.0
5312026-07-02T20:25:23.974Z Downloaded dirs-sys-next v0.1.2
5322026-07-02T20:25:23.974Z Downloaded derive_builder_macro v0.20.2
5332026-07-02T20:25:23.974Z Downloaded ascii-canvas v3.0.0
5342026-07-02T20:25:23.977Z Downloaded dyn-clone v1.0.20
5352026-07-02T20:25:23.977Z Downloaded dsl_auto_type v0.2.0
5362026-07-02T20:25:23.977Z Downloaded embedded-io v0.4.0
5372026-07-02T20:25:23.980Z Downloaded endian-type v0.1.2
5382026-07-02T20:25:23.980Z Downloaded crunchy v0.2.4
5392026-07-02T20:25:23.980Z Downloaded bcrypt-pbkdf v0.11.0
5402026-07-02T20:25:23.983Z Downloaded crc8 v0.1.1
5412026-07-02T20:25:23.983Z Downloaded ctr v0.10.1
5422026-07-02T20:25:23.983Z Downloaded darling_core v0.21.3
5432026-07-02T20:25:23.986Z Downloaded env_filter v1.0.0
5442026-07-02T20:25:23.989Z Downloaded derive_builder_core v0.20.2
5452026-07-02T20:25:23.989Z Downloaded crossbeam-deque v0.8.6
5462026-07-02T20:25:23.992Z Downloaded bcs v0.1.6
5472026-07-02T20:25:23.992Z Downloaded critical-section v1.2.0
5482026-07-02T20:25:23.996Z Downloaded constant_time_eq v0.4.2
5492026-07-02T20:25:23.996Z Downloaded cmov v0.5.4
5502026-07-02T20:25:23.999Z Downloaded cmake v0.1.57
5512026-07-02T20:25:23.999Z Downloaded array-init v0.0.4
5522026-07-02T20:25:23.999Z Downloaded aes v0.9.1
5532026-07-02T20:25:24.002Z Downloaded dirs-next v2.0.0
5542026-07-02T20:25:24.002Z Downloaded aead v0.6.1
5552026-07-02T20:25:24.005Z Downloaded embedded-io v0.6.1
5562026-07-02T20:25:24.005Z Downloaded dunce v1.0.5
5572026-07-02T20:25:24.005Z Downloaded cfg_aliases v0.2.1
5582026-07-02T20:25:24.011Z Downloaded float-ord v0.3.2
5592026-07-02T20:25:24.014Z Downloaded dtrace-parser v0.3.0
5602026-07-02T20:25:24.014Z Downloaded downcast-rs v2.0.2
5612026-07-02T20:25:24.014Z Downloaded enum-as-inner v0.6.1
5622026-07-02T20:25:24.017Z Downloaded either v1.15.0
5632026-07-02T20:25:24.021Z Downloaded foreign-types-shared v0.1.1
5642026-07-02T20:25:24.021Z Downloaded foreign-types v0.5.0
5652026-07-02T20:25:24.021Z Downloaded funty v2.0.0
5662026-07-02T20:25:24.021Z Downloaded foreign-types-macros v0.2.3
5672026-07-02T20:25:24.024Z Downloaded foreign-types v0.3.2
5682026-07-02T20:25:24.024Z Downloaded fd-lock v4.0.4
5692026-07-02T20:25:24.024Z Downloaded futures-task v0.3.32
5702026-07-02T20:25:24.028Z Downloaded futures-sink v0.3.32
5712026-07-02T20:25:24.028Z Downloaded arrayvec v0.7.6
5722026-07-02T20:25:24.031Z Downloaded async-trait v0.1.89
5732026-07-02T20:25:24.034Z Downloaded float-cmp v0.10.0
5742026-07-02T20:25:24.034Z Downloaded flagset v0.4.7
5752026-07-02T20:25:24.037Z Downloaded foreign-types-shared v0.3.1
5762026-07-02T20:25:24.037Z Downloaded blowfish v0.10.0
5772026-07-02T20:25:24.040Z Downloaded futures-core v0.3.32
5782026-07-02T20:25:24.043Z Downloaded delegate v0.13.5
5792026-07-02T20:25:24.043Z Downloaded byte-wrapper v0.1.0
5802026-07-02T20:25:24.043Z Downloaded ed25519 v2.2.3
5812026-07-02T20:25:24.047Z Downloaded corncobs v0.1.4
5822026-07-02T20:25:24.047Z Downloaded cassowary v0.3.0
5832026-07-02T20:25:24.047Z Downloaded cipher v0.5.2
5842026-07-02T20:25:24.050Z Downloaded der_derive v0.7.3
5852026-07-02T20:25:24.050Z Downloaded bitflags v1.3.2
5862026-07-02T20:25:24.053Z Downloaded ecdsa v0.16.9
5872026-07-02T20:25:24.053Z Downloaded futures-io v0.3.32
5882026-07-02T20:25:24.053Z Downloaded derive_builder v0.20.2
5892026-07-02T20:25:24.057Z Downloaded erased-serde v0.3.31
5902026-07-02T20:25:24.060Z Downloaded derive-ex v0.1.8
5912026-07-02T20:25:24.060Z Downloaded darling v0.23.0
5922026-07-02T20:25:24.064Z Downloaded gethostname v0.5.0
5932026-07-02T20:25:24.064Z Downloaded crossbeam-utils v0.8.21
5942026-07-02T20:25:24.067Z Downloaded fxhash v0.2.1
5952026-07-02T20:25:24.067Z Downloaded git-stub v1.0.0
5962026-07-02T20:25:24.067Z Downloaded ghash v0.6.0
5972026-07-02T20:25:24.067Z Downloaded console v0.15.11
5982026-07-02T20:25:24.071Z Downloaded globwalk v0.9.1
5992026-07-02T20:25:24.071Z Downloaded darling v0.21.3
6002026-07-02T20:25:24.074Z Downloaded backoff v0.4.0
6012026-07-02T20:25:24.077Z Downloaded ena v0.14.4
6022026-07-02T20:25:24.077Z Downloaded chacha20 v0.9.1
6032026-07-02T20:25:24.077Z Downloaded ed25519 v3.0.0
6042026-07-02T20:25:24.080Z Downloaded cbc v0.2.1
6052026-07-02T20:25:24.080Z Downloaded defmt v1.0.1
6062026-07-02T20:25:24.083Z Downloaded dropshot-api-manager-types v0.7.2
6072026-07-02T20:25:24.083Z Downloaded enum_dispatch v0.3.13
6082026-07-02T20:25:24.086Z Downloaded ff v0.14.0
6092026-07-02T20:25:24.086Z Downloaded hash32 v0.3.1
6102026-07-02T20:25:24.089Z Downloaded fs_extra v1.3.0
6112026-07-02T20:25:24.089Z Downloaded ff v0.13.1
6122026-07-02T20:25:24.089Z Downloaded fixedbitset v0.4.2
6132026-07-02T20:25:24.092Z Downloaded env_logger v0.11.9
6142026-07-02T20:25:24.092Z Downloaded digest v0.11.3
6152026-07-02T20:25:24.095Z Downloaded fixedbitset v0.5.7
6162026-07-02T20:25:24.095Z Downloaded foldhash v0.2.0
6172026-07-02T20:25:24.098Z Downloaded find-msvc-tools v0.1.9
6182026-07-02T20:25:24.098Z Downloaded fs-err v2.11.0
6192026-07-02T20:25:24.098Z Downloaded form_urlencoded v1.2.2
6202026-07-02T20:25:24.101Z Downloaded foldhash v0.1.5
6212026-07-02T20:25:24.102Z Downloaded filetime v0.2.27
6222026-07-02T20:25:24.102Z Downloaded const-oid v0.9.6
6232026-07-02T20:25:24.105Z Downloaded hex v0.4.3
6242026-07-02T20:25:24.105Z Downloaded const_format_proc_macros v0.2.34
6252026-07-02T20:25:24.108Z Downloaded headers-core v0.3.0
6262026-07-02T20:25:24.108Z Downloaded console v0.16.2
6272026-07-02T20:25:24.108Z Downloaded crossbeam-epoch v0.9.18
6282026-07-02T20:25:24.112Z Downloaded fallible-iterator v0.2.0
6292026-07-02T20:25:24.112Z Downloaded futures-executor v0.3.32
6302026-07-02T20:25:24.112Z Downloaded cookie v0.18.1
6312026-07-02T20:25:24.115Z Downloaded colored v2.2.0
6322026-07-02T20:25:24.115Z Downloaded bzip2 v0.6.1
6332026-07-02T20:25:24.118Z Downloaded hostname v0.3.1
6342026-07-02T20:25:24.118Z Downloaded defmt-macros v1.0.1
6352026-07-02T20:25:24.122Z Downloaded hostname v0.4.2
6362026-07-02T20:25:24.122Z Downloaded ecdsa v0.17.0-rc.18
6372026-07-02T20:25:24.122Z Downloaded http-range v0.1.5
6382026-07-02T20:25:24.125Z Downloaded colored v3.1.1
6392026-07-02T20:25:24.125Z Downloaded blake2 v0.10.6
6402026-07-02T20:25:24.128Z Downloaded home v0.5.12
6412026-07-02T20:25:24.128Z Downloaded deranged v0.5.8
6422026-07-02T20:25:24.128Z Downloaded const-oid v0.10.2
6432026-07-02T20:25:24.133Z Downloaded httpdate v1.0.3
6442026-07-02T20:25:24.133Z Downloaded http-body v1.0.1
6452026-07-02T20:25:24.133Z Downloaded hubpack_derive v0.1.1
6462026-07-02T20:25:24.133Z Downloaded group v0.14.0
6472026-07-02T20:25:24.133Z Downloaded git-stub-vcs v0.1.0
6482026-07-02T20:25:24.136Z Downloaded futures-macro v0.3.32
6492026-07-02T20:25:24.136Z Downloaded hubpack v0.1.2
6502026-07-02T20:25:24.136Z Downloaded group v0.13.0
6512026-07-02T20:25:24.140Z Downloaded argon2 v0.6.0-rc.8
6522026-07-02T20:25:24.140Z Downloaded compression-codecs v0.4.37
6532026-07-02T20:25:24.143Z Downloaded cipher v0.4.4
6542026-07-02T20:25:24.143Z Downloaded bitfield-struct v0.6.2
6552026-07-02T20:25:24.143Z Downloaded bit-vec v0.8.0
6562026-07-02T20:25:24.177Z Downloaded glob v0.3.3
6572026-07-02T20:25:24.177Z Downloaded darling_core v0.20.11
6582026-07-02T20:25:24.183Z Downloaded blake2 v0.11.0-rc.6
6592026-07-02T20:25:24.183Z Downloaded backon v1.6.0
6602026-07-02T20:25:24.184Z Downloaded hash32 v0.2.1
6612026-07-02T20:25:24.184Z Downloaded illumos-nvpair-sys v0.2.0
6622026-07-02T20:25:24.184Z Downloaded inout v0.1.4
6632026-07-02T20:25:24.184Z Downloaded clang-sys v1.8.1
6642026-07-02T20:25:24.184Z Downloaded hex-literal v1.1.0
6652026-07-02T20:25:24.184Z Downloaded diesel-dtrace v0.5.0
6662026-07-02T20:25:24.184Z Downloaded async-bb8-diesel v0.2.1
6672026-07-02T20:25:24.184Z Downloaded camino-tempfile-ext v0.3.3
6682026-07-02T20:25:24.184Z Downloaded displaydoc v0.2.5
6692026-07-02T20:25:24.184Z Downloaded illumos-nvpair v0.3.0
6702026-07-02T20:25:24.184Z Downloaded idna_adapter v1.2.1
6712026-07-02T20:25:24.184Z Downloaded ident_case v1.0.1
6722026-07-02T20:25:24.184Z Downloaded buf-list v1.1.2
6732026-07-02T20:25:24.184Z Downloaded bitfield v0.19.4
6742026-07-02T20:25:24.184Z Downloaded anstream v0.6.21
6752026-07-02T20:25:24.184Z Downloaded cexpr v0.6.0
6762026-07-02T20:25:24.184Z Downloaded indent_write v2.2.0
6772026-07-02T20:25:24.184Z Downloaded is-terminal v0.4.17
6782026-07-02T20:25:24.184Z Downloaded inout v0.2.2
6792026-07-02T20:25:24.184Z Downloaded is_ci v1.2.0
6802026-07-02T20:25:24.184Z Downloaded instant v0.1.13
6812026-07-02T20:25:24.184Z Downloaded bzip2 v0.4.4
6822026-07-02T20:25:24.184Z Downloaded instability v0.3.11
6832026-07-02T20:25:24.184Z Downloaded futures-channel v0.3.32
6842026-07-02T20:25:24.184Z Downloaded darling_core v0.13.4
6852026-07-02T20:25:24.188Z Downloaded des v0.9.0
6862026-07-02T20:25:24.188Z Downloaded derive-where v1.6.0
6872026-07-02T20:25:24.189Z Downloaded ciborium v0.2.2
6882026-07-02T20:25:24.189Z Downloaded internet-checksum v0.2.1
6892026-07-02T20:25:24.195Z Downloaded keccak v0.1.6
6902026-07-02T20:25:24.198Z Downloaded http-body-util v0.1.3
6912026-07-02T20:25:24.198Z Downloaded kstat-rs v0.2.4
6922026-07-02T20:25:24.198Z Downloaded getrandom v0.2.17
6932026-07-02T20:25:24.201Z Downloaded libscf-sys v1.1.0
6942026-07-02T20:25:24.202Z Downloaded humantime v2.3.0
6952026-07-02T20:25:24.205Z Downloaded globset v0.4.18
6962026-07-02T20:25:24.205Z Downloaded linked-hash-map v0.5.6
6972026-07-02T20:25:24.205Z Downloaded kem v0.3.0
6982026-07-02T20:25:24.208Z Downloaded maybe-uninit v2.0.0
6992026-07-02T20:25:24.208Z Downloaded lru v0.12.5
7002026-07-02T20:25:24.211Z Downloaded match_cfg v0.1.0
7012026-07-02T20:25:24.211Z Downloaded managed v0.8.0
7022026-07-02T20:25:24.214Z Downloaded crypto-bigint v0.5.5
7032026-07-02T20:25:24.217Z Downloaded lzss v0.8.2
7042026-07-02T20:25:24.217Z Downloaded hyper-tls v0.6.0
7052026-07-02T20:25:24.220Z Downloaded lazy_static v1.5.0
7062026-07-02T20:25:24.220Z Downloaded dropshot_endpoint v0.17.1
7072026-07-02T20:25:24.223Z Downloaded drift v0.2.0
7082026-07-02T20:25:24.227Z Downloaded md5 v0.8.0
7092026-07-02T20:25:24.230Z Downloaded ed25519-dalek v3.0.0-rc.0
7102026-07-02T20:25:24.233Z Downloaded md-5 v0.10.6
7112026-07-02T20:25:24.234Z Downloaded cancel-safe-futures v0.1.5
7122026-07-02T20:25:24.237Z Downloaded futures v0.3.32
7132026-07-02T20:25:24.237Z Downloaded fatfs v0.3.6
7142026-07-02T20:25:24.240Z Downloaded elliptic-curve v0.14.0-rc.33
7152026-07-02T20:25:24.243Z Downloaded memoffset v0.9.1
7162026-07-02T20:25:24.243Z Downloaded impl-trait-for-tuples v0.2.3
7172026-07-02T20:25:24.243Z Downloaded maplit v1.0.2
7182026-07-02T20:25:24.246Z Downloaded lru-slab v0.1.2
7192026-07-02T20:25:24.246Z Downloaded lru-cache v0.1.2
7202026-07-02T20:25:24.246Z Downloaded mime v0.3.17
7212026-07-02T20:25:24.246Z Downloaded indoc v1.0.9
7222026-07-02T20:25:24.249Z Downloaded ipnetwork v0.21.1
7232026-07-02T20:25:24.249Z Downloaded half v1.8.3
7242026-07-02T20:25:24.253Z Downloaded diff v0.1.13
7252026-07-02T20:25:24.253Z Downloaded ingot-types v0.1.2
7262026-07-02T20:25:24.257Z Downloaded newline-converter v0.3.0
7272026-07-02T20:25:24.257Z Downloaded new_debug_unreachable v1.0.6
7282026-07-02T20:25:24.257Z Downloaded chacha20poly1305 v0.10.1
7292026-07-02T20:25:24.257Z Downloaded derive_more v0.99.20
7302026-07-02T20:25:24.260Z Downloaded lalrpop-util v0.19.12
7312026-07-02T20:25:24.263Z Downloaded highway v1.3.0
7322026-07-02T20:25:24.266Z Downloaded newtype-uuid-macros v0.1.0
7332026-07-02T20:25:24.269Z Downloaded normalize-line-endings v0.3.0
7342026-07-02T20:25:24.272Z Downloaded newtype_derive v0.1.6
7352026-07-02T20:25:24.272Z Downloaded hmac v0.13.0
7362026-07-02T20:25:24.272Z Downloaded base64 v0.21.7
7372026-07-02T20:25:24.279Z Downloaded ipnet v2.11.0
7382026-07-02T20:25:24.279Z Downloaded ingot v0.1.1
7392026-07-02T20:25:24.283Z Downloaded libsw-core v0.3.2
7402026-07-02T20:25:24.283Z Downloaded nonempty v0.12.0
7412026-07-02T20:25:24.283Z Downloaded nodrop v0.1.14
7422026-07-02T20:25:24.283Z Downloaded keccak v0.2.0
7432026-07-02T20:25:24.283Z Downloaded jobserver v0.1.34
7442026-07-02T20:25:24.283Z Downloaded hyper-staticfile v0.10.1
7452026-07-02T20:25:24.286Z Downloaded num-conv v0.2.0
7462026-07-02T20:25:24.286Z Downloaded num-iter v0.1.45
7472026-07-02T20:25:24.286Z Downloaded num_enum_derive v0.5.11
7482026-07-02T20:25:24.286Z Downloaded num-derive v0.4.2
7492026-07-02T20:25:24.289Z Downloaded httparse v1.10.1
7502026-07-02T20:25:24.289Z Downloaded iana-time-zone v0.1.65
7512026-07-02T20:25:24.292Z Downloaded hyper-rustls v0.27.7
7522026-07-02T20:25:24.292Z Downloaded linear-map v1.2.0
7532026-07-02T20:25:24.295Z Downloaded hybrid-array v0.4.13
7542026-07-02T20:25:24.295Z Downloaded libsw v3.5.0
7552026-07-02T20:25:24.300Z Downloaded libefi-sys v0.1.0
7562026-07-02T20:25:24.300Z Downloaded elliptic-curve v0.13.8
7572026-07-02T20:25:24.304Z Downloaded chacha20 v0.10.0
7582026-07-02T20:25:24.304Z Downloaded num-derive v0.3.3
7592026-07-02T20:25:24.304Z Downloaded num v0.4.3
7602026-07-02T20:25:24.307Z Downloaded getrandom v0.3.4
7612026-07-02T20:25:24.307Z Downloaded num_threads v0.1.7
7622026-07-02T20:25:24.307Z Downloaded const_format v0.2.35
7632026-07-02T20:25:24.310Z Downloaded generic-array v1.4.3
7642026-07-02T20:25:24.313Z Downloaded ahash v0.8.12
7652026-07-02T20:25:24.313Z Downloaded nibble_vec v0.1.0
7662026-07-02T20:25:24.316Z Downloaded openssl-probe v0.2.1
7672026-07-02T20:25:24.316Z Downloaded mime_guess v2.0.5
7682026-07-02T20:25:24.319Z Downloaded module-lattice v0.2.3
7692026-07-02T20:25:24.322Z Downloaded multimap v0.10.1
7702026-07-02T20:25:24.322Z Downloaded ingot-macros v0.1.1
7712026-07-02T20:25:24.326Z Downloaded bumpalo v3.20.2
7722026-07-02T20:25:24.326Z Downloaded allocator-api2 v0.2.21
7732026-07-02T20:25:24.328Z Downloaded opaque-debug v0.3.1
7742026-07-02T20:25:24.328Z Downloaded oso-derive v0.27.3
7752026-07-02T20:25:24.329Z Downloaded openssl-probe v0.1.6
7762026-07-02T20:25:24.332Z Downloaded darling_core v0.23.0
7772026-07-02T20:25:24.335Z Downloaded cc v1.2.56
7782026-07-02T20:25:24.335Z Downloaded derive_more v2.1.1
7792026-07-02T20:25:24.353Z Downloaded password-hash v0.6.1
7802026-07-02T20:25:24.356Z Downloaded parse-size v1.1.0
7812026-07-02T20:25:24.356Z Downloaded parse-display v0.10.0
7822026-07-02T20:25:24.357Z Downloaded packed_struct_codegen v0.10.1
7832026-07-02T20:25:24.360Z Downloaded newtype-uuid v1.3.2
7842026-07-02T20:25:24.360Z Downloaded native-tls v0.2.18
7852026-07-02T20:25:24.360Z Downloaded nanorand v0.7.0
7862026-07-02T20:25:24.363Z Downloaded path-slash v0.1.5
7872026-07-02T20:25:24.363Z Downloaded num-integer v0.1.46
7882026-07-02T20:25:24.363Z Downloaded num-complex v0.4.6
7892026-07-02T20:25:24.366Z Downloaded nu-ansi-term v0.50.3
7902026-07-02T20:25:24.366Z Downloaded litemap v0.8.1
7912026-07-02T20:25:24.369Z Downloaded libloading v0.8.9
7922026-07-02T20:25:24.369Z Downloaded num_enum v0.7.6
7932026-07-02T20:25:24.375Z Downloaded peg-runtime v0.8.5
7942026-07-02T20:25:24.375Z Downloaded num-rational v0.4.2
7952026-07-02T20:25:24.379Z Downloaded crossbeam-channel v0.5.15
7962026-07-02T20:25:24.379Z Downloaded num_enum_derive v0.7.6
7972026-07-02T20:25:24.379Z Downloaded litrs v1.0.0
7982026-07-02T20:25:24.382Z Downloaded ignore v0.4.25
7992026-07-02T20:25:24.382Z Downloaded half v2.7.1
8002026-07-02T20:25:24.385Z Downloaded der v0.7.10
8012026-07-02T20:25:24.390Z Downloaded phf_shared v0.11.3
8022026-07-02T20:25:24.390Z Downloaded percent-encoding v2.3.2
8032026-07-02T20:25:24.390Z Downloaded lock_api v0.4.14
8042026-07-02T20:25:24.390Z Downloaded indoc v2.0.7
8052026-07-02T20:25:24.394Z Downloaded phf_shared v0.13.1
8062026-07-02T20:25:24.394Z Downloaded phf_shared v0.12.1
8072026-07-02T20:25:24.394Z Downloaded icu_provider v2.1.1
8082026-07-02T20:25:24.397Z Downloaded indexmap v1.9.3
8092026-07-02T20:25:24.397Z Downloaded flate2 v1.1.9
8102026-07-02T20:25:24.400Z Downloaded async-compression v0.4.41
8112026-07-02T20:25:24.403Z Downloaded heapless v0.8.0
8122026-07-02T20:25:24.406Z Downloaded ml-kem v0.3.2
8132026-07-02T20:25:24.409Z Downloaded headers v0.4.1
8142026-07-02T20:25:24.412Z Downloaded precomputed-hash v0.1.1
8152026-07-02T20:25:24.412Z Downloaded predicates-tree v1.0.13
8162026-07-02T20:25:24.412Z Downloaded powerfmt v0.2.0
8172026-07-02T20:25:24.413Z Downloaded potential_utf v0.1.4
8182026-07-02T20:25:24.416Z Downloaded flume v0.11.1
8192026-07-02T20:25:24.416Z Downloaded icu_properties v2.1.2
8202026-07-02T20:25:24.419Z Downloaded oxide-tokio-rt v0.1.4
8212026-07-02T20:25:24.419Z Downloaded compact_str v0.8.1
8222026-07-02T20:25:24.422Z Downloaded parking_lot_core v0.8.6
8232026-07-02T20:25:24.425Z Downloaded multer v3.1.0
8242026-07-02T20:25:24.425Z Downloaded oxnet v0.1.6
8252026-07-02T20:25:24.425Z Downloaded predicates-core v1.0.10
8262026-07-02T20:25:24.428Z Downloaded hmac v0.12.1
8272026-07-02T20:25:24.428Z Downloaded openssl-macros v0.1.1
8282026-07-02T20:25:24.428Z Downloaded paste v1.0.15
8292026-07-02T20:25:24.431Z Downloaded peg-macros v0.8.5
8302026-07-02T20:25:24.431Z Downloaded pbkdf2 v0.13.0
8312026-07-02T20:25:24.436Z Downloaded icu_normalizer_data v2.1.1
8322026-07-02T20:25:24.436Z Downloaded proc-macro-crate v3.4.0
8332026-07-02T20:25:24.440Z Downloaded peg v0.8.5
8342026-07-02T20:25:24.440Z Downloaded proc-macro-crate v1.3.1
8352026-07-02T20:25:24.440Z Downloaded pem v3.0.6
8362026-07-02T20:25:24.440Z Downloaded pem-rfc7468 v1.0.0
8372026-07-02T20:25:24.444Z Downloaded derive_more-impl v2.1.1
8382026-07-02T20:25:24.447Z Downloaded num_enum v0.5.11
8392026-07-02T20:25:24.450Z Downloaded indicatif v0.18.4
8402026-07-02T20:25:24.453Z Downloaded pem-rfc7468 v0.7.0
8412026-07-02T20:25:24.453Z Downloaded progenitor-macro v0.13.0
8422026-07-02T20:25:24.453Z Downloaded owo-colors v4.3.0
8432026-07-02T20:25:24.456Z Downloaded crossterm v0.29.0
8442026-07-02T20:25:24.459Z Downloaded quick-error v1.2.3
8452026-07-02T20:25:24.459Z Downloaded expectorate v1.2.0
8462026-07-02T20:25:24.462Z Downloaded pkg-config v0.3.32
8472026-07-02T20:25:24.462Z Downloaded phf v0.13.1
8482026-07-02T20:25:24.466Z Downloaded progenitor-macro v0.14.0
8492026-07-02T20:25:24.466Z Downloaded pkcs8 v0.10.2
8502026-07-02T20:25:24.466Z Downloaded hickory-resolver v0.25.2
8512026-07-02T20:25:24.470Z Downloaded heapless v0.7.17
8522026-07-02T20:25:24.470Z Downloaded progenitor-client v0.14.0
8532026-07-02T20:25:24.473Z Downloaded pin-project-lite v0.2.17
8542026-07-02T20:25:24.476Z Downloaded pin-project-internal v1.1.11
8552026-07-02T20:25:24.476Z Downloaded polyval v0.7.1
8562026-07-02T20:25:24.479Z Downloaded poly1305 v0.8.0
8572026-07-02T20:25:24.479Z Downloaded radium v0.7.0
8582026-07-02T20:25:24.479Z Downloaded psl-types v2.0.11
8592026-07-02T20:25:24.482Z Downloaded password-hash v0.5.0
8602026-07-02T20:25:24.482Z Downloaded memmap2 v0.9.10
8612026-07-02T20:25:24.485Z Downloaded rand_chacha v0.3.1
8622026-07-02T20:25:24.485Z Downloaded icu_normalizer v2.1.1
8632026-07-02T20:25:24.489Z Downloaded hickory-resolver v0.24.4
8642026-07-02T20:25:24.492Z Downloaded ed25519-dalek v2.2.0
8652026-07-02T20:25:24.492Z Downloaded icu_locale_core v2.1.1
8662026-07-02T20:25:24.495Z Downloaded ppv-lite86 v0.2.21
8672026-07-02T20:25:24.496Z Downloaded parse-display-derive v0.10.0
8682026-07-02T20:25:24.499Z Downloaded packed_struct v0.10.1
8692026-07-02T20:25:24.499Z Downloaded olpc-cjson v0.1.4
8702026-07-02T20:25:24.503Z Downloaded recursive v0.1.1
8712026-07-02T20:25:24.503Z Downloaded parking_lot v0.11.2
8722026-07-02T20:25:24.507Z Downloaded rand_xorshift v0.4.0
8732026-07-02T20:25:24.507Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-07-02T20:25:24.510Z Downloaded parking_lot_core v0.9.12
8752026-07-02T20:25:24.513Z Downloaded libbz2-rs-sys v0.2.2
8762026-07-02T20:25:24.513Z Downloaded icu_collections v2.1.1
8772026-07-02T20:25:24.519Z Downloaded primeorder v0.13.6
8782026-07-02T20:25:24.523Z Downloaded ref-cast-impl v1.0.25
8792026-07-02T20:25:24.524Z Downloaded ref-cast v1.0.25
8802026-07-02T20:25:24.525Z Downloaded crossterm v0.28.1
8812026-07-02T20:25:24.528Z Downloaded progenitor v0.13.0
8822026-07-02T20:25:24.528Z Downloaded proc-macro-error2 v2.0.1
8832026-07-02T20:25:24.528Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-07-02T20:25:24.528Z Downloaded rfc6979 v0.5.0
8852026-07-02T20:25:24.529Z Downloaded phc v0.6.1
8862026-07-02T20:25:24.532Z Downloaded rfc6979 v0.4.0
8872026-07-02T20:25:24.532Z Downloaded primeorder v0.14.0-rc.10
8882026-07-02T20:25:24.532Z Downloaded progenitor-extras v0.2.0
8892026-07-02T20:25:24.535Z Downloaded progenitor v0.14.0
8902026-07-02T20:25:24.535Z Downloaded progenitor-client v0.13.0
8912026-07-02T20:25:24.542Z Downloaded pkcs1 v0.8.0-rc.4
8922026-07-02T20:25:24.546Z Downloaded jiff-static v0.2.21
8932026-07-02T20:25:24.546Z Downloaded pkcs1 v0.7.5
8942026-07-02T20:25:24.551Z Downloaded postgres-protocol v0.6.10
8952026-07-02T20:25:24.551Z Downloaded omicron-zone-package v0.12.3
8962026-07-02T20:25:24.551Z Downloaded psm v0.1.30
8972026-07-02T20:25:24.556Z Downloaded russh-cryptovec v0.61.0
8982026-07-02T20:25:24.556Z Downloaded rtoolbox v0.0.3
8992026-07-02T20:25:24.556Z Downloaded postgres-types v0.2.12
9002026-07-02T20:25:24.560Z Downloaded rustc_version v0.4.1
9012026-07-02T20:25:24.560Z Downloaded rustc_version v0.1.7
9022026-07-02T20:25:24.560Z Downloaded russh-util v0.52.0
9032026-07-02T20:25:24.560Z Downloaded rand_chacha v0.9.0
9042026-07-02T20:25:24.560Z Downloaded postcard v1.1.3
9052026-07-02T20:25:24.563Z Downloaded miniz_oxide v0.8.9
9062026-07-02T20:25:24.563Z Downloaded der v0.8.0
9072026-07-02T20:25:24.567Z Downloaded poly1305 v0.9.0
9082026-07-02T20:25:24.571Z Downloaded pkcs8 v0.11.0
9092026-07-02T20:25:24.571Z Downloaded oso v0.27.3
9102026-07-02T20:25:24.574Z Downloaded predicates v3.1.4
9112026-07-02T20:25:24.574Z Downloaded papergrid v0.17.0
9122026-07-02T20:25:24.577Z Downloaded scopeguard v1.2.0
9132026-07-02T20:25:24.580Z Downloaded same-file v1.0.6
9142026-07-02T20:25:24.580Z Downloaded rand_seeder v0.4.0
9152026-07-02T20:25:24.581Z Downloaded scheduled-thread-pool v0.2.7
9162026-07-02T20:25:24.584Z Downloaded sapling-renderdag v0.1.0
9172026-07-02T20:25:24.584Z Downloaded parking_lot v0.12.5
9182026-07-02T20:25:24.588Z Downloaded primefield v0.14.0
9192026-07-02T20:25:24.588Z Downloaded rand_core v0.10.0
9202026-07-02T20:25:24.588Z Downloaded rand_core v0.6.4
9212026-07-02T20:25:24.592Z Downloaded r2d2 v0.8.10
9222026-07-02T20:25:24.592Z Downloaded scroll_derive v0.13.1
9232026-07-02T20:25:24.600Z Downloaded secrecy v0.10.3
9242026-07-02T20:25:24.603Z Downloaded seq-macro v0.3.6
9252026-07-02T20:25:24.603Z Downloaded secrecy v0.8.0
9262026-07-02T20:25:24.603Z Downloaded serde-big-array v0.5.1
9272026-07-02T20:25:24.607Z Downloaded num-traits v0.2.19
9282026-07-02T20:25:24.607Z Downloaded diesel_derives v2.3.7
9292026-07-02T20:25:24.612Z Downloaded phf v0.12.1
9302026-07-02T20:25:24.624Z Downloaded rustls-pemfile v2.2.0
9312026-07-02T20:25:24.628Z Downloaded serde_plain v1.0.2
9322026-07-02T20:25:24.628Z Downloaded serde_spanned v1.1.1
9332026-07-02T20:25:24.631Z Downloaded minimal-lexical v0.2.1
9342026-07-02T20:25:24.631Z Downloaded serde_repr v0.1.20
9352026-07-02T20:25:24.634Z Downloaded hashbrown v0.13.2
9362026-07-02T20:25:24.637Z Downloaded pkcs5 v0.8.1
9372026-07-02T20:25:24.640Z Downloaded p384 v0.14.0-rc.10
9382026-07-02T20:25:24.640Z Downloaded prefix-trie v0.7.0
9392026-07-02T20:25:24.643Z Downloaded quinn-udp v0.5.14
9402026-07-02T20:25:24.643Z Downloaded hashbrown v0.12.3
9412026-07-02T20:25:24.646Z Downloaded serde_urlencoded v0.7.1
9422026-07-02T20:25:24.649Z Downloaded rustversion v1.0.22
9432026-07-02T20:25:24.649Z Downloaded hickory-server v0.25.2
9442026-07-02T20:25:24.653Z Downloaded rusty-fork v0.3.1
9452026-07-02T20:25:24.653Z Downloaded sha1 v0.11.0
9462026-07-02T20:25:24.656Z Downloaded signal-hook-mio v0.2.5
9472026-07-02T20:25:24.656Z Downloaded schemars_derive v0.8.22
9482026-07-02T20:25:24.656Z Downloaded rand_core v0.9.5
9492026-07-02T20:25:24.659Z Downloaded shell-words v1.1.1
9502026-07-02T20:25:24.659Z Downloaded sha1 v0.10.6
9512026-07-02T20:25:24.659Z Downloaded serde_bytes v0.11.19
9522026-07-02T20:25:24.662Z Downloaded rustc-hash v2.1.1
9532026-07-02T20:25:24.665Z Downloaded signature v3.0.0
9542026-07-02T20:25:24.665Z Downloaded signature v2.2.0
9552026-07-02T20:25:24.665Z Downloaded hyper-util v0.1.20
9562026-07-02T20:25:24.672Z Downloaded scrypt v0.12.0
9572026-07-02T20:25:24.675Z Downloaded scroll v0.13.0
9582026-07-02T20:25:24.678Z Downloaded signal-hook-tokio v0.3.1
9592026-07-02T20:25:24.678Z Downloaded slog-envlogger v2.2.0
9602026-07-02T20:25:24.681Z Downloaded sigpipe v0.1.3
9612026-07-02T20:25:24.682Z Downloaded sec1 v0.7.3
9622026-07-02T20:25:24.682Z Downloaded slog-bunyan v2.5.0
9632026-07-02T20:25:24.685Z Downloaded pin-project v1.1.11
9642026-07-02T20:25:24.689Z Downloaded serde-hex v0.1.0
9652026-07-02T20:25:24.692Z Downloaded sec1 v0.8.1
9662026-07-02T20:25:24.692Z Downloaded aes-gcm v0.11.0
9672026-07-02T20:25:24.695Z Downloaded resolv-conf v0.7.6
9682026-07-02T20:25:24.695Z Downloaded progenitor-impl v0.14.0
9692026-07-02T20:25:24.698Z Downloaded mio v1.2.0
9702026-07-02T20:25:24.702Z Downloaded serde_derive_internals v0.29.1
9712026-07-02T20:25:24.702Z Downloaded rustls-pki-types v1.14.0
9722026-07-02T20:25:24.706Z Downloaded bindgen v0.71.1
9732026-07-02T20:25:24.709Z Downloaded openssl-sys v0.9.115
9742026-07-02T20:25:24.713Z Downloaded serdect v0.4.3
9752026-07-02T20:25:24.714Z Downloaded salsa20 v0.11.0
9762026-07-02T20:25:24.717Z Downloaded internal-russh-num-bigint v0.5.0
9772026-07-02T20:25:24.717Z Downloaded pretty_assertions v1.4.1
9782026-07-02T20:25:24.720Z Downloaded num-bigint v0.4.6
9792026-07-02T20:25:24.723Z Downloaded serde_path_to_error v0.1.20
9802026-07-02T20:25:24.723Z Downloaded itertools v0.10.5
9812026-07-02T20:25:24.726Z Downloaded serde_with_macros v1.5.2
9822026-07-02T20:25:24.726Z Downloaded http v1.4.2
9832026-07-02T20:25:24.729Z Downloaded rustls-native-certs v0.8.3
9842026-07-02T20:25:24.732Z Downloaded sqlparser_derive v0.5.0
9852026-07-02T20:25:24.732Z Downloaded p256 v0.14.0-rc.10
9862026-07-02T20:25:24.736Z Downloaded dropshot-api-manager v0.7.2
9872026-07-02T20:25:24.740Z Downloaded stable_deref_trait v1.2.1
9882026-07-02T20:25:24.740Z Downloaded signal-hook-registry v1.4.8
9892026-07-02T20:25:24.746Z Downloaded siphasher v1.0.2
9902026-07-02T20:25:24.749Z Downloaded strip-ansi-escapes v0.2.1
9912026-07-02T20:25:24.752Z Downloaded structmeta-derive v0.3.0
9922026-07-02T20:25:24.758Z Downloaded strum v0.27.2
9932026-07-02T20:25:24.758Z Downloaded shlex v1.3.0
9942026-07-02T20:25:24.758Z Downloaded slog-json v2.6.1
9952026-07-02T20:25:24.763Z Downloaded slog-dtrace v0.3.0
9962026-07-02T20:25:24.763Z Downloaded slog-async v2.8.0
9972026-07-02T20:25:24.763Z Downloaded structmeta v0.3.0
9982026-07-02T20:25:24.763Z Downloaded strum v0.26.3
9992026-07-02T20:25:24.763Z Downloaded slab v0.4.12
10002026-07-02T20:25:24.766Z Downloaded strsim v0.10.0
10012026-07-02T20:25:24.769Z Downloaded progenitor-impl v0.13.0
10022026-07-02T20:25:24.808Z Downloaded snafu-derive v0.8.9
10032026-07-02T20:25:24.815Z Downloaded smf v0.2.3
10042026-07-02T20:25:24.815Z Downloaded smallvec v0.6.14
10052026-07-02T20:25:24.815Z Downloaded slog-scope v4.4.1
10062026-07-02T20:25:24.815Z Downloaded semver v0.1.20
10072026-07-02T20:25:24.815Z Downloaded tabwriter v1.4.1
10082026-07-02T20:25:24.815Z Downloaded tagptr v0.2.0
10092026-07-02T20:25:24.815Z Downloaded tabled_derive v0.11.0
10102026-07-02T20:25:24.816Z Downloaded serde_cbor v0.11.2
10112026-07-02T20:25:24.816Z Downloaded supports-color v3.0.2
10122026-07-02T20:25:24.816Z Downloaded subtle v2.6.1
10132026-07-02T20:25:24.816Z Downloaded testing_table v0.3.0
10142026-07-02T20:25:24.816Z Downloaded slog-term v2.9.2
10152026-07-02T20:25:24.816Z Downloaded spki v0.7.3
10162026-07-02T20:25:24.816Z Downloaded sync_wrapper v1.0.2
10172026-07-02T20:25:24.816Z Downloaded prettyplease v0.2.37
10182026-07-02T20:25:24.816Z Downloaded nom v7.1.3
10192026-07-02T20:25:24.816Z Downloaded termtree v0.5.1
10202026-07-02T20:25:24.816Z Downloaded tap v1.0.1
10212026-07-02T20:25:24.816Z Downloaded take_mut v0.2.2
10222026-07-02T20:25:24.816Z Downloaded serde_with_macros v3.17.0
10232026-07-02T20:25:24.816Z Downloaded sqlformat v0.3.5
10242026-07-02T20:25:24.816Z Downloaded rayon-core v1.13.0
10252026-07-02T20:25:24.817Z Downloaded sync-ptr v0.1.4
10262026-07-02T20:25:24.817Z Downloaded slog-stdlog v4.1.1
10272026-07-02T20:25:24.817Z Downloaded ryu v1.0.23
10282026-07-02T20:25:24.817Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-02T20:25:24.817Z Downloaded thiserror-impl-no-std v2.0.2
10302026-07-02T20:25:24.817Z Downloaded thread-id v5.1.0
10312026-07-02T20:25:24.822Z Downloaded spki v0.8.0
10322026-07-02T20:25:24.822Z Downloaded ssh-cipher v0.3.0-rc.9
10332026-07-02T20:25:24.822Z Downloaded libxml v0.3.3
10342026-07-02T20:25:24.822Z Downloaded string_cache v0.8.9
10352026-07-02T20:25:24.826Z Downloaded rcgen v0.12.1
10362026-07-02T20:25:24.826Z Downloaded strum_macros v0.26.4
10372026-07-02T20:25:24.829Z Downloaded tokio-macros v2.7.0
10382026-07-02T20:25:24.829Z Downloaded tinyvec_macros v0.1.1
10392026-07-02T20:25:24.829Z Downloaded schemars v0.8.22
10402026-07-02T20:25:24.835Z Downloaded publicsuffix v2.3.0
10412026-07-02T20:25:24.838Z Downloaded stringprep v0.1.5
10422026-07-02T20:25:24.841Z Downloaded simd-adler32 v0.3.8
10432026-07-02T20:25:24.841Z Downloaded static_assertions v1.1.0
10442026-07-02T20:25:24.841Z Downloaded itertools v0.13.0
10452026-07-02T20:25:24.845Z Downloaded qorb v0.4.1
10462026-07-02T20:25:24.848Z Downloaded ron v0.8.1
10472026-07-02T20:25:24.854Z Downloaded synstructure v0.13.2
10482026-07-02T20:25:24.859Z Downloaded strum_macros v0.27.2
10492026-07-02T20:25:24.859Z Downloaded strum_macros v0.24.3
10502026-07-02T20:25:24.859Z Downloaded spin v0.9.8
10512026-07-02T20:25:24.859Z Downloaded smallvec v1.15.1
10522026-07-02T20:25:24.862Z Downloaded tokio-test v0.4.5
10532026-07-02T20:25:24.862Z Downloaded quinn v0.11.9
10542026-07-02T20:25:24.865Z Downloaded hashbrown v0.15.5
10552026-07-02T20:25:24.870Z Downloaded termios v0.3.3
10562026-07-02T20:25:24.873Z Downloaded p521 v0.14.0-rc.10
10572026-07-02T20:25:24.876Z Downloaded sha2 v0.11.0
10582026-07-02T20:25:24.876Z Downloaded itertools v0.12.1
10592026-07-02T20:25:24.882Z Downloaded time-core v0.1.8
10602026-07-02T20:25:24.885Z Downloaded thread_local v1.1.9
10612026-07-02T20:25:24.885Z Downloaded num-bigint-dig v0.8.6
10622026-07-02T20:25:24.888Z Downloaded tower-layer v0.3.3
10632026-07-02T20:25:24.888Z Downloaded topological-sort v0.2.2
10642026-07-02T20:25:24.891Z Downloaded futures-util v0.3.32
10652026-07-02T20:25:24.897Z Downloaded tower-service v0.3.3
10662026-07-02T20:25:24.900Z Downloaded stacker v0.1.23
10672026-07-02T20:25:24.900Z Downloaded signal-hook v0.3.18
10682026-07-02T20:25:24.900Z Downloaded schemars v0.9.0
10692026-07-02T20:25:24.907Z Downloaded unarray v0.1.4
10702026-07-02T20:25:24.910Z Downloaded typify-macro v0.6.2
10712026-07-02T20:25:24.910Z Downloaded try-lock v0.2.5
10722026-07-02T20:25:24.910Z Downloaded unicode-truncate v1.1.0
10732026-07-02T20:25:24.915Z Downloaded trait-variant v0.1.2
10742026-07-02T20:25:24.915Z Downloaded tokio-dtrace v0.1.1
10752026-07-02T20:25:24.915Z Downloaded universal-hash v0.5.1
10762026-07-02T20:25:24.915Z Downloaded tiny-keccak v2.0.2
10772026-07-02T20:25:24.918Z Downloaded universal-hash v0.6.1
10782026-07-02T20:25:24.918Z Downloaded h2 v0.4.15
10792026-07-02T20:25:24.922Z Downloaded idna v1.1.0
10802026-07-02T20:25:24.922Z Downloaded iri-string v0.7.10
10812026-07-02T20:25:24.926Z Downloaded rustls-platform-verifier v0.6.2
10822026-07-02T20:25:24.929Z Downloaded utf-8 v0.7.6
10832026-07-02T20:25:24.932Z Downloaded unit-prefix v0.5.2
10842026-07-02T20:25:24.933Z Downloaded tls_codec_derive v0.4.2
10852026-07-02T20:25:24.933Z Downloaded serde_yaml v0.9.34+deprecated
10862026-07-02T20:25:24.936Z Downloaded untrusted v0.7.1
10872026-07-02T20:25:24.936Z Downloaded tokio-tungstenite v0.21.0
10882026-07-02T20:25:24.940Z Downloaded itertools v0.14.0
10892026-07-02T20:25:24.943Z Downloaded usdt v0.6.0
10902026-07-02T20:25:24.943Z Downloaded usdt-macro v0.6.0
10912026-07-02T20:25:24.943Z Downloaded usdt-attr-macro v0.6.0
10922026-07-02T20:25:24.943Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10932026-07-02T20:25:24.946Z Downloaded tokio-tungstenite v0.23.1
10942026-07-02T20:25:24.946Z Downloaded utf8_iter v1.0.4
10952026-07-02T20:25:24.947Z Downloaded term v1.2.1
10962026-07-02T20:25:24.950Z Downloaded rustls-webpki v0.103.13
10972026-07-02T20:25:24.950Z Downloaded hkdf v0.12.4
10982026-07-02T20:25:24.953Z Downloaded term v0.7.0
10992026-07-02T20:25:24.956Z Downloaded rand v0.9.2
11002026-07-02T20:25:24.956Z Downloaded rand v0.8.6
11012026-07-02T20:25:24.959Z Downloaded rsa v0.9.10
11022026-07-02T20:25:24.962Z Downloaded toml_writer v1.1.1+spec-1.1.0
11032026-07-02T20:25:24.962Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-07-02T20:25:24.965Z Downloaded void v1.0.2
11052026-07-02T20:25:24.966Z Downloaded schemars v1.2.1
11062026-07-02T20:25:24.972Z Downloaded waitgroup v0.1.2
11072026-07-02T20:25:24.977Z Downloaded icu_properties_data v2.1.2
11082026-07-02T20:25:24.982Z Downloaded hkdf v0.13.0
11092026-07-02T20:25:24.992Z Downloaded tui-tree-widget v0.23.1
11102026-07-02T20:25:24.992Z Downloaded tokio-rustls v0.26.4
11112026-07-02T20:25:24.992Z Downloaded tls_codec v0.4.2
11122026-07-02T20:25:24.992Z Downloaded unicase v2.9.0
11132026-07-02T20:25:24.992Z Downloaded crypto-primes v0.7.2
11142026-07-02T20:25:24.992Z Downloaded want v0.3.1
11152026-07-02T20:25:24.993Z Downloaded unicode-xid v0.2.6
11162026-07-02T20:25:24.993Z Downloaded tokio-native-tls v0.3.1
11172026-07-02T20:25:24.993Z Downloaded tinystr v0.8.2
11182026-07-02T20:25:24.996Z Downloaded slog v2.8.2
11192026-07-02T20:25:24.996Z Downloaded similar v2.7.0
11202026-07-02T20:25:24.999Z Downloaded time-macros v0.2.27
11212026-07-02T20:25:24.999Z Downloaded untrusted v0.9.0
11222026-07-02T20:25:25.034Z Downloaded subprocess v0.2.15
11232026-07-02T20:25:25.035Z Downloaded yoke-derive v0.8.1
11242026-07-02T20:25:25.035Z Downloaded test-strategy v0.4.5
11252026-07-02T20:25:25.035Z Downloaded socket2 v0.5.10
11262026-07-02T20:25:25.035Z Downloaded support-bundle-viewer v0.1.2
11272026-07-02T20:25:25.035Z Downloaded hashbrown v0.16.1
11282026-07-02T20:25:25.035Z Downloaded thiserror-no-std v2.0.2
11292026-07-02T20:25:25.035Z Downloaded xattr v1.6.1
11302026-07-02T20:25:25.035Z Downloaded xshell-macros v0.2.7
11312026-07-02T20:25:25.035Z Downloaded uzers v0.12.2
11322026-07-02T20:25:25.035Z Downloaded zeroize_derive v1.4.3
11332026-07-02T20:25:25.035Z Downloaded socket2 v0.6.3
11342026-07-02T20:25:25.035Z Downloaded hyper v1.10.1
11352026-07-02T20:25:25.035Z Downloaded toml_parser v1.1.2+spec-1.1.0
11362026-07-02T20:25:25.035Z Downloaded samael v0.0.19
11372026-07-02T20:25:25.035Z Downloaded wait-timeout v0.2.1
11382026-07-02T20:25:25.035Z Downloaded vsss-rs v3.3.4
11392026-07-02T20:25:25.058Z Downloaded vergen-lib v9.1.0
11402026-07-02T20:25:25.058Z Downloaded vergen-lib v0.1.6
11412026-07-02T20:25:25.058Z Downloaded zone v0.3.1
11422026-07-02T20:25:25.058Z Downloaded rand v0.10.1
11432026-07-02T20:25:25.058Z Downloaded vergen-gitcl v1.0.8
11442026-07-02T20:25:25.062Z Downloaded twox-hash v2.1.2
11452026-07-02T20:25:25.062Z Downloaded tracing-attributes v0.1.31
11462026-07-02T20:25:25.062Z Downloaded blake3 v1.8.5
11472026-07-02T20:25:25.062Z Downloaded zone_cfg_derive v0.3.1
11482026-07-02T20:25:25.062Z Downloaded unicode-properties v0.1.4
11492026-07-02T20:25:25.063Z Downloaded nom v8.0.0
11502026-07-02T20:25:25.063Z Downloaded libm v0.2.16
11512026-07-02T20:25:25.063Z Downloaded iddqd v0.4.2
11522026-07-02T20:25:25.066Z Downloaded zerofrom-derive v0.1.6
11532026-07-02T20:25:25.066Z Downloaded snafu v0.8.9
11542026-07-02T20:25:25.075Z Downloaded xshell v0.2.7
11552026-07-02T20:25:25.075Z Downloaded whoami v1.6.1
11562026-07-02T20:25:25.075Z Downloaded tinyvec v1.10.0
11572026-07-02T20:25:25.079Z Downloaded walkdir v2.5.0
11582026-07-02T20:25:25.079Z Downloaded tar v0.4.46
11592026-07-02T20:25:25.079Z Downloaded usdt-impl v0.6.0
11602026-07-02T20:25:25.079Z Downloaded toml v1.1.2+spec-1.1.0
11612026-07-02T20:25:25.079Z Downloaded toml v0.7.8
11622026-07-02T20:25:25.082Z Downloaded rsa v0.10.0-rc.18
11632026-07-02T20:25:25.085Z Downloaded whoami v2.1.0
11642026-07-02T20:25:25.085Z Downloaded git2 v0.20.4
11652026-07-02T20:25:25.088Z Downloaded writeable v0.6.2
11662026-07-02T20:25:25.092Z Downloaded vergen v9.1.0
11672026-07-02T20:25:25.092Z Downloaded tokio-stream v0.1.18
11682026-07-02T20:25:25.096Z Downloaded rustyline v14.0.0
11692026-07-02T20:25:25.099Z Downloaded zerofrom v0.1.6
11702026-07-02T20:25:25.103Z Downloaded typify v0.6.2
11712026-07-02T20:25:25.114Z Downloaded zstd v0.13.3
11722026-07-02T20:25:25.118Z Downloaded vergen-git2 v9.1.0
11732026-07-02T20:25:25.121Z Downloaded zerovec-derive v0.11.2
11742026-07-02T20:25:25.126Z Downloaded yoke v0.8.1
11752026-07-02T20:25:25.129Z Downloaded tracing-core v0.1.36
11762026-07-02T20:25:25.129Z Downloaded steno v0.4.1
11772026-07-02T20:25:25.132Z Downloaded uuid v1.23.4
11782026-07-02T20:25:25.137Z Downloaded tungstenite v0.21.0
11792026-07-02T20:25:25.137Z Downloaded unicode-bidi v0.3.18
11802026-07-02T20:25:25.140Z Downloaded tungstenite v0.23.0
11812026-07-02T20:25:25.140Z Downloaded curve25519-dalek v4.1.3
11822026-07-02T20:25:25.144Z Downloaded zstd-safe v7.2.4
11832026-07-02T20:25:25.147Z Downloaded vte v0.14.1
11842026-07-02T20:25:25.152Z Downloaded rpassword v7.4.0
11852026-07-02T20:25:25.157Z Downloaded chrono v0.4.44
11862026-07-02T20:25:25.160Z Downloaded unsafe-libyaml v0.2.11
11872026-07-02T20:25:25.166Z Downloaded yasna v0.5.2
11882026-07-02T20:25:25.170Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-07-02T20:25:25.173Z Downloaded zerocopy v0.6.6
11902026-07-02T20:25:25.177Z Downloaded toml_edit v0.19.15
11912026-07-02T20:25:25.187Z Downloaded serde_with v1.14.0
11922026-07-02T20:25:25.191Z Downloaded zeroize v1.8.2
11932026-07-02T20:25:25.191Z Downloaded wyz v0.5.1
11942026-07-02T20:25:25.197Z Downloaded aws-lc-rs v1.16.3
11952026-07-02T20:25:25.204Z Downloaded bitvec v1.0.1
11962026-07-02T20:25:25.211Z Downloaded rayon v1.11.0
11972026-07-02T20:25:25.216Z Downloaded tokio-postgres v0.7.16
11982026-07-02T20:25:25.223Z Downloaded zip v0.6.6
11992026-07-02T20:25:25.234Z Downloaded rawzip v0.4.4
12002026-07-02T20:25:25.234Z Downloaded reqwest v0.12.28
12012026-07-02T20:25:25.245Z Downloaded quick-xml v0.37.5
12022026-07-02T20:25:25.245Z Downloaded p384 v0.13.1
12032026-07-02T20:25:25.261Z Downloaded reedline v0.40.0
12042026-07-02T20:25:25.262Z Downloaded lalrpop v0.19.12
12052026-07-02T20:25:25.298Z Downloaded zerocopy-derive v0.8.40
12062026-07-02T20:25:25.298Z Downloaded regex v1.12.3
12072026-07-02T20:25:25.298Z Downloaded moka v0.12.13
12082026-07-02T20:25:25.298Z Downloaded unicode_categories v0.1.1
12092026-07-02T20:25:25.298Z Downloaded reqwest v0.13.2
12102026-07-02T20:25:25.315Z Downloaded url v2.5.8
12112026-07-02T20:25:25.315Z Downloaded yansi v1.0.1
12122026-07-02T20:25:25.315Z Downloaded tokio-util v0.7.18
12132026-07-02T20:25:25.315Z Downloaded zerotrie v0.2.3
12142026-07-02T20:25:25.337Z Downloaded zopfli v0.8.3
12152026-07-02T20:25:25.338Z Downloaded tower-http v0.6.8
12162026-07-02T20:25:25.364Z Downloaded unicode-segmentation v1.12.0
12172026-07-02T20:25:25.364Z Downloaded proptest v1.10.0
12182026-07-02T20:25:25.394Z Downloaded tower v0.5.3
12192026-07-02T20:25:25.394Z Downloaded crypto-bigint v0.7.5
12202026-07-02T20:25:25.394Z Downloaded typed-path v0.9.3
12212026-07-02T20:25:25.394Z Downloaded serde_with v3.17.0
12222026-07-02T20:25:25.394Z Downloaded nix v0.27.1
12232026-07-02T20:25:25.434Z Downloaded x509-cert v0.2.5
12242026-07-02T20:25:25.434Z Downloaded winnow v0.6.26
12252026-07-02T20:25:25.434Z Downloaded polar-core v0.27.3
12262026-07-02T20:25:25.434Z Downloaded ssh-key v0.7.0-rc.10
12272026-07-02T20:25:25.435Z Downloaded bstr v1.12.1
12282026-07-02T20:25:25.451Z Downloaded portable-atomic v1.13.1
12292026-07-02T20:25:25.451Z Downloaded openssl v0.10.79
12302026-07-02T20:25:25.451Z Downloaded unicode-normalization v0.1.25
12312026-07-02T20:25:25.452Z Downloaded goblin v0.10.5
12322026-07-02T20:25:25.452Z Downloaded salty v0.3.0
12332026-07-02T20:25:25.452Z Downloaded tough v0.22.0
12342026-07-02T20:25:25.452Z Downloaded tabled v0.20.0
12352026-07-02T20:25:25.494Z Downloaded zip v4.6.1
12362026-07-02T20:25:25.494Z Downloaded time v0.3.47
12372026-07-02T20:25:25.494Z Downloaded winnow v1.0.3
12382026-07-02T20:25:25.507Z Downloaded regex-syntax v0.6.29
12392026-07-02T20:25:25.507Z Downloaded hickory-proto v0.24.4
12402026-07-02T20:25:25.507Z Downloaded smoltcp v0.9.1
12412026-07-02T20:25:25.507Z Downloaded nix v0.28.0
12422026-07-02T20:25:25.507Z Downloaded petname v2.0.2
12432026-07-02T20:25:25.507Z Downloaded object v0.37.3
12442026-07-02T20:25:25.507Z Downloaded zlib-rs v0.6.2
12452026-07-02T20:25:25.507Z Downloaded radix_trie v0.2.1
12462026-07-02T20:25:25.519Z Downloaded openapiv3 v2.2.0
12472026-07-02T20:25:25.519Z Downloaded object v0.30.4
12482026-07-02T20:25:25.519Z Downloaded winnow v0.5.40
12492026-07-02T20:25:25.559Z Downloaded russh v0.61.2
12502026-07-02T20:25:25.559Z Downloaded curve25519-dalek v5.0.0-rc.0
12512026-07-02T20:25:25.588Z Downloaded dropshot v0.17.1
12522026-07-02T20:25:25.588Z Downloaded zerovec v0.11.5
12532026-07-02T20:25:25.588Z Downloaded quinn-proto v0.11.13
12542026-07-02T20:25:25.642Z Downloaded vcpkg v0.2.15
12552026-07-02T20:25:25.683Z Downloaded tracing v0.1.44
12562026-07-02T20:25:25.691Z Downloaded typify-impl v0.6.2
12572026-07-02T20:25:25.702Z Downloaded regress v0.10.5
12582026-07-02T20:25:25.729Z Downloaded zerocopy v0.8.40
12592026-07-02T20:25:25.729Z Downloaded nix v0.31.2
12602026-07-02T20:25:25.729Z Downloaded diesel v2.3.7
12612026-07-02T20:25:25.742Z Downloaded regress v0.11.1
12622026-07-02T20:25:25.743Z Downloaded hickory-proto v0.25.2
12632026-07-02T20:25:25.743Z Downloaded smoltcp v0.11.0
12642026-07-02T20:25:25.756Z Downloaded rustix v0.38.44
12652026-07-02T20:25:25.774Z Downloaded regex-syntax v0.8.10
12662026-07-02T20:25:25.774Z Downloaded jiff v0.2.21
12672026-07-02T20:25:25.774Z Downloaded rustls v0.23.41
12682026-07-02T20:25:25.783Z Downloaded chrono-tz v0.10.4
12692026-07-02T20:25:25.802Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-07-02T20:25:25.815Z Downloaded petgraph v0.8.3
12712026-07-02T20:25:25.831Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-07-02T20:25:25.847Z Downloaded sqlparser v0.61.0
12732026-07-02T20:25:25.847Z Downloaded sled v0.34.7
12742026-07-02T20:25:25.859Z Downloaded sha3 v0.10.8
12752026-07-02T20:25:25.859Z Downloaded fiat-crypto v0.3.0
12762026-07-02T20:25:25.887Z Downloaded ratatui v0.29.0
12772026-07-02T20:25:25.908Z Downloaded sha3 v0.11.0
12782026-07-02T20:25:25.923Z Downloaded regex-automata v0.4.14
12792026-07-02T20:25:25.923Z Downloaded zerocopy-derive v0.6.6
12802026-07-02T20:25:25.929Z Downloaded encoding_rs v0.8.35
12812026-07-02T20:25:25.938Z Downloaded petgraph v0.6.5
12822026-07-02T20:25:25.955Z Downloaded csv v1.4.0
12832026-07-02T20:25:25.988Z Downloaded libz-sys v1.1.24
12842026-07-02T20:25:26.008Z Downloaded tokio v1.52.1
12852026-07-02T20:25:27.022Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-07-02T20:25:27.027Z Downloaded ring v0.17.14
12872026-07-02T20:25:27.027Z Downloaded aws-lc-sys v0.40.0
12882026-07-02T20:25:27.027Z Compiling libc v0.2.185
12892026-07-02T20:25:27.027Z Compiling serde_core v1.0.228
12902026-07-02T20:25:27.027Z Compiling serde v1.0.228
12912026-07-02T20:25:27.027Z Compiling log v0.4.29
12922026-07-02T20:25:27.028Z Compiling smallvec v1.15.1
12932026-07-02T20:25:27.028Z Compiling shlex v1.3.0
12942026-07-02T20:25:27.028Z Compiling find-msvc-tools v0.1.9
12952026-07-02T20:25:27.028Z Compiling subtle v2.6.1
12962026-07-02T20:25:27.078Z Compiling stable_deref_trait v1.2.1
12972026-07-02T20:25:27.083Z Compiling scopeguard v1.2.0
12982026-07-02T20:25:27.090Z Compiling typenum v1.20.1
12992026-07-02T20:25:27.094Z Compiling serde_json v1.0.150
13002026-07-02T20:25:27.141Z Compiling zerocopy v0.8.40
13012026-07-02T20:25:27.150Z Compiling portable-atomic v1.13.1
13022026-07-02T20:25:27.168Z Compiling syn v2.0.117
13032026-07-02T20:25:27.188Z Compiling parking_lot_core v0.9.12
13042026-07-02T20:25:27.238Z Compiling lock_api v0.4.14
13052026-07-02T20:25:27.247Z Compiling pin-project-lite v0.2.17
13062026-07-02T20:25:27.253Z Compiling libm v0.2.16
13072026-07-02T20:25:27.285Z Compiling pkg-config v0.3.32
13082026-07-02T20:25:27.307Z Compiling getrandom v0.4.1
13092026-07-02T20:25:27.332Z Compiling critical-section v1.2.0
13102026-07-02T20:25:27.368Z Compiling num-traits v0.2.19
13112026-07-02T20:25:27.382Z Compiling futures-core v0.3.32
13122026-07-02T20:25:27.437Z Compiling rand_core v0.10.0
13132026-07-02T20:25:27.460Z Compiling generic-array v0.14.7
13142026-07-02T20:25:27.489Z Compiling writeable v0.6.2
13152026-07-02T20:25:27.518Z Compiling percent-encoding v2.3.2
13162026-07-02T20:25:27.557Z Compiling const-oid v0.9.6
13172026-07-02T20:25:27.626Z Compiling litemap v0.8.1
13182026-07-02T20:25:27.631Z Compiling icu_properties_data v2.1.2
13192026-07-02T20:25:27.713Z Compiling icu_normalizer_data v2.1.1
13202026-07-02T20:25:27.728Z Compiling futures-sink v0.3.32
13212026-07-02T20:25:27.744Z Compiling futures-io v0.3.32
13222026-07-02T20:25:27.812Z Compiling futures-task v0.3.32
13232026-07-02T20:25:27.815Z Compiling slab v0.4.12
13242026-07-02T20:25:27.839Z Compiling futures-channel v0.3.32
13252026-07-02T20:25:27.855Z Compiling utf8_iter v1.0.4
13262026-07-02T20:25:27.870Z Compiling form_urlencoded v1.2.2
13272026-07-02T20:25:27.917Z Compiling getrandom v0.3.4
13282026-07-02T20:25:27.949Z Compiling rustversion v1.0.22
13292026-07-02T20:25:28.002Z Compiling jobserver v0.1.34
13302026-07-02T20:25:28.020Z Compiling errno v0.3.14
13312026-07-02T20:25:28.035Z Compiling getrandom v0.2.17
13322026-07-02T20:25:28.066Z Compiling mio v1.2.0
13332026-07-02T20:25:28.081Z Compiling socket2 v0.6.3
13342026-07-02T20:25:28.109Z Compiling iana-time-zone v0.1.65
13352026-07-02T20:25:28.112Z Compiling ident_case v1.0.1
13362026-07-02T20:25:28.190Z Compiling rand_core v0.6.4
13372026-07-02T20:25:28.286Z Compiling cc v1.2.56
13382026-07-02T20:25:28.308Z Compiling once_cell v1.21.3
13392026-07-02T20:25:28.328Z Compiling signal-hook-registry v1.4.8
13402026-07-02T20:25:28.358Z Compiling parking_lot v0.12.5
13412026-07-02T20:25:28.370Z Compiling rustix v1.1.3
13422026-07-02T20:25:28.376Z Compiling dunce v1.0.5
13432026-07-02T20:25:28.411Z Compiling fs_extra v1.3.0
13442026-07-02T20:25:28.425Z Compiling regex-syntax v0.8.10
13452026-07-02T20:25:28.517Z Compiling vcpkg v0.2.15
13462026-07-02T20:25:28.537Z Compiling base64 v0.22.1
13472026-07-02T20:25:28.555Z Compiling base64ct v1.8.3
13482026-07-02T20:25:28.587Z Compiling tracing-core v0.1.36
13492026-07-02T20:25:28.625Z Compiling flagset v0.4.7
13502026-07-02T20:25:28.704Z Compiling aws-lc-rs v1.16.3
13512026-07-02T20:25:28.739Z Compiling tinyvec_macros v0.1.1
13522026-07-02T20:25:28.762Z Compiling openssl-probe v0.2.1
13532026-07-02T20:25:28.824Z Compiling rand_core v0.9.5
13542026-07-02T20:25:28.855Z Compiling pem-rfc7468 v0.7.0
13552026-07-02T20:25:28.869Z Compiling dyn-clone v1.0.20
13562026-07-02T20:25:28.884Z Compiling schemars v0.8.22
13572026-07-02T20:25:28.916Z Compiling cmov v0.5.4
13582026-07-02T20:25:28.956Z Compiling httparse v1.10.1
13592026-07-02T20:25:29.011Z Compiling tinyvec v1.10.0
13602026-07-02T20:25:29.028Z Compiling cmake v0.1.57
13612026-07-02T20:25:29.042Z Compiling aho-corasick v1.1.4
13622026-07-02T20:25:29.076Z Compiling try-lock v0.2.5
13632026-07-02T20:25:29.118Z Compiling ctutils v0.4.2
13642026-07-02T20:25:29.152Z Compiling untrusted v0.7.1
13652026-07-02T20:25:29.167Z Compiling tower-layer v0.3.3
13662026-07-02T20:25:29.170Z Compiling tower-service v0.3.3
13672026-07-02T20:25:29.196Z Compiling atomic-waker v1.1.2
13682026-07-02T20:25:29.196Z Compiling want v0.3.1
13692026-07-02T20:25:29.199Z Compiling rustls v0.23.41
13702026-07-02T20:25:29.287Z Compiling bitflags v2.11.0
13712026-07-02T20:25:29.291Z Compiling semver v1.0.28
13722026-07-02T20:25:29.337Z Compiling indexmap v2.14.0
13732026-07-02T20:25:29.352Z Compiling uuid v1.23.4
13742026-07-02T20:25:29.381Z Compiling openssl v0.10.79
13752026-07-02T20:25:29.382Z Compiling foreign-types-shared v0.1.1
13762026-07-02T20:25:29.410Z Compiling cpufeatures v0.2.17
13772026-07-02T20:25:29.424Z Compiling httpdate v1.0.3
13782026-07-02T20:25:29.454Z Compiling untrusted v0.9.0
13792026-07-02T20:25:29.458Z Compiling foreign-types v0.3.2
13802026-07-02T20:25:29.500Z Compiling unicode-normalization v0.1.25
13812026-07-02T20:25:29.549Z Compiling rustc_version v0.4.1
13822026-07-02T20:25:29.563Z Compiling spin v0.9.8
13832026-07-02T20:25:29.596Z Compiling num-conv v0.2.0
13842026-07-02T20:25:29.626Z Compiling native-tls v0.2.18
13852026-07-02T20:25:29.669Z Compiling powerfmt v0.2.0
13862026-07-02T20:25:29.684Z Compiling crc32fast v1.5.0
13872026-07-02T20:25:29.738Z Compiling time-core v0.1.8
13882026-07-02T20:25:29.738Z Compiling wait-timeout v0.2.1
13892026-07-02T20:25:29.782Z Compiling sync_wrapper v1.0.2
13902026-07-02T20:25:29.876Z Compiling deranged v0.5.8
13912026-07-02T20:25:29.891Z Compiling simd-adler32 v0.3.8
13922026-07-02T20:25:29.894Z Compiling aws-lc-sys v0.40.0
13932026-07-02T20:25:29.905Z Compiling openssl-sys v0.9.115
13942026-07-02T20:25:29.920Z Compiling regex-automata v0.4.14
13952026-07-02T20:25:29.935Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-07-02T20:25:29.981Z Compiling time-macros v0.2.27
13972026-07-02T20:25:30.014Z Compiling num_threads v0.1.7
13982026-07-02T20:25:30.029Z Compiling usdt-impl v0.6.0
13992026-07-02T20:25:30.054Z Compiling synstructure v0.13.2
14002026-07-02T20:25:30.101Z Compiling serde_derive_internals v0.29.1
14012026-07-02T20:25:30.127Z Compiling pest_generator v2.8.6
14022026-07-02T20:25:30.155Z Compiling darling_core v0.20.11
14032026-07-02T20:25:30.272Z Compiling siphasher v1.0.2
14042026-07-02T20:25:30.396Z Compiling tempfile v3.25.0
14052026-07-02T20:25:30.491Z Compiling syn v1.0.109
14062026-07-02T20:25:30.660Z Compiling crossbeam-utils v0.8.21
14072026-07-02T20:25:30.790Z Compiling bit-vec v0.8.0
14082026-07-02T20:25:30.817Z Compiling quick-error v1.2.3
14092026-07-02T20:25:30.895Z Compiling darling_core v0.21.3
14102026-07-02T20:25:30.943Z Compiling rusty-fork v0.3.1
14112026-07-02T20:25:30.957Z Compiling heapless v0.7.17
14122026-07-02T20:25:30.973Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-02T20:25:30.986Z Compiling slog v2.8.2
14142026-07-02T20:25:31.059Z Compiling bit-set v0.8.0
14152026-07-02T20:25:31.074Z Compiling rand_xorshift v0.4.0
14162026-07-02T20:25:31.089Z Compiling thread-id v5.1.0
14172026-07-02T20:25:31.131Z Compiling cookie v0.18.1
14182026-07-02T20:25:31.169Z Compiling time v0.3.47
14192026-07-02T20:25:31.189Z Compiling iri-string v0.7.10
14202026-07-02T20:25:31.206Z Compiling ryu v1.0.23
14212026-07-02T20:25:31.225Z Compiling unarray v0.1.4
14222026-07-02T20:25:31.239Z Compiling allocator-api2 v0.2.21
14232026-07-02T20:25:31.254Z Compiling paste v1.0.15
14242026-07-02T20:25:31.268Z Compiling signal-hook v0.3.18
14252026-07-02T20:25:31.307Z Compiling anyhow v1.0.102
14262026-07-02T20:25:31.320Z Compiling adler2 v2.0.1
14272026-07-02T20:25:31.355Z Compiling zstd-safe v7.2.4
14282026-07-02T20:25:31.369Z Compiling unicode-properties v0.1.4
14292026-07-02T20:25:31.405Z Compiling unicode-bidi v0.3.18
14302026-07-02T20:25:31.469Z Compiling miniz_oxide v0.8.9
14312026-07-02T20:25:31.657Z Compiling camino v1.2.2
14322026-07-02T20:25:31.673Z Compiling curve25519-dalek v4.1.3
14332026-07-02T20:25:31.830Z Compiling serde_derive v1.0.228
14342026-07-02T20:25:31.901Z Compiling zeroize_derive v1.4.3
14352026-07-02T20:25:31.969Z Compiling zerofrom-derive v0.1.6
14362026-07-02T20:25:32.064Z Compiling yoke-derive v0.8.1
14372026-07-02T20:25:32.102Z Compiling zerovec-derive v0.11.2
14382026-07-02T20:25:32.132Z Compiling displaydoc v0.2.5
14392026-07-02T20:25:32.157Z Compiling zerocopy-derive v0.8.40
14402026-07-02T20:25:32.351Z Compiling tokio-macros v2.7.0
14412026-07-02T20:25:32.601Z Compiling zeroize v1.8.2
14422026-07-02T20:25:32.625Z Compiling futures-macro v0.3.32
14432026-07-02T20:25:32.824Z Compiling thiserror-impl v2.0.18
14442026-07-02T20:25:32.841Z Compiling der_derive v0.7.3
14452026-07-02T20:25:32.933Z Compiling tracing-attributes v0.1.31
14462026-07-02T20:25:33.154Z Compiling rustls-pki-types v1.14.0
14472026-07-02T20:25:33.316Z Compiling block-buffer v0.10.4
14482026-07-02T20:25:33.333Z Compiling crypto-common v0.1.7
14492026-07-02T20:25:33.371Z Compiling schemars_derive v0.8.22
14502026-07-02T20:25:33.437Z Compiling zerofrom v0.1.6
14512026-07-02T20:25:33.496Z Compiling digest v0.10.7
14522026-07-02T20:25:33.512Z Compiling hybrid-array v0.4.13
14532026-07-02T20:25:33.526Z Compiling futures-util v0.3.32
14542026-07-02T20:25:33.541Z Compiling pest_derive v2.8.6
14552026-07-02T20:25:33.576Z Compiling yoke v0.8.1
14562026-07-02T20:25:33.629Z Compiling scroll_derive v0.13.1
14572026-07-02T20:25:33.761Z Compiling zerovec v0.11.5
14582026-07-02T20:25:33.797Z Compiling zerotrie v0.2.3
14592026-07-02T20:25:33.877Z Compiling der v0.7.10
14602026-07-02T20:25:34.037Z Compiling darling_macro v0.20.11
14612026-07-02T20:25:34.115Z Compiling openssl-macros v0.1.1
14622026-07-02T20:25:34.232Z Compiling tinystr v0.8.2
14632026-07-02T20:25:34.255Z Compiling potential_utf v0.1.4
14642026-07-02T20:25:34.276Z Compiling thiserror v2.0.18
14652026-07-02T20:25:34.339Z Compiling tracing v0.1.44
14662026-07-02T20:25:34.352Z Compiling sha2 v0.10.9
14672026-07-02T20:25:34.415Z Compiling icu_locale_core v2.1.1
14682026-07-02T20:25:34.441Z Compiling icu_collections v2.1.1
14692026-07-02T20:25:34.462Z Compiling hmac v0.12.1
14702026-07-02T20:25:34.513Z Compiling scroll v0.13.0
14712026-07-02T20:25:34.587Z Compiling darling v0.20.11
14722026-07-02T20:25:34.633Z Compiling dtrace-parser v0.3.0
14732026-07-02T20:25:34.650Z Compiling scroll_derive v0.12.1
14742026-07-02T20:25:34.684Z Compiling derive_builder_core v0.20.2
14752026-07-02T20:25:34.697Z Compiling thiserror-impl v1.0.69
14762026-07-02T20:25:34.796Z Compiling spki v0.7.3
14772026-07-02T20:25:34.942Z Compiling goblin v0.10.5
14782026-07-02T20:25:35.016Z Compiling pkcs8 v0.10.2
14792026-07-02T20:25:35.113Z Compiling icu_provider v2.1.1
14802026-07-02T20:25:35.287Z Compiling block-padding v0.4.2
14812026-07-02T20:25:35.314Z Compiling crypto-common v0.2.2
14822026-07-02T20:25:35.369Z Compiling scroll v0.12.0
14832026-07-02T20:25:35.384Z Compiling bytes v1.11.1
14842026-07-02T20:25:35.431Z Compiling icu_properties v2.1.2
14852026-07-02T20:25:35.466Z Compiling icu_normalizer v2.1.1
14862026-07-02T20:25:35.479Z Compiling chrono v0.4.44
14872026-07-02T20:25:35.571Z Compiling ipnet v2.11.0
14882026-07-02T20:25:35.585Z Compiling derive_builder_macro v0.20.2
14892026-07-02T20:25:35.651Z Compiling erased-serde v0.3.31
14902026-07-02T20:25:35.762Z Compiling serde_urlencoded v0.7.1
14912026-07-02T20:25:35.929Z Compiling tokio v1.52.1
14922026-07-02T20:25:36.024Z Compiling http v1.4.2
14932026-07-02T20:25:36.054Z Compiling serde_tokenstream v0.2.3
14942026-07-02T20:25:36.095Z Compiling toml_datetime v0.6.11
14952026-07-02T20:25:36.111Z Compiling thiserror v1.0.69
14962026-07-02T20:25:36.124Z Compiling hex v0.4.3
14972026-07-02T20:25:36.176Z Compiling serde_spanned v0.6.9
14982026-07-02T20:25:36.199Z Compiling block-buffer v0.12.1
14992026-07-02T20:25:36.226Z Compiling md-5 v0.10.6
15002026-07-02T20:25:36.338Z Compiling signature v2.2.0
15012026-07-02T20:25:36.380Z Compiling idna_adapter v1.2.1
15022026-07-02T20:25:36.394Z Compiling darling_macro v0.21.3
15032026-07-02T20:25:36.409Z Compiling rustls-native-certs v0.8.3
15042026-07-02T20:25:36.425Z Compiling bstr v1.12.1
15052026-07-02T20:25:36.428Z Compiling pin-project-internal v1.1.11
15062026-07-02T20:25:36.534Z Compiling idna v1.1.0
15072026-07-02T20:25:36.548Z Compiling zerocopy-derive v0.7.35
15082026-07-02T20:25:36.602Z Compiling async-trait v0.1.89
15092026-07-02T20:25:36.724Z Compiling ppv-lite86 v0.2.21
15102026-07-02T20:25:36.883Z Compiling url v2.5.8
15112026-07-02T20:25:36.905Z Compiling http-body v1.0.1
15122026-07-02T20:25:36.985Z Compiling stringprep v0.1.5
15132026-07-02T20:25:37.073Z Compiling rand_chacha v0.9.0
15142026-07-02T20:25:37.088Z Compiling http-body-util v0.1.3
15152026-07-02T20:25:37.104Z Compiling rand_chacha v0.3.1
15162026-07-02T20:25:37.141Z Compiling vergen-lib v9.1.0
15172026-07-02T20:25:37.219Z Compiling num-integer v0.1.46
15182026-07-02T20:25:37.273Z Compiling hash32 v0.2.1
15192026-07-02T20:25:37.351Z Compiling rand v0.9.2
15202026-07-02T20:25:37.365Z Compiling encoding_rs v0.8.35
15212026-07-02T20:25:37.484Z Compiling memoffset v0.9.1
15222026-07-02T20:25:37.498Z Compiling rustix v0.38.44
15232026-07-02T20:25:37.563Z Compiling fallible-iterator v0.2.0
15242026-07-02T20:25:37.624Z Compiling num-bigint-dig v0.8.6
15252026-07-02T20:25:37.699Z Compiling ref-cast v1.0.25
15262026-07-02T20:25:37.714Z Compiling zlib-rs v0.6.2
15272026-07-02T20:25:37.728Z Compiling cfg_aliases v0.2.1
15282026-07-02T20:25:37.728Z Compiling litrs v1.0.0
15292026-07-02T20:25:37.796Z Compiling dof v0.4.0
15302026-07-02T20:25:37.813Z Compiling mime v0.3.17
15312026-07-02T20:25:37.858Z Compiling smoltcp v0.9.1
15322026-07-02T20:25:37.890Z Compiling psl-types v2.0.11
15332026-07-02T20:25:37.955Z Compiling proptest v1.10.0
15342026-07-02T20:25:37.998Z Compiling publicsuffix v2.3.0
15352026-07-02T20:25:38.027Z Compiling postgres-protocol v0.6.10
15362026-07-02T20:25:38.087Z Compiling nix v0.31.2
15372026-07-02T20:25:38.190Z Compiling pin-project v1.1.11
15382026-07-02T20:25:38.205Z Compiling zerocopy v0.7.35
15392026-07-02T20:25:38.218Z Compiling num-iter v0.1.45
15402026-07-02T20:25:38.255Z Compiling ipnetwork v0.21.1
15412026-07-02T20:25:38.272Z Compiling document-features v0.2.12
15422026-07-02T20:25:38.373Z Compiling rand v0.8.6
15432026-07-02T20:25:38.500Z Compiling oxnet v0.1.6
15442026-07-02T20:25:38.603Z Compiling darling v0.21.3
15452026-07-02T20:25:38.674Z Compiling derive_builder v0.20.2
15462026-07-02T20:25:38.775Z Compiling futures-executor v0.3.32
15472026-07-02T20:25:38.801Z Compiling goblin v0.8.2
15482026-07-02T20:25:38.816Z Compiling hubpack_derive v0.1.1
15492026-07-02T20:25:38.832Z Compiling inout v0.2.2
15502026-07-02T20:25:38.942Z Compiling regex v1.12.3
15512026-07-02T20:25:39.055Z Compiling curve25519-dalek-derive v0.1.1
15522026-07-02T20:25:39.070Z Compiling daft-derive v0.1.7
15532026-07-02T20:25:39.103Z Compiling snafu-derive v0.8.9
15542026-07-02T20:25:39.117Z Compiling strum_macros v0.27.2
15552026-07-02T20:25:39.133Z Compiling ref-cast-impl v1.0.25
15562026-07-02T20:25:39.328Z Compiling phf_shared v0.13.1
15572026-07-02T20:25:39.389Z Compiling terminal_size v0.4.3
15582026-07-02T20:25:39.392Z Compiling lazy_static v1.5.0
15592026-07-02T20:25:39.499Z Compiling anstyle-parse v0.2.7
15602026-07-02T20:25:39.509Z Compiling cargo-platform v0.3.2
15612026-07-02T20:25:39.546Z Compiling vergen v9.1.0
15622026-07-02T20:25:39.586Z Compiling ff v0.13.1
15632026-07-02T20:25:39.632Z Compiling fs-err v3.3.0
15642026-07-02T20:25:39.684Z Compiling ahash v0.8.12
15652026-07-02T20:25:39.739Z Compiling same-file v1.0.6
15662026-07-02T20:25:39.754Z Compiling tokio-util v0.7.18
15672026-07-02T20:25:39.770Z Compiling tower v0.5.3
15682026-07-02T20:25:39.775Z Compiling tokio-native-tls v0.3.1
15692026-07-02T20:25:39.801Z Compiling object v0.37.3
15702026-07-02T20:25:39.817Z Compiling foldhash v0.1.5
15712026-07-02T20:25:39.848Z Compiling managed v0.8.0
15722026-07-02T20:25:39.864Z Compiling base16ct v0.2.0
15732026-07-02T20:25:39.919Z Compiling foldhash v0.2.0
15742026-07-02T20:25:39.941Z Compiling libbz2-rs-sys v0.2.2
15752026-07-02T20:25:39.976Z Compiling bitflags v1.3.2
15762026-07-02T20:25:40.002Z Compiling winnow v0.5.40
15772026-07-02T20:25:40.054Z Compiling unicode-segmentation v1.12.0
15782026-07-02T20:25:40.068Z Compiling bumpalo v3.20.2
15792026-07-02T20:25:40.080Z Compiling hashbrown v0.16.1
15802026-07-02T20:25:40.172Z Compiling sec1 v0.7.3
15812026-07-02T20:25:40.284Z Compiling tower-http v0.6.8
15822026-07-02T20:25:40.326Z Compiling newtype-uuid v1.3.2
15832026-07-02T20:25:40.455Z Compiling h2 v0.4.15
15842026-07-02T20:25:40.469Z Compiling bzip2 v0.6.1
15852026-07-02T20:25:40.632Z Compiling flate2 v1.1.9
15862026-07-02T20:25:40.705Z Compiling daft v0.1.7
15872026-07-02T20:25:40.705Z Compiling zopfli v0.8.3
15882026-07-02T20:25:40.743Z Compiling hashbrown v0.15.5
15892026-07-02T20:25:40.815Z Compiling walkdir v2.5.0
15902026-07-02T20:25:40.920Z Compiling clap_builder v4.6.0
15912026-07-02T20:25:41.084Z Compiling snafu v0.8.9
15922026-07-02T20:25:41.099Z Compiling dof v0.3.0
15932026-07-02T20:25:41.115Z Compiling group v0.13.0
15942026-07-02T20:25:41.158Z Compiling cargo_metadata v0.23.1
15952026-07-02T20:25:41.174Z Compiling anstream v0.6.21
15962026-07-02T20:25:41.177Z Compiling strum v0.27.2
15972026-07-02T20:25:41.312Z Compiling phf v0.13.1
15982026-07-02T20:25:41.327Z Compiling signal-hook-mio v0.2.5
15992026-07-02T20:25:41.426Z Compiling toml_edit v0.19.15
16002026-07-02T20:25:41.466Z Compiling usdt-macro v0.6.0
16012026-07-02T20:25:41.479Z Compiling usdt-attr-macro v0.6.0
16022026-07-02T20:25:41.495Z Compiling hubpack v0.1.2
16032026-07-02T20:25:41.529Z Compiling cookie_store v0.22.1
16042026-07-02T20:25:41.732Z Compiling bzip2 v0.4.4
16052026-07-02T20:25:41.753Z Compiling cipher v0.5.2
16062026-07-02T20:25:41.847Z Compiling futures v0.3.32
16072026-07-02T20:25:41.895Z Compiling serde_with_macros v3.17.0
16082026-07-02T20:25:41.961Z Compiling zstd v0.13.3
16092026-07-02T20:25:41.981Z Compiling postgres-types v0.2.12
16102026-07-02T20:25:42.209Z Compiling globset v0.4.18
16112026-07-02T20:25:42.249Z Compiling ed25519 v2.2.3
16122026-07-02T20:25:42.281Z Compiling dtrace-parser v0.2.0
16132026-07-02T20:25:42.333Z Compiling serde_plain v1.0.2
16142026-07-02T20:25:42.384Z Compiling olpc-cjson v0.1.4
16152026-07-02T20:25:42.555Z Compiling serde-big-array v0.5.1
16162026-07-02T20:25:42.571Z Compiling pkcs1 v0.7.5
16172026-07-02T20:25:42.594Z Compiling hkdf v0.12.4
16182026-07-02T20:25:42.597Z Compiling crypto-bigint v0.5.5
16192026-07-02T20:25:42.719Z Compiling strum_macros v0.26.4
16202026-07-02T20:25:42.774Z Compiling async-recursion v1.1.1
16212026-07-02T20:25:42.933Z Compiling serde_repr v0.1.20
16222026-07-02T20:25:42.993Z Compiling enum-as-inner v0.6.1
16232026-07-02T20:25:43.068Z Compiling clap_derive v4.6.1
16242026-07-02T20:25:43.099Z Compiling phf_shared v0.11.3
16252026-07-02T20:25:43.184Z Compiling float-cmp v0.10.0
16262026-07-02T20:25:43.312Z Compiling pem v3.0.6
16272026-07-02T20:25:43.331Z Compiling memmap2 v0.9.10
16282026-07-02T20:25:43.352Z Compiling thread-id v4.2.2
16292026-07-02T20:25:43.455Z Compiling env_filter v1.0.0
16302026-07-02T20:25:43.483Z Compiling new_debug_unreachable v1.0.6
16312026-07-02T20:25:43.547Z Compiling normalize-line-endings v0.3.0
16322026-07-02T20:25:43.557Z Compiling difflib v0.4.0
16332026-07-02T20:25:43.567Z Compiling jiff v0.2.21
16342026-07-02T20:25:43.571Z Compiling whoami v2.1.0
16352026-07-02T20:25:43.637Z Compiling static_assertions v1.1.0
16362026-07-02T20:25:43.663Z Compiling data-encoding v2.10.0
16372026-07-02T20:25:43.725Z Compiling hyper v1.10.1
16382026-07-02T20:25:43.783Z Compiling fixedbitset v0.4.2
16392026-07-02T20:25:43.987Z Compiling winnow v1.0.3
16402026-07-02T20:25:44.002Z Compiling keccak v0.1.6
16412026-07-02T20:25:44.030Z Compiling const-oid v0.10.2
16422026-07-02T20:25:44.078Z Compiling precomputed-hash v0.1.1
16432026-07-02T20:25:44.106Z Compiling either v1.15.0
16442026-07-02T20:25:44.150Z Compiling fixedbitset v0.5.7
16452026-07-02T20:25:44.177Z Compiling typed-path v0.9.3
16462026-07-02T20:25:44.258Z Compiling cpufeatures v0.3.0
16472026-07-02T20:25:44.325Z Compiling predicates-core v1.0.10
16482026-07-02T20:25:44.344Z Compiling toml_edit v0.22.27
16492026-07-02T20:25:44.358Z Compiling petgraph v0.8.3
16502026-07-02T20:25:44.410Z Compiling chacha20 v0.10.0
16512026-07-02T20:25:44.473Z Compiling predicates v3.1.4
16522026-07-02T20:25:44.526Z Compiling toml_parser v1.1.2+spec-1.1.0
16532026-07-02T20:25:44.540Z Compiling strum v0.26.3
16542026-07-02T20:25:44.687Z Compiling itertools v0.13.0
16552026-07-02T20:25:44.759Z Compiling digest v0.11.3
16562026-07-02T20:25:44.792Z Compiling sha3 v0.10.8
16572026-07-02T20:25:44.809Z Compiling string_cache v0.8.9
16582026-07-02T20:25:44.809Z Compiling hickory-proto v0.25.2
16592026-07-02T20:25:44.937Z Compiling hyper-util v0.1.20
16602026-07-02T20:25:44.995Z Compiling clap v4.6.1
16612026-07-02T20:25:45.055Z Compiling petgraph v0.6.5
16622026-07-02T20:25:45.086Z Compiling tokio-postgres v0.7.16
16632026-07-02T20:25:45.146Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16642026-07-02T20:25:45.176Z Compiling env_logger v0.11.9
16652026-07-02T20:25:45.261Z Compiling elliptic-curve v0.13.8
16662026-07-02T20:25:45.390Z Compiling usdt v0.6.0
16672026-07-02T20:25:45.430Z Compiling usdt-impl v0.5.0
16682026-07-02T20:25:45.542Z Compiling serde_with v3.17.0
16692026-07-02T20:25:45.677Z Compiling crossterm v0.28.1
16702026-07-02T20:25:45.731Z Compiling rsa v0.9.10
16712026-07-02T20:25:46.009Z Compiling toml v0.7.8
16722026-07-02T20:25:46.079Z Compiling ed25519-dalek v2.2.0
16732026-07-02T20:25:46.376Z Compiling zip v4.6.1
16742026-07-02T20:25:46.611Z Compiling hyper-tls v0.6.0
16752026-07-02T20:25:46.793Z Compiling reqwest v0.12.28
16762026-07-02T20:25:46.866Z Compiling zip v0.6.6
16772026-07-02T20:25:47.052Z Compiling iddqd v0.4.2
16782026-07-02T20:25:47.194Z Compiling tokio-stream v0.1.18
16792026-07-02T20:25:47.359Z Compiling heck v0.4.1
16802026-07-02T20:25:47.398Z Compiling similar v2.7.0
16812026-07-02T20:25:47.456Z Compiling buf-list v1.1.2
16822026-07-02T20:25:47.487Z Compiling byte-wrapper v0.1.0
16832026-07-02T20:25:47.536Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-02T20:25:47.605Z Compiling openapiv3 v2.2.0
16852026-07-02T20:25:47.688Z Compiling x509-cert v0.2.5
16862026-07-02T20:25:47.757Z Compiling crossbeam-epoch v0.9.18
16872026-07-02T20:25:47.857Z Compiling lalrpop-util v0.19.12
16882026-07-02T20:25:47.873Z Compiling peg-runtime v0.8.5
16892026-07-02T20:25:47.886Z Compiling thread_local v1.1.9
16902026-07-02T20:25:48.058Z Compiling slog-async v2.8.0
16912026-07-02T20:25:48.072Z Compiling crossbeam-channel v0.5.15
16922026-07-02T20:25:48.102Z Compiling is-terminal v0.4.17
16932026-07-02T20:25:48.156Z Compiling filetime v0.2.27
16942026-07-02T20:25:48.170Z Compiling xattr v1.6.1
16952026-07-02T20:25:48.215Z Compiling take_mut v0.2.2
16962026-07-02T20:25:48.289Z Compiling term v1.2.1
16972026-07-02T20:25:48.350Z Compiling tar v0.4.46
16982026-07-02T20:25:48.365Z Compiling camino-tempfile v1.4.1
16992026-07-02T20:25:48.595Z Compiling slog-term v2.9.2
17002026-07-02T20:26:06.283Z Compiling rustls-webpki v0.103.13
17012026-07-02T20:26:08.966Z Compiling tokio-rustls v0.26.4
17022026-07-02T20:26:08.966Z Compiling rustls-platform-verifier v0.6.2
17032026-07-02T20:26:08.966Z Compiling tough v0.22.0
17042026-07-02T20:26:09.185Z Compiling hyper-rustls v0.27.7
17052026-07-02T20:26:09.367Z Compiling reqwest v0.13.2
17062026-07-02T20:26:11.493Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-07-02T20:26:11.742Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-07-02T20:26:14.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.22s
17092026-07-02T20:26:14.711Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17102026-07-02T20:26:14.763ZJul 02 20:26:14.365 INFO Starting download, target: Clickhouse
17112026-07-02T20:26:14.763ZJul 02 20:26:14.366 INFO Starting download, target: Console
17122026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Starting download, target: Cockroach
17132026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Starting download, target: MaghemiteMgd
17142026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Starting download, target: DendriteStub
17152026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Starting download, target: MaghemiteDdmd
17162026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Starting download, target: TransceiverControl
17172026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17192026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17202026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-07-02T20:26:14.783ZJul 02 20:26:14.366 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17222026-07-02T20:26:14.784ZJul 02 20:26:14.366 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-07-02T20:26:14.784ZJul 02 20:26:14.367 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17242026-07-02T20:26:15.581ZJul 02 20:26:15.174 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-07-02T20:26:15.819ZJul 02 20:26:15.418 INFO Download complete, target: TransceiverControl
17262026-07-02T20:26:16.686ZJul 02 20:26:16.295 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17272026-07-02T20:26:16.926ZJul 02 20:26:16.536 INFO Download complete, target: Console
17282026-07-02T20:26:17.512ZJul 02 20:26:17.120 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17292026-07-02T20:26:19.387ZJul 02 20:26:18.993 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17302026-07-02T20:26:19.436ZJul 02 20:26:19.045 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17312026-07-02T20:26:19.659ZJul 02 20:26:19.268 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17322026-07-02T20:26:20.008ZJul 02 20:26:19.618 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17332026-07-02T20:26:20.009ZJul 02 20:26:19.618 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17342026-07-02T20:26:21.369ZJul 02 20:26:20.979 INFO Download complete, target: MaghemiteDdmd
17352026-07-02T20:26:22.141ZJul 02 20:26:21.734 INFO Download complete, target: DendriteStub
17362026-07-02T20:26:22.271ZJul 02 20:26:21.878 INFO Download complete, target: MaghemiteMgd
17372026-07-02T20:26:24.454ZJul 02 20:26:24.063 INFO Checking that binary works, target: Clickhouse
17382026-07-02T20:26:24.542ZJul 02 20:26:24.151 INFO Download complete, target: Clickhouse
17392026-07-02T20:26:24.733ZJul 02 20:26:24.343 INFO Checking that binary works, target: Cockroach
17402026-07-02T20:26:24.857ZJul 02 20:26:24.466 INFO Download complete, target: Cockroach
17412026-07-02T20:26:24.863ZAll prerequisites installed successfully
17422026-07-02T20:26:24.867Z
17432026-07-02T20:26:24.867Zreal 1:46.483744678
17442026-07-02T20:26:24.867Zuser 6:38.266514296
17452026-07-02T20:26:24.868Zsys 1:40.154712410
17462026-07-02T20:26:24.868Ztrap 0.253732350
17472026-07-02T20:26:24.868Ztflt 0.836770315
17482026-07-02T20:26:24.868Zdflt 1.739946840
17492026-07-02T20:26:24.868Zkflt 0.029595954
17502026-07-02T20:26:24.868Zlock 23:23.706948297
17512026-07-02T20:26:24.868Zslp 18:13.353688057
17522026-07-02T20:26:24.868Zlat 24.554916932
17532026-07-02T20:26:24.868Zstop 2:46.037531852
17542026-07-02T20:26:24.868Z+ ptime -m cargo xtask download softnpu
17552026-07-02T20:26:25.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17562026-07-02T20:26:25.341Z Running `target/debug/xtask download softnpu`
17572026-07-02T20:26:26.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17582026-07-02T20:26:26.117Z Running `target/debug/xtask-downloader softnpu`
17592026-07-02T20:26:26.159ZJul 02 20:26:25.767 INFO Starting download, target: Softnpu
17602026-07-02T20:26:26.162ZJul 02 20:26:25.768 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17612026-07-02T20:26:26.791ZJul 02 20:26:26.399 INFO Download complete, target: Softnpu
17622026-07-02T20:26:26.794Z
17632026-07-02T20:26:26.797Zreal 1.923998721
17642026-07-02T20:26:26.797Zuser 1.271153830
17652026-07-02T20:26:26.797Zsys 0.597256941
17662026-07-02T20:26:26.797Ztrap 0.000519102
17672026-07-02T20:26:26.797Ztflt 0.000086860
17682026-07-02T20:26:26.797Zdflt 0.000265178
17692026-07-02T20:26:26.797Zkflt 0.000000000
17702026-07-02T20:26:26.797Zlock 11.342248920
17712026-07-02T20:26:26.797Zslp 0.511649588
17722026-07-02T20:26:26.797Zlat 0.089097219
17732026-07-02T20:26:26.797Zstop 0.000173990
17742026-07-02T20:26:26.798Z+ export CARGO_INCREMENTAL=0
17752026-07-02T20:26:26.798Z+ CARGO_INCREMENTAL=0
17762026-07-02T20:26:26.798Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17772026-07-02T20:26:27.662Z Compiling proc-macro2 v1.0.106
17782026-07-02T20:26:27.662Z Compiling quote v1.0.45
17792026-07-02T20:26:27.665Z Compiling unicode-ident v1.0.24
17802026-07-02T20:26:27.665Z Compiling libc v0.2.185
17812026-07-02T20:26:27.665Z Compiling serde_core v1.0.228
17822026-07-02T20:26:27.665Z Compiling serde v1.0.228
17832026-07-02T20:26:27.665Z Compiling cfg-if v1.0.4
17842026-07-02T20:26:27.665Z Compiling version_check v0.9.5
17852026-07-02T20:26:27.666Z Compiling find-msvc-tools v0.1.9
17862026-07-02T20:26:27.807Z Compiling shlex v1.3.0
17872026-07-02T20:26:27.811Z Compiling zmij v1.0.21
17882026-07-02T20:26:27.811Z Compiling memchr v2.8.0
17892026-07-02T20:26:27.811Z Compiling serde_json v1.0.150
17902026-07-02T20:26:27.811Z Compiling autocfg v1.5.0
17912026-07-02T20:26:28.032Z Compiling portable-atomic v1.13.1
17922026-07-02T20:26:28.079Z Compiling zerocopy v0.8.40
17932026-07-02T20:26:28.101Z Compiling getrandom v0.4.1
17942026-07-02T20:26:28.136Z Compiling libm v0.2.16
17952026-07-02T20:26:28.139Z Compiling parking_lot_core v0.9.12
17962026-07-02T20:26:28.209Z Compiling icu_properties_data v2.1.2
17972026-07-02T20:26:28.248Z Compiling num-traits v0.2.19
17982026-07-02T20:26:28.265Z Compiling icu_normalizer_data v2.1.1
17992026-07-02T20:26:28.354Z Compiling smallvec v1.15.1
18002026-07-02T20:26:28.387Z Compiling generic-array v0.14.7
18012026-07-02T20:26:28.418Z Compiling itoa v1.0.17
18022026-07-02T20:26:28.466Z Compiling log v0.4.29
18032026-07-02T20:26:28.530Z Compiling subtle v2.6.1
18042026-07-02T20:26:28.533Z Compiling pkg-config v0.3.32
18052026-07-02T20:26:28.548Z Compiling stable_deref_trait v1.2.1
18062026-07-02T20:26:28.659Z Compiling typenum v1.20.1
18072026-07-02T20:26:28.690Z Compiling scopeguard v1.2.0
18082026-07-02T20:26:28.721Z Compiling rand_core v0.10.0
18092026-07-02T20:26:28.768Z Compiling fnv v1.0.7
18102026-07-02T20:26:28.811Z Compiling lock_api v0.4.14
18112026-07-02T20:26:28.935Z Compiling getrandom v0.3.4
18122026-07-02T20:26:28.953Z Compiling thiserror v2.0.18
18132026-07-02T20:26:28.967Z Compiling pin-project-lite v0.2.17
18142026-07-02T20:26:29.000Z Compiling jobserver v0.1.34
18152026-07-02T20:26:29.016Z Compiling errno v0.3.14
18162026-07-02T20:26:29.132Z Compiling equivalent v1.0.2
18172026-07-02T20:26:29.147Z Compiling percent-encoding v2.3.2
18182026-07-02T20:26:29.162Z Compiling writeable v0.6.2
18192026-07-02T20:26:29.166Z Compiling litemap v0.8.1
18202026-07-02T20:26:29.193Z Compiling getrandom v0.2.17
18212026-07-02T20:26:29.238Z Compiling cc v1.2.56
18222026-07-02T20:26:29.254Z Compiling syn v2.0.117
18232026-07-02T20:26:29.306Z Compiling schemars v0.8.22
18242026-07-02T20:26:29.327Z Compiling rustversion v1.0.22
18252026-07-02T20:26:29.358Z Compiling rand_core v0.6.4
18262026-07-02T20:26:29.449Z Compiling critical-section v1.2.0
18272026-07-02T20:26:29.453Z Compiling dunce v1.0.5
18282026-07-02T20:26:29.490Z Compiling rustix v1.1.3
18292026-07-02T20:26:29.493Z Compiling fs_extra v1.3.0
18302026-07-02T20:26:29.626Z Compiling hashbrown v0.17.0
18312026-07-02T20:26:29.690Z Compiling signal-hook-registry v1.4.8
18322026-07-02T20:26:29.794Z Compiling utf8_iter v1.0.4
18332026-07-02T20:26:29.809Z Compiling heck v0.5.0
18342026-07-02T20:26:29.833Z Compiling form_urlencoded v1.2.2
18352026-07-02T20:26:29.868Z Compiling once_cell v1.21.3
18362026-07-02T20:26:30.006Z Compiling cmake v0.1.57
18372026-07-02T20:26:30.170Z Compiling parking_lot v0.12.5
18382026-07-02T20:26:30.170Z Compiling mio v1.2.0
18392026-07-02T20:26:30.202Z Compiling socket2 v0.6.3
18402026-07-02T20:26:30.219Z Compiling futures-core v0.3.32
18412026-07-02T20:26:30.333Z Compiling semver v1.0.28
18422026-07-02T20:26:30.350Z Compiling indexmap v2.14.0
18432026-07-02T20:26:30.374Z Compiling aws-lc-rs v1.16.3
18442026-07-02T20:26:30.447Z Compiling bitflags v2.11.0
18452026-07-02T20:26:30.463Z Compiling strsim v0.11.1
18462026-07-02T20:26:30.574Z Compiling aws-lc-sys v0.40.0
18472026-07-02T20:26:30.592Z Compiling httparse v1.10.1
18482026-07-02T20:26:30.867Z Compiling byteorder v1.5.0
18492026-07-02T20:26:30.883Z Compiling ucd-trie v0.1.7
18502026-07-02T20:26:30.919Z Compiling thiserror v1.0.69
18512026-07-02T20:26:31.015Z Compiling iana-time-zone v0.1.65
18522026-07-02T20:26:31.035Z Compiling pest v2.8.6
18532026-07-02T20:26:31.104Z Compiling const-oid v0.9.6
18542026-07-02T20:26:31.104Z Compiling regex-syntax v0.8.10
18552026-07-02T20:26:31.128Z Compiling vcpkg v0.2.15
18562026-07-02T20:26:31.147Z Compiling syn v1.0.109
18572026-07-02T20:26:31.264Z Compiling ident_case v1.0.1
18582026-07-02T20:26:31.393Z Compiling uuid v1.23.4
18592026-07-02T20:26:31.523Z Compiling rustc_version v0.4.1
18602026-07-02T20:26:31.550Z Compiling futures-sink v0.3.32
18612026-07-02T20:26:31.632Z Compiling rustls v0.23.41
18622026-07-02T20:26:31.702Z Compiling futures-channel v0.3.32
18632026-07-02T20:26:31.714Z Compiling openssl-sys v0.9.115
18642026-07-02T20:26:31.824Z Compiling aho-corasick v1.1.4
18652026-07-02T20:26:31.832Z Compiling futures-task v0.3.32
18662026-07-02T20:26:31.866Z Compiling futures-io v0.3.32
18672026-07-02T20:26:31.965Z Compiling slab v0.4.12
18682026-07-02T20:26:32.090Z Compiling synstructure v0.13.2
18692026-07-02T20:26:32.090Z Compiling serde_derive_internals v0.29.1
18702026-07-02T20:26:32.181Z Compiling pest_meta v2.8.6
18712026-07-02T20:26:32.250Z Compiling dyn-clone v1.0.20
18722026-07-02T20:26:32.262Z Compiling time-core v0.1.8
18732026-07-02T20:26:32.266Z Compiling crc32fast v1.5.0
18742026-07-02T20:26:32.313Z Compiling num-conv v0.2.0
18752026-07-02T20:26:32.331Z Compiling plain v0.2.3
18762026-07-02T20:26:32.461Z Compiling time-macros v0.2.27
18772026-07-02T20:26:32.518Z Compiling base64 v0.22.1
18782026-07-02T20:26:32.556Z Compiling crossbeam-utils v0.8.21
18792026-07-02T20:26:32.598Z Compiling pretty-hex v0.4.1
18802026-07-02T20:26:32.632Z Compiling openssl v0.10.79
18812026-07-02T20:26:32.710Z Compiling regex-automata v0.4.14
18822026-07-02T20:26:32.740Z Compiling darling_core v0.21.3
18832026-07-02T20:26:32.756Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-02T20:26:32.853Z Compiling pest_generator v2.8.6
18852026-07-02T20:26:32.906Z Compiling native-tls v0.2.18
18862026-07-02T20:26:33.015Z Compiling anyhow v1.0.102
18872026-07-02T20:26:33.092Z Compiling rand_core v0.9.5
18882026-07-02T20:26:33.204Z Compiling slog v2.8.2
18892026-07-02T20:26:33.228Z Compiling tracing-core v0.1.36
18902026-07-02T20:26:33.336Z Compiling serde_derive v1.0.228
18912026-07-02T20:26:33.352Z Compiling zeroize_derive v1.4.3
18922026-07-02T20:26:33.438Z Compiling zerofrom-derive v0.1.6
18932026-07-02T20:26:33.453Z Compiling yoke-derive v0.8.1
18942026-07-02T20:26:33.467Z Compiling zerovec-derive v0.11.2
18952026-07-02T20:26:33.487Z Compiling displaydoc v0.2.5
18962026-07-02T20:26:33.502Z Compiling zerocopy-derive v0.8.40
18972026-07-02T20:26:33.547Z Compiling tokio-macros v2.7.0
18982026-07-02T20:26:33.606Z Compiling futures-macro v0.3.32
18992026-07-02T20:26:33.771Z Compiling thiserror-impl v2.0.18
19002026-07-02T20:26:33.981Z Compiling zeroize v1.8.2
19012026-07-02T20:26:34.250Z Compiling schemars_derive v0.8.22
19022026-07-02T20:26:34.292Z Compiling tracing-attributes v0.1.31
19032026-07-02T20:26:34.428Z Compiling der_derive v0.7.3
19042026-07-02T20:26:34.443Z Compiling thiserror-impl v1.0.69
19052026-07-02T20:26:34.561Z Compiling pest_derive v2.8.6
19062026-07-02T20:26:35.913Z Compiling zerofrom v0.1.6
19072026-07-02T20:26:35.972Z Compiling yoke v0.8.1
19082026-07-02T20:26:35.972Z Compiling crypto-common v0.1.7
19092026-07-02T20:26:35.973Z Compiling zerovec v0.11.5
19102026-07-02T20:26:35.973Z Compiling zerotrie v0.2.3
19112026-07-02T20:26:35.973Z Compiling futures-util v0.3.32
19122026-07-02T20:26:35.973Z Compiling block-buffer v0.10.4
19132026-07-02T20:26:35.973Z Compiling digest v0.10.7
19142026-07-02T20:26:35.973Z Compiling tinystr v0.8.2
19152026-07-02T20:26:35.973Z Compiling potential_utf v0.1.4
19162026-07-02T20:26:35.973Z Compiling scroll_derive v0.13.1
19172026-07-02T20:26:35.973Z Compiling scroll_derive v0.12.1
19182026-07-02T20:26:35.973Z Compiling openssl-macros v0.1.1
19192026-07-02T20:26:35.973Z Compiling icu_locale_core v2.1.1
19202026-07-02T20:26:35.973Z Compiling icu_collections v2.1.1
19212026-07-02T20:26:36.045Z Compiling regex v1.12.3
19222026-07-02T20:26:36.180Z Compiling darling_macro v0.21.3
19232026-07-02T20:26:36.276Z Compiling zerocopy-derive v0.7.35
19242026-07-02T20:26:36.369Z Compiling cookie v0.18.1
19252026-07-02T20:26:36.413Z Compiling icu_provider v2.1.1
19262026-07-02T20:26:36.490Z Compiling base64ct v1.8.3
19272026-07-02T20:26:36.579Z Compiling bytes v1.11.1
19282026-07-02T20:26:36.622Z Compiling chrono v0.4.44
19292026-07-02T20:26:36.689Z Compiling icu_properties v2.1.2
19302026-07-02T20:26:36.752Z Compiling icu_normalizer v2.1.1
19312026-07-02T20:26:36.787Z Compiling serde_tokenstream v0.2.3
19322026-07-02T20:26:37.135Z Compiling tokio v1.52.1
19332026-07-02T20:26:37.306Z Compiling http v1.4.2
19342026-07-02T20:26:37.552Z Compiling idna_adapter v1.2.1
19352026-07-02T20:26:37.708Z Compiling idna v1.1.0
19362026-07-02T20:26:37.726Z Compiling camino v1.2.2
19372026-07-02T20:26:38.025Z Compiling ppv-lite86 v0.2.21
19382026-07-02T20:26:38.055Z Compiling url v2.5.8
19392026-07-02T20:26:38.124Z Compiling pem-rfc7468 v0.7.0
19402026-07-02T20:26:38.161Z Compiling darling v0.21.3
19412026-07-02T20:26:38.203Z Compiling tracing v0.1.44
19422026-07-02T20:26:38.418Z Compiling flagset v0.4.7
19432026-07-02T20:26:38.455Z Compiling rand_chacha v0.9.0
19442026-07-02T20:26:38.568Z Compiling der v0.7.10
19452026-07-02T20:26:38.616Z Compiling http-body v1.0.1
19462026-07-02T20:26:38.619Z Compiling rustls-pki-types v1.14.0
19472026-07-02T20:26:39.159Z Compiling usdt-impl v0.5.0
19482026-07-02T20:26:39.205Z Compiling cmov v0.5.4
19492026-07-02T20:26:39.334Z Compiling ref-cast v1.0.25
19502026-07-02T20:26:39.438Z Compiling openssl-probe v0.2.1
19512026-07-02T20:26:39.454Z Compiling fastrand v2.3.0
19522026-07-02T20:26:39.634Z Compiling usdt-impl v0.6.0
19532026-07-02T20:26:39.720Z Compiling either v1.15.0
19542026-07-02T20:26:39.751Z Compiling paste v1.0.15
19552026-07-02T20:26:39.799Z Compiling tinyvec_macros v0.1.1
19562026-07-02T20:26:39.817Z Compiling ctutils v0.4.2
19572026-07-02T20:26:39.846Z Compiling spki v0.7.3
19582026-07-02T20:26:39.899Z Compiling tinyvec v1.10.0
19592026-07-02T20:26:40.041Z Compiling rand v0.9.2
19602026-07-02T20:26:40.075Z Compiling serde_spanned v0.6.9
19612026-07-02T20:26:40.126Z Compiling toml_datetime v0.6.11
19622026-07-02T20:26:40.130Z Compiling scroll v0.13.0
19632026-07-02T20:26:40.173Z Compiling scroll v0.12.0
19642026-07-02T20:26:40.180Z Compiling async-trait v0.1.89
19652026-07-02T20:26:40.256Z Compiling heapless v0.7.17
19662026-07-02T20:26:40.335Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-07-02T20:26:40.365Z Compiling zstd-safe v7.2.4
19682026-07-02T20:26:40.370Z Compiling tower-service v0.3.3
19692026-07-02T20:26:40.408Z Compiling atomic-waker v1.1.2
19702026-07-02T20:26:40.441Z Compiling rustix v0.38.44
19712026-07-02T20:26:40.466Z Compiling winnow v1.0.3
19722026-07-02T20:26:40.502Z Compiling untrusted v0.7.1
19732026-07-02T20:26:40.530Z Compiling cpufeatures v0.2.17
19742026-07-02T20:26:40.564Z Compiling try-lock v0.2.5
19752026-07-02T20:26:40.601Z Compiling signal-hook v0.3.18
19762026-07-02T20:26:40.621Z Compiling litrs v1.0.0
19772026-07-02T20:26:40.642Z Compiling tower-layer v0.3.3
19782026-07-02T20:26:40.673Z Compiling winnow v0.7.14
19792026-07-02T20:26:40.690Z Compiling want v0.3.1
19802026-07-02T20:26:40.690Z Compiling goblin v0.8.2
19812026-07-02T20:26:40.778Z Compiling toml_parser v1.1.2+spec-1.1.0
19822026-07-02T20:26:40.830Z Compiling goblin v0.10.5
19832026-07-02T20:26:41.114Z Compiling tokio-util v0.7.18
19842026-07-02T20:26:41.128Z Compiling document-features v0.2.12
19852026-07-02T20:26:41.147Z Compiling hybrid-array v0.4.13
19862026-07-02T20:26:41.359Z Compiling zerocopy v0.7.35
19872026-07-02T20:26:41.375Z Compiling ipnet v2.11.0
19882026-07-02T20:26:41.838Z Compiling h2 v0.4.15
19892026-07-02T20:26:41.939Z Compiling ref-cast-impl v1.0.25
19902026-07-02T20:26:41.970Z Compiling darling_core v0.20.11
19912026-07-02T20:26:41.986Z Compiling curve25519-dalek v4.1.3
19922026-07-02T20:26:42.088Z Compiling memoffset v0.9.1
19932026-07-02T20:26:42.146Z Compiling utf8parse v0.2.2
19942026-07-02T20:26:42.282Z Compiling powerfmt v0.2.0
19952026-07-02T20:26:42.295Z Compiling foreign-types-shared v0.1.1
19962026-07-02T20:26:42.411Z Compiling untrusted v0.9.0
19972026-07-02T20:26:42.487Z Compiling winnow v0.5.40
19982026-07-02T20:26:42.563Z Compiling httpdate v1.0.3
19992026-07-02T20:26:42.723Z Compiling deranged v0.5.8
20002026-07-02T20:26:42.749Z Compiling tempfile v3.25.0
20012026-07-02T20:26:42.808Z Compiling foreign-types v0.3.2
20022026-07-02T20:26:42.995Z Compiling dof v0.3.0
20032026-07-02T20:26:43.034Z Compiling unicode-normalization v0.1.25
20042026-07-02T20:26:43.097Z Compiling dtrace-parser v0.2.0
20052026-07-02T20:26:43.471Z Compiling pkcs8 v0.10.2
20062026-07-02T20:26:43.621Z Compiling dof v0.4.0
20072026-07-02T20:26:43.781Z Compiling toml_edit v0.19.15
20082026-07-02T20:26:43.906Z Compiling dtrace-parser v0.3.0
20092026-07-02T20:26:43.921Z Compiling darling_macro v0.20.11
20102026-07-02T20:26:43.967Z Compiling daft-derive v0.1.7
20112026-07-02T20:26:44.318Z Compiling pin-project-internal v1.1.11
20122026-07-02T20:26:44.435Z Compiling spin v0.9.8
20132026-07-02T20:26:44.450Z Compiling thread-id v5.1.0
20142026-07-02T20:26:44.467Z Compiling thread-id v4.2.2
20152026-07-02T20:26:44.520Z Compiling anstyle v1.0.14
20162026-07-02T20:26:44.556Z Compiling num_threads v0.1.7
20172026-07-02T20:26:44.573Z Compiling num-bigint-dig v0.8.6
20182026-07-02T20:26:44.670Z Compiling smoltcp v0.9.1
20192026-07-02T20:26:44.702Z Compiling cfg_aliases v0.2.1
20202026-07-02T20:26:44.841Z Compiling nix v0.31.2
20212026-07-02T20:26:44.946Z Compiling time v0.3.47
20222026-07-02T20:26:45.038Z Compiling hyper v1.10.1
20232026-07-02T20:26:45.190Z Compiling darling v0.20.11
20242026-07-02T20:26:45.378Z Compiling sha2 v0.10.9
20252026-07-02T20:26:45.495Z Compiling ipnetwork v0.21.1
20262026-07-02T20:26:45.534Z Compiling hmac v0.12.1
20272026-07-02T20:26:45.699Z Compiling strum_macros v0.26.4
20282026-07-02T20:26:45.754Z Compiling curve25519-dalek-derive v0.1.1
20292026-07-02T20:26:45.843Z Compiling sync_wrapper v1.0.2
20302026-07-02T20:26:45.969Z Compiling wait-timeout v0.2.1
20312026-07-02T20:26:46.104Z Compiling is_terminal_polyfill v1.70.2
20322026-07-02T20:26:46.211Z Compiling hyper-util v0.1.20
20332026-07-02T20:26:46.403Z Compiling siphasher v1.0.2
20342026-07-02T20:26:46.496Z Compiling quick-error v1.2.3
20352026-07-02T20:26:46.619Z Compiling colorchoice v1.0.4
20362026-07-02T20:26:46.675Z Compiling simd-adler32 v0.3.8
20372026-07-02T20:26:46.747Z Compiling bit-vec v0.8.0
20382026-07-02T20:26:46.807Z Compiling anstyle-query v1.1.5
20392026-07-02T20:26:46.945Z Compiling bit-set v0.8.0
20402026-07-02T20:26:46.996Z Compiling rusty-fork v0.3.1
20412026-07-02T20:26:47.125Z Compiling tower v0.5.3
20422026-07-02T20:26:47.582Z Compiling derive_builder_core v0.20.2
20432026-07-02T20:26:47.615Z Compiling http-body-util v0.1.3
20442026-07-02T20:26:47.842Z Compiling hubpack_derive v0.1.1
20452026-07-02T20:26:47.859Z Compiling strum_macros v0.27.2
20462026-07-02T20:26:47.860Z Compiling snafu-derive v0.8.9
20472026-07-02T20:26:47.892Z Compiling rand_xorshift v0.4.0
20482026-07-02T20:26:48.042Z Compiling ahash v0.8.12
20492026-07-02T20:26:48.059Z Compiling fs-err v3.3.0
20502026-07-02T20:26:48.168Z Compiling allocator-api2 v0.2.21
20512026-07-02T20:26:48.303Z Compiling adler2 v2.0.1
20522026-07-02T20:26:48.306Z Compiling iri-string v0.7.10
20532026-07-02T20:26:48.334Z Compiling unicode-properties v0.1.4
20542026-07-02T20:26:48.365Z Compiling unicode-bidi v0.3.18
20552026-07-02T20:26:48.512Z Compiling unarray v0.1.4
20562026-07-02T20:26:48.640Z Compiling ryu v1.0.23
20572026-07-02T20:26:48.679Z Compiling object v0.37.3
20582026-07-02T20:26:48.737Z Compiling unicode-segmentation v1.12.0
20592026-07-02T20:26:48.855Z Compiling serde_urlencoded v0.7.1
20602026-07-02T20:26:48.871Z Compiling stringprep v0.1.5
20612026-07-02T20:26:49.004Z Compiling proptest v1.10.0
20622026-07-02T20:26:49.035Z Compiling miniz_oxide v0.8.9
20632026-07-02T20:26:49.120Z Compiling derive_builder_macro v0.20.2
20642026-07-02T20:26:49.503Z Compiling tower-http v0.6.8
20652026-07-02T20:26:49.617Z Compiling tokio-native-tls v0.3.1
20662026-07-02T20:26:49.617Z Compiling usdt-attr-macro v0.6.0
20672026-07-02T20:26:49.648Z Compiling usdt-macro v0.6.0
20682026-07-02T20:26:49.695Z Compiling anstyle-parse v1.0.0
20692026-07-02T20:26:49.736Z Compiling crypto-common v0.2.2
20702026-07-02T20:26:49.809Z Compiling block-buffer v0.12.1
20712026-07-02T20:26:49.873Z Compiling block-padding v0.4.2
20722026-07-02T20:26:50.179Z Compiling rustls-native-certs v0.8.3
20732026-07-02T20:26:50.374Z Compiling rand_chacha v0.3.1
20742026-07-02T20:26:50.446Z Compiling hex v0.4.3
20752026-07-02T20:26:50.461Z Compiling erased-serde v0.3.31
20762026-07-02T20:26:50.476Z Compiling signature v2.2.0
20772026-07-02T20:26:50.492Z Compiling md-5 v0.10.6
20782026-07-02T20:26:50.510Z Compiling bstr v1.12.1
20792026-07-02T20:26:50.564Z Compiling num-integer v0.1.46
20802026-07-02T20:26:50.645Z Compiling hash32 v0.2.1
20812026-07-02T20:26:50.682Z Compiling vergen-lib v9.1.0
20822026-07-02T20:26:50.781Z Compiling encoding_rs v0.8.35
20832026-07-02T20:26:50.813Z Compiling fallible-iterator v0.2.0
20842026-07-02T20:26:50.846Z Compiling psl-types v2.0.11
20852026-07-02T20:26:50.876Z Compiling mime v0.3.17
20862026-07-02T20:26:50.973Z Compiling zlib-rs v0.6.2
20872026-07-02T20:26:50.987Z Compiling cpufeatures v0.3.0
20882026-07-02T20:26:51.143Z Compiling newtype-uuid v1.3.2
20892026-07-02T20:26:51.150Z Compiling postgres-protocol v0.6.10
20902026-07-02T20:26:51.150Z Compiling publicsuffix v2.3.0
20912026-07-02T20:26:51.378Z Compiling num-iter v0.1.45
20922026-07-02T20:26:51.462Z Compiling rand v0.8.6
20932026-07-02T20:26:51.856Z Compiling oxnet v0.1.6
20942026-07-02T20:26:51.918Z Compiling inout v0.2.2
20952026-07-02T20:26:51.976Z Compiling anstream v1.0.0
20962026-07-02T20:26:51.992Z Compiling hyper-tls v0.6.0
20972026-07-02T20:26:52.043Z Compiling derive_builder v0.20.2
20982026-07-02T20:26:52.116Z Compiling heck v0.4.1
20992026-07-02T20:26:52.167Z Compiling phf_shared v0.13.1
21002026-07-02T20:26:52.184Z Compiling pin-project v1.1.11
21012026-07-02T20:26:52.269Z Compiling lazy_static v1.5.0
21022026-07-02T20:26:52.348Z Compiling anstyle-parse v0.2.7
21032026-07-02T20:26:52.400Z Compiling terminal_size v0.4.3
21042026-07-02T20:26:52.404Z Compiling serde_with_macros v3.17.0
21052026-07-02T20:26:52.449Z Compiling futures-executor v0.3.32
21062026-07-02T20:26:52.547Z Compiling async-recursion v1.1.1
21072026-07-02T20:26:52.569Z Compiling clap_derive v4.6.1
21082026-07-02T20:26:52.621Z Compiling serde_repr v0.1.20
21092026-07-02T20:26:52.660Z Compiling enum-as-inner v0.6.1
21102026-07-02T20:26:52.712Z Compiling ff v0.13.1
21112026-07-02T20:26:52.730Z Compiling vergen v9.1.0
21122026-07-02T20:26:52.783Z Compiling cargo-platform v0.3.2
21132026-07-02T20:26:52.929Z Compiling managed v0.8.0
21142026-07-02T20:26:53.048Z Compiling flate2 v1.1.9
21152026-07-02T20:26:53.167Z Compiling libbz2-rs-sys v0.2.2
21162026-07-02T20:26:53.269Z Compiling bitflags v1.3.2
21172026-07-02T20:26:53.285Z Compiling clap_lex v1.0.0
21182026-07-02T20:26:53.348Z Compiling foldhash v0.1.5
21192026-07-02T20:26:53.364Z Compiling foldhash v0.2.0
21202026-07-02T20:26:53.471Z Compiling bumpalo v3.20.2
21212026-07-02T20:26:53.543Z Compiling same-file v1.0.6
21222026-07-02T20:26:53.543Z Compiling base16ct v0.2.0
21232026-07-02T20:26:53.616Z Compiling walkdir v2.5.0
21242026-07-02T20:26:53.651Z Compiling sec1 v0.7.3
21252026-07-02T20:26:53.687Z Compiling zopfli v0.8.3
21262026-07-02T20:26:53.721Z Compiling bzip2 v0.6.1
21272026-07-02T20:26:53.757Z Compiling hashbrown v0.16.1
21282026-07-02T20:26:53.824Z Compiling hashbrown v0.15.5
21292026-07-02T20:26:53.933Z Compiling clap_builder v4.6.0
21302026-07-02T20:26:54.192Z Compiling cargo_metadata v0.23.1
21312026-07-02T20:26:54.239Z Compiling group v0.13.0
21322026-07-02T20:26:54.425Z Compiling futures v0.3.32
21332026-07-02T20:26:54.442Z Compiling zstd v0.13.3
21342026-07-02T20:26:54.518Z Compiling anstream v0.6.21
21352026-07-02T20:26:54.865Z Compiling phf v0.13.1
21362026-07-02T20:26:55.033Z Compiling snafu v0.8.9
21372026-07-02T20:26:55.049Z Compiling reqwest v0.12.28
21382026-07-02T20:26:55.457Z Compiling daft v0.1.7
21392026-07-02T20:26:55.469Z Compiling signal-hook-mio v0.2.5
21402026-07-02T20:26:55.611Z Compiling cipher v0.5.2
21412026-07-02T20:26:55.627Z Compiling cookie_store v0.22.1
21422026-07-02T20:26:55.738Z Compiling postgres-types v0.2.12
21432026-07-02T20:26:55.759Z Compiling bzip2 v0.4.4
21442026-07-02T20:26:55.814Z Compiling globset v0.4.18
21452026-07-02T20:26:55.838Z Compiling ed25519 v2.2.3
21462026-07-02T20:26:55.910Z Compiling strum v0.27.2
21472026-07-02T20:26:55.990Z Compiling hubpack v0.1.2
21482026-07-02T20:26:56.107Z Compiling phf_shared v0.11.3
21492026-07-02T20:26:56.175Z Compiling hkdf v0.12.4
21502026-07-02T20:26:56.218Z Compiling crossbeam-epoch v0.9.18
21512026-07-02T20:26:56.259Z Compiling pkcs1 v0.7.5
21522026-07-02T20:26:56.275Z Compiling olpc-cjson v0.1.4
21532026-07-02T20:26:56.502Z Compiling pem v3.0.6
21542026-07-02T20:26:56.541Z Compiling serde-big-array v0.5.1
21552026-07-02T20:26:56.575Z Compiling serde_plain v1.0.2
21562026-07-02T20:26:56.707Z Compiling crypto-bigint v0.5.5
21572026-07-02T20:26:56.757Z Compiling float-cmp v0.10.0
21582026-07-02T20:26:56.788Z Compiling memmap2 v0.9.10
21592026-07-02T20:26:56.807Z Compiling env_filter v1.0.0
21602026-07-02T20:26:56.823Z Compiling jiff v0.2.21
21612026-07-02T20:26:56.910Z Compiling predicates-core v1.0.10
21622026-07-02T20:26:56.926Z Compiling fixedbitset v0.5.7
21632026-07-02T20:26:57.011Z Compiling precomputed-hash v0.1.1
21642026-07-02T20:26:57.052Z Compiling static_assertions v1.1.0
21652026-07-02T20:26:57.078Z Compiling data-encoding v2.10.0
21662026-07-02T20:26:57.120Z Compiling typed-path v0.9.3
21672026-07-02T20:26:57.225Z Compiling difflib v0.4.0
21682026-07-02T20:26:57.237Z Compiling new_debug_unreachable v1.0.6
21692026-07-02T20:26:57.241Z Compiling toml_write v0.1.2
21702026-07-02T20:26:57.271Z Compiling normalize-line-endings v0.3.0
21712026-07-02T20:26:57.398Z Compiling const-oid v0.10.2
21722026-07-02T20:26:57.453Z Compiling keccak v0.1.6
21732026-07-02T20:26:57.589Z Compiling fixedbitset v0.4.2
21742026-07-02T20:26:57.606Z Compiling whoami v2.1.0
21752026-07-02T20:26:57.623Z Compiling elliptic-curve v0.13.8
21762026-07-02T20:26:57.623Z Compiling sha3 v0.10.8
21772026-07-02T20:26:57.670Z Compiling digest v0.11.3
21782026-07-02T20:26:57.686Z Compiling toml_edit v0.22.27
21792026-07-02T20:26:57.796Z Compiling petgraph v0.6.5
21802026-07-02T20:26:57.809Z Compiling predicates v3.1.4
21812026-07-02T20:26:57.813Z Compiling hickory-proto v0.25.2
21822026-07-02T20:26:57.843Z Compiling tokio-postgres v0.7.16
21832026-07-02T20:26:57.892Z Compiling chacha20 v0.10.0
21842026-07-02T20:26:57.919Z Compiling string_cache v0.8.9
21852026-07-02T20:26:58.024Z Compiling petgraph v0.8.3
21862026-07-02T20:26:58.153Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21872026-07-02T20:26:58.205Z Compiling env_logger v0.11.9
21882026-07-02T20:26:58.273Z Compiling usdt v0.6.0
21892026-07-02T20:26:58.581Z Compiling rsa v0.9.10
21902026-07-02T20:26:59.785Z Compiling zip v4.6.1
21912026-07-02T20:26:59.993Z Compiling ed25519-dalek v2.2.0
21922026-07-02T20:27:00.061Z Compiling zip v0.6.6
21932026-07-02T20:27:00.210Z Compiling iddqd v0.4.2
21942026-07-02T20:27:00.310Z Compiling crossterm v0.28.1
21952026-07-02T20:27:00.536Z Compiling clap v4.6.1
21962026-07-02T20:27:00.715Z Compiling serde_with v3.17.0
21972026-07-02T20:27:00.951Z Compiling similar v2.7.0
21982026-07-02T20:27:00.968Z Compiling byte-wrapper v0.1.0
21992026-07-02T20:27:00.972Z Compiling strum v0.26.3
22002026-07-02T20:27:01.016Z Compiling toml v0.7.8
22012026-07-02T20:27:01.132Z Compiling tokio-stream v0.1.18
22022026-07-02T20:27:01.318Z Compiling buf-list v1.1.2
22032026-07-02T20:27:01.406Z Compiling x509-cert v0.2.5
22042026-07-02T20:27:01.476Z Compiling itertools v0.13.0
22052026-07-02T20:27:01.599Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-07-02T20:27:01.683Z Compiling openapiv3 v2.2.0
22072026-07-02T20:27:02.285Z Compiling peg-runtime v0.8.5
22082026-07-02T20:27:02.536Z Compiling lalrpop-util v0.19.12
22092026-07-02T20:27:18.165Z Compiling rustls-webpki v0.103.13
22102026-07-02T20:27:19.800Z Compiling macaddr v1.0.1
22112026-07-02T20:27:19.831Z Compiling structmeta-derive v0.3.0
22122026-07-02T20:27:19.888Z Compiling rayon-core v1.13.0
22132026-07-02T20:27:19.913Z Compiling crucible-workspace-hack v0.1.0
22142026-07-02T20:27:20.100Z Compiling itertools v0.14.0
22152026-07-02T20:27:20.178Z Compiling secrecy v0.10.3
22162026-07-02T20:27:20.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-07-02T20:27:20.336Z Compiling toml_datetime v0.7.5+spec-1.1.0
22182026-07-02T20:27:20.340Z Compiling heapless v0.8.0
22192026-07-02T20:27:20.535Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-07-02T20:27:20.554Z Compiling crossbeam-deque v0.8.6
22212026-07-02T20:27:20.588Z Compiling inout v0.1.4
22222026-07-02T20:27:20.607Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-02T20:27:20.767Z Compiling hash32 v0.3.1
22242026-07-02T20:27:20.783Z Compiling multer v3.1.0
22252026-07-02T20:27:20.801Z Compiling thread_local v1.1.9
22262026-07-02T20:27:20.849Z Compiling smoltcp v0.11.0
22272026-07-02T20:27:20.865Z Compiling structmeta v0.3.0
22282026-07-02T20:27:20.927Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-07-02T20:27:20.949Z Compiling slog-async v2.8.0
22302026-07-02T20:27:21.010Z Compiling unicode-width v0.2.0
22312026-07-02T20:27:21.093Z Compiling compression-core v0.4.31
22322026-07-02T20:27:21.166Z Compiling match_cfg v0.1.0
22332026-07-02T20:27:21.219Z Compiling compression-codecs v0.4.37
22342026-07-02T20:27:21.235Z Compiling hostname v0.3.1
22352026-07-02T20:27:21.269Z Compiling derive-ex v0.1.8
22362026-07-02T20:27:21.287Z Compiling proc-macro-crate v3.4.0
22372026-07-02T20:27:21.399Z Compiling ingot-macros v0.1.1
22382026-07-02T20:27:21.421Z Compiling cipher v0.4.4
22392026-07-02T20:27:21.472Z Compiling atomicwrites v0.4.4
22402026-07-02T20:27:21.611Z Compiling slog-json v2.6.1
22412026-07-02T20:27:21.691Z Compiling tokio-rustls v0.26.4
22422026-07-02T20:27:21.731Z Compiling rustls-platform-verifier v0.6.2
22432026-07-02T20:27:21.769Z Compiling tough v0.22.0
22442026-07-02T20:27:21.877Z Compiling crossbeam-channel v0.5.15
22452026-07-02T20:27:21.893Z Compiling half v2.7.1
22462026-07-02T20:27:21.959Z Compiling hyper-rustls v0.27.7
22472026-07-02T20:27:21.976Z Compiling newtype-uuid-macros v0.1.0
22482026-07-02T20:27:21.992Z Compiling cobs v0.3.0
22492026-07-02T20:27:22.252Z Compiling reqwest v0.13.2
22502026-07-02T20:27:22.276Z Compiling thiserror-impl-no-std v2.0.2
22512026-07-02T20:27:22.291Z Compiling universal-hash v0.5.1
22522026-07-02T20:27:22.455Z Compiling async-stream-impl v0.3.6
22532026-07-02T20:27:22.588Z Compiling toml_datetime v1.1.1+spec-1.1.0
22542026-07-02T20:27:22.722Z Compiling serde_spanned v1.1.1
22552026-07-02T20:27:22.783Z Compiling is-terminal v0.4.17
22562026-07-02T20:27:22.894Z Compiling proc-macro-error-attr v1.0.4
22572026-07-02T20:27:22.910Z Compiling dropshot v0.17.1
22582026-07-02T20:27:22.936Z Compiling take_mut v0.2.2
22592026-07-02T20:27:23.037Z Compiling opaque-debug v0.3.1
22602026-07-02T20:27:23.057Z Compiling ciborium-io v0.2.2
22612026-07-02T20:27:23.072Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22622026-07-02T20:27:23.127Z Compiling convert_case v0.4.0
22632026-07-02T20:27:23.142Z Compiling term v1.2.1
22642026-07-02T20:27:23.159Z Compiling toml_writer v1.1.1+spec-1.1.0
22652026-07-02T20:27:23.285Z Compiling ciborium-ll v0.2.2
22662026-07-02T20:27:23.302Z Compiling poly1305 v0.8.0
22672026-07-02T20:27:23.339Z Compiling async-stream v0.3.6
22682026-07-02T20:27:23.354Z Compiling thiserror-no-std v2.0.2
22692026-07-02T20:27:23.440Z Compiling toml v1.1.2+spec-1.1.0
22702026-07-02T20:27:23.469Z Compiling derive_more v0.99.20
22712026-07-02T20:27:23.469Z Compiling slog-term v2.9.2
22722026-07-02T20:27:23.550Z Compiling test-strategy v0.4.5
22732026-07-02T20:27:23.569Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742026-07-02T20:27:23.864Z Compiling postcard v1.1.3
22752026-07-02T20:27:24.043Z Compiling ingot-types v0.1.2
22762026-07-02T20:27:24.265Z Compiling slog-bunyan v2.5.0
22772026-07-02T20:27:24.464Z Compiling ingot v0.1.1
22782026-07-02T20:27:24.519Z Compiling num_enum_derive v0.7.6
22792026-07-02T20:27:24.740Z Compiling chacha20 v0.9.1
22802026-07-02T20:27:24.815Z Compiling async-compression v0.4.41
22812026-07-02T20:27:24.961Z Compiling parse-display-derive v0.10.0
22822026-07-02T20:27:25.026Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22832026-07-02T20:27:25.308Z Compiling sha1 v0.11.0
22842026-07-02T20:27:25.365Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-07-02T20:27:25.437Z Compiling proc-macro-crate v1.3.1
22862026-07-02T20:27:25.570Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22872026-07-02T20:27:25.615Z Compiling waitgroup v0.1.2
22882026-07-02T20:27:25.636Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22892026-07-02T20:27:25.728Z Compiling backon v1.6.0
22902026-07-02T20:27:25.760Z Compiling password-hash v0.5.0
22912026-07-02T20:27:25.803Z Compiling rustls-pemfile v2.2.0
22922026-07-02T20:27:25.821Z Compiling dropshot_endpoint v0.17.1
22932026-07-02T20:27:25.838Z Compiling blake2 v0.10.6
22942026-07-02T20:27:25.972Z Compiling aead v0.5.2
22952026-07-02T20:27:26.001Z Compiling foreign-types-macros v0.2.3
22962026-07-02T20:27:26.107Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22972026-07-02T20:27:26.123Z Compiling serde_path_to_error v0.1.20
22982026-07-02T20:27:26.189Z Compiling hostname v0.4.2
22992026-07-02T20:27:26.355Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23002026-07-02T20:27:26.371Z Compiling proc-macro-error v1.0.4
23012026-07-02T20:27:26.386Z Compiling instant v0.1.13
23022026-07-02T20:27:26.459Z Compiling foreign-types-shared v0.3.1
23032026-07-02T20:27:26.523Z Compiling debug-ignore v1.0.5
23042026-07-02T20:27:26.556Z Compiling backoff v0.4.0
23052026-07-02T20:27:26.583Z Compiling parse-display v0.10.0
23062026-07-02T20:27:26.599Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23072026-07-02T20:27:26.631Z Compiling foreign-types v0.5.0
23082026-07-02T20:27:26.663Z Compiling chacha20poly1305 v0.10.1
23092026-07-02T20:27:26.682Z Compiling argon2 v0.5.3
23102026-07-02T20:27:26.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-07-02T20:27:26.743Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23122026-07-02T20:27:26.757Z Compiling num_enum_derive v0.5.11
23132026-07-02T20:27:26.761Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23142026-07-02T20:27:26.789Z Compiling num_enum v0.7.6
23152026-07-02T20:27:26.804Z Compiling ciborium v0.2.2
23162026-07-02T20:27:26.835Z Compiling vsss-rs v3.3.4
23172026-07-02T20:27:27.124Z Compiling tabwriter v1.4.1
23182026-07-02T20:27:27.272Z Compiling regress v0.10.5
23192026-07-02T20:27:27.430Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-07-02T20:27:27.446Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23212026-07-02T20:27:27.485Z Compiling cstr-argument v0.1.2
23222026-07-02T20:27:27.499Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-07-02T20:27:27.514Z Compiling humantime v2.3.0
23242026-07-02T20:27:27.611Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-02T20:27:27.675Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-02T20:27:27.711Z Compiling rayon v1.11.0
23272026-07-02T20:27:27.755Z Compiling rand v0.10.1
23282026-07-02T20:27:27.771Z Compiling num_enum v0.5.11
23292026-07-02T20:27:27.904Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-02T20:27:27.924Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23312026-07-02T20:27:27.954Z Compiling libefi-sys v0.1.0
23322026-07-02T20:27:27.969Z Compiling indent_write v2.2.0
23332026-07-02T20:27:27.984Z Compiling colored v3.1.1
23342026-07-02T20:27:28.048Z Compiling zone_cfg_derive v0.3.1
23352026-07-02T20:27:28.060Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-07-02T20:27:28.138Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-02T20:27:28.208Z Compiling camino-tempfile v1.4.1
23382026-07-02T20:27:28.312Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23392026-07-02T20:27:28.350Z Compiling itertools v0.12.1
23402026-07-02T20:27:28.374Z Compiling usdt-attr-macro v0.5.0
23412026-07-02T20:27:28.389Z Compiling usdt-macro v0.5.0
23422026-07-02T20:27:28.572Z Compiling bitfield-struct v0.6.2
23432026-07-02T20:27:28.619Z Compiling num-derive v0.4.2
23442026-07-02T20:27:28.659Z Compiling blake3 v1.8.5
23452026-07-02T20:27:28.677Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23462026-07-02T20:27:28.700Z Compiling sigpipe v0.1.3
23472026-07-02T20:27:28.752Z Compiling memmap v0.7.0
23482026-07-02T20:27:28.798Z Compiling glob v0.3.3
23492026-07-02T20:27:28.819Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-07-02T20:27:28.863Z Compiling swrite v0.1.0
23512026-07-02T20:27:29.011Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23522026-07-02T20:27:29.147Z Compiling smf v0.2.3
23532026-07-02T20:27:29.215Z Compiling usdt v0.5.0
23542026-07-02T20:27:29.259Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-07-02T20:27:29.330Z Compiling filetime v0.2.27
23562026-07-02T20:27:29.350Z Compiling arrayvec v0.7.6
23572026-07-02T20:27:29.562Z Compiling arrayref v0.3.9
23582026-07-02T20:27:29.577Z Compiling xattr v1.6.1
23592026-07-02T20:27:29.592Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23602026-07-02T20:27:29.595Z Compiling constant_time_eq v0.4.2
23612026-07-02T20:27:29.625Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-02T20:27:29.628Z Compiling whoami v1.6.1
23632026-07-02T20:27:29.659Z Compiling tokio-dtrace v0.1.1
23642026-07-02T20:27:29.726Z Compiling zone v0.3.1
23652026-07-02T20:27:29.781Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23662026-07-02T20:27:29.835Z Compiling tar v0.4.46
23672026-07-02T20:27:29.868Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-02T20:27:29.872Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-07-02T20:27:29.956Z Compiling console v0.16.2
23702026-07-02T20:27:30.029Z Compiling gethostname v0.5.0
23712026-07-02T20:27:30.140Z Compiling unit-prefix v0.5.2
23722026-07-02T20:27:30.185Z Compiling topological-sort v0.2.2
23732026-07-02T20:27:30.326Z Compiling oxide-tokio-rt v0.1.4
23742026-07-02T20:27:30.358Z Compiling toml v0.8.23
23752026-07-02T20:27:30.377Z Compiling indicatif v0.18.4
23762026-07-02T20:27:30.577Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23772026-07-02T20:27:30.595Z Compiling shell-words v1.1.1
23782026-07-02T20:27:39.940Z Compiling progenitor-client v0.14.0
23792026-07-02T20:27:39.940Z Compiling omicron-zone-package v0.12.3
23802026-07-02T20:27:40.179Z Compiling progenitor-extras v0.2.0
23812026-07-02T20:27:40.493Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-07-02T20:27:40.518Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-07-02T20:27:40.556Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-07-02T20:27:40.667Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-07-02T20:27:40.730Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-07-02T20:27:40.765Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-07-02T20:27:40.828Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-07-02T20:27:40.896Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-07-02T20:27:41.330Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-07-02T20:27:45.307Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-07-02T20:27:53.247Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-07-02T20:27:56.422Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-07-02T20:27:57.433Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-07-02T20:28:06.821Z Finished `release` profile [optimized] target(s) in 1m 40s
23952026-07-02T20:28:06.966Z Running `target/release/omicron-package -t test target create -p dev`
23962026-07-02T20:28:07.029ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-07-02T20:28:07.032ZCreated new build target 'test' and set it as active
23982026-07-02T20:28:07.035Z
23992026-07-02T20:28:07.035Zreal 1:40.232618429
24002026-07-02T20:28:07.035Zuser 16:25.692482190
24012026-07-02T20:28:07.035Zsys 2:36.935634403
24022026-07-02T20:28:07.035Ztrap 0.485827056
24032026-07-02T20:28:07.035Ztflt 2.243053800
24042026-07-02T20:28:07.035Zdflt 4.063427347
24052026-07-02T20:28:07.035Zkflt 0.000714295
24062026-07-02T20:28:07.035Zlock 51:50.460664832
24072026-07-02T20:28:07.035Zslp 42:14.132297401
24082026-07-02T20:28:07.035Zlat 45.649375121
24092026-07-02T20:28:07.035Zstop 5:20.658222862
24102026-07-02T20:28:07.035Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-07-02T20:28:07.869Z Finished `release` profile [optimized] target(s) in 0.82s
24122026-07-02T20:28:07.935Z Running `target/release/omicron-package -t test package`
24132026-07-02T20:28:07.990ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-07-02T20:28:09.371Z Compiling heck v0.5.0
24152026-07-02T20:28:09.372Z Compiling regress v0.11.1
24162026-07-02T20:28:09.376Z Compiling unsafe-libyaml v0.2.11
24172026-07-02T20:28:09.624Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-07-02T20:28:09.651Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24192026-07-02T20:28:09.653Z Compiling unicode-width v0.1.14
24202026-07-02T20:28:09.654Z Compiling atomicwrites v0.4.4
24212026-07-02T20:28:09.711Z Compiling derive-where v1.6.0
24222026-07-02T20:28:09.714Z Compiling bytecount v0.6.9
24232026-07-02T20:28:09.729Z Compiling is-terminal v0.4.17
24242026-07-02T20:28:09.734Z Compiling prettyplease v0.2.37
24252026-07-02T20:28:09.788Z Compiling console v0.15.11
24262026-07-02T20:28:09.791Z Compiling newline-converter v0.3.0
24272026-07-02T20:28:09.791Z Compiling slog-dtrace v0.3.0
24282026-07-02T20:28:09.828Z Compiling resolv-conf v0.7.6
24292026-07-02T20:28:09.871Z Compiling owo-colors v4.3.0
24302026-07-02T20:28:09.895Z Compiling cancel-safe-futures v0.1.5
24312026-07-02T20:28:09.898Z Compiling num-rational v0.4.2
24322026-07-02T20:28:09.938Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-07-02T20:28:09.959Z Compiling libsw-core v0.3.2
24342026-07-02T20:28:09.998Z Compiling num-complex v0.4.6
24352026-07-02T20:28:10.047Z Compiling thread_local v1.1.9
24362026-07-02T20:28:10.136Z Compiling serde_yaml v0.9.34+deprecated
24372026-07-02T20:28:10.259Z Compiling expectorate v1.2.0
24382026-07-02T20:28:10.263Z Compiling match_cfg v0.1.0
24392026-07-02T20:28:10.263Z Compiling compression-core v0.4.31
24402026-07-02T20:28:10.331Z Compiling hostname v0.3.1
24412026-07-02T20:28:10.430Z Compiling compression-codecs v0.4.37
24422026-07-02T20:28:10.451Z Compiling num v0.4.3
24432026-07-02T20:28:10.475Z Compiling libsw v3.5.0
24442026-07-02T20:28:10.498Z Compiling multer v3.1.0
24452026-07-02T20:28:10.502Z Compiling slog-async v2.8.0
24462026-07-02T20:28:10.555Z Compiling crossbeam-channel v0.5.15
24472026-07-02T20:28:10.577Z Compiling slog-json v2.6.1
24482026-07-02T20:28:10.602Z Compiling toml_datetime v1.1.1+spec-1.1.0
24492026-07-02T20:28:10.686Z Compiling serde_spanned v1.1.1
24502026-07-02T20:28:10.707Z Compiling toml_writer v1.1.1+spec-1.1.0
24512026-07-02T20:28:10.710Z Compiling take_mut v0.2.2
24522026-07-02T20:28:10.808Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-07-02T20:28:10.843Z Compiling linear-map v1.2.0
24542026-07-02T20:28:10.866Z Compiling float-ord v0.3.2
24552026-07-02T20:28:10.889Z Compiling linked-hash-map v0.5.6
24562026-07-02T20:28:10.911Z Compiling term v1.2.1
24572026-07-02T20:28:10.933Z Compiling toml v1.1.2+spec-1.1.0
24582026-07-02T20:28:10.977Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24592026-07-02T20:28:11.002Z Compiling slog-bunyan v2.5.0
24602026-07-02T20:28:11.019Z Compiling async-compression v0.4.41
24612026-07-02T20:28:11.040Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622026-07-02T20:28:11.126Z Compiling lru-cache v0.1.2
24632026-07-02T20:28:11.164Z Compiling typify-impl v0.6.2
24642026-07-02T20:28:11.220Z Compiling slog-term v2.9.2
24652026-07-02T20:28:11.290Z Compiling dropshot v0.17.1
24662026-07-02T20:28:11.347Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-07-02T20:28:11.369Z Compiling async-stream v0.3.6
24682026-07-02T20:28:11.431Z Compiling sha1 v0.11.0
24692026-07-02T20:28:11.453Z Compiling progenitor-client v0.14.0
24702026-07-02T20:28:11.486Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-07-02T20:28:11.524Z Compiling waitgroup v0.1.2
24722026-07-02T20:28:11.585Z Compiling rustls-pemfile v2.2.0
24732026-07-02T20:28:11.671Z Compiling backon v1.6.0
24742026-07-02T20:28:11.693Z Compiling serde_path_to_error v0.1.20
24752026-07-02T20:28:11.697Z Compiling hostname v0.4.2
24762026-07-02T20:28:11.736Z Compiling instant v0.1.13
24772026-07-02T20:28:11.739Z Compiling minimal-lexical v0.2.1
24782026-07-02T20:28:11.779Z Compiling debug-ignore v1.0.5
24792026-07-02T20:28:11.802Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24802026-07-02T20:28:11.872Z Compiling progenitor-extras v0.2.0
24812026-07-02T20:28:11.895Z Compiling backoff v0.4.0
24822026-07-02T20:28:11.912Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-07-02T20:28:11.934Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24842026-07-02T20:28:12.085Z Compiling nom v7.1.3
24852026-07-02T20:28:12.106Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24862026-07-02T20:28:12.109Z Compiling parse-display v0.10.0
24872026-07-02T20:28:12.150Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-07-02T20:28:12.153Z Compiling hickory-proto v0.24.4
24892026-07-02T20:28:12.349Z Compiling regress v0.10.5
24902026-07-02T20:28:12.744Z Compiling macaddr v1.0.1
24912026-07-02T20:28:12.790Z Compiling unicode-xid v0.2.6
24922026-07-02T20:28:12.836Z Compiling humantime v2.3.0
24932026-07-02T20:28:13.011Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24942026-07-02T20:28:13.121Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24952026-07-02T20:28:13.206Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24962026-07-02T20:28:13.424Z Compiling convert_case v0.10.0
24972026-07-02T20:28:13.463Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24982026-07-02T20:28:13.740Z Compiling derive_more-impl v2.1.1
24992026-07-02T20:28:13.925Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-07-02T20:28:14.195Z Compiling toml v0.8.23
25012026-07-02T20:28:14.429Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-07-02T20:28:14.450Z Compiling papergrid v0.11.0
25032026-07-02T20:28:14.558Z Compiling derive_more v2.1.1
25042026-07-02T20:28:14.592Z Compiling typify-macro v0.6.2
25052026-07-02T20:28:14.595Z Compiling tabled_derive v0.7.0
25062026-07-02T20:28:14.667Z Compiling termtree v0.5.1
25072026-07-02T20:28:14.751Z Compiling hickory-resolver v0.24.4
25082026-07-02T20:28:14.791Z Compiling crossterm v0.29.0
25092026-07-02T20:28:14.871Z Compiling phf_shared v0.12.1
25102026-07-02T20:28:15.118Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-07-02T20:28:15.524Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-07-02T20:28:15.582Z Compiling tabled v0.15.0
25132026-07-02T20:28:15.742Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-07-02T20:28:16.132Z Compiling typify v0.6.2
25152026-07-02T20:28:16.444Z Compiling progenitor-impl v0.14.0
25162026-07-02T20:28:16.813Z Compiling qorb v0.4.1
25172026-07-02T20:28:17.771Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25182026-07-02T20:28:18.310Z Compiling vte v0.14.1
25192026-07-02T20:28:18.559Z Compiling progenitor-macro v0.14.0
25202026-07-02T20:28:18.579Z Compiling csv-core v0.1.13
25212026-07-02T20:28:19.034Z Compiling highway v1.3.0
25222026-07-02T20:28:19.687Z Compiling chrono-tz v0.10.4
25232026-07-02T20:28:19.776Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25242026-07-02T20:28:19.954Z Compiling csv v1.4.0
25252026-07-02T20:28:20.002Z Compiling strip-ansi-escapes v0.2.1
25262026-07-02T20:28:20.042Z Compiling phf v0.12.1
25272026-07-02T20:28:20.088Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25282026-07-02T20:28:20.243Z Compiling const_format_proc_macros v0.2.34
25292026-07-02T20:28:20.314Z Compiling fd-lock v4.0.4
25302026-07-02T20:28:20.491Z Compiling peg-macros v0.8.5
25312026-07-02T20:28:20.555Z Compiling nu-ansi-term v0.50.3
25322026-07-02T20:28:20.914Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-07-02T20:28:21.033Z Compiling const_format v0.2.35
25342026-07-02T20:28:21.118Z Compiling reedline v0.40.0
25352026-07-02T20:28:21.449Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25362026-07-02T20:28:21.772Z Compiling peg v0.8.5
25372026-07-02T20:28:21.873Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25382026-07-02T20:28:22.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-07-02T20:28:22.615Z Compiling progenitor v0.14.0
25402026-07-02T20:28:22.779Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25412026-07-02T20:28:22.803Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25422026-07-02T20:28:22.825Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-07-02T20:28:22.828Z Compiling bcs v0.1.6
25442026-07-02T20:28:23.283Z Compiling nom v8.0.0
25452026-07-02T20:28:23.516Z Compiling semver v0.1.20
25462026-07-02T20:28:23.813Z Compiling rustc_version v0.1.7
25472026-07-02T20:28:24.066Z Compiling newtype_derive v0.1.6
25482026-07-02T20:28:24.308Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-07-02T20:28:24.560Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25502026-07-02T20:28:24.825Z Compiling unicode-linebreak v0.1.5
25512026-07-02T20:28:25.140Z Compiling smawk v0.3.2
25522026-07-02T20:28:25.332Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-07-02T20:28:25.389Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-07-02T20:28:25.428Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25552026-07-02T20:28:25.544Z Compiling textwrap v0.16.2
25562026-07-02T20:28:25.774Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-07-02T20:28:25.821Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-07-02T20:28:26.010Z Compiling steno v0.4.1
25592026-07-02T20:28:26.202Z Compiling base64 v0.21.7
25602026-07-02T20:28:26.466Z Compiling dropshot-api-manager-types v0.7.2
25612026-07-02T20:28:26.746Z Compiling sha1 v0.10.6
25622026-07-02T20:28:26.801Z Compiling utf-8 v0.7.6
25632026-07-02T20:28:27.040Z Compiling tagptr v0.2.0
25642026-07-02T20:28:27.076Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-07-02T20:28:27.178Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-02T20:28:27.235Z Compiling moka v0.12.13
25672026-07-02T20:28:27.257Z Compiling tungstenite v0.21.0
25682026-07-02T20:28:27.349Z Compiling display-error-chain v0.2.2
25692026-07-02T20:28:27.527Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-02T20:28:27.550Z Compiling radium v0.7.0
25712026-07-02T20:28:27.590Z Compiling maybe-uninit v2.0.0
25722026-07-02T20:28:27.891Z Compiling tokio-tungstenite v0.21.0
25732026-07-02T20:28:27.911Z Compiling tap v1.0.1
25742026-07-02T20:28:28.060Z Compiling wyz v0.5.1
25752026-07-02T20:28:28.283Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25762026-07-02T20:28:28.372Z Compiling hickory-resolver v0.25.2
25772026-07-02T20:28:28.514Z Compiling vergen-lib v0.1.6
25782026-07-02T20:28:28.776Z Compiling zerocopy-derive v0.6.6
25792026-07-02T20:28:28.797Z Compiling crc-catalog v2.4.0
25802026-07-02T20:28:28.953Z Compiling packed_struct v0.10.1
25812026-07-02T20:28:29.327Z Compiling funty v2.0.0
25822026-07-02T20:28:29.404Z Compiling diesel_derives v2.3.7
25832026-07-02T20:28:29.593Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-07-02T20:28:29.704Z Compiling bitvec v1.0.1
25852026-07-02T20:28:30.294Z Compiling zerocopy v0.6.6
25862026-07-02T20:28:30.345Z Compiling crc v3.4.0
25872026-07-02T20:28:30.676Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-07-02T20:28:30.864Z Compiling scheduled-thread-pool v0.2.7
25892026-07-02T20:28:31.152Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25902026-07-02T20:28:31.291Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25912026-07-02T20:28:31.456Z Compiling dsl_auto_type v0.2.0
25922026-07-02T20:28:31.541Z Compiling packed_struct_codegen v0.10.1
25932026-07-02T20:28:31.577Z Compiling vergen-gitcl v1.0.8
25942026-07-02T20:28:31.692Z Compiling diesel_table_macro_syntax v0.3.0
25952026-07-02T20:28:31.845Z Compiling bitfield-macros v0.19.4
25962026-07-02T20:28:32.013Z Compiling dirs-sys-next v0.1.2
25972026-07-02T20:28:32.032Z Compiling proc-macro-error-attr2 v2.0.0
25982026-07-02T20:28:32.286Z Compiling indexmap v1.9.3
25992026-07-02T20:28:32.471Z Compiling glob v0.3.3
26002026-07-02T20:28:32.546Z Compiling crunchy v0.2.4
26012026-07-02T20:28:32.574Z Compiling nodrop v0.1.14
26022026-07-02T20:28:32.574Z Compiling maplit v1.0.2
26032026-07-02T20:28:32.700Z Compiling array-init v0.0.4
26042026-07-02T20:28:32.825Z Compiling clang-sys v1.8.1
26052026-07-02T20:28:32.877Z Compiling bitfield v0.19.4
26062026-07-02T20:28:33.121Z Compiling proc-macro-error2 v2.0.1
26072026-07-02T20:28:33.211Z Compiling dirs-next v2.0.0
26082026-07-02T20:28:33.308Z Compiling r2d2 v0.8.10
26092026-07-02T20:28:33.358Z Compiling smallvec v0.6.14
26102026-07-02T20:28:33.591Z Compiling num-derive v0.3.3
26112026-07-02T20:28:33.628Z Compiling hashbrown v0.12.3
26122026-07-02T20:28:33.794Z Compiling downcast-rs v2.0.2
26132026-07-02T20:28:33.908Z Compiling tiny-keccak v2.0.2
26142026-07-02T20:28:34.175Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-07-02T20:28:34.319Z Compiling serde-hex v0.1.0
26162026-07-02T20:28:34.456Z Compiling tabled_derive v0.11.0
26172026-07-02T20:28:34.527Z Compiling libscf-sys v1.1.0
26182026-07-02T20:28:34.633Z Compiling term v0.7.0
26192026-07-02T20:28:34.781Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-07-02T20:28:34.821Z Compiling ron v0.8.1
26212026-07-02T20:28:34.842Z Compiling papergrid v0.17.0
26222026-07-02T20:28:34.990Z Compiling testing_table v0.3.0
26232026-07-02T20:28:35.027Z Compiling hashbrown v0.13.2
26242026-07-02T20:28:35.121Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26252026-07-02T20:28:35.420Z Compiling crc-any v2.5.0
26262026-07-02T20:28:35.516Z Compiling bit-vec v0.6.3
26272026-07-02T20:28:35.656Z Compiling object v0.30.4
26282026-07-02T20:28:35.752Z Compiling bit-set v0.5.3
26292026-07-02T20:28:35.850Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-02T20:28:35.940Z Compiling ascii-canvas v3.0.0
26312026-07-02T20:28:36.227Z Compiling tabled v0.20.0
26322026-07-02T20:28:36.515Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-07-02T20:28:36.724Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26342026-07-02T20:28:37.254Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-07-02T20:28:37.275Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26362026-07-02T20:28:37.328Z Compiling progenitor-impl v0.13.0
26372026-07-02T20:28:37.361Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26382026-07-02T20:28:37.448Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-07-02T20:28:37.602Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26402026-07-02T20:28:37.779Z Compiling itertools v0.10.5
26412026-07-02T20:28:37.873Z Compiling ena v0.14.4
26422026-07-02T20:28:37.898Z Compiling diesel v2.3.7
26432026-07-02T20:28:38.129Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-07-02T20:28:38.377Z Compiling libloading v0.8.9
26452026-07-02T20:28:38.593Z Compiling diff v0.1.13
26462026-07-02T20:28:38.615Z Compiling bindgen v0.71.1
26472026-07-02T20:28:38.859Z Compiling unicase v2.9.0
26482026-07-02T20:28:38.881Z Compiling path-slash v0.1.5
26492026-07-02T20:28:38.927Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-07-02T20:28:38.948Z Compiling xshell-macros v0.2.7
26512026-07-02T20:28:39.074Z Compiling regex-syntax v0.6.29
26522026-07-02T20:28:39.378Z Compiling xshell v0.2.7
26532026-07-02T20:28:39.540Z Compiling progenitor-macro v0.13.0
26542026-07-02T20:28:40.456Z Compiling lalrpop v0.19.12
26552026-07-02T20:28:40.507Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26562026-07-02T20:28:40.999Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572026-07-02T20:28:41.009Z Compiling cexpr v0.6.0
26582026-07-02T20:28:41.644Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-07-02T20:28:41.892Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602026-07-02T20:28:42.198Z Compiling progenitor-client v0.13.0
26612026-07-02T20:28:42.379Z Compiling rustc-hash v2.1.1
26622026-07-02T20:28:42.738Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-07-02T20:28:43.559Z Compiling progenitor v0.13.0
26642026-07-02T20:28:44.180Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-07-02T20:28:44.215Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-07-02T20:28:44.684Z Compiling headers-core v0.3.0
26672026-07-02T20:28:44.790Z Compiling libxml v0.3.3
26682026-07-02T20:28:44.793Z Compiling crc8 v0.1.1
26692026-07-02T20:28:44.840Z Compiling headers v0.4.1
26702026-07-02T20:28:44.949Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-07-02T20:28:45.031Z Compiling strum_macros v0.24.3
26722026-07-02T20:28:45.102Z Compiling indoc v1.0.9
26732026-07-02T20:28:45.231Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-07-02T20:28:45.388Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26752026-07-02T20:28:45.559Z Compiling git-stub v1.0.0
26762026-07-02T20:28:45.626Z Compiling derive_builder v0.20.2
26772026-07-02T20:28:45.796Z Compiling oso-derive v0.27.3
26782026-07-02T20:28:45.825Z Compiling quick-xml v0.37.5
26792026-07-02T20:28:46.261Z Compiling impl-trait-for-tuples v0.2.3
26802026-07-02T20:28:46.312Z Compiling openssl-probe v0.1.6
26812026-07-02T20:28:46.334Z Compiling git-stub-vcs v0.1.0
26822026-07-02T20:28:46.514Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-07-02T20:28:46.606Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26842026-07-02T20:28:46.686Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-07-02T20:28:46.925Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26862026-07-02T20:28:46.994Z Compiling bb8 v0.8.6
26872026-07-02T20:28:47.195Z Compiling samael v0.0.19
26882026-07-02T20:28:47.250Z Compiling trait-variant v0.1.2
26892026-07-02T20:28:47.372Z Compiling half v1.8.3
26902026-07-02T20:28:47.580Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-07-02T20:28:47.612Z Compiling serde_cbor v0.11.2
26922026-07-02T20:28:47.819Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932026-07-02T20:28:47.840Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-07-02T20:28:47.865Z Compiling polar-core v0.27.3
26952026-07-02T20:28:47.914Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26962026-07-02T20:28:48.180Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972026-07-02T20:28:48.519Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26982026-07-02T20:28:48.621Z Compiling nonempty v0.12.0
26992026-07-02T20:28:48.832Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-07-02T20:28:48.880Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-07-02T20:28:49.138Z Compiling fxhash v0.2.1
27022026-07-02T20:28:49.313Z Compiling libz-sys v1.1.24
27032026-07-02T20:28:49.656Z Compiling salty v0.3.0
27042026-07-02T20:28:50.003Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27052026-07-02T20:28:50.100Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-07-02T20:28:50.228Z Compiling kstat-rs v0.2.4
27072026-07-02T20:28:50.284Z Compiling arc-swap v1.8.2
27082026-07-02T20:28:50.618Z Compiling fs-err v2.11.0
27092026-07-02T20:28:50.888Z Compiling mime_guess v2.0.5
27102026-07-02T20:28:51.001Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-07-02T20:28:51.202Z Compiling slog-scope v4.4.1
27122026-07-02T20:28:51.431Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-07-02T20:28:51.642Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27142026-07-02T20:28:52.114Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27152026-07-02T20:28:52.264Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27162026-07-02T20:28:52.540Z Compiling rfc6979 v0.4.0
27172026-07-02T20:28:52.613Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27182026-07-02T20:28:52.727Z Compiling nanorand v0.7.0
27192026-07-02T20:28:53.095Z Compiling darling_core v0.23.0
27202026-07-02T20:28:53.254Z Compiling libgit2-sys v0.18.3+1.9.2
27212026-07-02T20:28:53.416Z Compiling parking_lot_core v0.8.6
27222026-07-02T20:28:53.744Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27232026-07-02T20:28:53.943Z Compiling flume v0.11.1
27242026-07-02T20:28:54.383Z Compiling ecdsa v0.16.9
27252026-07-02T20:28:54.669Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27262026-07-02T20:28:55.064Z Compiling slog-stdlog v4.1.1
27272026-07-02T20:28:55.262Z Compiling async-bb8-diesel v0.2.1
27282026-07-02T20:28:55.530Z Compiling diesel-dtrace v0.5.0
27292026-07-02T20:28:55.629Z Compiling darling_macro v0.23.0
27302026-07-02T20:28:55.992Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27312026-07-02T20:28:56.120Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-07-02T20:28:56.157Z Compiling primeorder v0.13.6
27332026-07-02T20:28:56.177Z Compiling atty v0.2.14
27342026-07-02T20:28:56.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-07-02T20:28:56.529Z Compiling http-range v0.1.5
27362026-07-02T20:28:56.586Z Compiling instability v0.3.11
27372026-07-02T20:28:56.841Z Compiling oso v0.27.3
27382026-07-02T20:28:56.878Z Compiling strsim v0.10.0
27392026-07-02T20:28:57.180Z Compiling parse-size v1.1.0
27402026-07-02T20:28:57.351Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27412026-07-02T20:28:57.396Z Compiling darling_core v0.13.4
27422026-07-02T20:28:58.756Z Compiling p384 v0.13.1
27432026-07-02T20:28:59.040Z Compiling darling v0.23.0
27442026-07-02T20:28:59.155Z Compiling slog-envlogger v2.2.0
27452026-07-02T20:29:00.331Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-07-02T20:29:00.923Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-07-02T20:29:01.639Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27482026-07-02T20:29:02.982Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27492026-07-02T20:29:03.348Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27502026-07-02T20:29:04.000Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-07-02T20:29:04.094Z Compiling ignore v0.4.25
27522026-07-02T20:29:04.160Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-07-02T20:29:04.844Z Compiling vergen-git2 v9.1.0
27542026-07-02T20:29:04.869Z Compiling castaway v0.2.4
27552026-07-02T20:29:05.028Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-07-02T20:29:05.086Z Compiling indoc v2.0.7
27572026-07-02T20:29:05.396Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-02T20:29:05.633Z Compiling compact_str v0.8.1
27592026-07-02T20:29:06.282Z Compiling globwalk v0.9.1
27602026-07-02T20:29:06.727Z Compiling parking_lot v0.11.2
27612026-07-02T20:29:06.778Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-07-02T20:29:06.950Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27632026-07-02T20:29:07.424Z Compiling hyper-staticfile v0.10.1
27642026-07-02T20:29:07.456Z Compiling darling_macro v0.13.4
27652026-07-02T20:29:07.956Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27662026-07-02T20:29:07.977Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-07-02T20:29:08.038Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-02T20:29:08.514Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-07-02T20:29:08.621Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27702026-07-02T20:29:08.624Z Compiling predicates-tree v1.0.13
27712026-07-02T20:29:08.716Z Compiling unicode-truncate v1.1.0
27722026-07-02T20:29:08.746Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27732026-07-02T20:29:08.769Z Compiling lru v0.12.5
27742026-07-02T20:29:08.947Z Compiling rand_seeder v0.4.0
27752026-07-02T20:29:09.009Z Compiling prefix-trie v0.7.0
27762026-07-02T20:29:09.012Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-07-02T20:29:09.050Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27782026-07-02T20:29:09.125Z Compiling illumos-nvpair-sys v0.2.0
27792026-07-02T20:29:09.207Z Compiling corncobs v0.1.4
27802026-07-02T20:29:09.317Z Compiling cassowary v0.3.0
27812026-07-02T20:29:09.405Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-02T20:29:09.455Z Compiling hickory-server v0.25.2
27832026-07-02T20:29:09.519Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-07-02T20:29:09.575Z Compiling camino-tempfile-ext v0.3.3
27852026-07-02T20:29:09.647Z Compiling ratatui v0.29.0
27862026-07-02T20:29:09.769Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-02T20:29:10.006Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-07-02T20:29:10.119Z Compiling darling v0.13.4
27892026-07-02T20:29:10.202Z Compiling sled v0.34.7
27902026-07-02T20:29:10.577Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27912026-07-02T20:29:10.911Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-07-02T20:29:11.714Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-07-02T20:29:12.667Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-07-02T20:29:13.536Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-02T20:29:13.676Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-07-02T20:29:13.786Z Compiling secrecy v0.8.0
27972026-07-02T20:29:13.931Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-07-02T20:29:14.247Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-07-02T20:29:14.498Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-07-02T20:29:14.768Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-07-02T20:29:14.909Z Compiling serde_with_macros v1.5.2
28022026-07-02T20:29:15.715Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-07-02T20:29:16.430Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-07-02T20:29:16.841Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-07-02T20:29:16.946Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28062026-07-02T20:29:17.176Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28072026-07-02T20:29:17.416Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28082026-07-02T20:29:17.650Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-07-02T20:29:17.899Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28102026-07-02T20:29:17.922Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28112026-07-02T20:29:18.137Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-07-02T20:29:18.169Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-07-02T20:29:18.192Z Compiling void v1.0.2
28142026-07-02T20:29:18.434Z Compiling lzss v0.8.2
28152026-07-02T20:29:18.734Z Compiling illumos-nvpair v0.3.0
28162026-07-02T20:29:19.245Z Compiling serde_with v1.14.0
28172026-07-02T20:29:19.373Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-07-02T20:29:19.535Z Compiling git2 v0.20.4
28192026-07-02T20:29:19.917Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28202026-07-02T20:29:20.388Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-07-02T20:29:20.463Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28222026-07-02T20:29:20.893Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28232026-07-02T20:29:22.647Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-07-02T20:29:22.830Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-07-02T20:29:23.052Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28262026-07-02T20:29:23.542Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-07-02T20:29:23.808Z Compiling tungstenite v0.23.0
28282026-07-02T20:29:23.840Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-07-02T20:29:23.969Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28302026-07-02T20:29:25.664Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28312026-07-02T20:29:25.877Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-07-02T20:29:25.903Z Compiling nix v0.27.1
28332026-07-02T20:29:26.092Z Compiling twox-hash v2.1.2
28342026-07-02T20:29:26.134Z Compiling serde_bytes v0.11.19
28352026-07-02T20:29:26.224Z Compiling tokio-tungstenite v0.23.1
28362026-07-02T20:29:26.341Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-07-02T20:29:26.433Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28382026-07-02T20:29:26.591Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-07-02T20:29:26.613Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-07-02T20:29:26.955Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-07-02T20:29:27.085Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28422026-07-02T20:29:28.432Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-07-02T20:29:29.071Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-07-02T20:29:30.750Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-07-02T20:29:31.106Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-07-02T20:29:31.130Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-07-02T20:29:31.169Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-02T20:29:31.555Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-02T20:29:31.773Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28502026-07-02T20:29:32.153Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-07-02T20:29:32.206Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-07-02T20:29:32.580Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-07-02T20:29:33.133Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-07-02T20:29:33.849Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-07-02T20:29:35.296Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-07-02T20:29:36.554Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-07-02T20:29:37.355Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28582026-07-02T20:29:37.466Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-07-02T20:29:37.653Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-07-02T20:29:38.211Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28612026-07-02T20:29:38.379Z Compiling fatfs v0.3.6
28622026-07-02T20:29:38.431Z Compiling signal-hook-tokio v0.3.1
28632026-07-02T20:29:38.578Z Compiling yasna v0.5.2
28642026-07-02T20:29:38.620Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28652026-07-02T20:29:38.997Z Compiling seq-macro v0.3.6
28662026-07-02T20:29:39.528Z Compiling assert_matches v1.5.0
28672026-07-02T20:29:39.641Z Compiling is_ci v1.2.0
28682026-07-02T20:29:39.673Z Compiling rcgen v0.12.1
28692026-07-02T20:29:39.853Z Compiling supports-color v3.0.2
28702026-07-02T20:29:40.150Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-07-02T20:29:40.371Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-07-02T20:29:40.863Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28732026-07-02T20:29:42.480Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28742026-07-02T20:29:42.738Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28752026-07-02T20:29:42.992Z Compiling rtoolbox v0.0.3
28762026-07-02T20:29:43.279Z Compiling subprocess v0.2.15
28772026-07-02T20:29:44.272Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-07-02T20:29:44.297Z Compiling rpassword v7.4.0
28792026-07-02T20:29:44.652Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28802026-07-02T20:29:44.717Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28812026-07-02T20:29:45.531Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-07-02T20:29:47.555Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-07-02T20:29:47.692Z Compiling tui-tree-widget v0.23.1
28842026-07-02T20:29:48.000Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28852026-07-02T20:29:48.030Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-07-02T20:29:48.212Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28872026-07-02T20:29:48.462Z Compiling uzers v0.12.2
28882026-07-02T20:29:49.028Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28892026-07-02T20:29:49.704Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28902026-07-02T20:29:49.892Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28912026-07-02T20:29:52.424Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28922026-07-02T20:29:52.653Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-07-02T20:29:53.691Z Compiling support-bundle-viewer v0.1.2
28942026-07-02T20:29:54.827Z Compiling multimap v0.10.1
28952026-07-02T20:30:09.563Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28962026-07-02T20:30:10.931Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28972026-07-02T20:30:16.595Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28982026-07-02T20:30:16.627Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28992026-07-02T20:30:16.949Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29002026-07-02T20:36:46.730Z Finished `release` profile [optimized] target(s) in 8m 38s
29012026-07-02T20:37:33.528Z
29022026-07-02T20:37:33.533Zreal 9:26.466943505
29032026-07-02T20:37:33.533Zuser 1:18:24.291007378
29042026-07-02T20:37:33.533Zsys 3:30.742536715
29052026-07-02T20:37:33.533Ztrap 1.793624793
29062026-07-02T20:37:33.533Ztflt 2.158271257
29072026-07-02T20:37:33.533Zdflt 17.946311324
29082026-07-02T20:37:33.533Zkflt 0.027933147
29092026-07-02T20:37:33.533Zlock 6:43:33.561615392
29102026-07-02T20:37:33.533Zslp 2:12:09.051743384
29112026-07-02T20:37:33.533Zlat 2:22.858542891
29122026-07-02T20:37:33.533Zstop 5:04.372702787
29132026-07-02T20:37:33.533Z+ mapfile -t packages
29142026-07-02T20:37:33.533Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29152026-07-02T20:37:34.425Z Finished `release` profile [optimized] target(s) in 0.88s
29162026-07-02T20:37:34.492Z Running `target/release/omicron-package -t test list-outputs`
29172026-07-02T20:37:34.551ZLogging to: /work/oxidecomputer/omicron/out/LOG
29182026-07-02T20:37:34.554Z+ ptime -m cargo build --locked --release -p xtask
29192026-07-02T20:37:35.024Z Compiling libc v0.2.185
29202026-07-02T20:37:35.024Z Compiling serde_core v1.0.228
29212026-07-02T20:37:35.024Z Compiling serde v1.0.228
29222026-07-02T20:37:35.028Z Compiling rustix v1.1.3
29232026-07-02T20:37:35.028Z Compiling serde_json v1.0.150
29242026-07-02T20:37:35.028Z Compiling bitflags v2.11.0
29252026-07-02T20:37:35.189Z Compiling usdt-impl v0.5.0
29262026-07-02T20:37:35.201Z Compiling syn v2.0.117
29272026-07-02T20:37:35.210Z Compiling syn v1.0.109
29282026-07-02T20:37:35.224Z Compiling log v0.4.29
29292026-07-02T20:37:35.234Z Compiling getrandom v0.4.1
29302026-07-02T20:37:35.246Z Compiling indexmap v2.14.0
29312026-07-02T20:37:35.266Z Compiling fs-err v3.3.0
29322026-07-02T20:37:35.486Z Compiling once_cell v1.21.3
29332026-07-02T20:37:35.531Z Compiling heck v0.4.1
29342026-07-02T20:37:35.535Z Compiling anyhow v1.0.102
29352026-07-02T20:37:35.925Z Compiling errno v0.3.14
29362026-07-02T20:37:35.928Z Compiling thread-id v4.2.2
29372026-07-02T20:37:35.928Z Compiling memmap v0.7.0
29382026-07-02T20:37:36.692Z Compiling proc-macro-error v1.0.4
29392026-07-02T20:37:36.918Z Compiling terminal_size v0.4.3
29402026-07-02T20:37:36.918Z Compiling tempfile v3.25.0
29412026-07-02T20:37:36.941Z Compiling tabled_derive v0.7.0
29422026-07-02T20:37:37.018Z Compiling clap_builder v4.6.0
29432026-07-02T20:37:37.018Z Compiling textwrap v0.16.2
29442026-07-02T20:37:37.252Z Compiling camino v1.2.2
29452026-07-02T20:37:37.273Z Compiling semver v1.0.28
29462026-07-02T20:37:37.277Z Compiling cargo-platform v0.3.2
29472026-07-02T20:37:37.367Z Compiling pest_generator v2.8.6
29482026-07-02T20:37:37.591Z Compiling camino-tempfile v1.4.1
29492026-07-02T20:37:37.675Z Compiling tabled v0.15.0
29502026-07-02T20:37:37.906Z Compiling serde_derive v1.0.228
29512026-07-02T20:37:37.906Z Compiling thiserror-impl v1.0.69
29522026-07-02T20:37:37.910Z Compiling zerocopy-derive v0.7.35
29532026-07-02T20:37:37.910Z Compiling scroll_derive v0.12.1
29542026-07-02T20:37:37.910Z Compiling thiserror-impl v2.0.18
29552026-07-02T20:37:37.910Z Compiling clap_derive v4.6.1
29562026-07-02T20:37:37.952Z Compiling pest_derive v2.8.6
29572026-07-02T20:37:38.614Z Compiling scroll v0.12.0
29582026-07-02T20:37:38.767Z Compiling zerocopy v0.7.35
29592026-07-02T20:37:38.871Z Compiling goblin v0.8.2
29602026-07-02T20:37:39.046Z Compiling thiserror v1.0.69
29612026-07-02T20:37:39.161Z Compiling dtrace-parser v0.2.0
29622026-07-02T20:37:39.354Z Compiling thiserror v2.0.18
29632026-07-02T20:37:39.363Z Compiling clap v4.6.1
29642026-07-02T20:37:41.064Z Compiling dof v0.3.0
29652026-07-02T20:37:41.135Z Compiling toml_datetime v0.6.11
29662026-07-02T20:37:41.148Z Compiling serde_spanned v0.6.9
29672026-07-02T20:37:41.228Z Compiling serde_tokenstream v0.2.3
29682026-07-02T20:37:41.287Z Compiling macaddr v1.0.1
29692026-07-02T20:37:41.393Z Compiling toml_edit v0.22.27
29702026-07-02T20:37:41.403Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29712026-07-02T20:37:41.429Z Compiling cargo_metadata v0.23.1
29722026-07-02T20:37:41.803Z Compiling usdt-attr-macro v0.5.0
29732026-07-02T20:37:41.803Z Compiling usdt-macro v0.5.0
29742026-07-02T20:37:42.441Z Compiling usdt v0.5.0
29752026-07-02T20:37:42.917Z Compiling toml v0.8.23
29762026-07-02T20:37:43.350Z Compiling cargo_toml v0.21.0
29772026-07-02T20:37:47.772Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29782026-07-02T20:37:50.712Z Finished `release` profile [optimized] target(s) in 16.15s
29792026-07-02T20:37:50.816Z
29802026-07-02T20:37:50.816Zreal 16.230660277
29812026-07-02T20:37:50.816Zuser 2:05.359812541
29822026-07-02T20:37:50.816Zsys 14.083141514
29832026-07-02T20:37:50.816Ztrap 0.076893122
29842026-07-02T20:37:50.816Ztflt 0.509383853
29852026-07-02T20:37:50.816Zdflt 1.637938371
29862026-07-02T20:37:50.816Zkflt 0.000166224
29872026-07-02T20:37:50.816Zlock 4:28.897235220
29882026-07-02T20:37:50.816Zslp 2:43.481893590
29892026-07-02T20:37:50.820Zlat 4.153881132
29902026-07-02T20:37:50.820Zstop 15.146563990
29912026-07-02T20:37:50.820Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-02T20:37:50.820Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29932026-07-02T20:37:50.820Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-02T20:37:50.820Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29952026-07-02T20:37:50.820Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29962026-07-02T20:37:51.717Z Compiling progenitor-client v0.14.0
29972026-07-02T20:37:51.721Z Compiling newtype-uuid-macros v0.1.0
29982026-07-02T20:37:51.721Z Compiling match_cfg v0.1.0
29992026-07-02T20:37:51.721Z Compiling slog-json v2.6.1
30002026-07-02T20:37:51.721Z Compiling structmeta-derive v0.3.0
30012026-07-02T20:37:51.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-07-02T20:37:51.864Z Compiling sha1 v0.11.0
30032026-07-02T20:37:51.866Z Compiling multer v3.1.0
30042026-07-02T20:37:51.881Z Compiling compression-core v0.4.31
30052026-07-02T20:37:51.885Z Compiling debug-ignore v1.0.5
30062026-07-02T20:37:51.885Z Compiling atomicwrites v0.4.4
30072026-07-02T20:37:51.885Z Compiling itertools v0.14.0
30082026-07-02T20:37:51.885Z Compiling async-stream-impl v0.3.6
30092026-07-02T20:37:51.885Z Compiling toml_datetime v1.1.1+spec-1.1.0
30102026-07-02T20:37:51.889Z Compiling serde_spanned v1.1.1
30112026-07-02T20:37:51.889Z Compiling dropshot v0.17.1
30122026-07-02T20:37:51.967Z Compiling hostname v0.3.1
30132026-07-02T20:37:52.093Z Compiling slog-bunyan v2.5.0
30142026-07-02T20:37:52.141Z Compiling toml_writer v1.1.1+spec-1.1.0
30152026-07-02T20:37:52.157Z Compiling waitgroup v0.1.2
30162026-07-02T20:37:52.224Z Compiling compression-codecs v0.4.37
30172026-07-02T20:37:52.265Z Compiling rustls-pemfile v2.2.0
30182026-07-02T20:37:52.268Z Compiling dropshot_endpoint v0.17.1
30192026-07-02T20:37:52.268Z Compiling hostname v0.4.2
30202026-07-02T20:37:52.322Z Compiling serde_path_to_error v0.1.20
30212026-07-02T20:37:52.339Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30222026-07-02T20:37:52.342Z Compiling macaddr v1.0.1
30232026-07-02T20:37:52.395Z Compiling toml v1.1.2+spec-1.1.0
30242026-07-02T20:37:52.434Z Compiling async-compression v0.4.41
30252026-07-02T20:37:52.458Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30262026-07-02T20:37:52.461Z Compiling instant v0.1.13
30272026-07-02T20:37:52.509Z Compiling regress v0.10.5
30282026-07-02T20:37:52.509Z Compiling backon v1.6.0
30292026-07-02T20:37:52.543Z Compiling humantime v2.3.0
30302026-07-02T20:37:52.563Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30312026-07-02T20:37:52.621Z Compiling backoff v0.4.0
30322026-07-02T20:37:52.638Z Compiling regress v0.11.1
30332026-07-02T20:37:52.658Z Compiling async-stream v0.3.6
30342026-07-02T20:37:52.728Z Compiling progenitor-extras v0.2.0
30352026-07-02T20:37:52.731Z Compiling half v2.7.1
30362026-07-02T20:37:52.772Z Compiling crucible-workspace-hack v0.1.0
30372026-07-02T20:37:52.796Z Compiling ciborium-io v0.2.2
30382026-07-02T20:37:52.823Z Compiling convert_case v0.4.0
30392026-07-02T20:37:52.859Z Compiling secrecy v0.10.3
30402026-07-02T20:37:52.863Z Compiling unsafe-libyaml v0.2.11
30412026-07-02T20:37:52.920Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30422026-07-02T20:37:52.938Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30432026-07-02T20:37:52.985Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-07-02T20:37:53.021Z Compiling ciborium-ll v0.2.2
30452026-07-02T20:37:53.042Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30462026-07-02T20:37:53.057Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-07-02T20:37:53.169Z Compiling inout v0.1.4
30482026-07-02T20:37:53.188Z Compiling thiserror-impl-no-std v2.0.2
30492026-07-02T20:37:53.188Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30502026-07-02T20:37:53.224Z Compiling derive_more v0.99.20
30512026-07-02T20:37:53.259Z Compiling ciborium v0.2.2
30522026-07-02T20:37:53.277Z Compiling structmeta v0.3.0
30532026-07-02T20:37:53.299Z Compiling cipher v0.4.4
30542026-07-02T20:37:53.314Z Compiling universal-hash v0.5.1
30552026-07-02T20:37:53.332Z Compiling opaque-debug v0.3.1
30562026-07-02T20:37:53.352Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30572026-07-02T20:37:53.386Z Compiling blake2 v0.10.6
30582026-07-02T20:37:53.424Z Compiling serde_yaml v0.9.34+deprecated
30592026-07-02T20:37:53.474Z Compiling poly1305 v0.8.0
30602026-07-02T20:37:53.519Z Compiling derive-ex v0.1.8
30612026-07-02T20:37:53.572Z Compiling parse-display-derive v0.10.0
30622026-07-02T20:37:53.638Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30632026-07-02T20:37:53.659Z Compiling chacha20 v0.9.1
30642026-07-02T20:37:53.758Z Compiling aead v0.5.2
30652026-07-02T20:37:53.862Z Compiling password-hash v0.5.0
30662026-07-02T20:37:53.880Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-07-02T20:37:53.939Z Compiling chacha20poly1305 v0.10.1
30682026-07-02T20:37:53.970Z Compiling indent_write v2.2.0
30692026-07-02T20:37:53.991Z Compiling heapless v0.8.0
30702026-07-02T20:37:54.123Z Compiling argon2 v0.5.3
30712026-07-02T20:37:54.140Z Compiling toml_edit v0.23.10+spec-1.0.0
30722026-07-02T20:37:54.161Z Compiling ingot-macros v0.1.1
30732026-07-02T20:37:54.254Z Compiling typify-impl v0.6.2
30742026-07-02T20:37:54.290Z Compiling tabwriter v1.4.1
30752026-07-02T20:37:54.370Z Compiling thiserror-no-std v2.0.2
30762026-07-02T20:37:54.484Z Compiling vsss-rs v3.3.4
30772026-07-02T20:37:54.518Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-02T20:37:54.559Z Compiling hash32 v0.3.1
30792026-07-02T20:37:54.744Z Compiling proc-macro-crate v3.4.0
30802026-07-02T20:37:54.800Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30812026-07-02T20:37:54.974Z Compiling smoltcp v0.11.0
30822026-07-02T20:37:55.285Z Compiling test-strategy v0.4.5
30832026-07-02T20:37:55.302Z Compiling cobs v0.3.0
30842026-07-02T20:37:55.332Z Compiling num_enum_derive v0.7.6
30852026-07-02T20:37:55.354Z Compiling colored v3.1.1
30862026-07-02T20:37:55.389Z Compiling parse-display v0.10.0
30872026-07-02T20:37:55.409Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30882026-07-02T20:37:55.530Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30892026-07-02T20:37:55.547Z Compiling postcard v1.1.3
30902026-07-02T20:37:55.720Z Compiling proc-macro-error v1.0.4
30912026-07-02T20:37:55.762Z Compiling proc-macro-crate v1.3.1
30922026-07-02T20:37:55.801Z Compiling rand v0.10.1
30932026-07-02T20:37:55.819Z Compiling foreign-types-macros v0.2.3
30942026-07-02T20:37:55.837Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-02T20:37:55.933Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30962026-07-02T20:37:55.950Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30972026-07-02T20:37:56.003Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-07-02T20:37:56.074Z Compiling rayon-core v1.13.0
30992026-07-02T20:37:56.160Z Compiling foreign-types-shared v0.3.1
31002026-07-02T20:37:56.234Z Compiling num_enum_derive v0.5.11
31012026-07-02T20:37:56.275Z Compiling crossbeam-deque v0.8.6
31022026-07-02T20:37:56.290Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-07-02T20:37:56.329Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31042026-07-02T20:37:56.354Z Compiling cstr-argument v0.1.2
31052026-07-02T20:37:56.401Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-07-02T20:37:56.486Z Compiling foreign-types v0.5.0
31072026-07-02T20:37:56.502Z Compiling num_enum v0.7.6
31082026-07-02T20:37:56.601Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31092026-07-02T20:37:56.617Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31102026-07-02T20:37:56.653Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31112026-07-02T20:37:56.692Z Compiling zone_cfg_derive v0.3.1
31122026-07-02T20:37:56.779Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31132026-07-02T20:37:56.799Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-07-02T20:37:56.877Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31152026-07-02T20:37:56.880Z Compiling itertools v0.12.1
31162026-07-02T20:37:56.914Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31172026-07-02T20:37:56.934Z Compiling rayon v1.11.0
31182026-07-02T20:37:56.951Z Compiling num-derive v0.4.2
31192026-07-02T20:37:56.954Z Compiling sigpipe v0.1.3
31202026-07-02T20:37:57.095Z Compiling cpubits v0.1.1
31212026-07-02T20:37:57.112Z Compiling glob v0.3.3
31222026-07-02T20:37:57.130Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-07-02T20:37:57.195Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31242026-07-02T20:37:57.213Z Compiling ingot-types v0.1.2
31252026-07-02T20:37:57.241Z Compiling smf v0.2.3
31262026-07-02T20:37:57.348Z Compiling num_enum v0.5.11
31272026-07-02T20:37:57.368Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31282026-07-02T20:37:57.433Z Compiling whoami v1.6.1
31292026-07-02T20:37:57.458Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-07-02T20:37:57.476Z Compiling usdt-macro v0.5.0
31312026-07-02T20:37:57.492Z Compiling usdt-attr-macro v0.5.0
31322026-07-02T20:37:57.518Z Compiling gethostname v0.5.0
31332026-07-02T20:37:57.535Z Compiling num-rational v0.4.2
31342026-07-02T20:37:57.654Z Compiling ingot v0.1.1
31352026-07-02T20:37:57.749Z Compiling pem-rfc7468 v1.0.0
31362026-07-02T20:37:57.780Z Compiling num-complex v0.4.6
31372026-07-02T20:37:57.799Z Compiling memmap v0.7.0
31382026-07-02T20:37:57.955Z Compiling derive-where v1.6.0
31392026-07-02T20:37:57.972Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31402026-07-02T20:37:58.009Z Compiling float-ord v0.3.2
31412026-07-02T20:37:58.082Z Compiling zone v0.3.1
31422026-07-02T20:37:58.152Z Compiling num v0.4.3
31432026-07-02T20:37:58.218Z Compiling toml v0.8.23
31442026-07-02T20:37:58.218Z Compiling hmac v0.13.0
31452026-07-02T20:37:58.225Z Compiling universal-hash v0.6.1
31462026-07-02T20:37:58.252Z Compiling resolv-conf v0.7.6
31472026-07-02T20:37:58.307Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-07-02T20:37:58.376Z Compiling owo-colors v4.3.0
31492026-07-02T20:37:58.395Z Compiling usdt v0.5.0
31502026-07-02T20:37:58.395Z Compiling cancel-safe-futures v0.1.5
31512026-07-02T20:37:58.432Z Compiling polyval v0.7.1
31522026-07-02T20:37:58.463Z Compiling der v0.8.0
31532026-07-02T20:37:58.517Z Compiling libsw-core v0.3.2
31542026-07-02T20:37:58.618Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31552026-07-02T20:37:58.698Z Compiling prettyplease v0.2.37
31562026-07-02T20:37:58.701Z Compiling libsw v3.5.0
31572026-07-02T20:37:58.731Z Compiling ghash v0.6.0
31582026-07-02T20:37:58.767Z Compiling pbkdf2 v0.13.0
31592026-07-02T20:37:58.800Z Compiling aes v0.9.1
31602026-07-02T20:37:58.818Z Compiling console v0.15.11
31612026-07-02T20:37:58.896Z Compiling newline-converter v0.3.0
31622026-07-02T20:37:58.914Z Compiling typify-macro v0.6.2
31632026-07-02T20:37:58.935Z Compiling hickory-proto v0.24.4
31642026-07-02T20:37:58.938Z Compiling ctr v0.10.1
31652026-07-02T20:37:58.997Z Compiling aead v0.6.1
31662026-07-02T20:37:59.040Z Compiling sha2 v0.11.0
31672026-07-02T20:37:59.079Z Compiling libefi-sys v0.1.0
31682026-07-02T20:37:59.178Z Compiling linked-hash-map v0.5.6
31692026-07-02T20:37:59.181Z Compiling linear-map v1.2.0
31702026-07-02T20:37:59.214Z Compiling expectorate v1.2.0
31712026-07-02T20:37:59.338Z Compiling aes-gcm v0.11.0
31722026-07-02T20:37:59.393Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31732026-07-02T20:37:59.411Z Compiling spki v0.8.0
31742026-07-02T20:37:59.414Z Compiling lru-cache v0.1.2
31752026-07-02T20:37:59.454Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-07-02T20:37:59.567Z Compiling crypto-bigint v0.7.5
31772026-07-02T20:37:59.584Z Compiling git-stub v1.0.0
31782026-07-02T20:37:59.587Z Compiling cbc v0.2.1
31792026-07-02T20:37:59.587Z Compiling salsa20 v0.11.0
31802026-07-02T20:37:59.681Z Compiling bitfield-struct v0.6.2
31812026-07-02T20:37:59.769Z Compiling nom v8.0.0
31822026-07-02T20:37:59.786Z Compiling semver v0.1.20
31832026-07-02T20:37:59.804Z Compiling scrypt v0.12.0
31842026-07-02T20:37:59.824Z Compiling git-stub-vcs v0.1.0
31852026-07-02T20:37:59.992Z Compiling tokio-dtrace v0.1.1
31862026-07-02T20:38:01.131Z Compiling rustc_version v0.1.7
31872026-07-02T20:38:01.135Z Compiling dropshot-api-manager-types v0.7.2
31882026-07-02T20:38:01.135Z Compiling slog-dtrace v0.3.0
31892026-07-02T20:38:01.135Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-02T20:38:01.135Z Compiling minimal-lexical v0.2.1
31912026-07-02T20:38:01.135Z Compiling newtype_derive v0.1.6
31922026-07-02T20:38:01.136Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-07-02T20:38:01.136Z Compiling oxide-tokio-rt v0.1.4
31942026-07-02T20:38:01.136Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952026-07-02T20:38:01.136Z Compiling nom v7.1.3
31962026-07-02T20:38:01.136Z Compiling pkcs5 v0.8.1
31972026-07-02T20:38:01.136Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31982026-07-02T20:38:01.136Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31992026-07-02T20:38:01.136Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32002026-07-02T20:38:01.136Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-02T20:38:01.136Z Compiling typify v0.6.2
32022026-07-02T20:38:01.136Z Compiling phf_shared v0.12.1
32032026-07-02T20:38:01.136Z Compiling csv-core v0.1.13
32042026-07-02T20:38:01.136Z Compiling progenitor-impl v0.14.0
32052026-07-02T20:38:01.136Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32062026-07-02T20:38:01.136Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32072026-07-02T20:38:01.185Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32082026-07-02T20:38:01.203Z Compiling hickory-resolver v0.24.4
32092026-07-02T20:38:01.206Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32102026-07-02T20:38:01.237Z Compiling unicode-xid v0.2.6
32112026-07-02T20:38:01.270Z Compiling chrono-tz v0.10.4
32122026-07-02T20:38:01.313Z Compiling xshell-macros v0.2.7
32132026-07-02T20:38:01.395Z Compiling highway v1.3.0
32142026-07-02T20:38:01.535Z Compiling const_format_proc_macros v0.2.34
32152026-07-02T20:38:01.775Z Compiling xshell v0.2.7
32162026-07-02T20:38:01.811Z Compiling csv v1.4.0
32172026-07-02T20:38:02.009Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32182026-07-02T20:38:02.143Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32192026-07-02T20:38:02.185Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32202026-07-02T20:38:02.216Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-07-02T20:38:02.294Z Compiling qorb v0.4.1
32222026-07-02T20:38:02.323Z Compiling phf v0.12.1
32232026-07-02T20:38:02.394Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32242026-07-02T20:38:02.449Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32252026-07-02T20:38:02.511Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32262026-07-02T20:38:02.675Z Compiling pkcs8 v0.11.0
32272026-07-02T20:38:02.794Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-07-02T20:38:02.902Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32292026-07-02T20:38:03.078Z Compiling const_format v0.2.35
32302026-07-02T20:38:03.095Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-07-02T20:38:03.140Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32322026-07-02T20:38:03.220Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32332026-07-02T20:38:03.240Z Compiling tabled_derive v0.7.0
32342026-07-02T20:38:03.425Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-07-02T20:38:03.442Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32362026-07-02T20:38:03.475Z Compiling bcs v0.1.6
32372026-07-02T20:38:03.661Z Compiling progenitor-macro v0.14.0
32382026-07-02T20:38:03.821Z Compiling ff v0.14.0
32392026-07-02T20:38:03.938Z Compiling tagptr v0.2.0
32402026-07-02T20:38:03.991Z Compiling salty v0.3.0
32412026-07-02T20:38:04.009Z Compiling termtree v0.5.1
32422026-07-02T20:38:04.114Z Compiling moka v0.12.13
32432026-07-02T20:38:04.190Z Compiling textwrap v0.16.2
32442026-07-02T20:38:04.275Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32452026-07-02T20:38:04.318Z Compiling tabled v0.15.0
32462026-07-02T20:38:04.364Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-07-02T20:38:04.391Z Compiling steno v0.4.1
32482026-07-02T20:38:04.531Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-07-02T20:38:04.597Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32502026-07-02T20:38:04.616Z Compiling sha1 v0.10.6
32512026-07-02T20:38:04.636Z Compiling signature v3.0.0
32522026-07-02T20:38:04.690Z Compiling radium v0.7.0
32532026-07-02T20:38:04.704Z Compiling base64 v0.21.7
32542026-07-02T20:38:04.850Z Compiling base16ct v1.0.0
32552026-07-02T20:38:04.887Z Compiling hickory-resolver v0.25.2
32562026-07-02T20:38:04.956Z Compiling group v0.14.0
32572026-07-02T20:38:05.066Z Compiling sec1 v0.8.1
32582026-07-02T20:38:05.082Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32592026-07-02T20:38:05.112Z Compiling hkdf v0.13.0
32602026-07-02T20:38:05.151Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-07-02T20:38:05.200Z Compiling rfc6979 v0.4.0
32622026-07-02T20:38:05.316Z Compiling maybe-uninit v2.0.0
32632026-07-02T20:38:05.356Z Compiling tap v1.0.1
32642026-07-02T20:38:05.373Z Compiling ecdsa v0.16.9
32652026-07-02T20:38:05.402Z Compiling elliptic-curve v0.14.0-rc.33
32662026-07-02T20:38:05.496Z Compiling wyz v0.5.1
32672026-07-02T20:38:05.736Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-07-02T20:38:05.809Z Compiling primeorder v0.13.6
32692026-07-02T20:38:05.826Z Compiling proc-macro-error-attr2 v2.0.0
32702026-07-02T20:38:05.880Z Compiling parking_lot_core v0.8.6
32712026-07-02T20:38:06.041Z Compiling funty v2.0.0
32722026-07-02T20:38:06.091Z Compiling packed_struct v0.10.1
32732026-07-02T20:38:06.158Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-07-02T20:38:06.187Z Compiling utf-8 v0.7.6
32752026-07-02T20:38:06.295Z Compiling proc-macro-error2 v2.0.1
32762026-07-02T20:38:06.402Z Compiling bitvec v1.0.1
32772026-07-02T20:38:06.458Z Compiling tungstenite v0.21.0
32782026-07-02T20:38:06.507Z Compiling p384 v0.13.1
32792026-07-02T20:38:06.669Z Compiling rfc6979 v0.5.0
32802026-07-02T20:38:06.741Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-02T20:38:06.759Z Compiling num-derive v0.3.3
32822026-07-02T20:38:06.839Z Compiling packed_struct_codegen v0.10.1
32832026-07-02T20:38:06.858Z Compiling bitfield-macros v0.19.4
32842026-07-02T20:38:06.984Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32852026-07-02T20:38:07.030Z Compiling zerocopy-derive v0.6.6
32862026-07-02T20:38:07.118Z Compiling indexmap v1.9.3
32872026-07-02T20:38:07.136Z Compiling crc-catalog v2.4.0
32882026-07-02T20:38:07.339Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-07-02T20:38:07.429Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-07-02T20:38:07.462Z Compiling nodrop v0.1.14
32912026-07-02T20:38:07.574Z Compiling array-init v0.0.4
32922026-07-02T20:38:07.654Z Compiling crc v3.4.0
32932026-07-02T20:38:07.713Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-07-02T20:38:07.713Z Compiling bitfield v0.19.4
32952026-07-02T20:38:07.794Z Compiling tokio-tungstenite v0.21.0
32962026-07-02T20:38:07.794Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32972026-07-02T20:38:07.822Z Compiling libscf-sys v1.1.0
32982026-07-02T20:38:07.834Z Compiling ecdsa v0.17.0-rc.18
32992026-07-02T20:38:07.930Z Compiling smallvec v0.6.14
33002026-07-02T20:38:07.961Z Compiling tabled_derive v0.11.0
33012026-07-02T20:38:08.003Z Compiling zerocopy v0.6.6
33022026-07-02T20:38:08.047Z Compiling primeorder v0.14.0-rc.10
33032026-07-02T20:38:08.077Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-02T20:38:08.109Z Compiling primefield v0.14.0
33052026-07-02T20:38:08.167Z Compiling progenitor-impl v0.13.0
33062026-07-02T20:38:08.245Z Compiling papergrid v0.17.0
33072026-07-02T20:38:08.281Z Compiling testing_table v0.3.0
33082026-07-02T20:38:08.333Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-07-02T20:38:08.357Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-07-02T20:38:08.377Z Compiling curve25519-dalek v5.0.0-rc.0
33112026-07-02T20:38:08.396Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33122026-07-02T20:38:08.468Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-02T20:38:08.530Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-07-02T20:38:08.639Z Compiling hashbrown v0.12.3
33152026-07-02T20:38:08.653Z Compiling unicase v2.9.0
33162026-07-02T20:38:08.780Z Compiling corncobs v0.1.4
33172026-07-02T20:38:08.805Z Compiling illumos-nvpair-sys v0.2.0
33182026-07-02T20:38:08.876Z Compiling progenitor v0.14.0
33192026-07-02T20:38:08.912Z Compiling mime_guess v2.0.5
33202026-07-02T20:38:08.934Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-07-02T20:38:09.010Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33222026-07-02T20:38:09.037Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-07-02T20:38:09.100Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33242026-07-02T20:38:09.262Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-07-02T20:38:09.338Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-02T20:38:09.382Z Compiling tabled v0.20.0
33272026-07-02T20:38:09.432Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-02T20:38:09.450Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-07-02T20:38:09.504Z Compiling parking_lot v0.11.2
33302026-07-02T20:38:09.557Z Compiling serde-hex v0.1.0
33312026-07-02T20:38:09.585Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-07-02T20:38:09.667Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-07-02T20:38:09.834Z Compiling ron v0.8.1
33342026-07-02T20:38:09.877Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33352026-07-02T20:38:09.912Z Compiling ssh-encoding v0.3.0-rc.9
33362026-07-02T20:38:10.005Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33372026-07-02T20:38:10.043Z Compiling hashbrown v0.13.2
33382026-07-02T20:38:10.266Z Compiling progenitor-client v0.13.0
33392026-07-02T20:38:10.500Z Compiling prefix-trie v0.7.0
33402026-07-02T20:38:10.518Z Compiling fxhash v0.2.1
33412026-07-02T20:38:10.581Z Compiling secrecy v0.8.0
33422026-07-02T20:38:10.616Z Compiling crc-any v2.5.0
33432026-07-02T20:38:10.693Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-07-02T20:38:10.839Z Compiling progenitor-macro v0.13.0
33452026-07-02T20:38:10.891Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33462026-07-02T20:38:10.895Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33472026-07-02T20:38:10.983Z Compiling hickory-server v0.25.2
33482026-07-02T20:38:11.333Z Compiling sled v0.34.7
33492026-07-02T20:38:11.450Z Compiling object v0.30.4
33502026-07-02T20:38:11.790Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-07-02T20:38:11.861Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-07-02T20:38:11.878Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-07-02T20:38:12.089Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33542026-07-02T20:38:12.122Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-07-02T20:38:12.223Z Compiling ed25519 v3.0.0
33562026-07-02T20:38:12.419Z Compiling crypto-primes v0.7.2
33572026-07-02T20:38:12.749Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33582026-07-02T20:38:12.914Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-07-02T20:38:13.308Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-07-02T20:38:13.336Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33612026-07-02T20:38:13.440Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33622026-07-02T20:38:13.449Z Compiling pkcs1 v0.8.0-rc.4
33632026-07-02T20:38:13.484Z Compiling poly1305 v0.9.0
33642026-07-02T20:38:13.819Z Compiling blowfish v0.10.0
33652026-07-02T20:38:13.990Z Compiling blake2 v0.11.0-rc.6
33662026-07-02T20:38:14.065Z Compiling keccak v0.2.0
33672026-07-02T20:38:14.088Z Compiling http-range v0.1.5
33682026-07-02T20:38:14.105Z Compiling half v1.8.3
33692026-07-02T20:38:14.140Z Compiling crc8 v0.1.1
33702026-07-02T20:38:14.264Z Compiling path-slash v0.1.5
33712026-07-02T20:38:14.281Z Compiling fiat-crypto v0.3.0
33722026-07-02T20:38:14.296Z Compiling argon2 v0.6.0-rc.8
33732026-07-02T20:38:14.311Z Compiling serde_cbor v0.11.2
33742026-07-02T20:38:14.327Z Compiling sha3 v0.11.0
33752026-07-02T20:38:14.405Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33762026-07-02T20:38:14.424Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33772026-07-02T20:38:14.484Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-07-02T20:38:14.557Z Compiling bcrypt-pbkdf v0.11.0
33792026-07-02T20:38:14.808Z Compiling ssh-cipher v0.3.0-rc.9
33802026-07-02T20:38:14.886Z Compiling rsa v0.10.0-rc.18
33812026-07-02T20:38:14.935Z Compiling ed25519-dalek v3.0.0-rc.0
33822026-07-02T20:38:15.005Z Compiling illumos-nvpair v0.3.0
33832026-07-02T20:38:15.181Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33842026-07-02T20:38:15.384Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-07-02T20:38:15.439Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-07-02T20:38:15.516Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33872026-07-02T20:38:15.531Z Compiling p256 v0.14.0-rc.10
33882026-07-02T20:38:15.598Z Compiling p521 v0.14.0-rc.10
33892026-07-02T20:38:15.694Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-07-02T20:38:15.757Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33912026-07-02T20:38:15.817Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33922026-07-02T20:38:15.916Z Compiling yasna v0.5.2
33932026-07-02T20:38:15.933Z Compiling kstat-rs v0.2.4
33942026-07-02T20:38:15.951Z Compiling progenitor v0.13.0
33952026-07-02T20:38:16.128Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33962026-07-02T20:38:16.198Z Compiling headers-core v0.3.0
33972026-07-02T20:38:16.248Z Compiling kem v0.3.0
33982026-07-02T20:38:16.265Z Compiling module-lattice v0.2.3
33992026-07-02T20:38:16.349Z Compiling nanorand v0.7.0
34002026-07-02T20:38:16.374Z Compiling atty v0.2.14
34012026-07-02T20:38:16.395Z Compiling rcgen v0.12.1
34022026-07-02T20:38:16.505Z Compiling ml-kem v0.3.2
34032026-07-02T20:38:16.522Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34042026-07-02T20:38:16.538Z Compiling headers v0.4.1
34052026-07-02T20:38:16.622Z Compiling flume v0.11.1
34062026-07-02T20:38:16.662Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-07-02T20:38:16.778Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34082026-07-02T20:38:16.968Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-07-02T20:38:17.272Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-07-02T20:38:17.314Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-07-02T20:38:17.359Z Compiling hyper-staticfile v0.10.1
34122026-07-02T20:38:17.477Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-07-02T20:38:17.662Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-07-02T20:38:17.693Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-07-02T20:38:17.869Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34162026-07-02T20:38:17.886Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-07-02T20:38:18.016Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-07-02T20:38:18.403Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34192026-07-02T20:38:18.459Z Compiling russh-cryptovec v0.61.0
34202026-07-02T20:38:18.609Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34212026-07-02T20:38:18.618Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-07-02T20:38:18.680Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-07-02T20:38:18.709Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-07-02T20:38:18.772Z Compiling internal-russh-num-bigint v0.5.0
34252026-07-02T20:38:18.913Z Compiling num-bigint v0.4.6
34262026-07-02T20:38:18.978Z Compiling generic-array v1.4.3
34272026-07-02T20:38:19.083Z Compiling russh-util v0.52.0
34282026-07-02T20:38:19.185Z Compiling enum_dispatch v0.3.13
34292026-07-02T20:38:19.266Z Compiling delegate v0.13.5
34302026-07-02T20:38:19.385Z Compiling subprocess v0.2.15
34312026-07-02T20:38:19.442Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-07-02T20:38:19.494Z Compiling p384 v0.14.0-rc.10
34332026-07-02T20:38:19.736Z Compiling md5 v0.8.0
34342026-07-02T20:38:19.754Z Compiling hex-literal v1.1.0
34352026-07-02T20:38:19.884Z Compiling display-error-chain v0.2.2
34362026-07-02T20:38:19.921Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-07-02T20:38:19.987Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-07-02T20:38:20.059Z Compiling colored v2.2.0
34392026-07-02T20:38:20.075Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-07-02T20:38:20.121Z Compiling socket2 v0.5.10
34412026-07-02T20:38:20.187Z Compiling internet-checksum v0.2.1
34422026-07-02T20:38:20.701Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-07-02T20:38:21.437Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-07-02T20:38:21.694Z Compiling ssh-key v0.7.0-rc.10
34452026-07-02T20:38:21.942Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-07-02T20:38:22.895Z Compiling russh v0.61.2
34472026-07-02T20:38:23.160Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-07-02T20:38:24.089Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-07-02T20:38:32.430Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-07-02T20:38:32.430Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-07-02T20:38:32.430Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-07-02T20:38:32.430Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-07-02T20:38:34.226Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-07-02T20:38:34.267Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-07-02T20:38:38.198Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-07-02T20:39:19.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34572026-07-02T20:39:19.835Z
34582026-07-02T20:39:19.835Zreal 1:28.950753528
34592026-07-02T20:39:19.835Zuser 8:43.719743844
34602026-07-02T20:39:19.835Zsys 1:44.352078838
34612026-07-02T20:39:19.835Ztrap 0.274886486
34622026-07-02T20:39:19.836Ztflt 0.306737219
34632026-07-02T20:39:19.836Zdflt 1.351581252
34642026-07-02T20:39:19.836Zkflt 0.000293615
34652026-07-02T20:39:19.836Zlock 31:14.507973831
34662026-07-02T20:39:19.836Zslp 20:00.575333398
34672026-07-02T20:39:19.839Zlat 43.015969467
34682026-07-02T20:39:19.839Zstop 3:11.055551082
34692026-07-02T20:39:19.839Z+ mkdir tests
34702026-07-02T20:39:19.845Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-07-02T20:39:19.845Z+ xargs -I '{}' -t cp '{}' tests/
34722026-07-02T20:39:19.865Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-97cd7c15cd88e064 tests/
34732026-07-02T20:39:19.895Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ef224f2d630b82f0 tests/
34742026-07-02T20:39:19.925Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8de9a58cc4dcb2a tests/
34752026-07-02T20:39:19.947Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8a42d578bfa5e3d6 tests/
34762026-07-02T20:39:20.196Z+ 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)
34772026-07-02T20:39:20.199Z+ 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-ef224f2d630b82f0 tests/commtest-a8de9a58cc4dcb2a tests/dhcp_server-97cd7c15cd88e064 tests/end_to_end_tests-8a42d578bfa5e3d6 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
34782026-07-02T20:40:40.469ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-07-02T20:40:40.469Za .github/buildomat/ci-env.sh 1K
34802026-07-02T20:40:40.469Za out/target/test 1K
34812026-07-02T20:40:40.469Za out/npuzone/npuzone 27402K
34822026-07-02T20:40:40.469Za package-manifest.toml 35K
34832026-07-02T20:40:40.469Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-07-02T20:40:40.469Za target/release/omicron-package 40723K
34852026-07-02T20:40:40.469Za target/release/xtask 10425K
34862026-07-02T20:40:40.469Za target/debug/bootstrap 349377K
34872026-07-02T20:40:40.469Za tests/bootstrap-ef224f2d630b82f0 31974K
34882026-07-02T20:40:40.469Za tests/commtest-a8de9a58cc4dcb2a 32169K
34892026-07-02T20:40:40.469Za tests/dhcp_server-97cd7c15cd88e064 31974K
34902026-07-02T20:40:40.469Za tests/end_to_end_tests-8a42d578bfa5e3d6 399252K
34912026-07-02T20:40:40.469Za tools/opte_version 1K
34922026-07-02T20:40:40.469Za tools/opte_version_override 2K
34932026-07-02T20:40:40.469Za out/clickhouse.tar.gz 311337K
34942026-07-02T20:40:40.469Za out/clickhouse_keeper.tar.gz 297806K
34952026-07-02T20:40:40.469Za out/clickhouse_server.tar.gz 311335K
34962026-07-02T20:40:40.469Za out/cockroachdb.tar.gz 161730K
34972026-07-02T20:40:40.469Za out/crucible-pantry-zone.tar.gz 39108K
34982026-07-02T20:40:40.469Za out/crucible-utils.tar 18900K
34992026-07-02T20:40:40.469Za out/crucible-zone.tar.gz 53803K
35002026-07-02T20:40:40.470Za out/external-dns.tar.gz 46711K
35012026-07-02T20:40:40.470Za out/internal-dns.tar.gz 46711K
35022026-07-02T20:40:40.470Za out/mg-ddm-gz.tar 97917K
35032026-07-02T20:40:40.470Za out/nexus.tar.gz 274702K
35042026-07-02T20:40:40.470Za out/ntp.tar.gz 29909K
35052026-07-02T20:40:40.470Za out/omicron-gateway-softnpu.tar.gz 27763K
35062026-07-02T20:40:40.471Za out/omicron-sled-agent.tar 197003K
35072026-07-02T20:40:40.471Za out/overlay.tar.gz 3K
35082026-07-02T20:40:40.471Za out/oximeter.tar.gz 62541K
35092026-07-02T20:40:40.471Za out/oxlog.tar 3808K
35102026-07-02T20:40:40.471Za out/probe.tar.gz 3037K
35112026-07-02T20:40:40.471Za out/propolis-server.tar.gz 34372K
35122026-07-02T20:40:40.471Za out/pumpkind-gz.tar 26647K
35132026-07-02T20:40:40.471Za out/switch-softnpu.tar.gz 448209K
35142026-07-02T20:40:40.474Z
35152026-07-02T20:40:40.474Zreal 1:20.269280205
35162026-07-02T20:40:40.474Zuser 1:17.530432426
35172026-07-02T20:40:40.474Zsys 4.507217426
35182026-07-02T20:40:40.474Ztrap 0.007046176
35192026-07-02T20:40:40.474Ztflt 0.000000000
35202026-07-02T20:40:40.474Zdflt 0.000000000
35212026-07-02T20:40:40.474Zkflt 0.000000000
35222026-07-02T20:40:40.474Zlock 0.000000000
35232026-07-02T20:40:40.474Zslp 1:17.405706154
35242026-07-02T20:40:40.475Zlat 1.083368198
35252026-07-02T20:40:40.475Zstop 0.000204468
35262026-07-02T20:40:40.475Zprocess exited: duration 962135 ms, exit code 0
 
35272026-07-02T20:40:40.488Zfound 1 output files
35282026-07-02T20:40:40.489Zuploading: /work/package.tar.gz (2488204567 bytes)
35292026-07-02T20:41:13.918Zuploaded: /work/package.tar.gz