01KS5ND1GRQQ1M4G69DTTWDCKZ: 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: 01KS5NDHMCNZEWG7RA7AXAPFVA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T16:21:47.028Zjob assigned to worker 01KS5NE2CYZB58NQHHJJTEYGJ8 [factory aws, i-08e28f20ef18e42b4] (queued for 1 m 8 s)
 
22026-05-21T16:21:53.856Zstarting task 0: "setup"
32026-05-21T16:21:53.860Z++ uname -s
42026-05-21T16:21:53.863Z+ kern=SunOS
52026-05-21T16:21:53.863Z+ build_user=build
62026-05-21T16:21:53.864Z+ build_uid=12345
72026-05-21T16:21:53.864Z+ work_dir=/work
82026-05-21T16:21:53.864Z+ input_dir=/input
92026-05-21T16:21:53.864Z+ [[ 0 == 12345 ]]
102026-05-21T16:21:53.864Z+ case "$kern" in
112026-05-21T16:21:53.864Z+ groupadd -g 12345 build
122026-05-21T16:21:53.867Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T16:21:55.873Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T16:21:55.997Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T16:21:56.001Z+ home_fs=zfs
162026-05-21T16:21:56.001Z+ [[ zfs == autofs ]]
172026-05-21T16:21:56.001Z+ mkdir -p /home/build
182026-05-21T16:21:56.001Z+ chown build:build /home/build /work
192026-05-21T16:21:58.003Z+ chmod 0700 /home/build /work
202026-05-21T16:21:58.006Zprocess exited: duration 4155 ms, exit code 0
 
212026-05-21T16:21:58.014Zstarting task 1: "rust-toolchain"
222026-05-21T16:21:58.021Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T16:21:58.021Z * rust toolchain channel = "1.94.0"
242026-05-21T16:21:58.021Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T16:21:58.021Z * rust toolchain profile = "default"
262026-05-21T16:21:58.025Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T16:21:58.025Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T16:21:58.025Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T16:21:58.025Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T16:21:58.133Zinfo: downloading installer
312026-05-21T16:21:59.691Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T16:21:59.691Zwarn: /home/build/.rustup/settings.toml
332026-05-21T16:21:59.691Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T16:21:59.691Zwarn: instead of the one inferred from the default host triple.
352026-05-21T16:21:59.705Zinfo: profile set to default
362026-05-21T16:21:59.705Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T16:21:59.708Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T16:21:59.849Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T16:21:59.852Zinfo: downloading 6 components
402026-05-21T16:22:14.760Z
412026-05-21T16:22:14.760Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-21T16:22:14.794Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T16:22:14.794Z
442026-05-21T16:22:14.794Z
452026-05-21T16:22:14.794ZRust is installed now. Great!
462026-05-21T16:22:14.794Z
472026-05-21T16:22:14.799ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T16:22:14.799Zenvironment variable. This has not been done automatically.
492026-05-21T16:22:14.799Z
502026-05-21T16:22:14.799ZTo configure your current shell, you need to source
512026-05-21T16:22:14.799Zthe corresponding env file under $HOME/.cargo.
522026-05-21T16:22:14.799Z
532026-05-21T16:22:14.799ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T16:22:14.799Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T16:22:14.799Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T16:22:14.799Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T16:22:14.799Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T16:22:14.799Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T16:22:14.799Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T16:22:14.799Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T16:22:14.799Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T16:22:14.896Z+ rustup --version
632026-05-21T16:22:14.901Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T16:22:14.905Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T16:22:14.922Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T16:22:14.925Z+ cargo --version
672026-05-21T16:22:14.934Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T16:22:14.937Z+ rustc --version
692026-05-21T16:22:14.957Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T16:22:14.961Zprocess exited: duration 16945 ms, exit code 0
 
712026-05-21T16:22:14.968Zstarting task 2: "authentication"
722026-05-21T16:22:14.986Zprocess exited: duration 18 ms, exit code 0
 
732026-05-21T16:22:14.993Zstarting task 3: "clone repository"
742026-05-21T16:22:14.998Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T16:22:15.001Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T16:22:15.042ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T16:22:25.519Z+ cd /work/oxidecomputer/omicron
782026-05-21T16:22:25.519Z+ git fetch origin 71adc13c85cd55488de93843af58e9861d44878b
792026-05-21T16:22:25.816ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T16:22:25.816Z * branch 71adc13c85cd55488de93843af58e9861d44878b -> FETCH_HEAD
812026-05-21T16:22:25.831Z+ [[ -n ben/update-dendrite-for-consistent-duids ]]
822026-05-21T16:22:25.835Z++ git branch --show-current
832026-05-21T16:22:25.839Z+ current=main
842026-05-21T16:22:25.839Z+ [[ main != ben/update-dendrite-for-consistent-duids ]]
852026-05-21T16:22:25.840Z+ git branch -f ben/update-dendrite-for-consistent-duids 71adc13c85cd55488de93843af58e9861d44878b
862026-05-21T16:22:25.843Z+ git checkout -f ben/update-dendrite-for-consistent-duids
872026-05-21T16:22:26.077ZSwitched to branch 'ben/update-dendrite-for-consistent-duids'
882026-05-21T16:22:26.080Z+ git reset --hard 71adc13c85cd55488de93843af58e9861d44878b
892026-05-21T16:22:26.314ZHEAD is now at 71adc13c8 Pull in consistent DHCPv6 DUID fixes
902026-05-21T16:22:26.318Zprocess exited: duration 11323 ms, exit code 0
 
912026-05-21T16:22:26.325Zstarting task 4: "build"
922026-05-21T16:22:26.331Z+ source .github/buildomat/ci-env.sh
932026-05-21T16:22:26.331Z++ export CARGO_TERM_COLOR=always
942026-05-21T16:22:26.331Z++ CARGO_TERM_COLOR=always
952026-05-21T16:22:26.331Z+ cargo --version
962026-05-21T16:22:26.342Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T16:22:26.346Z+ rustc --version
982026-05-21T16:22:26.368Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T16:22:26.371Z+ WORK=/work
1002026-05-21T16:22:26.371Z+ pfexec mkdir -p /work
1012026-05-21T16:22:26.375Z+ pfexec chown build /work
1022026-05-21T16:22:26.378Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T16:22:27.915Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T16:22:27.975Z Startup: Caching catalogs ... Done
1052026-05-21T16:22:28.198ZPlanning: Solver setup ... Done (0.180s)
1062026-05-21T16:22:28.212ZPlanning: Running solver ... Done (0.017s)
1072026-05-21T16:22:28.218ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-21T16:22:28.230ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T16:22:28.245ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T16:22:28.259ZPlanning: Package planning ... Done (0.014s)
1112026-05-21T16:22:28.262ZPlanning: Merging actions ... Done (0.001s)
1122026-05-21T16:22:28.447ZPlanning: Checking for conflicting actions ... Done (0.186s)
1132026-05-21T16:22:28.450ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T16:22:29.280ZPlanning: Evaluating mediators ... Done (0.832s)
1152026-05-21T16:22:29.283ZPlanning: Planning completed in 1.28 seconds
1162026-05-21T16:22:29.290Z Packages to install: 2
1172026-05-21T16:22:29.290Z Estimated space available: 156.08 GB
1182026-05-21T16:22:29.290ZEstimated space to be consumed: 19.75 MB
1192026-05-21T16:22:29.290Z Create boot environment: No
1202026-05-21T16:22:29.290ZCreate backup boot environment: No
1212026-05-21T16:22:29.290Z Rebuild boot archive: No
1222026-05-21T16:22:29.294Z
1232026-05-21T16:22:29.294ZChanged packages:
1242026-05-21T16:22:29.294Zhelios
1252026-05-21T16:22:29.294Z developer/build-essential
1262026-05-21T16:22:29.294Z None -> 11-3.0
1272026-05-21T16:22:29.294Z library/libxmlsec1
1282026-05-21T16:22:29.294Z None -> 1.2.35-3.0
1292026-05-21T16:22:29.316Z
1302026-05-21T16:22:29.316ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T16:22:29.817ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1322026-05-21T16:22:29.892Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T16:22:29.933Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-21T16:22:29.940ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-21T16:22:29.940ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T16:22:29.955ZFinalize: Updating image state ... Done (0.015s)
1372026-05-21T16:22:32.565ZFinalize: Creating fast lookup database ... Done (2.587s)
1382026-05-21T16:22:32.637ZFinalize: Reading search index ... Done (0.013s)
1392026-05-21T16:22:32.641ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T16:22:32.728ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T16:22:33.025ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T16:22:33.130ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T16:22:33.134ZPlanning: Consolidating action changes ... Done
1442026-05-21T16:22:33.288ZPlanning: Evaluating mediators ... Done
1452026-05-21T16:22:33.291ZPlanning: Planning completed in 0.26 seconds
1462026-05-21T16:22:33.312Z Mediators to change: 2
1472026-05-21T16:22:33.312Z Create boot environment: No
1482026-05-21T16:22:33.312ZCreate backup boot environment: No
1492026-05-21T16:22:33.382ZFinalize: Updating package state database ... Done
1502026-05-21T16:22:33.382ZFinalize: Updating package cache ... Done
1512026-05-21T16:22:33.393ZFinalize: Updating image state ... Done
1522026-05-21T16:22:35.356ZFinalize: Creating fast lookup database ... Done
1532026-05-21T16:22:35.420ZFinalize: Reading search index ... Done
1542026-05-21T16:22:35.423ZFinalize: Updating search index ... Done
1552026-05-21T16:22:35.496ZFinalize: Updating package cache ... Done
1562026-05-21T16:22:35.788ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T16:22:35.895ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T16:22:35.898ZPlanning: Consolidating action changes ... Done
1592026-05-21T16:22:36.054ZPlanning: Evaluating mediators ... Done
1602026-05-21T16:22:36.057ZPlanning: Planning completed in 0.27 seconds
1612026-05-21T16:22:36.077Z Mediators to change: 1
1622026-05-21T16:22:36.077Z Create boot environment: No
1632026-05-21T16:22:36.077ZCreate backup boot environment: No
1642026-05-21T16:22:36.148ZFinalize: Updating package state database ... Done
1652026-05-21T16:22:36.148ZFinalize: Updating package cache ... Done
1662026-05-21T16:22:36.159ZFinalize: Updating image state ... Done
1672026-05-21T16:22:38.121ZFinalize: Creating fast lookup database ... Done
1682026-05-21T16:22:38.186ZFinalize: Reading search index ... Done
1692026-05-21T16:22:38.190ZFinalize: Updating search index ... Done
1702026-05-21T16:22:38.328ZFinalize: Updating package cache ... Done
1712026-05-21T16:22:38.636ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T16:22:38.636Zapache system 2.4 system
1732026-05-21T16:22:38.636Zclang system 15 system
1742026-05-21T16:22:38.637Zcsh system system illumos
1752026-05-21T16:22:38.637Zctags system system illumos
1762026-05-21T16:22:38.637Zfile vendor vendor darwinsys
1772026-05-21T16:22:38.637Zfile system system illumos
1782026-05-21T16:22:38.637Zgcc vendor 14 vendor
1792026-05-21T16:22:38.637Zgcc system 13 system
1802026-05-21T16:22:38.637Zgcc system 10 system
1812026-05-21T16:22:38.637Zgo system 1.25 system
1822026-05-21T16:22:38.637Zllvm system 15 system
1832026-05-21T16:22:38.637Zmariadb system 11.4 system
1842026-05-21T16:22:38.637Zmta vendor vendor dma
1852026-05-21T16:22:38.637Zopenjdk system 17 system
1862026-05-21T16:22:38.637Zopenjdk system 11 system
1872026-05-21T16:22:38.637Zopenssl vendor 3 vendor
1882026-05-21T16:22:38.637Zperl system 5.40 system
1892026-05-21T16:22:38.637Zpostgresql system 18 system
1902026-05-21T16:22:38.637Zpostgresql system 17 system
1912026-05-21T16:22:38.637Zpython vendor 3 vendor
1922026-05-21T16:22:38.637Zpython system 2 system
1932026-05-21T16:22:38.637Zpython3 vendor 3.13 vendor
1942026-05-21T16:22:38.637Zruby system 3.4 system
1952026-05-21T16:22:38.637Zruby system 3.0 system
1962026-05-21T16:22:38.637Zwords vendor vendor american-english
1972026-05-21T16:22:38.637Zwords system system australian-english
1982026-05-21T16:22:38.638Zwords system system british-english
1992026-05-21T16:22:38.638Zwords system system canadian-english
2002026-05-21T16:22:38.638Zwords system system french
2012026-05-21T16:22:38.638Zwords system system italian
2022026-05-21T16:22:38.638Zwords system system ngerman
2032026-05-21T16:22:38.638Zwords system system ogerman
2042026-05-21T16:22:38.638Zwords system system spanish
2052026-05-21T16:22:38.894ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T16:22:38.894Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T16:22:39.172ZFMRI IFO
2082026-05-21T16:22:39.172Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T16:22:39.172Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T16:22:39.172Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T16:22:39.172Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T16:22:39.172Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T16:22:39.172Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T16:22:39.172Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T16:22:39.172Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T16:22:39.173Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T16:22:39.409Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T16:22:39.792Z Updating crates.io index
2192026-05-21T16:22:39.826Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T16:22:40.684Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T16:22:41.019Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T16:22:41.595Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-21T16:22:43.475Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-21T16:22:44.010Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-21T16:22:45.410Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-21T16:22:46.424Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-21T16:22:46.836Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-21T16:22:48.163Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-21T16:22:48.777Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-21T16:22:49.185Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-21T16:22:49.505Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-21T16:22:50.510Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-21T16:22:51.030Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-21T16:22:51.285Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-21T16:22:51.605Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-21T16:22:52.018Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-21T16:22:52.319Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-21T16:22:52.605Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-21T16:22:52.838Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-21T16:22:53.109Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-21T16:22:53.553Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-21T16:22:53.918Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-21T16:22:54.377Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-21T16:22:54.705Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-21T16:22:55.427Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-21T16:22:55.719Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-21T16:22:56.775Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-21T16:22:57.334Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-21T16:22:57.781Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-21T16:22:58.140Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-21T16:22:58.513Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-21T16:22:58.845Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-21T16:22:59.229Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-21T16:22:59.728Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-21T16:22:59.995Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-21T16:23:00.231Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-21T16:23:00.607Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-21T16:23:15.901Z Downloading crates ...
2592026-05-21T16:23:15.996Z Downloaded anstyle v1.0.13
2602026-05-21T16:23:15.996Z Downloaded clap_lex v1.0.0
2612026-05-21T16:23:15.996Z Downloaded bitflags v2.11.0
2622026-05-21T16:23:15.996Z Downloaded displaydoc v0.2.5
2632026-05-21T16:23:15.996Z Downloaded colorchoice v1.0.4
2642026-05-21T16:23:15.997Z Downloaded cpufeatures v0.2.17
2652026-05-21T16:23:15.997Z Downloaded anstyle-query v1.1.5
2662026-05-21T16:23:15.997Z Downloaded erased-serde v0.4.9
2672026-05-21T16:23:15.997Z Downloaded digest v0.10.7
2682026-05-21T16:23:15.997Z Downloaded equivalent v1.0.2
2692026-05-21T16:23:15.997Z Downloaded fnv v1.0.7
2702026-05-21T16:23:15.997Z Downloaded bytecount v0.6.9
2712026-05-21T16:23:15.997Z Downloaded cargo-platform v0.2.0
2722026-05-21T16:23:15.997Z Downloaded camino v1.2.2
2732026-05-21T16:23:15.997Z Downloaded cargo_metadata v0.21.0
2742026-05-21T16:23:15.997Z Downloaded toml_write v0.1.2
2752026-05-21T16:23:15.997Z Downloaded zerofrom-derive v0.1.6
2762026-05-21T16:23:15.997Z Downloaded cargo-util-schemas v0.8.2
2772026-05-21T16:23:15.997Z Downloaded anstyle-parse v0.2.7
2782026-05-21T16:23:15.997Z Downloaded cfg-if v1.0.4
2792026-05-21T16:23:15.997Z Downloaded form_urlencoded v1.2.2
2802026-05-21T16:23:15.997Z Downloaded block-buffer v0.10.4
2812026-05-21T16:23:16.017Z Downloaded version_check v0.9.5
2822026-05-21T16:23:16.017Z Downloaded fastrand v2.3.0
2832026-05-21T16:23:16.017Z Downloaded usdt-attr-macro v0.5.0
2842026-05-21T16:23:16.017Z Downloaded byteorder v1.5.0
2852026-05-21T16:23:16.017Z Downloaded idna_adapter v1.2.1
2862026-05-21T16:23:16.017Z Downloaded serde_spanned v0.6.9
2872026-05-21T16:23:16.017Z Downloaded ordered-float v2.10.1
2882026-05-21T16:23:16.017Z Downloaded yoke-derive v0.8.1
2892026-05-21T16:23:16.017Z Downloaded toml_datetime v0.6.11
2902026-05-21T16:23:16.017Z Downloaded utf8_iter v1.0.4
2912026-05-21T16:23:16.017Z Downloaded scroll_derive v0.12.1
2922026-05-21T16:23:16.017Z Downloaded is_terminal_polyfill v1.70.2
2932026-05-21T16:23:16.017Z Downloaded heck v0.5.0
2942026-05-21T16:23:16.017Z Downloaded pretty-hex v0.4.1
2952026-05-21T16:23:16.017Z Downloaded zerofrom v0.1.6
2962026-05-21T16:23:16.018Z Downloaded usdt-macro v0.5.0
2972026-05-21T16:23:16.018Z Downloaded usdt v0.5.0
2982026-05-21T16:23:16.018Z Downloaded unicode-xid v0.2.6
2992026-05-21T16:23:16.018Z Downloaded proc-macro-error-attr v1.0.4
3002026-05-21T16:23:16.018Z Downloaded typenum v1.19.0
3012026-05-21T16:23:16.018Z Downloaded swrite v0.1.0
3022026-05-21T16:23:16.018Z Downloaded stable_deref_trait v1.2.1
3032026-05-21T16:23:16.018Z Downloaded itoa v1.0.17
3042026-05-21T16:23:16.018Z Downloaded serde-value v0.7.0
3052026-05-21T16:23:16.018Z Downloaded zmij v1.0.21
3062026-05-21T16:23:16.018Z Downloaded thiserror v1.0.69
3072026-05-21T16:23:16.018Z Downloaded thiserror v2.0.18
3082026-05-21T16:23:16.037Z Downloaded heck v0.4.1
3092026-05-21T16:23:16.039Z Downloaded potential_utf v0.1.4
3102026-05-21T16:23:16.039Z Downloaded errno v0.3.14
3112026-05-21T16:23:16.039Z Downloaded camino-tempfile v1.4.1
3122026-05-21T16:23:16.040Z Downloaded typeid v1.0.3
3132026-05-21T16:23:16.040Z Downloaded thread-id v4.2.2
3142026-05-21T16:23:16.040Z Downloaded anstream v0.6.21
3152026-05-21T16:23:16.040Z Downloaded autocfg v1.5.0
3162026-05-21T16:23:16.040Z Downloaded yoke v0.8.1
3172026-05-21T16:23:16.040Z Downloaded zerovec-derive v0.11.2
3182026-05-21T16:23:16.040Z Downloaded smawk v0.3.2
3192026-05-21T16:23:16.040Z Downloaded thiserror-impl v2.0.18
3202026-05-21T16:23:16.040Z Downloaded terminal_size v0.4.3
3212026-05-21T16:23:16.040Z Downloaded thiserror-impl v1.0.69
3222026-05-21T16:23:16.040Z Downloaded memmap v0.7.0
3232026-05-21T16:23:16.040Z Downloaded anyhow v1.0.102
3242026-05-21T16:23:16.040Z Downloaded ucd-trie v0.1.7
3252026-05-21T16:23:16.041Z Downloaded strsim v0.11.1
3262026-05-21T16:23:16.041Z Downloaded dtrace-parser v0.2.0
3272026-05-21T16:23:16.041Z Downloaded macaddr v1.0.1
3282026-05-21T16:23:16.075Z Downloaded utf8parse v0.2.2
3292026-05-21T16:23:16.075Z Downloaded tabled_derive v0.7.0
3302026-05-21T16:23:16.075Z Downloaded writeable v0.6.2
3312026-05-21T16:23:16.075Z Downloaded url v2.5.8
3322026-05-21T16:23:16.075Z Downloaded unicode-linebreak v0.1.5
3332026-05-21T16:23:16.075Z Downloaded textwrap v0.16.2
3342026-05-21T16:23:16.075Z Downloaded dof v0.3.0
3352026-05-21T16:23:16.075Z Downloaded usdt-impl v0.5.0
3362026-05-21T16:23:16.075Z Downloaded plain v0.2.3
3372026-05-21T16:23:16.075Z Downloaded unicode-ident v1.0.24
3382026-05-21T16:23:16.075Z Downloaded crypto-common v0.1.7
3392026-05-21T16:23:16.075Z Downloaded zerocopy-derive v0.7.35
3402026-05-21T16:23:16.075Z Downloaded tinystr v0.8.2
3412026-05-21T16:23:16.076Z Downloaded percent-encoding v2.3.2
3422026-05-21T16:23:16.076Z Downloaded toml v0.8.23
3432026-05-21T16:23:16.076Z Downloaded scroll v0.12.0
3442026-05-21T16:23:16.076Z Downloaded generic-array v0.14.7
3452026-05-21T16:23:16.076Z Downloaded serde-untagged v0.1.9
3462026-05-21T16:23:16.076Z Downloaded zerotrie v0.2.3
3472026-05-21T16:23:16.122Z Downloaded toml_edit v0.22.27
3482026-05-21T16:23:16.122Z Downloaded serde_tokenstream v0.2.3
3492026-05-21T16:23:16.122Z Downloaded synstructure v0.13.2
3502026-05-21T16:23:16.122Z Downloaded proc-macro-error v1.0.4
3512026-05-21T16:23:16.122Z Downloaded zerovec v0.11.5
3522026-05-21T16:23:16.123Z Downloaded sha2 v0.10.9
3532026-05-21T16:23:16.123Z Downloaded zerocopy v0.7.35
3542026-05-21T16:23:16.123Z Downloaded fs-err v3.3.0
3552026-05-21T16:23:16.123Z Downloaded winnow v0.7.14
3562026-05-21T16:23:16.123Z Downloaded clap_derive v4.5.55
3572026-05-21T16:23:16.123Z Downloaded once_cell v1.21.3
3582026-05-21T16:23:16.162Z Downloaded tempfile v3.25.0
3592026-05-21T16:23:16.163Z Downloaded cargo_toml v0.21.0
3602026-05-21T16:23:16.163Z Downloaded unicode-width v0.2.0
3612026-05-21T16:23:16.163Z Downloaded unicode-width v0.1.14
3622026-05-21T16:23:16.163Z Downloaded clap v4.5.60
3632026-05-21T16:23:16.163Z Downloaded pest_generator v2.8.6
3642026-05-21T16:23:16.163Z Downloaded litemap v0.8.1
3652026-05-21T16:23:16.163Z Downloaded semver v1.0.28
3662026-05-21T16:23:16.164Z Downloaded smallvec v1.15.1
3672026-05-21T16:23:16.164Z Downloaded quote v1.0.45
3682026-05-21T16:23:16.164Z Downloaded proc-macro2 v1.0.106
3692026-05-21T16:23:16.164Z Downloaded pest_derive v2.8.6
3702026-05-21T16:23:16.164Z Downloaded num-traits v0.2.19
3712026-05-21T16:23:16.164Z Downloaded papergrid v0.11.0
3722026-05-21T16:23:16.181Z Downloaded icu_properties v2.1.2
3732026-05-21T16:23:16.181Z Downloaded getrandom v0.4.1
3742026-05-21T16:23:16.181Z Downloaded serde_derive v1.0.228
3752026-05-21T16:23:16.181Z Downloaded log v0.4.29
3762026-05-21T16:23:16.181Z Downloaded icu_provider v2.1.1
3772026-05-21T16:23:16.181Z Downloaded icu_normalizer_data v2.1.1
3782026-05-21T16:23:16.181Z Downloaded pest_meta v2.8.6
3792026-05-21T16:23:16.181Z Downloaded serde v1.0.228
3802026-05-21T16:23:16.181Z Downloaded memchr v2.8.0
3812026-05-21T16:23:16.181Z Downloaded serde_core v1.0.228
3822026-05-21T16:23:16.202Z Downloaded icu_normalizer v2.1.1
3832026-05-21T16:23:16.202Z Downloaded icu_locale_core v2.1.1
3842026-05-21T16:23:16.202Z Downloaded icu_collections v2.1.1
3852026-05-21T16:23:16.202Z Downloaded indexmap v2.14.0
3862026-05-21T16:23:16.232Z Downloaded clap_builder v4.5.60
3872026-05-21T16:23:16.311Z Downloaded pest v2.8.6
3882026-05-21T16:23:16.311Z Downloaded idna v1.1.0
3892026-05-21T16:23:16.311Z Downloaded hashbrown v0.17.0
3902026-05-21T16:23:16.311Z Downloaded serde_json v1.0.149
3912026-05-21T16:23:16.311Z Downloaded icu_properties_data v2.1.2
3922026-05-21T16:23:16.311Z Downloaded goblin v0.8.2
3932026-05-21T16:23:16.311Z Downloaded tabled v0.15.0
3942026-05-21T16:23:16.336Z Downloaded syn v1.0.109
3952026-05-21T16:23:16.336Z Downloaded syn v2.0.117
3962026-05-21T16:23:16.337Z Downloaded rustix v1.1.3
3972026-05-21T16:23:16.337Z Downloaded libc v0.2.185
3982026-05-21T16:23:16.413Z Compiling proc-macro2 v1.0.106
3992026-05-21T16:23:16.413Z Compiling unicode-ident v1.0.24
4002026-05-21T16:23:16.413Z Compiling quote v1.0.45
4012026-05-21T16:23:16.413Z Compiling serde_core v1.0.228
4022026-05-21T16:23:16.435Z Compiling libc v0.2.185
4032026-05-21T16:23:16.435Z Compiling version_check v0.9.5
4042026-05-21T16:23:16.436Z Compiling serde v1.0.228
4052026-05-21T16:23:16.436Z Compiling stable_deref_trait v1.2.1
4062026-05-21T16:23:16.436Z Compiling memchr v2.8.0
4072026-05-21T16:23:16.436Z Compiling zmij v1.0.21
4082026-05-21T16:23:16.436Z Compiling itoa v1.0.17
4092026-05-21T16:23:16.436Z Compiling ucd-trie v0.1.7
4102026-05-21T16:23:16.436Z Compiling autocfg v1.5.0
4112026-05-21T16:23:16.436Z Compiling thiserror v1.0.69
4122026-05-21T16:23:16.584Z Compiling litemap v0.8.1
4132026-05-21T16:23:16.750Z Compiling writeable v0.6.2
4142026-05-21T16:23:16.902Z Compiling byteorder v1.5.0
4152026-05-21T16:23:16.933Z Compiling rustix v1.1.3
4162026-05-21T16:23:17.019Z Compiling icu_normalizer_data v2.1.1
4172026-05-21T16:23:17.060Z Compiling icu_properties_data v2.1.2
4182026-05-21T16:23:17.077Z Compiling bitflags v2.11.0
4192026-05-21T16:23:17.105Z Compiling pest v2.8.6
4202026-05-21T16:23:17.157Z Compiling serde_json v1.0.149
4212026-05-21T16:23:17.175Z Compiling num-traits v0.2.19
4222026-05-21T16:23:17.364Z Compiling hashbrown v0.17.0
4232026-05-21T16:23:17.382Z Compiling equivalent v1.0.2
4242026-05-21T16:23:17.433Z Compiling typeid v1.0.3
4252026-05-21T16:23:17.449Z Compiling smallvec v1.15.1
4262026-05-21T16:23:17.481Z Compiling usdt-impl v0.5.0
4272026-05-21T16:23:17.571Z Compiling proc-macro-error-attr v1.0.4
4282026-05-21T16:23:17.597Z Compiling toml_write v0.1.2
4292026-05-21T16:23:17.621Z Compiling winnow v0.7.14
4302026-05-21T16:23:17.621Z Compiling erased-serde v0.4.9
4312026-05-21T16:23:17.639Z Compiling syn v1.0.109
4322026-05-21T16:23:17.687Z Compiling proc-macro-error v1.0.4
4332026-05-21T16:23:17.770Z Compiling errno v0.3.14
4342026-05-21T16:23:17.796Z Compiling thread-id v4.2.2
4352026-05-21T16:23:17.855Z Compiling utf8_iter v1.0.4
4362026-05-21T16:23:17.924Z Compiling indexmap v2.14.0
4372026-05-21T16:23:17.966Z Compiling getrandom v0.4.1
4382026-05-21T16:23:18.003Z Compiling thiserror v2.0.18
4392026-05-21T16:23:18.063Z Compiling log v0.4.29
4402026-05-21T16:23:18.086Z Compiling camino v1.2.2
4412026-05-21T16:23:18.086Z Compiling percent-encoding v2.3.2
4422026-05-21T16:23:18.102Z Compiling syn v2.0.117
4432026-05-21T16:23:18.102Z Compiling utf8parse v0.2.2
4442026-05-21T16:23:18.178Z Compiling plain v0.2.3
4452026-05-21T16:23:18.239Z Compiling form_urlencoded v1.2.2
4462026-05-21T16:23:18.275Z Compiling pest_meta v2.8.6
4472026-05-21T16:23:18.326Z Compiling anstyle-parse v0.2.7
4482026-05-21T16:23:18.350Z Compiling ordered-float v2.10.1
4492026-05-21T16:23:18.506Z Compiling anstyle-query v1.1.5
4502026-05-21T16:23:18.522Z Compiling cfg-if v1.0.4
4512026-05-21T16:23:18.540Z Compiling pretty-hex v0.4.1
4522026-05-21T16:23:18.564Z Compiling is_terminal_polyfill v1.70.2
4532026-05-21T16:23:18.613Z Compiling anstyle v1.0.13
4542026-05-21T16:23:18.633Z Compiling colorchoice v1.0.4
4552026-05-21T16:23:18.666Z Compiling fs-err v3.3.0
4562026-05-21T16:23:18.702Z Compiling clap_lex v1.0.0
4572026-05-21T16:23:18.706Z Compiling heck v0.4.1
4582026-05-21T16:23:18.706Z Compiling once_cell v1.21.3
4592026-05-21T16:23:18.783Z Compiling bytecount v0.6.9
4602026-05-21T16:23:18.901Z Compiling terminal_size v0.4.3
4612026-05-21T16:23:18.946Z Compiling anstream v0.6.21
4622026-05-21T16:23:18.969Z Compiling semver v1.0.28
4632026-05-21T16:23:18.990Z Compiling strsim v0.11.1
4642026-05-21T16:23:19.026Z Compiling unicode-width v0.1.14
4652026-05-21T16:23:19.045Z Compiling fnv v1.0.7
4662026-05-21T16:23:19.066Z Compiling heck v0.5.0
4672026-05-21T16:23:19.100Z Compiling fastrand v2.3.0
4682026-05-21T16:23:19.158Z Compiling unicode-xid v0.2.6
4692026-05-21T16:23:19.176Z Compiling anyhow v1.0.102
4702026-05-21T16:23:19.286Z Compiling serde-untagged v0.1.9
4712026-05-21T16:23:19.312Z Compiling tempfile v3.25.0
4722026-05-21T16:23:19.329Z Compiling papergrid v0.11.0
4732026-05-21T16:23:19.333Z Compiling clap_builder v4.5.60
4742026-05-21T16:23:19.386Z Compiling memmap v0.7.0
4752026-05-21T16:23:19.386Z Compiling unicode-width v0.2.0
4762026-05-21T16:23:19.429Z Compiling unicode-linebreak v0.1.5
4772026-05-21T16:23:19.429Z Compiling smawk v0.3.2
4782026-05-21T16:23:19.590Z Compiling camino-tempfile v1.4.1
4792026-05-21T16:23:19.608Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-21T16:23:19.692Z Compiling textwrap v0.16.2
4812026-05-21T16:23:19.718Z Compiling swrite v0.1.0
4822026-05-21T16:23:20.082Z Compiling tabled_derive v0.7.0
4832026-05-21T16:23:20.686Z Compiling synstructure v0.13.2
4842026-05-21T16:23:20.686Z Compiling pest_generator v2.8.6
4852026-05-21T16:23:20.823Z Compiling tabled v0.15.0
4862026-05-21T16:23:21.223Z Compiling serde_derive v1.0.228
4872026-05-21T16:23:21.223Z Compiling zerofrom-derive v0.1.6
4882026-05-21T16:23:21.228Z Compiling yoke-derive v0.8.1
4892026-05-21T16:23:21.228Z Compiling zerovec-derive v0.11.2
4902026-05-21T16:23:21.242Z Compiling displaydoc v0.2.5
4912026-05-21T16:23:21.246Z Compiling thiserror-impl v1.0.69
4922026-05-21T16:23:21.246Z Compiling zerocopy-derive v0.7.35
4932026-05-21T16:23:21.246Z Compiling scroll_derive v0.12.1
4942026-05-21T16:23:21.274Z Compiling thiserror-impl v2.0.18
4952026-05-21T16:23:21.278Z Compiling clap_derive v4.5.55
4962026-05-21T16:23:21.315Z Compiling pest_derive v2.8.6
4972026-05-21T16:23:22.006Z Compiling scroll v0.12.0
4982026-05-21T16:23:22.070Z Compiling zerocopy v0.7.35
4992026-05-21T16:23:22.202Z Compiling zerofrom v0.1.6
5002026-05-21T16:23:22.234Z Compiling goblin v0.8.2
5012026-05-21T16:23:22.312Z Compiling yoke v0.8.1
5022026-05-21T16:23:22.363Z Compiling dtrace-parser v0.2.0
5032026-05-21T16:23:22.481Z Compiling zerovec v0.11.5
5042026-05-21T16:23:22.481Z Compiling zerotrie v0.2.3
5052026-05-21T16:23:22.675Z Compiling clap v4.5.60
5062026-05-21T16:23:22.892Z Compiling tinystr v0.8.2
5072026-05-21T16:23:22.892Z Compiling potential_utf v0.1.4
5082026-05-21T16:23:23.022Z Compiling icu_collections v2.1.1
5092026-05-21T16:23:23.048Z Compiling icu_locale_core v2.1.1
5102026-05-21T16:23:23.592Z Compiling icu_provider v2.1.1
5112026-05-21T16:23:23.740Z Compiling toml_datetime v0.6.11
5122026-05-21T16:23:23.740Z Compiling serde_spanned v0.6.9
5132026-05-21T16:23:23.746Z Compiling serde-value v0.7.0
5142026-05-21T16:23:23.746Z Compiling cargo-platform v0.2.0
5152026-05-21T16:23:23.746Z Compiling macaddr v1.0.1
5162026-05-21T16:23:23.753Z Compiling dof v0.3.0
5172026-05-21T16:23:23.757Z Compiling serde_tokenstream v0.2.3
5182026-05-21T16:23:23.861Z Compiling icu_properties v2.1.2
5192026-05-21T16:23:23.865Z Compiling icu_normalizer v2.1.1
5202026-05-21T16:23:23.964Z Compiling toml_edit v0.22.27
5212026-05-21T16:23:24.510Z Compiling usdt-attr-macro v0.5.0
5222026-05-21T16:23:24.513Z Compiling usdt-macro v0.5.0
5232026-05-21T16:23:24.693Z Compiling idna_adapter v1.2.1
5242026-05-21T16:23:24.797Z Compiling idna v1.1.0
5252026-05-21T16:23:25.056Z Compiling url v2.5.8
5262026-05-21T16:23:25.111Z Compiling usdt v0.5.0
5272026-05-21T16:23:25.264Z Compiling toml v0.8.23
5282026-05-21T16:23:25.592Z Compiling cargo-util-schemas v0.8.2
5292026-05-21T16:23:25.592Z Compiling cargo_toml v0.21.0
5302026-05-21T16:23:26.372Z Compiling cargo_metadata v0.21.0
5312026-05-21T16:23:27.286Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-21T16:23:29.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.16s
5332026-05-21T16:23:29.655Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-21T16:23:30.229Z Downloading crates ...
5352026-05-21T16:23:30.310Z Downloaded ascii-canvas v3.0.0
5362026-05-21T16:23:30.315Z Downloaded array-init v0.0.4
5372026-05-21T16:23:30.315Z Downloaded aead v0.5.2
5382026-05-21T16:23:30.319Z Downloaded bit-set v0.5.3
5392026-05-21T16:23:30.322Z Downloaded ciborium-io v0.2.2
5402026-05-21T16:23:30.322Z Downloaded cargo-platform v0.1.9
5412026-05-21T16:23:30.322Z Downloaded bcrypt-pbkdf v0.10.0
5422026-05-21T16:23:30.322Z Downloaded adler2 v2.0.1
5432026-05-21T16:23:30.328Z Downloaded cobs v0.3.0
5442026-05-21T16:23:30.328Z Downloaded async-stream-impl v0.3.6
5452026-05-21T16:23:30.334Z Downloaded assert_matches v1.5.0
5462026-05-21T16:23:30.334Z Downloaded crc32fast v1.5.0
5472026-05-21T16:23:30.341Z Downloaded bitfield-macros v0.19.4
5482026-05-21T16:23:30.345Z Downloaded ahash v0.8.12
5492026-05-21T16:23:30.349Z Downloaded argon2 v0.5.3
5502026-05-21T16:23:30.360Z Downloaded darling_macro v0.21.3
5512026-05-21T16:23:30.360Z Downloaded daft-derive v0.1.7
5522026-05-21T16:23:30.360Z Downloaded darling_core v0.23.0
5532026-05-21T16:23:30.366Z Downloaded cfg_aliases v0.2.1
5542026-05-21T16:23:30.366Z Downloaded cexpr v0.6.0
5552026-05-21T16:23:30.366Z Downloaded bit-vec v0.8.0
5562026-05-21T16:23:30.370Z Downloaded defmt v0.3.100
5572026-05-21T16:23:30.370Z Downloaded darling v0.20.11
5582026-05-21T16:23:30.370Z Downloaded defmt v1.0.1
5592026-05-21T16:23:30.376Z Downloaded env_filter v1.0.0
5602026-05-21T16:23:30.376Z Downloaded bzip2 v0.6.1
5612026-05-21T16:23:30.376Z Downloaded base16ct v0.2.0
5622026-05-21T16:23:30.379Z Downloaded fd-lock v4.0.4
5632026-05-21T16:23:30.380Z Downloaded async-compression v0.4.41
5642026-05-21T16:23:30.380Z Downloaded compression-core v0.4.31
5652026-05-21T16:23:30.383Z Downloaded dtrace-parser v0.3.0
5662026-05-21T16:23:30.388Z Downloaded bit-set v0.8.0
5672026-05-21T16:23:30.388Z Downloaded cstr-argument v0.1.2
5682026-05-21T16:23:30.388Z Downloaded diesel-dtrace v0.5.0
5692026-05-21T16:23:30.388Z Downloaded data-encoding v2.10.0
5702026-05-21T16:23:30.395Z Downloaded critical-section v1.2.0
5712026-05-21T16:23:30.395Z Downloaded derive-ex v0.1.8
5722026-05-21T16:23:30.395Z Downloaded atomicwrites v0.4.4
5732026-05-21T16:23:30.395Z Downloaded downcast-rs v2.0.2
5742026-05-21T16:23:30.395Z Downloaded allocator-api2 v0.2.21
5752026-05-21T16:23:30.405Z Downloaded crc-catalog v2.4.0
5762026-05-21T16:23:30.405Z Downloaded atty v0.2.14
5772026-05-21T16:23:30.405Z Downloaded async-recursion v1.1.1
5782026-05-21T16:23:30.405Z Downloaded arrayref v0.3.9
5792026-05-21T16:23:30.405Z Downloaded either v1.15.0
5802026-05-21T16:23:30.405Z Downloaded document-features v0.2.12
5812026-05-21T16:23:30.405Z Downloaded crossterm v0.28.1
5822026-05-21T16:23:30.410Z Downloaded backon v1.6.0
5832026-05-21T16:23:30.410Z Downloaded display-error-chain v0.2.2
5842026-05-21T16:23:30.410Z Downloaded dunce v1.0.5
5852026-05-21T16:23:30.410Z Downloaded backoff v0.4.0
5862026-05-21T16:23:30.410Z Downloaded async-bb8-diesel v0.2.1
5872026-05-21T16:23:30.419Z Downloaded darling_macro v0.23.0
5882026-05-21T16:23:30.419Z Downloaded crc8 v0.1.1
5892026-05-21T16:23:30.419Z Downloaded convert_case v0.4.0
5902026-05-21T16:23:30.419Z Downloaded fixedbitset v0.4.2
5912026-05-21T16:23:30.424Z Downloaded diesel_table_macro_syntax v0.3.0
5922026-05-21T16:23:30.424Z Downloaded bb8 v0.8.6
5932026-05-21T16:23:30.424Z Downloaded debug-ignore v1.0.5
5942026-05-21T16:23:30.424Z Downloaded async-stream v0.3.6
5952026-05-21T16:23:30.424Z Downloaded filetime v0.2.27
5962026-05-21T16:23:30.424Z Downloaded endian-type v0.1.2
5972026-05-21T16:23:30.424Z Downloaded cpufeatures v0.3.0
5982026-05-21T16:23:30.424Z Downloaded derive_builder_macro v0.20.2
5992026-05-21T16:23:30.429Z Downloaded dirs-next v2.0.0
6002026-05-21T16:23:30.429Z Downloaded foreign-types-macros v0.2.3
6012026-05-21T16:23:30.429Z Downloaded cfg_aliases v0.1.1
6022026-05-21T16:23:30.429Z Downloaded difflib v0.4.0
6032026-05-21T16:23:30.429Z Downloaded defmt-parser v1.0.0
6042026-05-21T16:23:30.429Z Downloaded atomic-waker v1.1.2
6052026-05-21T16:23:30.439Z Downloaded dropshot-api-manager-types v0.7.2
6062026-05-21T16:23:30.439Z Downloaded foreign-types v0.3.2
6072026-05-21T16:23:30.439Z Downloaded crc v3.4.0
6082026-05-21T16:23:30.439Z Downloaded block-padding v0.3.3
6092026-05-21T16:23:30.439Z Downloaded funty v2.0.0
6102026-05-21T16:23:30.439Z Downloaded foreign-types v0.5.0
6112026-05-21T16:23:30.439Z Downloaded embedded-io v0.4.0
6122026-05-21T16:23:30.439Z Downloaded crunchy v0.2.4
6132026-05-21T16:23:30.439Z Downloaded curve25519-dalek-derive v0.1.1
6142026-05-21T16:23:30.439Z Downloaded darling_macro v0.20.11
6152026-05-21T16:23:30.439Z Downloaded crucible-workspace-hack v0.1.0
6162026-05-21T16:23:30.445Z Downloaded bitfield-struct v0.6.2
6172026-05-21T16:23:30.445Z Downloaded der_derive v0.7.3
6182026-05-21T16:23:30.445Z Downloaded daft v0.1.7
6192026-05-21T16:23:30.445Z Downloaded foreign-types-shared v0.1.1
6202026-05-21T16:23:30.448Z Downloaded dirs-sys-next v0.1.2
6212026-05-21T16:23:30.449Z Downloaded enum-as-inner v0.6.1
6222026-05-21T16:23:30.449Z Downloaded embedded-io v0.6.1
6232026-05-21T16:23:30.449Z Downloaded dof v0.4.0
6242026-05-21T16:23:30.457Z Downloaded float-ord v0.3.2
6252026-05-21T16:23:30.462Z Downloaded cipher v0.4.4
6262026-05-21T16:23:30.474Z Downloaded castaway v0.2.4
6272026-05-21T16:23:30.474Z Downloaded cassowary v0.3.0
6282026-05-21T16:23:30.474Z Downloaded futures-core v0.3.32
6292026-05-21T16:23:30.474Z Downloaded blowfish v0.9.1
6302026-05-21T16:23:30.483Z Downloaded float-cmp v0.10.0
6312026-05-21T16:23:30.483Z Downloaded defmt-macros v1.0.1
6322026-05-21T16:23:30.483Z Downloaded fxhash v0.2.1
6332026-05-21T16:23:30.483Z Downloaded fixedbitset v0.5.7
6342026-05-21T16:23:30.483Z Downloaded git-stub v1.0.0
6352026-05-21T16:23:30.483Z Downloaded gethostname v0.5.0
6362026-05-21T16:23:30.483Z Downloaded hash32 v0.2.1
6372026-05-21T16:23:30.483Z Downloaded fallible-iterator v0.2.0
6382026-05-21T16:23:30.483Z Downloaded erased-serde v0.3.31
6392026-05-21T16:23:30.483Z Downloaded futures-sink v0.3.32
6402026-05-21T16:23:30.483Z Downloaded hash32 v0.3.1
6412026-05-21T16:23:30.489Z Downloaded flume v0.11.1
6422026-05-21T16:23:30.489Z Downloaded ghash v0.5.1
6432026-05-21T16:23:30.489Z Downloaded dyn-clone v1.0.20
6442026-05-21T16:23:30.489Z Downloaded ciborium-ll v0.2.2
6452026-05-21T16:23:30.490Z Downloaded futures-task v0.3.32
6462026-05-21T16:23:30.490Z Downloaded bitflags v1.3.2
6472026-05-21T16:23:30.490Z Downloaded corncobs v0.1.4
6482026-05-21T16:23:30.503Z Downloaded const_format_proc_macros v0.2.34
6492026-05-21T16:23:30.503Z Downloaded hex-literal v0.4.1
6502026-05-21T16:23:30.503Z Downloaded fs-err v2.11.0
6512026-05-21T16:23:30.503Z Downloaded globwalk v0.9.1
6522026-05-21T16:23:30.503Z Downloaded headers-core v0.3.0
6532026-05-21T16:23:30.503Z Downloaded futures-macro v0.3.32
6542026-05-21T16:23:30.503Z Downloaded futures-io v0.3.32
6552026-05-21T16:23:30.503Z Downloaded flagset v0.4.7
6562026-05-21T16:23:30.518Z Downloaded convert_case v0.10.0
6572026-05-21T16:23:30.518Z Downloaded async-trait v0.1.89
6582026-05-21T16:23:30.518Z Downloaded home v0.5.12
6592026-05-21T16:23:30.518Z Downloaded camino-tempfile-ext v0.3.3
6602026-05-21T16:23:30.518Z Downloaded bcs v0.1.6
6612026-05-21T16:23:30.518Z Downloaded foreign-types-shared v0.3.1
6622026-05-21T16:23:30.518Z Downloaded bit-vec v0.6.3
6632026-05-21T16:23:30.518Z Downloaded dsl_auto_type v0.2.0
6642026-05-21T16:23:30.518Z Downloaded derive_builder_core v0.20.2
6652026-05-21T16:23:30.518Z Downloaded compression-codecs v0.4.37
6662026-05-21T16:23:30.519Z Downloaded ecdsa v0.16.9
6672026-05-21T16:23:30.537Z Downloaded constant_time_eq v0.4.2
6682026-05-21T16:23:30.541Z Downloaded ff v0.13.1
6692026-05-21T16:23:30.542Z Downloaded ctr v0.9.2
6702026-05-21T16:23:30.542Z Downloaded crossbeam-deque v0.8.6
6712026-05-21T16:23:30.542Z Downloaded base64ct v1.8.3
6722026-05-21T16:23:30.542Z Downloaded deranged v0.5.8
6732026-05-21T16:23:30.542Z Downloaded cmake v0.1.57
6742026-05-21T16:23:30.542Z Downloaded hex v0.4.3
6752026-05-21T16:23:30.542Z Downloaded cbc v0.1.2
6762026-05-21T16:23:30.542Z Downloaded hostname v0.4.2
6772026-05-21T16:23:30.542Z Downloaded byte-wrapper v0.1.0
6782026-05-21T16:23:30.542Z Downloaded futures-executor v0.3.32
6792026-05-21T16:23:30.542Z Downloaded bytes v1.11.1
6802026-05-21T16:23:30.542Z Downloaded arrayvec v0.7.6
6812026-05-21T16:23:30.542Z Downloaded foldhash v0.1.5
6822026-05-21T16:23:30.589Z Downloaded chacha20 v0.10.0
6832026-05-21T16:23:30.589Z Downloaded http-body v1.0.1
6842026-05-21T16:23:30.589Z Downloaded const_format v0.2.35
6852026-05-21T16:23:30.590Z Downloaded http-range v0.1.5
6862026-05-21T16:23:30.590Z Downloaded hostname v0.3.1
6872026-05-21T16:23:30.590Z Downloaded ciborium v0.2.2
6882026-05-21T16:23:30.590Z Downloaded git-stub-vcs v0.1.0
6892026-05-21T16:23:30.590Z Downloaded find-msvc-tools v0.1.9
6902026-05-21T16:23:30.590Z Downloaded ident_case v1.0.1
6912026-05-21T16:23:30.590Z Downloaded indent_write v2.2.0
6922026-05-21T16:23:30.590Z Downloaded des v0.8.1
6932026-05-21T16:23:30.590Z Downloaded hubpack_derive v0.1.1
6942026-05-21T16:23:30.590Z Downloaded group v0.13.0
6952026-05-21T16:23:30.591Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-21T16:23:30.591Z Downloaded ena v0.14.4
6972026-05-21T16:23:30.591Z Downloaded hubpack v0.1.2
6982026-05-21T16:23:30.591Z Downloaded is_ci v1.2.0
6992026-05-21T16:23:30.591Z Downloaded illumos-nvpair v0.3.0
7002026-05-21T16:23:30.591Z Downloaded hyper-tls v0.6.0
7012026-05-21T16:23:30.592Z Downloaded csv-core v0.1.13
7022026-05-21T16:23:30.592Z Downloaded derive_more v2.1.1
7032026-05-21T16:23:30.619Z Downloaded lalrpop-util v0.19.12
7042026-05-21T16:23:30.619Z Downloaded inout v0.1.4
7052026-05-21T16:23:30.619Z Downloaded instant v0.1.13
7062026-05-21T16:23:30.619Z Downloaded chacha20 v0.9.1
7072026-05-21T16:23:30.620Z Downloaded cancel-safe-futures v0.1.5
7082026-05-21T16:23:30.620Z Downloaded glob v0.3.3
7092026-05-21T16:23:30.620Z Downloaded futures-channel v0.3.32
7102026-05-21T16:23:30.620Z Downloaded fs_extra v1.3.0
7112026-05-21T16:23:30.620Z Downloaded bitfield v0.19.4
7122026-05-21T16:23:30.620Z Downloaded bzip2 v0.4.4
7132026-05-21T16:23:30.620Z Downloaded highway v1.3.0
7142026-05-21T16:23:30.621Z Downloaded internet-checksum v0.2.1
7152026-05-21T16:23:30.621Z Downloaded globset v0.4.18
7162026-05-21T16:23:30.621Z Downloaded blake2 v0.10.6
7172026-05-21T16:23:30.621Z Downloaded instability v0.3.11
7182026-05-21T16:23:30.621Z Downloaded indoc v1.0.9
7192026-05-21T16:23:30.621Z Downloaded diff v0.1.13
7202026-05-21T16:23:30.621Z Downloaded cookie v0.18.1
7212026-05-21T16:23:30.621Z Downloaded console v0.16.2
7222026-05-21T16:23:30.622Z Downloaded bumpalo v3.20.2
7232026-05-21T16:23:30.622Z Downloaded base64 v0.22.1
7242026-05-21T16:23:30.622Z Downloaded lazy_static v1.5.0
7252026-05-21T16:23:30.622Z Downloaded foldhash v0.2.0
7262026-05-21T16:23:30.622Z Downloaded crossbeam-utils v0.8.21
7272026-05-21T16:23:30.622Z Downloaded console v0.15.11
7282026-05-21T16:23:30.622Z Downloaded colored v3.1.1
7292026-05-21T16:23:30.622Z Downloaded lzss v0.8.2
7302026-05-21T16:23:30.622Z Downloaded lru-slab v0.1.2
7312026-05-21T16:23:30.622Z Downloaded darling v0.23.0
7322026-05-21T16:23:30.622Z Downloaded impl-trait-for-tuples v0.2.3
7332026-05-21T16:23:30.623Z Downloaded lru-cache v0.1.2
7342026-05-21T16:23:30.648Z Downloaded ipnetwork v0.21.1
7352026-05-21T16:23:30.648Z Downloaded ingot-types v0.1.2
7362026-05-21T16:23:30.648Z Downloaded crossbeam-epoch v0.9.18
7372026-05-21T16:23:30.648Z Downloaded http-body-util v0.1.3
7382026-05-21T16:23:30.648Z Downloaded memoffset v0.9.1
7392026-05-21T16:23:30.648Z Downloaded newline-converter v0.3.0
7402026-05-21T16:23:30.648Z Downloaded md5 v0.7.0
7412026-05-21T16:23:30.649Z Downloaded md-5 v0.10.6
7422026-05-21T16:23:30.649Z Downloaded match_cfg v0.1.0
7432026-05-21T16:23:30.649Z Downloaded managed v0.8.0
7442026-05-21T16:23:30.649Z Downloaded libscf-sys v1.1.0
7452026-05-21T16:23:30.649Z Downloaded getrandom v0.2.17
7462026-05-21T16:23:30.649Z Downloaded nodrop v0.1.14
7472026-05-21T16:23:30.649Z Downloaded humantime v2.3.0
7482026-05-21T16:23:30.649Z Downloaded maybe-uninit v2.0.0
7492026-05-21T16:23:30.649Z Downloaded derive_builder v0.20.2
7502026-05-21T16:23:30.649Z Downloaded cookie_store v0.22.1
7512026-05-21T16:23:30.649Z Downloaded linked-hash-map v0.5.6
7522026-05-21T16:23:30.649Z Downloaded hyper-staticfile v0.10.1
7532026-05-21T16:23:30.649Z Downloaded const-oid v0.9.6
7542026-05-21T16:23:30.649Z Downloaded clang-sys v1.8.1
7552026-05-21T16:23:30.649Z Downloaded colored v2.2.0
7562026-05-21T16:23:30.649Z Downloaded ingot v0.1.1
7572026-05-21T16:23:30.649Z Downloaded maplit v1.0.2
7582026-05-21T16:23:30.649Z Downloaded lru v0.12.5
7592026-05-21T16:23:30.660Z Downloaded indoc v2.0.7
7602026-05-21T16:23:30.660Z Downloaded multimap v0.10.1
7612026-05-21T16:23:30.660Z Downloaded mime v0.3.17
7622026-05-21T16:23:30.660Z Downloaded jobserver v0.1.34
7632026-05-21T16:23:30.660Z Downloaded newtype_derive v0.1.6
7642026-05-21T16:23:30.660Z Downloaded new_debug_unreachable v1.0.6
7652026-05-21T16:23:30.660Z Downloaded keccak v0.1.6
7662026-05-21T16:23:30.660Z Downloaded cargo_metadata v0.19.2
7672026-05-21T16:23:30.660Z Downloaded is-terminal v0.4.17
7682026-05-21T16:23:30.660Z Downloaded httpdate v1.0.3
7692026-05-21T16:23:30.660Z Downloaded darling v0.21.3
7702026-05-21T16:23:30.660Z Downloaded nonempty v0.12.0
7712026-05-21T16:23:30.661Z Downloaded env_logger v0.11.9
7722026-05-21T16:23:30.661Z Downloaded ipnet v2.11.0
7732026-05-21T16:23:30.661Z Downloaded ar_archive_writer v0.5.1
7742026-05-21T16:23:30.661Z Downloaded nibble_vec v0.1.0
7752026-05-21T16:23:30.668Z Downloaded num v0.4.3
7762026-05-21T16:23:30.668Z Downloaded normalize-line-endings v0.3.0
7772026-05-21T16:23:30.668Z Downloaded newtype-uuid-macros v0.1.0
7782026-05-21T16:23:30.668Z Downloaded buf-list v1.1.2
7792026-05-21T16:23:30.668Z Downloaded num-iter v0.1.45
7802026-05-21T16:23:30.668Z Downloaded num-derive v0.4.2
7812026-05-21T16:23:30.668Z Downloaded num-derive v0.3.3
7822026-05-21T16:23:30.668Z Downloaded num_enum_derive v0.5.11
7832026-05-21T16:23:30.668Z Downloaded linear-map v1.2.0
7842026-05-21T16:23:30.668Z Downloaded libsw-core v0.3.2
7852026-05-21T16:23:30.668Z Downloaded dropshot_endpoint v0.16.7
7862026-05-21T16:23:30.674Z Downloaded opaque-debug v0.3.1
7872026-05-21T16:23:30.674Z Downloaded compact_str v0.8.1
7882026-05-21T16:23:30.674Z Downloaded openssl-macros v0.1.1
7892026-05-21T16:23:30.674Z Downloaded fatfs v0.3.6
7902026-05-21T16:23:30.674Z Downloaded openssl-probe v0.2.1
7912026-05-21T16:23:30.679Z Downloaded iana-time-zone v0.1.65
7922026-05-21T16:23:30.679Z Downloaded lock_api v0.4.14
7932026-05-21T16:23:30.679Z Downloaded elliptic-curve v0.13.8
7942026-05-21T16:23:30.679Z Downloaded hmac v0.12.1
7952026-05-21T16:23:30.685Z Downloaded num_threads v0.1.7
7962026-05-21T16:23:30.685Z Downloaded hyper-rustls v0.27.7
7972026-05-21T16:23:30.686Z Downloaded openssl-probe v0.1.6
7982026-05-21T16:23:30.686Z Downloaded oso-derive v0.27.3
7992026-05-21T16:23:30.686Z Downloaded getrandom v0.3.4
8002026-05-21T16:23:30.694Z Downloaded drift v0.2.0
8012026-05-21T16:23:30.694Z Downloaded pbkdf2 v0.12.2
8022026-05-21T16:23:30.694Z Downloaded dropshot_endpoint v0.17.0
8032026-05-21T16:23:30.699Z Downloaded libloading v0.8.9
8042026-05-21T16:23:30.699Z Downloaded newtype-uuid v1.3.2
8052026-05-21T16:23:30.699Z Downloaded libsw v3.5.0
8062026-05-21T16:23:30.700Z Downloaded httparse v1.10.1
8072026-05-21T16:23:30.706Z Downloaded crc-any v2.5.0
8082026-05-21T16:23:30.707Z Downloaded kstat-rs v0.2.4
8092026-05-21T16:23:30.707Z Downloaded chacha20poly1305 v0.10.1
8102026-05-21T16:23:30.707Z Downloaded darling_core v0.21.3
8112026-05-21T16:23:30.713Z Downloaded derive_more v0.99.20
8122026-05-21T16:23:30.713Z Downloaded mime_guess v2.0.5
8132026-05-21T16:23:30.713Z Downloaded libefi-sys v0.1.0
8142026-05-21T16:23:30.716Z Downloaded peg-runtime v0.8.5
8152026-05-21T16:23:30.716Z Downloaded ingot-macros v0.1.1
8162026-05-21T16:23:30.716Z Downloaded path-slash v0.1.5
8172026-05-21T16:23:30.716Z Downloaded num-integer v0.1.46
8182026-05-21T16:23:30.716Z Downloaded num-conv v0.2.0
8192026-05-21T16:23:30.716Z Downloaded nanorand v0.7.0
8202026-05-21T16:23:30.720Z Downloaded base64 v0.21.7
8212026-05-21T16:23:30.720Z Downloaded half v1.8.3
8222026-05-21T16:23:30.723Z Downloaded native-tls v0.2.18
8232026-05-21T16:23:30.723Z Downloaded pbkdf2 v0.11.0
8242026-05-21T16:23:30.741Z Downloaded phf_shared v0.13.1
8252026-05-21T16:23:30.749Z Downloaded darling_core v0.20.11
8262026-05-21T16:23:30.749Z Downloaded phf_shared v0.12.1
8272026-05-21T16:23:30.749Z Downloaded phf_shared v0.11.3
8282026-05-21T16:23:30.749Z Downloaded num-complex v0.4.6
8292026-05-21T16:23:30.749Z Downloaded nu-ansi-term v0.50.3
8302026-05-21T16:23:30.749Z Downloaded indexmap v1.9.3
8312026-05-21T16:23:30.765Z Downloaded ed25519 v2.2.3
8322026-05-21T16:23:30.765Z Downloaded half v2.7.1
8332026-05-21T16:23:30.765Z Downloaded parse-size v1.1.0
8342026-05-21T16:23:30.765Z Downloaded parse-display v0.10.0
8352026-05-21T16:23:30.765Z Downloaded derive-where v1.6.0
8362026-05-21T16:23:30.765Z Downloaded parse-display-derive v0.10.0
8372026-05-21T16:23:30.765Z Downloaded packed_struct_codegen v0.10.1
8382026-05-21T16:23:30.771Z Downloaded packed_struct v0.10.1
8392026-05-21T16:23:30.771Z Downloaded oxnet v0.1.4
8402026-05-21T16:23:30.771Z Downloaded oxide-tokio-rt v0.1.4
8412026-05-21T16:23:30.771Z Downloaded olpc-cjson v0.1.4
8422026-05-21T16:23:30.771Z Downloaded predicates-core v1.0.10
8432026-05-21T16:23:30.771Z Downloaded predicates-tree v1.0.13
8442026-05-21T16:23:30.772Z Downloaded paste v1.0.15
8452026-05-21T16:23:30.772Z Downloaded precomputed-hash v0.1.1
8462026-05-21T16:23:30.772Z Downloaded powerfmt v0.2.0
8472026-05-21T16:23:30.772Z Downloaded num_enum v0.5.11
8482026-05-21T16:23:30.778Z Downloaded parking_lot_core v0.8.6
8492026-05-21T16:23:30.778Z Downloaded futures v0.3.32
8502026-05-21T16:23:30.778Z Downloaded der v0.7.10
8512026-05-21T16:23:30.783Z Downloaded multer v3.1.0
8522026-05-21T16:23:30.783Z Downloaded proc-macro-crate v1.3.1
8532026-05-21T16:23:30.783Z Downloaded ignore v0.4.25
8542026-05-21T16:23:30.783Z Downloaded memmap2 v0.9.10
8552026-05-21T16:23:30.783Z Downloaded arc-swap v1.8.2
8562026-05-21T16:23:30.790Z Downloaded peg-macros v0.8.5
8572026-05-21T16:23:30.800Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-05-21T16:23:30.800Z Downloaded progenitor-macro v0.13.0
8592026-05-21T16:23:30.800Z Downloaded progenitor-client v0.11.2
8602026-05-21T16:23:30.800Z Downloaded progenitor-client v0.10.0
8612026-05-21T16:23:30.800Z Downloaded progenitor-client v0.14.0
8622026-05-21T16:23:30.800Z Downloaded cc v1.2.56
8632026-05-21T16:23:30.800Z Downloaded proc-macro-crate v3.4.0
8642026-05-21T16:23:30.824Z Downloaded headers v0.4.1
8652026-05-21T16:23:30.824Z Downloaded pem-rfc7468 v0.7.0
8662026-05-21T16:23:30.824Z Downloaded pem v3.0.6
8672026-05-21T16:23:30.824Z Downloaded password-hash v0.5.0
8682026-05-21T16:23:30.824Z Downloaded pin-utils v0.1.0
8692026-05-21T16:23:30.824Z Downloaded progenitor-macro v0.10.0
8702026-05-21T16:23:30.824Z Downloaded pkcs8 v0.10.2
8712026-05-21T16:23:30.830Z Downloaded psl-types v2.0.11
8722026-05-21T16:23:30.830Z Downloaded pin-project-internal v1.1.11
8732026-05-21T16:23:30.830Z Downloaded progenitor-macro v0.11.2
8742026-05-21T16:23:30.830Z Downloaded phf v0.13.1
8752026-05-21T16:23:30.830Z Downloaded phf v0.12.1
8762026-05-21T16:23:30.830Z Downloaded num_enum_derive v0.7.5
8772026-05-21T16:23:30.830Z Downloaded num-rational v0.4.2
8782026-05-21T16:23:30.830Z Downloaded pin-project-lite v0.2.17
8792026-05-21T16:23:30.830Z Downloaded radium v0.7.0
8802026-05-21T16:23:30.831Z Downloaded quick-error v1.2.3
8812026-05-21T16:23:30.831Z Downloaded flate2 v1.1.9
8822026-05-21T16:23:30.831Z Downloaded indicatif v0.18.4
8832026-05-21T16:23:30.831Z Downloaded omicron-zone-package v0.12.2
8842026-05-21T16:23:30.831Z Downloaded crypto-bigint v0.5.5
8852026-05-21T16:23:30.836Z Downloaded predicates v3.1.4
8862026-05-21T16:23:30.836Z Downloaded ppv-lite86 v0.2.21
8872026-05-21T16:23:30.836Z Downloaded ref-cast v1.0.25
8882026-05-21T16:23:30.836Z Downloaded rand_xorshift v0.4.0
8892026-05-21T16:23:30.836Z Downloaded peg v0.8.5
8902026-05-21T16:23:30.844Z Downloaded recursive v0.1.1
8912026-05-21T16:23:30.844Z Downloaded owo-colors v4.3.0
8922026-05-21T16:23:30.844Z Downloaded progenitor v0.13.0
8932026-05-21T16:23:30.844Z Downloaded progenitor v0.11.2
8942026-05-21T16:23:30.849Z Downloaded postgres-protocol v0.6.10
8952026-05-21T16:23:30.849Z Downloaded polyval v0.6.2
8962026-05-21T16:23:30.849Z Downloaded num_enum v0.7.5
8972026-05-21T16:23:30.849Z Downloaded rand_chacha v0.3.1
8982026-05-21T16:23:30.849Z Downloaded hickory-resolver v0.24.4
8992026-05-21T16:23:30.854Z Downloaded poly1305 v0.8.0
9002026-05-21T16:23:30.854Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-05-21T16:23:30.854Z Downloaded progenitor v0.14.0
9022026-05-21T16:23:30.865Z Downloaded libbz2-rs-sys v0.2.2
9032026-05-21T16:23:30.865Z Downloaded parking_lot v0.11.2
9042026-05-21T16:23:30.865Z Downloaded litrs v1.0.0
9052026-05-21T16:23:30.870Z Downloaded aes-gcm v0.10.3
9062026-05-21T16:23:30.870Z Downloaded ref-cast-impl v1.0.25
9072026-05-21T16:23:30.870Z Downloaded proc-macro-error2 v2.0.1
9082026-05-21T16:23:30.874Z Downloaded progenitor-extras v0.2.0
9092026-05-21T16:23:30.874Z Downloaded primeorder v0.13.6
9102026-05-21T16:23:30.874Z Downloaded rfc6979 v0.4.0
9112026-05-21T16:23:30.874Z Downloaded parking_lot_core v0.9.12
9122026-05-21T16:23:30.884Z Downloaded progenitor v0.10.0
9132026-05-21T16:23:30.884Z Downloaded progenitor-client v0.13.0
9142026-05-21T16:23:30.885Z Downloaded heapless v0.8.0
9152026-05-21T16:23:30.885Z Downloaded russh-cryptovec v0.7.3
9162026-05-21T16:23:30.885Z Downloaded rtoolbox v0.0.3
9172026-05-21T16:23:30.896Z Downloaded heapless v0.7.17
9182026-05-21T16:23:30.896Z Downloaded password-hash v0.4.2
9192026-05-21T16:23:30.896Z Downloaded progenitor-macro v0.14.0
9202026-05-21T16:23:30.896Z Downloaded pkcs1 v0.7.5
9212026-05-21T16:23:30.896Z Downloaded psm v0.1.30
9222026-05-21T16:23:30.896Z Downloaded rustc-hash v2.1.1
9232026-05-21T16:23:30.896Z Downloaded pkcs5 v0.7.1
9242026-05-21T16:23:30.896Z Downloaded rustc_version v0.4.1
9252026-05-21T16:23:30.897Z Downloaded rustc_version v0.1.7
9262026-05-21T16:23:30.903Z Downloaded pkg-config v0.3.32
9272026-05-21T16:23:30.903Z Downloaded expectorate v1.2.0
9282026-05-21T16:23:30.904Z Downloaded p256 v0.13.2
9292026-05-21T16:23:30.904Z Downloaded rand_seeder v0.4.0
9302026-05-21T16:23:30.904Z Downloaded rand_core v0.10.0
9312026-05-21T16:23:30.904Z Downloaded ed25519-dalek v2.2.0
9322026-05-21T16:23:30.908Z Downloaded diesel_derives v2.3.7
9332026-05-21T16:23:30.921Z Downloaded postgres-types v0.2.12
9342026-05-21T16:23:30.921Z Downloaded sapling-renderdag v0.1.0
9352026-05-21T16:23:30.921Z Downloaded postcard v1.1.3
9362026-05-21T16:23:30.921Z Downloaded hashbrown v0.12.3
9372026-05-21T16:23:30.927Z Downloaded rand_core v0.6.4
9382026-05-21T16:23:30.927Z Downloaded crossbeam-channel v0.5.15
9392026-05-21T16:23:30.927Z Downloaded oso v0.27.3
9402026-05-21T16:23:30.927Z Downloaded papergrid v0.17.0
9412026-05-21T16:23:30.927Z Downloaded rand_core v0.9.5
9422026-05-21T16:23:30.931Z Downloaded derive_more-impl v2.1.1
9432026-05-21T16:23:30.931Z Downloaded salsa20 v0.10.2
9442026-05-21T16:23:30.931Z Downloaded same-file v1.0.6
9452026-05-21T16:23:30.931Z Downloaded parking_lot v0.12.5
9462026-05-21T16:23:30.936Z Downloaded miniz_oxide v0.8.9
9472026-05-21T16:23:30.936Z Downloaded scroll_derive v0.13.1
9482026-05-21T16:23:30.941Z Downloaded secrecy v0.8.0
9492026-05-21T16:23:30.941Z Downloaded jiff-static v0.2.21
9502026-05-21T16:23:30.950Z Downloaded scopeguard v1.2.0
9512026-05-21T16:23:30.950Z Downloaded scrypt v0.11.0
9522026-05-21T16:23:30.950Z Downloaded serde_bytes v0.11.19
9532026-05-21T16:23:30.958Z Downloaded resolv-conf v0.7.6
9542026-05-21T16:23:30.959Z Downloaded semver v0.1.20
9552026-05-21T16:23:30.959Z Downloaded secrecy v0.10.3
9562026-05-21T16:23:30.971Z Downloaded pin-project v1.1.11
9572026-05-21T16:23:30.971Z Downloaded serde_spanned v1.0.4
9582026-05-21T16:23:30.971Z Downloaded serde_plain v1.0.2
9592026-05-21T16:23:30.985Z Downloaded serde_urlencoded v0.7.1
9602026-05-21T16:23:30.985Z Downloaded serde_repr v0.1.20
9612026-05-21T16:23:30.985Z Downloaded sha1 v0.10.6
9622026-05-21T16:23:30.985Z Downloaded serde-big-array v0.5.1
9632026-05-21T16:23:30.985Z Downloaded seq-macro v0.3.6
9642026-05-21T16:23:30.985Z Downloaded r2d2 v0.8.10
9652026-05-21T16:23:30.985Z Downloaded quinn-udp v0.5.14
9662026-05-21T16:23:30.985Z Downloaded minimal-lexical v0.2.1
9672026-05-21T16:23:30.995Z Downloaded rustls-pemfile v2.2.0
9682026-05-21T16:23:30.995Z Downloaded rustversion v1.0.22
9692026-05-21T16:23:30.995Z Downloaded shell-words v1.1.1
9702026-05-21T16:23:30.995Z Downloaded rand_chacha v0.9.0
9712026-05-21T16:23:30.995Z Downloaded signature v2.2.0
9722026-05-21T16:23:30.995Z Downloaded prefix-trie v0.7.0
9732026-05-21T16:23:31.004Z Downloaded signal-hook-mio v0.2.5
9742026-05-21T16:23:31.004Z Downloaded rusty-fork v0.3.1
9752026-05-21T16:23:31.004Z Downloaded aes v0.8.4
9762026-05-21T16:23:31.010Z Downloaded rustls-native-certs v0.8.3
9772026-05-21T16:23:31.010Z Downloaded siphasher v1.0.2
9782026-05-21T16:23:31.010Z Downloaded hickory-resolver v0.25.2
9792026-05-21T16:23:31.016Z Downloaded slog-envlogger v2.2.0
9802026-05-21T16:23:31.020Z Downloaded slog-bunyan v2.5.0
9812026-05-21T16:23:31.020Z Downloaded scheduled-thread-pool v0.2.7
9822026-05-21T16:23:31.020Z Downloaded aho-corasick v1.1.4
9832026-05-21T16:23:31.025Z Downloaded schemars_derive v0.8.22
9842026-05-21T16:23:31.028Z Downloaded sec1 v0.7.3
9852026-05-21T16:23:31.029Z Downloaded progenitor-impl v0.10.0
9862026-05-21T16:23:31.032Z Downloaded progenitor-impl v0.11.2
9872026-05-21T16:23:31.036Z Downloaded serde_path_to_error v0.1.20
9882026-05-21T16:23:31.057Z Downloaded progenitor-impl v0.14.0
9892026-05-21T16:23:31.061Z Downloaded progenitor-impl v0.13.0
9902026-05-21T16:23:31.061Z Downloaded hickory-server v0.25.2
9912026-05-21T16:23:31.061Z Downloaded serde_derive_internals v0.29.1
9922026-05-21T16:23:31.061Z Downloaded serde-hex v0.1.0
9932026-05-21T16:23:31.061Z Downloaded sqlparser_derive v0.5.0
9942026-05-21T16:23:31.061Z Downloaded ssh-encoding v0.2.0
9952026-05-21T16:23:31.061Z Downloaded russh-keys v0.45.0
9962026-05-21T16:23:31.066Z Downloaded signal-hook-tokio v0.3.1
9972026-05-21T16:23:31.066Z Downloaded rustls-pki-types v1.14.0
9982026-05-21T16:23:31.066Z Downloaded strip-ansi-escapes v0.2.1
9992026-05-21T16:23:31.070Z Downloaded structmeta v0.3.0
10002026-05-21T16:23:31.074Z Downloaded openssl-sys v0.9.115
10012026-05-21T16:23:31.082Z Downloaded sync-ptr v0.1.4
10022026-05-21T16:23:31.088Z Downloaded strum v0.27.2
10032026-05-21T16:23:31.088Z Downloaded rustls-pemfile v1.0.4
10042026-05-21T16:23:31.088Z Downloaded strum v0.26.3
10052026-05-21T16:23:31.088Z Downloaded signal-hook-registry v1.4.8
10062026-05-21T16:23:31.088Z Downloaded shlex v1.3.0
10072026-05-21T16:23:31.088Z Downloaded hashbrown v0.13.2
10082026-05-21T16:23:31.096Z Downloaded http v1.4.0
10092026-05-21T16:23:31.096Z Downloaded itertools v0.10.5
10102026-05-21T16:23:31.096Z Downloaded tabwriter v1.4.1
10112026-05-21T16:23:31.096Z Downloaded tabled_derive v0.11.0
10122026-05-21T16:23:31.096Z Downloaded sigpipe v0.1.3
10132026-05-21T16:23:31.097Z Downloaded structmeta-derive v0.3.0
10142026-05-21T16:23:31.097Z Downloaded slog-json v2.6.1
10152026-05-21T16:23:31.101Z Downloaded subtle v2.6.1
10162026-05-21T16:23:31.101Z Downloaded slog-dtrace v0.3.0
10172026-05-21T16:23:31.101Z Downloaded take_mut v0.2.2
10182026-05-21T16:23:31.101Z Downloaded supports-color v3.0.2
10192026-05-21T16:23:31.101Z Downloaded rcgen v0.12.1
10202026-05-21T16:23:31.105Z Downloaded tagptr v0.2.0
10212026-05-21T16:23:31.105Z Downloaded scroll v0.13.0
10222026-05-21T16:23:31.105Z Downloaded slab v0.4.12
10232026-05-21T16:23:31.112Z Downloaded simd-adler32 v0.3.8
10242026-05-21T16:23:31.112Z Downloaded hyper-util v0.1.20
10252026-05-21T16:23:31.116Z Downloaded sync_wrapper v1.0.2
10262026-05-21T16:23:31.116Z Downloaded slog-scope v4.4.1
10272026-05-21T16:23:31.116Z Downloaded sct v0.7.1
10282026-05-21T16:23:31.116Z Downloaded smf v0.2.3
10292026-05-21T16:23:31.116Z Downloaded spki v0.7.3
10302026-05-21T16:23:31.116Z Downloaded slog-term v2.9.2
10312026-05-21T16:23:31.123Z Downloaded tap v1.0.1
10322026-05-21T16:23:31.123Z Downloaded slog-stdlog v4.1.1
10332026-05-21T16:23:31.123Z Downloaded slog-async v2.8.0
10342026-05-21T16:23:31.123Z Downloaded termtree v0.5.1
10352026-05-21T16:23:31.126Z Downloaded sqlformat v0.3.5
10362026-05-21T16:23:31.126Z Downloaded pretty_assertions v1.4.1
10372026-05-21T16:23:31.126Z Downloaded serde_with_macros v3.17.0
10382026-05-21T16:23:31.130Z Downloaded ssh-cipher v0.2.0
10392026-05-21T16:23:31.133Z Downloaded thiserror-impl-no-std v2.0.2
10402026-05-21T16:23:31.133Z Downloaded snafu-derive v0.8.9
10412026-05-21T16:23:31.133Z Downloaded testing_table v0.3.0
10422026-05-21T16:23:31.137Z Downloaded time-core v0.1.8
10432026-05-21T16:23:31.137Z Downloaded thread-id v5.1.0
10442026-05-21T16:23:31.142Z Downloaded string_cache v0.8.9
10452026-05-21T16:23:31.142Z Downloaded static_assertions v1.1.0
10462026-05-21T16:23:31.142Z Downloaded stacker v0.1.23
10472026-05-21T16:23:31.149Z Downloaded dropshot-api-manager v0.7.2
10482026-05-21T16:23:31.168Z Downloaded strum_macros v0.26.4
10492026-05-21T16:23:31.168Z Downloaded stringprep v0.1.5
10502026-05-21T16:23:31.168Z Downloaded strum_macros v0.24.3
10512026-05-21T16:23:31.168Z Downloaded tinyvec_macros v0.1.1
10522026-05-21T16:23:31.181Z Downloaded ryu v1.0.23
10532026-05-21T16:23:31.181Z Downloaded crossterm v0.29.0
10542026-05-21T16:23:31.181Z Downloaded tokio-macros v2.7.0
10552026-05-21T16:23:31.181Z Downloaded prettyplease v0.2.37
10562026-05-21T16:23:31.191Z Downloaded rayon-core v1.13.0
10572026-05-21T16:23:31.192Z Downloaded hashbrown v0.16.1
10582026-05-21T16:23:31.192Z Downloaded support-bundle-viewer v0.1.2
10592026-05-21T16:23:31.192Z Downloaded nom v7.1.3
10602026-05-21T16:23:31.198Z Downloaded quinn v0.11.9
10612026-05-21T16:23:31.206Z Downloaded topological-sort v0.2.2
10622026-05-21T16:23:31.211Z Downloaded termios v0.3.3
10632026-05-21T16:23:31.211Z Downloaded serde_cbor v0.11.2
10642026-05-21T16:23:31.215Z Downloaded ron v0.8.1
10652026-05-21T16:23:31.215Z Downloaded publicsuffix v2.3.0
10662026-05-21T16:23:31.218Z Downloaded trait-variant v0.1.2
10672026-05-21T16:23:31.218Z Downloaded libxml v0.3.3
10682026-05-21T16:23:31.223Z Downloaded thread_local v1.1.9
10692026-05-21T16:23:31.223Z Downloaded hashbrown v0.15.5
10702026-05-21T16:23:31.227Z Downloaded tiny-keccak v2.0.2
10712026-05-21T16:23:31.232Z Downloaded rustls-platform-verifier v0.6.2
10722026-05-21T16:23:31.232Z Downloaded rand v0.8.6
10732026-05-21T16:23:31.233Z Downloaded tower-layer v0.3.3
10742026-05-21T16:23:31.233Z Downloaded time-macros v0.2.27
10752026-05-21T16:23:31.240Z Downloaded typify-macro v0.6.2
10762026-05-21T16:23:31.240Z Downloaded strum_macros v0.27.2
10772026-05-21T16:23:31.240Z Downloaded try-lock v0.2.5
10782026-05-21T16:23:31.249Z Downloaded unicode-truncate v1.1.0
10792026-05-21T16:23:31.249Z Downloaded unarray v0.1.4
10802026-05-21T16:23:31.249Z Downloaded untrusted v0.9.0
10812026-05-21T16:23:31.249Z Downloaded universal-hash v0.5.1
10822026-05-21T16:23:31.254Z Downloaded slog v2.8.2
10832026-05-21T16:23:31.254Z Downloaded tokio-native-tls v0.3.1
10842026-05-21T16:23:31.254Z Downloaded signal-hook v0.3.18
10852026-05-21T16:23:31.254Z Downloaded tls_codec_derive v0.4.2
10862026-05-21T16:23:31.254Z Downloaded tokio-rustls v0.25.0
10872026-05-21T16:23:31.258Z Downloaded tokio-dtrace v0.1.1
10882026-05-21T16:23:31.259Z Downloaded schemars v0.8.22
10892026-05-21T16:23:31.262Z Downloaded thiserror-no-std v2.0.2
10902026-05-21T16:23:31.271Z Downloaded term v1.2.1
10912026-05-21T16:23:31.271Z Downloaded usdt-macro v0.6.0
10922026-05-21T16:23:31.271Z Downloaded usdt-attr-macro v0.6.0
10932026-05-21T16:23:31.275Z Downloaded usdt v0.6.0
10942026-05-21T16:23:31.275Z Downloaded utf-8 v0.7.6
10952026-05-21T16:23:31.275Z Downloaded untrusted v0.7.1
10962026-05-21T16:23:31.275Z Downloaded socket2 v0.5.10
10972026-05-21T16:23:31.275Z Downloaded unit-prefix v0.5.2
10982026-05-21T16:23:31.281Z Downloaded spin v0.9.8
10992026-05-21T16:23:31.290Z Downloaded socket2 v0.6.3
11002026-05-21T16:23:31.290Z Downloaded serde_yaml v0.9.34+deprecated
11012026-05-21T16:23:31.291Z Downloaded num-bigint v0.4.6
11022026-05-21T16:23:31.291Z Downloaded tower-service v0.3.3
11032026-05-21T16:23:31.291Z Downloaded toml_writer v1.0.6+spec-1.1.0
11042026-05-21T16:23:31.291Z Downloaded tokio-tungstenite v0.23.1
11052026-05-21T16:23:31.295Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11062026-05-21T16:23:31.295Z Downloaded void v1.0.2
11072026-05-21T16:23:31.295Z Downloaded tokio-tungstenite v0.21.0
11082026-05-21T16:23:31.295Z Downloaded qorb v0.4.1
11092026-05-21T16:23:31.299Z Downloaded mio v1.2.0
11102026-05-21T16:23:31.299Z Downloaded itertools v0.13.0
11112026-05-21T16:23:31.304Z Downloaded wait-timeout v0.2.1
11122026-05-21T16:23:31.304Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-05-21T16:23:31.307Z Downloaded rand v0.9.2
11142026-05-21T16:23:31.315Z Downloaded iri-string v0.7.10
11152026-05-21T16:23:31.318Z Downloaded typify-macro v0.4.3
11162026-05-21T16:23:31.318Z Downloaded tui-tree-widget v0.23.1
11172026-05-21T16:23:31.318Z Downloaded subprocess v0.2.15
11182026-05-21T16:23:31.318Z Downloaded unicase v2.9.0
11192026-05-21T16:23:31.322Z Downloaded tls_codec v0.4.2
11202026-05-21T16:23:31.327Z Downloaded waitgroup v0.1.2
11212026-05-21T16:23:31.327Z Downloaded similar v2.7.0
11222026-05-21T16:23:31.330Z Downloaded samael v0.0.19
11232026-05-21T16:23:31.334Z Downloaded schemars v0.9.0
11242026-05-21T16:23:31.339Z Downloaded want v0.3.1
11252026-05-21T16:23:31.339Z Downloaded usdt-impl v0.6.0
11262026-05-21T16:23:31.343Z Downloaded xattr v1.6.1
11272026-05-21T16:23:31.343Z Downloaded tokio-rustls v0.24.1
11282026-05-21T16:23:31.343Z Downloaded tokio-rustls v0.26.4
11292026-05-21T16:23:31.358Z Downloaded snafu v0.8.9
11302026-05-21T16:23:31.358Z Downloaded xshell-macros v0.2.7
11312026-05-21T16:23:31.358Z Downloaded tokio-stream v0.1.18
11322026-05-21T16:23:31.363Z Downloaded zeroize_derive v1.4.3
11332026-05-21T16:23:31.364Z Downloaded h2 v0.4.13
11342026-05-21T16:23:31.364Z Downloaded uzers v0.12.2
11352026-05-21T16:23:31.364Z Downloaded vergen-gitcl v1.0.8
11362026-05-21T16:23:31.364Z Downloaded vergen-lib v0.1.6
11372026-05-21T16:23:31.364Z Downloaded toml_parser v1.0.9+spec-1.1.0
11382026-05-21T16:23:31.364Z Downloaded zone v0.3.1
11392026-05-21T16:23:31.364Z Downloaded test-strategy v0.4.5
11402026-05-21T16:23:31.364Z Downloaded zone_cfg_derive v0.3.1
11412026-05-21T16:23:31.369Z Downloaded vergen-git2 v1.0.7
11422026-05-21T16:23:31.370Z Downloaded rsa v0.9.10
11432026-05-21T16:23:31.370Z Downloaded hkdf v0.12.4
11442026-05-21T16:23:31.370Z Downloaded term v0.7.0
11452026-05-21T16:23:31.376Z Downloaded itertools v0.14.0
11462026-05-21T16:23:31.376Z Downloaded libm v0.2.16
11472026-05-21T16:23:31.382Z Downloaded vsss-rs v3.3.4
11482026-05-21T16:23:31.382Z Downloaded futures-util v0.3.32
11492026-05-21T16:23:31.395Z Downloaded smallvec v0.6.14
11502026-05-21T16:23:31.402Z Downloaded twox-hash v2.1.2
11512026-05-21T16:23:31.402Z Downloaded walkdir v2.5.0
11522026-05-21T16:23:31.403Z Downloaded iddqd v0.4.1
11532026-05-21T16:23:31.403Z Downloaded p521 v0.13.3
11542026-05-21T16:23:31.403Z Downloaded rustls-webpki v0.103.9
11552026-05-21T16:23:31.403Z Downloaded tinyvec v1.10.0
11562026-05-21T16:23:31.410Z Downloaded hyper v1.8.1
11572026-05-21T16:23:31.410Z Downloaded unicode-properties v0.1.4
11582026-05-21T16:23:31.410Z Downloaded tracing-attributes v0.1.31
11592026-05-21T16:23:31.414Z Downloaded toml v0.9.12+spec-1.1.0
11602026-05-21T16:23:31.414Z Downloaded wyz v0.5.1
11612026-05-21T16:23:31.414Z Downloaded schemars v1.2.1
11622026-05-21T16:23:31.420Z Downloaded itertools v0.12.1
11632026-05-21T16:23:31.429Z Downloaded whoami v1.6.1
11642026-05-21T16:23:31.435Z Downloaded typify v0.6.2
11652026-05-21T16:23:31.436Z Downloaded whoami v2.1.0
11662026-05-21T16:23:31.436Z Downloaded zstd-safe v7.2.4
11672026-05-21T16:23:31.436Z Downloaded rand v0.10.0
11682026-05-21T16:23:31.436Z Downloaded blake3 v1.8.3
11692026-05-21T16:23:31.445Z Downloaded zeroize v1.8.2
11702026-05-21T16:23:31.445Z Downloaded unicode-bidi v0.3.18
11712026-05-21T16:23:31.445Z Downloaded rustyline v14.0.0
11722026-05-21T16:23:31.452Z Downloaded russh v0.45.0
11732026-05-21T16:23:31.452Z Downloaded typify v0.4.3
11742026-05-21T16:23:31.452Z Downloaded tungstenite v0.21.0
11752026-05-21T16:23:31.452Z Downloaded yasna v0.5.2
11762026-05-21T16:23:31.452Z Downloaded toml v0.7.8
11772026-05-21T16:23:31.457Z Downloaded vergen v9.0.6
11782026-05-21T16:23:31.457Z Downloaded toml v1.0.6+spec-1.1.0
11792026-05-21T16:23:31.457Z Downloaded steno v0.4.1
11802026-05-21T16:23:31.466Z Downloaded zstd v0.13.3
11812026-05-21T16:23:31.466Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-05-21T16:23:31.471Z Downloaded vte v0.14.1
11832026-05-21T16:23:31.475Z Downloaded tungstenite v0.23.0
11842026-05-21T16:23:31.485Z Downloaded unsafe-libyaml v0.2.11
11852026-05-21T16:23:31.498Z Downloaded xshell v0.2.7
11862026-05-21T16:23:31.503Z Downloaded rpassword v7.4.0
11872026-05-21T16:23:31.503Z Downloaded zerocopy v0.6.6
11882026-05-21T16:23:31.503Z Downloaded toml_edit v0.19.15
11892026-05-21T16:23:31.513Z Downloaded tar v0.4.45
11902026-05-21T16:23:31.526Z Downloaded num-bigint-dig v0.8.6
11912026-05-21T16:23:31.526Z Downloaded ssh-key v0.6.7
11922026-05-21T16:23:31.535Z Downloaded yansi v1.0.1
11932026-05-21T16:23:31.539Z Downloaded tracing-core v0.1.36
11942026-05-21T16:23:31.539Z Downloaded regex v1.12.3
11952026-05-21T16:23:31.539Z Downloaded git2 v0.20.4
11962026-05-21T16:23:31.543Z Downloaded tower v0.5.3
11972026-05-21T16:23:31.549Z Downloaded bitvec v1.0.1
11982026-05-21T16:23:31.555Z Downloaded typed-path v0.9.3
11992026-05-21T16:23:31.558Z Downloaded reedline v0.40.0
12002026-05-21T16:23:31.563Z Downloaded portable-atomic v1.13.1
12012026-05-21T16:23:31.569Z Downloaded quick-xml v0.37.5
12022026-05-21T16:23:31.577Z Downloaded uuid v1.23.0
12032026-05-21T16:23:31.581Z Downloaded zopfli v0.8.3
12042026-05-21T16:23:31.589Z Downloaded p384 v0.13.1
12052026-05-21T16:23:31.595Z Downloaded chrono v0.4.44
12062026-05-21T16:23:31.599Z Downloaded aws-lc-rs v1.16.3
12072026-05-21T16:23:31.607Z Downloaded unicode_categories v0.1.1
12082026-05-21T16:23:31.622Z Downloaded goblin v0.10.5
12092026-05-21T16:23:31.622Z Downloaded reqwest v0.12.28
12102026-05-21T16:23:31.622Z Downloaded tokio-postgres v0.7.16
12112026-05-21T16:23:31.638Z Downloaded unicode-normalization v0.1.25
12122026-05-21T16:23:31.646Z Downloaded bindgen v0.71.1
12132026-05-21T16:23:31.650Z Downloaded rustls-webpki v0.102.8
12142026-05-21T16:23:31.662Z Downloaded reqwest v0.13.2
12152026-05-21T16:23:31.665Z Downloaded curve25519-dalek v4.1.3
12162026-05-21T16:23:31.672Z Downloaded zip v0.6.6
12172026-05-21T16:23:31.698Z Downloaded rayon v1.11.0
12182026-05-21T16:23:31.709Z Downloaded moka v0.12.13
12192026-05-21T16:23:31.709Z Downloaded unicode-segmentation v1.12.0
12202026-05-21T16:23:31.709Z Downloaded rustls-webpki v0.101.7
12212026-05-21T16:23:31.715Z Downloaded x509-cert v0.2.5
12222026-05-21T16:23:31.715Z Downloaded quinn-proto v0.11.13
12232026-05-21T16:23:31.720Z Downloaded radix_trie v0.2.1
12242026-05-21T16:23:31.729Z Downloaded object v0.30.4
12252026-05-21T16:23:31.737Z Downloaded winnow v0.6.26
12262026-05-21T16:23:31.742Z Downloaded salty v0.3.0
12272026-05-21T16:23:31.748Z Downloaded lalrpop v0.19.12
12282026-05-21T16:23:31.761Z Downloaded zerocopy-derive v0.8.40
12292026-05-21T16:23:31.767Z Downloaded tokio-util v0.7.18
12302026-05-21T16:23:31.767Z Downloaded petname v2.0.2
12312026-05-21T16:23:31.775Z Downloaded rustls v0.21.12
12322026-05-21T16:23:31.780Z Downloaded tower-http v0.6.8
12332026-05-21T16:23:31.784Z Downloaded tough v0.22.0
12342026-05-21T16:23:31.788Z Downloaded proptest v1.10.0
12352026-05-21T16:23:31.792Z Downloaded tabled v0.20.0
12362026-05-21T16:23:31.803Z Downloaded zip v4.6.1
12372026-05-21T16:23:31.808Z Downloaded object v0.37.3
12382026-05-21T16:23:31.813Z Downloaded diesel v2.3.7
12392026-05-21T16:23:31.826Z Downloaded serde_with v3.17.0
12402026-05-21T16:23:31.834Z Downloaded dropshot v0.17.0
12412026-05-21T16:23:31.849Z Downloaded nix v0.31.2
12422026-05-21T16:23:31.857Z Downloaded nix v0.27.1
12432026-05-21T16:23:31.863Z Downloaded dropshot v0.16.7
12442026-05-21T16:23:31.878Z Downloaded winnow v0.5.40
12452026-05-21T16:23:31.885Z Downloaded nix v0.28.0
12462026-05-21T16:23:31.890Z Downloaded rustls v0.23.37
12472026-05-21T16:23:31.896Z Downloaded regex-syntax v0.8.10
12482026-05-21T16:23:31.900Z Downloaded bstr v1.12.1
12492026-05-21T16:23:31.904Z Downloaded rustix v0.38.44
12502026-05-21T16:23:31.927Z Downloaded polar-core v0.27.3
12512026-05-21T16:23:31.939Z Downloaded openssl v0.10.79
12522026-05-21T16:23:31.939Z Downloaded nix v0.29.0
12532026-05-21T16:23:31.945Z Downloaded vcpkg v0.2.15
12542026-05-21T16:23:31.965Z Downloaded time v0.3.47
12552026-05-21T16:23:31.973Z Downloaded smoltcp v0.9.1
12562026-05-21T16:23:31.977Z Downloaded hickory-proto v0.24.4
12572026-05-21T16:23:31.986Z Downloaded regex-syntax v0.6.29
12582026-05-21T16:23:31.993Z Downloaded webpki-roots v1.0.6
12592026-05-21T16:23:31.997Z Downloaded zlib-rs v0.6.2
12602026-05-21T16:23:32.001Z Downloaded hickory-proto v0.25.2
12612026-05-21T16:23:32.011Z Downloaded zerocopy v0.8.40
12622026-05-21T16:23:32.016Z Downloaded smoltcp v0.11.0
12632026-05-21T16:23:32.027Z Downloaded typify-impl v0.6.2
12642026-05-21T16:23:32.032Z Downloaded tracing v0.1.44
12652026-05-21T16:23:32.044Z Downloaded typify-impl v0.4.3
12662026-05-21T16:23:32.053Z Downloaded openapiv3 v2.2.0
12672026-05-21T16:23:32.064Z Downloaded ratatui v0.29.0
12682026-05-21T16:23:32.072Z Downloaded regress v0.11.1
12692026-05-21T16:23:32.077Z Downloaded rustls v0.22.4
12702026-05-21T16:23:32.084Z Downloaded zerocopy-derive v0.6.6
12712026-05-21T16:23:32.090Z Downloaded sqlparser v0.61.0
12722026-05-21T16:23:32.096Z Downloaded regex-automata v0.4.14
12732026-05-21T16:23:32.105Z Downloaded regress v0.10.5
12742026-05-21T16:23:32.115Z Downloaded sled v0.34.7
12752026-05-21T16:23:32.147Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-05-21T16:23:32.155Z Downloaded csv v1.4.0
12772026-05-21T16:23:32.167Z Downloaded libz-sys v1.1.24
12782026-05-21T16:23:32.181Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-05-21T16:23:32.200Z Downloaded petgraph v0.6.5
12802026-05-21T16:23:32.213Z Downloaded tokio v1.52.1
12812026-05-21T16:23:32.233Z Downloaded sha3 v0.10.8
12822026-05-21T16:23:32.237Z Downloaded jiff v0.2.21
12832026-05-21T16:23:32.248Z Downloaded petgraph v0.8.3
12842026-05-21T16:23:32.260Z Downloaded chrono-tz v0.10.4
12852026-05-21T16:23:32.286Z Downloaded encoding_rs v0.8.35
12862026-05-21T16:23:32.409Z Downloaded ring v0.17.14
12872026-05-21T16:23:32.461Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-21T16:23:32.981Z Downloaded aws-lc-sys v0.40.0
12892026-05-21T16:23:33.233Z Compiling libc v0.2.185
12902026-05-21T16:23:33.233Z Compiling serde v1.0.228
12912026-05-21T16:23:33.233Z Compiling log v0.4.29
12922026-05-21T16:23:33.233Z Compiling shlex v1.3.0
12932026-05-21T16:23:33.233Z Compiling find-msvc-tools v0.1.9
12942026-05-21T16:23:33.233Z Compiling smallvec v1.15.1
12952026-05-21T16:23:33.233Z Compiling typenum v1.19.0
12962026-05-21T16:23:33.233Z Compiling subtle v2.6.1
12972026-05-21T16:23:33.233Z Compiling generic-array v0.14.7
12982026-05-21T16:23:33.233Z Compiling scopeguard v1.2.0
12992026-05-21T16:23:33.234Z Compiling const-oid v0.9.6
13002026-05-21T16:23:33.409Z Compiling serde_json v1.0.149
13012026-05-21T16:23:33.465Z Compiling syn v2.0.117
13022026-05-21T16:23:33.479Z Compiling zerocopy v0.8.40
13032026-05-21T16:23:33.479Z Compiling pin-project-lite v0.2.17
13042026-05-21T16:23:33.488Z Compiling portable-atomic v1.13.1
13052026-05-21T16:23:33.590Z Compiling parking_lot_core v0.9.12
13062026-05-21T16:23:33.634Z Compiling lock_api v0.4.14
13072026-05-21T16:23:33.656Z Compiling pkg-config v0.3.32
13082026-05-21T16:23:33.678Z Compiling bitflags v2.11.0
13092026-05-21T16:23:33.709Z Compiling futures-core v0.3.32
13102026-05-21T16:23:33.715Z Compiling critical-section v1.2.0
13112026-05-21T16:23:33.715Z Compiling libm v0.2.16
13122026-05-21T16:23:33.750Z Compiling num-traits v0.2.19
13132026-05-21T16:23:33.824Z Compiling percent-encoding v2.3.2
13142026-05-21T16:23:33.844Z Compiling futures-sink v0.3.32
13152026-05-21T16:23:33.904Z Compiling cpufeatures v0.2.17
13162026-05-21T16:23:33.912Z Compiling getrandom v0.4.1
13172026-05-21T16:23:33.912Z Compiling futures-task v0.3.32
13182026-05-21T16:23:33.977Z Compiling futures-channel v0.3.32
13192026-05-21T16:23:33.982Z Compiling slab v0.4.12
13202026-05-21T16:23:34.018Z Compiling futures-io v0.3.32
13212026-05-21T16:23:34.034Z Compiling rand_core v0.10.0
13222026-05-21T16:23:34.038Z Compiling indexmap v2.14.0
13232026-05-21T16:23:34.129Z Compiling getrandom v0.3.4
13242026-05-21T16:23:34.146Z Compiling rustversion v1.0.22
13252026-05-21T16:23:34.186Z Compiling form_urlencoded v1.2.2
13262026-05-21T16:23:34.201Z Compiling dunce v1.0.5
13272026-05-21T16:23:34.220Z Compiling fs_extra v1.3.0
13282026-05-21T16:23:34.242Z Compiling ident_case v1.0.1
13292026-05-21T16:23:34.264Z Compiling base64ct v1.8.3
13302026-05-21T16:23:34.269Z Compiling regex-syntax v0.8.10
13312026-05-21T16:23:34.310Z Compiling rustix v1.1.3
13322026-05-21T16:23:34.341Z Compiling getrandom v0.2.17
13332026-05-21T16:23:34.386Z Compiling jobserver v0.1.34
13342026-05-21T16:23:34.420Z Compiling errno v0.3.14
13352026-05-21T16:23:34.516Z Compiling rand_core v0.6.4
13362026-05-21T16:23:34.531Z Compiling mio v1.2.0
13372026-05-21T16:23:34.569Z Compiling signal-hook-registry v1.4.8
13382026-05-21T16:23:34.593Z Compiling cc v1.2.56
13392026-05-21T16:23:34.597Z Compiling once_cell v1.21.3
13402026-05-21T16:23:34.624Z Compiling socket2 v0.6.3
13412026-05-21T16:23:34.659Z Compiling parking_lot v0.12.5
13422026-05-21T16:23:34.762Z Compiling pem-rfc7468 v0.7.0
13432026-05-21T16:23:34.787Z Compiling iana-time-zone v0.1.65
13442026-05-21T16:23:34.821Z Compiling flagset v0.4.7
13452026-05-21T16:23:34.876Z Compiling aws-lc-rs v1.16.3
13462026-05-21T16:23:34.975Z Compiling vcpkg v0.2.15
13472026-05-21T16:23:35.011Z Compiling uuid v1.23.0
13482026-05-21T16:23:35.027Z Compiling tracing-core v0.1.36
13492026-05-21T16:23:35.032Z Compiling rustc_version v0.4.1
13502026-05-21T16:23:35.063Z Compiling base64 v0.22.1
13512026-05-21T16:23:35.073Z Compiling untrusted v0.9.0
13522026-05-21T16:23:35.092Z Compiling tinyvec_macros v0.1.1
13532026-05-21T16:23:35.108Z Compiling rand_core v0.9.5
13542026-05-21T16:23:35.190Z Compiling openssl-probe v0.2.1
13552026-05-21T16:23:35.204Z Compiling httparse v1.10.1
13562026-05-21T16:23:35.218Z Compiling untrusted v0.7.1
13572026-05-21T16:23:35.274Z Compiling tinyvec v1.10.0
13582026-05-21T16:23:35.359Z Compiling cmake v0.1.57
13592026-05-21T16:23:35.388Z Compiling aho-corasick v1.1.4
13602026-05-21T16:23:35.395Z Compiling dyn-clone v1.0.20
13612026-05-21T16:23:35.416Z Compiling schemars v0.8.22
13622026-05-21T16:23:35.429Z Compiling tower-layer v0.3.3
13632026-05-21T16:23:35.433Z Compiling atomic-waker v1.1.2
13642026-05-21T16:23:35.549Z Compiling try-lock v0.2.5
13652026-05-21T16:23:35.564Z Compiling tower-service v0.3.3
13662026-05-21T16:23:35.599Z Compiling rustls v0.23.37
13672026-05-21T16:23:35.620Z Compiling foreign-types-shared v0.1.1
13682026-05-21T16:23:35.624Z Compiling openssl v0.10.79
13692026-05-21T16:23:35.679Z Compiling want v0.3.1
13702026-05-21T16:23:35.684Z Compiling pin-utils v0.1.0
13712026-05-21T16:23:35.710Z Compiling httpdate v1.0.3
13722026-05-21T16:23:35.715Z Compiling foreign-types v0.3.2
13732026-05-21T16:23:35.734Z Compiling unicode-normalization v0.1.25
13742026-05-21T16:23:35.757Z Compiling spin v0.9.8
13752026-05-21T16:23:35.774Z Compiling num-conv v0.2.0
13762026-05-21T16:23:35.791Z Compiling crc32fast v1.5.0
13772026-05-21T16:23:35.807Z Compiling native-tls v0.2.18
13782026-05-21T16:23:35.821Z Compiling time-core v0.1.8
13792026-05-21T16:23:35.827Z Compiling powerfmt v0.2.0
13802026-05-21T16:23:35.864Z Compiling wait-timeout v0.2.1
13812026-05-21T16:23:35.885Z Compiling sync_wrapper v1.0.2
13822026-05-21T16:23:35.928Z Compiling simd-adler32 v0.3.8
13832026-05-21T16:23:35.968Z Compiling siphasher v1.0.2
13842026-05-21T16:23:35.980Z Compiling usdt-impl v0.6.0
13852026-05-21T16:23:35.996Z Compiling time-macros v0.2.27
13862026-05-21T16:23:35.996Z Compiling deranged v0.5.8
13872026-05-21T16:23:36.025Z Compiling quick-error v1.2.3
13882026-05-21T16:23:36.046Z Compiling crossbeam-utils v0.8.21
13892026-05-21T16:23:36.066Z Compiling syn v1.0.109
13902026-05-21T16:23:36.152Z Compiling tempfile v3.25.0
13912026-05-21T16:23:36.156Z Compiling bit-vec v0.8.0
13922026-05-21T16:23:36.183Z Compiling num_threads v0.1.7
13932026-05-21T16:23:36.232Z Compiling regex-automata v0.4.14
13942026-05-21T16:23:36.246Z Compiling slog v2.8.2
13952026-05-21T16:23:36.262Z Compiling heapless v0.7.17
13962026-05-21T16:23:36.274Z Compiling aws-lc-sys v0.40.0
13972026-05-21T16:23:36.293Z Compiling ring v0.17.14
13982026-05-21T16:23:36.374Z Compiling openssl-sys v0.9.115
13992026-05-21T16:23:36.404Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-21T16:23:36.419Z Compiling rusty-fork v0.3.1
14012026-05-21T16:23:36.468Z Compiling synstructure v0.13.2
14022026-05-21T16:23:36.480Z Compiling serde_derive_internals v0.29.1
14032026-05-21T16:23:36.495Z Compiling pest_generator v2.8.6
14042026-05-21T16:23:36.546Z Compiling darling_core v0.20.11
14052026-05-21T16:23:36.576Z Compiling darling_core v0.21.3
14062026-05-21T16:23:36.774Z Compiling bit-set v0.8.0
14072026-05-21T16:23:36.786Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-05-21T16:23:36.951Z Compiling rand_xorshift v0.4.0
14092026-05-21T16:23:37.115Z Compiling thread-id v5.1.0
14102026-05-21T16:23:37.124Z Compiling cookie v0.18.1
14112026-05-21T16:23:37.128Z Compiling allocator-api2 v0.2.21
14122026-05-21T16:23:37.155Z Compiling adler2 v2.0.1
14132026-05-21T16:23:37.170Z Compiling time v0.3.47
14142026-05-21T16:23:37.211Z Compiling iri-string v0.7.10
14152026-05-21T16:23:37.226Z Compiling ryu v1.0.23
14162026-05-21T16:23:37.263Z Compiling unicode-properties v0.1.4
14172026-05-21T16:23:37.306Z Compiling anyhow v1.0.102
14182026-05-21T16:23:37.345Z Compiling unarray v0.1.4
14192026-05-21T16:23:37.425Z Compiling zstd-safe v7.2.4
14202026-05-21T16:23:37.471Z Compiling paste v1.0.15
14212026-05-21T16:23:37.486Z Compiling signal-hook v0.3.18
14222026-05-21T16:23:37.492Z Compiling unicode-bidi v0.3.18
14232026-05-21T16:23:37.516Z Compiling miniz_oxide v0.8.9
14242026-05-21T16:23:37.837Z Compiling stringprep v0.1.5
14252026-05-21T16:23:37.868Z Compiling num-integer v0.1.46
14262026-05-21T16:23:38.052Z Compiling vergen-lib v0.1.6
14272026-05-21T16:23:38.152Z Compiling curve25519-dalek v4.1.3
14282026-05-21T16:23:38.209Z Compiling ff v0.13.1
14292026-05-21T16:23:38.254Z Compiling hash32 v0.2.1
14302026-05-21T16:23:38.264Z Compiling serde_derive v1.0.228
14312026-05-21T16:23:38.295Z Compiling zeroize_derive v1.4.3
14322026-05-21T16:23:38.313Z Compiling zerofrom-derive v0.1.6
14332026-05-21T16:23:38.371Z Compiling yoke-derive v0.8.1
14342026-05-21T16:23:38.408Z Compiling zerovec-derive v0.11.2
14352026-05-21T16:23:38.490Z Compiling zerocopy-derive v0.8.40
14362026-05-21T16:23:38.539Z Compiling displaydoc v0.2.5
14372026-05-21T16:23:38.783Z Compiling tokio-macros v2.7.0
14382026-05-21T16:23:38.827Z Compiling futures-macro v0.3.32
14392026-05-21T16:23:38.962Z Compiling der_derive v0.7.3
14402026-05-21T16:23:38.988Z Compiling zeroize v1.8.2
14412026-05-21T16:23:39.226Z Compiling rustls-pki-types v1.14.0
14422026-05-21T16:23:39.308Z Compiling thiserror-impl v2.0.18
14432026-05-21T16:23:39.548Z Compiling tracing-attributes v0.1.31
14442026-05-21T16:23:39.582Z Compiling scroll_derive v0.13.1
14452026-05-21T16:23:39.596Z Compiling schemars_derive v0.8.22
14462026-05-21T16:23:39.671Z Compiling futures-util v0.3.32
14472026-05-21T16:23:39.705Z Compiling pest_derive v2.8.6
14482026-05-21T16:23:39.761Z Compiling crypto-common v0.1.7
14492026-05-21T16:23:39.780Z Compiling zerofrom v0.1.6
14502026-05-21T16:23:39.917Z Compiling yoke v0.8.1
14512026-05-21T16:23:39.932Z Compiling block-buffer v0.10.4
14522026-05-21T16:23:39.986Z Compiling block-padding v0.3.3
14532026-05-21T16:23:40.122Z Compiling zerovec v0.11.5
14542026-05-21T16:23:40.138Z Compiling digest v0.10.7
14552026-05-21T16:23:40.161Z Compiling zerotrie v0.2.3
14562026-05-21T16:23:40.174Z Compiling inout v0.1.4
14572026-05-21T16:23:40.367Z Compiling hmac v0.12.1
14582026-05-21T16:23:40.408Z Compiling sha2 v0.10.9
14592026-05-21T16:23:40.434Z Compiling cipher v0.4.4
14602026-05-21T16:23:40.485Z Compiling der v0.7.10
14612026-05-21T16:23:40.538Z Compiling pbkdf2 v0.12.2
14622026-05-21T16:23:40.557Z Compiling scroll v0.13.0
14632026-05-21T16:23:40.651Z Compiling tinystr v0.8.2
14642026-05-21T16:23:40.673Z Compiling potential_utf v0.1.4
14652026-05-21T16:23:40.696Z Compiling salsa20 v0.10.2
14662026-05-21T16:23:40.728Z Compiling thiserror v2.0.18
14672026-05-21T16:23:40.846Z Compiling icu_locale_core v2.1.1
14682026-05-21T16:23:40.858Z Compiling icu_collections v2.1.1
14692026-05-21T16:23:40.862Z Compiling scrypt v0.11.0
14702026-05-21T16:23:40.862Z Compiling aes v0.8.4
14712026-05-21T16:23:40.904Z Compiling cbc v0.1.2
14722026-05-21T16:23:40.930Z Compiling darling_macro v0.20.11
14732026-05-21T16:23:40.949Z Compiling tracing v0.1.44
14742026-05-21T16:23:41.077Z Compiling openssl-macros v0.1.1
14752026-05-21T16:23:41.199Z Compiling goblin v0.10.5
14762026-05-21T16:23:41.277Z Compiling rustls-native-certs v0.8.3
14772026-05-21T16:23:41.396Z Compiling spki v0.7.3
14782026-05-21T16:23:41.481Z Compiling darling v0.20.11
14792026-05-21T16:23:41.540Z Compiling icu_provider v2.1.1
14802026-05-21T16:23:41.571Z Compiling pkcs5 v0.7.1
14812026-05-21T16:23:41.615Z Compiling derive_builder_core v0.20.2
14822026-05-21T16:23:41.673Z Compiling dtrace-parser v0.3.0
14832026-05-21T16:23:41.747Z Compiling signature v2.2.0
14842026-05-21T16:23:41.793Z Compiling bytes v1.11.1
14852026-05-21T16:23:41.843Z Compiling icu_normalizer v2.1.1
14862026-05-21T16:23:41.861Z Compiling icu_properties v2.1.2
14872026-05-21T16:23:41.876Z Compiling chrono v0.4.44
14882026-05-21T16:23:41.942Z Compiling pkcs8 v0.10.2
14892026-05-21T16:23:42.007Z Compiling ipnet v2.11.0
14902026-05-21T16:23:42.039Z Compiling webpki-roots v1.0.6
14912026-05-21T16:23:42.056Z Compiling thiserror-impl v1.0.69
14922026-05-21T16:23:42.173Z Compiling scroll_derive v0.12.1
14932026-05-21T16:23:42.272Z Compiling tokio v1.52.1
14942026-05-21T16:23:42.402Z Compiling http v1.4.0
14952026-05-21T16:23:42.420Z Compiling serde_urlencoded v0.7.1
14962026-05-21T16:23:42.442Z Compiling toml_datetime v0.6.11
14972026-05-21T16:23:42.518Z Compiling derive_builder_macro v0.20.2
14982026-05-21T16:23:42.532Z Compiling erased-serde v0.3.31
14992026-05-21T16:23:42.679Z Compiling serde_tokenstream v0.2.3
15002026-05-21T16:23:42.715Z Compiling serde_spanned v0.6.9
15012026-05-21T16:23:42.826Z Compiling idna_adapter v1.2.1
15022026-05-21T16:23:42.863Z Compiling scroll v0.12.0
15032026-05-21T16:23:42.877Z Compiling md-5 v0.10.6
15042026-05-21T16:23:42.989Z Compiling idna v1.1.0
15052026-05-21T16:23:43.011Z Compiling ppv-lite86 v0.2.21
15062026-05-21T16:23:43.026Z Compiling darling_macro v0.21.3
15072026-05-21T16:23:43.030Z Compiling bstr v1.12.1
15082026-05-21T16:23:43.056Z Compiling http-body v1.0.1
15092026-05-21T16:23:43.069Z Compiling async-trait v0.1.89
15102026-05-21T16:23:43.137Z Compiling zerocopy-derive v0.7.35
15112026-05-21T16:23:43.156Z Compiling pin-project-internal v1.1.11
15122026-05-21T16:23:43.240Z Compiling http-body-util v0.1.3
15132026-05-21T16:23:43.335Z Compiling url v2.5.8
15142026-05-21T16:23:43.391Z Compiling rand_chacha v0.9.0
15152026-05-21T16:23:43.404Z Compiling thiserror v1.0.69
15162026-05-21T16:23:43.408Z Compiling rand_chacha v0.3.1
15172026-05-21T16:23:43.521Z Compiling memoffset v0.9.1
15182026-05-21T16:23:43.547Z Compiling litrs v1.0.0
15192026-05-21T16:23:43.607Z Compiling rand v0.9.2
15202026-05-21T16:23:43.685Z Compiling smoltcp v0.9.1
15212026-05-21T16:23:43.734Z Compiling base16ct v0.2.0
15222026-05-21T16:23:43.753Z Compiling psl-types v2.0.11
15232026-05-21T16:23:43.933Z Compiling dof v0.4.0
15242026-05-21T16:23:44.099Z Compiling fallible-iterator v0.2.0
15252026-05-21T16:23:44.115Z Compiling rustix v0.38.44
15262026-05-21T16:23:44.131Z Compiling num-bigint-dig v0.8.6
15272026-05-21T16:23:44.168Z Compiling proptest v1.10.0
15282026-05-21T16:23:44.192Z Compiling zlib-rs v0.6.2
15292026-05-21T16:23:44.206Z Compiling cfg_aliases v0.2.1
15302026-05-21T16:23:44.262Z Compiling ref-cast v1.0.25
15312026-05-21T16:23:44.292Z Compiling nix v0.31.2
15322026-05-21T16:23:44.340Z Compiling pin-project v1.1.11
15332026-05-21T16:23:44.389Z Compiling postgres-protocol v0.6.10
15342026-05-21T16:23:44.458Z Compiling zerocopy v0.7.35
15352026-05-21T16:23:44.522Z Compiling document-features v0.2.12
15362026-05-21T16:23:44.522Z Compiling sec1 v0.7.3
15372026-05-21T16:23:44.638Z Compiling publicsuffix v2.3.0
15382026-05-21T16:23:44.657Z Compiling rand v0.8.6
15392026-05-21T16:23:44.686Z Compiling ipnetwork v0.21.1
15402026-05-21T16:23:44.741Z Compiling darling v0.21.3
15412026-05-21T16:23:44.789Z Compiling goblin v0.8.2
15422026-05-21T16:23:44.798Z Compiling derive_builder v0.20.2
15432026-05-21T16:23:44.962Z Compiling oxnet v0.1.4
15442026-05-21T16:23:45.061Z Compiling futures-executor v0.3.32
15452026-05-21T16:23:45.142Z Compiling cargo-platform v0.1.9
15462026-05-21T16:23:45.142Z Compiling hex v0.4.3
15472026-05-21T16:23:45.203Z Compiling hubpack_derive v0.1.1
15482026-05-21T16:23:45.203Z Compiling hkdf v0.12.4
15492026-05-21T16:23:45.259Z Compiling crypto-bigint v0.5.5
15502026-05-21T16:23:45.301Z Compiling regex v1.12.3
15512026-05-21T16:23:45.340Z Compiling group v0.13.0
15522026-05-21T16:23:45.389Z Compiling snafu-derive v0.8.9
15532026-05-21T16:23:45.431Z Compiling ref-cast-impl v1.0.25
15542026-05-21T16:23:45.498Z Compiling curve25519-dalek-derive v0.1.1
15552026-05-21T16:23:45.539Z Compiling strum_macros v0.27.2
15562026-05-21T16:23:45.543Z Compiling daft-derive v0.1.7
15572026-05-21T16:23:45.563Z Compiling num-iter v0.1.45
15582026-05-21T16:23:45.781Z Compiling phf_shared v0.13.1
15592026-05-21T16:23:45.885Z Compiling terminal_size v0.4.3
15602026-05-21T16:23:45.946Z Compiling lazy_static v1.5.0
15612026-05-21T16:23:45.975Z Compiling vergen v9.0.6
15622026-05-21T16:23:46.029Z Compiling fs-err v3.3.0
15632026-05-21T16:23:46.044Z Compiling ahash v0.8.12
15642026-05-21T16:23:46.044Z Compiling encoding_rs v0.8.35
15652026-05-21T16:23:46.074Z Compiling object v0.37.3
15662026-05-21T16:23:46.165Z Compiling tokio-util v0.7.18
15672026-05-21T16:23:46.184Z Compiling tower v0.5.3
15682026-05-21T16:23:46.237Z Compiling tokio-native-tls v0.3.1
15692026-05-21T16:23:46.253Z Compiling unicode-segmentation v1.12.0
15702026-05-21T16:23:46.286Z Compiling libbz2-rs-sys v0.2.2
15712026-05-21T16:23:46.325Z Compiling foldhash v0.2.0
15722026-05-21T16:23:46.369Z Compiling managed v0.8.0
15732026-05-21T16:23:46.428Z Compiling mime v0.3.17
15742026-05-21T16:23:46.567Z Compiling newtype-uuid v1.3.2
15752026-05-21T16:23:46.599Z Compiling tower-http v0.6.8
15762026-05-21T16:23:46.663Z Compiling bitflags v1.3.2
15772026-05-21T16:23:46.684Z Compiling foldhash v0.1.5
15782026-05-21T16:23:46.711Z Compiling bumpalo v3.20.2
15792026-05-21T16:23:46.750Z Compiling winnow v0.5.40
15802026-05-21T16:23:46.898Z Compiling h2 v0.4.13
15812026-05-21T16:23:46.944Z Compiling same-file v1.0.6
15822026-05-21T16:23:47.005Z Compiling zopfli v0.8.3
15832026-05-21T16:23:47.021Z Compiling hashbrown v0.15.5
15842026-05-21T16:23:47.053Z Compiling flate2 v1.1.9
15852026-05-21T16:23:47.125Z Compiling walkdir v2.5.0
15862026-05-21T16:23:47.254Z Compiling dof v0.3.0
15872026-05-21T16:23:47.333Z Compiling snafu v0.8.9
15882026-05-21T16:23:47.409Z Compiling daft v0.1.7
15892026-05-21T16:23:47.452Z Compiling bzip2 v0.6.1
15902026-05-21T16:23:47.478Z Compiling hashbrown v0.16.1
15912026-05-21T16:23:47.565Z Compiling strum v0.27.2
15922026-05-21T16:23:47.660Z Compiling clap_builder v4.5.60
15932026-05-21T16:23:47.718Z Compiling elliptic-curve v0.13.8
15942026-05-21T16:23:47.769Z Compiling phf v0.13.1
15952026-05-21T16:23:47.822Z Compiling signal-hook-mio v0.2.5
15962026-05-21T16:23:47.922Z Compiling cargo_metadata v0.19.2
15972026-05-21T16:23:47.922Z Compiling cookie_store v0.22.1
15982026-05-21T16:23:48.003Z Compiling hubpack v0.1.2
15992026-05-21T16:23:48.095Z Compiling toml_edit v0.19.15
16002026-05-21T16:23:48.110Z Compiling usdt-attr-macro v0.6.0
16012026-05-21T16:23:48.152Z Compiling usdt-macro v0.6.0
16022026-05-21T16:23:48.244Z Compiling bzip2 v0.4.4
16032026-05-21T16:23:48.279Z Compiling futures v0.3.32
16042026-05-21T16:23:48.293Z Compiling serde_with_macros v3.17.0
16052026-05-21T16:23:48.320Z Compiling postgres-types v0.2.12
16062026-05-21T16:23:48.437Z Compiling zstd v0.13.3
16072026-05-21T16:23:48.491Z Compiling globset v0.4.18
16082026-05-21T16:23:48.647Z Compiling dtrace-parser v0.2.0
16092026-05-21T16:23:48.721Z Compiling pkcs1 v0.7.5
16102026-05-21T16:23:48.904Z Compiling ed25519 v2.2.3
16112026-05-21T16:23:48.973Z Compiling olpc-cjson v0.1.4
16122026-05-21T16:23:49.017Z Compiling serde-big-array v0.5.1
16132026-05-21T16:23:49.145Z Compiling serde_plain v1.0.2
16142026-05-21T16:23:49.159Z Compiling rfc6979 v0.4.0
16152026-05-21T16:23:49.181Z Compiling enum-as-inner v0.6.1
16162026-05-21T16:23:49.211Z Compiling clap_derive v4.5.55
16172026-05-21T16:23:49.306Z Compiling strum_macros v0.26.4
16182026-05-21T16:23:49.370Z Compiling serde_repr v0.1.20
16192026-05-21T16:23:49.383Z Compiling async-recursion v1.1.1
16202026-05-21T16:23:49.426Z Compiling phf_shared v0.11.3
16212026-05-21T16:23:49.471Z Compiling float-cmp v0.10.0
16222026-05-21T16:23:49.533Z Compiling pem v3.0.6
16232026-05-21T16:23:49.634Z Compiling thread-id v4.2.2
16242026-05-21T16:23:49.639Z Compiling memmap2 v0.9.10
16252026-05-21T16:23:49.724Z Compiling env_filter v1.0.0
16262026-05-21T16:23:49.738Z Compiling precomputed-hash v0.1.1
16272026-05-21T16:23:49.842Z Compiling predicates-core v1.0.10
16282026-05-21T16:23:49.858Z Compiling difflib v0.4.0
16292026-05-21T16:23:49.891Z Compiling normalize-line-endings v0.3.0
16302026-05-21T16:23:49.905Z Compiling typed-path v0.9.3
16312026-05-21T16:23:49.941Z Compiling hyper v1.8.1
16322026-05-21T16:23:50.002Z Compiling whoami v2.1.0
16332026-05-21T16:23:50.052Z Compiling either v1.15.0
16342026-05-21T16:23:50.068Z Compiling fixedbitset v0.4.2
16352026-05-21T16:23:50.083Z Compiling data-encoding v2.10.0
16362026-05-21T16:23:50.281Z Compiling new_debug_unreachable v1.0.6
16372026-05-21T16:23:50.310Z Compiling jiff v0.2.21
16382026-05-21T16:23:50.380Z Compiling static_assertions v1.1.0
16392026-05-21T16:23:50.408Z Compiling fixedbitset v0.5.7
16402026-05-21T16:23:50.463Z Compiling keccak v0.1.6
16412026-05-21T16:23:50.491Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16422026-05-21T16:23:50.719Z Compiling sha3 v0.10.8
16432026-05-21T16:23:50.735Z Compiling petgraph v0.8.3
16442026-05-21T16:23:50.817Z Compiling toml_edit v0.22.27
16452026-05-21T16:23:50.838Z Compiling hickory-proto v0.25.2
16462026-05-21T16:23:50.857Z Compiling string_cache v0.8.9
16472026-05-21T16:23:50.987Z Compiling itertools v0.13.0
16482026-05-21T16:23:51.054Z Compiling clap v4.5.60
16492026-05-21T16:23:51.103Z Compiling hyper-util v0.1.20
16502026-05-21T16:23:51.142Z Compiling strum v0.26.3
16512026-05-21T16:23:51.157Z Compiling petgraph v0.6.5
16522026-05-21T16:23:51.193Z Compiling tokio-postgres v0.7.16
16532026-05-21T16:23:51.209Z Compiling predicates v3.1.4
16542026-05-21T16:23:51.286Z Compiling env_logger v0.11.9
16552026-05-21T16:23:51.286Z Compiling usdt v0.6.0
16562026-05-21T16:23:51.569Z Compiling usdt-impl v0.5.0
16572026-05-21T16:23:51.609Z Compiling toml v0.7.8
16582026-05-21T16:23:51.674Z Compiling serde_with v3.17.0
16592026-05-21T16:23:51.882Z Compiling ecdsa v0.16.9
16602026-05-21T16:23:52.184Z Compiling crossterm v0.28.1
16612026-05-21T16:23:52.238Z Compiling ed25519-dalek v2.2.0
16622026-05-21T16:23:52.255Z Compiling rsa v0.9.10
16632026-05-21T16:23:52.702Z Compiling hyper-tls v0.6.0
16642026-05-21T16:23:52.737Z Compiling zip v0.6.6
16652026-05-21T16:23:52.907Z Compiling zip v4.6.1
16662026-05-21T16:23:52.931Z Compiling iddqd v0.4.1
16672026-05-21T16:23:53.405Z Compiling tokio-stream v0.1.18
16682026-05-21T16:23:53.462Z Compiling heck v0.4.1
16692026-05-21T16:23:53.477Z Compiling similar v2.7.0
16702026-05-21T16:23:53.492Z Compiling buf-list v1.1.2
16712026-05-21T16:23:53.554Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-21T16:23:53.598Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-21T16:23:53.647Z Compiling openapiv3 v2.2.0
16742026-05-21T16:23:53.730Z Compiling x509-cert v0.2.5
16752026-05-21T16:23:53.793Z Compiling sha1 v0.10.6
16762026-05-21T16:23:53.908Z Compiling crossbeam-epoch v0.9.18
16772026-05-21T16:23:53.936Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-05-21T16:23:53.950Z Compiling lalrpop-util v0.19.12
16792026-05-21T16:23:54.031Z Compiling peg-runtime v0.8.5
16802026-05-21T16:23:54.151Z Compiling thread_local v1.1.9
16812026-05-21T16:23:54.213Z Compiling slog-async v2.8.0
16822026-05-21T16:23:54.242Z Compiling crossbeam-channel v0.5.15
16832026-05-21T16:23:54.258Z Compiling filetime v0.2.27
16842026-05-21T16:23:54.277Z Compiling is-terminal v0.4.17
16852026-05-21T16:23:54.284Z Compiling xattr v1.6.1
16862026-05-21T16:23:54.338Z Compiling take_mut v0.2.2
16872026-05-21T16:23:54.383Z Compiling term v1.2.1
16882026-05-21T16:23:54.420Z Compiling tar v0.4.45
16892026-05-21T16:23:54.675Z Compiling slog-term v2.9.2
16902026-05-21T16:24:12.092Z Compiling rustls-webpki v0.103.9
16912026-05-21T16:24:14.890Z Compiling tokio-rustls v0.26.4
16922026-05-21T16:24:14.890Z Compiling rustls-platform-verifier v0.6.2
16932026-05-21T16:24:15.098Z Compiling hyper-rustls v0.27.7
16942026-05-21T16:24:15.280Z Compiling reqwest v0.12.28
16952026-05-21T16:24:15.280Z Compiling reqwest v0.13.2
16962026-05-21T16:24:16.509Z Compiling tough v0.22.0
16972026-05-21T16:24:19.023Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-21T16:24:19.256Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-21T16:24:22.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.33s
17002026-05-21T16:24:22.201Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-21T16:24:22.257ZMay 21 16:24:22.056 INFO Starting download, target: Console
17022026-05-21T16:24:22.257ZMay 21 16:24:22.057 INFO Starting download, target: Clickhouse
17032026-05-21T16:24:22.257ZMay 21 16:24:22.057 INFO Starting download, target: Cockroach
17042026-05-21T16:24:22.257ZMay 21 16:24:22.057 INFO Starting download, target: DendriteStub
17052026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Starting download, target: MaghemiteMgd
17062026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Starting download, target: TransceiverControl
17072026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-21T16:24:22.262ZMay 21 16:24:22.057 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-21T16:24:22.862ZMay 21 16:24:22.658 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-21T16:24:23.075ZMay 21 16:24:22.867 INFO Download complete, target: TransceiverControl
17152026-05-21T16:24:23.385ZMay 21 16:24:23.172 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-21T16:24:23.605ZMay 21 16:24:23.402 INFO Download complete, target: Console
17172026-05-21T16:24:24.629ZMay 21 16:24:24.412 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-21T16:24:24.864ZMay 21 16:24:24.653 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-05-21T16:24:24.921ZMay 21 16:24:24.701 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-21T16:24:26.078ZMay 21 16:24:25.875 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-21T16:24:26.078ZMay 21 16:24:25.875 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-21T16:24:26.972ZMay 21 16:24:26.770 INFO Download complete, target: DendriteStub
17232026-05-21T16:24:27.280ZMay 21 16:24:27.077 INFO Download complete, target: MaghemiteMgd
17242026-05-21T16:24:30.815ZMay 21 16:24:30.610 INFO Checking that binary works, target: Cockroach
17252026-05-21T16:24:30.941ZMay 21 16:24:30.741 INFO Download complete, target: Cockroach
17262026-05-21T16:24:31.700ZMay 21 16:24:31.499 INFO Checking that binary works, target: Clickhouse
17272026-05-21T16:24:31.798ZMay 21 16:24:31.597 INFO Download complete, target: Clickhouse
17282026-05-21T16:24:31.803ZAll prerequisites installed successfully
17292026-05-21T16:24:31.809Z
17302026-05-21T16:24:31.809Zreal 2:05.423086128
17312026-05-21T16:24:31.809Zuser 6:56.931630669
17322026-05-21T16:24:31.809Zsys 1:41.925467841
17332026-05-21T16:24:31.809Ztrap 0.267540064
17342026-05-21T16:24:31.809Ztflt 1.078533189
17352026-05-21T16:24:31.809Zdflt 1.733495853
17362026-05-21T16:24:31.809Zkflt 0.028860377
17372026-05-21T16:24:31.809Zlock 22:56.715944120
17382026-05-21T16:24:31.809Zslp 19:04.546904304
17392026-05-21T16:24:31.809Zlat 24.427422141
17402026-05-21T16:24:31.809Zstop 2:52.122141192
17412026-05-21T16:24:31.809Z+ ptime -m cargo xtask download softnpu
17422026-05-21T16:24:32.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-05-21T16:24:32.370Z Running `target/debug/xtask download softnpu`
17442026-05-21T16:24:33.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17452026-05-21T16:24:33.209Z Running `target/debug/xtask-downloader softnpu`
17462026-05-21T16:24:33.262ZMay 21 16:24:33.052 INFO Starting download, target: Softnpu
17472026-05-21T16:24:33.354ZMay 21 16:24:33.053 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-21T16:24:34.069ZMay 21 16:24:33.866 INFO Download complete, target: Softnpu
17492026-05-21T16:24:34.076Z
17502026-05-21T16:24:34.076Zreal 2.260295108
17512026-05-21T16:24:34.076Zuser 1.366009013
17522026-05-21T16:24:34.076Zsys 0.659140367
17532026-05-21T16:24:34.076Ztrap 0.000574930
17542026-05-21T16:24:34.076Ztflt 0.000078760
17552026-05-21T16:24:34.076Zdflt 0.000112140
17562026-05-21T16:24:34.076Zkflt 0.000000000
17572026-05-21T16:24:34.076Zlock 14.697565223
17582026-05-21T16:24:34.076Zslp 0.654478840
17592026-05-21T16:24:34.076Zlat 0.080582287
17602026-05-21T16:24:34.076Zstop 0.000170190
17612026-05-21T16:24:34.076Z+ export CARGO_INCREMENTAL=0
17622026-05-21T16:24:34.076Z+ CARGO_INCREMENTAL=0
17632026-05-21T16:24:34.077Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-21T16:24:35.005Z Compiling proc-macro2 v1.0.106
17652026-05-21T16:24:35.005Z Compiling quote v1.0.45
17662026-05-21T16:24:35.005Z Compiling unicode-ident v1.0.24
17672026-05-21T16:24:35.005Z Compiling libc v0.2.185
17682026-05-21T16:24:35.012Z Compiling serde_core v1.0.228
17692026-05-21T16:24:35.012Z Compiling serde v1.0.228
17702026-05-21T16:24:35.012Z Compiling cfg-if v1.0.4
17712026-05-21T16:24:35.012Z Compiling version_check v0.9.5
17722026-05-21T16:24:35.012Z Compiling shlex v1.3.0
17732026-05-21T16:24:35.012Z Compiling find-msvc-tools v0.1.9
17742026-05-21T16:24:35.012Z Compiling typenum v1.19.0
17752026-05-21T16:24:35.012Z Compiling zmij v1.0.21
17762026-05-21T16:24:35.012Z Compiling autocfg v1.5.0
17772026-05-21T16:24:35.012Z Compiling serde_json v1.0.149
17782026-05-21T16:24:35.012Z Compiling memchr v2.8.0
17792026-05-21T16:24:35.366Z Compiling portable-atomic v1.13.1
17802026-05-21T16:24:35.377Z Compiling libm v0.2.16
17812026-05-21T16:24:35.475Z Compiling generic-array v0.14.7
17822026-05-21T16:24:35.506Z Compiling zerocopy v0.8.40
17832026-05-21T16:24:35.523Z Compiling parking_lot_core v0.9.12
17842026-05-21T16:24:35.540Z Compiling num-traits v0.2.19
17852026-05-21T16:24:35.558Z Compiling smallvec v1.15.1
17862026-05-21T16:24:35.583Z Compiling icu_properties_data v2.1.2
17872026-05-21T16:24:35.677Z Compiling icu_normalizer_data v2.1.1
17882026-05-21T16:24:35.705Z Compiling itoa v1.0.17
17892026-05-21T16:24:35.722Z Compiling getrandom v0.4.1
17902026-05-21T16:24:35.774Z Compiling log v0.4.29
17912026-05-21T16:24:35.813Z Compiling stable_deref_trait v1.2.1
17922026-05-21T16:24:35.829Z Compiling pkg-config v0.3.32
17932026-05-21T16:24:35.909Z Compiling subtle v2.6.1
17942026-05-21T16:24:36.021Z Compiling scopeguard v1.2.0
17952026-05-21T16:24:36.089Z Compiling litemap v0.8.1
17962026-05-21T16:24:36.122Z Compiling jobserver v0.1.34
17972026-05-21T16:24:36.139Z Compiling getrandom v0.2.17
17982026-05-21T16:24:36.162Z Compiling lock_api v0.4.14
17992026-05-21T16:24:36.178Z Compiling writeable v0.6.2
18002026-05-21T16:24:36.314Z Compiling errno v0.3.14
18012026-05-21T16:24:36.329Z Compiling cc v1.2.56
18022026-05-21T16:24:36.346Z Compiling rand_core v0.6.4
18032026-05-21T16:24:36.358Z Compiling percent-encoding v2.3.2
18042026-05-21T16:24:36.476Z Compiling syn v2.0.117
18052026-05-21T16:24:36.490Z Compiling pin-project-lite v0.2.17
18062026-05-21T16:24:36.521Z Compiling fnv v1.0.7
18072026-05-21T16:24:36.626Z Compiling thiserror v2.0.18
18082026-05-21T16:24:36.671Z Compiling getrandom v0.3.4
18092026-05-21T16:24:36.692Z Compiling dunce v1.0.5
18102026-05-21T16:24:36.714Z Compiling equivalent v1.0.2
18112026-05-21T16:24:36.739Z Compiling fs_extra v1.3.0
18122026-05-21T16:24:36.739Z Compiling utf8_iter v1.0.4
18132026-05-21T16:24:36.805Z Compiling schemars v0.8.22
18142026-05-21T16:24:36.833Z Compiling rand_core v0.10.0
18152026-05-21T16:24:36.834Z Compiling rustversion v1.0.22
18162026-05-21T16:24:36.951Z Compiling form_urlencoded v1.2.2
18172026-05-21T16:24:36.995Z Compiling critical-section v1.2.0
18182026-05-21T16:24:37.080Z Compiling signal-hook-registry v1.4.8
18192026-05-21T16:24:37.101Z Compiling cmake v0.1.57
18202026-05-21T16:24:37.152Z Compiling rustix v1.1.3
18212026-05-21T16:24:37.199Z Compiling hashbrown v0.17.0
18222026-05-21T16:24:37.233Z Compiling socket2 v0.6.3
18232026-05-21T16:24:37.272Z Compiling parking_lot v0.12.5
18242026-05-21T16:24:37.457Z Compiling once_cell v1.21.3
18252026-05-21T16:24:37.485Z Compiling semver v1.0.28
18262026-05-21T16:24:37.611Z Compiling bitflags v2.11.0
18272026-05-21T16:24:37.661Z Compiling indexmap v2.14.0
18282026-05-21T16:24:37.676Z Compiling ring v0.17.14
18292026-05-21T16:24:37.690Z Compiling aws-lc-sys v0.40.0
18302026-05-21T16:24:37.738Z Compiling mio v1.2.0
18312026-05-21T16:24:37.753Z Compiling const-oid v0.9.6
18322026-05-21T16:24:37.812Z Compiling heck v0.5.0
18332026-05-21T16:24:37.903Z Compiling aws-lc-rs v1.16.3
18342026-05-21T16:24:37.935Z Compiling futures-core v0.3.32
18352026-05-21T16:24:38.086Z Compiling httparse v1.10.1
18362026-05-21T16:24:38.115Z Compiling thiserror v1.0.69
18372026-05-21T16:24:38.141Z Compiling strsim v0.11.1
18382026-05-21T16:24:38.188Z Compiling vcpkg v0.2.15
18392026-05-21T16:24:38.290Z Compiling iana-time-zone v0.1.65
18402026-05-21T16:24:38.356Z Compiling byteorder v1.5.0
18412026-05-21T16:24:38.418Z Compiling ucd-trie v0.1.7
18422026-05-21T16:24:38.486Z Compiling ident_case v1.0.1
18432026-05-21T16:24:38.510Z Compiling syn v1.0.109
18442026-05-21T16:24:38.544Z Compiling regex-syntax v0.8.10
18452026-05-21T16:24:38.556Z Compiling uuid v1.23.0
18462026-05-21T16:24:38.591Z Compiling pest v2.8.6
18472026-05-21T16:24:38.598Z Compiling cpufeatures v0.2.17
18482026-05-21T16:24:38.640Z Compiling rustls v0.23.37
18492026-05-21T16:24:38.727Z Compiling openssl-sys v0.9.115
18502026-05-21T16:24:38.840Z Compiling futures-sink v0.3.32
18512026-05-21T16:24:38.868Z Compiling rustc_version v0.4.1
18522026-05-21T16:24:38.944Z Compiling futures-channel v0.3.32
18532026-05-21T16:24:38.969Z Compiling futures-io v0.3.32
18542026-05-21T16:24:38.980Z Compiling futures-task v0.3.32
18552026-05-21T16:24:39.086Z Compiling slab v0.4.12
18562026-05-21T16:24:39.191Z Compiling aho-corasick v1.1.4
18572026-05-21T16:24:39.289Z Compiling dyn-clone v1.0.20
18582026-05-21T16:24:39.311Z Compiling synstructure v0.13.2
18592026-05-21T16:24:39.330Z Compiling serde_derive_internals v0.29.1
18602026-05-21T16:24:39.472Z Compiling base64 v0.22.1
18612026-05-21T16:24:39.520Z Compiling plain v0.2.3
18622026-05-21T16:24:39.555Z Compiling crc32fast v1.5.0
18632026-05-21T16:24:39.650Z Compiling openssl v0.10.79
18642026-05-21T16:24:39.680Z Compiling crossbeam-utils v0.8.21
18652026-05-21T16:24:39.695Z Compiling pest_meta v2.8.6
18662026-05-21T16:24:39.861Z Compiling num-conv v0.2.0
18672026-05-21T16:24:39.914Z Compiling time-core v0.1.8
18682026-05-21T16:24:40.020Z Compiling pretty-hex v0.4.1
18692026-05-21T16:24:40.037Z Compiling native-tls v0.2.18
18702026-05-21T16:24:40.051Z Compiling regex-automata v0.4.14
18712026-05-21T16:24:40.086Z Compiling time-macros v0.2.27
18722026-05-21T16:24:40.103Z Compiling anyhow v1.0.102
18732026-05-21T16:24:40.118Z Compiling base64ct v1.8.3
18742026-05-21T16:24:40.133Z Compiling darling_core v0.21.3
18752026-05-21T16:24:40.279Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-05-21T16:24:40.324Z Compiling pest_generator v2.8.6
18772026-05-21T16:24:40.356Z Compiling tracing-core v0.1.36
18782026-05-21T16:24:40.411Z Compiling pem-rfc7468 v0.7.0
18792026-05-21T16:24:40.581Z Compiling serde_derive v1.0.228
18802026-05-21T16:24:40.646Z Compiling zeroize_derive v1.4.3
18812026-05-21T16:24:40.665Z Compiling zerofrom-derive v0.1.6
18822026-05-21T16:24:40.681Z Compiling yoke-derive v0.8.1
18832026-05-21T16:24:40.687Z Compiling zerovec-derive v0.11.2
18842026-05-21T16:24:40.708Z Compiling displaydoc v0.2.5
18852026-05-21T16:24:40.967Z Compiling zerocopy-derive v0.8.40
18862026-05-21T16:24:40.982Z Compiling tokio-macros v2.7.0
18872026-05-21T16:24:41.053Z Compiling futures-macro v0.3.32
18882026-05-21T16:24:41.261Z Compiling zeroize v1.8.2
18892026-05-21T16:24:41.403Z Compiling thiserror-impl v2.0.18
18902026-05-21T16:24:41.631Z Compiling schemars_derive v0.8.22
18912026-05-21T16:24:41.684Z Compiling tracing-attributes v0.1.31
18922026-05-21T16:24:41.737Z Compiling der_derive v0.7.3
18932026-05-21T16:24:41.793Z Compiling zerofrom v0.1.6
18942026-05-21T16:24:41.932Z Compiling yoke v0.8.1
18952026-05-21T16:24:42.059Z Compiling crypto-common v0.1.7
18962026-05-21T16:24:42.104Z Compiling zerovec v0.11.5
18972026-05-21T16:24:42.138Z Compiling zerotrie v0.2.3
18982026-05-21T16:24:42.218Z Compiling block-buffer v0.10.4
18992026-05-21T16:24:42.393Z Compiling digest v0.10.7
19002026-05-21T16:24:42.582Z Compiling thiserror-impl v1.0.69
19012026-05-21T16:24:42.622Z Compiling pest_derive v2.8.6
19022026-05-21T16:24:42.634Z Compiling tinystr v0.8.2
19032026-05-21T16:24:42.705Z Compiling potential_utf v0.1.4
19042026-05-21T16:24:42.727Z Compiling futures-util v0.3.32
19052026-05-21T16:24:42.756Z Compiling hmac v0.12.1
19062026-05-21T16:24:42.849Z Compiling icu_locale_core v2.1.1
19072026-05-21T16:24:42.901Z Compiling icu_collections v2.1.1
19082026-05-21T16:24:43.111Z Compiling block-padding v0.3.3
19092026-05-21T16:24:43.118Z Compiling rustls-pki-types v1.14.0
19102026-05-21T16:24:43.554Z Compiling inout v0.1.4
19112026-05-21T16:24:43.583Z Compiling icu_provider v2.1.1
19122026-05-21T16:24:43.659Z Compiling openssl-macros v0.1.1
19132026-05-21T16:24:43.720Z Compiling bytes v1.11.1
19142026-05-21T16:24:43.789Z Compiling chrono v0.4.44
19152026-05-21T16:24:43.844Z Compiling icu_properties v2.1.2
19162026-05-21T16:24:43.931Z Compiling icu_normalizer v2.1.1
19172026-05-21T16:24:44.014Z Compiling serde_tokenstream v0.2.3
19182026-05-21T16:24:44.072Z Compiling cipher v0.4.4
19192026-05-21T16:24:44.363Z Compiling tokio v1.52.1
19202026-05-21T16:24:44.654Z Compiling sha2 v0.10.9
19212026-05-21T16:24:44.862Z Compiling idna_adapter v1.2.1
19222026-05-21T16:24:45.007Z Compiling idna v1.1.0
19232026-05-21T16:24:45.144Z Compiling scroll_derive v0.13.1
19242026-05-21T16:24:45.219Z Compiling ppv-lite86 v0.2.21
19252026-05-21T16:24:45.346Z Compiling url v2.5.8
19262026-05-21T16:24:45.402Z Compiling scroll_derive v0.12.1
19272026-05-21T16:24:45.432Z Compiling http v1.4.0
19282026-05-21T16:24:45.572Z Compiling flagset v0.4.7
19292026-05-21T16:24:45.600Z Compiling untrusted v0.9.0
19302026-05-21T16:24:45.714Z Compiling der v0.7.10
19312026-05-21T16:24:45.899Z Compiling tracing v0.1.44
19322026-05-21T16:24:46.039Z Compiling darling_macro v0.21.3
19332026-05-21T16:24:46.042Z Compiling regex v1.12.3
19342026-05-21T16:24:46.322Z Compiling zerocopy-derive v0.7.35
19352026-05-21T16:24:46.448Z Compiling rand_core v0.9.5
19362026-05-21T16:24:46.479Z Compiling slog v2.8.2
19372026-05-21T16:24:46.856Z Compiling darling v0.21.3
19382026-05-21T16:24:46.918Z Compiling spki v0.7.3
19392026-05-21T16:24:46.952Z Compiling salsa20 v0.10.2
19402026-05-21T16:24:46.971Z Compiling pbkdf2 v0.12.2
19412026-05-21T16:24:47.335Z Compiling cookie v0.18.1
19422026-05-21T16:24:47.495Z Compiling camino v1.2.2
19432026-05-21T16:24:47.729Z Compiling scrypt v0.11.0
19442026-05-21T16:24:47.804Z Compiling rand_chacha v0.9.0
19452026-05-21T16:24:47.840Z Compiling http-body v1.0.1
19462026-05-21T16:24:47.891Z Compiling cbc v0.1.2
19472026-05-21T16:24:47.974Z Compiling tokio-util v0.7.18
19482026-05-21T16:24:48.004Z Compiling aes v0.8.4
19492026-05-21T16:24:48.083Z Compiling usdt-impl v0.5.0
19502026-05-21T16:24:48.113Z Compiling ref-cast v1.0.25
19512026-05-21T16:24:48.127Z Compiling either v1.15.0
19522026-05-21T16:24:48.242Z Compiling winnow v0.7.14
19532026-05-21T16:24:48.326Z Compiling untrusted v0.7.1
19542026-05-21T16:24:48.358Z Compiling atomic-waker v1.1.2
19552026-05-21T16:24:48.373Z Compiling usdt-impl v0.6.0
19562026-05-21T16:24:48.486Z Compiling paste v1.0.15
19572026-05-21T16:24:48.499Z Compiling tinyvec_macros v0.1.1
19582026-05-21T16:24:48.514Z Compiling openssl-probe v0.2.1
19592026-05-21T16:24:48.582Z Compiling tinyvec v1.10.0
19602026-05-21T16:24:48.607Z Compiling pkcs5 v0.7.1
19612026-05-21T16:24:48.828Z Compiling rand v0.9.2
19622026-05-21T16:24:49.083Z Compiling scroll v0.12.0
19632026-05-21T16:24:49.241Z Compiling scroll v0.13.0
19642026-05-21T16:24:49.317Z Compiling serde_spanned v0.6.9
19652026-05-21T16:24:49.359Z Compiling toml_datetime v0.6.11
19662026-05-21T16:24:49.377Z Compiling async-trait v0.1.89
19672026-05-21T16:24:49.423Z Compiling heapless v0.7.17
19682026-05-21T16:24:49.478Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-21T16:24:49.503Z Compiling signal-hook v0.3.18
19702026-05-21T16:24:49.537Z Compiling try-lock v0.2.5
19712026-05-21T16:24:49.650Z Compiling tower-service v0.3.3
19722026-05-21T16:24:49.664Z Compiling zstd-safe v7.2.4
19732026-05-21T16:24:49.729Z Compiling tower-layer v0.3.3
19742026-05-21T16:24:49.791Z Compiling fastrand v2.3.0
19752026-05-21T16:24:49.935Z Compiling h2 v0.4.13
19762026-05-21T16:24:49.967Z Compiling want v0.3.1
19772026-05-21T16:24:50.049Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-21T16:24:50.142Z Compiling goblin v0.10.5
19792026-05-21T16:24:50.157Z Compiling goblin v0.8.2
19802026-05-21T16:24:50.220Z Compiling pkcs8 v0.10.2
19812026-05-21T16:24:50.344Z Compiling zerocopy v0.7.35
19822026-05-21T16:24:50.525Z Compiling ipnet v2.11.0
19832026-05-21T16:24:50.600Z Compiling ref-cast-impl v1.0.25
19842026-05-21T16:24:50.732Z Compiling darling_core v0.20.11
19852026-05-21T16:24:50.909Z Compiling curve25519-dalek v4.1.3
19862026-05-21T16:24:51.012Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-21T16:24:51.163Z Compiling memoffset v0.9.1
19882026-05-21T16:24:51.176Z Compiling httpdate v1.0.3
19892026-05-21T16:24:51.293Z Compiling rustix v0.38.44
19902026-05-21T16:24:51.377Z Compiling pin-utils v0.1.0
19912026-05-21T16:24:51.400Z Compiling litrs v1.0.0
19922026-05-21T16:24:51.466Z Compiling winnow v0.5.40
19932026-05-21T16:24:51.972Z Compiling foreign-types-shared v0.1.1
19942026-05-21T16:24:52.010Z Compiling document-features v0.2.12
19952026-05-21T16:24:52.074Z Compiling tempfile v3.25.0
19962026-05-21T16:24:52.131Z Compiling foreign-types v0.3.2
19972026-05-21T16:24:52.428Z Compiling dof v0.3.0
19982026-05-21T16:24:52.543Z Compiling unicode-normalization v0.1.25
19992026-05-21T16:24:52.690Z Compiling darling_macro v0.20.11
20002026-05-21T16:24:52.707Z Compiling dtrace-parser v0.2.0
20012026-05-21T16:24:52.851Z Compiling toml_edit v0.19.15
20022026-05-21T16:24:52.899Z Compiling dof v0.4.0
20032026-05-21T16:24:53.040Z Compiling hyper v1.8.1
20042026-05-21T16:24:53.209Z Compiling dtrace-parser v0.3.0
20052026-05-21T16:24:53.262Z Compiling daft-derive v0.1.7
20062026-05-21T16:24:53.348Z Compiling pin-project-internal v1.1.11
20072026-05-21T16:24:53.437Z Compiling spin v0.9.8
20082026-05-21T16:24:53.472Z Compiling thread-id v5.1.0
20092026-05-21T16:24:53.577Z Compiling thread-id v4.2.2
20102026-05-21T16:24:53.593Z Compiling num-bigint-dig v0.8.6
20112026-05-21T16:24:53.614Z Compiling powerfmt v0.2.0
20122026-05-21T16:24:53.678Z Compiling cfg_aliases v0.2.1
20132026-05-21T16:24:53.795Z Compiling smoltcp v0.9.1
20142026-05-21T16:24:53.824Z Compiling deranged v0.5.8
20152026-05-21T16:24:53.904Z Compiling nix v0.31.2
20162026-05-21T16:24:54.132Z Compiling hyper-util v0.1.20
20172026-05-21T16:24:54.379Z Compiling darling v0.20.11
20182026-05-21T16:24:54.511Z Compiling rustls-native-certs v0.8.3
20192026-05-21T16:24:54.548Z Compiling ipnetwork v0.21.1
20202026-05-21T16:24:54.866Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-21T16:24:54.972Z Compiling strum_macros v0.26.4
20222026-05-21T16:24:55.206Z Compiling sync_wrapper v1.0.2
20232026-05-21T16:24:55.215Z Compiling wait-timeout v0.2.1
20242026-05-21T16:24:55.482Z Compiling siphasher v1.0.2
20252026-05-21T16:24:55.510Z Compiling bit-vec v0.8.0
20262026-05-21T16:24:55.649Z Compiling utf8parse v0.2.2
20272026-05-21T16:24:55.737Z Compiling quick-error v1.2.3
20282026-05-21T16:24:55.776Z Compiling num_threads v0.1.7
20292026-05-21T16:24:55.809Z Compiling anstyle v1.0.13
20302026-05-21T16:24:55.861Z Compiling simd-adler32 v0.3.8
20312026-05-21T16:24:55.904Z Compiling time v0.3.47
20322026-05-21T16:24:55.921Z Compiling rusty-fork v0.3.1
20332026-05-21T16:24:56.085Z Compiling anstyle-parse v0.2.7
20342026-05-21T16:24:56.214Z Compiling bit-set v0.8.0
20352026-05-21T16:24:56.338Z Compiling tower v0.5.3
20362026-05-21T16:24:56.572Z Compiling derive_builder_core v0.20.2
20372026-05-21T16:24:56.589Z Compiling http-body-util v0.1.3
20382026-05-21T16:24:56.827Z Compiling webpki-roots v1.0.6
20392026-05-21T16:24:56.863Z Compiling rand_xorshift v0.4.0
20402026-05-21T16:24:56.915Z Compiling signature v2.2.0
20412026-05-21T16:24:56.957Z Compiling hubpack_derive v0.1.1
20422026-05-21T16:24:57.033Z Compiling snafu-derive v0.8.9
20432026-05-21T16:24:57.068Z Compiling strum_macros v0.27.2
20442026-05-21T16:24:57.265Z Compiling fs-err v3.3.0
20452026-05-21T16:24:57.390Z Compiling ahash v0.8.12
20462026-05-21T16:24:57.417Z Compiling allocator-api2 v0.2.21
20472026-05-21T16:24:57.432Z Compiling unarray v0.1.4
20482026-05-21T16:24:57.510Z Compiling unicode-segmentation v1.12.0
20492026-05-21T16:24:57.620Z Compiling colorchoice v1.0.4
20502026-05-21T16:24:57.712Z Compiling object v0.37.3
20512026-05-21T16:24:57.799Z Compiling iri-string v0.7.10
20522026-05-21T16:24:57.815Z Compiling ryu v1.0.23
20532026-05-21T16:24:57.907Z Compiling unicode-properties v0.1.4
20542026-05-21T16:24:57.914Z Compiling unicode-bidi v0.3.18
20552026-05-21T16:24:57.938Z Compiling adler2 v2.0.1
20562026-05-21T16:24:57.980Z Compiling anstyle-query v1.1.5
20572026-05-21T16:24:58.085Z Compiling is_terminal_polyfill v1.70.2
20582026-05-21T16:24:58.139Z Compiling miniz_oxide v0.8.9
20592026-05-21T16:24:58.173Z Compiling anstream v0.6.21
20602026-05-21T16:24:58.203Z Compiling serde_urlencoded v0.7.1
20612026-05-21T16:24:58.288Z Compiling stringprep v0.1.5
20622026-05-21T16:24:58.471Z Compiling proptest v1.10.0
20632026-05-21T16:24:58.582Z Compiling derive_builder_macro v0.20.2
20642026-05-21T16:24:58.710Z Compiling tokio-native-tls v0.3.1
20652026-05-21T16:24:58.766Z Compiling usdt-attr-macro v0.6.0
20662026-05-21T16:24:58.787Z Compiling usdt-macro v0.6.0
20672026-05-21T16:24:59.061Z Compiling tower-http v0.6.8
20682026-05-21T16:24:59.311Z Compiling rand_chacha v0.3.1
20692026-05-21T16:24:59.331Z Compiling erased-serde v0.3.31
20702026-05-21T16:24:59.367Z Compiling md-5 v0.10.6
20712026-05-21T16:24:59.401Z Compiling bstr v1.12.1
20722026-05-21T16:24:59.530Z Compiling num-integer v0.1.46
20732026-05-21T16:24:59.548Z Compiling hash32 v0.2.1
20742026-05-21T16:24:59.564Z Compiling vergen-lib v0.1.6
20752026-05-21T16:24:59.580Z Compiling ff v0.13.1
20762026-05-21T16:24:59.732Z Compiling psl-types v2.0.11
20772026-05-21T16:24:59.764Z Compiling zlib-rs v0.6.2
20782026-05-21T16:24:59.777Z Compiling fallible-iterator v0.2.0
20792026-05-21T16:24:59.829Z Compiling base16ct v0.2.0
20802026-05-21T16:24:59.850Z Compiling publicsuffix v2.3.0
20812026-05-21T16:24:59.983Z Compiling sec1 v0.7.3
20822026-05-21T16:25:00.013Z Compiling num-iter v0.1.45
20832026-05-21T16:25:00.032Z Compiling group v0.13.0
20842026-05-21T16:25:00.138Z Compiling postgres-protocol v0.6.10
20852026-05-21T16:25:00.253Z Compiling rand v0.8.6
20862026-05-21T16:25:00.621Z Compiling newtype-uuid v1.3.2
20872026-05-21T16:25:00.742Z Compiling oxnet v0.1.4
20882026-05-21T16:25:00.742Z Compiling derive_builder v0.20.2
20892026-05-21T16:25:00.742Z Compiling hyper-tls v0.6.0
20902026-05-21T16:25:00.880Z Compiling heck v0.4.1
20912026-05-21T16:25:00.965Z Compiling phf_shared v0.13.1
20922026-05-21T16:25:00.965Z Compiling pin-project v1.1.11
20932026-05-21T16:25:01.038Z Compiling lazy_static v1.5.0
20942026-05-21T16:25:01.213Z Compiling terminal_size v0.4.3
20952026-05-21T16:25:01.300Z Compiling serde_with_macros v3.17.0
20962026-05-21T16:25:01.300Z Compiling futures-executor v0.3.32
20972026-05-21T16:25:01.382Z Compiling hex v0.4.3
20982026-05-21T16:25:01.462Z Compiling cargo-platform v0.1.9
20992026-05-21T16:25:01.522Z Compiling hkdf v0.12.4
21002026-05-21T16:25:01.604Z Compiling crypto-bigint v0.5.5
21012026-05-21T16:25:01.693Z Compiling serde_repr v0.1.20
21022026-05-21T16:25:01.693Z Compiling async-recursion v1.1.1
21032026-05-21T16:25:01.727Z Compiling clap_derive v4.5.55
21042026-05-21T16:25:01.728Z Compiling enum-as-inner v0.6.1
21052026-05-21T16:25:01.808Z Compiling vergen v9.0.6
21062026-05-21T16:25:01.967Z Compiling flate2 v1.1.9
21072026-05-21T16:25:02.108Z Compiling encoding_rs v0.8.35
21082026-05-21T16:25:02.237Z Compiling libbz2-rs-sys v0.2.2
21092026-05-21T16:25:02.237Z Compiling foldhash v0.1.5
21102026-05-21T16:25:02.285Z Compiling bitflags v1.3.2
21112026-05-21T16:25:02.369Z Compiling bumpalo v3.20.2
21122026-05-21T16:25:02.417Z Compiling mime v0.3.17
21132026-05-21T16:25:02.417Z Compiling same-file v1.0.6
21142026-05-21T16:25:02.459Z Compiling foldhash v0.2.0
21152026-05-21T16:25:02.608Z Compiling managed v0.8.0
21162026-05-21T16:25:02.645Z Compiling clap_lex v1.0.0
21172026-05-21T16:25:02.645Z Compiling hashbrown v0.16.1
21182026-05-21T16:25:02.678Z Compiling bzip2 v0.6.1
21192026-05-21T16:25:02.678Z Compiling zopfli v0.8.3
21202026-05-21T16:25:02.819Z Compiling clap_builder v4.5.60
21212026-05-21T16:25:02.915Z Compiling walkdir v2.5.0
21222026-05-21T16:25:02.915Z Compiling elliptic-curve v0.13.8
21232026-05-21T16:25:03.268Z Compiling hashbrown v0.15.5
21242026-05-21T16:25:03.364Z Compiling zstd v0.13.3
21252026-05-21T16:25:03.417Z Compiling cargo_metadata v0.19.2
21262026-05-21T16:25:03.466Z Compiling futures v0.3.32
21272026-05-21T16:25:03.633Z Compiling phf v0.13.1
21282026-05-21T16:25:03.818Z Compiling snafu v0.8.9
21292026-05-21T16:25:03.833Z Compiling daft v0.1.7
21302026-05-21T16:25:03.844Z Compiling signal-hook-mio v0.2.5
21312026-05-21T16:25:04.118Z Compiling postgres-types v0.2.12
21322026-05-21T16:25:04.143Z Compiling cookie_store v0.22.1
21332026-05-21T16:25:04.162Z Compiling bzip2 v0.4.4
21342026-05-21T16:25:04.297Z Compiling globset v0.4.18
21352026-05-21T16:25:04.382Z Compiling strum v0.27.2
21362026-05-21T16:25:04.671Z Compiling hubpack v0.1.2
21372026-05-21T16:25:04.690Z Compiling ed25519 v2.2.3
21382026-05-21T16:25:04.731Z Compiling phf_shared v0.11.3
21392026-05-21T16:25:04.769Z Compiling crossbeam-epoch v0.9.18
21402026-05-21T16:25:04.910Z Compiling olpc-cjson v0.1.4
21412026-05-21T16:25:04.930Z Compiling pkcs1 v0.7.5
21422026-05-21T16:25:04.961Z Compiling pem v3.0.6
21432026-05-21T16:25:05.112Z Compiling serde_plain v1.0.2
21442026-05-21T16:25:05.130Z Compiling serde-big-array v0.5.1
21452026-05-21T16:25:05.181Z Compiling rfc6979 v0.4.0
21462026-05-21T16:25:05.198Z Compiling float-cmp v0.10.0
21472026-05-21T16:25:05.261Z Compiling memmap2 v0.9.10
21482026-05-21T16:25:05.290Z Compiling env_filter v1.0.0
21492026-05-21T16:25:05.324Z Compiling keccak v0.1.6
21502026-05-21T16:25:05.358Z Compiling jiff v0.2.21
21512026-05-21T16:25:05.358Z Compiling normalize-line-endings v0.3.0
21522026-05-21T16:25:05.471Z Compiling predicates-core v1.0.10
21532026-05-21T16:25:05.485Z Compiling data-encoding v2.10.0
21542026-05-21T16:25:05.527Z Compiling fixedbitset v0.5.7
21552026-05-21T16:25:05.543Z Compiling toml_write v0.1.2
21562026-05-21T16:25:05.566Z Compiling typed-path v0.9.3
21572026-05-21T16:25:05.580Z Compiling difflib v0.4.0
21582026-05-21T16:25:05.651Z Compiling whoami v2.1.0
21592026-05-21T16:25:05.759Z Compiling precomputed-hash v0.1.1
21602026-05-21T16:25:05.846Z Compiling fixedbitset v0.4.2
21612026-05-21T16:25:05.864Z Compiling static_assertions v1.1.0
21622026-05-21T16:25:05.952Z Compiling new_debug_unreachable v1.0.6
21632026-05-21T16:25:05.998Z Compiling petgraph v0.6.5
21642026-05-21T16:25:06.026Z Compiling string_cache v0.8.9
21652026-05-21T16:25:06.043Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21662026-05-21T16:25:06.043Z Compiling tokio-postgres v0.7.16
21672026-05-21T16:25:06.073Z Compiling predicates v3.1.4
21682026-05-21T16:25:06.077Z Compiling hickory-proto v0.25.2
21692026-05-21T16:25:06.268Z Compiling petgraph v0.8.3
21702026-05-21T16:25:06.284Z Compiling toml_edit v0.22.27
21712026-05-21T16:25:06.752Z Compiling sha3 v0.10.8
21722026-05-21T16:25:06.874Z Compiling env_logger v0.11.9
21732026-05-21T16:25:07.031Z Compiling usdt v0.6.0
21742026-05-21T16:25:07.118Z Compiling ecdsa v0.16.9
21752026-05-21T16:25:07.301Z Compiling rsa v0.9.10
21762026-05-21T16:25:07.533Z Compiling ed25519-dalek v2.2.0
21772026-05-21T16:25:07.976Z Compiling zip v4.6.1
21782026-05-21T16:25:08.231Z Compiling crossterm v0.28.1
21792026-05-21T16:25:08.367Z Compiling clap v4.5.60
21802026-05-21T16:25:08.464Z Compiling zip v0.6.6
21812026-05-21T16:25:08.861Z Compiling iddqd v0.4.1
21822026-05-21T16:25:08.971Z Compiling serde_with v3.17.0
21832026-05-21T16:25:08.997Z Compiling similar v2.7.0
21842026-05-21T16:25:09.065Z Compiling strum v0.26.3
21852026-05-21T16:25:09.102Z Compiling toml v0.7.8
21862026-05-21T16:25:09.200Z Compiling tokio-stream v0.1.18
21872026-05-21T16:25:09.274Z Compiling itertools v0.13.0
21882026-05-21T16:25:09.424Z Compiling buf-list v1.1.2
21892026-05-21T16:25:09.704Z Compiling x509-cert v0.2.5
21902026-05-21T16:25:09.767Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-05-21T16:25:10.054Z Compiling openapiv3 v2.2.0
21922026-05-21T16:25:10.072Z Compiling sha1 v0.10.6
21932026-05-21T16:25:10.354Z Compiling lalrpop-util v0.19.12
21942026-05-21T16:25:10.613Z Compiling peg-runtime v0.8.5
21952026-05-21T16:25:25.181Z Compiling rustls-webpki v0.103.9
21962026-05-21T16:25:27.012Z Compiling macaddr v1.0.1
21972026-05-21T16:25:27.029Z Compiling structmeta-derive v0.3.0
21982026-05-21T16:25:27.081Z Compiling crucible-workspace-hack v0.1.0
21992026-05-21T16:25:27.173Z Compiling rayon-core v1.13.0
22002026-05-21T16:25:27.189Z Compiling itertools v0.14.0
22012026-05-21T16:25:27.308Z Compiling secrecy v0.10.3
22022026-05-21T16:25:27.324Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-21T16:25:27.408Z Compiling rustls v0.22.4
22042026-05-21T16:25:27.493Z Compiling heapless v0.8.0
22052026-05-21T16:25:27.625Z Compiling crossbeam-deque v0.8.6
22062026-05-21T16:25:27.669Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-21T16:25:27.703Z Compiling rustls-webpki v0.102.8
22082026-05-21T16:25:27.765Z Compiling hash32 v0.3.1
22092026-05-21T16:25:27.782Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-21T16:25:27.853Z Compiling multer v3.1.0
22112026-05-21T16:25:27.884Z Compiling thread_local v1.1.9
22122026-05-21T16:25:27.958Z Compiling smoltcp v0.11.0
22132026-05-21T16:25:27.983Z Compiling compression-core v0.4.31
22142026-05-21T16:25:27.987Z Compiling slog-async v2.8.0
22152026-05-21T16:25:28.016Z Compiling unicode-width v0.2.0
22162026-05-21T16:25:28.052Z Compiling structmeta v0.3.0
22172026-05-21T16:25:28.075Z Compiling match_cfg v0.1.0
22182026-05-21T16:25:28.166Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-05-21T16:25:28.257Z Compiling proc-macro-crate v3.4.0
22202026-05-21T16:25:28.282Z Compiling derive-ex v0.1.8
22212026-05-21T16:25:28.337Z Compiling hostname v0.3.1
22222026-05-21T16:25:28.352Z Compiling compression-codecs v0.4.37
22232026-05-21T16:25:28.516Z Compiling ingot-macros v0.1.1
22242026-05-21T16:25:28.531Z Compiling slog-json v2.6.1
22252026-05-21T16:25:28.640Z Compiling crossbeam-channel v0.5.15
22262026-05-21T16:25:28.712Z Compiling half v2.7.1
22272026-05-21T16:25:28.740Z Compiling newtype-uuid-macros v0.1.0
22282026-05-21T16:25:28.808Z Compiling cobs v0.3.0
22292026-05-21T16:25:28.935Z Compiling tokio-rustls v0.26.4
22302026-05-21T16:25:29.085Z Compiling rustls-platform-verifier v0.6.2
22312026-05-21T16:25:29.100Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-21T16:25:29.219Z Compiling hyper-rustls v0.27.7
22332026-05-21T16:25:29.305Z Compiling universal-hash v0.5.1
22342026-05-21T16:25:29.346Z Compiling async-stream-impl v0.3.6
22352026-05-21T16:25:29.469Z Compiling reqwest v0.12.28
22362026-05-21T16:25:29.486Z Compiling reqwest v0.13.2
22372026-05-21T16:25:29.559Z Compiling serde_spanned v1.0.4
22382026-05-21T16:25:29.574Z Compiling toml_datetime v1.0.0+spec-1.1.0
22392026-05-21T16:25:29.747Z Compiling is-terminal v0.4.17
22402026-05-21T16:25:29.796Z Compiling dropshot v0.17.0
22412026-05-21T16:25:29.867Z Compiling proc-macro-error-attr v1.0.4
22422026-05-21T16:25:29.930Z Compiling take_mut v0.2.2
22432026-05-21T16:25:29.961Z Compiling opaque-debug v0.3.1
22442026-05-21T16:25:30.013Z Compiling ciborium-io v0.2.2
22452026-05-21T16:25:30.029Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-05-21T16:25:30.048Z Compiling convert_case v0.4.0
22472026-05-21T16:25:30.068Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-05-21T16:25:30.089Z Compiling term v1.2.1
22492026-05-21T16:25:30.128Z Compiling ciborium-ll v0.2.2
22502026-05-21T16:25:30.144Z Compiling thiserror-no-std v2.0.2
22512026-05-21T16:25:30.272Z Compiling toml v1.0.6+spec-1.1.0
22522026-05-21T16:25:30.320Z Compiling tokio-rustls v0.25.0
22532026-05-21T16:25:30.354Z Compiling poly1305 v0.8.0
22542026-05-21T16:25:30.371Z Compiling derive_more v0.99.20
22552026-05-21T16:25:30.413Z Compiling slog-term v2.9.2
22562026-05-21T16:25:30.598Z Compiling async-stream v0.3.6
22572026-05-21T16:25:30.613Z Compiling test-strategy v0.4.5
22582026-05-21T16:25:30.812Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-21T16:25:30.999Z Compiling tough v0.22.0
22602026-05-21T16:25:31.127Z Compiling ingot-types v0.1.2
22612026-05-21T16:25:31.596Z Compiling ingot v0.1.1
22622026-05-21T16:25:31.643Z Compiling postcard v1.1.3
22632026-05-21T16:25:31.717Z Compiling slog-bunyan v2.5.0
22642026-05-21T16:25:31.902Z Compiling num_enum_derive v0.7.5
22652026-05-21T16:25:31.906Z Compiling async-compression v0.4.41
22662026-05-21T16:25:32.050Z Compiling parse-display-derive v0.10.0
22672026-05-21T16:25:32.393Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-05-21T16:25:32.565Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-21T16:25:32.584Z Compiling proc-macro-crate v1.3.1
22702026-05-21T16:25:32.722Z Compiling backon v1.6.0
22712026-05-21T16:25:32.802Z Compiling waitgroup v0.1.2
22722026-05-21T16:25:32.824Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-21T16:25:32.864Z Compiling password-hash v0.5.0
22742026-05-21T16:25:32.987Z Compiling chacha20 v0.9.1
22752026-05-21T16:25:33.034Z Compiling dropshot_endpoint v0.17.0
22762026-05-21T16:25:33.058Z Compiling rustls-pemfile v2.2.0
22772026-05-21T16:25:33.119Z Compiling blake2 v0.10.6
22782026-05-21T16:25:33.364Z Compiling aead v0.5.2
22792026-05-21T16:25:33.380Z Compiling foreign-types-macros v0.2.3
22802026-05-21T16:25:33.542Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-21T16:25:33.578Z Compiling serde_path_to_error v0.1.20
22822026-05-21T16:25:33.675Z Compiling hostname v0.4.2
22832026-05-21T16:25:33.846Z Compiling proc-macro-error v1.0.4
22842026-05-21T16:25:33.864Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-05-21T16:25:33.898Z Compiling instant v0.1.13
22862026-05-21T16:25:33.977Z Compiling typeid v1.0.3
22872026-05-21T16:25:33.994Z Compiling foreign-types-shared v0.3.1
22882026-05-21T16:25:34.012Z Compiling debug-ignore v1.0.5
22892026-05-21T16:25:34.034Z Compiling cpufeatures v0.3.0
22902026-05-21T16:25:34.053Z Compiling backoff v0.4.0
22912026-05-21T16:25:34.071Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-21T16:25:34.123Z Compiling chacha20 v0.10.0
22932026-05-21T16:25:34.141Z Compiling foreign-types v0.5.0
22942026-05-21T16:25:34.153Z Compiling parse-display v0.10.0
22952026-05-21T16:25:34.166Z Compiling chacha20poly1305 v0.10.1
22962026-05-21T16:25:34.213Z Compiling argon2 v0.5.3
22972026-05-21T16:25:34.237Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22982026-05-21T16:25:34.298Z Compiling num_enum_derive v0.5.11
22992026-05-21T16:25:34.329Z Compiling num_enum v0.7.5
23002026-05-21T16:25:34.344Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-05-21T16:25:34.408Z Compiling ciborium v0.2.2
23022026-05-21T16:25:34.472Z Compiling vsss-rs v3.3.4
23032026-05-21T16:25:34.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042026-05-21T16:25:34.719Z Compiling tabwriter v1.4.1
23052026-05-21T16:25:34.757Z Compiling regress v0.10.5
23062026-05-21T16:25:34.999Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072026-05-21T16:25:35.039Z Compiling byte-wrapper v0.1.0
23082026-05-21T16:25:35.104Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-05-21T16:25:35.223Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-21T16:25:35.223Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-05-21T16:25:35.262Z Compiling cstr-argument v0.1.2
23122026-05-21T16:25:35.278Z Compiling erased-serde v0.4.9
23132026-05-21T16:25:35.406Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-21T16:25:35.457Z Compiling humantime v2.3.0
23152026-05-21T16:25:35.638Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-05-21T16:25:35.659Z Compiling num_enum v0.5.11
23172026-05-21T16:25:35.706Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-05-21T16:25:35.806Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-21T16:25:35.845Z Compiling rand v0.10.0
23202026-05-21T16:25:35.925Z Compiling rayon v1.11.0
23212026-05-21T16:25:35.954Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-21T16:25:35.996Z Compiling colored v3.1.1
23232026-05-21T16:25:36.012Z Compiling indent_write v2.2.0
23242026-05-21T16:25:36.062Z Compiling libefi-sys v0.1.0
23252026-05-21T16:25:36.082Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-21T16:25:36.101Z Compiling zone_cfg_derive v0.3.1
23272026-05-21T16:25:36.181Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-21T16:25:36.314Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-21T16:25:36.329Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-05-21T16:25:36.519Z Compiling camino-tempfile v1.4.1
23312026-05-21T16:25:36.566Z Compiling itertools v0.12.1
23322026-05-21T16:25:36.639Z Compiling usdt-attr-macro v0.5.0
23332026-05-21T16:25:36.688Z Compiling usdt-macro v0.5.0
23342026-05-21T16:25:36.723Z Compiling num-derive v0.4.2
23352026-05-21T16:25:36.870Z Compiling bitfield-struct v0.6.2
23362026-05-21T16:25:36.901Z Compiling blake3 v1.8.3
23372026-05-21T16:25:36.932Z Compiling ordered-float v2.10.1
23382026-05-21T16:25:37.237Z Compiling sigpipe v0.1.3
23392026-05-21T16:25:37.280Z Compiling memmap v0.7.0
23402026-05-21T16:25:37.353Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-21T16:25:37.394Z Compiling glob v0.3.3
23422026-05-21T16:25:37.408Z Compiling swrite v0.1.0
23432026-05-21T16:25:37.508Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-05-21T16:25:37.537Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-21T16:25:37.568Z Compiling usdt v0.5.0
23462026-05-21T16:25:37.627Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23472026-05-21T16:25:37.889Z Compiling serde-value v0.7.0
23482026-05-21T16:25:38.064Z Compiling zone v0.3.1
23492026-05-21T16:25:38.101Z Compiling serde-untagged v0.1.9
23502026-05-21T16:25:38.166Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23512026-05-21T16:25:38.283Z Compiling toml v0.8.23
23522026-05-21T16:25:38.344Z Compiling smf v0.2.3
23532026-05-21T16:25:38.388Z Compiling filetime v0.2.27
23542026-05-21T16:25:38.449Z Compiling arrayref v0.3.9
23552026-05-21T16:25:38.485Z Compiling xattr v1.6.1
23562026-05-21T16:25:38.503Z Compiling arrayvec v0.7.6
23572026-05-21T16:25:38.540Z Compiling constant_time_eq v0.4.2
23582026-05-21T16:25:38.615Z Compiling unicode-xid v0.2.6
23592026-05-21T16:25:38.631Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-21T16:25:38.702Z Compiling whoami v1.6.1
23612026-05-21T16:25:38.737Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-21T16:25:38.757Z Compiling cargo-util-schemas v0.8.2
23632026-05-21T16:25:38.771Z Compiling tar v0.4.45
23642026-05-21T16:25:38.789Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-05-21T16:25:39.045Z Compiling tokio-dtrace v0.1.1
23662026-05-21T16:25:39.181Z Compiling console v0.16.2
23672026-05-21T16:25:39.391Z Compiling gethostname v0.5.0
23682026-05-21T16:25:39.423Z Compiling cargo-platform v0.2.0
23692026-05-21T16:25:39.493Z Compiling topological-sort v0.2.2
23702026-05-21T16:25:39.535Z Compiling unit-prefix v0.5.2
23712026-05-21T16:25:39.550Z Compiling oxide-tokio-rt v0.1.4
23722026-05-21T16:25:39.671Z Compiling indicatif v0.18.4
23732026-05-21T16:25:39.688Z Compiling shell-words v1.1.1
23742026-05-21T16:25:39.719Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-21T16:25:39.958Z Compiling cargo_metadata v0.21.0
23762026-05-21T16:25:48.968Z Compiling progenitor-client v0.14.0
23772026-05-21T16:25:49.016Z Compiling progenitor-client v0.10.0
23782026-05-21T16:25:49.016Z Compiling omicron-zone-package v0.12.2
23792026-05-21T16:25:49.442Z Compiling progenitor-extras v0.2.0
23802026-05-21T16:25:51.719Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-21T16:25:51.741Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-21T16:25:51.774Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-21T16:25:51.956Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-21T16:25:52.040Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852026-05-21T16:25:52.073Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23862026-05-21T16:25:52.111Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23872026-05-21T16:25:52.138Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-05-21T16:25:52.191Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-05-21T16:25:56.066Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-21T16:26:03.732Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-21T16:26:06.838Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-21T16:26:07.815Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-21T16:26:17.484Z Finished `release` profile [optimized] target(s) in 1m 43s
23942026-05-21T16:26:17.638Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-21T16:26:17.706ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-21T16:26:17.711ZCreated new build target 'test' and set it as active
23972026-05-21T16:26:17.711Z
23982026-05-21T16:26:17.711Zreal 1:43.631138254
23992026-05-21T16:26:17.711Zuser 17:01.439514000
24002026-05-21T16:26:17.711Zsys 2:35.670978052
24012026-05-21T16:26:17.711Ztrap 0.470023696
24022026-05-21T16:26:17.711Ztflt 2.874405608
24032026-05-21T16:26:17.711Zdflt 4.262136033
24042026-05-21T16:26:17.711Zkflt 0.000579220
24052026-05-21T16:26:17.711Zlock 52:47.757189895
24062026-05-21T16:26:17.711Zslp 43:18.937457921
24072026-05-21T16:26:17.711Zlat 41.694311658
24082026-05-21T16:26:17.711Zstop 5:23.809810379
24092026-05-21T16:26:17.711Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-21T16:26:18.597Z Finished `release` profile [optimized] target(s) in 0.88s
24112026-05-21T16:26:18.675Z Running `target/release/omicron-package -t test package`
24122026-05-21T16:26:18.736ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-21T16:26:20.169Z Compiling heck v0.5.0
24142026-05-21T16:26:20.169Z Compiling regress v0.11.1
24152026-05-21T16:26:20.169Z Compiling unsafe-libyaml v0.2.11
24162026-05-21T16:26:20.432Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-21T16:26:20.448Z Compiling regress v0.10.5
24182026-05-21T16:26:20.472Z Compiling is-terminal v0.4.17
24192026-05-21T16:26:20.476Z Compiling unicode-width v0.1.14
24202026-05-21T16:26:20.513Z Compiling prettyplease v0.2.37
24212026-05-21T16:26:20.534Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-21T16:26:20.538Z Compiling bytecount v0.6.9
24232026-05-21T16:26:20.538Z Compiling rustls v0.22.4
24242026-05-21T16:26:20.538Z Compiling rustls-webpki v0.102.8
24252026-05-21T16:26:20.538Z Compiling derive-where v1.6.0
24262026-05-21T16:26:20.538Z Compiling thread_local v1.1.9
24272026-05-21T16:26:20.553Z Compiling match_cfg v0.1.0
24282026-05-21T16:26:20.635Z Compiling compression-core v0.4.31
24292026-05-21T16:26:20.639Z Compiling multer v3.1.0
24302026-05-21T16:26:20.720Z Compiling hostname v0.3.1
24312026-05-21T16:26:20.744Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-05-21T16:26:20.747Z Compiling slog-async v2.8.0
24332026-05-21T16:26:20.747Z Compiling crossbeam-channel v0.5.15
24342026-05-21T16:26:20.810Z Compiling slog-json v2.6.1
24352026-05-21T16:26:20.830Z Compiling toml_datetime v1.0.0+spec-1.1.0
24362026-05-21T16:26:20.851Z Compiling compression-codecs v0.4.37
24372026-05-21T16:26:20.875Z Compiling serde_yaml v0.9.34+deprecated
24382026-05-21T16:26:20.878Z Compiling serde_spanned v1.0.4
24392026-05-21T16:26:20.914Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-21T16:26:20.955Z Compiling term v1.2.1
24412026-05-21T16:26:21.043Z Compiling take_mut v0.2.2
24422026-05-21T16:26:21.067Z Compiling async-compression v0.4.41
24432026-05-21T16:26:21.103Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-21T16:26:21.127Z Compiling slog-bunyan v2.5.0
24452026-05-21T16:26:21.241Z Compiling slog-term v2.9.2
24462026-05-21T16:26:21.285Z Compiling dropshot v0.17.0
24472026-05-21T16:26:21.315Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-05-21T16:26:21.354Z Compiling async-stream v0.3.6
24492026-05-21T16:26:21.403Z Compiling num-rational v0.4.2
24502026-05-21T16:26:21.462Z Compiling progenitor-client v0.14.0
24512026-05-21T16:26:21.483Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-21T16:26:21.552Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-21T16:26:21.579Z Compiling waitgroup v0.1.2
24542026-05-21T16:26:21.604Z Compiling backon v1.6.0
24552026-05-21T16:26:21.685Z Compiling rustls-pemfile v2.2.0
24562026-05-21T16:26:21.744Z Compiling num-complex v0.4.6
24572026-05-21T16:26:21.765Z Compiling hostname v0.4.2
24582026-05-21T16:26:21.790Z Compiling serde_path_to_error v0.1.20
24592026-05-21T16:26:21.813Z Compiling instant v0.1.13
24602026-05-21T16:26:21.837Z Compiling debug-ignore v1.0.5
24612026-05-21T16:26:21.861Z Compiling progenitor-extras v0.2.0
24622026-05-21T16:26:21.895Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24632026-05-21T16:26:21.923Z Compiling typify-impl v0.6.2
24642026-05-21T16:26:21.954Z Compiling backoff v0.4.0
24652026-05-21T16:26:21.974Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-05-21T16:26:22.191Z Compiling num v0.4.3
24672026-05-21T16:26:22.214Z Compiling parse-display v0.10.0
24682026-05-21T16:26:22.236Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-21T16:26:22.261Z Compiling progenitor-client v0.13.0
24702026-05-21T16:26:22.281Z Compiling progenitor-client v0.10.0
24712026-05-21T16:26:22.285Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-05-21T16:26:22.327Z Compiling macaddr v1.0.1
24732026-05-21T16:26:22.447Z Compiling float-ord v0.3.2
24742026-05-21T16:26:22.480Z Compiling humantime v2.3.0
24752026-05-21T16:26:22.570Z Compiling console v0.15.11
24762026-05-21T16:26:22.617Z Compiling newline-converter v0.3.0
24772026-05-21T16:26:22.738Z Compiling atomicwrites v0.4.4
24782026-05-21T16:26:22.761Z Compiling slog-dtrace v0.3.0
24792026-05-21T16:26:22.790Z Compiling resolv-conf v0.7.6
24802026-05-21T16:26:22.820Z Compiling owo-colors v4.3.0
24812026-05-21T16:26:22.861Z Compiling cancel-safe-futures v0.1.5
24822026-05-21T16:26:22.966Z Compiling tokio-rustls v0.25.0
24832026-05-21T16:26:23.091Z Compiling expectorate v1.2.0
24842026-05-21T16:26:23.115Z Compiling toml v0.8.23
24852026-05-21T16:26:23.162Z Compiling libsw-core v0.3.2
24862026-05-21T16:26:23.367Z Compiling libsw v3.5.0
24872026-05-21T16:26:23.403Z Compiling linked-hash-map v0.5.6
24882026-05-21T16:26:23.436Z Compiling linear-map v1.2.0
24892026-05-21T16:26:23.589Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-21T16:26:23.646Z Compiling lru-cache v0.1.2
24912026-05-21T16:26:23.672Z Compiling minimal-lexical v0.2.1
24922026-05-21T16:26:23.695Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-21T16:26:23.725Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-21T16:26:23.814Z Compiling hickory-proto v0.24.4
24952026-05-21T16:26:23.878Z Compiling unicode-xid v0.2.6
24962026-05-21T16:26:23.900Z Compiling nom v7.1.3
24972026-05-21T16:26:23.951Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24982026-05-21T16:26:23.975Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-05-21T16:26:24.036Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-05-21T16:26:24.232Z Compiling convert_case v0.10.0
25012026-05-21T16:26:24.530Z Compiling derive_more-impl v2.1.1
25022026-05-21T16:26:24.882Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-21T16:26:25.265Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-05-21T16:26:25.282Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-05-21T16:26:25.320Z Compiling derive_more v2.1.1
25062026-05-21T16:26:25.426Z Compiling papergrid v0.11.0
25072026-05-21T16:26:25.456Z Compiling tabled_derive v0.7.0
25082026-05-21T16:26:25.479Z Compiling typify-macro v0.6.2
25092026-05-21T16:26:25.508Z Compiling termtree v0.5.1
25102026-05-21T16:26:25.701Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-05-21T16:26:25.950Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-05-21T16:26:26.162Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-05-21T16:26:26.339Z Compiling hickory-resolver v0.24.4
25142026-05-21T16:26:26.489Z Compiling tabled v0.15.0
25152026-05-21T16:26:26.512Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-21T16:26:27.018Z Compiling typify v0.6.2
25172026-05-21T16:26:27.193Z Compiling progenitor-impl v0.14.0
25182026-05-21T16:26:27.828Z Compiling progenitor-impl v0.13.0
25192026-05-21T16:26:29.402Z Compiling progenitor-macro v0.14.0
25202026-05-21T16:26:29.785Z Compiling qorb v0.4.1
25212026-05-21T16:26:30.030Z Compiling progenitor-macro v0.13.0
25222026-05-21T16:26:30.994Z Compiling crossterm v0.29.0
25232026-05-21T16:26:31.644Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-05-21T16:26:31.956Z Compiling phf_shared v0.12.1
25252026-05-21T16:26:32.076Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-21T16:26:32.210Z Compiling csv-core v0.1.13
25272026-05-21T16:26:32.376Z Compiling vte v0.14.1
25282026-05-21T16:26:32.637Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-05-21T16:26:32.659Z Compiling chrono-tz v0.10.4
25302026-05-21T16:26:32.720Z Compiling highway v1.3.0
25312026-05-21T16:26:32.932Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25322026-05-21T16:26:33.350Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-21T16:26:33.464Z Compiling progenitor v0.14.0
25342026-05-21T16:26:33.485Z Compiling strip-ansi-escapes v0.2.1
25352026-05-21T16:26:33.648Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-05-21T16:26:33.947Z Compiling csv v1.4.0
25372026-05-21T16:26:34.080Z Compiling phf v0.12.1
25382026-05-21T16:26:34.119Z Compiling progenitor v0.13.0
25392026-05-21T16:26:34.169Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25402026-05-21T16:26:34.282Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-21T16:26:34.305Z Compiling const_format_proc_macros v0.2.34
25422026-05-21T16:26:34.405Z Compiling fd-lock v4.0.4
25432026-05-21T16:26:34.578Z Compiling peg-macros v0.8.5
25442026-05-21T16:26:34.846Z Compiling nu-ansi-term v0.50.3
25452026-05-21T16:26:35.024Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-05-21T16:26:35.088Z Compiling const_format v0.2.35
25472026-05-21T16:26:35.391Z Compiling reedline v0.40.0
25482026-05-21T16:26:35.826Z Compiling peg v0.8.5
25492026-05-21T16:26:35.932Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-21T16:26:36.700Z Compiling bcs v0.1.6
25512026-05-21T16:26:36.741Z Compiling semver v0.1.20
25522026-05-21T16:26:36.954Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-05-21T16:26:37.034Z Compiling rustc_version v0.1.7
25542026-05-21T16:26:37.146Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-05-21T16:26:37.254Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-21T16:26:37.275Z Compiling newtype_derive v0.1.6
25572026-05-21T16:26:37.402Z Compiling smawk v0.3.2
25582026-05-21T16:26:37.524Z Compiling unicode-linebreak v0.1.5
25592026-05-21T16:26:37.665Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-21T16:26:37.831Z Compiling textwrap v0.16.2
25612026-05-21T16:26:38.525Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-21T16:26:38.547Z Compiling base64 v0.21.7
25632026-05-21T16:26:38.583Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-21T16:26:39.028Z Compiling steno v0.4.1
25652026-05-21T16:26:39.114Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-21T16:26:39.457Z Compiling tagptr v0.2.0
25672026-05-21T16:26:39.507Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-05-21T16:26:39.652Z Compiling moka v0.12.13
25692026-05-21T16:26:39.723Z Compiling utf-8 v0.7.6
25702026-05-21T16:26:39.777Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-21T16:26:39.952Z Compiling tungstenite v0.21.0
25722026-05-21T16:26:40.126Z Compiling radium v0.7.0
25732026-05-21T16:26:40.283Z Compiling maybe-uninit v2.0.0
25742026-05-21T16:26:40.459Z Compiling display-error-chain v0.2.2
25752026-05-21T16:26:40.573Z Compiling tokio-tungstenite v0.21.0
25762026-05-21T16:26:40.603Z Compiling tap v1.0.1
25772026-05-21T16:26:40.712Z Compiling hickory-resolver v0.25.2
25782026-05-21T16:26:40.750Z Compiling wyz v0.5.1
25792026-05-21T16:26:40.956Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-05-21T16:26:41.145Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-05-21T16:26:41.172Z Compiling zerocopy-derive v0.6.6
25822026-05-21T16:26:41.955Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25832026-05-21T16:26:42.098Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-05-21T16:26:42.200Z Compiling packed_struct v0.10.1
25852026-05-21T16:26:42.376Z Compiling funty v2.0.0
25862026-05-21T16:26:42.485Z Compiling crc-catalog v2.4.0
25872026-05-21T16:26:42.611Z Compiling crc v3.4.0
25882026-05-21T16:26:42.869Z Compiling bitvec v1.0.1
25892026-05-21T16:26:43.273Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-05-21T16:26:43.439Z Compiling zerocopy v0.6.6
25912026-05-21T16:26:43.973Z Compiling packed_struct_codegen v0.10.1
25922026-05-21T16:26:44.012Z Compiling num-derive v0.3.3
25932026-05-21T16:26:44.707Z Compiling bitfield-macros v0.19.4
25942026-05-21T16:26:44.901Z Compiling proc-macro-error-attr2 v2.0.0
25952026-05-21T16:26:44.974Z Compiling indexmap v1.9.3
25962026-05-21T16:26:44.998Z Compiling nodrop v0.1.14
25972026-05-21T16:26:45.135Z Compiling array-init v0.0.4
25982026-05-21T16:26:45.254Z Compiling libscf-sys v1.1.0
25992026-05-21T16:26:45.311Z Compiling proc-macro-error2 v2.0.1
26002026-05-21T16:26:45.429Z Compiling bitfield v0.19.4
26012026-05-21T16:26:45.452Z Compiling smallvec v0.6.14
26022026-05-21T16:26:45.629Z Compiling typify-impl v0.4.3
26032026-05-21T16:26:45.696Z Compiling vergen-gitcl v1.0.8
26042026-05-21T16:26:45.734Z Compiling dirs-sys-next v0.1.2
26052026-05-21T16:26:45.760Z Compiling maplit v1.0.2
26062026-05-21T16:26:45.808Z Compiling crunchy v0.2.4
26072026-05-21T16:26:45.880Z Compiling hashbrown v0.12.3
26082026-05-21T16:26:45.929Z Compiling diesel_derives v2.3.7
26092026-05-21T16:26:46.006Z Compiling glob v0.3.3
26102026-05-21T16:26:46.228Z Compiling dirs-next v2.0.0
26112026-05-21T16:26:46.257Z Compiling serde-hex v0.1.0
26122026-05-21T16:26:46.371Z Compiling clang-sys v1.8.1
26132026-05-21T16:26:46.394Z Compiling tabled_derive v0.11.0
26142026-05-21T16:26:46.691Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-05-21T16:26:46.751Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26162026-05-21T16:26:46.994Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-05-21T16:26:47.017Z Compiling ron v0.8.1
26182026-05-21T16:26:47.179Z Compiling papergrid v0.17.0
26192026-05-21T16:26:47.246Z Compiling testing_table v0.3.0
26202026-05-21T16:26:47.448Z Compiling hashbrown v0.13.2
26212026-05-21T16:26:47.469Z Compiling dsl_auto_type v0.2.0
26222026-05-21T16:26:47.545Z Compiling scheduled-thread-pool v0.2.7
26232026-05-21T16:26:47.690Z Compiling diesel_table_macro_syntax v0.3.0
26242026-05-21T16:26:47.935Z Compiling tiny-keccak v2.0.2
26252026-05-21T16:26:48.034Z Compiling crc-any v2.5.0
26262026-05-21T16:26:48.176Z Compiling object v0.30.4
26272026-05-21T16:26:48.202Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-05-21T16:26:48.415Z Compiling tabled v0.20.0
26292026-05-21T16:26:48.440Z Compiling r2d2 v0.8.10
26302026-05-21T16:26:48.484Z Compiling term v0.7.0
26312026-05-21T16:26:48.845Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-21T16:26:48.911Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26332026-05-21T16:26:48.996Z Compiling downcast-rs v2.0.2
26342026-05-21T16:26:49.030Z Compiling path-slash v0.1.5
26352026-05-21T16:26:49.076Z Compiling typify-macro v0.4.3
26362026-05-21T16:26:49.138Z Compiling xshell-macros v0.2.7
26372026-05-21T16:26:49.159Z Compiling bit-vec v0.6.3
26382026-05-21T16:26:49.398Z Compiling bit-set v0.5.3
26392026-05-21T16:26:49.421Z Compiling ascii-canvas v3.0.0
26402026-05-21T16:26:49.529Z Compiling xshell v0.2.7
26412026-05-21T16:26:49.550Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-05-21T16:26:49.588Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-05-21T16:26:49.680Z Compiling itertools v0.10.5
26442026-05-21T16:26:50.013Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-05-21T16:26:50.062Z Compiling ena v0.14.4
26462026-05-21T16:26:50.268Z Compiling libloading v0.8.9
26472026-05-21T16:26:50.306Z Compiling regex-syntax v0.6.29
26482026-05-21T16:26:50.507Z Compiling bindgen v0.71.1
26492026-05-21T16:26:50.582Z Compiling diff v0.1.13
26502026-05-21T16:26:50.788Z Compiling unicase v2.9.0
26512026-05-21T16:26:50.844Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-05-21T16:26:50.866Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-21T16:26:51.104Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-21T16:26:51.732Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-05-21T16:26:52.042Z Compiling lalrpop v0.19.12
26562026-05-21T16:26:52.239Z Compiling cexpr v0.6.0
26572026-05-21T16:26:52.768Z Compiling diesel v2.3.7
26582026-05-21T16:26:52.864Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-21T16:26:52.953Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-21T16:26:52.991Z Compiling crc8 v0.1.1
26612026-05-21T16:26:53.095Z Compiling rustc-hash v2.1.1
26622026-05-21T16:26:53.134Z Compiling typify v0.4.3
26632026-05-21T16:26:53.186Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-21T16:26:53.302Z Compiling headers-core v0.3.0
26652026-05-21T16:26:53.465Z Compiling libxml v0.3.3
26662026-05-21T16:26:53.713Z Compiling headers v0.4.1
26672026-05-21T16:26:53.836Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-05-21T16:26:53.860Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-05-21T16:26:53.909Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-05-21T16:26:54.359Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-05-21T16:26:54.774Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-05-21T16:26:55.265Z Compiling strum_macros v0.24.3
26732026-05-21T16:26:55.324Z Compiling git-stub v1.0.0
26742026-05-21T16:26:55.433Z Compiling indoc v1.0.9
26752026-05-21T16:26:55.591Z Compiling git-stub-vcs v0.1.0
26762026-05-21T16:26:55.943Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-21T16:26:56.157Z Compiling derive_builder v0.20.2
26782026-05-21T16:26:56.256Z Compiling oso-derive v0.27.3
26792026-05-21T16:26:56.330Z Compiling quick-xml v0.37.5
26802026-05-21T16:26:56.520Z Compiling impl-trait-for-tuples v0.2.3
26812026-05-21T16:26:56.905Z Compiling openssl-probe v0.1.6
26822026-05-21T16:26:57.237Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-05-21T16:26:57.343Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26842026-05-21T16:26:57.631Z Compiling half v1.8.3
26852026-05-21T16:26:57.788Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-05-21T16:26:57.808Z Compiling bb8 v0.8.6
26872026-05-21T16:26:57.927Z Compiling samael v0.0.19
26882026-05-21T16:26:57.950Z Compiling serde_cbor v0.11.2
26892026-05-21T16:26:58.031Z Compiling trait-variant v0.1.2
26902026-05-21T16:26:58.172Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-05-21T16:26:58.224Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26922026-05-21T16:26:58.466Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26932026-05-21T16:26:58.578Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-05-21T16:26:58.772Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26952026-05-21T16:26:59.003Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-21T16:26:59.053Z Compiling fxhash v0.2.1
26972026-05-21T16:26:59.134Z Compiling salty v0.3.0
26982026-05-21T16:26:59.229Z Compiling nonempty v0.12.0
26992026-05-21T16:26:59.307Z Compiling progenitor-impl v0.10.0
27002026-05-21T16:26:59.445Z Compiling progenitor-impl v0.11.2
27012026-05-21T16:26:59.467Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27022026-05-21T16:26:59.577Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27032026-05-21T16:26:59.608Z Compiling polar-core v0.27.3
27042026-05-21T16:27:00.013Z Compiling kstat-rs v0.2.4
27052026-05-21T16:27:00.412Z Compiling libz-sys v1.1.24
27062026-05-21T16:27:00.438Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-21T16:27:00.491Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27082026-05-21T16:27:01.449Z Compiling progenitor-macro v0.10.0
27092026-05-21T16:27:01.612Z Compiling progenitor-macro v0.11.2
27102026-05-21T16:27:02.741Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-21T16:27:03.276Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27122026-05-21T16:27:03.913Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-21T16:27:04.107Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-21T16:27:04.623Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-05-21T16:27:04.690Z Compiling progenitor-client v0.11.2
27162026-05-21T16:27:05.223Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-21T16:27:05.280Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-21T16:27:05.499Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-21T16:27:05.706Z Compiling darling_core v0.23.0
27202026-05-21T16:27:07.857Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-05-21T16:27:09.497Z Compiling oso v0.27.3
27222026-05-21T16:27:10.000Z Compiling diesel-dtrace v0.5.0
27232026-05-21T16:27:10.332Z Compiling async-bb8-diesel v0.2.1
27242026-05-21T16:27:10.799Z Compiling nanorand v0.7.0
27252026-05-21T16:27:11.178Z Compiling arc-swap v1.8.2
27262026-05-21T16:27:11.554Z Compiling fs-err v2.11.0
27272026-05-21T16:27:11.785Z Compiling parking_lot_core v0.8.6
27282026-05-21T16:27:12.234Z Compiling slog-scope v4.4.1
27292026-05-21T16:27:12.258Z Compiling mime_guess v2.0.5
27302026-05-21T16:27:12.688Z Compiling flume v0.11.1
27312026-05-21T16:27:12.772Z Compiling darling_macro v0.23.0
27322026-05-21T16:27:13.124Z Compiling progenitor v0.11.2
27332026-05-21T16:27:13.197Z Compiling progenitor v0.10.0
27342026-05-21T16:27:13.284Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27352026-05-21T16:27:13.313Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-05-21T16:27:13.379Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-05-21T16:27:13.968Z Compiling primeorder v0.13.6
27382026-05-21T16:27:14.090Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-21T16:27:14.292Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-21T16:27:14.513Z Compiling instability v0.3.11
27412026-05-21T16:27:14.769Z Compiling p384 v0.13.1
27422026-05-21T16:27:14.968Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-21T16:27:16.245Z Compiling darling v0.23.0
27442026-05-21T16:27:16.391Z Compiling slog-stdlog v4.1.1
27452026-05-21T16:27:16.870Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-21T16:27:16.891Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-21T16:27:16.979Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-21T16:27:17.032Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-05-21T16:27:17.124Z Compiling ignore v0.4.25
27502026-05-21T16:27:17.308Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-21T16:27:17.708Z Compiling castaway v0.2.4
27522026-05-21T16:27:17.872Z Compiling atty v0.2.14
27532026-05-21T16:27:18.027Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-21T16:27:18.232Z Compiling indoc v2.0.7
27552026-05-21T16:27:18.260Z Compiling http-range v0.1.5
27562026-05-21T16:27:18.604Z Compiling parse-size v1.1.0
27572026-05-21T16:27:18.793Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-21T16:27:18.835Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-21T16:27:19.406Z Compiling compact_str v0.8.1
27602026-05-21T16:27:20.275Z Compiling globwalk v0.9.1
27612026-05-21T16:27:20.533Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-21T16:27:20.972Z Compiling parking_lot v0.11.2
27632026-05-21T16:27:21.033Z Compiling slog-envlogger v2.2.0
27642026-05-21T16:27:21.850Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-21T16:27:21.887Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-05-21T16:27:22.202Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-21T16:27:22.466Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-21T16:27:22.984Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-21T16:27:23.143Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-21T16:27:23.296Z Compiling predicates-tree v1.0.13
27712026-05-21T16:27:23.466Z Compiling unicode-truncate v1.1.0
27722026-05-21T16:27:23.689Z Compiling lru v0.12.5
27732026-05-21T16:27:23.728Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-21T16:27:23.763Z Compiling rand_seeder v0.4.0
27752026-05-21T16:27:23.913Z Compiling prefix-trie v0.7.0
27762026-05-21T16:27:24.030Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-21T16:27:24.181Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-21T16:27:24.277Z Compiling vergen-git2 v1.0.7
27792026-05-21T16:27:24.400Z Compiling cassowary v0.3.0
27802026-05-21T16:27:24.421Z Compiling corncobs v0.1.4
27812026-05-21T16:27:24.441Z Compiling illumos-nvpair-sys v0.2.0
27822026-05-21T16:27:24.520Z Compiling hickory-server v0.25.2
27832026-05-21T16:27:24.576Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-21T16:27:24.665Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-21T16:27:24.688Z Compiling ratatui v0.29.0
27862026-05-21T16:27:24.734Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-05-21T16:27:24.944Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-05-21T16:27:25.015Z Compiling camino-tempfile-ext v0.3.3
27892026-05-21T16:27:25.339Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-05-21T16:27:25.713Z Compiling hyper-staticfile v0.10.1
27912026-05-21T16:27:25.985Z Compiling sled v0.34.7
27922026-05-21T16:27:26.342Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-21T16:27:26.914Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-21T16:27:27.000Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-21T16:27:28.573Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-05-21T16:27:28.803Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27972026-05-21T16:27:29.021Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27982026-05-21T16:27:29.245Z Compiling secrecy v0.8.0
27992026-05-21T16:27:29.438Z Compiling rustls v0.21.12
28002026-05-21T16:27:29.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-05-21T16:27:29.814Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-05-21T16:27:29.870Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28032026-05-21T16:27:30.416Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-05-21T16:27:30.949Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28052026-05-21T16:27:31.590Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-05-21T16:27:31.660Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28072026-05-21T16:27:31.685Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-21T16:27:32.907Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-05-21T16:27:32.987Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-05-21T16:27:33.217Z Compiling rustls-webpki v0.101.7
28112026-05-21T16:27:34.405Z Compiling sct v0.7.1
28122026-05-21T16:27:34.680Z Compiling nix v0.29.0
28132026-05-21T16:27:34.704Z Compiling dropshot v0.16.7
28142026-05-21T16:27:34.913Z Compiling void v1.0.2
28152026-05-21T16:27:35.042Z Compiling lzss v0.8.2
28162026-05-21T16:27:35.094Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-21T16:27:35.148Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-21T16:27:35.170Z Compiling illumos-nvpair v0.3.0
28192026-05-21T16:27:35.669Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-05-21T16:27:36.743Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-21T16:27:36.786Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-21T16:27:37.035Z Compiling tungstenite v0.23.0
28232026-05-21T16:27:37.464Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-21T16:27:37.580Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-05-21T16:27:37.807Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28262026-05-21T16:27:38.034Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28272026-05-21T16:27:38.119Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-05-21T16:27:38.268Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28292026-05-21T16:27:38.351Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-05-21T16:27:38.497Z Compiling toml v0.9.12+spec-1.1.0
28312026-05-21T16:27:38.578Z Compiling nix v0.27.1
28322026-05-21T16:27:39.397Z Compiling dropshot_endpoint v0.16.7
28332026-05-21T16:27:39.566Z Compiling serde_bytes v0.11.19
28342026-05-21T16:27:39.742Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28352026-05-21T16:27:39.784Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28362026-05-21T16:27:40.052Z Compiling tokio-tungstenite v0.23.1
28372026-05-21T16:27:40.460Z Compiling git2 v0.20.4
28382026-05-21T16:27:40.482Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-05-21T16:27:43.224Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-05-21T16:27:43.517Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-05-21T16:27:45.365Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-05-21T16:27:45.552Z Compiling tokio-rustls v0.24.1
28432026-05-21T16:27:45.839Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28442026-05-21T16:27:46.443Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-05-21T16:27:46.532Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28462026-05-21T16:27:46.573Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28472026-05-21T16:27:46.751Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28482026-05-21T16:27:46.791Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-05-21T16:27:46.957Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-05-21T16:27:47.294Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-05-21T16:27:48.113Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-05-21T16:27:48.695Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-05-21T16:27:48.807Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-05-21T16:27:49.027Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-05-21T16:27:49.651Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-05-21T16:27:50.061Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-05-21T16:27:50.877Z Compiling rustls-pemfile v1.0.4
28582026-05-21T16:27:51.296Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-05-21T16:27:52.027Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28602026-05-21T16:27:52.628Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-05-21T16:27:52.905Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-05-21T16:27:53.004Z Compiling signal-hook-tokio v0.3.1
28632026-05-21T16:27:53.064Z Compiling twox-hash v2.1.2
28642026-05-21T16:27:53.230Z Compiling yasna v0.5.2
28652026-05-21T16:27:53.255Z Compiling is_ci v1.2.0
28662026-05-21T16:27:53.296Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-05-21T16:27:53.609Z Compiling supports-color v3.0.2
28682026-05-21T16:27:53.887Z Compiling rcgen v0.12.1
28692026-05-21T16:27:53.970Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-05-21T16:27:54.787Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-05-21T16:27:55.062Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-05-21T16:27:55.066Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28732026-05-21T16:27:55.203Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-05-21T16:27:57.869Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-05-21T16:27:58.345Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-05-21T16:27:58.368Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-05-21T16:27:58.810Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-05-21T16:27:59.042Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-05-21T16:27:59.276Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-05-21T16:27:59.504Z Compiling fatfs v0.3.6
28812026-05-21T16:27:59.533Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-05-21T16:28:00.006Z Compiling subprocess v0.2.15
28832026-05-21T16:28:00.710Z Compiling rtoolbox v0.0.3
28842026-05-21T16:28:01.010Z Compiling assert_matches v1.5.0
28852026-05-21T16:28:01.121Z Compiling seq-macro v0.3.6
28862026-05-21T16:28:01.403Z Compiling rpassword v7.4.0
28872026-05-21T16:28:01.609Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-05-21T16:28:01.761Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28892026-05-21T16:28:02.074Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-05-21T16:28:03.224Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-21T16:28:03.227Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-05-21T16:28:03.227Z Compiling tui-tree-widget v0.23.1
28932026-05-21T16:28:03.227Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-05-21T16:28:03.485Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-05-21T16:28:04.017Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-05-21T16:28:04.697Z Compiling uzers v0.12.2
28972026-05-21T16:28:05.284Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-05-21T16:28:06.158Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-05-21T16:28:06.832Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-05-21T16:28:07.754Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-05-21T16:28:10.074Z Compiling support-bundle-viewer v0.1.2
29022026-05-21T16:28:11.138Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-05-21T16:28:11.993Z Compiling multimap v0.10.1
29042026-05-21T16:28:20.171Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-21T16:28:20.487Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-05-21T16:28:32.038Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-05-21T16:28:34.190Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-05-21T16:33:52.165Z Finished `release` profile [optimized] target(s) in 7m 33s
29092026-05-21T16:34:38.101Z
29102026-05-21T16:34:38.101Zreal 8:20.370038212
29112026-05-21T16:34:38.101Zuser 1:18:59.837259405
29122026-05-21T16:34:38.108Zsys 3:30.321260359
29132026-05-21T16:34:38.108Ztrap 1.770275435
29142026-05-21T16:34:38.108Ztflt 2.394107686
29152026-05-21T16:34:38.108Zdflt 15.929767027
29162026-05-21T16:34:38.108Zkflt 0.007081003
29172026-05-21T16:34:38.108Zlock 6:23:38.410896586
29182026-05-21T16:34:38.108Zslp 2:14:27.608353467
29192026-05-21T16:34:38.108Zlat 2:26.999867396
29202026-05-21T16:34:38.108Zstop 5:18.031161364
29212026-05-21T16:34:38.108Z+ mapfile -t packages
29222026-05-21T16:34:38.108Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-05-21T16:34:39.044Z Finished `release` profile [optimized] target(s) in 0.93s
29242026-05-21T16:34:39.115Z Running `target/release/omicron-package -t test list-outputs`
29252026-05-21T16:34:39.173ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-05-21T16:34:39.176Z+ ptime -m cargo build --locked --release -p xtask
29272026-05-21T16:34:39.716Z Compiling libc v0.2.185
29282026-05-21T16:34:39.716Z Compiling serde v1.0.228
29292026-05-21T16:34:39.716Z Compiling serde_core v1.0.228
29302026-05-21T16:34:39.720Z Compiling rustix v1.1.3
29312026-05-21T16:34:39.720Z Compiling bitflags v2.11.0
29322026-05-21T16:34:39.720Z Compiling serde_json v1.0.149
29332026-05-21T16:34:39.720Z Compiling num-traits v0.2.19
29342026-05-21T16:34:39.841Z Compiling syn v2.0.117
29352026-05-21T16:34:39.864Z Compiling smallvec v1.15.1
29362026-05-21T16:34:39.894Z Compiling indexmap v2.14.0
29372026-05-21T16:34:39.905Z Compiling usdt-impl v0.5.0
29382026-05-21T16:34:39.908Z Compiling syn v1.0.109
29392026-05-21T16:34:39.928Z Compiling getrandom v0.4.1
29402026-05-21T16:34:39.931Z Compiling log v0.4.29
29412026-05-21T16:34:40.057Z Compiling percent-encoding v2.3.2
29422026-05-21T16:34:40.206Z Compiling form_urlencoded v1.2.2
29432026-05-21T16:34:40.286Z Compiling fs-err v3.3.0
29442026-05-21T16:34:40.319Z Compiling anyhow v1.0.102
29452026-05-21T16:34:40.329Z Compiling heck v0.4.1
29462026-05-21T16:34:40.329Z Compiling once_cell v1.21.3
29472026-05-21T16:34:40.563Z Compiling thread-id v4.2.2
29482026-05-21T16:34:40.573Z Compiling errno v0.3.14
29492026-05-21T16:34:40.607Z Compiling memmap v0.7.0
29502026-05-21T16:34:40.877Z Compiling ordered-float v2.10.1
29512026-05-21T16:34:41.390Z Compiling proc-macro-error v1.0.4
29522026-05-21T16:34:41.599Z Compiling terminal_size v0.4.3
29532026-05-21T16:34:41.599Z Compiling tempfile v3.25.0
29542026-05-21T16:34:41.635Z Compiling tabled_derive v0.7.0
29552026-05-21T16:34:41.696Z Compiling clap_builder v4.5.60
29562026-05-21T16:34:41.696Z Compiling textwrap v0.16.2
29572026-05-21T16:34:41.834Z Compiling camino-tempfile v1.4.1
29582026-05-21T16:34:42.296Z Compiling tabled v0.15.0
29592026-05-21T16:34:42.373Z Compiling synstructure v0.13.2
29602026-05-21T16:34:42.373Z Compiling pest_generator v2.8.6
29612026-05-21T16:34:42.772Z Compiling serde_derive v1.0.228
29622026-05-21T16:34:42.772Z Compiling zerofrom-derive v0.1.6
29632026-05-21T16:34:42.772Z Compiling yoke-derive v0.8.1
29642026-05-21T16:34:42.776Z Compiling zerovec-derive v0.11.2
29652026-05-21T16:34:42.776Z Compiling displaydoc v0.2.5
29662026-05-21T16:34:42.776Z Compiling thiserror-impl v1.0.69
29672026-05-21T16:34:42.776Z Compiling zerocopy-derive v0.7.35
29682026-05-21T16:34:42.783Z Compiling scroll_derive v0.12.1
29692026-05-21T16:34:42.793Z Compiling thiserror-impl v2.0.18
29702026-05-21T16:34:42.889Z Compiling pest_derive v2.8.6
29712026-05-21T16:34:43.359Z Compiling clap_derive v4.5.55
29722026-05-21T16:34:43.451Z Compiling scroll v0.12.0
29732026-05-21T16:34:43.607Z Compiling zerocopy v0.7.35
29742026-05-21T16:34:43.780Z Compiling goblin v0.8.2
29752026-05-21T16:34:43.912Z Compiling zerofrom v0.1.6
29762026-05-21T16:34:43.926Z Compiling thiserror v1.0.69
29772026-05-21T16:34:44.032Z Compiling dtrace-parser v0.2.0
29782026-05-21T16:34:44.046Z Compiling yoke v0.8.1
29792026-05-21T16:34:44.078Z Compiling thiserror v2.0.18
29802026-05-21T16:34:44.259Z Compiling zerovec v0.11.5
29812026-05-21T16:34:44.432Z Compiling zerotrie v0.2.3
29822026-05-21T16:34:44.873Z Compiling tinystr v0.8.2
29832026-05-21T16:34:44.891Z Compiling potential_utf v0.1.4
29842026-05-21T16:34:44.985Z Compiling clap v4.5.60
29852026-05-21T16:34:45.084Z Compiling icu_locale_core v2.1.1
29862026-05-21T16:34:45.109Z Compiling icu_collections v2.1.1
29872026-05-21T16:34:45.849Z Compiling icu_provider v2.1.1
29882026-05-21T16:34:46.099Z Compiling serde_spanned v0.6.9
29892026-05-21T16:34:46.177Z Compiling icu_properties v2.1.2
29902026-05-21T16:34:46.218Z Compiling icu_normalizer v2.1.1
29912026-05-21T16:34:46.286Z Compiling toml_datetime v0.6.11
29922026-05-21T16:34:46.298Z Compiling serde-value v0.7.0
29932026-05-21T16:34:46.316Z Compiling cargo-platform v0.2.0
29942026-05-21T16:34:46.481Z Compiling dof v0.3.0
29952026-05-21T16:34:46.530Z Compiling toml_edit v0.22.27
29962026-05-21T16:34:46.580Z Compiling serde_tokenstream v0.2.3
29972026-05-21T16:34:46.672Z Compiling macaddr v1.0.1
29982026-05-21T16:34:47.118Z Compiling idna_adapter v1.2.1
29992026-05-21T16:34:47.256Z Compiling idna v1.1.0
30002026-05-21T16:34:47.376Z Compiling usdt-macro v0.5.0
30012026-05-21T16:34:47.376Z Compiling usdt-attr-macro v0.5.0
30022026-05-21T16:34:47.605Z Compiling url v2.5.8
30032026-05-21T16:34:48.024Z Compiling usdt v0.5.0
30042026-05-21T16:34:48.100Z Compiling toml v0.8.23
30052026-05-21T16:34:48.553Z Compiling cargo-util-schemas v0.8.2
30062026-05-21T16:34:48.576Z Compiling cargo_toml v0.21.0
30072026-05-21T16:34:49.563Z Compiling cargo_metadata v0.21.0
30082026-05-21T16:34:52.704Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-05-21T16:34:55.736Z Finished `release` profile [optimized] target(s) in 16.55s
30102026-05-21T16:34:55.860Z
30112026-05-21T16:34:55.864Zreal 16.651715700
30122026-05-21T16:34:55.864Zuser 2:22.251971783
30132026-05-21T16:34:55.865Zsys 16.422288746
30142026-05-21T16:34:55.865Ztrap 0.092788549
30152026-05-21T16:34:55.865Ztflt 0.513050810
30162026-05-21T16:34:55.865Zdflt 1.246142490
30172026-05-21T16:34:55.865Zkflt 0.000046310
30182026-05-21T16:34:55.865Zlock 5:23.114484908
30192026-05-21T16:34:55.865Zslp 3:29.215179685
30202026-05-21T16:34:55.865Zlat 5.878692386
30212026-05-21T16:34:55.865Zstop 18.456672618
30222026-05-21T16:34:55.865Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-21T16:34:55.865Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-05-21T16:34:55.865Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-21T16:34:55.865Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-05-21T16:34:55.865Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-05-21T16:34:56.822Z Compiling newtype-uuid-macros v0.1.0
30282026-05-21T16:34:56.826Z Compiling regress v0.10.5
30292026-05-21T16:34:56.826Z Compiling structmeta-derive v0.3.0
30302026-05-21T16:34:56.826Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-05-21T16:34:56.826Z Compiling rustls v0.22.4
30322026-05-21T16:34:56.982Z Compiling rustls-webpki v0.102.8
30332026-05-21T16:34:56.990Z Compiling multer v3.1.0
30342026-05-21T16:34:56.993Z Compiling match_cfg v0.1.0
30352026-05-21T16:34:56.993Z Compiling debug-ignore v1.0.5
30362026-05-21T16:34:56.993Z Compiling compression-core v0.4.31
30372026-05-21T16:34:56.993Z Compiling slog-json v2.6.1
30382026-05-21T16:34:56.993Z Compiling async-stream-impl v0.3.6
30392026-05-21T16:34:56.993Z Compiling serde_spanned v1.0.4
30402026-05-21T16:34:56.993Z Compiling toml_datetime v1.0.0+spec-1.1.0
30412026-05-21T16:34:56.993Z Compiling dropshot v0.17.0
30422026-05-21T16:34:56.998Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-05-21T16:34:57.255Z Compiling compression-codecs v0.4.37
30442026-05-21T16:34:57.255Z Compiling hostname v0.3.1
30452026-05-21T16:34:57.259Z Compiling progenitor-client v0.14.0
30462026-05-21T16:34:57.259Z Compiling itertools v0.14.0
30472026-05-21T16:34:57.290Z Compiling waitgroup v0.1.2
30482026-05-21T16:34:57.341Z Compiling rustls-pemfile v2.2.0
30492026-05-21T16:34:57.364Z Compiling toml v1.0.6+spec-1.1.0
30502026-05-21T16:34:57.414Z Compiling dropshot_endpoint v0.17.0
30512026-05-21T16:34:57.470Z Compiling async-compression v0.4.41
30522026-05-21T16:34:57.488Z Compiling slog-bunyan v2.5.0
30532026-05-21T16:34:57.504Z Compiling serde_path_to_error v0.1.20
30542026-05-21T16:34:57.536Z Compiling hostname v0.4.2
30552026-05-21T16:34:57.563Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-05-21T16:34:57.605Z Compiling macaddr v1.0.1
30572026-05-21T16:34:57.626Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-05-21T16:34:57.647Z Compiling instant v0.1.13
30592026-05-21T16:34:57.730Z Compiling async-stream v0.3.6
30602026-05-21T16:34:57.752Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-05-21T16:34:57.768Z Compiling progenitor-client v0.10.0
30622026-05-21T16:34:57.784Z Compiling backon v1.6.0
30632026-05-21T16:34:57.805Z Compiling backoff v0.4.0
30642026-05-21T16:34:57.862Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-05-21T16:34:57.885Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30662026-05-21T16:34:57.914Z Compiling humantime v2.3.0
30672026-05-21T16:34:57.930Z Compiling universal-hash v0.5.1
30682026-05-21T16:34:58.016Z Compiling progenitor-extras v0.2.0
30692026-05-21T16:34:58.033Z Compiling opaque-debug v0.3.1
30702026-05-21T16:34:58.051Z Compiling unsafe-libyaml v0.2.11
30712026-05-21T16:34:58.072Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-05-21T16:34:58.089Z Compiling structmeta v0.3.0
30732026-05-21T16:34:58.093Z Compiling half v2.7.1
30742026-05-21T16:34:58.120Z Compiling crucible-workspace-hack v0.1.0
30752026-05-21T16:34:58.137Z Compiling ciborium-io v0.2.2
30762026-05-21T16:34:58.209Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-05-21T16:34:58.228Z Compiling regress v0.11.1
30782026-05-21T16:34:58.252Z Compiling convert_case v0.4.0
30792026-05-21T16:34:58.293Z Compiling aead v0.5.2
30802026-05-21T16:34:58.312Z Compiling secrecy v0.10.3
30812026-05-21T16:34:58.331Z Compiling derive-ex v0.1.8
30822026-05-21T16:34:58.369Z Compiling parse-display-derive v0.10.0
30832026-05-21T16:34:58.423Z Compiling ciborium-ll v0.2.2
30842026-05-21T16:34:58.491Z Compiling poly1305 v0.8.0
30852026-05-21T16:34:58.510Z Compiling chacha20 v0.9.1
30862026-05-21T16:34:58.528Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30872026-05-21T16:34:58.541Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-05-21T16:34:58.575Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-21T16:34:58.663Z Compiling serde_yaml v0.9.34+deprecated
30902026-05-21T16:34:58.685Z Compiling derive_more v0.99.20
30912026-05-21T16:34:58.720Z Compiling ciborium v0.2.2
30922026-05-21T16:34:58.795Z Compiling thiserror-impl-no-std v2.0.2
30932026-05-21T16:34:58.812Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-05-21T16:34:58.841Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30952026-05-21T16:34:58.932Z Compiling byte-wrapper v0.1.0
30962026-05-21T16:34:58.950Z Compiling password-hash v0.5.0
30972026-05-21T16:34:59.024Z Compiling blake2 v0.10.6
30982026-05-21T16:34:59.214Z Compiling chacha20poly1305 v0.10.1
30992026-05-21T16:34:59.270Z Compiling indent_write v2.2.0
31002026-05-21T16:34:59.305Z Compiling argon2 v0.5.3
31012026-05-21T16:34:59.330Z Compiling heapless v0.8.0
31022026-05-21T16:34:59.386Z Compiling ingot-macros v0.1.1
31032026-05-21T16:34:59.401Z Compiling tabwriter v1.4.1
31042026-05-21T16:34:59.445Z Compiling toml_edit v0.23.10+spec-1.0.0
31052026-05-21T16:34:59.619Z Compiling tokio-rustls v0.25.0
31062026-05-21T16:34:59.672Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-05-21T16:34:59.875Z Compiling typify-impl v0.6.2
31082026-05-21T16:34:59.973Z Compiling num-rational v0.4.2
31092026-05-21T16:35:00.036Z Compiling thiserror-no-std v2.0.2
31102026-05-21T16:35:00.108Z Compiling test-strategy v0.4.5
31112026-05-21T16:35:00.125Z Compiling parse-display v0.10.0
31122026-05-21T16:35:00.154Z Compiling vsss-rs v3.3.4
31132026-05-21T16:35:00.177Z Compiling hash32 v0.3.1
31142026-05-21T16:35:00.289Z Compiling num-complex v0.4.6
31152026-05-21T16:35:00.368Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-05-21T16:35:00.454Z Compiling smoltcp v0.11.0
31172026-05-21T16:35:00.537Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-21T16:35:00.599Z Compiling proc-macro-crate v3.4.0
31192026-05-21T16:35:00.641Z Compiling num v0.4.3
31202026-05-21T16:35:00.660Z Compiling atomicwrites v0.4.4
31212026-05-21T16:35:00.704Z Compiling cobs v0.3.0
31222026-05-21T16:35:00.737Z Compiling colored v3.1.1
31232026-05-21T16:35:00.865Z Compiling float-ord v0.3.2
31242026-05-21T16:35:00.884Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-05-21T16:35:00.935Z Compiling postcard v1.1.3
31262026-05-21T16:35:01.031Z Compiling proc-macro-error v1.0.4
31272026-05-21T16:35:01.136Z Compiling proc-macro-crate v1.3.1
31282026-05-21T16:35:01.157Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31292026-05-21T16:35:01.174Z Compiling foreign-types-macros v0.2.3
31302026-05-21T16:35:01.191Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-05-21T16:35:01.230Z Compiling num_enum_derive v0.7.5
31322026-05-21T16:35:01.353Z Compiling cpufeatures v0.3.0
31332026-05-21T16:35:01.380Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31342026-05-21T16:35:01.398Z Compiling rayon-core v1.13.0
31352026-05-21T16:35:01.418Z Compiling foreign-types-shared v0.3.1
31362026-05-21T16:35:01.436Z Compiling chacha20 v0.10.0
31372026-05-21T16:35:01.524Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31382026-05-21T16:35:01.593Z Compiling toml v0.8.23
31392026-05-21T16:35:01.610Z Compiling num_enum_derive v0.5.11
31402026-05-21T16:35:01.647Z Compiling crossbeam-deque v0.8.6
31412026-05-21T16:35:01.670Z Compiling camino-tempfile v1.4.1
31422026-05-21T16:35:01.687Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-05-21T16:35:01.728Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31442026-05-21T16:35:01.769Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31452026-05-21T16:35:01.802Z Compiling cstr-argument v0.1.2
31462026-05-21T16:35:01.828Z Compiling foreign-types v0.5.0
31472026-05-21T16:35:01.872Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31482026-05-21T16:35:01.930Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-05-21T16:35:01.981Z Compiling rand v0.10.0
31502026-05-21T16:35:02.115Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31512026-05-21T16:35:02.175Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-05-21T16:35:02.225Z Compiling zone_cfg_derive v0.3.1
31532026-05-21T16:35:02.264Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-05-21T16:35:02.281Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31552026-05-21T16:35:02.318Z Compiling itertools v0.12.1
31562026-05-21T16:35:02.342Z Compiling num-derive v0.4.2
31572026-05-21T16:35:02.371Z Compiling num_enum v0.7.5
31582026-05-21T16:35:02.388Z Compiling ingot-types v0.1.2
31592026-05-21T16:35:02.424Z Compiling rayon v1.11.0
31602026-05-21T16:35:02.487Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31612026-05-21T16:35:02.512Z Compiling sigpipe v0.1.3
31622026-05-21T16:35:02.530Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31632026-05-21T16:35:02.555Z Compiling prettyplease v0.2.37
31642026-05-21T16:35:02.630Z Compiling glob v0.3.3
31652026-05-21T16:35:02.660Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31662026-05-21T16:35:02.740Z Compiling num_enum v0.5.11
31672026-05-21T16:35:02.758Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-05-21T16:35:02.816Z Compiling ingot v0.1.1
31692026-05-21T16:35:02.865Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-05-21T16:35:02.915Z Compiling smf v0.2.3
31712026-05-21T16:35:02.919Z Compiling whoami v1.6.1
31722026-05-21T16:35:02.949Z Compiling gethostname v0.5.0
31732026-05-21T16:35:02.953Z Compiling usdt-attr-macro v0.5.0
31742026-05-21T16:35:03.096Z Compiling usdt-macro v0.5.0
31752026-05-21T16:35:03.206Z Compiling memmap v0.7.0
31762026-05-21T16:35:03.235Z Compiling derive-where v1.6.0
31772026-05-21T16:35:03.335Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31782026-05-21T16:35:03.353Z Compiling progenitor-client v0.13.0
31792026-05-21T16:35:03.420Z Compiling resolv-conf v0.7.6
31802026-05-21T16:35:03.489Z Compiling zone v0.3.1
31812026-05-21T16:35:03.604Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-21T16:35:03.702Z Compiling cancel-safe-futures v0.1.5
31832026-05-21T16:35:03.746Z Compiling owo-colors v4.3.0
31842026-05-21T16:35:03.770Z Compiling libsw-core v0.3.2
31852026-05-21T16:35:03.796Z Compiling console v0.15.11
31862026-05-21T16:35:03.829Z Compiling hickory-proto v0.24.4
31872026-05-21T16:35:03.901Z Compiling usdt v0.5.0
31882026-05-21T16:35:03.980Z Compiling libsw v3.5.0
31892026-05-21T16:35:04.141Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-21T16:35:04.212Z Compiling newline-converter v0.3.0
31912026-05-21T16:35:04.246Z Compiling linked-hash-map v0.5.6
31922026-05-21T16:35:04.246Z Compiling libefi-sys v0.1.0
31932026-05-21T16:35:04.282Z Compiling linear-map v1.2.0
31942026-05-21T16:35:04.317Z Compiling git-stub v1.0.0
31952026-05-21T16:35:04.333Z Compiling expectorate v1.2.0
31962026-05-21T16:35:04.359Z Compiling bitfield-struct v0.6.2
31972026-05-21T16:35:04.446Z Compiling lru-cache v0.1.2
31982026-05-21T16:35:04.489Z Compiling semver v0.1.20
31992026-05-21T16:35:04.508Z Compiling git-stub-vcs v0.1.0
32002026-05-21T16:35:04.524Z Compiling tokio-dtrace v0.1.1
32012026-05-21T16:35:04.602Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32022026-05-21T16:35:04.619Z Compiling dropshot-api-manager-types v0.7.2
32032026-05-21T16:35:04.663Z Compiling slog-dtrace v0.3.0
32042026-05-21T16:35:04.680Z Compiling typify-macro v0.6.2
32052026-05-21T16:35:04.746Z Compiling rustc_version v0.1.7
32062026-05-21T16:35:04.770Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-05-21T16:35:04.804Z Compiling minimal-lexical v0.2.1
32082026-05-21T16:35:04.821Z Compiling oxide-tokio-rt v0.1.4
32092026-05-21T16:35:04.839Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-05-21T16:35:04.871Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-21T16:35:04.906Z Compiling typify-impl v0.4.3
32122026-05-21T16:35:04.952Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32132026-05-21T16:35:04.973Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-05-21T16:35:05.011Z Compiling newtype_derive v0.1.6
32152026-05-21T16:35:05.062Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-21T16:35:05.080Z Compiling nom v7.1.3
32172026-05-21T16:35:05.084Z Compiling phf_shared v0.12.1
32182026-05-21T16:35:05.112Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32192026-05-21T16:35:05.139Z Compiling csv-core v0.1.13
32202026-05-21T16:35:05.238Z Compiling chrono-tz v0.10.4
32212026-05-21T16:35:05.283Z Compiling xshell-macros v0.2.7
32222026-05-21T16:35:05.390Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-05-21T16:35:05.430Z Compiling highway v1.3.0
32242026-05-21T16:35:05.480Z Compiling csv v1.4.0
32252026-05-21T16:35:05.498Z Compiling const_format_proc_macros v0.2.34
32262026-05-21T16:35:05.624Z Compiling phf v0.12.1
32272026-05-21T16:35:05.715Z Compiling xshell v0.2.7
32282026-05-21T16:35:05.805Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-21T16:35:05.824Z Compiling primeorder v0.13.6
32302026-05-21T16:35:06.029Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32312026-05-21T16:35:06.047Z Compiling hickory-resolver v0.24.4
32322026-05-21T16:35:06.177Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32332026-05-21T16:35:06.292Z Compiling tabled_derive v0.7.0
32342026-05-21T16:35:06.322Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-05-21T16:35:06.371Z Compiling const_format v0.2.35
32362026-05-21T16:35:06.449Z Compiling bcs v0.1.6
32372026-05-21T16:35:06.554Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-05-21T16:35:06.589Z Compiling typify v0.6.2
32392026-05-21T16:35:06.663Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-21T16:35:06.725Z Compiling progenitor-impl v0.14.0
32412026-05-21T16:35:06.741Z Compiling progenitor-impl v0.13.0
32422026-05-21T16:35:06.808Z Compiling tagptr v0.2.0
32432026-05-21T16:35:06.878Z Compiling termtree v0.5.1
32442026-05-21T16:35:06.987Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32452026-05-21T16:35:07.036Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32462026-05-21T16:35:07.066Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-05-21T16:35:07.092Z Compiling qorb v0.4.1
32482026-05-21T16:35:07.184Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32492026-05-21T16:35:07.202Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32502026-05-21T16:35:07.345Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32512026-05-21T16:35:07.518Z Compiling salty v0.3.0
32522026-05-21T16:35:07.577Z Compiling textwrap v0.16.2
32532026-05-21T16:35:07.705Z Compiling tabled v0.15.0
32542026-05-21T16:35:07.794Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32552026-05-21T16:35:08.071Z Compiling moka v0.12.13
32562026-05-21T16:35:08.091Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-21T16:35:08.366Z Compiling steno v0.4.1
32582026-05-21T16:35:08.385Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-05-21T16:35:08.404Z Compiling radium v0.7.0
32602026-05-21T16:35:08.557Z Compiling base64 v0.21.7
32612026-05-21T16:35:08.723Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32622026-05-21T16:35:08.827Z Compiling hickory-resolver v0.25.2
32632026-05-21T16:35:08.946Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-05-21T16:35:08.963Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-21T16:35:08.997Z Compiling p384 v0.13.1
32662026-05-21T16:35:09.218Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-05-21T16:35:09.235Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-05-21T16:35:09.363Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-05-21T16:35:09.469Z Compiling progenitor-macro v0.14.0
32702026-05-21T16:35:09.488Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-21T16:35:09.532Z Compiling progenitor-macro v0.13.0
32722026-05-21T16:35:09.560Z Compiling typify-macro v0.4.3
32732026-05-21T16:35:09.588Z Compiling maybe-uninit v2.0.0
32742026-05-21T16:35:09.605Z Compiling tap v1.0.1
32752026-05-21T16:35:09.754Z Compiling wyz v0.5.1
32762026-05-21T16:35:09.890Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-05-21T16:35:09.985Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-05-21T16:35:10.072Z Compiling proc-macro-error-attr2 v2.0.0
32792026-05-21T16:35:10.149Z Compiling funty v2.0.0
32802026-05-21T16:35:10.207Z Compiling packed_struct v0.10.1
32812026-05-21T16:35:10.343Z Compiling utf-8 v0.7.6
32822026-05-21T16:35:10.518Z Compiling parking_lot_core v0.8.6
32832026-05-21T16:35:10.522Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32842026-05-21T16:35:10.571Z Compiling proc-macro-error2 v2.0.1
32852026-05-21T16:35:10.706Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-05-21T16:35:10.748Z Compiling tungstenite v0.21.0
32872026-05-21T16:35:10.765Z Compiling bitvec v1.0.1
32882026-05-21T16:35:10.816Z Compiling polyval v0.6.2
32892026-05-21T16:35:10.855Z Compiling num-derive v0.3.3
32902026-05-21T16:35:10.898Z Compiling packed_struct_codegen v0.10.1
32912026-05-21T16:35:10.936Z Compiling zerocopy-derive v0.6.6
32922026-05-21T16:35:10.989Z Compiling bitfield-macros v0.19.4
32932026-05-21T16:35:11.006Z Compiling indexmap v1.9.3
32942026-05-21T16:35:11.128Z Compiling crc-catalog v2.4.0
32952026-05-21T16:35:11.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-05-21T16:35:11.289Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-05-21T16:35:11.361Z Compiling typify v0.4.3
32982026-05-21T16:35:11.405Z Compiling nodrop v0.1.14
32992026-05-21T16:35:11.500Z Compiling array-init v0.0.4
33002026-05-21T16:35:11.538Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-21T16:35:11.556Z Compiling progenitor-impl v0.11.2
33022026-05-21T16:35:11.574Z Compiling tokio-tungstenite v0.21.0
33032026-05-21T16:35:11.702Z Compiling crc v3.4.0
33042026-05-21T16:35:11.800Z Compiling bitfield v0.19.4
33052026-05-21T16:35:11.863Z Compiling zerocopy v0.6.6
33062026-05-21T16:35:11.863Z Compiling libscf-sys v1.1.0
33072026-05-21T16:35:11.897Z Compiling ghash v0.5.1
33082026-05-21T16:35:11.934Z Compiling tabled_derive v0.11.0
33092026-05-21T16:35:11.934Z Compiling smallvec v0.6.14
33102026-05-21T16:35:12.109Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-21T16:35:12.144Z Compiling papergrid v0.17.0
33122026-05-21T16:35:12.255Z Compiling testing_table v0.3.0
33132026-05-21T16:35:12.287Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-21T16:35:12.311Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-21T16:35:12.378Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-21T16:35:12.446Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-21T16:35:12.514Z Compiling ctr v0.9.2
33182026-05-21T16:35:12.625Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-21T16:35:12.671Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-21T16:35:12.690Z Compiling corncobs v0.1.4
33212026-05-21T16:35:12.744Z Compiling illumos-nvpair-sys v0.2.0
33222026-05-21T16:35:12.877Z Compiling hashbrown v0.12.3
33232026-05-21T16:35:12.898Z Compiling unicase v2.9.0
33242026-05-21T16:35:12.982Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-21T16:35:12.985Z Compiling aes-gcm v0.10.3
33262026-05-21T16:35:13.039Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-05-21T16:35:13.074Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-05-21T16:35:13.145Z Compiling mime_guess v2.0.5
33292026-05-21T16:35:13.189Z Compiling tabled v0.20.0
33302026-05-21T16:35:13.233Z Compiling parking_lot v0.11.2
33312026-05-21T16:35:13.411Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-21T16:35:13.445Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-05-21T16:35:13.631Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-05-21T16:35:13.723Z Compiling serde-hex v0.1.0
33352026-05-21T16:35:13.742Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-05-21T16:35:13.881Z Compiling progenitor-impl v0.10.0
33372026-05-21T16:35:13.927Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33382026-05-21T16:35:14.094Z Compiling ron v0.8.1
33392026-05-21T16:35:14.113Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-21T16:35:14.133Z Compiling hashbrown v0.13.2
33412026-05-21T16:35:14.229Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33422026-05-21T16:35:14.312Z Compiling progenitor-macro v0.11.2
33432026-05-21T16:35:14.650Z Compiling progenitor-client v0.11.2
33442026-05-21T16:35:14.693Z Compiling blowfish v0.9.1
33452026-05-21T16:35:14.711Z Compiling progenitor v0.14.0
33462026-05-21T16:35:14.833Z Compiling progenitor v0.13.0
33472026-05-21T16:35:14.896Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-05-21T16:35:15.012Z Compiling ssh-encoding v0.2.0
33492026-05-21T16:35:15.030Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33502026-05-21T16:35:15.034Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-05-21T16:35:15.065Z Compiling prefix-trie v0.7.0
33522026-05-21T16:35:15.089Z Compiling fxhash v0.2.1
33532026-05-21T16:35:15.257Z Compiling secrecy v0.8.0
33542026-05-21T16:35:15.303Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-05-21T16:35:15.440Z Compiling crc-any v2.5.0
33562026-05-21T16:35:15.487Z Compiling hickory-server v0.25.2
33572026-05-21T16:35:15.504Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-05-21T16:35:15.562Z Compiling sled v0.34.7
33592026-05-21T16:35:15.669Z Compiling ssh-cipher v0.2.0
33602026-05-21T16:35:15.691Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33612026-05-21T16:35:15.715Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33622026-05-21T16:35:15.851Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-05-21T16:35:16.196Z Compiling bcrypt-pbkdf v0.10.0
33642026-05-21T16:35:16.428Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-05-21T16:35:16.583Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-05-21T16:35:16.655Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-05-21T16:35:16.695Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33682026-05-21T16:35:16.739Z Compiling progenitor-macro v0.10.0
33692026-05-21T16:35:17.554Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-05-21T16:35:17.637Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-05-21T16:35:17.685Z Compiling object v0.30.4
33722026-05-21T16:35:17.925Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-05-21T16:35:17.972Z Compiling password-hash v0.4.2
33742026-05-21T16:35:18.049Z Compiling crc8 v0.1.1
33752026-05-21T16:35:18.067Z Compiling half v1.8.3
33762026-05-21T16:35:18.199Z Compiling http-range v0.1.5
33772026-05-21T16:35:18.272Z Compiling path-slash v0.1.5
33782026-05-21T16:35:18.395Z Compiling serde_cbor v0.11.2
33792026-05-21T16:35:18.413Z Compiling pbkdf2 v0.11.0
33802026-05-21T16:35:18.445Z Compiling illumos-nvpair v0.3.0
33812026-05-21T16:35:18.692Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-05-21T16:35:18.725Z Compiling ssh-key v0.6.7
33832026-05-21T16:35:18.988Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-05-21T16:35:19.027Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-05-21T16:35:19.105Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-05-21T16:35:19.127Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-05-21T16:35:19.455Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-05-21T16:35:19.471Z Compiling progenitor v0.11.2
33892026-05-21T16:35:19.668Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-05-21T16:35:19.691Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-21T16:35:19.886Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-21T16:35:19.921Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-21T16:35:19.987Z Compiling p256 v0.13.2
33942026-05-21T16:35:20.053Z Compiling p521 v0.13.3
33952026-05-21T16:35:20.304Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-05-21T16:35:20.393Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33972026-05-21T16:35:20.411Z Compiling yasna v0.5.2
33982026-05-21T16:35:20.445Z Compiling kstat-rs v0.2.4
33992026-05-21T16:35:20.461Z Compiling headers-core v0.3.0
34002026-05-21T16:35:20.608Z Compiling nanorand v0.7.0
34012026-05-21T16:35:20.700Z Compiling russh-cryptovec v0.7.3
34022026-05-21T16:35:20.718Z Compiling atty v0.2.14
34032026-05-21T16:35:20.742Z Compiling md5 v0.7.0
34042026-05-21T16:35:20.768Z Compiling home v0.5.12
34052026-05-21T16:35:20.864Z Compiling rcgen v0.12.1
34062026-05-21T16:35:20.880Z Compiling flume v0.11.1
34072026-05-21T16:35:20.917Z Compiling russh-keys v0.45.0
34082026-05-21T16:35:20.933Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34092026-05-21T16:35:20.951Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-05-21T16:35:21.042Z Compiling headers v0.4.1
34112026-05-21T16:35:21.073Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-05-21T16:35:21.168Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-05-21T16:35:21.289Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34142026-05-21T16:35:21.305Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34152026-05-21T16:35:21.642Z Compiling hyper-staticfile v0.10.1
34162026-05-21T16:35:21.747Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34172026-05-21T16:35:21.812Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-05-21T16:35:21.867Z Compiling progenitor v0.10.0
34192026-05-21T16:35:21.885Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-05-21T16:35:21.919Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-05-21T16:35:22.062Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-05-21T16:35:22.156Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34232026-05-21T16:35:22.190Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34242026-05-21T16:35:22.218Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-05-21T16:35:22.235Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-05-21T16:35:22.463Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-05-21T16:35:22.483Z Compiling num-bigint v0.4.6
34282026-05-21T16:35:22.503Z Compiling des v0.8.1
34292026-05-21T16:35:22.569Z Compiling subprocess v0.2.15
34302026-05-21T16:35:22.650Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34312026-05-21T16:35:22.699Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-05-21T16:35:22.717Z Compiling hex-literal v0.4.1
34332026-05-21T16:35:22.734Z Compiling display-error-chain v0.2.2
34342026-05-21T16:35:22.876Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352026-05-21T16:35:22.900Z Compiling colored v2.2.0
34362026-05-21T16:35:22.916Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-05-21T16:35:22.961Z Compiling socket2 v0.5.10
34382026-05-21T16:35:23.154Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-05-21T16:35:23.186Z Compiling internet-checksum v0.2.1
34402026-05-21T16:35:23.654Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34412026-05-21T16:35:23.756Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34422026-05-21T16:35:23.772Z Compiling russh v0.45.0
34432026-05-21T16:35:25.983Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34442026-05-21T16:35:26.267Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34452026-05-21T16:35:26.948Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34462026-05-21T16:35:27.419Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34472026-05-21T16:35:29.115Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34482026-05-21T16:35:37.149Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-05-21T16:35:37.149Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-05-21T16:35:37.156Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-05-21T16:35:37.156Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-21T16:35:38.930Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-05-21T16:35:38.948Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-05-21T16:35:43.062Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-21T16:36:21.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34562026-05-21T16:36:22.198Z
34572026-05-21T16:36:22.198Zreal 1:26.274257399
34582026-05-21T16:36:22.201Zuser 8:16.700148149
34592026-05-21T16:36:22.201Zsys 1:41.888808323
34602026-05-21T16:36:22.202Ztrap 0.265848355
34612026-05-21T16:36:22.202Ztflt 0.582820436
34622026-05-21T16:36:22.202Zdflt 1.953114206
34632026-05-21T16:36:22.202Zkflt 0.000331010
34642026-05-21T16:36:22.202Zlock 29:33.655010186
34652026-05-21T16:36:22.202Zslp 19:16.952916971
34662026-05-21T16:36:22.202Zlat 40.010085345
34672026-05-21T16:36:22.202Zstop 2:49.403424119
34682026-05-21T16:36:22.202Z+ mkdir tests
34692026-05-21T16:36:22.205Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-21T16:36:22.206Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-21T16:36:22.234Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-166233e453e36d74 tests/
34722026-05-21T16:36:22.253Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f7c63067d5d48ed3 tests/
34732026-05-21T16:36:22.275Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-caa0cac00c987ea7 tests/
34742026-05-21T16:36:22.295Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a96d68565a4f2244 tests/
34752026-05-21T16:36:22.523Z+ 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)
34762026-05-21T16:36:22.526Z+ 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-f7c63067d5d48ed3 tests/commtest-caa0cac00c987ea7 tests/dhcp_server-166233e453e36d74 tests/end_to_end_tests-a96d68565a4f2244 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
34772026-05-21T16:37:41.997ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-21T16:37:41.997Za .github/buildomat/ci-env.sh 1K
34792026-05-21T16:37:41.997Za out/target/test 1K
34802026-05-21T16:37:41.997Za out/npuzone/npuzone 27402K
34812026-05-21T16:37:41.997Za package-manifest.toml 35K
34822026-05-21T16:37:41.997Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-21T16:37:41.997Za target/release/omicron-package 46003K
34842026-05-21T16:37:41.997Za target/release/xtask 11449K
34852026-05-21T16:37:41.997Za target/debug/bootstrap 352721K
34862026-05-21T16:37:41.997Za tests/bootstrap-f7c63067d5d48ed3 31215K
34872026-05-21T16:37:41.997Za tests/commtest-caa0cac00c987ea7 32300K
34882026-05-21T16:37:41.997Za tests/dhcp_server-166233e453e36d74 31215K
34892026-05-21T16:37:41.997Za tests/end_to_end_tests-a96d68565a4f2244 394506K
34902026-05-21T16:37:41.997Za tools/opte_version 1K
34912026-05-21T16:37:41.997Za tools/opte_version_override 2K
34922026-05-21T16:37:41.997Za out/clickhouse.tar.gz 319705K
34932026-05-21T16:37:41.997Za out/clickhouse_keeper.tar.gz 305048K
34942026-05-21T16:37:41.997Za out/clickhouse_server.tar.gz 319702K
34952026-05-21T16:37:41.997Za out/cockroachdb.tar.gz 165203K
34962026-05-21T16:37:41.997Za out/crucible-pantry-zone.tar.gz 44215K
34972026-05-21T16:37:41.997Za out/crucible-utils.tar 17744K
34982026-05-21T16:37:41.997Za out/crucible-zone.tar.gz 58353K
34992026-05-21T16:37:41.997Za out/external-dns.tar.gz 50380K
35002026-05-21T16:37:41.997Za out/internal-dns.tar.gz 50379K
35012026-05-21T16:37:41.998Za out/mg-ddm-gz.tar 95141K
35022026-05-21T16:37:41.998Za out/nexus.tar.gz 223208K
35032026-05-21T16:37:41.998Za out/ntp.tar.gz 32185K
35042026-05-21T16:37:41.998Za out/omicron-gateway-softnpu.tar.gz 29759K
35052026-05-21T16:37:41.998Za out/omicron-sled-agent.tar 201614K
35062026-05-21T16:37:41.998Za out/overlay.tar.gz 3K
35072026-05-21T16:37:41.998Za out/oximeter.tar.gz 67456K
35082026-05-21T16:37:41.998Za out/oxlog.tar 3782K
35092026-05-21T16:37:41.998Za out/probe.tar.gz 3037K
35102026-05-21T16:37:41.998Za out/propolis-server.tar.gz 38727K
35112026-05-21T16:37:41.998Za out/pumpkind-gz.tar 26647K
35122026-05-21T16:37:41.998Za out/switch-softnpu.tar.gz 397009K
35132026-05-21T16:37:42.003Z
35142026-05-21T16:37:42.003Zreal 1:19.416509244
35152026-05-21T16:37:42.003Zuser 1:16.718277618
35162026-05-21T16:37:42.003Zsys 4.464353874
35172026-05-21T16:37:42.003Ztrap 0.006287617
35182026-05-21T16:37:42.003Ztflt 0.000000000
35192026-05-21T16:37:42.003Zdflt 0.000000000
35202026-05-21T16:37:42.003Zkflt 0.000000000
35212026-05-21T16:37:42.003Zlock 0.000000000
35222026-05-21T16:37:42.003Zslp 1:16.638809207
35232026-05-21T16:37:42.004Zlat 0.999624380
35242026-05-21T16:37:42.004Zstop 0.000209190
35252026-05-21T16:37:42.004Zprocess exited: duration 915617 ms, exit code 0
 
35262026-05-21T16:37:42.022Zfound 1 output files
35272026-05-21T16:37:42.023Zuploading: /work/package.tar.gz (2449911291 bytes)
35282026-05-21T16:38:11.951Zuploaded: /work/package.tar.gz