01KXYQZWD999GRYYBFMDEV94JQ: 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: 01KXYR0FCPN90E14XYCJ8T4B12

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T03:10:33.151Zjob assigned to worker 01KXYR0MJEB5F4BYP3AKHD7QMC [factory aws, i-0de5bad583e238aa5] (queued for 48 s)
 
22026-07-20T03:10:39.989Zstarting task 0: "setup"
32026-07-20T03:10:39.994Z++ uname -s
42026-07-20T03:10:39.998Z+ kern=SunOS
52026-07-20T03:10:39.998Z+ build_user=build
62026-07-20T03:10:39.998Z+ build_uid=12345
72026-07-20T03:10:39.998Z+ work_dir=/work
82026-07-20T03:10:39.998Z+ input_dir=/input
92026-07-20T03:10:39.998Z+ [[ 0 == 12345 ]]
102026-07-20T03:10:39.998Z+ case "$kern" in
112026-07-20T03:10:39.998Z+ groupadd -g 12345 build
122026-07-20T03:10:40.001Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T03:10:42.005Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T03:10:42.139Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T03:10:42.142Z+ home_fs=zfs
162026-07-20T03:10:42.142Z+ [[ zfs == autofs ]]
172026-07-20T03:10:42.142Z+ mkdir -p /home/build
182026-07-20T03:10:42.145Z+ chown build:build /home/build /work
192026-07-20T03:10:44.145Z+ chmod 0700 /home/build /work
202026-07-20T03:10:44.149Zprocess exited: duration 4160 ms, exit code 0
 
212026-07-20T03:10:44.156Zstarting task 1: "rust-toolchain"
222026-07-20T03:10:44.161Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T03:10:44.161Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T03:10:44.161Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-20T03:10:44.161Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-20T03:10:44.161Z * rust toolchain channel = "1.96.1"
272026-07-20T03:10:44.161Z * rust toolchain profile = "default"
282026-07-20T03:10:44.164Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T03:10:44.164Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T03:10:44.313Zinfo: downloading installer
312026-07-20T03:10:45.719Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T03:10:45.719Zwarn: /home/build/.rustup/settings.toml
332026-07-20T03:10:45.719Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T03:10:45.719Zwarn: instead of the one inferred from the default host triple.
352026-07-20T03:10:45.731Zinfo: profile set to default
362026-07-20T03:10:45.732Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T03:10:45.735Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T03:10:45.881Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T03:10:45.884Zinfo: downloading 6 components
402026-07-20T03:11:00.064Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T03:11:00.064Z
422026-07-20T03:11:00.093Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T03:11:00.093Z
442026-07-20T03:11:00.093Z
452026-07-20T03:11:00.093ZRust is installed now. Great!
462026-07-20T03:11:00.093Z
472026-07-20T03:11:00.093ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T03:11:00.093Zenvironment variable. This has not been done automatically.
492026-07-20T03:11:00.093Z
502026-07-20T03:11:00.093ZTo configure your current shell, you need to source
512026-07-20T03:11:00.093Zthe corresponding env file under $HOME/.cargo.
522026-07-20T03:11:00.093Z
532026-07-20T03:11:00.093ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T03:11:00.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T03:11:00.093Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T03:11:00.093Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T03:11:00.093Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T03:11:00.093Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T03:11:00.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T03:11:00.098Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T03:11:00.098Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T03:11:00.196Z+ rustup --version
632026-07-20T03:11:00.202Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T03:11:00.202Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T03:11:00.224Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T03:11:00.227Z+ cargo --version
672026-07-20T03:11:00.234Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T03:11:00.237Z+ rustc --version
692026-07-20T03:11:00.255Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T03:11:00.259Zprocess exited: duration 16101 ms, exit code 0
 
712026-07-20T03:11:00.267Zstarting task 2: "authentication"
722026-07-20T03:11:00.285Zprocess exited: duration 17 ms, exit code 0
 
732026-07-20T03:11:00.291Zstarting task 3: "clone repository"
742026-07-20T03:11:00.295Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-20T03:11:00.298Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-20T03:11:00.330ZCloning into '/work/oxidecomputer/omicron'...
772026-07-20T03:11:11.298Z+ cd /work/oxidecomputer/omicron
782026-07-20T03:11:11.298Z+ git fetch origin fdfc38c50cb14e5479cda55715ce20f848ec5af7
792026-07-20T03:11:11.643ZFrom https://github.com/oxidecomputer/omicron
802026-07-20T03:11:11.644Z * branch fdfc38c50cb14e5479cda55715ce20f848ec5af7 -> FETCH_HEAD
812026-07-20T03:11:11.736Z+ [[ -n '' ]]
822026-07-20T03:11:11.736Z+ git reset --hard fdfc38c50cb14e5479cda55715ce20f848ec5af7
832026-07-20T03:11:11.881ZHEAD is now at fdfc38c50 [spr] initial version
842026-07-20T03:11:11.962Zprocess exited: duration 11570 ms, exit code 0
 
852026-07-20T03:11:11.997Zstarting task 4: "build"
862026-07-20T03:11:12.112Z+ source .github/buildomat/ci-env.sh
872026-07-20T03:11:12.113Z++ export CARGO_TERM_COLOR=always
882026-07-20T03:11:12.113Z++ CARGO_TERM_COLOR=always
892026-07-20T03:11:12.113Z+++ uname -s
902026-07-20T03:11:12.113Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-20T03:11:12.113Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-20T03:11:12.113Z+ cargo --version
932026-07-20T03:11:12.142Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-20T03:11:12.142Z+ rustc --version
952026-07-20T03:11:12.142Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-20T03:11:12.142Z+ WORK=/work
972026-07-20T03:11:12.142Z+ pfexec mkdir -p /work
982026-07-20T03:11:12.142Z+ pfexec chown build /work
992026-07-20T03:11:12.142Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-20T03:11:13.729Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-20T03:11:13.902Z Startup: Caching catalogs ... Done
1022026-07-20T03:11:14.776ZPlanning: Solver setup ... Done (0.782s)
1032026-07-20T03:11:14.836ZPlanning: Running solver ... Done (0.036s)
1042026-07-20T03:11:14.873ZPlanning: Finding local manifests ... Done (0.003s)
1052026-07-20T03:11:14.873ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-20T03:11:14.873ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-20T03:11:14.873ZPlanning: Package planning ... Done (0.014s)
1082026-07-20T03:11:14.891ZPlanning: Merging actions ... Done (0.001s)
1092026-07-20T03:11:15.081ZPlanning: Checking for conflicting actions ... Done (0.208s)
1102026-07-20T03:11:15.103ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-20T03:11:15.909ZPlanning: Evaluating mediators ... Done (0.843s)
1122026-07-20T03:11:15.915ZPlanning: Planning completed in 1.98 seconds
1132026-07-20T03:11:15.915Z Packages to install: 2
1142026-07-20T03:11:15.915Z Estimated space available: 156.05 GB
1152026-07-20T03:11:15.915ZEstimated space to be consumed: 43.83 MB
1162026-07-20T03:11:15.915Z Create boot environment: No
1172026-07-20T03:11:15.915ZCreate backup boot environment: No
1182026-07-20T03:11:15.915Z Rebuild boot archive: No
1192026-07-20T03:11:15.915Z
1202026-07-20T03:11:15.915ZChanged packages:
1212026-07-20T03:11:15.915Zhelios
1222026-07-20T03:11:15.915Z developer/build-essential
1232026-07-20T03:11:15.915Z None -> 11-3.0
1242026-07-20T03:11:15.915Z library/libxmlsec1
1252026-07-20T03:11:15.915Z None -> 1.2.35-3.0
1262026-07-20T03:11:15.938Z
1272026-07-20T03:11:15.938ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-20T03:11:16.412ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1292026-07-20T03:11:16.471Z Actions: 1/268 actions (Installing new actions)
1302026-07-20T03:11:16.510Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-20T03:11:16.535ZFinalize: Updating package state database ... Done (0.020s)
1322026-07-20T03:11:16.535ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-20T03:11:16.577ZFinalize: Updating image state ... Done (0.045s)
1342026-07-20T03:11:19.169ZFinalize: Creating fast lookup database ... Done (2.569s)
1352026-07-20T03:11:19.239ZFinalize: Reading search index ... Done (0.012s)
1362026-07-20T03:11:19.242ZFinalize: Updating search index ... Done (0.000s)
1372026-07-20T03:11:19.339ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-20T03:11:19.669ZPlanning: Evaluating mediator changes ... Done
1392026-07-20T03:11:19.773ZPlanning: Checking for conflicting actions ... Done
1402026-07-20T03:11:19.776ZPlanning: Consolidating action changes ... Done
1412026-07-20T03:11:19.928ZPlanning: Evaluating mediators ... Done
1422026-07-20T03:11:19.931ZPlanning: Planning completed in 0.26 seconds
1432026-07-20T03:11:19.952Z Mediators to change: 2
1442026-07-20T03:11:19.952Z Create boot environment: No
1452026-07-20T03:11:19.952ZCreate backup boot environment: No
1462026-07-20T03:11:20.023ZFinalize: Updating package state database ... Done
1472026-07-20T03:11:20.023ZFinalize: Updating package cache ... Done
1482026-07-20T03:11:20.051ZFinalize: Updating image state ... Done
1492026-07-20T03:11:21.986ZFinalize: Creating fast lookup database ... Done
1502026-07-20T03:11:22.045ZFinalize: Reading search index ... Done
1512026-07-20T03:11:22.049ZFinalize: Updating search index ... Done
1522026-07-20T03:11:22.112ZFinalize: Updating package cache ... Done
1532026-07-20T03:11:22.400ZPlanning: Evaluating mediator changes ... Done
1542026-07-20T03:11:22.504ZPlanning: Checking for conflicting actions ... Done
1552026-07-20T03:11:22.508ZPlanning: Consolidating action changes ... Done
1562026-07-20T03:11:22.660ZPlanning: Evaluating mediators ... Done
1572026-07-20T03:11:22.664ZPlanning: Planning completed in 0.26 seconds
1582026-07-20T03:11:22.683Z Mediators to change: 1
1592026-07-20T03:11:22.683Z Create boot environment: No
1602026-07-20T03:11:22.683ZCreate backup boot environment: No
1612026-07-20T03:11:22.724ZFinalize: Updating package state database ... Done
1622026-07-20T03:11:22.724ZFinalize: Updating package cache ... Done
1632026-07-20T03:11:22.754ZFinalize: Updating image state ... Done
1642026-07-20T03:11:24.697ZFinalize: Creating fast lookup database ... Done
1652026-07-20T03:11:24.758ZFinalize: Reading search index ... Done
1662026-07-20T03:11:24.772ZFinalize: Updating search index ... Done
1672026-07-20T03:11:24.877ZFinalize: Updating package cache ... Done
1682026-07-20T03:11:25.189ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-20T03:11:25.189Zapache system 2.4 system
1702026-07-20T03:11:25.189Zclang system 15 system
1712026-07-20T03:11:25.189Zcsh system system illumos
1722026-07-20T03:11:25.189Zctags system system illumos
1732026-07-20T03:11:25.189Zfile vendor vendor darwinsys
1742026-07-20T03:11:25.189Zfile system system illumos
1752026-07-20T03:11:25.189Zgcc vendor 14 vendor
1762026-07-20T03:11:25.189Zgcc system 13 system
1772026-07-20T03:11:25.189Zgcc system 10 system
1782026-07-20T03:11:25.189Zgo system 1.25 system
1792026-07-20T03:11:25.189Zllvm system 15 system
1802026-07-20T03:11:25.189Zmariadb system 11.4 system
1812026-07-20T03:11:25.189Zmta vendor vendor dma
1822026-07-20T03:11:25.189Zopenjdk system 17 system
1832026-07-20T03:11:25.189Zopenjdk system 11 system
1842026-07-20T03:11:25.189Zopenssl vendor 3 vendor
1852026-07-20T03:11:25.189Zperl system 5.40 system
1862026-07-20T03:11:25.189Zpostgresql system 18 system
1872026-07-20T03:11:25.189Zpostgresql system 17 system
1882026-07-20T03:11:25.189Zpython vendor 3 vendor
1892026-07-20T03:11:25.189Zpython system 2 system
1902026-07-20T03:11:25.189Zpython3 vendor 3.13 vendor
1912026-07-20T03:11:25.189Zruby system 3.4 system
1922026-07-20T03:11:25.189Zruby system 3.0 system
1932026-07-20T03:11:25.189Zwords vendor vendor american-english
1942026-07-20T03:11:25.189Zwords system system australian-english
1952026-07-20T03:11:25.189Zwords system system british-english
1962026-07-20T03:11:25.189Zwords system system canadian-english
1972026-07-20T03:11:25.189Zwords system system french
1982026-07-20T03:11:25.189Zwords system system italian
1992026-07-20T03:11:25.189Zwords system system ngerman
2002026-07-20T03:11:25.189Zwords system system ogerman
2012026-07-20T03:11:25.190Zwords system system spanish
2022026-07-20T03:11:25.439ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-20T03:11:25.439Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-20T03:11:25.793ZFMRI IFO
2052026-07-20T03:11:25.793Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-20T03:11:25.793Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-20T03:11:25.793Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-20T03:11:25.793Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-20T03:11:25.793Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-20T03:11:25.793Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-20T03:11:25.793Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-20T03:11:25.793Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-20T03:11:25.793Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-20T03:11:26.074Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-20T03:11:26.352Z Updating crates.io index
2162026-07-20T03:11:26.356Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-20T03:11:26.574Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-20T03:11:26.863Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-20T03:11:27.771Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-20T03:11:28.291Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-20T03:11:29.791Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-20T03:11:30.567Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-20T03:11:30.791Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-20T03:11:31.108Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-20T03:11:32.222Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-20T03:11:32.461Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-20T03:11:32.754Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-20T03:11:32.997Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-20T03:11:33.417Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-20T03:11:33.885Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-20T03:11:34.121Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-20T03:11:34.339Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-20T03:11:34.580Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-20T03:11:34.870Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-20T03:11:35.104Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-20T03:11:35.359Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-20T03:11:35.604Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-20T03:11:35.978Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-20T03:11:36.276Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-20T03:11:36.518Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-20T03:11:36.895Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-20T03:11:37.165Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-20T03:11:37.525Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-07-20T03:11:38.028Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-07-20T03:11:38.274Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-07-20T03:11:38.509Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-07-20T03:11:38.823Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2482026-07-20T03:11:39.145Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-07-20T03:11:39.384Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-07-20T03:11:39.780Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-07-20T03:11:40.096Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-07-20T03:11:40.345Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-07-20T03:11:40.612Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-07-20T03:11:40.882Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-07-20T03:11:41.132Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-07-20T03:11:41.375Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-07-20T03:11:44.387Z Downloading crates ...
2582026-07-20T03:11:44.458Z Downloaded zmij v1.0.21
2592026-07-20T03:11:44.461Z Downloaded dof v0.3.0
2602026-07-20T03:11:44.461Z Downloaded equivalent v1.0.2
2612026-07-20T03:11:44.461Z Downloaded anstyle-query v1.1.5
2622026-07-20T03:11:44.465Z Downloaded heck v0.4.1
2632026-07-20T03:11:44.465Z Downloaded anstream v1.0.0
2642026-07-20T03:11:44.477Z Downloaded zerocopy-derive v0.7.35
2652026-07-20T03:11:44.480Z Downloaded fnv v1.0.7
2662026-07-20T03:11:44.484Z Downloaded errno v0.3.14
2672026-07-20T03:11:44.484Z Downloaded dtrace-parser v0.2.0
2682026-07-20T03:11:44.484Z Downloaded zerocopy v0.7.35
2692026-07-20T03:11:44.490Z Downloaded cpufeatures v0.2.17
2702026-07-20T03:11:44.494Z Downloaded cargo-platform v0.3.2
2712026-07-20T03:11:44.497Z Downloaded cfg-if v1.0.4
2722026-07-20T03:11:44.497Z Downloaded block-buffer v0.10.4
2732026-07-20T03:11:44.503Z Downloaded is_terminal_polyfill v1.70.2
2742026-07-20T03:11:44.506Z Downloaded heck v0.5.0
2752026-07-20T03:11:44.509Z Downloaded fastrand v2.3.0
2762026-07-20T03:11:44.509Z Downloaded crypto-common v0.1.7
2772026-07-20T03:11:44.509Z Downloaded usdt-attr-macro v0.5.0
2782026-07-20T03:11:44.514Z Downloaded smawk v0.3.2
2792026-07-20T03:11:44.514Z Downloaded usdt-macro v0.5.0
2802026-07-20T03:11:44.514Z Downloaded thread-id v4.2.2
2812026-07-20T03:11:44.514Z Downloaded serde_spanned v0.6.9
2822026-07-20T03:11:44.514Z Downloaded macaddr v1.0.1
2832026-07-20T03:11:44.519Z Downloaded generic-array v0.14.7
2842026-07-20T03:11:44.519Z Downloaded memmap v0.7.0
2852026-07-20T03:11:44.522Z Downloaded pretty-hex v0.4.1
2862026-07-20T03:11:44.527Z Downloaded utf8parse v0.2.2
2872026-07-20T03:11:44.533Z Downloaded plain v0.2.3
2882026-07-20T03:11:44.533Z Downloaded version_check v0.9.5
2892026-07-20T03:11:44.534Z Downloaded terminal_size v0.4.3
2902026-07-20T03:11:44.543Z Downloaded unicode-linebreak v0.1.5
2912026-07-20T03:11:44.543Z Downloaded proc-macro-error-attr v1.0.4
2922026-07-20T03:11:44.543Z Downloaded tabled_derive v0.7.0
2932026-07-20T03:11:44.556Z Downloaded toml_datetime v0.6.11
2942026-07-20T03:11:44.556Z Downloaded digest v0.10.7
2952026-07-20T03:11:44.556Z Downloaded colorchoice v1.0.4
2962026-07-20T03:11:44.564Z Downloaded camino-tempfile v1.4.1
2972026-07-20T03:11:44.564Z Downloaded itoa v1.0.17
2982026-07-20T03:11:44.564Z Downloaded anstyle v1.0.14
2992026-07-20T03:11:44.564Z Downloaded fs-err v3.3.0
3002026-07-20T03:11:44.565Z Downloaded byteorder v1.5.0
3012026-07-20T03:11:44.565Z Downloaded cargo_toml v0.21.0
3022026-07-20T03:11:44.565Z Downloaded cargo_metadata v0.23.1
3032026-07-20T03:11:44.565Z Downloaded anstyle-parse v1.0.0
3042026-07-20T03:11:44.565Z Downloaded bytecount v0.6.9
3052026-07-20T03:11:44.565Z Downloaded autocfg v1.5.0
3062026-07-20T03:11:44.565Z Downloaded scroll_derive v0.12.1
3072026-07-20T03:11:44.570Z Downloaded camino v1.2.2
3082026-07-20T03:11:44.575Z Downloaded usdt v0.5.0
3092026-07-20T03:11:44.579Z Downloaded strsim v0.11.1
3102026-07-20T03:11:44.583Z Downloaded proc-macro-error v1.0.4
3112026-07-20T03:11:44.588Z Downloaded toml_write v0.1.2
3122026-07-20T03:11:44.592Z Downloaded thiserror v2.0.18
3132026-07-20T03:11:44.595Z Downloaded thiserror-impl v1.0.69
3142026-07-20T03:11:44.599Z Downloaded pest_generator v2.8.6
3152026-07-20T03:11:44.599Z Downloaded clap_lex v1.0.0
3162026-07-20T03:11:44.600Z Downloaded clap_derive v4.6.1
3172026-07-20T03:11:44.600Z Downloaded anyhow v1.0.102
3182026-07-20T03:11:44.603Z Downloaded once_cell v1.21.3
3192026-07-20T03:11:44.603Z Downloaded bitflags v2.11.0
3202026-07-20T03:11:44.603Z Downloaded pest_derive v2.8.6
3212026-07-20T03:11:44.608Z Downloaded getrandom v0.4.1
3222026-07-20T03:11:44.611Z Downloaded usdt-impl v0.5.0
3232026-07-20T03:11:44.611Z Downloaded thiserror v1.0.69
3242026-07-20T03:11:44.614Z Downloaded swrite v0.1.0
3252026-07-20T03:11:44.614Z Downloaded sha2 v0.10.9
3262026-07-20T03:11:44.617Z Downloaded quote v1.0.45
3272026-07-20T03:11:44.620Z Downloaded toml v0.8.23
3282026-07-20T03:11:44.621Z Downloaded ucd-trie v0.1.7
3292026-07-20T03:11:44.621Z Downloaded scroll v0.12.0
3302026-07-20T03:11:44.624Z Downloaded serde_tokenstream v0.2.3
3312026-07-20T03:11:44.624Z Downloaded thiserror-impl v2.0.18
3322026-07-20T03:11:44.627Z Downloaded tempfile v3.25.0
3332026-07-20T03:11:44.629Z Downloaded papergrid v0.11.0
3342026-07-20T03:11:44.632Z Downloaded clap v4.6.1
3352026-07-20T03:11:44.642Z Downloaded semver v1.0.28
3362026-07-20T03:11:44.645Z Downloaded textwrap v0.16.2
3372026-07-20T03:11:44.650Z Downloaded unicode-ident v1.0.24
3382026-07-20T03:11:44.653Z Downloaded proc-macro2 v1.0.106
3392026-07-20T03:11:44.656Z Downloaded pest_meta v2.8.6
3402026-07-20T03:11:44.659Z Downloaded toml_edit v0.22.27
3412026-07-20T03:11:44.659Z Downloaded serde_core v1.0.228
3422026-07-20T03:11:44.663Z Downloaded serde_derive v1.0.228
3432026-07-20T03:11:44.663Z Downloaded log v0.4.29
3442026-07-20T03:11:44.676Z Downloaded memchr v2.8.0
3452026-07-20T03:11:44.695Z Downloaded indexmap v2.14.0
3462026-07-20T03:11:44.700Z Downloaded serde v1.0.228
3472026-07-20T03:11:44.706Z Downloaded typenum v1.20.1
3482026-07-20T03:11:44.723Z Downloaded pest v2.8.6
3492026-07-20T03:11:44.732Z Downloaded hashbrown v0.17.0
3502026-07-20T03:11:44.756Z Downloaded goblin v0.8.2
3512026-07-20T03:11:44.759Z Downloaded serde_json v1.0.150
3522026-07-20T03:11:44.763Z Downloaded clap_builder v4.6.0
3532026-07-20T03:11:44.769Z Downloaded winnow v0.7.14
3542026-07-20T03:11:44.776Z Downloaded tabled v0.15.0
3552026-07-20T03:11:44.791Z Downloaded unicode-width v0.2.0
3562026-07-20T03:11:44.795Z Downloaded syn v1.0.109
3572026-07-20T03:11:44.818Z Downloaded unicode-width v0.1.14
3582026-07-20T03:11:44.823Z Downloaded syn v2.0.117
3592026-07-20T03:11:44.826Z Downloaded rustix v1.1.3
3602026-07-20T03:11:44.845Z Downloaded libc v0.2.185
3612026-07-20T03:11:44.906Z Compiling proc-macro2 v1.0.106
3622026-07-20T03:11:44.906Z Compiling unicode-ident v1.0.24
3632026-07-20T03:11:44.910Z Compiling quote v1.0.45
3642026-07-20T03:11:44.910Z Compiling serde_core v1.0.228
3652026-07-20T03:11:44.910Z Compiling libc v0.2.185
3662026-07-20T03:11:44.910Z Compiling version_check v0.9.5
3672026-07-20T03:11:44.910Z Compiling memchr v2.8.0
3682026-07-20T03:11:44.910Z Compiling serde v1.0.228
3692026-07-20T03:11:44.910Z Compiling zmij v1.0.21
3702026-07-20T03:11:45.087Z Compiling thiserror v1.0.69
3712026-07-20T03:11:45.104Z Compiling ucd-trie v0.1.7
3722026-07-20T03:11:45.118Z Compiling itoa v1.0.17
3732026-07-20T03:11:45.122Z Compiling rustix v1.1.3
3742026-07-20T03:11:45.122Z Compiling byteorder v1.5.0
3752026-07-20T03:11:45.274Z Compiling serde_json v1.0.150
3762026-07-20T03:11:45.380Z Compiling bitflags v2.11.0
3772026-07-20T03:11:45.558Z Compiling pest v2.8.6
3782026-07-20T03:11:45.614Z Compiling syn v1.0.109
3792026-07-20T03:11:45.652Z Compiling camino v1.2.2
3802026-07-20T03:11:45.668Z Compiling usdt-impl v0.5.0
3812026-07-20T03:11:45.739Z Compiling proc-macro-error-attr v1.0.4
3822026-07-20T03:11:45.742Z Compiling proc-macro-error v1.0.4
3832026-07-20T03:11:45.742Z Compiling getrandom v0.4.1
3842026-07-20T03:11:45.841Z Compiling hashbrown v0.17.0
3852026-07-20T03:11:45.963Z Compiling equivalent v1.0.2
3862026-07-20T03:11:46.072Z Compiling log v0.4.29
3872026-07-20T03:11:46.108Z Compiling plain v0.2.3
3882026-07-20T03:11:46.126Z Compiling utf8parse v0.2.2
3892026-07-20T03:11:46.192Z Compiling autocfg v1.5.0
3902026-07-20T03:11:46.213Z Compiling pretty-hex v0.4.1
3912026-07-20T03:11:46.216Z Compiling is_terminal_polyfill v1.70.2
3922026-07-20T03:11:46.249Z Compiling winnow v0.7.14
3932026-07-20T03:11:46.252Z Compiling anstyle v1.0.14
3942026-07-20T03:11:46.286Z Compiling errno v0.3.14
3952026-07-20T03:11:46.292Z Compiling thread-id v4.2.2
3962026-07-20T03:11:46.324Z Compiling anstyle-parse v1.0.0
3972026-07-20T03:11:46.359Z Compiling cfg-if v1.0.4
3982026-07-20T03:11:46.377Z Compiling toml_write v0.1.2
3992026-07-20T03:11:46.382Z Compiling anstyle-query v1.1.5
4002026-07-20T03:11:46.432Z Compiling indexmap v2.14.0
4012026-07-20T03:11:46.469Z Compiling thiserror v2.0.18
4022026-07-20T03:11:46.472Z Compiling colorchoice v1.0.4
4032026-07-20T03:11:46.545Z Compiling bytecount v0.6.9
4042026-07-20T03:11:46.559Z Compiling anyhow v1.0.102
4052026-07-20T03:11:46.663Z Compiling syn v2.0.117
4062026-07-20T03:11:46.680Z Compiling pest_meta v2.8.6
4072026-07-20T03:11:46.680Z Compiling fs-err v3.3.0
4082026-07-20T03:11:46.688Z Compiling anstream v1.0.0
4092026-07-20T03:11:46.720Z Compiling once_cell v1.21.3
4102026-07-20T03:11:46.738Z Compiling fastrand v2.3.0
4112026-07-20T03:11:46.927Z Compiling clap_lex v1.0.0
4122026-07-20T03:11:46.943Z Compiling heck v0.5.0
4132026-07-20T03:11:46.960Z Compiling unicode-width v0.1.14
4142026-07-20T03:11:47.005Z Compiling heck v0.4.1
4152026-07-20T03:11:47.071Z Compiling fnv v1.0.7
4162026-07-20T03:11:47.082Z Compiling strsim v0.11.1
4172026-07-20T03:11:47.173Z Compiling memmap v0.7.0
4182026-07-20T03:11:47.195Z Compiling unicode-linebreak v0.1.5
4192026-07-20T03:11:47.209Z Compiling papergrid v0.11.0
4202026-07-20T03:11:47.229Z Compiling unicode-width v0.2.0
4212026-07-20T03:11:47.253Z Compiling smawk v0.3.2
4222026-07-20T03:11:47.273Z Compiling swrite v0.1.0
4232026-07-20T03:11:47.383Z Compiling terminal_size v0.4.3
4242026-07-20T03:11:47.399Z Compiling tempfile v3.25.0
4252026-07-20T03:11:47.526Z Compiling clap_builder v4.6.0
4262026-07-20T03:11:47.549Z Compiling semver v1.0.28
4272026-07-20T03:11:47.575Z Compiling cargo-platform v0.3.2
4282026-07-20T03:11:47.589Z Compiling textwrap v0.16.2
4292026-07-20T03:11:47.787Z Compiling camino-tempfile v1.4.1
4302026-07-20T03:11:48.108Z Compiling tabled_derive v0.7.0
4312026-07-20T03:11:48.739Z Compiling tabled v0.15.0
4322026-07-20T03:11:48.784Z Compiling pest_generator v2.8.6
4332026-07-20T03:11:49.287Z Compiling serde_derive v1.0.228
4342026-07-20T03:11:49.292Z Compiling thiserror-impl v1.0.69
4352026-07-20T03:11:49.292Z Compiling zerocopy-derive v0.7.35
4362026-07-20T03:11:49.293Z Compiling scroll_derive v0.12.1
4372026-07-20T03:11:49.293Z Compiling thiserror-impl v2.0.18
4382026-07-20T03:11:49.293Z Compiling clap_derive v4.6.1
4392026-07-20T03:11:49.384Z Compiling pest_derive v2.8.6
4402026-07-20T03:11:49.973Z Compiling scroll v0.12.0
4412026-07-20T03:11:50.010Z Compiling zerocopy v0.7.35
4422026-07-20T03:11:50.181Z Compiling goblin v0.8.2
4432026-07-20T03:11:50.384Z Compiling dtrace-parser v0.2.0
4442026-07-20T03:11:50.630Z Compiling clap v4.6.1
4452026-07-20T03:11:51.756Z Compiling dof v0.3.0
4462026-07-20T03:11:51.756Z Compiling serde_tokenstream v0.2.3
4472026-07-20T03:11:51.771Z Compiling serde_spanned v0.6.9
4482026-07-20T03:11:51.774Z Compiling toml_datetime v0.6.11
4492026-07-20T03:11:51.774Z Compiling cargo_metadata v0.23.1
4502026-07-20T03:11:51.786Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-07-20T03:11:51.789Z Compiling macaddr v1.0.1
4522026-07-20T03:11:51.968Z Compiling toml_edit v0.22.27
4532026-07-20T03:11:52.436Z Compiling usdt-macro v0.5.0
4542026-07-20T03:11:52.436Z Compiling usdt-attr-macro v0.5.0
4552026-07-20T03:11:53.039Z Compiling usdt v0.5.0
4562026-07-20T03:11:53.245Z Compiling toml v0.8.23
4572026-07-20T03:11:53.563Z Compiling cargo_toml v0.21.0
4582026-07-20T03:11:54.841Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4592026-07-20T03:11:56.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.94s
4602026-07-20T03:11:57.061Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4612026-07-20T03:11:57.575Z Downloading crates ...
4622026-07-20T03:11:57.672Z Downloaded arrayref v0.3.9
4632026-07-20T03:11:57.682Z Downloaded cfg_aliases v0.1.1
4642026-07-20T03:11:57.682Z Downloaded adler2 v2.0.1
4652026-07-20T03:11:57.707Z Downloaded ascii-canvas v3.0.0
4662026-07-20T03:11:57.717Z Downloaded curve25519-dalek-derive v0.1.1
4672026-07-20T03:11:57.717Z Downloaded cookie_store v0.22.1
4682026-07-20T03:11:57.717Z Downloaded crc8 v0.1.1
4692026-07-20T03:11:57.717Z Downloaded convert_case v0.4.0
4702026-07-20T03:11:57.717Z Downloaded async-trait v0.1.89
4712026-07-20T03:11:57.717Z Downloaded crc32fast v1.5.0
4722026-07-20T03:11:57.717Z Downloaded ciborium-ll v0.2.2
4732026-07-20T03:11:57.717Z Downloaded assert_matches v1.5.0
4742026-07-20T03:11:57.717Z Downloaded convert_case v0.10.0
4752026-07-20T03:11:57.718Z Downloaded dirs-sys-next v0.1.2
4762026-07-20T03:11:57.718Z Downloaded crc-catalog v2.4.0
4772026-07-20T03:11:57.718Z Downloaded defmt v0.3.100
4782026-07-20T03:11:57.718Z Downloaded bit-set v0.8.0
4792026-07-20T03:11:57.718Z Downloaded aead v0.5.2
4802026-07-20T03:11:57.718Z Downloaded bit-set v0.5.3
4812026-07-20T03:11:57.718Z Downloaded bcrypt-pbkdf v0.11.0
4822026-07-20T03:11:57.726Z Downloaded darling_core v0.20.11
4832026-07-20T03:11:57.726Z Downloaded crypto-common v0.2.2
4842026-07-20T03:11:57.726Z Downloaded cpufeatures v0.3.0
4852026-07-20T03:11:57.726Z Downloaded crucible-workspace-hack v0.1.0
4862026-07-20T03:11:57.726Z Downloaded anstyle-parse v0.2.7
4872026-07-20T03:11:57.726Z Downloaded base16ct v1.0.0
4882026-07-20T03:11:57.726Z Downloaded debug-ignore v1.0.5
4892026-07-20T03:11:57.730Z Downloaded anstream v0.6.21
4902026-07-20T03:11:57.730Z Downloaded critical-section v1.2.0
4912026-07-20T03:11:57.730Z Downloaded castaway v0.2.4
4922026-07-20T03:11:57.730Z Downloaded defmt-macros v1.0.1
4932026-07-20T03:11:57.730Z Downloaded bitfield-macros v0.19.4
4942026-07-20T03:11:57.731Z Downloaded darling_macro v0.23.0
4952026-07-20T03:11:57.731Z Downloaded darling_macro v0.21.3
4962026-07-20T03:11:57.734Z Downloaded crunchy v0.2.4
4972026-07-20T03:11:57.734Z Downloaded base16ct v0.2.0
4982026-07-20T03:11:57.734Z Downloaded bitfield-struct v0.6.2
4992026-07-20T03:11:57.734Z Downloaded array-init v0.0.4
5002026-07-20T03:11:57.737Z Downloaded cpubits v0.1.1
5012026-07-20T03:11:57.737Z Downloaded async-stream-impl v0.3.6
5022026-07-20T03:11:57.737Z Downloaded crossbeam-deque v0.8.6
5032026-07-20T03:11:57.737Z Downloaded bb8 v0.8.6
5042026-07-20T03:11:57.740Z Downloaded darling_macro v0.20.11
5052026-07-20T03:11:57.740Z Downloaded darling v0.20.11
5062026-07-20T03:11:57.743Z Downloaded compression-core v0.4.31
5072026-07-20T03:11:57.743Z Downloaded bit-vec v0.8.0
5082026-07-20T03:11:57.749Z Downloaded enum-as-inner v0.6.1
5092026-07-20T03:11:57.749Z Downloaded arrayvec v0.7.6
5102026-07-20T03:11:57.754Z Downloaded base64ct v1.8.3
5112026-07-20T03:11:57.754Z Downloaded aead v0.6.1
5122026-07-20T03:11:57.754Z Downloaded argon2 v0.5.3
5132026-07-20T03:11:57.754Z Downloaded ctr v0.10.1
5142026-07-20T03:11:57.758Z Downloaded block-buffer v0.12.1
5152026-07-20T03:11:57.758Z Downloaded cstr-argument v0.1.2
5162026-07-20T03:11:57.758Z Downloaded crossbeam-channel v0.5.15
5172026-07-20T03:11:57.758Z Downloaded block-padding v0.4.2
5182026-07-20T03:11:57.765Z Downloaded downcast-rs v2.0.2
5192026-07-20T03:11:57.765Z Downloaded atty v0.2.14
5202026-07-20T03:11:57.765Z Downloaded digest-io v0.1.0
5212026-07-20T03:11:57.768Z Downloaded ciborium-io v0.2.2
5222026-07-20T03:11:57.768Z Downloaded async-recursion v1.1.1
5232026-07-20T03:11:57.768Z Downloaded daft-derive v0.1.7
5242026-07-20T03:11:57.772Z Downloaded derive-where v1.6.0
5252026-07-20T03:11:57.775Z Downloaded data-encoding v2.10.0
5262026-07-20T03:11:57.775Z Downloaded dunce v1.0.5
5272026-07-20T03:11:57.775Z Downloaded atomicwrites v0.4.4
5282026-07-20T03:11:57.775Z Downloaded async-stream v0.3.6
5292026-07-20T03:11:57.781Z Downloaded derive_builder_macro v0.20.2
5302026-07-20T03:11:57.781Z Downloaded argon2 v0.6.0-rc.8
5312026-07-20T03:11:57.785Z Downloaded colored v3.1.1
5322026-07-20T03:11:57.785Z Downloaded cobs v0.3.0
5332026-07-20T03:11:57.785Z Downloaded daft v0.1.7
5342026-07-20T03:11:57.785Z Downloaded dof v0.4.0
5352026-07-20T03:11:57.785Z Downloaded embedded-io v0.4.0
5362026-07-20T03:11:57.788Z Downloaded embedded-io v0.6.1
5372026-07-20T03:11:57.788Z Downloaded dsl_auto_type v0.2.0
5382026-07-20T03:11:57.788Z Downloaded dtrace-parser v0.3.0
5392026-07-20T03:11:57.788Z Downloaded diesel_table_macro_syntax v0.3.0
5402026-07-20T03:11:57.788Z Downloaded defmt-parser v1.0.0
5412026-07-20T03:11:57.791Z Downloaded document-features v0.2.12
5422026-07-20T03:11:57.791Z Downloaded atomic-waker v1.1.2
5432026-07-20T03:11:57.791Z Downloaded dropshot-api-manager-types v0.7.2
5442026-07-20T03:11:57.796Z Downloaded display-error-chain v0.2.2
5452026-07-20T03:11:57.796Z Downloaded dirs-next v2.0.0
5462026-07-20T03:11:57.796Z Downloaded constant_time_eq v0.4.2
5472026-07-20T03:11:57.800Z Downloaded bit-vec v0.6.3
5482026-07-20T03:11:57.800Z Downloaded cfg_aliases v0.2.1
5492026-07-20T03:11:57.800Z Downloaded const_format_proc_macros v0.2.34
5502026-07-20T03:11:57.803Z Downloaded darling v0.13.4
5512026-07-20T03:11:57.803Z Downloaded float-cmp v0.10.0
5522026-07-20T03:11:57.807Z Downloaded fixedbitset v0.4.2
5532026-07-20T03:11:57.807Z Downloaded csv-core v0.1.13
5542026-07-20T03:11:57.810Z Downloaded difflib v0.4.0
5552026-07-20T03:11:57.810Z Downloaded darling_macro v0.13.4
5562026-07-20T03:11:57.810Z Downloaded foreign-types v0.3.2
5572026-07-20T03:11:57.813Z Downloaded futures-core v0.3.32
5582026-07-20T03:11:57.813Z Downloaded endian-type v0.1.2
5592026-07-20T03:11:57.813Z Downloaded const-oid v0.9.6
5602026-07-20T03:11:57.816Z Downloaded env_filter v1.0.0
5612026-07-20T03:11:57.816Z Downloaded chacha20 v0.9.1
5622026-07-20T03:11:57.816Z Downloaded byte-wrapper v0.1.0
5632026-07-20T03:11:57.819Z Downloaded cexpr v0.6.0
5642026-07-20T03:11:57.819Z Downloaded blake2 v0.10.6
5652026-07-20T03:11:57.823Z Downloaded fd-lock v4.0.4
5662026-07-20T03:11:57.823Z Downloaded cookie v0.18.1
5672026-07-20T03:11:57.826Z Downloaded corncobs v0.1.4
5682026-07-20T03:11:57.826Z Downloaded camino-tempfile-ext v0.3.3
5692026-07-20T03:11:57.826Z Downloaded ed25519 v2.2.3
5702026-07-20T03:11:57.829Z Downloaded ctutils v0.4.2
5712026-07-20T03:11:57.829Z Downloaded foreign-types v0.5.0
5722026-07-20T03:11:57.832Z Downloaded compression-codecs v0.4.37
5732026-07-20T03:11:57.832Z Downloaded chacha20 v0.10.0
5742026-07-20T03:11:57.837Z Downloaded foreign-types-shared v0.3.1
5752026-07-20T03:11:57.837Z Downloaded crc v3.4.0
5762026-07-20T03:11:57.837Z Downloaded flagset v0.4.7
5772026-07-20T03:11:57.843Z Downloaded futures-io v0.3.32
5782026-07-20T03:11:57.843Z Downloaded futures-task v0.3.32
5792026-07-20T03:11:57.843Z Downloaded foreign-types-shared v0.1.1
5802026-07-20T03:11:57.843Z Downloaded base64 v0.22.1
5812026-07-20T03:11:57.847Z Downloaded funty v2.0.0
5822026-07-20T03:11:57.847Z Downloaded foreign-types-macros v0.2.3
5832026-07-20T03:11:57.847Z Downloaded fallible-iterator v0.2.0
5842026-07-20T03:11:57.847Z Downloaded fxhash v0.2.1
5852026-07-20T03:11:57.847Z Downloaded futures-sink v0.3.32
5862026-07-20T03:11:57.847Z Downloaded ena v0.14.4
5872026-07-20T03:11:57.852Z Downloaded cipher v0.5.2
5882026-07-20T03:11:57.852Z Downloaded ecdsa v0.16.9
5892026-07-20T03:11:57.852Z Downloaded delegate v0.13.5
5902026-07-20T03:11:57.852Z Downloaded gethostname v0.5.0
5912026-07-20T03:11:57.856Z Downloaded either v1.15.0
5922026-07-20T03:11:57.856Z Downloaded displaydoc v0.2.5
5932026-07-20T03:11:57.856Z Downloaded diesel-dtrace v0.5.0
5942026-07-20T03:11:57.857Z Downloaded enum_dispatch v0.3.13
5952026-07-20T03:11:57.861Z Downloaded digest v0.11.3
5962026-07-20T03:11:57.861Z Downloaded filetime v0.2.27
5972026-07-20T03:11:57.861Z Downloaded globwalk v0.9.1
5982026-07-20T03:11:57.864Z Downloaded darling v0.21.3
5992026-07-20T03:11:57.864Z Downloaded headers-core v0.3.0
6002026-07-20T03:11:57.867Z Downloaded foldhash v0.2.0
6012026-07-20T03:11:57.867Z Downloaded colored v2.2.0
6022026-07-20T03:11:57.870Z Downloaded cancel-safe-futures v0.1.5
6032026-07-20T03:11:57.870Z Downloaded ff v0.13.1
6042026-07-20T03:11:57.874Z Downloaded ed25519 v3.0.0
6052026-07-20T03:11:57.874Z Downloaded cassowary v0.3.0
6062026-07-20T03:11:57.874Z Downloaded bs58 v0.5.1
6072026-07-20T03:11:57.877Z Downloaded env_logger v0.11.9
6082026-07-20T03:11:57.877Z Downloaded ciborium v0.2.2
6092026-07-20T03:11:57.881Z Downloaded derive-ex v0.1.8
6102026-07-20T03:11:57.881Z Downloaded ff v0.14.0
6112026-07-20T03:11:57.886Z Downloaded deranged v0.5.8
6122026-07-20T03:11:57.886Z Downloaded clang-sys v1.8.1
6132026-07-20T03:11:57.886Z Downloaded crossbeam-utils v0.8.21
6142026-07-20T03:11:57.889Z Downloaded home v0.5.12
6152026-07-20T03:11:57.889Z Downloaded http-body v1.0.1
6162026-07-20T03:11:57.889Z Downloaded fs-err v2.11.0
6172026-07-20T03:11:57.889Z Downloaded hex v0.4.3
6182026-07-20T03:11:57.889Z Downloaded futures-executor v0.3.32
6192026-07-20T03:11:57.897Z Downloaded darling_core v0.23.0
6202026-07-20T03:11:57.901Z Downloaded hex-literal v1.1.0
6212026-07-20T03:11:57.901Z Downloaded crossbeam-epoch v0.9.18
6222026-07-20T03:11:57.901Z Downloaded hostname v0.3.1
6232026-07-20T03:11:57.901Z Downloaded hubpack v0.1.2
6242026-07-20T03:11:57.901Z Downloaded httpdate v1.0.3
6252026-07-20T03:11:57.901Z Downloaded const-oid v0.10.2
6262026-07-20T03:11:57.905Z Downloaded glob v0.3.3
6272026-07-20T03:11:57.905Z Downloaded ghash v0.6.0
6282026-07-20T03:11:57.905Z Downloaded blowfish v0.10.0
6292026-07-20T03:11:57.905Z Downloaded blake2 v0.11.0-rc.6
6302026-07-20T03:11:57.909Z Downloaded hostname v0.4.2
6312026-07-20T03:11:57.909Z Downloaded bzip2 v0.6.1
6322026-07-20T03:11:57.909Z Downloaded http-range v0.1.5
6332026-07-20T03:11:57.915Z Downloaded group v0.13.0
6342026-07-20T03:11:57.915Z Downloaded find-msvc-tools v0.1.9
6352026-07-20T03:11:57.915Z Downloaded foldhash v0.1.5
6362026-07-20T03:11:57.916Z Downloaded ident_case v1.0.1
6372026-07-20T03:11:57.916Z Downloaded hyper-tls v0.6.0
6382026-07-20T03:11:57.920Z Downloaded der_derive v0.7.3
6392026-07-20T03:11:57.920Z Downloaded des v0.9.0
6402026-07-20T03:11:57.920Z Downloaded derive_builder v0.20.2
6412026-07-20T03:11:57.925Z Downloaded git-stub-vcs v0.1.0
6422026-07-20T03:11:57.925Z Downloaded arc-swap v1.8.2
6432026-07-20T03:11:57.925Z Downloaded cmake v0.1.57
6442026-07-20T03:11:57.929Z Downloaded defmt v1.0.1
6452026-07-20T03:11:57.929Z Downloaded hubpack_derive v0.1.1
6462026-07-20T03:11:57.929Z Downloaded fs_extra v1.3.0
6472026-07-20T03:11:57.933Z Downloaded diff v0.1.13
6482026-07-20T03:11:57.933Z Downloaded ecdsa v0.17.0-rc.18
6492026-07-20T03:11:57.933Z Downloaded dyn-clone v1.0.20
6502026-07-20T03:11:57.933Z Downloaded backon v1.6.0
6512026-07-20T03:11:57.936Z Downloaded highway v1.3.0
6522026-07-20T03:11:57.937Z Downloaded inout v0.2.2
6532026-07-20T03:11:57.940Z Downloaded indent_write v2.2.0
6542026-07-20T03:11:57.940Z Downloaded console v0.16.2
6552026-07-20T03:11:57.940Z Downloaded illumos-nvpair-sys v0.2.0
6562026-07-20T03:11:57.940Z Downloaded fatfs v0.3.6
6572026-07-20T03:11:57.943Z Downloaded getrandom v0.2.17
6582026-07-20T03:11:57.946Z Downloaded crypto-bigint v0.5.5
6592026-07-20T03:11:57.948Z Downloaded instant v0.1.13
6602026-07-20T03:11:57.949Z Downloaded instability v0.3.11
6612026-07-20T03:11:57.952Z Downloaded internet-checksum v0.2.1
6622026-07-20T03:11:57.952Z Downloaded is_ci v1.2.0
6632026-07-20T03:11:57.952Z Downloaded is-terminal v0.4.17
6642026-07-20T03:11:57.956Z Downloaded keccak v0.1.6
6652026-07-20T03:11:57.956Z Downloaded derive_more-impl v2.1.1
6662026-07-20T03:11:57.963Z Downloaded kem v0.3.0
6672026-07-20T03:11:57.963Z Downloaded inout v0.1.4
6682026-07-20T03:11:57.963Z Downloaded illumos-nvpair v0.3.0
6692026-07-20T03:11:57.963Z Downloaded darling_core v0.13.4
6702026-07-20T03:11:57.966Z Downloaded ed25519-dalek v3.0.0-rc.0
6712026-07-20T03:11:57.966Z Downloaded const_format v0.2.35
6722026-07-20T03:11:57.970Z Downloaded crc-any v2.5.0
6732026-07-20T03:11:57.970Z Downloaded humantime v2.3.0
6742026-07-20T03:11:57.970Z Downloaded http-body-util v0.1.3
6752026-07-20T03:11:57.974Z Downloaded idna_adapter v1.2.1
6762026-07-20T03:11:57.974Z Downloaded lru-slab v0.1.2
6772026-07-20T03:11:57.975Z Downloaded libscf-sys v1.1.0
6782026-07-20T03:11:57.975Z Downloaded backoff v0.4.0
6792026-07-20T03:11:57.978Z Downloaded erased-serde v0.3.31
6802026-07-20T03:11:57.978Z Downloaded lazy_static v1.5.0
6812026-07-20T03:11:57.978Z Downloaded futures-channel v0.3.32
6822026-07-20T03:11:57.978Z Downloaded maplit v1.0.2
6832026-07-20T03:11:57.982Z Downloaded allocator-api2 v0.2.21
6842026-07-20T03:11:57.982Z Downloaded hyper-staticfile v0.10.1
6852026-07-20T03:11:57.986Z Downloaded elliptic-curve v0.13.8
6862026-07-20T03:11:57.986Z Downloaded globset v0.4.18
6872026-07-20T03:11:57.986Z Downloaded compact_str v0.8.1
6882026-07-20T03:11:57.989Z Downloaded lalrpop-util v0.19.12
6892026-07-20T03:11:57.989Z Downloaded lzss v0.8.2
6902026-07-20T03:11:57.993Z Downloaded ahash v0.8.12
6912026-07-20T03:11:57.993Z Downloaded maybe-uninit v2.0.0
6922026-07-20T03:11:57.993Z Downloaded managed v0.8.0
6932026-07-20T03:11:57.996Z Downloaded mime v0.3.17
6942026-07-20T03:11:57.996Z Downloaded memoffset v0.9.1
6952026-07-20T03:11:57.996Z Downloaded ar_archive_writer v0.5.1
6962026-07-20T03:11:58.000Z Downloaded lru v0.12.5
6972026-07-20T03:11:58.000Z Downloaded dropshot_endpoint v0.17.1
6982026-07-20T03:11:58.005Z Downloaded linked-hash-map v0.5.6
6992026-07-20T03:11:58.005Z Downloaded group v0.14.0
7002026-07-20T03:11:58.005Z Downloaded hash32 v0.3.1
7012026-07-20T03:11:58.005Z Downloaded hash32 v0.2.1
7022026-07-20T03:11:58.005Z Downloaded fixedbitset v0.5.7
7032026-07-20T03:11:58.009Z Downloaded git-stub v1.0.0
7042026-07-20T03:11:58.009Z Downloaded multimap v0.10.1
7052026-07-20T03:11:58.010Z Downloaded console v0.15.11
7062026-07-20T03:11:58.013Z Downloaded bitfield v0.19.4
7072026-07-20T03:11:58.013Z Downloaded md5 v0.8.0
7082026-07-20T03:11:58.013Z Downloaded getrandom v0.3.4
7092026-07-20T03:11:58.013Z Downloaded hmac v0.13.0
7102026-07-20T03:11:58.016Z Downloaded ipnetwork v0.21.1
7112026-07-20T03:11:58.016Z Downloaded ingot-types v0.1.2
7122026-07-20T03:11:58.016Z Downloaded ingot v0.1.1
7132026-07-20T03:11:58.019Z Downloaded indoc v2.0.7
7142026-07-20T03:11:58.019Z Downloaded nibble_vec v0.1.0
7152026-07-20T03:11:58.024Z Downloaded nodrop v0.1.14
7162026-07-20T03:11:58.024Z Downloaded new_debug_unreachable v1.0.6
7172026-07-20T03:11:58.024Z Downloaded keccak v0.2.0
7182026-07-20T03:11:58.027Z Downloaded impl-trait-for-tuples v0.2.3
7192026-07-20T03:11:58.027Z Downloaded ipnet v2.11.0
7202026-07-20T03:11:58.027Z Downloaded num-derive v0.3.3
7212026-07-20T03:11:58.032Z Downloaded newtype_derive v0.1.6
7222026-07-20T03:11:58.032Z Downloaded bumpalo v3.20.2
7232026-07-20T03:11:58.036Z Downloaded num v0.4.3
7242026-07-20T03:11:58.037Z Downloaded nonempty v0.12.0
7252026-07-20T03:11:58.037Z Downloaded normalize-line-endings v0.3.0
7262026-07-20T03:11:58.037Z Downloaded cc v1.2.56
7272026-07-20T03:11:58.037Z Downloaded hyper-rustls v0.27.7
7282026-07-20T03:11:58.041Z Downloaded jobserver v0.1.34
7292026-07-20T03:11:58.041Z Downloaded libsw v3.5.0
7302026-07-20T03:11:58.042Z Downloaded libefi-sys v0.1.0
7312026-07-20T03:11:58.042Z Downloaded num-derive v0.4.2
7322026-07-20T03:11:58.048Z Downloaded libsw-core v0.3.2
7332026-07-20T03:11:58.048Z Downloaded iana-time-zone v0.1.65
7342026-07-20T03:11:58.048Z Downloaded newtype-uuid-macros v0.1.0
7352026-07-20T03:11:58.048Z Downloaded base64 v0.21.7
7362026-07-20T03:11:58.055Z Downloaded darling_core v0.21.3
7372026-07-20T03:11:58.056Z Downloaded kstat-rs v0.2.4
7382026-07-20T03:11:58.056Z Downloaded num-iter v0.1.45
7392026-07-20T03:11:58.056Z Downloaded generic-array v1.4.3
7402026-07-20T03:11:58.056Z Downloaded openssl-macros v0.1.1
7412026-07-20T03:11:58.066Z Downloaded olpc-cjson v0.1.4
7422026-07-20T03:11:58.066Z Downloaded num_threads v0.1.7
7432026-07-20T03:11:58.066Z Downloaded openssl-probe v0.2.1
7442026-07-20T03:11:58.066Z Downloaded httparse v1.10.1
7452026-07-20T03:11:58.066Z Downloaded hmac v0.12.1
7462026-07-20T03:11:58.066Z Downloaded indoc v1.0.9
7472026-07-20T03:11:58.085Z Downloaded chacha20poly1305 v0.10.1
7482026-07-20T03:11:58.085Z Downloaded libloading v0.8.9
7492026-07-20T03:11:58.085Z Downloaded openssl-probe v0.1.6
7502026-07-20T03:11:58.085Z Downloaded native-tls v0.2.18
7512026-07-20T03:11:58.085Z Downloaded oso-derive v0.27.3
7522026-07-20T03:11:58.085Z Downloaded multer v3.1.0
7532026-07-20T03:11:58.085Z Downloaded module-lattice v0.2.3
7542026-07-20T03:11:58.085Z Downloaded opaque-debug v0.3.1
7552026-07-20T03:11:58.086Z Downloaded half v1.8.3
7562026-07-20T03:11:58.092Z Downloaded nanorand v0.7.0
7572026-07-20T03:11:58.092Z Downloaded elliptic-curve v0.14.0-rc.33
7582026-07-20T03:11:58.092Z Downloaded half v2.7.1
7592026-07-20T03:11:58.092Z Downloaded match_cfg v0.1.0
7602026-07-20T03:11:58.092Z Downloaded num-complex v0.4.6
7612026-07-20T03:11:58.092Z Downloaded linear-map v1.2.0
7622026-07-20T03:11:58.092Z Downloaded bytes v1.11.1
7632026-07-20T03:11:58.092Z Downloaded md-5 v0.10.6
7642026-07-20T03:11:58.092Z Downloaded bzip2 v0.4.4
7652026-07-20T03:11:58.093Z Downloaded bitflags v1.3.2
7662026-07-20T03:11:58.093Z Downloaded derive_builder_core v0.20.2
7672026-07-20T03:11:58.107Z Downloaded packed_struct_codegen v0.10.1
7682026-07-20T03:11:58.107Z Downloaded futures-macro v0.3.32
7692026-07-20T03:11:58.107Z Downloaded hybrid-array v0.4.13
7702026-07-20T03:11:58.107Z Downloaded cbc v0.2.1
7712026-07-20T03:11:58.107Z Downloaded lock_api v0.4.14
7722026-07-20T03:11:58.107Z Downloaded ingot-macros v0.1.1
7732026-07-20T03:11:58.107Z Downloaded derive_more v0.99.20
7742026-07-20T03:11:58.119Z Downloaded path-slash v0.1.5
7752026-07-20T03:11:58.119Z Downloaded password-hash v0.6.1
7762026-07-20T03:11:58.119Z Downloaded parse-display v0.10.0
7772026-07-20T03:11:58.120Z Downloaded nu-ansi-term v0.50.3
7782026-07-20T03:11:58.120Z Downloaded newline-converter v0.3.0
7792026-07-20T03:11:58.120Z Downloaded num_enum v0.7.6
7802026-07-20T03:11:58.120Z Downloaded num-conv v0.2.0
7812026-07-20T03:11:58.120Z Downloaded newtype-uuid v1.3.2
7822026-07-20T03:11:58.120Z Downloaded num_enum v0.5.11
7832026-07-20T03:11:58.120Z Downloaded num_enum_derive v0.7.6
7842026-07-20T03:11:58.120Z Downloaded lru-cache v0.1.2
7852026-07-20T03:11:58.120Z Downloaded phf_shared v0.12.1
7862026-07-20T03:11:58.132Z Downloaded futures v0.3.32
7872026-07-20T03:11:58.132Z Downloaded flume v0.11.1
7882026-07-20T03:11:58.132Z Downloaded ml-kem v0.3.2
7892026-07-20T03:11:58.133Z Downloaded mime_guess v2.0.5
7902026-07-20T03:11:58.138Z Downloaded memmap2 v0.9.10
7912026-07-20T03:11:58.138Z Downloaded owo-colors v4.3.0
7922026-07-20T03:11:58.151Z Downloaded phf_shared v0.13.1
7932026-07-20T03:11:58.151Z Downloaded phf_shared v0.11.3
7942026-07-20T03:11:58.151Z Downloaded peg-runtime v0.8.5
7952026-07-20T03:11:58.151Z Downloaded num_enum_derive v0.5.11
7962026-07-20T03:11:58.156Z Downloaded parse-size v1.1.0
7972026-07-20T03:11:58.157Z Downloaded oxide-tokio-rt v0.1.4
7982026-07-20T03:11:58.157Z Downloaded heapless v0.7.17
7992026-07-20T03:11:58.157Z Downloaded packed_struct v0.10.1
8002026-07-20T03:11:58.157Z Downloaded percent-encoding v2.3.2
8012026-07-20T03:11:58.157Z Downloaded icu_provider v2.1.1
8022026-07-20T03:11:58.157Z Downloaded async-compression v0.4.41
8032026-07-20T03:11:58.157Z Downloaded powerfmt v0.2.0
8042026-07-20T03:11:58.163Z Downloaded ignore v0.4.25
8052026-07-20T03:11:58.163Z Downloaded icu_properties v2.1.2
8062026-07-20T03:11:58.163Z Downloaded litemap v0.8.1
8072026-07-20T03:11:58.170Z Downloaded num-integer v0.1.46
8082026-07-20T03:11:58.170Z Downloaded buf-list v1.1.2
8092026-07-20T03:11:58.170Z Downloaded float-ord v0.3.2
8102026-07-20T03:11:58.171Z Downloaded drift v0.2.0
8112026-07-20T03:11:58.177Z Downloaded predicates-tree v1.0.13
8122026-07-20T03:11:58.177Z Downloaded peg v0.8.5
8132026-07-20T03:11:58.185Z Downloaded pem-rfc7468 v1.0.0
8142026-07-20T03:11:58.185Z Downloaded pem v3.0.6
8152026-07-20T03:11:58.185Z Downloaded indexmap v1.9.3
8162026-07-20T03:11:58.185Z Downloaded predicates-core v1.0.10
8172026-07-20T03:11:58.185Z Downloaded proc-macro-error-attr2 v2.0.0
8182026-07-20T03:11:58.189Z Downloaded pin-project-lite v0.2.17
8192026-07-20T03:11:58.189Z Downloaded proc-macro-crate v3.4.0
8202026-07-20T03:11:58.189Z Downloaded headers v0.4.1
8212026-07-20T03:11:58.195Z Downloaded progenitor-macro v0.14.0
8222026-07-20T03:11:58.195Z Downloaded password-hash v0.5.0
8232026-07-20T03:11:58.195Z Downloaded pbkdf2 v0.13.0
8242026-07-20T03:11:58.204Z Downloaded quick-error v1.2.3
8252026-07-20T03:11:58.204Z Downloaded aes v0.9.1
8262026-07-20T03:11:58.204Z Downloaded indicatif v0.18.4
8272026-07-20T03:11:58.204Z Downloaded poly1305 v0.8.0
8282026-07-20T03:11:58.211Z Downloaded proc-macro-crate v1.3.1
8292026-07-20T03:11:58.211Z Downloaded peg-macros v0.8.5
8302026-07-20T03:11:58.211Z Downloaded hickory-resolver v0.25.2
8312026-07-20T03:11:58.211Z Downloaded progenitor-client v0.14.0
8322026-07-20T03:11:58.211Z Downloaded progenitor-macro v0.13.0
8332026-07-20T03:11:58.219Z Downloaded polyval v0.7.1
8342026-07-20T03:11:58.219Z Downloaded port-file v0.1.0
8352026-07-20T03:11:58.219Z Downloaded phf v0.12.1
8362026-07-20T03:11:58.219Z Downloaded num-rational v0.4.2
8372026-07-20T03:11:58.219Z Downloaded libbz2-rs-sys v0.2.2
8382026-07-20T03:11:58.219Z Downloaded rand_chacha v0.3.1
8392026-07-20T03:11:58.219Z Downloaded pkcs8 v0.10.2
8402026-07-20T03:11:58.219Z Downloaded ed25519-dalek v2.2.0
8412026-07-20T03:11:58.226Z Downloaded psl-types v2.0.11
8422026-07-20T03:11:58.226Z Downloaded pkg-config v0.3.32
8432026-07-20T03:11:58.226Z Downloaded derive_more v2.1.1
8442026-07-20T03:11:58.230Z Downloaded rand_xorshift v0.4.0
8452026-07-20T03:11:58.236Z Downloaded predicates v3.1.4
8462026-07-20T03:11:58.236Z Downloaded icu_normalizer v2.1.1
8472026-07-20T03:11:58.240Z Downloaded pem-rfc7468 v0.7.0
8482026-07-20T03:11:58.240Z Downloaded icu_collections v2.1.1
8492026-07-20T03:11:58.240Z Downloaded ppv-lite86 v0.2.21
8502026-07-20T03:11:58.244Z Downloaded progenitor v0.14.0
8512026-07-20T03:11:58.244Z Downloaded ref-cast-impl v1.0.25
8522026-07-20T03:11:58.244Z Downloaded recursive v0.1.1
8532026-07-20T03:11:58.244Z Downloaded progenitor-extras v0.2.0
8542026-07-20T03:11:58.248Z Downloaded pkcs1 v0.7.5
8552026-07-20T03:11:58.248Z Downloaded oso v0.27.3
8562026-07-20T03:11:58.251Z Downloaded progenitor v0.13.0
8572026-07-20T03:11:58.251Z Downloaded oxnet v0.1.6
8582026-07-20T03:11:58.251Z Downloaded phf v0.13.1
8592026-07-20T03:11:58.254Z Downloaded proc-macro-error2 v2.0.1
8602026-07-20T03:11:58.254Z Downloaded primefield v0.14.0
8612026-07-20T03:11:58.258Z Downloaded r2d2 v0.8.10
8622026-07-20T03:11:58.258Z Downloaded parking_lot_core v0.9.12
8632026-07-20T03:11:58.258Z Downloaded parking_lot v0.11.2
8642026-07-20T03:11:58.261Z Downloaded num-traits v0.2.19
8652026-07-20T03:11:58.261Z Downloaded ref-cast v1.0.25
8662026-07-20T03:11:58.265Z Downloaded recursive-proc-macro-impl v0.1.1
8672026-07-20T03:11:58.265Z Downloaded primeorder v0.14.0-rc.10
8682026-07-20T03:11:58.266Z Downloaded postgres-protocol v0.6.10
8692026-07-20T03:11:58.270Z Downloaded primeorder v0.13.6
8702026-07-20T03:11:58.270Z Downloaded parking_lot_core v0.8.6
8712026-07-20T03:11:58.270Z Downloaded postcard v1.1.3
8722026-07-20T03:11:58.273Z Downloaded heapless v0.8.0
8732026-07-20T03:11:58.273Z Downloaded rfc6979 v0.5.0
8742026-07-20T03:11:58.273Z Downloaded rand_chacha v0.9.0
8752026-07-20T03:11:58.278Z Downloaded flate2 v1.1.9
8762026-07-20T03:11:58.282Z Downloaded rand_core v0.6.4
8772026-07-20T03:11:58.282Z Downloaded progenitor-client v0.13.0
8782026-07-20T03:11:58.282Z Downloaded papergrid v0.17.0
8792026-07-20T03:11:58.285Z Downloaded radium v0.7.0
8802026-07-20T03:11:58.285Z Downloaded psm v0.1.30
8812026-07-20T03:11:58.290Z Downloaded pkcs1 v0.8.0-rc.4
8822026-07-20T03:11:58.290Z Downloaded der v0.8.0
8832026-07-20T03:11:58.294Z Downloaded russh-cryptovec v0.61.0
8842026-07-20T03:11:58.294Z Downloaded rfc6979 v0.4.0
8852026-07-20T03:11:58.294Z Downloaded pkcs8 v0.11.0
8862026-07-20T03:11:58.302Z Downloaded icu_normalizer_data v2.1.1
8872026-07-20T03:11:58.302Z Downloaded rand_seeder v0.4.0
8882026-07-20T03:11:58.305Z Downloaded omicron-zone-package v0.12.3
8892026-07-20T03:11:58.305Z Downloaded miniz_oxide v0.8.9
8902026-07-20T03:11:58.305Z Downloaded hickory-resolver v0.24.4
8912026-07-20T03:11:58.305Z Downloaded rand_core v0.10.0
8922026-07-20T03:11:58.309Z Downloaded rustc_version v0.4.1
8932026-07-20T03:11:58.309Z Downloaded russh-util v0.52.0
8942026-07-20T03:11:58.309Z Downloaded rtoolbox v0.0.3
8952026-07-20T03:11:58.309Z Downloaded rustc-hash v2.1.1
8962026-07-20T03:11:58.312Z Downloaded hashbrown v0.12.3
8972026-07-20T03:11:58.315Z Downloaded rand_core v0.9.5
8982026-07-20T03:11:58.315Z Downloaded postgres-types v0.2.12
8992026-07-20T03:11:58.318Z Downloaded poly1305 v0.9.0
9002026-07-20T03:11:58.318Z Downloaded expectorate v1.2.0
9012026-07-20T03:11:58.321Z Downloaded diesel_derives v2.3.7
9022026-07-20T03:11:58.324Z Downloaded quinn-udp v0.5.14
9032026-07-20T03:11:58.324Z Downloaded der v0.7.10
9042026-07-20T03:11:58.327Z Downloaded pin-project-internal v1.1.11
9052026-07-20T03:11:58.330Z Downloaded jiff-static v0.2.21
9062026-07-20T03:11:58.333Z Downloaded paste v1.0.15
9072026-07-20T03:11:58.333Z Downloaded precomputed-hash v0.1.1
9082026-07-20T03:11:58.333Z Downloaded sapling-renderdag v0.1.0
9092026-07-20T03:11:58.336Z Downloaded same-file v1.0.6
9102026-07-20T03:11:58.336Z Downloaded potential_utf v0.1.4
9112026-07-20T03:11:58.336Z Downloaded parking_lot v0.12.5
9122026-07-20T03:11:58.339Z Downloaded scopeguard v1.2.0
9132026-07-20T03:11:58.339Z Downloaded p384 v0.14.0-rc.10
9142026-07-20T03:11:58.342Z Downloaded parse-display-derive v0.10.0
9152026-07-20T03:11:58.342Z Downloaded litrs v1.0.0
9162026-07-20T03:11:58.346Z Downloaded pkcs5 v0.8.1
9172026-07-20T03:11:58.348Z Downloaded scroll_derive v0.13.1
9182026-07-20T03:11:58.348Z Downloaded scheduled-thread-pool v0.2.7
9192026-07-20T03:11:58.349Z Downloaded serde_spanned v1.1.1
9202026-07-20T03:11:58.353Z Downloaded serde_repr v0.1.20
9212026-07-20T03:11:58.353Z Downloaded resolv-conf v0.7.6
9222026-07-20T03:11:58.353Z Downloaded secrecy v0.10.3
9232026-07-20T03:11:58.360Z Downloaded phc v0.6.1
9242026-07-20T03:11:58.361Z Downloaded pin-project v1.1.11
9252026-07-20T03:11:58.363Z Downloaded minimal-lexical v0.2.1
9262026-07-20T03:11:58.364Z Downloaded icu_locale_core v2.1.1
9272026-07-20T03:11:58.374Z Downloaded rustc_version v0.1.7
9282026-07-20T03:11:58.374Z Downloaded semver v0.1.20
9292026-07-20T03:11:58.374Z Downloaded rpassword v7.5.4
9302026-07-20T03:11:58.374Z Downloaded serde_bytes v0.11.19
9312026-07-20T03:11:58.374Z Downloaded hashbrown v0.13.2
9322026-07-20T03:11:58.374Z Downloaded serde_plain v1.0.2
9332026-07-20T03:11:58.378Z Downloaded aes-gcm v0.11.0
9342026-07-20T03:11:58.378Z Downloaded rustls-native-certs v0.8.3
9352026-07-20T03:11:58.378Z Downloaded seq-macro v0.3.6
9362026-07-20T03:11:58.382Z Downloaded prefix-trie v0.7.0
9372026-07-20T03:11:58.385Z Downloaded sha1 v0.11.0
9382026-07-20T03:11:58.385Z Downloaded rustls-pemfile v2.2.0
9392026-07-20T03:11:58.385Z Downloaded sha1 v0.10.6
9402026-07-20T03:11:58.385Z Downloaded darling v0.23.0
9412026-07-20T03:11:58.388Z Downloaded cmov v0.5.4
9422026-07-20T03:11:58.391Z Downloaded crossterm v0.29.0
9432026-07-20T03:11:58.394Z Downloaded progenitor-impl v0.13.0
9442026-07-20T03:11:58.397Z Downloaded rusty-fork v0.3.1
9452026-07-20T03:11:58.397Z Downloaded progenitor-impl v0.14.0
9462026-07-20T03:11:58.400Z Downloaded http v1.4.2
9472026-07-20T03:11:58.400Z Downloaded shell-words v1.1.1
9482026-07-20T03:11:58.403Z Downloaded slog-bunyan v2.5.0
9492026-07-20T03:11:58.404Z Downloaded rustversion v1.0.22
9502026-07-20T03:11:58.407Z Downloaded signature v3.0.0
9512026-07-20T03:11:58.407Z Downloaded signal-hook-tokio v0.3.1
9522026-07-20T03:11:58.407Z Downloaded signal-hook-mio v0.2.5
9532026-07-20T03:11:58.410Z Downloaded secrecy v0.8.0
9542026-07-20T03:11:58.410Z Downloaded siphasher v1.0.2
9552026-07-20T03:11:58.410Z Downloaded sec1 v0.8.1
9562026-07-20T03:11:58.414Z Downloaded schemars_derive v0.8.22
9572026-07-20T03:11:58.414Z Downloaded cipher v0.4.4
9582026-07-20T03:11:58.414Z Downloaded bcs v0.1.6
9592026-07-20T03:11:58.417Z Downloaded async-bb8-diesel v0.2.1
9602026-07-20T03:11:58.417Z Downloaded dropshot-api-manager v0.7.2
9612026-07-20T03:11:58.421Z Downloaded crossterm v0.28.1
9622026-07-20T03:11:58.424Z Downloaded serde-big-array v0.5.1
9632026-07-20T03:11:58.428Z Downloaded serde_path_to_error v0.1.20
9642026-07-20T03:11:58.428Z Downloaded slog-envlogger v2.2.0
9652026-07-20T03:11:58.428Z Downloaded sec1 v0.7.3
9662026-07-20T03:11:58.431Z Downloaded scrypt v0.12.0
9672026-07-20T03:11:58.431Z Downloaded p256 v0.14.0-rc.10
9682026-07-20T03:11:58.437Z Downloaded form_urlencoded v1.2.2
9692026-07-20T03:11:58.437Z Downloaded internal-russh-num-bigint v0.5.0
9702026-07-20T03:11:58.441Z Downloaded serde-hex v0.1.0
9712026-07-20T03:11:58.441Z Downloaded serde_with_macros v1.5.2
9722026-07-20T03:11:58.441Z Downloaded scroll v0.13.0
9732026-07-20T03:11:58.447Z Downloaded prettyplease v0.2.37
9742026-07-20T03:11:58.450Z Downloaded serde_derive_internals v0.29.1
9752026-07-20T03:11:58.450Z Downloaded hickory-server v0.25.2
9762026-07-20T03:11:58.454Z Downloaded shlex v1.3.0
9772026-07-20T03:11:58.457Z Downloaded stable_deref_trait v1.2.1
9782026-07-20T03:11:58.457Z Downloaded serde_urlencoded v0.7.1
9792026-07-20T03:11:58.457Z Downloaded sqlparser_derive v0.5.0
9802026-07-20T03:11:58.457Z Downloaded rustls-pki-types v1.14.0
9812026-07-20T03:11:58.460Z Downloaded aho-corasick v1.1.4
9822026-07-20T03:11:58.462Z Downloaded crypto-primes v0.7.2
9832026-07-20T03:11:58.467Z Downloaded rcgen v0.12.1
9842026-07-20T03:11:58.473Z Downloaded strum v0.26.3
9852026-07-20T03:11:58.473Z Downloaded signature v2.2.0
9862026-07-20T03:11:58.473Z Downloaded strip-ansi-escapes v0.2.1
9872026-07-20T03:11:58.473Z Downloaded signal-hook-registry v1.4.8
9882026-07-20T03:11:58.476Z Downloaded hashbrown v0.16.1
9892026-07-20T03:11:58.476Z Downloaded slog-async v2.8.0
9902026-07-20T03:11:58.478Z Downloaded slab v0.4.12
9912026-07-20T03:11:58.478Z Downloaded sigpipe v0.1.3
9922026-07-20T03:11:58.478Z Downloaded itertools v0.10.5
9932026-07-20T03:11:58.483Z Downloaded openssl-sys v0.9.115
9942026-07-20T03:11:58.486Z Downloaded slog-dtrace v0.3.0
9952026-07-20T03:11:58.490Z Downloaded num-bigint v0.4.6
9962026-07-20T03:11:58.493Z Downloaded subtle v2.6.1
9972026-07-20T03:11:58.493Z Downloaded structmeta-derive v0.3.0
9982026-07-20T03:11:58.493Z Downloaded slog-stdlog v4.1.1
9992026-07-20T03:11:58.496Z Downloaded slog-scope v4.4.1
10002026-07-20T03:11:58.496Z Downloaded slog-json v2.6.1
10012026-07-20T03:11:58.499Z Downloaded structmeta v0.3.0
10022026-07-20T03:11:58.499Z Downloaded smf v0.2.3
10032026-07-20T03:11:58.502Z Downloaded hashbrown v0.15.5
10042026-07-20T03:11:58.506Z Downloaded ron v0.8.1
10052026-07-20T03:11:58.509Z Downloaded slog-term v2.9.2
10062026-07-20T03:11:58.509Z Downloaded tabled_derive v0.11.0
10072026-07-20T03:11:58.512Z Downloaded sync_wrapper v1.0.2
10082026-07-20T03:11:58.512Z Downloaded spki v0.7.3
10092026-07-20T03:11:58.515Z Downloaded take_mut v0.2.2
10102026-07-20T03:11:58.515Z Downloaded supports-color v3.0.2
10112026-07-20T03:11:58.515Z Downloaded snafu-derive v0.8.9
10122026-07-20T03:11:58.518Z Downloaded sync-ptr v0.1.4
10132026-07-20T03:11:58.518Z Downloaded smallvec v0.6.14
10142026-07-20T03:11:58.518Z Downloaded serdect v0.4.3
10152026-07-20T03:11:58.521Z Downloaded tabwriter v1.4.1
10162026-07-20T03:11:58.521Z Downloaded static_assertions v1.1.0
10172026-07-20T03:11:58.524Z Downloaded stacker v0.1.23
10182026-07-20T03:11:58.524Z Downloaded schemars v0.8.22
10192026-07-20T03:11:58.531Z Downloaded thread-id v5.1.0
10202026-07-20T03:11:58.534Z Downloaded thiserror-impl-no-std v2.0.2
10212026-07-20T03:11:58.534Z Downloaded strum_macros v0.24.3
10222026-07-20T03:11:58.537Z Downloaded quinn v0.11.9
10232026-07-20T03:11:58.540Z Downloaded ssh-cipher v0.3.0-rc.9
10242026-07-20T03:11:58.540Z Downloaded ssh-encoding v0.3.0-rc.9
10252026-07-20T03:11:58.545Z Downloaded termtree v0.5.1
10262026-07-20T03:11:58.545Z Downloaded publicsuffix v2.3.0
10272026-07-20T03:11:58.548Z Downloaded sqlformat v0.3.5
10282026-07-20T03:11:58.548Z Downloaded iri-string v0.7.10
10292026-07-20T03:11:58.551Z Downloaded tinyvec_macros v0.1.1
10302026-07-20T03:11:58.555Z Downloaded stringprep v0.1.5
10312026-07-20T03:11:58.555Z Downloaded string_cache v0.8.9
10322026-07-20T03:11:58.561Z Downloaded rand v0.8.6
10332026-07-20T03:11:58.561Z Downloaded tokio-test v0.4.5
10342026-07-20T03:11:58.564Z Downloaded strsim v0.10.0
10352026-07-20T03:11:58.564Z Downloaded qorb v0.4.1
10362026-07-20T03:11:58.564Z Downloaded strum_macros v0.26.4
10372026-07-20T03:11:58.568Z Downloaded time-core v0.1.8
10382026-07-20T03:11:58.568Z Downloaded smallvec v1.15.1
10392026-07-20T03:11:58.571Z Downloaded pretty_assertions v1.4.1
10402026-07-20T03:11:58.571Z Downloaded blake3 v1.8.5
10412026-07-20T03:11:58.575Z Downloaded strum_macros v0.27.2
10422026-07-20T03:11:58.579Z Downloaded synstructure v0.13.2
10432026-07-20T03:11:58.582Z Downloaded support-bundle-viewer v0.1.2
10442026-07-20T03:11:58.582Z Downloaded h2 v0.4.15
10452026-07-20T03:11:58.585Z Downloaded serde_yaml v0.9.34+deprecated
10462026-07-20T03:11:58.589Z Downloaded tagptr v0.2.0
10472026-07-20T03:11:58.592Z Downloaded spin v0.9.8
10482026-07-20T03:11:58.592Z Downloaded signal-hook v0.3.18
10492026-07-20T03:11:58.595Z Downloaded thread_local v1.1.9
10502026-07-20T03:11:58.595Z Downloaded tiny-keccak v2.0.2
10512026-07-20T03:11:58.598Z Downloaded salsa20 v0.11.0
10522026-07-20T03:11:58.598Z Downloaded rayon-core v1.13.0
10532026-07-20T03:11:58.602Z Downloaded trait-variant v0.1.2
10542026-07-20T03:11:58.605Z Downloaded time-macros v0.2.27
10552026-07-20T03:11:58.605Z Downloaded schemars v0.9.0
10562026-07-20T03:11:58.611Z Downloaded tower-service v0.3.3
10572026-07-20T03:11:58.614Z Downloaded tls_codec_derive v0.4.2
10582026-07-20T03:11:58.614Z Downloaded tls_codec v0.4.2
10592026-07-20T03:11:58.619Z Downloaded slog v2.8.2
10602026-07-20T03:11:58.622Z Downloaded unarray v0.1.4
10612026-07-20T03:11:58.622Z Downloaded unicode-xid v0.2.6
10622026-07-20T03:11:58.622Z Downloaded universal-hash v0.6.1
10632026-07-20T03:11:58.622Z Downloaded idna v1.1.0
10642026-07-20T03:11:58.625Z Downloaded p521 v0.14.0-rc.10
10652026-07-20T03:11:58.628Z Downloaded libm v0.2.16
10662026-07-20T03:11:58.635Z Downloaded try-lock v0.2.5
10672026-07-20T03:11:58.637Z Downloaded tokio-tungstenite v0.23.1
10682026-07-20T03:11:58.637Z Downloaded nom v8.0.0
10692026-07-20T03:11:58.640Z Downloaded universal-hash v0.5.1
10702026-07-20T03:11:58.643Z Downloaded tinystr v0.8.2
10712026-07-20T03:11:58.643Z Downloaded utf-8 v0.7.6
10722026-07-20T03:11:58.646Z Downloaded usdt-attr-macro v0.6.0
10732026-07-20T03:11:58.646Z Downloaded typify-macro v0.6.2
10742026-07-20T03:11:58.646Z Downloaded tokio-native-tls v0.3.1
10752026-07-20T03:11:58.649Z Downloaded tokio-macros v2.7.0
10762026-07-20T03:11:58.649Z Downloaded untrusted v0.9.0
10772026-07-20T03:11:58.649Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10782026-07-20T03:11:58.652Z Downloaded unit-prefix v0.5.2
10792026-07-20T03:11:58.653Z Downloaded itertools v0.12.1
10802026-07-20T03:11:58.656Z Downloaded samael v0.0.19
10812026-07-20T03:11:58.660Z Downloaded usdt-macro v0.6.0
10822026-07-20T03:11:58.663Z Downloaded untrusted v0.7.1
10832026-07-20T03:11:58.663Z Downloaded wait-timeout v0.2.1
10842026-07-20T03:11:58.663Z Downloaded schemars v1.2.1
10852026-07-20T03:11:58.672Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10862026-07-20T03:11:58.675Z Downloaded toml_writer v1.1.1+spec-1.1.0
10872026-07-20T03:11:58.675Z Downloaded want v0.3.1
10882026-07-20T03:11:58.678Z Downloaded waitgroup v0.1.2
10892026-07-20T03:11:58.678Z Downloaded term v1.2.1
10902026-07-20T03:11:58.681Z Downloaded icu_properties_data v2.1.2
10912026-07-20T03:11:58.685Z Downloaded tui-tree-widget v0.23.1
10922026-07-20T03:11:58.689Z Downloaded tokio-rustls v0.26.4
10932026-07-20T03:11:58.689Z Downloaded xattr v1.6.1
10942026-07-20T03:11:58.694Z Downloaded thiserror-no-std v2.0.2
10952026-07-20T03:11:58.694Z Downloaded term v0.7.0
10962026-07-20T03:11:58.698Z Downloaded hyper v1.10.1
10972026-07-20T03:11:58.701Z Downloaded tokio-stream v0.1.18
10982026-07-20T03:11:58.704Z Downloaded yoke-derive v0.8.1
10992026-07-20T03:11:58.704Z Downloaded usdt-impl v0.6.0
11002026-07-20T03:11:58.704Z Downloaded usdt v0.6.0
11012026-07-20T03:11:58.707Z Downloaded utf8_iter v1.0.4
11022026-07-20T03:11:58.707Z Downloaded hkdf v0.13.0
11032026-07-20T03:11:58.710Z Downloaded hkdf v0.12.4
11042026-07-20T03:11:58.710Z Downloaded aws-lc-rs v1.16.3
11052026-07-20T03:11:58.716Z Downloaded xshell-macros v0.2.7
11062026-07-20T03:11:58.720Z Downloaded socket2 v0.6.3
11072026-07-20T03:11:58.720Z Downloaded zerofrom v0.1.6
11082026-07-20T03:11:58.720Z Downloaded socket2 v0.5.10
11092026-07-20T03:11:58.723Z Downloaded rustls-webpki v0.103.13
11102026-07-20T03:11:58.723Z Downloaded tokio-tungstenite v0.21.0
11112026-07-20T03:11:58.726Z Downloaded tokio-dtrace v0.1.1
11122026-07-20T03:11:58.726Z Downloaded unicode-truncate v1.1.0
11132026-07-20T03:11:58.729Z Downloaded vergen-gitcl v1.0.8
11142026-07-20T03:11:58.729Z Downloaded void v1.0.2
11152026-07-20T03:11:58.729Z Downloaded vergen-lib v9.1.0
11162026-07-20T03:11:58.732Z Downloaded vergen-git2 v9.1.0
11172026-07-20T03:11:58.732Z Downloaded test-strategy v0.4.5
11182026-07-20T03:11:58.735Z Downloaded zone v0.3.1
11192026-07-20T03:11:58.735Z Downloaded zerofrom-derive v0.1.6
11202026-07-20T03:11:58.735Z Downloaded vsss-rs v3.3.4
11212026-07-20T03:11:58.739Z Downloaded uzers v0.12.2
11222026-07-20T03:11:58.739Z Downloaded zone_cfg_derive v0.3.1
11232026-07-20T03:11:58.742Z Downloaded zeroize_derive v1.4.3
11242026-07-20T03:11:58.742Z Downloaded tracing-attributes v0.1.31
11252026-07-20T03:11:58.742Z Downloaded rsa v0.9.10
11262026-07-20T03:11:58.745Z Downloaded walkdir v2.5.0
11272026-07-20T03:11:58.748Z Downloaded strum v0.27.2
11282026-07-20T03:11:58.748Z Downloaded twox-hash v2.1.2
11292026-07-20T03:11:58.748Z Downloaded tinyvec v1.10.0
11302026-07-20T03:11:58.751Z Downloaded unicode-properties v0.1.4
11312026-07-20T03:11:58.754Z Downloaded writeable v0.6.2
11322026-07-20T03:11:58.754Z Downloaded rsa v0.10.0-rc.18
11332026-07-20T03:11:58.758Z Downloaded whoami v1.6.1
11342026-07-20T03:11:58.760Z Downloaded iddqd v0.4.2
11352026-07-20T03:11:58.765Z Downloaded wyz v0.5.1
11362026-07-20T03:11:58.768Z Downloaded yoke v0.8.1
11372026-07-20T03:11:58.768Z Downloaded snafu v0.8.9
11382026-07-20T03:11:58.771Z Downloaded unicase v2.9.0
11392026-07-20T03:11:58.774Z Downloaded whoami v2.1.0
11402026-07-20T03:11:58.774Z Downloaded toml v1.1.2+spec-1.1.0
11412026-07-20T03:11:58.777Z Downloaded toml v0.7.8
11422026-07-20T03:11:58.780Z Downloaded zeroize v1.8.2
11432026-07-20T03:11:58.780Z Downloaded bindgen v0.71.1
11442026-07-20T03:11:58.784Z Downloaded vergen-lib v0.1.6
11452026-07-20T03:11:58.787Z Downloaded toml_parser v1.1.2+spec-1.1.0
11462026-07-20T03:11:58.787Z Downloaded subprocess v0.2.15
11472026-07-20T03:11:58.790Z Downloaded zstd v0.13.3
11482026-07-20T03:11:58.793Z Downloaded vergen v9.1.0
11492026-07-20T03:11:58.793Z Downloaded zerovec-derive v0.11.2
11502026-07-20T03:11:58.796Z Downloaded rand v0.10.1
11512026-07-20T03:11:58.796Z Downloaded tower-layer v0.3.3
11522026-07-20T03:11:58.799Z Downloaded topological-sort v0.2.2
11532026-07-20T03:11:58.799Z Downloaded termios v0.3.3
11542026-07-20T03:11:58.799Z Downloaded similar v2.7.0
11552026-07-20T03:11:58.803Z Downloaded steno v0.4.1
11562026-07-20T03:11:58.807Z Downloaded xshell v0.2.7
11572026-07-20T03:11:58.810Z Downloaded tungstenite v0.21.0
11582026-07-20T03:11:58.810Z Downloaded typify v0.6.2
11592026-07-20T03:11:58.814Z Downloaded unsafe-libyaml v0.2.11
11602026-07-20T03:11:58.818Z Downloaded unicode-bidi v0.3.18
11612026-07-20T03:11:58.818Z Downloaded chrono v0.4.45
11622026-07-20T03:11:58.821Z Downloaded zerocopy v0.6.6
11632026-07-20T03:11:58.824Z Downloaded serde_with v1.14.0
11642026-07-20T03:11:58.827Z Downloaded yasna v0.5.2
11652026-07-20T03:11:58.832Z Downloaded bitvec v1.0.1
11662026-07-20T03:11:58.838Z Downloaded zstd-safe v7.2.4
11672026-07-20T03:11:58.841Z Downloaded vte v0.14.1
11682026-07-20T03:11:58.841Z Downloaded uuid v1.23.4
11692026-07-20T03:11:58.844Z Downloaded rustyline v14.0.0
11702026-07-20T03:11:58.847Z Downloaded toml_edit v0.23.10+spec-1.0.0
11712026-07-20T03:11:58.850Z Downloaded tracing-core v0.1.36
11722026-07-20T03:11:58.853Z Downloaded p384 v0.13.1
11732026-07-20T03:11:58.856Z Downloaded regex v1.12.3
11742026-07-20T03:11:58.859Z Downloaded reedline v0.40.0
11752026-07-20T03:11:58.864Z Downloaded tar v0.4.46
11762026-07-20T03:11:58.867Z Downloaded tungstenite v0.23.0
11772026-07-20T03:11:58.867Z Downloaded rand v0.9.2
11782026-07-20T03:11:58.870Z Downloaded itertools v0.14.0
11792026-07-20T03:11:58.875Z Downloaded git2 v0.20.4
11802026-07-20T03:11:58.880Z Downloaded zopfli v0.8.3
11812026-07-20T03:11:58.884Z Downloaded ryu v1.0.23
11822026-07-20T03:11:58.887Z Downloaded itertools v0.13.0
11832026-07-20T03:11:58.890Z Downloaded unicode_categories v0.1.1
11842026-07-20T03:11:58.893Z Downloaded lalrpop v0.19.12
11852026-07-20T03:11:58.898Z Downloaded tokio-postgres v0.7.16
11862026-07-20T03:11:58.901Z Downloaded url v2.5.8
11872026-07-20T03:11:58.904Z Downloaded yansi v1.0.1
11882026-07-20T03:11:58.907Z Downloaded toml_edit v0.19.15
11892026-07-20T03:11:58.915Z Downloaded zip v0.6.6
11902026-07-20T03:11:58.918Z Downloaded zerotrie v0.2.3
11912026-07-20T03:11:58.922Z Downloaded crypto-bigint v0.7.5
11922026-07-20T03:11:58.930Z Downloaded typed-path v0.9.3
11932026-07-20T03:11:58.934Z Downloaded salty v0.3.0
11942026-07-20T03:11:58.938Z Downloaded quick-xml v0.37.5
11952026-07-20T03:11:58.942Z Downloaded moka v0.12.13
11962026-07-20T03:11:58.948Z Downloaded reqwest v0.12.28
11972026-07-20T03:11:58.951Z Downloaded tower v0.5.3
11982026-07-20T03:11:58.957Z Downloaded curve25519-dalek v4.1.3
11992026-07-20T03:11:58.962Z Downloaded x509-cert v0.2.5
12002026-07-20T03:11:58.966Z Downloaded petname v2.0.2
12012026-07-20T03:11:58.970Z Downloaded zerocopy-derive v0.8.40
12022026-07-20T03:11:58.975Z Downloaded unicode-segmentation v1.12.0
12032026-07-20T03:11:58.978Z Downloaded reqwest v0.13.2
12042026-07-20T03:11:58.982Z Downloaded ssh-key v0.7.0-rc.10
12052026-07-20T03:11:58.987Z Downloaded proptest v1.10.0
12062026-07-20T03:11:58.993Z Downloaded unicode-normalization v0.1.25
12072026-07-20T03:11:58.996Z Downloaded rayon v1.11.0
12082026-07-20T03:11:59.001Z Downloaded rawzip v0.4.4
12092026-07-20T03:11:59.004Z Downloaded portable-atomic v1.13.1
12102026-07-20T03:11:59.010Z Downloaded object v0.30.4
12112026-07-20T03:11:59.016Z Downloaded zip v4.6.1
12122026-07-20T03:11:59.019Z Downloaded goblin v0.10.5
12132026-07-20T03:11:59.024Z Downloaded zerovec v0.11.5
12142026-07-20T03:11:59.027Z Downloaded radix_trie v0.2.1
12152026-07-20T03:11:59.030Z Downloaded serde_with_macros v3.21.0
12162026-07-20T03:11:59.035Z Downloaded serde_cbor v0.11.2
12172026-07-20T03:11:59.035Z Downloaded num-bigint-dig v0.8.6
12182026-07-20T03:11:59.038Z Downloaded tower-http v0.6.8
12192026-07-20T03:11:59.042Z Downloaded nix v0.27.1
12202026-07-20T03:11:59.048Z Downloaded curve25519-dalek v5.0.0-rc.0
12212026-07-20T03:11:59.054Z Downloaded tokio-util v0.7.18
12222026-07-20T03:11:59.059Z Downloaded bstr v1.12.1
12232026-07-20T03:11:59.065Z Downloaded serde_with v3.21.0
12242026-07-20T03:11:59.073Z Downloaded winnow v0.6.26
12252026-07-20T03:11:59.078Z Downloaded openssl v0.10.79
12262026-07-20T03:11:59.085Z Downloaded winnow v0.5.40
12272026-07-20T03:11:59.092Z Downloaded polar-core v0.27.3
12282026-07-20T03:11:59.097Z Downloaded nix v0.28.0
12292026-07-20T03:11:59.104Z Downloaded quinn-proto v0.11.13
12302026-07-20T03:11:59.109Z Downloaded russh v0.61.2
12312026-07-20T03:11:59.114Z Downloaded tough v0.22.0
12322026-07-20T03:11:59.119Z Downloaded futures-util v0.3.32
12332026-07-20T03:11:59.127Z Downloaded winnow v1.0.3
12342026-07-20T03:11:59.134Z Downloaded tabled v0.20.0
12352026-07-20T03:11:59.146Z Downloaded zlib-rs v0.6.2
12362026-07-20T03:11:59.149Z Downloaded smoltcp v0.9.1
12372026-07-20T03:11:59.155Z Downloaded regex-syntax v0.6.29
12382026-07-20T03:11:59.159Z Downloaded object v0.37.3
12392026-07-20T03:11:59.167Z Downloaded smoltcp v0.11.0
12402026-07-20T03:11:59.175Z Downloaded hickory-proto v0.24.4
12412026-07-20T03:11:59.184Z Downloaded vcpkg v0.2.15
12422026-07-20T03:11:59.209Z Downloaded regress v0.10.5
12432026-07-20T03:11:59.215Z Downloaded rustls v0.23.41
12442026-07-20T03:11:59.222Z Downloaded zerocopy v0.8.40
12452026-07-20T03:11:59.228Z Downloaded regress v0.11.1
12462026-07-20T03:11:59.234Z Downloaded hickory-proto v0.25.2
12472026-07-20T03:11:59.245Z Downloaded diesel v2.3.7
12482026-07-20T03:11:59.258Z Downloaded regex-syntax v0.8.10
12492026-07-20T03:11:59.263Z Downloaded rustix v0.38.44
12502026-07-20T03:11:59.278Z Downloaded sqlparser v0.61.0
12512026-07-20T03:11:59.284Z Downloaded sled v0.34.7
12522026-07-20T03:11:59.290Z Downloaded openapiv3 v2.2.0
12532026-07-20T03:11:59.298Z Downloaded typify-impl v0.6.2
12542026-07-20T03:11:59.308Z Downloaded tracing v0.1.44
12552026-07-20T03:11:59.322Z Downloaded nix v0.31.2
12562026-07-20T03:11:59.328Z Downloaded dropshot v0.17.1
12572026-07-20T03:11:59.342Z Downloaded time v0.3.47
12582026-07-20T03:11:59.350Z Downloaded fiat-crypto v0.3.0
12592026-07-20T03:11:59.359Z Downloaded testing_table v0.3.0
12602026-07-20T03:11:59.362Z Downloaded tap v1.0.1
12612026-07-20T03:11:59.362Z Downloaded spki v0.8.0
12622026-07-20T03:11:59.362Z Downloaded simd-adler32 v0.3.8
12632026-07-20T03:11:59.362Z Downloaded rustls-platform-verifier v0.6.2
12642026-07-20T03:11:59.365Z Downloaded sha2 v0.11.0
12652026-07-20T03:11:59.368Z Downloaded mio v1.2.0
12662026-07-20T03:11:59.372Z Downloaded libxml v0.3.3
12672026-07-20T03:11:59.375Z Downloaded nom v7.1.3
12682026-07-20T03:11:59.378Z Downloaded hyper-util v0.1.20
12692026-07-20T03:11:59.389Z Downloaded sha3 v0.11.0
12702026-07-20T03:11:59.396Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-07-20T03:11:59.403Z Downloaded ratatui v0.29.0
12722026-07-20T03:11:59.414Z Downloaded csv v1.4.0
12732026-07-20T03:11:59.426Z Downloaded libz-sys v1.1.24
12742026-07-20T03:11:59.439Z Downloaded sha3 v0.10.8
12752026-07-20T03:11:59.442Z Downloaded zerocopy-derive v0.6.6
12762026-07-20T03:11:59.448Z Downloaded tokio v1.52.1
12772026-07-20T03:11:59.471Z Downloaded regex-automata v0.4.14
12782026-07-20T03:11:59.480Z Downloaded petgraph v0.6.5
12792026-07-20T03:11:59.499Z Downloaded chrono-tz v0.10.4
12802026-07-20T03:11:59.518Z Downloaded jiff v0.2.21
12812026-07-20T03:11:59.529Z Downloaded petgraph v0.8.3
12822026-07-20T03:11:59.566Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-07-20T03:11:59.663Z Downloaded encoding_rs v0.8.35
12842026-07-20T03:11:59.705Z Downloaded ring v0.17.14
12852026-07-20T03:11:59.753Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-07-20T03:12:00.236Z Downloaded aws-lc-sys v0.40.0
12872026-07-20T03:12:00.487Z Compiling libc v0.2.185
12882026-07-20T03:12:00.487Z Compiling serde_core v1.0.228
12892026-07-20T03:12:00.487Z Compiling serde v1.0.228
12902026-07-20T03:12:00.491Z Compiling log v0.4.29
12912026-07-20T03:12:00.491Z Compiling smallvec v1.15.1
12922026-07-20T03:12:00.491Z Compiling shlex v1.3.0
12932026-07-20T03:12:00.491Z Compiling find-msvc-tools v0.1.9
12942026-07-20T03:12:00.491Z Compiling subtle v2.6.1
12952026-07-20T03:12:00.491Z Compiling scopeguard v1.2.0
12962026-07-20T03:12:00.710Z Compiling stable_deref_trait v1.2.1
12972026-07-20T03:12:00.713Z Compiling typenum v1.20.1
12982026-07-20T03:12:00.713Z Compiling serde_json v1.0.150
12992026-07-20T03:12:00.735Z Compiling zerocopy v0.8.40
13002026-07-20T03:12:00.748Z Compiling portable-atomic v1.13.1
13012026-07-20T03:12:00.761Z Compiling syn v2.0.117
13022026-07-20T03:12:00.775Z Compiling parking_lot_core v0.9.12
13032026-07-20T03:12:00.802Z Compiling lock_api v0.4.14
13042026-07-20T03:12:00.813Z Compiling pin-project-lite v0.2.17
13052026-07-20T03:12:00.843Z Compiling critical-section v1.2.0
13062026-07-20T03:12:00.868Z Compiling pkg-config v0.3.32
13072026-07-20T03:12:00.884Z Compiling getrandom v0.4.1
13082026-07-20T03:12:00.887Z Compiling libm v0.2.16
13092026-07-20T03:12:00.927Z Compiling num-traits v0.2.19
13102026-07-20T03:12:00.967Z Compiling rand_core v0.10.0
13112026-07-20T03:12:00.967Z Compiling futures-core v0.3.32
13122026-07-20T03:12:01.055Z Compiling generic-array v0.14.7
13132026-07-20T03:12:01.055Z Compiling writeable v0.6.2
13142026-07-20T03:12:01.055Z Compiling litemap v0.8.1
13152026-07-20T03:12:01.154Z Compiling const-oid v0.9.6
13162026-07-20T03:12:01.154Z Compiling percent-encoding v2.3.2
13172026-07-20T03:12:01.186Z Compiling icu_properties_data v2.1.2
13182026-07-20T03:12:01.297Z Compiling icu_normalizer_data v2.1.1
13192026-07-20T03:12:01.312Z Compiling futures-sink v0.3.32
13202026-07-20T03:12:01.312Z Compiling futures-task v0.3.32
13212026-07-20T03:12:01.382Z Compiling slab v0.4.12
13222026-07-20T03:12:01.385Z Compiling futures-io v0.3.32
13232026-07-20T03:12:01.423Z Compiling futures-channel v0.3.32
13242026-07-20T03:12:01.453Z Compiling utf8_iter v1.0.4
13252026-07-20T03:12:01.464Z Compiling form_urlencoded v1.2.2
13262026-07-20T03:12:01.504Z Compiling rustversion v1.0.22
13272026-07-20T03:12:01.541Z Compiling getrandom v0.3.4
13282026-07-20T03:12:01.578Z Compiling jobserver v0.1.34
13292026-07-20T03:12:01.578Z Compiling errno v0.3.14
13302026-07-20T03:12:01.604Z Compiling getrandom v0.2.17
13312026-07-20T03:12:01.658Z Compiling mio v1.2.0
13322026-07-20T03:12:01.685Z Compiling socket2 v0.6.3
13332026-07-20T03:12:01.698Z Compiling ident_case v1.0.1
13342026-07-20T03:12:01.701Z Compiling signal-hook-registry v1.4.8
13352026-07-20T03:12:01.741Z Compiling rand_core v0.6.4
13362026-07-20T03:12:01.839Z Compiling cc v1.2.56
13372026-07-20T03:12:01.857Z Compiling parking_lot v0.12.5
13382026-07-20T03:12:01.883Z Compiling once_cell v1.21.3
13392026-07-20T03:12:01.948Z Compiling dunce v1.0.5
13402026-07-20T03:12:01.977Z Compiling fs_extra v1.3.0
13412026-07-20T03:12:01.992Z Compiling rustix v1.1.3
13422026-07-20T03:12:01.992Z Compiling iana-time-zone v0.1.65
13432026-07-20T03:12:02.020Z Compiling regex-syntax v0.8.10
13442026-07-20T03:12:02.038Z Compiling vcpkg v0.2.15
13452026-07-20T03:12:02.055Z Compiling base64ct v1.8.3
13462026-07-20T03:12:02.128Z Compiling base64 v0.22.1
13472026-07-20T03:12:02.156Z Compiling tracing-core v0.1.36
13482026-07-20T03:12:02.218Z Compiling aws-lc-rs v1.16.3
13492026-07-20T03:12:02.257Z Compiling flagset v0.4.7
13502026-07-20T03:12:02.271Z Compiling tinyvec_macros v0.1.1
13512026-07-20T03:12:02.363Z Compiling pem-rfc7468 v0.7.0
13522026-07-20T03:12:02.377Z Compiling dyn-clone v1.0.20
13532026-07-20T03:12:02.399Z Compiling cmov v0.5.4
13542026-07-20T03:12:02.475Z Compiling rand_core v0.9.5
13552026-07-20T03:12:02.494Z Compiling schemars v0.8.22
13562026-07-20T03:12:02.526Z Compiling httparse v1.10.1
13572026-07-20T03:12:02.540Z Compiling openssl-probe v0.2.1
13582026-07-20T03:12:02.555Z Compiling tinyvec v1.10.0
13592026-07-20T03:12:02.631Z Compiling cmake v0.1.57
13602026-07-20T03:12:02.653Z Compiling ctutils v0.4.2
13612026-07-20T03:12:02.657Z Compiling aho-corasick v1.1.4
13622026-07-20T03:12:02.695Z Compiling tower-service v0.3.3
13632026-07-20T03:12:02.748Z Compiling atomic-waker v1.1.2
13642026-07-20T03:12:02.765Z Compiling try-lock v0.2.5
13652026-07-20T03:12:02.781Z Compiling untrusted v0.7.1
13662026-07-20T03:12:02.784Z Compiling tower-layer v0.3.3
13672026-07-20T03:12:02.795Z Compiling cpufeatures v0.2.17
13682026-07-20T03:12:02.827Z Compiling untrusted v0.9.0
13692026-07-20T03:12:02.830Z Compiling foreign-types-shared v0.1.1
13702026-07-20T03:12:02.886Z Compiling want v0.3.1
13712026-07-20T03:12:02.902Z Compiling rustls v0.23.41
13722026-07-20T03:12:02.932Z Compiling bitflags v2.11.0
13732026-07-20T03:12:02.948Z Compiling semver v1.0.28
13742026-07-20T03:12:02.948Z Compiling indexmap v2.14.0
13752026-07-20T03:12:02.948Z Compiling uuid v1.23.4
13762026-07-20T03:12:03.002Z Compiling openssl v0.10.79
13772026-07-20T03:12:03.002Z Compiling httpdate v1.0.3
13782026-07-20T03:12:03.071Z Compiling foreign-types v0.3.2
13792026-07-20T03:12:03.071Z Compiling unicode-normalization v0.1.25
13802026-07-20T03:12:03.099Z Compiling spin v0.9.8
13812026-07-20T03:12:03.152Z Compiling crc32fast v1.5.0
13822026-07-20T03:12:03.180Z Compiling rustc_version v0.4.1
13832026-07-20T03:12:03.249Z Compiling native-tls v0.2.18
13842026-07-20T03:12:03.285Z Compiling time-core v0.1.8
13852026-07-20T03:12:03.300Z Compiling powerfmt v0.2.0
13862026-07-20T03:12:03.326Z Compiling num-conv v0.2.0
13872026-07-20T03:12:03.349Z Compiling wait-timeout v0.2.1
13882026-07-20T03:12:03.446Z Compiling sync_wrapper v1.0.2
13892026-07-20T03:12:03.475Z Compiling time-macros v0.2.27
13902026-07-20T03:12:03.506Z Compiling deranged v0.5.8
13912026-07-20T03:12:03.509Z Compiling aws-lc-sys v0.40.0
13922026-07-20T03:12:03.532Z Compiling openssl-sys v0.9.115
13932026-07-20T03:12:03.546Z Compiling regex-automata v0.4.14
13942026-07-20T03:12:03.562Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-07-20T03:12:03.577Z Compiling bit-vec v0.8.0
13962026-07-20T03:12:03.583Z Compiling syn v1.0.109
13972026-07-20T03:12:03.633Z Compiling synstructure v0.13.2
13982026-07-20T03:12:03.648Z Compiling serde_derive_internals v0.29.1
13992026-07-20T03:12:03.723Z Compiling pest_generator v2.8.6
14002026-07-20T03:12:03.829Z Compiling darling_core v0.20.11
14012026-07-20T03:12:03.936Z Compiling siphasher v1.0.2
14022026-07-20T03:12:04.092Z Compiling tempfile v3.25.0
14032026-07-20T03:12:04.135Z Compiling num_threads v0.1.7
14042026-07-20T03:12:04.275Z Compiling simd-adler32 v0.3.8
14052026-07-20T03:12:04.289Z Compiling crossbeam-utils v0.8.21
14062026-07-20T03:12:04.305Z Compiling quick-error v1.2.3
14072026-07-20T03:12:04.410Z Compiling usdt-impl v0.6.0
14082026-07-20T03:12:04.425Z Compiling rusty-fork v0.3.1
14092026-07-20T03:12:04.454Z Compiling bit-set v0.8.0
14102026-07-20T03:12:04.479Z Compiling darling_core v0.23.0
14112026-07-20T03:12:04.528Z Compiling heapless v0.7.17
14122026-07-20T03:12:04.543Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-20T03:12:04.557Z Compiling rand_xorshift v0.4.0
14142026-07-20T03:12:04.607Z Compiling time v0.3.47
14152026-07-20T03:12:04.640Z Compiling slog v2.8.2
14162026-07-20T03:12:04.654Z Compiling thread-id v5.1.0
14172026-07-20T03:12:04.683Z Compiling cookie v0.18.1
14182026-07-20T03:12:04.700Z Compiling iri-string v0.7.10
14192026-07-20T03:12:04.714Z Compiling allocator-api2 v0.2.21
14202026-07-20T03:12:04.737Z Compiling signal-hook v0.3.18
14212026-07-20T03:12:04.752Z Compiling unarray v0.1.4
14222026-07-20T03:12:04.765Z Compiling zstd-safe v7.2.4
14232026-07-20T03:12:04.822Z Compiling unicode-bidi v0.3.18
14242026-07-20T03:12:04.883Z Compiling adler2 v2.0.1
14252026-07-20T03:12:04.897Z Compiling paste v1.0.15
14262026-07-20T03:12:04.930Z Compiling unicode-properties v0.1.4
14272026-07-20T03:12:04.967Z Compiling anyhow v1.0.102
14282026-07-20T03:12:04.981Z Compiling ryu v1.0.23
14292026-07-20T03:12:05.006Z Compiling miniz_oxide v0.8.9
14302026-07-20T03:12:05.178Z Compiling stringprep v0.1.5
14312026-07-20T03:12:05.262Z Compiling camino v1.2.2
14322026-07-20T03:12:05.352Z Compiling serde_derive v1.0.228
14332026-07-20T03:12:05.404Z Compiling zeroize_derive v1.4.3
14342026-07-20T03:12:05.538Z Compiling zerofrom-derive v0.1.6
14352026-07-20T03:12:05.639Z Compiling yoke-derive v0.8.1
14362026-07-20T03:12:05.653Z Compiling zerovec-derive v0.11.2
14372026-07-20T03:12:05.672Z Compiling zerocopy-derive v0.8.40
14382026-07-20T03:12:05.680Z Compiling displaydoc v0.2.5
14392026-07-20T03:12:05.885Z Compiling tokio-macros v2.7.0
14402026-07-20T03:12:06.132Z Compiling zeroize v1.8.2
14412026-07-20T03:12:06.215Z Compiling futures-macro v0.3.32
14422026-07-20T03:12:06.328Z Compiling der_derive v0.7.3
14432026-07-20T03:12:06.350Z Compiling thiserror-impl v2.0.18
14442026-07-20T03:12:06.488Z Compiling tracing-attributes v0.1.31
14452026-07-20T03:12:06.664Z Compiling rustls-pki-types v1.14.0
14462026-07-20T03:12:06.831Z Compiling schemars_derive v0.8.22
14472026-07-20T03:12:06.880Z Compiling crypto-common v0.1.7
14482026-07-20T03:12:06.919Z Compiling block-buffer v0.10.4
14492026-07-20T03:12:07.036Z Compiling zerofrom v0.1.6
14502026-07-20T03:12:07.053Z Compiling hybrid-array v0.4.13
14512026-07-20T03:12:07.100Z Compiling futures-util v0.3.32
14522026-07-20T03:12:07.114Z Compiling digest v0.10.7
14532026-07-20T03:12:07.132Z Compiling pest_derive v2.8.6
14542026-07-20T03:12:07.149Z Compiling yoke v0.8.1
14552026-07-20T03:12:07.183Z Compiling scroll_derive v0.13.1
14562026-07-20T03:12:07.350Z Compiling zerovec v0.11.5
14572026-07-20T03:12:07.365Z Compiling zerotrie v0.2.3
14582026-07-20T03:12:07.382Z Compiling der v0.7.10
14592026-07-20T03:12:07.622Z Compiling darling_macro v0.20.11
14602026-07-20T03:12:07.687Z Compiling openssl-macros v0.1.1
14612026-07-20T03:12:07.793Z Compiling thiserror v2.0.18
14622026-07-20T03:12:07.808Z Compiling tinystr v0.8.2
14632026-07-20T03:12:07.857Z Compiling potential_utf v0.1.4
14642026-07-20T03:12:07.871Z Compiling tracing v0.1.44
14652026-07-20T03:12:07.885Z Compiling sha2 v0.10.9
14662026-07-20T03:12:07.914Z Compiling hmac v0.12.1
14672026-07-20T03:12:08.034Z Compiling icu_locale_core v2.1.1
14682026-07-20T03:12:08.048Z Compiling icu_collections v2.1.1
14692026-07-20T03:12:08.065Z Compiling scroll v0.13.0
14702026-07-20T03:12:08.094Z Compiling dtrace-parser v0.3.0
14712026-07-20T03:12:08.167Z Compiling darling v0.20.11
14722026-07-20T03:12:08.171Z Compiling scroll_derive v0.12.1
14732026-07-20T03:12:08.196Z Compiling thiserror-impl v1.0.69
14742026-07-20T03:12:08.264Z Compiling spki v0.7.3
14752026-07-20T03:12:08.353Z Compiling goblin v0.10.5
14762026-07-20T03:12:08.489Z Compiling pkcs8 v0.10.2
14772026-07-20T03:12:08.555Z Compiling derive_builder_core v0.20.2
14782026-07-20T03:12:08.613Z Compiling block-padding v0.4.2
14792026-07-20T03:12:08.765Z Compiling icu_provider v2.1.1
14802026-07-20T03:12:08.793Z Compiling block-buffer v0.12.1
14812026-07-20T03:12:08.866Z Compiling bytes v1.11.1
14822026-07-20T03:12:08.890Z Compiling chrono v0.4.45
14832026-07-20T03:12:08.928Z Compiling ipnet v2.11.0
14842026-07-20T03:12:08.942Z Compiling scroll v0.12.0
14852026-07-20T03:12:09.000Z Compiling serde_urlencoded v0.7.1
14862026-07-20T03:12:09.082Z Compiling icu_normalizer v2.1.1
14872026-07-20T03:12:09.097Z Compiling icu_properties v2.1.2
14882026-07-20T03:12:09.216Z Compiling toml_datetime v0.6.11
14892026-07-20T03:12:09.259Z Compiling erased-serde v0.3.31
14902026-07-20T03:12:09.286Z Compiling serde_spanned v0.6.9
14912026-07-20T03:12:09.450Z Compiling tokio v1.52.1
14922026-07-20T03:12:09.477Z Compiling http v1.4.2
14932026-07-20T03:12:09.480Z Compiling serde_tokenstream v0.2.3
14942026-07-20T03:12:09.480Z Compiling derive_builder_macro v0.20.2
14952026-07-20T03:12:09.535Z Compiling hex v0.4.3
14962026-07-20T03:12:09.550Z Compiling thiserror v1.0.69
14972026-07-20T03:12:09.553Z Compiling crypto-common v0.2.2
14982026-07-20T03:12:09.659Z Compiling signature v2.2.0
14992026-07-20T03:12:09.674Z Compiling md-5 v0.10.6
15002026-07-20T03:12:09.779Z Compiling darling_macro v0.23.0
15012026-07-20T03:12:09.854Z Compiling rustls-native-certs v0.8.3
15022026-07-20T03:12:09.872Z Compiling bstr v1.12.1
15032026-07-20T03:12:09.901Z Compiling async-trait v0.1.89
15042026-07-20T03:12:09.914Z Compiling pin-project-internal v1.1.11
15052026-07-20T03:12:10.067Z Compiling idna_adapter v1.2.1
15062026-07-20T03:12:10.167Z Compiling ppv-lite86 v0.2.21
15072026-07-20T03:12:10.224Z Compiling idna v1.1.0
15082026-07-20T03:12:10.267Z Compiling http-body v1.0.1
15092026-07-20T03:12:10.284Z Compiling zerocopy-derive v0.7.35
15102026-07-20T03:12:10.345Z Compiling curve25519-dalek v4.1.3
15112026-07-20T03:12:10.376Z Compiling num-integer v0.1.46
15122026-07-20T03:12:10.448Z Compiling http-body-util v0.1.3
15132026-07-20T03:12:10.459Z Compiling rand_chacha v0.9.0
15142026-07-20T03:12:10.551Z Compiling url v2.5.8
15152026-07-20T03:12:10.718Z Compiling rand v0.9.2
15162026-07-20T03:12:10.722Z Compiling rand_chacha v0.3.1
15172026-07-20T03:12:10.748Z Compiling vergen-lib v9.1.0
15182026-07-20T03:12:10.844Z Compiling hash32 v0.2.1
15192026-07-20T03:12:10.911Z Compiling memoffset v0.9.1
15202026-07-20T03:12:10.961Z Compiling encoding_rs v0.8.35
15212026-07-20T03:12:10.986Z Compiling smoltcp v0.9.1
15222026-07-20T03:12:11.049Z Compiling fallible-iterator v0.2.0
15232026-07-20T03:12:11.142Z Compiling num-bigint-dig v0.8.6
15242026-07-20T03:12:11.181Z Compiling dof v0.4.0
15252026-07-20T03:12:11.211Z Compiling mime v0.3.17
15262026-07-20T03:12:11.249Z Compiling zlib-rs v0.6.2
15272026-07-20T03:12:11.365Z Compiling proptest v1.10.0
15282026-07-20T03:12:11.385Z Compiling litrs v1.0.0
15292026-07-20T03:12:11.390Z Compiling rustix v0.38.44
15302026-07-20T03:12:11.390Z Compiling ref-cast v1.0.25
15312026-07-20T03:12:11.422Z Compiling cfg_aliases v0.2.1
15322026-07-20T03:12:11.487Z Compiling psl-types v2.0.11
15332026-07-20T03:12:11.504Z Compiling nix v0.31.2
15342026-07-20T03:12:11.596Z Compiling publicsuffix v2.3.0
15352026-07-20T03:12:11.599Z Compiling postgres-protocol v0.6.10
15362026-07-20T03:12:11.627Z Compiling zerocopy v0.7.35
15372026-07-20T03:12:11.796Z Compiling pin-project v1.1.11
15382026-07-20T03:12:11.891Z Compiling ipnetwork v0.21.1
15392026-07-20T03:12:11.922Z Compiling document-features v0.2.12
15402026-07-20T03:12:11.926Z Compiling rand v0.8.6
15412026-07-20T03:12:12.057Z Compiling num-iter v0.1.45
15422026-07-20T03:12:12.184Z Compiling oxnet v0.1.6
15432026-07-20T03:12:12.200Z Compiling darling v0.23.0
15442026-07-20T03:12:12.200Z Compiling derive_builder v0.20.2
15452026-07-20T03:12:12.313Z Compiling futures-executor v0.3.32
15462026-07-20T03:12:12.327Z Compiling goblin v0.8.2
15472026-07-20T03:12:12.357Z Compiling hubpack_derive v0.1.1
15482026-07-20T03:12:12.385Z Compiling inout v0.2.2
15492026-07-20T03:12:12.498Z Compiling regex v1.12.3
15502026-07-20T03:12:12.588Z Compiling snafu-derive v0.8.9
15512026-07-20T03:12:12.591Z Compiling curve25519-dalek-derive v0.1.1
15522026-07-20T03:12:12.627Z Compiling ref-cast-impl v1.0.25
15532026-07-20T03:12:12.644Z Compiling daft-derive v0.1.7
15542026-07-20T03:12:12.710Z Compiling strum_macros v0.27.2
15552026-07-20T03:12:12.856Z Compiling phf_shared v0.13.1
15562026-07-20T03:12:12.937Z Compiling terminal_size v0.4.3
15572026-07-20T03:12:12.952Z Compiling lazy_static v1.5.0
15582026-07-20T03:12:12.968Z Compiling anstyle-parse v0.2.7
15592026-07-20T03:12:13.060Z Compiling cargo-platform v0.3.2
15602026-07-20T03:12:13.095Z Compiling vergen v9.1.0
15612026-07-20T03:12:13.110Z Compiling ff v0.13.1
15622026-07-20T03:12:13.114Z Compiling fs-err v3.3.0
15632026-07-20T03:12:13.164Z Compiling ahash v0.8.12
15642026-07-20T03:12:13.223Z Compiling foldhash v0.1.5
15652026-07-20T03:12:13.268Z Compiling managed v0.8.0
15662026-07-20T03:12:13.300Z Compiling tokio-util v0.7.18
15672026-07-20T03:12:13.314Z Compiling tower v0.5.3
15682026-07-20T03:12:13.329Z Compiling tokio-native-tls v0.3.1
15692026-07-20T03:12:13.351Z Compiling libbz2-rs-sys v0.2.2
15702026-07-20T03:12:13.365Z Compiling bitflags v1.3.2
15712026-07-20T03:12:13.419Z Compiling winnow v0.5.40
15722026-07-20T03:12:13.422Z Compiling unicode-segmentation v1.12.0
15732026-07-20T03:12:13.447Z Compiling same-file v1.0.6
15742026-07-20T03:12:13.462Z Compiling bumpalo v3.20.2
15752026-07-20T03:12:13.499Z Compiling base16ct v0.2.0
15762026-07-20T03:12:13.518Z Compiling object v0.37.3
15772026-07-20T03:12:13.630Z Compiling foldhash v0.2.0
15782026-07-20T03:12:13.692Z Compiling zopfli v0.8.3
15792026-07-20T03:12:13.727Z Compiling tower-http v0.6.8
15802026-07-20T03:12:13.819Z Compiling newtype-uuid v1.3.2
15812026-07-20T03:12:13.848Z Compiling hashbrown v0.16.1
15822026-07-20T03:12:13.868Z Compiling bzip2 v0.6.1
15832026-07-20T03:12:13.885Z Compiling sec1 v0.7.3
15842026-07-20T03:12:14.040Z Compiling h2 v0.4.15
15852026-07-20T03:12:14.087Z Compiling daft v0.1.7
15862026-07-20T03:12:14.156Z Compiling flate2 v1.1.9
15872026-07-20T03:12:14.176Z Compiling walkdir v2.5.0
15882026-07-20T03:12:14.402Z Compiling hashbrown v0.15.5
15892026-07-20T03:12:14.460Z Compiling clap_builder v4.6.0
15902026-07-20T03:12:14.497Z Compiling group v0.13.0
15912026-07-20T03:12:14.513Z Compiling cargo_metadata v0.23.1
15922026-07-20T03:12:14.574Z Compiling snafu v0.8.9
15932026-07-20T03:12:14.588Z Compiling dof v0.3.0
15942026-07-20T03:12:14.694Z Compiling toml_edit v0.19.15
15952026-07-20T03:12:14.694Z Compiling anstream v0.6.21
15962026-07-20T03:12:14.700Z Compiling strum v0.27.2
15972026-07-20T03:12:14.910Z Compiling phf v0.13.1
15982026-07-20T03:12:14.953Z Compiling signal-hook-mio v0.2.5
15992026-07-20T03:12:15.017Z Compiling hubpack v0.1.2
16002026-07-20T03:12:15.054Z Compiling usdt-attr-macro v0.6.0
16012026-07-20T03:12:15.086Z Compiling usdt-macro v0.6.0
16022026-07-20T03:12:15.090Z Compiling cookie_store v0.22.1
16032026-07-20T03:12:15.246Z Compiling bzip2 v0.4.4
16042026-07-20T03:12:15.260Z Compiling cipher v0.5.2
16052026-07-20T03:12:15.344Z Compiling futures v0.3.32
16062026-07-20T03:12:15.415Z Compiling serde_with_macros v3.21.0
16072026-07-20T03:12:15.434Z Compiling postgres-types v0.2.12
16082026-07-20T03:12:15.592Z Compiling zstd v0.13.3
16092026-07-20T03:12:15.804Z Compiling globset v0.4.18
16102026-07-20T03:12:15.884Z Compiling ed25519 v2.2.3
16112026-07-20T03:12:15.899Z Compiling dtrace-parser v0.2.0
16122026-07-20T03:12:15.913Z Compiling serde_plain v1.0.2
16132026-07-20T03:12:15.946Z Compiling serde-big-array v0.5.1
16142026-07-20T03:12:16.004Z Compiling olpc-cjson v0.1.4
16152026-07-20T03:12:16.033Z Compiling pkcs1 v0.7.5
16162026-07-20T03:12:16.104Z Compiling hkdf v0.12.4
16172026-07-20T03:12:16.126Z Compiling crypto-bigint v0.5.5
16182026-07-20T03:12:16.179Z Compiling strum_macros v0.26.4
16192026-07-20T03:12:16.290Z Compiling serde_repr v0.1.20
16202026-07-20T03:12:16.449Z Compiling enum-as-inner v0.6.1
16212026-07-20T03:12:16.501Z Compiling async-recursion v1.1.1
16222026-07-20T03:12:16.621Z Compiling clap_derive v4.6.1
16232026-07-20T03:12:16.663Z Compiling phf_shared v0.11.3
16242026-07-20T03:12:16.728Z Compiling float-cmp v0.10.0
16252026-07-20T03:12:16.823Z Compiling pem v3.0.6
16262026-07-20T03:12:16.869Z Compiling thread-id v4.2.2
16272026-07-20T03:12:16.882Z Compiling memmap2 v0.9.10
16282026-07-20T03:12:16.897Z Compiling env_filter v1.0.0
16292026-07-20T03:12:16.965Z Compiling normalize-line-endings v0.3.0
16302026-07-20T03:12:17.016Z Compiling fixedbitset v0.5.7
16312026-07-20T03:12:17.076Z Compiling cpufeatures v0.3.0
16322026-07-20T03:12:17.116Z Compiling typed-path v0.9.3
16332026-07-20T03:12:17.165Z Compiling whoami v2.1.0
16342026-07-20T03:12:17.180Z Compiling precomputed-hash v0.1.1
16352026-07-20T03:12:17.221Z Compiling data-encoding v2.10.0
16362026-07-20T03:12:17.241Z Compiling difflib v0.4.0
16372026-07-20T03:12:17.294Z Compiling hyper v1.10.1
16382026-07-20T03:12:17.345Z Compiling winnow v1.0.3
16392026-07-20T03:12:17.459Z Compiling keccak v0.1.6
16402026-07-20T03:12:17.553Z Compiling fixedbitset v0.4.2
16412026-07-20T03:12:17.569Z Compiling static_assertions v1.1.0
16422026-07-20T03:12:17.569Z Compiling const-oid v0.10.2
16432026-07-20T03:12:17.668Z Compiling either v1.15.0
16442026-07-20T03:12:17.714Z Compiling predicates-core v1.0.10
16452026-07-20T03:12:17.799Z Compiling jiff v0.2.21
16462026-07-20T03:12:17.814Z Compiling new_debug_unreachable v1.0.6
16472026-07-20T03:12:17.828Z Compiling digest v0.11.3
16482026-07-20T03:12:17.885Z Compiling string_cache v0.8.9
16492026-07-20T03:12:17.900Z Compiling predicates v3.1.4
16502026-07-20T03:12:17.916Z Compiling itertools v0.13.0
16512026-07-20T03:12:17.941Z Compiling petgraph v0.6.5
16522026-07-20T03:12:18.013Z Compiling strum v0.26.3
16532026-07-20T03:12:18.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-07-20T03:12:18.121Z Compiling toml_parser v1.1.2+spec-1.1.0
16552026-07-20T03:12:18.156Z Compiling sha3 v0.10.8
16562026-07-20T03:12:18.209Z Compiling hickory-proto v0.25.2
16572026-07-20T03:12:18.310Z Compiling toml_edit v0.22.27
16582026-07-20T03:12:18.329Z Compiling tokio-postgres v0.7.16
16592026-07-20T03:12:18.374Z Compiling petgraph v0.8.3
16602026-07-20T03:12:18.460Z Compiling hyper-util v0.1.20
16612026-07-20T03:12:18.567Z Compiling clap v4.6.1
16622026-07-20T03:12:18.618Z Compiling chacha20 v0.10.0
16632026-07-20T03:12:18.662Z Compiling elliptic-curve v0.13.8
16642026-07-20T03:12:18.786Z Compiling env_logger v0.11.9
16652026-07-20T03:12:18.938Z Compiling usdt v0.6.0
16662026-07-20T03:12:19.007Z Compiling usdt-impl v0.5.0
16672026-07-20T03:12:19.085Z Compiling serde_with v3.21.0
16682026-07-20T03:12:19.152Z Compiling crossterm v0.28.1
16692026-07-20T03:12:19.198Z Compiling rsa v0.9.10
16702026-07-20T03:12:19.218Z Compiling toml v0.7.8
16712026-07-20T03:12:19.448Z Compiling ed25519-dalek v2.2.0
16722026-07-20T03:12:20.164Z Compiling hyper-tls v0.6.0
16732026-07-20T03:12:20.260Z Compiling zip v0.6.6
16742026-07-20T03:12:20.277Z Compiling iddqd v0.4.2
16752026-07-20T03:12:20.372Z Compiling reqwest v0.12.28
16762026-07-20T03:12:20.415Z Compiling zip v4.6.1
16772026-07-20T03:12:20.667Z Compiling tokio-stream v0.1.18
16782026-07-20T03:12:20.889Z Compiling heck v0.4.1
16792026-07-20T03:12:20.949Z Compiling similar v2.7.0
16802026-07-20T03:12:20.983Z Compiling buf-list v1.1.2
16812026-07-20T03:12:20.999Z Compiling byte-wrapper v0.1.0
16822026-07-20T03:12:21.081Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-20T03:12:21.141Z Compiling openapiv3 v2.2.0
16842026-07-20T03:12:21.156Z Compiling x509-cert v0.2.5
16852026-07-20T03:12:21.295Z Compiling crossbeam-epoch v0.9.18
16862026-07-20T03:12:21.358Z Compiling peg-runtime v0.8.5
16872026-07-20T03:12:21.396Z Compiling lalrpop-util v0.19.12
16882026-07-20T03:12:21.412Z Compiling thread_local v1.1.9
16892026-07-20T03:12:21.429Z Compiling slog-async v2.8.0
16902026-07-20T03:12:21.598Z Compiling crossbeam-channel v0.5.15
16912026-07-20T03:12:21.613Z Compiling filetime v0.2.27
16922026-07-20T03:12:21.646Z Compiling is-terminal v0.4.17
16932026-07-20T03:12:21.662Z Compiling xattr v1.6.1
16942026-07-20T03:12:21.685Z Compiling take_mut v0.2.2
16952026-07-20T03:12:21.759Z Compiling term v1.2.1
16962026-07-20T03:12:21.788Z Compiling tar v0.4.46
16972026-07-20T03:12:21.808Z Compiling camino-tempfile v1.4.1
16982026-07-20T03:12:22.042Z Compiling slog-term v2.9.2
16992026-07-20T03:12:39.550Z Compiling rustls-webpki v0.103.13
17002026-07-20T03:12:42.249Z Compiling tokio-rustls v0.26.4
17012026-07-20T03:12:42.249Z Compiling rustls-platform-verifier v0.6.2
17022026-07-20T03:12:42.249Z Compiling tough v0.22.0
17032026-07-20T03:12:42.450Z Compiling hyper-rustls v0.27.7
17042026-07-20T03:12:42.641Z Compiling reqwest v0.13.2
17052026-07-20T03:12:44.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-20T03:12:45.036Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-20T03:12:47.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.72s
17082026-07-20T03:12:47.987Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-20T03:12:48.042ZJul 20 03:12:47.636 INFO Starting download, target: Console
17102026-07-20T03:12:48.042ZJul 20 03:12:47.637 INFO Starting download, target: Clickhouse
17112026-07-20T03:12:48.042ZJul 20 03:12:47.637 INFO Starting download, target: DendriteStub
17122026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Starting download, target: Cockroach
17132026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Starting download, target: MaghemiteMgd
17142026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Starting download, target: MaghemiteDdmd
17152026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Starting download, target: TransceiverControl
17162026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17202026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17222026-07-20T03:12:48.045ZJul 20 03:12:47.637 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-20T03:12:48.368ZJul 20 03:12:47.960 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-20T03:12:48.589ZJul 20 03:12:48.183 INFO Download complete, target: TransceiverControl
17252026-07-20T03:12:49.890ZJul 20 03:12:49.479 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-07-20T03:12:49.902ZJul 20 03:12:49.479 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-07-20T03:12:50.074ZJul 20 03:12:49.666 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-07-20T03:12:50.142ZJul 20 03:12:49.736 INFO Download complete, target: Console
17292026-07-20T03:12:50.242ZJul 20 03:12:49.830 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-07-20T03:12:50.429ZJul 20 03:12:50.023 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-07-20T03:12:50.514ZJul 20 03:12:50.109 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-07-20T03:12:50.515ZJul 20 03:12:50.109 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-07-20T03:12:51.971ZJul 20 03:12:51.511 INFO Download complete, target: MaghemiteDdmd
17342026-07-20T03:12:52.694ZJul 20 03:12:52.266 INFO Download complete, target: DendriteStub
17352026-07-20T03:12:52.960ZJul 20 03:12:52.544 INFO Download complete, target: MaghemiteMgd
17362026-07-20T03:12:55.220ZJul 20 03:12:54.814 INFO Checking that binary works, target: Cockroach
17372026-07-20T03:12:55.338ZJul 20 03:12:54.932 INFO Download complete, target: Cockroach
17382026-07-20T03:12:57.301ZJul 20 03:12:56.874 INFO Checking that binary works, target: Clickhouse
17392026-07-20T03:12:57.389ZJul 20 03:12:56.958 INFO Download complete, target: Clickhouse
17402026-07-20T03:12:57.406ZAll prerequisites installed successfully
17412026-07-20T03:12:57.406Z
17422026-07-20T03:12:57.406Zreal 1:45.324988119
17432026-07-20T03:12:57.406Zuser 6:37.440001714
17442026-07-20T03:12:57.406Zsys 1:39.116182782
17452026-07-20T03:12:57.406Ztrap 0.242978773
17462026-07-20T03:12:57.407Ztflt 0.799972891
17472026-07-20T03:12:57.407Zdflt 1.505483791
17482026-07-20T03:12:57.407Zkflt 0.026613675
17492026-07-20T03:12:57.407Zlock 23:41.521679291
17502026-07-20T03:12:57.407Zslp 18:03.838793403
17512026-07-20T03:12:57.407Zlat 25.159173217
17522026-07-20T03:12:57.407Zstop 2:44.645025218
17532026-07-20T03:12:57.407Z+ ptime -m cargo xtask download softnpu
17542026-07-20T03:12:57.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17552026-07-20T03:12:57.835Z Running `target/debug/xtask download softnpu`
17562026-07-20T03:12:58.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17572026-07-20T03:12:58.626Z Running `target/debug/xtask-downloader softnpu`
17582026-07-20T03:12:58.667ZJul 20 03:12:58.261 INFO Starting download, target: Softnpu
17592026-07-20T03:12:58.670ZJul 20 03:12:58.262 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-20T03:13:01.091ZJul 20 03:13:00.682 INFO Download complete, target: Softnpu
17612026-07-20T03:13:01.098Z
17622026-07-20T03:13:01.098Zreal 3.714939010
17632026-07-20T03:13:01.098Zuser 1.289313099
17642026-07-20T03:13:01.098Zsys 0.602572354
17652026-07-20T03:13:01.098Ztrap 0.000745150
17662026-07-20T03:13:01.098Ztflt 0.000276170
17672026-07-20T03:13:01.098Zdflt 0.000137710
17682026-07-20T03:13:01.099Zkflt 0.000000000
17692026-07-20T03:13:01.099Zlock 44.944608169
17702026-07-20T03:13:01.099Zslp 2.251785061
17712026-07-20T03:13:01.099Zlat 0.085175529
17722026-07-20T03:13:01.099Zstop 0.000184460
17732026-07-20T03:13:01.099Z+ export CARGO_INCREMENTAL=0
17742026-07-20T03:13:01.099Z+ CARGO_INCREMENTAL=0
17752026-07-20T03:13:01.099Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-20T03:13:01.952Z Compiling proc-macro2 v1.0.106
17772026-07-20T03:13:01.952Z Compiling quote v1.0.45
17782026-07-20T03:13:01.952Z Compiling unicode-ident v1.0.24
17792026-07-20T03:13:01.952Z Compiling libc v0.2.185
17802026-07-20T03:13:01.952Z Compiling serde_core v1.0.228
17812026-07-20T03:13:01.955Z Compiling serde v1.0.228
17822026-07-20T03:13:01.955Z Compiling cfg-if v1.0.4
17832026-07-20T03:13:01.956Z Compiling version_check v0.9.5
17842026-07-20T03:13:01.956Z Compiling shlex v1.3.0
17852026-07-20T03:13:01.956Z Compiling find-msvc-tools v0.1.9
17862026-07-20T03:13:02.097Z Compiling zmij v1.0.21
17872026-07-20T03:13:02.100Z Compiling memchr v2.8.0
17882026-07-20T03:13:02.143Z Compiling serde_json v1.0.150
17892026-07-20T03:13:02.158Z Compiling autocfg v1.5.0
17902026-07-20T03:13:02.254Z Compiling portable-atomic v1.13.1
17912026-07-20T03:13:02.270Z Compiling getrandom v0.4.1
17922026-07-20T03:13:02.444Z Compiling zerocopy v0.8.40
17932026-07-20T03:13:02.476Z Compiling libm v0.2.16
17942026-07-20T03:13:02.552Z Compiling parking_lot_core v0.9.12
17952026-07-20T03:13:02.597Z Compiling icu_normalizer_data v2.1.1
17962026-07-20T03:13:02.644Z Compiling icu_properties_data v2.1.2
17972026-07-20T03:13:02.655Z Compiling num-traits v0.2.19
17982026-07-20T03:13:02.658Z Compiling smallvec v1.15.1
17992026-07-20T03:13:02.684Z Compiling generic-array v0.14.7
18002026-07-20T03:13:02.752Z Compiling itoa v1.0.17
18012026-07-20T03:13:02.824Z Compiling log v0.4.29
18022026-07-20T03:13:02.871Z Compiling subtle v2.6.1
18032026-07-20T03:13:02.900Z Compiling pkg-config v0.3.32
18042026-07-20T03:13:02.915Z Compiling stable_deref_trait v1.2.1
18052026-07-20T03:13:02.970Z Compiling typenum v1.20.1
18062026-07-20T03:13:03.031Z Compiling scopeguard v1.2.0
18072026-07-20T03:13:03.051Z Compiling jobserver v0.1.34
18082026-07-20T03:13:03.068Z Compiling errno v0.3.14
18092026-07-20T03:13:03.129Z Compiling lock_api v0.4.14
18102026-07-20T03:13:03.162Z Compiling rand_core v0.10.0
18112026-07-20T03:13:03.208Z Compiling pin-project-lite v0.2.17
18122026-07-20T03:13:03.241Z Compiling thiserror v2.0.18
18132026-07-20T03:13:03.260Z Compiling getrandom v0.3.4
18142026-07-20T03:13:03.379Z Compiling cc v1.2.56
18152026-07-20T03:13:03.408Z Compiling percent-encoding v2.3.2
18162026-07-20T03:13:03.433Z Compiling fnv v1.0.7
18172026-07-20T03:13:03.460Z Compiling syn v2.0.117
18182026-07-20T03:13:03.460Z Compiling equivalent v1.0.2
18192026-07-20T03:13:03.461Z Compiling writeable v0.6.2
18202026-07-20T03:13:03.461Z Compiling litemap v0.8.1
18212026-07-20T03:13:03.499Z Compiling getrandom v0.2.17
18222026-07-20T03:13:03.555Z Compiling rustversion v1.0.22
18232026-07-20T03:13:03.578Z Compiling schemars v0.8.22
18242026-07-20T03:13:03.714Z Compiling rand_core v0.6.4
18252026-07-20T03:13:03.751Z Compiling dunce v1.0.5
18262026-07-20T03:13:03.770Z Compiling fs_extra v1.3.0
18272026-07-20T03:13:03.771Z Compiling critical-section v1.2.0
18282026-07-20T03:13:03.784Z Compiling rustix v1.1.3
18292026-07-20T03:13:03.864Z Compiling hashbrown v0.17.0
18302026-07-20T03:13:04.005Z Compiling signal-hook-registry v1.4.8
18312026-07-20T03:13:04.085Z Compiling utf8_iter v1.0.4
18322026-07-20T03:13:04.111Z Compiling heck v0.5.0
18332026-07-20T03:13:04.111Z Compiling cmake v0.1.57
18342026-07-20T03:13:04.162Z Compiling once_cell v1.21.3
18352026-07-20T03:13:04.241Z Compiling strsim v0.11.1
18362026-07-20T03:13:04.317Z Compiling parking_lot v0.12.5
18372026-07-20T03:13:04.454Z Compiling semver v1.0.28
18382026-07-20T03:13:04.465Z Compiling indexmap v2.14.0
18392026-07-20T03:13:04.469Z Compiling form_urlencoded v1.2.2
18402026-07-20T03:13:04.507Z Compiling socket2 v0.6.3
18412026-07-20T03:13:04.561Z Compiling mio v1.2.0
18422026-07-20T03:13:04.585Z Compiling ident_case v1.0.1
18432026-07-20T03:13:04.611Z Compiling futures-core v0.3.32
18442026-07-20T03:13:04.658Z Compiling bitflags v2.11.0
18452026-07-20T03:13:04.713Z Compiling aws-lc-sys v0.40.0
18462026-07-20T03:13:04.756Z Compiling aws-lc-rs v1.16.3
18472026-07-20T03:13:04.834Z Compiling httparse v1.10.1
18482026-07-20T03:13:05.118Z Compiling byteorder v1.5.0
18492026-07-20T03:13:05.132Z Compiling ucd-trie v0.1.7
18502026-07-20T03:13:05.148Z Compiling thiserror v1.0.69
18512026-07-20T03:13:05.242Z Compiling syn v1.0.109
18522026-07-20T03:13:05.274Z Compiling regex-syntax v0.8.10
18532026-07-20T03:13:05.305Z Compiling pest v2.8.6
18542026-07-20T03:13:05.308Z Compiling iana-time-zone v0.1.65
18552026-07-20T03:13:05.378Z Compiling const-oid v0.9.6
18562026-07-20T03:13:05.462Z Compiling vcpkg v0.2.15
18572026-07-20T03:13:05.593Z Compiling uuid v1.23.4
18582026-07-20T03:13:05.694Z Compiling rustc_version v0.4.1
18592026-07-20T03:13:05.742Z Compiling futures-sink v0.3.32
18602026-07-20T03:13:05.837Z Compiling rustls v0.23.41
18612026-07-20T03:13:05.858Z Compiling futures-channel v0.3.32
18622026-07-20T03:13:05.974Z Compiling aho-corasick v1.1.4
18632026-07-20T03:13:05.998Z Compiling slab v0.4.12
18642026-07-20T03:13:06.061Z Compiling openssl-sys v0.9.115
18652026-07-20T03:13:06.069Z Compiling futures-task v0.3.32
18662026-07-20T03:13:06.124Z Compiling futures-io v0.3.32
18672026-07-20T03:13:06.214Z Compiling synstructure v0.13.2
18682026-07-20T03:13:06.232Z Compiling serde_derive_internals v0.29.1
18692026-07-20T03:13:06.384Z Compiling crc32fast v1.5.0
18702026-07-20T03:13:06.433Z Compiling pest_meta v2.8.6
18712026-07-20T03:13:06.433Z Compiling time-core v0.1.8
18722026-07-20T03:13:06.582Z Compiling plain v0.2.3
18732026-07-20T03:13:06.599Z Compiling dyn-clone v1.0.20
18742026-07-20T03:13:06.606Z Compiling num-conv v0.2.0
18752026-07-20T03:13:06.698Z Compiling crossbeam-utils v0.8.21
18762026-07-20T03:13:06.707Z Compiling base64 v0.22.1
18772026-07-20T03:13:06.763Z Compiling openssl v0.10.79
18782026-07-20T03:13:06.804Z Compiling time-macros v0.2.27
18792026-07-20T03:13:06.804Z Compiling pretty-hex v0.4.1
18802026-07-20T03:13:06.832Z Compiling regex-automata v0.4.14
18812026-07-20T03:13:06.920Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-07-20T03:13:07.030Z Compiling anyhow v1.0.102
18832026-07-20T03:13:07.062Z Compiling pest_generator v2.8.6
18842026-07-20T03:13:07.099Z Compiling native-tls v0.2.18
18852026-07-20T03:13:07.206Z Compiling rand_core v0.9.5
18862026-07-20T03:13:07.346Z Compiling slog v2.8.2
18872026-07-20T03:13:07.389Z Compiling tracing-core v0.1.36
18882026-07-20T03:13:07.435Z Compiling serde_derive v1.0.228
18892026-07-20T03:13:07.462Z Compiling zeroize_derive v1.4.3
18902026-07-20T03:13:07.504Z Compiling zerofrom-derive v0.1.6
18912026-07-20T03:13:07.598Z Compiling yoke-derive v0.8.1
18922026-07-20T03:13:07.616Z Compiling zerovec-derive v0.11.2
18932026-07-20T03:13:07.643Z Compiling displaydoc v0.2.5
18942026-07-20T03:13:07.659Z Compiling zerocopy-derive v0.8.40
18952026-07-20T03:13:07.676Z Compiling tokio-macros v2.7.0
18962026-07-20T03:13:07.702Z Compiling futures-macro v0.3.32
18972026-07-20T03:13:08.164Z Compiling thiserror-impl v2.0.18
18982026-07-20T03:13:08.175Z Compiling schemars_derive v0.8.22
18992026-07-20T03:13:08.175Z Compiling zeroize v1.8.2
19002026-07-20T03:13:08.364Z Compiling tracing-attributes v0.1.31
19012026-07-20T03:13:08.421Z Compiling der_derive v0.7.3
19022026-07-20T03:13:08.485Z Compiling thiserror-impl v1.0.69
19032026-07-20T03:13:08.573Z Compiling pest_derive v2.8.6
19042026-07-20T03:13:08.624Z Compiling zerofrom v0.1.6
19052026-07-20T03:13:08.771Z Compiling yoke v0.8.1
19062026-07-20T03:13:08.968Z Compiling zerovec v0.11.5
19072026-07-20T03:13:08.985Z Compiling zerotrie v0.2.3
19082026-07-20T03:13:09.085Z Compiling crypto-common v0.1.7
19092026-07-20T03:13:09.090Z Compiling futures-util v0.3.32
19102026-07-20T03:13:09.261Z Compiling block-buffer v0.10.4
19112026-07-20T03:13:09.448Z Compiling scroll_derive v0.12.1
19122026-07-20T03:13:09.507Z Compiling tinystr v0.8.2
19132026-07-20T03:13:09.544Z Compiling potential_utf v0.1.4
19142026-07-20T03:13:09.590Z Compiling digest v0.10.7
19152026-07-20T03:13:09.630Z Compiling scroll_derive v0.13.1
19162026-07-20T03:13:09.725Z Compiling icu_locale_core v2.1.1
19172026-07-20T03:13:09.741Z Compiling icu_collections v2.1.1
19182026-07-20T03:13:09.823Z Compiling openssl-macros v0.1.1
19192026-07-20T03:13:09.885Z Compiling regex v1.12.3
19202026-07-20T03:13:10.251Z Compiling zerocopy-derive v0.7.35
19212026-07-20T03:13:10.270Z Compiling cookie v0.18.1
19222026-07-20T03:13:10.296Z Compiling camino v1.2.2
19232026-07-20T03:13:10.425Z Compiling icu_provider v2.1.1
19242026-07-20T03:13:10.496Z Compiling base64ct v1.8.3
19252026-07-20T03:13:10.575Z Compiling bytes v1.11.1
19262026-07-20T03:13:10.660Z Compiling chrono v0.4.45
19272026-07-20T03:13:10.665Z Compiling serde_tokenstream v0.2.3
19282026-07-20T03:13:10.728Z Compiling icu_properties v2.1.2
19292026-07-20T03:13:10.792Z Compiling icu_normalizer v2.1.1
19302026-07-20T03:13:11.042Z Compiling tokio v1.52.1
19312026-07-20T03:13:11.155Z Compiling http v1.4.2
19322026-07-20T03:13:11.513Z Compiling pem-rfc7468 v0.7.0
19332026-07-20T03:13:11.806Z Compiling idna_adapter v1.2.1
19342026-07-20T03:13:11.918Z Compiling ppv-lite86 v0.2.21
19352026-07-20T03:13:11.975Z Compiling idna v1.1.0
19362026-07-20T03:13:11.990Z Compiling tracing v0.1.44
19372026-07-20T03:13:12.271Z Compiling flagset v0.4.7
19382026-07-20T03:13:12.325Z Compiling url v2.5.8
19392026-07-20T03:13:12.434Z Compiling der v0.7.10
19402026-07-20T03:13:12.473Z Compiling rand_chacha v0.9.0
19412026-07-20T03:13:12.496Z Compiling http-body v1.0.1
19422026-07-20T03:13:12.559Z Compiling rustls-pki-types v1.14.0
19432026-07-20T03:13:13.077Z Compiling usdt-impl v0.5.0
19442026-07-20T03:13:13.120Z Compiling usdt-impl v0.6.0
19452026-07-20T03:13:13.148Z Compiling openssl-probe v0.2.1
19462026-07-20T03:13:13.173Z Compiling ref-cast v1.0.25
19472026-07-20T03:13:13.237Z Compiling paste v1.0.15
19482026-07-20T03:13:13.367Z Compiling cmov v0.5.4
19492026-07-20T03:13:13.400Z Compiling tinyvec_macros v0.1.1
19502026-07-20T03:13:13.537Z Compiling either v1.15.0
19512026-07-20T03:13:13.603Z Compiling fastrand v2.3.0
19522026-07-20T03:13:13.625Z Compiling ctutils v0.4.2
19532026-07-20T03:13:13.770Z Compiling tinyvec v1.10.0
19542026-07-20T03:13:13.792Z Compiling spki v0.7.3
19552026-07-20T03:13:13.948Z Compiling rand v0.9.2
19562026-07-20T03:13:13.999Z Compiling toml_datetime v0.6.11
19572026-07-20T03:13:14.031Z Compiling serde_spanned v0.6.9
19582026-07-20T03:13:14.048Z Compiling scroll v0.13.0
19592026-07-20T03:13:14.095Z Compiling scroll v0.12.0
19602026-07-20T03:13:14.122Z Compiling async-trait v0.1.89
19612026-07-20T03:13:14.147Z Compiling heapless v0.7.17
19622026-07-20T03:13:14.218Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-07-20T03:13:14.261Z Compiling atomic-waker v1.1.2
19642026-07-20T03:13:14.278Z Compiling winnow v1.0.3
19652026-07-20T03:13:14.288Z Compiling signal-hook v0.3.18
19662026-07-20T03:13:14.329Z Compiling rustix v0.38.44
19672026-07-20T03:13:14.386Z Compiling winnow v0.7.14
19682026-07-20T03:13:14.399Z Compiling cpufeatures v0.2.17
19692026-07-20T03:13:14.422Z Compiling try-lock v0.2.5
19702026-07-20T03:13:14.487Z Compiling litrs v1.0.0
19712026-07-20T03:13:14.509Z Compiling tower-service v0.3.3
19722026-07-20T03:13:14.561Z Compiling untrusted v0.7.1
19732026-07-20T03:13:14.567Z Compiling zstd-safe v7.2.4
19742026-07-20T03:13:14.619Z Compiling tower-layer v0.3.3
19752026-07-20T03:13:14.647Z Compiling toml_parser v1.1.2+spec-1.1.0
19762026-07-20T03:13:14.682Z Compiling want v0.3.1
19772026-07-20T03:13:14.689Z Compiling goblin v0.8.2
19782026-07-20T03:13:14.794Z Compiling goblin v0.10.5
19792026-07-20T03:13:14.858Z Compiling tokio-util v0.7.18
19802026-07-20T03:13:14.966Z Compiling document-features v0.2.12
19812026-07-20T03:13:15.037Z Compiling hybrid-array v0.4.13
19822026-07-20T03:13:15.311Z Compiling zerocopy v0.7.35
19832026-07-20T03:13:15.506Z Compiling ipnet v2.11.0
19842026-07-20T03:13:15.821Z Compiling h2 v0.4.15
19852026-07-20T03:13:15.841Z Compiling ref-cast-impl v1.0.25
19862026-07-20T03:13:15.875Z Compiling darling_core v0.20.11
19872026-07-20T03:13:15.892Z Compiling curve25519-dalek v4.1.3
19882026-07-20T03:13:15.896Z Compiling memoffset v0.9.1
19892026-07-20T03:13:16.002Z Compiling utf8parse v0.2.2
19902026-07-20T03:13:16.100Z Compiling foreign-types-shared v0.1.1
19912026-07-20T03:13:16.150Z Compiling httpdate v1.0.3
19922026-07-20T03:13:16.179Z Compiling powerfmt v0.2.0
19932026-07-20T03:13:16.345Z Compiling untrusted v0.9.0
19942026-07-20T03:13:16.458Z Compiling winnow v0.5.40
19952026-07-20T03:13:16.475Z Compiling deranged v0.5.8
19962026-07-20T03:13:16.491Z Compiling foreign-types v0.3.2
19972026-07-20T03:13:16.588Z Compiling tempfile v3.25.0
19982026-07-20T03:13:16.693Z Compiling unicode-normalization v0.1.25
19992026-07-20T03:13:16.932Z Compiling dof v0.3.0
20002026-07-20T03:13:17.157Z Compiling dtrace-parser v0.2.0
20012026-07-20T03:13:17.174Z Compiling pkcs8 v0.10.2
20022026-07-20T03:13:17.539Z Compiling dof v0.4.0
20032026-07-20T03:13:17.746Z Compiling toml_edit v0.19.15
20042026-07-20T03:13:17.812Z Compiling darling_macro v0.20.11
20052026-07-20T03:13:17.845Z Compiling dtrace-parser v0.3.0
20062026-07-20T03:13:17.876Z Compiling daft-derive v0.1.7
20072026-07-20T03:13:18.075Z Compiling pin-project-internal v1.1.11
20082026-07-20T03:13:18.162Z Compiling spin v0.9.8
20092026-07-20T03:13:18.190Z Compiling thread-id v4.2.2
20102026-07-20T03:13:18.320Z Compiling thread-id v5.1.0
20112026-07-20T03:13:18.323Z Compiling cfg_aliases v0.2.1
20122026-07-20T03:13:18.424Z Compiling num_threads v0.1.7
20132026-07-20T03:13:18.469Z Compiling num-bigint-dig v0.8.6
20142026-07-20T03:13:18.563Z Compiling smoltcp v0.9.1
20152026-07-20T03:13:18.594Z Compiling anstyle v1.0.14
20162026-07-20T03:13:18.713Z Compiling nix v0.31.2
20172026-07-20T03:13:18.772Z Compiling time v0.3.47
20182026-07-20T03:13:18.833Z Compiling darling v0.20.11
20192026-07-20T03:13:18.955Z Compiling hyper v1.10.1
20202026-07-20T03:13:19.170Z Compiling sha2 v0.10.9
20212026-07-20T03:13:19.319Z Compiling ipnetwork v0.21.1
20222026-07-20T03:13:19.490Z Compiling hmac v0.12.1
20232026-07-20T03:13:19.534Z Compiling curve25519-dalek-derive v0.1.1
20242026-07-20T03:13:19.655Z Compiling strum_macros v0.26.4
20252026-07-20T03:13:19.770Z Compiling darling_core v0.23.0
20262026-07-20T03:13:19.859Z Compiling sync_wrapper v1.0.2
20272026-07-20T03:13:19.981Z Compiling wait-timeout v0.2.1
20282026-07-20T03:13:20.166Z Compiling hyper-util v0.1.20
20292026-07-20T03:13:20.220Z Compiling anstyle-query v1.1.5
20302026-07-20T03:13:20.349Z Compiling siphasher v1.0.2
20312026-07-20T03:13:20.409Z Compiling colorchoice v1.0.4
20322026-07-20T03:13:20.441Z Compiling bit-vec v0.8.0
20332026-07-20T03:13:20.551Z Compiling simd-adler32 v0.3.8
20342026-07-20T03:13:20.684Z Compiling quick-error v1.2.3
20352026-07-20T03:13:20.810Z Compiling is_terminal_polyfill v1.70.2
20362026-07-20T03:13:20.916Z Compiling rusty-fork v0.3.1
20372026-07-20T03:13:21.236Z Compiling bit-set v0.8.0
20382026-07-20T03:13:21.416Z Compiling tower v0.5.3
20392026-07-20T03:13:21.680Z Compiling derive_builder_core v0.20.2
20402026-07-20T03:13:21.840Z Compiling http-body-util v0.1.3
20412026-07-20T03:13:21.891Z Compiling darling_macro v0.23.0
20422026-07-20T03:13:21.907Z Compiling hubpack_derive v0.1.1
20432026-07-20T03:13:21.922Z Compiling strum_macros v0.27.2
20442026-07-20T03:13:21.937Z Compiling snafu-derive v0.8.9
20452026-07-20T03:13:21.988Z Compiling rand_xorshift v0.4.0
20462026-07-20T03:13:22.164Z Compiling ahash v0.8.12
20472026-07-20T03:13:22.211Z Compiling fs-err v3.3.0
20482026-07-20T03:13:22.412Z Compiling unicode-properties v0.1.4
20492026-07-20T03:13:22.415Z Compiling object v0.37.3
20502026-07-20T03:13:22.456Z Compiling unicode-segmentation v1.12.0
20512026-07-20T03:13:22.492Z Compiling ryu v1.0.23
20522026-07-20T03:13:22.667Z Compiling iri-string v0.7.10
20532026-07-20T03:13:22.685Z Compiling adler2 v2.0.1
20542026-07-20T03:13:22.790Z Compiling allocator-api2 v0.2.21
20552026-07-20T03:13:22.821Z Compiling unicode-bidi v0.3.18
20562026-07-20T03:13:22.869Z Compiling unarray v0.1.4
20572026-07-20T03:13:22.891Z Compiling miniz_oxide v0.8.9
20582026-07-20T03:13:22.991Z Compiling proptest v1.10.0
20592026-07-20T03:13:23.122Z Compiling serde_urlencoded v0.7.1
20602026-07-20T03:13:23.344Z Compiling stringprep v0.1.5
20612026-07-20T03:13:23.391Z Compiling derive_builder_macro v0.20.2
20622026-07-20T03:13:23.459Z Compiling darling v0.23.0
20632026-07-20T03:13:23.594Z Compiling tokio-native-tls v0.3.1
20642026-07-20T03:13:23.643Z Compiling usdt-attr-macro v0.6.0
20652026-07-20T03:13:23.727Z Compiling usdt-macro v0.6.0
20662026-07-20T03:13:23.741Z Compiling anstyle-parse v1.0.0
20672026-07-20T03:13:23.790Z Compiling crypto-common v0.2.2
20682026-07-20T03:13:23.835Z Compiling tower-http v0.6.8
20692026-07-20T03:13:23.903Z Compiling block-buffer v0.12.1
20702026-07-20T03:13:23.940Z Compiling block-padding v0.4.2
20712026-07-20T03:13:24.361Z Compiling rustls-native-certs v0.8.3
20722026-07-20T03:13:24.454Z Compiling rand_chacha v0.3.1
20732026-07-20T03:13:24.498Z Compiling erased-serde v0.3.31
20742026-07-20T03:13:24.512Z Compiling hex v0.4.3
20752026-07-20T03:13:24.557Z Compiling md-5 v0.10.6
20762026-07-20T03:13:24.595Z Compiling signature v2.2.0
20772026-07-20T03:13:24.621Z Compiling bstr v1.12.1
20782026-07-20T03:13:24.658Z Compiling num-integer v0.1.46
20792026-07-20T03:13:24.721Z Compiling hash32 v0.2.1
20802026-07-20T03:13:24.798Z Compiling vergen-lib v9.1.0
20812026-07-20T03:13:24.899Z Compiling encoding_rs v0.8.35
20822026-07-20T03:13:24.957Z Compiling mime v0.3.17
20832026-07-20T03:13:24.976Z Compiling psl-types v2.0.11
20842026-07-20T03:13:25.028Z Compiling fallible-iterator v0.2.0
20852026-07-20T03:13:25.039Z Compiling cpufeatures v0.3.0
20862026-07-20T03:13:25.119Z Compiling zlib-rs v0.6.2
20872026-07-20T03:13:25.133Z Compiling publicsuffix v2.3.0
20882026-07-20T03:13:25.270Z Compiling newtype-uuid v1.3.2
20892026-07-20T03:13:25.333Z Compiling postgres-protocol v0.6.10
20902026-07-20T03:13:25.362Z Compiling num-iter v0.1.45
20912026-07-20T03:13:25.570Z Compiling rand v0.8.6
20922026-07-20T03:13:25.867Z Compiling oxnet v0.1.6
20932026-07-20T03:13:25.933Z Compiling inout v0.2.2
20942026-07-20T03:13:26.031Z Compiling derive_builder v0.20.2
20952026-07-20T03:13:26.055Z Compiling anstream v1.0.0
20962026-07-20T03:13:26.084Z Compiling hyper-tls v0.6.0
20972026-07-20T03:13:26.171Z Compiling serde_with_macros v3.21.0
20982026-07-20T03:13:26.204Z Compiling heck v0.4.1
20992026-07-20T03:13:26.270Z Compiling phf_shared v0.13.1
21002026-07-20T03:13:26.284Z Compiling pin-project v1.1.11
21012026-07-20T03:13:26.376Z Compiling lazy_static v1.5.0
21022026-07-20T03:13:26.424Z Compiling anstyle-parse v0.2.7
21032026-07-20T03:13:26.516Z Compiling terminal_size v0.4.3
21042026-07-20T03:13:26.531Z Compiling futures-executor v0.3.32
21052026-07-20T03:13:26.578Z Compiling clap_derive v4.6.1
21062026-07-20T03:13:26.593Z Compiling enum-as-inner v0.6.1
21072026-07-20T03:13:26.618Z Compiling serde_repr v0.1.20
21082026-07-20T03:13:26.655Z Compiling async-recursion v1.1.1
21092026-07-20T03:13:26.802Z Compiling ff v0.13.1
21102026-07-20T03:13:26.864Z Compiling vergen v9.1.0
21112026-07-20T03:13:26.902Z Compiling cargo-platform v0.3.2
21122026-07-20T03:13:27.129Z Compiling base16ct v0.2.0
21132026-07-20T03:13:27.174Z Compiling flate2 v1.1.9
21142026-07-20T03:13:27.203Z Compiling libbz2-rs-sys v0.2.2
21152026-07-20T03:13:27.230Z Compiling foldhash v0.1.5
21162026-07-20T03:13:27.245Z Compiling clap_lex v1.0.0
21172026-07-20T03:13:27.294Z Compiling foldhash v0.2.0
21182026-07-20T03:13:27.314Z Compiling managed v0.8.0
21192026-07-20T03:13:27.427Z Compiling bitflags v1.3.2
21202026-07-20T03:13:27.458Z Compiling same-file v1.0.6
21212026-07-20T03:13:27.520Z Compiling bumpalo v3.20.2
21222026-07-20T03:13:27.590Z Compiling walkdir v2.5.0
21232026-07-20T03:13:27.624Z Compiling bzip2 v0.6.1
21242026-07-20T03:13:27.724Z Compiling zopfli v0.8.3
21252026-07-20T03:13:27.787Z Compiling hashbrown v0.16.1
21262026-07-20T03:13:27.838Z Compiling clap_builder v4.6.0
21272026-07-20T03:13:27.883Z Compiling hashbrown v0.15.5
21282026-07-20T03:13:27.898Z Compiling sec1 v0.7.3
21292026-07-20T03:13:28.205Z Compiling cargo_metadata v0.23.1
21302026-07-20T03:13:28.221Z Compiling group v0.13.0
21312026-07-20T03:13:28.438Z Compiling futures v0.3.32
21322026-07-20T03:13:28.529Z Compiling anstream v0.6.21
21332026-07-20T03:13:28.767Z Compiling zstd v0.13.3
21342026-07-20T03:13:28.901Z Compiling phf v0.13.1
21352026-07-20T03:13:29.042Z Compiling snafu v0.8.9
21362026-07-20T03:13:29.078Z Compiling reqwest v0.12.28
21372026-07-20T03:13:29.265Z Compiling daft v0.1.7
21382026-07-20T03:13:29.559Z Compiling signal-hook-mio v0.2.5
21392026-07-20T03:13:29.625Z Compiling cipher v0.5.2
21402026-07-20T03:13:29.698Z Compiling cookie_store v0.22.1
21412026-07-20T03:13:29.771Z Compiling postgres-types v0.2.12
21422026-07-20T03:13:29.845Z Compiling bzip2 v0.4.4
21432026-07-20T03:13:29.868Z Compiling globset v0.4.18
21442026-07-20T03:13:29.883Z Compiling ed25519 v2.2.3
21452026-07-20T03:13:29.985Z Compiling strum v0.27.2
21462026-07-20T03:13:30.135Z Compiling hubpack v0.1.2
21472026-07-20T03:13:30.179Z Compiling phf_shared v0.11.3
21482026-07-20T03:13:30.195Z Compiling hkdf v0.12.4
21492026-07-20T03:13:30.212Z Compiling crossbeam-epoch v0.9.18
21502026-07-20T03:13:30.307Z Compiling pkcs1 v0.7.5
21512026-07-20T03:13:30.328Z Compiling olpc-cjson v0.1.4
21522026-07-20T03:13:30.561Z Compiling pem v3.0.6
21532026-07-20T03:13:30.575Z Compiling serde_plain v1.0.2
21542026-07-20T03:13:30.601Z Compiling serde-big-array v0.5.1
21552026-07-20T03:13:30.743Z Compiling crypto-bigint v0.5.5
21562026-07-20T03:13:30.778Z Compiling float-cmp v0.10.0
21572026-07-20T03:13:30.798Z Compiling memmap2 v0.9.10
21582026-07-20T03:13:30.865Z Compiling env_filter v1.0.0
21592026-07-20T03:13:30.881Z Compiling difflib v0.4.0
21602026-07-20T03:13:30.937Z Compiling fixedbitset v0.5.7
21612026-07-20T03:13:31.004Z Compiling data-encoding v2.10.0
21622026-07-20T03:13:31.026Z Compiling const-oid v0.10.2
21632026-07-20T03:13:31.113Z Compiling predicates-core v1.0.10
21642026-07-20T03:13:31.153Z Compiling whoami v2.1.0
21652026-07-20T03:13:31.220Z Compiling precomputed-hash v0.1.1
21662026-07-20T03:13:31.317Z Compiling fixedbitset v0.4.2
21672026-07-20T03:13:31.335Z Compiling keccak v0.1.6
21682026-07-20T03:13:31.371Z Compiling normalize-line-endings v0.3.0
21692026-07-20T03:13:31.374Z Compiling toml_write v0.1.2
21702026-07-20T03:13:31.482Z Compiling new_debug_unreachable v1.0.6
21712026-07-20T03:13:31.516Z Compiling static_assertions v1.1.0
21722026-07-20T03:13:31.533Z Compiling jiff v0.2.21
21732026-07-20T03:13:31.553Z Compiling typed-path v0.9.3
21742026-07-20T03:13:31.556Z Compiling string_cache v0.8.9
21752026-07-20T03:13:31.600Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21762026-07-20T03:13:31.603Z Compiling toml_edit v0.22.27
21772026-07-20T03:13:31.603Z Compiling sha3 v0.10.8
21782026-07-20T03:13:31.603Z Compiling petgraph v0.6.5
21792026-07-20T03:13:31.661Z Compiling elliptic-curve v0.13.8
21802026-07-20T03:13:31.806Z Compiling predicates v3.1.4
21812026-07-20T03:13:31.824Z Compiling tokio-postgres v0.7.16
21822026-07-20T03:13:31.835Z Compiling chacha20 v0.10.0
21832026-07-20T03:13:31.923Z Compiling hickory-proto v0.25.2
21842026-07-20T03:13:32.047Z Compiling digest v0.11.3
21852026-07-20T03:13:32.135Z Compiling petgraph v0.8.3
21862026-07-20T03:13:32.249Z Compiling env_logger v0.11.9
21872026-07-20T03:13:32.382Z Compiling usdt v0.6.0
21882026-07-20T03:13:32.697Z Compiling rsa v0.9.10
21892026-07-20T03:13:33.950Z Compiling ed25519-dalek v2.2.0
21902026-07-20T03:13:34.022Z Compiling zip v0.6.6
21912026-07-20T03:13:34.098Z Compiling crossterm v0.28.1
21922026-07-20T03:13:34.268Z Compiling zip v4.6.1
21932026-07-20T03:13:34.434Z Compiling iddqd v0.4.2
21942026-07-20T03:13:34.488Z Compiling clap v4.6.1
21952026-07-20T03:13:34.580Z Compiling serde_with v3.21.0
21962026-07-20T03:13:34.881Z Compiling similar v2.7.0
21972026-07-20T03:13:34.949Z Compiling byte-wrapper v0.1.0
21982026-07-20T03:13:35.193Z Compiling strum v0.26.3
21992026-07-20T03:13:35.251Z Compiling toml v0.7.8
22002026-07-20T03:13:35.265Z Compiling tokio-stream v0.1.18
22012026-07-20T03:13:35.281Z Compiling buf-list v1.1.2
22022026-07-20T03:13:35.339Z Compiling x509-cert v0.2.5
22032026-07-20T03:13:35.548Z Compiling itertools v0.13.0
22042026-07-20T03:13:35.673Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-07-20T03:13:35.993Z Compiling openapiv3 v2.2.0
22062026-07-20T03:13:36.370Z Compiling lalrpop-util v0.19.12
22072026-07-20T03:13:36.402Z Compiling peg-runtime v0.8.5
22082026-07-20T03:13:52.580Z Compiling rustls-webpki v0.103.13
22092026-07-20T03:13:53.765Z Compiling macaddr v1.0.1
22102026-07-20T03:13:53.886Z Compiling structmeta-derive v0.3.0
22112026-07-20T03:13:53.976Z Compiling darling_core v0.21.3
22122026-07-20T03:13:54.078Z Compiling rayon-core v1.13.0
22132026-07-20T03:13:54.146Z Compiling crucible-workspace-hack v0.1.0
22142026-07-20T03:13:54.162Z Compiling itertools v0.14.0
22152026-07-20T03:13:54.325Z Compiling secrecy v0.10.3
22162026-07-20T03:13:54.342Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-07-20T03:13:54.386Z Compiling heapless v0.8.0
22182026-07-20T03:13:54.471Z Compiling toml_datetime v0.7.5+spec-1.1.0
22192026-07-20T03:13:54.596Z Compiling crossbeam-deque v0.8.6
22202026-07-20T03:13:54.675Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-07-20T03:13:54.723Z Compiling inout v0.1.4
22222026-07-20T03:13:54.740Z Compiling hash32 v0.3.1
22232026-07-20T03:13:54.777Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22242026-07-20T03:13:54.837Z Compiling multer v3.1.0
22252026-07-20T03:13:54.891Z Compiling thread_local v1.1.9
22262026-07-20T03:13:54.907Z Compiling slog-async v2.8.0
22272026-07-20T03:13:54.924Z Compiling structmeta v0.3.0
22282026-07-20T03:13:54.942Z Compiling unicode-width v0.2.0
22292026-07-20T03:13:54.945Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-07-20T03:13:55.066Z Compiling smoltcp v0.11.0
22312026-07-20T03:13:55.152Z Compiling match_cfg v0.1.0
22322026-07-20T03:13:55.214Z Compiling compression-core v0.4.31
22332026-07-20T03:13:55.262Z Compiling hostname v0.3.1
22342026-07-20T03:13:55.279Z Compiling proc-macro-crate v3.4.0
22352026-07-20T03:13:55.282Z Compiling derive-ex v0.1.8
22362026-07-20T03:13:55.364Z Compiling compression-codecs v0.4.37
22372026-07-20T03:13:55.441Z Compiling cipher v0.4.4
22382026-07-20T03:13:55.472Z Compiling atomicwrites v0.4.4
22392026-07-20T03:13:55.593Z Compiling slog-json v2.6.1
22402026-07-20T03:13:55.707Z Compiling crossbeam-channel v0.5.15
22412026-07-20T03:13:55.728Z Compiling half v2.7.1
22422026-07-20T03:13:55.751Z Compiling newtype-uuid-macros v0.1.0
22432026-07-20T03:13:55.771Z Compiling cobs v0.3.0
22442026-07-20T03:13:55.867Z Compiling universal-hash v0.5.1
22452026-07-20T03:13:55.928Z Compiling thiserror-impl-no-std v2.0.2
22462026-07-20T03:13:56.022Z Compiling async-stream-impl v0.3.6
22472026-07-20T03:13:56.096Z Compiling toml_datetime v1.1.1+spec-1.1.0
22482026-07-20T03:13:56.105Z Compiling serde_spanned v1.1.1
22492026-07-20T03:13:56.105Z Compiling darling_macro v0.21.3
22502026-07-20T03:13:56.264Z Compiling tokio-rustls v0.26.4
22512026-07-20T03:13:56.410Z Compiling rustls-platform-verifier v0.6.2
22522026-07-20T03:13:56.506Z Compiling hyper-rustls v0.27.7
22532026-07-20T03:13:56.519Z Compiling tough v0.22.0
22542026-07-20T03:13:56.549Z Compiling is-terminal v0.4.17
22552026-07-20T03:13:56.629Z Compiling proc-macro-error-attr v1.0.4
22562026-07-20T03:13:56.634Z Compiling dropshot v0.17.1
22572026-07-20T03:13:56.661Z Compiling darling v0.21.3
22582026-07-20T03:13:56.674Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-07-20T03:13:56.758Z Compiling reqwest v0.13.2
22602026-07-20T03:13:56.830Z Compiling ingot-macros v0.1.1
22612026-07-20T03:13:56.848Z Compiling opaque-debug v0.3.1
22622026-07-20T03:13:56.871Z Compiling take_mut v0.2.2
22632026-07-20T03:13:56.890Z Compiling term v1.2.1
22642026-07-20T03:13:56.907Z Compiling toml_writer v1.1.1+spec-1.1.0
22652026-07-20T03:13:56.933Z Compiling convert_case v0.4.0
22662026-07-20T03:13:56.973Z Compiling ciborium-io v0.2.2
22672026-07-20T03:13:56.989Z Compiling thiserror-no-std v2.0.2
22682026-07-20T03:13:57.090Z Compiling ciborium-ll v0.2.2
22692026-07-20T03:13:57.105Z Compiling toml v1.1.2+spec-1.1.0
22702026-07-20T03:13:57.180Z Compiling poly1305 v0.8.0
22712026-07-20T03:13:57.255Z Compiling derive_more v0.99.20
22722026-07-20T03:13:57.376Z Compiling slog-term v2.9.2
22732026-07-20T03:13:57.748Z Compiling test-strategy v0.4.5
22742026-07-20T03:13:57.838Z Compiling async-stream v0.3.6
22752026-07-20T03:13:57.855Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762026-07-20T03:13:57.914Z Compiling postcard v1.1.3
22772026-07-20T03:13:58.248Z Compiling slog-bunyan v2.5.0
22782026-07-20T03:13:58.337Z Compiling num_enum_derive v0.7.6
22792026-07-20T03:13:58.467Z Compiling chacha20 v0.9.1
22802026-07-20T03:13:58.684Z Compiling async-compression v0.4.41
22812026-07-20T03:13:58.740Z Compiling parse-display-derive v0.10.0
22822026-07-20T03:13:59.089Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22832026-07-20T03:13:59.170Z Compiling sha1 v0.11.0
22842026-07-20T03:13:59.331Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-07-20T03:13:59.459Z Compiling proc-macro-crate v1.3.1
22862026-07-20T03:13:59.484Z Compiling ingot-types v0.1.2
22872026-07-20T03:13:59.587Z Compiling waitgroup v0.1.2
22882026-07-20T03:13:59.607Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22892026-07-20T03:13:59.704Z Compiling backon v1.6.0
22902026-07-20T03:13:59.766Z Compiling password-hash v0.5.0
22912026-07-20T03:13:59.818Z Compiling rustls-pemfile v2.2.0
22922026-07-20T03:13:59.848Z Compiling dropshot_endpoint v0.17.1
22932026-07-20T03:13:59.912Z Compiling ingot v0.1.1
22942026-07-20T03:13:59.956Z Compiling blake2 v0.10.6
22952026-07-20T03:13:59.994Z Compiling aead v0.5.2
22962026-07-20T03:14:00.018Z Compiling foreign-types-macros v0.2.3
22972026-07-20T03:14:00.117Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22982026-07-20T03:14:00.158Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-20T03:14:00.204Z Compiling serde_path_to_error v0.1.20
23002026-07-20T03:14:00.250Z Compiling hostname v0.4.2
23012026-07-20T03:14:00.481Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23022026-07-20T03:14:00.530Z Compiling proc-macro-error v1.0.4
23032026-07-20T03:14:00.547Z Compiling instant v0.1.13
23042026-07-20T03:14:00.606Z Compiling debug-ignore v1.0.5
23052026-07-20T03:14:00.635Z Compiling foreign-types-shared v0.3.1
23062026-07-20T03:14:00.667Z Compiling backoff v0.4.0
23072026-07-20T03:14:00.689Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23082026-07-20T03:14:00.714Z Compiling parse-display v0.10.0
23092026-07-20T03:14:00.731Z Compiling argon2 v0.5.3
23102026-07-20T03:14:00.765Z Compiling foreign-types v0.5.0
23112026-07-20T03:14:00.771Z Compiling chacha20poly1305 v0.10.1
23122026-07-20T03:14:00.772Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23132026-07-20T03:14:00.821Z Compiling num_enum_derive v0.5.11
23142026-07-20T03:14:00.862Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23152026-07-20T03:14:00.905Z Compiling num_enum v0.7.6
23162026-07-20T03:14:01.054Z Compiling ciborium v0.2.2
23172026-07-20T03:14:01.074Z Compiling vsss-rs v3.3.4
23182026-07-20T03:14:01.236Z Compiling tabwriter v1.4.1
23192026-07-20T03:14:01.272Z Compiling regress v0.10.5
23202026-07-20T03:14:01.340Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-07-20T03:14:01.377Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23222026-07-20T03:14:01.465Z Compiling cstr-argument v0.1.2
23232026-07-20T03:14:01.572Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23242026-07-20T03:14:01.618Z Compiling humantime v2.3.0
23252026-07-20T03:14:01.661Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-07-20T03:14:01.793Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23272026-07-20T03:14:01.813Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-07-20T03:14:01.849Z Compiling num_enum v0.5.11
23292026-07-20T03:14:01.865Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-07-20T03:14:01.925Z Compiling rayon v1.11.0
23312026-07-20T03:14:01.959Z Compiling rand v0.10.1
23322026-07-20T03:14:01.988Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-07-20T03:14:02.060Z Compiling colored v3.1.1
23342026-07-20T03:14:02.079Z Compiling indent_write v2.2.0
23352026-07-20T03:14:02.094Z Compiling libefi-sys v0.1.0
23362026-07-20T03:14:02.115Z Compiling zone_cfg_derive v0.3.1
23372026-07-20T03:14:02.165Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23382026-07-20T03:14:02.252Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23392026-07-20T03:14:02.349Z Compiling camino-tempfile v1.4.1
23402026-07-20T03:14:02.368Z Compiling itertools v0.12.1
23412026-07-20T03:14:02.384Z Compiling usdt-macro v0.5.0
23422026-07-20T03:14:02.415Z Compiling usdt-attr-macro v0.5.0
23432026-07-20T03:14:02.494Z Compiling num-derive v0.4.2
23442026-07-20T03:14:02.725Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-20T03:14:02.751Z Compiling bitfield-struct v0.6.2
23462026-07-20T03:14:02.802Z Compiling blake3 v1.8.5
23472026-07-20T03:14:02.818Z Compiling sigpipe v0.1.3
23482026-07-20T03:14:02.833Z Compiling memmap v0.7.0
23492026-07-20T03:14:02.885Z Compiling swrite v0.1.0
23502026-07-20T03:14:02.932Z Compiling glob v0.3.3
23512026-07-20T03:14:03.018Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23522026-07-20T03:14:03.097Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23532026-07-20T03:14:03.201Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23542026-07-20T03:14:03.217Z Compiling usdt v0.5.0
23552026-07-20T03:14:03.401Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-07-20T03:14:03.452Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23572026-07-20T03:14:03.576Z Compiling smf v0.2.3
23582026-07-20T03:14:03.655Z Compiling filetime v0.2.27
23592026-07-20T03:14:03.673Z Compiling xattr v1.6.1
23602026-07-20T03:14:03.676Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-07-20T03:14:03.737Z Compiling zone v0.3.1
23622026-07-20T03:14:03.785Z Compiling whoami v1.6.1
23632026-07-20T03:14:03.810Z Compiling constant_time_eq v0.4.2
23642026-07-20T03:14:03.892Z Compiling arrayref v0.3.9
23652026-07-20T03:14:03.896Z Compiling arrayvec v0.7.6
23662026-07-20T03:14:03.921Z Compiling tar v0.4.46
23672026-07-20T03:14:03.924Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-20T03:14:03.925Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-07-20T03:14:03.983Z Compiling tokio-dtrace v0.1.1
23702026-07-20T03:14:04.017Z Compiling console v0.16.2
23712026-07-20T03:14:04.160Z Compiling gethostname v0.5.0
23722026-07-20T03:14:04.209Z Compiling topological-sort v0.2.2
23732026-07-20T03:14:04.254Z Compiling unit-prefix v0.5.2
23742026-07-20T03:14:04.308Z Compiling oxide-tokio-rt v0.1.4
23752026-07-20T03:14:04.323Z Compiling toml v0.8.23
23762026-07-20T03:14:04.429Z Compiling indicatif v0.18.4
23772026-07-20T03:14:04.640Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23782026-07-20T03:14:04.735Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-07-20T03:14:04.754Z Compiling shell-words v1.1.1
23802026-07-20T03:14:13.961Z Compiling progenitor-client v0.14.0
23812026-07-20T03:14:13.962Z Compiling omicron-zone-package v0.12.3
23822026-07-20T03:14:14.209Z Compiling progenitor-extras v0.2.0
23832026-07-20T03:14:14.558Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23842026-07-20T03:14:14.571Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23852026-07-20T03:14:14.590Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23862026-07-20T03:14:14.666Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23872026-07-20T03:14:14.711Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-07-20T03:14:14.750Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-07-20T03:14:14.878Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-07-20T03:14:14.904Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-07-20T03:14:15.378Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-07-20T03:14:19.345Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23932026-07-20T03:14:27.344Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23942026-07-20T03:14:30.513Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-07-20T03:14:31.546Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-07-20T03:14:40.864Z Finished `release` profile [optimized] target(s) in 1m 39s
23972026-07-20T03:14:41.008Z Running `target/release/omicron-package -t test target create -p dev`
23982026-07-20T03:14:41.070ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-07-20T03:14:41.074ZCreated new build target 'test' and set it as active
24002026-07-20T03:14:41.074Z
24012026-07-20T03:14:41.074Zreal 1:39.976387111
24022026-07-20T03:14:41.074Zuser 16:24.738379231
24032026-07-20T03:14:41.074Zsys 2:36.424840270
24042026-07-20T03:14:41.074Ztrap 0.466017663
24052026-07-20T03:14:41.074Ztflt 2.372250324
24062026-07-20T03:14:41.074Zdflt 4.046784327
24072026-07-20T03:14:41.075Zkflt 0.000896340
24082026-07-20T03:14:41.075Zlock 51:52.988360228
24092026-07-20T03:14:41.075Zslp 42:32.487223477
24102026-07-20T03:14:41.075Zlat 41.351574207
24112026-07-20T03:14:41.075Zstop 5:06.597323644
24122026-07-20T03:14:41.075Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-07-20T03:14:41.913Z Finished `release` profile [optimized] target(s) in 0.83s
24142026-07-20T03:14:41.986Z Running `target/release/omicron-package -t test package`
24152026-07-20T03:14:42.042ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-07-20T03:14:43.415Z Compiling heck v0.5.0
24172026-07-20T03:14:43.415Z Compiling regress v0.11.1
24182026-07-20T03:14:43.655Z Compiling unsafe-libyaml v0.2.11
24192026-07-20T03:14:43.672Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-07-20T03:14:43.695Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24212026-07-20T03:14:43.715Z Compiling unicode-width v0.1.14
24222026-07-20T03:14:43.736Z Compiling derive-where v1.6.0
24232026-07-20T03:14:43.739Z Compiling bytecount v0.6.9
24242026-07-20T03:14:43.739Z Compiling atomicwrites v0.4.4
24252026-07-20T03:14:43.754Z Compiling is-terminal v0.4.17
24262026-07-20T03:14:43.815Z Compiling prettyplease v0.2.37
24272026-07-20T03:14:43.815Z Compiling console v0.15.11
24282026-07-20T03:14:43.818Z Compiling newline-converter v0.3.0
24292026-07-20T03:14:43.818Z Compiling slog-dtrace v0.3.0
24302026-07-20T03:14:43.878Z Compiling owo-colors v4.3.0
24312026-07-20T03:14:43.920Z Compiling resolv-conf v0.7.6
24322026-07-20T03:14:43.941Z Compiling cancel-safe-futures v0.1.5
24332026-07-20T03:14:43.961Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24342026-07-20T03:14:43.993Z Compiling num-rational v0.4.2
24352026-07-20T03:14:44.034Z Compiling libsw-core v0.3.2
24362026-07-20T03:14:44.055Z Compiling num-complex v0.4.6
24372026-07-20T03:14:44.123Z Compiling thread_local v1.1.9
24382026-07-20T03:14:44.162Z Compiling serde_yaml v0.9.34+deprecated
24392026-07-20T03:14:44.236Z Compiling match_cfg v0.1.0
24402026-07-20T03:14:44.239Z Compiling expectorate v1.2.0
24412026-07-20T03:14:44.307Z Compiling compression-core v0.4.31
24422026-07-20T03:14:44.330Z Compiling hostname v0.3.1
24432026-07-20T03:14:44.478Z Compiling num v0.4.3
24442026-07-20T03:14:44.498Z Compiling compression-codecs v0.4.37
24452026-07-20T03:14:44.501Z Compiling libsw v3.5.0
24462026-07-20T03:14:44.542Z Compiling multer v3.1.0
24472026-07-20T03:14:44.564Z Compiling slog-async v2.8.0
24482026-07-20T03:14:44.584Z Compiling crossbeam-channel v0.5.15
24492026-07-20T03:14:44.607Z Compiling slog-json v2.6.1
24502026-07-20T03:14:44.628Z Compiling serde_spanned v1.1.1
24512026-07-20T03:14:44.741Z Compiling toml_datetime v1.1.1+spec-1.1.0
24522026-07-20T03:14:44.766Z Compiling float-ord v0.3.2
24532026-07-20T03:14:44.769Z Compiling term v1.2.1
24542026-07-20T03:14:44.806Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-07-20T03:14:44.853Z Compiling take_mut v0.2.2
24562026-07-20T03:14:44.884Z Compiling toml_writer v1.1.1+spec-1.1.0
24572026-07-20T03:14:44.925Z Compiling linear-map v1.2.0
24582026-07-20T03:14:44.946Z Compiling linked-hash-map v0.5.6
24592026-07-20T03:14:44.999Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24602026-07-20T03:14:45.019Z Compiling slog-bunyan v2.5.0
24612026-07-20T03:14:45.040Z Compiling async-compression v0.4.41
24622026-07-20T03:14:45.062Z Compiling slog-term v2.9.2
24632026-07-20T03:14:45.132Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24642026-07-20T03:14:45.135Z Compiling toml v1.1.2+spec-1.1.0
24652026-07-20T03:14:45.174Z Compiling lru-cache v0.1.2
24662026-07-20T03:14:45.194Z Compiling typify-impl v0.6.2
24672026-07-20T03:14:45.306Z Compiling dropshot v0.17.1
24682026-07-20T03:14:45.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692026-07-20T03:14:45.392Z Compiling async-stream v0.3.6
24702026-07-20T03:14:45.396Z Compiling sha1 v0.11.0
24712026-07-20T03:14:45.467Z Compiling progenitor-client v0.14.0
24722026-07-20T03:14:45.523Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24732026-07-20T03:14:45.573Z Compiling waitgroup v0.1.2
24742026-07-20T03:14:45.593Z Compiling rustls-pemfile v2.2.0
24752026-07-20T03:14:45.635Z Compiling backon v1.6.0
24762026-07-20T03:14:45.689Z Compiling hostname v0.4.2
24772026-07-20T03:14:45.710Z Compiling serde_path_to_error v0.1.20
24782026-07-20T03:14:45.735Z Compiling instant v0.1.13
24792026-07-20T03:14:45.738Z Compiling minimal-lexical v0.2.1
24802026-07-20T03:14:45.797Z Compiling debug-ignore v1.0.5
24812026-07-20T03:14:45.816Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24822026-07-20T03:14:45.845Z Compiling backoff v0.4.0
24832026-07-20T03:14:45.864Z Compiling progenitor-extras v0.2.0
24842026-07-20T03:14:45.867Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-07-20T03:14:45.922Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-07-20T03:14:46.074Z Compiling nom v7.1.3
24872026-07-20T03:14:46.095Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-07-20T03:14:46.145Z Compiling parse-display v0.10.0
24892026-07-20T03:14:46.169Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24902026-07-20T03:14:46.278Z Compiling hickory-proto v0.24.4
24912026-07-20T03:14:46.370Z Compiling regress v0.10.5
24922026-07-20T03:14:46.825Z Compiling macaddr v1.0.1
24932026-07-20T03:14:46.863Z Compiling unicode-xid v0.2.6
24942026-07-20T03:14:46.883Z Compiling humantime v2.3.0
24952026-07-20T03:14:47.075Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-07-20T03:14:47.147Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24972026-07-20T03:14:47.257Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-07-20T03:14:47.444Z Compiling convert_case v0.10.0
24992026-07-20T03:14:47.471Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-07-20T03:14:47.733Z Compiling derive_more-impl v2.1.1
25012026-07-20T03:14:48.033Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-07-20T03:14:48.245Z Compiling toml v0.8.23
25032026-07-20T03:14:48.417Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-07-20T03:14:48.446Z Compiling papergrid v0.11.0
25052026-07-20T03:14:48.579Z Compiling derive_more v2.1.1
25062026-07-20T03:14:48.600Z Compiling tabled_derive v0.7.0
25072026-07-20T03:14:48.648Z Compiling typify-macro v0.6.2
25082026-07-20T03:14:48.692Z Compiling termtree v0.5.1
25092026-07-20T03:14:48.795Z Compiling crossterm v0.29.0
25102026-07-20T03:14:48.860Z Compiling hickory-resolver v0.24.4
25112026-07-20T03:14:48.890Z Compiling phf_shared v0.12.1
25122026-07-20T03:14:49.141Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-07-20T03:14:49.511Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-07-20T03:14:49.722Z Compiling tabled v0.15.0
25152026-07-20T03:14:49.768Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-07-20T03:14:50.226Z Compiling typify v0.6.2
25172026-07-20T03:14:50.513Z Compiling progenitor-impl v0.14.0
25182026-07-20T03:14:50.785Z Compiling qorb v0.4.1
25192026-07-20T03:14:51.718Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25202026-07-20T03:14:52.252Z Compiling csv-core v0.1.13
25212026-07-20T03:14:52.654Z Compiling progenitor-macro v0.14.0
25222026-07-20T03:14:52.678Z Compiling vte v0.14.1
25232026-07-20T03:14:52.938Z Compiling highway v1.3.0
25242026-07-20T03:14:53.656Z Compiling chrono-tz v0.10.4
25252026-07-20T03:14:53.678Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-07-20T03:14:53.942Z Compiling strip-ansi-escapes v0.2.1
25272026-07-20T03:14:53.974Z Compiling csv v1.4.0
25282026-07-20T03:14:54.050Z Compiling phf v0.12.1
25292026-07-20T03:14:54.122Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25302026-07-20T03:14:54.257Z Compiling const_format_proc_macros v0.2.34
25312026-07-20T03:14:54.390Z Compiling fd-lock v4.0.4
25322026-07-20T03:14:54.509Z Compiling peg-macros v0.8.5
25332026-07-20T03:14:54.618Z Compiling nu-ansi-term v0.50.3
25342026-07-20T03:14:54.919Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-07-20T03:14:55.047Z Compiling const_format v0.2.35
25362026-07-20T03:14:55.069Z Compiling reedline v0.40.0
25372026-07-20T03:14:55.505Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25382026-07-20T03:14:55.794Z Compiling peg v0.8.5
25392026-07-20T03:14:55.896Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-07-20T03:14:56.514Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-07-20T03:14:56.704Z Compiling progenitor v0.14.0
25422026-07-20T03:14:56.785Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-20T03:14:56.866Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-07-20T03:14:56.887Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-07-20T03:14:56.947Z Compiling bcs v0.1.6
25462026-07-20T03:14:57.376Z Compiling nom v8.0.0
25472026-07-20T03:14:57.655Z Compiling semver v0.1.20
25482026-07-20T03:14:57.959Z Compiling rustc_version v0.1.7
25492026-07-20T03:14:58.188Z Compiling newtype_derive v0.1.6
25502026-07-20T03:14:58.456Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25512026-07-20T03:14:58.705Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25522026-07-20T03:14:58.886Z Compiling unicode-linebreak v0.1.5
25532026-07-20T03:14:59.196Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25542026-07-20T03:14:59.298Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25552026-07-20T03:14:59.333Z Compiling smawk v0.3.2
25562026-07-20T03:14:59.377Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25572026-07-20T03:14:59.544Z Compiling textwrap v0.16.2
25582026-07-20T03:14:59.684Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-07-20T03:14:59.758Z Compiling base64 v0.21.7
25602026-07-20T03:14:59.843Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25612026-07-20T03:15:00.340Z Compiling steno v0.4.1
25622026-07-20T03:15:00.407Z Compiling dropshot-api-manager-types v0.7.2
25632026-07-20T03:15:00.520Z Compiling sha1 v0.10.6
25642026-07-20T03:15:00.957Z Compiling utf-8 v0.7.6
25652026-07-20T03:15:00.995Z Compiling tagptr v0.2.0
25662026-07-20T03:15:01.144Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25672026-07-20T03:15:01.184Z Compiling moka v0.12.13
25682026-07-20T03:15:01.205Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25692026-07-20T03:15:01.259Z Compiling tungstenite v0.21.0
25702026-07-20T03:15:01.374Z Compiling display-error-chain v0.2.2
25712026-07-20T03:15:01.547Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25722026-07-20T03:15:01.621Z Compiling radium v0.7.0
25732026-07-20T03:15:01.703Z Compiling tap v1.0.1
25742026-07-20T03:15:01.846Z Compiling maybe-uninit v2.0.0
25752026-07-20T03:15:01.925Z Compiling tokio-tungstenite v0.21.0
25762026-07-20T03:15:02.308Z Compiling hickory-resolver v0.25.2
25772026-07-20T03:15:02.453Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25782026-07-20T03:15:02.546Z Compiling wyz v0.5.1
25792026-07-20T03:15:02.577Z Compiling vergen-lib v0.1.6
25802026-07-20T03:15:02.823Z Compiling zerocopy-derive v0.6.6
25812026-07-20T03:15:02.844Z Compiling packed_struct v0.10.1
25822026-07-20T03:15:03.128Z Compiling crc-catalog v2.4.0
25832026-07-20T03:15:03.253Z Compiling diesel_derives v2.3.7
25842026-07-20T03:15:03.377Z Compiling funty v2.0.0
25852026-07-20T03:15:03.496Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-07-20T03:15:03.696Z Compiling zerocopy v0.6.6
25872026-07-20T03:15:04.088Z Compiling bitvec v1.0.1
25882026-07-20T03:15:04.367Z Compiling crc v3.4.0
25892026-07-20T03:15:04.607Z Compiling dsl_auto_type v0.2.0
25902026-07-20T03:15:04.752Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-07-20T03:15:05.111Z Compiling scheduled-thread-pool v0.2.7
25922026-07-20T03:15:05.139Z Compiling packed_struct_codegen v0.10.1
25932026-07-20T03:15:05.380Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25942026-07-20T03:15:05.473Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25952026-07-20T03:15:05.516Z Compiling vergen-gitcl v1.0.8
25962026-07-20T03:15:05.696Z Compiling diesel_table_macro_syntax v0.3.0
25972026-07-20T03:15:05.747Z Compiling bitfield-macros v0.19.4
25982026-07-20T03:15:05.929Z Compiling dirs-sys-next v0.1.2
25992026-07-20T03:15:05.961Z Compiling proc-macro-error-attr2 v2.0.0
26002026-07-20T03:15:06.162Z Compiling indexmap v1.9.3
26012026-07-20T03:15:06.189Z Compiling nodrop v0.1.14
26022026-07-20T03:15:06.313Z Compiling crunchy v0.2.4
26032026-07-20T03:15:06.386Z Compiling glob v0.3.3
26042026-07-20T03:15:06.409Z Compiling maplit v1.0.2
26052026-07-20T03:15:06.469Z Compiling bitfield v0.19.4
26062026-07-20T03:15:06.554Z Compiling proc-macro-error2 v2.0.1
26072026-07-20T03:15:06.642Z Compiling array-init v0.0.4
26082026-07-20T03:15:06.742Z Compiling clang-sys v1.8.1
26092026-07-20T03:15:06.863Z Compiling dirs-next v2.0.0
26102026-07-20T03:15:07.061Z Compiling r2d2 v0.8.10
26112026-07-20T03:15:07.140Z Compiling smallvec v0.6.14
26122026-07-20T03:15:07.391Z Compiling num-derive v0.3.3
26132026-07-20T03:15:07.426Z Compiling hashbrown v0.12.3
26142026-07-20T03:15:07.669Z Compiling tiny-keccak v2.0.2
26152026-07-20T03:15:07.900Z Compiling downcast-rs v2.0.2
26162026-07-20T03:15:08.086Z Compiling serde-hex v0.1.0
26172026-07-20T03:15:08.311Z Compiling libscf-sys v1.1.0
26182026-07-20T03:15:08.344Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-07-20T03:15:08.464Z Compiling term v0.7.0
26202026-07-20T03:15:08.485Z Compiling tabled_derive v0.11.0
26212026-07-20T03:15:08.590Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-07-20T03:15:08.673Z Compiling ron v0.8.1
26232026-07-20T03:15:08.743Z Compiling papergrid v0.17.0
26242026-07-20T03:15:08.835Z Compiling testing_table v0.3.0
26252026-07-20T03:15:08.870Z Compiling hashbrown v0.13.2
26262026-07-20T03:15:08.979Z Compiling bit-vec v0.6.3
26272026-07-20T03:15:09.216Z Compiling crc-any v2.5.0
26282026-07-20T03:15:09.270Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26292026-07-20T03:15:09.484Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-20T03:15:09.551Z Compiling object v0.30.4
26312026-07-20T03:15:09.631Z Compiling bit-set v0.5.3
26322026-07-20T03:15:09.811Z Compiling ascii-canvas v3.0.0
26332026-07-20T03:15:10.070Z Compiling tabled v0.20.0
26342026-07-20T03:15:10.223Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26352026-07-20T03:15:10.391Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-07-20T03:15:10.774Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26372026-07-20T03:15:11.060Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26382026-07-20T03:15:11.125Z Compiling progenitor-impl v0.13.0
26392026-07-20T03:15:11.331Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26402026-07-20T03:15:11.353Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-07-20T03:15:11.582Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26422026-07-20T03:15:11.652Z Compiling itertools v0.10.5
26432026-07-20T03:15:11.708Z Compiling diesel v2.3.7
26442026-07-20T03:15:11.765Z Compiling ena v0.14.4
26452026-07-20T03:15:12.010Z Compiling libloading v0.8.9
26462026-07-20T03:15:12.057Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-20T03:15:12.234Z Compiling unicase v2.9.0
26482026-07-20T03:15:12.298Z Compiling path-slash v0.1.5
26492026-07-20T03:15:12.483Z Compiling diff v0.1.13
26502026-07-20T03:15:12.537Z Compiling bindgen v0.71.1
26512026-07-20T03:15:12.754Z Compiling xshell-macros v0.2.7
26522026-07-20T03:15:12.776Z Compiling regex-syntax v0.6.29
26532026-07-20T03:15:12.872Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26542026-07-20T03:15:13.188Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-07-20T03:15:13.355Z Compiling progenitor-macro v0.13.0
26562026-07-20T03:15:14.436Z Compiling lalrpop v0.19.12
26572026-07-20T03:15:14.439Z Compiling xshell v0.2.7
26582026-07-20T03:15:14.814Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26592026-07-20T03:15:15.735Z Compiling cexpr v0.6.0
26602026-07-20T03:15:15.867Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-07-20T03:15:16.100Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-07-20T03:15:16.428Z Compiling progenitor-client v0.13.0
26632026-07-20T03:15:16.578Z Compiling rustc-hash v2.1.1
26642026-07-20T03:15:17.002Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-07-20T03:15:17.364Z Compiling progenitor v0.13.0
26662026-07-20T03:15:17.543Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26672026-07-20T03:15:17.911Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-07-20T03:15:18.194Z Compiling headers-core v0.3.0
26692026-07-20T03:15:18.369Z Compiling libxml v0.3.3
26702026-07-20T03:15:18.446Z Compiling crc8 v0.1.1
26712026-07-20T03:15:18.588Z Compiling headers v0.4.1
26722026-07-20T03:15:18.681Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-07-20T03:15:18.819Z Compiling strum_macros v0.24.3
26742026-07-20T03:15:18.923Z Compiling indoc v1.0.9
26752026-07-20T03:15:19.049Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-07-20T03:15:19.112Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-07-20T03:15:19.354Z Compiling derive_builder v0.20.2
26782026-07-20T03:15:19.392Z Compiling quick-xml v0.37.5
26792026-07-20T03:15:19.525Z Compiling oso-derive v0.27.3
26802026-07-20T03:15:19.894Z Compiling impl-trait-for-tuples v0.2.3
26812026-07-20T03:15:20.036Z Compiling openssl-probe v0.1.6
26822026-07-20T03:15:20.101Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-07-20T03:15:20.213Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26842026-07-20T03:15:20.340Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-07-20T03:15:20.572Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26862026-07-20T03:15:20.815Z Compiling bb8 v0.8.6
26872026-07-20T03:15:20.837Z Compiling trait-variant v0.1.2
26882026-07-20T03:15:21.146Z Compiling half v1.8.3
26892026-07-20T03:15:21.250Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26902026-07-20T03:15:21.409Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26912026-07-20T03:15:21.437Z Compiling serde_cbor v0.11.2
26922026-07-20T03:15:21.461Z Compiling samael v0.0.19
26932026-07-20T03:15:21.595Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26942026-07-20T03:15:21.775Z Compiling polar-core v0.27.3
26952026-07-20T03:15:22.156Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-07-20T03:15:22.413Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972026-07-20T03:15:22.487Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-07-20T03:15:22.517Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26992026-07-20T03:15:22.551Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-07-20T03:15:22.802Z Compiling nonempty v0.12.0
27012026-07-20T03:15:22.873Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-07-20T03:15:22.986Z Compiling fxhash v0.2.1
27032026-07-20T03:15:23.022Z Compiling libz-sys v1.1.24
27042026-07-20T03:15:23.152Z Compiling salty v0.3.0
27052026-07-20T03:15:23.544Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27062026-07-20T03:15:23.827Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27072026-07-20T03:15:24.301Z Compiling kstat-rs v0.2.4
27082026-07-20T03:15:24.709Z Compiling arc-swap v1.8.2
27092026-07-20T03:15:24.777Z Compiling fs-err v2.11.0
27102026-07-20T03:15:25.219Z Compiling slog-scope v4.4.1
27112026-07-20T03:15:25.255Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-07-20T03:15:25.280Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27132026-07-20T03:15:25.283Z Compiling mime_guess v2.0.5
27142026-07-20T03:15:25.819Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-07-20T03:15:25.845Z Compiling rfc6979 v0.4.0
27162026-07-20T03:15:26.025Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27172026-07-20T03:15:26.246Z Compiling nanorand v0.7.0
27182026-07-20T03:15:26.598Z Compiling libgit2-sys v0.18.3+1.9.2
27192026-07-20T03:15:26.739Z Compiling parking_lot_core v0.8.6
27202026-07-20T03:15:26.908Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27212026-07-20T03:15:27.077Z Compiling flume v0.11.1
27222026-07-20T03:15:27.414Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-07-20T03:15:27.465Z Compiling ecdsa v0.16.9
27242026-07-20T03:15:28.213Z Compiling slog-stdlog v4.1.1
27252026-07-20T03:15:28.800Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27262026-07-20T03:15:28.848Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27272026-07-20T03:15:28.889Z Compiling primeorder v0.13.6
27282026-07-20T03:15:29.202Z Compiling diesel-dtrace v0.5.0
27292026-07-20T03:15:29.558Z Compiling async-bb8-diesel v0.2.1
27302026-07-20T03:15:29.972Z Compiling git-stub v1.0.0
27312026-07-20T03:15:30.073Z Compiling atty v0.2.14
27322026-07-20T03:15:30.094Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27332026-07-20T03:15:30.242Z Compiling strsim v0.10.0
27342026-07-20T03:15:30.245Z Compiling instability v0.3.11
27352026-07-20T03:15:30.340Z Compiling http-range v0.1.5
27362026-07-20T03:15:30.484Z Compiling parse-size v1.1.0
27372026-07-20T03:15:30.602Z Compiling darling_core v0.13.4
27382026-07-20T03:15:30.698Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27392026-07-20T03:15:30.718Z Compiling oso v0.27.3
27402026-07-20T03:15:32.266Z Compiling git-stub-vcs v0.1.0
27412026-07-20T03:15:32.511Z Compiling p384 v0.13.1
27422026-07-20T03:15:32.613Z Compiling slog-envlogger v2.2.0
27432026-07-20T03:15:34.659Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-07-20T03:15:34.690Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27452026-07-20T03:15:34.864Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27462026-07-20T03:15:35.141Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27472026-07-20T03:15:36.299Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-07-20T03:15:36.408Z Compiling ignore v0.4.25
27492026-07-20T03:15:37.145Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27502026-07-20T03:15:37.332Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-07-20T03:15:37.564Z Compiling vergen-git2 v9.1.0
27522026-07-20T03:15:37.805Z Compiling castaway v0.2.4
27532026-07-20T03:15:37.958Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-07-20T03:15:38.204Z Compiling indoc v2.0.7
27552026-07-20T03:15:38.760Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-07-20T03:15:39.133Z Compiling compact_str v0.8.1
27572026-07-20T03:15:39.419Z Compiling globwalk v0.9.1
27582026-07-20T03:15:39.749Z Compiling parking_lot v0.11.2
27592026-07-20T03:15:39.812Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602026-07-20T03:15:40.080Z Compiling hyper-staticfile v0.10.1
27612026-07-20T03:15:40.270Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27622026-07-20T03:15:40.660Z Compiling darling_macro v0.13.4
27632026-07-20T03:15:40.735Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27642026-07-20T03:15:40.764Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-07-20T03:15:41.202Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-20T03:15:41.224Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27672026-07-20T03:15:41.247Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-07-20T03:15:41.312Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27692026-07-20T03:15:41.384Z Compiling predicates-tree v1.0.13
27702026-07-20T03:15:41.831Z Compiling unicode-truncate v1.1.0
27712026-07-20T03:15:41.976Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-20T03:15:42.036Z Compiling lru v0.12.5
27732026-07-20T03:15:42.213Z Compiling rand_seeder v0.4.0
27742026-07-20T03:15:42.263Z Compiling prefix-trie v0.7.0
27752026-07-20T03:15:42.447Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-20T03:15:42.470Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27772026-07-20T03:15:42.733Z Compiling illumos-nvpair-sys v0.2.0
27782026-07-20T03:15:42.757Z Compiling cassowary v0.3.0
27792026-07-20T03:15:42.912Z Compiling corncobs v0.1.4
27802026-07-20T03:15:42.962Z Compiling hickory-server v0.25.2
27812026-07-20T03:15:42.965Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-07-20T03:15:43.067Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-20T03:15:43.112Z Compiling ratatui v0.29.0
27842026-07-20T03:15:43.178Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27852026-07-20T03:15:43.217Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-20T03:15:43.443Z Compiling camino-tempfile-ext v0.3.3
27872026-07-20T03:15:43.798Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-07-20T03:15:44.067Z Compiling darling v0.13.4
27892026-07-20T03:15:44.169Z Compiling sled v0.34.7
27902026-07-20T03:15:44.331Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27912026-07-20T03:15:44.402Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-07-20T03:15:44.979Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-07-20T03:15:46.654Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-07-20T03:15:46.909Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-20T03:15:47.142Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-07-20T03:15:47.375Z Compiling secrecy v0.8.0
27972026-07-20T03:15:47.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-07-20T03:15:47.696Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-07-20T03:15:47.967Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-07-20T03:15:48.363Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-07-20T03:15:48.546Z Compiling serde_with_macros v1.5.2
28022026-07-20T03:15:49.378Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-07-20T03:15:50.186Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-07-20T03:15:50.407Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-07-20T03:15:50.638Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28062026-07-20T03:15:50.872Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-07-20T03:15:51.105Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-07-20T03:15:51.366Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-07-20T03:15:51.391Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-07-20T03:15:51.617Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-07-20T03:15:51.639Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28122026-07-20T03:15:51.823Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-07-20T03:15:51.881Z Compiling void v1.0.2
28142026-07-20T03:15:52.028Z Compiling lzss v0.8.2
28152026-07-20T03:15:52.360Z Compiling illumos-nvpair v0.3.0
28162026-07-20T03:15:52.711Z Compiling git2 v0.20.4
28172026-07-20T03:15:52.859Z Compiling serde_with v1.14.0
28182026-07-20T03:15:52.880Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-07-20T03:15:53.341Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28202026-07-20T03:15:53.981Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28212026-07-20T03:15:54.054Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28222026-07-20T03:15:54.465Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28232026-07-20T03:15:55.733Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28242026-07-20T03:15:55.755Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28252026-07-20T03:15:56.409Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-07-20T03:15:56.639Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-07-20T03:15:56.876Z Compiling tungstenite v0.23.0
28282026-07-20T03:15:57.112Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28292026-07-20T03:15:57.898Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28302026-07-20T03:15:58.779Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28312026-07-20T03:15:59.019Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-07-20T03:15:59.212Z Compiling nix v0.27.1
28332026-07-20T03:15:59.236Z Compiling twox-hash v2.1.2
28342026-07-20T03:15:59.274Z Compiling serde_bytes v0.11.19
28352026-07-20T03:15:59.632Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28362026-07-20T03:15:59.757Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28372026-07-20T03:16:00.023Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-07-20T03:16:00.335Z Compiling tokio-tungstenite v0.23.1
28392026-07-20T03:16:00.409Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-07-20T03:16:00.498Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-07-20T03:16:00.708Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28422026-07-20T03:16:02.073Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-07-20T03:16:02.702Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-07-20T03:16:03.923Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-07-20T03:16:04.314Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-07-20T03:16:04.366Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28472026-07-20T03:16:04.674Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28482026-07-20T03:16:05.023Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-20T03:16:05.329Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28502026-07-20T03:16:05.618Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-07-20T03:16:05.869Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-07-20T03:16:06.109Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-07-20T03:16:06.779Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-07-20T03:16:07.315Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-07-20T03:16:08.588Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-07-20T03:16:09.917Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-07-20T03:16:10.020Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-20T03:16:10.896Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28592026-07-20T03:16:11.135Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-07-20T03:16:11.785Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28612026-07-20T03:16:12.006Z Compiling signal-hook-tokio v0.3.1
28622026-07-20T03:16:12.050Z Compiling fatfs v0.3.6
28632026-07-20T03:16:12.190Z Compiling yasna v0.5.2
28642026-07-20T03:16:12.464Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28652026-07-20T03:16:12.802Z Compiling assert_matches v1.5.0
28662026-07-20T03:16:12.917Z Compiling seq-macro v0.3.6
28672026-07-20T03:16:13.275Z Compiling is_ci v1.2.0
28682026-07-20T03:16:13.503Z Compiling supports-color v3.0.2
28692026-07-20T03:16:13.533Z Compiling rcgen v0.12.1
28702026-07-20T03:16:13.752Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-07-20T03:16:13.797Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-07-20T03:16:14.295Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28732026-07-20T03:16:15.410Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-20T03:16:15.659Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752026-07-20T03:16:15.914Z Compiling port-file v0.1.0
28762026-07-20T03:16:16.287Z Compiling subprocess v0.2.15
28772026-07-20T03:16:16.307Z Compiling rtoolbox v0.0.3
28782026-07-20T03:16:16.588Z Compiling rpassword v7.5.4
28792026-07-20T03:16:17.204Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-07-20T03:16:18.111Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28812026-07-20T03:16:18.156Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-07-20T03:16:18.289Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-07-20T03:16:18.474Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28842026-07-20T03:16:20.870Z Compiling tui-tree-widget v0.23.1
28852026-07-20T03:16:20.927Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28862026-07-20T03:16:21.160Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28872026-07-20T03:16:22.530Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-07-20T03:16:22.585Z Compiling uzers v0.12.2
28892026-07-20T03:16:22.641Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28902026-07-20T03:16:23.724Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28912026-07-20T03:16:24.049Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28922026-07-20T03:16:24.751Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28932026-07-20T03:16:26.411Z Compiling support-bundle-viewer v0.1.2
28942026-07-20T03:16:27.393Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-07-20T03:16:28.269Z Compiling multimap v0.10.1
28962026-07-20T03:16:39.117Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-07-20T03:16:45.617Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28982026-07-20T03:16:50.609Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28992026-07-20T03:16:50.699Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29002026-07-20T03:16:52.902Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-07-20T03:23:48.691Z Finished `release` profile [optimized] target(s) in 9m 06s
29022026-07-20T03:24:36.372Z
29032026-07-20T03:24:36.372Zreal 9:55.267796047
29042026-07-20T03:24:36.372Zuser 1:19:13.337173738
29052026-07-20T03:24:36.372Zsys 3:29.650034157
29062026-07-20T03:24:36.375Ztrap 1.705746422
29072026-07-20T03:24:36.375Ztflt 2.137288611
29082026-07-20T03:24:36.375Zdflt 18.424757877
29092026-07-20T03:24:36.375Zkflt 0.005810120
29102026-07-20T03:24:36.375Zlock 7:07:42.538722949
29112026-07-20T03:24:36.375Zslp 2:13:43.891287109
29122026-07-20T03:24:36.375Zlat 2:20.273260892
29132026-07-20T03:24:36.375Zstop 5:04.076205054
29142026-07-20T03:24:36.375Z+ mapfile -t packages
29152026-07-20T03:24:36.375Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-07-20T03:24:37.274Z Finished `release` profile [optimized] target(s) in 0.89s
29172026-07-20T03:24:37.344Z Running `target/release/omicron-package -t test list-outputs`
29182026-07-20T03:24:37.403ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-07-20T03:24:37.406Z+ ptime -m cargo build --locked --release -p xtask
29202026-07-20T03:24:37.869Z Compiling libc v0.2.185
29212026-07-20T03:24:37.869Z Compiling serde_core v1.0.228
29222026-07-20T03:24:37.873Z Compiling serde v1.0.228
29232026-07-20T03:24:37.873Z Compiling rustix v1.1.3
29242026-07-20T03:24:37.873Z Compiling serde_json v1.0.150
29252026-07-20T03:24:37.985Z Compiling bitflags v2.11.0
29262026-07-20T03:24:38.023Z Compiling usdt-impl v0.5.0
29272026-07-20T03:24:38.027Z Compiling syn v2.0.117
29282026-07-20T03:24:38.032Z Compiling syn v1.0.109
29292026-07-20T03:24:38.056Z Compiling getrandom v0.4.1
29302026-07-20T03:24:38.067Z Compiling log v0.4.29
29312026-07-20T03:24:38.078Z Compiling indexmap v2.14.0
29322026-07-20T03:24:38.092Z Compiling fs-err v3.3.0
29332026-07-20T03:24:38.296Z Compiling anyhow v1.0.102
29342026-07-20T03:24:38.324Z Compiling heck v0.4.1
29352026-07-20T03:24:38.350Z Compiling once_cell v1.21.3
29362026-07-20T03:24:38.758Z Compiling errno v0.3.14
29372026-07-20T03:24:38.761Z Compiling thread-id v4.2.2
29382026-07-20T03:24:38.761Z Compiling memmap v0.7.0
29392026-07-20T03:24:39.514Z Compiling proc-macro-error v1.0.4
29402026-07-20T03:24:39.736Z Compiling terminal_size v0.4.3
29412026-07-20T03:24:39.736Z Compiling tempfile v3.25.0
29422026-07-20T03:24:39.757Z Compiling tabled_derive v0.7.0
29432026-07-20T03:24:39.835Z Compiling clap_builder v4.6.0
29442026-07-20T03:24:39.836Z Compiling textwrap v0.16.2
29452026-07-20T03:24:40.173Z Compiling pest_generator v2.8.6
29462026-07-20T03:24:40.198Z Compiling camino v1.2.2
29472026-07-20T03:24:40.229Z Compiling cargo-platform v0.3.2
29482026-07-20T03:24:40.240Z Compiling semver v1.0.28
29492026-07-20T03:24:40.467Z Compiling tabled v0.15.0
29502026-07-20T03:24:40.539Z Compiling camino-tempfile v1.4.1
29512026-07-20T03:24:40.698Z Compiling serde_derive v1.0.228
29522026-07-20T03:24:40.698Z Compiling thiserror-impl v1.0.69
29532026-07-20T03:24:40.701Z Compiling zerocopy-derive v0.7.35
29542026-07-20T03:24:40.701Z Compiling scroll_derive v0.12.1
29552026-07-20T03:24:40.701Z Compiling thiserror-impl v2.0.18
29562026-07-20T03:24:40.701Z Compiling clap_derive v4.6.1
29572026-07-20T03:24:40.762Z Compiling pest_derive v2.8.6
29582026-07-20T03:24:41.447Z Compiling scroll v0.12.0
29592026-07-20T03:24:41.602Z Compiling zerocopy v0.7.35
29602026-07-20T03:24:41.747Z Compiling goblin v0.8.2
29612026-07-20T03:24:41.878Z Compiling thiserror v1.0.69
29622026-07-20T03:24:41.993Z Compiling dtrace-parser v0.2.0
29632026-07-20T03:24:42.164Z Compiling thiserror v2.0.18
29642026-07-20T03:24:42.179Z Compiling clap v4.6.1
29652026-07-20T03:24:43.790Z Compiling dof v0.3.0
29662026-07-20T03:24:43.802Z Compiling toml_datetime v0.6.11
29672026-07-20T03:24:43.856Z Compiling serde_spanned v0.6.9
29682026-07-20T03:24:43.915Z Compiling serde_tokenstream v0.2.3
29692026-07-20T03:24:44.003Z Compiling toml_edit v0.22.27
29702026-07-20T03:24:44.014Z Compiling macaddr v1.0.1
29712026-07-20T03:24:44.032Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29722026-07-20T03:24:44.161Z Compiling cargo_metadata v0.23.1
29732026-07-20T03:24:44.600Z Compiling usdt-macro v0.5.0
29742026-07-20T03:24:44.600Z Compiling usdt-attr-macro v0.5.0
29752026-07-20T03:24:45.255Z Compiling usdt v0.5.0
29762026-07-20T03:24:45.576Z Compiling toml v0.8.23
29772026-07-20T03:24:46.013Z Compiling cargo_toml v0.21.0
29782026-07-20T03:24:50.431Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29792026-07-20T03:24:53.645Z Finished `release` profile [optimized] target(s) in 16.22s
29802026-07-20T03:24:53.786Z
29812026-07-20T03:24:53.786Zreal 16.343226961
29822026-07-20T03:24:53.786Zuser 2:05.319631478
29832026-07-20T03:24:53.786Zsys 14.154940352
29842026-07-20T03:24:53.786Ztrap 0.065182190
29852026-07-20T03:24:53.786Ztflt 0.513224663
29862026-07-20T03:24:53.789Zdflt 1.389858964
29872026-07-20T03:24:53.789Zkflt 0.000032030
29882026-07-20T03:24:53.789Zlock 4:30.768898413
29892026-07-20T03:24:53.789Zslp 2:43.699151823
29902026-07-20T03:24:53.790Zlat 4.222743730
29912026-07-20T03:24:53.790Zstop 15.138929554
29922026-07-20T03:24:53.790Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29932026-07-20T03:24:53.790Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29942026-07-20T03:24:53.790Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29952026-07-20T03:24:53.790Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29962026-07-20T03:24:53.790Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29972026-07-20T03:24:54.692Z Compiling progenitor-client v0.14.0
29982026-07-20T03:24:54.692Z Compiling newtype-uuid-macros v0.1.0
29992026-07-20T03:24:54.692Z Compiling match_cfg v0.1.0
30002026-07-20T03:24:54.692Z Compiling slog-json v2.6.1
30012026-07-20T03:24:54.692Z Compiling structmeta-derive v0.3.0
30022026-07-20T03:24:54.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30032026-07-20T03:24:54.696Z Compiling sha1 v0.11.0
30042026-07-20T03:24:54.842Z Compiling multer v3.1.0
30052026-07-20T03:24:54.846Z Compiling debug-ignore v1.0.5
30062026-07-20T03:24:54.846Z Compiling compression-core v0.4.31
30072026-07-20T03:24:54.846Z Compiling itertools v0.14.0
30082026-07-20T03:24:54.846Z Compiling async-stream-impl v0.3.6
30092026-07-20T03:24:54.856Z Compiling serde_spanned v1.1.1
30102026-07-20T03:24:54.859Z Compiling toml_datetime v1.1.1+spec-1.1.0
30112026-07-20T03:24:54.866Z Compiling dropshot v0.17.1
30122026-07-20T03:24:54.869Z Compiling toml_writer v1.1.1+spec-1.1.0
30132026-07-20T03:24:55.053Z Compiling waitgroup v0.1.2
30142026-07-20T03:24:55.152Z Compiling compression-codecs v0.4.37
30152026-07-20T03:24:55.170Z Compiling toml v1.1.2+spec-1.1.0
30162026-07-20T03:24:55.190Z Compiling hostname v0.3.1
30172026-07-20T03:24:55.210Z Compiling rustls-pemfile v2.2.0
30182026-07-20T03:24:55.210Z Compiling dropshot_endpoint v0.17.1
30192026-07-20T03:24:55.292Z Compiling slog-bunyan v2.5.0
30202026-07-20T03:24:55.295Z Compiling hostname v0.4.2
30212026-07-20T03:24:55.295Z Compiling serde_path_to_error v0.1.20
30222026-07-20T03:24:55.327Z Compiling atomicwrites v0.4.4
30232026-07-20T03:24:55.376Z Compiling async-compression v0.4.41
30242026-07-20T03:24:55.411Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30252026-07-20T03:24:55.416Z Compiling macaddr v1.0.1
30262026-07-20T03:24:55.448Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30272026-07-20T03:24:55.468Z Compiling instant v0.1.13
30282026-07-20T03:24:55.487Z Compiling regress v0.10.5
30292026-07-20T03:24:55.503Z Compiling backon v1.6.0
30302026-07-20T03:24:55.569Z Compiling backoff v0.4.0
30312026-07-20T03:24:55.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-07-20T03:24:55.624Z Compiling humantime v2.3.0
30332026-07-20T03:24:55.641Z Compiling async-stream v0.3.6
30342026-07-20T03:24:55.644Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-07-20T03:24:55.676Z Compiling progenitor-extras v0.2.0
30362026-07-20T03:24:55.695Z Compiling half v2.7.1
30372026-07-20T03:24:55.698Z Compiling crucible-workspace-hack v0.1.0
30382026-07-20T03:24:55.729Z Compiling ciborium-io v0.2.2
30392026-07-20T03:24:55.732Z Compiling regress v0.11.1
30402026-07-20T03:24:55.800Z Compiling convert_case v0.4.0
30412026-07-20T03:24:55.837Z Compiling secrecy v0.10.3
30422026-07-20T03:24:55.858Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30432026-07-20T03:24:55.909Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30442026-07-20T03:24:55.925Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30452026-07-20T03:24:55.962Z Compiling ciborium-ll v0.2.2
30462026-07-20T03:24:56.019Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-07-20T03:24:56.035Z Compiling inout v0.1.4
30482026-07-20T03:24:56.060Z Compiling unsafe-libyaml v0.2.11
30492026-07-20T03:24:56.078Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30502026-07-20T03:24:56.093Z Compiling thiserror-impl-no-std v2.0.2
30512026-07-20T03:24:56.204Z Compiling derive_more v0.99.20
30522026-07-20T03:24:56.224Z Compiling structmeta v0.3.0
30532026-07-20T03:24:56.228Z Compiling ciborium v0.2.2
30542026-07-20T03:24:56.261Z Compiling cipher v0.4.4
30552026-07-20T03:24:56.267Z Compiling universal-hash v0.5.1
30562026-07-20T03:24:56.299Z Compiling opaque-debug v0.3.1
30572026-07-20T03:24:56.299Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-07-20T03:24:56.331Z Compiling blake2 v0.10.6
30592026-07-20T03:24:56.350Z Compiling aead v0.5.2
30602026-07-20T03:24:56.387Z Compiling poly1305 v0.8.0
30612026-07-20T03:24:56.423Z Compiling password-hash v0.5.0
30622026-07-20T03:24:56.472Z Compiling derive-ex v0.1.8
30632026-07-20T03:24:56.496Z Compiling parse-display-derive v0.10.0
30642026-07-20T03:24:56.561Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30652026-07-20T03:24:56.571Z Compiling chacha20 v0.9.1
30662026-07-20T03:24:56.779Z Compiling serde_yaml v0.9.34+deprecated
30672026-07-20T03:24:56.823Z Compiling toml_datetime v0.7.5+spec-1.1.0
30682026-07-20T03:24:56.856Z Compiling chacha20poly1305 v0.10.1
30692026-07-20T03:24:56.882Z Compiling argon2 v0.5.3
30702026-07-20T03:24:56.882Z Compiling indent_write v2.2.0
30712026-07-20T03:24:56.919Z Compiling darling_core v0.21.3
30722026-07-20T03:24:57.037Z Compiling toml_edit v0.23.10+spec-1.0.0
30732026-07-20T03:24:57.055Z Compiling heapless v0.8.0
30742026-07-20T03:24:57.125Z Compiling tabwriter v1.4.1
30752026-07-20T03:24:57.154Z Compiling hash32 v0.3.1
30762026-07-20T03:24:57.335Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30772026-07-20T03:24:57.352Z Compiling thiserror-no-std v2.0.2
30782026-07-20T03:24:57.378Z Compiling typify-impl v0.6.2
30792026-07-20T03:24:57.475Z Compiling vsss-rs v3.3.4
30802026-07-20T03:24:57.591Z Compiling proc-macro-crate v3.4.0
30812026-07-20T03:24:57.637Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-07-20T03:24:57.892Z Compiling smoltcp v0.11.0
30832026-07-20T03:24:58.136Z Compiling cobs v0.3.0
30842026-07-20T03:24:58.174Z Compiling num_enum_derive v0.7.6
30852026-07-20T03:24:58.209Z Compiling test-strategy v0.4.5
30862026-07-20T03:24:58.255Z Compiling parse-display v0.10.0
30872026-07-20T03:24:58.275Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30882026-07-20T03:24:58.315Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30892026-07-20T03:24:58.363Z Compiling colored v3.1.1
30902026-07-20T03:24:58.394Z Compiling postcard v1.1.3
30912026-07-20T03:24:58.597Z Compiling proc-macro-error v1.0.4
30922026-07-20T03:24:58.597Z Compiling proc-macro-crate v1.3.1
30932026-07-20T03:24:58.679Z Compiling rand v0.10.1
30942026-07-20T03:24:58.753Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-20T03:24:58.772Z Compiling foreign-types-macros v0.2.3
30962026-07-20T03:24:58.775Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30972026-07-20T03:24:58.835Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30982026-07-20T03:24:58.938Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30992026-07-20T03:24:59.046Z Compiling rayon-core v1.13.0
31002026-07-20T03:24:59.063Z Compiling foreign-types-shared v0.3.1
31012026-07-20T03:24:59.082Z Compiling num_enum_derive v0.5.11
31022026-07-20T03:24:59.160Z Compiling crossbeam-deque v0.8.6
31032026-07-20T03:24:59.190Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-07-20T03:24:59.277Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31052026-07-20T03:24:59.298Z Compiling cstr-argument v0.1.2
31062026-07-20T03:24:59.331Z Compiling num_enum v0.7.6
31072026-07-20T03:24:59.355Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31082026-07-20T03:24:59.452Z Compiling foreign-types v0.5.0
31092026-07-20T03:24:59.490Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-07-20T03:24:59.501Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31112026-07-20T03:24:59.523Z Compiling darling_macro v0.21.3
31122026-07-20T03:24:59.559Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-07-20T03:24:59.620Z Compiling zone_cfg_derive v0.3.1
31142026-07-20T03:24:59.690Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-07-20T03:24:59.714Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31162026-07-20T03:24:59.735Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31172026-07-20T03:24:59.803Z Compiling itertools v0.12.1
31182026-07-20T03:24:59.840Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31192026-07-20T03:24:59.847Z Compiling rayon v1.11.0
31202026-07-20T03:24:59.900Z Compiling num-derive v0.4.2
31212026-07-20T03:24:59.913Z Compiling sigpipe v0.1.3
31222026-07-20T03:24:59.959Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-07-20T03:25:00.025Z Compiling glob v0.3.3
31242026-07-20T03:25:00.042Z Compiling cpubits v0.1.1
31252026-07-20T03:25:00.113Z Compiling darling v0.21.3
31262026-07-20T03:25:00.148Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31272026-07-20T03:25:00.151Z Compiling smf v0.2.3
31282026-07-20T03:25:00.213Z Compiling num_enum v0.5.11
31292026-07-20T03:25:00.230Z Compiling ingot-macros v0.1.1
31302026-07-20T03:25:00.245Z Compiling whoami v1.6.1
31312026-07-20T03:25:00.347Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31322026-07-20T03:25:00.365Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31332026-07-20T03:25:00.417Z Compiling usdt-attr-macro v0.5.0
31342026-07-20T03:25:00.434Z Compiling usdt-macro v0.5.0
31352026-07-20T03:25:00.452Z Compiling gethostname v0.5.0
31362026-07-20T03:25:00.467Z Compiling num-rational v0.4.2
31372026-07-20T03:25:00.602Z Compiling pem-rfc7468 v1.0.0
31382026-07-20T03:25:00.709Z Compiling num-complex v0.4.6
31392026-07-20T03:25:00.733Z Compiling memmap v0.7.0
31402026-07-20T03:25:00.859Z Compiling derive-where v1.6.0
31412026-07-20T03:25:00.919Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31422026-07-20T03:25:00.950Z Compiling float-ord v0.3.2
31432026-07-20T03:25:00.953Z Compiling toml v0.8.23
31442026-07-20T03:25:01.086Z Compiling zone v0.3.1
31452026-07-20T03:25:01.105Z Compiling num v0.4.3
31462026-07-20T03:25:01.122Z Compiling hmac v0.13.0
31472026-07-20T03:25:01.146Z Compiling universal-hash v0.6.1
31482026-07-20T03:25:01.204Z Compiling resolv-conf v0.7.6
31492026-07-20T03:25:01.275Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-07-20T03:25:01.307Z Compiling owo-colors v4.3.0
31512026-07-20T03:25:01.325Z Compiling usdt v0.5.0
31522026-07-20T03:25:01.343Z Compiling cancel-safe-futures v0.1.5
31532026-07-20T03:25:01.346Z Compiling polyval v0.7.1
31542026-07-20T03:25:01.435Z Compiling der v0.8.0
31552026-07-20T03:25:01.490Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31562026-07-20T03:25:01.584Z Compiling libsw-core v0.3.2
31572026-07-20T03:25:01.628Z Compiling prettyplease v0.2.37
31582026-07-20T03:25:01.631Z Compiling ghash v0.6.0
31592026-07-20T03:25:01.662Z Compiling pbkdf2 v0.13.0
31602026-07-20T03:25:01.715Z Compiling aes v0.9.1
31612026-07-20T03:25:01.781Z Compiling libsw v3.5.0
31622026-07-20T03:25:01.807Z Compiling console v0.15.11
31632026-07-20T03:25:01.826Z Compiling hickory-proto v0.24.4
31642026-07-20T03:25:01.829Z Compiling newline-converter v0.3.0
31652026-07-20T03:25:01.912Z Compiling ctr v0.10.1
31662026-07-20T03:25:01.973Z Compiling aead v0.6.1
31672026-07-20T03:25:02.002Z Compiling sha2 v0.11.0
31682026-07-20T03:25:02.020Z Compiling linear-map v1.2.0
31692026-07-20T03:25:02.023Z Compiling typify-macro v0.6.2
31702026-07-20T03:25:02.097Z Compiling libefi-sys v0.1.0
31712026-07-20T03:25:02.144Z Compiling linked-hash-map v0.5.6
31722026-07-20T03:25:02.165Z Compiling expectorate v1.2.0
31732026-07-20T03:25:02.244Z Compiling aes-gcm v0.11.0
31742026-07-20T03:25:02.357Z Compiling lru-cache v0.1.2
31752026-07-20T03:25:02.375Z Compiling spki v0.8.0
31762026-07-20T03:25:02.378Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31772026-07-20T03:25:02.423Z Compiling crypto-bigint v0.7.5
31782026-07-20T03:25:02.469Z Compiling cbc v0.2.1
31792026-07-20T03:25:02.511Z Compiling salsa20 v0.11.0
31802026-07-20T03:25:02.514Z Compiling bitfield-struct v0.6.2
31812026-07-20T03:25:02.631Z Compiling nom v8.0.0
31822026-07-20T03:25:02.661Z Compiling semver v0.1.20
31832026-07-20T03:25:02.758Z Compiling scrypt v0.12.0
31842026-07-20T03:25:02.823Z Compiling tokio-dtrace v0.1.1
31852026-07-20T03:25:02.851Z Compiling dropshot-api-manager-types v0.7.2
31862026-07-20T03:25:02.912Z Compiling rustc_version v0.1.7
31872026-07-20T03:25:02.981Z Compiling slog-dtrace v0.3.0
31882026-07-20T03:25:03.081Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-07-20T03:25:03.125Z Compiling minimal-lexical v0.2.1
31902026-07-20T03:25:03.175Z Compiling newtype_derive v0.1.6
31912026-07-20T03:25:03.193Z Compiling oxide-tokio-rt v0.1.4
31922026-07-20T03:25:03.213Z Compiling pkcs5 v0.8.1
31932026-07-20T03:25:03.233Z Compiling ingot-types v0.1.2
31942026-07-20T03:25:03.266Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-20T03:25:03.313Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962026-07-20T03:25:03.407Z Compiling nom v7.1.3
31972026-07-20T03:25:03.424Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31982026-07-20T03:25:03.473Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31992026-07-20T03:25:03.515Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-20T03:25:03.549Z Compiling phf_shared v0.12.1
32012026-07-20T03:25:03.588Z Compiling csv-core v0.1.13
32022026-07-20T03:25:03.686Z Compiling ingot v0.1.1
32032026-07-20T03:25:03.752Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32042026-07-20T03:25:03.785Z Compiling chrono-tz v0.10.4
32052026-07-20T03:25:03.848Z Compiling unicode-xid v0.2.6
32062026-07-20T03:25:03.876Z Compiling typify v0.6.2
32072026-07-20T03:25:03.893Z Compiling highway v1.3.0
32082026-07-20T03:25:03.912Z Compiling xshell-macros v0.2.7
32092026-07-20T03:25:03.936Z Compiling csv v1.4.0
32102026-07-20T03:25:04.005Z Compiling progenitor-impl v0.14.0
32112026-07-20T03:25:04.024Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32122026-07-20T03:25:04.027Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32132026-07-20T03:25:04.068Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32142026-07-20T03:25:04.086Z Compiling hickory-resolver v0.24.4
32152026-07-20T03:25:04.375Z Compiling const_format_proc_macros v0.2.34
32162026-07-20T03:25:04.400Z Compiling xshell v0.2.7
32172026-07-20T03:25:04.503Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32182026-07-20T03:25:04.881Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32192026-07-20T03:25:04.946Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32202026-07-20T03:25:04.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-07-20T03:25:05.040Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-07-20T03:25:05.059Z Compiling phf v0.12.1
32232026-07-20T03:25:05.144Z Compiling pkcs8 v0.11.0
32242026-07-20T03:25:05.245Z Compiling qorb v0.4.1
32252026-07-20T03:25:05.282Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32262026-07-20T03:25:05.508Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32272026-07-20T03:25:05.614Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-07-20T03:25:05.753Z Compiling const_format v0.2.35
32292026-07-20T03:25:05.813Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-07-20T03:25:05.930Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32312026-07-20T03:25:05.992Z Compiling tabled_derive v0.7.0
32322026-07-20T03:25:06.104Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-07-20T03:25:06.245Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32342026-07-20T03:25:06.262Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-07-20T03:25:06.374Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32362026-07-20T03:25:06.709Z Compiling bcs v0.1.6
32372026-07-20T03:25:06.726Z Compiling progenitor-macro v0.14.0
32382026-07-20T03:25:07.056Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32392026-07-20T03:25:07.076Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32402026-07-20T03:25:07.080Z Compiling ff v0.14.0
32412026-07-20T03:25:07.197Z Compiling tagptr v0.2.0
32422026-07-20T03:25:07.255Z Compiling termtree v0.5.1
32432026-07-20T03:25:07.337Z Compiling salty v0.3.0
32442026-07-20T03:25:07.357Z Compiling textwrap v0.16.2
32452026-07-20T03:25:07.375Z Compiling moka v0.12.13
32462026-07-20T03:25:07.393Z Compiling tabled v0.15.0
32472026-07-20T03:25:07.396Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-07-20T03:25:07.436Z Compiling steno v0.4.1
32492026-07-20T03:25:07.643Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32502026-07-20T03:25:07.665Z Compiling sha1 v0.10.6
32512026-07-20T03:25:07.686Z Compiling signature v3.0.0
32522026-07-20T03:25:07.736Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32532026-07-20T03:25:07.804Z Compiling radium v0.7.0
32542026-07-20T03:25:07.860Z Compiling base64 v0.21.7
32552026-07-20T03:25:07.912Z Compiling base16ct v1.0.0
32562026-07-20T03:25:07.978Z Compiling group v0.14.0
32572026-07-20T03:25:08.123Z Compiling hickory-resolver v0.25.2
32582026-07-20T03:25:08.162Z Compiling sec1 v0.8.1
32592026-07-20T03:25:08.192Z Compiling hkdf v0.13.0
32602026-07-20T03:25:08.222Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32612026-07-20T03:25:08.239Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-07-20T03:25:08.355Z Compiling rfc6979 v0.4.0
32632026-07-20T03:25:08.399Z Compiling maybe-uninit v2.0.0
32642026-07-20T03:25:08.438Z Compiling tap v1.0.1
32652026-07-20T03:25:08.498Z Compiling ecdsa v0.16.9
32662026-07-20T03:25:08.515Z Compiling elliptic-curve v0.14.0-rc.33
32672026-07-20T03:25:08.583Z Compiling wyz v0.5.1
32682026-07-20T03:25:08.811Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32692026-07-20T03:25:08.926Z Compiling primeorder v0.13.6
32702026-07-20T03:25:09.020Z Compiling proc-macro-error-attr2 v2.0.0
32712026-07-20T03:25:09.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-07-20T03:25:09.219Z Compiling packed_struct v0.10.1
32732026-07-20T03:25:09.254Z Compiling parking_lot_core v0.8.6
32742026-07-20T03:25:09.258Z Compiling utf-8 v0.7.6
32752026-07-20T03:25:09.467Z Compiling funty v2.0.0
32762026-07-20T03:25:09.539Z Compiling proc-macro-error2 v2.0.1
32772026-07-20T03:25:09.561Z Compiling tungstenite v0.21.0
32782026-07-20T03:25:09.620Z Compiling p384 v0.13.1
32792026-07-20T03:25:09.637Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32802026-07-20T03:25:09.861Z Compiling bitvec v1.0.1
32812026-07-20T03:25:09.879Z Compiling rfc6979 v0.5.0
32822026-07-20T03:25:09.893Z Compiling git-stub v1.0.0
32832026-07-20T03:25:10.003Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32842026-07-20T03:25:10.063Z Compiling packed_struct_codegen v0.10.1
32852026-07-20T03:25:10.110Z Compiling num-derive v0.3.3
32862026-07-20T03:25:10.126Z Compiling zerocopy-derive v0.6.6
32872026-07-20T03:25:10.144Z Compiling bitfield-macros v0.19.4
32882026-07-20T03:25:10.193Z Compiling indexmap v1.9.3
32892026-07-20T03:25:10.225Z Compiling nodrop v0.1.14
32902026-07-20T03:25:10.352Z Compiling crc-catalog v2.4.0
32912026-07-20T03:25:10.459Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32922026-07-20T03:25:10.476Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32932026-07-20T03:25:10.492Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32942026-07-20T03:25:10.755Z Compiling crc v3.4.0
32952026-07-20T03:25:10.758Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32962026-07-20T03:25:10.787Z Compiling array-init v0.0.4
32972026-07-20T03:25:10.790Z Compiling tokio-tungstenite v0.21.0
32982026-07-20T03:25:10.822Z Compiling git-stub-vcs v0.1.0
32992026-07-20T03:25:10.934Z Compiling ecdsa v0.17.0-rc.18
33002026-07-20T03:25:10.951Z Compiling bitfield v0.19.4
33012026-07-20T03:25:11.056Z Compiling tabled_derive v0.11.0
33022026-07-20T03:25:11.073Z Compiling zerocopy v0.6.6
33032026-07-20T03:25:11.108Z Compiling libscf-sys v1.1.0
33042026-07-20T03:25:11.165Z Compiling smallvec v0.6.14
33052026-07-20T03:25:11.255Z Compiling primeorder v0.14.0-rc.10
33062026-07-20T03:25:11.301Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-07-20T03:25:11.377Z Compiling primefield v0.14.0
33082026-07-20T03:25:11.402Z Compiling progenitor-impl v0.13.0
33092026-07-20T03:25:11.419Z Compiling papergrid v0.17.0
33102026-07-20T03:25:11.438Z Compiling testing_table v0.3.0
33112026-07-20T03:25:11.457Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33122026-07-20T03:25:11.509Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-07-20T03:25:11.606Z Compiling curve25519-dalek v5.0.0-rc.0
33142026-07-20T03:25:11.628Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33152026-07-20T03:25:11.645Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-20T03:25:11.662Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33172026-07-20T03:25:11.863Z Compiling corncobs v0.1.4
33182026-07-20T03:25:11.865Z Compiling progenitor v0.14.0
33192026-07-20T03:25:11.898Z Compiling unicase v2.9.0
33202026-07-20T03:25:11.915Z Compiling hashbrown v0.12.3
33212026-07-20T03:25:11.934Z Compiling illumos-nvpair-sys v0.2.0
33222026-07-20T03:25:12.012Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33232026-07-20T03:25:12.049Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-07-20T03:25:12.066Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33252026-07-20T03:25:12.136Z Compiling mime_guess v2.0.5
33262026-07-20T03:25:12.181Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33272026-07-20T03:25:12.201Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-20T03:25:12.248Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-07-20T03:25:12.267Z Compiling parking_lot v0.11.2
33302026-07-20T03:25:12.289Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-07-20T03:25:12.429Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-07-20T03:25:12.529Z Compiling tabled v0.20.0
33332026-07-20T03:25:12.577Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-07-20T03:25:12.617Z Compiling serde-hex v0.1.0
33352026-07-20T03:25:12.620Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-07-20T03:25:12.682Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33372026-07-20T03:25:12.908Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33382026-07-20T03:25:12.928Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33392026-07-20T03:25:12.967Z Compiling ron v0.8.1
33402026-07-20T03:25:13.004Z Compiling ssh-encoding v0.3.0-rc.9
33412026-07-20T03:25:13.135Z Compiling hashbrown v0.13.2
33422026-07-20T03:25:13.185Z Compiling progenitor-client v0.13.0
33432026-07-20T03:25:13.274Z Compiling prefix-trie v0.7.0
33442026-07-20T03:25:13.368Z Compiling fxhash v0.2.1
33452026-07-20T03:25:13.522Z Compiling secrecy v0.8.0
33462026-07-20T03:25:13.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-07-20T03:25:13.656Z Compiling crc-any v2.5.0
33482026-07-20T03:25:13.706Z Compiling hickory-server v0.25.2
33492026-07-20T03:25:13.801Z Compiling object v0.30.4
33502026-07-20T03:25:13.939Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-07-20T03:25:14.072Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33522026-07-20T03:25:14.090Z Compiling progenitor-macro v0.13.0
33532026-07-20T03:25:14.685Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-07-20T03:25:14.758Z Compiling sled v0.34.7
33552026-07-20T03:25:14.899Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33562026-07-20T03:25:15.021Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-07-20T03:25:15.215Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33582026-07-20T03:25:15.253Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33592026-07-20T03:25:15.559Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33602026-07-20T03:25:15.656Z Compiling ed25519 v3.0.0
33612026-07-20T03:25:15.699Z Compiling crypto-primes v0.7.2
33622026-07-20T03:25:15.891Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-07-20T03:25:16.255Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33642026-07-20T03:25:16.414Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-07-20T03:25:16.445Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33662026-07-20T03:25:16.775Z Compiling pkcs1 v0.8.0-rc.4
33672026-07-20T03:25:16.813Z Compiling poly1305 v0.9.0
33682026-07-20T03:25:16.854Z Compiling blowfish v0.10.0
33692026-07-20T03:25:16.999Z Compiling blake2 v0.11.0-rc.6
33702026-07-20T03:25:17.025Z Compiling keccak v0.2.0
33712026-07-20T03:25:17.045Z Compiling http-range v0.1.5
33722026-07-20T03:25:17.137Z Compiling path-slash v0.1.5
33732026-07-20T03:25:17.214Z Compiling fiat-crypto v0.3.0
33742026-07-20T03:25:17.235Z Compiling crc8 v0.1.1
33752026-07-20T03:25:17.251Z Compiling half v1.8.3
33762026-07-20T03:25:17.269Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-07-20T03:25:17.308Z Compiling argon2 v0.6.0-rc.8
33782026-07-20T03:25:17.387Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-07-20T03:25:17.450Z Compiling sha3 v0.11.0
33802026-07-20T03:25:17.553Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33812026-07-20T03:25:17.606Z Compiling serde_cbor v0.11.2
33822026-07-20T03:25:17.622Z Compiling ssh-cipher v0.3.0-rc.9
33832026-07-20T03:25:17.741Z Compiling rsa v0.10.0-rc.18
33842026-07-20T03:25:17.943Z Compiling bcrypt-pbkdf v0.11.0
33852026-07-20T03:25:18.227Z Compiling ed25519-dalek v3.0.0-rc.0
33862026-07-20T03:25:18.280Z Compiling illumos-nvpair v0.3.0
33872026-07-20T03:25:18.318Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33882026-07-20T03:25:18.482Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-07-20T03:25:18.500Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33902026-07-20T03:25:18.503Z Compiling p256 v0.14.0-rc.10
33912026-07-20T03:25:18.550Z Compiling p521 v0.14.0-rc.10
33922026-07-20T03:25:18.737Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-07-20T03:25:18.762Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33942026-07-20T03:25:18.779Z Compiling yasna v0.5.2
33952026-07-20T03:25:18.837Z Compiling kstat-rs v0.2.4
33962026-07-20T03:25:18.903Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33972026-07-20T03:25:19.144Z Compiling headers-core v0.3.0
33982026-07-20T03:25:19.178Z Compiling progenitor v0.13.0
33992026-07-20T03:25:19.311Z Compiling kem v0.3.0
34002026-07-20T03:25:19.327Z Compiling module-lattice v0.2.3
34012026-07-20T03:25:19.349Z Compiling nanorand v0.7.0
34022026-07-20T03:25:19.398Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-07-20T03:25:19.423Z Compiling atty v0.2.14
34042026-07-20T03:25:19.462Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34052026-07-20T03:25:19.510Z Compiling headers v0.4.1
34062026-07-20T03:25:19.528Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34072026-07-20T03:25:19.560Z Compiling ml-kem v0.3.2
34082026-07-20T03:25:19.609Z Compiling flume v0.11.1
34092026-07-20T03:25:19.671Z Compiling rcgen v0.12.1
34102026-07-20T03:25:19.778Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-07-20T03:25:19.872Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-07-20T03:25:19.950Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-07-20T03:25:20.322Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34142026-07-20T03:25:20.389Z Compiling hyper-staticfile v0.10.1
34152026-07-20T03:25:20.550Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-07-20T03:25:20.588Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-07-20T03:25:20.669Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34182026-07-20T03:25:20.940Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34192026-07-20T03:25:20.958Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34202026-07-20T03:25:20.958Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-07-20T03:25:20.994Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34222026-07-20T03:25:21.360Z Compiling russh-cryptovec v0.61.0
34232026-07-20T03:25:21.620Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34242026-07-20T03:25:21.673Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-07-20T03:25:21.697Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-07-20T03:25:21.719Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-07-20T03:25:21.927Z Compiling internal-russh-num-bigint v0.5.0
34282026-07-20T03:25:22.027Z Compiling port-file v0.1.0
34292026-07-20T03:25:22.046Z Compiling num-bigint v0.4.6
34302026-07-20T03:25:22.156Z Compiling generic-array v1.4.3
34312026-07-20T03:25:22.174Z Compiling russh-util v0.52.0
34322026-07-20T03:25:22.300Z Compiling enum_dispatch v0.3.13
34332026-07-20T03:25:22.360Z Compiling delegate v0.13.5
34342026-07-20T03:25:22.424Z Compiling p384 v0.14.0-rc.10
34352026-07-20T03:25:22.449Z Compiling subprocess v0.2.15
34362026-07-20T03:25:22.500Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-07-20T03:25:22.667Z Compiling display-error-chain v0.2.2
34382026-07-20T03:25:22.829Z Compiling hex-literal v1.1.0
34392026-07-20T03:25:22.867Z Compiling md5 v0.8.0
34402026-07-20T03:25:22.987Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-07-20T03:25:23.010Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-07-20T03:25:23.075Z Compiling colored v2.2.0
34432026-07-20T03:25:23.166Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-07-20T03:25:23.232Z Compiling socket2 v0.5.10
34452026-07-20T03:25:23.254Z Compiling internet-checksum v0.2.1
34462026-07-20T03:25:23.777Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34472026-07-20T03:25:24.497Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-07-20T03:25:24.585Z Compiling ssh-key v0.7.0-rc.10
34492026-07-20T03:25:25.010Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34502026-07-20T03:25:25.828Z Compiling russh v0.61.2
34512026-07-20T03:25:26.387Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34522026-07-20T03:25:26.922Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-07-20T03:25:35.355Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34542026-07-20T03:25:35.355Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-07-20T03:25:35.355Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34562026-07-20T03:25:35.359Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34572026-07-20T03:25:37.068Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582026-07-20T03:25:37.186Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34592026-07-20T03:25:41.070Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34602026-07-20T03:26:20.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34612026-07-20T03:26:20.920Z
34622026-07-20T03:26:20.921Zreal 1:27.070151287
34632026-07-20T03:26:20.921Zuser 8:44.868793934
34642026-07-20T03:26:20.921Zsys 1:44.860103807
34652026-07-20T03:26:20.924Ztrap 0.265242921
34662026-07-20T03:26:20.924Ztflt 0.451035432
34672026-07-20T03:26:20.924Zdflt 1.237575952
34682026-07-20T03:26:20.925Zkflt 0.000349410
34692026-07-20T03:26:20.925Zlock 31:07.213924587
34702026-07-20T03:26:20.925Zslp 20:08.038158948
34712026-07-20T03:26:20.925Zlat 41.854649117
34722026-07-20T03:26:20.925Zstop 3:05.665702333
34732026-07-20T03:26:20.925Z+ mkdir tests
34742026-07-20T03:26:20.928Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-07-20T03:26:20.928Z+ xargs -I '{}' -t cp '{}' tests/
34762026-07-20T03:26:20.949Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2e35cbd4c86b5888 tests/
34772026-07-20T03:26:20.979Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bc564b72c0409794 tests/
34782026-07-20T03:26:21.008Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2909b50dda026b43 tests/
34792026-07-20T03:26:21.039Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-edfb0201e5ff36e5 tests/
34802026-07-20T03:26:21.366Z+ 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)
34812026-07-20T03:26:21.369Z+ 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-bc564b72c0409794 tests/commtest-2909b50dda026b43 tests/dhcp_server-2e35cbd4c86b5888 tests/end_to_end_tests-edfb0201e5ff36e5 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
34822026-07-20T03:27:41.513ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-07-20T03:27:41.513Za .github/buildomat/ci-env.sh 1K
34842026-07-20T03:27:41.513Za out/target/test 1K
34852026-07-20T03:27:41.513Za out/npuzone/npuzone 27402K
34862026-07-20T03:27:41.513Za package-manifest.toml 35K
34872026-07-20T03:27:41.513Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-07-20T03:27:41.513Za target/release/omicron-package 40729K
34892026-07-20T03:27:41.513Za target/release/xtask 10468K
34902026-07-20T03:27:41.513Za target/debug/bootstrap 349628K
34912026-07-20T03:27:41.513Za tests/bootstrap-bc564b72c0409794 31974K
34922026-07-20T03:27:41.513Za tests/commtest-2909b50dda026b43 32169K
34932026-07-20T03:27:41.513Za tests/dhcp_server-2e35cbd4c86b5888 31974K
34942026-07-20T03:27:41.513Za tests/end_to_end_tests-edfb0201e5ff36e5 399501K
34952026-07-20T03:27:41.513Za tools/opte_version 1K
34962026-07-20T03:27:41.513Za tools/opte_version_override 2K
34972026-07-20T03:27:41.513Za out/clickhouse.tar.gz 310742K
34982026-07-20T03:27:41.513Za out/clickhouse_keeper.tar.gz 297207K
34992026-07-20T03:27:41.514Za out/clickhouse_server.tar.gz 310739K
35002026-07-20T03:27:41.514Za out/cockroachdb.tar.gz 161745K
35012026-07-20T03:27:41.514Za out/crucible-pantry-zone.tar.gz 39111K
35022026-07-20T03:27:41.514Za out/crucible-utils.tar 18900K
35032026-07-20T03:27:41.514Za out/crucible-zone.tar.gz 53806K
35042026-07-20T03:27:41.514Za out/external-dns.tar.gz 46168K
35052026-07-20T03:27:41.514Za out/internal-dns.tar.gz 46167K
35062026-07-20T03:27:41.514Za out/mg-ddm-gz.tar 102717K
35072026-07-20T03:27:41.514Za out/nexus.tar.gz 273781K
35082026-07-20T03:27:41.514Za out/ntp.tar.gz 29914K
35092026-07-20T03:27:41.514Za out/omicron-gateway-softnpu.tar.gz 27709K
35102026-07-20T03:27:41.514Za out/omicron-sled-agent.tar 191457K
35112026-07-20T03:27:41.514Za out/overlay.tar.gz 4K
35122026-07-20T03:27:41.514Za out/oximeter.tar.gz 60220K
35132026-07-20T03:27:41.514Za out/oxlog.tar 3808K
35142026-07-20T03:27:41.514Za out/probe.tar.gz 3037K
35152026-07-20T03:27:41.514Za out/propolis-server.tar.gz 34372K
35162026-07-20T03:27:41.514Za out/pumpkind-gz.tar 26647K
35172026-07-20T03:27:41.514Za out/switch-softnpu.tar.gz 450032K
35182026-07-20T03:27:41.534Z
35192026-07-20T03:27:41.534Zreal 1:20.143212252
35202026-07-20T03:27:41.534Zuser 1:17.538521732
35212026-07-20T03:27:41.534Zsys 4.360177718
35222026-07-20T03:27:41.534Ztrap 0.005615222
35232026-07-20T03:27:41.534Ztflt 0.000000000
35242026-07-20T03:27:41.534Zdflt 0.000000000
35252026-07-20T03:27:41.535Zkflt 0.000000000
35262026-07-20T03:27:41.535Zlock 0.000000000
35272026-07-20T03:27:41.535Zslp 1:17.443568237
35282026-07-20T03:27:41.535Zlat 0.933903962
35292026-07-20T03:27:41.535Zstop 0.000482290
35302026-07-20T03:27:41.535Zprocess exited: duration 989513 ms, exit code 0
 
35312026-07-20T03:27:41.566Zfound 1 output files
35322026-07-20T03:27:41.566Zuploading: /work/package.tar.gz (2484198171 bytes)
35332026-07-20T03:28:20.341Zuploaded: /work/package.tar.gz