01KW2GSN3RJVKAFFBT30HB6ERK: 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: 01KW2GT5FHM1NJXYHPA9YZWTGJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T17:50:19.676Zjob assigned to worker 01KW2GTAR7E6V3W6YR7HE7BT2M [factory aws, i-003c8932f0634f8d6] (queued for 48 s)
 
22026-06-26T17:50:26.580Zstarting task 0: "setup"
32026-06-26T17:50:26.585Z++ uname -s
42026-06-26T17:50:26.588Z+ kern=SunOS
52026-06-26T17:50:26.588Z+ build_user=build
62026-06-26T17:50:26.588Z+ build_uid=12345
72026-06-26T17:50:26.588Z+ work_dir=/work
82026-06-26T17:50:26.588Z+ input_dir=/input
92026-06-26T17:50:26.588Z+ [[ 0 == 12345 ]]
102026-06-26T17:50:26.588Z+ case "$kern" in
112026-06-26T17:50:26.588Z+ groupadd -g 12345 build
122026-06-26T17:50:26.591Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T17:50:28.598Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T17:50:28.690Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T17:50:28.693Z+ home_fs=zfs
162026-06-26T17:50:28.693Z+ [[ zfs == autofs ]]
172026-06-26T17:50:28.693Z+ mkdir -p /home/build
182026-06-26T17:50:28.696Z+ chown build:build /home/build /work
192026-06-26T17:50:30.696Z+ chmod 0700 /home/build /work
202026-06-26T17:50:30.700Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-26T17:50:30.706Zstarting task 1: "rust-toolchain"
222026-06-26T17:50:30.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T17:50:30.712Z * rust toolchain channel = "1.96.0"
242026-06-26T17:50:30.712Z * rust toolchain profile = "default"
252026-06-26T17:50:30.712Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T17:50:30.712Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T17:50:30.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T17:50:30.715Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T17:50:30.715Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T17:50:30.796Zinfo: downloading installer
312026-06-26T17:50:32.303Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T17:50:32.303Zwarn: /home/build/.rustup/settings.toml
332026-06-26T17:50:32.303Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T17:50:32.303Zwarn: instead of the one inferred from the default host triple.
352026-06-26T17:50:32.316Zinfo: profile set to default
362026-06-26T17:50:32.316Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T17:50:32.320Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T17:50:32.469Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T17:50:32.472Zinfo: downloading 6 components
402026-06-26T17:50:49.546Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T17:50:49.546Z
422026-06-26T17:50:49.572Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T17:50:49.572Z
442026-06-26T17:50:49.572Z
452026-06-26T17:50:49.572ZRust is installed now. Great!
462026-06-26T17:50:49.572Z
472026-06-26T17:50:49.572ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T17:50:49.572Zenvironment variable. This has not been done automatically.
492026-06-26T17:50:49.572Z
502026-06-26T17:50:49.572ZTo configure your current shell, you need to source
512026-06-26T17:50:49.572Zthe corresponding env file under $HOME/.cargo.
522026-06-26T17:50:49.572Z
532026-06-26T17:50:49.572ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T17:50:49.575Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T17:50:49.575Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T17:50:49.575Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T17:50:49.575Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T17:50:49.575Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T17:50:49.575Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T17:50:49.576Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T17:50:49.576Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T17:50:49.681Z+ rustup --version
632026-06-26T17:50:49.688Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T17:50:49.691Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T17:50:49.710Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T17:50:49.713Z+ cargo --version
672026-06-26T17:50:49.722Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T17:50:49.725Z+ rustc --version
692026-06-26T17:50:49.745Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T17:50:49.748Zprocess exited: duration 19042 ms, exit code 0
 
712026-06-26T17:50:49.754Zstarting task 2: "authentication"
722026-06-26T17:50:49.773Zprocess exited: duration 19 ms, exit code 0
 
732026-06-26T17:50:49.779Zstarting task 3: "clone repository"
742026-06-26T17:50:49.784Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T17:50:49.787Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T17:50:49.821ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T17:50:59.565Z+ cd /work/oxidecomputer/omicron
782026-06-26T17:50:59.565Z+ git fetch origin 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96
792026-06-26T17:50:59.878ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T17:50:59.878Z * branch 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96 -> FETCH_HEAD
812026-06-26T17:50:59.894Z+ [[ -n iliana/cockroach-go1.26 ]]
822026-06-26T17:50:59.897Z++ git branch --show-current
832026-06-26T17:50:59.900Z+ current=main
842026-06-26T17:50:59.900Z+ [[ main != iliana/cockroach-go1.26 ]]
852026-06-26T17:50:59.900Z+ git branch -f iliana/cockroach-go1.26 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96
862026-06-26T17:50:59.903Z+ git checkout -f iliana/cockroach-go1.26
872026-06-26T17:51:00.142ZSwitched to branch 'iliana/cockroach-go1.26'
882026-06-26T17:51:00.145Z+ git reset --hard 6bf3f4e1d2735cb9861369bfc3fd1c9801316e96
892026-06-26T17:51:00.158ZHEAD is now at 6bf3f4e1d Merge remote-tracking branch 'origin/main' into iliana/cockroach-go1.26
902026-06-26T17:51:00.161Zprocess exited: duration 10380 ms, exit code 0
 
912026-06-26T17:51:00.168Zstarting task 4: "build"
922026-06-26T17:51:00.174Z+ source .github/buildomat/ci-env.sh
932026-06-26T17:51:00.174Z++ export CARGO_TERM_COLOR=always
942026-06-26T17:51:00.174Z++ CARGO_TERM_COLOR=always
952026-06-26T17:51:00.174Z+ cargo --version
962026-06-26T17:51:00.184Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T17:51:00.187Z+ rustc --version
982026-06-26T17:51:00.207Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T17:51:00.211Z+ WORK=/work
1002026-06-26T17:51:00.214Z+ pfexec mkdir -p /work
1012026-06-26T17:51:00.218Z+ pfexec chown build /work
1022026-06-26T17:51:00.218Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-26T17:51:02.037Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-26T17:51:02.146Z Startup: Caching catalogs ... Done
1052026-06-26T17:51:02.631ZPlanning: Solver setup ... Done (0.439s)
1062026-06-26T17:51:02.656ZPlanning: Running solver ... Done (0.025s)
1072026-06-26T17:51:02.669ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-26T17:51:02.692ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-26T17:51:03.845ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-26T17:51:03.860ZPlanning: Package planning ... Done (0.015s)
1112026-06-26T17:51:03.862ZPlanning: Merging actions ... Done (0.002s)
1122026-06-26T17:51:04.035ZPlanning: Checking for conflicting actions ... Done (0.174s)
1132026-06-26T17:51:04.039ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-26T17:51:04.921ZPlanning: Evaluating mediators ... Done (0.884s)
1152026-06-26T17:51:04.925ZPlanning: Planning completed in 2.75 seconds
1162026-06-26T17:51:04.930Z Packages to install: 2
1172026-06-26T17:51:04.930Z Estimated space available: 156.06 GB
1182026-06-26T17:51:04.931ZEstimated space to be consumed: 30.96 MB
1192026-06-26T17:51:04.931Z Create boot environment: No
1202026-06-26T17:51:04.934ZCreate backup boot environment: No
1212026-06-26T17:51:04.934Z Rebuild boot archive: No
1222026-06-26T17:51:04.934Z
1232026-06-26T17:51:04.934ZChanged packages:
1242026-06-26T17:51:04.934Zhelios
1252026-06-26T17:51:04.934Z developer/build-essential
1262026-06-26T17:51:04.934Z None -> 11-3.0
1272026-06-26T17:51:04.934Z library/libxmlsec1
1282026-06-26T17:51:04.934Z None -> 1.2.35-3.0
1292026-06-26T17:51:04.957Z
1302026-06-26T17:51:04.958ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-26T17:51:06.139ZDownload: Completed 1.28 MB in 1.18 seconds (1.1M/s)
1322026-06-26T17:51:06.192Z Actions: 1/268 actions (Installing new actions)
1332026-06-26T17:51:06.232Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-26T17:51:06.244ZFinalize: Updating package state database ... Done (0.012s)
1352026-06-26T17:51:06.245ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-26T17:51:06.273ZFinalize: Updating image state ... Done (0.029s)
1372026-06-26T17:51:08.899ZFinalize: Creating fast lookup database ... Done (2.599s)
1382026-06-26T17:51:08.977ZFinalize: Reading search index ... Done (0.014s)
1392026-06-26T17:51:08.980ZFinalize: Updating search index ... Done (0.000s)
1402026-06-26T17:51:09.070ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-26T17:51:09.384ZPlanning: Evaluating mediator changes ... Done
1422026-06-26T17:51:09.488ZPlanning: Checking for conflicting actions ... Done
1432026-06-26T17:51:09.490ZPlanning: Consolidating action changes ... Done
1442026-06-26T17:51:09.645ZPlanning: Evaluating mediators ... Done
1452026-06-26T17:51:09.647ZPlanning: Planning completed in 0.26 seconds
1462026-06-26T17:51:09.670Z Mediators to change: 2
1472026-06-26T17:51:09.670Z Create boot environment: No
1482026-06-26T17:51:09.670ZCreate backup boot environment: No
1492026-06-26T17:51:09.720ZFinalize: Updating package state database ... Done
1502026-06-26T17:51:09.720ZFinalize: Updating package cache ... Done
1512026-06-26T17:51:09.740ZFinalize: Updating image state ... Done
1522026-06-26T17:51:11.678ZFinalize: Creating fast lookup database ... Done
1532026-06-26T17:51:11.744ZFinalize: Reading search index ... Done
1542026-06-26T17:51:11.748ZFinalize: Updating search index ... Done
1552026-06-26T17:51:11.807ZFinalize: Updating package cache ... Done
1562026-06-26T17:51:12.091ZPlanning: Evaluating mediator changes ... Done
1572026-06-26T17:51:12.197ZPlanning: Checking for conflicting actions ... Done
1582026-06-26T17:51:12.201ZPlanning: Consolidating action changes ... Done
1592026-06-26T17:51:12.351ZPlanning: Evaluating mediators ... Done
1602026-06-26T17:51:12.355ZPlanning: Planning completed in 0.26 seconds
1612026-06-26T17:51:12.376Z Mediators to change: 1
1622026-06-26T17:51:12.376Z Create boot environment: No
1632026-06-26T17:51:12.376ZCreate backup boot environment: No
1642026-06-26T17:51:12.418ZFinalize: Updating package state database ... Done
1652026-06-26T17:51:12.418ZFinalize: Updating package cache ... Done
1662026-06-26T17:51:12.434ZFinalize: Updating image state ... Done
1672026-06-26T17:51:14.366ZFinalize: Creating fast lookup database ... Done
1682026-06-26T17:51:14.429ZFinalize: Reading search index ... Done
1692026-06-26T17:51:14.432ZFinalize: Updating search index ... Done
1702026-06-26T17:51:14.490ZFinalize: Updating package cache ... Done
1712026-06-26T17:51:14.799ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-26T17:51:14.799Zapache system 2.4 system
1732026-06-26T17:51:14.799Zclang system 15 system
1742026-06-26T17:51:14.799Zcsh system system illumos
1752026-06-26T17:51:14.799Zctags system system illumos
1762026-06-26T17:51:14.799Zfile vendor vendor darwinsys
1772026-06-26T17:51:14.799Zfile system system illumos
1782026-06-26T17:51:14.799Zgcc vendor 14 vendor
1792026-06-26T17:51:14.799Zgcc system 13 system
1802026-06-26T17:51:14.800Zgcc system 10 system
1812026-06-26T17:51:14.800Zgo system 1.25 system
1822026-06-26T17:51:14.800Zllvm system 15 system
1832026-06-26T17:51:14.800Zmariadb system 11.4 system
1842026-06-26T17:51:14.800Zmta vendor vendor dma
1852026-06-26T17:51:14.800Zopenjdk system 17 system
1862026-06-26T17:51:14.800Zopenjdk system 11 system
1872026-06-26T17:51:14.800Zopenssl vendor 3 vendor
1882026-06-26T17:51:14.800Zperl system 5.40 system
1892026-06-26T17:51:14.800Zpostgresql system 18 system
1902026-06-26T17:51:14.800Zpostgresql system 17 system
1912026-06-26T17:51:14.800Zpython vendor 3 vendor
1922026-06-26T17:51:14.800Zpython system 2 system
1932026-06-26T17:51:14.800Zpython3 vendor 3.13 vendor
1942026-06-26T17:51:14.800Zruby system 3.4 system
1952026-06-26T17:51:14.800Zruby system 3.0 system
1962026-06-26T17:51:14.800Zwords vendor vendor american-english
1972026-06-26T17:51:14.800Zwords system system australian-english
1982026-06-26T17:51:14.800Zwords system system british-english
1992026-06-26T17:51:14.800Zwords system system canadian-english
2002026-06-26T17:51:14.800Zwords system system french
2012026-06-26T17:51:14.800Zwords system system italian
2022026-06-26T17:51:14.800Zwords system system ngerman
2032026-06-26T17:51:14.800Zwords system system ogerman
2042026-06-26T17:51:14.800Zwords system system spanish
2052026-06-26T17:51:15.054ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-26T17:51:15.054Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-26T17:51:15.363ZFMRI IFO
2082026-06-26T17:51:15.363Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-26T17:51:15.363Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-26T17:51:15.363Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-26T17:51:15.363Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-26T17:51:15.364Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-26T17:51:15.364Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-26T17:51:15.364Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-26T17:51:15.364Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-26T17:51:15.364Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-26T17:51:15.615Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-26T17:51:15.878Z Updating crates.io index
2192026-06-26T17:51:15.882Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-26T17:51:16.106Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-26T17:51:16.427Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-26T17:51:16.722Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-26T17:51:17.627Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-26T17:51:18.135Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-26T17:51:19.634Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-26T17:51:20.389Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-26T17:51:20.648Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-26T17:51:21.696Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-26T17:51:21.960Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-26T17:51:22.296Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-26T17:51:22.575Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-26T17:51:23.162Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-26T17:51:23.653Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-26T17:51:23.932Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-26T17:51:24.211Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-26T17:51:24.472Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-26T17:51:24.773Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-26T17:51:25.035Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-26T17:51:25.294Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-26T17:51:25.566Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-26T17:51:25.942Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-26T17:51:26.271Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-26T17:51:26.552Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-26T17:51:26.985Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-26T17:51:27.240Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-26T17:51:27.743Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-26T17:51:28.023Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-26T17:51:28.276Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-26T17:51:28.616Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-26T17:51:29.034Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-26T17:51:29.316Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-26T17:51:29.633Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-26T17:51:29.889Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-26T17:51:30.199Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-26T17:51:30.495Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-26T17:51:30.773Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-26T17:51:31.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-26T17:51:31.330Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-26T17:51:34.485Z Downloading crates ...
2602026-06-26T17:51:34.542Z Downloaded anstream v1.0.0
2612026-06-26T17:51:34.547Z Downloaded tabled_derive v0.7.0
2622026-06-26T17:51:34.552Z Downloaded proc-macro-error v1.0.4
2632026-06-26T17:51:34.555Z Downloaded erased-serde v0.4.9
2642026-06-26T17:51:34.555Z Downloaded strsim v0.11.1
2652026-06-26T17:51:34.558Z Downloaded form_urlencoded v1.2.2
2662026-06-26T17:51:34.558Z Downloaded utf8parse v0.2.2
2672026-06-26T17:51:34.558Z Downloaded heck v0.5.0
2682026-06-26T17:51:34.558Z Downloaded equivalent v1.0.2
2692026-06-26T17:51:34.564Z Downloaded crypto-common v0.1.7
2702026-06-26T17:51:34.567Z Downloaded typeid v1.0.3
2712026-06-26T17:51:34.574Z Downloaded cfg-if v1.0.4
2722026-06-26T17:51:34.577Z Downloaded toml_edit v0.22.27
2732026-06-26T17:51:34.582Z Downloaded block-buffer v0.10.4
2742026-06-26T17:51:34.582Z Downloaded version_check v0.9.5
2752026-06-26T17:51:34.585Z Downloaded anstyle-query v1.1.5
2762026-06-26T17:51:34.585Z Downloaded cpufeatures v0.2.17
2772026-06-26T17:51:34.587Z Downloaded dof v0.3.0
2782026-06-26T17:51:34.587Z Downloaded colorchoice v1.0.4
2792026-06-26T17:51:34.587Z Downloaded clap_builder v4.6.0
2802026-06-26T17:51:34.591Z Downloaded unicode-linebreak v0.1.5
2812026-06-26T17:51:34.591Z Downloaded heck v0.4.1
2822026-06-26T17:51:34.594Z Downloaded errno v0.3.14
2832026-06-26T17:51:34.594Z Downloaded anstyle v1.0.14
2842026-06-26T17:51:34.597Z Downloaded zerofrom-derive v0.1.6
2852026-06-26T17:51:34.597Z Downloaded yoke-derive v0.8.1
2862026-06-26T17:51:34.597Z Downloaded thiserror-impl v2.0.18
2872026-06-26T17:51:34.600Z Downloaded cargo-platform v0.2.0
2882026-06-26T17:51:34.600Z Downloaded utf8_iter v1.0.4
2892026-06-26T17:51:34.600Z Downloaded byteorder v1.5.0
2902026-06-26T17:51:34.600Z Downloaded unicode-xid v0.2.6
2912026-06-26T17:51:34.603Z Downloaded anyhow v1.0.102
2922026-06-26T17:51:34.606Z Downloaded serde_core v1.0.228
2932026-06-26T17:51:34.609Z Downloaded usdt-attr-macro v0.5.0
2942026-06-26T17:51:34.609Z Downloaded toml_write v0.1.2
2952026-06-26T17:51:34.609Z Downloaded fs-err v3.3.0
2962026-06-26T17:51:34.612Z Downloaded clap v4.6.1
2972026-06-26T17:51:34.615Z Downloaded usdt-macro v0.5.0
2982026-06-26T17:51:34.615Z Downloaded clap_lex v1.0.0
2992026-06-26T17:51:34.618Z Downloaded zerovec-derive v0.11.2
3002026-06-26T17:51:34.618Z Downloaded thiserror v1.0.69
3012026-06-26T17:51:34.621Z Downloaded thread-id v4.2.2
3022026-06-26T17:51:34.621Z Downloaded generic-array v0.14.7
3032026-06-26T17:51:34.621Z Downloaded icu_normalizer_data v2.1.1
3042026-06-26T17:51:34.624Z Downloaded zerofrom v0.1.6
3052026-06-26T17:51:34.624Z Downloaded smawk v0.3.2
3062026-06-26T17:51:34.624Z Downloaded toml_datetime v0.6.11
3072026-06-26T17:51:34.627Z Downloaded camino v1.2.2
3082026-06-26T17:51:34.630Z Downloaded is_terminal_polyfill v1.70.2
3092026-06-26T17:51:34.630Z Downloaded zmij v1.0.21
3102026-06-26T17:51:34.633Z Downloaded tinystr v0.8.2
3112026-06-26T17:51:34.633Z Downloaded zerocopy-derive v0.7.35
3122026-06-26T17:51:34.636Z Downloaded thiserror-impl v1.0.69
3132026-06-26T17:51:34.636Z Downloaded writeable v0.6.2
3142026-06-26T17:51:34.636Z Downloaded usdt v0.5.0
3152026-06-26T17:51:34.636Z Downloaded fnv v1.0.7
3162026-06-26T17:51:34.639Z Downloaded yoke v0.8.1
3172026-06-26T17:51:34.645Z Downloaded fastrand v2.3.0
3182026-06-26T17:51:34.649Z Downloaded plain v0.2.3
3192026-06-26T17:51:34.652Z Downloaded usdt-impl v0.5.0
3202026-06-26T17:51:34.652Z Downloaded textwrap v0.16.2
3212026-06-26T17:51:34.652Z Downloaded zerotrie v0.2.3
3222026-06-26T17:51:34.655Z Downloaded unicode-ident v1.0.24
3232026-06-26T17:51:34.655Z Downloaded ucd-trie v0.1.7
3242026-06-26T17:51:34.658Z Downloaded terminal_size v0.4.3
3252026-06-26T17:51:34.658Z Downloaded stable_deref_trait v1.2.1
3262026-06-26T17:51:34.658Z Downloaded thiserror v2.0.18
3272026-06-26T17:51:34.661Z Downloaded autocfg v1.5.0
3282026-06-26T17:51:34.661Z Downloaded itoa v1.0.17
3292026-06-26T17:51:34.661Z Downloaded cargo_toml v0.21.0
3302026-06-26T17:51:34.664Z Downloaded bytecount v0.6.9
3312026-06-26T17:51:34.664Z Downloaded toml v0.8.23
3322026-06-26T17:51:34.664Z Downloaded scroll_derive v0.12.1
3332026-06-26T17:51:34.667Z Downloaded serde_spanned v0.6.9
3342026-06-26T17:51:34.670Z Downloaded ordered-float v2.10.1
3352026-06-26T17:51:34.670Z Downloaded pretty-hex v0.4.1
3362026-06-26T17:51:34.673Z Downloaded url v2.5.8
3372026-06-26T17:51:34.673Z Downloaded typenum v1.19.0
3382026-06-26T17:51:34.676Z Downloaded potential_utf v0.1.4
3392026-06-26T17:51:34.679Z Downloaded dtrace-parser v0.2.0
3402026-06-26T17:51:34.679Z Downloaded serde-value v0.7.0
3412026-06-26T17:51:34.682Z Downloaded winnow v0.7.14
3422026-06-26T17:51:34.685Z Downloaded idna_adapter v1.2.1
3432026-06-26T17:51:34.685Z Downloaded percent-encoding v2.3.2
3442026-06-26T17:51:34.688Z Downloaded zerovec v0.11.5
3452026-06-26T17:51:34.693Z Downloaded proc-macro-error-attr v1.0.4
3462026-06-26T17:51:34.693Z Downloaded macaddr v1.0.1
3472026-06-26T17:51:34.696Z Downloaded zerocopy v0.7.35
3482026-06-26T17:51:34.702Z Downloaded swrite v0.1.0
3492026-06-26T17:51:34.705Z Downloaded synstructure v0.13.2
3502026-06-26T17:51:34.705Z Downloaded digest v0.10.7
3512026-06-26T17:51:34.705Z Downloaded camino-tempfile v1.4.1
3522026-06-26T17:51:34.710Z Downloaded unicode-width v0.2.0
3532026-06-26T17:51:34.713Z Downloaded memmap v0.7.0
3542026-06-26T17:51:34.713Z Downloaded displaydoc v0.2.5
3552026-06-26T17:51:34.713Z Downloaded unicode-width v0.1.14
3562026-06-26T17:51:34.717Z Downloaded cargo_metadata v0.21.0
3572026-06-26T17:51:34.725Z Downloaded sha2 v0.10.9
3582026-06-26T17:51:34.742Z Downloaded serde-untagged v0.1.9
3592026-06-26T17:51:34.752Z Downloaded semver v1.0.28
3602026-06-26T17:51:34.755Z Downloaded litemap v0.8.1
3612026-06-26T17:51:34.755Z Downloaded clap_derive v4.6.1
3622026-06-26T17:51:34.755Z Downloaded bitflags v2.11.0
3632026-06-26T17:51:34.759Z Downloaded tempfile v3.25.0
3642026-06-26T17:51:34.762Z Downloaded serde_tokenstream v0.2.3
3652026-06-26T17:51:34.762Z Downloaded once_cell v1.21.3
3662026-06-26T17:51:34.765Z Downloaded pest_generator v2.8.6
3672026-06-26T17:51:34.765Z Downloaded getrandom v0.4.1
3682026-06-26T17:51:34.775Z Downloaded smallvec v1.15.1
3692026-06-26T17:51:34.782Z Downloaded scroll v0.12.0
3702026-06-26T17:51:34.786Z Downloaded quote v1.0.45
3712026-06-26T17:51:34.786Z Downloaded pest_derive v2.8.6
3722026-06-26T17:51:34.792Z Downloaded anstyle-parse v1.0.0
3732026-06-26T17:51:34.795Z Downloaded proc-macro2 v1.0.106
3742026-06-26T17:51:34.800Z Downloaded cargo-util-schemas v0.8.2
3752026-06-26T17:51:34.804Z Downloaded papergrid v0.11.0
3762026-06-26T17:51:34.808Z Downloaded icu_provider v2.1.1
3772026-06-26T17:51:34.808Z Downloaded num-traits v0.2.19
3782026-06-26T17:51:34.811Z Downloaded log v0.4.29
3792026-06-26T17:51:34.815Z Downloaded icu_normalizer v2.1.1
3802026-06-26T17:51:34.819Z Downloaded serde_derive v1.0.228
3812026-06-26T17:51:34.822Z Downloaded icu_locale_core v2.1.1
3822026-06-26T17:51:34.825Z Downloaded icu_properties v2.1.2
3832026-06-26T17:51:34.825Z Downloaded pest_meta v2.8.6
3842026-06-26T17:51:34.855Z Downloaded icu_collections v2.1.1
3852026-06-26T17:51:34.859Z Downloaded serde v1.0.228
3862026-06-26T17:51:34.862Z Downloaded memchr v2.8.0
3872026-06-26T17:51:34.865Z Downloaded goblin v0.8.2
3882026-06-26T17:51:34.871Z Downloaded indexmap v2.14.0
3892026-06-26T17:51:34.890Z Downloaded hashbrown v0.17.0
3902026-06-26T17:51:34.896Z Downloaded idna v1.1.0
3912026-06-26T17:51:34.899Z Downloaded pest v2.8.6
3922026-06-26T17:51:34.912Z Downloaded icu_properties_data v2.1.2
3932026-06-26T17:51:34.922Z Downloaded serde_json v1.0.149
3942026-06-26T17:51:34.926Z Downloaded tabled v0.15.0
3952026-06-26T17:51:34.934Z Downloaded syn v1.0.109
3962026-06-26T17:51:34.939Z Downloaded syn v2.0.117
3972026-06-26T17:51:34.973Z Downloaded rustix v1.1.3
3982026-06-26T17:51:35.006Z Downloaded libc v0.2.185
3992026-06-26T17:51:35.073Z Compiling proc-macro2 v1.0.106
4002026-06-26T17:51:35.073Z Compiling unicode-ident v1.0.24
4012026-06-26T17:51:35.073Z Compiling quote v1.0.45
4022026-06-26T17:51:35.073Z Compiling serde_core v1.0.228
4032026-06-26T17:51:35.073Z Compiling libc v0.2.185
4042026-06-26T17:51:35.073Z Compiling version_check v0.9.5
4052026-06-26T17:51:35.076Z Compiling serde v1.0.228
4062026-06-26T17:51:35.076Z Compiling memchr v2.8.0
4072026-06-26T17:51:35.076Z Compiling stable_deref_trait v1.2.1
4082026-06-26T17:51:35.076Z Compiling zmij v1.0.21
4092026-06-26T17:51:35.076Z Compiling autocfg v1.5.0
4102026-06-26T17:51:35.076Z Compiling ucd-trie v0.1.7
4112026-06-26T17:51:35.248Z Compiling thiserror v1.0.69
4122026-06-26T17:51:35.252Z Compiling itoa v1.0.17
4132026-06-26T17:51:35.252Z Compiling litemap v0.8.1
4142026-06-26T17:51:35.402Z Compiling writeable v0.6.2
4152026-06-26T17:51:35.538Z Compiling byteorder v1.5.0
4162026-06-26T17:51:35.581Z Compiling icu_properties_data v2.1.2
4172026-06-26T17:51:35.670Z Compiling rustix v1.1.3
4182026-06-26T17:51:35.675Z Compiling icu_normalizer_data v2.1.1
4192026-06-26T17:51:35.718Z Compiling pest v2.8.6
4202026-06-26T17:51:35.812Z Compiling bitflags v2.11.0
4212026-06-26T17:51:35.815Z Compiling serde_json v1.0.149
4222026-06-26T17:51:35.815Z Compiling equivalent v1.0.2
4232026-06-26T17:51:35.935Z Compiling num-traits v0.2.19
4242026-06-26T17:51:35.939Z Compiling smallvec v1.15.1
4252026-06-26T17:51:35.964Z Compiling hashbrown v0.17.0
4262026-06-26T17:51:35.981Z Compiling typeid v1.0.3
4272026-06-26T17:51:36.075Z Compiling usdt-impl v0.5.0
4282026-06-26T17:51:36.092Z Compiling proc-macro-error-attr v1.0.4
4292026-06-26T17:51:36.095Z Compiling syn v1.0.109
4302026-06-26T17:51:36.141Z Compiling toml_write v0.1.2
4312026-06-26T17:51:36.159Z Compiling winnow v0.7.14
4322026-06-26T17:51:36.191Z Compiling erased-serde v0.4.9
4332026-06-26T17:51:36.257Z Compiling proc-macro-error v1.0.4
4342026-06-26T17:51:36.366Z Compiling errno v0.3.14
4352026-06-26T17:51:36.385Z Compiling thread-id v4.2.2
4362026-06-26T17:51:36.385Z Compiling thiserror v2.0.18
4372026-06-26T17:51:36.450Z Compiling log v0.4.29
4382026-06-26T17:51:36.465Z Compiling getrandom v0.4.1
4392026-06-26T17:51:36.517Z Compiling indexmap v2.14.0
4402026-06-26T17:51:36.551Z Compiling plain v0.2.3
4412026-06-26T17:51:36.566Z Compiling camino v1.2.2
4422026-06-26T17:51:36.583Z Compiling utf8parse v0.2.2
4432026-06-26T17:51:36.583Z Compiling utf8_iter v1.0.4
4442026-06-26T17:51:36.630Z Compiling percent-encoding v2.3.2
4452026-06-26T17:51:36.696Z Compiling anstyle-parse v1.0.0
4462026-06-26T17:51:36.801Z Compiling form_urlencoded v1.2.2
4472026-06-26T17:51:36.840Z Compiling pest_meta v2.8.6
4482026-06-26T17:51:36.881Z Compiling syn v2.0.117
4492026-06-26T17:51:36.951Z Compiling is_terminal_polyfill v1.70.2
4502026-06-26T17:51:36.990Z Compiling anstyle-query v1.1.5
4512026-06-26T17:51:37.008Z Compiling ordered-float v2.10.1
4522026-06-26T17:51:37.011Z Compiling cfg-if v1.0.4
4532026-06-26T17:51:37.067Z Compiling anstyle v1.0.14
4542026-06-26T17:51:37.087Z Compiling pretty-hex v0.4.1
4552026-06-26T17:51:37.102Z Compiling colorchoice v1.0.4
4562026-06-26T17:51:37.181Z Compiling fs-err v3.3.0
4572026-06-26T17:51:37.264Z Compiling anstream v1.0.0
4582026-06-26T17:51:37.279Z Compiling unicode-width v0.1.14
4592026-06-26T17:51:37.284Z Compiling fnv v1.0.7
4602026-06-26T17:51:37.292Z Compiling clap_lex v1.0.0
4612026-06-26T17:51:37.307Z Compiling once_cell v1.21.3
4622026-06-26T17:51:37.328Z Compiling bytecount v0.6.9
4632026-06-26T17:51:37.395Z Compiling terminal_size v0.4.3
4642026-06-26T17:51:37.420Z Compiling heck v0.5.0
4652026-06-26T17:51:37.432Z Compiling unicode-xid v0.2.6
4662026-06-26T17:51:37.595Z Compiling semver v1.0.28
4672026-06-26T17:51:37.628Z Compiling strsim v0.11.1
4682026-06-26T17:51:37.628Z Compiling anyhow v1.0.102
4692026-06-26T17:51:37.643Z Compiling heck v0.4.1
4702026-06-26T17:51:37.661Z Compiling fastrand v2.3.0
4712026-06-26T17:51:38.087Z Compiling papergrid v0.11.0
4722026-06-26T17:51:38.150Z Compiling memmap v0.7.0
4732026-06-26T17:51:38.150Z Compiling clap_builder v4.6.0
4742026-06-26T17:51:38.150Z Compiling tempfile v3.25.0
4752026-06-26T17:51:38.150Z Compiling unicode-width v0.2.0
4762026-06-26T17:51:38.150Z Compiling unicode-linebreak v0.1.5
4772026-06-26T17:51:38.150Z Compiling smawk v0.3.2
4782026-06-26T17:51:38.150Z Compiling serde-untagged v0.1.9
4792026-06-26T17:51:38.150Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-06-26T17:51:38.213Z Compiling textwrap v0.16.2
4812026-06-26T17:51:38.255Z Compiling camino-tempfile v1.4.1
4822026-06-26T17:51:38.311Z Compiling swrite v0.1.0
4832026-06-26T17:51:38.590Z Compiling tabled_derive v0.7.0
4842026-06-26T17:51:39.193Z Compiling tabled v0.15.0
4852026-06-26T17:51:39.360Z Compiling synstructure v0.13.2
4862026-06-26T17:51:39.360Z Compiling pest_generator v2.8.6
4872026-06-26T17:51:39.910Z Compiling serde_derive v1.0.228
4882026-06-26T17:51:39.914Z Compiling zerofrom-derive v0.1.6
4892026-06-26T17:51:39.914Z Compiling yoke-derive v0.8.1
4902026-06-26T17:51:39.914Z Compiling zerovec-derive v0.11.2
4912026-06-26T17:51:39.914Z Compiling displaydoc v0.2.5
4922026-06-26T17:51:39.914Z Compiling thiserror-impl v1.0.69
4932026-06-26T17:51:39.914Z Compiling zerocopy-derive v0.7.35
4942026-06-26T17:51:39.914Z Compiling scroll_derive v0.12.1
4952026-06-26T17:51:39.914Z Compiling thiserror-impl v2.0.18
4962026-06-26T17:51:39.915Z Compiling clap_derive v4.6.1
4972026-06-26T17:51:40.002Z Compiling pest_derive v2.8.6
4982026-06-26T17:51:40.676Z Compiling scroll v0.12.0
4992026-06-26T17:51:40.810Z Compiling zerocopy v0.7.35
5002026-06-26T17:51:40.901Z Compiling goblin v0.8.2
5012026-06-26T17:51:40.918Z Compiling zerofrom v0.1.6
5022026-06-26T17:51:41.022Z Compiling yoke v0.8.1
5032026-06-26T17:51:41.138Z Compiling dtrace-parser v0.2.0
5042026-06-26T17:51:41.175Z Compiling zerovec v0.11.5
5052026-06-26T17:51:41.175Z Compiling zerotrie v0.2.3
5062026-06-26T17:51:41.340Z Compiling clap v4.6.1
5072026-06-26T17:51:41.597Z Compiling tinystr v0.8.2
5082026-06-26T17:51:41.600Z Compiling potential_utf v0.1.4
5092026-06-26T17:51:41.705Z Compiling icu_collections v2.1.1
5102026-06-26T17:51:41.762Z Compiling icu_locale_core v2.1.1
5112026-06-26T17:51:42.294Z Compiling icu_provider v2.1.1
5122026-06-26T17:51:42.487Z Compiling serde_spanned v0.6.9
5132026-06-26T17:51:42.487Z Compiling toml_datetime v0.6.11
5142026-06-26T17:51:42.487Z Compiling serde-value v0.7.0
5152026-06-26T17:51:42.492Z Compiling cargo-platform v0.2.0
5162026-06-26T17:51:42.492Z Compiling macaddr v1.0.1
5172026-06-26T17:51:42.516Z Compiling dof v0.3.0
5182026-06-26T17:51:42.519Z Compiling serde_tokenstream v0.2.3
5192026-06-26T17:51:42.577Z Compiling icu_normalizer v2.1.1
5202026-06-26T17:51:42.579Z Compiling icu_properties v2.1.2
5212026-06-26T17:51:42.685Z Compiling toml_edit v0.22.27
5222026-06-26T17:51:43.238Z Compiling usdt-attr-macro v0.5.0
5232026-06-26T17:51:43.241Z Compiling usdt-macro v0.5.0
5242026-06-26T17:51:43.394Z Compiling idna_adapter v1.2.1
5252026-06-26T17:51:43.497Z Compiling idna v1.1.0
5262026-06-26T17:51:43.761Z Compiling url v2.5.8
5272026-06-26T17:51:43.817Z Compiling usdt v0.5.0
5282026-06-26T17:51:43.945Z Compiling toml v0.8.23
5292026-06-26T17:51:44.265Z Compiling cargo-util-schemas v0.8.2
5302026-06-26T17:51:44.265Z Compiling cargo_toml v0.21.0
5312026-06-26T17:51:45.064Z Compiling cargo_metadata v0.21.0
5322026-06-26T17:51:45.980Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-26T17:51:48.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.61s
5342026-06-26T17:51:48.270Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-26T17:51:48.751Z Downloading crates ...
5362026-06-26T17:51:48.842Z Downloaded aead v0.5.2
5372026-06-26T17:51:48.851Z Downloaded adler2 v2.0.1
5382026-06-26T17:51:48.865Z Downloaded block-padding v0.3.3
5392026-06-26T17:51:48.868Z Downloaded cfg_aliases v0.2.1
5402026-06-26T17:51:48.871Z Downloaded constant_time_eq v0.4.2
5412026-06-26T17:51:48.874Z Downloaded corncobs v0.1.4
5422026-06-26T17:51:48.878Z Downloaded compression-core v0.4.31
5432026-06-26T17:51:48.878Z Downloaded cookie v0.18.1
5442026-06-26T17:51:48.878Z Downloaded bzip2 v0.6.1
5452026-06-26T17:51:48.881Z Downloaded argon2 v0.5.3
5462026-06-26T17:51:48.881Z Downloaded bitvec v1.0.1
5472026-06-26T17:51:48.888Z Downloaded darling_macro v0.20.11
5482026-06-26T17:51:48.891Z Downloaded compression-codecs v0.4.37
5492026-06-26T17:51:48.891Z Downloaded ascii-canvas v3.0.0
5502026-06-26T17:51:48.895Z Downloaded bcrypt-pbkdf v0.10.0
5512026-06-26T17:51:48.895Z Downloaded allocator-api2 v0.2.21
5522026-06-26T17:51:48.895Z Downloaded bb8 v0.8.6
5532026-06-26T17:51:48.898Z Downloaded data-encoding v2.10.0
5542026-06-26T17:51:48.898Z Downloaded colored v3.1.1
5552026-06-26T17:51:48.898Z Downloaded base64ct v1.8.3
5562026-06-26T17:51:48.902Z Downloaded darling v0.20.11
5572026-06-26T17:51:48.905Z Downloaded crossbeam-epoch v0.9.18
5582026-06-26T17:51:48.905Z Downloaded backoff v0.4.0
5592026-06-26T17:51:48.908Z Downloaded buf-list v1.1.2
5602026-06-26T17:51:48.908Z Downloaded console v0.16.2
5612026-06-26T17:51:48.908Z Downloaded fixedbitset v0.4.2
5622026-06-26T17:51:48.912Z Downloaded crc8 v0.1.1
5632026-06-26T17:51:48.912Z Downloaded cstr-argument v0.1.2
5642026-06-26T17:51:48.912Z Downloaded cipher v0.4.4
5652026-06-26T17:51:48.916Z Downloaded cexpr v0.6.0
5662026-06-26T17:51:48.916Z Downloaded ciborium-ll v0.2.2
5672026-06-26T17:51:48.916Z Downloaded cookie_store v0.22.1
5682026-06-26T17:51:48.916Z Downloaded blowfish v0.9.1
5692026-06-26T17:51:48.921Z Downloaded base16ct v0.2.0
5702026-06-26T17:51:48.921Z Downloaded bit-vec v0.6.3
5712026-06-26T17:51:48.921Z Downloaded bcs v0.1.6
5722026-06-26T17:51:48.926Z Downloaded defmt-parser v1.0.0
5732026-06-26T17:51:48.926Z Downloaded crunchy v0.2.4
5742026-06-26T17:51:48.926Z Downloaded cpufeatures v0.3.0
5752026-06-26T17:51:48.926Z Downloaded async-trait v0.1.89
5762026-06-26T17:51:48.929Z Downloaded anstyle-parse v0.2.7
5772026-06-26T17:51:48.929Z Downloaded arrayvec v0.7.6
5782026-06-26T17:51:48.929Z Downloaded base64 v0.21.7
5792026-06-26T17:51:48.932Z Downloaded convert_case v0.4.0
5802026-06-26T17:51:48.932Z Downloaded async-stream v0.3.6
5812026-06-26T17:51:48.936Z Downloaded foreign-types-macros v0.2.3
5822026-06-26T17:51:48.936Z Downloaded atomicwrites v0.4.4
5832026-06-26T17:51:48.936Z Downloaded debug-ignore v1.0.5
5842026-06-26T17:51:48.940Z Downloaded bit-set v0.5.3
5852026-06-26T17:51:48.944Z Downloaded defmt v0.3.100
5862026-06-26T17:51:48.944Z Downloaded darling_macro v0.23.0
5872026-06-26T17:51:48.944Z Downloaded daft v0.1.7
5882026-06-26T17:51:48.948Z Downloaded arc-swap v1.8.2
5892026-06-26T17:51:48.948Z Downloaded dropshot-api-manager-types v0.7.2
5902026-06-26T17:51:48.953Z Downloaded bitfield-macros v0.19.4
5912026-06-26T17:51:48.953Z Downloaded dirs-sys-next v0.1.2
5922026-06-26T17:51:48.953Z Downloaded crucible-workspace-hack v0.1.0
5932026-06-26T17:51:48.953Z Downloaded array-init v0.0.4
5942026-06-26T17:51:48.953Z Downloaded derive_builder_macro v0.20.2
5952026-06-26T17:51:48.957Z Downloaded async-stream-impl v0.3.6
5962026-06-26T17:51:48.957Z Downloaded darling_macro v0.21.3
5972026-06-26T17:51:48.958Z Downloaded darling_macro v0.13.4
5982026-06-26T17:51:48.958Z Downloaded ciborium-io v0.2.2
5992026-06-26T17:51:48.958Z Downloaded curve25519-dalek-derive v0.1.1
6002026-06-26T17:51:48.961Z Downloaded arrayref v0.3.9
6012026-06-26T17:51:48.961Z Downloaded bit-set v0.8.0
6022026-06-26T17:51:48.961Z Downloaded assert_matches v1.5.0
6032026-06-26T17:51:48.965Z Downloaded async-recursion v1.1.1
6042026-06-26T17:51:48.969Z Downloaded foreign-types v0.3.2
6052026-06-26T17:51:48.969Z Downloaded foreign-types-shared v0.1.1
6062026-06-26T17:51:48.969Z Downloaded camino-tempfile-ext v0.3.3
6072026-06-26T17:51:48.969Z Downloaded const_format_proc_macros v0.2.34
6082026-06-26T17:51:48.973Z Downloaded cargo-platform v0.3.2
6092026-06-26T17:51:48.973Z Downloaded bitfield v0.19.4
6102026-06-26T17:51:48.973Z Downloaded enum-as-inner v0.6.1
6112026-06-26T17:51:48.976Z Downloaded chacha20 v0.9.1
6122026-06-26T17:51:48.976Z Downloaded byte-wrapper v0.1.0
6132026-06-26T17:51:48.976Z Downloaded flagset v0.4.7
6142026-06-26T17:51:48.980Z Downloaded display-error-chain v0.2.2
6152026-06-26T17:51:48.980Z Downloaded atty v0.2.14
6162026-06-26T17:51:48.980Z Downloaded dsl_auto_type v0.2.0
6172026-06-26T17:51:48.983Z Downloaded futures-sink v0.3.32
6182026-06-26T17:51:48.983Z Downloaded funty v2.0.0
6192026-06-26T17:51:48.983Z Downloaded document-features v0.2.12
6202026-06-26T17:51:48.987Z Downloaded futures-macro v0.3.32
6212026-06-26T17:51:48.987Z Downloaded dirs-next v2.0.0
6222026-06-26T17:51:48.987Z Downloaded float-ord v0.3.2
6232026-06-26T17:51:48.987Z Downloaded dunce v1.0.5
6242026-06-26T17:51:48.987Z Downloaded futures-core v0.3.32
6252026-06-26T17:51:48.991Z Downloaded cobs v0.3.0
6262026-06-26T17:51:48.994Z Downloaded castaway v0.2.4
6272026-06-26T17:51:48.994Z Downloaded dyn-clone v1.0.20
6282026-06-26T17:51:48.994Z Downloaded atomic-waker v1.1.2
6292026-06-26T17:51:48.997Z Downloaded fd-lock v4.0.4
6302026-06-26T17:51:49.002Z Downloaded crc-catalog v2.4.0
6312026-06-26T17:51:49.002Z Downloaded cmake v0.1.57
6322026-06-26T17:51:49.009Z Downloaded fxhash v0.2.1
6332026-06-26T17:51:49.013Z Downloaded defmt v1.0.1
6342026-06-26T17:51:49.016Z Downloaded foldhash v0.1.5
6352026-06-26T17:51:49.016Z Downloaded crossbeam-deque v0.8.6
6362026-06-26T17:51:49.016Z Downloaded csv-core v0.1.13
6372026-06-26T17:51:49.016Z Downloaded console v0.15.11
6382026-06-26T17:51:49.021Z Downloaded cbc v0.1.2
6392026-06-26T17:51:49.021Z Downloaded cancel-safe-futures v0.1.5
6402026-06-26T17:51:49.025Z Downloaded hash32 v0.3.1
6412026-06-26T17:51:49.025Z Downloaded deranged v0.5.8
6422026-06-26T17:51:49.025Z Downloaded hash32 v0.2.1
6432026-06-26T17:51:49.025Z Downloaded float-cmp v0.10.0
6442026-06-26T17:51:49.029Z Downloaded difflib v0.4.0
6452026-06-26T17:51:49.029Z Downloaded darling_core v0.21.3
6462026-06-26T17:51:49.032Z Downloaded gethostname v0.5.0
6472026-06-26T17:51:49.033Z Downloaded downcast-rs v2.0.2
6482026-06-26T17:51:49.033Z Downloaded ff v0.13.1
6492026-06-26T17:51:49.033Z Downloaded diesel_table_macro_syntax v0.3.0
6502026-06-26T17:51:49.033Z Downloaded der_derive v0.7.3
6512026-06-26T17:51:49.036Z Downloaded dof v0.4.0
6522026-06-26T17:51:49.036Z Downloaded hex v0.4.3
6532026-06-26T17:51:49.036Z Downloaded fs_extra v1.3.0
6542026-06-26T17:51:49.039Z Downloaded fs-err v2.11.0
6552026-06-26T17:51:49.039Z Downloaded endian-type v0.1.2
6562026-06-26T17:51:49.039Z Downloaded cfg_aliases v0.1.1
6572026-06-26T17:51:49.039Z Downloaded bitfield-struct v0.6.2
6582026-06-26T17:51:49.044Z Downloaded git-stub v1.0.0
6592026-06-26T17:51:49.044Z Downloaded futures-io v0.3.32
6602026-06-26T17:51:49.044Z Downloaded futures-executor v0.3.32
6612026-06-26T17:51:49.047Z Downloaded globwalk v0.9.1
6622026-06-26T17:51:49.047Z Downloaded ghash v0.5.1
6632026-06-26T17:51:49.047Z Downloaded foreign-types-shared v0.3.1
6642026-06-26T17:51:49.047Z Downloaded crc v3.4.0
6652026-06-26T17:51:49.047Z Downloaded bit-vec v0.8.0
6662026-06-26T17:51:49.051Z Downloaded anstream v0.6.21
6672026-06-26T17:51:49.051Z Downloaded headers-core v0.3.0
6682026-06-26T17:51:49.051Z Downloaded const-oid v0.9.6
6692026-06-26T17:51:49.091Z Downloaded futures-task v0.3.32
6702026-06-26T17:51:49.091Z Downloaded ctr v0.9.2
6712026-06-26T17:51:49.091Z Downloaded dtrace-parser v0.3.0
6722026-06-26T17:51:49.091Z Downloaded defmt-macros v1.0.1
6732026-06-26T17:51:49.091Z Downloaded foreign-types v0.5.0
6742026-06-26T17:51:49.091Z Downloaded env_filter v1.0.0
6752026-06-26T17:51:49.091Z Downloaded daft-derive v0.1.7
6762026-06-26T17:51:49.091Z Downloaded darling v0.13.4
6772026-06-26T17:51:49.091Z Downloaded hostname v0.3.1
6782026-06-26T17:51:49.092Z Downloaded hubpack_derive v0.1.1
6792026-06-26T17:51:49.092Z Downloaded convert_case v0.10.0
6802026-06-26T17:51:49.092Z Downloaded http-range v0.1.5
6812026-06-26T17:51:49.092Z Downloaded erased-serde v0.3.31
6822026-06-26T17:51:49.092Z Downloaded colored v2.2.0
6832026-06-26T17:51:49.092Z Downloaded fallible-iterator v0.2.0
6842026-06-26T17:51:49.096Z Downloaded embedded-io v0.4.0
6852026-06-26T17:51:49.096Z Downloaded hubpack v0.1.2
6862026-06-26T17:51:49.096Z Downloaded httpdate v1.0.3
6872026-06-26T17:51:49.096Z Downloaded home v0.5.12
6882026-06-26T17:51:49.096Z Downloaded either v1.15.0
6892026-06-26T17:51:49.096Z Downloaded ecdsa v0.16.9
6902026-06-26T17:51:49.096Z Downloaded find-msvc-tools v0.1.9
6912026-06-26T17:51:49.096Z Downloaded filetime v0.2.27
6922026-06-26T17:51:49.096Z Downloaded ident_case v1.0.1
6932026-06-26T17:51:49.096Z Downloaded git-stub-vcs v0.1.0
6942026-06-26T17:51:49.096Z Downloaded fixedbitset v0.5.7
6952026-06-26T17:51:49.096Z Downloaded globset v0.4.18
6962026-06-26T17:51:49.096Z Downloaded env_logger v0.11.9
6972026-06-26T17:51:49.096Z Downloaded des v0.8.1
6982026-06-26T17:51:49.096Z Downloaded crossbeam-utils v0.8.21
6992026-06-26T17:51:49.096Z Downloaded crc32fast v1.5.0
7002026-06-26T17:51:49.096Z Downloaded derive-ex v0.1.8
7012026-06-26T17:51:49.096Z Downloaded derive_builder v0.20.2
7022026-06-26T17:51:49.096Z Downloaded illumos-nvpair-sys v0.2.0
7032026-06-26T17:51:49.096Z Downloaded illumos-nvpair v0.3.0
7042026-06-26T17:51:49.096Z Downloaded instant v0.1.13
7052026-06-26T17:51:49.100Z Downloaded hex-literal v0.4.1
7062026-06-26T17:51:49.100Z Downloaded crc-any v2.5.0
7072026-06-26T17:51:49.100Z Downloaded clang-sys v1.8.1
7082026-06-26T17:51:49.100Z Downloaded foldhash v0.2.0
7092026-06-26T17:51:49.103Z Downloaded chacha20 v0.10.0
7102026-06-26T17:51:49.103Z Downloaded cassowary v0.3.0
7112026-06-26T17:51:49.103Z Downloaded bzip2 v0.4.4
7122026-06-26T17:51:49.107Z Downloaded hostname v0.4.2
7132026-06-26T17:51:49.107Z Downloaded futures-channel v0.3.32
7142026-06-26T17:51:49.130Z Downloaded bitflags v1.3.2
7152026-06-26T17:51:49.130Z Downloaded embedded-io v0.6.1
7162026-06-26T17:51:49.131Z Downloaded is-terminal v0.4.17
7172026-06-26T17:51:49.136Z Downloaded internet-checksum v0.2.1
7182026-06-26T17:51:49.136Z Downloaded is_ci v1.2.0
7192026-06-26T17:51:49.136Z Downloaded instability v0.3.11
7202026-06-26T17:51:49.136Z Downloaded ena v0.14.4
7212026-06-26T17:51:49.136Z Downloaded group v0.13.0
7222026-06-26T17:51:49.136Z Downloaded diesel-dtrace v0.5.0
7232026-06-26T17:51:49.136Z Downloaded derive_builder_core v0.20.2
7242026-06-26T17:51:49.136Z Downloaded ahash v0.8.12
7252026-06-26T17:51:49.136Z Downloaded hyper-tls v0.6.0
7262026-06-26T17:51:49.136Z Downloaded http-body v1.0.1
7272026-06-26T17:51:49.136Z Downloaded indoc v1.0.9
7282026-06-26T17:51:49.136Z Downloaded inout v0.1.4
7292026-06-26T17:51:49.136Z Downloaded indent_write v2.2.0
7302026-06-26T17:51:49.136Z Downloaded base64 v0.22.1
7312026-06-26T17:51:49.136Z Downloaded darling v0.21.3
7322026-06-26T17:51:49.140Z Downloaded diff v0.1.13
7332026-06-26T17:51:49.140Z Downloaded humantime v2.3.0
7342026-06-26T17:51:49.140Z Downloaded highway v1.3.0
7352026-06-26T17:51:49.144Z Downloaded critical-section v1.2.0
7362026-06-26T17:51:49.147Z Downloaded lalrpop-util v0.19.12
7372026-06-26T17:51:49.147Z Downloaded managed v0.8.0
7382026-06-26T17:51:49.150Z Downloaded linked-hash-map v0.5.6
7392026-06-26T17:51:49.155Z Downloaded glob v0.3.3
7402026-06-26T17:51:49.158Z Downloaded kstat-rs v0.2.4
7412026-06-26T17:51:49.158Z Downloaded libscf-sys v1.1.0
7422026-06-26T17:51:49.158Z Downloaded derive_more v0.99.20
7432026-06-26T17:51:49.162Z Downloaded derive-where v1.6.0
7442026-06-26T17:51:49.165Z Downloaded ciborium v0.2.2
7452026-06-26T17:51:49.165Z Downloaded ingot v0.1.1
7462026-06-26T17:51:49.165Z Downloaded indoc v2.0.7
7472026-06-26T17:51:49.168Z Downloaded keccak v0.1.6
7482026-06-26T17:51:49.168Z Downloaded backon v1.6.0
7492026-06-26T17:51:49.173Z Downloaded dropshot_endpoint v0.17.0
7502026-06-26T17:51:49.173Z Downloaded lazy_static v1.5.0
7512026-06-26T17:51:49.177Z Downloaded async-bb8-diesel v0.2.1
7522026-06-26T17:51:49.177Z Downloaded blake2 v0.10.6
7532026-06-26T17:51:49.180Z Downloaded mime v0.3.17
7542026-06-26T17:51:49.180Z Downloaded md-5 v0.10.6
7552026-06-26T17:51:49.180Z Downloaded maybe-uninit v2.0.0
7562026-06-26T17:51:49.184Z Downloaded md5 v0.7.0
7572026-06-26T17:51:49.193Z Downloaded lru-slab v0.1.2
7582026-06-26T17:51:49.203Z Downloaded half v1.8.3
7592026-06-26T17:51:49.203Z Downloaded compact_str v0.8.1
7602026-06-26T17:51:49.203Z Downloaded getrandom v0.3.4
7612026-06-26T17:51:49.203Z Downloaded newline-converter v0.3.0
7622026-06-26T17:51:49.203Z Downloaded multimap v0.10.1
7632026-06-26T17:51:49.203Z Downloaded num v0.4.3
7642026-06-26T17:51:49.203Z Downloaded match_cfg v0.1.0
7652026-06-26T17:51:49.211Z Downloaded ed25519 v2.2.3
7662026-06-26T17:51:49.212Z Downloaded num-iter v0.1.45
7672026-06-26T17:51:49.212Z Downloaded num-conv v0.2.0
7682026-06-26T17:51:49.212Z Downloaded maplit v1.0.2
7692026-06-26T17:51:49.212Z Downloaded lru-cache v0.1.2
7702026-06-26T17:51:49.212Z Downloaded impl-trait-for-tuples v0.2.3
7712026-06-26T17:51:49.212Z Downloaded jobserver v0.1.34
7722026-06-26T17:51:49.212Z Downloaded memoffset v0.9.1
7732026-06-26T17:51:49.212Z Downloaded ipnet v2.11.0
7742026-06-26T17:51:49.215Z Downloaded new_debug_unreachable v1.0.6
7752026-06-26T17:51:49.215Z Downloaded ingot-types v0.1.2
7762026-06-26T17:51:49.215Z Downloaded hyper-staticfile v0.10.1
7772026-06-26T17:51:49.215Z Downloaded iana-time-zone v0.1.65
7782026-06-26T17:51:49.220Z Downloaded hyper-rustls v0.27.7
7792026-06-26T17:51:49.223Z Downloaded normalize-line-endings v0.3.0
7802026-06-26T17:51:49.223Z Downloaded nonempty v0.12.0
7812026-06-26T17:51:49.223Z Downloaded nodrop v0.1.14
7822026-06-26T17:51:49.223Z Downloaded lru v0.12.5
7832026-06-26T17:51:49.223Z Downloaded num_threads v0.1.7
7842026-06-26T17:51:49.227Z Downloaded num_enum_derive v0.5.11
7852026-06-26T17:51:49.227Z Downloaded libsw v3.5.0
7862026-06-26T17:51:49.227Z Downloaded openssl-macros v0.1.1
7872026-06-26T17:51:49.227Z Downloaded libloading v0.8.9
7882026-06-26T17:51:49.229Z Downloaded nibble_vec v0.1.0
7892026-06-26T17:51:49.230Z Downloaded darling v0.23.0
7902026-06-26T17:51:49.233Z Downloaded lock_api v0.4.14
7912026-06-26T17:51:49.237Z Downloaded cargo_metadata v0.23.1
7922026-06-26T17:51:49.237Z Downloaded newtype_derive v0.1.6
7932026-06-26T17:51:49.237Z Downloaded newtype-uuid-macros v0.1.0
7942026-06-26T17:51:49.240Z Downloaded getrandom v0.2.17
7952026-06-26T17:51:49.240Z Downloaded openssl-probe v0.1.6
7962026-06-26T17:51:49.240Z Downloaded olpc-cjson v0.1.4
7972026-06-26T17:51:49.240Z Downloaded num-derive v0.3.3
7982026-06-26T17:51:49.244Z Downloaded ipnetwork v0.21.1
7992026-06-26T17:51:49.244Z Downloaded fatfs v0.3.6
8002026-06-26T17:51:49.247Z Downloaded num-derive v0.4.2
8012026-06-26T17:51:49.247Z Downloaded elliptic-curve v0.13.8
8022026-06-26T17:51:49.250Z Downloaded futures v0.3.32
8032026-06-26T17:51:49.253Z Downloaded opaque-debug v0.3.1
8042026-06-26T17:51:49.253Z Downloaded chacha20poly1305 v0.10.1
8052026-06-26T17:51:49.253Z Downloaded drift v0.2.0
8062026-06-26T17:51:49.259Z Downloaded native-tls v0.2.18
8072026-06-26T17:51:49.262Z Downloaded darling_core v0.20.11
8082026-06-26T17:51:49.265Z Downloaded newtype-uuid v1.3.2
8092026-06-26T17:51:49.265Z Downloaded libefi-sys v0.1.0
8102026-06-26T17:51:49.265Z Downloaded darling_core v0.23.0
8112026-06-26T17:51:49.269Z Downloaded mime_guess v2.0.5
8122026-06-26T17:51:49.272Z Downloaded oso-derive v0.27.3
8132026-06-26T17:51:49.272Z Downloaded openssl-probe v0.2.1
8142026-06-26T17:51:49.272Z Downloaded bytes v1.11.1
8152026-06-26T17:51:49.275Z Downloaded num-complex v0.4.6
8162026-06-26T17:51:49.275Z Downloaded linear-map v1.2.0
8172026-06-26T17:51:49.279Z Downloaded parse-display v0.10.0
8182026-06-26T17:51:49.279Z Downloaded darling_core v0.13.4
8192026-06-26T17:51:49.282Z Downloaded httparse v1.10.1
8202026-06-26T17:51:49.282Z Downloaded libsw-core v0.3.2
8212026-06-26T17:51:49.286Z Downloaded http-body-util v0.1.3
8222026-06-26T17:51:49.286Z Downloaded lzss v0.8.2
8232026-06-26T17:51:49.292Z Downloaded packed_struct_codegen v0.10.1
8242026-06-26T17:51:49.294Z Downloaded num_enum_derive v0.7.6
8252026-06-26T17:51:49.295Z Downloaded path-slash v0.1.5
8262026-06-26T17:51:49.298Z Downloaded parse-size v1.1.0
8272026-06-26T17:51:49.298Z Downloaded peg-runtime v0.8.5
8282026-06-26T17:51:49.301Z Downloaded nanorand v0.7.0
8292026-06-26T17:51:49.301Z Downloaded half v2.7.1
8302026-06-26T17:51:49.304Z Downloaded multer v3.1.0
8312026-06-26T17:51:49.304Z Downloaded pbkdf2 v0.12.2
8322026-06-26T17:51:49.306Z Downloaded nu-ansi-term v0.50.3
8332026-06-26T17:51:49.307Z Downloaded ingot-macros v0.1.1
8342026-06-26T17:51:49.307Z Downloaded indexmap v1.9.3
8352026-06-26T17:51:49.310Z Downloaded pbkdf2 v0.11.0
8362026-06-26T17:51:49.313Z Downloaded heapless v0.8.0
8372026-06-26T17:51:49.316Z Downloaded memmap2 v0.9.10
8382026-06-26T17:51:49.319Z Downloaded num-integer v0.1.46
8392026-06-26T17:51:49.332Z Downloaded phf_shared v0.13.1
8402026-06-26T17:51:49.335Z Downloaded num_enum v0.7.6
8412026-06-26T17:51:49.348Z Downloaded progenitor-client v0.14.0
8422026-06-26T17:51:49.352Z Downloaded predicates-core v1.0.10
8432026-06-26T17:51:49.352Z Downloaded parking_lot_core v0.8.6
8442026-06-26T17:51:49.352Z Downloaded packed_struct v0.10.1
8452026-06-26T17:51:49.352Z Downloaded precomputed-hash v0.1.1
8462026-06-26T17:51:49.353Z Downloaded pin-utils v0.1.0
8472026-06-26T17:51:49.356Z Downloaded oxide-tokio-rt v0.1.4
8482026-06-26T17:51:49.356Z Downloaded hmac v0.12.1
8492026-06-26T17:51:49.356Z Downloaded flume v0.11.1
8502026-06-26T17:51:49.360Z Downloaded crypto-bigint v0.5.5
8512026-06-26T17:51:49.364Z Downloaded powerfmt v0.2.0
8522026-06-26T17:51:49.364Z Downloaded progenitor-macro v0.14.0
8532026-06-26T17:51:49.364Z Downloaded progenitor-macro v0.13.0
8542026-06-26T17:51:49.367Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-06-26T17:51:49.367Z Downloaded password-hash v0.4.2
8562026-06-26T17:51:49.367Z Downloaded parse-display-derive v0.10.0
8572026-06-26T17:51:49.370Z Downloaded owo-colors v4.3.0
8582026-06-26T17:51:49.370Z Downloaded num_enum v0.5.11
8592026-06-26T17:51:49.373Z Downloaded litrs v1.0.0
8602026-06-26T17:51:49.376Z Downloaded num-rational v0.4.2
8612026-06-26T17:51:49.376Z Downloaded phf_shared v0.12.1
8622026-06-26T17:51:49.376Z Downloaded oxnet v0.1.6
8632026-06-26T17:51:49.379Z Downloaded peg-macros v0.8.5
8642026-06-26T17:51:49.379Z Downloaded omicron-zone-package v0.12.2
8652026-06-26T17:51:49.383Z Downloaded proc-macro-crate v3.4.0
8662026-06-26T17:51:49.383Z Downloaded proc-macro-crate v1.3.1
8672026-06-26T17:51:49.386Z Downloaded ar_archive_writer v0.5.1
8682026-06-26T17:51:49.389Z Downloaded indicatif v0.18.4
8692026-06-26T17:51:49.389Z Downloaded ignore v0.4.25
8702026-06-26T17:51:49.392Z Downloaded quick-error v1.2.3
8712026-06-26T17:51:49.392Z Downloaded phf v0.12.1
8722026-06-26T17:51:49.395Z Downloaded phf_shared v0.11.3
8732026-06-26T17:51:49.395Z Downloaded phf v0.13.1
8742026-06-26T17:51:49.398Z Downloaded rand_xorshift v0.4.0
8752026-06-26T17:51:49.401Z Downloaded psl-types v2.0.11
8762026-06-26T17:51:49.401Z Downloaded peg v0.8.5
8772026-06-26T17:51:49.404Z Downloaded pin-project-lite v0.2.17
8782026-06-26T17:51:49.407Z Downloaded rand_chacha v0.3.1
8792026-06-26T17:51:49.410Z Downloaded pin-project-internal v1.1.11
8802026-06-26T17:51:49.410Z Downloaded predicates-tree v1.0.13
8812026-06-26T17:51:49.410Z Downloaded polyval v0.6.2
8822026-06-26T17:51:49.413Z Downloaded der v0.7.10
8832026-06-26T17:51:49.416Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-06-26T17:51:49.416Z Downloaded parking_lot_core v0.9.12
8852026-06-26T17:51:49.416Z Downloaded proc-macro-error2 v2.0.1
8862026-06-26T17:51:49.419Z Downloaded pem-rfc7468 v0.7.0
8872026-06-26T17:51:49.419Z Downloaded progenitor-client v0.13.0
8882026-06-26T17:51:49.422Z Downloaded progenitor v0.13.0
8892026-06-26T17:51:49.422Z Downloaded headers v0.4.1
8902026-06-26T17:51:49.426Z Downloaded recursive v0.1.1
8912026-06-26T17:51:49.426Z Downloaded radium v0.7.0
8922026-06-26T17:51:49.429Z Downloaded progenitor v0.14.0
8932026-06-26T17:51:49.429Z Downloaded derive_more v2.1.1
8942026-06-26T17:51:49.433Z Downloaded bumpalo v3.20.2
8952026-06-26T17:51:49.437Z Downloaded libbz2-rs-sys v0.2.2
8962026-06-26T17:51:49.437Z Downloaded aes v0.8.4
8972026-06-26T17:51:49.440Z Downloaded heapless v0.7.17
8982026-06-26T17:51:49.444Z Downloaded cc v1.2.56
8992026-06-26T17:51:49.444Z Downloaded pem v3.0.6
9002026-06-26T17:51:49.447Z Downloaded const_format v0.2.35
9012026-06-26T17:51:49.450Z Downloaded pkg-config v0.3.32
9022026-06-26T17:51:49.450Z Downloaded ref-cast v1.0.25
9032026-06-26T17:51:49.458Z Downloaded pkcs8 v0.10.2
9042026-06-26T17:51:49.461Z Downloaded paste v1.0.15
9052026-06-26T17:51:49.461Z Downloaded ref-cast-impl v1.0.25
9062026-06-26T17:51:49.461Z Downloaded rfc6979 v0.4.0
9072026-06-26T17:51:49.462Z Downloaded async-compression v0.4.41
9082026-06-26T17:51:49.465Z Downloaded rustc-hash v2.1.1
9092026-06-26T17:51:49.468Z Downloaded postgres-protocol v0.6.10
9102026-06-26T17:51:49.468Z Downloaded rustc_version v0.1.7
9112026-06-26T17:51:49.471Z Downloaded russh-cryptovec v0.7.3
9122026-06-26T17:51:49.474Z Downloaded rand_chacha v0.9.0
9132026-06-26T17:51:49.474Z Downloaded r2d2 v0.8.10
9142026-06-26T17:51:49.477Z Downloaded predicates v3.1.4
9152026-06-26T17:51:49.477Z Downloaded ppv-lite86 v0.2.21
9162026-06-26T17:51:49.480Z Downloaded progenitor-extras v0.2.0
9172026-06-26T17:51:49.483Z Downloaded primeorder v0.13.6
9182026-06-26T17:51:49.483Z Downloaded postgres-types v0.2.12
9192026-06-26T17:51:49.486Z Downloaded ed25519-dalek v2.2.0
9202026-06-26T17:51:49.492Z Downloaded psm v0.1.30
9212026-06-26T17:51:49.495Z Downloaded password-hash v0.5.0
9222026-06-26T17:51:49.498Z Downloaded parking_lot v0.11.2
9232026-06-26T17:51:49.498Z Downloaded parking_lot v0.12.5
9242026-06-26T17:51:49.502Z Downloaded rustc_version v0.4.1
9252026-06-26T17:51:49.504Z Downloaded same-file v1.0.6
9262026-06-26T17:51:49.505Z Downloaded expectorate v1.2.0
9272026-06-26T17:51:49.507Z Downloaded crossbeam-channel v0.5.15
9282026-06-26T17:51:49.510Z Downloaded scheduled-thread-pool v0.2.7
9292026-06-26T17:51:49.510Z Downloaded flate2 v1.1.9
9302026-06-26T17:51:49.513Z Downloaded derive_more-impl v2.1.1
9312026-06-26T17:51:49.516Z Downloaded rand_seeder v0.4.0
9322026-06-26T17:51:49.519Z Downloaded rand_core v0.9.5
9332026-06-26T17:51:49.519Z Downloaded rand_core v0.6.4
9342026-06-26T17:51:49.525Z Downloaded resolv-conf v0.7.6
9352026-06-26T17:51:49.529Z Downloaded scopeguard v1.2.0
9362026-06-26T17:51:49.533Z Downloaded scrypt v0.11.0
9372026-06-26T17:51:49.533Z Downloaded oso v0.27.3
9382026-06-26T17:51:49.535Z Downloaded diesel_derives v2.3.7
9392026-06-26T17:51:49.538Z Downloaded postcard v1.1.3
9402026-06-26T17:51:49.541Z Downloaded quinn-udp v0.5.14
9412026-06-26T17:51:49.541Z Downloaded pkcs5 v0.7.1
9422026-06-26T17:51:49.544Z Downloaded poly1305 v0.8.0
9432026-06-26T17:51:49.547Z Downloaded pkcs1 v0.7.5
9442026-06-26T17:51:49.548Z Downloaded serde-big-array v0.5.1
9452026-06-26T17:51:49.550Z Downloaded serde_plain v1.0.2
9462026-06-26T17:51:49.550Z Downloaded sapling-renderdag v0.1.0
9472026-06-26T17:51:49.553Z Downloaded minimal-lexical v0.2.1
9482026-06-26T17:51:49.556Z Downloaded serde_bytes v0.11.19
9492026-06-26T17:51:49.561Z Downloaded scroll_derive v0.13.1
9502026-06-26T17:51:49.561Z Downloaded miniz_oxide v0.8.9
9512026-06-26T17:51:49.561Z Downloaded semver v0.1.20
9522026-06-26T17:51:49.564Z Downloaded rustls-pemfile v2.2.0
9532026-06-26T17:51:49.564Z Downloaded serde_repr v0.1.20
9542026-06-26T17:51:49.564Z Downloaded serde_urlencoded v0.7.1
9552026-06-26T17:51:49.567Z Downloaded seq-macro v0.3.6
9562026-06-26T17:51:49.567Z Downloaded secrecy v0.8.0
9572026-06-26T17:51:49.567Z Downloaded hickory-resolver v0.24.4
9582026-06-26T17:51:49.570Z Downloaded sha1 v0.10.6
9592026-06-26T17:51:49.573Z Downloaded secrecy v0.10.3
9602026-06-26T17:51:49.573Z Downloaded hickory-resolver v0.25.2
9612026-06-26T17:51:49.576Z Downloaded papergrid v0.17.0
9622026-06-26T17:51:49.583Z Downloaded rtoolbox v0.0.3
9632026-06-26T17:51:49.586Z Downloaded rusty-fork v0.3.1
9642026-06-26T17:51:49.589Z Downloaded jiff-static v0.2.21
9652026-06-26T17:51:49.598Z Downloaded hashbrown v0.13.2
9662026-06-26T17:51:49.601Z Downloaded hyper-util v0.1.20
9672026-06-26T17:51:49.607Z Downloaded siphasher v1.0.2
9682026-06-26T17:51:49.610Z Downloaded shell-words v1.1.1
9692026-06-26T17:51:49.610Z Downloaded sigpipe v0.1.3
9702026-06-26T17:51:49.610Z Downloaded signal-hook-tokio v0.3.1
9712026-06-26T17:51:49.610Z Downloaded sct v0.7.1
9722026-06-26T17:51:49.613Z Downloaded rand_core v0.10.0
9732026-06-26T17:51:49.616Z Downloaded openssl-sys v0.9.115
9742026-06-26T17:51:49.619Z Downloaded sec1 v0.7.3
9752026-06-26T17:51:49.619Z Downloaded rustls-pemfile v1.0.4
9762026-06-26T17:51:49.623Z Downloaded serde-hex v0.1.0
9772026-06-26T17:51:49.626Z Downloaded signature v2.2.0
9782026-06-26T17:51:49.629Z Downloaded slog-bunyan v2.5.0
9792026-06-26T17:51:49.629Z Downloaded serde_path_to_error v0.1.20
9802026-06-26T17:51:49.636Z Downloaded serde_with_macros v1.5.2
9812026-06-26T17:51:49.640Z Downloaded rustversion v1.0.22
9822026-06-26T17:51:49.640Z Downloaded serde_derive_internals v0.29.1
9832026-06-26T17:51:49.643Z Downloaded crossterm v0.28.1
9842026-06-26T17:51:49.646Z Downloaded rustls-pki-types v1.14.0
9852026-06-26T17:51:49.646Z Downloaded hashbrown v0.12.3
9862026-06-26T17:51:49.650Z Downloaded pin-project v1.1.11
9872026-06-26T17:51:49.656Z Downloaded scroll v0.13.0
9882026-06-26T17:51:49.659Z Downloaded signal-hook-mio v0.2.5
9892026-06-26T17:51:49.659Z Downloaded serde_spanned v1.0.4
9902026-06-26T17:51:49.659Z Downloaded slog-envlogger v2.2.0
9912026-06-26T17:51:49.662Z Downloaded schemars_derive v0.8.22
9922026-06-26T17:51:49.662Z Downloaded salsa20 v0.10.2
9932026-06-26T17:51:49.665Z Downloaded simd-adler32 v0.3.8
9942026-06-26T17:51:49.665Z Downloaded progenitor-impl v0.13.0
9952026-06-26T17:51:49.668Z Downloaded progenitor-impl v0.14.0
9962026-06-26T17:51:49.671Z Downloaded p256 v0.13.2
9972026-06-26T17:51:49.674Z Downloaded strsim v0.10.0
9982026-06-26T17:51:49.677Z Downloaded structmeta v0.3.0
9992026-06-26T17:51:49.687Z Downloaded hashbrown v0.15.5
10002026-06-26T17:51:49.690Z Downloaded slog-async v2.8.0
10012026-06-26T17:51:49.693Z Downloaded sync-ptr v0.1.4
10022026-06-26T17:51:49.696Z Downloaded russh-keys v0.45.0
10032026-06-26T17:51:49.700Z Downloaded aes-gcm v0.10.3
10042026-06-26T17:51:49.703Z Downloaded sqlparser_derive v0.5.0
10052026-06-26T17:51:49.707Z Downloaded slog-stdlog v4.1.1
10062026-06-26T17:51:49.707Z Downloaded ssh-encoding v0.2.0
10072026-06-26T17:51:49.707Z Downloaded tabwriter v1.4.1
10082026-06-26T17:51:49.710Z Downloaded strip-ansi-escapes v0.2.1
10092026-06-26T17:51:49.710Z Downloaded ssh-cipher v0.2.0
10102026-06-26T17:51:49.710Z Downloaded serde_with_macros v3.17.0
10112026-06-26T17:51:49.713Z Downloaded take_mut v0.2.2
10122026-06-26T17:51:49.713Z Downloaded sqlformat v0.3.5
10132026-06-26T17:51:49.716Z Downloaded strum v0.26.3
10142026-06-26T17:51:49.716Z Downloaded structmeta-derive v0.3.0
10152026-06-26T17:51:49.716Z Downloaded subtle v2.6.1
10162026-06-26T17:51:49.716Z Downloaded strum v0.27.2
10172026-06-26T17:51:49.719Z Downloaded spki v0.7.3
10182026-06-26T17:51:49.719Z Downloaded mio v1.2.0
10192026-06-26T17:51:49.723Z Downloaded tagptr v0.2.0
10202026-06-26T17:51:49.726Z Downloaded shlex v1.3.0
10212026-06-26T17:51:49.726Z Downloaded testing_table v0.3.0
10222026-06-26T17:51:49.730Z Downloaded tap v1.0.1
10232026-06-26T17:51:49.730Z Downloaded rustls-native-certs v0.8.3
10242026-06-26T17:51:49.730Z Downloaded static_assertions v1.1.0
10252026-06-26T17:51:49.733Z Downloaded num-bigint v0.4.6
10262026-06-26T17:51:49.733Z Downloaded thread-id v5.1.0
10272026-06-26T17:51:49.736Z Downloaded thiserror-impl-no-std v2.0.2
10282026-06-26T17:51:49.736Z Downloaded signal-hook-registry v1.4.8
10292026-06-26T17:51:49.736Z Downloaded slab v0.4.12
10302026-06-26T17:51:49.739Z Downloaded sync_wrapper v1.0.2
10312026-06-26T17:51:49.739Z Downloaded supports-color v3.0.2
10322026-06-26T17:51:49.742Z Downloaded tabled_derive v0.11.0
10332026-06-26T17:51:49.745Z Downloaded slog-json v2.6.1
10342026-06-26T17:51:49.748Z Downloaded slog-dtrace v0.3.0
10352026-06-26T17:51:49.752Z Downloaded time-core v0.1.8
10362026-06-26T17:51:49.756Z Downloaded rcgen v0.12.1
10372026-06-26T17:51:49.758Z Downloaded ron v0.8.1
10382026-06-26T17:51:49.758Z Downloaded rand v0.8.6
10392026-06-26T17:51:49.762Z Downloaded slog-scope v4.4.1
10402026-06-26T17:51:49.765Z Downloaded slog-term v2.9.2
10412026-06-26T17:51:49.765Z Downloaded strum_macros v0.26.4
10422026-06-26T17:51:49.765Z Downloaded smf v0.2.3
10432026-06-26T17:51:49.769Z Downloaded serde_cbor v0.11.2
10442026-06-26T17:51:49.769Z Downloaded stringprep v0.1.5
10452026-06-26T17:51:49.772Z Downloaded string_cache v0.8.9
10462026-06-26T17:51:49.772Z Downloaded smallvec v0.6.14
10472026-06-26T17:51:49.775Z Downloaded rustls-platform-verifier v0.6.2
10482026-06-26T17:51:49.775Z Downloaded prefix-trie v0.7.0
10492026-06-26T17:51:49.778Z Downloaded pretty_assertions v1.4.1
10502026-06-26T17:51:49.781Z Downloaded tokio-test v0.4.5
10512026-06-26T17:51:49.781Z Downloaded http v1.4.0
10522026-06-26T17:51:49.784Z Downloaded snafu-derive v0.8.9
10532026-06-26T17:51:49.787Z Downloaded termtree v0.5.1
10542026-06-26T17:51:49.787Z Downloaded hashbrown v0.16.1
10552026-06-26T17:51:49.792Z Downloaded num-bigint-dig v0.8.6
10562026-06-26T17:51:49.795Z Downloaded termios v0.3.3
10572026-06-26T17:51:49.800Z Downloaded schemars v0.8.22
10582026-06-26T17:51:49.807Z Downloaded schemars v0.9.0
10592026-06-26T17:51:49.815Z Downloaded tinyvec_macros v0.1.1
10602026-06-26T17:51:49.835Z Downloaded similar v2.7.0
10612026-06-26T17:51:49.835Z Downloaded tokio-macros v2.7.0
10622026-06-26T17:51:49.835Z Downloaded stacker v0.1.23
10632026-06-26T17:51:49.835Z Downloaded hyper v1.8.1
10642026-06-26T17:51:49.835Z Downloaded tower-layer v0.3.3
10652026-06-26T17:51:49.835Z Downloaded support-bundle-viewer v0.1.2
10662026-06-26T17:51:49.835Z Downloaded rand v0.9.2
10672026-06-26T17:51:49.835Z Downloaded strum_macros v0.27.2
10682026-06-26T17:51:49.835Z Downloaded tls_codec v0.4.2
10692026-06-26T17:51:49.838Z Downloaded tiny-keccak v2.0.2
10702026-06-26T17:51:49.838Z Downloaded tower-service v0.3.3
10712026-06-26T17:51:49.838Z Downloaded dropshot-api-manager v0.7.2
10722026-06-26T17:51:49.839Z Downloaded strum_macros v0.24.3
10732026-06-26T17:51:49.841Z Downloaded time-macros v0.2.27
10742026-06-26T17:51:49.844Z Downloaded crossterm v0.29.0
10752026-06-26T17:51:49.849Z Downloaded rayon-core v1.13.0
10762026-06-26T17:51:49.853Z Downloaded ryu v1.0.23
10772026-06-26T17:51:49.857Z Downloaded topological-sort v0.2.2
10782026-06-26T17:51:49.863Z Downloaded unarray v0.1.4
10792026-06-26T17:51:49.863Z Downloaded try-lock v0.2.5
10802026-06-26T17:51:49.867Z Downloaded nom v7.1.3
10812026-06-26T17:51:49.870Z Downloaded itertools v0.14.0
10822026-06-26T17:51:49.873Z Downloaded prettyplease v0.2.37
10832026-06-26T17:51:49.876Z Downloaded term v1.2.1
10842026-06-26T17:51:49.878Z Downloaded untrusted v0.7.1
10852026-06-26T17:51:49.878Z Downloaded serde_yaml v0.9.34+deprecated
10862026-06-26T17:51:49.882Z Downloaded thiserror-no-std v2.0.2
10872026-06-26T17:51:49.885Z Downloaded typify-macro v0.6.2
10882026-06-26T17:51:49.885Z Downloaded trait-variant v0.1.2
10892026-06-26T17:51:49.885Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10902026-06-26T17:51:49.885Z Downloaded samael v0.0.19
10912026-06-26T17:51:49.888Z Downloaded itertools v0.13.0
10922026-06-26T17:51:49.893Z Downloaded toml_writer v1.0.6+spec-1.1.0
10932026-06-26T17:51:49.896Z Downloaded usdt-attr-macro v0.6.0
10942026-06-26T17:51:49.896Z Downloaded usdt v0.6.0
10952026-06-26T17:51:49.896Z Downloaded quinn v0.11.9
10962026-06-26T17:51:49.899Z Downloaded schemars v1.2.1
10972026-06-26T17:51:49.905Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10982026-06-26T17:51:49.908Z Downloaded subprocess v0.2.15
10992026-06-26T17:51:49.911Z Downloaded qorb v0.4.1
11002026-06-26T17:51:49.915Z Downloaded wait-timeout v0.2.1
11012026-06-26T17:51:49.915Z Downloaded unit-prefix v0.5.2
11022026-06-26T17:51:49.915Z Downloaded waitgroup v0.1.2
11032026-06-26T17:51:49.915Z Downloaded iri-string v0.7.10
11042026-06-26T17:51:49.923Z Downloaded tokio-rustls v0.25.0
11052026-06-26T17:51:49.926Z Downloaded tokio-native-tls v0.3.1
11062026-06-26T17:51:49.929Z Downloaded tokio-rustls v0.26.4
11072026-06-26T17:51:49.932Z Downloaded tokio-stream v0.1.18
11082026-06-26T17:51:49.935Z Downloaded unicode-truncate v1.1.0
11092026-06-26T17:51:49.938Z Downloaded want v0.3.1
11102026-06-26T17:51:49.941Z Downloaded usdt-macro v0.6.0
11112026-06-26T17:51:49.941Z Downloaded void v1.0.2
11122026-06-26T17:51:49.941Z Downloaded untrusted v0.9.0
11132026-06-26T17:51:49.945Z Downloaded unicase v2.9.0
11142026-06-26T17:51:49.945Z Downloaded tokio-tungstenite v0.23.1
11152026-06-26T17:51:49.948Z Downloaded tokio-tungstenite v0.21.0
11162026-06-26T17:51:49.948Z Downloaded universal-hash v0.5.1
11172026-06-26T17:51:49.950Z Downloaded test-strategy v0.4.5
11182026-06-26T17:51:49.953Z Downloaded itertools v0.10.5
11192026-06-26T17:51:49.957Z Downloaded socket2 v0.5.10
11202026-06-26T17:51:49.957Z Downloaded tokio-dtrace v0.1.1
11212026-06-26T17:51:49.960Z Downloaded publicsuffix v2.3.0
11222026-06-26T17:51:49.960Z Downloaded itertools v0.12.1
11232026-06-26T17:51:49.963Z Downloaded term v0.7.0
11242026-06-26T17:51:49.966Z Downloaded hickory-server v0.25.2
11252026-06-26T17:51:49.972Z Downloaded utf-8 v0.7.6
11262026-06-26T17:51:49.975Z Downloaded xattr v1.6.1
11272026-06-26T17:51:49.978Z Downloaded socket2 v0.6.3
11282026-06-26T17:51:49.981Z Downloaded vergen-lib v9.1.0
11292026-06-26T17:51:49.984Z Downloaded thread_local v1.1.9
11302026-06-26T17:51:49.984Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-06-26T17:51:49.987Z Downloaded tui-tree-widget v0.23.1
11322026-06-26T17:51:49.987Z Downloaded rsa v0.9.10
11332026-06-26T17:51:49.991Z Downloaded tracing-attributes v0.1.31
11342026-06-26T17:51:49.991Z Downloaded russh v0.45.0
11352026-06-26T17:51:49.994Z Downloaded zone_cfg_derive v0.3.1
11362026-06-26T17:51:49.994Z Downloaded zone v0.3.1
11372026-06-26T17:51:49.997Z Downloaded twox-hash v2.1.2
11382026-06-26T17:51:50.002Z Downloaded walkdir v2.5.0
11392026-06-26T17:51:50.005Z Downloaded xshell-macros v0.2.7
11402026-06-26T17:51:50.008Z Downloaded tokio-rustls v0.24.1
11412026-06-26T17:51:50.008Z Downloaded tls_codec_derive v0.4.2
11422026-06-26T17:51:50.012Z Downloaded zeroize_derive v1.4.3
11432026-06-26T17:51:50.015Z Downloaded serde_with v1.14.0
11442026-06-26T17:51:50.018Z Downloaded aho-corasick v1.1.4
11452026-06-26T17:51:50.021Z Downloaded usdt-impl v0.6.0
11462026-06-26T17:51:50.022Z Downloaded toml v0.7.8
11472026-06-26T17:51:50.025Z Downloaded tar v0.4.45
11482026-06-26T17:51:50.025Z Downloaded rustyline v14.0.0
11492026-06-26T17:51:50.030Z Downloaded rustls-webpki v0.103.9
11502026-06-26T17:51:50.034Z Downloaded signal-hook v0.3.18
11512026-06-26T17:51:50.034Z Downloaded xshell v0.2.7
11522026-06-26T17:51:50.035Z Downloaded uzers v0.12.2
11532026-06-26T17:51:50.035Z Downloaded wyz v0.5.1
11542026-06-26T17:51:50.038Z Downloaded slog v2.8.2
11552026-06-26T17:51:50.038Z Downloaded iddqd v0.4.2
11562026-06-26T17:51:50.045Z Downloaded toml v1.0.6+spec-1.1.0
11572026-06-26T17:51:50.053Z Downloaded spin v0.9.8
11582026-06-26T17:51:50.056Z Downloaded vergen-gitcl v1.0.8
11592026-06-26T17:51:50.059Z Downloaded vsss-rs v3.3.4
11602026-06-26T17:51:50.062Z Downloaded vergen-git2 v9.1.0
11612026-06-26T17:51:50.062Z Downloaded vergen v9.1.0
11622026-06-26T17:51:50.066Z Downloaded tungstenite v0.21.0
11632026-06-26T17:51:50.066Z Downloaded whoami v1.6.1
11642026-06-26T17:51:50.069Z Downloaded chrono v0.4.44
11652026-06-26T17:51:50.073Z Downloaded snafu v0.8.9
11662026-06-26T17:51:50.076Z Downloaded aws-lc-rs v1.16.3
11672026-06-26T17:51:50.081Z Downloaded whoami v2.1.0
11682026-06-26T17:51:50.084Z Downloaded tungstenite v0.23.0
11692026-06-26T17:51:50.084Z Downloaded unicode-properties v0.1.4
11702026-06-26T17:51:50.087Z Downloaded libxml v0.3.3
11712026-06-26T17:51:50.091Z Downloaded reedline v0.40.0
11722026-06-26T17:51:50.096Z Downloaded unsafe-libyaml v0.2.11
11732026-06-26T17:51:50.099Z Downloaded tinyvec v1.10.0
11742026-06-26T17:51:50.102Z Downloaded zeroize v1.8.2
11752026-06-26T17:51:50.105Z Downloaded yasna v0.5.2
11762026-06-26T17:51:50.109Z Downloaded zerocopy v0.6.6
11772026-06-26T17:51:50.112Z Downloaded rand v0.10.0
11782026-06-26T17:51:50.115Z Downloaded zstd v0.13.3
11792026-06-26T17:51:50.121Z Downloaded libm v0.2.16
11802026-06-26T17:51:50.135Z Downloaded blake3 v1.8.5
11812026-06-26T17:51:50.139Z Downloaded bindgen v0.71.1
11822026-06-26T17:51:50.144Z Downloaded vergen-lib v0.1.6
11832026-06-26T17:51:50.148Z Downloaded tracing-core v0.1.36
11842026-06-26T17:51:50.148Z Downloaded tokio-postgres v0.7.16
11852026-06-26T17:51:50.151Z Downloaded zstd-safe v7.2.4
11862026-06-26T17:51:50.151Z Downloaded unicode-bidi v0.3.18
11872026-06-26T17:51:50.154Z Downloaded typify v0.6.2
11882026-06-26T17:51:50.157Z Downloaded nom v8.0.0
11892026-06-26T17:51:50.161Z Downloaded git2 v0.20.4
11902026-06-26T17:51:50.164Z Downloaded h2 v0.4.13
11912026-06-26T17:51:50.168Z Downloaded p521 v0.13.3
11922026-06-26T17:51:50.171Z Downloaded reqwest v0.13.2
11932026-06-26T17:51:50.174Z Downloaded futures-util v0.3.32
11942026-06-26T17:51:50.180Z Downloaded uuid v1.23.0
11952026-06-26T17:51:50.183Z Downloaded hkdf v0.12.4
11962026-06-26T17:51:50.186Z Downloaded vte v0.14.1
11972026-06-26T17:51:50.189Z Downloaded portable-atomic v1.13.1
11982026-06-26T17:51:50.193Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-06-26T17:51:50.211Z Downloaded yansi v1.0.1
12002026-06-26T17:51:50.218Z Downloaded toml_edit v0.19.15
12012026-06-26T17:51:50.228Z Downloaded quick-xml v0.37.5
12022026-06-26T17:51:50.237Z Downloaded moka v0.12.13
12032026-06-26T17:51:50.240Z Downloaded rustls-webpki v0.101.7
12042026-06-26T17:51:50.248Z Downloaded zopfli v0.8.3
12052026-06-26T17:51:50.256Z Downloaded lalrpop v0.19.12
12062026-06-26T17:51:50.282Z Downloaded rpassword v7.4.0
12072026-06-26T17:51:50.286Z Downloaded ssh-key v0.6.7
12082026-06-26T17:51:50.289Z Downloaded typed-path v0.9.3
12092026-06-26T17:51:50.292Z Downloaded x509-cert v0.2.5
12102026-06-26T17:51:50.295Z Downloaded zip v0.6.6
12112026-06-26T17:51:50.298Z Downloaded steno v0.4.1
12122026-06-26T17:51:50.301Z Downloaded unicode_categories v0.1.1
12132026-06-26T17:51:50.308Z Downloaded petname v2.0.2
12142026-06-26T17:51:50.318Z Downloaded salty v0.3.0
12152026-06-26T17:51:50.322Z Downloaded reqwest v0.12.28
12162026-06-26T17:51:50.326Z Downloaded regex v1.12.3
12172026-06-26T17:51:50.329Z Downloaded proptest v1.10.0
12182026-06-26T17:51:50.334Z Downloaded tokio-util v0.7.18
12192026-06-26T17:51:50.339Z Downloaded tower v0.5.3
12202026-06-26T17:51:50.347Z Downloaded unicode-segmentation v1.12.0
12212026-06-26T17:51:50.365Z Downloaded zip v4.6.1
12222026-06-26T17:51:50.370Z Downloaded nix v0.27.1
12232026-06-26T17:51:50.383Z Downloaded p384 v0.13.1
12242026-06-26T17:51:50.392Z Downloaded rustls-webpki v0.102.8
12252026-06-26T17:51:50.402Z Downloaded zerocopy-derive v0.8.40
12262026-06-26T17:51:50.407Z Downloaded bstr v1.12.1
12272026-06-26T17:51:50.416Z Downloaded openssl v0.10.79
12282026-06-26T17:51:50.421Z Downloaded polar-core v0.27.3
12292026-06-26T17:51:50.426Z Downloaded winnow v0.5.40
12302026-06-26T17:51:50.433Z Downloaded goblin v0.10.5
12312026-06-26T17:51:50.444Z Downloaded nix v0.28.0
12322026-06-26T17:51:50.461Z Downloaded tower-http v0.6.8
12332026-06-26T17:51:50.466Z Downloaded tough v0.22.0
12342026-06-26T17:51:50.470Z Downloaded rayon v1.11.0
12352026-06-26T17:51:50.476Z Downloaded serde_with v3.17.0
12362026-06-26T17:51:50.483Z Downloaded regex-syntax v0.6.29
12372026-06-26T17:51:50.486Z Downloaded unicode-normalization v0.1.25
12382026-06-26T17:51:50.490Z Downloaded hickory-proto v0.24.4
12392026-06-26T17:51:50.498Z Downloaded vcpkg v0.2.15
12402026-06-26T17:51:50.522Z Downloaded nix v0.31.2
12412026-06-26T17:51:50.544Z Downloaded webpki-roots v1.0.6
12422026-06-26T17:51:50.552Z Downloaded smoltcp v0.11.0
12432026-06-26T17:51:50.558Z Downloaded curve25519-dalek v4.1.3
12442026-06-26T17:51:50.563Z Downloaded regress v0.11.1
12452026-06-26T17:51:50.568Z Downloaded object v0.30.4
12462026-06-26T17:51:50.574Z Downloaded radix_trie v0.2.1
12472026-06-26T17:51:50.577Z Downloaded quinn-proto v0.11.13
12482026-06-26T17:51:50.589Z Downloaded winnow v0.6.26
12492026-06-26T17:51:50.647Z Downloaded sqlparser v0.61.0
12502026-06-26T17:51:50.655Z Downloaded tabled v0.20.0
12512026-06-26T17:51:50.665Z Downloaded time v0.3.47
12522026-06-26T17:51:50.672Z Downloaded rustls v0.21.12
12532026-06-26T17:51:50.678Z Downloaded smoltcp v0.9.1
12542026-06-26T17:51:50.703Z Downloaded zlib-rs v0.6.2
12552026-06-26T17:51:50.710Z Downloaded bzip2-sys v0.1.13+1.0.8
12562026-06-26T17:51:50.718Z Downloaded typify-impl v0.6.2
12572026-06-26T17:51:50.726Z Downloaded dropshot v0.17.0
12582026-06-26T17:51:50.745Z Downloaded tracing v0.1.44
12592026-06-26T17:51:50.767Z Downloaded zerocopy v0.8.40
12602026-06-26T17:51:50.776Z Downloaded zerocopy-derive v0.6.6
12612026-06-26T17:51:50.803Z Downloaded regress v0.10.5
12622026-06-26T17:51:50.809Z Downloaded openapiv3 v2.2.0
12632026-06-26T17:51:50.815Z Downloaded rustls v0.22.4
12642026-06-26T17:51:50.824Z Downloaded petgraph v0.6.5
12652026-06-26T17:51:50.833Z Downloaded regex-syntax v0.8.10
12662026-06-26T17:51:50.838Z Downloaded jiff v0.2.21
12672026-06-26T17:51:50.849Z Downloaded rustls v0.23.37
12682026-06-26T17:51:50.855Z Downloaded diesel v2.3.7
12692026-06-26T17:51:50.866Z Downloaded object v0.37.3
12702026-06-26T17:51:50.872Z Downloaded hickory-proto v0.25.2
12712026-06-26T17:51:50.883Z Downloaded rustix v0.38.44
12722026-06-26T17:51:50.894Z Downloaded chrono-tz v0.10.4
12732026-06-26T17:51:50.905Z Downloaded libz-sys v1.1.24
12742026-06-26T17:51:50.918Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-06-26T17:51:50.936Z Downloaded sled v0.34.7
12762026-06-26T17:51:50.949Z Downloaded tokio v1.52.1
12772026-06-26T17:51:50.972Z Downloaded ratatui v0.29.0
12782026-06-26T17:51:51.022Z Downloaded regex-automata v0.4.14
12792026-06-26T17:51:51.036Z Downloaded ring v0.17.14
12802026-06-26T17:51:51.091Z Downloaded petgraph v0.8.3
12812026-06-26T17:51:51.104Z Downloaded csv v1.4.0
12822026-06-26T17:51:51.126Z Downloaded sha3 v0.10.8
12832026-06-26T17:51:51.202Z Downloaded encoding_rs v0.8.35
12842026-06-26T17:51:51.247Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-06-26T17:51:51.618Z Downloaded aws-lc-sys v0.40.0
12862026-06-26T17:51:51.875Z Compiling libc v0.2.185
12872026-06-26T17:51:51.875Z Compiling serde v1.0.228
12882026-06-26T17:51:51.879Z Compiling log v0.4.29
12892026-06-26T17:51:51.879Z Compiling shlex v1.3.0
12902026-06-26T17:51:51.879Z Compiling find-msvc-tools v0.1.9
12912026-06-26T17:51:51.879Z Compiling smallvec v1.15.1
12922026-06-26T17:51:51.879Z Compiling typenum v1.19.0
12932026-06-26T17:51:51.879Z Compiling subtle v2.6.1
12942026-06-26T17:51:52.027Z Compiling generic-array v0.14.7
12952026-06-26T17:51:52.030Z Compiling scopeguard v1.2.0
12962026-06-26T17:51:52.112Z Compiling const-oid v0.9.6
12972026-06-26T17:51:52.115Z Compiling serde_json v1.0.149
12982026-06-26T17:51:52.123Z Compiling syn v2.0.117
12992026-06-26T17:51:52.139Z Compiling zerocopy v0.8.40
13002026-06-26T17:51:52.143Z Compiling parking_lot_core v0.9.12
13012026-06-26T17:51:52.143Z Compiling lock_api v0.4.14
13022026-06-26T17:51:52.185Z Compiling portable-atomic v1.13.1
13032026-06-26T17:51:52.200Z Compiling pin-project-lite v0.2.17
13042026-06-26T17:51:52.213Z Compiling pkg-config v0.3.32
13052026-06-26T17:51:52.279Z Compiling bitflags v2.11.0
13062026-06-26T17:51:52.317Z Compiling critical-section v1.2.0
13072026-06-26T17:51:52.318Z Compiling libm v0.2.16
13082026-06-26T17:51:52.355Z Compiling futures-core v0.3.32
13092026-06-26T17:51:52.381Z Compiling num-traits v0.2.19
13102026-06-26T17:51:52.396Z Compiling percent-encoding v2.3.2
13112026-06-26T17:51:52.454Z Compiling futures-sink v0.3.32
13122026-06-26T17:51:52.457Z Compiling getrandom v0.4.1
13132026-06-26T17:51:52.480Z Compiling slab v0.4.12
13142026-06-26T17:51:52.521Z Compiling futures-task v0.3.32
13152026-06-26T17:51:52.547Z Compiling futures-channel v0.3.32
13162026-06-26T17:51:52.567Z Compiling futures-io v0.3.32
13172026-06-26T17:51:52.595Z Compiling cpufeatures v0.2.17
13182026-06-26T17:51:52.629Z Compiling rand_core v0.10.0
13192026-06-26T17:51:52.678Z Compiling indexmap v2.14.0
13202026-06-26T17:51:52.683Z Compiling getrandom v0.3.4
13212026-06-26T17:51:52.733Z Compiling rustversion v1.0.22
13222026-06-26T17:51:52.747Z Compiling form_urlencoded v1.2.2
13232026-06-26T17:51:52.788Z Compiling fs_extra v1.3.0
13242026-06-26T17:51:52.802Z Compiling dunce v1.0.5
13252026-06-26T17:51:52.817Z Compiling ident_case v1.0.1
13262026-06-26T17:51:52.822Z Compiling base64ct v1.8.3
13272026-06-26T17:51:52.864Z Compiling rustix v1.1.3
13282026-06-26T17:51:52.878Z Compiling flagset v0.4.7
13292026-06-26T17:51:52.903Z Compiling iana-time-zone v0.1.65
13302026-06-26T17:51:52.930Z Compiling getrandom v0.2.17
13312026-06-26T17:51:52.961Z Compiling jobserver v0.1.34
13322026-06-26T17:51:53.014Z Compiling errno v0.3.14
13332026-06-26T17:51:53.069Z Compiling mio v1.2.0
13342026-06-26T17:51:53.104Z Compiling rand_core v0.6.4
13352026-06-26T17:51:53.121Z Compiling socket2 v0.6.3
13362026-06-26T17:51:53.137Z Compiling signal-hook-registry v1.4.8
13372026-06-26T17:51:53.189Z Compiling cc v1.2.56
13382026-06-26T17:51:53.226Z Compiling parking_lot v0.12.5
13392026-06-26T17:51:53.240Z Compiling once_cell v1.21.3
13402026-06-26T17:51:53.334Z Compiling pem-rfc7468 v0.7.0
13412026-06-26T17:51:53.353Z Compiling regex-syntax v0.8.10
13422026-06-26T17:51:53.393Z Compiling vcpkg v0.2.15
13432026-06-26T17:51:53.422Z Compiling aws-lc-rs v1.16.3
13442026-06-26T17:51:53.434Z Compiling tracing-core v0.1.36
13452026-06-26T17:51:53.464Z Compiling uuid v1.23.0
13462026-06-26T17:51:53.551Z Compiling rustc_version v0.4.1
13472026-06-26T17:51:53.564Z Compiling base64 v0.22.1
13482026-06-26T17:51:53.601Z Compiling rand_core v0.9.5
13492026-06-26T17:51:53.641Z Compiling tinyvec_macros v0.1.1
13502026-06-26T17:51:53.683Z Compiling httparse v1.10.1
13512026-06-26T17:51:53.719Z Compiling openssl-probe v0.2.1
13522026-06-26T17:51:53.732Z Compiling untrusted v0.9.0
13532026-06-26T17:51:53.837Z Compiling untrusted v0.7.1
13542026-06-26T17:51:53.870Z Compiling tinyvec v1.10.0
13552026-06-26T17:51:53.884Z Compiling aho-corasick v1.1.4
13562026-06-26T17:51:53.897Z Compiling tower-layer v0.3.3
13572026-06-26T17:51:53.910Z Compiling cmake v0.1.57
13582026-06-26T17:51:53.924Z Compiling try-lock v0.2.5
13592026-06-26T17:51:53.927Z Compiling dyn-clone v1.0.20
13602026-06-26T17:51:53.969Z Compiling schemars v0.8.22
13612026-06-26T17:51:53.995Z Compiling atomic-waker v1.1.2
13622026-06-26T17:51:54.044Z Compiling tower-service v0.3.3
13632026-06-26T17:51:54.072Z Compiling rustls v0.23.37
13642026-06-26T17:51:54.092Z Compiling want v0.3.1
13652026-06-26T17:51:54.153Z Compiling openssl v0.10.79
13662026-06-26T17:51:54.156Z Compiling httpdate v1.0.3
13672026-06-26T17:51:54.174Z Compiling foreign-types-shared v0.1.1
13682026-06-26T17:51:54.177Z Compiling pin-utils v0.1.0
13692026-06-26T17:51:54.203Z Compiling unicode-normalization v0.1.25
13702026-06-26T17:51:54.233Z Compiling socket2 v0.5.10
13712026-06-26T17:51:54.247Z Compiling spin v0.9.8
13722026-06-26T17:51:54.262Z Compiling foreign-types v0.3.2
13732026-06-26T17:51:54.276Z Compiling crc32fast v1.5.0
13742026-06-26T17:51:54.276Z Compiling powerfmt v0.2.0
13752026-06-26T17:51:54.301Z Compiling time-core v0.1.8
13762026-06-26T17:51:54.322Z Compiling num-conv v0.2.0
13772026-06-26T17:51:54.338Z Compiling native-tls v0.2.18
13782026-06-26T17:51:54.379Z Compiling wait-timeout v0.2.1
13792026-06-26T17:51:54.402Z Compiling sync_wrapper v1.0.2
13802026-06-26T17:51:54.420Z Compiling unicode-segmentation v1.12.0
13812026-06-26T17:51:54.463Z Compiling deranged v0.5.8
13822026-06-26T17:51:54.586Z Compiling time-macros v0.2.27
13832026-06-26T17:51:54.589Z Compiling tempfile v3.25.0
13842026-06-26T17:51:54.614Z Compiling syn v1.0.109
13852026-06-26T17:51:54.621Z Compiling num_threads v0.1.7
13862026-06-26T17:51:54.668Z Compiling quick-error v1.2.3
13872026-06-26T17:51:54.732Z Compiling usdt-impl v0.6.0
13882026-06-26T17:51:54.748Z Compiling simd-adler32 v0.3.8
13892026-06-26T17:51:54.776Z Compiling crossbeam-utils v0.8.21
13902026-06-26T17:51:54.789Z Compiling bit-vec v0.8.0
13912026-06-26T17:51:54.789Z Compiling siphasher v1.0.2
13922026-06-26T17:51:54.833Z Compiling aws-lc-sys v0.40.0
13932026-06-26T17:51:54.876Z Compiling ring v0.17.14
13942026-06-26T17:51:54.916Z Compiling openssl-sys v0.9.115
13952026-06-26T17:51:54.957Z Compiling regex-automata v0.4.14
13962026-06-26T17:51:54.962Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-06-26T17:51:55.009Z Compiling bit-set v0.8.0
13982026-06-26T17:51:55.037Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-06-26T17:51:55.062Z Compiling synstructure v0.13.2
14002026-06-26T17:51:55.077Z Compiling serde_derive_internals v0.29.1
14012026-06-26T17:51:55.092Z Compiling pest_generator v2.8.6
14022026-06-26T17:51:55.104Z Compiling darling_core v0.20.11
14032026-06-26T17:51:55.209Z Compiling darling_core v0.21.3
14042026-06-26T17:51:55.357Z Compiling rusty-fork v0.3.1
14052026-06-26T17:51:55.662Z Compiling slog v2.8.2
14062026-06-26T17:51:55.705Z Compiling heapless v0.7.17
14072026-06-26T17:51:55.719Z Compiling rand_xorshift v0.4.0
14082026-06-26T17:51:55.751Z Compiling thread-id v5.1.0
14092026-06-26T17:51:55.766Z Compiling time v0.3.47
14102026-06-26T17:51:55.849Z Compiling cookie v0.18.1
14112026-06-26T17:51:55.870Z Compiling unicode-properties v0.1.4
14122026-06-26T17:51:55.884Z Compiling signal-hook v0.3.18
14132026-06-26T17:51:55.896Z Compiling unicode-bidi v0.3.18
14142026-06-26T17:51:55.908Z Compiling allocator-api2 v0.2.21
14152026-06-26T17:51:55.972Z Compiling paste v1.0.15
14162026-06-26T17:51:56.034Z Compiling anyhow v1.0.102
14172026-06-26T17:51:56.057Z Compiling iri-string v0.7.10
14182026-06-26T17:51:56.073Z Compiling ryu v1.0.23
14192026-06-26T17:51:56.086Z Compiling zstd-safe v7.2.4
14202026-06-26T17:51:56.102Z Compiling adler2 v2.0.1
14212026-06-26T17:51:56.245Z Compiling unarray v0.1.4
14222026-06-26T17:51:56.257Z Compiling stringprep v0.1.5
14232026-06-26T17:51:56.272Z Compiling miniz_oxide v0.8.9
14242026-06-26T17:51:56.459Z Compiling heck v0.4.1
14252026-06-26T17:51:56.593Z Compiling num-integer v0.1.46
14262026-06-26T17:51:56.698Z Compiling vergen-lib v9.1.0
14272026-06-26T17:51:56.724Z Compiling curve25519-dalek v4.1.3
14282026-06-26T17:51:56.826Z Compiling serde_derive v1.0.228
14292026-06-26T17:51:56.888Z Compiling zeroize_derive v1.4.3
14302026-06-26T17:51:56.928Z Compiling zerofrom-derive v0.1.6
14312026-06-26T17:51:56.942Z Compiling yoke-derive v0.8.1
14322026-06-26T17:51:56.945Z Compiling zerovec-derive v0.11.2
14332026-06-26T17:51:57.077Z Compiling zerocopy-derive v0.8.40
14342026-06-26T17:51:57.157Z Compiling displaydoc v0.2.5
14352026-06-26T17:51:57.417Z Compiling tokio-macros v2.7.0
14362026-06-26T17:51:57.494Z Compiling futures-macro v0.3.32
14372026-06-26T17:51:57.581Z Compiling zeroize v1.8.2
14382026-06-26T17:51:57.625Z Compiling der_derive v0.7.3
14392026-06-26T17:51:57.819Z Compiling rustls-pki-types v1.14.0
14402026-06-26T17:51:57.940Z Compiling tracing-attributes v0.1.31
14412026-06-26T17:51:58.112Z Compiling thiserror-impl v2.0.18
14422026-06-26T17:51:58.177Z Compiling scroll_derive v0.13.1
14432026-06-26T17:51:58.200Z Compiling pest_derive v2.8.6
14442026-06-26T17:51:58.300Z Compiling schemars_derive v0.8.22
14452026-06-26T17:51:58.349Z Compiling crypto-common v0.1.7
14462026-06-26T17:51:58.387Z Compiling zerofrom v0.1.6
14472026-06-26T17:51:58.400Z Compiling block-buffer v0.10.4
14482026-06-26T17:51:58.511Z Compiling yoke v0.8.1
14492026-06-26T17:51:58.524Z Compiling futures-util v0.3.32
14502026-06-26T17:51:58.591Z Compiling digest v0.10.7
14512026-06-26T17:51:58.654Z Compiling block-padding v0.3.3
14522026-06-26T17:51:58.684Z Compiling zerovec v0.11.5
14532026-06-26T17:51:58.710Z Compiling zerotrie v0.2.3
14542026-06-26T17:51:58.826Z Compiling hmac v0.12.1
14552026-06-26T17:51:58.854Z Compiling inout v0.1.4
14562026-06-26T17:51:59.014Z Compiling cipher v0.4.4
14572026-06-26T17:51:59.032Z Compiling sha2 v0.10.9
14582026-06-26T17:51:59.046Z Compiling der v0.7.10
14592026-06-26T17:51:59.062Z Compiling pbkdf2 v0.12.2
14602026-06-26T17:51:59.194Z Compiling tinystr v0.8.2
14612026-06-26T17:51:59.209Z Compiling potential_utf v0.1.4
14622026-06-26T17:51:59.227Z Compiling scroll v0.13.0
14632026-06-26T17:51:59.294Z Compiling salsa20 v0.10.2
14642026-06-26T17:51:59.322Z Compiling tracing v0.1.44
14652026-06-26T17:51:59.389Z Compiling icu_locale_core v2.1.1
14662026-06-26T17:51:59.408Z Compiling icu_collections v2.1.1
14672026-06-26T17:51:59.450Z Compiling scrypt v0.11.0
14682026-06-26T17:51:59.550Z Compiling cbc v0.1.2
14692026-06-26T17:51:59.564Z Compiling thiserror v2.0.18
14702026-06-26T17:51:59.579Z Compiling aes v0.8.4
14712026-06-26T17:51:59.683Z Compiling darling_macro v0.20.11
14722026-06-26T17:51:59.698Z Compiling openssl-macros v0.1.1
14732026-06-26T17:51:59.718Z Compiling goblin v0.10.5
14742026-06-26T17:51:59.794Z Compiling rustls-native-certs v0.8.3
14752026-06-26T17:51:59.968Z Compiling spki v0.7.3
14762026-06-26T17:52:00.105Z Compiling icu_provider v2.1.1
14772026-06-26T17:52:00.195Z Compiling pkcs5 v0.7.1
14782026-06-26T17:52:00.209Z Compiling darling v0.20.11
14792026-06-26T17:52:00.278Z Compiling derive_builder_core v0.20.2
14802026-06-26T17:52:00.299Z Compiling dtrace-parser v0.3.0
14812026-06-26T17:52:00.332Z Compiling bytes v1.11.1
14822026-06-26T17:52:00.348Z Compiling icu_normalizer v2.1.1
14832026-06-26T17:52:00.407Z Compiling icu_properties v2.1.2
14842026-06-26T17:52:00.421Z Compiling chrono v0.4.44
14852026-06-26T17:52:00.517Z Compiling pkcs8 v0.10.2
14862026-06-26T17:52:00.666Z Compiling ipnet v2.11.0
14872026-06-26T17:52:00.690Z Compiling signature v2.2.0
14882026-06-26T17:52:00.847Z Compiling tokio v1.52.1
14892026-06-26T17:52:00.884Z Compiling http v1.4.0
14902026-06-26T17:52:00.914Z Compiling webpki-roots v1.0.6
14912026-06-26T17:52:00.938Z Compiling thiserror-impl v1.0.69
14922026-06-26T17:52:00.964Z Compiling scroll_derive v0.12.1
14932026-06-26T17:52:01.048Z Compiling serde_tokenstream v0.2.3
14942026-06-26T17:52:01.068Z Compiling erased-serde v0.3.31
14952026-06-26T17:52:01.174Z Compiling derive_builder_macro v0.20.2
14962026-06-26T17:52:01.189Z Compiling serde_urlencoded v0.7.1
14972026-06-26T17:52:01.379Z Compiling idna_adapter v1.2.1
14982026-06-26T17:52:01.445Z Compiling toml_datetime v0.6.11
14992026-06-26T17:52:01.502Z Compiling idna v1.1.0
15002026-06-26T17:52:01.534Z Compiling ppv-lite86 v0.2.21
15012026-06-26T17:52:01.548Z Compiling http-body v1.0.1
15022026-06-26T17:52:01.584Z Compiling serde_spanned v0.6.9
15032026-06-26T17:52:01.697Z Compiling http-body-util v0.1.3
15042026-06-26T17:52:01.700Z Compiling scroll v0.12.0
15052026-06-26T17:52:01.719Z Compiling md-5 v0.10.6
15062026-06-26T17:52:01.722Z Compiling darling_macro v0.21.3
15072026-06-26T17:52:01.747Z Compiling bstr v1.12.1
15082026-06-26T17:52:01.750Z Compiling pin-project-internal v1.1.11
15092026-06-26T17:52:01.849Z Compiling url v2.5.8
15102026-06-26T17:52:01.865Z Compiling rand_chacha v0.9.0
15112026-06-26T17:52:01.879Z Compiling rand_chacha v0.3.1
15122026-06-26T17:52:01.908Z Compiling zerocopy-derive v0.7.35
15132026-06-26T17:52:01.945Z Compiling async-trait v0.1.89
15142026-06-26T17:52:01.983Z Compiling ff v0.13.1
15152026-06-26T17:52:02.132Z Compiling rand v0.9.2
15162026-06-26T17:52:02.190Z Compiling hash32 v0.2.1
15172026-06-26T17:52:02.252Z Compiling thiserror v1.0.69
15182026-06-26T17:52:02.266Z Compiling memoffset v0.9.1
15192026-06-26T17:52:02.423Z Compiling encoding_rs v0.8.35
15202026-06-26T17:52:02.473Z Compiling dof v0.4.0
15212026-06-26T17:52:02.575Z Compiling fallible-iterator v0.2.0
15222026-06-26T17:52:02.668Z Compiling mime v0.3.17
15232026-06-26T17:52:02.685Z Compiling psl-types v2.0.11
15242026-06-26T17:52:02.720Z Compiling proptest v1.10.0
15252026-06-26T17:52:02.798Z Compiling ref-cast v1.0.25
15262026-06-26T17:52:02.817Z Compiling cfg_aliases v0.2.1
15272026-06-26T17:52:02.890Z Compiling rustix v0.38.44
15282026-06-26T17:52:02.904Z Compiling smoltcp v0.9.1
15292026-06-26T17:52:02.908Z Compiling zlib-rs v0.6.2
15302026-06-26T17:52:02.937Z Compiling base16ct v0.2.0
15312026-06-26T17:52:02.950Z Compiling num-bigint-dig v0.8.6
15322026-06-26T17:52:02.988Z Compiling litrs v1.0.0
15332026-06-26T17:52:03.159Z Compiling ipnetwork v0.21.1
15342026-06-26T17:52:03.189Z Compiling sec1 v0.7.3
15352026-06-26T17:52:03.217Z Compiling nix v0.31.2
15362026-06-26T17:52:03.306Z Compiling pin-project v1.1.11
15372026-06-26T17:52:03.345Z Compiling postgres-protocol v0.6.10
15382026-06-26T17:52:03.417Z Compiling oxnet v0.1.6
15392026-06-26T17:52:03.494Z Compiling zerocopy v0.7.35
15402026-06-26T17:52:03.509Z Compiling document-features v0.2.12
15412026-06-26T17:52:03.509Z Compiling publicsuffix v2.3.0
15422026-06-26T17:52:03.668Z Compiling darling v0.21.3
15432026-06-26T17:52:03.682Z Compiling group v0.13.0
15442026-06-26T17:52:03.697Z Compiling rand v0.8.6
15452026-06-26T17:52:03.711Z Compiling goblin v0.8.2
15462026-06-26T17:52:03.760Z Compiling derive_builder v0.20.2
15472026-06-26T17:52:03.876Z Compiling futures-executor v0.3.32
15482026-06-26T17:52:03.890Z Compiling hubpack_derive v0.1.1
15492026-06-26T17:52:03.907Z Compiling hex v0.4.3
15502026-06-26T17:52:03.923Z Compiling hkdf v0.12.4
15512026-06-26T17:52:03.937Z Compiling crypto-bigint v0.5.5
15522026-06-26T17:52:03.991Z Compiling regex v1.12.3
15532026-06-26T17:52:04.154Z Compiling snafu-derive v0.8.9
15542026-06-26T17:52:04.168Z Compiling daft-derive v0.1.7
15552026-06-26T17:52:04.171Z Compiling ref-cast-impl v1.0.25
15562026-06-26T17:52:04.197Z Compiling curve25519-dalek-derive v0.1.1
15572026-06-26T17:52:04.200Z Compiling strum_macros v0.27.2
15582026-06-26T17:52:04.200Z Compiling num-iter v0.1.45
15592026-06-26T17:52:04.576Z Compiling phf_shared v0.13.1
15602026-06-26T17:52:04.668Z Compiling tokio-util v0.7.18
15612026-06-26T17:52:04.756Z Compiling tower v0.5.3
15622026-06-26T17:52:04.771Z Compiling tokio-native-tls v0.3.1
15632026-06-26T17:52:04.774Z Compiling terminal_size v0.4.3
15642026-06-26T17:52:04.832Z Compiling lazy_static v1.5.0
15652026-06-26T17:52:04.921Z Compiling anstyle-parse v0.2.7
15662026-06-26T17:52:04.935Z Compiling vergen v9.1.0
15672026-06-26T17:52:04.952Z Compiling cargo-platform v0.3.2
15682026-06-26T17:52:04.966Z Compiling fs-err v3.3.0
15692026-06-26T17:52:04.981Z Compiling ahash v0.8.12
15702026-06-26T17:52:04.997Z Compiling bumpalo v3.20.2
15712026-06-26T17:52:05.119Z Compiling newtype-uuid v1.3.2
15722026-06-26T17:52:05.133Z Compiling bitflags v1.3.2
15732026-06-26T17:52:05.168Z Compiling tower-http v0.6.8
15742026-06-26T17:52:05.205Z Compiling foldhash v0.2.0
15752026-06-26T17:52:05.219Z Compiling winnow v0.5.40
15762026-06-26T17:52:05.247Z Compiling managed v0.8.0
15772026-06-26T17:52:05.263Z Compiling same-file v1.0.6
15782026-06-26T17:52:05.266Z Compiling foldhash v0.1.5
15792026-06-26T17:52:05.440Z Compiling h2 v0.4.13
15802026-06-26T17:52:05.453Z Compiling libbz2-rs-sys v0.2.2
15812026-06-26T17:52:05.466Z Compiling object v0.37.3
15822026-06-26T17:52:05.496Z Compiling hashbrown v0.15.5
15832026-06-26T17:52:05.594Z Compiling walkdir v2.5.0
15842026-06-26T17:52:05.727Z Compiling hashbrown v0.16.1
15852026-06-26T17:52:05.819Z Compiling daft v0.1.7
15862026-06-26T17:52:05.939Z Compiling flate2 v1.1.9
15872026-06-26T17:52:06.088Z Compiling dof v0.3.0
15882026-06-26T17:52:06.136Z Compiling bzip2 v0.6.1
15892026-06-26T17:52:06.152Z Compiling snafu v0.8.9
15902026-06-26T17:52:06.181Z Compiling zopfli v0.8.3
15912026-06-26T17:52:06.273Z Compiling strum v0.27.2
15922026-06-26T17:52:06.291Z Compiling cargo_metadata v0.23.1
15932026-06-26T17:52:06.305Z Compiling anstream v0.6.21
15942026-06-26T17:52:06.334Z Compiling clap_builder v4.6.0
15952026-06-26T17:52:06.356Z Compiling elliptic-curve v0.13.8
15962026-06-26T17:52:06.530Z Compiling phf v0.13.1
15972026-06-26T17:52:06.544Z Compiling toml_edit v0.19.15
15982026-06-26T17:52:06.598Z Compiling signal-hook-mio v0.2.5
15992026-06-26T17:52:06.703Z Compiling cookie_store v0.22.1
16002026-06-26T17:52:06.706Z Compiling hubpack v0.1.2
16012026-06-26T17:52:06.730Z Compiling bzip2 v0.4.4
16022026-06-26T17:52:06.781Z Compiling futures v0.3.32
16032026-06-26T17:52:06.830Z Compiling usdt-macro v0.6.0
16042026-06-26T17:52:06.872Z Compiling usdt-attr-macro v0.6.0
16052026-06-26T17:52:06.886Z Compiling serde_with_macros v3.17.0
16062026-06-26T17:52:06.940Z Compiling postgres-types v0.2.12
16072026-06-26T17:52:07.031Z Compiling zstd v0.13.3
16082026-06-26T17:52:07.267Z Compiling dtrace-parser v0.2.0
16092026-06-26T17:52:07.305Z Compiling globset v0.4.18
16102026-06-26T17:52:07.391Z Compiling ed25519 v2.2.3
16112026-06-26T17:52:07.506Z Compiling pkcs1 v0.7.5
16122026-06-26T17:52:07.608Z Compiling serde_plain v1.0.2
16132026-06-26T17:52:07.682Z Compiling olpc-cjson v0.1.4
16142026-06-26T17:52:07.714Z Compiling serde-big-array v0.5.1
16152026-06-26T17:52:07.824Z Compiling rfc6979 v0.4.0
16162026-06-26T17:52:07.856Z Compiling clap_derive v4.6.1
16172026-06-26T17:52:07.873Z Compiling enum-as-inner v0.6.1
16182026-06-26T17:52:07.928Z Compiling serde_repr v0.1.20
16192026-06-26T17:52:07.955Z Compiling async-recursion v1.1.1
16202026-06-26T17:52:08.011Z Compiling strum_macros v0.26.4
16212026-06-26T17:52:08.032Z Compiling phf_shared v0.11.3
16222026-06-26T17:52:08.072Z Compiling float-cmp v0.10.0
16232026-06-26T17:52:08.150Z Compiling pem v3.0.6
16242026-06-26T17:52:08.224Z Compiling thread-id v4.2.2
16252026-06-26T17:52:08.238Z Compiling memmap2 v0.9.10
16262026-06-26T17:52:08.319Z Compiling env_filter v1.0.0
16272026-06-26T17:52:08.333Z Compiling static_assertions v1.1.0
16282026-06-26T17:52:08.399Z Compiling precomputed-hash v0.1.1
16292026-06-26T17:52:08.417Z Compiling whoami v2.1.0
16302026-06-26T17:52:08.466Z Compiling hyper v1.8.1
16312026-06-26T17:52:08.489Z Compiling jiff v0.2.21
16322026-06-26T17:52:08.504Z Compiling keccak v0.1.6
16332026-06-26T17:52:08.508Z Compiling fixedbitset v0.4.2
16342026-06-26T17:52:08.636Z Compiling predicates-core v1.0.10
16352026-06-26T17:52:08.654Z Compiling difflib v0.4.0
16362026-06-26T17:52:08.740Z Compiling either v1.15.0
16372026-06-26T17:52:08.804Z Compiling normalize-line-endings v0.3.0
16382026-06-26T17:52:08.829Z Compiling typed-path v0.9.3
16392026-06-26T17:52:08.911Z Compiling new_debug_unreachable v1.0.6
16402026-06-26T17:52:08.963Z Compiling fixedbitset v0.5.7
16412026-06-26T17:52:08.992Z Compiling data-encoding v2.10.0
16422026-06-26T17:52:09.175Z Compiling petgraph v0.8.3
16432026-06-26T17:52:09.224Z Compiling string_cache v0.8.9
16442026-06-26T17:52:09.285Z Compiling itertools v0.13.0
16452026-06-26T17:52:09.299Z Compiling hickory-proto v0.25.2
16462026-06-26T17:52:09.332Z Compiling predicates v3.1.4
16472026-06-26T17:52:09.404Z Compiling sha3 v0.10.8
16482026-06-26T17:52:09.463Z Compiling petgraph v0.6.5
16492026-06-26T17:52:09.521Z Compiling tokio-postgres v0.7.16
16502026-06-26T17:52:09.691Z Compiling hyper-util v0.1.20
16512026-06-26T17:52:09.760Z Compiling clap v4.6.1
16522026-06-26T17:52:09.850Z Compiling toml_edit v0.22.27
16532026-06-26T17:52:09.865Z Compiling strum v0.26.3
16542026-06-26T17:52:09.913Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16552026-06-26T17:52:10.007Z Compiling env_logger v0.11.9
16562026-06-26T17:52:10.047Z Compiling usdt v0.6.0
16572026-06-26T17:52:10.093Z Compiling usdt-impl v0.5.0
16582026-06-26T17:52:10.132Z Compiling serde_with v3.17.0
16592026-06-26T17:52:10.333Z Compiling ecdsa v0.16.9
16602026-06-26T17:52:10.390Z Compiling toml v0.7.8
16612026-06-26T17:52:10.586Z Compiling crossterm v0.28.1
16622026-06-26T17:52:10.705Z Compiling rsa v0.9.10
16632026-06-26T17:52:10.748Z Compiling ed25519-dalek v2.2.0
16642026-06-26T17:52:11.199Z Compiling hyper-tls v0.6.0
16652026-06-26T17:52:11.409Z Compiling zip v4.6.1
16662026-06-26T17:52:11.432Z Compiling zip v0.6.6
16672026-06-26T17:52:11.453Z Compiling iddqd v0.4.2
16682026-06-26T17:52:11.921Z Compiling tokio-stream v0.1.18
16692026-06-26T17:52:11.936Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-06-26T17:52:12.030Z Compiling buf-list v1.1.2
16712026-06-26T17:52:12.042Z Compiling similar v2.7.0
16722026-06-26T17:52:12.132Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-26T17:52:12.316Z Compiling openapiv3 v2.2.0
16742026-06-26T17:52:12.397Z Compiling x509-cert v0.2.5
16752026-06-26T17:52:12.411Z Compiling sha1 v0.10.6
16762026-06-26T17:52:12.450Z Compiling crossbeam-epoch v0.9.18
16772026-06-26T17:52:12.564Z Compiling lalrpop-util v0.19.12
16782026-06-26T17:52:12.568Z Compiling peg-runtime v0.8.5
16792026-06-26T17:52:12.605Z Compiling thread_local v1.1.9
16802026-06-26T17:52:12.649Z Compiling slog-async v2.8.0
16812026-06-26T17:52:12.777Z Compiling crossbeam-channel v0.5.15
16822026-06-26T17:52:12.793Z Compiling filetime v0.2.27
16832026-06-26T17:52:12.796Z Compiling is-terminal v0.4.17
16842026-06-26T17:52:12.821Z Compiling xattr v1.6.1
16852026-06-26T17:52:12.824Z Compiling term v1.2.1
16862026-06-26T17:52:12.874Z Compiling take_mut v0.2.2
16872026-06-26T17:52:12.983Z Compiling tar v0.4.45
16882026-06-26T17:52:13.243Z Compiling slog-term v2.9.2
16892026-06-26T17:52:30.653Z Compiling rustls-webpki v0.103.9
16902026-06-26T17:52:33.445Z Compiling tokio-rustls v0.26.4
16912026-06-26T17:52:33.445Z Compiling rustls-platform-verifier v0.6.2
16922026-06-26T17:52:33.638Z Compiling hyper-rustls v0.27.7
16932026-06-26T17:52:33.826Z Compiling reqwest v0.12.28
16942026-06-26T17:52:33.835Z Compiling reqwest v0.13.2
16952026-06-26T17:52:35.066Z Compiling tough v0.22.0
16962026-06-26T17:52:37.529Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-06-26T17:52:37.751Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-06-26T17:52:40.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.27s
16992026-06-26T17:52:40.743Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-06-26T17:52:40.789ZJun 26 17:52:39.818 INFO Starting download, target: DendriteStub
17012026-06-26T17:52:40.789ZJun 26 17:52:39.818 INFO Starting download, target: Cockroach
17022026-06-26T17:52:40.789ZJun 26 17:52:39.818 INFO Starting download, target: Console
17032026-06-26T17:52:40.796ZJun 26 17:52:39.818 INFO Starting download, target: Clickhouse
17042026-06-26T17:52:40.797ZJun 26 17:52:39.818 INFO Starting download, target: MaghemiteMgd
17052026-06-26T17:52:40.797ZJun 26 17:52:39.818 INFO Starting download, target: MaghemiteDdmd
17062026-06-26T17:52:40.797ZJun 26 17:52:39.818 INFO Starting download, target: TransceiverControl
17072026-06-26T17:52:40.797ZJun 26 17:52:39.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-26T17:52:40.797ZJun 26 17:52:39.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-26T17:52:40.797ZJun 26 17:52:39.819 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17102026-06-26T17:52:40.797ZJun 26 17:52:39.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-06-26T17:52:40.797ZJun 26 17:52:39.819 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-26T17:52:40.797ZJun 26 17:52:39.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-06-26T17:52:40.797ZJun 26 17:52:39.819 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-06-26T17:52:41.985ZJun 26 17:52:40.991 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-06-26T17:52:42.221ZJun 26 17:52:41.207 INFO Download complete, target: TransceiverControl
17162026-06-26T17:52:42.646ZJun 26 17:52:41.627 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-06-26T17:52:42.775ZJun 26 17:52:41.770 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-26T17:52:42.888ZJun 26 17:52:41.891 INFO Download complete, target: Console
17192026-06-26T17:52:43.310ZJun 26 17:52:42.323 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-26T17:52:43.468ZJun 26 17:52:42.458 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-06-26T17:52:44.392ZJun 26 17:52:43.416 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-06-26T17:52:45.345ZJun 26 17:52:44.374 INFO Download complete, target: MaghemiteDdmd
17232026-06-26T17:52:45.790ZJun 26 17:52:44.819 INFO Download complete, target: DendriteStub
17242026-06-26T17:52:46.952ZJun 26 17:52:45.981 INFO Download complete, target: MaghemiteMgd
17252026-06-26T17:52:47.526ZJun 26 17:52:46.555 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17262026-06-26T17:52:47.526ZJun 26 17:52:46.555 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17272026-06-26T17:52:49.734ZJun 26 17:52:48.761 INFO Checking that binary works, target: Clickhouse
17282026-06-26T17:52:49.822ZJun 26 17:52:48.849 INFO Download complete, target: Clickhouse
17292026-06-26T17:52:51.745ZJun 26 17:52:50.775 INFO Checking that binary works, target: Cockroach
17302026-06-26T17:52:51.873ZJun 26 17:52:50.902 INFO Download complete, target: Cockroach
17312026-06-26T17:52:51.884ZAll prerequisites installed successfully
17322026-06-26T17:52:51.887Z
17332026-06-26T17:52:51.887Zreal 1:51.659428766
17342026-06-26T17:52:51.887Zuser 6:49.708566807
17352026-06-26T17:52:51.888Zsys 1:40.259406091
17362026-06-26T17:52:51.888Ztrap 0.286765960
17372026-06-26T17:52:51.888Ztflt 1.278068648
17382026-06-26T17:52:51.888Zdflt 1.752894998
17392026-06-26T17:52:51.888Zkflt 0.026032477
17402026-06-26T17:52:51.888Zlock 24:44.780013786
17412026-06-26T17:52:51.888Zslp 18:48.872744464
17422026-06-26T17:52:51.888Zlat 23.900770855
17432026-06-26T17:52:51.888Zstop 2:46.197923176
17442026-06-26T17:52:51.888Z+ ptime -m cargo xtask download softnpu
17452026-06-26T17:52:52.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17462026-06-26T17:52:52.345Z Running `target/debug/xtask download softnpu`
17472026-06-26T17:52:53.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17482026-06-26T17:52:53.098Z Running `target/debug/xtask-downloader softnpu`
17492026-06-26T17:52:53.138ZJun 26 17:52:52.168 INFO Starting download, target: Softnpu
17502026-06-26T17:52:53.141ZJun 26 17:52:52.168 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-06-26T17:52:53.957ZJun 26 17:52:52.983 INFO Download complete, target: Softnpu
17522026-06-26T17:52:53.965Z
17532026-06-26T17:52:53.965Zreal 2.072561456
17542026-06-26T17:52:53.965Zuser 1.254037909
17552026-06-26T17:52:53.965Zsys 0.586649250
17562026-06-26T17:52:53.965Ztrap 0.000523652
17572026-06-26T17:52:53.965Ztflt 0.000111043
17582026-06-26T17:52:53.965Zdflt 0.000119900
17592026-06-26T17:52:53.965Zkflt 0.000000000
17602026-06-26T17:52:53.965Zlock 14.789064048
17612026-06-26T17:52:53.965Zslp 0.667850922
17622026-06-26T17:52:53.965Zlat 0.080090830
17632026-06-26T17:52:53.965Zstop 0.000170020
17642026-06-26T17:52:53.965Z+ export CARGO_INCREMENTAL=0
17652026-06-26T17:52:53.966Z+ CARGO_INCREMENTAL=0
17662026-06-26T17:52:53.966Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-06-26T17:52:54.803Z Compiling proc-macro2 v1.0.106
17682026-06-26T17:52:54.804Z Compiling quote v1.0.45
17692026-06-26T17:52:54.811Z Compiling unicode-ident v1.0.24
17702026-06-26T17:52:54.811Z Compiling libc v0.2.185
17712026-06-26T17:52:54.811Z Compiling serde_core v1.0.228
17722026-06-26T17:52:54.811Z Compiling serde v1.0.228
17732026-06-26T17:52:54.811Z Compiling cfg-if v1.0.4
17742026-06-26T17:52:54.811Z Compiling version_check v0.9.5
17752026-06-26T17:52:54.811Z Compiling find-msvc-tools v0.1.9
17762026-06-26T17:52:54.811Z Compiling shlex v1.3.0
17772026-06-26T17:52:54.943Z Compiling typenum v1.19.0
17782026-06-26T17:52:54.950Z Compiling zmij v1.0.21
17792026-06-26T17:52:54.950Z Compiling autocfg v1.5.0
17802026-06-26T17:52:54.950Z Compiling memchr v2.8.0
17812026-06-26T17:52:54.950Z Compiling serde_json v1.0.149
17822026-06-26T17:52:55.223Z Compiling portable-atomic v1.13.1
17832026-06-26T17:52:55.238Z Compiling libm v0.2.16
17842026-06-26T17:52:55.249Z Compiling zerocopy v0.8.40
17852026-06-26T17:52:55.344Z Compiling generic-array v0.14.7
17862026-06-26T17:52:55.357Z Compiling parking_lot_core v0.9.12
17872026-06-26T17:52:55.391Z Compiling smallvec v1.15.1
17882026-06-26T17:52:55.420Z Compiling icu_properties_data v2.1.2
17892026-06-26T17:52:55.451Z Compiling icu_normalizer_data v2.1.1
17902026-06-26T17:52:55.503Z Compiling num-traits v0.2.19
17912026-06-26T17:52:55.535Z Compiling itoa v1.0.17
17922026-06-26T17:52:55.577Z Compiling getrandom v0.4.1
17932026-06-26T17:52:55.610Z Compiling log v0.4.29
17942026-06-26T17:52:55.637Z Compiling stable_deref_trait v1.2.1
17952026-06-26T17:52:55.684Z Compiling pkg-config v0.3.32
17962026-06-26T17:52:55.699Z Compiling subtle v2.6.1
17972026-06-26T17:52:55.843Z Compiling scopeguard v1.2.0
17982026-06-26T17:52:55.892Z Compiling fnv v1.0.7
17992026-06-26T17:52:55.928Z Compiling jobserver v0.1.34
18002026-06-26T17:52:55.947Z Compiling getrandom v0.2.17
18012026-06-26T17:52:55.991Z Compiling errno v0.3.14
18022026-06-26T17:52:56.042Z Compiling lock_api v0.4.14
18032026-06-26T17:52:56.129Z Compiling rand_core v0.6.4
18042026-06-26T17:52:56.152Z Compiling cc v1.2.56
18052026-06-26T17:52:56.168Z Compiling litemap v0.8.1
18062026-06-26T17:52:56.199Z Compiling syn v2.0.117
18072026-06-26T17:52:56.219Z Compiling percent-encoding v2.3.2
18082026-06-26T17:52:56.272Z Compiling writeable v0.6.2
18092026-06-26T17:52:56.304Z Compiling pin-project-lite v0.2.17
18102026-06-26T17:52:56.340Z Compiling thiserror v2.0.18
18112026-06-26T17:52:56.422Z Compiling getrandom v0.3.4
18122026-06-26T17:52:56.482Z Compiling equivalent v1.0.2
18132026-06-26T17:52:56.494Z Compiling rand_core v0.10.0
18142026-06-26T17:52:56.537Z Compiling dunce v1.0.5
18152026-06-26T17:52:56.547Z Compiling fs_extra v1.3.0
18162026-06-26T17:52:56.578Z Compiling schemars v0.8.22
18172026-06-26T17:52:56.578Z Compiling rustversion v1.0.22
18182026-06-26T17:52:56.624Z Compiling utf8_iter v1.0.4
18192026-06-26T17:52:56.675Z Compiling critical-section v1.2.0
18202026-06-26T17:52:56.681Z Compiling rustix v1.1.3
18212026-06-26T17:52:56.793Z Compiling form_urlencoded v1.2.2
18222026-06-26T17:52:56.810Z Compiling hashbrown v0.17.0
18232026-06-26T17:52:56.853Z Compiling signal-hook-registry v1.4.8
18242026-06-26T17:52:56.887Z Compiling cmake v0.1.57
18252026-06-26T17:52:57.009Z Compiling const-oid v0.9.6
18262026-06-26T17:52:57.083Z Compiling once_cell v1.21.3
18272026-06-26T17:52:57.310Z Compiling bitflags v2.11.0
18282026-06-26T17:52:57.370Z Compiling semver v1.0.28
18292026-06-26T17:52:57.373Z Compiling indexmap v2.14.0
18302026-06-26T17:52:57.414Z Compiling parking_lot v0.12.5
18312026-06-26T17:52:57.421Z Compiling socket2 v0.6.3
18322026-06-26T17:52:57.463Z Compiling ring v0.17.14
18332026-06-26T17:52:57.480Z Compiling aws-lc-sys v0.40.0
18342026-06-26T17:52:57.515Z Compiling mio v1.2.0
18352026-06-26T17:52:57.581Z Compiling aws-lc-rs v1.16.3
18362026-06-26T17:52:57.614Z Compiling futures-core v0.3.32
18372026-06-26T17:52:57.732Z Compiling thiserror v1.0.69
18382026-06-26T17:52:57.747Z Compiling strsim v0.11.1
18392026-06-26T17:52:57.762Z Compiling httparse v1.10.1
18402026-06-26T17:52:57.966Z Compiling vcpkg v0.2.15
18412026-06-26T17:52:58.015Z Compiling iana-time-zone v0.1.65
18422026-06-26T17:52:58.031Z Compiling byteorder v1.5.0
18432026-06-26T17:52:58.060Z Compiling ucd-trie v0.1.7
18442026-06-26T17:52:58.103Z Compiling ident_case v1.0.1
18452026-06-26T17:52:58.130Z Compiling heck v0.5.0
18462026-06-26T17:52:58.213Z Compiling pest v2.8.6
18472026-06-26T17:52:58.229Z Compiling regex-syntax v0.8.10
18482026-06-26T17:52:58.245Z Compiling syn v1.0.109
18492026-06-26T17:52:58.259Z Compiling uuid v1.23.0
18502026-06-26T17:52:58.499Z Compiling cpufeatures v0.2.17
18512026-06-26T17:52:58.514Z Compiling rustls v0.23.37
18522026-06-26T17:52:58.528Z Compiling rustc_version v0.4.1
18532026-06-26T17:52:58.562Z Compiling openssl-sys v0.9.115
18542026-06-26T17:52:58.595Z Compiling futures-sink v0.3.32
18552026-06-26T17:52:58.705Z Compiling futures-channel v0.3.32
18562026-06-26T17:52:58.774Z Compiling aho-corasick v1.1.4
18572026-06-26T17:52:58.815Z Compiling dyn-clone v1.0.20
18582026-06-26T17:52:58.830Z Compiling futures-task v0.3.32
18592026-06-26T17:52:58.890Z Compiling futures-io v0.3.32
18602026-06-26T17:52:58.926Z Compiling slab v0.4.12
18612026-06-26T17:52:58.974Z Compiling synstructure v0.13.2
18622026-06-26T17:52:59.022Z Compiling serde_derive_internals v0.29.1
18632026-06-26T17:52:59.151Z Compiling crc32fast v1.5.0
18642026-06-26T17:52:59.224Z Compiling plain v0.2.3
18652026-06-26T17:52:59.377Z Compiling pest_meta v2.8.6
18662026-06-26T17:52:59.433Z Compiling crossbeam-utils v0.8.21
18672026-06-26T17:52:59.437Z Compiling openssl v0.10.79
18682026-06-26T17:52:59.503Z Compiling time-core v0.1.8
18692026-06-26T17:52:59.560Z Compiling num-conv v0.2.0
18702026-06-26T17:52:59.575Z Compiling base64 v0.22.1
18712026-06-26T17:52:59.672Z Compiling pretty-hex v0.4.1
18722026-06-26T17:52:59.745Z Compiling time-macros v0.2.27
18732026-06-26T17:52:59.777Z Compiling base64ct v1.8.3
18742026-06-26T17:52:59.799Z Compiling regex-automata v0.4.14
18752026-06-26T17:52:59.829Z Compiling native-tls v0.2.18
18762026-06-26T17:52:59.844Z Compiling anyhow v1.0.102
18772026-06-26T17:52:59.875Z Compiling darling_core v0.21.3
18782026-06-26T17:53:00.063Z Compiling pest_generator v2.8.6
18792026-06-26T17:53:00.094Z Compiling pem-rfc7468 v0.7.0
18802026-06-26T17:53:00.109Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-06-26T17:53:00.155Z Compiling flagset v0.4.7
18822026-06-26T17:53:00.210Z Compiling rand_core v0.9.5
18832026-06-26T17:53:00.247Z Compiling serde_derive v1.0.228
18842026-06-26T17:53:00.275Z Compiling zeroize_derive v1.4.3
18852026-06-26T17:53:00.309Z Compiling zerofrom-derive v0.1.6
18862026-06-26T17:53:00.324Z Compiling yoke-derive v0.8.1
18872026-06-26T17:53:00.349Z Compiling zerovec-derive v0.11.2
18882026-06-26T17:53:00.412Z Compiling displaydoc v0.2.5
18892026-06-26T17:53:00.453Z Compiling zerocopy-derive v0.8.40
18902026-06-26T17:53:00.479Z Compiling tokio-macros v2.7.0
18912026-06-26T17:53:00.679Z Compiling futures-macro v0.3.32
18922026-06-26T17:53:00.704Z Compiling thiserror-impl v2.0.18
18932026-06-26T17:53:00.758Z Compiling schemars_derive v0.8.22
18942026-06-26T17:53:00.896Z Compiling zeroize v1.8.2
18952026-06-26T17:53:01.193Z Compiling tracing-attributes v0.1.31
18962026-06-26T17:53:01.321Z Compiling der_derive v0.7.3
18972026-06-26T17:53:01.410Z Compiling thiserror-impl v1.0.69
18982026-06-26T17:53:01.427Z Compiling zerofrom v0.1.6
18992026-06-26T17:53:01.577Z Compiling yoke v0.8.1
19002026-06-26T17:53:01.719Z Compiling crypto-common v0.1.7
19012026-06-26T17:53:01.765Z Compiling zerovec v0.11.5
19022026-06-26T17:53:01.775Z Compiling zerotrie v0.2.3
19032026-06-26T17:53:01.886Z Compiling block-buffer v0.10.4
19042026-06-26T17:53:02.003Z Compiling digest v0.10.7
19052026-06-26T17:53:02.096Z Compiling pest_derive v2.8.6
19062026-06-26T17:53:02.211Z Compiling hmac v0.12.1
19072026-06-26T17:53:02.214Z Compiling futures-util v0.3.32
19082026-06-26T17:53:02.312Z Compiling tinystr v0.8.2
19092026-06-26T17:53:02.327Z Compiling potential_utf v0.1.4
19102026-06-26T17:53:02.377Z Compiling block-padding v0.3.3
19112026-06-26T17:53:02.380Z Compiling sha2 v0.10.9
19122026-06-26T17:53:02.461Z Compiling icu_collections v2.1.1
19132026-06-26T17:53:02.484Z Compiling icu_locale_core v2.1.1
19142026-06-26T17:53:02.540Z Compiling inout v0.1.4
19152026-06-26T17:53:02.570Z Compiling rustls-pki-types v1.14.0
19162026-06-26T17:53:02.725Z Compiling cipher v0.4.4
19172026-06-26T17:53:02.740Z Compiling scroll_derive v0.12.1
19182026-06-26T17:53:02.755Z Compiling openssl-macros v0.1.1
19192026-06-26T17:53:03.148Z Compiling scroll_derive v0.13.1
19202026-06-26T17:53:03.200Z Compiling icu_provider v2.1.1
19212026-06-26T17:53:03.340Z Compiling bytes v1.11.1
19222026-06-26T17:53:03.381Z Compiling chrono v0.4.44
19232026-06-26T17:53:03.448Z Compiling serde_tokenstream v0.2.3
19242026-06-26T17:53:03.477Z Compiling icu_normalizer v2.1.1
19252026-06-26T17:53:03.500Z Compiling icu_properties v2.1.2
19262026-06-26T17:53:03.900Z Compiling tokio v1.52.1
19272026-06-26T17:53:03.993Z Compiling http v1.4.0
19282026-06-26T17:53:04.229Z Compiling der v0.7.10
19292026-06-26T17:53:04.462Z Compiling idna_adapter v1.2.1
19302026-06-26T17:53:04.614Z Compiling idna v1.1.0
19312026-06-26T17:53:04.855Z Compiling ppv-lite86 v0.2.21
19322026-06-26T17:53:04.900Z Compiling regex v1.12.3
19332026-06-26T17:53:04.916Z Compiling darling_macro v0.21.3
19342026-06-26T17:53:05.006Z Compiling url v2.5.8
19352026-06-26T17:53:05.026Z Compiling zerocopy-derive v0.7.35
19362026-06-26T17:53:05.220Z Compiling slog v2.8.2
19372026-06-26T17:53:05.313Z Compiling tracing-core v0.1.36
19382026-06-26T17:53:05.467Z Compiling untrusted v0.9.0
19392026-06-26T17:53:05.818Z Compiling tracing v0.1.44
19402026-06-26T17:53:06.121Z Compiling darling v0.21.3
19412026-06-26T17:53:06.136Z Compiling spki v0.7.3
19422026-06-26T17:53:06.214Z Compiling salsa20 v0.10.2
19432026-06-26T17:53:06.244Z Compiling pbkdf2 v0.12.2
19442026-06-26T17:53:06.767Z Compiling cookie v0.18.1
19452026-06-26T17:53:06.894Z Compiling camino v1.2.2
19462026-06-26T17:53:06.965Z Compiling scrypt v0.11.0
19472026-06-26T17:53:07.043Z Compiling rand_chacha v0.9.0
19482026-06-26T17:53:07.091Z Compiling http-body v1.0.1
19492026-06-26T17:53:07.193Z Compiling cbc v0.1.2
19502026-06-26T17:53:07.207Z Compiling aes v0.8.4
19512026-06-26T17:53:07.281Z Compiling usdt-impl v0.5.0
19522026-06-26T17:53:07.408Z Compiling paste v1.0.15
19532026-06-26T17:53:07.438Z Compiling ref-cast v1.0.25
19542026-06-26T17:53:07.483Z Compiling untrusted v0.7.1
19552026-06-26T17:53:07.497Z Compiling winnow v0.7.14
19562026-06-26T17:53:07.511Z Compiling unicode-segmentation v1.12.0
19572026-06-26T17:53:07.514Z Compiling openssl-probe v0.2.1
19582026-06-26T17:53:07.598Z Compiling usdt-impl v0.6.0
19592026-06-26T17:53:07.617Z Compiling either v1.15.0
19602026-06-26T17:53:07.681Z Compiling tokio-util v0.7.18
19612026-06-26T17:53:07.681Z Compiling tinyvec_macros v0.1.1
19622026-06-26T17:53:07.709Z Compiling fastrand v2.3.0
19632026-06-26T17:53:07.760Z Compiling tinyvec v1.10.0
19642026-06-26T17:53:07.781Z Compiling pkcs5 v0.7.1
19652026-06-26T17:53:07.840Z Compiling rand v0.9.2
19662026-06-26T17:53:08.163Z Compiling scroll v0.13.0
19672026-06-26T17:53:08.213Z Compiling serde_spanned v0.6.9
19682026-06-26T17:53:08.228Z Compiling toml_datetime v0.6.11
19692026-06-26T17:53:08.368Z Compiling scroll v0.12.0
19702026-06-26T17:53:08.409Z Compiling async-trait v0.1.89
19712026-06-26T17:53:08.447Z Compiling heapless v0.7.17
19722026-06-26T17:53:08.588Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-06-26T17:53:08.630Z Compiling tower-layer v0.3.3
19742026-06-26T17:53:08.670Z Compiling atomic-waker v1.1.2
19752026-06-26T17:53:08.702Z Compiling signal-hook v0.3.18
19762026-06-26T17:53:08.804Z Compiling tower-service v0.3.3
19772026-06-26T17:53:08.883Z Compiling rustix v0.38.44
19782026-06-26T17:53:08.912Z Compiling try-lock v0.2.5
19792026-06-26T17:53:08.928Z Compiling zstd-safe v7.2.4
19802026-06-26T17:53:08.945Z Compiling toml_parser v1.0.9+spec-1.1.0
19812026-06-26T17:53:08.983Z Compiling h2 v0.4.13
19822026-06-26T17:53:08.998Z Compiling want v0.3.1
19832026-06-26T17:53:09.031Z Compiling goblin v0.8.2
19842026-06-26T17:53:09.217Z Compiling goblin v0.10.5
19852026-06-26T17:53:09.282Z Compiling pkcs8 v0.10.2
19862026-06-26T17:53:09.461Z Compiling heck v0.4.1
19872026-06-26T17:53:09.577Z Compiling zerocopy v0.7.35
19882026-06-26T17:53:09.631Z Compiling ipnet v2.11.0
19892026-06-26T17:53:09.693Z Compiling ref-cast-impl v1.0.25
19902026-06-26T17:53:09.711Z Compiling darling_core v0.20.11
19912026-06-26T17:53:09.999Z Compiling curve25519-dalek v4.1.3
19922026-06-26T17:53:10.139Z Compiling memoffset v0.9.1
19932026-06-26T17:53:10.240Z Compiling winnow v0.5.40
19942026-06-26T17:53:10.270Z Compiling foreign-types-shared v0.1.1
19952026-06-26T17:53:10.384Z Compiling utf8parse v0.2.2
19962026-06-26T17:53:10.429Z Compiling litrs v1.0.0
19972026-06-26T17:53:10.509Z Compiling pin-utils v0.1.0
19982026-06-26T17:53:10.593Z Compiling httpdate v1.0.3
19992026-06-26T17:53:10.822Z Compiling foreign-types v0.3.2
20002026-06-26T17:53:10.885Z Compiling tempfile v3.25.0
20012026-06-26T17:53:10.900Z Compiling document-features v0.2.12
20022026-06-26T17:53:11.239Z Compiling unicode-normalization v0.1.25
20032026-06-26T17:53:11.422Z Compiling dof v0.3.0
20042026-06-26T17:53:11.683Z Compiling toml_edit v0.19.15
20052026-06-26T17:53:11.687Z Compiling darling_macro v0.20.11
20062026-06-26T17:53:11.741Z Compiling dtrace-parser v0.2.0
20072026-06-26T17:53:11.929Z Compiling dof v0.4.0
20082026-06-26T17:53:12.019Z Compiling hyper v1.8.1
20092026-06-26T17:53:12.206Z Compiling dtrace-parser v0.3.0
20102026-06-26T17:53:12.418Z Compiling pin-project-internal v1.1.11
20112026-06-26T17:53:12.458Z Compiling daft-derive v0.1.7
20122026-06-26T17:53:12.596Z Compiling spin v0.9.8
20132026-06-26T17:53:12.666Z Compiling thread-id v4.2.2
20142026-06-26T17:53:12.763Z Compiling thread-id v5.1.0
20152026-06-26T17:53:12.791Z Compiling socket2 v0.5.10
20162026-06-26T17:53:12.816Z Compiling anstyle v1.0.14
20172026-06-26T17:53:12.890Z Compiling smoltcp v0.9.1
20182026-06-26T17:53:12.941Z Compiling cfg_aliases v0.2.1
20192026-06-26T17:53:12.955Z Compiling powerfmt v0.2.0
20202026-06-26T17:53:13.044Z Compiling num-bigint-dig v0.8.6
20212026-06-26T17:53:13.144Z Compiling deranged v0.5.8
20222026-06-26T17:53:13.160Z Compiling hyper-util v0.1.20
20232026-06-26T17:53:13.174Z Compiling nix v0.31.2
20242026-06-26T17:53:13.466Z Compiling darling v0.20.11
20252026-06-26T17:53:13.562Z Compiling rustls-native-certs v0.8.3
20262026-06-26T17:53:13.630Z Compiling ipnetwork v0.21.1
20272026-06-26T17:53:13.862Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-26T17:53:13.919Z Compiling strum_macros v0.26.4
20292026-06-26T17:53:13.989Z Compiling sync_wrapper v1.0.2
20302026-06-26T17:53:15.067Z Compiling wait-timeout v0.2.1
20312026-06-26T17:53:15.073Z Compiling num_threads v0.1.7
20322026-06-26T17:53:15.073Z Compiling quick-error v1.2.3
20332026-06-26T17:53:15.073Z Compiling simd-adler32 v0.3.8
20342026-06-26T17:53:15.074Z Compiling siphasher v1.0.2
20352026-06-26T17:53:15.074Z Compiling is_terminal_polyfill v1.70.2
20362026-06-26T17:53:15.074Z Compiling anstyle-query v1.1.5
20372026-06-26T17:53:15.074Z Compiling bit-vec v0.8.0
20382026-06-26T17:53:15.074Z Compiling colorchoice v1.0.4
20392026-06-26T17:53:15.074Z Compiling time v0.3.47
20402026-06-26T17:53:15.074Z Compiling bit-set v0.8.0
20412026-06-26T17:53:15.074Z Compiling rusty-fork v0.3.1
20422026-06-26T17:53:15.176Z Compiling tower v0.5.3
20432026-06-26T17:53:15.225Z Compiling derive_builder_core v0.20.2
20442026-06-26T17:53:15.404Z Compiling snafu-derive v0.8.9
20452026-06-26T17:53:15.666Z Compiling http-body-util v0.1.3
20462026-06-26T17:53:15.722Z Compiling webpki-roots v1.0.6
20472026-06-26T17:53:15.821Z Compiling signature v2.2.0
20482026-06-26T17:53:15.862Z Compiling hubpack_derive v0.1.1
20492026-06-26T17:53:15.934Z Compiling rand_xorshift v0.4.0
20502026-06-26T17:53:15.986Z Compiling strum_macros v0.27.2
20512026-06-26T17:53:16.078Z Compiling fs-err v3.3.0
20522026-06-26T17:53:16.110Z Compiling ahash v0.8.12
20532026-06-26T17:53:16.293Z Compiling ryu v1.0.23
20542026-06-26T17:53:16.327Z Compiling unicode-bidi v0.3.18
20552026-06-26T17:53:16.409Z Compiling unicode-properties v0.1.4
20562026-06-26T17:53:16.424Z Compiling adler2 v2.0.1
20572026-06-26T17:53:16.478Z Compiling object v0.37.3
20582026-06-26T17:53:16.493Z Compiling allocator-api2 v0.2.21
20592026-06-26T17:53:16.633Z Compiling iri-string v0.7.10
20602026-06-26T17:53:16.751Z Compiling unarray v0.1.4
20612026-06-26T17:53:16.808Z Compiling stringprep v0.1.5
20622026-06-26T17:53:16.835Z Compiling miniz_oxide v0.8.9
20632026-06-26T17:53:16.877Z Compiling proptest v1.10.0
20642026-06-26T17:53:16.890Z Compiling serde_urlencoded v0.7.1
20652026-06-26T17:53:17.376Z Compiling derive_builder_macro v0.20.2
20662026-06-26T17:53:17.444Z Compiling tokio-native-tls v0.3.1
20672026-06-26T17:53:17.631Z Compiling usdt-attr-macro v0.6.0
20682026-06-26T17:53:17.647Z Compiling usdt-macro v0.6.0
20692026-06-26T17:53:17.870Z Compiling tower-http v0.6.8
20702026-06-26T17:53:17.988Z Compiling anstyle-parse v1.0.0
20712026-06-26T17:53:18.336Z Compiling rand_chacha v0.3.1
20722026-06-26T17:53:18.354Z Compiling erased-serde v0.3.31
20732026-06-26T17:53:18.367Z Compiling md-5 v0.10.6
20742026-06-26T17:53:18.396Z Compiling bstr v1.12.1
20752026-06-26T17:53:18.532Z Compiling num-integer v0.1.46
20762026-06-26T17:53:18.694Z Compiling hash32 v0.2.1
20772026-06-26T17:53:18.745Z Compiling vergen-lib v9.1.0
20782026-06-26T17:53:18.776Z Compiling ff v0.13.1
20792026-06-26T17:53:18.842Z Compiling encoding_rs v0.8.35
20802026-06-26T17:53:18.872Z Compiling mime v0.3.17
20812026-06-26T17:53:18.907Z Compiling fallible-iterator v0.2.0
20822026-06-26T17:53:18.924Z Compiling zlib-rs v0.6.2
20832026-06-26T17:53:19.048Z Compiling psl-types v2.0.11
20842026-06-26T17:53:19.061Z Compiling base16ct v0.2.0
20852026-06-26T17:53:19.173Z Compiling publicsuffix v2.3.0
20862026-06-26T17:53:19.187Z Compiling postgres-protocol v0.6.10
20872026-06-26T17:53:19.201Z Compiling sec1 v0.7.3
20882026-06-26T17:53:19.269Z Compiling group v0.13.0
20892026-06-26T17:53:19.359Z Compiling newtype-uuid v1.3.2
20902026-06-26T17:53:19.493Z Compiling num-iter v0.1.45
20912026-06-26T17:53:19.689Z Compiling rand v0.8.6
20922026-06-26T17:53:19.973Z Compiling anstream v1.0.0
20932026-06-26T17:53:20.095Z Compiling oxnet v0.1.6
20942026-06-26T17:53:20.134Z Compiling derive_builder v0.20.2
20952026-06-26T17:53:20.154Z Compiling hyper-tls v0.6.0
20962026-06-26T17:53:20.197Z Compiling phf_shared v0.13.1
20972026-06-26T17:53:20.307Z Compiling pin-project v1.1.11
20982026-06-26T17:53:20.382Z Compiling lazy_static v1.5.0
20992026-06-26T17:53:20.385Z Compiling anstyle-parse v0.2.7
21002026-06-26T17:53:20.519Z Compiling terminal_size v0.4.3
21012026-06-26T17:53:20.533Z Compiling serde_with_macros v3.17.0
21022026-06-26T17:53:20.539Z Compiling futures-executor v0.3.32
21032026-06-26T17:53:20.564Z Compiling hex v0.4.3
21042026-06-26T17:53:20.715Z Compiling hkdf v0.12.4
21052026-06-26T17:53:20.744Z Compiling crypto-bigint v0.5.5
21062026-06-26T17:53:20.770Z Compiling serde_repr v0.1.20
21072026-06-26T17:53:20.799Z Compiling async-recursion v1.1.1
21082026-06-26T17:53:20.813Z Compiling clap_derive v4.6.1
21092026-06-26T17:53:20.847Z Compiling enum-as-inner v0.6.1
21102026-06-26T17:53:20.893Z Compiling vergen v9.1.0
21112026-06-26T17:53:20.921Z Compiling cargo-platform v0.3.2
21122026-06-26T17:53:21.095Z Compiling flate2 v1.1.9
21132026-06-26T17:53:21.180Z Compiling foldhash v0.1.5
21142026-06-26T17:53:21.260Z Compiling foldhash v0.2.0
21152026-06-26T17:53:21.371Z Compiling bitflags v1.3.2
21162026-06-26T17:53:21.428Z Compiling managed v0.8.0
21172026-06-26T17:53:21.473Z Compiling clap_lex v1.0.0
21182026-06-26T17:53:21.545Z Compiling bumpalo v3.20.2
21192026-06-26T17:53:21.618Z Compiling libbz2-rs-sys v0.2.2
21202026-06-26T17:53:21.654Z Compiling same-file v1.0.6
21212026-06-26T17:53:21.668Z Compiling clap_builder v4.6.0
21222026-06-26T17:53:21.697Z Compiling zopfli v0.8.3
21232026-06-26T17:53:21.728Z Compiling elliptic-curve v0.13.8
21242026-06-26T17:53:21.810Z Compiling walkdir v2.5.0
21252026-06-26T17:53:22.033Z Compiling bzip2 v0.6.1
21262026-06-26T17:53:22.073Z Compiling hashbrown v0.16.1
21272026-06-26T17:53:22.191Z Compiling hashbrown v0.15.5
21282026-06-26T17:53:22.237Z Compiling cargo_metadata v0.23.1
21292026-06-26T17:53:22.418Z Compiling futures v0.3.32
21302026-06-26T17:53:22.493Z Compiling zstd v0.13.3
21312026-06-26T17:53:22.744Z Compiling anstream v0.6.21
21322026-06-26T17:53:22.914Z Compiling snafu v0.8.9
21332026-06-26T17:53:23.225Z Compiling phf v0.13.1
21342026-06-26T17:53:23.257Z Compiling daft v0.1.7
21352026-06-26T17:53:23.398Z Compiling signal-hook-mio v0.2.5
21362026-06-26T17:53:23.531Z Compiling cookie_store v0.22.1
21372026-06-26T17:53:23.547Z Compiling postgres-types v0.2.12
21382026-06-26T17:53:23.763Z Compiling bzip2 v0.4.4
21392026-06-26T17:53:23.803Z Compiling globset v0.4.18
21402026-06-26T17:53:23.899Z Compiling strum v0.27.2
21412026-06-26T17:53:24.044Z Compiling hubpack v0.1.2
21422026-06-26T17:53:24.072Z Compiling ed25519 v2.2.3
21432026-06-26T17:53:24.090Z Compiling phf_shared v0.11.3
21442026-06-26T17:53:24.136Z Compiling crossbeam-epoch v0.9.18
21452026-06-26T17:53:24.168Z Compiling olpc-cjson v0.1.4
21462026-06-26T17:53:24.188Z Compiling pkcs1 v0.7.5
21472026-06-26T17:53:24.294Z Compiling pem v3.0.6
21482026-06-26T17:53:24.323Z Compiling serde-big-array v0.5.1
21492026-06-26T17:53:24.340Z Compiling serde_plain v1.0.2
21502026-06-26T17:53:24.440Z Compiling rfc6979 v0.4.0
21512026-06-26T17:53:24.476Z Compiling float-cmp v0.10.0
21522026-06-26T17:53:24.542Z Compiling memmap2 v0.9.10
21532026-06-26T17:53:24.557Z Compiling env_filter v1.0.0
21542026-06-26T17:53:24.587Z Compiling toml_write v0.1.2
21552026-06-26T17:53:24.602Z Compiling fixedbitset v0.4.2
21562026-06-26T17:53:24.636Z Compiling static_assertions v1.1.0
21572026-06-26T17:53:24.652Z Compiling normalize-line-endings v0.3.0
21582026-06-26T17:53:24.738Z Compiling predicates-core v1.0.10
21592026-06-26T17:53:24.763Z Compiling typed-path v0.9.3
21602026-06-26T17:53:24.787Z Compiling keccak v0.1.6
21612026-06-26T17:53:24.812Z Compiling precomputed-hash v0.1.1
21622026-06-26T17:53:24.830Z Compiling data-encoding v2.10.0
21632026-06-26T17:53:24.846Z Compiling new_debug_unreachable v1.0.6
21642026-06-26T17:53:24.848Z Compiling difflib v0.4.0
21652026-06-26T17:53:24.877Z Compiling jiff v0.2.21
21662026-06-26T17:53:24.908Z Compiling fixedbitset v0.5.7
21672026-06-26T17:53:24.911Z Compiling whoami v2.1.0
21682026-06-26T17:53:24.938Z Compiling sha3 v0.10.8
21692026-06-26T17:53:25.002Z Compiling string_cache v0.8.9
21702026-06-26T17:53:25.182Z Compiling tokio-postgres v0.7.16
21712026-06-26T17:53:25.204Z Compiling hickory-proto v0.25.2
21722026-06-26T17:53:25.219Z Compiling petgraph v0.8.3
21732026-06-26T17:53:25.243Z Compiling predicates v3.1.4
21742026-06-26T17:53:25.761Z Compiling petgraph v0.6.5
21752026-06-26T17:53:25.829Z Compiling toml_edit v0.22.27
21762026-06-26T17:53:25.861Z Compiling env_logger v0.11.9
21772026-06-26T17:53:25.876Z Compiling usdt v0.6.0
21782026-06-26T17:53:25.879Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21792026-06-26T17:53:26.132Z Compiling ecdsa v0.16.9
21802026-06-26T17:53:26.187Z Compiling rsa v0.9.10
21812026-06-26T17:53:26.532Z Compiling ed25519-dalek v2.2.0
21822026-06-26T17:53:27.237Z Compiling zip v0.6.6
21832026-06-26T17:53:27.370Z Compiling crossterm v0.28.1
21842026-06-26T17:53:27.608Z Compiling zip v4.6.1
21852026-06-26T17:53:27.763Z Compiling iddqd v0.4.2
21862026-06-26T17:53:28.116Z Compiling clap v4.6.1
21872026-06-26T17:53:28.210Z Compiling serde_with v3.17.0
21882026-06-26T17:53:28.502Z Compiling similar v2.7.0
21892026-06-26T17:53:28.517Z Compiling strum v0.26.3
21902026-06-26T17:53:28.533Z Compiling toml v0.7.8
21912026-06-26T17:53:28.549Z Compiling tokio-stream v0.1.18
21922026-06-26T17:53:28.621Z Compiling itertools v0.13.0
21932026-06-26T17:53:28.711Z Compiling buf-list v1.1.2
21942026-06-26T17:53:28.919Z Compiling x509-cert v0.2.5
21952026-06-26T17:53:29.034Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21962026-06-26T17:53:29.210Z Compiling openapiv3 v2.2.0
21972026-06-26T17:53:29.335Z Compiling sha1 v0.10.6
21982026-06-26T17:53:29.425Z Compiling lalrpop-util v0.19.12
21992026-06-26T17:53:29.579Z Compiling peg-runtime v0.8.5
22002026-06-26T17:53:44.346Z Compiling rustls-webpki v0.103.9
22012026-06-26T17:53:45.879Z Compiling macaddr v1.0.1
22022026-06-26T17:53:45.895Z Compiling structmeta-derive v0.3.0
22032026-06-26T17:53:45.912Z Compiling crucible-workspace-hack v0.1.0
22042026-06-26T17:53:46.103Z Compiling rayon-core v1.13.0
22052026-06-26T17:53:46.186Z Compiling itertools v0.14.0
22062026-06-26T17:53:46.328Z Compiling secrecy v0.10.3
22072026-06-26T17:53:46.363Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-26T17:53:46.522Z Compiling rustls v0.22.4
22092026-06-26T17:53:46.536Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-06-26T17:53:46.539Z Compiling heapless v0.8.0
22112026-06-26T17:53:46.722Z Compiling crossbeam-deque v0.8.6
22122026-06-26T17:53:46.762Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-06-26T17:53:46.805Z Compiling rustls-webpki v0.102.8
22142026-06-26T17:53:46.821Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-26T17:53:46.837Z Compiling hash32 v0.3.1
22162026-06-26T17:53:46.853Z Compiling multer v3.1.0
22172026-06-26T17:53:46.914Z Compiling structmeta v0.3.0
22182026-06-26T17:53:46.950Z Compiling thread_local v1.1.9
22192026-06-26T17:53:46.967Z Compiling slog-async v2.8.0
22202026-06-26T17:53:46.986Z Compiling smoltcp v0.11.0
22212026-06-26T17:53:47.012Z Compiling cpufeatures v0.3.0
22222026-06-26T17:53:47.034Z Compiling compression-core v0.4.31
22232026-06-26T17:53:47.079Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-06-26T17:53:47.103Z Compiling unicode-width v0.2.0
22252026-06-26T17:53:47.131Z Compiling match_cfg v0.1.0
22262026-06-26T17:53:47.217Z Compiling hostname v0.3.1
22272026-06-26T17:53:47.233Z Compiling compression-codecs v0.4.37
22282026-06-26T17:53:47.308Z Compiling proc-macro-crate v3.4.0
22292026-06-26T17:53:47.359Z Compiling derive-ex v0.1.8
22302026-06-26T17:53:47.427Z Compiling atomicwrites v0.4.4
22312026-06-26T17:53:47.457Z Compiling ingot-macros v0.1.1
22322026-06-26T17:53:47.618Z Compiling slog-json v2.6.1
22332026-06-26T17:53:47.662Z Compiling crossbeam-channel v0.5.15
22342026-06-26T17:53:47.732Z Compiling half v2.7.1
22352026-06-26T17:53:47.747Z Compiling newtype-uuid-macros v0.1.0
22362026-06-26T17:53:47.889Z Compiling cobs v0.3.0
22372026-06-26T17:53:47.900Z Compiling thiserror-impl-no-std v2.0.2
22382026-06-26T17:53:48.094Z Compiling universal-hash v0.5.1
22392026-06-26T17:53:48.176Z Compiling tokio-rustls v0.26.4
22402026-06-26T17:53:48.259Z Compiling rustls-platform-verifier v0.6.2
22412026-06-26T17:53:48.361Z Compiling async-stream-impl v0.3.6
22422026-06-26T17:53:48.465Z Compiling hyper-rustls v0.27.7
22432026-06-26T17:53:48.481Z Compiling serde_spanned v1.0.4
22442026-06-26T17:53:48.499Z Compiling toml_datetime v1.0.0+spec-1.1.0
22452026-06-26T17:53:48.653Z Compiling is-terminal v0.4.17
22462026-06-26T17:53:48.671Z Compiling proc-macro-error-attr v1.0.4
22472026-06-26T17:53:48.772Z Compiling reqwest v0.12.28
22482026-06-26T17:53:48.802Z Compiling reqwest v0.13.2
22492026-06-26T17:53:48.848Z Compiling dropshot v0.17.0
22502026-06-26T17:53:48.888Z Compiling take_mut v0.2.2
22512026-06-26T17:53:48.923Z Compiling term v1.2.1
22522026-06-26T17:53:48.937Z Compiling opaque-debug v0.3.1
22532026-06-26T17:53:48.954Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-26T17:53:48.969Z Compiling ciborium-io v0.2.2
22552026-06-26T17:53:49.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22562026-06-26T17:53:49.030Z Compiling convert_case v0.4.0
22572026-06-26T17:53:49.082Z Compiling ciborium-ll v0.2.2
22582026-06-26T17:53:49.113Z Compiling poly1305 v0.8.0
22592026-06-26T17:53:49.238Z Compiling slog-term v2.9.2
22602026-06-26T17:53:49.254Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-26T17:53:49.351Z Compiling derive_more v0.99.20
22622026-06-26T17:53:49.394Z Compiling tokio-rustls v0.25.0
22632026-06-26T17:53:49.654Z Compiling async-stream v0.3.6
22642026-06-26T17:53:49.791Z Compiling thiserror-no-std v2.0.2
22652026-06-26T17:53:49.867Z Compiling test-strategy v0.4.5
22662026-06-26T17:53:49.890Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-06-26T17:53:49.904Z Compiling postcard v1.1.3
22682026-06-26T17:53:50.029Z Compiling ingot-types v0.1.2
22692026-06-26T17:53:50.400Z Compiling tough v0.22.0
22702026-06-26T17:53:50.509Z Compiling ingot v0.1.1
22712026-06-26T17:53:50.543Z Compiling slog-bunyan v2.5.0
22722026-06-26T17:53:50.630Z Compiling num_enum_derive v0.7.6
22732026-06-26T17:53:50.757Z Compiling async-compression v0.4.41
22742026-06-26T17:53:51.173Z Compiling parse-display-derive v0.10.0
22752026-06-26T17:53:51.255Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-26T17:53:51.527Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-26T17:53:51.578Z Compiling proc-macro-crate v1.3.1
22782026-06-26T17:53:51.681Z Compiling waitgroup v0.1.2
22792026-06-26T17:53:51.770Z Compiling backon v1.6.0
22802026-06-26T17:53:51.852Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-26T17:53:51.928Z Compiling password-hash v0.5.0
22822026-06-26T17:53:51.956Z Compiling chacha20 v0.9.1
22832026-06-26T17:53:52.033Z Compiling dropshot_endpoint v0.17.0
22842026-06-26T17:53:52.048Z Compiling rustls-pemfile v2.2.0
22852026-06-26T17:53:52.130Z Compiling blake2 v0.10.6
22862026-06-26T17:53:52.238Z Compiling aead v0.5.2
22872026-06-26T17:53:52.367Z Compiling foreign-types-macros v0.2.3
22882026-06-26T17:53:52.445Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-26T17:53:52.621Z Compiling serde_path_to_error v0.1.20
22902026-06-26T17:53:52.672Z Compiling hostname v0.4.2
22912026-06-26T17:53:52.710Z Compiling proc-macro-error v1.0.4
22922026-06-26T17:53:52.896Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-26T17:53:52.911Z Compiling instant v0.1.13
22942026-06-26T17:53:52.932Z Compiling typeid v1.0.3
22952026-06-26T17:53:52.946Z Compiling foreign-types-shared v0.3.1
22962026-06-26T17:53:52.961Z Compiling debug-ignore v1.0.5
22972026-06-26T17:53:52.994Z Compiling backoff v0.4.0
22982026-06-26T17:53:53.046Z Compiling foreign-types v0.5.0
22992026-06-26T17:53:53.075Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-26T17:53:53.090Z Compiling parse-display v0.10.0
23012026-06-26T17:53:53.140Z Compiling chacha20poly1305 v0.10.1
23022026-06-26T17:53:53.162Z Compiling argon2 v0.5.3
23032026-06-26T17:53:53.180Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-26T17:53:53.223Z Compiling num_enum_derive v0.5.11
23052026-06-26T17:53:53.254Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-06-26T17:53:53.285Z Compiling num_enum v0.7.6
23072026-06-26T17:53:53.337Z Compiling vsss-rs v3.3.4
23082026-06-26T17:53:53.416Z Compiling ciborium v0.2.2
23092026-06-26T17:53:53.555Z Compiling tabwriter v1.4.1
23102026-06-26T17:53:53.674Z Compiling chacha20 v0.10.0
23112026-06-26T17:53:53.693Z Compiling regress v0.10.5
23122026-06-26T17:53:53.932Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-06-26T17:53:53.968Z Compiling byte-wrapper v0.1.0
23142026-06-26T17:53:53.983Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-26T17:53:54.158Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-26T17:53:54.194Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-26T17:53:54.263Z Compiling cstr-argument v0.1.2
23182026-06-26T17:53:54.281Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-06-26T17:53:54.449Z Compiling erased-serde v0.4.9
23202026-06-26T17:53:54.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-26T17:53:54.642Z Compiling humantime v2.3.0
23222026-06-26T17:53:54.777Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-06-26T17:53:54.801Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-26T17:53:54.819Z Compiling num_enum v0.5.11
23252026-06-26T17:53:54.853Z Compiling rand v0.10.0
23262026-06-26T17:53:54.884Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-26T17:53:54.921Z Compiling rayon v1.11.0
23282026-06-26T17:53:54.951Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23292026-06-26T17:53:55.035Z Compiling indent_write v2.2.0
23302026-06-26T17:53:55.116Z Compiling libefi-sys v0.1.0
23312026-06-26T17:53:55.130Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-26T17:53:55.158Z Compiling colored v3.1.1
23332026-06-26T17:53:55.199Z Compiling zone_cfg_derive v0.3.1
23342026-06-26T17:53:55.235Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23352026-06-26T17:53:55.320Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-06-26T17:53:55.357Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23372026-06-26T17:53:55.590Z Compiling camino-tempfile v1.4.1
23382026-06-26T17:53:55.603Z Compiling itertools v0.12.1
23392026-06-26T17:53:55.684Z Compiling usdt-macro v0.5.0
23402026-06-26T17:53:55.817Z Compiling usdt-attr-macro v0.5.0
23412026-06-26T17:53:55.850Z Compiling bitfield-struct v0.6.2
23422026-06-26T17:53:55.865Z Compiling num-derive v0.4.2
23432026-06-26T17:53:55.881Z Compiling blake3 v1.8.5
23442026-06-26T17:53:56.020Z Compiling ordered-float v2.10.1
23452026-06-26T17:53:56.241Z Compiling memmap v0.7.0
23462026-06-26T17:53:56.328Z Compiling sigpipe v0.1.3
23472026-06-26T17:53:56.378Z Compiling swrite v0.1.0
23482026-06-26T17:53:56.442Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-26T17:53:56.482Z Compiling glob v0.3.3
23502026-06-26T17:53:56.497Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-06-26T17:53:56.510Z Compiling serde-value v0.7.0
23522026-06-26T17:53:56.576Z Compiling usdt v0.5.0
23532026-06-26T17:53:56.668Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-26T17:53:56.766Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-26T17:53:57.080Z Compiling zone v0.3.1
23562026-06-26T17:53:57.096Z Compiling serde-untagged v0.1.9
23572026-06-26T17:53:57.133Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23582026-06-26T17:53:57.305Z Compiling toml v0.8.23
23592026-06-26T17:53:57.459Z Compiling smf v0.2.3
23602026-06-26T17:53:57.463Z Compiling filetime v0.2.27
23612026-06-26T17:53:57.463Z Compiling arrayref v0.3.9
23622026-06-26T17:53:57.463Z Compiling whoami v1.6.1
23632026-06-26T17:53:57.463Z Compiling xattr v1.6.1
23642026-06-26T17:53:57.503Z Compiling arrayvec v0.7.6
23652026-06-26T17:53:57.546Z Compiling constant_time_eq v0.4.2
23662026-06-26T17:53:57.664Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-06-26T17:53:57.700Z Compiling unicode-xid v0.2.6
23682026-06-26T17:53:57.759Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-26T17:53:57.775Z Compiling tar v0.4.45
23702026-06-26T17:53:57.802Z Compiling cargo-util-schemas v0.8.2
23712026-06-26T17:53:57.858Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-26T17:53:57.930Z Compiling tokio-dtrace v0.1.1
23732026-06-26T17:53:58.110Z Compiling console v0.16.2
23742026-06-26T17:53:58.269Z Compiling gethostname v0.5.0
23752026-06-26T17:53:58.346Z Compiling cargo-platform v0.2.0
23762026-06-26T17:53:58.421Z Compiling unit-prefix v0.5.2
23772026-06-26T17:53:58.436Z Compiling topological-sort v0.2.2
23782026-06-26T17:53:58.557Z Compiling indicatif v0.18.4
23792026-06-26T17:53:58.596Z Compiling oxide-tokio-rt v0.1.4
23802026-06-26T17:53:58.620Z Compiling shell-words v1.1.1
23812026-06-26T17:53:58.685Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-06-26T17:53:59.145Z Compiling cargo_metadata v0.21.0
23832026-06-26T17:54:08.567Z Compiling omicron-zone-package v0.12.2
23842026-06-26T17:54:08.583Z Compiling progenitor-client v0.14.0
23852026-06-26T17:54:09.076Z Compiling progenitor-extras v0.2.0
23862026-06-26T17:54:11.286Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-26T17:54:11.329Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-06-26T17:54:11.403Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-06-26T17:54:11.423Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-06-26T17:54:11.492Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-06-26T17:54:11.531Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-06-26T17:54:11.556Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-06-26T17:54:11.610Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-06-26T17:54:11.710Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23952026-06-26T17:54:15.423Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-06-26T17:54:23.322Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-06-26T17:54:26.413Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-06-26T17:54:27.398Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-06-26T17:54:36.857Z Finished `release` profile [optimized] target(s) in 1m 42s
24002026-06-26T17:54:36.988Z Running `target/release/omicron-package -t test target create -p dev`
24012026-06-26T17:54:37.047ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-06-26T17:54:37.050ZCreated new build target 'test' and set it as active
24032026-06-26T17:54:37.053Z
24042026-06-26T17:54:37.053Zreal 1:43.087550674
24052026-06-26T17:54:37.053Zuser 16:52.709397019
24062026-06-26T17:54:37.053Zsys 2:34.249086408
24072026-06-26T17:54:37.053Ztrap 0.499549888
24082026-06-26T17:54:37.053Ztflt 2.838479967
24092026-06-26T17:54:37.053Zdflt 4.529833285
24102026-06-26T17:54:37.053Zkflt 0.000541679
24112026-06-26T17:54:37.053Zlock 52:29.107739098
24122026-06-26T17:54:37.053Zslp 43:05.499199594
24132026-06-26T17:54:37.053Zlat 38.495217420
24142026-06-26T17:54:37.053Zstop 5:06.766198687
24152026-06-26T17:54:37.053Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-06-26T17:54:37.853Z Finished `release` profile [optimized] target(s) in 0.79s
24172026-06-26T17:54:37.914Z Running `target/release/omicron-package -t test package`
24182026-06-26T17:54:37.969ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-06-26T17:54:39.336Z Compiling heck v0.5.0
24202026-06-26T17:54:39.528Z Compiling regress v0.11.1
24212026-06-26T17:54:39.565Z Compiling unsafe-libyaml v0.2.11
24222026-06-26T17:54:39.585Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-06-26T17:54:39.615Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-06-26T17:54:39.615Z Compiling unicode-width v0.1.14
24252026-06-26T17:54:39.617Z Compiling atomicwrites v0.4.4
24262026-06-26T17:54:39.656Z Compiling derive-where v1.6.0
24272026-06-26T17:54:39.675Z Compiling bytecount v0.6.9
24282026-06-26T17:54:39.678Z Compiling is-terminal v0.4.17
24292026-06-26T17:54:39.737Z Compiling prettyplease v0.2.37
24302026-06-26T17:54:39.740Z Compiling console v0.15.11
24312026-06-26T17:54:39.740Z Compiling newline-converter v0.3.0
24322026-06-26T17:54:39.740Z Compiling slog-dtrace v0.3.0
24332026-06-26T17:54:39.780Z Compiling resolv-conf v0.7.6
24342026-06-26T17:54:39.847Z Compiling cancel-safe-futures v0.1.5
24352026-06-26T17:54:39.850Z Compiling owo-colors v4.3.0
24362026-06-26T17:54:39.850Z Compiling rustls v0.22.4
24372026-06-26T17:54:39.913Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-06-26T17:54:39.916Z Compiling num-rational v0.4.2
24392026-06-26T17:54:39.954Z Compiling libsw-core v0.3.2
24402026-06-26T17:54:39.976Z Compiling rustls-webpki v0.102.8
24412026-06-26T17:54:40.039Z Compiling num-complex v0.4.6
24422026-06-26T17:54:40.075Z Compiling serde_yaml v0.9.34+deprecated
24432026-06-26T17:54:40.143Z Compiling thread_local v1.1.9
24442026-06-26T17:54:40.163Z Compiling match_cfg v0.1.0
24452026-06-26T17:54:40.212Z Compiling expectorate v1.2.0
24462026-06-26T17:54:40.258Z Compiling compression-core v0.4.31
24472026-06-26T17:54:40.397Z Compiling compression-codecs v0.4.37
24482026-06-26T17:54:40.432Z Compiling num v0.4.3
24492026-06-26T17:54:40.472Z Compiling hostname v0.3.1
24502026-06-26T17:54:40.529Z Compiling libsw v3.5.0
24512026-06-26T17:54:40.627Z Compiling multer v3.1.0
24522026-06-26T17:54:40.651Z Compiling slog-async v2.8.0
24532026-06-26T17:54:40.672Z Compiling crossbeam-channel v0.5.15
24542026-06-26T17:54:40.691Z Compiling slog-json v2.6.1
24552026-06-26T17:54:40.712Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-06-26T17:54:40.732Z Compiling toml_datetime v1.0.0+spec-1.1.0
24572026-06-26T17:54:40.820Z Compiling serde_spanned v1.0.4
24582026-06-26T17:54:40.891Z Compiling term v1.2.1
24592026-06-26T17:54:40.912Z Compiling take_mut v0.2.2
24602026-06-26T17:54:40.934Z Compiling linked-hash-map v0.5.6
24612026-06-26T17:54:40.937Z Compiling float-ord v0.3.2
24622026-06-26T17:54:40.976Z Compiling linear-map v1.2.0
24632026-06-26T17:54:40.998Z Compiling toml_writer v1.0.6+spec-1.1.0
24642026-06-26T17:54:41.026Z Compiling slog-bunyan v2.5.0
24652026-06-26T17:54:41.097Z Compiling typify-impl v0.6.2
24662026-06-26T17:54:41.118Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-06-26T17:54:41.143Z Compiling lru-cache v0.1.2
24682026-06-26T17:54:41.193Z Compiling toml v1.0.6+spec-1.1.0
24692026-06-26T17:54:41.226Z Compiling slog-term v2.9.2
24702026-06-26T17:54:41.247Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-06-26T17:54:41.250Z Compiling async-compression v0.4.41
24722026-06-26T17:54:41.400Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-06-26T17:54:41.473Z Compiling async-stream v0.3.6
24742026-06-26T17:54:41.553Z Compiling dropshot v0.17.0
24752026-06-26T17:54:41.584Z Compiling progenitor-client v0.14.0
24762026-06-26T17:54:41.604Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24772026-06-26T17:54:41.607Z Compiling waitgroup v0.1.2
24782026-06-26T17:54:41.647Z Compiling rustls-pemfile v2.2.0
24792026-06-26T17:54:41.665Z Compiling backon v1.6.0
24802026-06-26T17:54:41.734Z Compiling serde_path_to_error v0.1.20
24812026-06-26T17:54:41.774Z Compiling hostname v0.4.2
24822026-06-26T17:54:41.838Z Compiling instant v0.1.13
24832026-06-26T17:54:41.857Z Compiling debug-ignore v1.0.5
24842026-06-26T17:54:41.883Z Compiling minimal-lexical v0.2.1
24852026-06-26T17:54:41.905Z Compiling progenitor-extras v0.2.0
24862026-06-26T17:54:41.933Z Compiling backoff v0.4.0
24872026-06-26T17:54:41.970Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24882026-06-26T17:54:41.994Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24892026-06-26T17:54:42.097Z Compiling nom v7.1.3
24902026-06-26T17:54:42.150Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-26T17:54:42.171Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-06-26T17:54:42.194Z Compiling parse-display v0.10.0
24932026-06-26T17:54:42.272Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-26T17:54:42.319Z Compiling tokio-rustls v0.25.0
24952026-06-26T17:54:42.352Z Compiling hickory-proto v0.24.4
24962026-06-26T17:54:42.517Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24972026-06-26T17:54:42.906Z Compiling regress v0.10.5
24982026-06-26T17:54:43.350Z Compiling macaddr v1.0.1
24992026-06-26T17:54:43.371Z Compiling humantime v2.3.0
25002026-06-26T17:54:43.444Z Compiling unicode-xid v0.2.6
25012026-06-26T17:54:43.599Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-06-26T17:54:43.619Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-06-26T17:54:43.661Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-06-26T17:54:43.762Z Compiling convert_case v0.10.0
25052026-06-26T17:54:43.897Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-06-26T17:54:43.986Z Compiling toml v0.8.23
25072026-06-26T17:54:44.051Z Compiling derive_more-impl v2.1.1
25082026-06-26T17:54:44.348Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-06-26T17:54:44.511Z Compiling typify-macro v0.6.2
25102026-06-26T17:54:44.561Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-26T17:54:44.593Z Compiling papergrid v0.11.0
25122026-06-26T17:54:44.747Z Compiling tabled_derive v0.7.0
25132026-06-26T17:54:44.823Z Compiling derive_more v2.1.1
25142026-06-26T17:54:44.843Z Compiling hickory-resolver v0.24.4
25152026-06-26T17:54:44.927Z Compiling termtree v0.5.1
25162026-06-26T17:54:44.948Z Compiling crossterm v0.29.0
25172026-06-26T17:54:45.128Z Compiling phf_shared v0.12.1
25182026-06-26T17:54:45.396Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-06-26T17:54:45.663Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-06-26T17:54:46.065Z Compiling typify v0.6.2
25212026-06-26T17:54:46.199Z Compiling progenitor-impl v0.14.0
25222026-06-26T17:54:47.006Z Compiling qorb v0.4.1
25232026-06-26T17:54:47.201Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-06-26T17:54:47.412Z Compiling tabled v0.15.0
25252026-06-26T17:54:47.864Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-26T17:54:48.348Z Compiling progenitor-macro v0.14.0
25272026-06-26T17:54:48.388Z Compiling vte v0.14.1
25282026-06-26T17:54:48.635Z Compiling csv-core v0.1.13
25292026-06-26T17:54:49.069Z Compiling chrono-tz v0.10.4
25302026-06-26T17:54:49.236Z Compiling highway v1.3.0
25312026-06-26T17:54:49.306Z Compiling csv v1.4.0
25322026-06-26T17:54:49.983Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-26T17:54:50.180Z Compiling strip-ansi-escapes v0.2.1
25342026-06-26T17:54:50.235Z Compiling phf v0.12.1
25352026-06-26T17:54:50.281Z Compiling const_format_proc_macros v0.2.34
25362026-06-26T17:54:50.434Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-06-26T17:54:50.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-06-26T17:54:50.745Z Compiling fd-lock v4.0.4
25392026-06-26T17:54:50.749Z Compiling peg-macros v0.8.5
25402026-06-26T17:54:50.911Z Compiling nu-ansi-term v0.50.3
25412026-06-26T17:54:51.040Z Compiling const_format v0.2.35
25422026-06-26T17:54:51.434Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-06-26T17:54:51.532Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-06-26T17:54:52.335Z Compiling progenitor v0.14.0
25452026-06-26T17:54:52.458Z Compiling peg v0.8.5
25462026-06-26T17:54:52.519Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-26T17:54:52.559Z Compiling reedline v0.40.0
25482026-06-26T17:54:52.897Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-26T17:54:52.927Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-26T17:54:53.031Z Compiling bcs v0.1.6
25512026-06-26T17:54:53.458Z Compiling nom v8.0.0
25522026-06-26T17:54:53.555Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-06-26T17:54:55.410Z Compiling semver v0.1.20
25542026-06-26T17:54:55.571Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-06-26T17:54:55.595Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25562026-06-26T17:54:55.696Z Compiling rustc_version v0.1.7
25572026-06-26T17:54:55.715Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25582026-06-26T17:54:55.822Z Compiling smawk v0.3.2
25592026-06-26T17:54:55.927Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-06-26T17:54:55.951Z Compiling newtype_derive v0.1.6
25612026-06-26T17:54:55.997Z Compiling unicode-linebreak v0.1.5
25622026-06-26T17:54:56.029Z Compiling base64 v0.21.7
25632026-06-26T17:54:56.162Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-26T17:54:56.205Z Compiling dropshot-api-manager-types v0.7.2
25652026-06-26T17:54:56.229Z Compiling utf-8 v0.7.6
25662026-06-26T17:54:56.254Z Compiling textwrap v0.16.2
25672026-06-26T17:54:56.342Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-06-26T17:54:56.423Z Compiling steno v0.4.1
25692026-06-26T17:54:56.459Z Compiling tagptr v0.2.0
25702026-06-26T17:54:56.633Z Compiling moka v0.12.13
25712026-06-26T17:54:56.653Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25722026-06-26T17:54:56.788Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25732026-06-26T17:54:56.895Z Compiling tungstenite v0.21.0
25742026-06-26T17:54:56.949Z Compiling radium v0.7.0
25752026-06-26T17:54:57.200Z Compiling display-error-chain v0.2.2
25762026-06-26T17:54:57.382Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25772026-06-26T17:54:57.433Z Compiling tap v1.0.1
25782026-06-26T17:54:57.571Z Compiling tokio-tungstenite v0.21.0
25792026-06-26T17:54:57.850Z Compiling hickory-resolver v0.25.2
25802026-06-26T17:54:57.880Z Compiling maybe-uninit v2.0.0
25812026-06-26T17:54:57.946Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-26T17:54:58.227Z Compiling wyz v0.5.1
25832026-06-26T17:54:58.463Z Compiling zerocopy-derive v0.6.6
25842026-06-26T17:54:58.614Z Compiling packed_struct v0.10.1
25852026-06-26T17:54:58.883Z Compiling funty v2.0.0
25862026-06-26T17:54:59.012Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-06-26T17:54:59.247Z Compiling crc-catalog v2.4.0
25882026-06-26T17:54:59.370Z Compiling crc v3.4.0
25892026-06-26T17:54:59.584Z Compiling zerocopy v0.6.6
25902026-06-26T17:54:59.882Z Compiling bitvec v1.0.1
25912026-06-26T17:55:00.128Z Compiling packed_struct_codegen v0.10.1
25922026-06-26T17:55:00.206Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-06-26T17:55:00.727Z Compiling vergen-lib v0.1.6
25942026-06-26T17:55:00.944Z Compiling bitfield-macros v0.19.4
25952026-06-26T17:55:01.123Z Compiling proc-macro-error-attr2 v2.0.0
25962026-06-26T17:55:01.145Z Compiling indexmap v1.9.3
25972026-06-26T17:55:01.392Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-26T17:55:01.523Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-26T17:55:01.661Z Compiling diesel_derives v2.3.7
26002026-06-26T17:55:01.682Z Compiling nodrop v0.1.14
26012026-06-26T17:55:01.741Z Compiling bitfield v0.19.4
26022026-06-26T17:55:01.847Z Compiling array-init v0.0.4
26032026-06-26T17:55:02.059Z Compiling proc-macro-error2 v2.0.1
26042026-06-26T17:55:02.287Z Compiling smallvec v0.6.14
26052026-06-26T17:55:02.546Z Compiling scheduled-thread-pool v0.2.7
26062026-06-26T17:55:02.567Z Compiling dsl_auto_type v0.2.0
26072026-06-26T17:55:02.837Z Compiling num-derive v0.3.3
26082026-06-26T17:55:02.869Z Compiling vergen-gitcl v1.0.8
26092026-06-26T17:55:03.093Z Compiling diesel_table_macro_syntax v0.3.0
26102026-06-26T17:55:03.115Z Compiling dirs-sys-next v0.1.2
26112026-06-26T17:55:03.137Z Compiling maplit v1.0.2
26122026-06-26T17:55:03.252Z Compiling crunchy v0.2.4
26132026-06-26T17:55:03.314Z Compiling glob v0.3.3
26142026-06-26T17:55:03.381Z Compiling hashbrown v0.12.3
26152026-06-26T17:55:03.558Z Compiling dirs-next v2.0.0
26162026-06-26T17:55:03.672Z Compiling clang-sys v1.8.1
26172026-06-26T17:55:03.710Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-06-26T17:55:03.732Z Compiling libscf-sys v1.1.0
26192026-06-26T17:55:03.784Z Compiling r2d2 v0.8.10
26202026-06-26T17:55:03.901Z Compiling serde-hex v0.1.0
26212026-06-26T17:55:04.050Z Compiling tabled_derive v0.11.0
26222026-06-26T17:55:04.206Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-06-26T17:55:04.400Z Compiling ron v0.8.1
26242026-06-26T17:55:04.425Z Compiling papergrid v0.17.0
26252026-06-26T17:55:04.444Z Compiling testing_table v0.3.0
26262026-06-26T17:55:04.505Z Compiling hashbrown v0.13.2
26272026-06-26T17:55:04.885Z Compiling downcast-rs v2.0.2
26282026-06-26T17:55:04.917Z Compiling crc-any v2.5.0
26292026-06-26T17:55:05.016Z Compiling tiny-keccak v2.0.2
26302026-06-26T17:55:05.082Z Compiling object v0.30.4
26312026-06-26T17:55:05.131Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-26T17:55:05.253Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-06-26T17:55:05.848Z Compiling tabled v0.20.0
26342026-06-26T17:55:05.951Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-06-26T17:55:06.031Z Compiling term v0.7.0
26362026-06-26T17:55:06.629Z Compiling progenitor-impl v0.13.0
26372026-06-26T17:55:06.668Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-26T17:55:06.785Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-26T17:55:06.916Z Compiling path-slash v0.1.5
26402026-06-26T17:55:07.038Z Compiling bit-vec v0.6.3
26412026-06-26T17:55:07.111Z Compiling xshell-macros v0.2.7
26422026-06-26T17:55:07.250Z Compiling bit-set v0.5.3
26432026-06-26T17:55:07.437Z Compiling ascii-canvas v3.0.0
26442026-06-26T17:55:07.515Z Compiling xshell v0.2.7
26452026-06-26T17:55:07.578Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26462026-06-26T17:55:07.715Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-06-26T17:55:08.087Z Compiling diesel v2.3.7
26482026-06-26T17:55:08.157Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26492026-06-26T17:55:08.704Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-06-26T17:55:08.773Z Compiling progenitor-macro v0.13.0
26512026-06-26T17:55:08.838Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-06-26T17:55:09.870Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-06-26T17:55:10.144Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-06-26T17:55:10.397Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-06-26T17:55:10.521Z Compiling progenitor-client v0.13.0
26562026-06-26T17:55:10.832Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-06-26T17:55:10.860Z Compiling itertools v0.10.5
26582026-06-26T17:55:11.030Z Compiling ena v0.14.4
26592026-06-26T17:55:11.048Z Compiling libloading v0.8.9
26602026-06-26T17:55:11.260Z Compiling unicase v2.9.0
26612026-06-26T17:55:11.280Z Compiling regex-syntax v0.6.29
26622026-06-26T17:55:11.566Z Compiling diff v0.1.13
26632026-06-26T17:55:11.745Z Compiling bindgen v0.71.1
26642026-06-26T17:55:11.954Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-06-26T17:55:12.177Z Compiling cexpr v0.6.0
26662026-06-26T17:55:12.749Z Compiling progenitor v0.13.0
26672026-06-26T17:55:12.819Z Compiling lalrpop v0.19.12
26682026-06-26T17:55:12.928Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-26T17:55:13.145Z Compiling crc8 v0.1.1
26702026-06-26T17:55:13.172Z Compiling rustc-hash v2.1.1
26712026-06-26T17:55:13.277Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-26T17:55:13.324Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-06-26T17:55:13.627Z Compiling headers-core v0.3.0
26742026-06-26T17:55:13.786Z Compiling libxml v0.3.3
26752026-06-26T17:55:13.808Z Compiling headers v0.4.1
26762026-06-26T17:55:14.078Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-06-26T17:55:14.212Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-06-26T17:55:14.415Z Compiling git-stub v1.0.0
26792026-06-26T17:55:14.436Z Compiling strum_macros v0.24.3
26802026-06-26T17:55:14.458Z Compiling indoc v1.0.9
26812026-06-26T17:55:14.717Z Compiling git-stub-vcs v0.1.0
26822026-06-26T17:55:14.774Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-06-26T17:55:14.915Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-06-26T17:55:15.075Z Compiling derive_builder v0.20.2
26852026-06-26T17:55:15.321Z Compiling quick-xml v0.37.5
26862026-06-26T17:55:15.346Z Compiling oso-derive v0.27.3
26872026-06-26T17:55:15.500Z Compiling impl-trait-for-tuples v0.2.3
26882026-06-26T17:55:15.719Z Compiling openssl-probe v0.1.6
26892026-06-26T17:55:15.789Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-06-26T17:55:16.017Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-26T17:55:16.494Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-06-26T17:55:16.512Z Compiling half v1.8.3
26932026-06-26T17:55:16.721Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-06-26T17:55:16.946Z Compiling serde_cbor v0.11.2
26952026-06-26T17:55:16.994Z Compiling bb8 v0.8.6
26962026-06-26T17:55:17.399Z Compiling trait-variant v0.1.2
26972026-06-26T17:55:17.617Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-06-26T17:55:17.798Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-06-26T17:55:17.934Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-06-26T17:55:17.952Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27012026-06-26T17:55:17.957Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-06-26T17:55:18.051Z Compiling samael v0.0.19
27032026-06-26T17:55:18.209Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-06-26T17:55:18.298Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-06-26T17:55:18.481Z Compiling fxhash v0.2.1
27062026-06-26T17:55:18.639Z Compiling libz-sys v1.1.24
27072026-06-26T17:55:18.661Z Compiling salty v0.3.0
27082026-06-26T17:55:18.936Z Compiling nonempty v0.12.0
27092026-06-26T17:55:19.191Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-26T17:55:19.462Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27112026-06-26T17:55:19.675Z Compiling kstat-rs v0.2.4
27122026-06-26T17:55:19.832Z Compiling arc-swap v1.8.2
27132026-06-26T17:55:20.181Z Compiling fs-err v2.11.0
27142026-06-26T17:55:20.206Z Compiling polar-core v0.27.3
27152026-06-26T17:55:20.337Z Compiling slog-scope v4.4.1
27162026-06-26T17:55:20.448Z Compiling mime_guess v2.0.5
27172026-06-26T17:55:20.542Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-06-26T17:55:20.599Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-06-26T17:55:20.926Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27202026-06-26T17:55:21.005Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27212026-06-26T17:55:21.393Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-06-26T17:55:21.503Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27232026-06-26T17:55:21.913Z Compiling nanorand v0.7.0
27242026-06-26T17:55:22.259Z Compiling darling_core v0.23.0
27252026-06-26T17:55:22.311Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-06-26T17:55:22.639Z Compiling parking_lot_core v0.8.6
27272026-06-26T17:55:22.973Z Compiling flume v0.11.1
27282026-06-26T17:55:23.371Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27292026-06-26T17:55:24.034Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-06-26T17:55:24.388Z Compiling darling_macro v0.23.0
27312026-06-26T17:55:24.478Z Compiling slog-stdlog v4.1.1
27322026-06-26T17:55:24.780Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27332026-06-26T17:55:24.853Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27342026-06-26T17:55:24.899Z Compiling primeorder v0.13.6
27352026-06-26T17:55:24.953Z Compiling atty v0.2.14
27362026-06-26T17:55:25.091Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-06-26T17:55:25.216Z Compiling strsim v0.10.0
27382026-06-26T17:55:25.317Z Compiling instability v0.3.11
27392026-06-26T17:55:25.524Z Compiling async-bb8-diesel v0.2.1
27402026-06-26T17:55:25.547Z Compiling diesel-dtrace v0.5.0
27412026-06-26T17:55:25.859Z Compiling http-range v0.1.5
27422026-06-26T17:55:25.989Z Compiling parse-size v1.1.0
27432026-06-26T17:55:26.105Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-26T17:55:26.187Z Compiling darling_core v0.13.4
27452026-06-26T17:55:26.240Z Compiling p384 v0.13.1
27462026-06-26T17:55:27.819Z Compiling darling v0.23.0
27472026-06-26T17:55:27.929Z Compiling slog-envlogger v2.2.0
27482026-06-26T17:55:29.124Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-26T17:55:29.255Z Compiling oso v0.27.3
27502026-06-26T17:55:30.251Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-26T17:55:30.735Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-26T17:55:30.912Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27532026-06-26T17:55:32.052Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-26T17:55:32.697Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-06-26T17:55:33.104Z Compiling ignore v0.4.25
27562026-06-26T17:55:33.570Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-26T17:55:33.998Z Compiling vergen-git2 v9.1.0
27582026-06-26T17:55:34.223Z Compiling castaway v0.2.4
27592026-06-26T17:55:34.388Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-26T17:55:34.642Z Compiling indoc v2.0.7
27612026-06-26T17:55:34.741Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-26T17:55:35.035Z Compiling compact_str v0.8.1
27632026-06-26T17:55:35.572Z Compiling globwalk v0.9.1
27642026-06-26T17:55:35.723Z Compiling parking_lot v0.11.2
27652026-06-26T17:55:36.395Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-06-26T17:55:36.427Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27672026-06-26T17:55:36.427Z Compiling hyper-staticfile v0.10.1
27682026-06-26T17:55:36.458Z Compiling darling_macro v0.13.4
27692026-06-26T17:55:36.938Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-26T17:55:36.970Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-26T17:55:37.131Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-26T17:55:37.383Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-26T17:55:37.575Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-06-26T17:55:37.601Z Compiling predicates-tree v1.0.13
27752026-06-26T17:55:37.750Z Compiling unicode-truncate v1.1.0
27762026-06-26T17:55:37.956Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-26T17:55:38.033Z Compiling lru v0.12.5
27782026-06-26T17:55:38.054Z Compiling prefix-trie v0.7.0
27792026-06-26T17:55:38.078Z Compiling rand_seeder v0.4.0
27802026-06-26T17:55:38.182Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-26T17:55:38.262Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-06-26T17:55:38.292Z Compiling illumos-nvpair-sys v0.2.0
27832026-06-26T17:55:38.325Z Compiling corncobs v0.1.4
27842026-06-26T17:55:38.509Z Compiling rustls v0.21.12
27852026-06-26T17:55:38.524Z Compiling cassowary v0.3.0
27862026-06-26T17:55:38.639Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-06-26T17:55:38.655Z Compiling hickory-server v0.25.2
27882026-06-26T17:55:38.655Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-06-26T17:55:38.783Z Compiling camino-tempfile-ext v0.3.3
27902026-06-26T17:55:38.827Z Compiling ratatui v0.29.0
27912026-06-26T17:55:38.955Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-26T17:55:39.281Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-06-26T17:55:39.302Z Compiling darling v0.13.4
27942026-06-26T17:55:39.389Z Compiling sled v0.34.7
27952026-06-26T17:55:40.083Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-06-26T17:55:40.693Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-06-26T17:55:40.776Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-06-26T17:55:44.376Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-06-26T17:55:44.376Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-06-26T17:55:44.376Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-06-26T17:55:44.376Z Compiling sct v0.7.1
28022026-06-26T17:55:44.376Z Compiling rustls-webpki v0.101.7
28032026-06-26T17:55:44.376Z Compiling secrecy v0.8.0
28042026-06-26T17:55:44.376Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-06-26T17:55:44.377Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28062026-06-26T17:55:44.377Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-06-26T17:55:44.705Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-06-26T17:55:44.934Z Compiling serde_with_macros v1.5.2
28092026-06-26T17:55:45.732Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-06-26T17:55:46.871Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28112026-06-26T17:55:46.954Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-06-26T17:55:47.111Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28132026-06-26T17:55:47.328Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-06-26T17:55:47.545Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-06-26T17:55:47.758Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-06-26T17:55:47.974Z Compiling git2 v0.20.4
28172026-06-26T17:55:48.039Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-06-26T17:55:48.207Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-06-26T17:55:48.253Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-06-26T17:55:48.532Z Compiling void v1.0.2
28212026-06-26T17:55:48.675Z Compiling lzss v0.8.2
28222026-06-26T17:55:48.997Z Compiling illumos-nvpair v0.3.0
28232026-06-26T17:55:49.582Z Compiling serde_with v1.14.0
28242026-06-26T17:55:49.609Z Compiling tokio-rustls v0.24.1
28252026-06-26T17:55:49.962Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28262026-06-26T17:55:50.993Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28272026-06-26T17:55:51.026Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-06-26T17:55:51.081Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28292026-06-26T17:55:53.074Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-06-26T17:55:53.270Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-06-26T17:55:53.826Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-06-26T17:55:54.602Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-06-26T17:55:54.676Z Compiling tungstenite v0.23.0
28342026-06-26T17:55:54.870Z Compiling rustls-pemfile v1.0.4
28352026-06-26T17:55:55.229Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-06-26T17:55:55.266Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-06-26T17:55:55.489Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-06-26T17:55:55.715Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-26T17:55:55.810Z Compiling nix v0.27.1
28402026-06-26T17:55:56.138Z Compiling twox-hash v2.1.2
28412026-06-26T17:55:56.638Z Compiling serde_bytes v0.11.19
28422026-06-26T17:55:56.925Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-06-26T17:55:57.022Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28442026-06-26T17:55:57.122Z Compiling tokio-tungstenite v0.23.1
28452026-06-26T17:55:57.282Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-06-26T17:55:57.492Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-06-26T17:55:57.519Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-06-26T17:55:57.757Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28492026-06-26T17:55:59.066Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28502026-06-26T17:55:59.699Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-06-26T17:56:00.347Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28522026-06-26T17:56:00.746Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28532026-06-26T17:56:01.149Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-06-26T17:56:01.452Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28552026-06-26T17:56:01.620Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28562026-06-26T17:56:01.760Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-06-26T17:56:01.969Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28582026-06-26T17:56:02.039Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-06-26T17:56:02.412Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-06-26T17:56:02.975Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-06-26T17:56:03.440Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-06-26T17:56:06.163Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-06-26T17:56:06.408Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-06-26T17:56:07.516Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-06-26T17:56:07.652Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-06-26T17:56:07.803Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-26T17:56:08.049Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-06-26T17:56:08.757Z Compiling signal-hook-tokio v0.3.1
28692026-06-26T17:56:08.866Z Compiling fatfs v0.3.6
28702026-06-26T17:56:08.939Z Compiling yasna v0.5.2
28712026-06-26T17:56:08.981Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-06-26T17:56:09.103Z Compiling seq-macro v0.3.6
28732026-06-26T17:56:09.591Z Compiling is_ci v1.2.0
28742026-06-26T17:56:09.876Z Compiling assert_matches v1.5.0
28752026-06-26T17:56:09.984Z Compiling supports-color v3.0.2
28762026-06-26T17:56:10.182Z Compiling rcgen v0.12.1
28772026-06-26T17:56:10.268Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28782026-06-26T17:56:10.788Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-06-26T17:56:11.492Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28802026-06-26T17:56:12.820Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-06-26T17:56:12.946Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-06-26T17:56:13.065Z Compiling rtoolbox v0.0.3
28832026-06-26T17:56:13.182Z Compiling subprocess v0.2.15
28842026-06-26T17:56:13.344Z Compiling rpassword v7.4.0
28852026-06-26T17:56:13.633Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-06-26T17:56:14.762Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-06-26T17:56:15.407Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-06-26T17:56:15.429Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-06-26T17:56:15.540Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-06-26T17:56:16.570Z Compiling tui-tree-widget v0.23.1
28912026-06-26T17:56:16.852Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-06-26T17:56:17.315Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-06-26T17:56:17.982Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-06-26T17:56:18.198Z Compiling uzers v0.12.2
28952026-06-26T17:56:18.900Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-06-26T17:56:19.518Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-06-26T17:56:19.869Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-06-26T17:56:21.273Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-06-26T17:56:22.907Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-06-26T17:56:24.448Z Compiling support-bundle-viewer v0.1.2
29012026-06-26T17:56:25.079Z Compiling multimap v0.10.1
29022026-06-26T17:56:40.191Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-06-26T17:56:40.593Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-06-26T17:56:46.839Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-06-26T17:56:47.090Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-06-26T17:56:47.557Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-06-26T18:02:55.718Z Finished `release` profile [optimized] target(s) in 8m 17s
29082026-06-26T18:03:41.226Z
29092026-06-26T18:03:41.229Zreal 9:04.146460372
29102026-06-26T18:03:41.229Zuser 1:17:59.893962290
29112026-06-26T18:03:41.229Zsys 3:24.812235133
29122026-06-26T18:03:41.230Ztrap 1.733940537
29132026-06-26T18:03:41.230Ztflt 2.192636566
29142026-06-26T18:03:41.230Zdflt 17.373381726
29152026-06-26T18:03:41.230Zkflt 0.028740730
29162026-06-26T18:03:41.230Zlock 6:32:48.189820738
29172026-06-26T18:03:41.230Zslp 2:08:46.933249676
29182026-06-26T18:03:41.230Zlat 2:17.066297884
29192026-06-26T18:03:41.230Zstop 5:05.813220378
29202026-06-26T18:03:41.230Z+ mapfile -t packages
29212026-06-26T18:03:41.230Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-06-26T18:03:42.099Z Finished `release` profile [optimized] target(s) in 0.86s
29232026-06-26T18:03:42.161Z Running `target/release/omicron-package -t test list-outputs`
29242026-06-26T18:03:42.217ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-06-26T18:03:42.221Z+ ptime -m cargo build --locked --release -p xtask
29262026-06-26T18:03:42.693Z Compiling libc v0.2.185
29272026-06-26T18:03:42.693Z Compiling serde v1.0.228
29282026-06-26T18:03:42.698Z Compiling serde_core v1.0.228
29292026-06-26T18:03:42.698Z Compiling rustix v1.1.3
29302026-06-26T18:03:42.698Z Compiling bitflags v2.11.0
29312026-06-26T18:03:42.698Z Compiling serde_json v1.0.149
29322026-06-26T18:03:42.787Z Compiling num-traits v0.2.19
29332026-06-26T18:03:42.800Z Compiling syn v2.0.117
29342026-06-26T18:03:42.852Z Compiling smallvec v1.15.1
29352026-06-26T18:03:42.852Z Compiling indexmap v2.14.0
29362026-06-26T18:03:42.873Z Compiling usdt-impl v0.5.0
29372026-06-26T18:03:42.885Z Compiling syn v1.0.109
29382026-06-26T18:03:42.897Z Compiling log v0.4.29
29392026-06-26T18:03:42.900Z Compiling getrandom v0.4.1
29402026-06-26T18:03:43.042Z Compiling percent-encoding v2.3.2
29412026-06-26T18:03:43.219Z Compiling form_urlencoded v1.2.2
29422026-06-26T18:03:43.263Z Compiling fs-err v3.3.0
29432026-06-26T18:03:43.266Z Compiling once_cell v1.21.3
29442026-06-26T18:03:43.284Z Compiling heck v0.4.1
29452026-06-26T18:03:43.305Z Compiling anyhow v1.0.102
29462026-06-26T18:03:43.503Z Compiling thread-id v4.2.2
29472026-06-26T18:03:43.513Z Compiling errno v0.3.14
29482026-06-26T18:03:43.545Z Compiling memmap v0.7.0
29492026-06-26T18:03:43.765Z Compiling ordered-float v2.10.1
29502026-06-26T18:03:44.352Z Compiling proc-macro-error v1.0.4
29512026-06-26T18:03:44.511Z Compiling terminal_size v0.4.3
29522026-06-26T18:03:44.511Z Compiling tempfile v3.25.0
29532026-06-26T18:03:44.590Z Compiling tabled_derive v0.7.0
29542026-06-26T18:03:44.605Z Compiling clap_builder v4.6.0
29552026-06-26T18:03:44.605Z Compiling textwrap v0.16.2
29562026-06-26T18:03:44.744Z Compiling camino-tempfile v1.4.1
29572026-06-26T18:03:45.260Z Compiling tabled v0.15.0
29582026-06-26T18:03:45.302Z Compiling synstructure v0.13.2
29592026-06-26T18:03:45.302Z Compiling pest_generator v2.8.6
29602026-06-26T18:03:45.674Z Compiling serde_derive v1.0.228
29612026-06-26T18:03:45.677Z Compiling zerovec-derive v0.11.2
29622026-06-26T18:03:45.677Z Compiling displaydoc v0.2.5
29632026-06-26T18:03:45.677Z Compiling thiserror-impl v1.0.69
29642026-06-26T18:03:45.677Z Compiling zerocopy-derive v0.7.35
29652026-06-26T18:03:45.677Z Compiling scroll_derive v0.12.1
29662026-06-26T18:03:45.677Z Compiling thiserror-impl v2.0.18
29672026-06-26T18:03:45.677Z Compiling clap_derive v4.6.1
29682026-06-26T18:03:45.716Z Compiling zerofrom-derive v0.1.6
29692026-06-26T18:03:45.725Z Compiling yoke-derive v0.8.1
29702026-06-26T18:03:45.818Z Compiling pest_derive v2.8.6
29712026-06-26T18:03:46.334Z Compiling scroll v0.12.0
29722026-06-26T18:03:46.494Z Compiling zerocopy v0.7.35
29732026-06-26T18:03:46.684Z Compiling goblin v0.8.2
29742026-06-26T18:03:46.776Z Compiling zerofrom v0.1.6
29752026-06-26T18:03:46.891Z Compiling yoke v0.8.1
29762026-06-26T18:03:46.919Z Compiling thiserror v1.0.69
29772026-06-26T18:03:46.965Z Compiling thiserror v2.0.18
29782026-06-26T18:03:47.007Z Compiling dtrace-parser v0.2.0
29792026-06-26T18:03:47.092Z Compiling zerovec v0.11.5
29802026-06-26T18:03:47.104Z Compiling zerotrie v0.2.3
29812026-06-26T18:03:47.376Z Compiling clap v4.6.1
29822026-06-26T18:03:47.693Z Compiling tinystr v0.8.2
29832026-06-26T18:03:47.715Z Compiling potential_utf v0.1.4
29842026-06-26T18:03:47.924Z Compiling icu_locale_core v2.1.1
29852026-06-26T18:03:47.943Z Compiling icu_collections v2.1.1
29862026-06-26T18:03:48.685Z Compiling icu_provider v2.1.1
29872026-06-26T18:03:49.014Z Compiling icu_properties v2.1.2
29882026-06-26T18:03:49.107Z Compiling icu_normalizer v2.1.1
29892026-06-26T18:03:49.190Z Compiling toml_datetime v0.6.11
29902026-06-26T18:03:49.328Z Compiling serde_spanned v0.6.9
29912026-06-26T18:03:49.340Z Compiling dof v0.3.0
29922026-06-26T18:03:49.504Z Compiling toml_edit v0.22.27
29932026-06-26T18:03:49.564Z Compiling serde_tokenstream v0.2.3
29942026-06-26T18:03:49.579Z Compiling serde-value v0.7.0
29952026-06-26T18:03:49.595Z Compiling cargo-platform v0.2.0
29962026-06-26T18:03:49.878Z Compiling macaddr v1.0.1
29972026-06-26T18:03:49.924Z Compiling idna_adapter v1.2.1
29982026-06-26T18:03:50.034Z Compiling idna v1.1.0
29992026-06-26T18:03:50.336Z Compiling usdt-attr-macro v0.5.0
30002026-06-26T18:03:50.348Z Compiling usdt-macro v0.5.0
30012026-06-26T18:03:50.417Z Compiling url v2.5.8
30022026-06-26T18:03:50.983Z Compiling usdt v0.5.0
30032026-06-26T18:03:51.121Z Compiling toml v0.8.23
30042026-06-26T18:03:51.549Z Compiling cargo-util-schemas v0.8.2
30052026-06-26T18:03:51.549Z Compiling cargo_toml v0.21.0
30062026-06-26T18:03:52.577Z Compiling cargo_metadata v0.21.0
30072026-06-26T18:03:56.061Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-06-26T18:03:59.055Z Finished `release` profile [optimized] target(s) in 16.82s
30092026-06-26T18:03:59.162Z
30102026-06-26T18:03:59.165Zreal 16.906956396
30112026-06-26T18:03:59.165Zuser 2:20.135506511
30122026-06-26T18:03:59.165Zsys 16.271207831
30132026-06-26T18:03:59.165Ztrap 0.096656913
30142026-06-26T18:03:59.165Ztflt 0.543321281
30152026-06-26T18:03:59.165Zdflt 1.379982712
30162026-06-26T18:03:59.166Zkflt 0.000021426
30172026-06-26T18:03:59.166Zlock 5:24.708883144
30182026-06-26T18:03:59.166Zslp 3:28.796028359
30192026-06-26T18:03:59.166Zlat 6.115416841
30202026-06-26T18:03:59.166Zstop 18.119655119
30212026-06-26T18:03:59.166Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-26T18:03:59.166Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-06-26T18:03:59.166Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-26T18:03:59.166Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-06-26T18:03:59.166Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-06-26T18:04:00.045Z Compiling progenitor-client v0.14.0
30272026-06-26T18:04:00.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-06-26T18:04:00.051Z Compiling newtype-uuid-macros v0.1.0
30292026-06-26T18:04:00.051Z Compiling match_cfg v0.1.0
30302026-06-26T18:04:00.051Z Compiling slog-json v2.6.1
30312026-06-26T18:04:00.051Z Compiling structmeta-derive v0.3.0
30322026-06-26T18:04:00.051Z Compiling rustls v0.22.4
30332026-06-26T18:04:00.051Z Compiling rustls-webpki v0.102.8
30342026-06-26T18:04:00.052Z Compiling multer v3.1.0
30352026-06-26T18:04:00.052Z Compiling debug-ignore v1.0.5
30362026-06-26T18:04:00.052Z Compiling compression-core v0.4.31
30372026-06-26T18:04:00.185Z Compiling atomicwrites v0.4.4
30382026-06-26T18:04:00.189Z Compiling itertools v0.14.0
30392026-06-26T18:04:00.243Z Compiling async-stream-impl v0.3.6
30402026-06-26T18:04:00.257Z Compiling toml_datetime v1.0.0+spec-1.1.0
30412026-06-26T18:04:00.260Z Compiling serde_spanned v1.0.4
30422026-06-26T18:04:00.394Z Compiling compression-codecs v0.4.37
30432026-06-26T18:04:00.428Z Compiling dropshot v0.17.0
30442026-06-26T18:04:00.446Z Compiling hostname v0.3.1
30452026-06-26T18:04:00.448Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-26T18:04:00.449Z Compiling waitgroup v0.1.2
30472026-06-26T18:04:00.476Z Compiling dropshot_endpoint v0.17.0
30482026-06-26T18:04:00.508Z Compiling rustls-pemfile v2.2.0
30492026-06-26T18:04:00.565Z Compiling slog-bunyan v2.5.0
30502026-06-26T18:04:00.595Z Compiling async-compression v0.4.41
30512026-06-26T18:04:00.599Z Compiling serde_path_to_error v0.1.20
30522026-06-26T18:04:00.632Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-26T18:04:00.649Z Compiling hostname v0.4.2
30542026-06-26T18:04:00.699Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-06-26T18:04:00.715Z Compiling macaddr v1.0.1
30562026-06-26T18:04:00.718Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-06-26T18:04:00.718Z Compiling instant v0.1.13
30582026-06-26T18:04:00.821Z Compiling regress v0.10.5
30592026-06-26T18:04:00.857Z Compiling backon v1.6.0
30602026-06-26T18:04:00.872Z Compiling async-stream v0.3.6
30612026-06-26T18:04:00.896Z Compiling backoff v0.4.0
30622026-06-26T18:04:00.920Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-06-26T18:04:00.958Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30642026-06-26T18:04:00.975Z Compiling humantime v2.3.0
30652026-06-26T18:04:01.057Z Compiling progenitor-extras v0.2.0
30662026-06-26T18:04:01.074Z Compiling universal-hash v0.5.1
30672026-06-26T18:04:01.089Z Compiling opaque-debug v0.3.1
30682026-06-26T18:04:05.440Z Compiling regress v0.11.1
30692026-06-26T18:04:05.448Z Compiling half v2.7.1
30702026-06-26T18:04:05.448Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-06-26T18:04:05.448Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-06-26T18:04:05.448Z Compiling ciborium-io v0.2.2
30732026-06-26T18:04:05.448Z Compiling crucible-workspace-hack v0.1.0
30742026-06-26T18:04:05.448Z Compiling convert_case v0.4.0
30752026-06-26T18:04:05.448Z Compiling structmeta v0.3.0
30762026-06-26T18:04:05.448Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-06-26T18:04:05.448Z Compiling aead v0.5.2
30782026-06-26T18:04:05.448Z Compiling secrecy v0.10.3
30792026-06-26T18:04:05.448Z Compiling poly1305 v0.8.0
30802026-06-26T18:04:05.448Z Compiling ciborium-ll v0.2.2
30812026-06-26T18:04:05.448Z Compiling chacha20 v0.9.1
30822026-06-26T18:04:05.448Z Compiling unsafe-libyaml v0.2.11
30832026-06-26T18:04:05.448Z Compiling derive-ex v0.1.8
30842026-06-26T18:04:05.449Z Compiling parse-display-derive v0.10.0
30852026-06-26T18:04:05.449Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30862026-06-26T18:04:05.475Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-06-26T18:04:05.476Z Compiling derive_more v0.99.20
30882026-06-26T18:04:05.476Z Compiling ciborium v0.2.2
30892026-06-26T18:04:05.476Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30902026-06-26T18:04:05.476Z Compiling thiserror-impl-no-std v2.0.2
30912026-06-26T18:04:05.476Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-06-26T18:04:05.476Z Compiling byte-wrapper v0.1.0
30932026-06-26T18:04:05.476Z Compiling blake2 v0.10.6
30942026-06-26T18:04:05.476Z Compiling serde_yaml v0.9.34+deprecated
30952026-06-26T18:04:05.476Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30962026-06-26T18:04:05.476Z Compiling password-hash v0.5.0
30972026-06-26T18:04:05.476Z Compiling toml_datetime v0.7.5+spec-1.1.0
30982026-06-26T18:04:05.476Z Compiling chacha20poly1305 v0.10.1
30992026-06-26T18:04:05.476Z Compiling indent_write v2.2.0
31002026-06-26T18:04:05.476Z Compiling heapless v0.8.0
31012026-06-26T18:04:05.476Z Compiling ingot-macros v0.1.1
31022026-06-26T18:04:05.476Z Compiling tabwriter v1.4.1
31032026-06-26T18:04:05.476Z Compiling argon2 v0.5.3
31042026-06-26T18:04:05.476Z Compiling toml_edit v0.23.10+spec-1.0.0
31052026-06-26T18:04:05.476Z Compiling tokio-rustls v0.25.0
31062026-06-26T18:04:05.476Z Compiling typify-impl v0.6.2
31072026-06-26T18:04:05.476Z Compiling hash32 v0.3.1
31082026-06-26T18:04:05.477Z Compiling thiserror-no-std v2.0.2
31092026-06-26T18:04:05.477Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-06-26T18:04:05.477Z Compiling vsss-rs v3.3.4
31112026-06-26T18:04:05.477Z Compiling test-strategy v0.4.5
31122026-06-26T18:04:05.477Z Compiling parse-display v0.10.0
31132026-06-26T18:04:05.477Z Compiling proc-macro-crate v3.4.0
31142026-06-26T18:04:05.477Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-06-26T18:04:05.477Z Compiling smoltcp v0.11.0
31162026-06-26T18:04:05.477Z Compiling cobs v0.3.0
31172026-06-26T18:04:05.477Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31182026-06-26T18:04:05.477Z Compiling num_enum_derive v0.7.6
31192026-06-26T18:04:05.477Z Compiling colored v3.1.1
31202026-06-26T18:04:05.477Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-06-26T18:04:05.477Z Compiling postcard v1.1.3
31222026-06-26T18:04:05.477Z Compiling proc-macro-error v1.0.4
31232026-06-26T18:04:05.477Z Compiling proc-macro-crate v1.3.1
31242026-06-26T18:04:05.477Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31252026-06-26T18:04:05.477Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31262026-06-26T18:04:05.477Z Compiling foreign-types-macros v0.2.3
31272026-06-26T18:04:05.477Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-26T18:04:05.477Z Compiling cpufeatures v0.3.0
31292026-06-26T18:04:05.477Z Compiling rayon-core v1.13.0
31302026-06-26T18:04:05.477Z Compiling foreign-types-shared v0.3.1
31312026-06-26T18:04:05.477Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-06-26T18:04:05.478Z Compiling chacha20 v0.10.0
31332026-06-26T18:04:05.478Z Compiling num_enum_derive v0.5.11
31342026-06-26T18:04:05.478Z Compiling crossbeam-deque v0.8.6
31352026-06-26T18:04:05.478Z Compiling camino-tempfile v1.4.1
31362026-06-26T18:04:05.478Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-06-26T18:04:05.478Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31382026-06-26T18:04:05.478Z Compiling cstr-argument v0.1.2
31392026-06-26T18:04:05.478Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31402026-06-26T18:04:05.478Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-06-26T18:04:05.478Z Compiling foreign-types v0.5.0
31422026-06-26T18:04:05.478Z Compiling rand v0.10.0
31432026-06-26T18:04:05.478Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31442026-06-26T18:04:05.478Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31452026-06-26T18:04:05.478Z Compiling num_enum v0.7.6
31462026-06-26T18:04:05.478Z Compiling zone_cfg_derive v0.3.1
31472026-06-26T18:04:05.478Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-06-26T18:04:05.478Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31492026-06-26T18:04:05.478Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-26T18:04:05.478Z Compiling rayon v1.11.0
31512026-06-26T18:04:05.478Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31522026-06-26T18:04:05.478Z Compiling itertools v0.12.1
31532026-06-26T18:04:05.478Z Compiling ingot-types v0.1.2
31542026-06-26T18:04:05.478Z Compiling num-derive v0.4.2
31552026-06-26T18:04:05.479Z Compiling sigpipe v0.1.3
31562026-06-26T18:04:05.489Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31572026-06-26T18:04:05.500Z Compiling glob v0.3.3
31582026-06-26T18:04:09.436Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31592026-06-26T18:04:09.455Z Compiling smf v0.2.3
31602026-06-26T18:04:09.455Z Compiling whoami v1.6.1
31612026-06-26T18:04:09.455Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-06-26T18:04:09.455Z Compiling ingot v0.1.1
31632026-06-26T18:04:09.455Z Compiling num_enum v0.5.11
31642026-06-26T18:04:09.455Z Compiling usdt-macro v0.5.0
31652026-06-26T18:04:09.455Z Compiling usdt-attr-macro v0.5.0
31662026-06-26T18:04:09.455Z Compiling gethostname v0.5.0
31672026-06-26T18:04:09.455Z Compiling num-rational v0.4.2
31682026-06-26T18:04:09.455Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31692026-06-26T18:04:09.456Z Compiling num-complex v0.4.6
31702026-06-26T18:04:09.456Z Compiling memmap v0.7.0
31712026-06-26T18:04:09.456Z Compiling derive-where v1.6.0
31722026-06-26T18:04:09.456Z Compiling float-ord v0.3.2
31732026-06-26T18:04:09.456Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31742026-06-26T18:04:09.456Z Compiling num v0.4.3
31752026-06-26T18:04:09.456Z Compiling toml v0.8.23
31762026-06-26T18:04:09.456Z Compiling resolv-conf v0.7.6
31772026-06-26T18:04:09.456Z Compiling zone v0.3.1
31782026-06-26T18:04:09.456Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-06-26T18:04:09.466Z Compiling owo-colors v4.3.0
31802026-06-26T18:04:09.466Z Compiling cancel-safe-futures v0.1.5
31812026-06-26T18:04:09.466Z Compiling usdt v0.5.0
31822026-06-26T18:04:09.466Z Compiling libsw-core v0.3.2
31832026-06-26T18:04:09.466Z Compiling prettyplease v0.2.37
31842026-06-26T18:04:09.466Z Compiling libsw v3.5.0
31852026-06-26T18:04:09.466Z Compiling console v0.15.11
31862026-06-26T18:04:09.466Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-06-26T18:04:09.466Z Compiling hickory-proto v0.24.4
31882026-06-26T18:04:09.466Z Compiling newline-converter v0.3.0
31892026-06-26T18:04:09.466Z Compiling linear-map v1.2.0
31902026-06-26T18:04:09.466Z Compiling libefi-sys v0.1.0
31912026-06-26T18:04:09.466Z Compiling linked-hash-map v0.5.6
31922026-06-26T18:04:09.466Z Compiling expectorate v1.2.0
31932026-06-26T18:04:09.466Z Compiling typify-macro v0.6.2
31942026-06-26T18:04:09.466Z Compiling git-stub v1.0.0
31952026-06-26T18:04:09.467Z Compiling lru-cache v0.1.2
31962026-06-26T18:04:09.467Z Compiling bitfield-struct v0.6.2
31972026-06-26T18:04:09.467Z Compiling nom v8.0.0
31982026-06-26T18:04:09.467Z Compiling semver v0.1.20
31992026-06-26T18:04:09.467Z Compiling git-stub-vcs v0.1.0
32002026-06-26T18:04:09.467Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32012026-06-26T18:04:09.467Z Compiling tokio-dtrace v0.1.1
32022026-06-26T18:04:09.467Z Compiling dropshot-api-manager-types v0.7.2
32032026-06-26T18:04:09.467Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-06-26T18:04:09.467Z Compiling rustc_version v0.1.7
32052026-06-26T18:04:09.467Z Compiling slog-dtrace v0.3.0
32062026-06-26T18:04:09.467Z Compiling minimal-lexical v0.2.1
32072026-06-26T18:04:09.467Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-06-26T18:04:09.467Z Compiling oxide-tokio-rt v0.1.4
32092026-06-26T18:04:09.467Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-06-26T18:04:09.467Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-06-26T18:04:09.467Z Compiling newtype_derive v0.1.6
32122026-06-26T18:04:09.468Z Compiling nom v7.1.3
32132026-06-26T18:04:09.468Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-06-26T18:04:09.468Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32152026-06-26T18:04:09.468Z Compiling phf_shared v0.12.1
32162026-06-26T18:04:09.468Z Compiling csv-core v0.1.13
32172026-06-26T18:04:09.468Z Compiling highway v1.3.0
32182026-06-26T18:04:09.468Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-06-26T18:04:09.468Z Compiling xshell-macros v0.2.7
32202026-06-26T18:04:09.468Z Compiling chrono-tz v0.10.4
32212026-06-26T18:04:09.468Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32222026-06-26T18:04:09.468Z Compiling const_format_proc_macros v0.2.34
32232026-06-26T18:04:09.468Z Compiling csv v1.4.0
32242026-06-26T18:04:09.468Z Compiling phf v0.12.1
32252026-06-26T18:04:09.468Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-06-26T18:04:09.468Z Compiling primeorder v0.13.6
32272026-06-26T18:04:09.468Z Compiling xshell v0.2.7
32282026-06-26T18:04:09.468Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32292026-06-26T18:04:09.468Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-06-26T18:04:09.468Z Compiling typify v0.6.2
32312026-06-26T18:04:09.468Z Compiling tabled_derive v0.7.0
32322026-06-26T18:04:09.468Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-06-26T18:04:09.469Z Compiling progenitor-impl v0.14.0
32342026-06-26T18:04:09.469Z Compiling hickory-resolver v0.24.4
32352026-06-26T18:04:09.469Z Compiling bcs v0.1.6
32362026-06-26T18:04:09.472Z Compiling const_format v0.2.35
32372026-06-26T18:04:09.495Z Compiling termtree v0.5.1
32382026-06-26T18:04:09.518Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-06-26T18:04:10.543Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32402026-06-26T18:04:10.559Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32412026-06-26T18:04:10.559Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-06-26T18:04:10.559Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32432026-06-26T18:04:10.559Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-06-26T18:04:10.559Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-06-26T18:04:10.559Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-06-26T18:04:10.559Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32472026-06-26T18:04:10.559Z Compiling tagptr v0.2.0
32482026-06-26T18:04:10.559Z Compiling salty v0.3.0
32492026-06-26T18:04:10.559Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-26T18:04:10.559Z Compiling qorb v0.4.1
32512026-06-26T18:04:10.559Z Compiling textwrap v0.16.2
32522026-06-26T18:04:10.559Z Compiling moka v0.12.13
32532026-06-26T18:04:10.951Z Compiling tabled v0.15.0
32542026-06-26T18:04:10.955Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-06-26T18:04:11.015Z Compiling steno v0.4.1
32562026-06-26T18:04:11.035Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-06-26T18:04:12.245Z Compiling base64 v0.21.7
32582026-06-26T18:04:12.252Z Compiling radium v0.7.0
32592026-06-26T18:04:12.252Z Compiling hickory-resolver v0.25.2
32602026-06-26T18:04:12.252Z Compiling p384 v0.13.1
32612026-06-26T18:04:12.252Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32622026-06-26T18:04:12.257Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-06-26T18:04:12.257Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-06-26T18:04:12.257Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-06-26T18:04:12.257Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-06-26T18:04:12.257Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32672026-06-26T18:04:12.257Z Compiling progenitor-macro v0.14.0
32682026-06-26T18:04:12.257Z Compiling maybe-uninit v2.0.0
32692026-06-26T18:04:12.715Z Compiling tap v1.0.1
32702026-06-26T18:04:12.724Z Compiling wyz v0.5.1
32712026-06-26T18:04:12.724Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-06-26T18:04:12.729Z Compiling proc-macro-error-attr2 v2.0.0
32732026-06-26T18:04:12.747Z Compiling packed_struct v0.10.1
32742026-06-26T18:04:12.795Z Compiling utf-8 v0.7.6
32752026-06-26T18:04:12.855Z Compiling parking_lot_core v0.8.6
32762026-06-26T18:04:12.948Z Compiling funty v2.0.0
32772026-06-26T18:04:12.999Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-06-26T18:04:13.050Z Compiling tungstenite v0.21.0
32792026-06-26T18:04:13.168Z Compiling polyval v0.6.2
32802026-06-26T18:04:13.184Z Compiling proc-macro-error2 v2.0.1
32812026-06-26T18:04:13.215Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-06-26T18:04:13.255Z Compiling packed_struct_codegen v0.10.1
32832026-06-26T18:04:13.314Z Compiling bitvec v1.0.1
32842026-06-26T18:04:13.385Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-06-26T18:04:13.430Z Compiling num-derive v0.3.3
32862026-06-26T18:04:13.551Z Compiling zerocopy-derive v0.6.6
32872026-06-26T18:04:13.596Z Compiling bitfield-macros v0.19.4
32882026-06-26T18:04:13.613Z Compiling indexmap v1.9.3
32892026-06-26T18:04:13.630Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-06-26T18:04:13.716Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-06-26T18:04:13.734Z Compiling crc-catalog v2.4.0
32922026-06-26T18:04:13.836Z Compiling nodrop v0.1.14
32932026-06-26T18:04:13.888Z Compiling crc v3.4.0
32942026-06-26T18:04:13.905Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-26T18:04:13.950Z Compiling array-init v0.0.4
32962026-06-26T18:04:13.954Z Compiling tokio-tungstenite v0.21.0
32972026-06-26T18:04:13.983Z Compiling tabled_derive v0.11.0
32982026-06-26T18:04:14.009Z Compiling ghash v0.5.1
32992026-06-26T18:04:14.175Z Compiling smallvec v0.6.14
33002026-06-26T18:04:14.328Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-06-26T18:04:14.344Z Compiling progenitor-impl v0.13.0
33022026-06-26T18:04:14.364Z Compiling papergrid v0.17.0
33032026-06-26T18:04:14.378Z Compiling bitfield v0.19.4
33042026-06-26T18:04:14.395Z Compiling libscf-sys v1.1.0
33052026-06-26T18:04:14.419Z Compiling testing_table v0.3.0
33062026-06-26T18:04:14.437Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33072026-06-26T18:04:14.475Z Compiling zerocopy v0.6.6
33082026-06-26T18:04:14.565Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-26T18:04:14.603Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33102026-06-26T18:04:14.623Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-06-26T18:04:14.639Z Compiling ctr v0.9.2
33122026-06-26T18:04:14.736Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-06-26T18:04:14.741Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-06-26T18:04:14.834Z Compiling unicase v2.9.0
33152026-06-26T18:04:14.867Z Compiling illumos-nvpair-sys v0.2.0
33162026-06-26T18:04:14.885Z Compiling hashbrown v0.12.3
33172026-06-26T18:04:14.901Z Compiling corncobs v0.1.4
33182026-06-26T18:04:15.043Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-26T18:04:15.058Z Compiling aes-gcm v0.10.3
33202026-06-26T18:04:15.084Z Compiling mime_guess v2.0.5
33212026-06-26T18:04:15.101Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-06-26T18:04:15.140Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-06-26T18:04:15.199Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-06-26T18:04:15.271Z Compiling parking_lot v0.11.2
33252026-06-26T18:04:15.392Z Compiling tabled v0.20.0
33262026-06-26T18:04:15.505Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-26T18:04:15.619Z Compiling serde-hex v0.1.0
33282026-06-26T18:04:15.715Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33292026-06-26T18:04:15.732Z Compiling ron v0.8.1
33302026-06-26T18:04:15.779Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-06-26T18:04:15.864Z Compiling hashbrown v0.13.2
33322026-06-26T18:04:16.080Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-06-26T18:04:16.188Z Compiling progenitor-client v0.13.0
33342026-06-26T18:04:16.225Z Compiling blowfish v0.9.1
33352026-06-26T18:04:16.271Z Compiling prefix-trie v0.7.0
33362026-06-26T18:04:16.380Z Compiling ssh-encoding v0.2.0
33372026-06-26T18:04:16.499Z Compiling fxhash v0.2.1
33382026-06-26T18:04:16.543Z Compiling secrecy v0.8.0
33392026-06-26T18:04:16.615Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33402026-06-26T18:04:16.682Z Compiling crc-any v2.5.0
33412026-06-26T18:04:16.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-06-26T18:04:16.740Z Compiling sled v0.34.7
33432026-06-26T18:04:16.758Z Compiling hickory-server v0.25.2
33442026-06-26T18:04:16.953Z Compiling ssh-cipher v0.2.0
33452026-06-26T18:04:16.976Z Compiling bcrypt-pbkdf v0.10.0
33462026-06-26T18:04:17.123Z Compiling progenitor-macro v0.13.0
33472026-06-26T18:04:17.275Z Compiling progenitor v0.14.0
33482026-06-26T18:04:17.292Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-06-26T18:04:17.338Z Compiling object v0.30.4
33502026-06-26T18:04:17.454Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33512026-06-26T18:04:17.472Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-06-26T18:04:17.569Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33532026-06-26T18:04:17.623Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-26T18:04:17.827Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33552026-06-26T18:04:17.991Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33562026-06-26T18:04:18.025Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33572026-06-26T18:04:18.161Z Compiling password-hash v0.4.2
33582026-06-26T18:04:18.249Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33592026-06-26T18:04:18.321Z Compiling http-range v0.1.5
33602026-06-26T18:04:18.337Z Compiling half v1.8.3
33612026-06-26T18:04:18.533Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33622026-06-26T18:04:18.574Z Compiling path-slash v0.1.5
33632026-06-26T18:04:18.641Z Compiling crc8 v0.1.1
33642026-06-26T18:04:18.662Z Compiling serde_cbor v0.11.2
33652026-06-26T18:04:18.784Z Compiling pbkdf2 v0.11.0
33662026-06-26T18:04:18.787Z Compiling illumos-nvpair v0.3.0
33672026-06-26T18:04:19.034Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-06-26T18:04:19.062Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-06-26T18:04:19.291Z Compiling ssh-key v0.6.7
33702026-06-26T18:04:19.586Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33712026-06-26T18:04:19.973Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-06-26T18:04:20.077Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-06-26T18:04:20.209Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-06-26T18:04:20.320Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33752026-06-26T18:04:20.490Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-06-26T18:04:20.507Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-06-26T18:04:20.531Z Compiling p521 v0.13.3
33782026-06-26T18:04:20.776Z Compiling p256 v0.13.2
33792026-06-26T18:04:20.922Z Compiling yasna v0.5.2
33802026-06-26T18:04:20.984Z Compiling kstat-rs v0.2.4
33812026-06-26T18:04:21.002Z Compiling headers-core v0.3.0
33822026-06-26T18:04:21.043Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33832026-06-26T18:04:21.155Z Compiling nanorand v0.7.0
33842026-06-26T18:04:21.176Z Compiling russh-cryptovec v0.7.3
33852026-06-26T18:04:21.285Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-06-26T18:04:21.312Z Compiling atty v0.2.14
33872026-06-26T18:04:21.398Z Compiling md5 v0.7.0
33882026-06-26T18:04:21.446Z Compiling home v0.5.12
33892026-06-26T18:04:21.465Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33902026-06-26T18:04:21.528Z Compiling rcgen v0.12.1
33912026-06-26T18:04:21.628Z Compiling russh-keys v0.45.0
33922026-06-26T18:04:21.644Z Compiling flume v0.11.1
33932026-06-26T18:04:21.741Z Compiling headers v0.4.1
33942026-06-26T18:04:21.914Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-06-26T18:04:21.994Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33962026-06-26T18:04:22.012Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-06-26T18:04:22.204Z Compiling progenitor v0.13.0
33982026-06-26T18:04:22.273Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33992026-06-26T18:04:22.376Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34002026-06-26T18:04:22.429Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-06-26T18:04:22.508Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34022026-06-26T18:04:22.540Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-06-26T18:04:22.750Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042026-06-26T18:04:22.820Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-06-26T18:04:22.839Z Compiling hyper-staticfile v0.10.1
34062026-06-26T18:04:22.953Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-06-26T18:04:22.970Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-06-26T18:04:23.027Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34092026-06-26T18:04:23.226Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34102026-06-26T18:04:23.244Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34112026-06-26T18:04:23.368Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34122026-06-26T18:04:23.385Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-06-26T18:04:23.447Z Compiling num-bigint v0.4.6
34142026-06-26T18:04:23.494Z Compiling des v0.8.1
34152026-06-26T18:04:23.534Z Compiling subprocess v0.2.15
34162026-06-26T18:04:23.552Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-06-26T18:04:23.592Z Compiling hex-literal v0.4.1
34182026-06-26T18:04:23.686Z Compiling display-error-chain v0.2.2
34192026-06-26T18:04:23.731Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34202026-06-26T18:04:23.751Z Compiling colored v2.2.0
34212026-06-26T18:04:23.846Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34222026-06-26T18:04:23.862Z Compiling internet-checksum v0.2.1
34232026-06-26T18:04:24.008Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-06-26T18:04:24.034Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-06-26T18:04:24.759Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-06-26T18:04:24.791Z Compiling russh v0.45.0
34272026-06-26T18:04:25.591Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-06-26T18:04:26.488Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34292026-06-26T18:04:26.488Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34302026-06-26T18:04:28.878Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34312026-06-26T18:04:29.028Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34322026-06-26T18:04:29.554Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34332026-06-26T18:04:30.000Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34342026-06-26T18:04:31.508Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34352026-06-26T18:04:39.833Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34362026-06-26T18:04:39.833Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34372026-06-26T18:04:39.836Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34382026-06-26T18:04:39.836Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34392026-06-26T18:04:41.573Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402026-06-26T18:04:41.606Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34412026-06-26T18:04:45.605Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34422026-06-26T18:05:25.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34432026-06-26T18:05:25.276Z
34442026-06-26T18:05:25.276Zreal 1:26.051151838
34452026-06-26T18:05:25.276Zuser 7:57.973734554
34462026-06-26T18:05:25.276Zsys 1:36.124906750
34472026-06-26T18:05:25.276Ztrap 0.240199543
34482026-06-26T18:05:25.276Ztflt 0.634839269
34492026-06-26T18:05:25.276Zdflt 1.645935949
34502026-06-26T18:05:25.276Zkflt 0.034474626
34512026-06-26T18:05:25.276Zlock 26:45.988995110
34522026-06-26T18:05:25.276Zslp 17:54.535704982
34532026-06-26T18:05:25.276Zlat 35.738172167
34542026-06-26T18:05:25.279Zstop 2:34.195276048
34552026-06-26T18:05:25.279Z+ mkdir tests
34562026-06-26T18:05:25.283Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34572026-06-26T18:05:25.283Z+ xargs -I '{}' -t cp '{}' tests/
34582026-06-26T18:05:25.307Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abedb56dce9149c1 tests/
34592026-06-26T18:05:25.336Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2d4ae26e5892fb9 tests/
34602026-06-26T18:05:25.424Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3f1f110410e5c8cf tests/
34612026-06-26T18:05:25.429Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f60d05b842747e0 tests/
34622026-06-26T18:05:25.663Z+ 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)
34632026-06-26T18:05:25.666Z+ 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-f2d4ae26e5892fb9 tests/commtest-3f1f110410e5c8cf tests/dhcp_server-abedb56dce9149c1 tests/end_to_end_tests-0f60d05b842747e0 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
34642026-06-26T18:06:45.975ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34652026-06-26T18:06:45.975Za .github/buildomat/ci-env.sh 1K
34662026-06-26T18:06:45.975Za out/target/test 1K
34672026-06-26T18:06:45.975Za out/npuzone/npuzone 27402K
34682026-06-26T18:06:45.975Za package-manifest.toml 35K
34692026-06-26T18:06:45.975Za smf/sled-agent/non-gimlet/config.toml 6K
34702026-06-26T18:06:45.975Za target/release/omicron-package 44673K
34712026-06-26T18:06:45.975Za target/release/xtask 11142K
34722026-06-26T18:06:45.975Za target/debug/bootstrap 356993K
34732026-06-26T18:06:45.975Za tests/bootstrap-f2d4ae26e5892fb9 31975K
34742026-06-26T18:06:45.975Za tests/commtest-3f1f110410e5c8cf 43619K
34752026-06-26T18:06:45.975Za tests/dhcp_server-abedb56dce9149c1 31975K
34762026-06-26T18:06:45.975Za tests/end_to_end_tests-0f60d05b842747e0 399875K
34772026-06-26T18:06:45.975Za tools/opte_version 1K
34782026-06-26T18:06:45.975Za tools/opte_version_override 2K
34792026-06-26T18:06:45.975Za out/clickhouse.tar.gz 314108K
34802026-06-26T18:06:45.975Za out/clickhouse_keeper.tar.gz 299289K
34812026-06-26T18:06:45.975Za out/clickhouse_server.tar.gz 314106K
34822026-06-26T18:06:45.976Za out/cockroachdb.tar.gz 153966K
34832026-06-26T18:06:45.976Za out/crucible-pantry-zone.tar.gz 36692K
34842026-06-26T18:06:45.976Za out/crucible-utils.tar 16478K
34852026-06-26T18:06:45.976Za out/crucible-zone.tar.gz 52262K
34862026-06-26T18:06:45.976Za out/external-dns.tar.gz 42832K
34872026-06-26T18:06:45.976Za out/internal-dns.tar.gz 42831K
34882026-06-26T18:06:45.976Za out/mg-ddm-gz.tar 97917K
34892026-06-26T18:06:45.976Za out/nexus.tar.gz 277282K
34902026-06-26T18:06:45.976Za out/ntp.tar.gz 24547K
34912026-06-26T18:06:45.976Za out/omicron-gateway-softnpu.tar.gz 29299K
34922026-06-26T18:06:45.976Za out/omicron-sled-agent.tar 193531K
34932026-06-26T18:06:45.976Za out/overlay.tar.gz 3K
34942026-06-26T18:06:45.976Za out/oximeter.tar.gz 62630K
34952026-06-26T18:06:45.976Za out/oxlog.tar 3809K
34962026-06-26T18:06:45.976Za out/probe.tar.gz 3037K
34972026-06-26T18:06:45.976Za out/propolis-server.tar.gz 34918K
34982026-06-26T18:06:45.976Za out/pumpkind-gz.tar 26647K
34992026-06-26T18:06:45.976Za out/switch-softnpu.tar.gz 447347K
35002026-06-26T18:06:45.980Z
35012026-06-26T18:06:45.980Zreal 1:20.309086049
35022026-06-26T18:06:45.980Zuser 1:17.657102673
35032026-06-26T18:06:45.980Zsys 4.412996993
35042026-06-26T18:06:45.980Ztrap 0.007163418
35052026-06-26T18:06:45.980Ztflt 0.000000000
35062026-06-26T18:06:45.980Zdflt 0.000000000
35072026-06-26T18:06:45.980Zkflt 0.000000000
35082026-06-26T18:06:45.980Zlock 0.000000000
35092026-06-26T18:06:45.980Zslp 1:17.548983093
35102026-06-26T18:06:45.980Zlat 0.987253268
35112026-06-26T18:06:45.980Zstop 0.000212798
35122026-06-26T18:06:45.980Zprocess exited: duration 945802 ms, exit code 0
 
35132026-06-26T18:06:45.994Zfound 1 output files
35142026-06-26T18:06:45.994Zuploading: /work/package.tar.gz (2482106424 bytes)
35152026-06-26T18:07:15.463Zuploaded: /work/package.tar.gz