01KW0F9DBSRVFK64Q91DXS1YW3: 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: 01KW0F9WD0RTN9XYBXCXAB17HP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T22:45:36.488Zjob assigned to worker 01KW0FA90G2BY3B3SMYVYH21HM [factory aws, i-0e5703206982bbf64] (queued for 56 s)
 
22026-06-25T22:45:43.453Zstarting task 0: "setup"
32026-06-25T22:45:43.457Z++ uname -s
42026-06-25T22:45:43.461Z+ kern=SunOS
52026-06-25T22:45:43.461Z+ build_user=build
62026-06-25T22:45:43.461Z+ build_uid=12345
72026-06-25T22:45:43.461Z+ work_dir=/work
82026-06-25T22:45:43.461Z+ input_dir=/input
92026-06-25T22:45:43.461Z+ [[ 0 == 12345 ]]
102026-06-25T22:45:43.461Z+ case "$kern" in
112026-06-25T22:45:43.461Z+ groupadd -g 12345 build
122026-06-25T22:45:43.464Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T22:45:45.468Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T22:45:45.553Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T22:45:45.557Z+ home_fs=zfs
162026-06-25T22:45:45.557Z+ [[ zfs == autofs ]]
172026-06-25T22:45:45.557Z+ mkdir -p /home/build
182026-06-25T22:45:45.560Z+ chown build:build /home/build /work
192026-06-25T22:45:46.559Z+ chmod 0700 /home/build /work
202026-06-25T22:45:46.562Zprocess exited: duration 3110 ms, exit code 0
 
212026-06-25T22:45:46.568Zstarting task 1: "rust-toolchain"
222026-06-25T22:45:46.573Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T22:45:46.574Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T22:45:46.574Z * rust toolchain channel = "1.96.0"
252026-06-25T22:45:46.574Z * rust toolchain profile = "default"
262026-06-25T22:45:46.574Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T22:45:46.574Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T22:45:46.577Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T22:45:46.577Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T22:45:46.663Zinfo: downloading installer
312026-06-25T22:45:48.076Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T22:45:48.076Zwarn: /home/build/.rustup/settings.toml
332026-06-25T22:45:48.076Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T22:45:48.076Zwarn: instead of the one inferred from the default host triple.
352026-06-25T22:45:48.090Zinfo: profile set to default
362026-06-25T22:45:48.090Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T22:45:48.093Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T22:45:48.238Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T22:45:48.241Zinfo: downloading 6 components
402026-06-25T22:46:02.995Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T22:46:02.995Z
422026-06-25T22:46:03.024Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T22:46:03.024Z
442026-06-25T22:46:03.024Z
452026-06-25T22:46:03.024ZRust is installed now. Great!
462026-06-25T22:46:03.024Z
472026-06-25T22:46:03.024ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T22:46:03.024Zenvironment variable. This has not been done automatically.
492026-06-25T22:46:03.024Z
502026-06-25T22:46:03.024ZTo configure your current shell, you need to source
512026-06-25T22:46:03.024Zthe corresponding env file under $HOME/.cargo.
522026-06-25T22:46:03.024Z
532026-06-25T22:46:03.024ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T22:46:03.027Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T22:46:03.027Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T22:46:03.027Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T22:46:03.027Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T22:46:03.027Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T22:46:03.027Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T22:46:03.027Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T22:46:03.027Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T22:46:03.129Z+ rustup --version
632026-06-25T22:46:03.135Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T22:46:03.138Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T22:46:03.156Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T22:46:03.159Z+ cargo --version
672026-06-25T22:46:03.169Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T22:46:03.172Z+ rustc --version
692026-06-25T22:46:03.190Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T22:46:03.193Zprocess exited: duration 16623 ms, exit code 0
 
712026-06-25T22:46:03.199Zstarting task 2: "authentication"
722026-06-25T22:46:03.216Zprocess exited: duration 17 ms, exit code 0
 
732026-06-25T22:46:03.223Zstarting task 3: "clone repository"
742026-06-25T22:46:03.227Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T22:46:03.230Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T22:46:03.266ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T22:46:13.135Z+ cd /work/oxidecomputer/omicron
782026-06-25T22:46:13.135Z+ git fetch origin 5c7e07988e81605d0bca6296620754938e76da1a
792026-06-25T22:46:13.414ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T22:46:13.414Z * branch 5c7e07988e81605d0bca6296620754938e76da1a -> FETCH_HEAD
812026-06-25T22:46:13.427Z+ [[ -n iliana/dering ]]
822026-06-25T22:46:13.430Z++ git branch --show-current
832026-06-25T22:46:13.430Z+ current=main
842026-06-25T22:46:13.430Z+ [[ main != iliana/dering ]]
852026-06-25T22:46:13.430Z+ git branch -f iliana/dering 5c7e07988e81605d0bca6296620754938e76da1a
862026-06-25T22:46:13.433Z+ git checkout -f iliana/dering
872026-06-25T22:46:13.678ZSwitched to branch 'iliana/dering'
882026-06-25T22:46:13.681Z+ git reset --hard 5c7e07988e81605d0bca6296620754938e76da1a
892026-06-25T22:46:13.706ZHEAD is now at 5c7e07988 Update crucible and propolis revs
902026-06-25T22:46:13.709Zprocess exited: duration 10484 ms, exit code 0
 
912026-06-25T22:46:13.716Zstarting task 4: "build"
922026-06-25T22:46:13.720Z+ source .github/buildomat/ci-env.sh
932026-06-25T22:46:13.721Z++ export CARGO_TERM_COLOR=always
942026-06-25T22:46:13.721Z++ CARGO_TERM_COLOR=always
952026-06-25T22:46:13.724Z+ cargo --version
962026-06-25T22:46:13.730Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-25T22:46:13.733Z+ rustc --version
982026-06-25T22:46:13.754Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-25T22:46:13.757Z+ WORK=/work
1002026-06-25T22:46:13.757Z+ pfexec mkdir -p /work
1012026-06-25T22:46:13.760Z+ pfexec chown build /work
1022026-06-25T22:46:13.763Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-25T22:46:15.349Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-25T22:46:15.458Z Startup: Caching catalogs ... Done
1052026-06-25T22:46:15.945ZPlanning: Solver setup ... Done (0.441s)
1062026-06-25T22:46:15.970ZPlanning: Running solver ... Done (0.025s)
1072026-06-25T22:46:15.982ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-25T22:46:15.993ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-25T22:46:16.013ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-25T22:46:16.027ZPlanning: Package planning ... Done (0.014s)
1112026-06-25T22:46:16.030ZPlanning: Merging actions ... Done (0.001s)
1122026-06-25T22:46:16.203ZPlanning: Checking for conflicting actions ... Done (0.173s)
1132026-06-25T22:46:16.207ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-25T22:46:17.071ZPlanning: Evaluating mediators ... Done (0.868s)
1152026-06-25T22:46:17.074ZPlanning: Planning completed in 1.59 seconds
1162026-06-25T22:46:17.080Z Packages to install: 2
1172026-06-25T22:46:17.080Z Estimated space available: 156.06 GB
1182026-06-25T22:46:17.080ZEstimated space to be consumed: 30.96 MB
1192026-06-25T22:46:17.080Z Create boot environment: No
1202026-06-25T22:46:17.080ZCreate backup boot environment: No
1212026-06-25T22:46:17.081Z Rebuild boot archive: No
1222026-06-25T22:46:17.084Z
1232026-06-25T22:46:17.084ZChanged packages:
1242026-06-25T22:46:17.084Zhelios
1252026-06-25T22:46:17.084Z developer/build-essential
1262026-06-25T22:46:17.084Z None -> 11-3.0
1272026-06-25T22:46:17.085Z library/libxmlsec1
1282026-06-25T22:46:17.085Z None -> 1.2.35-3.0
1292026-06-25T22:46:17.107Z
1302026-06-25T22:46:17.107ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-25T22:46:17.570ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1322026-06-25T22:46:17.639Z Actions: 1/268 actions (Installing new actions)
1332026-06-25T22:46:17.678Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-25T22:46:17.690ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-25T22:46:17.690ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-25T22:46:17.719ZFinalize: Updating image state ... Done (0.029s)
1372026-06-25T22:46:20.281ZFinalize: Creating fast lookup database ... Done (2.536s)
1382026-06-25T22:46:20.348ZFinalize: Reading search index ... Done (0.013s)
1392026-06-25T22:46:20.352ZFinalize: Updating search index ... Done (0.000s)
1402026-06-25T22:46:20.471ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-25T22:46:20.790ZPlanning: Evaluating mediator changes ... Done
1422026-06-25T22:46:20.894ZPlanning: Checking for conflicting actions ... Done
1432026-06-25T22:46:20.898ZPlanning: Consolidating action changes ... Done
1442026-06-25T22:46:21.050ZPlanning: Evaluating mediators ... Done
1452026-06-25T22:46:21.053ZPlanning: Planning completed in 0.26 seconds
1462026-06-25T22:46:21.074Z Mediators to change: 2
1472026-06-25T22:46:21.074Z Create boot environment: No
1482026-06-25T22:46:21.074ZCreate backup boot environment: No
1492026-06-25T22:46:21.117ZFinalize: Updating package state database ... Done
1502026-06-25T22:46:21.117ZFinalize: Updating package cache ... Done
1512026-06-25T22:46:21.133ZFinalize: Updating image state ... Done
1522026-06-25T22:46:23.051ZFinalize: Creating fast lookup database ... Done
1532026-06-25T22:46:23.111ZFinalize: Reading search index ... Done
1542026-06-25T22:46:23.114ZFinalize: Updating search index ... Done
1552026-06-25T22:46:23.175ZFinalize: Updating package cache ... Done
1562026-06-25T22:46:23.462ZPlanning: Evaluating mediator changes ... Done
1572026-06-25T22:46:23.569ZPlanning: Checking for conflicting actions ... Done
1582026-06-25T22:46:23.572ZPlanning: Consolidating action changes ... Done
1592026-06-25T22:46:23.727ZPlanning: Evaluating mediators ... Done
1602026-06-25T22:46:23.732ZPlanning: Planning completed in 0.27 seconds
1612026-06-25T22:46:23.751Z Mediators to change: 1
1622026-06-25T22:46:23.751Z Create boot environment: No
1632026-06-25T22:46:23.751ZCreate backup boot environment: No
1642026-06-25T22:46:23.792ZFinalize: Updating package state database ... Done
1652026-06-25T22:46:23.792ZFinalize: Updating package cache ... Done
1662026-06-25T22:46:23.807ZFinalize: Updating image state ... Done
1672026-06-25T22:46:25.750ZFinalize: Creating fast lookup database ... Done
1682026-06-25T22:46:25.815ZFinalize: Reading search index ... Done
1692026-06-25T22:46:25.818ZFinalize: Updating search index ... Done
1702026-06-25T22:46:25.875ZFinalize: Updating package cache ... Done
1712026-06-25T22:46:26.181ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-25T22:46:26.181Zapache system 2.4 system
1732026-06-25T22:46:26.181Zclang system 15 system
1742026-06-25T22:46:26.181Zcsh system system illumos
1752026-06-25T22:46:26.181Zctags system system illumos
1762026-06-25T22:46:26.181Zfile vendor vendor darwinsys
1772026-06-25T22:46:26.181Zfile system system illumos
1782026-06-25T22:46:26.181Zgcc vendor 14 vendor
1792026-06-25T22:46:26.181Zgcc system 13 system
1802026-06-25T22:46:26.181Zgcc system 10 system
1812026-06-25T22:46:26.181Zgo system 1.25 system
1822026-06-25T22:46:26.182Zllvm system 15 system
1832026-06-25T22:46:26.182Zmariadb system 11.4 system
1842026-06-25T22:46:26.182Zmta vendor vendor dma
1852026-06-25T22:46:26.182Zopenjdk system 17 system
1862026-06-25T22:46:26.182Zopenjdk system 11 system
1872026-06-25T22:46:26.182Zopenssl vendor 3 vendor
1882026-06-25T22:46:26.182Zperl system 5.40 system
1892026-06-25T22:46:26.182Zpostgresql system 18 system
1902026-06-25T22:46:26.182Zpostgresql system 17 system
1912026-06-25T22:46:26.182Zpython vendor 3 vendor
1922026-06-25T22:46:26.182Zpython system 2 system
1932026-06-25T22:46:26.182Zpython3 vendor 3.13 vendor
1942026-06-25T22:46:26.182Zruby system 3.4 system
1952026-06-25T22:46:26.182Zruby system 3.0 system
1962026-06-25T22:46:26.182Zwords vendor vendor american-english
1972026-06-25T22:46:26.182Zwords system system australian-english
1982026-06-25T22:46:26.182Zwords system system british-english
1992026-06-25T22:46:26.182Zwords system system canadian-english
2002026-06-25T22:46:26.182Zwords system system french
2012026-06-25T22:46:26.182Zwords system system italian
2022026-06-25T22:46:26.182Zwords system system ngerman
2032026-06-25T22:46:26.182Zwords system system ogerman
2042026-06-25T22:46:26.182Zwords system system spanish
2052026-06-25T22:46:26.432ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-25T22:46:26.432Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-25T22:46:26.730ZFMRI IFO
2082026-06-25T22:46:26.730Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-25T22:46:26.730Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-25T22:46:26.730Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-25T22:46:26.730Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-25T22:46:26.730Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-25T22:46:26.730Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-25T22:46:26.730Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-25T22:46:26.730Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-25T22:46:26.730Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-25T22:46:26.988Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-25T22:46:27.303Z Updating crates.io index
2192026-06-25T22:46:27.306Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-25T22:46:27.547Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-25T22:46:27.903Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-25T22:46:28.187Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-25T22:46:29.192Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-25T22:46:29.742Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-25T22:46:31.285Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-25T22:46:32.034Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-25T22:46:32.298Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-25T22:46:33.397Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-25T22:46:33.672Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-25T22:46:34.030Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-25T22:46:34.322Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-25T22:46:34.777Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-25T22:46:35.267Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-25T22:46:35.518Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-25T22:46:35.806Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-25T22:46:36.098Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-25T22:46:36.398Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-25T22:46:36.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-25T22:46:36.894Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-25T22:46:37.180Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-25T22:46:37.585Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-25T22:46:37.928Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-25T22:46:38.227Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-25T22:46:38.657Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-25T22:46:39.082Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-25T22:46:39.363Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-25T22:46:39.631Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-25T22:46:39.923Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-25T22:46:40.235Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-25T22:46:40.629Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-25T22:46:40.884Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-25T22:46:41.188Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-25T22:46:41.443Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-25T22:46:41.739Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-25T22:46:42.051Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-25T22:46:42.342Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-25T22:46:42.578Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-25T22:46:42.878Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-25T22:46:45.800Z Downloading crates ...
2602026-06-25T22:46:45.909Z Downloaded errno v0.3.14
2612026-06-25T22:46:45.966Z Downloaded ucd-trie v0.1.7
2622026-06-25T22:46:45.966Z Downloaded byteorder v1.5.0
2632026-06-25T22:46:45.966Z Downloaded textwrap v0.16.2
2642026-06-25T22:46:45.966Z Downloaded toml_write v0.1.2
2652026-06-25T22:46:45.966Z Downloaded clap v4.6.1
2662026-06-25T22:46:45.966Z Downloaded typeid v1.0.3
2672026-06-25T22:46:45.966Z Downloaded toml v0.8.23
2682026-06-25T22:46:45.966Z Downloaded usdt v0.5.0
2692026-06-25T22:46:45.966Z Downloaded unicode-linebreak v0.1.5
2702026-06-25T22:46:45.966Z Downloaded cpufeatures v0.2.17
2712026-06-25T22:46:45.966Z Downloaded serde_json v1.0.150
2722026-06-25T22:46:45.967Z Downloaded zerofrom v0.1.6
2732026-06-25T22:46:45.967Z Downloaded utf8parse v0.2.2
2742026-06-25T22:46:45.967Z Downloaded usdt-attr-macro v0.5.0
2752026-06-25T22:46:45.967Z Downloaded anyhow v1.0.102
2762026-06-25T22:46:45.967Z Downloaded zerofrom-derive v0.1.6
2772026-06-25T22:46:45.967Z Downloaded yoke-derive v0.8.1
2782026-06-25T22:46:45.967Z Downloaded tinystr v0.8.2
2792026-06-25T22:46:46.043Z Downloaded clap_derive v4.6.1
2802026-06-25T22:46:46.043Z Downloaded typenum v1.19.0
2812026-06-25T22:46:46.043Z Downloaded thiserror-impl v2.0.18
2822026-06-25T22:46:46.043Z Downloaded usdt-macro v0.5.0
2832026-06-25T22:46:46.044Z Downloaded dtrace-parser v0.2.0
2842026-06-25T22:46:46.044Z Downloaded zmij v1.0.21
2852026-06-25T22:46:46.044Z Downloaded thiserror v2.0.18
2862026-06-25T22:46:46.044Z Downloaded thiserror v1.0.69
2872026-06-25T22:46:46.044Z Downloaded indexmap v2.14.0
2882026-06-25T22:46:46.044Z Downloaded yoke v0.8.1
2892026-06-25T22:46:46.044Z Downloaded anstream v1.0.0
2902026-06-25T22:46:46.044Z Downloaded anstyle-parse v1.0.0
2912026-06-25T22:46:46.044Z Downloaded zerovec-derive v0.11.2
2922026-06-25T22:46:46.044Z Downloaded icu_normalizer_data v2.1.1
2932026-06-25T22:46:46.044Z Downloaded cargo_metadata v0.21.0
2942026-06-25T22:46:46.044Z Downloaded heck v0.5.0
2952026-06-25T22:46:46.044Z Downloaded autocfg v1.5.0
2962026-06-25T22:46:46.044Z Downloaded itoa v1.0.17
2972026-06-25T22:46:46.044Z Downloaded idna_adapter v1.2.1
2982026-06-25T22:46:46.044Z Downloaded thread-id v4.2.2
2992026-06-25T22:46:46.045Z Downloaded toml_datetime v0.6.11
3002026-06-25T22:46:46.045Z Downloaded terminal_size v0.4.3
3012026-06-25T22:46:46.045Z Downloaded tabled_derive v0.7.0
3022026-06-25T22:46:46.045Z Downloaded cargo-platform v0.2.0
3032026-06-25T22:46:46.045Z Downloaded dof v0.3.0
3042026-06-25T22:46:46.045Z Downloaded cfg-if v1.0.4
3052026-06-25T22:46:46.045Z Downloaded unicode-ident v1.0.24
3062026-06-25T22:46:46.045Z Downloaded version_check v0.9.5
3072026-06-25T22:46:46.045Z Downloaded strsim v0.11.1
3082026-06-25T22:46:46.045Z Downloaded camino v1.2.2
3092026-06-25T22:46:46.045Z Downloaded zerotrie v0.2.3
3102026-06-25T22:46:46.045Z Downloaded utf8_iter v1.0.4
3112026-06-25T22:46:46.045Z Downloaded crypto-common v0.1.7
3122026-06-25T22:46:46.045Z Downloaded usdt-impl v0.5.0
3132026-06-25T22:46:46.045Z Downloaded url v2.5.8
3142026-06-25T22:46:46.046Z Downloaded scroll_derive v0.12.1
3152026-06-25T22:46:46.046Z Downloaded unicode-xid v0.2.6
3162026-06-25T22:46:46.046Z Downloaded thiserror-impl v1.0.69
3172026-06-25T22:46:46.046Z Downloaded writeable v0.6.2
3182026-06-25T22:46:46.046Z Downloaded form_urlencoded v1.2.2
3192026-06-25T22:46:46.046Z Downloaded fastrand v2.3.0
3202026-06-25T22:46:46.046Z Downloaded pretty-hex v0.4.1
3212026-06-25T22:46:46.046Z Downloaded anstyle-query v1.1.5
3222026-06-25T22:46:46.046Z Downloaded toml_edit v0.22.27
3232026-06-25T22:46:46.046Z Downloaded synstructure v0.13.2
3242026-06-25T22:46:46.046Z Downloaded anstyle v1.0.14
3252026-06-25T22:46:46.046Z Downloaded percent-encoding v2.3.2
3262026-06-25T22:46:46.046Z Downloaded heck v0.4.1
3272026-06-25T22:46:46.116Z Downloaded zerocopy-derive v0.7.35
3282026-06-25T22:46:46.116Z Downloaded block-buffer v0.10.4
3292026-06-25T22:46:46.116Z Downloaded smawk v0.3.2
3302026-06-25T22:46:46.116Z Downloaded proc-macro-error-attr v1.0.4
3312026-06-25T22:46:46.116Z Downloaded fnv v1.0.7
3322026-06-25T22:46:46.116Z Downloaded macaddr v1.0.1
3332026-06-25T22:46:46.116Z Downloaded zerocopy v0.7.35
3342026-06-25T22:46:46.116Z Downloaded winnow v0.7.14
3352026-06-25T22:46:46.116Z Downloaded zerovec v0.11.5
3362026-06-25T22:46:46.116Z Downloaded colorchoice v1.0.4
3372026-06-25T22:46:46.116Z Downloaded clap_lex v1.0.0
3382026-06-25T22:46:46.116Z Downloaded unicode-width v0.2.0
3392026-06-25T22:46:46.116Z Downloaded serde-value v0.7.0
3402026-06-25T22:46:46.117Z Downloaded unicode-width v0.1.14
3412026-06-25T22:46:46.117Z Downloaded ordered-float v2.10.1
3422026-06-25T22:46:46.117Z Downloaded swrite v0.1.0
3432026-06-25T22:46:46.117Z Downloaded potential_utf v0.1.4
3442026-06-25T22:46:46.117Z Downloaded equivalent v1.0.2
3452026-06-25T22:46:46.117Z Downloaded serde_spanned v0.6.9
3462026-06-25T22:46:46.117Z Downloaded is_terminal_polyfill v1.70.2
3472026-06-25T22:46:46.117Z Downloaded generic-array v0.14.7
3482026-06-25T22:46:46.117Z Downloaded sha2 v0.10.9
3492026-06-25T22:46:46.117Z Downloaded bytecount v0.6.9
3502026-06-25T22:46:46.117Z Downloaded pest_generator v2.8.6
3512026-06-25T22:46:46.117Z Downloaded getrandom v0.4.1
3522026-06-25T22:46:46.117Z Downloaded memmap v0.7.0
3532026-06-25T22:46:46.117Z Downloaded stable_deref_trait v1.2.1
3542026-06-25T22:46:46.117Z Downloaded plain v0.2.3
3552026-06-25T22:46:46.164Z Downloaded scroll v0.12.0
3562026-06-25T22:46:46.165Z Downloaded litemap v0.8.1
3572026-06-25T22:46:46.165Z Downloaded camino-tempfile v1.4.1
3582026-06-25T22:46:46.165Z Downloaded quote v1.0.45
3592026-06-25T22:46:46.165Z Downloaded fs-err v3.3.0
3602026-06-25T22:46:46.165Z Downloaded digest v0.10.7
3612026-06-25T22:46:46.165Z Downloaded cargo_toml v0.21.0
3622026-06-25T22:46:46.165Z Downloaded pest_derive v2.8.6
3632026-06-25T22:46:46.165Z Downloaded log v0.4.29
3642026-06-25T22:46:46.165Z Downloaded serde-untagged v0.1.9
3652026-06-25T22:46:46.165Z Downloaded serde_tokenstream v0.2.3
3662026-06-25T22:46:46.165Z Downloaded proc-macro-error v1.0.4
3672026-06-25T22:46:46.165Z Downloaded displaydoc v0.2.5
3682026-06-25T22:46:46.165Z Downloaded semver v1.0.28
3692026-06-25T22:46:46.166Z Downloaded cargo-util-schemas v0.8.2
3702026-06-25T22:46:46.166Z Downloaded idna v1.1.0
3712026-06-25T22:46:46.166Z Downloaded smallvec v1.15.1
3722026-06-25T22:46:46.166Z Downloaded once_cell v1.21.3
3732026-06-25T22:46:46.216Z Downloaded erased-serde v0.4.9
3742026-06-25T22:46:46.216Z Downloaded proc-macro2 v1.0.106
3752026-06-25T22:46:46.217Z Downloaded icu_locale_core v2.1.1
3762026-06-25T22:46:46.217Z Downloaded bitflags v2.11.0
3772026-06-25T22:46:46.217Z Downloaded num-traits v0.2.19
3782026-06-25T22:46:46.217Z Downloaded serde_derive v1.0.228
3792026-06-25T22:46:46.217Z Downloaded tempfile v3.25.0
3802026-06-25T22:46:46.217Z Downloaded papergrid v0.11.0
3812026-06-25T22:46:46.217Z Downloaded icu_collections v2.1.1
3822026-06-25T22:46:46.217Z Downloaded serde_core v1.0.228
3832026-06-25T22:46:46.217Z Downloaded memchr v2.8.0
3842026-06-25T22:46:46.217Z Downloaded icu_provider v2.1.1
3852026-06-25T22:46:46.217Z Downloaded icu_properties v2.1.2
3862026-06-25T22:46:46.234Z Downloaded icu_normalizer v2.1.1
3872026-06-25T22:46:46.234Z Downloaded pest_meta v2.8.6
3882026-06-25T22:46:46.234Z Downloaded goblin v0.8.2
3892026-06-25T22:46:46.234Z Downloaded serde v1.0.228
3902026-06-25T22:46:46.240Z Downloaded clap_builder v4.6.0
3912026-06-25T22:46:46.240Z Downloaded pest v2.8.6
3922026-06-25T22:46:46.240Z Downloaded icu_properties_data v2.1.2
3932026-06-25T22:46:46.252Z Downloaded hashbrown v0.17.0
3942026-06-25T22:46:46.258Z Downloaded tabled v0.15.0
3952026-06-25T22:46:46.277Z Downloaded syn v1.0.109
3962026-06-25T22:46:46.300Z Downloaded syn v2.0.117
3972026-06-25T22:46:46.317Z Downloaded rustix v1.1.3
3982026-06-25T22:46:46.351Z Downloaded libc v0.2.185
3992026-06-25T22:46:46.422Z Compiling proc-macro2 v1.0.106
4002026-06-25T22:46:46.422Z Compiling quote v1.0.45
4012026-06-25T22:46:46.422Z Compiling unicode-ident v1.0.24
4022026-06-25T22:46:46.431Z Compiling serde_core v1.0.228
4032026-06-25T22:46:46.431Z Compiling libc v0.2.185
4042026-06-25T22:46:46.431Z Compiling version_check v0.9.5
4052026-06-25T22:46:46.431Z Compiling stable_deref_trait v1.2.1
4062026-06-25T22:46:46.589Z Compiling memchr v2.8.0
4072026-06-25T22:46:46.593Z Compiling serde v1.0.228
4082026-06-25T22:46:46.593Z Compiling zmij v1.0.21
4092026-06-25T22:46:46.593Z Compiling itoa v1.0.17
4102026-06-25T22:46:46.593Z Compiling ucd-trie v0.1.7
4112026-06-25T22:46:46.593Z Compiling autocfg v1.5.0
4122026-06-25T22:46:46.593Z Compiling thiserror v1.0.69
4132026-06-25T22:46:46.593Z Compiling litemap v0.8.1
4142026-06-25T22:46:46.843Z Compiling writeable v0.6.2
4152026-06-25T22:46:46.847Z Compiling byteorder v1.5.0
4162026-06-25T22:46:46.920Z Compiling icu_normalizer_data v2.1.1
4172026-06-25T22:46:46.991Z Compiling icu_properties_data v2.1.2
4182026-06-25T22:46:47.053Z Compiling rustix v1.1.3
4192026-06-25T22:46:47.161Z Compiling bitflags v2.11.0
4202026-06-25T22:46:47.164Z Compiling serde_json v1.0.150
4212026-06-25T22:46:47.216Z Compiling hashbrown v0.17.0
4222026-06-25T22:46:47.318Z Compiling pest v2.8.6
4232026-06-25T22:46:47.430Z Compiling num-traits v0.2.19
4242026-06-25T22:46:47.481Z Compiling equivalent v1.0.2
4252026-06-25T22:46:47.484Z Compiling smallvec v1.15.1
4262026-06-25T22:46:47.485Z Compiling typeid v1.0.3
4272026-06-25T22:46:47.538Z Compiling proc-macro-error-attr v1.0.4
4282026-06-25T22:46:47.570Z Compiling usdt-impl v0.5.0
4292026-06-25T22:46:47.608Z Compiling erased-serde v0.4.9
4302026-06-25T22:46:47.626Z Compiling winnow v0.7.14
4312026-06-25T22:46:47.629Z Compiling toml_write v0.1.2
4322026-06-25T22:46:47.680Z Compiling syn v1.0.109
4332026-06-25T22:46:47.740Z Compiling errno v0.3.14
4342026-06-25T22:46:47.764Z Compiling thread-id v4.2.2
4352026-06-25T22:46:47.809Z Compiling indexmap v2.14.0
4362026-06-25T22:46:47.849Z Compiling proc-macro-error v1.0.4
4372026-06-25T22:46:47.888Z Compiling utf8parse v0.2.2
4382026-06-25T22:46:47.892Z Compiling log v0.4.29
4392026-06-25T22:46:47.915Z Compiling plain v0.2.3
4402026-06-25T22:46:48.073Z Compiling camino v1.2.2
4412026-06-25T22:46:48.113Z Compiling utf8_iter v1.0.4
4422026-06-25T22:46:48.118Z Compiling thiserror v2.0.18
4432026-06-25T22:46:48.118Z Compiling percent-encoding v2.3.2
4442026-06-25T22:46:48.148Z Compiling getrandom v0.4.1
4452026-06-25T22:46:48.221Z Compiling anstyle-parse v1.0.0
4462026-06-25T22:46:48.356Z Compiling syn v2.0.117
4472026-06-25T22:46:48.401Z Compiling form_urlencoded v1.2.2
4482026-06-25T22:46:48.498Z Compiling pest_meta v2.8.6
4492026-06-25T22:46:48.564Z Compiling pretty-hex v0.4.1
4502026-06-25T22:46:48.602Z Compiling ordered-float v2.10.1
4512026-06-25T22:46:48.628Z Compiling anstyle v1.0.14
4522026-06-25T22:46:48.680Z Compiling colorchoice v1.0.4
4532026-06-25T22:46:48.703Z Compiling cfg-if v1.0.4
4542026-06-25T22:46:48.707Z Compiling is_terminal_polyfill v1.70.2
4552026-06-25T22:46:48.737Z Compiling anstyle-query v1.1.5
4562026-06-25T22:46:48.835Z Compiling fs-err v3.3.0
4572026-06-25T22:46:48.876Z Compiling anstream v1.0.0
4582026-06-25T22:46:48.880Z Compiling heck v0.5.0
4592026-06-25T22:46:48.909Z Compiling unicode-width v0.1.14
4602026-06-25T22:46:48.926Z Compiling clap_lex v1.0.0
4612026-06-25T22:46:48.931Z Compiling once_cell v1.21.3
4622026-06-25T22:46:48.992Z Compiling terminal_size v0.4.3
4632026-06-25T22:46:49.155Z Compiling semver v1.0.28
4642026-06-25T22:46:49.195Z Compiling heck v0.4.1
4652026-06-25T22:46:49.198Z Compiling fnv v1.0.7
4662026-06-25T22:46:49.199Z Compiling unicode-xid v0.2.6
4672026-06-25T22:46:49.252Z Compiling anyhow v1.0.102
4682026-06-25T22:46:49.256Z Compiling strsim v0.11.1
4692026-06-25T22:46:49.290Z Compiling fastrand v2.3.0
4702026-06-25T22:46:49.306Z Compiling bytecount v0.6.9
4712026-06-25T22:46:49.375Z Compiling memmap v0.7.0
4722026-06-25T22:46:49.451Z Compiling papergrid v0.11.0
4732026-06-25T22:46:49.468Z Compiling unicode-linebreak v0.1.5
4742026-06-25T22:46:49.487Z Compiling serde-untagged v0.1.9
4752026-06-25T22:46:49.505Z Compiling tempfile v3.25.0
4762026-06-25T22:46:49.576Z Compiling clap_builder v4.6.0
4772026-06-25T22:46:49.596Z Compiling smawk v0.3.2
4782026-06-25T22:46:49.596Z Compiling unicode-width v0.2.0
4792026-06-25T22:46:49.738Z Compiling camino-tempfile v1.4.1
4802026-06-25T22:46:49.761Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-25T22:46:49.765Z Compiling swrite v0.1.0
4822026-06-25T22:46:49.904Z Compiling textwrap v0.16.2
4832026-06-25T22:46:50.167Z Compiling tabled_derive v0.7.0
4842026-06-25T22:46:50.823Z Compiling tabled v0.15.0
4852026-06-25T22:46:50.883Z Compiling synstructure v0.13.2
4862026-06-25T22:46:50.883Z Compiling pest_generator v2.8.6
4872026-06-25T22:46:51.420Z Compiling serde_derive v1.0.228
4882026-06-25T22:46:51.424Z Compiling zerofrom-derive v0.1.6
4892026-06-25T22:46:51.424Z Compiling yoke-derive v0.8.1
4902026-06-25T22:46:51.424Z Compiling zerovec-derive v0.11.2
4912026-06-25T22:46:51.424Z Compiling displaydoc v0.2.5
4922026-06-25T22:46:51.424Z Compiling thiserror-impl v1.0.69
4932026-06-25T22:46:51.424Z Compiling zerocopy-derive v0.7.35
4942026-06-25T22:46:51.424Z Compiling scroll_derive v0.12.1
4952026-06-25T22:46:51.424Z Compiling thiserror-impl v2.0.18
4962026-06-25T22:46:51.424Z Compiling clap_derive v4.6.1
4972026-06-25T22:46:51.514Z Compiling pest_derive v2.8.6
4982026-06-25T22:46:52.111Z Compiling scroll v0.12.0
4992026-06-25T22:46:52.218Z Compiling zerocopy v0.7.35
5002026-06-25T22:46:52.347Z Compiling goblin v0.8.2
5012026-06-25T22:46:52.557Z Compiling zerofrom v0.1.6
5022026-06-25T22:46:52.664Z Compiling yoke v0.8.1
5032026-06-25T22:46:52.684Z Compiling dtrace-parser v0.2.0
5042026-06-25T22:46:52.815Z Compiling zerovec v0.11.5
5052026-06-25T22:46:52.815Z Compiling zerotrie v0.2.3
5062026-06-25T22:46:52.975Z Compiling clap v4.6.1
5072026-06-25T22:46:53.245Z Compiling tinystr v0.8.2
5082026-06-25T22:46:53.246Z Compiling potential_utf v0.1.4
5092026-06-25T22:46:53.376Z Compiling icu_collections v2.1.1
5102026-06-25T22:46:53.401Z Compiling icu_locale_core v2.1.1
5112026-06-25T22:46:53.924Z Compiling toml_datetime v0.6.11
5122026-06-25T22:46:53.924Z Compiling serde_spanned v0.6.9
5132026-06-25T22:46:53.924Z Compiling serde-value v0.7.0
5142026-06-25T22:46:53.927Z Compiling cargo-platform v0.2.0
5152026-06-25T22:46:53.928Z Compiling macaddr v1.0.1
5162026-06-25T22:46:53.942Z Compiling icu_provider v2.1.1
5172026-06-25T22:46:53.945Z Compiling dof v0.3.0
5182026-06-25T22:46:53.945Z Compiling serde_tokenstream v0.2.3
5192026-06-25T22:46:54.109Z Compiling toml_edit v0.22.27
5202026-06-25T22:46:54.257Z Compiling icu_properties v2.1.2
5212026-06-25T22:46:54.258Z Compiling icu_normalizer v2.1.1
5222026-06-25T22:46:54.657Z Compiling usdt-macro v0.5.0
5232026-06-25T22:46:54.658Z Compiling usdt-attr-macro v0.5.0
5242026-06-25T22:46:55.086Z Compiling idna_adapter v1.2.1
5252026-06-25T22:46:55.192Z Compiling idna v1.1.0
5262026-06-25T22:46:55.274Z Compiling usdt v0.5.0
5272026-06-25T22:46:55.384Z Compiling toml v0.8.23
5282026-06-25T22:46:55.441Z Compiling url v2.5.8
5292026-06-25T22:46:55.714Z Compiling cargo_toml v0.21.0
5302026-06-25T22:46:55.847Z Compiling cargo-util-schemas v0.8.2
5312026-06-25T22:46:56.633Z Compiling cargo_metadata v0.21.0
5322026-06-25T22:46:57.564Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-25T22:46:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
5342026-06-25T22:46:59.868Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-25T22:47:00.346Z Downloading crates ...
5362026-06-25T22:47:00.461Z Downloaded block-buffer v0.12.1
5372026-06-25T22:47:00.468Z Downloaded cpufeatures v0.3.0
5382026-06-25T22:47:00.472Z Downloaded async-trait v0.1.89
5392026-06-25T22:47:00.475Z Downloaded backon v1.6.0
5402026-06-25T22:47:00.475Z Downloaded async-recursion v1.1.1
5412026-06-25T22:47:00.478Z Downloaded darling_core v0.23.0
5422026-06-25T22:47:00.482Z Downloaded darling v0.13.4
5432026-06-25T22:47:00.485Z Downloaded defmt-parser v1.0.0
5442026-06-25T22:47:00.485Z Downloaded crc32fast v1.5.0
5452026-06-25T22:47:00.488Z Downloaded defmt v0.3.100
5462026-06-25T22:47:00.488Z Downloaded bb8 v0.8.6
5472026-06-25T22:47:00.491Z Downloaded crossbeam-channel v0.5.15
5482026-06-25T22:47:00.494Z Downloaded derive_builder_core v0.20.2
5492026-06-25T22:47:00.494Z Downloaded darling_macro v0.21.3
5502026-06-25T22:47:00.494Z Downloaded crossbeam-epoch v0.9.18
5512026-06-25T22:47:00.498Z Downloaded deranged v0.5.8
5522026-06-25T22:47:00.498Z Downloaded bit-set v0.5.3
5532026-06-25T22:47:00.501Z Downloaded difflib v0.4.0
5542026-06-25T22:47:00.501Z Downloaded defmt-macros v1.0.1
5552026-06-25T22:47:00.504Z Downloaded dirs-next v2.0.0
5562026-06-25T22:47:00.504Z Downloaded ciborium-io v0.2.2
5572026-06-25T22:47:00.504Z Downloaded derive-where v1.6.0
5582026-06-25T22:47:00.517Z Downloaded debug-ignore v1.0.5
5592026-06-25T22:47:00.517Z Downloaded dyn-clone v1.0.20
5602026-06-25T22:47:00.517Z Downloaded crypto-common v0.2.2
5612026-06-25T22:47:00.517Z Downloaded block-padding v0.3.3
5622026-06-25T22:47:00.517Z Downloaded aead v0.5.2
5632026-06-25T22:47:00.517Z Downloaded adler2 v2.0.1
5642026-06-25T22:47:00.517Z Downloaded crunchy v0.2.4
5652026-06-25T22:47:00.517Z Downloaded atomicwrites v0.4.4
5662026-06-25T22:47:00.517Z Downloaded crc-catalog v2.4.0
5672026-06-25T22:47:00.517Z Downloaded async-stream v0.3.6
5682026-06-25T22:47:00.521Z Downloaded crossbeam-deque v0.8.6
5692026-06-25T22:47:00.521Z Downloaded data-encoding v2.10.0
5702026-06-25T22:47:00.521Z Downloaded csv-core v0.1.13
5712026-06-25T22:47:00.521Z Downloaded critical-section v1.2.0
5722026-06-25T22:47:00.524Z Downloaded document-features v0.2.12
5732026-06-25T22:47:00.524Z Downloaded cfg_aliases v0.1.1
5742026-06-25T22:47:00.528Z Downloaded castaway v0.2.4
5752026-06-25T22:47:00.528Z Downloaded der_derive v0.7.3
5762026-06-25T22:47:00.528Z Downloaded daft v0.1.7
5772026-06-25T22:47:00.531Z Downloaded cstr-argument v0.1.2
5782026-06-25T22:47:00.531Z Downloaded darling_macro v0.20.11
5792026-06-25T22:47:00.531Z Downloaded curve25519-dalek-derive v0.1.1
5802026-06-25T22:47:00.534Z Downloaded crc8 v0.1.1
5812026-06-25T22:47:00.534Z Downloaded atty v0.2.14
5822026-06-25T22:47:00.534Z Downloaded cargo-platform v0.3.2
5832026-06-25T22:47:00.537Z Downloaded corncobs v0.1.4
5842026-06-25T22:47:00.537Z Downloaded chacha20 v0.9.1
5852026-06-25T22:47:00.540Z Downloaded fixedbitset v0.5.7
5862026-06-25T22:47:00.540Z Downloaded display-error-chain v0.2.2
5872026-06-25T22:47:00.540Z Downloaded derive_builder v0.20.2
5882026-06-25T22:47:00.544Z Downloaded cobs v0.3.0
5892026-06-25T22:47:00.547Z Downloaded endian-type v0.1.2
5902026-06-25T22:47:00.547Z Downloaded darling_macro v0.13.4
5912026-06-25T22:47:00.547Z Downloaded crc v3.4.0
5922026-06-25T22:47:00.550Z Downloaded convert_case v0.4.0
5932026-06-25T22:47:00.550Z Downloaded ciborium-ll v0.2.2
5942026-06-25T22:47:00.550Z Downloaded blake2 v0.10.6
5952026-06-25T22:47:00.553Z Downloaded cfg_aliases v0.2.1
5962026-06-25T22:47:00.553Z Downloaded enum-as-inner v0.6.1
5972026-06-25T22:47:00.557Z Downloaded derive_builder_macro v0.20.2
5982026-06-25T22:47:00.557Z Downloaded crucible-workspace-hack v0.1.0
5992026-06-25T22:47:00.557Z Downloaded bitfield-macros v0.19.4
6002026-06-25T22:47:00.557Z Downloaded downcast-rs v2.0.2
6012026-06-25T22:47:00.560Z Downloaded assert_matches v1.5.0
6022026-06-25T22:47:00.560Z Downloaded ascii-canvas v3.0.0
6032026-06-25T22:47:00.560Z Downloaded atomic-waker v1.1.2
6042026-06-25T22:47:00.560Z Downloaded env_filter v1.0.0
6052026-06-25T22:47:00.563Z Downloaded dirs-sys-next v0.1.2
6062026-06-25T22:47:00.563Z Downloaded bcrypt-pbkdf v0.10.0
6072026-06-25T22:47:00.564Z Downloaded async-stream-impl v0.3.6
6082026-06-25T22:47:00.564Z Downloaded base16ct v0.2.0
6092026-06-25T22:47:00.567Z Downloaded daft-derive v0.1.7
6102026-06-25T22:47:00.570Z Downloaded fixedbitset v0.4.2
6112026-06-25T22:47:00.573Z Downloaded float-ord v0.3.2
6122026-06-25T22:47:00.574Z Downloaded embedded-io v0.4.0
6132026-06-25T22:47:00.574Z Downloaded fd-lock v4.0.4
6142026-06-25T22:47:00.577Z Downloaded embedded-io v0.6.1
6152026-06-25T22:47:00.577Z Downloaded dof v0.4.0
6162026-06-25T22:47:00.577Z Downloaded darling_macro v0.23.0
6172026-06-25T22:47:00.577Z Downloaded bitfield-struct v0.6.2
6182026-06-25T22:47:00.580Z Downloaded float-cmp v0.10.0
6192026-06-25T22:47:00.580Z Downloaded bitfield v0.19.4
6202026-06-25T22:47:00.580Z Downloaded compression-codecs v0.4.37
6212026-06-25T22:47:00.583Z Downloaded dunce v1.0.5
6222026-06-25T22:47:00.586Z Downloaded dsl_auto_type v0.2.0
6232026-06-25T22:47:00.586Z Downloaded filetime v0.2.27
6242026-06-25T22:47:00.586Z Downloaded defmt v1.0.1
6252026-06-25T22:47:00.590Z Downloaded diesel-dtrace v0.5.0
6262026-06-25T22:47:00.593Z Downloaded ctr v0.9.2
6272026-06-25T22:47:00.593Z Downloaded dtrace-parser v0.3.0
6282026-06-25T22:47:00.593Z Downloaded bitflags v1.3.2
6292026-06-25T22:47:00.596Z Downloaded foreign-types-shared v0.1.1
6302026-06-25T22:47:00.596Z Downloaded cargo_metadata v0.23.1
6312026-06-25T22:47:00.599Z Downloaded byte-wrapper v0.1.0
6322026-06-25T22:47:00.599Z Downloaded bcs v0.1.6
6332026-06-25T22:47:00.602Z Downloaded futures-task v0.3.32
6342026-06-25T22:47:00.602Z Downloaded anstyle-parse v0.2.7
6352026-06-25T22:47:00.605Z Downloaded backoff v0.4.0
6362026-06-25T22:47:00.605Z Downloaded derive-ex v0.1.8
6372026-06-25T22:47:00.608Z Downloaded ahash v0.8.12
6382026-06-25T22:47:00.608Z Downloaded dropshot-api-manager-types v0.7.2
6392026-06-25T22:47:00.611Z Downloaded bit-set v0.8.0
6402026-06-25T22:47:00.611Z Downloaded base64ct v1.8.3
6412026-06-25T22:47:00.611Z Downloaded env_logger v0.11.9
6422026-06-25T22:47:00.614Z Downloaded futures-sink v0.3.32
6432026-06-25T22:47:00.617Z Downloaded compression-core v0.4.31
6442026-06-25T22:47:00.617Z Downloaded array-init v0.0.4
6452026-06-25T22:47:00.617Z Downloaded futures-macro v0.3.32
6462026-06-25T22:47:00.617Z Downloaded futures-core v0.3.32
6472026-06-25T22:47:00.621Z Downloaded foreign-types-shared v0.3.1
6482026-06-25T22:47:00.621Z Downloaded ff v0.13.1
6492026-06-25T22:47:00.621Z Downloaded either v1.15.0
6502026-06-25T22:47:00.624Z Downloaded crossbeam-utils v0.8.21
6512026-06-25T22:47:00.624Z Downloaded ghash v0.5.1
6522026-06-25T22:47:00.627Z Downloaded fxhash v0.2.1
6532026-06-25T22:47:00.627Z Downloaded funty v2.0.0
6542026-06-25T22:47:00.627Z Downloaded foreign-types-macros v0.2.3
6552026-06-25T22:47:00.627Z Downloaded foreign-types v0.5.0
6562026-06-25T22:47:00.630Z Downloaded foreign-types v0.3.2
6572026-06-25T22:47:00.630Z Downloaded arrayref v0.3.9
6582026-06-25T22:47:00.630Z Downloaded headers-core v0.3.0
6592026-06-25T22:47:00.634Z Downloaded git-stub v1.0.0
6602026-06-25T22:47:00.634Z Downloaded bit-vec v0.6.3
6612026-06-25T22:47:00.634Z Downloaded diesel_table_macro_syntax v0.3.0
6622026-06-25T22:47:00.637Z Downloaded constant_time_eq v0.4.2
6632026-06-25T22:47:00.640Z Downloaded fallible-iterator v0.2.0
6642026-06-25T22:47:00.640Z Downloaded hash32 v0.3.1
6652026-06-25T22:47:00.643Z Downloaded hash32 v0.2.1
6662026-06-25T22:47:00.643Z Downloaded cipher v0.4.4
6672026-06-25T22:47:00.643Z Downloaded ena v0.14.4
6682026-06-25T22:47:00.646Z Downloaded ed25519 v2.2.3
6692026-06-25T22:47:00.646Z Downloaded const_format_proc_macros v0.2.34
6702026-06-25T22:47:00.649Z Downloaded ecdsa v0.16.9
6712026-06-25T22:47:00.649Z Downloaded darling v0.20.11
6722026-06-25T22:47:00.653Z Downloaded cmake v0.1.57
6732026-06-25T22:47:00.653Z Downloaded digest v0.11.3
6742026-06-25T22:47:00.657Z Downloaded globwalk v0.9.1
6752026-06-25T22:47:00.657Z Downloaded hex v0.4.3
6762026-06-25T22:47:00.659Z Downloaded hex-literal v0.4.1
6772026-06-25T22:47:00.660Z Downloaded const-oid v0.9.6
6782026-06-25T22:47:00.662Z Downloaded hostname v0.3.1
6792026-06-25T22:47:00.662Z Downloaded hostname v0.4.2
6802026-06-25T22:47:00.663Z Downloaded httpdate v1.0.3
6812026-06-25T22:47:00.666Z Downloaded buf-list v1.1.2
6822026-06-25T22:47:00.669Z Downloaded bit-vec v0.8.0
6832026-06-25T22:47:00.669Z Downloaded futures-executor v0.3.32
6842026-06-25T22:47:00.669Z Downloaded foldhash v0.2.0
6852026-06-25T22:47:00.672Z Downloaded cancel-safe-futures v0.1.5
6862026-06-25T22:47:00.672Z Downloaded async-bb8-diesel v0.2.1
6872026-06-25T22:47:00.675Z Downloaded colored v2.2.0
6882026-06-25T22:47:00.678Z Downloaded chacha20 v0.10.0
6892026-06-25T22:47:00.678Z Downloaded http-range v0.1.5
6902026-06-25T22:47:00.678Z Downloaded hubpack v0.1.2
6912026-06-25T22:47:00.681Z Downloaded erased-serde v0.3.31
6922026-06-25T22:47:00.681Z Downloaded camino-tempfile-ext v0.3.3
6932026-06-25T22:47:00.684Z Downloaded futures-io v0.3.32
6942026-06-25T22:47:00.684Z Downloaded fs_extra v1.3.0
6952026-06-25T22:47:00.685Z Downloaded fs-err v2.11.0
6962026-06-25T22:47:00.688Z Downloaded http-body v1.0.1
6972026-06-25T22:47:00.688Z Downloaded cbc v0.1.2
6982026-06-25T22:47:00.688Z Downloaded cassowary v0.3.0
6992026-06-25T22:47:00.691Z Downloaded home v0.5.12
7002026-06-25T22:47:00.691Z Downloaded git-stub-vcs v0.1.0
7012026-06-25T22:47:00.692Z Downloaded group v0.13.0
7022026-06-25T22:47:00.695Z Downloaded glob v0.3.3
7032026-06-25T22:47:00.695Z Downloaded argon2 v0.5.3
7042026-06-25T22:47:00.698Z Downloaded foldhash v0.1.5
7052026-06-25T22:47:00.698Z Downloaded illumos-nvpair-sys v0.2.0
7062026-06-25T22:47:00.698Z Downloaded hyper-tls v0.6.0
7072026-06-25T22:47:00.701Z Downloaded blowfish v0.9.1
7082026-06-25T22:47:00.701Z Downloaded cexpr v0.6.0
7092026-06-25T22:47:00.704Z Downloaded gethostname v0.5.0
7102026-06-25T22:47:00.704Z Downloaded convert_case v0.10.0
7112026-06-25T22:47:00.707Z Downloaded ident_case v1.0.1
7122026-06-25T22:47:00.707Z Downloaded illumos-nvpair v0.3.0
7132026-06-25T22:47:00.711Z Downloaded instant v0.1.13
7142026-06-25T22:47:00.714Z Downloaded indent_write v2.2.0
7152026-06-25T22:47:00.714Z Downloaded indoc v1.0.9
7162026-06-25T22:47:00.718Z Downloaded cookie v0.18.1
7172026-06-25T22:47:00.718Z Downloaded globset v0.4.18
7182026-06-25T22:47:00.721Z Downloaded is-terminal v0.4.17
7192026-06-25T22:47:00.721Z Downloaded darling v0.21.3
7202026-06-25T22:47:00.724Z Downloaded instability v0.3.11
7212026-06-25T22:47:00.727Z Downloaded flagset v0.4.7
7222026-06-25T22:47:00.727Z Downloaded cookie_store v0.22.1
7232026-06-25T22:47:00.730Z Downloaded console v0.16.2
7242026-06-25T22:47:00.730Z Downloaded find-msvc-tools v0.1.9
7252026-06-25T22:47:00.733Z Downloaded highway v1.3.0
7262026-06-25T22:47:00.733Z Downloaded is_ci v1.2.0
7272026-06-25T22:47:00.736Z Downloaded console v0.15.11
7282026-06-25T22:47:00.736Z Downloaded keccak v0.1.6
7292026-06-25T22:47:00.739Z Downloaded const-oid v0.10.2
7302026-06-25T22:47:00.739Z Downloaded ciborium v0.2.2
7312026-06-25T22:47:00.742Z Downloaded allocator-api2 v0.2.21
7322026-06-25T22:47:00.742Z Downloaded kstat-rs v0.2.4
7332026-06-25T22:47:00.745Z Downloaded elliptic-curve v0.13.8
7342026-06-25T22:47:00.748Z Downloaded derive_more v0.99.20
7352026-06-25T22:47:00.748Z Downloaded darling v0.23.0
7362026-06-25T22:47:00.751Z Downloaded linked-hash-map v0.5.6
7372026-06-25T22:47:00.754Z Downloaded lazy_static v1.5.0
7382026-06-25T22:47:00.754Z Downloaded lru-slab v0.1.2
7392026-06-25T22:47:00.754Z Downloaded lru-cache v0.1.2
7402026-06-25T22:47:00.757Z Downloaded lalrpop-util v0.19.12
7412026-06-25T22:47:00.757Z Downloaded crc-any v2.5.0
7422026-06-25T22:47:00.757Z Downloaded lru v0.12.5
7432026-06-25T22:47:00.760Z Downloaded getrandom v0.2.17
7442026-06-25T22:47:00.760Z Downloaded hubpack_derive v0.1.1
7452026-06-25T22:47:00.763Z Downloaded http-body-util v0.1.3
7462026-06-25T22:47:00.763Z Downloaded futures-channel v0.3.32
7472026-06-25T22:47:00.764Z Downloaded humantime v2.3.0
7482026-06-25T22:47:00.767Z Downloaded half v1.8.3
7492026-06-25T22:47:00.767Z Downloaded managed v0.8.0
7502026-06-25T22:47:00.770Z Downloaded hyper-staticfile v0.10.1
7512026-06-25T22:47:00.770Z Downloaded dropshot_endpoint v0.17.1
7522026-06-25T22:47:00.773Z Downloaded match_cfg v0.1.0
7532026-06-25T22:47:00.773Z Downloaded mime v0.3.17
7542026-06-25T22:47:00.773Z Downloaded multimap v0.10.1
7552026-06-25T22:47:00.776Z Downloaded md5 v0.7.0
7562026-06-25T22:47:00.776Z Downloaded newtype_derive v0.1.6
7572026-06-25T22:47:00.776Z Downloaded maplit v1.0.2
7582026-06-25T22:47:00.779Z Downloaded der v0.7.10
7592026-06-25T22:47:00.782Z Downloaded new_debug_unreachable v1.0.6
7602026-06-25T22:47:00.782Z Downloaded des v0.8.1
7612026-06-25T22:47:00.782Z Downloaded diff v0.1.13
7622026-06-25T22:47:00.785Z Downloaded memoffset v0.9.1
7632026-06-25T22:47:00.785Z Downloaded maybe-uninit v2.0.0
7642026-06-25T22:47:00.788Z Downloaded clang-sys v1.8.1
7652026-06-25T22:47:00.788Z Downloaded md-5 v0.10.6
7662026-06-25T22:47:00.791Z Downloaded inout v0.1.4
7672026-06-25T22:47:00.791Z Downloaded internet-checksum v0.2.1
7682026-06-25T22:47:00.791Z Downloaded ingot v0.1.1
7692026-06-25T22:47:00.791Z Downloaded indoc v2.0.7
7702026-06-25T22:47:00.794Z Downloaded newtype-uuid-macros v0.1.0
7712026-06-25T22:47:00.794Z Downloaded ipnetwork v0.21.1
7722026-06-25T22:47:00.797Z Downloaded nonempty v0.12.0
7732026-06-25T22:47:00.797Z Downloaded newline-converter v0.3.0
7742026-06-25T22:47:00.797Z Downloaded nibble_vec v0.1.0
7752026-06-25T22:47:00.800Z Downloaded drift v0.2.0
7762026-06-25T22:47:00.804Z Downloaded ingot-types v0.1.2
7772026-06-25T22:47:00.807Z Downloaded futures v0.3.32
7782026-06-25T22:47:00.810Z Downloaded anstream v0.6.21
7792026-06-25T22:47:00.813Z Downloaded normalize-line-endings v0.3.0
7802026-06-25T22:47:00.813Z Downloaded jobserver v0.1.34
7812026-06-25T22:47:00.813Z Downloaded fatfs v0.3.6
7822026-06-25T22:47:00.816Z Downloaded ipnet v2.11.0
7832026-06-25T22:47:00.816Z Downloaded impl-trait-for-tuples v0.2.3
7842026-06-25T22:47:00.819Z Downloaded num-conv v0.2.0
7852026-06-25T22:47:00.819Z Downloaded getrandom v0.3.4
7862026-06-25T22:47:00.822Z Downloaded bytes v1.11.1
7872026-06-25T22:47:00.825Z Downloaded darling_core v0.21.3
7882026-06-25T22:47:00.828Z Downloaded olpc-cjson v0.1.4
7892026-06-25T22:47:00.828Z Downloaded num_threads v0.1.7
7902026-06-25T22:47:00.831Z Downloaded openssl-probe v0.2.1
7912026-06-25T22:47:00.831Z Downloaded openssl-probe v0.1.6
7922026-06-25T22:47:00.831Z Downloaded base64 v0.22.1
7932026-06-25T22:47:00.834Z Downloaded libscf-sys v1.1.0
7942026-06-25T22:47:00.834Z Downloaded iana-time-zone v0.1.65
7952026-06-25T22:47:00.842Z Downloaded num-derive v0.3.3
7962026-06-25T22:47:00.845Z Downloaded num-iter v0.1.45
7972026-06-25T22:47:00.845Z Downloaded num v0.4.3
7982026-06-25T22:47:00.845Z Downloaded multer v3.1.0
7992026-06-25T22:47:00.848Z Downloaded half v2.7.1
8002026-06-25T22:47:00.849Z Downloaded const_format v0.2.35
8012026-06-25T22:47:00.852Z Downloaded num-derive v0.4.2
8022026-06-25T22:47:00.855Z Downloaded hmac v0.12.1
8032026-06-25T22:47:00.855Z Downloaded packed_struct_codegen v0.10.1
8042026-06-25T22:47:00.857Z Downloaded nodrop v0.1.14
8052026-06-25T22:47:00.857Z Downloaded libsw-core v0.3.2
8062026-06-25T22:47:00.857Z Downloaded hyper-rustls v0.27.7
8072026-06-25T22:47:00.861Z Downloaded libsw v3.5.0
8082026-06-25T22:47:00.861Z Downloaded libefi-sys v0.1.0
8092026-06-25T22:47:00.864Z Downloaded darling_core v0.13.4
8102026-06-25T22:47:00.867Z Downloaded parse-display v0.10.0
8112026-06-25T22:47:00.867Z Downloaded num_enum_derive v0.5.11
8122026-06-25T22:47:00.867Z Downloaded linear-map v1.2.0
8132026-06-25T22:47:00.867Z Downloaded colored v3.1.1
8142026-06-25T22:47:00.870Z Downloaded opaque-debug v0.3.1
8152026-06-25T22:47:00.870Z Downloaded bzip2 v0.4.4
8162026-06-25T22:47:00.874Z Downloaded arrayvec v0.7.6
8172026-06-25T22:47:00.874Z Downloaded hybrid-array v0.4.10
8182026-06-25T22:47:00.876Z Downloaded bzip2 v0.6.1
8192026-06-25T22:47:00.876Z Downloaded lzss v0.8.2
8202026-06-25T22:47:00.876Z Downloaded nu-ansi-term v0.50.3
8212026-06-25T22:47:00.880Z Downloaded derive_more v2.1.1
8222026-06-25T22:47:00.887Z Downloaded num-integer v0.1.46
8232026-06-25T22:47:00.890Z Downloaded native-tls v0.2.18
8242026-06-25T22:47:00.890Z Downloaded pbkdf2 v0.12.2
8252026-06-25T22:47:00.893Z Downloaded crypto-bigint v0.5.5
8262026-06-25T22:47:00.896Z Downloaded darling_core v0.20.11
8272026-06-25T22:47:00.899Z Downloaded memmap2 v0.9.10
8282026-06-25T22:47:00.899Z Downloaded nanorand v0.7.0
8292026-06-25T22:47:00.902Z Downloaded oxide-tokio-rt v0.1.4
8302026-06-25T22:47:00.905Z Downloaded compact_str v0.8.1
8312026-06-25T22:47:00.909Z Downloaded heapless v0.7.17
8322026-06-25T22:47:00.912Z Downloaded ingot-macros v0.1.1
8332026-06-25T22:47:00.915Z Downloaded packed_struct v0.10.1
8342026-06-25T22:47:00.915Z Downloaded parse-size v1.1.0
8352026-06-25T22:47:00.915Z Downloaded arc-swap v1.8.2
8362026-06-25T22:47:00.918Z Downloaded parse-display-derive v0.10.0
8372026-06-25T22:47:00.921Z Downloaded path-slash v0.1.5
8382026-06-25T22:47:00.921Z Downloaded parking_lot_core v0.8.6
8392026-06-25T22:47:00.924Z Downloaded ar_archive_writer v0.5.1
8402026-06-25T22:47:00.927Z Downloaded ed25519-dalek v2.2.0
8412026-06-25T22:47:00.930Z Downloaded httparse v1.10.1
8422026-06-25T22:47:00.943Z Downloaded phf_shared v0.13.1
8432026-06-25T22:47:00.946Z Downloaded peg-runtime v0.8.5
8442026-06-25T22:47:00.946Z Downloaded phf_shared v0.12.1
8452026-06-25T22:47:00.946Z Downloaded phf_shared v0.11.3
8462026-06-25T22:47:00.949Z Downloaded pem v3.0.6
8472026-06-25T22:47:00.949Z Downloaded password-hash v0.5.0
8482026-06-25T22:47:00.949Z Downloaded predicates-core v1.0.10
8492026-06-25T22:47:00.953Z Downloaded precomputed-hash v0.1.1
8502026-06-25T22:47:00.953Z Downloaded pem-rfc7468 v0.7.0
8512026-06-25T22:47:00.953Z Downloaded polyval v0.6.2
8522026-06-25T22:47:00.956Z Downloaded num_enum_derive v0.7.6
8532026-06-25T22:47:00.956Z Downloaded async-compression v0.4.41
8542026-06-25T22:47:00.959Z Downloaded proc-macro-crate v1.3.1
8552026-06-25T22:47:00.962Z Downloaded expectorate v1.2.0
8562026-06-25T22:47:00.962Z Downloaded newtype-uuid v1.3.2
8572026-06-25T22:47:00.965Z Downloaded litrs v1.0.0
8582026-06-25T22:47:00.965Z Downloaded hickory-resolver v0.25.2
8592026-06-25T22:47:00.968Z Downloaded parking_lot_core v0.9.12
8602026-06-25T22:47:00.971Z Downloaded parking_lot v0.12.5
8612026-06-25T22:47:00.971Z Downloaded powerfmt v0.2.0
8622026-06-25T22:47:00.971Z Downloaded psl-types v2.0.11
8632026-06-25T22:47:00.974Z Downloaded openssl-macros v0.1.1
8642026-06-25T22:47:00.974Z Downloaded indicatif v0.18.4
8652026-06-25T22:47:00.977Z Downloaded quick-error v1.2.3
8662026-06-25T22:47:00.977Z Downloaded progenitor-macro v0.13.0
8672026-06-25T22:47:00.977Z Downloaded progenitor-client v0.14.0
8682026-06-25T22:47:00.980Z Downloaded proc-macro-crate v3.4.0
8692026-06-25T22:47:00.980Z Downloaded pbkdf2 v0.11.0
8702026-06-25T22:47:00.983Z Downloaded indexmap v1.9.3
8712026-06-25T22:47:00.983Z Downloaded progenitor-extras v0.2.0
8722026-06-25T22:47:00.986Z Downloaded crossterm v0.29.0
8732026-06-25T22:47:00.989Z Downloaded oxnet v0.1.6
8742026-06-25T22:47:00.989Z Downloaded owo-colors v4.3.0
8752026-06-25T22:47:00.992Z Downloaded libbz2-rs-sys v0.2.2
8762026-06-25T22:47:00.992Z Downloaded oso-derive v0.27.3
8772026-06-25T22:47:00.995Z Downloaded mime_guess v2.0.5
8782026-06-25T22:47:00.995Z Downloaded base64 v0.21.7
8792026-06-25T22:47:00.998Z Downloaded progenitor-macro v0.14.0
8802026-06-25T22:47:00.999Z Downloaded peg v0.8.5
8812026-06-25T22:47:01.002Z Downloaded omicron-zone-package v0.12.3
8822026-06-25T22:47:01.005Z Downloaded derive_more-impl v2.1.1
8832026-06-25T22:47:01.008Z Downloaded headers v0.4.1
8842026-06-25T22:47:01.011Z Downloaded paste v1.0.15
8852026-06-25T22:47:01.011Z Downloaded predicates-tree v1.0.13
8862026-06-25T22:47:01.014Z Downloaded radium v0.7.0
8872026-06-25T22:47:01.014Z Downloaded flume v0.11.1
8882026-06-25T22:47:01.017Z Downloaded recursive-proc-macro-impl v0.1.1
8892026-06-25T22:47:01.017Z Downloaded lock_api v0.4.14
8902026-06-25T22:47:01.017Z Downloaded libloading v0.8.9
8912026-06-25T22:47:01.020Z Downloaded rand_xorshift v0.4.0
8922026-06-25T22:47:01.020Z Downloaded pin-project-lite v0.2.17
8932026-06-25T22:47:01.023Z Downloaded parking_lot v0.11.2
8942026-06-25T22:47:01.026Z Downloaded phf v0.13.1
8952026-06-25T22:47:01.026Z Downloaded cc v1.2.56
8962026-06-25T22:47:01.029Z Downloaded r2d2 v0.8.10
8972026-06-25T22:47:01.029Z Downloaded ref-cast v1.0.25
8982026-06-25T22:47:01.032Z Downloaded num_enum v0.7.6
8992026-06-25T22:47:01.036Z Downloaded pkcs8 v0.10.2
9002026-06-25T22:47:01.036Z Downloaded pkg-config v0.3.32
9012026-06-25T22:47:01.039Z Downloaded progenitor-client v0.13.0
9022026-06-25T22:47:01.039Z Downloaded proc-macro-error2 v2.0.1
9032026-06-25T22:47:01.042Z Downloaded ref-cast-impl v1.0.25
9042026-06-25T22:47:01.042Z Downloaded heapless v0.8.0
9052026-06-25T22:47:01.045Z Downloaded peg-macros v0.8.5
9062026-06-25T22:47:01.045Z Downloaded proc-macro-error-attr2 v2.0.0
9072026-06-25T22:47:01.045Z Downloaded diesel_derives v2.3.7
9082026-06-25T22:47:01.048Z Downloaded recursive v0.1.1
9092026-06-25T22:47:01.052Z Downloaded rand_chacha v0.3.1
9102026-06-25T22:47:01.052Z Downloaded rand_core v0.9.5
9112026-06-25T22:47:01.052Z Downloaded rand_core v0.6.4
9122026-06-25T22:47:01.055Z Downloaded ignore v0.4.25
9132026-06-25T22:47:01.055Z Downloaded password-hash v0.4.2
9142026-06-25T22:47:01.058Z Downloaded num_enum v0.5.11
9152026-06-25T22:47:01.061Z Downloaded progenitor v0.14.0
9162026-06-25T22:47:01.061Z Downloaded rtoolbox v0.0.3
9172026-06-25T22:47:01.061Z Downloaded flate2 v1.1.9
9182026-06-25T22:47:01.065Z Downloaded bumpalo v3.20.2
9192026-06-25T22:47:01.069Z Downloaded num-rational v0.4.2
9202026-06-25T22:47:01.069Z Downloaded num-complex v0.4.6
9212026-06-25T22:47:01.069Z Downloaded chacha20poly1305 v0.10.1
9222026-06-25T22:47:01.072Z Downloaded primeorder v0.13.6
9232026-06-25T22:47:01.075Z Downloaded psm v0.1.30
9242026-06-25T22:47:01.078Z Downloaded predicates v3.1.4
9252026-06-25T22:47:01.078Z Downloaded russh-cryptovec v0.7.3
9262026-06-25T22:47:01.083Z Downloaded scheduled-thread-pool v0.2.7
9272026-06-25T22:47:01.086Z Downloaded rustc-hash v2.1.1
9282026-06-25T22:47:01.089Z Downloaded same-file v1.0.6
9292026-06-25T22:47:01.089Z Downloaded hashbrown v0.13.2
9302026-06-25T22:47:01.092Z Downloaded p256 v0.13.2
9312026-06-25T22:47:01.095Z Downloaded hickory-server v0.25.2
9322026-06-25T22:47:01.095Z Downloaded postcard v1.1.3
9332026-06-25T22:47:01.098Z Downloaded hashbrown v0.12.3
9342026-06-25T22:47:01.101Z Downloaded rand_chacha v0.9.0
9352026-06-25T22:47:01.104Z Downloaded pin-project-internal v1.1.11
9362026-06-25T22:47:01.104Z Downloaded rustc_version v0.4.1
9372026-06-25T22:47:01.107Z Downloaded http v1.4.2
9382026-06-25T22:47:01.107Z Downloaded rfc6979 v0.4.0
9392026-06-25T22:47:01.111Z Downloaded scrypt v0.11.0
9402026-06-25T22:47:01.111Z Downloaded scroll_derive v0.13.1
9412026-06-25T22:47:01.111Z Downloaded serde_plain v1.0.2
9422026-06-25T22:47:01.114Z Downloaded salsa20 v0.10.2
9432026-06-25T22:47:01.114Z Downloaded semver v0.1.20
9442026-06-25T22:47:01.114Z Downloaded scopeguard v1.2.0
9452026-06-25T22:47:01.114Z Downloaded secrecy v0.10.3
9462026-06-25T22:47:01.117Z Downloaded jiff-static v0.2.21
9472026-06-25T22:47:01.117Z Downloaded seq-macro v0.3.6
9482026-06-25T22:47:01.120Z Downloaded postgres-protocol v0.6.10
9492026-06-25T22:47:01.120Z Downloaded resolv-conf v0.7.6
9502026-06-25T22:47:01.123Z Downloaded ppv-lite86 v0.2.21
9512026-06-25T22:47:01.123Z Downloaded crossterm v0.28.1
9522026-06-25T22:47:01.127Z Downloaded phf v0.12.1
9532026-06-25T22:47:01.130Z Downloaded rand_seeder v0.4.0
9542026-06-25T22:47:01.130Z Downloaded pkcs5 v0.7.1
9552026-06-25T22:47:01.133Z Downloaded rustls-native-certs v0.8.3
9562026-06-25T22:47:01.133Z Downloaded secrecy v0.8.0
9572026-06-25T22:47:01.136Z Downloaded pkcs1 v0.7.5
9582026-06-25T22:47:01.136Z Downloaded serde_bytes v0.11.19
9592026-06-25T22:47:01.139Z Downloaded serde-big-array v0.5.1
9602026-06-25T22:47:01.139Z Downloaded poly1305 v0.8.0
9612026-06-25T22:47:01.142Z Downloaded hickory-resolver v0.24.4
9622026-06-25T22:47:01.146Z Downloaded dropshot-api-manager v0.7.2
9632026-06-25T22:47:01.150Z Downloaded postgres-types v0.2.12
9642026-06-25T22:47:01.153Z Downloaded progenitor v0.13.0
9652026-06-25T22:47:01.156Z Downloaded serde_spanned v1.1.1
9662026-06-25T22:47:01.159Z Downloaded rustversion v1.0.22
9672026-06-25T22:47:01.162Z Downloaded signal-hook-mio v0.2.5
9682026-06-25T22:47:01.165Z Downloaded sha1 v0.10.6
9692026-06-25T22:47:01.165Z Downloaded signal-hook-tokio v0.3.1
9702026-06-25T22:47:01.165Z Downloaded miniz_oxide v0.8.9
9712026-06-25T22:47:01.168Z Downloaded oso v0.27.3
9722026-06-25T22:47:01.171Z Downloaded serde_urlencoded v0.7.1
9732026-06-25T22:47:01.171Z Downloaded itertools v0.10.5
9742026-06-25T22:47:01.176Z Downloaded shell-words v1.1.1
9752026-06-25T22:47:01.179Z Downloaded sigpipe v0.1.3
9762026-06-25T22:47:01.179Z Downloaded signature v2.2.0
9772026-06-25T22:47:01.182Z Downloaded siphasher v1.0.2
9782026-06-25T22:47:01.182Z Downloaded sha1 v0.11.0
9792026-06-25T22:47:01.193Z Downloaded scroll v0.13.0
9802026-06-25T22:47:01.196Z Downloaded hyper-util v0.1.20
9812026-06-25T22:47:01.200Z Downloaded quinn-udp v0.5.14
9822026-06-25T22:47:01.203Z Downloaded russh-keys v0.45.0
9832026-06-25T22:47:01.203Z Downloaded rustls-pemfile v2.2.0
9842026-06-25T22:47:01.206Z Downloaded serde_repr v0.1.20
9852026-06-25T22:47:01.207Z Downloaded serde_path_to_error v0.1.20
9862026-06-25T22:47:01.210Z Downloaded rusty-fork v0.3.1
9872026-06-25T22:47:01.210Z Downloaded slog-envlogger v2.2.0
9882026-06-25T22:47:01.210Z Downloaded slog-bunyan v2.5.0
9892026-06-25T22:47:01.213Z Downloaded rustc_version v0.1.7
9902026-06-25T22:47:01.213Z Downloaded papergrid v0.17.0
9912026-06-25T22:47:01.221Z Downloaded shlex v1.3.0
9922026-06-25T22:47:01.224Z Downloaded serde_with_macros v1.5.2
9932026-06-25T22:47:01.228Z Downloaded serde-hex v0.1.0
9942026-06-25T22:47:01.231Z Downloaded rcgen v0.12.1
9952026-06-25T22:47:01.231Z Downloaded rand_core v0.10.0
9962026-06-25T22:47:01.235Z Downloaded pin-project v1.1.11
9972026-06-25T22:47:01.240Z Downloaded sqlparser_derive v0.5.0
9982026-06-25T22:47:01.243Z Downloaded sec1 v0.7.3
9992026-06-25T22:47:01.243Z Downloaded schemars_derive v0.8.22
10002026-06-25T22:47:01.247Z Downloaded structmeta-derive v0.3.0
10012026-06-25T22:47:01.247Z Downloaded structmeta v0.3.0
10022026-06-25T22:47:01.247Z Downloaded ssh-cipher v0.2.0
10032026-06-25T22:47:01.250Z Downloaded strum v0.26.3
10042026-06-25T22:47:01.250Z Downloaded strsim v0.10.0
10052026-06-25T22:47:01.254Z Downloaded prefix-trie v0.7.0
10062026-06-25T22:47:01.257Z Downloaded strip-ansi-escapes v0.2.1
10072026-06-25T22:47:01.258Z Downloaded minimal-lexical v0.2.1
10082026-06-25T22:47:01.261Z Downloaded strum v0.27.2
10092026-06-25T22:47:01.261Z Downloaded slog-async v2.8.0
10102026-06-25T22:47:01.261Z Downloaded ssh-encoding v0.2.0
10112026-06-25T22:47:01.265Z Downloaded nom v7.1.3
10122026-06-25T22:47:01.269Z Downloaded signal-hook-registry v1.4.8
10132026-06-25T22:47:01.272Z Downloaded slab v0.4.12
10142026-06-25T22:47:01.272Z Downloaded sapling-renderdag v0.1.0
10152026-06-25T22:47:01.272Z Downloaded sync_wrapper v1.0.2
10162026-06-25T22:47:01.276Z Downloaded supports-color v3.0.2
10172026-06-25T22:47:01.276Z Downloaded take_mut v0.2.2
10182026-06-25T22:47:01.276Z Downloaded tagptr v0.2.0
10192026-06-25T22:47:01.276Z Downloaded tabwriter v1.4.1
10202026-06-25T22:47:01.280Z Downloaded tabled_derive v0.11.0
10212026-06-25T22:47:01.280Z Downloaded slog-dtrace v0.3.0
10222026-06-25T22:47:01.280Z Downloaded progenitor-impl v0.13.0
10232026-06-25T22:47:01.283Z Downloaded rustls-pki-types v1.14.0
10242026-06-25T22:47:01.283Z Downloaded simd-adler32 v0.3.8
10252026-06-25T22:47:01.287Z Downloaded libxml v0.3.3
10262026-06-25T22:47:01.290Z Downloaded sync-ptr v0.1.4
10272026-06-25T22:47:01.291Z Downloaded subtle v2.6.1
10282026-06-25T22:47:01.291Z Downloaded smf v0.2.3
10292026-06-25T22:47:01.291Z Downloaded slog-stdlog v4.1.1
10302026-06-25T22:47:01.294Z Downloaded spki v0.7.3
10312026-06-25T22:47:01.294Z Downloaded aes v0.8.4
10322026-06-25T22:47:01.294Z Downloaded snafu-derive v0.8.9
10332026-06-25T22:47:01.298Z Downloaded smallvec v0.6.14
10342026-06-25T22:47:01.298Z Downloaded serde_cbor v0.11.2
10352026-06-25T22:47:01.301Z Downloaded tap v1.0.1
10362026-06-25T22:47:01.301Z Downloaded slog-json v2.6.1
10372026-06-25T22:47:01.305Z Downloaded time-core v0.1.8
10382026-06-25T22:47:01.305Z Downloaded thiserror-impl-no-std v2.0.2
10392026-06-25T22:47:01.305Z Downloaded stacker v0.1.23
10402026-06-25T22:47:01.309Z Downloaded slog-term v2.9.2
10412026-06-25T22:47:01.312Z Downloaded aes-gcm v0.10.3
10422026-06-25T22:47:01.316Z Downloaded rayon-core v1.13.0
10432026-06-25T22:47:01.319Z Downloaded testing_table v0.3.0
10442026-06-25T22:47:01.320Z Downloaded serde_derive_internals v0.29.1
10452026-06-25T22:47:01.323Z Downloaded stringprep v0.1.5
10462026-06-25T22:47:01.323Z Downloaded static_assertions v1.1.0
10472026-06-25T22:47:01.327Z Downloaded tinyvec_macros v0.1.1
10482026-06-25T22:47:01.330Z Downloaded string_cache v0.8.9
10492026-06-25T22:47:01.330Z Downloaded hashbrown v0.15.5
10502026-06-25T22:47:01.335Z Downloaded sqlformat v0.3.5
10512026-06-25T22:47:01.339Z Downloaded schemars v0.8.22
10522026-06-25T22:47:01.342Z Downloaded strum_macros v0.24.3
10532026-06-25T22:47:01.346Z Downloaded hyper v1.10.1
10542026-06-25T22:47:01.349Z Downloaded openssl-sys v0.9.115
10552026-06-25T22:47:01.353Z Downloaded topological-sort v0.2.2
10562026-06-25T22:47:01.353Z Downloaded progenitor-impl v0.14.0
10572026-06-25T22:47:01.358Z Downloaded num-bigint-dig v0.8.6
10582026-06-25T22:47:01.361Z Downloaded support-bundle-viewer v0.1.2
10592026-06-25T22:47:01.361Z Downloaded mio v1.2.0
10602026-06-25T22:47:01.366Z Downloaded strum_macros v0.27.2
10612026-06-25T22:47:01.366Z Downloaded strum_macros v0.26.4
10622026-06-25T22:47:01.366Z Downloaded serde_with_macros v3.17.0
10632026-06-25T22:47:01.369Z Downloaded spin v0.9.8
10642026-06-25T22:47:01.369Z Downloaded termtree v0.5.1
10652026-06-25T22:47:01.369Z Downloaded ryu v1.0.23
10662026-06-25T22:47:01.373Z Downloaded prettyplease v0.2.37
10672026-06-25T22:47:01.394Z Downloaded termios v0.3.3
10682026-06-25T22:47:01.399Z Downloaded serde_yaml v0.9.34+deprecated
10692026-06-25T22:47:01.403Z Downloaded time-macros v0.2.27
10702026-06-25T22:47:01.403Z Downloaded tower-service v0.3.3
10712026-06-25T22:47:01.403Z Downloaded slog-scope v4.4.1
10722026-06-25T22:47:01.403Z Downloaded tower-layer v0.3.3
10732026-06-25T22:47:01.403Z Downloaded tokio-macros v2.7.0
10742026-06-25T22:47:01.403Z Downloaded unarray v0.1.4
10752026-06-25T22:47:01.407Z Downloaded typify-macro v0.6.2
10762026-06-25T22:47:01.407Z Downloaded tiny-keccak v2.0.2
10772026-06-25T22:47:01.407Z Downloaded try-lock v0.2.5
10782026-06-25T22:47:01.411Z Downloaded rustls-platform-verifier v0.6.2
10792026-06-25T22:47:01.415Z Downloaded tokio-dtrace v0.1.1
10802026-06-25T22:47:01.419Z Downloaded trait-variant v0.1.2
10812026-06-25T22:47:01.419Z Downloaded thread_local v1.1.9
10822026-06-25T22:47:01.419Z Downloaded thread-id v5.1.0
10832026-06-25T22:47:01.427Z Downloaded thiserror-no-std v2.0.2
10842026-06-25T22:47:01.427Z Downloaded untrusted v0.7.1
10852026-06-25T22:47:01.431Z Downloaded universal-hash v0.5.1
10862026-06-25T22:47:01.432Z Downloaded tls_codec v0.4.2
10872026-06-25T22:47:01.432Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10882026-06-25T22:47:01.432Z Downloaded tokio-tungstenite v0.21.0
10892026-06-25T22:47:01.432Z Downloaded utf-8 v0.7.6
10902026-06-25T22:47:01.432Z Downloaded usdt-macro v0.6.0
10912026-06-25T22:47:01.432Z Downloaded unit-prefix v0.5.2
10922026-06-25T22:47:01.432Z Downloaded unicode-truncate v1.1.0
10932026-06-25T22:47:01.437Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10942026-06-25T22:47:01.444Z Downloaded socket2 v0.6.3
10952026-06-25T22:47:01.448Z Downloaded term v0.7.0
10962026-06-25T22:47:01.452Z Downloaded untrusted v0.9.0
10972026-06-25T22:47:01.452Z Downloaded tls_codec_derive v0.4.2
10982026-06-25T22:47:01.452Z Downloaded term v1.2.1
10992026-06-25T22:47:01.456Z Downloaded usdt-attr-macro v0.6.0
11002026-06-25T22:47:01.456Z Downloaded usdt v0.6.0
11012026-06-25T22:47:01.456Z Downloaded want v0.3.1
11022026-06-25T22:47:01.460Z Downloaded waitgroup v0.1.2
11032026-06-25T22:47:01.460Z Downloaded ron v0.8.1
11042026-06-25T22:47:01.460Z Downloaded void v1.0.2
11052026-06-25T22:47:01.465Z Downloaded tui-tree-widget v0.23.1
11062026-06-25T22:47:01.475Z Downloaded rustls-webpki v0.103.9
11072026-06-25T22:47:01.482Z Downloaded quinn v0.11.9
11082026-06-25T22:47:01.486Z Downloaded tokio-tungstenite v0.23.1
11092026-06-25T22:47:01.489Z Downloaded signal-hook v0.3.18
11102026-06-25T22:47:01.493Z Downloaded rand v0.8.6
11112026-06-25T22:47:01.500Z Downloaded toml_writer v1.1.1+spec-1.1.0
11122026-06-25T22:47:01.504Z Downloaded similar v2.7.0
11132026-06-25T22:47:01.507Z Downloaded wait-timeout v0.2.1
11142026-06-25T22:47:01.507Z Downloaded usdt-impl v0.6.0
11152026-06-25T22:47:01.507Z Downloaded tokio-stream v0.1.18
11162026-06-25T22:47:01.511Z Downloaded xattr v1.6.1
11172026-06-25T22:47:01.511Z Downloaded zone v0.3.1
11182026-06-25T22:47:01.511Z Downloaded itertools v0.12.1
11192026-06-25T22:47:01.516Z Downloaded schemars v1.2.1
11202026-06-25T22:47:01.524Z Downloaded socket2 v0.5.10
11212026-06-25T22:47:01.528Z Downloaded num-bigint v0.4.6
11222026-06-25T22:47:01.531Z Downloaded walkdir v2.5.0
11232026-06-25T22:47:01.531Z Downloaded vsss-rs v3.3.4
11242026-06-25T22:47:01.531Z Downloaded zone_cfg_derive v0.3.1
11252026-06-25T22:47:01.535Z Downloaded vergen-lib v9.1.0
11262026-06-25T22:47:01.535Z Downloaded vergen-lib v0.1.6
11272026-06-25T22:47:01.535Z Downloaded vergen-gitcl v1.0.8
11282026-06-25T22:47:01.535Z Downloaded snafu v0.8.9
11292026-06-25T22:47:01.538Z Downloaded xshell-macros v0.2.7
11302026-06-25T22:47:01.542Z Downloaded tracing-attributes v0.1.31
11312026-06-25T22:47:01.542Z Downloaded h2 v0.4.15
11322026-06-25T22:47:01.547Z Downloaded pretty_assertions v1.4.1
11332026-06-25T22:47:01.555Z Downloaded unicase v2.9.0
11342026-06-25T22:47:01.559Z Downloaded p521 v0.13.3
11352026-06-25T22:47:01.562Z Downloaded iddqd v0.4.2
11362026-06-25T22:47:01.566Z Downloaded zeroize_derive v1.4.3
11372026-06-25T22:47:01.566Z Downloaded tokio-native-tls v0.3.1
11382026-06-25T22:47:01.569Z Downloaded slog v2.8.2
11392026-06-25T22:47:01.573Z Downloaded tokio-rustls v0.26.4
11402026-06-25T22:47:01.579Z Downloaded tar v0.4.45
11412026-06-25T22:47:01.583Z Downloaded toml_parser v1.1.2+spec-1.1.0
11422026-06-25T22:47:01.586Z Downloaded russh v0.45.0
11432026-06-25T22:47:01.589Z Downloaded vergen-git2 v9.1.0
11442026-06-25T22:47:01.589Z Downloaded uzers v0.12.2
11452026-06-25T22:47:01.594Z Downloaded whoami v1.6.1
11462026-06-25T22:47:01.594Z Downloaded publicsuffix v2.3.0
11472026-06-25T22:47:01.597Z Downloaded zstd-safe v7.2.4
11482026-06-25T22:47:01.597Z Downloaded qorb v0.4.1
11492026-06-25T22:47:01.602Z Downloaded iri-string v0.7.10
11502026-06-25T22:47:01.607Z Downloaded rsa v0.9.10
11512026-06-25T22:47:01.611Z Downloaded wyz v0.5.1
11522026-06-25T22:47:01.614Z Downloaded whoami v2.1.0
11532026-06-25T22:47:01.614Z Downloaded unicode-bidi v0.3.18
11542026-06-25T22:47:01.618Z Downloaded tracing-core v0.1.36
11552026-06-25T22:47:01.618Z Downloaded rand v0.9.2
11562026-06-25T22:47:01.622Z Downloaded hashbrown v0.16.1
11572026-06-25T22:47:01.622Z Downloaded samael v0.0.19
11582026-06-25T22:47:01.627Z Downloaded schemars v0.9.0
11592026-06-25T22:47:01.632Z Downloaded yasna v0.5.2
11602026-06-25T22:47:01.636Z Downloaded xshell v0.2.7
11612026-06-25T22:47:01.640Z Downloaded toml_edit v0.23.10+spec-1.0.0
11622026-06-25T22:47:01.643Z Downloaded tinyvec v1.10.0
11632026-06-25T22:47:01.646Z Downloaded zstd v0.13.3
11642026-06-25T22:47:01.651Z Downloaded git2 v0.20.4
11652026-06-25T22:47:01.658Z Downloaded zeroize v1.8.2
11662026-06-25T22:47:01.662Z Downloaded steno v0.4.1
11672026-06-25T22:47:01.662Z Downloaded futures-util v0.3.32
11682026-06-25T22:47:01.669Z Downloaded p384 v0.13.1
11692026-06-25T22:47:01.674Z Downloaded subprocess v0.2.15
11702026-06-25T22:47:01.674Z Downloaded toml v0.7.8
11712026-06-25T22:47:01.678Z Downloaded toml v1.1.2+spec-1.1.0
11722026-06-25T22:47:01.678Z Downloaded vergen v9.1.0
11732026-06-25T22:47:01.682Z Downloaded aho-corasick v1.1.4
11742026-06-25T22:47:01.687Z Downloaded serde_with v1.14.0
11752026-06-25T22:47:01.690Z Downloaded nom v8.0.0
11762026-06-25T22:47:01.694Z Downloaded test-strategy v0.4.5
11772026-06-25T22:47:01.697Z Downloaded itertools v0.14.0
11782026-06-25T22:47:01.701Z Downloaded zopfli v0.8.3
11792026-06-25T22:47:01.704Z Downloaded itertools v0.13.0
11802026-06-25T22:47:01.708Z Downloaded typify v0.6.2
11812026-06-25T22:47:01.711Z Downloaded twox-hash v2.1.2
11822026-06-25T22:47:01.711Z Downloaded tungstenite v0.21.0
11832026-06-25T22:47:01.711Z Downloaded tungstenite v0.23.0
11842026-06-25T22:47:01.715Z Downloaded rand v0.10.0
11852026-06-25T22:47:01.721Z Downloaded libm v0.2.16
11862026-06-25T22:47:01.724Z Downloaded unicode_categories v0.1.1
11872026-06-25T22:47:01.727Z Downloaded yansi v1.0.1
11882026-06-25T22:47:01.727Z Downloaded unsafe-libyaml v0.2.11
11892026-06-25T22:47:01.731Z Downloaded unicode-properties v0.1.4
11902026-06-25T22:47:01.731Z Downloaded reqwest v0.13.2
11912026-06-25T22:47:01.735Z Downloaded toml_edit v0.19.15
11922026-06-25T22:47:01.744Z Downloaded zip v0.6.6
11932026-06-25T22:47:01.748Z Downloaded goblin v0.10.5
11942026-06-25T22:47:01.752Z Downloaded blake3 v1.8.5
11952026-06-25T22:47:01.756Z Downloaded vte v0.14.1
11962026-06-25T22:47:01.759Z Downloaded unicode-segmentation v1.12.0
11972026-06-25T22:47:01.759Z Downloaded ssh-key v0.6.7
11982026-06-25T22:47:01.764Z Downloaded rustyline v14.0.0
11992026-06-25T22:47:01.767Z Downloaded moka v0.12.13
12002026-06-25T22:47:01.772Z Downloaded zerocopy-derive v0.8.40
12012026-06-25T22:47:01.777Z Downloaded hkdf v0.12.4
12022026-06-25T22:47:01.781Z Downloaded tower v0.5.3
12032026-06-25T22:47:01.788Z Downloaded zerocopy v0.6.6
12042026-06-25T22:47:01.793Z Downloaded rayon v1.11.0
12052026-06-25T22:47:01.796Z Downloaded quick-xml v0.37.5
12062026-06-25T22:47:01.799Z Downloaded uuid v1.23.4
12072026-06-25T22:47:01.803Z Downloaded x509-cert v0.2.5
12082026-06-25T22:47:01.806Z Downloaded tokio-postgres v0.7.16
12092026-06-25T22:47:01.814Z Downloaded rpassword v7.4.0
12102026-06-25T22:47:01.817Z Downloaded chrono v0.4.44
12112026-06-25T22:47:01.820Z Downloaded salty v0.3.0
12122026-06-25T22:47:01.825Z Downloaded proptest v1.10.0
12132026-06-25T22:47:01.832Z Downloaded unicode-normalization v0.1.25
12142026-06-25T22:47:01.839Z Downloaded reedline v0.40.0
12152026-06-25T22:47:01.843Z Downloaded portable-atomic v1.13.1
12162026-06-25T22:47:01.847Z Downloaded tough v0.22.0
12172026-06-25T22:47:01.865Z Downloaded curve25519-dalek v4.1.3
12182026-06-25T22:47:01.869Z Downloaded bitvec v1.0.1
12192026-06-25T22:47:01.878Z Downloaded petname v2.0.2
12202026-06-25T22:47:01.881Z Downloaded zip v4.6.1
12212026-06-25T22:47:01.885Z Downloaded reqwest v0.12.28
12222026-06-25T22:47:01.889Z Downloaded regex v1.12.3
12232026-06-25T22:47:01.894Z Downloaded aws-lc-rs v1.16.3
12242026-06-25T22:47:01.903Z Downloaded bindgen v0.71.1
12252026-06-25T22:47:01.911Z Downloaded winnow v0.6.26
12262026-06-25T22:47:01.916Z Downloaded typed-path v0.9.3
12272026-06-25T22:47:01.935Z Downloaded lalrpop v0.19.12
12282026-06-25T22:47:01.968Z Downloaded tokio-util v0.7.18
12292026-06-25T22:47:01.979Z Downloaded winnow v1.0.3
12302026-06-25T22:47:01.986Z Downloaded smoltcp v0.9.1
12312026-06-25T22:47:01.999Z Downloaded serde_with v3.17.0
12322026-06-25T22:47:02.007Z Downloaded regex-syntax v0.6.29
12332026-06-25T22:47:02.011Z Downloaded vcpkg v0.2.15
12342026-06-25T22:47:02.037Z Downloaded tower-http v0.6.8
12352026-06-25T22:47:02.040Z Downloaded dropshot v0.17.1
12362026-06-25T22:47:02.066Z Downloaded smoltcp v0.11.0
12372026-06-25T22:47:02.074Z Downloaded regex-syntax v0.8.10
12382026-06-25T22:47:02.082Z Downloaded diesel v2.3.7
12392026-06-25T22:47:02.093Z Downloaded radix_trie v0.2.1
12402026-06-25T22:47:02.096Z Downloaded zerocopy v0.8.40
12412026-06-25T22:47:02.101Z Downloaded winnow v0.5.40
12422026-06-25T22:47:02.108Z Downloaded quinn-proto v0.11.13
12432026-06-25T22:47:02.112Z Downloaded object v0.30.4
12442026-06-25T22:47:02.117Z Downloaded rustls v0.23.41
12452026-06-25T22:47:02.127Z Downloaded rustix v0.38.44
12462026-06-25T22:47:02.139Z Downloaded tabled v0.20.0
12472026-06-25T22:47:02.148Z Downloaded time v0.3.47
12482026-06-25T22:47:02.155Z Downloaded nix v0.27.1
12492026-06-25T22:47:02.162Z Downloaded regress v0.11.1
12502026-06-25T22:47:02.167Z Downloaded openssl v0.10.79
12512026-06-25T22:47:02.174Z Downloaded polar-core v0.27.3
12522026-06-25T22:47:02.195Z Downloaded bstr v1.12.1
12532026-06-25T22:47:02.200Z Downloaded sqlparser v0.61.0
12542026-06-25T22:47:02.200Z Downloaded zlib-rs v0.6.2
12552026-06-25T22:47:02.200Z Downloaded nix v0.28.0
12562026-06-25T22:47:02.200Z Downloaded sled v0.34.7
12572026-06-25T22:47:02.203Z Downloaded hickory-proto v0.24.4
12582026-06-25T22:47:02.211Z Downloaded tracing v0.1.44
12592026-06-25T22:47:02.224Z Downloaded ratatui v0.29.0
12602026-06-25T22:47:02.236Z Downloaded object v0.37.3
12612026-06-25T22:47:02.243Z Downloaded nix v0.31.2
12622026-06-25T22:47:02.250Z Downloaded hickory-proto v0.25.2
12632026-06-25T22:47:02.266Z Downloaded regress v0.10.5
12642026-06-25T22:47:02.278Z Downloaded zerocopy-derive v0.6.6
12652026-06-25T22:47:02.287Z Downloaded regex-automata v0.4.14
12662026-06-25T22:47:02.303Z Downloaded openapiv3 v2.2.0
12672026-06-25T22:47:02.317Z Downloaded jiff v0.2.21
12682026-06-25T22:47:02.330Z Downloaded petgraph v0.6.5
12692026-06-25T22:47:02.340Z Downloaded petgraph v0.8.3
12702026-06-25T22:47:02.362Z Downloaded csv v1.4.0
12712026-06-25T22:47:02.393Z Downloaded encoding_rs v0.8.35
12722026-06-25T22:47:02.405Z Downloaded typify-impl v0.6.2
12732026-06-25T22:47:02.436Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-06-25T22:47:02.516Z Downloaded chrono-tz v0.10.4
12752026-06-25T22:47:02.583Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-06-25T22:47:02.594Z Downloaded libz-sys v1.1.24
12772026-06-25T22:47:02.618Z Downloaded sha3 v0.10.8
12782026-06-25T22:47:02.627Z Downloaded tokio v1.52.1
12792026-06-25T22:47:02.767Z Downloaded ring v0.17.14
12802026-06-25T22:47:02.811Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-06-25T22:47:03.431Z Downloaded aws-lc-sys v0.40.0
12822026-06-25T22:47:03.683Z Compiling libc v0.2.185
12832026-06-25T22:47:03.683Z Compiling serde v1.0.228
12842026-06-25T22:47:03.686Z Compiling log v0.4.29
12852026-06-25T22:47:03.686Z Compiling smallvec v1.15.1
12862026-06-25T22:47:03.686Z Compiling shlex v1.3.0
12872026-06-25T22:47:03.687Z Compiling find-msvc-tools v0.1.9
12882026-06-25T22:47:03.687Z Compiling typenum v1.19.0
12892026-06-25T22:47:03.687Z Compiling subtle v2.6.1
12902026-06-25T22:47:03.821Z Compiling generic-array v0.14.7
12912026-06-25T22:47:03.825Z Compiling scopeguard v1.2.0
12922026-06-25T22:47:03.907Z Compiling const-oid v0.9.6
12932026-06-25T22:47:03.918Z Compiling serde_json v1.0.150
12942026-06-25T22:47:03.944Z Compiling syn v2.0.117
12952026-06-25T22:47:03.948Z Compiling zerocopy v0.8.40
12962026-06-25T22:47:03.948Z Compiling portable-atomic v1.13.1
12972026-06-25T22:47:03.948Z Compiling parking_lot_core v0.9.12
12982026-06-25T22:47:04.017Z Compiling lock_api v0.4.14
12992026-06-25T22:47:04.021Z Compiling pin-project-lite v0.2.17
13002026-06-25T22:47:04.046Z Compiling pkg-config v0.3.32
13012026-06-25T22:47:04.074Z Compiling bitflags v2.11.0
13022026-06-25T22:47:04.109Z Compiling critical-section v1.2.0
13032026-06-25T22:47:04.114Z Compiling futures-core v0.3.32
13042026-06-25T22:47:04.153Z Compiling libm v0.2.16
13052026-06-25T22:47:04.156Z Compiling num-traits v0.2.19
13062026-06-25T22:47:04.196Z Compiling percent-encoding v2.3.2
13072026-06-25T22:47:04.265Z Compiling futures-sink v0.3.32
13082026-06-25T22:47:04.294Z Compiling getrandom v0.4.1
13092026-06-25T22:47:04.294Z Compiling futures-io v0.3.32
13102026-06-25T22:47:04.297Z Compiling futures-task v0.3.32
13112026-06-25T22:47:04.336Z Compiling cpufeatures v0.2.17
13122026-06-25T22:47:04.391Z Compiling futures-channel v0.3.32
13132026-06-25T22:47:04.437Z Compiling slab v0.4.12
13142026-06-25T22:47:04.446Z Compiling rand_core v0.10.0
13152026-06-25T22:47:04.451Z Compiling indexmap v2.14.0
13162026-06-25T22:47:04.481Z Compiling rustversion v1.0.22
13172026-06-25T22:47:04.512Z Compiling getrandom v0.3.4
13182026-06-25T22:47:04.569Z Compiling form_urlencoded v1.2.2
13192026-06-25T22:47:04.615Z Compiling fs_extra v1.3.0
13202026-06-25T22:47:04.619Z Compiling base64ct v1.8.3
13212026-06-25T22:47:04.642Z Compiling ident_case v1.0.1
13222026-06-25T22:47:04.658Z Compiling dunce v1.0.5
13232026-06-25T22:47:04.670Z Compiling regex-syntax v0.8.10
13242026-06-25T22:47:04.706Z Compiling flagset v0.4.7
13252026-06-25T22:47:04.764Z Compiling jobserver v0.1.34
13262026-06-25T22:47:04.784Z Compiling getrandom v0.2.17
13272026-06-25T22:47:04.795Z Compiling errno v0.3.14
13282026-06-25T22:47:04.852Z Compiling mio v1.2.0
13292026-06-25T22:47:04.869Z Compiling socket2 v0.6.3
13302026-06-25T22:47:04.937Z Compiling rand_core v0.6.4
13312026-06-25T22:47:04.977Z Compiling signal-hook-registry v1.4.8
13322026-06-25T22:47:04.989Z Compiling cc v1.2.56
13332026-06-25T22:47:05.031Z Compiling once_cell v1.21.3
13342026-06-25T22:47:05.057Z Compiling parking_lot v0.12.5
13352026-06-25T22:47:05.133Z Compiling pem-rfc7468 v0.7.0
13362026-06-25T22:47:05.149Z Compiling iana-time-zone v0.1.65
13372026-06-25T22:47:05.161Z Compiling rustix v1.1.3
13382026-06-25T22:47:05.229Z Compiling vcpkg v0.2.15
13392026-06-25T22:47:05.280Z Compiling tracing-core v0.1.36
13402026-06-25T22:47:05.292Z Compiling uuid v1.23.4
13412026-06-25T22:47:05.351Z Compiling rustc_version v0.4.1
13422026-06-25T22:47:05.370Z Compiling base64 v0.22.1
13432026-06-25T22:47:05.375Z Compiling aws-lc-rs v1.16.3
13442026-06-25T22:47:05.446Z Compiling rand_core v0.9.5
13452026-06-25T22:47:05.465Z Compiling openssl-probe v0.2.1
13462026-06-25T22:47:05.504Z Compiling tinyvec_macros v0.1.1
13472026-06-25T22:47:05.587Z Compiling httparse v1.10.1
13482026-06-25T22:47:05.620Z Compiling tinyvec v1.10.0
13492026-06-25T22:47:05.654Z Compiling aho-corasick v1.1.4
13502026-06-25T22:47:05.697Z Compiling schemars v0.8.22
13512026-06-25T22:47:05.700Z Compiling tower-layer v0.3.3
13522026-06-25T22:47:05.724Z Compiling cmake v0.1.57
13532026-06-25T22:47:05.759Z Compiling tower-service v0.3.3
13542026-06-25T22:47:05.813Z Compiling atomic-waker v1.1.2
13552026-06-25T22:47:05.845Z Compiling dyn-clone v1.0.20
13562026-06-25T22:47:05.929Z Compiling untrusted v0.7.1
13572026-06-25T22:47:05.934Z Compiling try-lock v0.2.5
13582026-06-25T22:47:05.958Z Compiling foreign-types-shared v0.1.1
13592026-06-25T22:47:06.018Z Compiling openssl v0.10.79
13602026-06-25T22:47:06.032Z Compiling want v0.3.1
13612026-06-25T22:47:06.063Z Compiling httpdate v1.0.3
13622026-06-25T22:47:06.066Z Compiling rustls v0.23.41
13632026-06-25T22:47:06.067Z Compiling untrusted v0.9.0
13642026-06-25T22:47:06.106Z Compiling foreign-types v0.3.2
13652026-06-25T22:47:06.106Z Compiling unicode-normalization v0.1.25
13662026-06-25T22:47:06.110Z Compiling spin v0.9.8
13672026-06-25T22:47:06.110Z Compiling num-conv v0.2.0
13682026-06-25T22:47:06.195Z Compiling crc32fast v1.5.0
13692026-06-25T22:47:06.220Z Compiling powerfmt v0.2.0
13702026-06-25T22:47:06.241Z Compiling time-core v0.1.8
13712026-06-25T22:47:06.244Z Compiling native-tls v0.2.18
13722026-06-25T22:47:06.286Z Compiling wait-timeout v0.2.1
13732026-06-25T22:47:06.290Z Compiling sync_wrapper v1.0.2
13742026-06-25T22:47:06.290Z Compiling usdt-impl v0.6.0
13752026-06-25T22:47:06.330Z Compiling quick-error v1.2.3
13762026-06-25T22:47:06.357Z Compiling syn v1.0.109
13772026-06-25T22:47:06.374Z Compiling deranged v0.5.8
13782026-06-25T22:47:06.401Z Compiling time-macros v0.2.27
13792026-06-25T22:47:06.415Z Compiling num_threads v0.1.7
13802026-06-25T22:47:06.445Z Compiling siphasher v1.0.2
13812026-06-25T22:47:06.461Z Compiling crossbeam-utils v0.8.21
13822026-06-25T22:47:06.490Z Compiling bit-vec v0.8.0
13832026-06-25T22:47:06.540Z Compiling simd-adler32 v0.3.8
13842026-06-25T22:47:06.587Z Compiling regex-automata v0.4.14
13852026-06-25T22:47:06.605Z Compiling slog v2.8.2
13862026-06-25T22:47:06.647Z Compiling heapless v0.7.17
13872026-06-25T22:47:06.662Z Compiling rand_xorshift v0.4.0
13882026-06-25T22:47:06.666Z Compiling aws-lc-sys v0.40.0
13892026-06-25T22:47:06.704Z Compiling openssl-sys v0.9.115
13902026-06-25T22:47:06.752Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13912026-06-25T22:47:06.818Z Compiling synstructure v0.13.2
13922026-06-25T22:47:06.833Z Compiling serde_derive_internals v0.29.1
13932026-06-25T22:47:06.836Z Compiling pest_generator v2.8.6
13942026-06-25T22:47:06.860Z Compiling darling_core v0.20.11
13952026-06-25T22:47:06.863Z Compiling tempfile v3.25.0
13962026-06-25T22:47:06.986Z Compiling darling_core v0.21.3
13972026-06-25T22:47:07.181Z Compiling rusty-fork v0.3.1
13982026-06-25T22:47:07.230Z Compiling bit-set v0.8.0
13992026-06-25T22:47:07.333Z Compiling bzip2-sys v0.1.13+1.0.8
14002026-06-25T22:47:07.412Z Compiling thread-id v5.1.0
14012026-06-25T22:47:07.499Z Compiling cookie v0.18.1
14022026-06-25T22:47:07.514Z Compiling iri-string v0.7.10
14032026-06-25T22:47:07.581Z Compiling ryu v1.0.23
14042026-06-25T22:47:07.597Z Compiling unarray v0.1.4
14052026-06-25T22:47:07.597Z Compiling zstd-safe v7.2.4
14062026-06-25T22:47:07.658Z Compiling allocator-api2 v0.2.21
14072026-06-25T22:47:07.673Z Compiling time v0.3.47
14082026-06-25T22:47:07.689Z Compiling anyhow v1.0.102
14092026-06-25T22:47:07.714Z Compiling unicode-bidi v0.3.18
14102026-06-25T22:47:07.729Z Compiling signal-hook v0.3.18
14112026-06-25T22:47:07.789Z Compiling paste v1.0.15
14122026-06-25T22:47:07.847Z Compiling unicode-properties v0.1.4
14132026-06-25T22:47:07.861Z Compiling adler2 v2.0.1
14142026-06-25T22:47:07.992Z Compiling miniz_oxide v0.8.9
14152026-06-25T22:47:08.078Z Compiling stringprep v0.1.5
14162026-06-25T22:47:08.161Z Compiling vergen-lib v9.1.0
14172026-06-25T22:47:08.285Z Compiling num-integer v0.1.46
14182026-06-25T22:47:08.298Z Compiling curve25519-dalek v4.1.3
14192026-06-25T22:47:08.359Z Compiling ff v0.13.1
14202026-06-25T22:47:08.513Z Compiling hash32 v0.2.1
14212026-06-25T22:47:08.554Z Compiling memoffset v0.9.1
14222026-06-25T22:47:08.640Z Compiling encoding_rs v0.8.35
14232026-06-25T22:47:08.659Z Compiling serde_derive v1.0.228
14242026-06-25T22:47:08.675Z Compiling zeroize_derive v1.4.3
14252026-06-25T22:47:08.686Z Compiling zerofrom-derive v0.1.6
14262026-06-25T22:47:08.686Z Compiling yoke-derive v0.8.1
14272026-06-25T22:47:08.730Z Compiling zerovec-derive v0.11.2
14282026-06-25T22:47:08.772Z Compiling zerocopy-derive v0.8.40
14292026-06-25T22:47:08.785Z Compiling displaydoc v0.2.5
14302026-06-25T22:47:09.124Z Compiling tokio-macros v2.7.0
14312026-06-25T22:47:09.347Z Compiling futures-macro v0.3.32
14322026-06-25T22:47:09.362Z Compiling der_derive v0.7.3
14332026-06-25T22:47:09.381Z Compiling zeroize v1.8.2
14342026-06-25T22:47:09.611Z Compiling tracing-attributes v0.1.31
14352026-06-25T22:47:09.643Z Compiling thiserror-impl v2.0.18
14362026-06-25T22:47:09.929Z Compiling rustls-pki-types v1.14.0
14372026-06-25T22:47:09.952Z Compiling pest_derive v2.8.6
14382026-06-25T22:47:09.967Z Compiling schemars_derive v0.8.22
14392026-06-25T22:47:10.169Z Compiling crypto-common v0.1.7
14402026-06-25T22:47:10.211Z Compiling zerofrom v0.1.6
14412026-06-25T22:47:10.247Z Compiling block-buffer v0.10.4
14422026-06-25T22:47:10.275Z Compiling futures-util v0.3.32
14432026-06-25T22:47:10.350Z Compiling yoke v0.8.1
14442026-06-25T22:47:10.368Z Compiling block-padding v0.3.3
14452026-06-25T22:47:10.415Z Compiling digest v0.10.7
14462026-06-25T22:47:10.430Z Compiling der v0.7.10
14472026-06-25T22:47:10.450Z Compiling scroll_derive v0.13.1
14482026-06-25T22:47:10.461Z Compiling darling_macro v0.20.11
14492026-06-25T22:47:10.546Z Compiling zerovec v0.11.5
14502026-06-25T22:47:10.559Z Compiling zerotrie v0.2.3
14512026-06-25T22:47:10.690Z Compiling hmac v0.12.1
14522026-06-25T22:47:10.957Z Compiling inout v0.1.4
14532026-06-25T22:47:10.970Z Compiling sha2 v0.10.9
14542026-06-25T22:47:10.973Z Compiling pbkdf2 v0.12.2
14552026-06-25T22:47:11.029Z Compiling openssl-macros v0.1.1
14562026-06-25T22:47:11.072Z Compiling tracing v0.1.44
14572026-06-25T22:47:11.127Z Compiling tinystr v0.8.2
14582026-06-25T22:47:11.158Z Compiling potential_utf v0.1.4
14592026-06-25T22:47:11.162Z Compiling cipher v0.4.4
14602026-06-25T22:47:11.188Z Compiling thiserror v2.0.18
14612026-06-25T22:47:11.319Z Compiling icu_locale_core v2.1.1
14622026-06-25T22:47:11.335Z Compiling icu_collections v2.1.1
14632026-06-25T22:47:11.354Z Compiling spki v0.7.3
14642026-06-25T22:47:11.371Z Compiling darling v0.20.11
14652026-06-25T22:47:11.386Z Compiling dtrace-parser v0.3.0
14662026-06-25T22:47:11.410Z Compiling scroll v0.13.0
14672026-06-25T22:47:11.469Z Compiling salsa20 v0.10.2
14682026-06-25T22:47:11.485Z Compiling cbc v0.1.2
14692026-06-25T22:47:11.488Z Compiling aes v0.8.4
14702026-06-25T22:47:11.632Z Compiling scrypt v0.11.0
14712026-06-25T22:47:11.665Z Compiling goblin v0.10.5
14722026-06-25T22:47:11.710Z Compiling derive_builder_core v0.20.2
14732026-06-25T22:47:11.765Z Compiling signature v2.2.0
14742026-06-25T22:47:11.842Z Compiling scroll_derive v0.12.1
14752026-06-25T22:47:11.926Z Compiling pkcs5 v0.7.1
14762026-06-25T22:47:11.970Z Compiling icu_provider v2.1.1
14772026-06-25T22:47:12.114Z Compiling thiserror-impl v1.0.69
14782026-06-25T22:47:12.176Z Compiling md-5 v0.10.6
14792026-06-25T22:47:12.233Z Compiling bytes v1.11.1
14802026-06-25T22:47:12.295Z Compiling icu_normalizer v2.1.1
14812026-06-25T22:47:12.298Z Compiling icu_properties v2.1.2
14822026-06-25T22:47:12.360Z Compiling chrono v0.4.44
14832026-06-25T22:47:12.433Z Compiling pkcs8 v0.10.2
14842026-06-25T22:47:12.447Z Compiling ipnet v2.11.0
14852026-06-25T22:47:12.557Z Compiling scroll v0.12.0
14862026-06-25T22:47:12.595Z Compiling toml_datetime v0.6.11
14872026-06-25T22:47:12.611Z Compiling derive_builder_macro v0.20.2
14882026-06-25T22:47:12.753Z Compiling tokio v1.52.1
14892026-06-25T22:47:12.768Z Compiling http v1.4.2
14902026-06-25T22:47:12.866Z Compiling serde_tokenstream v0.2.3
14912026-06-25T22:47:12.882Z Compiling serde_spanned v0.6.9
14922026-06-25T22:47:12.897Z Compiling serde_urlencoded v0.7.1
14932026-06-25T22:47:12.901Z Compiling erased-serde v0.3.31
14942026-06-25T22:47:12.994Z Compiling rustls-native-certs v0.8.3
14952026-06-25T22:47:13.048Z Compiling darling_macro v0.21.3
14962026-06-25T22:47:13.138Z Compiling bstr v1.12.1
14972026-06-25T22:47:13.169Z Compiling pin-project-internal v1.1.11
14982026-06-25T22:47:13.208Z Compiling idna_adapter v1.2.1
14992026-06-25T22:47:13.311Z Compiling ppv-lite86 v0.2.21
15002026-06-25T22:47:13.372Z Compiling idna v1.1.0
15012026-06-25T22:47:13.432Z Compiling http-body v1.0.1
15022026-06-25T22:47:13.463Z Compiling async-trait v0.1.89
15032026-06-25T22:47:13.478Z Compiling thiserror v1.0.69
15042026-06-25T22:47:13.534Z Compiling zerocopy-derive v0.7.35
15052026-06-25T22:47:13.578Z Compiling http-body-util v0.1.3
15062026-06-25T22:47:13.600Z Compiling cfg_aliases v0.2.1
15072026-06-25T22:47:13.605Z Compiling zlib-rs v0.6.2
15082026-06-25T22:47:13.661Z Compiling rand_chacha v0.9.0
15092026-06-25T22:47:13.701Z Compiling url v2.5.8
15102026-06-25T22:47:13.728Z Compiling rand_chacha v0.3.1
15112026-06-25T22:47:13.831Z Compiling litrs v1.0.0
15122026-06-25T22:47:13.846Z Compiling base16ct v0.2.0
15132026-06-25T22:47:14.047Z Compiling rand v0.9.2
15142026-06-25T22:47:14.062Z Compiling rustix v0.38.44
15152026-06-25T22:47:14.176Z Compiling smoltcp v0.9.1
15162026-06-25T22:47:14.366Z Compiling ref-cast v1.0.25
15172026-06-25T22:47:14.382Z Compiling fallible-iterator v0.2.0
15182026-06-25T22:47:14.428Z Compiling dof v0.4.0
15192026-06-25T22:47:14.443Z Compiling num-bigint-dig v0.8.6
15202026-06-25T22:47:14.527Z Compiling mime v0.3.17
15212026-06-25T22:47:14.549Z Compiling psl-types v2.0.11
15222026-06-25T22:47:14.599Z Compiling zerocopy v0.7.35
15232026-06-25T22:47:14.635Z Compiling proptest v1.10.0
15242026-06-25T22:47:14.673Z Compiling publicsuffix v2.3.0
15252026-06-25T22:47:14.687Z Compiling postgres-protocol v0.6.10
15262026-06-25T22:47:14.700Z Compiling document-features v0.2.12
15272026-06-25T22:47:14.716Z Compiling pin-project v1.1.11
15282026-06-25T22:47:14.786Z Compiling sec1 v0.7.3
15292026-06-25T22:47:14.805Z Compiling rand v0.8.6
15302026-06-25T22:47:14.833Z Compiling nix v0.31.2
15312026-06-25T22:47:14.859Z Compiling darling v0.21.3
15322026-06-25T22:47:14.954Z Compiling derive_builder v0.20.2
15332026-06-25T22:47:15.098Z Compiling ipnetwork v0.21.1
15342026-06-25T22:47:15.118Z Compiling goblin v0.8.2
15352026-06-25T22:47:15.223Z Compiling futures-executor v0.3.32
15362026-06-25T22:47:15.259Z Compiling hex v0.4.3
15372026-06-25T22:47:15.288Z Compiling hubpack_derive v0.1.1
15382026-06-25T22:47:15.336Z Compiling oxnet v0.1.6
15392026-06-25T22:47:15.440Z Compiling hkdf v0.12.4
15402026-06-25T22:47:15.501Z Compiling crypto-bigint v0.5.5
15412026-06-25T22:47:15.516Z Compiling regex v1.12.3
15422026-06-25T22:47:15.742Z Compiling daft-derive v0.1.7
15432026-06-25T22:47:15.758Z Compiling ref-cast-impl v1.0.25
15442026-06-25T22:47:15.762Z Compiling strum_macros v0.27.2
15452026-06-25T22:47:15.783Z Compiling curve25519-dalek-derive v0.1.1
15462026-06-25T22:47:15.786Z Compiling snafu-derive v0.8.9
15472026-06-25T22:47:15.816Z Compiling num-iter v0.1.45
15482026-06-25T22:47:15.964Z Compiling group v0.13.0
15492026-06-25T22:47:16.161Z Compiling terminal_size v0.4.3
15502026-06-25T22:47:16.226Z Compiling phf_shared v0.13.1
15512026-06-25T22:47:16.341Z Compiling lazy_static v1.5.0
15522026-06-25T22:47:16.367Z Compiling anstyle-parse v0.2.7
15532026-06-25T22:47:16.386Z Compiling vergen v9.1.0
15542026-06-25T22:47:16.459Z Compiling cargo-platform v0.3.2
15552026-06-25T22:47:16.492Z Compiling fs-err v3.3.0
15562026-06-25T22:47:16.496Z Compiling ahash v0.8.12
15572026-06-25T22:47:16.521Z Compiling flate2 v1.1.9
15582026-06-25T22:47:16.577Z Compiling foldhash v0.1.5
15592026-06-25T22:47:16.590Z Compiling bumpalo v3.20.2
15602026-06-25T22:47:16.590Z Compiling same-file v1.0.6
15612026-06-25T22:47:16.620Z Compiling tokio-util v0.7.18
15622026-06-25T22:47:16.711Z Compiling tower v0.5.3
15632026-06-25T22:47:16.741Z Compiling tokio-native-tls v0.3.1
15642026-06-25T22:47:16.766Z Compiling libbz2-rs-sys v0.2.2
15652026-06-25T22:47:16.770Z Compiling unicode-segmentation v1.12.0
15662026-06-25T22:47:16.801Z Compiling foldhash v0.2.0
15672026-06-25T22:47:16.872Z Compiling winnow v0.5.40
15682026-06-25T22:47:16.918Z Compiling managed v0.8.0
15692026-06-25T22:47:16.936Z Compiling bitflags v1.3.2
15702026-06-25T22:47:16.965Z Compiling object v0.37.3
15712026-06-25T22:47:17.028Z Compiling newtype-uuid v1.3.2
15722026-06-25T22:47:17.045Z Compiling hashbrown v0.16.1
15732026-06-25T22:47:17.157Z Compiling tower-http v0.6.8
15742026-06-25T22:47:17.175Z Compiling bzip2 v0.6.1
15752026-06-25T22:47:17.315Z Compiling daft v0.1.7
15762026-06-25T22:47:17.391Z Compiling h2 v0.4.15
15772026-06-25T22:47:17.408Z Compiling dof v0.3.0
15782026-06-25T22:47:17.458Z Compiling clap_builder v4.6.0
15792026-06-25T22:47:17.591Z Compiling zopfli v0.8.3
15802026-06-25T22:47:17.670Z Compiling walkdir v2.5.0
15812026-06-25T22:47:17.698Z Compiling hashbrown v0.15.5
15822026-06-25T22:47:17.713Z Compiling cargo_metadata v0.23.1
15832026-06-25T22:47:17.835Z Compiling snafu v0.8.9
15842026-06-25T22:47:17.880Z Compiling strum v0.27.2
15852026-06-25T22:47:18.015Z Compiling anstream v0.6.21
15862026-06-25T22:47:18.030Z Compiling elliptic-curve v0.13.8
15872026-06-25T22:47:18.047Z Compiling phf v0.13.1
15882026-06-25T22:47:18.212Z Compiling toml_edit v0.19.15
15892026-06-25T22:47:18.227Z Compiling signal-hook-mio v0.2.5
15902026-06-25T22:47:18.345Z Compiling usdt-attr-macro v0.6.0
15912026-06-25T22:47:18.360Z Compiling usdt-macro v0.6.0
15922026-06-25T22:47:18.382Z Compiling cookie_store v0.22.1
15932026-06-25T22:47:18.406Z Compiling hubpack v0.1.2
15942026-06-25T22:47:18.562Z Compiling bzip2 v0.4.4
15952026-06-25T22:47:18.596Z Compiling futures v0.3.32
15962026-06-25T22:47:18.650Z Compiling zstd v0.13.3
15972026-06-25T22:47:18.705Z Compiling postgres-types v0.2.12
15982026-06-25T22:47:18.718Z Compiling serde_with_macros v3.17.0
15992026-06-25T22:47:18.797Z Compiling globset v0.4.18
16002026-06-25T22:47:18.934Z Compiling dtrace-parser v0.2.0
16012026-06-25T22:47:19.057Z Compiling ed25519 v2.2.3
16022026-06-25T22:47:19.103Z Compiling pkcs1 v0.7.5
16032026-06-25T22:47:19.168Z Compiling serde_plain v1.0.2
16042026-06-25T22:47:19.212Z Compiling olpc-cjson v0.1.4
16052026-06-25T22:47:19.280Z Compiling serde-big-array v0.5.1
16062026-06-25T22:47:19.381Z Compiling rfc6979 v0.4.0
16072026-06-25T22:47:19.397Z Compiling clap_derive v4.6.1
16082026-06-25T22:47:19.437Z Compiling serde_repr v0.1.20
16092026-06-25T22:47:19.505Z Compiling strum_macros v0.26.4
16102026-06-25T22:47:19.523Z Compiling enum-as-inner v0.6.1
16112026-06-25T22:47:19.526Z Compiling async-recursion v1.1.1
16122026-06-25T22:47:19.700Z Compiling phf_shared v0.11.3
16132026-06-25T22:47:19.895Z Compiling float-cmp v0.10.0
16142026-06-25T22:47:19.917Z Compiling pem v3.0.6
16152026-06-25T22:47:19.931Z Compiling memmap2 v0.9.10
16162026-06-25T22:47:19.996Z Compiling thread-id v4.2.2
16172026-06-25T22:47:20.027Z Compiling env_filter v1.0.0
16182026-06-25T22:47:20.068Z Compiling predicates-core v1.0.10
16192026-06-25T22:47:20.092Z Compiling winnow v1.0.3
16202026-06-25T22:47:20.107Z Compiling static_assertions v1.1.0
16212026-06-25T22:47:20.171Z Compiling data-encoding v2.10.0
16222026-06-25T22:47:20.198Z Compiling normalize-line-endings v0.3.0
16232026-06-25T22:47:20.242Z Compiling whoami v2.1.0
16242026-06-25T22:47:20.265Z Compiling typed-path v0.9.3
16252026-06-25T22:47:20.280Z Compiling difflib v0.4.0
16262026-06-25T22:47:20.305Z Compiling precomputed-hash v0.1.1
16272026-06-25T22:47:20.355Z Compiling fixedbitset v0.5.7
16282026-06-25T22:47:20.411Z Compiling keccak v0.1.6
16292026-06-25T22:47:20.468Z Compiling either v1.15.0
16302026-06-25T22:47:20.521Z Compiling hyper v1.10.1
16312026-06-25T22:47:20.642Z Compiling new_debug_unreachable v1.0.6
16322026-06-25T22:47:20.682Z Compiling fixedbitset v0.4.2
16332026-06-25T22:47:20.710Z Compiling jiff v0.2.21
16342026-06-25T22:47:20.724Z Compiling string_cache v0.8.9
16352026-06-25T22:47:20.869Z Compiling petgraph v0.6.5
16362026-06-25T22:47:20.887Z Compiling itertools v0.13.0
16372026-06-25T22:47:20.911Z Compiling sha3 v0.10.8
16382026-06-25T22:47:20.914Z Compiling petgraph v0.8.3
16392026-06-25T22:47:20.981Z Compiling predicates v3.1.4
16402026-06-25T22:47:21.032Z Compiling hickory-proto v0.25.2
16412026-06-25T22:47:21.219Z Compiling tokio-postgres v0.7.16
16422026-06-25T22:47:21.300Z Compiling clap v4.6.1
16432026-06-25T22:47:21.355Z Compiling strum v0.26.3
16442026-06-25T22:47:21.394Z Compiling toml_parser v1.1.2+spec-1.1.0
16452026-06-25T22:47:21.417Z Compiling env_logger v0.11.9
16462026-06-25T22:47:21.502Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16472026-06-25T22:47:21.609Z Compiling toml_edit v0.22.27
16482026-06-25T22:47:21.631Z Compiling usdt v0.6.0
16492026-06-25T22:47:21.676Z Compiling usdt-impl v0.5.0
16502026-06-25T22:47:21.801Z Compiling hyper-util v0.1.20
16512026-06-25T22:47:21.932Z Compiling serde_with v3.17.0
16522026-06-25T22:47:22.080Z Compiling crossterm v0.28.1
16532026-06-25T22:47:22.174Z Compiling toml v0.7.8
16542026-06-25T22:47:22.275Z Compiling ecdsa v0.16.9
16552026-06-25T22:47:22.302Z Compiling rsa v0.9.10
16562026-06-25T22:47:22.434Z Compiling ed25519-dalek v2.2.0
16572026-06-25T22:47:22.791Z Compiling zip v0.6.6
16582026-06-25T22:47:23.126Z Compiling iddqd v0.4.2
16592026-06-25T22:47:23.385Z Compiling hyper-tls v0.6.0
16602026-06-25T22:47:23.498Z Compiling zip v4.6.1
16612026-06-25T22:47:23.598Z Compiling reqwest v0.12.28
16622026-06-25T22:47:23.640Z Compiling tokio-stream v0.1.18
16632026-06-25T22:47:23.701Z Compiling heck v0.4.1
16642026-06-25T22:47:23.850Z Compiling similar v2.7.0
16652026-06-25T22:47:23.883Z Compiling buf-list v1.1.2
16662026-06-25T22:47:23.951Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-25T22:47:24.130Z Compiling openapiv3 v2.2.0
16682026-06-25T22:47:24.187Z Compiling x509-cert v0.2.5
16692026-06-25T22:47:24.263Z Compiling sha1 v0.10.6
16702026-06-25T22:47:24.270Z Compiling crossbeam-epoch v0.9.18
16712026-06-25T22:47:24.379Z Compiling peg-runtime v0.8.5
16722026-06-25T22:47:24.414Z Compiling lalrpop-util v0.19.12
16732026-06-25T22:47:24.417Z Compiling thread_local v1.1.9
16742026-06-25T22:47:24.484Z Compiling slog-async v2.8.0
16752026-06-25T22:47:24.498Z Compiling crossbeam-channel v0.5.15
16762026-06-25T22:47:24.614Z Compiling filetime v0.2.27
16772026-06-25T22:47:24.634Z Compiling is-terminal v0.4.17
16782026-06-25T22:47:24.683Z Compiling xattr v1.6.1
16792026-06-25T22:47:24.708Z Compiling take_mut v0.2.2
16802026-06-25T22:47:24.743Z Compiling term v1.2.1
16812026-06-25T22:47:24.810Z Compiling tar v0.4.45
16822026-06-25T22:47:25.050Z Compiling slog-term v2.9.2
16832026-06-25T22:47:42.828Z Compiling rustls-webpki v0.103.9
16842026-06-25T22:47:45.488Z Compiling tokio-rustls v0.26.4
16852026-06-25T22:47:45.488Z Compiling rustls-platform-verifier v0.6.2
16862026-06-25T22:47:45.491Z Compiling tough v0.22.0
16872026-06-25T22:47:45.688Z Compiling hyper-rustls v0.27.7
16882026-06-25T22:47:45.879Z Compiling reqwest v0.13.2
16892026-06-25T22:47:48.046Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-06-25T22:47:48.284Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-06-25T22:47:51.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.14s
16922026-06-25T22:47:51.207Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16932026-06-25T22:47:51.261ZJun 25 22:47:49.729 INFO Starting download, target: DendriteStub
16942026-06-25T22:47:51.261ZJun 25 22:47:49.729 INFO Starting download, target: Cockroach
16952026-06-25T22:47:51.261ZJun 25 22:47:49.729 INFO Starting download, target: Console
16962026-06-25T22:47:51.261ZJun 25 22:47:49.729 INFO Starting download, target: Clickhouse
16972026-06-25T22:47:51.261ZJun 25 22:47:49.729 INFO Starting download, target: MaghemiteMgd
16982026-06-25T22:47:51.265ZJun 25 22:47:49.729 INFO Starting download, target: MaghemiteDdmd
16992026-06-25T22:47:51.265ZJun 25 22:47:49.729 INFO Starting download, target: TransceiverControl
17002026-06-25T22:47:51.265ZJun 25 22:47:49.729 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17012026-06-25T22:47:51.265ZJun 25 22:47:49.729 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-06-25T22:47:51.265ZJun 25 22:47:49.729 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-06-25T22:47:51.265ZJun 25 22:47:49.730 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17042026-06-25T22:47:51.265ZJun 25 22:47:49.730 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17052026-06-25T22:47:51.265ZJun 25 22:47:49.730 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17062026-06-25T22:47:51.265ZJun 25 22:47:49.730 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-06-25T22:47:52.011ZJun 25 22:47:50.472 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-06-25T22:47:52.231ZJun 25 22:47:50.690 INFO Download complete, target: TransceiverControl
17092026-06-25T22:47:53.116ZJun 25 22:47:51.580 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-06-25T22:47:53.374ZJun 25 22:47:51.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17112026-06-25T22:47:53.375ZJun 25 22:47:51.838 INFO Download complete, target: Console
17122026-06-25T22:47:53.538ZJun 25 22:47:52.006 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-06-25T22:47:53.635ZJun 25 22:47:52.098 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17142026-06-25T22:47:53.991ZJun 25 22:47:52.458 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17152026-06-25T22:47:54.273ZJun 25 22:47:52.740 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-06-25T22:47:54.273ZJun 25 22:47:52.741 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-06-25T22:47:55.620ZJun 25 22:47:54.088 INFO Download complete, target: MaghemiteDdmd
17182026-06-25T22:47:56.186ZJun 25 22:47:54.652 INFO Download complete, target: DendriteStub
17192026-06-25T22:47:56.357ZJun 25 22:47:54.824 INFO Download complete, target: MaghemiteMgd
17202026-06-25T22:47:59.124ZJun 25 22:47:57.591 INFO Checking that binary works, target: Cockroach
17212026-06-25T22:47:59.268ZJun 25 22:47:57.719 INFO Download complete, target: Cockroach
17222026-06-25T22:48:00.921ZJun 25 22:47:59.371 INFO Checking that binary works, target: Clickhouse
17232026-06-25T22:48:00.992ZJun 25 22:47:59.458 INFO Download complete, target: Clickhouse
17242026-06-25T22:48:00.997ZAll prerequisites installed successfully
17252026-06-25T22:48:01.005Z
17262026-06-25T22:48:01.005Zreal 1:47.231594696
17272026-06-25T22:48:01.006Zuser 6:48.477534370
17282026-06-25T22:48:01.006Zsys 1:46.116136324
17292026-06-25T22:48:01.006Ztrap 0.270006960
17302026-06-25T22:48:01.006Ztflt 1.151376799
17312026-06-25T22:48:01.006Zdflt 2.052442262
17322026-06-25T22:48:01.006Zkflt 0.028736427
17332026-06-25T22:48:01.006Zlock 23:58.046221059
17342026-06-25T22:48:01.006Zslp 18:35.485898384
17352026-06-25T22:48:01.006Zlat 26.848888769
17362026-06-25T22:48:01.007Zstop 2:56.830505458
17372026-06-25T22:48:01.007Z+ ptime -m cargo xtask download softnpu
17382026-06-25T22:48:01.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17392026-06-25T22:48:01.470Z Running `target/debug/xtask download softnpu`
17402026-06-25T22:48:02.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17412026-06-25T22:48:02.205Z Running `target/debug/xtask-downloader softnpu`
17422026-06-25T22:48:02.245ZJun 25 22:48:00.709 INFO Starting download, target: Softnpu
17432026-06-25T22:48:02.251ZJun 25 22:48:00.710 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17442026-06-25T22:48:02.914ZJun 25 22:48:01.382 INFO Download complete, target: Softnpu
17452026-06-25T22:48:02.918Z
17462026-06-25T22:48:02.923Zreal 1.914555126
17472026-06-25T22:48:02.923Zuser 1.226837958
17482026-06-25T22:48:02.923Zsys 0.602352689
17492026-06-25T22:48:02.923Ztrap 0.000628102
17502026-06-25T22:48:02.923Ztflt 0.000101080
17512026-06-25T22:48:02.923Zdflt 0.000341331
17522026-06-25T22:48:02.923Zkflt 0.000000000
17532026-06-25T22:48:02.923Zlock 12.513422379
17542026-06-25T22:48:02.923Zslp 0.533015440
17552026-06-25T22:48:02.923Zlat 0.119998819
17562026-06-25T22:48:02.923Zstop 0.000181289
17572026-06-25T22:48:02.923Z+ export CARGO_INCREMENTAL=0
17582026-06-25T22:48:02.923Z+ CARGO_INCREMENTAL=0
17592026-06-25T22:48:02.923Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17602026-06-25T22:48:03.759Z Compiling proc-macro2 v1.0.106
17612026-06-25T22:48:03.759Z Compiling quote v1.0.45
17622026-06-25T22:48:03.759Z Compiling unicode-ident v1.0.24
17632026-06-25T22:48:03.763Z Compiling libc v0.2.185
17642026-06-25T22:48:03.763Z Compiling serde_core v1.0.228
17652026-06-25T22:48:03.763Z Compiling serde v1.0.228
17662026-06-25T22:48:03.763Z Compiling cfg-if v1.0.4
17672026-06-25T22:48:03.763Z Compiling version_check v0.9.5
17682026-06-25T22:48:03.763Z Compiling typenum v1.19.0
17692026-06-25T22:48:03.763Z Compiling shlex v1.3.0
17702026-06-25T22:48:03.922Z Compiling find-msvc-tools v0.1.9
17712026-06-25T22:48:03.934Z Compiling zmij v1.0.21
17722026-06-25T22:48:03.938Z Compiling autocfg v1.5.0
17732026-06-25T22:48:03.938Z Compiling memchr v2.8.0
17742026-06-25T22:48:03.938Z Compiling serde_json v1.0.150
17752026-06-25T22:48:04.172Z Compiling portable-atomic v1.13.1
17762026-06-25T22:48:04.188Z Compiling libm v0.2.16
17772026-06-25T22:48:04.237Z Compiling zerocopy v0.8.40
17782026-06-25T22:48:04.386Z Compiling generic-array v0.14.7
17792026-06-25T22:48:04.402Z Compiling icu_properties_data v2.1.2
17802026-06-25T22:48:04.416Z Compiling parking_lot_core v0.9.12
17812026-06-25T22:48:04.429Z Compiling smallvec v1.15.1
17822026-06-25T22:48:04.445Z Compiling icu_normalizer_data v2.1.1
17832026-06-25T22:48:04.472Z Compiling num-traits v0.2.19
17842026-06-25T22:48:04.515Z Compiling itoa v1.0.17
17852026-06-25T22:48:04.615Z Compiling getrandom v0.4.1
17862026-06-25T22:48:04.631Z Compiling log v0.4.29
17872026-06-25T22:48:04.688Z Compiling stable_deref_trait v1.2.1
17882026-06-25T22:48:04.716Z Compiling pkg-config v0.3.32
17892026-06-25T22:48:04.789Z Compiling jobserver v0.1.34
17902026-06-25T22:48:04.794Z Compiling subtle v2.6.1
17912026-06-25T22:48:04.853Z Compiling errno v0.3.14
17922026-06-25T22:48:04.868Z Compiling getrandom v0.2.17
17932026-06-25T22:48:05.004Z Compiling scopeguard v1.2.0
17942026-06-25T22:48:05.042Z Compiling cc v1.2.56
17952026-06-25T22:48:05.103Z Compiling rand_core v0.6.4
17962026-06-25T22:48:05.122Z Compiling lock_api v0.4.14
17972026-06-25T22:48:05.152Z Compiling syn v2.0.117
17982026-06-25T22:48:05.206Z Compiling fnv v1.0.7
17992026-06-25T22:48:05.232Z Compiling percent-encoding v2.3.2
18002026-06-25T22:48:05.247Z Compiling writeable v0.6.2
18012026-06-25T22:48:05.264Z Compiling litemap v0.8.1
18022026-06-25T22:48:05.334Z Compiling thiserror v2.0.18
18032026-06-25T22:48:05.431Z Compiling pin-project-lite v0.2.17
18042026-06-25T22:48:05.444Z Compiling getrandom v0.3.4
18052026-06-25T22:48:05.513Z Compiling equivalent v1.0.2
18062026-06-25T22:48:05.535Z Compiling rand_core v0.10.0
18072026-06-25T22:48:05.566Z Compiling rustversion v1.0.22
18082026-06-25T22:48:05.599Z Compiling schemars v0.8.22
18092026-06-25T22:48:05.632Z Compiling utf8_iter v1.0.4
18102026-06-25T22:48:05.647Z Compiling fs_extra v1.3.0
18112026-06-25T22:48:05.651Z Compiling critical-section v1.2.0
18122026-06-25T22:48:05.793Z Compiling dunce v1.0.5
18132026-06-25T22:48:05.812Z Compiling cmake v0.1.57
18142026-06-25T22:48:05.863Z Compiling rustix v1.1.3
18152026-06-25T22:48:05.906Z Compiling form_urlencoded v1.2.2
18162026-06-25T22:48:05.973Z Compiling hashbrown v0.17.0
18172026-06-25T22:48:06.034Z Compiling const-oid v0.9.6
18182026-06-25T22:48:06.157Z Compiling signal-hook-registry v1.4.8
18192026-06-25T22:48:06.190Z Compiling once_cell v1.21.3
18202026-06-25T22:48:06.262Z Compiling bitflags v2.11.0
18212026-06-25T22:48:06.390Z Compiling semver v1.0.28
18222026-06-25T22:48:06.438Z Compiling aws-lc-sys v0.40.0
18232026-06-25T22:48:06.491Z Compiling indexmap v2.14.0
18242026-06-25T22:48:06.564Z Compiling heck v0.5.0
18252026-06-25T22:48:06.567Z Compiling parking_lot v0.12.5
18262026-06-25T22:48:06.625Z Compiling mio v1.2.0
18272026-06-25T22:48:06.642Z Compiling socket2 v0.6.3
18282026-06-25T22:48:06.707Z Compiling futures-core v0.3.32
18292026-06-25T22:48:06.724Z Compiling aws-lc-rs v1.16.3
18302026-06-25T22:48:06.763Z Compiling thiserror v1.0.69
18312026-06-25T22:48:06.789Z Compiling strsim v0.11.1
18322026-06-25T22:48:06.802Z Compiling httparse v1.10.1
18332026-06-25T22:48:07.068Z Compiling ucd-trie v0.1.7
18342026-06-25T22:48:07.105Z Compiling iana-time-zone v0.1.65
18352026-06-25T22:48:07.121Z Compiling byteorder v1.5.0
18362026-06-25T22:48:07.178Z Compiling regex-syntax v0.8.10
18372026-06-25T22:48:07.194Z Compiling syn v1.0.109
18382026-06-25T22:48:07.266Z Compiling pest v2.8.6
18392026-06-25T22:48:07.286Z Compiling ident_case v1.0.1
18402026-06-25T22:48:07.341Z Compiling vcpkg v0.2.15
18412026-06-25T22:48:07.365Z Compiling uuid v1.23.4
18422026-06-25T22:48:07.604Z Compiling rustc_version v0.4.1
18432026-06-25T22:48:07.641Z Compiling futures-sink v0.3.32
18442026-06-25T22:48:07.686Z Compiling cpufeatures v0.2.17
18452026-06-25T22:48:07.736Z Compiling rustls v0.23.41
18462026-06-25T22:48:07.798Z Compiling futures-channel v0.3.32
18472026-06-25T22:48:07.908Z Compiling aho-corasick v1.1.4
18482026-06-25T22:48:07.929Z Compiling openssl-sys v0.9.115
18492026-06-25T22:48:07.941Z Compiling futures-task v0.3.32
18502026-06-25T22:48:07.998Z Compiling synstructure v0.13.2
18512026-06-25T22:48:08.016Z Compiling serde_derive_internals v0.29.1
18522026-06-25T22:48:08.082Z Compiling slab v0.4.12
18532026-06-25T22:48:08.132Z Compiling dyn-clone v1.0.20
18542026-06-25T22:48:08.174Z Compiling futures-io v0.3.32
18552026-06-25T22:48:08.346Z Compiling pest_meta v2.8.6
18562026-06-25T22:48:08.434Z Compiling plain v0.2.3
18572026-06-25T22:48:08.473Z Compiling crc32fast v1.5.0
18582026-06-25T22:48:08.504Z Compiling num-conv v0.2.0
18592026-06-25T22:48:08.570Z Compiling time-core v0.1.8
18602026-06-25T22:48:08.584Z Compiling crossbeam-utils v0.8.21
18612026-06-25T22:48:08.613Z Compiling base64 v0.22.1
18622026-06-25T22:48:08.740Z Compiling time-macros v0.2.27
18632026-06-25T22:48:08.760Z Compiling regex-automata v0.4.14
18642026-06-25T22:48:08.799Z Compiling openssl v0.10.79
18652026-06-25T22:48:08.855Z Compiling pretty-hex v0.4.1
18662026-06-25T22:48:08.897Z Compiling base64ct v1.8.3
18672026-06-25T22:48:08.933Z Compiling anyhow v1.0.102
18682026-06-25T22:48:08.950Z Compiling pest_generator v2.8.6
18692026-06-25T22:48:08.953Z Compiling darling_core v0.21.3
18702026-06-25T22:48:09.020Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18712026-06-25T22:48:09.076Z Compiling native-tls v0.2.18
18722026-06-25T22:48:09.141Z Compiling flagset v0.4.7
18732026-06-25T22:48:09.218Z Compiling pem-rfc7468 v0.7.0
18742026-06-25T22:48:09.270Z Compiling serde_derive v1.0.228
18752026-06-25T22:48:09.286Z Compiling zeroize_derive v1.4.3
18762026-06-25T22:48:09.307Z Compiling zerofrom-derive v0.1.6
18772026-06-25T22:48:09.311Z Compiling yoke-derive v0.8.1
18782026-06-25T22:48:09.311Z Compiling zerovec-derive v0.11.2
18792026-06-25T22:48:09.355Z Compiling displaydoc v0.2.5
18802026-06-25T22:48:09.371Z Compiling zerocopy-derive v0.8.40
18812026-06-25T22:48:09.375Z Compiling tokio-macros v2.7.0
18822026-06-25T22:48:09.425Z Compiling futures-macro v0.3.32
18832026-06-25T22:48:09.522Z Compiling thiserror-impl v2.0.18
18842026-06-25T22:48:09.610Z Compiling schemars_derive v0.8.22
18852026-06-25T22:48:09.654Z Compiling tracing-attributes v0.1.31
18862026-06-25T22:48:09.757Z Compiling der_derive v0.7.3
18872026-06-25T22:48:09.927Z Compiling zeroize v1.8.2
18882026-06-25T22:48:10.104Z Compiling thiserror-impl v1.0.69
18892026-06-25T22:48:10.248Z Compiling pest_derive v2.8.6
18902026-06-25T22:48:10.305Z Compiling futures-util v0.3.32
18912026-06-25T22:48:10.487Z Compiling zerofrom v0.1.6
18922026-06-25T22:48:10.641Z Compiling yoke v0.8.1
18932026-06-25T22:48:10.760Z Compiling crypto-common v0.1.7
18942026-06-25T22:48:10.781Z Compiling block-buffer v0.10.4
18952026-06-25T22:48:10.831Z Compiling zerovec v0.11.5
18962026-06-25T22:48:10.866Z Compiling zerotrie v0.2.3
18972026-06-25T22:48:10.962Z Compiling digest v0.10.7
18982026-06-25T22:48:11.012Z Compiling block-padding v0.3.3
18992026-06-25T22:48:11.136Z Compiling inout v0.1.4
19002026-06-25T22:48:11.175Z Compiling scroll_derive v0.12.1
19012026-06-25T22:48:11.226Z Compiling scroll_derive v0.13.1
19022026-06-25T22:48:11.268Z Compiling hmac v0.12.1
19032026-06-25T22:48:11.322Z Compiling sha2 v0.10.9
19042026-06-25T22:48:11.364Z Compiling cipher v0.4.4
19052026-06-25T22:48:11.403Z Compiling tinystr v0.8.2
19062026-06-25T22:48:11.429Z Compiling potential_utf v0.1.4
19072026-06-25T22:48:11.444Z Compiling openssl-macros v0.1.1
19082026-06-25T22:48:11.476Z Compiling darling_macro v0.21.3
19092026-06-25T22:48:11.568Z Compiling icu_collections v2.1.1
19102026-06-25T22:48:11.590Z Compiling icu_locale_core v2.1.1
19112026-06-25T22:48:11.692Z Compiling regex v1.12.3
19122026-06-25T22:48:11.893Z Compiling der v0.7.10
19132026-06-25T22:48:11.935Z Compiling zerocopy-derive v0.7.35
19142026-06-25T22:48:12.027Z Compiling rand_core v0.9.5
19152026-06-25T22:48:12.235Z Compiling slog v2.8.2
19162026-06-25T22:48:12.285Z Compiling tracing-core v0.1.36
19172026-06-25T22:48:12.344Z Compiling icu_provider v2.1.1
19182026-06-25T22:48:12.484Z Compiling bytes v1.11.1
19192026-06-25T22:48:12.542Z Compiling chrono v0.4.44
19202026-06-25T22:48:12.599Z Compiling icu_properties v2.1.2
19212026-06-25T22:48:12.683Z Compiling icu_normalizer v2.1.1
19222026-06-25T22:48:12.758Z Compiling serde_tokenstream v0.2.3
19232026-06-25T22:48:12.997Z Compiling tokio v1.52.1
19242026-06-25T22:48:13.080Z Compiling http v1.4.2
19252026-06-25T22:48:13.345Z Compiling cookie v0.18.1
19262026-06-25T22:48:13.547Z Compiling idna_adapter v1.2.1
19272026-06-25T22:48:13.708Z Compiling idna v1.1.0
19282026-06-25T22:48:13.751Z Compiling ppv-lite86 v0.2.21
19292026-06-25T22:48:14.006Z Compiling spki v0.7.3
19302026-06-25T22:48:14.088Z Compiling url v2.5.8
19312026-06-25T22:48:14.103Z Compiling tracing v0.1.44
19322026-06-25T22:48:14.190Z Compiling darling v0.21.3
19332026-06-25T22:48:14.282Z Compiling salsa20 v0.10.2
19342026-06-25T22:48:14.298Z Compiling pbkdf2 v0.12.2
19352026-06-25T22:48:14.978Z Compiling camino v1.2.2
19362026-06-25T22:48:15.047Z Compiling scrypt v0.11.0
19372026-06-25T22:48:15.180Z Compiling rand_chacha v0.9.0
19382026-06-25T22:48:15.233Z Compiling http-body v1.0.1
19392026-06-25T22:48:15.284Z Compiling cbc v0.1.2
19402026-06-25T22:48:15.287Z Compiling aes v0.8.4
19412026-06-25T22:48:15.287Z Compiling rustls-pki-types v1.14.0
19422026-06-25T22:48:15.461Z Compiling usdt-impl v0.5.0
19432026-06-25T22:48:15.558Z Compiling paste v1.0.15
19442026-06-25T22:48:15.648Z Compiling ref-cast v1.0.25
19452026-06-25T22:48:15.752Z Compiling either v1.15.0
19462026-06-25T22:48:15.759Z Compiling fastrand v2.3.0
19472026-06-25T22:48:15.759Z Compiling tinyvec_macros v0.1.1
19482026-06-25T22:48:15.783Z Compiling usdt-impl v0.6.0
19492026-06-25T22:48:15.824Z Compiling openssl-probe v0.2.1
19502026-06-25T22:48:15.869Z Compiling tinyvec v1.10.0
19512026-06-25T22:48:15.910Z Compiling pkcs5 v0.7.1
19522026-06-25T22:48:15.947Z Compiling rand v0.9.2
19532026-06-25T22:48:16.060Z Compiling toml_datetime v0.6.11
19542026-06-25T22:48:16.077Z Compiling serde_spanned v0.6.9
19552026-06-25T22:48:16.197Z Compiling scroll v0.13.0
19562026-06-25T22:48:16.213Z Compiling scroll v0.12.0
19572026-06-25T22:48:16.244Z Compiling async-trait v0.1.89
19582026-06-25T22:48:16.258Z Compiling heapless v0.7.17
19592026-06-25T22:48:16.340Z Compiling bzip2-sys v0.1.13+1.0.8
19602026-06-25T22:48:16.486Z Compiling atomic-waker v1.1.2
19612026-06-25T22:48:16.501Z Compiling try-lock v0.2.5
19622026-06-25T22:48:16.521Z Compiling zstd-safe v7.2.4
19632026-06-25T22:48:16.537Z Compiling signal-hook v0.3.18
19642026-06-25T22:48:16.540Z Compiling tower-service v0.3.3
19652026-06-25T22:48:16.569Z Compiling untrusted v0.7.1
19662026-06-25T22:48:16.586Z Compiling litrs v1.0.0
19672026-06-25T22:48:16.629Z Compiling rustix v0.38.44
19682026-06-25T22:48:16.659Z Compiling winnow v0.7.14
19692026-06-25T22:48:16.674Z Compiling tower-layer v0.3.3
19702026-06-25T22:48:16.716Z Compiling winnow v1.0.3
19712026-06-25T22:48:16.743Z Compiling want v0.3.1
19722026-06-25T22:48:16.757Z Compiling tokio-util v0.7.18
19732026-06-25T22:48:16.786Z Compiling goblin v0.8.2
19742026-06-25T22:48:16.857Z Compiling goblin v0.10.5
19752026-06-25T22:48:17.072Z Compiling document-features v0.2.12
19762026-06-25T22:48:17.087Z Compiling toml_parser v1.1.2+spec-1.1.0
19772026-06-25T22:48:17.149Z Compiling pkcs8 v0.10.2
19782026-06-25T22:48:17.460Z Compiling h2 v0.4.15
19792026-06-25T22:48:17.615Z Compiling zerocopy v0.7.35
19802026-06-25T22:48:17.652Z Compiling ipnet v2.11.0
19812026-06-25T22:48:17.727Z Compiling ref-cast-impl v1.0.25
19822026-06-25T22:48:17.894Z Compiling darling_core v0.20.11
19832026-06-25T22:48:18.076Z Compiling curve25519-dalek v4.1.3
19842026-06-25T22:48:18.119Z Compiling memoffset v0.9.1
19852026-06-25T22:48:18.138Z Compiling httpdate v1.0.3
19862026-06-25T22:48:18.178Z Compiling winnow v0.5.40
19872026-06-25T22:48:18.298Z Compiling utf8parse v0.2.2
19882026-06-25T22:48:18.408Z Compiling foreign-types-shared v0.1.1
19892026-06-25T22:48:18.520Z Compiling untrusted v0.9.0
19902026-06-25T22:48:18.653Z Compiling powerfmt v0.2.0
19912026-06-25T22:48:18.771Z Compiling foreign-types v0.3.2
19922026-06-25T22:48:18.862Z Compiling deranged v0.5.8
19932026-06-25T22:48:18.974Z Compiling tempfile v3.25.0
19942026-06-25T22:48:19.040Z Compiling dof v0.3.0
19952026-06-25T22:48:19.466Z Compiling unicode-normalization v0.1.25
19962026-06-25T22:48:19.622Z Compiling dof v0.4.0
19972026-06-25T22:48:19.668Z Compiling toml_edit v0.19.15
19982026-06-25T22:48:19.745Z Compiling dtrace-parser v0.2.0
19992026-06-25T22:48:19.914Z Compiling darling_macro v0.20.11
20002026-06-25T22:48:20.142Z Compiling dtrace-parser v0.3.0
20012026-06-25T22:48:20.417Z Compiling daft-derive v0.1.7
20022026-06-25T22:48:20.454Z Compiling pin-project-internal v1.1.11
20032026-06-25T22:48:20.515Z Compiling spin v0.9.8
20042026-06-25T22:48:20.537Z Compiling thread-id v5.1.0
20052026-06-25T22:48:20.619Z Compiling hyper v1.10.1
20062026-06-25T22:48:20.641Z Compiling thread-id v4.2.2
20072026-06-25T22:48:20.761Z Compiling anstyle v1.0.14
20082026-06-25T22:48:20.765Z Compiling num_threads v0.1.7
20092026-06-25T22:48:20.765Z Compiling cfg_aliases v0.2.1
20102026-06-25T22:48:20.833Z Compiling smoltcp v0.9.1
20112026-06-25T22:48:20.898Z Compiling num-bigint-dig v0.8.6
20122026-06-25T22:48:21.058Z Compiling nix v0.31.2
20132026-06-25T22:48:21.169Z Compiling time v0.3.47
20142026-06-25T22:48:21.354Z Compiling darling v0.20.11
20152026-06-25T22:48:21.459Z Compiling ipnetwork v0.21.1
20162026-06-25T22:48:21.692Z Compiling strum_macros v0.26.4
20172026-06-25T22:48:21.695Z Compiling curve25519-dalek-derive v0.1.1
20182026-06-25T22:48:21.908Z Compiling hyper-util v0.1.20
20192026-06-25T22:48:22.002Z Compiling sync_wrapper v1.0.2
20202026-06-25T22:48:22.105Z Compiling wait-timeout v0.2.1
20212026-06-25T22:48:22.187Z Compiling anstyle-query v1.1.5
20222026-06-25T22:48:22.318Z Compiling simd-adler32 v0.3.8
20232026-06-25T22:48:22.333Z Compiling bit-vec v0.8.0
20242026-06-25T22:48:22.511Z Compiling is_terminal_polyfill v1.70.2
20252026-06-25T22:48:22.571Z Compiling quick-error v1.2.3
20262026-06-25T22:48:22.602Z Compiling colorchoice v1.0.4
20272026-06-25T22:48:22.631Z Compiling siphasher v1.0.2
20282026-06-25T22:48:22.634Z Compiling bit-set v0.8.0
20292026-06-25T22:48:22.832Z Compiling rusty-fork v0.3.1
20302026-06-25T22:48:23.046Z Compiling tower v0.5.3
20312026-06-25T22:48:23.287Z Compiling derive_builder_core v0.20.2
20322026-06-25T22:48:23.402Z Compiling http-body-util v0.1.3
20332026-06-25T22:48:23.567Z Compiling rand_xorshift v0.4.0
20342026-06-25T22:48:23.667Z Compiling signature v2.2.0
20352026-06-25T22:48:23.736Z Compiling hubpack_derive v0.1.1
20362026-06-25T22:48:23.845Z Compiling snafu-derive v0.8.9
20372026-06-25T22:48:23.881Z Compiling strum_macros v0.27.2
20382026-06-25T22:48:24.089Z Compiling fs-err v3.3.0
20392026-06-25T22:48:24.126Z Compiling ahash v0.8.12
20402026-06-25T22:48:24.284Z Compiling unarray v0.1.4
20412026-06-25T22:48:24.315Z Compiling unicode-segmentation v1.12.0
20422026-06-25T22:48:24.331Z Compiling allocator-api2 v0.2.21
20432026-06-25T22:48:24.381Z Compiling unicode-properties v0.1.4
20442026-06-25T22:48:24.416Z Compiling adler2 v2.0.1
20452026-06-25T22:48:24.519Z Compiling iri-string v0.7.10
20462026-06-25T22:48:24.539Z Compiling unicode-bidi v0.3.18
20472026-06-25T22:48:24.618Z Compiling object v0.37.3
20482026-06-25T22:48:24.687Z Compiling ryu v1.0.23
20492026-06-25T22:48:24.878Z Compiling stringprep v0.1.5
20502026-06-25T22:48:24.898Z Compiling serde_urlencoded v0.7.1
20512026-06-25T22:48:25.031Z Compiling miniz_oxide v0.8.9
20522026-06-25T22:48:25.163Z Compiling proptest v1.10.0
20532026-06-25T22:48:25.290Z Compiling derive_builder_macro v0.20.2
20542026-06-25T22:48:25.336Z Compiling tokio-native-tls v0.3.1
20552026-06-25T22:48:25.536Z Compiling usdt-macro v0.6.0
20562026-06-25T22:48:25.581Z Compiling usdt-attr-macro v0.6.0
20572026-06-25T22:48:25.708Z Compiling tower-http v0.6.8
20582026-06-25T22:48:25.783Z Compiling anstyle-parse v1.0.0
20592026-06-25T22:48:26.030Z Compiling rustls-native-certs v0.8.3
20602026-06-25T22:48:26.144Z Compiling rand_chacha v0.3.1
20612026-06-25T22:48:26.243Z Compiling erased-serde v0.3.31
20622026-06-25T22:48:26.287Z Compiling md-5 v0.10.6
20632026-06-25T22:48:26.301Z Compiling bstr v1.12.1
20642026-06-25T22:48:26.372Z Compiling num-integer v0.1.46
20652026-06-25T22:48:26.454Z Compiling hash32 v0.2.1
20662026-06-25T22:48:26.554Z Compiling vergen-lib v9.1.0
20672026-06-25T22:48:26.569Z Compiling ff v0.13.1
20682026-06-25T22:48:26.679Z Compiling encoding_rs v0.8.35
20692026-06-25T22:48:26.711Z Compiling base16ct v0.2.0
20702026-06-25T22:48:26.765Z Compiling fallible-iterator v0.2.0
20712026-06-25T22:48:26.869Z Compiling psl-types v2.0.11
20722026-06-25T22:48:26.899Z Compiling zlib-rs v0.6.2
20732026-06-25T22:48:26.903Z Compiling mime v0.3.17
20742026-06-25T22:48:27.041Z Compiling publicsuffix v2.3.0
20752026-06-25T22:48:27.071Z Compiling postgres-protocol v0.6.10
20762026-06-25T22:48:27.099Z Compiling sec1 v0.7.3
20772026-06-25T22:48:27.190Z Compiling newtype-uuid v1.3.2
20782026-06-25T22:48:27.249Z Compiling group v0.13.0
20792026-06-25T22:48:27.422Z Compiling num-iter v0.1.45
20802026-06-25T22:48:27.558Z Compiling rand v0.8.6
20812026-06-25T22:48:27.902Z Compiling anstream v1.0.0
20822026-06-25T22:48:28.011Z Compiling oxnet v0.1.6
20832026-06-25T22:48:28.038Z Compiling derive_builder v0.20.2
20842026-06-25T22:48:28.171Z Compiling hyper-tls v0.6.0
20852026-06-25T22:48:28.191Z Compiling heck v0.4.1
20862026-06-25T22:48:28.256Z Compiling phf_shared v0.13.1
20872026-06-25T22:48:28.261Z Compiling pin-project v1.1.11
20882026-06-25T22:48:28.329Z Compiling lazy_static v1.5.0
20892026-06-25T22:48:28.344Z Compiling anstyle-parse v0.2.7
20902026-06-25T22:48:28.458Z Compiling terminal_size v0.4.3
20912026-06-25T22:48:28.461Z Compiling serde_with_macros v3.17.0
20922026-06-25T22:48:28.514Z Compiling hex v0.4.3
20932026-06-25T22:48:28.544Z Compiling futures-executor v0.3.32
20942026-06-25T22:48:28.576Z Compiling hkdf v0.12.4
20952026-06-25T22:48:28.626Z Compiling crypto-bigint v0.5.5
20962026-06-25T22:48:28.691Z Compiling serde_repr v0.1.20
20972026-06-25T22:48:28.746Z Compiling enum-as-inner v0.6.1
20982026-06-25T22:48:28.800Z Compiling clap_derive v4.6.1
20992026-06-25T22:48:28.861Z Compiling async-recursion v1.1.1
21002026-06-25T22:48:28.902Z Compiling vergen v9.1.0
21012026-06-25T22:48:28.917Z Compiling cargo-platform v0.3.2
21022026-06-25T22:48:29.079Z Compiling flate2 v1.1.9
21032026-06-25T22:48:29.189Z Compiling bitflags v1.3.2
21042026-06-25T22:48:29.221Z Compiling bumpalo v3.20.2
21052026-06-25T22:48:29.283Z Compiling foldhash v0.2.0
21062026-06-25T22:48:29.338Z Compiling clap_lex v1.0.0
21072026-06-25T22:48:29.510Z Compiling libbz2-rs-sys v0.2.2
21082026-06-25T22:48:29.513Z Compiling foldhash v0.1.5
21092026-06-25T22:48:29.559Z Compiling managed v0.8.0
21102026-06-25T22:48:29.575Z Compiling same-file v1.0.6
21112026-06-25T22:48:29.765Z Compiling walkdir v2.5.0
21122026-06-25T22:48:29.821Z Compiling hashbrown v0.15.5
21132026-06-25T22:48:29.947Z Compiling bzip2 v0.6.1
21142026-06-25T22:48:30.065Z Compiling elliptic-curve v0.13.8
21152026-06-25T22:48:30.093Z Compiling clap_builder v4.6.0
21162026-06-25T22:48:30.109Z Compiling hashbrown v0.16.1
21172026-06-25T22:48:30.165Z Compiling zopfli v0.8.3
21182026-06-25T22:48:30.403Z Compiling cargo_metadata v0.23.1
21192026-06-25T22:48:30.429Z Compiling zstd v0.13.3
21202026-06-25T22:48:30.516Z Compiling futures v0.3.32
21212026-06-25T22:48:30.733Z Compiling anstream v0.6.21
21222026-06-25T22:48:30.805Z Compiling phf v0.13.1
21232026-06-25T22:48:30.939Z Compiling reqwest v0.12.28
21242026-06-25T22:48:30.990Z Compiling snafu v0.8.9
21252026-06-25T22:48:31.088Z Compiling daft v0.1.7
21262026-06-25T22:48:31.343Z Compiling signal-hook-mio v0.2.5
21272026-06-25T22:48:31.649Z Compiling cookie_store v0.22.1
21282026-06-25T22:48:31.668Z Compiling postgres-types v0.2.12
21292026-06-25T22:48:31.720Z Compiling bzip2 v0.4.4
21302026-06-25T22:48:31.810Z Compiling globset v0.4.18
21312026-06-25T22:48:31.894Z Compiling strum v0.27.2
21322026-06-25T22:48:32.031Z Compiling hubpack v0.1.2
21332026-06-25T22:48:32.087Z Compiling ed25519 v2.2.3
21342026-06-25T22:48:32.136Z Compiling phf_shared v0.11.3
21352026-06-25T22:48:32.246Z Compiling crossbeam-epoch v0.9.18
21362026-06-25T22:48:32.281Z Compiling olpc-cjson v0.1.4
21372026-06-25T22:48:32.337Z Compiling pkcs1 v0.7.5
21382026-06-25T22:48:32.395Z Compiling pem v3.0.6
21392026-06-25T22:48:32.478Z Compiling serde_plain v1.0.2
21402026-06-25T22:48:32.522Z Compiling serde-big-array v0.5.1
21412026-06-25T22:48:32.550Z Compiling rfc6979 v0.4.0
21422026-06-25T22:48:32.685Z Compiling float-cmp v0.10.0
21432026-06-25T22:48:32.700Z Compiling env_filter v1.0.0
21442026-06-25T22:48:32.704Z Compiling memmap2 v0.9.10
21452026-06-25T22:48:32.704Z Compiling static_assertions v1.1.0
21462026-06-25T22:48:32.745Z Compiling keccak v0.1.6
21472026-06-25T22:48:32.852Z Compiling typed-path v0.9.3
21482026-06-25T22:48:32.867Z Compiling toml_write v0.1.2
21492026-06-25T22:48:32.960Z Compiling fixedbitset v0.4.2
21502026-06-25T22:48:32.977Z Compiling jiff v0.2.21
21512026-06-25T22:48:32.980Z Compiling whoami v2.1.0
21522026-06-25T22:48:33.008Z Compiling predicates-core v1.0.10
21532026-06-25T22:48:33.054Z Compiling difflib v0.4.0
21542026-06-25T22:48:33.087Z Compiling new_debug_unreachable v1.0.6
21552026-06-25T22:48:33.103Z Compiling normalize-line-endings v0.3.0
21562026-06-25T22:48:33.175Z Compiling data-encoding v2.10.0
21572026-06-25T22:48:33.227Z Compiling precomputed-hash v0.1.1
21582026-06-25T22:48:33.350Z Compiling fixedbitset v0.5.7
21592026-06-25T22:48:33.519Z Compiling hickory-proto v0.25.2
21602026-06-25T22:48:33.569Z Compiling petgraph v0.8.3
21612026-06-25T22:48:33.626Z Compiling string_cache v0.8.9
21622026-06-25T22:48:33.642Z Compiling predicates v3.1.4
21632026-06-25T22:48:33.656Z Compiling tokio-postgres v0.7.16
21642026-06-25T22:48:33.742Z Compiling petgraph v0.6.5
21652026-06-25T22:48:33.872Z Compiling toml_edit v0.22.27
21662026-06-25T22:48:33.980Z Compiling sha3 v0.10.8
21672026-06-25T22:48:34.061Z Compiling usdt v0.6.0
21682026-06-25T22:48:34.237Z Compiling env_logger v0.11.9
21692026-06-25T22:48:34.290Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21702026-06-25T22:48:34.334Z Compiling ecdsa v0.16.9
21712026-06-25T22:48:34.574Z Compiling rsa v0.9.10
21722026-06-25T22:48:35.265Z Compiling ed25519-dalek v2.2.0
21732026-06-25T22:48:35.743Z Compiling zip v4.6.1
21742026-06-25T22:48:35.940Z Compiling zip v0.6.6
21752026-06-25T22:48:36.189Z Compiling clap v4.6.1
21762026-06-25T22:48:36.288Z Compiling crossterm v0.28.1
21772026-06-25T22:48:36.475Z Compiling iddqd v0.4.2
21782026-06-25T22:48:36.663Z Compiling serde_with v3.17.0
21792026-06-25T22:48:36.680Z Compiling similar v2.7.0
21802026-06-25T22:48:36.721Z Compiling strum v0.26.3
21812026-06-25T22:48:36.860Z Compiling toml v0.7.8
21822026-06-25T22:48:36.875Z Compiling tokio-stream v0.1.18
21832026-06-25T22:48:37.060Z Compiling buf-list v1.1.2
21842026-06-25T22:48:37.367Z Compiling itertools v0.13.0
21852026-06-25T22:48:37.433Z Compiling x509-cert v0.2.5
21862026-06-25T22:48:37.459Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21872026-06-25T22:48:37.699Z Compiling openapiv3 v2.2.0
21882026-06-25T22:48:37.774Z Compiling sha1 v0.10.6
21892026-06-25T22:48:38.064Z Compiling lalrpop-util v0.19.12
21902026-06-25T22:48:38.219Z Compiling peg-runtime v0.8.5
21912026-06-25T22:48:55.348Z Compiling cpufeatures v0.3.0
21922026-06-25T22:48:55.424Z Compiling macaddr v1.0.1
21932026-06-25T22:48:55.446Z Compiling structmeta-derive v0.3.0
21942026-06-25T22:48:55.469Z Compiling hybrid-array v0.4.10
21952026-06-25T22:48:55.484Z Compiling crucible-workspace-hack v0.1.0
21962026-06-25T22:48:55.696Z Compiling rayon-core v1.13.0
21972026-06-25T22:48:55.746Z Compiling itertools v0.14.0
21982026-06-25T22:48:55.858Z Compiling secrecy v0.10.3
21992026-06-25T22:48:55.910Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22002026-06-25T22:48:55.948Z Compiling heapless v0.8.0
22012026-06-25T22:48:56.034Z Compiling toml_datetime v0.7.5+spec-1.1.0
22022026-06-25T22:48:56.049Z Compiling block-buffer v0.12.1
22032026-06-25T22:48:56.062Z Compiling crypto-common v0.2.2
22042026-06-25T22:48:56.263Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-06-25T22:48:56.299Z Compiling crossbeam-deque v0.8.6
22062026-06-25T22:48:56.344Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-25T22:48:56.377Z Compiling hash32 v0.3.1
22082026-06-25T22:48:56.444Z Compiling multer v3.1.0
22092026-06-25T22:48:56.459Z Compiling structmeta v0.3.0
22102026-06-25T22:48:56.550Z Compiling thread_local v1.1.9
22112026-06-25T22:48:56.564Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122026-06-25T22:48:56.587Z Compiling slog-async v2.8.0
22132026-06-25T22:48:56.662Z Compiling compression-core v0.4.31
22142026-06-25T22:48:56.690Z Compiling const-oid v0.10.2
22152026-06-25T22:48:56.804Z Compiling smoltcp v0.11.0
22162026-06-25T22:48:56.864Z Compiling match_cfg v0.1.0
22172026-06-25T22:48:56.881Z Compiling unicode-width v0.2.0
22182026-06-25T22:48:56.954Z Compiling hostname v0.3.1
22192026-06-25T22:48:56.974Z Compiling digest v0.11.3
22202026-06-25T22:48:57.015Z Compiling proc-macro-crate v3.4.0
22212026-06-25T22:48:57.030Z Compiling ingot-macros v0.1.1
22222026-06-25T22:48:57.175Z Compiling compression-codecs v0.4.37
22232026-06-25T22:48:57.192Z Compiling derive-ex v0.1.8
22242026-06-25T22:48:57.265Z Compiling atomicwrites v0.4.4
22252026-06-25T22:48:57.370Z Compiling slog-json v2.6.1
22262026-06-25T22:48:57.458Z Compiling crossbeam-channel v0.5.15
22272026-06-25T22:48:57.560Z Compiling rustls-webpki v0.103.9
22282026-06-25T22:48:57.576Z Compiling half v2.7.1
22292026-06-25T22:48:57.642Z Compiling newtype-uuid-macros v0.1.0
22302026-06-25T22:48:57.671Z Compiling cobs v0.3.0
22312026-06-25T22:48:57.741Z Compiling thiserror-impl-no-std v2.0.2
22322026-06-25T22:48:57.808Z Compiling universal-hash v0.5.1
22332026-06-25T22:48:57.946Z Compiling async-stream-impl v0.3.6
22342026-06-25T22:48:57.973Z Compiling toml_datetime v1.1.1+spec-1.1.0
22352026-06-25T22:48:57.989Z Compiling serde_spanned v1.1.1
22362026-06-25T22:48:58.168Z Compiling is-terminal v0.4.17
22372026-06-25T22:48:58.295Z Compiling proc-macro-error-attr v1.0.4
22382026-06-25T22:48:58.386Z Compiling dropshot v0.17.1
22392026-06-25T22:48:58.402Z Compiling term v1.2.1
22402026-06-25T22:48:58.448Z Compiling opaque-debug v0.3.1
22412026-06-25T22:48:58.518Z Compiling toml_writer v1.1.1+spec-1.1.0
22422026-06-25T22:48:58.543Z Compiling convert_case v0.4.0
22432026-06-25T22:48:58.564Z Compiling ciborium-io v0.2.2
22442026-06-25T22:48:58.618Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-25T22:48:58.689Z Compiling take_mut v0.2.2
22462026-06-25T22:48:58.743Z Compiling test-strategy v0.4.5
22472026-06-25T22:48:58.799Z Compiling thiserror-no-std v2.0.2
22482026-06-25T22:48:58.828Z Compiling slog-term v2.9.2
22492026-06-25T22:48:58.831Z Compiling toml v1.1.2+spec-1.1.0
22502026-06-25T22:48:58.874Z Compiling derive_more v0.99.20
22512026-06-25T22:48:58.893Z Compiling ciborium-ll v0.2.2
22522026-06-25T22:48:58.962Z Compiling async-stream v0.3.6
22532026-06-25T22:48:59.037Z Compiling poly1305 v0.8.0
22542026-06-25T22:48:59.132Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-06-25T22:48:59.181Z Compiling postcard v1.1.3
22562026-06-25T22:48:59.590Z Compiling slog-bunyan v2.5.0
22572026-06-25T22:48:59.667Z Compiling ingot-types v0.1.2
22582026-06-25T22:48:59.682Z Compiling num_enum_derive v0.7.6
22592026-06-25T22:48:59.804Z Compiling async-compression v0.4.41
22602026-06-25T22:49:00.065Z Compiling ingot v0.1.1
22612026-06-25T22:49:00.121Z Compiling sha1 v0.11.0
22622026-06-25T22:49:00.136Z Compiling parse-display-derive v0.10.0
22632026-06-25T22:49:00.217Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22642026-06-25T22:49:00.284Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-06-25T22:49:00.539Z Compiling proc-macro-crate v1.3.1
22662026-06-25T22:49:00.553Z Compiling waitgroup v0.1.2
22672026-06-25T22:49:00.673Z Compiling backon v1.6.0
22682026-06-25T22:49:00.735Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22692026-06-25T22:49:00.925Z Compiling rustls-pemfile v2.2.0
22702026-06-25T22:49:00.948Z Compiling password-hash v0.5.0
22712026-06-25T22:49:01.040Z Compiling dropshot_endpoint v0.17.1
22722026-06-25T22:49:01.144Z Compiling tokio-rustls v0.26.4
22732026-06-25T22:49:01.223Z Compiling rustls-platform-verifier v0.6.2
22742026-06-25T22:49:01.279Z Compiling tough v0.22.0
22752026-06-25T22:49:01.426Z Compiling hyper-rustls v0.27.7
22762026-06-25T22:49:01.452Z Compiling chacha20 v0.9.1
22772026-06-25T22:49:01.602Z Compiling blake2 v0.10.6
22782026-06-25T22:49:01.697Z Compiling reqwest v0.13.2
22792026-06-25T22:49:01.730Z Compiling aead v0.5.2
22802026-06-25T22:49:01.745Z Compiling foreign-types-macros v0.2.3
22812026-06-25T22:49:01.856Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22822026-06-25T22:49:01.942Z Compiling serde_path_to_error v0.1.20
22832026-06-25T22:49:01.957Z Compiling hostname v0.4.2
22842026-06-25T22:49:02.068Z Compiling proc-macro-error v1.0.4
22852026-06-25T22:49:02.129Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22862026-06-25T22:49:02.150Z Compiling instant v0.1.13
22872026-06-25T22:49:02.297Z Compiling typeid v1.0.3
22882026-06-25T22:49:02.313Z Compiling debug-ignore v1.0.5
22892026-06-25T22:49:02.317Z Compiling foreign-types-shared v0.3.1
22902026-06-25T22:49:02.347Z Compiling backoff v0.4.0
22912026-06-25T22:49:02.380Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-25T22:49:02.417Z Compiling foreign-types v0.5.0
22932026-06-25T22:49:02.436Z Compiling chacha20poly1305 v0.10.1
22942026-06-25T22:49:02.453Z Compiling argon2 v0.5.3
22952026-06-25T22:49:02.456Z Compiling parse-display v0.10.0
22962026-06-25T22:49:02.466Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22972026-06-25T22:49:02.499Z Compiling num_enum_derive v0.5.11
22982026-06-25T22:49:02.519Z Compiling num_enum v0.7.6
22992026-06-25T22:49:02.612Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-06-25T22:49:02.628Z Compiling ciborium v0.2.2
23012026-06-25T22:49:02.675Z Compiling vsss-rs v3.3.4
23022026-06-25T22:49:02.794Z Compiling tabwriter v1.4.1
23032026-06-25T22:49:02.826Z Compiling chacha20 v0.10.0
23042026-06-25T22:49:02.986Z Compiling regress v0.10.5
23052026-06-25T22:49:03.144Z Compiling byte-wrapper v0.1.0
23062026-06-25T22:49:03.186Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23072026-06-25T22:49:03.309Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-25T22:49:03.377Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23092026-06-25T22:49:03.447Z Compiling cstr-argument v0.1.2
23102026-06-25T22:49:03.531Z Compiling erased-serde v0.4.9
23112026-06-25T22:49:03.547Z Compiling humantime v2.3.0
23122026-06-25T22:49:03.639Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-06-25T22:49:03.762Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-06-25T22:49:03.891Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-06-25T22:49:03.907Z Compiling num_enum v0.5.11
23162026-06-25T22:49:03.923Z Compiling rand v0.10.0
23172026-06-25T22:49:04.056Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-06-25T22:49:04.138Z Compiling rayon v1.11.0
23192026-06-25T22:49:04.209Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-06-25T22:49:04.226Z Compiling colored v3.1.1
23212026-06-25T22:49:04.243Z Compiling indent_write v2.2.0
23222026-06-25T22:49:04.319Z Compiling libefi-sys v0.1.0
23232026-06-25T22:49:04.336Z Compiling zone_cfg_derive v0.3.1
23242026-06-25T22:49:04.350Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23252026-06-25T22:49:04.500Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23262026-06-25T22:49:04.646Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-06-25T22:49:04.705Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23282026-06-25T22:49:04.726Z Compiling camino-tempfile v1.4.1
23292026-06-25T22:49:04.756Z Compiling itertools v0.12.1
23302026-06-25T22:49:04.881Z Compiling usdt-macro v0.5.0
23312026-06-25T22:49:04.931Z Compiling usdt-attr-macro v0.5.0
23322026-06-25T22:49:04.951Z Compiling num-derive v0.4.2
23332026-06-25T22:49:04.981Z Compiling bitfield-struct v0.6.2
23342026-06-25T22:49:05.009Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23352026-06-25T22:49:05.036Z Compiling ordered-float v2.10.1
23362026-06-25T22:49:05.157Z Compiling blake3 v1.8.5
23372026-06-25T22:49:05.212Z Compiling sigpipe v0.1.3
23382026-06-25T22:49:05.323Z Compiling memmap v0.7.0
23392026-06-25T22:49:05.338Z Compiling swrite v0.1.0
23402026-06-25T22:49:05.355Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23412026-06-25T22:49:05.467Z Compiling glob v0.3.3
23422026-06-25T22:49:05.530Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-06-25T22:49:05.577Z Compiling serde-value v0.7.0
23442026-06-25T22:49:05.629Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-06-25T22:49:05.721Z Compiling usdt v0.5.0
23462026-06-25T22:49:05.772Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23472026-06-25T22:49:05.796Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-06-25T22:49:05.870Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23492026-06-25T22:49:06.098Z Compiling zone v0.3.1
23502026-06-25T22:49:06.113Z Compiling serde-untagged v0.1.9
23512026-06-25T22:49:06.266Z Compiling toml v0.8.23
23522026-06-25T22:49:06.309Z Compiling smf v0.2.3
23532026-06-25T22:49:06.352Z Compiling filetime v0.2.27
23542026-06-25T22:49:06.371Z Compiling unicode-xid v0.2.6
23552026-06-25T22:49:06.408Z Compiling xattr v1.6.1
23562026-06-25T22:49:06.469Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-06-25T22:49:06.517Z Compiling constant_time_eq v0.4.2
23582026-06-25T22:49:06.533Z Compiling arrayref v0.3.9
23592026-06-25T22:49:06.551Z Compiling whoami v1.6.1
23602026-06-25T22:49:06.569Z Compiling arrayvec v0.7.6
23612026-06-25T22:49:06.573Z Compiling tar v0.4.45
23622026-06-25T22:49:06.600Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-25T22:49:06.600Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-06-25T22:49:06.629Z Compiling tokio-dtrace v0.1.1
23652026-06-25T22:49:06.632Z Compiling console v0.16.2
23662026-06-25T22:49:06.737Z Compiling cargo-util-schemas v0.8.2
23672026-06-25T22:49:06.855Z Compiling gethostname v0.5.0
23682026-06-25T22:49:06.980Z Compiling cargo-platform v0.2.0
23692026-06-25T22:49:07.017Z Compiling unit-prefix v0.5.2
23702026-06-25T22:49:07.031Z Compiling topological-sort v0.2.2
23712026-06-25T22:49:07.192Z Compiling indicatif v0.18.4
23722026-06-25T22:49:07.213Z Compiling oxide-tokio-rt v0.1.4
23732026-06-25T22:49:07.304Z Compiling shell-words v1.1.1
23742026-06-25T22:49:07.466Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-25T22:49:07.968Z Compiling cargo_metadata v0.21.0
23762026-06-25T22:49:16.396Z Compiling progenitor-client v0.14.0
23772026-06-25T22:49:16.396Z Compiling omicron-zone-package v0.12.3
23782026-06-25T22:49:16.638Z Compiling progenitor-extras v0.2.0
23792026-06-25T22:49:16.980Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-06-25T22:49:16.994Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-25T22:49:17.013Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-25T22:49:17.097Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-25T22:49:17.149Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-06-25T22:49:17.174Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-25T22:49:17.296Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-06-25T22:49:17.445Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-06-25T22:49:18.009Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-06-25T22:49:22.123Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-25T22:49:29.913Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-25T22:49:32.998Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-25T22:49:33.999Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-25T22:49:43.192Z Finished `release` profile [optimized] target(s) in 1m 40s
23932026-06-25T22:49:43.326Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-25T22:49:43.383ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-25T22:49:43.387ZCreated new build target 'test' and set it as active
23962026-06-25T22:49:43.390Z
23972026-06-25T22:49:43.390Zreal 1:40.463491758
23982026-06-25T22:49:43.390Zuser 16:28.576949204
23992026-06-25T22:49:43.390Zsys 2:41.176215650
24002026-06-25T22:49:43.390Ztrap 0.471303592
24012026-06-25T22:49:43.390Ztflt 2.762060882
24022026-06-25T22:49:43.390Zdflt 4.074288416
24032026-06-25T22:49:43.390Zkflt 0.000427903
24042026-06-25T22:49:43.390Zlock 52:15.591329489
24052026-06-25T22:49:43.390Zslp 42:30.157153823
24062026-06-25T22:49:43.390Zlat 46.263004822
24072026-06-25T22:49:43.390Zstop 5:13.562400049
24082026-06-25T22:49:43.390Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-25T22:49:44.197Z Finished `release` profile [optimized] target(s) in 0.79s
24102026-06-25T22:49:44.265Z Running `target/release/omicron-package -t test package`
24112026-06-25T22:49:44.319ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-25T22:49:45.681Z Compiling heck v0.5.0
24132026-06-25T22:49:45.681Z Compiling regress v0.11.1
24142026-06-25T22:49:45.893Z Compiling unsafe-libyaml v0.2.11
24152026-06-25T22:49:45.930Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-25T22:49:45.955Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24172026-06-25T22:49:45.958Z Compiling unicode-width v0.1.14
24182026-06-25T22:49:45.977Z Compiling atomicwrites v0.4.4
24192026-06-25T22:49:46.017Z Compiling derive-where v1.6.0
24202026-06-25T22:49:46.037Z Compiling bytecount v0.6.9
24212026-06-25T22:49:46.040Z Compiling is-terminal v0.4.17
24222026-06-25T22:49:46.040Z Compiling prettyplease v0.2.37
24232026-06-25T22:49:46.056Z Compiling console v0.15.11
24242026-06-25T22:49:46.060Z Compiling newline-converter v0.3.0
24252026-06-25T22:49:46.060Z Compiling hybrid-array v0.4.10
24262026-06-25T22:49:46.139Z Compiling slog-dtrace v0.3.0
24272026-06-25T22:49:46.180Z Compiling cancel-safe-futures v0.1.5
24282026-06-25T22:49:46.206Z Compiling owo-colors v4.3.0
24292026-06-25T22:49:46.210Z Compiling resolv-conf v0.7.6
24302026-06-25T22:49:46.249Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-25T22:49:46.252Z Compiling num-rational v0.4.2
24322026-06-25T22:49:46.310Z Compiling libsw-core v0.3.2
24332026-06-25T22:49:46.416Z Compiling serde_yaml v0.9.34+deprecated
24342026-06-25T22:49:46.457Z Compiling num-complex v0.4.6
24352026-06-25T22:49:46.502Z Compiling expectorate v1.2.0
24362026-06-25T22:49:46.526Z Compiling thread_local v1.1.9
24372026-06-25T22:49:46.578Z Compiling block-buffer v0.12.1
24382026-06-25T22:49:46.599Z Compiling crypto-common v0.2.2
24392026-06-25T22:49:46.633Z Compiling const-oid v0.10.2
24402026-06-25T22:49:46.745Z Compiling match_cfg v0.1.0
24412026-06-25T22:49:46.775Z Compiling compression-core v0.4.31
24422026-06-25T22:49:46.843Z Compiling hostname v0.3.1
24432026-06-25T22:49:46.864Z Compiling num v0.4.3
24442026-06-25T22:49:46.932Z Compiling compression-codecs v0.4.37
24452026-06-25T22:49:46.958Z Compiling libsw v3.5.0
24462026-06-25T22:49:46.980Z Compiling multer v3.1.0
24472026-06-25T22:49:47.026Z Compiling slog-async v2.8.0
24482026-06-25T22:49:47.047Z Compiling crossbeam-channel v0.5.15
24492026-06-25T22:49:47.095Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-06-25T22:49:47.177Z Compiling slog-json v2.6.1
24512026-06-25T22:49:47.201Z Compiling digest v0.11.3
24522026-06-25T22:49:47.227Z Compiling toml_datetime v1.1.1+spec-1.1.0
24532026-06-25T22:49:47.231Z Compiling serde_spanned v1.1.1
24542026-06-25T22:49:47.275Z Compiling take_mut v0.2.2
24552026-06-25T22:49:47.298Z Compiling cpufeatures v0.3.0
24562026-06-25T22:49:47.302Z Compiling linear-map v1.2.0
24572026-06-25T22:49:47.389Z Compiling float-ord v0.3.2
24582026-06-25T22:49:47.413Z Compiling typify-impl v0.6.2
24592026-06-25T22:49:47.416Z Compiling toml_writer v1.1.1+spec-1.1.0
24602026-06-25T22:49:47.455Z Compiling linked-hash-map v0.5.6
24612026-06-25T22:49:47.458Z Compiling term v1.2.1
24622026-06-25T22:49:47.524Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24632026-06-25T22:49:47.528Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-06-25T22:49:47.566Z Compiling sha1 v0.11.0
24652026-06-25T22:49:47.569Z Compiling slog-bunyan v2.5.0
24662026-06-25T22:49:47.681Z Compiling lru-cache v0.1.2
24672026-06-25T22:49:47.705Z Compiling toml v1.1.2+spec-1.1.0
24682026-06-25T22:49:47.727Z Compiling async-compression v0.4.41
24692026-06-25T22:49:47.832Z Compiling slog-term v2.9.2
24702026-06-25T22:49:47.861Z Compiling async-stream v0.3.6
24712026-06-25T22:49:47.908Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-25T22:49:47.947Z Compiling dropshot v0.17.1
24732026-06-25T22:49:48.016Z Compiling progenitor-client v0.14.0
24742026-06-25T22:49:48.037Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-06-25T22:49:48.059Z Compiling waitgroup v0.1.2
24762026-06-25T22:49:48.083Z Compiling rustls-pemfile v2.2.0
24772026-06-25T22:49:48.086Z Compiling backon v1.6.0
24782026-06-25T22:49:48.190Z Compiling serde_path_to_error v0.1.20
24792026-06-25T22:49:48.245Z Compiling hostname v0.4.2
24802026-06-25T22:49:48.266Z Compiling instant v0.1.13
24812026-06-25T22:49:48.316Z Compiling debug-ignore v1.0.5
24822026-06-25T22:49:48.341Z Compiling minimal-lexical v0.2.1
24832026-06-25T22:49:48.364Z Compiling backoff v0.4.0
24842026-06-25T22:49:48.364Z Compiling progenitor-extras v0.2.0
24852026-06-25T22:49:48.407Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24862026-06-25T22:49:48.429Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-06-25T22:49:48.457Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-06-25T22:49:48.573Z Compiling nom v7.1.3
24892026-06-25T22:49:48.633Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-06-25T22:49:48.673Z Compiling parse-display v0.10.0
24912026-06-25T22:49:48.726Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-06-25T22:49:48.804Z Compiling hickory-proto v0.24.4
24932026-06-25T22:49:48.979Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24942026-06-25T22:49:48.999Z Compiling regress v0.10.5
24952026-06-25T22:49:49.427Z Compiling macaddr v1.0.1
24962026-06-25T22:49:49.671Z Compiling humantime v2.3.0
24972026-06-25T22:49:49.796Z Compiling unicode-xid v0.2.6
24982026-06-25T22:49:49.947Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-06-25T22:49:49.971Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-06-25T22:49:50.013Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-06-25T22:49:50.128Z Compiling convert_case v0.10.0
25022026-06-25T22:49:50.263Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-25T22:49:50.340Z Compiling toml v0.8.23
25042026-06-25T22:49:50.430Z Compiling derive_more-impl v2.1.1
25052026-06-25T22:49:50.681Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-06-25T22:49:50.927Z Compiling typify-macro v0.6.2
25072026-06-25T22:49:50.947Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-06-25T22:49:50.972Z Compiling papergrid v0.11.0
25092026-06-25T22:49:51.066Z Compiling tabled_derive v0.7.0
25102026-06-25T22:49:51.114Z Compiling termtree v0.5.1
25112026-06-25T22:49:51.220Z Compiling derive_more v2.1.1
25122026-06-25T22:49:51.320Z Compiling crossterm v0.29.0
25132026-06-25T22:49:51.342Z Compiling phf_shared v0.12.1
25142026-06-25T22:49:51.363Z Compiling hickory-resolver v0.24.4
25152026-06-25T22:49:51.597Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162026-06-25T22:49:51.984Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-06-25T22:49:52.237Z Compiling tabled v0.15.0
25182026-06-25T22:49:52.487Z Compiling typify v0.6.2
25192026-06-25T22:49:52.627Z Compiling progenitor-impl v0.14.0
25202026-06-25T22:49:53.344Z Compiling qorb v0.4.1
25212026-06-25T22:49:53.367Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-06-25T22:49:54.293Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-06-25T22:49:54.781Z Compiling progenitor-macro v0.14.0
25242026-06-25T22:49:54.825Z Compiling vte v0.14.1
25252026-06-25T22:49:55.087Z Compiling csv-core v0.1.13
25262026-06-25T22:49:55.624Z Compiling highway v1.3.0
25272026-06-25T22:49:56.187Z Compiling chrono-tz v0.10.4
25282026-06-25T22:49:56.347Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-06-25T22:49:56.447Z Compiling csv v1.4.0
25302026-06-25T22:49:56.631Z Compiling strip-ansi-escapes v0.2.1
25312026-06-25T22:49:56.700Z Compiling phf v0.12.1
25322026-06-25T22:49:56.723Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-06-25T22:49:56.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-06-25T22:49:56.958Z Compiling const_format_proc_macros v0.2.34
25352026-06-25T22:49:57.187Z Compiling fd-lock v4.0.4
25362026-06-25T22:49:57.395Z Compiling peg-macros v0.8.5
25372026-06-25T22:49:57.734Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-06-25T22:49:57.784Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-06-25T22:49:58.126Z Compiling nu-ansi-term v0.50.3
25402026-06-25T22:49:58.670Z Compiling peg v0.8.5
25412026-06-25T22:49:58.694Z Compiling reedline v0.40.0
25422026-06-25T22:49:58.715Z Compiling const_format v0.2.35
25432026-06-25T22:49:58.795Z Compiling progenitor v0.14.0
25442026-06-25T22:49:58.936Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-06-25T22:49:58.986Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-06-25T22:49:59.290Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25472026-06-25T22:49:59.541Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-06-25T22:50:00.161Z Compiling bcs v0.1.6
25492026-06-25T22:50:00.503Z Compiling nom v8.0.0
25502026-06-25T22:50:00.601Z Compiling semver v0.1.20
25512026-06-25T22:50:00.899Z Compiling rustc_version v0.1.7
25522026-06-25T22:50:01.138Z Compiling newtype_derive v0.1.6
25532026-06-25T22:50:01.355Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-25T22:50:01.545Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-06-25T22:50:01.605Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25562026-06-25T22:50:01.694Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-06-25T22:50:01.800Z Compiling smawk v0.3.2
25582026-06-25T22:50:01.845Z Compiling unicode-linebreak v0.1.5
25592026-06-25T22:50:01.999Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25602026-06-25T22:50:02.082Z Compiling textwrap v0.16.2
25612026-06-25T22:50:02.160Z Compiling steno v0.4.1
25622026-06-25T22:50:02.182Z Compiling dropshot-api-manager-types v0.7.2
25632026-06-25T22:50:02.323Z Compiling base64 v0.21.7
25642026-06-25T22:50:02.577Z Compiling utf-8 v0.7.6
25652026-06-25T22:50:02.770Z Compiling tagptr v0.2.0
25662026-06-25T22:50:02.827Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25672026-06-25T22:50:02.874Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25682026-06-25T22:50:02.967Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25692026-06-25T22:50:03.060Z Compiling moka v0.12.13
25702026-06-25T22:50:03.110Z Compiling tungstenite v0.21.0
25712026-06-25T22:50:03.166Z Compiling radium v0.7.0
25722026-06-25T22:50:03.478Z Compiling display-error-chain v0.2.2
25732026-06-25T22:50:03.743Z Compiling tokio-tungstenite v0.21.0
25742026-06-25T22:50:04.067Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25752026-06-25T22:50:04.132Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25762026-06-25T22:50:04.305Z Compiling hickory-resolver v0.25.2
25772026-06-25T22:50:04.349Z Compiling tap v1.0.1
25782026-06-25T22:50:04.517Z Compiling maybe-uninit v2.0.0
25792026-06-25T22:50:04.842Z Compiling wyz v0.5.1
25802026-06-25T22:50:05.086Z Compiling zerocopy-derive v0.6.6
25812026-06-25T22:50:05.141Z Compiling funty v2.0.0
25822026-06-25T22:50:05.266Z Compiling crc-catalog v2.4.0
25832026-06-25T22:50:05.393Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-06-25T22:50:05.889Z Compiling packed_struct v0.10.1
25852026-06-25T22:50:06.107Z Compiling zerocopy v0.6.6
25862026-06-25T22:50:06.204Z Compiling bitvec v1.0.1
25872026-06-25T22:50:06.506Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-06-25T22:50:06.691Z Compiling crc v3.4.0
25892026-06-25T22:50:07.002Z Compiling packed_struct_codegen v0.10.1
25902026-06-25T22:50:07.023Z Compiling vergen-lib v0.1.6
25912026-06-25T22:50:07.251Z Compiling bitfield-macros v0.19.4
25922026-06-25T22:50:07.631Z Compiling proc-macro-error-attr2 v2.0.0
25932026-06-25T22:50:08.007Z Compiling indexmap v1.9.3
25942026-06-25T22:50:08.065Z Compiling nodrop v0.1.14
25952026-06-25T22:50:08.068Z Compiling diesel_derives v2.3.7
25962026-06-25T22:50:08.239Z Compiling array-init v0.0.4
25972026-06-25T22:50:08.275Z Compiling proc-macro-error2 v2.0.1
25982026-06-25T22:50:08.349Z Compiling bitfield v0.19.4
25992026-06-25T22:50:08.603Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26002026-06-25T22:50:08.651Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26012026-06-25T22:50:08.713Z Compiling smallvec v0.6.14
26022026-06-25T22:50:08.973Z Compiling scheduled-thread-pool v0.2.7
26032026-06-25T22:50:08.982Z Compiling dsl_auto_type v0.2.0
26042026-06-25T22:50:09.004Z Compiling num-derive v0.3.3
26052026-06-25T22:50:09.141Z Compiling vergen-gitcl v1.0.8
26062026-06-25T22:50:09.395Z Compiling diesel_table_macro_syntax v0.3.0
26072026-06-25T22:50:09.571Z Compiling dirs-sys-next v0.1.2
26082026-06-25T22:50:09.592Z Compiling glob v0.3.3
26092026-06-25T22:50:09.623Z Compiling hashbrown v0.12.3
26102026-06-25T22:50:09.679Z Compiling crunchy v0.2.4
26112026-06-25T22:50:09.850Z Compiling maplit v1.0.2
26122026-06-25T22:50:09.914Z Compiling libscf-sys v1.1.0
26132026-06-25T22:50:09.959Z Compiling clang-sys v1.8.1
26142026-06-25T22:50:09.980Z Compiling dirs-next v2.0.0
26152026-06-25T22:50:10.090Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-06-25T22:50:10.146Z Compiling r2d2 v0.8.10
26172026-06-25T22:50:10.240Z Compiling serde-hex v0.1.0
26182026-06-25T22:50:10.355Z Compiling tabled_derive v0.11.0
26192026-06-25T22:50:10.430Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-06-25T22:50:10.616Z Compiling ron v0.8.1
26212026-06-25T22:50:10.667Z Compiling papergrid v0.17.0
26222026-06-25T22:50:10.704Z Compiling testing_table v0.3.0
26232026-06-25T22:50:10.725Z Compiling hashbrown v0.13.2
26242026-06-25T22:50:10.797Z Compiling downcast-rs v2.0.2
26252026-06-25T22:50:10.928Z Compiling tiny-keccak v2.0.2
26262026-06-25T22:50:11.136Z Compiling crc-any v2.5.0
26272026-06-25T22:50:11.344Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-06-25T22:50:11.387Z Compiling object v0.30.4
26292026-06-25T22:50:11.587Z Compiling term v0.7.0
26302026-06-25T22:50:11.706Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-06-25T22:50:12.003Z Compiling tabled v0.20.0
26322026-06-25T22:50:12.195Z Compiling progenitor-impl v0.13.0
26332026-06-25T22:50:12.375Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-25T22:50:12.409Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26352026-06-25T22:50:12.955Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26362026-06-25T22:50:13.193Z Compiling bit-vec v0.6.3
26372026-06-25T22:50:13.216Z Compiling xshell-macros v0.2.7
26382026-06-25T22:50:13.451Z Compiling path-slash v0.1.5
26392026-06-25T22:50:13.541Z Compiling bit-set v0.5.3
26402026-06-25T22:50:13.613Z Compiling xshell v0.2.7
26412026-06-25T22:50:13.671Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-06-25T22:50:13.872Z Compiling ascii-canvas v3.0.0
26432026-06-25T22:50:14.060Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-06-25T22:50:14.129Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26452026-06-25T22:50:14.343Z Compiling progenitor-macro v0.13.0
26462026-06-25T22:50:14.595Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26472026-06-25T22:50:14.722Z Compiling diesel v2.3.7
26482026-06-25T22:50:14.975Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26492026-06-25T22:50:15.881Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26502026-06-25T22:50:16.289Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-06-25T22:50:16.510Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-06-25T22:50:16.542Z Compiling progenitor-client v0.13.0
26532026-06-25T22:50:16.969Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-06-25T22:50:17.090Z Compiling itertools v0.10.5
26552026-06-25T22:50:17.150Z Compiling ena v0.14.4
26562026-06-25T22:50:17.417Z Compiling libloading v0.8.9
26572026-06-25T22:50:17.651Z Compiling diff v0.1.13
26582026-06-25T22:50:17.920Z Compiling bindgen v0.71.1
26592026-06-25T22:50:17.962Z Compiling regex-syntax v0.6.29
26602026-06-25T22:50:18.165Z Compiling unicase v2.9.0
26612026-06-25T22:50:18.243Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-25T22:50:18.386Z Compiling progenitor v0.13.0
26632026-06-25T22:50:18.563Z Compiling cexpr v0.6.0
26642026-06-25T22:50:18.593Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26652026-06-25T22:50:18.814Z Compiling crc8 v0.1.1
26662026-06-25T22:50:18.956Z Compiling rustc-hash v2.1.1
26672026-06-25T22:50:19.206Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-06-25T22:50:19.403Z Compiling lalrpop v0.19.12
26692026-06-25T22:50:19.453Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-25T22:50:19.922Z Compiling headers-core v0.3.0
26712026-06-25T22:50:19.943Z Compiling libxml v0.3.3
26722026-06-25T22:50:20.075Z Compiling headers v0.4.1
26732026-06-25T22:50:20.229Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-25T22:50:20.391Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-25T22:50:20.574Z Compiling strum_macros v0.24.3
26762026-06-25T22:50:20.622Z Compiling git-stub v1.0.0
26772026-06-25T22:50:20.756Z Compiling indoc v1.0.9
26782026-06-25T22:50:20.866Z Compiling git-stub-vcs v0.1.0
26792026-06-25T22:50:21.153Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-06-25T22:50:21.190Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-06-25T22:50:21.229Z Compiling derive_builder v0.20.2
26822026-06-25T22:50:21.405Z Compiling quick-xml v0.37.5
26832026-06-25T22:50:21.426Z Compiling oso-derive v0.27.3
26842026-06-25T22:50:21.710Z Compiling impl-trait-for-tuples v0.2.3
26852026-06-25T22:50:21.785Z Compiling openssl-probe v0.1.6
26862026-06-25T22:50:21.984Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-06-25T22:50:22.105Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-06-25T22:50:22.693Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26892026-06-25T22:50:22.756Z Compiling half v1.8.3
26902026-06-25T22:50:22.976Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-06-25T22:50:23.194Z Compiling serde_cbor v0.11.2
26922026-06-25T22:50:23.296Z Compiling bb8 v0.8.6
26932026-06-25T22:50:23.681Z Compiling trait-variant v0.1.2
26942026-06-25T22:50:24.025Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26952026-06-25T22:50:24.099Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26962026-06-25T22:50:24.246Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-06-25T22:50:24.266Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-06-25T22:50:24.447Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-06-25T22:50:24.487Z Compiling samael v0.0.19
27002026-06-25T22:50:24.575Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-06-25T22:50:24.726Z Compiling fxhash v0.2.1
27022026-06-25T22:50:24.871Z Compiling libz-sys v1.1.24
27032026-06-25T22:50:24.894Z Compiling salty v0.3.0
27042026-06-25T22:50:25.178Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27052026-06-25T22:50:25.228Z Compiling nonempty v0.12.0
27062026-06-25T22:50:25.465Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27072026-06-25T22:50:25.727Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27082026-06-25T22:50:25.962Z Compiling kstat-rs v0.2.4
27092026-06-25T22:50:26.278Z Compiling arc-swap v1.8.2
27102026-06-25T22:50:26.407Z Compiling fs-err v2.11.0
27112026-06-25T22:50:26.666Z Compiling slog-scope v4.4.1
27122026-06-25T22:50:26.690Z Compiling mime_guess v2.0.5
27132026-06-25T22:50:26.787Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-06-25T22:50:26.839Z Compiling polar-core v0.27.3
27152026-06-25T22:50:26.882Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-25T22:50:27.205Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-06-25T22:50:27.258Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-06-25T22:50:27.694Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27192026-06-25T22:50:27.739Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27202026-06-25T22:50:28.234Z Compiling nanorand v0.7.0
27212026-06-25T22:50:28.609Z Compiling darling_core v0.23.0
27222026-06-25T22:50:28.632Z Compiling libgit2-sys v0.18.3+1.9.2
27232026-06-25T22:50:28.836Z Compiling parking_lot_core v0.8.6
27242026-06-25T22:50:29.164Z Compiling flume v0.11.1
27252026-06-25T22:50:29.563Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27262026-06-25T22:50:30.272Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-06-25T22:50:30.577Z Compiling slog-stdlog v4.1.1
27282026-06-25T22:50:30.773Z Compiling darling_macro v0.23.0
27292026-06-25T22:50:31.071Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-06-25T22:50:31.166Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-06-25T22:50:31.187Z Compiling primeorder v0.13.6
27322026-06-25T22:50:31.300Z Compiling atty v0.2.14
27332026-06-25T22:50:31.452Z Compiling instability v0.3.11
27342026-06-25T22:50:31.510Z Compiling parse-size v1.1.0
27352026-06-25T22:50:31.531Z Compiling strsim v0.10.0
27362026-06-25T22:50:31.684Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-06-25T22:50:31.738Z Compiling http-range v0.1.5
27382026-06-25T22:50:31.920Z Compiling async-bb8-diesel v0.2.1
27392026-06-25T22:50:32.067Z Compiling diesel-dtrace v0.5.0
27402026-06-25T22:50:32.403Z Compiling darling_core v0.13.4
27412026-06-25T22:50:32.445Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-06-25T22:50:32.476Z Compiling p384 v0.13.1
27432026-06-25T22:50:34.058Z Compiling darling v0.23.0
27442026-06-25T22:50:34.170Z Compiling slog-envlogger v2.2.0
27452026-06-25T22:50:35.405Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27462026-06-25T22:50:35.948Z Compiling oso v0.27.3
27472026-06-25T22:50:36.143Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-06-25T22:50:36.680Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-25T22:50:37.034Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-06-25T22:50:37.197Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-25T22:50:39.025Z Compiling ignore v0.4.25
27522026-06-25T22:50:39.628Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-06-25T22:50:40.175Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-25T22:50:40.255Z Compiling castaway v0.2.4
27552026-06-25T22:50:40.420Z Compiling vergen-git2 v9.1.0
27562026-06-25T22:50:40.647Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-25T22:50:40.906Z Compiling indoc v2.0.7
27582026-06-25T22:50:41.054Z Compiling compact_str v0.8.1
27592026-06-25T22:50:41.128Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-25T22:50:41.668Z Compiling globwalk v0.9.1
27612026-06-25T22:50:42.046Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-06-25T22:50:42.197Z Compiling parking_lot v0.11.2
27632026-06-25T22:50:42.328Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27642026-06-25T22:50:42.436Z Compiling hyper-staticfile v0.10.1
27652026-06-25T22:50:42.703Z Compiling darling_macro v0.13.4
27662026-06-25T22:50:43.199Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27672026-06-25T22:50:43.423Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-06-25T22:50:43.629Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-06-25T22:50:43.652Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-06-25T22:50:43.866Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27712026-06-25T22:50:43.963Z Compiling predicates-tree v1.0.13
27722026-06-25T22:50:44.086Z Compiling unicode-truncate v1.1.0
27732026-06-25T22:50:44.235Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-06-25T22:50:44.304Z Compiling lru v0.12.5
27752026-06-25T22:50:44.429Z Compiling prefix-trie v0.7.0
27762026-06-25T22:50:44.464Z Compiling rand_seeder v0.4.0
27772026-06-25T22:50:44.530Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-06-25T22:50:44.723Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27792026-06-25T22:50:44.897Z Compiling corncobs v0.1.4
27802026-06-25T22:50:44.932Z Compiling cassowary v0.3.0
27812026-06-25T22:50:44.977Z Compiling illumos-nvpair-sys v0.2.0
27822026-06-25T22:50:45.038Z Compiling hickory-server v0.25.2
27832026-06-25T22:50:45.156Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-06-25T22:50:45.241Z Compiling ratatui v0.29.0
27852026-06-25T22:50:45.344Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-06-25T22:50:45.511Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-06-25T22:50:45.742Z Compiling camino-tempfile-ext v0.3.3
27882026-06-25T22:50:45.801Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-25T22:50:45.889Z Compiling darling v0.13.4
27902026-06-25T22:50:46.007Z Compiling sled v0.34.7
27912026-06-25T22:50:46.499Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-06-25T22:50:46.792Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27932026-06-25T22:50:47.396Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-06-25T22:50:48.700Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-06-25T22:50:48.846Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-06-25T22:50:49.073Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-06-25T22:50:49.299Z Compiling secrecy v0.8.0
27982026-06-25T22:50:49.495Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-06-25T22:50:49.839Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-06-25T22:50:50.073Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-06-25T22:50:50.193Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-06-25T22:50:50.955Z Compiling serde_with_macros v1.5.2
28032026-06-25T22:50:51.811Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-06-25T22:50:51.868Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-06-25T22:50:52.008Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-06-25T22:50:53.302Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-06-25T22:50:53.503Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28082026-06-25T22:50:53.542Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-06-25T22:50:53.729Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-06-25T22:50:53.790Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28112026-06-25T22:50:53.964Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-06-25T22:50:54.017Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-06-25T22:50:54.195Z Compiling void v1.0.2
28142026-06-25T22:50:54.331Z Compiling lzss v0.8.2
28152026-06-25T22:50:54.663Z Compiling git2 v0.20.4
28162026-06-25T22:50:54.732Z Compiling illumos-nvpair v0.3.0
28172026-06-25T22:50:54.875Z Compiling serde_with v1.14.0
28182026-06-25T22:50:55.227Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-06-25T22:50:55.590Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-06-25T22:50:55.759Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-06-25T22:50:56.067Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-06-25T22:50:58.028Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28232026-06-25T22:50:58.183Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28242026-06-25T22:50:59.318Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-06-25T22:50:59.560Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-06-25T22:50:59.813Z Compiling tungstenite v0.23.0
28272026-06-25T22:51:00.029Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28282026-06-25T22:51:01.060Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28292026-06-25T22:51:01.284Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-06-25T22:51:01.429Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-06-25T22:51:01.512Z Compiling nix v0.27.1
28322026-06-25T22:51:02.116Z Compiling twox-hash v2.1.2
28332026-06-25T22:51:02.164Z Compiling serde_bytes v0.11.19
28342026-06-25T22:51:02.194Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-06-25T22:51:02.475Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28362026-06-25T22:51:02.689Z Compiling tokio-tungstenite v0.23.1
28372026-06-25T22:51:02.720Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-06-25T22:51:02.938Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28392026-06-25T22:51:03.091Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-06-25T22:51:03.471Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-06-25T22:51:04.822Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-06-25T22:51:05.462Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-06-25T22:51:06.486Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-06-25T22:51:06.905Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-06-25T22:51:06.927Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28462026-06-25T22:51:07.054Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28472026-06-25T22:51:07.221Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-06-25T22:51:07.355Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28492026-06-25T22:51:07.884Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-06-25T22:51:07.961Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-06-25T22:51:08.047Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-06-25T22:51:08.899Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28532026-06-25T22:51:09.605Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-06-25T22:51:11.186Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-06-25T22:51:11.612Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-06-25T22:51:11.787Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28572026-06-25T22:51:13.262Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-06-25T22:51:13.825Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28592026-06-25T22:51:13.974Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28602026-06-25T22:51:14.199Z Compiling signal-hook-tokio v0.3.1
28612026-06-25T22:51:14.396Z Compiling fatfs v0.3.6
28622026-06-25T22:51:14.601Z Compiling yasna v0.5.2
28632026-06-25T22:51:14.783Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-06-25T22:51:14.986Z Compiling seq-macro v0.3.6
28652026-06-25T22:51:15.487Z Compiling assert_matches v1.5.0
28662026-06-25T22:51:15.604Z Compiling is_ci v1.2.0
28672026-06-25T22:51:15.642Z Compiling rcgen v0.12.1
28682026-06-25T22:51:15.814Z Compiling supports-color v3.0.2
28692026-06-25T22:51:16.093Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-06-25T22:51:16.365Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-06-25T22:51:17.068Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-06-25T22:51:18.173Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-06-25T22:51:18.401Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-06-25T22:51:18.513Z Compiling subprocess v0.2.15
28752026-06-25T22:51:18.637Z Compiling rtoolbox v0.0.3
28762026-06-25T22:51:18.923Z Compiling rpassword v7.4.0
28772026-06-25T22:51:19.220Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-06-25T22:51:20.278Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-06-25T22:51:20.967Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28802026-06-25T22:51:21.113Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-06-25T22:51:21.136Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28822026-06-25T22:51:23.652Z Compiling tui-tree-widget v0.23.1
28832026-06-25T22:51:23.953Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-06-25T22:51:24.229Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-06-25T22:51:24.262Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-06-25T22:51:24.531Z Compiling uzers v0.12.2
28872026-06-25T22:51:24.554Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-06-25T22:51:26.006Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-06-25T22:51:26.877Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-06-25T22:51:28.315Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-06-25T22:51:28.446Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-06-25T22:51:30.155Z Compiling support-bundle-viewer v0.1.2
28932026-06-25T22:51:30.645Z Compiling multimap v0.10.1
28942026-06-25T22:51:45.548Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-06-25T22:51:46.354Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-06-25T22:51:52.495Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-06-25T22:51:53.071Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-06-25T22:51:53.290Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-06-25T22:58:35.912Z Finished `release` profile [optimized] target(s) in 8m 51s
29002026-06-25T22:59:23.141Z
29012026-06-25T22:59:23.141Zreal 9:39.723501431
29022026-06-25T22:59:23.141Zuser 1:18:14.700026236
29032026-06-25T22:59:23.144Zsys 3:30.897512504
29042026-06-25T22:59:23.144Ztrap 1.772994098
29052026-06-25T22:59:23.144Ztflt 2.140865035
29062026-06-25T22:59:23.144Zdflt 18.352955849
29072026-06-25T22:59:23.144Zkflt 0.005570058
29082026-06-25T22:59:23.144Zlock 6:54:14.803064567
29092026-06-25T22:59:23.145Zslp 2:11:51.110831429
29102026-06-25T22:59:23.145Zlat 2:21.472946734
29112026-06-25T22:59:23.145Zstop 5:05.215313483
29122026-06-25T22:59:23.145Z+ mapfile -t packages
29132026-06-25T22:59:23.145Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-06-25T22:59:24.017Z Finished `release` profile [optimized] target(s) in 0.86s
29152026-06-25T22:59:24.081Z Running `target/release/omicron-package -t test list-outputs`
29162026-06-25T22:59:24.140ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-06-25T22:59:24.144Z+ ptime -m cargo build --locked --release -p xtask
29182026-06-25T22:59:24.609Z Compiling libc v0.2.185
29192026-06-25T22:59:24.609Z Compiling serde v1.0.228
29202026-06-25T22:59:24.612Z Compiling serde_core v1.0.228
29212026-06-25T22:59:24.695Z Compiling rustix v1.1.3
29222026-06-25T22:59:24.714Z Compiling serde_json v1.0.150
29232026-06-25T22:59:24.717Z Compiling bitflags v2.11.0
29242026-06-25T22:59:24.748Z Compiling num-traits v0.2.19
29252026-06-25T22:59:24.756Z Compiling syn v2.0.117
29262026-06-25T22:59:24.769Z Compiling smallvec v1.15.1
29272026-06-25T22:59:24.786Z Compiling usdt-impl v0.5.0
29282026-06-25T22:59:24.789Z Compiling indexmap v2.14.0
29292026-06-25T22:59:24.808Z Compiling syn v1.0.109
29302026-06-25T22:59:24.818Z Compiling log v0.4.29
29312026-06-25T22:59:24.821Z Compiling getrandom v0.4.1
29322026-06-25T22:59:24.987Z Compiling percent-encoding v2.3.2
29332026-06-25T22:59:25.147Z Compiling form_urlencoded v1.2.2
29342026-06-25T22:59:25.174Z Compiling fs-err v3.3.0
29352026-06-25T22:59:25.177Z Compiling anyhow v1.0.102
29362026-06-25T22:59:25.177Z Compiling heck v0.4.1
29372026-06-25T22:59:25.177Z Compiling once_cell v1.21.3
29382026-06-25T22:59:25.500Z Compiling errno v0.3.14
29392026-06-25T22:59:25.500Z Compiling thread-id v4.2.2
29402026-06-25T22:59:25.503Z Compiling memmap v0.7.0
29412026-06-25T22:59:25.817Z Compiling ordered-float v2.10.1
29422026-06-25T22:59:26.270Z Compiling proc-macro-error v1.0.4
29432026-06-25T22:59:26.507Z Compiling terminal_size v0.4.3
29442026-06-25T22:59:26.507Z Compiling tempfile v3.25.0
29452026-06-25T22:59:26.529Z Compiling tabled_derive v0.7.0
29462026-06-25T22:59:26.607Z Compiling clap_builder v4.6.0
29472026-06-25T22:59:26.607Z Compiling textwrap v0.16.2
29482026-06-25T22:59:26.742Z Compiling camino-tempfile v1.4.1
29492026-06-25T22:59:27.186Z Compiling tabled v0.15.0
29502026-06-25T22:59:27.251Z Compiling synstructure v0.13.2
29512026-06-25T22:59:27.251Z Compiling pest_generator v2.8.6
29522026-06-25T22:59:27.623Z Compiling serde_derive v1.0.228
29532026-06-25T22:59:27.627Z Compiling zerovec-derive v0.11.2
29542026-06-25T22:59:27.627Z Compiling displaydoc v0.2.5
29552026-06-25T22:59:27.627Z Compiling thiserror-impl v1.0.69
29562026-06-25T22:59:27.627Z Compiling zerocopy-derive v0.7.35
29572026-06-25T22:59:27.627Z Compiling scroll_derive v0.12.1
29582026-06-25T22:59:27.627Z Compiling thiserror-impl v2.0.18
29592026-06-25T22:59:27.627Z Compiling clap_derive v4.6.1
29602026-06-25T22:59:27.666Z Compiling zerofrom-derive v0.1.6
29612026-06-25T22:59:27.677Z Compiling yoke-derive v0.8.1
29622026-06-25T22:59:27.778Z Compiling pest_derive v2.8.6
29632026-06-25T22:59:28.356Z Compiling scroll v0.12.0
29642026-06-25T22:59:28.438Z Compiling zerocopy v0.7.35
29652026-06-25T22:59:28.660Z Compiling goblin v0.8.2
29662026-06-25T22:59:28.829Z Compiling thiserror v2.0.18
29672026-06-25T22:59:28.842Z Compiling thiserror v1.0.69
29682026-06-25T22:59:28.855Z Compiling zerofrom v0.1.6
29692026-06-25T22:59:28.951Z Compiling dtrace-parser v0.2.0
29702026-06-25T22:59:28.963Z Compiling yoke v0.8.1
29712026-06-25T22:59:29.173Z Compiling zerovec v0.11.5
29722026-06-25T22:59:29.267Z Compiling zerotrie v0.2.3
29732026-06-25T22:59:29.314Z Compiling clap v4.6.1
29742026-06-25T22:59:29.711Z Compiling tinystr v0.8.2
29752026-06-25T22:59:29.771Z Compiling potential_utf v0.1.4
29762026-06-25T22:59:29.947Z Compiling icu_locale_core v2.1.1
29772026-06-25T22:59:29.994Z Compiling icu_collections v2.1.1
29782026-06-25T22:59:30.742Z Compiling icu_provider v2.1.1
29792026-06-25T22:59:31.087Z Compiling icu_properties v2.1.2
29802026-06-25T22:59:31.141Z Compiling icu_normalizer v2.1.1
29812026-06-25T22:59:31.175Z Compiling toml_datetime v0.6.11
29822026-06-25T22:59:31.292Z Compiling serde_spanned v0.6.9
29832026-06-25T22:59:31.424Z Compiling toml_edit v0.22.27
29842026-06-25T22:59:31.476Z Compiling dof v0.3.0
29852026-06-25T22:59:31.503Z Compiling serde_tokenstream v0.2.3
29862026-06-25T22:59:31.594Z Compiling serde-value v0.7.0
29872026-06-25T22:59:31.613Z Compiling cargo-platform v0.2.0
29882026-06-25T22:59:31.629Z Compiling macaddr v1.0.1
29892026-06-25T22:59:32.015Z Compiling idna_adapter v1.2.1
29902026-06-25T22:59:32.120Z Compiling idna v1.1.0
29912026-06-25T22:59:32.225Z Compiling usdt-attr-macro v0.5.0
29922026-06-25T22:59:32.474Z Compiling url v2.5.8
29932026-06-25T22:59:32.494Z Compiling usdt-macro v0.5.0
29942026-06-25T22:59:32.996Z Compiling toml v0.8.23
29952026-06-25T22:59:33.062Z Compiling usdt v0.5.0
29962026-06-25T22:59:33.438Z Compiling cargo-util-schemas v0.8.2
29972026-06-25T22:59:33.438Z Compiling cargo_toml v0.21.0
29982026-06-25T22:59:34.489Z Compiling cargo_metadata v0.21.0
29992026-06-25T22:59:37.930Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-06-25T22:59:40.917Z Finished `release` profile [optimized] target(s) in 16.76s
30012026-06-25T22:59:41.020Z
30022026-06-25T22:59:41.020Zreal 16.841823937
30032026-06-25T22:59:41.020Zuser 2:19.533310212
30042026-06-25T22:59:41.020Zsys 16.999926152
30052026-06-25T22:59:41.020Ztrap 0.079663597
30062026-06-25T22:59:41.020Ztflt 0.579674349
30072026-06-25T22:59:41.020Zdflt 1.582796923
30082026-06-25T22:59:41.024Zkflt 0.000087304
30092026-06-25T22:59:41.024Zlock 5:19.023713791
30102026-06-25T22:59:41.024Zslp 3:24.583899031
30112026-06-25T22:59:41.024Zlat 5.501108202
30122026-06-25T22:59:41.024Zstop 18.504828529
30132026-06-25T22:59:41.024Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-06-25T22:59:41.025Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-06-25T22:59:41.025Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-06-25T22:59:41.025Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-06-25T22:59:41.025Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30182026-06-25T22:59:41.903Z Compiling progenitor-client v0.14.0
30192026-06-25T22:59:41.907Z Compiling cpufeatures v0.3.0
30202026-06-25T22:59:41.907Z Compiling newtype-uuid-macros v0.1.0
30212026-06-25T22:59:41.907Z Compiling hybrid-array v0.4.10
30222026-06-25T22:59:41.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-06-25T22:59:42.042Z Compiling match_cfg v0.1.0
30242026-06-25T22:59:42.046Z Compiling slog-json v2.6.1
30252026-06-25T22:59:42.046Z Compiling structmeta-derive v0.3.0
30262026-06-25T22:59:42.058Z Compiling multer v3.1.0
30272026-06-25T22:59:42.061Z Compiling const-oid v0.10.2
30282026-06-25T22:59:42.061Z Compiling debug-ignore v1.0.5
30292026-06-25T22:59:42.061Z Compiling compression-core v0.4.31
30302026-06-25T22:59:42.061Z Compiling atomicwrites v0.4.4
30312026-06-25T22:59:42.061Z Compiling itertools v0.14.0
30322026-06-25T22:59:42.159Z Compiling async-stream-impl v0.3.6
30332026-06-25T22:59:42.194Z Compiling hostname v0.3.1
30342026-06-25T22:59:42.198Z Compiling serde_spanned v1.1.1
30352026-06-25T22:59:42.275Z Compiling toml_datetime v1.1.1+spec-1.1.0
30362026-06-25T22:59:42.328Z Compiling compression-codecs v0.4.37
30372026-06-25T22:59:42.343Z Compiling slog-bunyan v2.5.0
30382026-06-25T22:59:42.360Z Compiling dropshot v0.17.1
30392026-06-25T22:59:42.363Z Compiling toml_writer v1.1.1+spec-1.1.0
30402026-06-25T22:59:42.363Z Compiling waitgroup v0.1.2
30412026-06-25T22:59:42.432Z Compiling rustls-pemfile v2.2.0
30422026-06-25T22:59:42.436Z Compiling dropshot_endpoint v0.17.1
30432026-06-25T22:59:42.449Z Compiling hostname v0.4.2
30442026-06-25T22:59:42.503Z Compiling async-compression v0.4.41
30452026-06-25T22:59:42.542Z Compiling serde_path_to_error v0.1.20
30462026-06-25T22:59:42.600Z Compiling toml v1.1.2+spec-1.1.0
30472026-06-25T22:59:42.613Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30482026-06-25T22:59:42.630Z Compiling macaddr v1.0.1
30492026-06-25T22:59:42.650Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-06-25T22:59:42.654Z Compiling instant v0.1.13
30512026-06-25T22:59:42.654Z Compiling regress v0.10.5
30522026-06-25T22:59:42.702Z Compiling backon v1.6.0
30532026-06-25T22:59:42.764Z Compiling crypto-common v0.2.2
30542026-06-25T22:59:42.800Z Compiling block-buffer v0.12.1
30552026-06-25T22:59:42.818Z Compiling backoff v0.4.0
30562026-06-25T22:59:42.837Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30572026-06-25T22:59:42.856Z Compiling async-stream v0.3.6
30582026-06-25T22:59:42.856Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-06-25T22:59:42.895Z Compiling progenitor-extras v0.2.0
30602026-06-25T22:59:42.899Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30612026-06-25T22:59:42.929Z Compiling humantime v2.3.0
30622026-06-25T22:59:42.947Z Compiling universal-hash v0.5.1
30632026-06-25T22:59:43.008Z Compiling opaque-debug v0.3.1
30642026-06-25T22:59:43.053Z Compiling regress v0.11.1
30652026-06-25T22:59:43.071Z Compiling half v2.7.1
30662026-06-25T22:59:43.101Z Compiling ciborium-io v0.2.2
30672026-06-25T22:59:43.118Z Compiling crucible-workspace-hack v0.1.0
30682026-06-25T22:59:43.137Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-06-25T22:59:43.174Z Compiling convert_case v0.4.0
30702026-06-25T22:59:43.189Z Compiling structmeta v0.3.0
30712026-06-25T22:59:43.221Z Compiling aead v0.5.2
30722026-06-25T22:59:43.225Z Compiling secrecy v0.10.3
30732026-06-25T22:59:43.295Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-06-25T22:59:43.314Z Compiling poly1305 v0.8.0
30752026-06-25T22:59:43.357Z Compiling digest v0.11.3
30762026-06-25T22:59:43.399Z Compiling ciborium-ll v0.2.2
30772026-06-25T22:59:43.437Z Compiling derive-ex v0.1.8
30782026-06-25T22:59:43.456Z Compiling parse-display-derive v0.10.0
30792026-06-25T22:59:43.500Z Compiling chacha20 v0.9.1
30802026-06-25T22:59:43.518Z Compiling sha1 v0.11.0
30812026-06-25T22:59:43.541Z Compiling unsafe-libyaml v0.2.11
30822026-06-25T22:59:43.576Z Compiling derive_more v0.99.20
30832026-06-25T22:59:43.592Z Compiling ciborium v0.2.2
30842026-06-25T22:59:43.608Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30852026-06-25T22:59:43.639Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-06-25T22:59:43.796Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30872026-06-25T22:59:43.813Z Compiling thiserror-impl-no-std v2.0.2
30882026-06-25T22:59:43.829Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30892026-06-25T22:59:43.939Z Compiling byte-wrapper v0.1.0
30902026-06-25T22:59:44.047Z Compiling password-hash v0.5.0
30912026-06-25T22:59:44.068Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30922026-06-25T22:59:44.152Z Compiling serde_yaml v0.9.34+deprecated
30932026-06-25T22:59:44.222Z Compiling blake2 v0.10.6
30942026-06-25T22:59:44.313Z Compiling toml_datetime v0.7.5+spec-1.1.0
30952026-06-25T22:59:44.330Z Compiling chacha20poly1305 v0.10.1
30962026-06-25T22:59:44.334Z Compiling indent_write v2.2.0
30972026-06-25T22:59:44.495Z Compiling toml_edit v0.23.10+spec-1.0.0
30982026-06-25T22:59:44.510Z Compiling argon2 v0.5.3
30992026-06-25T22:59:44.526Z Compiling heapless v0.8.0
31002026-06-25T22:59:44.543Z Compiling ingot-macros v0.1.1
31012026-06-25T22:59:44.598Z Compiling tabwriter v1.4.1
31022026-06-25T22:59:44.792Z Compiling typify-impl v0.6.2
31032026-06-25T22:59:44.867Z Compiling hash32 v0.3.1
31042026-06-25T22:59:45.064Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31052026-06-25T22:59:45.080Z Compiling proc-macro-crate v3.4.0
31062026-06-25T22:59:45.084Z Compiling thiserror-no-std v2.0.2
31072026-06-25T22:59:45.201Z Compiling vsss-rs v3.3.4
31082026-06-25T22:59:45.220Z Compiling test-strategy v0.4.5
31092026-06-25T22:59:45.252Z Compiling parse-display v0.10.0
31102026-06-25T22:59:45.370Z Compiling smoltcp v0.11.0
31112026-06-25T22:59:45.585Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-06-25T22:59:45.681Z Compiling num_enum_derive v0.7.6
31132026-06-25T22:59:45.699Z Compiling cobs v0.3.0
31142026-06-25T22:59:45.736Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-06-25T22:59:45.782Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31162026-06-25T22:59:45.852Z Compiling colored v3.1.1
31172026-06-25T22:59:45.868Z Compiling proc-macro-error v1.0.4
31182026-06-25T22:59:45.912Z Compiling postcard v1.1.3
31192026-06-25T22:59:45.938Z Compiling proc-macro-crate v1.3.1
31202026-06-25T22:59:45.976Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31212026-06-25T22:59:46.213Z Compiling foreign-types-macros v0.2.3
31222026-06-25T22:59:46.241Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31232026-06-25T22:59:46.259Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31242026-06-25T22:59:46.291Z Compiling rayon-core v1.13.0
31252026-06-25T22:59:46.308Z Compiling foreign-types-shared v0.3.1
31262026-06-25T22:59:46.386Z Compiling num_enum_derive v0.5.11
31272026-06-25T22:59:46.437Z Compiling chacha20 v0.10.0
31282026-06-25T22:59:46.503Z Compiling crossbeam-deque v0.8.6
31292026-06-25T22:59:46.548Z Compiling camino-tempfile v1.4.1
31302026-06-25T22:59:46.565Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312026-06-25T22:59:46.565Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-06-25T22:59:46.624Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31332026-06-25T22:59:46.728Z Compiling cstr-argument v0.1.2
31342026-06-25T22:59:46.804Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31352026-06-25T22:59:46.808Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31362026-06-25T22:59:46.837Z Compiling num_enum v0.7.6
31372026-06-25T22:59:46.842Z Compiling rand v0.10.0
31382026-06-25T22:59:46.885Z Compiling foreign-types v0.5.0
31392026-06-25T22:59:46.914Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31402026-06-25T22:59:46.993Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-06-25T22:59:47.010Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-06-25T22:59:47.055Z Compiling zone_cfg_derive v0.3.1
31432026-06-25T22:59:47.071Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-06-25T22:59:47.134Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-06-25T22:59:47.226Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31462026-06-25T22:59:47.254Z Compiling rayon v1.11.0
31472026-06-25T22:59:47.277Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31482026-06-25T22:59:47.296Z Compiling itertools v0.12.1
31492026-06-25T22:59:47.314Z Compiling num-derive v0.4.2
31502026-06-25T22:59:47.389Z Compiling sigpipe v0.1.3
31512026-06-25T22:59:47.418Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31522026-06-25T22:59:47.457Z Compiling glob v0.3.3
31532026-06-25T22:59:47.496Z Compiling num_enum v0.5.11
31542026-06-25T22:59:47.544Z Compiling ingot-types v0.1.2
31552026-06-25T22:59:47.578Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31562026-06-25T22:59:47.635Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31572026-06-25T22:59:47.692Z Compiling smf v0.2.3
31582026-06-25T22:59:47.757Z Compiling whoami v1.6.1
31592026-06-25T22:59:47.811Z Compiling usdt-macro v0.5.0
31602026-06-25T22:59:47.828Z Compiling usdt-attr-macro v0.5.0
31612026-06-25T22:59:47.910Z Compiling gethostname v0.5.0
31622026-06-25T22:59:47.980Z Compiling ingot v0.1.1
31632026-06-25T22:59:48.004Z Compiling num-rational v0.4.2
31642026-06-25T22:59:48.060Z Compiling num-complex v0.4.6
31652026-06-25T22:59:48.080Z Compiling memmap v0.7.0
31662026-06-25T22:59:48.169Z Compiling derive-where v1.6.0
31672026-06-25T22:59:48.247Z Compiling float-ord v0.3.2
31682026-06-25T22:59:48.294Z Compiling toml v0.8.23
31692026-06-25T22:59:48.312Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31702026-06-25T22:59:48.394Z Compiling resolv-conf v0.7.6
31712026-06-25T22:59:48.478Z Compiling zone v0.3.1
31722026-06-25T22:59:48.554Z Compiling num v0.4.3
31732026-06-25T22:59:48.616Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-06-25T22:59:48.641Z Compiling owo-colors v4.3.0
31752026-06-25T22:59:48.657Z Compiling cancel-safe-futures v0.1.5
31762026-06-25T22:59:48.693Z Compiling usdt v0.5.0
31772026-06-25T22:59:48.715Z Compiling libsw-core v0.3.2
31782026-06-25T22:59:48.763Z Compiling prettyplease v0.2.37
31792026-06-25T22:59:48.781Z Compiling console v0.15.11
31802026-06-25T22:59:48.909Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-06-25T22:59:48.971Z Compiling libsw v3.5.0
31822026-06-25T22:59:48.995Z Compiling hickory-proto v0.24.4
31832026-06-25T22:59:49.052Z Compiling newline-converter v0.3.0
31842026-06-25T22:59:49.072Z Compiling libefi-sys v0.1.0
31852026-06-25T22:59:49.089Z Compiling linked-hash-map v0.5.6
31862026-06-25T22:59:49.187Z Compiling linear-map v1.2.0
31872026-06-25T22:59:49.205Z Compiling expectorate v1.2.0
31882026-06-25T22:59:49.303Z Compiling lru-cache v0.1.2
31892026-06-25T22:59:49.318Z Compiling git-stub v1.0.0
31902026-06-25T22:59:49.333Z Compiling bitfield-struct v0.6.2
31912026-06-25T22:59:49.364Z Compiling typify-macro v0.6.2
31922026-06-25T22:59:49.409Z Compiling nom v8.0.0
31932026-06-25T22:59:49.418Z Compiling semver v0.1.20
31942026-06-25T22:59:49.504Z Compiling tokio-dtrace v0.1.1
31952026-06-25T22:59:49.516Z Compiling git-stub-vcs v0.1.0
31962026-06-25T22:59:49.543Z Compiling dropshot-api-manager-types v0.7.2
31972026-06-25T22:59:49.609Z Compiling rustc_version v0.1.7
31982026-06-25T22:59:49.653Z Compiling slog-dtrace v0.3.0
31992026-06-25T22:59:49.752Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32002026-06-25T22:59:49.760Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32012026-06-25T22:59:49.861Z Compiling minimal-lexical v0.2.1
32022026-06-25T22:59:49.879Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-06-25T22:59:49.898Z Compiling newtype_derive v0.1.6
32042026-06-25T22:59:49.986Z Compiling oxide-tokio-rt v0.1.4
32052026-06-25T22:59:50.017Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-06-25T22:59:50.026Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32072026-06-25T22:59:50.026Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-06-25T22:59:50.069Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-25T22:59:50.078Z Compiling phf_shared v0.12.1
32102026-06-25T22:59:50.181Z Compiling nom v7.1.3
32112026-06-25T22:59:50.219Z Compiling csv-core v0.1.13
32122026-06-25T22:59:50.262Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32132026-06-25T22:59:50.296Z Compiling xshell-macros v0.2.7
32142026-06-25T22:59:50.331Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-06-25T22:59:50.356Z Compiling highway v1.3.0
32162026-06-25T22:59:50.388Z Compiling chrono-tz v0.10.4
32172026-06-25T22:59:50.492Z Compiling csv v1.4.0
32182026-06-25T22:59:50.516Z Compiling const_format_proc_macros v0.2.34
32192026-06-25T22:59:50.628Z Compiling phf v0.12.1
32202026-06-25T22:59:50.735Z Compiling xshell v0.2.7
32212026-06-25T22:59:50.808Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-06-25T22:59:50.854Z Compiling primeorder v0.13.6
32232026-06-25T22:59:50.930Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-06-25T22:59:51.076Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32252026-06-25T22:59:51.176Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-06-25T22:59:51.230Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32272026-06-25T22:59:51.245Z Compiling typify v0.6.2
32282026-06-25T22:59:51.303Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32292026-06-25T22:59:51.380Z Compiling progenitor-impl v0.14.0
32302026-06-25T22:59:51.429Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32312026-06-25T22:59:51.455Z Compiling hickory-resolver v0.24.4
32322026-06-25T22:59:51.474Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-06-25T22:59:51.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32342026-06-25T22:59:51.787Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32352026-06-25T22:59:51.823Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-06-25T22:59:52.044Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-06-25T22:59:52.137Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-06-25T22:59:52.343Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32392026-06-25T22:59:52.408Z Compiling const_format v0.2.35
32402026-06-25T22:59:52.422Z Compiling tabled_derive v0.7.0
32412026-06-25T22:59:52.441Z Compiling bcs v0.1.6
32422026-06-25T22:59:52.488Z Compiling tagptr v0.2.0
32432026-06-25T22:59:52.571Z Compiling qorb v0.4.1
32442026-06-25T22:59:52.673Z Compiling salty v0.3.0
32452026-06-25T22:59:52.770Z Compiling termtree v0.5.1
32462026-06-25T22:59:52.789Z Compiling textwrap v0.16.2
32472026-06-25T22:59:52.922Z Compiling moka v0.12.13
32482026-06-25T22:59:52.965Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32492026-06-25T22:59:52.989Z Compiling steno v0.4.1
32502026-06-25T22:59:53.179Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-06-25T22:59:53.215Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-06-25T22:59:53.297Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32532026-06-25T22:59:53.340Z Compiling base64 v0.21.7
32542026-06-25T22:59:53.385Z Compiling radium v0.7.0
32552026-06-25T22:59:53.458Z Compiling tabled v0.15.0
32562026-06-25T22:59:53.504Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-06-25T22:59:53.550Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32582026-06-25T22:59:53.710Z Compiling hickory-resolver v0.25.2
32592026-06-25T22:59:53.751Z Compiling p384 v0.13.1
32602026-06-25T22:59:53.755Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-06-25T22:59:54.123Z Compiling progenitor-macro v0.14.0
32622026-06-25T22:59:54.148Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-06-25T22:59:54.171Z Compiling maybe-uninit v2.0.0
32642026-06-25T22:59:54.244Z Compiling tap v1.0.1
32652026-06-25T22:59:54.336Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32662026-06-25T22:59:54.391Z Compiling wyz v0.5.1
32672026-06-25T22:59:54.542Z Compiling proc-macro-error-attr2 v2.0.0
32682026-06-25T22:59:54.559Z Compiling parking_lot_core v0.8.6
32692026-06-25T22:59:54.620Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32702026-06-25T22:59:54.637Z Compiling funty v2.0.0
32712026-06-25T22:59:54.704Z Compiling utf-8 v0.7.6
32722026-06-25T22:59:54.848Z Compiling packed_struct v0.10.1
32732026-06-25T22:59:54.888Z Compiling tungstenite v0.21.0
32742026-06-25T22:59:54.977Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-06-25T22:59:55.017Z Compiling proc-macro-error2 v2.0.1
32762026-06-25T22:59:55.099Z Compiling bitvec v1.0.1
32772026-06-25T22:59:55.281Z Compiling polyval v0.6.2
32782026-06-25T22:59:55.368Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-06-25T22:59:55.391Z Compiling num-derive v0.3.3
32802026-06-25T22:59:55.469Z Compiling packed_struct_codegen v0.10.1
32812026-06-25T22:59:55.546Z Compiling zerocopy-derive v0.6.6
32822026-06-25T22:59:55.641Z Compiling bitfield-macros v0.19.4
32832026-06-25T22:59:55.761Z Compiling indexmap v1.9.3
32842026-06-25T22:59:55.935Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32852026-06-25T22:59:55.966Z Compiling nodrop v0.1.14
32862026-06-25T22:59:55.993Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-06-25T22:59:56.010Z Compiling crc-catalog v2.4.0
32882026-06-25T22:59:56.086Z Compiling array-init v0.0.4
32892026-06-25T22:59:56.135Z Compiling crc v3.4.0
32902026-06-25T22:59:56.149Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-06-25T22:59:56.188Z Compiling tokio-tungstenite v0.21.0
32922026-06-25T22:59:56.211Z Compiling tabled_derive v0.11.0
32932026-06-25T22:59:56.255Z Compiling ghash v0.5.1
32942026-06-25T22:59:56.376Z Compiling smallvec v0.6.14
32952026-06-25T22:59:56.394Z Compiling libscf-sys v1.1.0
32962026-06-25T22:59:56.451Z Compiling bitfield v0.19.4
32972026-06-25T22:59:56.469Z Compiling zerocopy v0.6.6
32982026-06-25T22:59:56.488Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-06-25T22:59:56.573Z Compiling progenitor-impl v0.13.0
33002026-06-25T22:59:56.600Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33012026-06-25T22:59:56.633Z Compiling papergrid v0.17.0
33022026-06-25T22:59:56.668Z Compiling testing_table v0.3.0
33032026-06-25T22:59:56.704Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33042026-06-25T22:59:56.729Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-06-25T22:59:56.792Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33062026-06-25T22:59:56.836Z Compiling ctr v0.9.2
33072026-06-25T22:59:56.866Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-06-25T22:59:56.890Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-25T22:59:56.908Z Compiling illumos-nvpair-sys v0.2.0
33102026-06-25T22:59:57.036Z Compiling corncobs v0.1.4
33112026-06-25T22:59:57.081Z Compiling unicase v2.9.0
33122026-06-25T22:59:57.096Z Compiling hashbrown v0.12.3
33132026-06-25T22:59:57.186Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-06-25T22:59:57.200Z Compiling aes-gcm v0.10.3
33152026-06-25T22:59:57.226Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-06-25T22:59:57.244Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33172026-06-25T22:59:57.314Z Compiling mime_guess v2.0.5
33182026-06-25T22:59:57.417Z Compiling parking_lot v0.11.2
33192026-06-25T22:59:57.456Z Compiling serde-hex v0.1.0
33202026-06-25T22:59:57.472Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33212026-06-25T22:59:57.612Z Compiling tabled v0.20.0
33222026-06-25T22:59:57.629Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-06-25T22:59:57.831Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-06-25T22:59:57.899Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-06-25T22:59:58.015Z Compiling ron v0.8.1
33262026-06-25T22:59:58.088Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-06-25T22:59:58.105Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33282026-06-25T22:59:58.172Z Compiling hashbrown v0.13.2
33292026-06-25T22:59:58.244Z Compiling progenitor-client v0.13.0
33302026-06-25T22:59:58.389Z Compiling prefix-trie v0.7.0
33312026-06-25T22:59:58.588Z Compiling blowfish v0.9.1
33322026-06-25T22:59:58.604Z Compiling ssh-encoding v0.2.0
33332026-06-25T22:59:58.703Z Compiling fxhash v0.2.1
33342026-06-25T22:59:58.802Z Compiling secrecy v0.8.0
33352026-06-25T22:59:58.868Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-06-25T22:59:58.886Z Compiling crc-any v2.5.0
33372026-06-25T22:59:58.905Z Compiling sled v0.34.7
33382026-06-25T22:59:59.013Z Compiling ssh-cipher v0.2.0
33392026-06-25T22:59:59.149Z Compiling bcrypt-pbkdf v0.10.0
33402026-06-25T22:59:59.170Z Compiling hickory-server v0.25.2
33412026-06-25T22:59:59.235Z Compiling object v0.30.4
33422026-06-25T22:59:59.257Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-06-25T22:59:59.273Z Compiling progenitor-macro v0.13.0
33442026-06-25T22:59:59.311Z Compiling progenitor v0.14.0
33452026-06-25T22:59:59.487Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33462026-06-25T22:59:59.517Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-06-25T22:59:59.621Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-25T22:59:59.641Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33492026-06-25T22:59:59.873Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33502026-06-25T23:00:00.037Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-06-25T23:00:00.149Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-06-25T23:00:00.347Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-06-25T23:00:00.410Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-06-25T23:00:00.427Z Compiling password-hash v0.4.2
33552026-06-25T23:00:00.672Z Compiling crc8 v0.1.1
33562026-06-25T23:00:00.853Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-06-25T23:00:00.901Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33582026-06-25T23:00:01.119Z Compiling half v1.8.3
33592026-06-25T23:00:01.196Z Compiling http-range v0.1.5
33602026-06-25T23:00:01.418Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-06-25T23:00:01.435Z Compiling path-slash v0.1.5
33622026-06-25T23:00:01.609Z Compiling serde_cbor v0.11.2
33632026-06-25T23:00:01.899Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33642026-06-25T23:00:02.189Z Compiling pbkdf2 v0.11.0
33652026-06-25T23:00:02.242Z Compiling illumos-nvpair v0.3.0
33662026-06-25T23:00:02.283Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33672026-06-25T23:00:02.328Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33682026-06-25T23:00:02.436Z Compiling ssh-key v0.6.7
33692026-06-25T23:00:02.665Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-06-25T23:00:02.702Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33712026-06-25T23:00:02.777Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33722026-06-25T23:00:02.871Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33732026-06-25T23:00:02.923Z Compiling p521 v0.13.3
33742026-06-25T23:00:02.939Z Compiling p256 v0.13.2
33752026-06-25T23:00:03.221Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33762026-06-25T23:00:03.271Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33772026-06-25T23:00:03.345Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33782026-06-25T23:00:03.363Z Compiling yasna v0.5.2
33792026-06-25T23:00:03.658Z Compiling kstat-rs v0.2.4
33802026-06-25T23:00:03.677Z Compiling headers-core v0.3.0
33812026-06-25T23:00:03.836Z Compiling nanorand v0.7.0
33822026-06-25T23:00:03.911Z Compiling atty v0.2.14
33832026-06-25T23:00:03.998Z Compiling russh-cryptovec v0.7.3
33842026-06-25T23:00:04.022Z Compiling home v0.5.12
33852026-06-25T23:00:04.053Z Compiling md5 v0.7.0
33862026-06-25T23:00:04.088Z Compiling flume v0.11.1
33872026-06-25T23:00:04.111Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33882026-06-25T23:00:04.139Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33892026-06-25T23:00:04.159Z Compiling rcgen v0.12.1
33902026-06-25T23:00:04.177Z Compiling headers v0.4.1
33912026-06-25T23:00:04.199Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33922026-06-25T23:00:04.215Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-06-25T23:00:04.359Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33942026-06-25T23:00:04.380Z Compiling russh-keys v0.45.0
33952026-06-25T23:00:04.400Z Compiling progenitor v0.13.0
33962026-06-25T23:00:04.462Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33972026-06-25T23:00:04.598Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-06-25T23:00:04.620Z Compiling hyper-staticfile v0.10.1
33992026-06-25T23:00:04.800Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-06-25T23:00:04.900Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34012026-06-25T23:00:04.971Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34022026-06-25T23:00:05.092Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34032026-06-25T23:00:05.119Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34042026-06-25T23:00:05.205Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34052026-06-25T23:00:05.270Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34062026-06-25T23:00:05.313Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34072026-06-25T23:00:05.361Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34082026-06-25T23:00:05.580Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-06-25T23:00:05.601Z Compiling num-bigint v0.4.6
34102026-06-25T23:00:05.620Z Compiling des v0.8.1
34112026-06-25T23:00:05.639Z Compiling subprocess v0.2.15
34122026-06-25T23:00:05.739Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-06-25T23:00:05.815Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34142026-06-25T23:00:05.842Z Compiling hex-literal v0.4.1
34152026-06-25T23:00:05.987Z Compiling display-error-chain v0.2.2
34162026-06-25T23:00:06.038Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-06-25T23:00:06.089Z Compiling colored v2.2.0
34182026-06-25T23:00:06.121Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-06-25T23:00:06.160Z Compiling socket2 v0.5.10
34202026-06-25T23:00:06.202Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34212026-06-25T23:00:06.257Z Compiling internet-checksum v0.2.1
34222026-06-25T23:00:06.919Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-06-25T23:00:06.939Z Compiling russh v0.45.0
34242026-06-25T23:00:07.887Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-06-25T23:00:07.887Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-06-25T23:00:10.312Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-06-25T23:00:10.967Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34282026-06-25T23:00:11.356Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34292026-06-25T23:00:11.440Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-06-25T23:00:13.649Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-06-25T23:00:21.812Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-06-25T23:00:21.812Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-06-25T23:00:21.812Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-06-25T23:00:21.815Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-06-25T23:00:23.536Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-06-25T23:00:23.592Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-06-25T23:00:27.603Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-06-25T23:01:06.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34392026-06-25T23:01:07.083Z
34402026-06-25T23:01:07.083Zreal 1:26.001189248
34412026-06-25T23:01:07.086Zuser 7:54.144799720
34422026-06-25T23:01:07.086Zsys 1:39.882653963
34432026-06-25T23:01:07.086Ztrap 0.233827232
34442026-06-25T23:01:07.086Ztflt 0.634361027
34452026-06-25T23:01:07.086Zdflt 1.732090470
34462026-06-25T23:01:07.086Zkflt 0.000333288
34472026-06-25T23:01:07.086Zlock 26:44.373763827
34482026-06-25T23:01:07.086Zslp 17:52.777240240
34492026-06-25T23:01:07.086Zlat 36.781509890
34502026-06-25T23:01:07.086Zstop 2:39.256438966
34512026-06-25T23:01:07.086Z+ mkdir tests
34522026-06-25T23:01:07.089Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-06-25T23:01:07.089Z+ xargs -I '{}' -t cp '{}' tests/
34542026-06-25T23:01:07.113Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ccb798eceb4fade6 tests/
34552026-06-25T23:01:07.142Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-08848014a928d355 tests/
34562026-06-25T23:01:07.171Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fbaf32ace7631c2d tests/
34572026-06-25T23:01:07.211Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ac38095c18ce4ea0 tests/
34582026-06-25T23:01:07.537Z+ 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)
34592026-06-25T23:01:07.540Z+ 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-08848014a928d355 tests/commtest-fbaf32ace7631c2d tests/dhcp_server-ccb798eceb4fade6 tests/end_to_end_tests-ac38095c18ce4ea0 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
34602026-06-25T23:02:27.293ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-06-25T23:02:27.293Za .github/buildomat/ci-env.sh 1K
34622026-06-25T23:02:27.293Za out/target/test 1K
34632026-06-25T23:02:27.293Za out/npuzone/npuzone 27402K
34642026-06-25T23:02:27.293Za package-manifest.toml 35K
34652026-06-25T23:02:27.293Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-06-25T23:02:27.293Za target/release/omicron-package 40130K
34672026-06-25T23:02:27.293Za target/release/xtask 11148K
34682026-06-25T23:02:27.293Za target/debug/bootstrap 349399K
34692026-06-25T23:02:27.293Za tests/bootstrap-08848014a928d355 31977K
34702026-06-25T23:02:27.293Za tests/commtest-fbaf32ace7631c2d 43620K
34712026-06-25T23:02:27.293Za tests/dhcp_server-ccb798eceb4fade6 31977K
34722026-06-25T23:02:27.293Za tests/end_to_end_tests-ac38095c18ce4ea0 390958K
34732026-06-25T23:02:27.293Za tools/opte_version 1K
34742026-06-25T23:02:27.293Za tools/opte_version_override 2K
34752026-06-25T23:02:27.293Za out/clickhouse.tar.gz 311721K
34762026-06-25T23:02:27.293Za out/clickhouse_keeper.tar.gz 298072K
34772026-06-25T23:02:27.293Za out/clickhouse_server.tar.gz 311718K
34782026-06-25T23:02:27.293Za out/cockroachdb.tar.gz 161699K
34792026-06-25T23:02:27.293Za out/crucible-pantry-zone.tar.gz 38819K
34802026-06-25T23:02:27.294Za out/crucible-utils.tar 18900K
34812026-06-25T23:02:27.294Za out/crucible-zone.tar.gz 53515K
34822026-06-25T23:02:27.294Za out/external-dns.tar.gz 46861K
34832026-06-25T23:02:27.294Za out/internal-dns.tar.gz 46860K
34842026-06-25T23:02:27.294Za out/mg-ddm-gz.tar 97917K
34852026-06-25T23:02:27.294Za out/nexus.tar.gz 273719K
34862026-06-25T23:02:27.294Za out/ntp.tar.gz 29736K
34872026-06-25T23:02:27.294Za out/omicron-gateway-softnpu.tar.gz 27435K
34882026-06-25T23:02:27.294Za out/omicron-sled-agent.tar 194540K
34892026-06-25T23:02:27.294Za out/overlay.tar.gz 3K
34902026-06-25T23:02:27.294Za out/oximeter.tar.gz 61917K
34912026-06-25T23:02:27.294Za out/oxlog.tar 3808K
34922026-06-25T23:02:27.294Za out/probe.tar.gz 3037K
34932026-06-25T23:02:27.294Za out/propolis-server.tar.gz 34372K
34942026-06-25T23:02:27.294Za out/pumpkind-gz.tar 26647K
34952026-06-25T23:02:27.294Za out/switch-softnpu.tar.gz 447600K
34962026-06-25T23:02:27.311Z
34972026-06-25T23:02:27.312Zreal 1:19.753037481
34982026-06-25T23:02:27.312Zuser 1:17.113304904
34992026-06-25T23:02:27.312Zsys 4.369451423
35002026-06-25T23:02:27.312Ztrap 0.005965528
35012026-06-25T23:02:27.312Ztflt 0.000000000
35022026-06-25T23:02:27.312Zdflt 0.000000000
35032026-06-25T23:02:27.312Zkflt 0.000000000
35042026-06-25T23:02:27.312Zlock 0.000000000
35052026-06-25T23:02:27.312Zslp 1:17.038852565
35062026-06-25T23:02:27.312Zlat 0.973052858
35072026-06-25T23:02:27.312Zstop 0.000545478
35082026-06-25T23:02:27.312Zprocess exited: duration 973572 ms, exit code 0
 
35092026-06-25T23:02:27.327Zfound 1 output files
35102026-06-25T23:02:27.327Zuploading: /work/package.tar.gz (2486544216 bytes)
35112026-06-25T23:02:57.917Zuploaded: /work/package.tar.gz