01KVED1YPZFMGTTPF5EC7HJP9T: 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: 01KVED2DYGQPKCADE5DAAGTDW6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-18T22:20:21.631Zjob assigned to worker 01KVED2PD4DCMWJ7Q7QRWW9QCE [factory aws, i-02d566816cb8dde4c] (queued for 1 m 2 s)
 
22026-06-18T22:20:28.978Zstarting task 0: "setup"
32026-06-18T22:20:28.983Z++ uname -s
42026-06-18T22:20:28.987Z+ kern=SunOS
52026-06-18T22:20:28.987Z+ build_user=build
62026-06-18T22:20:28.987Z+ build_uid=12345
72026-06-18T22:20:28.987Z+ work_dir=/work
82026-06-18T22:20:28.987Z+ input_dir=/input
92026-06-18T22:20:28.987Z+ [[ 0 == 12345 ]]
102026-06-18T22:20:28.987Z+ case "$kern" in
112026-06-18T22:20:28.987Z+ groupadd -g 12345 build
122026-06-18T22:20:28.990Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-18T22:20:31.000Z+ zfs create -o mountpoint=/work rpool/work
142026-06-18T22:20:31.094Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-18T22:20:31.097Z+ home_fs=zfs
162026-06-18T22:20:31.097Z+ [[ zfs == autofs ]]
172026-06-18T22:20:31.097Z+ mkdir -p /home/build
182026-06-18T22:20:31.098Z+ chown build:build /home/build /work
192026-06-18T22:20:32.100Z+ chmod 0700 /home/build /work
202026-06-18T22:20:32.103Zprocess exited: duration 3128 ms, exit code 0
 
212026-06-18T22:20:32.110Zstarting task 1: "rust-toolchain"
222026-06-18T22:20:32.116Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-18T22:20:32.116Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-18T22:20:32.116Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-18T22:20:32.116Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-18T22:20:32.116Z * rust toolchain channel = "1.94.0"
272026-06-18T22:20:32.116Z * rust toolchain profile = "default"
282026-06-18T22:20:32.120Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-18T22:20:32.120Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-18T22:20:32.221Zinfo: downloading installer
312026-06-18T22:20:34.035Zwarn: It looks like you have an existing rustup settings file at:
322026-06-18T22:20:34.035Zwarn: /home/build/.rustup/settings.toml
332026-06-18T22:20:34.035Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-18T22:20:34.035Zwarn: instead of the one inferred from the default host triple.
352026-06-18T22:20:34.047Zinfo: profile set to default
362026-06-18T22:20:34.047Zinfo: default host triple is x86_64-unknown-illumos
372026-06-18T22:20:34.050Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-18T22:20:34.200Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-18T22:20:34.204Zinfo: downloading 6 components
402026-06-18T22:20:50.544Z
412026-06-18T22:20:50.544Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-18T22:20:50.571Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-18T22:20:50.571Z
442026-06-18T22:20:50.571Z
452026-06-18T22:20:50.571ZRust is installed now. Great!
462026-06-18T22:20:50.571Z
472026-06-18T22:20:50.571ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-18T22:20:50.571Zenvironment variable. This has not been done automatically.
492026-06-18T22:20:50.571Z
502026-06-18T22:20:50.571ZTo configure your current shell, you need to source
512026-06-18T22:20:50.571Zthe corresponding env file under $HOME/.cargo.
522026-06-18T22:20:50.572Z
532026-06-18T22:20:50.572ZThis is usually done by running one of the following (note the leading DOT):
542026-06-18T22:20:50.572Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-18T22:20:50.572Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-18T22:20:50.572Zsource "~/.cargo/env.nu" # For nushell
572026-06-18T22:20:50.572Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-18T22:20:50.572Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-18T22:20:50.572Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-18T22:20:50.575Zwarn: no default linker (`cc`) was found in your PATH
612026-06-18T22:20:50.575Zwarn: many Rust crates require a system C toolchain to build
622026-06-18T22:20:50.662Z+ rustup --version
632026-06-18T22:20:50.669Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-18T22:20:50.669Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-18T22:20:50.691Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-18T22:20:50.694Z+ cargo --version
672026-06-18T22:20:50.703Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-18T22:20:50.706Z+ rustc --version
692026-06-18T22:20:50.726Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-18T22:20:50.729Zprocess exited: duration 18618 ms, exit code 0
 
712026-06-18T22:20:50.735Zstarting task 2: "authentication"
722026-06-18T22:20:50.755Zprocess exited: duration 20 ms, exit code 0
 
732026-06-18T22:20:50.761Zstarting task 3: "clone repository"
742026-06-18T22:20:50.766Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-18T22:20:50.770Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-18T22:20:50.804ZCloning into '/work/oxidecomputer/omicron'...
772026-06-18T22:21:00.091Z+ cd /work/oxidecomputer/omicron
782026-06-18T22:21:00.091Z+ git fetch origin 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53
792026-06-18T22:21:00.390ZFrom https://github.com/oxidecomputer/omicron
802026-06-18T22:21:00.390Z * branch 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53 -> FETCH_HEAD
812026-06-18T22:21:00.404Z+ [[ -n eliza/restart-order-ereport-refactor ]]
822026-06-18T22:21:00.407Z++ git branch --show-current
832026-06-18T22:21:00.410Z+ current=main
842026-06-18T22:21:00.410Z+ [[ main != eliza/restart-order-ereport-refactor ]]
852026-06-18T22:21:00.410Z+ git branch -f eliza/restart-order-ereport-refactor 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53
862026-06-18T22:21:00.413Z+ git checkout -f eliza/restart-order-ereport-refactor
872026-06-18T22:21:00.451ZSwitched to branch 'eliza/restart-order-ereport-refactor'
882026-06-18T22:21:00.454Z+ git reset --hard 0b4a9d275ffc3e880a1e7ae3ed1bed6c51b8da53
892026-06-18T22:21:00.491ZHEAD is now at 0b4a9d275 wip refactoring ereport types
902026-06-18T22:21:00.494Zprocess exited: duration 9730 ms, exit code 0
 
912026-06-18T22:21:00.501Zstarting task 4: "build"
922026-06-18T22:21:00.506Z+ source .github/buildomat/ci-env.sh
932026-06-18T22:21:00.506Z++ export CARGO_TERM_COLOR=always
942026-06-18T22:21:00.506Z++ CARGO_TERM_COLOR=always
952026-06-18T22:21:00.506Z+ cargo --version
962026-06-18T22:21:00.516Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-18T22:21:00.519Z+ rustc --version
982026-06-18T22:21:00.540Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-18T22:21:00.543Z+ WORK=/work
1002026-06-18T22:21:00.543Z+ pfexec mkdir -p /work
1012026-06-18T22:21:00.546Z+ pfexec chown build /work
1022026-06-18T22:21:00.582Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-18T22:21:02.221Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-18T22:21:02.312Z Startup: Caching catalogs ... Done
1052026-06-18T22:21:02.675ZPlanning: Solver setup ... Done (0.315s)
1062026-06-18T22:21:02.701ZPlanning: Running solver ... Done (0.025s)
1072026-06-18T22:21:02.729ZPlanning: Finding local manifests ... Done (0.020s)
1082026-06-18T22:21:02.740ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-18T22:21:02.789ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-18T22:21:02.804ZPlanning: Package planning ... Done (0.015s)
1112026-06-18T22:21:02.807ZPlanning: Merging actions ... Done (0.002s)
1122026-06-18T22:21:03.003ZPlanning: Checking for conflicting actions ... Done (0.197s)
1132026-06-18T22:21:03.006ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-18T22:21:03.971ZPlanning: Evaluating mediators ... Done (0.967s)
1152026-06-18T22:21:03.975ZPlanning: Planning completed in 1.64 seconds
1162026-06-18T22:21:03.981Z Packages to install: 2
1172026-06-18T22:21:03.981Z Estimated space available: 156.07 GB
1182026-06-18T22:21:03.981ZEstimated space to be consumed: 26.78 MB
1192026-06-18T22:21:03.981Z Create boot environment: No
1202026-06-18T22:21:03.984ZCreate backup boot environment: No
1212026-06-18T22:21:03.984Z Rebuild boot archive: No
1222026-06-18T22:21:03.984Z
1232026-06-18T22:21:03.984ZChanged packages:
1242026-06-18T22:21:03.985Zhelios
1252026-06-18T22:21:03.985Z developer/build-essential
1262026-06-18T22:21:03.985Z None -> 11-3.0
1272026-06-18T22:21:03.985Z library/libxmlsec1
1282026-06-18T22:21:03.985Z None -> 1.2.35-3.0
1292026-06-18T22:21:04.009Z
1302026-06-18T22:21:04.009ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-18T22:21:04.487ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1322026-06-18T22:21:04.558Z Actions: 1/268 actions (Installing new actions)
1332026-06-18T22:21:04.598Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-18T22:21:04.608ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-18T22:21:04.608ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-18T22:21:04.630ZFinalize: Updating image state ... Done (0.024s)
1372026-06-18T22:21:07.366ZFinalize: Creating fast lookup database ... Done (2.713s)
1382026-06-18T22:21:07.442ZFinalize: Reading search index ... Done (0.016s)
1392026-06-18T22:21:07.444ZFinalize: Updating search index ... Done (0.000s)
1402026-06-18T22:21:07.539ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-18T22:21:07.848ZPlanning: Evaluating mediator changes ... Done
1422026-06-18T22:21:07.954ZPlanning: Checking for conflicting actions ... Done
1432026-06-18T22:21:07.959ZPlanning: Consolidating action changes ... Done
1442026-06-18T22:21:08.115ZPlanning: Evaluating mediators ... Done
1452026-06-18T22:21:08.119ZPlanning: Planning completed in 0.27 seconds
1462026-06-18T22:21:08.140Z Mediators to change: 2
1472026-06-18T22:21:08.140Z Create boot environment: No
1482026-06-18T22:21:08.140ZCreate backup boot environment: No
1492026-06-18T22:21:08.195ZFinalize: Updating package state database ... Done
1502026-06-18T22:21:08.195ZFinalize: Updating package cache ... Done
1512026-06-18T22:21:08.209ZFinalize: Updating image state ... Done
1522026-06-18T22:21:10.184ZFinalize: Creating fast lookup database ... Done
1532026-06-18T22:21:10.245ZFinalize: Reading search index ... Done
1542026-06-18T22:21:10.248ZFinalize: Updating search index ... Done
1552026-06-18T22:21:10.316ZFinalize: Updating package cache ... Done
1562026-06-18T22:21:10.603ZPlanning: Evaluating mediator changes ... Done
1572026-06-18T22:21:10.709ZPlanning: Checking for conflicting actions ... Done
1582026-06-18T22:21:10.712ZPlanning: Consolidating action changes ... Done
1592026-06-18T22:21:10.866ZPlanning: Evaluating mediators ... Done
1602026-06-18T22:21:10.869ZPlanning: Planning completed in 0.26 seconds
1612026-06-18T22:21:10.893Z Mediators to change: 1
1622026-06-18T22:21:10.893Z Create boot environment: No
1632026-06-18T22:21:10.893ZCreate backup boot environment: No
1642026-06-18T22:21:10.950ZFinalize: Updating package state database ... Done
1652026-06-18T22:21:10.950ZFinalize: Updating package cache ... Done
1662026-06-18T22:21:10.962ZFinalize: Updating image state ... Done
1672026-06-18T22:21:12.931ZFinalize: Creating fast lookup database ... Done
1682026-06-18T22:21:12.995ZFinalize: Reading search index ... Done
1692026-06-18T22:21:12.999ZFinalize: Updating search index ... Done
1702026-06-18T22:21:13.068ZFinalize: Updating package cache ... Done
1712026-06-18T22:21:13.387ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-18T22:21:13.387Zapache system 2.4 system
1732026-06-18T22:21:13.388Zclang system 15 system
1742026-06-18T22:21:13.388Zcsh system system illumos
1752026-06-18T22:21:13.388Zctags system system illumos
1762026-06-18T22:21:13.388Zfile vendor vendor darwinsys
1772026-06-18T22:21:13.388Zfile system system illumos
1782026-06-18T22:21:13.388Zgcc vendor 14 vendor
1792026-06-18T22:21:13.388Zgcc system 13 system
1802026-06-18T22:21:13.388Zgcc system 10 system
1812026-06-18T22:21:13.388Zgo system 1.25 system
1822026-06-18T22:21:13.388Zllvm system 15 system
1832026-06-18T22:21:13.388Zmariadb system 11.4 system
1842026-06-18T22:21:13.388Zmta vendor vendor dma
1852026-06-18T22:21:13.388Zopenjdk system 17 system
1862026-06-18T22:21:13.388Zopenjdk system 11 system
1872026-06-18T22:21:13.388Zopenssl vendor 3 vendor
1882026-06-18T22:21:13.388Zperl system 5.40 system
1892026-06-18T22:21:13.388Zpostgresql system 18 system
1902026-06-18T22:21:13.388Zpostgresql system 17 system
1912026-06-18T22:21:13.388Zpython vendor 3 vendor
1922026-06-18T22:21:13.388Zpython system 2 system
1932026-06-18T22:21:13.388Zpython3 vendor 3.13 vendor
1942026-06-18T22:21:13.388Zruby system 3.4 system
1952026-06-18T22:21:13.388Zruby system 3.0 system
1962026-06-18T22:21:13.388Zwords vendor vendor american-english
1972026-06-18T22:21:13.388Zwords system system australian-english
1982026-06-18T22:21:13.389Zwords system system british-english
1992026-06-18T22:21:13.389Zwords system system canadian-english
2002026-06-18T22:21:13.389Zwords system system french
2012026-06-18T22:21:13.389Zwords system system italian
2022026-06-18T22:21:13.389Zwords system system ngerman
2032026-06-18T22:21:13.389Zwords system system ogerman
2042026-06-18T22:21:13.389Zwords system system spanish
2052026-06-18T22:21:13.648ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-18T22:21:13.648Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-18T22:21:13.943ZFMRI IFO
2082026-06-18T22:21:13.943Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-18T22:21:13.943Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-18T22:21:13.943Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-18T22:21:13.943Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-18T22:21:13.943Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-18T22:21:13.943Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-18T22:21:13.943Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-18T22:21:13.943Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-18T22:21:13.943Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-18T22:21:14.189Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-18T22:21:14.460Z Updating crates.io index
2192026-06-18T22:21:14.502Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-18T22:21:15.256Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-18T22:21:15.771Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-18T22:21:16.034Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-18T22:21:17.366Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-18T22:21:17.882Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-18T22:21:19.729Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-18T22:21:20.614Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-18T22:21:20.908Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-18T22:21:22.163Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-18T22:21:22.590Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-18T22:21:22.936Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-18T22:21:23.268Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-18T22:21:23.690Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-18T22:21:24.193Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-18T22:21:24.656Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-18T22:21:24.994Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-18T22:21:25.365Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-18T22:21:25.775Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-18T22:21:26.038Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-18T22:21:26.294Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-18T22:21:26.535Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-18T22:21:26.888Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-18T22:21:27.357Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-18T22:21:27.605Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-18T22:21:28.010Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-18T22:21:28.343Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-18T22:21:28.897Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-18T22:21:29.944Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-18T22:21:30.553Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-18T22:21:31.032Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-18T22:21:31.387Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-18T22:21:31.652Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-18T22:21:32.001Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-18T22:21:32.344Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-18T22:21:32.659Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-18T22:21:33.208Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-18T22:21:33.424Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-18T22:21:33.649Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-18T22:21:33.930Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-18T22:21:35.867Z Downloading crates ...
2602026-06-18T22:21:35.936Z Downloaded indexmap v2.14.0
2612026-06-18T22:21:35.940Z Downloaded anstream v1.0.0
2622026-06-18T22:21:35.943Z Downloaded utf8_iter v1.0.4
2632026-06-18T22:21:35.947Z Downloaded thread-id v4.2.2
2642026-06-18T22:21:35.950Z Downloaded yoke-derive v0.8.1
2652026-06-18T22:21:35.953Z Downloaded version_check v0.9.5
2662026-06-18T22:21:35.953Z Downloaded zerofrom-derive v0.1.6
2672026-06-18T22:21:35.958Z Downloaded thiserror v2.0.18
2682026-06-18T22:21:35.961Z Downloaded serde-value v0.7.0
2692026-06-18T22:21:35.961Z Downloaded typeid v1.0.3
2702026-06-18T22:21:35.961Z Downloaded toml_write v0.1.2
2712026-06-18T22:21:35.961Z Downloaded serde_spanned v0.6.9
2722026-06-18T22:21:35.964Z Downloaded unicode-linebreak v0.1.5
2732026-06-18T22:21:35.964Z Downloaded macaddr v1.0.1
2742026-06-18T22:21:35.964Z Downloaded utf8parse v0.2.2
2752026-06-18T22:21:35.967Z Downloaded zerofrom v0.1.6
2762026-06-18T22:21:35.967Z Downloaded unicode-xid v0.2.6
2772026-06-18T22:21:35.967Z Downloaded toml_datetime v0.6.11
2782026-06-18T22:21:35.970Z Downloaded usdt-attr-macro v0.5.0
2792026-06-18T22:21:35.978Z Downloaded usdt v0.5.0
2802026-06-18T22:21:35.981Z Downloaded itoa v1.0.17
2812026-06-18T22:21:35.985Z Downloaded usdt-macro v0.5.0
2822026-06-18T22:21:35.985Z Downloaded scroll_derive v0.12.1
2832026-06-18T22:21:35.988Z Downloaded zerovec-derive v0.11.2
2842026-06-18T22:21:35.991Z Downloaded once_cell v1.21.3
2852026-06-18T22:21:35.994Z Downloaded tinystr v0.8.2
2862026-06-18T22:21:35.994Z Downloaded writeable v0.6.2
2872026-06-18T22:21:35.997Z Downloaded ordered-float v2.10.1
2882026-06-18T22:21:35.997Z Downloaded idna_adapter v1.2.1
2892026-06-18T22:21:35.997Z Downloaded sha2 v0.10.9
2902026-06-18T22:21:36.001Z Downloaded thiserror-impl v1.0.69
2912026-06-18T22:21:36.001Z Downloaded thiserror v1.0.69
2922026-06-18T22:21:36.005Z Downloaded zmij v1.0.21
2932026-06-18T22:21:36.005Z Downloaded num-traits v0.2.19
2942026-06-18T22:21:36.005Z Downloaded usdt-impl v0.5.0
2952026-06-18T22:21:36.005Z Downloaded icu_locale_core v2.1.1
2962026-06-18T22:21:36.010Z Downloaded yoke v0.8.1
2972026-06-18T22:21:36.013Z Downloaded toml v0.8.23
2982026-06-18T22:21:36.013Z Downloaded ucd-trie v0.1.7
2992026-06-18T22:21:36.013Z Downloaded thiserror-impl v2.0.18
3002026-06-18T22:21:36.014Z Downloaded plain v0.2.3
3012026-06-18T22:21:36.014Z Downloaded percent-encoding v2.3.2
3022026-06-18T22:21:36.017Z Downloaded textwrap v0.16.2
3032026-06-18T22:21:36.017Z Downloaded zerocopy-derive v0.7.35
3042026-06-18T22:21:36.020Z Downloaded stable_deref_trait v1.2.1
3052026-06-18T22:21:36.020Z Downloaded proc-macro-error-attr v1.0.4
3062026-06-18T22:21:36.020Z Downloaded pretty-hex v0.4.1
3072026-06-18T22:21:36.020Z Downloaded colorchoice v1.0.4
3082026-06-18T22:21:36.020Z Downloaded memmap v0.7.0
3092026-06-18T22:21:36.023Z Downloaded anstyle-query v1.1.5
3102026-06-18T22:21:36.023Z Downloaded heck v0.5.0
3112026-06-18T22:21:36.023Z Downloaded block-buffer v0.10.4
3122026-06-18T22:21:36.023Z Downloaded serde_core v1.0.228
3132026-06-18T22:21:36.026Z Downloaded crypto-common v0.1.7
3142026-06-18T22:21:36.026Z Downloaded unicode-ident v1.0.24
3152026-06-18T22:21:36.026Z Downloaded clap_lex v1.0.0
3162026-06-18T22:21:36.030Z Downloaded zerotrie v0.2.3
3172026-06-18T22:21:36.032Z Downloaded is_terminal_polyfill v1.70.2
3182026-06-18T22:21:36.036Z Downloaded toml_edit v0.22.27
3192026-06-18T22:21:36.042Z Downloaded url v2.5.8
3202026-06-18T22:21:36.045Z Downloaded typenum v1.19.0
3212026-06-18T22:21:36.048Z Downloaded dof v0.3.0
3222026-06-18T22:21:36.054Z Downloaded swrite v0.1.0
3232026-06-18T22:21:36.057Z Downloaded zerovec v0.11.5
3242026-06-18T22:21:36.060Z Downloaded smawk v0.3.2
3252026-06-18T22:21:36.060Z Downloaded form_urlencoded v1.2.2
3262026-06-18T22:21:36.063Z Downloaded fnv v1.0.7
3272026-06-18T22:21:36.063Z Downloaded cfg-if v1.0.4
3282026-06-18T22:21:36.063Z Downloaded generic-array v0.14.7
3292026-06-18T22:21:36.066Z Downloaded zerocopy v0.7.35
3302026-06-18T22:21:36.071Z Downloaded terminal_size v0.4.3
3312026-06-18T22:21:36.075Z Downloaded fastrand v2.3.0
3322026-06-18T22:21:36.075Z Downloaded winnow v0.7.14
3332026-06-18T22:21:36.078Z Downloaded unicode-width v0.1.14
3342026-06-18T22:21:36.082Z Downloaded potential_utf v0.1.4
3352026-06-18T22:21:36.082Z Downloaded equivalent v1.0.2
3362026-06-18T22:21:36.082Z Downloaded cpufeatures v0.2.17
3372026-06-18T22:21:36.085Z Downloaded unicode-width v0.2.0
3382026-06-18T22:21:36.088Z Downloaded quote v1.0.45
3392026-06-18T22:21:36.088Z Downloaded bytecount v0.6.9
3402026-06-18T22:21:36.091Z Downloaded serde-untagged v0.1.9
3412026-06-18T22:21:36.094Z Downloaded anstyle v1.0.14
3422026-06-18T22:21:36.097Z Downloaded cargo_metadata v0.21.0
3432026-06-18T22:21:36.097Z Downloaded cargo_toml v0.21.0
3442026-06-18T22:21:36.100Z Downloaded synstructure v0.13.2
3452026-06-18T22:21:36.104Z Downloaded serde_tokenstream v0.2.3
3462026-06-18T22:21:36.104Z Downloaded fs-err v3.3.0
3472026-06-18T22:21:36.104Z Downloaded byteorder v1.5.0
3482026-06-18T22:21:36.107Z Downloaded strsim v0.11.1
3492026-06-18T22:21:36.107Z Downloaded serde_derive v1.0.228
3502026-06-18T22:21:36.107Z Downloaded errno v0.3.14
3512026-06-18T22:21:36.110Z Downloaded proc-macro2 v1.0.106
3522026-06-18T22:21:36.110Z Downloaded serde v1.0.228
3532026-06-18T22:21:36.113Z Downloaded icu_properties v2.1.2
3542026-06-18T22:21:36.113Z Downloaded proc-macro-error v1.0.4
3552026-06-18T22:21:36.116Z Downloaded tabled_derive v0.7.0
3562026-06-18T22:21:36.119Z Downloaded anstyle-parse v1.0.0
3572026-06-18T22:21:36.119Z Downloaded cargo-platform v0.2.0
3582026-06-18T22:21:36.119Z Downloaded camino-tempfile v1.4.1
3592026-06-18T22:21:36.122Z Downloaded displaydoc v0.2.5
3602026-06-18T22:21:36.125Z Downloaded dtrace-parser v0.2.0
3612026-06-18T22:21:36.125Z Downloaded autocfg v1.5.0
3622026-06-18T22:21:36.128Z Downloaded icu_collections v2.1.1
3632026-06-18T22:21:36.132Z Downloaded erased-serde v0.4.9
3642026-06-18T22:21:36.134Z Downloaded pest_generator v2.8.6
3652026-06-18T22:21:36.135Z Downloaded digest v0.10.7
3662026-06-18T22:21:36.137Z Downloaded smallvec v1.15.1
3672026-06-18T22:21:36.137Z Downloaded semver v1.0.28
3682026-06-18T22:21:36.143Z Downloaded camino v1.2.2
3692026-06-18T22:21:36.144Z Downloaded scroll v0.12.0
3702026-06-18T22:21:36.144Z Downloaded heck v0.4.1
3712026-06-18T22:21:36.151Z Downloaded memchr v2.8.0
3722026-06-18T22:21:36.156Z Downloaded bitflags v2.11.0
3732026-06-18T22:21:36.156Z Downloaded pest_derive v2.8.6
3742026-06-18T22:21:36.161Z Downloaded litemap v0.8.1
3752026-06-18T22:21:36.161Z Downloaded cargo-util-schemas v0.8.2
3762026-06-18T22:21:36.169Z Downloaded tempfile v3.25.0
3772026-06-18T22:21:36.173Z Downloaded log v0.4.29
3782026-06-18T22:21:36.176Z Downloaded clap_derive v4.6.1
3792026-06-18T22:21:36.176Z Downloaded getrandom v0.4.1
3802026-06-18T22:21:36.179Z Downloaded clap v4.6.1
3812026-06-18T22:21:36.184Z Downloaded papergrid v0.11.0
3822026-06-18T22:21:36.188Z Downloaded pest_meta v2.8.6
3832026-06-18T22:21:36.190Z Downloaded anyhow v1.0.102
3842026-06-18T22:21:36.193Z Downloaded icu_normalizer v2.1.1
3852026-06-18T22:21:36.198Z Downloaded icu_provider v2.1.1
3862026-06-18T22:21:36.202Z Downloaded icu_normalizer_data v2.1.1
3872026-06-18T22:21:36.207Z Downloaded idna v1.1.0
3882026-06-18T22:21:36.258Z Downloaded pest v2.8.6
3892026-06-18T22:21:36.264Z Downloaded serde_json v1.0.149
3902026-06-18T22:21:36.269Z Downloaded hashbrown v0.17.0
3912026-06-18T22:21:36.276Z Downloaded icu_properties_data v2.1.2
3922026-06-18T22:21:36.281Z Downloaded clap_builder v4.6.0
3932026-06-18T22:21:36.285Z Downloaded goblin v0.8.2
3942026-06-18T22:21:36.297Z Downloaded syn v1.0.109
3952026-06-18T22:21:36.302Z Downloaded tabled v0.15.0
3962026-06-18T22:21:36.310Z Downloaded syn v2.0.117
3972026-06-18T22:21:36.316Z Downloaded rustix v1.1.3
3982026-06-18T22:21:36.351Z Downloaded libc v0.2.185
3992026-06-18T22:21:36.418Z Compiling proc-macro2 v1.0.106
4002026-06-18T22:21:36.419Z Compiling quote v1.0.45
4012026-06-18T22:21:36.424Z Compiling unicode-ident v1.0.24
4022026-06-18T22:21:36.424Z Compiling serde_core v1.0.228
4032026-06-18T22:21:36.424Z Compiling libc v0.2.185
4042026-06-18T22:21:36.424Z Compiling version_check v0.9.5
4052026-06-18T22:21:36.424Z Compiling serde v1.0.228
4062026-06-18T22:21:36.424Z Compiling stable_deref_trait v1.2.1
4072026-06-18T22:21:36.424Z Compiling memchr v2.8.0
4082026-06-18T22:21:36.425Z Compiling zmij v1.0.21
4092026-06-18T22:21:36.425Z Compiling itoa v1.0.17
4102026-06-18T22:21:36.425Z Compiling autocfg v1.5.0
4112026-06-18T22:21:36.582Z Compiling ucd-trie v0.1.7
4122026-06-18T22:21:36.582Z Compiling thiserror v1.0.69
4132026-06-18T22:21:36.585Z Compiling litemap v0.8.1
4142026-06-18T22:21:36.776Z Compiling writeable v0.6.2
4152026-06-18T22:21:36.792Z Compiling icu_normalizer_data v2.1.1
4162026-06-18T22:21:36.922Z Compiling icu_properties_data v2.1.2
4172026-06-18T22:21:36.943Z Compiling rustix v1.1.3
4182026-06-18T22:21:37.031Z Compiling byteorder v1.5.0
4192026-06-18T22:21:37.081Z Compiling serde_json v1.0.149
4202026-06-18T22:21:37.097Z Compiling bitflags v2.11.0
4212026-06-18T22:21:37.179Z Compiling hashbrown v0.17.0
4222026-06-18T22:21:37.271Z Compiling pest v2.8.6
4232026-06-18T22:21:37.275Z Compiling num-traits v0.2.19
4242026-06-18T22:21:37.302Z Compiling equivalent v1.0.2
4252026-06-18T22:21:37.395Z Compiling smallvec v1.15.1
4262026-06-18T22:21:37.427Z Compiling typeid v1.0.3
4272026-06-18T22:21:37.442Z Compiling usdt-impl v0.5.0
4282026-06-18T22:21:37.446Z Compiling proc-macro-error-attr v1.0.4
4292026-06-18T22:21:37.457Z Compiling winnow v0.7.14
4302026-06-18T22:21:37.473Z Compiling syn v1.0.109
4312026-06-18T22:21:37.536Z Compiling erased-serde v0.4.9
4322026-06-18T22:21:37.620Z Compiling errno v0.3.14
4332026-06-18T22:21:37.648Z Compiling thread-id v4.2.2
4342026-06-18T22:21:37.665Z Compiling toml_write v0.1.2
4352026-06-18T22:21:37.696Z Compiling indexmap v2.14.0
4362026-06-18T22:21:37.817Z Compiling proc-macro-error v1.0.4
4372026-06-18T22:21:37.819Z Compiling log v0.4.29
4382026-06-18T22:21:37.851Z Compiling percent-encoding v2.3.2
4392026-06-18T22:21:37.919Z Compiling getrandom v0.4.1
4402026-06-18T22:21:37.923Z Compiling camino v1.2.2
4412026-06-18T22:21:37.990Z Compiling syn v2.0.117
4422026-06-18T22:21:38.055Z Compiling plain v0.2.3
4432026-06-18T22:21:38.084Z Compiling utf8parse v0.2.2
4442026-06-18T22:21:38.100Z Compiling utf8_iter v1.0.4
4452026-06-18T22:21:38.103Z Compiling thiserror v2.0.18
4462026-06-18T22:21:38.181Z Compiling anstyle-parse v1.0.0
4472026-06-18T22:21:38.222Z Compiling form_urlencoded v1.2.2
4482026-06-18T22:21:38.386Z Compiling pest_meta v2.8.6
4492026-06-18T22:21:38.440Z Compiling ordered-float v2.10.1
4502026-06-18T22:21:38.469Z Compiling anstyle-query v1.1.5
4512026-06-18T22:21:38.472Z Compiling cfg-if v1.0.4
4522026-06-18T22:21:38.488Z Compiling anstyle v1.0.14
4532026-06-18T22:21:38.488Z Compiling pretty-hex v0.4.1
4542026-06-18T22:21:38.561Z Compiling colorchoice v1.0.4
4552026-06-18T22:21:38.576Z Compiling is_terminal_polyfill v1.70.2
4562026-06-18T22:21:38.667Z Compiling fs-err v3.3.0
4572026-06-18T22:21:38.698Z Compiling anstream v1.0.0
4582026-06-18T22:21:38.701Z Compiling fnv v1.0.7
4592026-06-18T22:21:38.732Z Compiling terminal_size v0.4.3
4602026-06-18T22:21:38.750Z Compiling clap_lex v1.0.0
4612026-06-18T22:21:38.750Z Compiling strsim v0.11.1
4622026-06-18T22:21:38.783Z Compiling fastrand v2.3.0
4632026-06-18T22:21:38.823Z Compiling anyhow v1.0.102
4642026-06-18T22:21:38.839Z Compiling unicode-width v0.1.14
4652026-06-18T22:21:38.885Z Compiling unicode-xid v0.2.6
4662026-06-18T22:21:38.923Z Compiling once_cell v1.21.3
4672026-06-18T22:21:39.010Z Compiling bytecount v0.6.9
4682026-06-18T22:21:39.087Z Compiling semver v1.0.28
4692026-06-18T22:21:39.159Z Compiling heck v0.4.1
4702026-06-18T22:21:39.159Z Compiling heck v0.5.0
4712026-06-18T22:21:39.177Z Compiling papergrid v0.11.0
4722026-06-18T22:21:39.195Z Compiling tempfile v3.25.0
4732026-06-18T22:21:39.230Z Compiling clap_builder v4.6.0
4742026-06-18T22:21:39.397Z Compiling memmap v0.7.0
4752026-06-18T22:21:39.424Z Compiling unicode-width v0.2.0
4762026-06-18T22:21:39.443Z Compiling serde-untagged v0.1.9
4772026-06-18T22:21:39.447Z Compiling unicode-linebreak v0.1.5
4782026-06-18T22:21:39.512Z Compiling smawk v0.3.2
4792026-06-18T22:21:39.600Z Compiling camino-tempfile v1.4.1
4802026-06-18T22:21:39.666Z Compiling swrite v0.1.0
4812026-06-18T22:21:39.712Z Compiling textwrap v0.16.2
4822026-06-18T22:21:39.730Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-18T22:21:40.075Z Compiling tabled_derive v0.7.0
4842026-06-18T22:21:40.612Z Compiling synstructure v0.13.2
4852026-06-18T22:21:40.612Z Compiling pest_generator v2.8.6
4862026-06-18T22:21:40.733Z Compiling tabled v0.15.0
4872026-06-18T22:21:41.190Z Compiling serde_derive v1.0.228
4882026-06-18T22:21:41.192Z Compiling zerofrom-derive v0.1.6
4892026-06-18T22:21:41.192Z Compiling yoke-derive v0.8.1
4902026-06-18T22:21:41.192Z Compiling zerovec-derive v0.11.2
4912026-06-18T22:21:41.192Z Compiling displaydoc v0.2.5
4922026-06-18T22:21:41.192Z Compiling thiserror-impl v1.0.69
4932026-06-18T22:21:41.193Z Compiling zerocopy-derive v0.7.35
4942026-06-18T22:21:41.193Z Compiling scroll_derive v0.12.1
4952026-06-18T22:21:41.193Z Compiling thiserror-impl v2.0.18
4962026-06-18T22:21:41.222Z Compiling clap_derive v4.6.1
4972026-06-18T22:21:41.287Z Compiling pest_derive v2.8.6
4982026-06-18T22:21:41.848Z Compiling scroll v0.12.0
4992026-06-18T22:21:41.919Z Compiling zerocopy v0.7.35
5002026-06-18T22:21:42.071Z Compiling goblin v0.8.2
5012026-06-18T22:21:42.267Z Compiling zerofrom v0.1.6
5022026-06-18T22:21:42.372Z Compiling yoke v0.8.1
5032026-06-18T22:21:42.437Z Compiling dtrace-parser v0.2.0
5042026-06-18T22:21:42.525Z Compiling zerovec v0.11.5
5052026-06-18T22:21:42.525Z Compiling zerotrie v0.2.3
5062026-06-18T22:21:42.611Z Compiling clap v4.6.1
5072026-06-18T22:21:42.955Z Compiling tinystr v0.8.2
5082026-06-18T22:21:42.955Z Compiling potential_utf v0.1.4
5092026-06-18T22:21:43.081Z Compiling icu_collections v2.1.1
5102026-06-18T22:21:43.109Z Compiling icu_locale_core v2.1.1
5112026-06-18T22:21:43.655Z Compiling icu_provider v2.1.1
5122026-06-18T22:21:43.671Z Compiling dof v0.3.0
5132026-06-18T22:21:43.676Z Compiling serde_tokenstream v0.2.3
5142026-06-18T22:21:43.687Z Compiling serde_spanned v0.6.9
5152026-06-18T22:21:43.689Z Compiling toml_datetime v0.6.11
5162026-06-18T22:21:43.690Z Compiling serde-value v0.7.0
5172026-06-18T22:21:43.690Z Compiling cargo-platform v0.2.0
5182026-06-18T22:21:43.690Z Compiling macaddr v1.0.1
5192026-06-18T22:21:43.880Z Compiling icu_normalizer v2.1.1
5202026-06-18T22:21:43.880Z Compiling icu_properties v2.1.2
5212026-06-18T22:21:43.939Z Compiling toml_edit v0.22.27
5222026-06-18T22:21:44.452Z Compiling usdt-macro v0.5.0
5232026-06-18T22:21:44.452Z Compiling usdt-attr-macro v0.5.0
5242026-06-18T22:21:44.776Z Compiling idna_adapter v1.2.1
5252026-06-18T22:21:44.882Z Compiling idna v1.1.0
5262026-06-18T22:21:45.033Z Compiling usdt v0.5.0
5272026-06-18T22:21:45.129Z Compiling url v2.5.8
5282026-06-18T22:21:45.238Z Compiling toml v0.8.23
5292026-06-18T22:21:45.564Z Compiling cargo-util-schemas v0.8.2
5302026-06-18T22:21:45.564Z Compiling cargo_toml v0.21.0
5312026-06-18T22:21:46.354Z Compiling cargo_metadata v0.21.0
5322026-06-18T22:21:47.279Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-18T22:21:49.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.39s
5342026-06-18T22:21:49.646Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-18T22:21:50.128Z Downloading crates ...
5362026-06-18T22:21:50.230Z Downloaded adler2 v2.0.1
5372026-06-18T22:21:50.232Z Downloaded anstyle-parse v0.2.7
5382026-06-18T22:21:50.238Z Downloaded arrayref v0.3.9
5392026-06-18T22:21:50.249Z Downloaded ar_archive_writer v0.5.1
5402026-06-18T22:21:50.251Z Downloaded castaway v0.2.4
5412026-06-18T22:21:50.254Z Downloaded endian-type v0.1.2
5422026-06-18T22:21:50.254Z Downloaded downcast-rs v2.0.2
5432026-06-18T22:21:50.254Z Downloaded debug-ignore v1.0.5
5442026-06-18T22:21:50.257Z Downloaded darling_macro v0.23.0
5452026-06-18T22:21:50.257Z Downloaded bitflags v1.3.2
5462026-06-18T22:21:50.257Z Downloaded buf-list v1.1.2
5472026-06-18T22:21:50.260Z Downloaded bitfield-struct v0.6.2
5482026-06-18T22:21:50.260Z Downloaded arc-swap v1.8.2
5492026-06-18T22:21:50.264Z Downloaded bit-set v0.8.0
5502026-06-18T22:21:50.267Z Downloaded float-ord v0.3.2
5512026-06-18T22:21:50.270Z Downloaded crunchy v0.2.4
5522026-06-18T22:21:50.270Z Downloaded ciborium-ll v0.2.2
5532026-06-18T22:21:50.270Z Downloaded cstr-argument v0.1.2
5542026-06-18T22:21:50.270Z Downloaded bitfield-macros v0.19.4
5552026-06-18T22:21:50.274Z Downloaded cargo-platform v0.3.2
5562026-06-18T22:21:50.276Z Downloaded bytes v1.11.1
5572026-06-18T22:21:50.279Z Downloaded env_logger v0.11.9
5582026-06-18T22:21:50.285Z Downloaded ff v0.13.1
5592026-06-18T22:21:50.285Z Downloaded darling_core v0.21.3
5602026-06-18T22:21:50.288Z Downloaded crossbeam-channel v0.5.15
5612026-06-18T22:21:50.288Z Downloaded camino-tempfile-ext v0.3.3
5622026-06-18T22:21:50.288Z Downloaded bit-vec v0.8.0
5632026-06-18T22:21:50.290Z Downloaded dof v0.4.0
5642026-06-18T22:21:50.290Z Downloaded cmake v0.1.57
5652026-06-18T22:21:50.290Z Downloaded csv-core v0.1.13
5662026-06-18T22:21:50.293Z Downloaded fallible-iterator v0.2.0
5672026-06-18T22:21:50.293Z Downloaded chacha20 v0.10.0
5682026-06-18T22:21:50.297Z Downloaded darling v0.21.3
5692026-06-18T22:21:50.299Z Downloaded curve25519-dalek-derive v0.1.1
5702026-06-18T22:21:50.299Z Downloaded flagset v0.4.7
5712026-06-18T22:21:50.299Z Downloaded ctr v0.9.2
5722026-06-18T22:21:50.302Z Downloaded assert_matches v1.5.0
5732026-06-18T22:21:50.302Z Downloaded compression-core v0.4.31
5742026-06-18T22:21:50.302Z Downloaded ciborium-io v0.2.2
5752026-06-18T22:21:50.305Z Downloaded bit-set v0.5.3
5762026-06-18T22:21:50.305Z Downloaded dunce v1.0.5
5772026-06-18T22:21:50.305Z Downloaded enum-as-inner v0.6.1
5782026-06-18T22:21:50.308Z Downloaded display-error-chain v0.2.2
5792026-06-18T22:21:50.308Z Downloaded darling v0.20.11
5802026-06-18T22:21:50.311Z Downloaded darling v0.23.0
5812026-06-18T22:21:50.313Z Downloaded crossbeam-deque v0.8.6
5822026-06-18T22:21:50.316Z Downloaded dirs-sys-next v0.1.2
5832026-06-18T22:21:50.316Z Downloaded convert_case v0.4.0
5842026-06-18T22:21:50.316Z Downloaded aead v0.5.2
5852026-06-18T22:21:50.319Z Downloaded base16ct v0.2.0
5862026-06-18T22:21:50.319Z Downloaded dropshot-api-manager-types v0.7.2
5872026-06-18T22:21:50.319Z Downloaded chacha20 v0.9.1
5882026-06-18T22:21:50.322Z Downloaded const_format v0.2.35
5892026-06-18T22:21:50.325Z Downloaded dtrace-parser v0.3.0
5902026-06-18T22:21:50.325Z Downloaded difflib v0.4.0
5912026-06-18T22:21:50.325Z Downloaded defmt v0.3.100
5922026-06-18T22:21:50.327Z Downloaded crc8 v0.1.1
5932026-06-18T22:21:50.327Z Downloaded backon v1.6.0
5942026-06-18T22:21:50.327Z Downloaded ascii-canvas v3.0.0
5952026-06-18T22:21:50.330Z Downloaded crossbeam-utils v0.8.21
5962026-06-18T22:21:50.330Z Downloaded diesel_table_macro_syntax v0.3.0
5972026-06-18T22:21:50.330Z Downloaded cpufeatures v0.3.0
5982026-06-18T22:21:50.333Z Downloaded atty v0.2.14
5992026-06-18T22:21:50.333Z Downloaded async-stream-impl v0.3.6
6002026-06-18T22:21:50.333Z Downloaded clang-sys v1.8.1
6012026-06-18T22:21:50.336Z Downloaded crucible-workspace-hack v0.1.0
6022026-06-18T22:21:50.336Z Downloaded block-padding v0.3.3
6032026-06-18T22:21:50.336Z Downloaded either v1.15.0
6042026-06-18T22:21:50.338Z Downloaded fd-lock v4.0.4
6052026-06-18T22:21:50.338Z Downloaded cfg_aliases v0.2.1
6062026-06-18T22:21:50.341Z Downloaded document-features v0.2.12
6072026-06-18T22:21:50.341Z Downloaded embedded-io v0.4.0
6082026-06-18T22:21:50.341Z Downloaded derive_builder_macro v0.20.2
6092026-06-18T22:21:50.344Z Downloaded darling_macro v0.20.11
6102026-06-18T22:21:50.344Z Downloaded darling_macro v0.13.4
6112026-06-18T22:21:50.344Z Downloaded cobs v0.3.0
6122026-06-18T22:21:50.347Z Downloaded dirs-next v2.0.0
6132026-06-18T22:21:50.347Z Downloaded crc-catalog v2.4.0
6142026-06-18T22:21:50.347Z Downloaded async-recursion v1.1.1
6152026-06-18T22:21:50.349Z Downloaded array-init v0.0.4
6162026-06-18T22:21:50.352Z Downloaded defmt-parser v1.0.0
6172026-06-18T22:21:50.352Z Downloaded fixedbitset v0.4.2
6182026-06-18T22:21:50.354Z Downloaded darling_macro v0.21.3
6192026-06-18T22:21:50.357Z Downloaded dsl_auto_type v0.2.0
6202026-06-18T22:21:50.360Z Downloaded dyn-clone v1.0.20
6212026-06-18T22:21:50.363Z Downloaded foreign-types-shared v0.1.1
6222026-06-18T22:21:50.366Z Downloaded bcrypt-pbkdf v0.10.0
6232026-06-18T22:21:50.366Z Downloaded foreign-types-macros v0.2.3
6242026-06-18T22:21:50.368Z Downloaded futures-io v0.3.32
6252026-06-18T22:21:50.368Z Downloaded crc-any v2.5.0
6262026-06-18T22:21:50.368Z Downloaded atomic-waker v1.1.2
6272026-06-18T22:21:50.371Z Downloaded env_filter v1.0.0
6282026-06-18T22:21:50.371Z Downloaded funty v2.0.0
6292026-06-18T22:21:50.373Z Downloaded futures-task v0.3.32
6302026-06-18T22:21:50.376Z Downloaded bitfield v0.19.4
6312026-06-18T22:21:50.376Z Downloaded bcs v0.1.6
6322026-06-18T22:21:50.379Z Downloaded compact_str v0.8.1
6332026-06-18T22:21:50.379Z Downloaded ahash v0.8.12
6342026-06-18T22:21:50.383Z Downloaded git-stub v1.0.0
6352026-06-18T22:21:50.384Z Downloaded ghash v0.5.1
6362026-06-18T22:21:50.384Z Downloaded ecdsa v0.16.9
6372026-06-18T22:21:50.387Z Downloaded foreign-types-shared v0.3.1
6382026-06-18T22:21:50.388Z Downloaded float-cmp v0.10.0
6392026-06-18T22:21:50.388Z Downloaded ciborium v0.2.2
6402026-06-18T22:21:50.391Z Downloaded bb8 v0.8.6
6412026-06-18T22:21:50.392Z Downloaded globwalk v0.9.1
6422026-06-18T22:21:50.392Z Downloaded foreign-types v0.3.2
6432026-06-18T22:21:50.392Z Downloaded cfg_aliases v0.1.1
6442026-06-18T22:21:50.392Z Downloaded cc v1.2.56
6452026-06-18T22:21:50.395Z Downloaded hash32 v0.3.1
6462026-06-18T22:21:50.395Z Downloaded argon2 v0.5.3
6472026-06-18T22:21:50.395Z Downloaded foreign-types v0.5.0
6482026-06-18T22:21:50.395Z Downloaded hex v0.4.3
6492026-06-18T22:21:50.398Z Downloaded futures-sink v0.3.32
6502026-06-18T22:21:50.398Z Downloaded futures-core v0.3.32
6512026-06-18T22:21:50.400Z Downloaded atomicwrites v0.4.4
6522026-06-18T22:21:50.403Z Downloaded home v0.5.12
6532026-06-18T22:21:50.403Z Downloaded critical-section v1.2.0
6542026-06-18T22:21:50.406Z Downloaded fxhash v0.2.1
6552026-06-18T22:21:50.406Z Downloaded futures-macro v0.3.32
6562026-06-18T22:21:50.409Z Downloaded derive-ex v0.1.8
6572026-06-18T22:21:50.412Z Downloaded defmt-macros v1.0.1
6582026-06-18T22:21:50.414Z Downloaded corncobs v0.1.4
6592026-06-18T22:21:50.414Z Downloaded darling v0.13.4
6602026-06-18T22:21:50.417Z Downloaded crc v3.4.0
6612026-06-18T22:21:50.417Z Downloaded convert_case v0.10.0
6622026-06-18T22:21:50.420Z Downloaded cargo_metadata v0.23.1
6632026-06-18T22:21:50.420Z Downloaded filetime v0.2.27
6642026-06-18T22:21:50.420Z Downloaded embedded-io v0.6.1
6652026-06-18T22:21:50.424Z Downloaded ed25519 v2.2.3
6662026-06-18T22:21:50.424Z Downloaded const_format_proc_macros v0.2.34
6672026-06-18T22:21:50.427Z Downloaded diesel-dtrace v0.5.0
6682026-06-18T22:21:50.427Z Downloaded der_derive v0.7.3
6692026-06-18T22:21:50.427Z Downloaded data-encoding v2.10.0
6702026-06-18T22:21:50.427Z Downloaded hash32 v0.2.1
6712026-06-18T22:21:50.430Z Downloaded ena v0.14.4
6722026-06-18T22:21:50.430Z Downloaded darling_core v0.23.0
6732026-06-18T22:21:50.432Z Downloaded hubpack_derive v0.1.1
6742026-06-18T22:21:50.432Z Downloaded http-range v0.1.5
6752026-06-18T22:21:50.435Z Downloaded flate2 v1.1.9
6762026-06-18T22:21:50.438Z Downloaded headers-core v0.3.0
6772026-06-18T22:21:50.438Z Downloaded fs-err v2.11.0
6782026-06-18T22:21:50.440Z Downloaded find-msvc-tools v0.1.9
6792026-06-18T22:21:50.440Z Downloaded hubpack v0.1.2
6802026-06-18T22:21:50.440Z Downloaded httpdate v1.0.3
6812026-06-18T22:21:50.443Z Downloaded hex-literal v0.4.1
6822026-06-18T22:21:50.443Z Downloaded foldhash v0.1.5
6832026-06-18T22:21:50.443Z Downloaded bit-vec v0.6.3
6842026-06-18T22:21:50.443Z Downloaded crc32fast v1.5.0
6852026-06-18T22:21:50.446Z Downloaded indent_write v2.2.0
6862026-06-18T22:21:50.446Z Downloaded futures-executor v0.3.32
6872026-06-18T22:21:50.449Z Downloaded foldhash v0.2.0
6882026-06-18T22:21:50.449Z Downloaded byte-wrapper v0.1.0
6892026-06-18T22:21:50.449Z Downloaded derive_builder_core v0.20.2
6902026-06-18T22:21:50.452Z Downloaded illumos-nvpair-sys v0.2.0
6912026-06-18T22:21:50.452Z Downloaded glob v0.3.3
6922026-06-18T22:21:50.452Z Downloaded hostname v0.4.2
6932026-06-18T22:21:50.456Z Downloaded hostname v0.3.1
6942026-06-18T22:21:50.456Z Downloaded group v0.13.0
6952026-06-18T22:21:50.459Z Downloaded cipher v0.4.4
6962026-06-18T22:21:50.459Z Downloaded http-body v1.0.1
6972026-06-18T22:21:50.459Z Downloaded cexpr v0.6.0
6982026-06-18T22:21:50.459Z Downloaded highway v1.3.0
6992026-06-18T22:21:50.462Z Downloaded instant v0.1.13
7002026-06-18T22:21:50.462Z Downloaded bzip2 v0.4.4
7012026-06-18T22:21:50.464Z Downloaded blowfish v0.9.1
7022026-06-18T22:21:50.464Z Downloaded backoff v0.4.0
7032026-06-18T22:21:50.467Z Downloaded anstream v0.6.21
7042026-06-18T22:21:50.467Z Downloaded indoc v1.0.9
7052026-06-18T22:21:50.470Z Downloaded internet-checksum v0.2.1
7062026-06-18T22:21:50.470Z Downloaded illumos-nvpair v0.3.0
7072026-06-18T22:21:50.470Z Downloaded ident_case v1.0.1
7082026-06-18T22:21:50.472Z Downloaded arrayvec v0.7.6
7092026-06-18T22:21:50.472Z Downloaded darling_core v0.13.4
7102026-06-18T22:21:50.475Z Downloaded fs_extra v1.3.0
7112026-06-18T22:21:50.475Z Downloaded hyper-tls v0.6.0
7122026-06-18T22:21:50.478Z Downloaded colored v3.1.1
7132026-06-18T22:21:50.478Z Downloaded fixedbitset v0.5.7
7142026-06-18T22:21:50.481Z Downloaded base64ct v1.8.3
7152026-06-18T22:21:50.481Z Downloaded gethostname v0.5.0
7162026-06-18T22:21:50.484Z Downloaded derive_builder v0.20.2
7172026-06-18T22:21:50.486Z Downloaded deranged v0.5.8
7182026-06-18T22:21:50.486Z Downloaded diff v0.1.13
7192026-06-18T22:21:50.489Z Downloaded colored v2.2.0
7202026-06-18T22:21:50.489Z Downloaded constant_time_eq v0.4.2
7212026-06-18T22:21:50.492Z Downloaded compression-codecs v0.4.37
7222026-06-18T22:21:50.494Z Downloaded keccak v0.1.6
7232026-06-18T22:21:50.494Z Downloaded git-stub-vcs v0.1.0
7242026-06-18T22:21:50.494Z Downloaded console v0.15.11
7252026-06-18T22:21:50.499Z Downloaded cookie_store v0.22.1
7262026-06-18T22:21:50.502Z Downloaded cancel-safe-futures v0.1.5
7272026-06-18T22:21:50.502Z Downloaded cbc v0.1.2
7282026-06-18T22:21:50.502Z Downloaded cassowary v0.3.0
7292026-06-18T22:21:50.502Z Downloaded defmt v1.0.1
7302026-06-18T22:21:50.504Z Downloaded impl-trait-for-tuples v0.2.3
7312026-06-18T22:21:50.507Z Downloaded instability v0.3.11
7322026-06-18T22:21:50.507Z Downloaded async-trait v0.1.89
7332026-06-18T22:21:50.510Z Downloaded is_ci v1.2.0
7342026-06-18T22:21:50.510Z Downloaded md5 v0.7.0
7352026-06-18T22:21:50.513Z Downloaded darling_core v0.20.11
7362026-06-18T22:21:50.515Z Downloaded lru-slab v0.1.2
7372026-06-18T22:21:50.515Z Downloaded lru-cache v0.1.2
7382026-06-18T22:21:50.515Z Downloaded is-terminal v0.4.17
7392026-06-18T22:21:50.515Z Downloaded daft v0.1.7
7402026-06-18T22:21:50.518Z Downloaded daft-derive v0.1.7
7412026-06-18T22:21:50.521Z Downloaded async-bb8-diesel v0.2.1
7422026-06-18T22:21:50.523Z Downloaded console v0.16.2
7432026-06-18T22:21:50.523Z Downloaded globset v0.4.18
7442026-06-18T22:21:50.526Z Downloaded async-stream v0.3.6
7452026-06-18T22:21:50.526Z Downloaded lazy_static v1.5.0
7462026-06-18T22:21:50.529Z Downloaded md-5 v0.10.6
7472026-06-18T22:21:50.529Z Downloaded lalrpop-util v0.19.12
7482026-06-18T22:21:50.529Z Downloaded allocator-api2 v0.2.21
7492026-06-18T22:21:50.532Z Downloaded linked-hash-map v0.5.6
7502026-06-18T22:21:50.532Z Downloaded inout v0.1.4
7512026-06-18T22:21:50.534Z Downloaded mime v0.3.17
7522026-06-18T22:21:50.534Z Downloaded humantime v2.3.0
7532026-06-18T22:21:50.535Z Downloaded maybe-uninit v2.0.0
7542026-06-18T22:21:50.537Z Downloaded libscf-sys v1.1.0
7552026-06-18T22:21:50.537Z Downloaded newline-converter v0.3.0
7562026-06-18T22:21:50.537Z Downloaded multimap v0.10.1
7572026-06-18T22:21:50.537Z Downloaded http-body-util v0.1.3
7582026-06-18T22:21:50.540Z Downloaded indoc v2.0.7
7592026-06-18T22:21:50.540Z Downloaded managed v0.8.0
7602026-06-18T22:21:50.543Z Downloaded newtype_derive v0.1.6
7612026-06-18T22:21:50.543Z Downloaded memoffset v0.9.1
7622026-06-18T22:21:50.546Z Downloaded match_cfg v0.1.0
7632026-06-18T22:21:50.546Z Downloaded hyper-staticfile v0.10.1
7642026-06-18T22:21:50.546Z Downloaded ingot-types v0.1.2
7652026-06-18T22:21:50.548Z Downloaded ingot v0.1.1
7662026-06-18T22:21:50.548Z Downloaded crossbeam-epoch v0.9.18
7672026-06-18T22:21:50.553Z Downloaded maplit v1.0.2
7682026-06-18T22:21:50.553Z Downloaded des v0.8.1
7692026-06-18T22:21:50.553Z Downloaded new_debug_unreachable v1.0.6
7702026-06-18T22:21:50.556Z Downloaded elliptic-curve v0.13.8
7712026-06-18T22:21:50.556Z Downloaded cookie v0.18.1
7722026-06-18T22:21:50.556Z Downloaded getrandom v0.2.17
7732026-06-18T22:21:50.558Z Downloaded futures-channel v0.3.32
7742026-06-18T22:21:50.561Z Downloaded lzss v0.8.2
7752026-06-18T22:21:50.561Z Downloaded kstat-rs v0.2.4
7762026-06-18T22:21:50.561Z Downloaded newtype-uuid-macros v0.1.0
7772026-06-18T22:21:50.564Z Downloaded jobserver v0.1.34
7782026-06-18T22:21:50.564Z Downloaded num v0.4.3
7792026-06-18T22:21:50.564Z Downloaded normalize-line-endings v0.3.0
7802026-06-18T22:21:50.567Z Downloaded const-oid v0.9.6
7812026-06-18T22:21:50.567Z Downloaded nibble_vec v0.1.0
7822026-06-18T22:21:50.570Z Downloaded crypto-bigint v0.5.5
7832026-06-18T22:21:50.573Z Downloaded num-derive v0.3.3
7842026-06-18T22:21:50.573Z Downloaded nonempty v0.12.0
7852026-06-18T22:21:50.576Z Downloaded libefi-sys v0.1.0
7862026-06-18T22:21:50.576Z Downloaded iana-time-zone v0.1.65
7872026-06-18T22:21:50.576Z Downloaded hyper-rustls v0.27.7
7882026-06-18T22:21:50.579Z Downloaded httparse v1.10.1
7892026-06-18T22:21:50.579Z Downloaded libloading v0.8.9
7902026-06-18T22:21:50.581Z Downloaded openssl-macros v0.1.1
7912026-06-18T22:21:50.581Z Downloaded opaque-debug v0.3.1
7922026-06-18T22:21:50.584Z Downloaded ipnetwork v0.21.1
7932026-06-18T22:21:50.584Z Downloaded num_threads v0.1.7
7942026-06-18T22:21:50.584Z Downloaded ipnet v2.11.0
7952026-06-18T22:21:50.588Z Downloaded erased-serde v0.3.31
7962026-06-18T22:21:50.588Z Downloaded blake2 v0.10.6
7972026-06-18T22:21:50.591Z Downloaded lock_api v0.4.14
7982026-06-18T22:21:50.591Z Downloaded num-iter v0.1.45
7992026-06-18T22:21:50.591Z Downloaded nodrop v0.1.14
8002026-06-18T22:21:50.591Z Downloaded half v2.7.1
8012026-06-18T22:21:50.594Z Downloaded libsw-core v0.3.2
8022026-06-18T22:21:50.594Z Downloaded getrandom v0.3.4
8032026-06-18T22:21:50.596Z Downloaded num_enum_derive v0.5.11
8042026-06-18T22:21:50.597Z Downloaded num-conv v0.2.0
8052026-06-18T22:21:50.599Z Downloaded drift v0.2.0
8062026-06-18T22:21:50.603Z Downloaded chacha20poly1305 v0.10.1
8072026-06-18T22:21:50.605Z Downloaded derive_more v0.99.20
8082026-06-18T22:21:50.608Z Downloaded newtype-uuid v1.3.2
8092026-06-18T22:21:50.609Z Downloaded native-tls v0.2.18
8102026-06-18T22:21:50.611Z Downloaded dropshot_endpoint v0.17.0
8112026-06-18T22:21:50.614Z Downloaded derive-where v1.6.0
8122026-06-18T22:21:50.614Z Downloaded olpc-cjson v0.1.4
8132026-06-18T22:21:50.616Z Downloaded openssl-probe v0.1.6
8142026-06-18T22:21:50.619Z Downloaded hmac v0.12.1
8152026-06-18T22:21:50.622Z Downloaded lru v0.12.5
8162026-06-18T22:21:50.625Z Downloaded libsw v3.5.0
8172026-06-18T22:21:50.625Z Downloaded parse-size v1.1.0
8182026-06-18T22:21:50.628Z Downloaded openssl-probe v0.2.1
8192026-06-18T22:21:50.628Z Downloaded linear-map v1.2.0
8202026-06-18T22:21:50.628Z Downloaded oso-derive v0.27.3
8212026-06-18T22:21:50.630Z Downloaded num-derive v0.4.2
8222026-06-18T22:21:50.633Z Downloaded packed_struct_codegen v0.10.1
8232026-06-18T22:21:50.633Z Downloaded parse-display v0.10.0
8242026-06-18T22:21:50.637Z Downloaded bzip2 v0.6.1
8252026-06-18T22:21:50.642Z Downloaded multer v3.1.0
8262026-06-18T22:21:50.665Z Downloaded ingot-macros v0.1.1
8272026-06-18T22:21:50.665Z Downloaded peg-runtime v0.8.5
8282026-06-18T22:21:50.665Z Downloaded path-slash v0.1.5
8292026-06-18T22:21:50.665Z Downloaded oxnet v0.1.6
8302026-06-18T22:21:50.665Z Downloaded phf_shared v0.13.1
8312026-06-18T22:21:50.665Z Downloaded phf_shared v0.12.1
8322026-06-18T22:21:50.665Z Downloaded pbkdf2 v0.11.0
8332026-06-18T22:21:50.665Z Downloaded half v1.8.3
8342026-06-18T22:21:50.665Z Downloaded base64 v0.22.1
8352026-06-18T22:21:50.665Z Downloaded litrs v1.0.0
8362026-06-18T22:21:50.665Z Downloaded heapless v0.8.0
8372026-06-18T22:21:50.669Z Downloaded mime_guess v2.0.5
8382026-06-18T22:21:50.675Z Downloaded indexmap v1.9.3
8392026-06-18T22:21:50.675Z Downloaded nu-ansi-term v0.50.3
8402026-06-18T22:21:50.678Z Downloaded oxide-tokio-rt v0.1.4
8412026-06-18T22:21:50.678Z Downloaded memmap2 v0.9.10
8422026-06-18T22:21:50.678Z Downloaded num_enum_derive v0.7.6
8432026-06-18T22:21:50.678Z Downloaded num_enum v0.7.6
8442026-06-18T22:21:50.680Z Downloaded num_enum v0.5.11
8452026-06-18T22:21:50.683Z Downloaded num-integer v0.1.46
8462026-06-18T22:21:50.686Z Downloaded predicates-tree v1.0.13
8472026-06-18T22:21:50.686Z Downloaded precomputed-hash v0.1.1
8482026-06-18T22:21:50.689Z Downloaded proc-macro-crate v3.4.0
8492026-06-18T22:21:50.689Z Downloaded nanorand v0.7.0
8502026-06-18T22:21:50.692Z Downloaded num-rational v0.4.2
8512026-06-18T22:21:50.692Z Downloaded proc-macro-crate v1.3.1
8522026-06-18T22:21:50.692Z Downloaded pin-utils v0.1.0
8532026-06-18T22:21:50.695Z Downloaded ed25519-dalek v2.2.0
8542026-06-18T22:21:50.697Z Downloaded parse-display-derive v0.10.0
8552026-06-18T22:21:50.697Z Downloaded derive_more v2.1.1
8562026-06-18T22:21:50.704Z Downloaded psl-types v2.0.11
8572026-06-18T22:21:50.706Z Downloaded progenitor-macro v0.13.0
8582026-06-18T22:21:50.707Z Downloaded powerfmt v0.2.0
8592026-06-18T22:21:50.707Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-06-18T22:21:50.711Z Downloaded predicates-core v1.0.10
8612026-06-18T22:21:50.721Z Downloaded quick-error v1.2.3
8622026-06-18T22:21:50.725Z Downloaded password-hash v0.4.2
8632026-06-18T22:21:50.725Z Downloaded owo-colors v4.3.0
8642026-06-18T22:21:50.728Z Downloaded progenitor-macro v0.14.0
8652026-06-18T22:21:50.728Z Downloaded fatfs v0.3.6
8662026-06-18T22:21:50.728Z Downloaded flume v0.11.1
8672026-06-18T22:21:50.731Z Downloaded phf v0.12.1
8682026-06-18T22:21:50.731Z Downloaded pem v3.0.6
8692026-06-18T22:21:50.733Z Downloaded futures v0.3.32
8702026-06-18T22:21:50.736Z Downloaded peg-macros v0.8.5
8712026-06-18T22:21:50.739Z Downloaded rand_xorshift v0.4.0
8722026-06-18T22:21:50.739Z Downloaded pin-project-lite v0.2.17
8732026-06-18T22:21:50.742Z Downloaded password-hash v0.5.0
8742026-06-18T22:21:50.742Z Downloaded ignore v0.4.25
8752026-06-18T22:21:50.745Z Downloaded pin-project-internal v1.1.11
8762026-06-18T22:21:50.745Z Downloaded radium v0.7.0
8772026-06-18T22:21:50.747Z Downloaded rand_chacha v0.3.1
8782026-06-18T22:21:50.747Z Downloaded indicatif v0.18.4
8792026-06-18T22:21:50.750Z Downloaded hickory-resolver v0.24.4
8802026-06-18T22:21:50.753Z Downloaded polyval v0.6.2
8812026-06-18T22:21:50.753Z Downloaded predicates v3.1.4
8822026-06-18T22:21:50.756Z Downloaded postgres-protocol v0.6.10
8832026-06-18T22:21:50.756Z Downloaded poly1305 v0.8.0
8842026-06-18T22:21:50.759Z Downloaded pkg-config v0.3.32
8852026-06-18T22:21:50.759Z Downloaded ref-cast v1.0.25
8862026-06-18T22:21:50.762Z Downloaded ref-cast-impl v1.0.25
8872026-06-18T22:21:50.762Z Downloaded crossterm v0.28.1
8882026-06-18T22:21:50.765Z Downloaded pbkdf2 v0.12.2
8892026-06-18T22:21:50.768Z Downloaded pem-rfc7468 v0.7.0
8902026-06-18T22:21:50.768Z Downloaded progenitor-client v0.13.0
8912026-06-18T22:21:50.771Z Downloaded paste v1.0.15
8922026-06-18T22:21:50.771Z Downloaded heapless v0.7.17
8932026-06-18T22:21:50.774Z Downloaded headers v0.4.1
8942026-06-18T22:21:50.777Z Downloaded psm v0.1.30
8952026-06-18T22:21:50.779Z Downloaded phf_shared v0.11.3
8962026-06-18T22:21:50.779Z Downloaded pkcs8 v0.10.2
8972026-06-18T22:21:50.782Z Downloaded progenitor v0.13.0
8982026-06-18T22:21:50.782Z Downloaded rustc-hash v2.1.1
8992026-06-18T22:21:50.785Z Downloaded rfc6979 v0.4.0
9002026-06-18T22:21:50.785Z Downloaded expectorate v1.2.0
9012026-06-18T22:21:50.785Z Downloaded parking_lot v0.11.2
9022026-06-18T22:21:50.788Z Downloaded recursive v0.1.1
9032026-06-18T22:21:50.788Z Downloaded phf v0.13.1
9042026-06-18T22:21:50.788Z Downloaded progenitor v0.14.0
9052026-06-18T22:21:50.791Z Downloaded num-complex v0.4.6
9062026-06-18T22:21:50.791Z Downloaded parking_lot_core v0.8.6
9072026-06-18T22:21:50.794Z Downloaded progenitor-client v0.14.0
9082026-06-18T22:21:50.794Z Downloaded der v0.7.10
9092026-06-18T22:21:50.798Z Downloaded peg v0.8.5
9102026-06-18T22:21:50.802Z Downloaded bumpalo v3.20.2
9112026-06-18T22:21:50.804Z Downloaded omicron-zone-package v0.12.2
9122026-06-18T22:21:50.804Z Downloaded postcard v1.1.3
9132026-06-18T22:21:50.807Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-06-18T22:21:50.807Z Downloaded ppv-lite86 v0.2.21
9152026-06-18T22:21:50.812Z Downloaded primeorder v0.13.6
9162026-06-18T22:21:50.816Z Downloaded packed_struct v0.10.1
9172026-06-18T22:21:50.821Z Downloaded rtoolbox v0.0.3
9182026-06-18T22:21:50.824Z Downloaded russh-cryptovec v0.7.3
9192026-06-18T22:21:50.827Z Downloaded rustc_version v0.1.7
9202026-06-18T22:21:50.830Z Downloaded salsa20 v0.10.2
9212026-06-18T22:21:50.832Z Downloaded base64 v0.21.7
9222026-06-18T22:21:50.835Z Downloaded parking_lot_core v0.9.12
9232026-06-18T22:21:50.839Z Downloaded parking_lot v0.12.5
9242026-06-18T22:21:50.841Z Downloaded derive_more-impl v2.1.1
9252026-06-18T22:21:50.841Z Downloaded scheduled-thread-pool v0.2.7
9262026-06-18T22:21:50.844Z Downloaded scroll_derive v0.13.1
9272026-06-18T22:21:50.844Z Downloaded same-file v1.0.6
9282026-06-18T22:21:50.844Z Downloaded rand_core v0.10.0
9292026-06-18T22:21:50.847Z Downloaded sapling-renderdag v0.1.0
9302026-06-18T22:21:50.847Z Downloaded rand_chacha v0.9.0
9312026-06-18T22:21:50.847Z Downloaded rand_seeder v0.4.0
9322026-06-18T22:21:50.850Z Downloaded progenitor-extras v0.2.0
9332026-06-18T22:21:50.850Z Downloaded jiff-static v0.2.21
9342026-06-18T22:21:50.852Z Downloaded rand_core v0.6.4
9352026-06-18T22:21:50.852Z Downloaded r2d2 v0.8.10
9362026-06-18T22:21:50.855Z Downloaded resolv-conf v0.7.6
9372026-06-18T22:21:50.855Z Downloaded quinn-udp v0.5.14
9382026-06-18T22:21:50.860Z Downloaded secrecy v0.10.3
9392026-06-18T22:21:50.863Z Downloaded secrecy v0.8.0
9402026-06-18T22:21:50.863Z Downloaded scrypt v0.11.0
9412026-06-18T22:21:50.863Z Downloaded serde_bytes v0.11.19
9422026-06-18T22:21:50.866Z Downloaded pkcs1 v0.7.5
9432026-06-18T22:21:50.866Z Downloaded serde-big-array v0.5.1
9442026-06-18T22:21:50.869Z Downloaded pkcs5 v0.7.1
9452026-06-18T22:21:50.871Z Downloaded serde_plain v1.0.2
9462026-06-18T22:21:50.871Z Downloaded seq-macro v0.3.6
9472026-06-18T22:21:50.874Z Downloaded diesel_derives v2.3.7
9482026-06-18T22:21:50.882Z Downloaded semver v0.1.20
9492026-06-18T22:21:50.886Z Downloaded rustc_version v0.4.1
9502026-06-18T22:21:50.886Z Downloaded rustls-pemfile v1.0.4
9512026-06-18T22:21:50.890Z Downloaded async-compression v0.4.41
9522026-06-18T22:21:50.890Z Downloaded serde_spanned v1.0.4
9532026-06-18T22:21:50.893Z Downloaded rustls-pemfile v2.2.0
9542026-06-18T22:21:50.893Z Downloaded hashbrown v0.12.3
9552026-06-18T22:21:50.896Z Downloaded postgres-types v0.2.12
9562026-06-18T22:21:50.898Z Downloaded p256 v0.13.2
9572026-06-18T22:21:50.898Z Downloaded hickory-resolver v0.25.2
9582026-06-18T22:21:50.901Z Downloaded oso v0.27.3
9592026-06-18T22:21:50.905Z Downloaded proc-macro-error2 v2.0.1
9602026-06-18T22:21:50.908Z Downloaded papergrid v0.17.0
9612026-06-18T22:21:50.910Z Downloaded shell-words v1.1.1
9622026-06-18T22:21:50.910Z Downloaded openssl-sys v0.9.115
9632026-06-18T22:21:50.913Z Downloaded signal-hook-mio v0.2.5
9642026-06-18T22:21:50.913Z Downloaded serde_urlencoded v0.7.1
9652026-06-18T22:21:50.917Z Downloaded sha1 v0.10.6
9662026-06-18T22:21:50.917Z Downloaded serde_repr v0.1.20
9672026-06-18T22:21:50.920Z Downloaded libbz2-rs-sys v0.2.2
9682026-06-18T22:21:50.920Z Downloaded miniz_oxide v0.8.9
9692026-06-18T22:21:50.923Z Downloaded sigpipe v0.1.3
9702026-06-18T22:21:50.925Z Downloaded progenitor-impl v0.14.0
9712026-06-18T22:21:50.928Z Downloaded progenitor-impl v0.13.0
9722026-06-18T22:21:50.931Z Downloaded signal-hook-tokio v0.3.1
9732026-06-18T22:21:50.934Z Downloaded http v1.4.0
9742026-06-18T22:21:50.937Z Downloaded signature v2.2.0
9752026-06-18T22:21:50.937Z Downloaded scopeguard v1.2.0
9762026-06-18T22:21:50.937Z Downloaded serde-hex v0.1.0
9772026-06-18T22:21:50.937Z Downloaded siphasher v1.0.2
9782026-06-18T22:21:50.940Z Downloaded slog-envlogger v2.2.0
9792026-06-18T22:21:50.943Z Downloaded scroll v0.13.0
9802026-06-18T22:21:50.943Z Downloaded rustversion v1.0.22
9812026-06-18T22:21:50.946Z Downloaded rand_core v0.9.5
9822026-06-18T22:21:50.946Z Downloaded serde_path_to_error v0.1.20
9832026-06-18T22:21:50.953Z Downloaded russh-keys v0.45.0
9842026-06-18T22:21:50.956Z Downloaded rustls-native-certs v0.8.3
9852026-06-18T22:21:50.958Z Downloaded rustls-pki-types v1.14.0
9862026-06-18T22:21:50.961Z Downloaded pin-project v1.1.11
9872026-06-18T22:21:50.965Z Downloaded rusty-fork v0.3.1
9882026-06-18T22:21:50.969Z Downloaded minimal-lexical v0.2.1
9892026-06-18T22:21:50.972Z Downloaded slog-bunyan v2.5.0
9902026-06-18T22:21:50.972Z Downloaded schemars_derive v0.8.22
9912026-06-18T22:21:50.972Z Downloaded crossterm v0.29.0
9922026-06-18T22:21:50.977Z Downloaded prefix-trie v0.7.0
9932026-06-18T22:21:50.981Z Downloaded shlex v1.3.0
9942026-06-18T22:21:50.983Z Downloaded serde_with_macros v1.5.2
9952026-06-18T22:21:50.983Z Downloaded ssh-cipher v0.2.0
9962026-06-18T22:21:50.987Z Downloaded pretty_assertions v1.4.1
9972026-06-18T22:21:50.989Z Downloaded sct v0.7.1
9982026-06-18T22:21:50.992Z Downloaded dropshot-api-manager v0.7.2
9992026-06-18T22:21:51.001Z Downloaded strip-ansi-escapes v0.2.1
10002026-06-18T22:21:51.004Z Downloaded ssh-encoding v0.2.0
10012026-06-18T22:21:51.007Z Downloaded strsim v0.10.0
10022026-06-18T22:21:51.012Z Downloaded ron v0.8.1
10032026-06-18T22:21:51.015Z Downloaded serde_cbor v0.11.2
10042026-06-18T22:21:51.018Z Downloaded strum v0.26.3
10052026-06-18T22:21:51.018Z Downloaded structmeta-derive v0.3.0
10062026-06-18T22:21:51.020Z Downloaded subtle v2.6.1
10072026-06-18T22:21:51.020Z Downloaded supports-color v3.0.2
10082026-06-18T22:21:51.023Z Downloaded tap v1.0.1
10092026-06-18T22:21:51.023Z Downloaded tabwriter v1.4.1
10102026-06-18T22:21:51.027Z Downloaded slog-term v2.9.2
10112026-06-18T22:21:51.030Z Downloaded simd-adler32 v0.3.8
10122026-06-18T22:21:51.033Z Downloaded hyper-util v0.1.20
10132026-06-18T22:21:51.035Z Downloaded sync_wrapper v1.0.2
10142026-06-18T22:21:51.035Z Downloaded structmeta v0.3.0
10152026-06-18T22:21:51.039Z Downloaded slab v0.4.12
10162026-06-18T22:21:51.039Z Downloaded take_mut v0.2.2
10172026-06-18T22:21:51.039Z Downloaded tabled_derive v0.11.0
10182026-06-18T22:21:51.042Z Downloaded snafu-derive v0.8.9
10192026-06-18T22:21:51.042Z Downloaded sqlformat v0.3.5
10202026-06-18T22:21:51.042Z Downloaded termtree v0.5.1
10212026-06-18T22:21:51.044Z Downloaded slog-dtrace v0.3.0
10222026-06-18T22:21:51.044Z Downloaded spki v0.7.3
10232026-06-18T22:21:51.048Z Downloaded hickory-server v0.25.2
10242026-06-18T22:21:51.051Z Downloaded mio v1.2.0
10252026-06-18T22:21:51.055Z Downloaded rcgen v0.12.1
10262026-06-18T22:21:51.055Z Downloaded hashbrown v0.15.5
10272026-06-18T22:21:51.058Z Downloaded thread-id v5.1.0
10282026-06-18T22:21:51.058Z Downloaded tinyvec_macros v0.1.1
10292026-06-18T22:21:51.061Z Downloaded ryu v1.0.23
10302026-06-18T22:21:51.061Z Downloaded testing_table v0.3.0
10312026-06-18T22:21:51.064Z Downloaded sqlparser_derive v0.5.0
10322026-06-18T22:21:51.064Z Downloaded signal-hook-registry v1.4.8
10332026-06-18T22:21:51.064Z Downloaded serde_with_macros v3.17.0
10342026-06-18T22:21:51.066Z Downloaded sec1 v0.7.3
10352026-06-18T22:21:51.066Z Downloaded rustls-platform-verifier v0.6.2
10362026-06-18T22:21:51.069Z Downloaded tagptr v0.2.0
10372026-06-18T22:21:51.069Z Downloaded string_cache v0.8.9
10382026-06-18T22:21:51.072Z Downloaded stacker v0.1.23
10392026-06-18T22:21:51.072Z Downloaded hashbrown v0.13.2
10402026-06-18T22:21:51.075Z Downloaded slog-stdlog v4.1.1
10412026-06-18T22:21:51.078Z Downloaded slog-scope v4.4.1
10422026-06-18T22:21:51.078Z Downloaded nom v7.1.3
10432026-06-18T22:21:51.081Z Downloaded prettyplease v0.2.37
10442026-06-18T22:21:51.084Z Downloaded sync-ptr v0.1.4
10452026-06-18T22:21:51.087Z Downloaded tokio-macros v2.7.0
10462026-06-18T22:21:51.087Z Downloaded strum_macros v0.27.2
10472026-06-18T22:21:51.087Z Downloaded strum_macros v0.26.4
10482026-06-18T22:21:51.090Z Downloaded serde_derive_internals v0.29.1
10492026-06-18T22:21:51.090Z Downloaded smf v0.2.3
10502026-06-18T22:21:51.090Z Downloaded smallvec v0.6.14
10512026-06-18T22:21:51.095Z Downloaded libxml v0.3.3
10522026-06-18T22:21:51.101Z Downloaded thiserror-impl-no-std v2.0.2
10532026-06-18T22:21:51.109Z Downloaded termios v0.3.3
10542026-06-18T22:21:51.112Z Downloaded stringprep v0.1.5
10552026-06-18T22:21:51.112Z Downloaded static_assertions v1.1.0
10562026-06-18T22:21:51.115Z Downloaded aes v0.8.4
10572026-06-18T22:21:51.123Z Downloaded time-core v0.1.8
10582026-06-18T22:21:51.126Z Downloaded thiserror-no-std v2.0.2
10592026-06-18T22:21:51.128Z Downloaded support-bundle-viewer v0.1.2
10602026-06-18T22:21:51.128Z Downloaded strum v0.27.2
10612026-06-18T22:21:51.131Z Downloaded signal-hook v0.3.18
10622026-06-18T22:21:51.134Z Downloaded iri-string v0.7.10
10632026-06-18T22:21:51.138Z Downloaded tls_codec v0.4.2
10642026-06-18T22:21:51.144Z Downloaded slog-async v2.8.0
10652026-06-18T22:21:51.147Z Downloaded tower-layer v0.3.3
10662026-06-18T22:21:51.149Z Downloaded tls_codec_derive v0.4.2
10672026-06-18T22:21:51.156Z Downloaded qorb v0.4.1
10682026-06-18T22:21:51.158Z Downloaded tokio-native-tls v0.3.1
10692026-06-18T22:21:51.161Z Downloaded rayon-core v1.13.0
10702026-06-18T22:21:51.164Z Downloaded tokio-rustls v0.25.0
10712026-06-18T22:21:51.164Z Downloaded schemars v0.8.22
10722026-06-18T22:21:51.169Z Downloaded unit-prefix v0.5.2
10732026-06-18T22:21:51.172Z Downloaded unicode-truncate v1.1.0
10742026-06-18T22:21:51.172Z Downloaded unarray v0.1.4
10752026-06-18T22:21:51.172Z Downloaded slog-json v2.6.1
10762026-06-18T22:21:51.175Z Downloaded itertools v0.10.5
10772026-06-18T22:21:51.178Z Downloaded rand v0.9.2
10782026-06-18T22:21:51.181Z Downloaded try-lock v0.2.5
10792026-06-18T22:21:51.181Z Downloaded tower-service v0.3.3
10802026-06-18T22:21:51.181Z Downloaded num-bigint v0.4.6
10812026-06-18T22:21:51.183Z Downloaded socket2 v0.5.10
10822026-06-18T22:21:51.187Z Downloaded rand v0.8.6
10832026-06-18T22:21:51.187Z Downloaded tokio-tungstenite v0.21.0
10842026-06-18T22:21:51.191Z Downloaded term v1.2.1
10852026-06-18T22:21:51.191Z Downloaded universal-hash v0.5.1
10862026-06-18T22:21:51.191Z Downloaded usdt v0.6.0
10872026-06-18T22:21:51.195Z Downloaded spin v0.9.8
10882026-06-18T22:21:51.195Z Downloaded utf-8 v0.7.6
10892026-06-18T22:21:51.195Z Downloaded time-macros v0.2.27
10902026-06-18T22:21:51.199Z Downloaded trait-variant v0.1.2
10912026-06-18T22:21:51.199Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10922026-06-18T22:21:51.199Z Downloaded thread_local v1.1.9
10932026-06-18T22:21:51.202Z Downloaded untrusted v0.7.1
10942026-06-18T22:21:51.202Z Downloaded aes-gcm v0.10.3
10952026-06-18T22:21:51.202Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-06-18T22:21:51.202Z Downloaded topological-sort v0.2.2
10972026-06-18T22:21:51.204Z Downloaded usdt-attr-macro v0.6.0
10982026-06-18T22:21:51.205Z Downloaded tiny-keccak v2.0.2
10992026-06-18T22:21:51.205Z Downloaded publicsuffix v2.3.0
11002026-06-18T22:21:51.207Z Downloaded quinn v0.11.9
11012026-06-18T22:21:51.210Z Downloaded num-bigint-dig v0.8.6
11022026-06-18T22:21:51.212Z Downloaded serde_yaml v0.9.34+deprecated
11032026-06-18T22:21:51.215Z Downloaded slog v2.8.2
11042026-06-18T22:21:51.218Z Downloaded toml_writer v1.0.6+spec-1.1.0
11052026-06-18T22:21:51.222Z Downloaded tokio-dtrace v0.1.1
11062026-06-18T22:21:52.230Z Downloaded usdt-macro v0.6.0
11072026-06-18T22:21:52.230Z Downloaded untrusted v0.9.0
11082026-06-18T22:21:52.230Z Downloaded want v0.3.1
11092026-06-18T22:21:52.230Z Downloaded void v1.0.2
11102026-06-18T22:21:52.234Z Downloaded similar v2.7.0
11112026-06-18T22:21:52.234Z Downloaded strum_macros v0.24.3
11122026-06-18T22:21:52.234Z Downloaded nom v8.0.0
11132026-06-18T22:21:52.234Z Downloaded tokio-stream v0.1.18
11142026-06-18T22:21:52.234Z Downloaded unicase v2.9.0
11152026-06-18T22:21:52.234Z Downloaded tokio-rustls v0.26.4
11162026-06-18T22:21:52.234Z Downloaded subprocess v0.2.15
11172026-06-18T22:21:52.234Z Downloaded schemars v0.9.0
11182026-06-18T22:21:52.234Z Downloaded tokio-tungstenite v0.23.1
11192026-06-18T22:21:52.234Z Downloaded waitgroup v0.1.2
11202026-06-18T22:21:52.234Z Downloaded term v0.7.0
11212026-06-18T22:21:52.234Z Downloaded wait-timeout v0.2.1
11222026-06-18T22:21:52.234Z Downloaded xshell-macros v0.2.7
11232026-06-18T22:21:52.234Z Downloaded xattr v1.6.1
11242026-06-18T22:21:52.234Z Downloaded toml_parser v1.0.9+spec-1.1.0
11252026-06-18T22:21:52.234Z Downloaded socket2 v0.6.3
11262026-06-18T22:21:52.234Z Downloaded vergen-git2 v9.1.0
11272026-06-18T22:21:52.234Z Downloaded zeroize_derive v1.4.3
11282026-06-18T22:21:52.235Z Downloaded tui-tree-widget v0.23.1
11292026-06-18T22:21:52.235Z Downloaded tinyvec v1.10.0
11302026-06-18T22:21:52.235Z Downloaded typify-macro v0.6.2
11312026-06-18T22:21:52.235Z Downloaded rsa v0.9.10
11322026-06-18T22:21:52.235Z Downloaded uzers v0.12.2
11332026-06-18T22:21:52.235Z Downloaded twox-hash v2.1.2
11342026-06-18T22:21:52.235Z Downloaded rand v0.10.0
11352026-06-18T22:21:52.235Z Downloaded rustls-webpki v0.103.9
11362026-06-18T22:21:52.235Z Downloaded tokio-rustls v0.24.1
11372026-06-18T22:21:52.235Z Downloaded vergen-lib v9.1.0
11382026-06-18T22:21:52.235Z Downloaded zone_cfg_derive v0.3.1
11392026-06-18T22:21:52.235Z Downloaded toml v0.7.8
11402026-06-18T22:21:52.235Z Downloaded unicode-properties v0.1.4
11412026-06-18T22:21:52.235Z Downloaded vergen-lib v0.1.6
11422026-06-18T22:21:52.235Z Downloaded usdt-impl v0.6.0
11432026-06-18T22:21:52.235Z Downloaded toml v1.0.6+spec-1.1.0
11442026-06-18T22:21:52.235Z Downloaded vsss-rs v3.3.4
11452026-06-18T22:21:52.235Z Downloaded vergen-gitcl v1.0.8
11462026-06-18T22:21:52.235Z Downloaded vergen v9.1.0
11472026-06-18T22:21:52.235Z Downloaded walkdir v2.5.0
11482026-06-18T22:21:52.235Z Downloaded hashbrown v0.16.1
11492026-06-18T22:21:52.235Z Downloaded zeroize v1.8.2
11502026-06-18T22:21:52.235Z Downloaded xshell v0.2.7
11512026-06-18T22:21:52.235Z Downloaded rustyline v14.0.0
11522026-06-18T22:21:52.235Z Downloaded steno v0.4.1
11532026-06-18T22:21:52.235Z Downloaded test-strategy v0.4.5
11542026-06-18T22:21:52.235Z Downloaded samael v0.0.19
11552026-06-18T22:21:52.235Z Downloaded whoami v2.1.0
11562026-06-18T22:21:52.235Z Downloaded whoami v1.6.1
11572026-06-18T22:21:52.235Z Downloaded zstd v0.13.3
11582026-06-18T22:21:52.235Z Downloaded zone v0.3.1
11592026-06-18T22:21:52.235Z Downloaded tracing-attributes v0.1.31
11602026-06-18T22:21:52.235Z Downloaded tungstenite v0.23.0
11612026-06-18T22:21:52.235Z Downloaded snafu v0.8.9
11622026-06-18T22:21:52.235Z Downloaded wyz v0.5.1
11632026-06-18T22:21:52.235Z Downloaded rpassword v7.4.0
11642026-06-18T22:21:52.235Z Downloaded hyper v1.8.1
11652026-06-18T22:21:52.236Z Downloaded zstd-safe v7.2.4
11662026-06-18T22:21:52.236Z Downloaded iddqd v0.4.2
11672026-06-18T22:21:52.236Z Downloaded unsafe-libyaml v0.2.11
11682026-06-18T22:21:52.236Z Downloaded itertools v0.13.0
11692026-06-18T22:21:52.236Z Downloaded tar v0.4.45
11702026-06-18T22:21:52.236Z Downloaded aho-corasick v1.1.4
11712026-06-18T22:21:52.236Z Downloaded yasna v0.5.2
11722026-06-18T22:21:52.236Z Downloaded p521 v0.13.3
11732026-06-18T22:21:52.236Z Downloaded futures-util v0.3.32
11742026-06-18T22:21:52.236Z Downloaded schemars v1.2.1
11752026-06-18T22:21:52.236Z Downloaded tracing-core v0.1.36
11762026-06-18T22:21:52.236Z Downloaded vte v0.14.1
11772026-06-18T22:21:52.236Z Downloaded tungstenite v0.21.0
11782026-06-18T22:21:52.236Z Downloaded toml_edit v0.23.10+spec-1.0.0
11792026-06-18T22:21:52.236Z Downloaded typify v0.6.2
11802026-06-18T22:21:52.236Z Downloaded russh v0.45.0
11812026-06-18T22:21:52.236Z Downloaded itertools v0.14.0
11822026-06-18T22:21:52.236Z Downloaded itertools v0.12.1
11832026-06-18T22:21:52.236Z Downloaded uuid v1.23.0
11842026-06-18T22:21:52.236Z Downloaded zerocopy v0.6.6
11852026-06-18T22:21:52.236Z Downloaded h2 v0.4.13
11862026-06-18T22:21:52.236Z Downloaded regex v1.12.3
11872026-06-18T22:21:52.236Z Downloaded git2 v0.20.4
11882026-06-18T22:21:52.236Z Downloaded toml_edit v0.19.15
11892026-06-18T22:21:52.236Z Downloaded libm v0.2.16
11902026-06-18T22:21:52.236Z Downloaded unicode-bidi v0.3.18
11912026-06-18T22:21:52.236Z Downloaded serde_with v1.14.0
11922026-06-18T22:21:52.236Z Downloaded zopfli v0.8.3
11932026-06-18T22:21:52.236Z Downloaded unicode_categories v0.1.1
11942026-06-18T22:21:52.236Z Downloaded blake3 v1.8.3
11952026-06-18T22:21:52.236Z Downloaded ssh-key v0.6.7
11962026-06-18T22:21:52.236Z Downloaded zip v0.6.6
11972026-06-18T22:21:52.236Z Downloaded reedline v0.40.0
11982026-06-18T22:21:52.236Z Downloaded hkdf v0.12.4
11992026-06-18T22:21:52.236Z Downloaded reqwest v0.13.2
12002026-06-18T22:21:52.236Z Downloaded reqwest v0.12.28
12012026-06-18T22:21:52.236Z Downloaded portable-atomic v1.13.1
12022026-06-18T22:21:52.236Z Downloaded rayon v1.11.0
12032026-06-18T22:21:52.236Z Downloaded tower v0.5.3
12042026-06-18T22:21:52.237Z Downloaded lalrpop v0.19.12
12052026-06-18T22:21:52.237Z Downloaded typed-path v0.9.3
12062026-06-18T22:21:52.237Z Downloaded unicode-segmentation v1.12.0
12072026-06-18T22:21:52.237Z Downloaded aws-lc-rs v1.16.3
12082026-06-18T22:21:52.237Z Downloaded x509-cert v0.2.5
12092026-06-18T22:21:52.237Z Downloaded bitvec v1.0.1
12102026-06-18T22:21:52.240Z Downloaded yansi v1.0.1
12112026-06-18T22:21:52.240Z Downloaded moka v0.12.13
12122026-06-18T22:21:52.240Z Downloaded proptest v1.10.0
12132026-06-18T22:21:52.240Z Downloaded unicode-normalization v0.1.25
12142026-06-18T22:21:52.240Z Downloaded petname v2.0.2
12152026-06-18T22:21:52.240Z Downloaded tokio-postgres v0.7.16
12162026-06-18T22:21:52.240Z Downloaded rustls-webpki v0.101.7
12172026-06-18T22:21:52.240Z Downloaded tough v0.22.0
12182026-06-18T22:21:52.240Z Downloaded zip v4.6.1
12192026-06-18T22:21:52.240Z Downloaded object v0.30.4
12202026-06-18T22:21:52.240Z Downloaded p384 v0.13.1
12212026-06-18T22:21:52.240Z Downloaded zerocopy-derive v0.8.40
12222026-06-18T22:21:52.240Z Downloaded curve25519-dalek v4.1.3
12232026-06-18T22:21:52.240Z Downloaded chrono v0.4.44
12242026-06-18T22:21:52.240Z Downloaded salty v0.3.0
12252026-06-18T22:21:52.240Z Downloaded bindgen v0.71.1
12262026-06-18T22:21:52.240Z Downloaded quick-xml v0.37.5
12272026-06-18T22:21:52.240Z Downloaded goblin v0.10.5
12282026-06-18T22:21:52.240Z Downloaded tokio-util v0.7.18
12292026-06-18T22:21:52.240Z Downloaded tower-http v0.6.8
12302026-06-18T22:21:52.240Z Downloaded winnow v0.5.40
12312026-06-18T22:21:52.240Z Downloaded winnow v0.6.26
12322026-06-18T22:21:52.240Z Downloaded polar-core v0.27.3
12332026-06-18T22:21:52.240Z Downloaded rustls v0.21.12
12342026-06-18T22:21:52.240Z Downloaded time v0.3.47
12352026-06-18T22:21:52.240Z Downloaded rustls-webpki v0.102.8
12362026-06-18T22:21:52.241Z Downloaded quinn-proto v0.11.13
12372026-06-18T22:21:52.241Z Downloaded dropshot v0.17.0
12382026-06-18T22:21:52.241Z Downloaded serde_with v3.17.0
12392026-06-18T22:21:52.241Z Downloaded regex-syntax v0.6.29
12402026-06-18T22:21:52.241Z Downloaded smoltcp v0.9.1
12412026-06-18T22:21:52.241Z Downloaded vcpkg v0.2.15
12422026-06-18T22:21:52.241Z Downloaded zlib-rs v0.6.2
12432026-06-18T22:21:52.241Z Downloaded hickory-proto v0.25.2
12442026-06-18T22:21:52.241Z Downloaded webpki-roots v1.0.6
12452026-06-18T22:21:52.241Z Downloaded smoltcp v0.11.0
12462026-06-18T22:21:52.241Z Downloaded zerocopy v0.8.40
12472026-06-18T22:21:52.241Z Downloaded tabled v0.20.0
12482026-06-18T22:21:52.241Z Downloaded rustix v0.38.44
12492026-06-18T22:21:52.241Z Downloaded bstr v1.12.1
12502026-06-18T22:21:52.241Z Downloaded rustls v0.23.37
12512026-06-18T22:21:52.241Z Downloaded openssl v0.10.79
12522026-06-18T22:21:52.241Z Downloaded openapiv3 v2.2.0
12532026-06-18T22:21:52.241Z Downloaded nix v0.28.0
12542026-06-18T22:21:52.241Z Downloaded diesel v2.3.7
12552026-06-18T22:21:52.241Z Downloaded radix_trie v0.2.1
12562026-06-18T22:21:52.241Z Downloaded sqlparser v0.61.0
12572026-06-18T22:21:52.241Z Downloaded typify-impl v0.6.2
12582026-06-18T22:21:52.242Z Downloaded tracing v0.1.44
12592026-06-18T22:21:52.242Z Downloaded rustls v0.22.4
12602026-06-18T22:21:52.242Z Downloaded hickory-proto v0.24.4
12612026-06-18T22:21:52.242Z Downloaded regex-syntax v0.8.10
12622026-06-18T22:21:52.242Z Downloaded object v0.37.3
12632026-06-18T22:21:52.242Z Downloaded regex-automata v0.4.14
12642026-06-18T22:21:52.242Z Downloaded regress v0.10.5
12652026-06-18T22:21:52.242Z Downloaded regress v0.11.1
12662026-06-18T22:21:52.242Z Downloaded nix v0.31.2
12672026-06-18T22:21:52.242Z Downloaded nix v0.27.1
12682026-06-18T22:21:52.242Z Downloaded csv v1.4.0
12692026-06-18T22:21:52.242Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12702026-06-18T22:21:52.242Z Downloaded encoding_rs v0.8.35
12712026-06-18T22:21:52.242Z Downloaded libgit2-sys v0.18.3+1.9.2
12722026-06-18T22:21:52.242Z Downloaded sled v0.34.7
12732026-06-18T22:21:52.242Z Downloaded ratatui v0.29.0
12742026-06-18T22:21:52.242Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-06-18T22:21:52.258Z Downloaded zerocopy-derive v0.6.6
12762026-06-18T22:21:52.293Z Downloaded petgraph v0.6.5
12772026-06-18T22:21:52.305Z Downloaded jiff v0.2.21
12782026-06-18T22:21:52.316Z Downloaded chrono-tz v0.10.4
12792026-06-18T22:21:52.350Z Downloaded petgraph v0.8.3
12802026-06-18T22:21:52.363Z Downloaded libz-sys v1.1.24
12812026-06-18T22:21:52.378Z Downloaded sha3 v0.10.8
12822026-06-18T22:21:52.396Z Downloaded tokio v1.52.1
12832026-06-18T22:21:52.481Z Downloaded ring v0.17.14
12842026-06-18T22:21:53.102Z Downloaded aws-lc-sys v0.40.0
12852026-06-18T22:21:53.364Z Compiling libc v0.2.185
12862026-06-18T22:21:53.367Z Compiling serde v1.0.228
12872026-06-18T22:21:53.367Z Compiling log v0.4.29
12882026-06-18T22:21:53.367Z Compiling shlex v1.3.0
12892026-06-18T22:21:53.367Z Compiling find-msvc-tools v0.1.9
12902026-06-18T22:21:53.367Z Compiling smallvec v1.15.1
12912026-06-18T22:21:53.367Z Compiling typenum v1.19.0
12922026-06-18T22:21:53.494Z Compiling subtle v2.6.1
12932026-06-18T22:21:53.526Z Compiling generic-array v0.14.7
12942026-06-18T22:21:53.529Z Compiling scopeguard v1.2.0
12952026-06-18T22:21:53.594Z Compiling const-oid v0.9.6
12962026-06-18T22:21:53.597Z Compiling serde_json v1.0.149
12972026-06-18T22:21:53.607Z Compiling syn v2.0.117
12982026-06-18T22:21:53.620Z Compiling zerocopy v0.8.40
12992026-06-18T22:21:53.623Z Compiling portable-atomic v1.13.1
13002026-06-18T22:21:53.632Z Compiling pin-project-lite v0.2.17
13012026-06-18T22:21:53.671Z Compiling lock_api v0.4.14
13022026-06-18T22:21:53.671Z Compiling parking_lot_core v0.9.12
13032026-06-18T22:21:53.725Z Compiling pkg-config v0.3.32
13042026-06-18T22:21:53.741Z Compiling bitflags v2.11.0
13052026-06-18T22:21:53.768Z Compiling futures-core v0.3.32
13062026-06-18T22:21:53.781Z Compiling libm v0.2.16
13072026-06-18T22:21:53.818Z Compiling critical-section v1.2.0
13082026-06-18T22:21:53.846Z Compiling num-traits v0.2.19
13092026-06-18T22:21:53.861Z Compiling percent-encoding v2.3.2
13102026-06-18T22:21:53.927Z Compiling futures-sink v0.3.32
13112026-06-18T22:21:53.943Z Compiling getrandom v0.4.1
13122026-06-18T22:21:53.957Z Compiling slab v0.4.12
13132026-06-18T22:21:54.024Z Compiling futures-io v0.3.32
13142026-06-18T22:21:54.027Z Compiling futures-channel v0.3.32
13152026-06-18T22:21:54.052Z Compiling futures-task v0.3.32
13162026-06-18T22:21:54.094Z Compiling cpufeatures v0.2.17
13172026-06-18T22:21:54.137Z Compiling rand_core v0.10.0
13182026-06-18T22:21:54.184Z Compiling indexmap v2.14.0
13192026-06-18T22:21:54.184Z Compiling getrandom v0.3.4
13202026-06-18T22:21:54.211Z Compiling rustversion v1.0.22
13212026-06-18T22:21:54.244Z Compiling form_urlencoded v1.2.2
13222026-06-18T22:21:54.261Z Compiling dunce v1.0.5
13232026-06-18T22:21:54.317Z Compiling fs_extra v1.3.0
13242026-06-18T22:21:54.352Z Compiling base64ct v1.8.3
13252026-06-18T22:21:54.365Z Compiling ident_case v1.0.1
13262026-06-18T22:21:54.372Z Compiling rustix v1.1.3
13272026-06-18T22:21:54.392Z Compiling flagset v0.4.7
13282026-06-18T22:21:54.408Z Compiling iana-time-zone v0.1.65
13292026-06-18T22:21:54.467Z Compiling regex-syntax v0.8.10
13302026-06-18T22:21:54.512Z Compiling getrandom v0.2.17
13312026-06-18T22:21:54.545Z Compiling jobserver v0.1.34
13322026-06-18T22:21:54.560Z Compiling errno v0.3.14
13332026-06-18T22:21:54.616Z Compiling mio v1.2.0
13342026-06-18T22:21:54.643Z Compiling socket2 v0.6.3
13352026-06-18T22:21:54.660Z Compiling rand_core v0.6.4
13362026-06-18T22:21:54.680Z Compiling signal-hook-registry v1.4.8
13372026-06-18T22:21:54.743Z Compiling once_cell v1.21.3
13382026-06-18T22:21:54.794Z Compiling cc v1.2.56
13392026-06-18T22:21:54.872Z Compiling parking_lot v0.12.5
13402026-06-18T22:21:54.945Z Compiling pem-rfc7468 v0.7.0
13412026-06-18T22:21:54.992Z Compiling vcpkg v0.2.15
13422026-06-18T22:21:55.021Z Compiling aws-lc-rs v1.16.3
13432026-06-18T22:21:55.048Z Compiling uuid v1.23.0
13442026-06-18T22:21:55.088Z Compiling tracing-core v0.1.36
13452026-06-18T22:21:55.118Z Compiling rustc_version v0.4.1
13462026-06-18T22:21:55.144Z Compiling base64 v0.22.1
13472026-06-18T22:21:55.251Z Compiling rand_core v0.9.5
13482026-06-18T22:21:55.278Z Compiling openssl-probe v0.2.1
13492026-06-18T22:21:55.306Z Compiling tinyvec_macros v0.1.1
13502026-06-18T22:21:55.351Z Compiling untrusted v0.9.0
13512026-06-18T22:21:55.365Z Compiling untrusted v0.7.1
13522026-06-18T22:21:55.389Z Compiling httparse v1.10.1
13532026-06-18T22:21:55.480Z Compiling tinyvec v1.10.0
13542026-06-18T22:21:55.496Z Compiling aho-corasick v1.1.4
13552026-06-18T22:21:55.499Z Compiling tower-service v0.3.3
13562026-06-18T22:21:55.524Z Compiling dyn-clone v1.0.20
13572026-06-18T22:21:55.536Z Compiling try-lock v0.2.5
13582026-06-18T22:21:55.539Z Compiling tower-layer v0.3.3
13592026-06-18T22:21:55.567Z Compiling cmake v0.1.57
13602026-06-18T22:21:55.608Z Compiling rustls v0.23.37
13612026-06-18T22:21:55.656Z Compiling schemars v0.8.22
13622026-06-18T22:21:55.670Z Compiling atomic-waker v1.1.2
13632026-06-18T22:21:55.685Z Compiling want v0.3.1
13642026-06-18T22:21:55.689Z Compiling pin-utils v0.1.0
13652026-06-18T22:21:55.732Z Compiling openssl v0.10.79
13662026-06-18T22:21:55.784Z Compiling foreign-types-shared v0.1.1
13672026-06-18T22:21:55.803Z Compiling httpdate v1.0.3
13682026-06-18T22:21:55.817Z Compiling unicode-normalization v0.1.25
13692026-06-18T22:21:55.820Z Compiling socket2 v0.5.10
13702026-06-18T22:21:55.820Z Compiling spin v0.9.8
13712026-06-18T22:21:55.873Z Compiling foreign-types v0.3.2
13722026-06-18T22:21:55.874Z Compiling powerfmt v0.2.0
13732026-06-18T22:21:55.888Z Compiling crc32fast v1.5.0
13742026-06-18T22:21:55.935Z Compiling native-tls v0.2.18
13752026-06-18T22:21:55.956Z Compiling time-core v0.1.8
13762026-06-18T22:21:56.001Z Compiling num-conv v0.2.0
13772026-06-18T22:21:56.015Z Compiling wait-timeout v0.2.1
13782026-06-18T22:21:56.049Z Compiling deranged v0.5.8
13792026-06-18T22:21:56.065Z Compiling sync_wrapper v1.0.2
13802026-06-18T22:21:56.118Z Compiling siphasher v1.0.2
13812026-06-18T22:21:56.132Z Compiling syn v1.0.109
13822026-06-18T22:21:56.149Z Compiling time-macros v0.2.27
13832026-06-18T22:21:56.170Z Compiling crossbeam-utils v0.8.21
13842026-06-18T22:21:56.185Z Compiling bit-vec v0.8.0
13852026-06-18T22:21:56.199Z Compiling quick-error v1.2.3
13862026-06-18T22:21:56.273Z Compiling tempfile v3.25.0
13872026-06-18T22:21:56.276Z Compiling simd-adler32 v0.3.8
13882026-06-18T22:21:56.330Z Compiling unicode-segmentation v1.12.0
13892026-06-18T22:21:56.333Z Compiling usdt-impl v0.6.0
13902026-06-18T22:21:56.358Z Compiling num_threads v0.1.7
13912026-06-18T22:21:56.457Z Compiling regex-automata v0.4.14
13922026-06-18T22:21:56.472Z Compiling aws-lc-sys v0.40.0
13932026-06-18T22:21:56.486Z Compiling ring v0.17.14
13942026-06-18T22:21:56.511Z Compiling openssl-sys v0.9.115
13952026-06-18T22:21:56.514Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-06-18T22:21:56.555Z Compiling rusty-fork v0.3.1
13972026-06-18T22:21:56.585Z Compiling synstructure v0.13.2
13982026-06-18T22:21:56.600Z Compiling pest_generator v2.8.6
13992026-06-18T22:21:56.603Z Compiling serde_derive_internals v0.29.1
14002026-06-18T22:21:56.695Z Compiling darling_core v0.20.11
14012026-06-18T22:21:56.772Z Compiling darling_core v0.21.3
14022026-06-18T22:21:56.953Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-06-18T22:21:56.992Z Compiling bit-set v0.8.0
14042026-06-18T22:21:57.105Z Compiling slog v2.8.2
14052026-06-18T22:21:57.170Z Compiling heapless v0.7.17
14062026-06-18T22:21:57.263Z Compiling rand_xorshift v0.4.0
14072026-06-18T22:21:57.267Z Compiling thread-id v5.1.0
14082026-06-18T22:21:57.314Z Compiling time v0.3.47
14092026-06-18T22:21:57.327Z Compiling cookie v0.18.1
14102026-06-18T22:21:57.354Z Compiling unicode-properties v0.1.4
14112026-06-18T22:21:57.370Z Compiling allocator-api2 v0.2.21
14122026-06-18T22:21:57.373Z Compiling zstd-safe v7.2.4
14132026-06-18T22:21:57.441Z Compiling anyhow v1.0.102
14142026-06-18T22:21:57.463Z Compiling unicode-bidi v0.3.18
14152026-06-18T22:21:57.536Z Compiling paste v1.0.15
14162026-06-18T22:21:57.550Z Compiling ryu v1.0.23
14172026-06-18T22:21:57.585Z Compiling signal-hook v0.3.18
14182026-06-18T22:21:57.604Z Compiling unarray v0.1.4
14192026-06-18T22:21:57.652Z Compiling adler2 v2.0.1
14202026-06-18T22:21:57.712Z Compiling iri-string v0.7.10
14212026-06-18T22:21:57.793Z Compiling stringprep v0.1.5
14222026-06-18T22:21:57.820Z Compiling miniz_oxide v0.8.9
14232026-06-18T22:21:57.909Z Compiling heck v0.4.1
14242026-06-18T22:21:58.034Z Compiling num-integer v0.1.46
14252026-06-18T22:21:58.192Z Compiling vergen-lib v9.1.0
14262026-06-18T22:21:58.328Z Compiling curve25519-dalek v4.1.3
14272026-06-18T22:21:58.378Z Compiling serde_derive v1.0.228
14282026-06-18T22:21:58.392Z Compiling zeroize_derive v1.4.3
14292026-06-18T22:21:58.407Z Compiling zerofrom-derive v0.1.6
14302026-06-18T22:21:58.506Z Compiling yoke-derive v0.8.1
14312026-06-18T22:21:58.541Z Compiling zerovec-derive v0.11.2
14322026-06-18T22:21:58.606Z Compiling zerocopy-derive v0.8.40
14332026-06-18T22:21:58.693Z Compiling displaydoc v0.2.5
14342026-06-18T22:21:59.009Z Compiling tokio-macros v2.7.0
14352026-06-18T22:21:59.093Z Compiling zeroize v1.8.2
14362026-06-18T22:21:59.110Z Compiling futures-macro v0.3.32
14372026-06-18T22:21:59.338Z Compiling der_derive v0.7.3
14382026-06-18T22:21:59.432Z Compiling rustls-pki-types v1.14.0
14392026-06-18T22:21:59.485Z Compiling thiserror-impl v2.0.18
14402026-06-18T22:21:59.711Z Compiling tracing-attributes v0.1.31
14412026-06-18T22:21:59.729Z Compiling scroll_derive v0.13.1
14422026-06-18T22:21:59.781Z Compiling schemars_derive v0.8.22
14432026-06-18T22:21:59.873Z Compiling crypto-common v0.1.7
14442026-06-18T22:21:59.902Z Compiling zerofrom v0.1.6
14452026-06-18T22:21:59.921Z Compiling block-buffer v0.10.4
14462026-06-18T22:21:59.968Z Compiling futures-util v0.3.32
14472026-06-18T22:22:00.041Z Compiling yoke v0.8.1
14482026-06-18T22:22:00.055Z Compiling block-padding v0.3.3
14492026-06-18T22:22:00.112Z Compiling digest v0.10.7
14502026-06-18T22:22:00.239Z Compiling zerovec v0.11.5
14512026-06-18T22:22:00.252Z Compiling zerotrie v0.2.3
14522026-06-18T22:22:00.369Z Compiling hmac v0.12.1
14532026-06-18T22:22:00.385Z Compiling inout v0.1.4
14542026-06-18T22:22:00.544Z Compiling cipher v0.4.4
14552026-06-18T22:22:00.576Z Compiling sha2 v0.10.9
14562026-06-18T22:22:00.591Z Compiling der v0.7.10
14572026-06-18T22:22:00.593Z Compiling pbkdf2 v0.12.2
14582026-06-18T22:22:00.742Z Compiling tinystr v0.8.2
14592026-06-18T22:22:00.781Z Compiling potential_utf v0.1.4
14602026-06-18T22:22:00.784Z Compiling salsa20 v0.10.2
14612026-06-18T22:22:00.835Z Compiling cbc v0.1.2
14622026-06-18T22:22:00.910Z Compiling icu_locale_core v2.1.1
14632026-06-18T22:22:00.953Z Compiling icu_collections v2.1.1
14642026-06-18T22:22:00.968Z Compiling scrypt v0.11.0
14652026-06-18T22:22:00.971Z Compiling thiserror v2.0.18
14662026-06-18T22:22:01.003Z Compiling aes v0.8.4
14672026-06-18T22:22:01.102Z Compiling pest_derive v2.8.6
14682026-06-18T22:22:01.132Z Compiling tracing v0.1.44
14692026-06-18T22:22:01.132Z Compiling scroll v0.13.0
14702026-06-18T22:22:01.242Z Compiling darling_macro v0.20.11
14712026-06-18T22:22:01.423Z Compiling openssl-macros v0.1.1
14722026-06-18T22:22:01.438Z Compiling goblin v0.10.5
14732026-06-18T22:22:01.452Z Compiling spki v0.7.3
14742026-06-18T22:22:01.578Z Compiling icu_provider v2.1.1
14752026-06-18T22:22:01.673Z Compiling pkcs5 v0.7.1
14762026-06-18T22:22:01.762Z Compiling darling v0.20.11
14772026-06-18T22:22:01.825Z Compiling icu_normalizer v2.1.1
14782026-06-18T22:22:01.843Z Compiling icu_properties v2.1.2
14792026-06-18T22:22:01.859Z Compiling rustls-native-certs v0.8.3
14802026-06-18T22:22:01.906Z Compiling derive_builder_core v0.20.2
14812026-06-18T22:22:01.928Z Compiling dtrace-parser v0.3.0
14822026-06-18T22:22:01.991Z Compiling bytes v1.11.1
14832026-06-18T22:22:02.031Z Compiling chrono v0.4.44
14842026-06-18T22:22:02.096Z Compiling pkcs8 v0.10.2
14852026-06-18T22:22:02.184Z Compiling ipnet v2.11.0
14862026-06-18T22:22:02.198Z Compiling signature v2.2.0
14872026-06-18T22:22:02.336Z Compiling webpki-roots v1.0.6
14882026-06-18T22:22:02.390Z Compiling scroll_derive v0.12.1
14892026-06-18T22:22:02.405Z Compiling thiserror-impl v1.0.69
14902026-06-18T22:22:02.427Z Compiling erased-serde v0.3.31
14912026-06-18T22:22:02.476Z Compiling tokio v1.52.1
14922026-06-18T22:22:02.635Z Compiling http v1.4.0
14932026-06-18T22:22:02.705Z Compiling toml_datetime v0.6.11
14942026-06-18T22:22:02.707Z Compiling serde_spanned v0.6.9
14952026-06-18T22:22:02.809Z Compiling idna_adapter v1.2.1
14962026-06-18T22:22:02.882Z Compiling derive_builder_macro v0.20.2
14972026-06-18T22:22:02.931Z Compiling idna v1.1.0
14982026-06-18T22:22:02.956Z Compiling serde_tokenstream v0.2.3
14992026-06-18T22:22:02.970Z Compiling serde_urlencoded v0.7.1
15002026-06-18T22:22:02.993Z Compiling md-5 v0.10.6
15012026-06-18T22:22:03.008Z Compiling darling_macro v0.21.3
15022026-06-18T22:22:03.140Z Compiling ppv-lite86 v0.2.21
15032026-06-18T22:22:03.187Z Compiling scroll v0.12.0
15042026-06-18T22:22:03.274Z Compiling url v2.5.8
15052026-06-18T22:22:03.302Z Compiling bstr v1.12.1
15062026-06-18T22:22:03.334Z Compiling http-body v1.0.1
15072026-06-18T22:22:03.432Z Compiling async-trait v0.1.89
15082026-06-18T22:22:03.485Z Compiling rand_chacha v0.9.0
15092026-06-18T22:22:03.498Z Compiling http-body-util v0.1.3
15102026-06-18T22:22:03.513Z Compiling rand_chacha v0.3.1
15112026-06-18T22:22:03.528Z Compiling pin-project-internal v1.1.11
15122026-06-18T22:22:03.545Z Compiling zerocopy-derive v0.7.35
15132026-06-18T22:22:03.626Z Compiling ff v0.13.1
15142026-06-18T22:22:03.652Z Compiling hash32 v0.2.1
15152026-06-18T22:22:03.763Z Compiling rand v0.9.2
15162026-06-18T22:22:03.797Z Compiling thiserror v1.0.69
15172026-06-18T22:22:03.864Z Compiling memoffset v0.9.1
15182026-06-18T22:22:03.911Z Compiling encoding_rs v0.8.35
15192026-06-18T22:22:03.980Z Compiling smoltcp v0.9.1
15202026-06-18T22:22:04.078Z Compiling psl-types v2.0.11
15212026-06-18T22:22:04.122Z Compiling fallible-iterator v0.2.0
15222026-06-18T22:22:04.250Z Compiling litrs v1.0.0
15232026-06-18T22:22:04.363Z Compiling dof v0.4.0
15242026-06-18T22:22:04.366Z Compiling proptest v1.10.0
15252026-06-18T22:22:04.468Z Compiling mime v0.3.17
15262026-06-18T22:22:04.471Z Compiling ref-cast v1.0.25
15272026-06-18T22:22:04.535Z Compiling zlib-rs v0.6.2
15282026-06-18T22:22:04.582Z Compiling num-bigint-dig v0.8.6
15292026-06-18T22:22:04.616Z Compiling ipnetwork v0.21.1
15302026-06-18T22:22:04.736Z Compiling cfg_aliases v0.2.1
15312026-06-18T22:22:04.750Z Compiling rustix v0.38.44
15322026-06-18T22:22:04.792Z Compiling base16ct v0.2.0
15332026-06-18T22:22:04.836Z Compiling nix v0.31.2
15342026-06-18T22:22:04.866Z Compiling oxnet v0.1.6
15352026-06-18T22:22:04.881Z Compiling document-features v0.2.12
15362026-06-18T22:22:04.988Z Compiling sec1 v0.7.3
15372026-06-18T22:22:05.043Z Compiling pin-project v1.1.11
15382026-06-18T22:22:05.058Z Compiling zerocopy v0.7.35
15392026-06-18T22:22:05.080Z Compiling postgres-protocol v0.6.10
15402026-06-18T22:22:05.193Z Compiling publicsuffix v2.3.0
15412026-06-18T22:22:05.292Z Compiling group v0.13.0
15422026-06-18T22:22:05.326Z Compiling rand v0.8.6
15432026-06-18T22:22:05.357Z Compiling darling v0.21.3
15442026-06-18T22:22:05.386Z Compiling derive_builder v0.20.2
15452026-06-18T22:22:05.457Z Compiling goblin v0.8.2
15462026-06-18T22:22:05.510Z Compiling futures-executor v0.3.32
15472026-06-18T22:22:05.513Z Compiling hex v0.4.3
15482026-06-18T22:22:05.539Z Compiling hubpack_derive v0.1.1
15492026-06-18T22:22:05.595Z Compiling hkdf v0.12.4
15502026-06-18T22:22:05.642Z Compiling crypto-bigint v0.5.5
15512026-06-18T22:22:05.669Z Compiling regex v1.12.3
15522026-06-18T22:22:05.817Z Compiling snafu-derive v0.8.9
15532026-06-18T22:22:05.820Z Compiling daft-derive v0.1.7
15542026-06-18T22:22:05.845Z Compiling ref-cast-impl v1.0.25
15552026-06-18T22:22:05.884Z Compiling curve25519-dalek-derive v0.1.1
15562026-06-18T22:22:05.898Z Compiling strum_macros v0.27.2
15572026-06-18T22:22:05.913Z Compiling num-iter v0.1.45
15582026-06-18T22:22:06.206Z Compiling phf_shared v0.13.1
15592026-06-18T22:22:06.342Z Compiling terminal_size v0.4.3
15602026-06-18T22:22:06.397Z Compiling tokio-util v0.7.18
15612026-06-18T22:22:06.416Z Compiling tower v0.5.3
15622026-06-18T22:22:06.449Z Compiling tokio-native-tls v0.3.1
15632026-06-18T22:22:06.464Z Compiling lazy_static v1.5.0
15642026-06-18T22:22:06.494Z Compiling anstyle-parse v0.2.7
15652026-06-18T22:22:06.572Z Compiling vergen v9.1.0
15662026-06-18T22:22:06.575Z Compiling cargo-platform v0.3.2
15672026-06-18T22:22:06.601Z Compiling fs-err v3.3.0
15682026-06-18T22:22:06.614Z Compiling ahash v0.8.12
15692026-06-18T22:22:06.641Z Compiling foldhash v0.2.0
15702026-06-18T22:22:06.701Z Compiling bitflags v1.3.2
15712026-06-18T22:22:06.775Z Compiling newtype-uuid v1.3.2
15722026-06-18T22:22:06.792Z Compiling foldhash v0.1.5
15732026-06-18T22:22:06.806Z Compiling bumpalo v3.20.2
15742026-06-18T22:22:06.839Z Compiling tower-http v0.6.8
15752026-06-18T22:22:06.881Z Compiling winnow v0.5.40
15762026-06-18T22:22:06.885Z Compiling same-file v1.0.6
15772026-06-18T22:22:06.917Z Compiling object v0.37.3
15782026-06-18T22:22:06.985Z Compiling managed v0.8.0
15792026-06-18T22:22:07.076Z Compiling libbz2-rs-sys v0.2.2
15802026-06-18T22:22:07.090Z Compiling h2 v0.4.13
15812026-06-18T22:22:07.131Z Compiling zopfli v0.8.3
15822026-06-18T22:22:07.265Z Compiling walkdir v2.5.0
15832026-06-18T22:22:07.279Z Compiling daft v0.1.7
15842026-06-18T22:22:07.460Z Compiling flate2 v1.1.9
15852026-06-18T22:22:07.570Z Compiling bzip2 v0.6.1
15862026-06-18T22:22:07.595Z Compiling hashbrown v0.15.5
15872026-06-18T22:22:07.773Z Compiling dof v0.3.0
15882026-06-18T22:22:07.788Z Compiling snafu v0.8.9
15892026-06-18T22:22:07.833Z Compiling clap_builder v4.6.0
15902026-06-18T22:22:07.836Z Compiling hashbrown v0.16.1
15912026-06-18T22:22:07.885Z Compiling cargo_metadata v0.23.1
15922026-06-18T22:22:07.900Z Compiling anstream v0.6.21
15932026-06-18T22:22:07.926Z Compiling strum v0.27.2
15942026-06-18T22:22:07.940Z Compiling elliptic-curve v0.13.8
15952026-06-18T22:22:08.187Z Compiling toml_edit v0.19.15
15962026-06-18T22:22:08.276Z Compiling phf v0.13.1
15972026-06-18T22:22:08.360Z Compiling signal-hook-mio v0.2.5
15982026-06-18T22:22:08.407Z Compiling cookie_store v0.22.1
15992026-06-18T22:22:08.445Z Compiling hubpack v0.1.2
16002026-06-18T22:22:08.459Z Compiling usdt-macro v0.6.0
16012026-06-18T22:22:08.494Z Compiling usdt-attr-macro v0.6.0
16022026-06-18T22:22:08.514Z Compiling bzip2 v0.4.4
16032026-06-18T22:22:08.560Z Compiling futures v0.3.32
16042026-06-18T22:22:08.657Z Compiling serde_with_macros v3.17.0
16052026-06-18T22:22:08.688Z Compiling postgres-types v0.2.12
16062026-06-18T22:22:08.862Z Compiling zstd v0.13.3
16072026-06-18T22:22:09.054Z Compiling dtrace-parser v0.2.0
16082026-06-18T22:22:09.098Z Compiling globset v0.4.18
16092026-06-18T22:22:09.148Z Compiling ed25519 v2.2.3
16102026-06-18T22:22:09.266Z Compiling pkcs1 v0.7.5
16112026-06-18T22:22:09.280Z Compiling serde_plain v1.0.2
16122026-06-18T22:22:09.340Z Compiling olpc-cjson v0.1.4
16132026-06-18T22:22:09.358Z Compiling serde-big-array v0.5.1
16142026-06-18T22:22:09.502Z Compiling rfc6979 v0.4.0
16152026-06-18T22:22:09.519Z Compiling serde_repr v0.1.20
16162026-06-18T22:22:09.522Z Compiling clap_derive v4.6.1
16172026-06-18T22:22:09.647Z Compiling async-recursion v1.1.1
16182026-06-18T22:22:09.694Z Compiling strum_macros v0.26.4
16192026-06-18T22:22:09.813Z Compiling enum-as-inner v0.6.1
16202026-06-18T22:22:09.844Z Compiling phf_shared v0.11.3
16212026-06-18T22:22:09.858Z Compiling float-cmp v0.10.0
16222026-06-18T22:22:09.919Z Compiling pem v3.0.6
16232026-06-18T22:22:10.029Z Compiling memmap2 v0.9.10
16242026-06-18T22:22:10.053Z Compiling thread-id v4.2.2
16252026-06-18T22:22:10.099Z Compiling env_filter v1.0.0
16262026-06-18T22:22:10.113Z Compiling jiff v0.2.21
16272026-06-18T22:22:10.155Z Compiling hyper v1.8.1
16282026-06-18T22:22:10.279Z Compiling keccak v0.1.6
16292026-06-18T22:22:10.293Z Compiling either v1.15.0
16302026-06-18T22:22:10.370Z Compiling typed-path v0.9.3
16312026-06-18T22:22:10.383Z Compiling whoami v2.1.0
16322026-06-18T22:22:10.441Z Compiling fixedbitset v0.5.7
16332026-06-18T22:22:10.524Z Compiling precomputed-hash v0.1.1
16342026-06-18T22:22:10.626Z Compiling fixedbitset v0.4.2
16352026-06-18T22:22:10.768Z Compiling static_assertions v1.1.0
16362026-06-18T22:22:10.783Z Compiling difflib v0.4.0
16372026-06-18T22:22:10.855Z Compiling normalize-line-endings v0.3.0
16382026-06-18T22:22:10.869Z Compiling predicates-core v1.0.10
16392026-06-18T22:22:10.909Z Compiling new_debug_unreachable v1.0.6
16402026-06-18T22:22:10.970Z Compiling data-encoding v2.10.0
16412026-06-18T22:22:10.986Z Compiling string_cache v0.8.9
16422026-06-18T22:22:11.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-06-18T22:22:11.063Z Compiling predicates v3.1.4
16442026-06-18T22:22:11.128Z Compiling petgraph v0.6.5
16452026-06-18T22:22:11.176Z Compiling petgraph v0.8.3
16462026-06-18T22:22:11.193Z Compiling tokio-postgres v0.7.16
16472026-06-18T22:22:11.243Z Compiling itertools v0.13.0
16482026-06-18T22:22:11.375Z Compiling hyper-util v0.1.20
16492026-06-18T22:22:11.404Z Compiling clap v4.6.1
16502026-06-18T22:22:11.501Z Compiling hickory-proto v0.25.2
16512026-06-18T22:22:11.539Z Compiling strum v0.26.3
16522026-06-18T22:22:11.611Z Compiling sha3 v0.10.8
16532026-06-18T22:22:11.691Z Compiling toml_edit v0.22.27
16542026-06-18T22:22:11.694Z Compiling env_logger v0.11.9
16552026-06-18T22:22:11.755Z Compiling usdt v0.6.0
16562026-06-18T22:22:11.816Z Compiling usdt-impl v0.5.0
16572026-06-18T22:22:12.047Z Compiling serde_with v3.17.0
16582026-06-18T22:22:12.087Z Compiling crossterm v0.28.1
16592026-06-18T22:22:12.101Z Compiling ecdsa v0.16.9
16602026-06-18T22:22:12.428Z Compiling toml v0.7.8
16612026-06-18T22:22:12.510Z Compiling rsa v0.9.10
16622026-06-18T22:22:12.513Z Compiling ed25519-dalek v2.2.0
16632026-06-18T22:22:13.104Z Compiling hyper-tls v0.6.0
16642026-06-18T22:22:13.201Z Compiling zip v4.6.1
16652026-06-18T22:22:13.265Z Compiling zip v0.6.6
16662026-06-18T22:22:13.369Z Compiling iddqd v0.4.2
16672026-06-18T22:22:13.741Z Compiling tokio-stream v0.1.18
16682026-06-18T22:22:13.849Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-18T22:22:13.864Z Compiling buf-list v1.1.2
16702026-06-18T22:22:13.882Z Compiling similar v2.7.0
16712026-06-18T22:22:13.897Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-18T22:22:13.939Z Compiling openapiv3 v2.2.0
16732026-06-18T22:22:14.172Z Compiling x509-cert v0.2.5
16742026-06-18T22:22:14.228Z Compiling sha1 v0.10.6
16752026-06-18T22:22:14.228Z Compiling crossbeam-epoch v0.9.18
16762026-06-18T22:22:14.256Z Compiling lalrpop-util v0.19.12
16772026-06-18T22:22:14.259Z Compiling peg-runtime v0.8.5
16782026-06-18T22:22:14.455Z Compiling thread_local v1.1.9
16792026-06-18T22:22:14.475Z Compiling slog-async v2.8.0
16802026-06-18T22:22:14.489Z Compiling crossbeam-channel v0.5.15
16812026-06-18T22:22:14.510Z Compiling filetime v0.2.27
16822026-06-18T22:22:14.525Z Compiling is-terminal v0.4.17
16832026-06-18T22:22:14.579Z Compiling term v1.2.1
16842026-06-18T22:22:14.599Z Compiling take_mut v0.2.2
16852026-06-18T22:22:14.637Z Compiling xattr v1.6.1
16862026-06-18T22:22:14.818Z Compiling tar v0.4.45
16872026-06-18T22:22:14.941Z Compiling slog-term v2.9.2
16882026-06-18T22:22:32.602Z Compiling rustls-webpki v0.103.9
16892026-06-18T22:22:35.451Z Compiling tokio-rustls v0.26.4
16902026-06-18T22:22:35.451Z Compiling rustls-platform-verifier v0.6.2
16912026-06-18T22:22:35.653Z Compiling hyper-rustls v0.27.7
16922026-06-18T22:22:35.849Z Compiling reqwest v0.12.28
16932026-06-18T22:22:35.854Z Compiling reqwest v0.13.2
16942026-06-18T22:22:37.092Z Compiling tough v0.22.0
16952026-06-18T22:22:39.624Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-18T22:22:39.858Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-18T22:22:42.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.05s
16982026-06-18T22:22:42.887Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-18T22:22:42.942ZJun 18 22:22:42.892 INFO Starting download, target: Cockroach
17002026-06-18T22:22:42.942ZJun 18 22:22:42.893 INFO Starting download, target: Console
17012026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Starting download, target: Clickhouse
17022026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Starting download, target: DendriteStub
17032026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Starting download, target: MaghemiteMgd
17042026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Starting download, target: MaghemiteDdmd
17052026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Starting download, target: TransceiverControl
17062026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-18T22:22:42.945ZJun 18 22:22:42.893 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17092026-06-18T22:22:42.945ZJun 18 22:22:42.894 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-06-18T22:22:42.945ZJun 18 22:22:42.894 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-06-18T22:22:42.945ZJun 18 22:22:42.894 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-18T22:22:42.945ZJun 18 22:22:42.894 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-18T22:22:43.332ZJun 18 22:22:43.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-18T22:22:43.541ZJun 18 22:22:43.488 INFO Download complete, target: TransceiverControl
17152026-06-18T22:22:43.944ZJun 18 22:22:43.882 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-18T22:22:44.187ZJun 18 22:22:44.127 INFO Download complete, target: Console
17172026-06-18T22:22:44.544ZJun 18 22:22:44.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-18T22:22:44.596ZJun 18 22:22:44.522 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-06-18T22:22:44.901ZJun 18 22:22:44.847 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-06-18T22:22:45.440ZJun 18 22:22:45.391 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-18T22:22:45.440ZJun 18 22:22:45.391 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-18T22:22:45.781ZJun 18 22:22:45.732 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-06-18T22:22:47.156ZJun 18 22:22:47.105 INFO Download complete, target: MaghemiteDdmd
17242026-06-18T22:22:47.380ZJun 18 22:22:47.303 INFO Download complete, target: DendriteStub
17252026-06-18T22:22:47.409ZJun 18 22:22:47.350 INFO Download complete, target: MaghemiteMgd
17262026-06-18T22:22:50.206ZJun 18 22:22:50.156 INFO Checking that binary works, target: Cockroach
17272026-06-18T22:22:50.339ZJun 18 22:22:50.288 INFO Download complete, target: Cockroach
17282026-06-18T22:22:52.616ZJun 18 22:22:52.566 INFO Checking that binary works, target: Clickhouse
17292026-06-18T22:22:52.701ZJun 18 22:22:52.652 INFO Download complete, target: Clickhouse
17302026-06-18T22:22:52.708ZAll prerequisites installed successfully
17312026-06-18T22:22:52.712Z
17322026-06-18T22:22:52.712Zreal 1:52.154736728
17332026-06-18T22:22:52.712Zuser 6:57.843421921
17342026-06-18T22:22:52.712Zsys 1:41.620651297
17352026-06-18T22:22:52.712Ztrap 0.265223247
17362026-06-18T22:22:52.712Ztflt 1.240791323
17372026-06-18T22:22:52.712Zdflt 1.958497897
17382026-06-18T22:22:52.712Zkflt 0.031361050
17392026-06-18T22:22:52.713Zlock 23:28.363367293
17402026-06-18T22:22:52.713Zslp 19:04.654422340
17412026-06-18T22:22:52.713Zlat 24.696179907
17422026-06-18T22:22:52.713Zstop 2:40.763992674
17432026-06-18T22:22:52.713Z+ ptime -m cargo xtask download softnpu
17442026-06-18T22:22:53.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-18T22:22:53.178Z Running `target/debug/xtask download softnpu`
17462026-06-18T22:22:53.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17472026-06-18T22:22:53.940Z Running `target/debug/xtask-downloader softnpu`
17482026-06-18T22:22:53.978ZJun 18 22:22:53.927 INFO Starting download, target: Softnpu
17492026-06-18T22:22:53.986ZJun 18 22:22:53.927 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-18T22:22:54.542ZJun 18 22:22:54.493 INFO Download complete, target: Softnpu
17512026-06-18T22:22:54.546Z
17522026-06-18T22:22:54.551Zreal 1.831208430
17532026-06-18T22:22:54.551Zuser 1.242602352
17542026-06-18T22:22:54.551Zsys 0.603862131
17552026-06-18T22:22:54.551Ztrap 0.002004080
17562026-06-18T22:22:54.552Ztflt 0.000052160
17572026-06-18T22:22:54.552Zdflt 0.000273100
17582026-06-18T22:22:54.552Zkflt 0.000000000
17592026-06-18T22:22:54.552Zlock 10.416458649
17602026-06-18T22:22:54.552Zslp 0.430522688
17612026-06-18T22:22:54.552Zlat 0.116070038
17622026-06-18T22:22:54.552Zstop 0.000169670
17632026-06-18T22:22:54.552Z+ export CARGO_INCREMENTAL=0
17642026-06-18T22:22:54.552Z+ CARGO_INCREMENTAL=0
17652026-06-18T22:22:54.552Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-18T22:22:55.405Z Compiling proc-macro2 v1.0.106
17672026-06-18T22:22:55.405Z Compiling quote v1.0.45
17682026-06-18T22:22:55.405Z Compiling unicode-ident v1.0.24
17692026-06-18T22:22:55.405Z Compiling libc v0.2.185
17702026-06-18T22:22:55.432Z Compiling serde_core v1.0.228
17712026-06-18T22:22:55.432Z Compiling serde v1.0.228
17722026-06-18T22:22:55.432Z Compiling cfg-if v1.0.4
17732026-06-18T22:22:55.433Z Compiling version_check v0.9.5
17742026-06-18T22:22:55.433Z Compiling find-msvc-tools v0.1.9
17752026-06-18T22:22:55.535Z Compiling shlex v1.3.0
17762026-06-18T22:22:55.567Z Compiling typenum v1.19.0
17772026-06-18T22:22:55.567Z Compiling autocfg v1.5.0
17782026-06-18T22:22:55.582Z Compiling zmij v1.0.21
17792026-06-18T22:22:55.582Z Compiling memchr v2.8.0
17802026-06-18T22:22:55.582Z Compiling serde_json v1.0.149
17812026-06-18T22:22:55.701Z Compiling portable-atomic v1.13.1
17822026-06-18T22:22:55.726Z Compiling libm v0.2.16
17832026-06-18T22:22:55.924Z Compiling zerocopy v0.8.40
17842026-06-18T22:22:55.960Z Compiling smallvec v1.15.1
17852026-06-18T22:22:55.989Z Compiling parking_lot_core v0.9.12
17862026-06-18T22:22:56.008Z Compiling generic-array v0.14.7
17872026-06-18T22:22:56.100Z Compiling icu_normalizer_data v2.1.1
17882026-06-18T22:22:56.122Z Compiling icu_properties_data v2.1.2
17892026-06-18T22:22:56.131Z Compiling itoa v1.0.17
17902026-06-18T22:22:56.166Z Compiling num-traits v0.2.19
17912026-06-18T22:22:56.214Z Compiling getrandom v0.4.1
17922026-06-18T22:22:56.267Z Compiling log v0.4.29
17932026-06-18T22:22:56.298Z Compiling stable_deref_trait v1.2.1
17942026-06-18T22:22:56.339Z Compiling pkg-config v0.3.32
17952026-06-18T22:22:56.349Z Compiling subtle v2.6.1
17962026-06-18T22:22:56.446Z Compiling jobserver v0.1.34
17972026-06-18T22:22:56.461Z Compiling getrandom v0.2.17
17982026-06-18T22:22:56.466Z Compiling errno v0.3.14
17992026-06-18T22:22:56.529Z Compiling scopeguard v1.2.0
18002026-06-18T22:22:56.602Z Compiling rand_core v0.6.4
18012026-06-18T22:22:56.676Z Compiling cc v1.2.56
18022026-06-18T22:22:56.691Z Compiling lock_api v0.4.14
18032026-06-18T22:22:56.836Z Compiling litemap v0.8.1
18042026-06-18T22:22:56.850Z Compiling syn v2.0.117
18052026-06-18T22:22:56.863Z Compiling percent-encoding v2.3.2
18062026-06-18T22:22:56.877Z Compiling fnv v1.0.7
18072026-06-18T22:22:56.881Z Compiling writeable v0.6.2
18082026-06-18T22:22:56.927Z Compiling pin-project-lite v0.2.17
18092026-06-18T22:22:56.942Z Compiling thiserror v2.0.18
18102026-06-18T22:22:57.022Z Compiling getrandom v0.3.4
18112026-06-18T22:22:57.056Z Compiling rand_core v0.10.0
18122026-06-18T22:22:57.130Z Compiling equivalent v1.0.2
18132026-06-18T22:22:57.172Z Compiling fs_extra v1.3.0
18142026-06-18T22:22:57.188Z Compiling schemars v0.8.22
18152026-06-18T22:22:57.222Z Compiling rustversion v1.0.22
18162026-06-18T22:22:57.225Z Compiling dunce v1.0.5
18172026-06-18T22:22:57.283Z Compiling rustix v1.1.3
18182026-06-18T22:22:57.342Z Compiling utf8_iter v1.0.4
18192026-06-18T22:22:57.358Z Compiling critical-section v1.2.0
18202026-06-18T22:22:57.381Z Compiling form_urlencoded v1.2.2
18212026-06-18T22:22:57.409Z Compiling cmake v0.1.57
18222026-06-18T22:22:57.489Z Compiling hashbrown v0.17.0
18232026-06-18T22:22:57.503Z Compiling signal-hook-registry v1.4.8
18242026-06-18T22:22:57.657Z Compiling const-oid v0.9.6
18252026-06-18T22:22:57.708Z Compiling socket2 v0.6.3
18262026-06-18T22:22:57.920Z Compiling bitflags v2.11.0
18272026-06-18T22:22:58.015Z Compiling semver v1.0.28
18282026-06-18T22:22:58.032Z Compiling ring v0.17.14
18292026-06-18T22:22:58.049Z Compiling aws-lc-sys v0.40.0
18302026-06-18T22:22:58.049Z Compiling once_cell v1.21.3
18312026-06-18T22:22:58.081Z Compiling indexmap v2.14.0
18322026-06-18T22:22:58.166Z Compiling parking_lot v0.12.5
18332026-06-18T22:22:58.339Z Compiling mio v1.2.0
18342026-06-18T22:22:58.370Z Compiling aws-lc-rs v1.16.3
18352026-06-18T22:22:58.373Z Compiling futures-core v0.3.32
18362026-06-18T22:22:58.438Z Compiling httparse v1.10.1
18372026-06-18T22:22:58.451Z Compiling strsim v0.11.1
18382026-06-18T22:22:58.520Z Compiling thiserror v1.0.69
18392026-06-18T22:22:58.589Z Compiling ucd-trie v0.1.7
18402026-06-18T22:22:58.673Z Compiling byteorder v1.5.0
18412026-06-18T22:22:58.767Z Compiling vcpkg v0.2.15
18422026-06-18T22:22:58.791Z Compiling iana-time-zone v0.1.65
18432026-06-18T22:22:58.795Z Compiling pest v2.8.6
18442026-06-18T22:22:58.855Z Compiling regex-syntax v0.8.10
18452026-06-18T22:22:58.858Z Compiling ident_case v1.0.1
18462026-06-18T22:22:58.858Z Compiling syn v1.0.109
18472026-06-18T22:22:58.858Z Compiling heck v0.5.0
18482026-06-18T22:22:58.917Z Compiling uuid v1.23.0
18492026-06-18T22:22:58.994Z Compiling cpufeatures v0.2.17
18502026-06-18T22:22:59.179Z Compiling rustls v0.23.37
18512026-06-18T22:22:59.195Z Compiling rustc_version v0.4.1
18522026-06-18T22:22:59.347Z Compiling openssl-sys v0.9.115
18532026-06-18T22:22:59.363Z Compiling futures-sink v0.3.32
18542026-06-18T22:22:59.470Z Compiling futures-channel v0.3.32
18552026-06-18T22:22:59.509Z Compiling aho-corasick v1.1.4
18562026-06-18T22:22:59.554Z Compiling futures-task v0.3.32
18572026-06-18T22:22:59.599Z Compiling dyn-clone v1.0.20
18582026-06-18T22:22:59.624Z Compiling futures-io v0.3.32
18592026-06-18T22:22:59.718Z Compiling synstructure v0.13.2
18602026-06-18T22:22:59.742Z Compiling serde_derive_internals v0.29.1
18612026-06-18T22:22:59.786Z Compiling slab v0.4.12
18622026-06-18T22:22:59.906Z Compiling pest_meta v2.8.6
18632026-06-18T22:23:00.009Z Compiling crc32fast v1.5.0
18642026-06-18T22:23:00.040Z Compiling plain v0.2.3
18652026-06-18T22:23:00.088Z Compiling time-core v0.1.8
18662026-06-18T22:23:00.104Z Compiling num-conv v0.2.0
18672026-06-18T22:23:00.204Z Compiling openssl v0.10.79
18682026-06-18T22:23:00.254Z Compiling base64 v0.22.1
18692026-06-18T22:23:00.270Z Compiling crossbeam-utils v0.8.21
18702026-06-18T22:23:00.273Z Compiling time-macros v0.2.27
18712026-06-18T22:23:00.338Z Compiling pretty-hex v0.4.1
18722026-06-18T22:23:00.464Z Compiling regex-automata v0.4.14
18732026-06-18T22:23:00.508Z Compiling pest_generator v2.8.6
18742026-06-18T22:23:00.532Z Compiling native-tls v0.2.18
18752026-06-18T22:23:00.543Z Compiling anyhow v1.0.102
18762026-06-18T22:23:00.573Z Compiling base64ct v1.8.3
18772026-06-18T22:23:00.652Z Compiling darling_core v0.21.3
18782026-06-18T22:23:00.778Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-18T22:23:00.869Z Compiling pem-rfc7468 v0.7.0
18802026-06-18T22:23:00.885Z Compiling flagset v0.4.7
18812026-06-18T22:23:00.888Z Compiling rand_core v0.9.5
18822026-06-18T22:23:00.979Z Compiling serde_derive v1.0.228
18832026-06-18T22:23:00.997Z Compiling zeroize_derive v1.4.3
18842026-06-18T22:23:01.032Z Compiling zerofrom-derive v0.1.6
18852026-06-18T22:23:01.045Z Compiling yoke-derive v0.8.1
18862026-06-18T22:23:01.062Z Compiling zerovec-derive v0.11.2
18872026-06-18T22:23:01.127Z Compiling displaydoc v0.2.5
18882026-06-18T22:23:01.153Z Compiling zerocopy-derive v0.8.40
18892026-06-18T22:23:01.168Z Compiling tokio-macros v2.7.0
18902026-06-18T22:23:01.187Z Compiling futures-macro v0.3.32
18912026-06-18T22:23:01.207Z Compiling thiserror-impl v2.0.18
18922026-06-18T22:23:01.291Z Compiling schemars_derive v0.8.22
18932026-06-18T22:23:01.608Z Compiling zeroize v1.8.2
18942026-06-18T22:23:01.881Z Compiling tracing-attributes v0.1.31
18952026-06-18T22:23:01.971Z Compiling der_derive v0.7.3
18962026-06-18T22:23:02.037Z Compiling thiserror-impl v1.0.69
18972026-06-18T22:23:02.097Z Compiling pest_derive v2.8.6
18982026-06-18T22:23:02.171Z Compiling zerofrom v0.1.6
18992026-06-18T22:23:02.323Z Compiling yoke v0.8.1
19002026-06-18T22:23:02.399Z Compiling crypto-common v0.1.7
19012026-06-18T22:23:02.469Z Compiling block-buffer v0.10.4
19022026-06-18T22:23:02.521Z Compiling zerovec v0.11.5
19032026-06-18T22:23:02.537Z Compiling zerotrie v0.2.3
19042026-06-18T22:23:02.779Z Compiling digest v0.10.7
19052026-06-18T22:23:02.835Z Compiling futures-util v0.3.32
19062026-06-18T22:23:02.993Z Compiling block-padding v0.3.3
19072026-06-18T22:23:03.045Z Compiling hmac v0.12.1
19082026-06-18T22:23:03.061Z Compiling tinystr v0.8.2
19092026-06-18T22:23:03.077Z Compiling potential_utf v0.1.4
19102026-06-18T22:23:03.133Z Compiling inout v0.1.4
19112026-06-18T22:23:03.152Z Compiling sha2 v0.10.9
19122026-06-18T22:23:03.209Z Compiling icu_collections v2.1.1
19132026-06-18T22:23:03.255Z Compiling icu_locale_core v2.1.1
19142026-06-18T22:23:03.295Z Compiling cipher v0.4.4
19152026-06-18T22:23:03.309Z Compiling rustls-pki-types v1.14.0
19162026-06-18T22:23:03.341Z Compiling openssl-macros v0.1.1
19172026-06-18T22:23:03.523Z Compiling scroll_derive v0.13.1
19182026-06-18T22:23:03.543Z Compiling scroll_derive v0.12.1
19192026-06-18T22:23:03.953Z Compiling icu_provider v2.1.1
19202026-06-18T22:23:04.145Z Compiling bytes v1.11.1
19212026-06-18T22:23:04.164Z Compiling chrono v0.4.44
19222026-06-18T22:23:04.267Z Compiling icu_properties v2.1.2
19232026-06-18T22:23:04.270Z Compiling icu_normalizer v2.1.1
19242026-06-18T22:23:04.313Z Compiling serde_tokenstream v0.2.3
19252026-06-18T22:23:04.504Z Compiling der v0.7.10
19262026-06-18T22:23:04.641Z Compiling darling_macro v0.21.3
19272026-06-18T22:23:04.861Z Compiling tokio v1.52.1
19282026-06-18T22:23:05.141Z Compiling http v1.4.0
19292026-06-18T22:23:05.174Z Compiling regex v1.12.3
19302026-06-18T22:23:05.503Z Compiling idna_adapter v1.2.1
19312026-06-18T22:23:05.588Z Compiling ppv-lite86 v0.2.21
19322026-06-18T22:23:05.670Z Compiling idna v1.1.0
19332026-06-18T22:23:05.726Z Compiling zerocopy-derive v0.7.35
19342026-06-18T22:23:05.757Z Compiling tracing-core v0.1.36
19352026-06-18T22:23:05.886Z Compiling slog v2.8.2
19362026-06-18T22:23:06.024Z Compiling url v2.5.8
19372026-06-18T22:23:06.180Z Compiling untrusted v0.9.0
19382026-06-18T22:23:06.564Z Compiling tracing v0.1.44
19392026-06-18T22:23:06.802Z Compiling spki v0.7.3
19402026-06-18T22:23:06.818Z Compiling darling v0.21.3
19412026-06-18T22:23:06.915Z Compiling salsa20 v0.10.2
19422026-06-18T22:23:06.982Z Compiling pbkdf2 v0.12.2
19432026-06-18T22:23:07.443Z Compiling cookie v0.18.1
19442026-06-18T22:23:07.475Z Compiling camino v1.2.2
19452026-06-18T22:23:07.707Z Compiling scrypt v0.11.0
19462026-06-18T22:23:07.775Z Compiling rand_chacha v0.9.0
19472026-06-18T22:23:07.791Z Compiling http-body v1.0.1
19482026-06-18T22:23:07.794Z Compiling cbc v0.1.2
19492026-06-18T22:23:07.953Z Compiling aes v0.8.4
19502026-06-18T22:23:07.969Z Compiling usdt-impl v0.5.0
19512026-06-18T22:23:08.026Z Compiling unicode-segmentation v1.12.0
19522026-06-18T22:23:08.090Z Compiling usdt-impl v0.6.0
19532026-06-18T22:23:08.149Z Compiling tinyvec_macros v0.1.1
19542026-06-18T22:23:08.195Z Compiling fastrand v2.3.0
19552026-06-18T22:23:08.218Z Compiling untrusted v0.7.1
19562026-06-18T22:23:08.232Z Compiling ref-cast v1.0.25
19572026-06-18T22:23:08.248Z Compiling paste v1.0.15
19582026-06-18T22:23:08.326Z Compiling openssl-probe v0.2.1
19592026-06-18T22:23:08.360Z Compiling winnow v0.7.14
19602026-06-18T22:23:08.430Z Compiling either v1.15.0
19612026-06-18T22:23:08.512Z Compiling pkcs5 v0.7.1
19622026-06-18T22:23:08.542Z Compiling tinyvec v1.10.0
19632026-06-18T22:23:08.573Z Compiling rand v0.9.2
19642026-06-18T22:23:08.650Z Compiling tokio-util v0.7.18
19652026-06-18T22:23:08.867Z Compiling scroll v0.13.0
19662026-06-18T22:23:08.871Z Compiling toml_datetime v0.6.11
19672026-06-18T22:23:08.902Z Compiling serde_spanned v0.6.9
19682026-06-18T22:23:08.962Z Compiling scroll v0.12.0
19692026-06-18T22:23:09.140Z Compiling async-trait v0.1.89
19702026-06-18T22:23:09.155Z Compiling heapless v0.7.17
19712026-06-18T22:23:09.249Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-18T22:23:09.285Z Compiling signal-hook v0.3.18
19732026-06-18T22:23:09.328Z Compiling zstd-safe v7.2.4
19742026-06-18T22:23:09.450Z Compiling rustix v0.38.44
19752026-06-18T22:23:09.515Z Compiling tower-service v0.3.3
19762026-06-18T22:23:09.552Z Compiling atomic-waker v1.1.2
19772026-06-18T22:23:09.704Z Compiling tower-layer v0.3.3
19782026-06-18T22:23:09.718Z Compiling try-lock v0.2.5
19792026-06-18T22:23:09.792Z Compiling toml_parser v1.0.9+spec-1.1.0
19802026-06-18T22:23:09.807Z Compiling h2 v0.4.13
19812026-06-18T22:23:09.839Z Compiling want v0.3.1
19822026-06-18T22:23:10.020Z Compiling goblin v0.8.2
19832026-06-18T22:23:10.043Z Compiling goblin v0.10.5
19842026-06-18T22:23:10.072Z Compiling pkcs8 v0.10.2
19852026-06-18T22:23:10.351Z Compiling heck v0.4.1
19862026-06-18T22:23:10.366Z Compiling zerocopy v0.7.35
19872026-06-18T22:23:10.387Z Compiling ipnet v2.11.0
19882026-06-18T22:23:10.572Z Compiling ref-cast-impl v1.0.25
19892026-06-18T22:23:10.653Z Compiling darling_core v0.20.11
19902026-06-18T22:23:10.853Z Compiling curve25519-dalek v4.1.3
19912026-06-18T22:23:10.935Z Compiling memoffset v0.9.1
19922026-06-18T22:23:10.949Z Compiling httpdate v1.0.3
19932026-06-18T22:23:11.119Z Compiling pin-utils v0.1.0
19942026-06-18T22:23:11.154Z Compiling litrs v1.0.0
19952026-06-18T22:23:11.212Z Compiling winnow v0.5.40
19962026-06-18T22:23:11.254Z Compiling foreign-types-shared v0.1.1
19972026-06-18T22:23:11.306Z Compiling utf8parse v0.2.2
19982026-06-18T22:23:11.625Z Compiling document-features v0.2.12
19992026-06-18T22:23:11.665Z Compiling tempfile v3.25.0
20002026-06-18T22:23:11.702Z Compiling foreign-types v0.3.2
20012026-06-18T22:23:12.160Z Compiling unicode-normalization v0.1.25
20022026-06-18T22:23:12.612Z Compiling toml_edit v0.19.15
20032026-06-18T22:23:12.629Z Compiling darling_macro v0.20.11
20042026-06-18T22:23:12.642Z Compiling dof v0.3.0
20052026-06-18T22:23:12.668Z Compiling dtrace-parser v0.2.0
20062026-06-18T22:23:12.755Z Compiling dof v0.4.0
20072026-06-18T22:23:12.910Z Compiling hyper v1.8.1
20082026-06-18T22:23:13.128Z Compiling dtrace-parser v0.3.0
20092026-06-18T22:23:13.334Z Compiling pin-project-internal v1.1.11
20102026-06-18T22:23:13.434Z Compiling daft-derive v0.1.7
20112026-06-18T22:23:13.573Z Compiling spin v0.9.8
20122026-06-18T22:23:13.594Z Compiling thread-id v5.1.0
20132026-06-18T22:23:13.681Z Compiling socket2 v0.5.10
20142026-06-18T22:23:13.696Z Compiling thread-id v4.2.2
20152026-06-18T22:23:13.750Z Compiling powerfmt v0.2.0
20162026-06-18T22:23:13.816Z Compiling smoltcp v0.9.1
20172026-06-18T22:23:13.845Z Compiling anstyle v1.0.14
20182026-06-18T22:23:13.889Z Compiling num-bigint-dig v0.8.6
20192026-06-18T22:23:14.034Z Compiling cfg_aliases v0.2.1
20202026-06-18T22:23:14.087Z Compiling hyper-util v0.1.20
20212026-06-18T22:23:14.104Z Compiling deranged v0.5.8
20222026-06-18T22:23:14.124Z Compiling nix v0.31.2
20232026-06-18T22:23:14.423Z Compiling darling v0.20.11
20242026-06-18T22:23:14.525Z Compiling rustls-native-certs v0.8.3
20252026-06-18T22:23:14.562Z Compiling ipnetwork v0.21.1
20262026-06-18T22:23:14.838Z Compiling strum_macros v0.26.4
20272026-06-18T22:23:14.892Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-18T22:23:14.992Z Compiling sync_wrapper v1.0.2
20292026-06-18T22:23:15.049Z Compiling wait-timeout v0.2.1
20302026-06-18T22:23:15.267Z Compiling simd-adler32 v0.3.8
20312026-06-18T22:23:15.428Z Compiling colorchoice v1.0.4
20322026-06-18T22:23:15.525Z Compiling siphasher v1.0.2
20332026-06-18T22:23:15.681Z Compiling is_terminal_polyfill v1.70.2
20342026-06-18T22:23:15.701Z Compiling bit-vec v0.8.0
20352026-06-18T22:23:15.732Z Compiling anstyle-query v1.1.5
20362026-06-18T22:23:15.746Z Compiling num_threads v0.1.7
20372026-06-18T22:23:15.793Z Compiling quick-error v1.2.3
20382026-06-18T22:23:15.879Z Compiling time v0.3.47
20392026-06-18T22:23:15.928Z Compiling bit-set v0.8.0
20402026-06-18T22:23:15.928Z Compiling rusty-fork v0.3.1
20412026-06-18T22:23:16.115Z Compiling tower v0.5.3
20422026-06-18T22:23:16.243Z Compiling derive_builder_core v0.20.2
20432026-06-18T22:23:16.399Z Compiling snafu-derive v0.8.9
20442026-06-18T22:23:16.443Z Compiling http-body-util v0.1.3
20452026-06-18T22:23:16.709Z Compiling webpki-roots v1.0.6
20462026-06-18T22:23:16.849Z Compiling signature v2.2.0
20472026-06-18T22:23:17.020Z Compiling hubpack_derive v0.1.1
20482026-06-18T22:23:17.067Z Compiling rand_xorshift v0.4.0
20492026-06-18T22:23:17.083Z Compiling strum_macros v0.27.2
20502026-06-18T22:23:17.187Z Compiling fs-err v3.3.0
20512026-06-18T22:23:17.233Z Compiling ahash v0.8.12
20522026-06-18T22:23:17.363Z Compiling unicode-bidi v0.3.18
20532026-06-18T22:23:17.390Z Compiling iri-string v0.7.10
20542026-06-18T22:23:17.414Z Compiling object v0.37.3
20552026-06-18T22:23:17.475Z Compiling ryu v1.0.23
20562026-06-18T22:23:17.697Z Compiling allocator-api2 v0.2.21
20572026-06-18T22:23:17.712Z Compiling unicode-properties v0.1.4
20582026-06-18T22:23:17.858Z Compiling adler2 v2.0.1
20592026-06-18T22:23:17.919Z Compiling unarray v0.1.4
20602026-06-18T22:23:17.945Z Compiling stringprep v0.1.5
20612026-06-18T22:23:18.005Z Compiling miniz_oxide v0.8.9
20622026-06-18T22:23:18.049Z Compiling proptest v1.10.0
20632026-06-18T22:23:18.077Z Compiling serde_urlencoded v0.7.1
20642026-06-18T22:23:18.522Z Compiling derive_builder_macro v0.20.2
20652026-06-18T22:23:18.560Z Compiling tokio-native-tls v0.3.1
20662026-06-18T22:23:18.624Z Compiling tower-http v0.6.8
20672026-06-18T22:23:18.842Z Compiling usdt-attr-macro v0.6.0
20682026-06-18T22:23:18.858Z Compiling usdt-macro v0.6.0
20692026-06-18T22:23:19.010Z Compiling anstyle-parse v1.0.0
20702026-06-18T22:23:19.455Z Compiling rand_chacha v0.3.1
20712026-06-18T22:23:19.584Z Compiling erased-serde v0.3.31
20722026-06-18T22:23:19.604Z Compiling md-5 v0.10.6
20732026-06-18T22:23:19.620Z Compiling bstr v1.12.1
20742026-06-18T22:23:19.739Z Compiling num-integer v0.1.46
20752026-06-18T22:23:19.779Z Compiling hash32 v0.2.1
20762026-06-18T22:23:19.850Z Compiling vergen-lib v9.1.0
20772026-06-18T22:23:19.903Z Compiling ff v0.13.1
20782026-06-18T22:23:19.949Z Compiling encoding_rs v0.8.35
20792026-06-18T22:23:19.981Z Compiling mime v0.3.17
20802026-06-18T22:23:19.996Z Compiling base16ct v0.2.0
20812026-06-18T22:23:20.183Z Compiling psl-types v2.0.11
20822026-06-18T22:23:20.187Z Compiling zlib-rs v0.6.2
20832026-06-18T22:23:20.214Z Compiling fallible-iterator v0.2.0
20842026-06-18T22:23:20.293Z Compiling sec1 v0.7.3
20852026-06-18T22:23:20.329Z Compiling publicsuffix v2.3.0
20862026-06-18T22:23:20.376Z Compiling newtype-uuid v1.3.2
20872026-06-18T22:23:20.495Z Compiling group v0.13.0
20882026-06-18T22:23:20.532Z Compiling postgres-protocol v0.6.10
20892026-06-18T22:23:20.564Z Compiling num-iter v0.1.45
20902026-06-18T22:23:20.733Z Compiling rand v0.8.6
20912026-06-18T22:23:21.186Z Compiling anstream v1.0.0
20922026-06-18T22:23:21.276Z Compiling oxnet v0.1.6
20932026-06-18T22:23:21.302Z Compiling derive_builder v0.20.2
20942026-06-18T22:23:21.369Z Compiling hyper-tls v0.6.0
20952026-06-18T22:23:21.404Z Compiling phf_shared v0.13.1
20962026-06-18T22:23:21.452Z Compiling pin-project v1.1.11
20972026-06-18T22:23:21.517Z Compiling lazy_static v1.5.0
20982026-06-18T22:23:21.531Z Compiling anstyle-parse v0.2.7
20992026-06-18T22:23:21.662Z Compiling terminal_size v0.4.3
21002026-06-18T22:23:21.692Z Compiling serde_with_macros v3.17.0
21012026-06-18T22:23:21.695Z Compiling futures-executor v0.3.32
21022026-06-18T22:23:21.695Z Compiling hex v0.4.3
21032026-06-18T22:23:21.830Z Compiling hkdf v0.12.4
21042026-06-18T22:23:21.912Z Compiling crypto-bigint v0.5.5
21052026-06-18T22:23:21.928Z Compiling enum-as-inner v0.6.1
21062026-06-18T22:23:21.956Z Compiling serde_repr v0.1.20
21072026-06-18T22:23:21.973Z Compiling async-recursion v1.1.1
21082026-06-18T22:23:21.989Z Compiling clap_derive v4.6.1
21092026-06-18T22:23:22.031Z Compiling vergen v9.1.0
21102026-06-18T22:23:22.067Z Compiling cargo-platform v0.3.2
21112026-06-18T22:23:22.244Z Compiling flate2 v1.1.9
21122026-06-18T22:23:22.339Z Compiling foldhash v0.2.0
21132026-06-18T22:23:22.447Z Compiling bumpalo v3.20.2
21142026-06-18T22:23:22.499Z Compiling bitflags v1.3.2
21152026-06-18T22:23:22.517Z Compiling clap_lex v1.0.0
21162026-06-18T22:23:22.627Z Compiling same-file v1.0.6
21172026-06-18T22:23:22.653Z Compiling libbz2-rs-sys v0.2.2
21182026-06-18T22:23:22.669Z Compiling foldhash v0.1.5
21192026-06-18T22:23:22.753Z Compiling managed v0.8.0
21202026-06-18T22:23:22.847Z Compiling hashbrown v0.15.5
21212026-06-18T22:23:22.850Z Compiling elliptic-curve v0.13.8
21222026-06-18T22:23:23.039Z Compiling walkdir v2.5.0
21232026-06-18T22:23:23.058Z Compiling bzip2 v0.6.1
21242026-06-18T22:23:23.234Z Compiling clap_builder v4.6.0
21252026-06-18T22:23:23.250Z Compiling zopfli v0.8.3
21262026-06-18T22:23:23.276Z Compiling hashbrown v0.16.1
21272026-06-18T22:23:23.336Z Compiling cargo_metadata v0.23.1
21282026-06-18T22:23:23.622Z Compiling futures v0.3.32
21292026-06-18T22:23:23.928Z Compiling anstream v0.6.21
21302026-06-18T22:23:23.982Z Compiling phf v0.13.1
21312026-06-18T22:23:24.230Z Compiling zstd v0.13.3
21322026-06-18T22:23:24.338Z Compiling snafu v0.8.9
21332026-06-18T22:23:24.507Z Compiling daft v0.1.7
21342026-06-18T22:23:24.697Z Compiling signal-hook-mio v0.2.5
21352026-06-18T22:23:24.834Z Compiling cookie_store v0.22.1
21362026-06-18T22:23:24.891Z Compiling postgres-types v0.2.12
21372026-06-18T22:23:24.928Z Compiling bzip2 v0.4.4
21382026-06-18T22:23:24.983Z Compiling globset v0.4.18
21392026-06-18T22:23:25.156Z Compiling strum v0.27.2
21402026-06-18T22:23:25.246Z Compiling hubpack v0.1.2
21412026-06-18T22:23:25.312Z Compiling ed25519 v2.2.3
21422026-06-18T22:23:25.337Z Compiling phf_shared v0.11.3
21432026-06-18T22:23:25.419Z Compiling crossbeam-epoch v0.9.18
21442026-06-18T22:23:25.451Z Compiling olpc-cjson v0.1.4
21452026-06-18T22:23:25.469Z Compiling pkcs1 v0.7.5
21462026-06-18T22:23:25.537Z Compiling pem v3.0.6
21472026-06-18T22:23:25.595Z Compiling serde_plain v1.0.2
21482026-06-18T22:23:25.626Z Compiling serde-big-array v0.5.1
21492026-06-18T22:23:25.662Z Compiling rfc6979 v0.4.0
21502026-06-18T22:23:25.793Z Compiling float-cmp v0.10.0
21512026-06-18T22:23:25.793Z Compiling memmap2 v0.9.10
21522026-06-18T22:23:25.826Z Compiling env_filter v1.0.0
21532026-06-18T22:23:25.826Z Compiling new_debug_unreachable v1.0.6
21542026-06-18T22:23:25.858Z Compiling normalize-line-endings v0.3.0
21552026-06-18T22:23:25.861Z Compiling whoami v2.1.0
21562026-06-18T22:23:25.945Z Compiling keccak v0.1.6
21572026-06-18T22:23:25.963Z Compiling difflib v0.4.0
21582026-06-18T22:23:25.979Z Compiling data-encoding v2.10.0
21592026-06-18T22:23:25.982Z Compiling jiff v0.2.21
21602026-06-18T22:23:26.039Z Compiling precomputed-hash v0.1.1
21612026-06-18T22:23:26.120Z Compiling predicates-core v1.0.10
21622026-06-18T22:23:26.145Z Compiling typed-path v0.9.3
21632026-06-18T22:23:26.162Z Compiling fixedbitset v0.5.7
21642026-06-18T22:23:26.215Z Compiling toml_write v0.1.2
21652026-06-18T22:23:26.306Z Compiling fixedbitset v0.4.2
21662026-06-18T22:23:26.347Z Compiling static_assertions v1.1.0
21672026-06-18T22:23:26.370Z Compiling petgraph v0.8.3
21682026-06-18T22:23:26.424Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21692026-06-18T22:23:26.440Z Compiling toml_edit v0.22.27
21702026-06-18T22:23:26.471Z Compiling petgraph v0.6.5
21712026-06-18T22:23:26.522Z Compiling hickory-proto v0.25.2
21722026-06-18T22:23:26.525Z Compiling predicates v3.1.4
21732026-06-18T22:23:27.111Z Compiling string_cache v0.8.9
21742026-06-18T22:23:27.115Z Compiling sha3 v0.10.8
21752026-06-18T22:23:27.301Z Compiling tokio-postgres v0.7.16
21762026-06-18T22:23:27.415Z Compiling env_logger v0.11.9
21772026-06-18T22:23:27.498Z Compiling usdt v0.6.0
21782026-06-18T22:23:27.750Z Compiling ecdsa v0.16.9
21792026-06-18T22:23:27.767Z Compiling rsa v0.9.10
21802026-06-18T22:23:27.967Z Compiling ed25519-dalek v2.2.0
21812026-06-18T22:23:28.551Z Compiling zip v0.6.6
21822026-06-18T22:23:28.684Z Compiling zip v4.6.1
21832026-06-18T22:23:28.797Z Compiling crossterm v0.28.1
21842026-06-18T22:23:29.233Z Compiling iddqd v0.4.2
21852026-06-18T22:23:29.359Z Compiling clap v4.6.1
21862026-06-18T22:23:29.478Z Compiling serde_with v3.17.0
21872026-06-18T22:23:29.635Z Compiling similar v2.7.0
21882026-06-18T22:23:29.650Z Compiling strum v0.26.3
21892026-06-18T22:23:29.720Z Compiling toml v0.7.8
21902026-06-18T22:23:29.793Z Compiling tokio-stream v0.1.18
21912026-06-18T22:23:29.794Z Compiling buf-list v1.1.2
21922026-06-18T22:23:30.027Z Compiling itertools v0.13.0
21932026-06-18T22:23:30.255Z Compiling x509-cert v0.2.5
21942026-06-18T22:23:30.382Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-18T22:23:30.480Z Compiling openapiv3 v2.2.0
21962026-06-18T22:23:30.692Z Compiling sha1 v0.10.6
21972026-06-18T22:23:30.903Z Compiling lalrpop-util v0.19.12
21982026-06-18T22:23:30.956Z Compiling peg-runtime v0.8.5
21992026-06-18T22:23:45.993Z Compiling rustls-webpki v0.103.9
22002026-06-18T22:23:47.748Z Compiling macaddr v1.0.1
22012026-06-18T22:23:47.776Z Compiling structmeta-derive v0.3.0
22022026-06-18T22:23:47.826Z Compiling rayon-core v1.13.0
22032026-06-18T22:23:47.859Z Compiling crucible-workspace-hack v0.1.0
22042026-06-18T22:23:47.991Z Compiling itertools v0.14.0
22052026-06-18T22:23:48.054Z Compiling secrecy v0.10.3
22062026-06-18T22:23:48.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-18T22:23:48.108Z Compiling rustls v0.22.4
22082026-06-18T22:23:48.127Z Compiling heapless v0.8.0
22092026-06-18T22:23:48.243Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-06-18T22:23:48.378Z Compiling crossbeam-deque v0.8.6
22112026-06-18T22:23:48.456Z Compiling toml_edit v0.23.10+spec-1.0.0
22122026-06-18T22:23:48.482Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-18T22:23:48.502Z Compiling rustls-webpki v0.102.8
22142026-06-18T22:23:48.573Z Compiling hash32 v0.3.1
22152026-06-18T22:23:48.615Z Compiling multer v3.1.0
22162026-06-18T22:23:48.629Z Compiling thread_local v1.1.9
22172026-06-18T22:23:48.653Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-06-18T22:23:48.667Z Compiling match_cfg v0.1.0
22192026-06-18T22:23:48.761Z Compiling smoltcp v0.11.0
22202026-06-18T22:23:48.777Z Compiling unicode-width v0.2.0
22212026-06-18T22:23:48.794Z Compiling structmeta v0.3.0
22222026-06-18T22:23:48.836Z Compiling compression-core v0.4.31
22232026-06-18T22:23:48.852Z Compiling slog-async v2.8.0
22242026-06-18T22:23:48.963Z Compiling compression-codecs v0.4.37
22252026-06-18T22:23:49.017Z Compiling derive-ex v0.1.8
22262026-06-18T22:23:49.032Z Compiling proc-macro-crate v3.4.0
22272026-06-18T22:23:49.115Z Compiling hostname v0.3.1
22282026-06-18T22:23:49.255Z Compiling ingot-macros v0.1.1
22292026-06-18T22:23:49.314Z Compiling atomicwrites v0.4.4
22302026-06-18T22:23:49.367Z Compiling slog-json v2.6.1
22312026-06-18T22:23:49.410Z Compiling crossbeam-channel v0.5.15
22322026-06-18T22:23:49.512Z Compiling half v2.7.1
22332026-06-18T22:23:49.633Z Compiling newtype-uuid-macros v0.1.0
22342026-06-18T22:23:49.650Z Compiling cobs v0.3.0
22352026-06-18T22:23:49.664Z Compiling thiserror-impl-no-std v2.0.2
22362026-06-18T22:23:49.899Z Compiling tokio-rustls v0.26.4
22372026-06-18T22:23:49.951Z Compiling rustls-platform-verifier v0.6.2
22382026-06-18T22:23:50.128Z Compiling universal-hash v0.5.1
22392026-06-18T22:23:50.180Z Compiling hyper-rustls v0.27.7
22402026-06-18T22:23:50.195Z Compiling async-stream-impl v0.3.6
22412026-06-18T22:23:50.300Z Compiling serde_spanned v1.0.4
22422026-06-18T22:23:50.371Z Compiling toml_datetime v1.0.0+spec-1.1.0
22432026-06-18T22:23:50.387Z Compiling is-terminal v0.4.17
22442026-06-18T22:23:50.486Z Compiling reqwest v0.12.28
22452026-06-18T22:23:50.507Z Compiling reqwest v0.13.2
22462026-06-18T22:23:50.526Z Compiling dropshot v0.17.0
22472026-06-18T22:23:50.602Z Compiling proc-macro-error-attr v1.0.4
22482026-06-18T22:23:50.718Z Compiling opaque-debug v0.3.1
22492026-06-18T22:23:50.751Z Compiling convert_case v0.4.0
22502026-06-18T22:23:50.783Z Compiling ciborium-io v0.2.2
22512026-06-18T22:23:50.799Z Compiling take_mut v0.2.2
22522026-06-18T22:23:50.812Z Compiling toml_writer v1.0.6+spec-1.1.0
22532026-06-18T22:23:50.830Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-06-18T22:23:50.834Z Compiling term v1.2.1
22552026-06-18T22:23:50.930Z Compiling ciborium-ll v0.2.2
22562026-06-18T22:23:51.058Z Compiling toml v1.0.6+spec-1.1.0
22572026-06-18T22:23:51.084Z Compiling derive_more v0.99.20
22582026-06-18T22:23:51.161Z Compiling slog-term v2.9.2
22592026-06-18T22:23:51.211Z Compiling tokio-rustls v0.25.0
22602026-06-18T22:23:51.253Z Compiling async-stream v0.3.6
22612026-06-18T22:23:51.469Z Compiling poly1305 v0.8.0
22622026-06-18T22:23:51.501Z Compiling thiserror-no-std v2.0.2
22632026-06-18T22:23:51.587Z Compiling test-strategy v0.4.5
22642026-06-18T22:23:51.616Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-18T22:23:51.933Z Compiling ingot-types v0.1.2
22662026-06-18T22:23:52.114Z Compiling tough v0.22.0
22672026-06-18T22:23:52.173Z Compiling postcard v1.1.3
22682026-06-18T22:23:52.376Z Compiling ingot v0.1.1
22692026-06-18T22:23:52.431Z Compiling slog-bunyan v2.5.0
22702026-06-18T22:23:52.583Z Compiling num_enum_derive v0.7.6
22712026-06-18T22:23:52.638Z Compiling async-compression v0.4.41
22722026-06-18T22:23:52.667Z Compiling parse-display-derive v0.10.0
22732026-06-18T22:23:53.130Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-18T22:23:53.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-18T22:23:53.411Z Compiling proc-macro-crate v1.3.1
22762026-06-18T22:23:53.535Z Compiling waitgroup v0.1.2
22772026-06-18T22:23:53.539Z Compiling backon v1.6.0
22782026-06-18T22:23:53.716Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-18T22:23:53.783Z Compiling password-hash v0.5.0
22802026-06-18T22:23:53.822Z Compiling dropshot_endpoint v0.17.0
22812026-06-18T22:23:53.838Z Compiling chacha20 v0.9.1
22822026-06-18T22:23:53.873Z Compiling rustls-pemfile v2.2.0
22832026-06-18T22:23:54.074Z Compiling blake2 v0.10.6
22842026-06-18T22:23:54.108Z Compiling aead v0.5.2
22852026-06-18T22:23:54.146Z Compiling foreign-types-macros v0.2.3
22862026-06-18T22:23:54.177Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-18T22:23:54.352Z Compiling serde_path_to_error v0.1.20
22882026-06-18T22:23:54.625Z Compiling hostname v0.4.2
22892026-06-18T22:23:54.641Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-18T22:23:54.676Z Compiling proc-macro-error v1.0.4
22912026-06-18T22:23:54.764Z Compiling instant v0.1.13
22922026-06-18T22:23:54.780Z Compiling debug-ignore v1.0.5
22932026-06-18T22:23:54.812Z Compiling typeid v1.0.3
22942026-06-18T22:23:54.827Z Compiling cpufeatures v0.3.0
22952026-06-18T22:23:54.845Z Compiling foreign-types-shared v0.3.1
22962026-06-18T22:23:54.916Z Compiling chacha20 v0.10.0
22972026-06-18T22:23:54.919Z Compiling backoff v0.4.0
22982026-06-18T22:23:54.946Z Compiling foreign-types v0.5.0
22992026-06-18T22:23:54.949Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-18T22:23:54.976Z Compiling argon2 v0.5.3
23012026-06-18T22:23:54.997Z Compiling chacha20poly1305 v0.10.1
23022026-06-18T22:23:55.028Z Compiling parse-display v0.10.0
23032026-06-18T22:23:55.045Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-18T22:23:55.158Z Compiling num_enum_derive v0.5.11
23052026-06-18T22:23:55.173Z Compiling num_enum v0.7.6
23062026-06-18T22:23:55.188Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-18T22:23:55.229Z Compiling vsss-rs v3.3.4
23082026-06-18T22:23:55.288Z Compiling ciborium v0.2.2
23092026-06-18T22:23:55.459Z Compiling tabwriter v1.4.1
23102026-06-18T22:23:55.725Z Compiling regress v0.10.5
23112026-06-18T22:23:55.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-06-18T22:23:55.859Z Compiling byte-wrapper v0.1.0
23132026-06-18T22:23:55.946Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23142026-06-18T22:23:56.015Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-18T22:23:56.090Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23162026-06-18T22:23:56.121Z Compiling cstr-argument v0.1.2
23172026-06-18T22:23:56.165Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-06-18T22:23:56.182Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-06-18T22:23:56.319Z Compiling humantime v2.3.0
23202026-06-18T22:23:56.379Z Compiling erased-serde v0.4.9
23212026-06-18T22:23:56.473Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-18T22:23:56.628Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-18T22:23:56.650Z Compiling num_enum v0.5.11
23242026-06-18T22:23:56.710Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-18T22:23:56.767Z Compiling rand v0.10.0
23262026-06-18T22:23:56.784Z Compiling rayon v1.11.0
23272026-06-18T22:23:56.800Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-18T22:23:56.816Z Compiling libefi-sys v0.1.0
23292026-06-18T22:23:56.899Z Compiling colored v3.1.1
23302026-06-18T22:23:56.965Z Compiling indent_write v2.2.0
23312026-06-18T22:23:56.998Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-18T22:23:57.048Z Compiling zone_cfg_derive v0.3.1
23332026-06-18T22:23:57.068Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-18T22:23:57.145Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-18T22:23:57.169Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-18T22:23:57.317Z Compiling camino-tempfile v1.4.1
23372026-06-18T22:23:57.422Z Compiling itertools v0.12.1
23382026-06-18T22:23:57.567Z Compiling usdt-macro v0.5.0
23392026-06-18T22:23:57.587Z Compiling usdt-attr-macro v0.5.0
23402026-06-18T22:23:57.687Z Compiling num-derive v0.4.2
23412026-06-18T22:23:57.717Z Compiling bitfield-struct v0.6.2
23422026-06-18T22:23:57.733Z Compiling ordered-float v2.10.1
23432026-06-18T22:23:57.737Z Compiling blake3 v1.8.3
23442026-06-18T22:23:58.033Z Compiling memmap v0.7.0
23452026-06-18T22:23:58.122Z Compiling sigpipe v0.1.3
23462026-06-18T22:23:58.237Z Compiling swrite v0.1.0
23472026-06-18T22:23:58.267Z Compiling glob v0.3.3
23482026-06-18T22:23:58.292Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-18T22:23:58.346Z Compiling usdt v0.5.0
23502026-06-18T22:23:58.362Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-06-18T22:23:58.552Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-18T22:23:58.583Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-18T22:23:58.705Z Compiling serde-value v0.7.0
23542026-06-18T22:23:58.892Z Compiling zone v0.3.1
23552026-06-18T22:23:58.914Z Compiling serde-untagged v0.1.9
23562026-06-18T22:23:58.990Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-18T22:23:59.216Z Compiling toml v0.8.23
23582026-06-18T22:23:59.231Z Compiling smf v0.2.3
23592026-06-18T22:23:59.245Z Compiling filetime v0.2.27
23602026-06-18T22:23:59.304Z Compiling arrayvec v0.7.6
23612026-06-18T22:23:59.330Z Compiling xattr v1.6.1
23622026-06-18T22:23:59.334Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-18T22:23:59.422Z Compiling whoami v1.6.1
23642026-06-18T22:23:59.444Z Compiling arrayref v0.3.9
23652026-06-18T22:23:59.508Z Compiling unicode-xid v0.2.6
23662026-06-18T22:23:59.528Z Compiling constant_time_eq v0.4.2
23672026-06-18T22:23:59.547Z Compiling tar v0.4.45
23682026-06-18T22:23:59.563Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-18T22:23:59.580Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-18T22:23:59.752Z Compiling cargo-util-schemas v0.8.2
23712026-06-18T22:23:59.840Z Compiling tokio-dtrace v0.1.1
23722026-06-18T22:23:59.899Z Compiling console v0.16.2
23732026-06-18T22:24:00.190Z Compiling gethostname v0.5.0
23742026-06-18T22:24:00.272Z Compiling cargo-platform v0.2.0
23752026-06-18T22:24:00.348Z Compiling unit-prefix v0.5.2
23762026-06-18T22:24:00.450Z Compiling topological-sort v0.2.2
23772026-06-18T22:24:00.503Z Compiling indicatif v0.18.4
23782026-06-18T22:24:00.526Z Compiling oxide-tokio-rt v0.1.4
23792026-06-18T22:24:00.543Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-06-18T22:24:00.648Z Compiling shell-words v1.1.1
23812026-06-18T22:24:00.929Z Compiling cargo_metadata v0.21.0
23822026-06-18T22:24:10.441Z Compiling progenitor-client v0.14.0
23832026-06-18T22:24:10.466Z Compiling omicron-zone-package v0.12.2
23842026-06-18T22:24:10.926Z Compiling progenitor-extras v0.2.0
23852026-06-18T22:24:13.170Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-18T22:24:13.277Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-18T22:24:13.421Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-18T22:24:13.454Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-06-18T22:24:13.478Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-06-18T22:24:13.497Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-06-18T22:24:13.511Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-06-18T22:24:13.583Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-18T22:24:13.784Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-18T22:24:17.295Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-18T22:24:25.097Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-18T22:24:28.188Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-18T22:24:29.174Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-18T22:24:38.997Z Finished `release` profile [optimized] target(s) in 1m 44s
23992026-06-18T22:24:39.131Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-18T22:24:39.190ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-18T22:24:39.193ZCreated new build target 'test' and set it as active
24022026-06-18T22:24:39.196Z
24032026-06-18T22:24:39.197Zreal 1:44.641692116
24042026-06-18T22:24:39.197Zuser 17:12.178826183
24052026-06-18T22:24:39.197Zsys 2:36.906633580
24062026-06-18T22:24:39.197Ztrap 0.492059878
24072026-06-18T22:24:39.197Ztflt 2.849198675
24082026-06-18T22:24:39.197Zdflt 4.230179640
24092026-06-18T22:24:39.197Zkflt 0.000907810
24102026-06-18T22:24:39.197Zlock 53:31.679611610
24112026-06-18T22:24:39.197Zslp 43:46.598156659
24122026-06-18T22:24:39.197Zlat 41.032579238
24132026-06-18T22:24:39.197Zstop 5:15.767092586
24142026-06-18T22:24:39.197Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-18T22:24:40.020Z Finished `release` profile [optimized] target(s) in 0.81s
24162026-06-18T22:24:40.085Z Running `target/release/omicron-package -t test package`
24172026-06-18T22:24:40.142ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-18T22:24:41.516Z Compiling heck v0.5.0
24192026-06-18T22:24:41.519Z Compiling regress v0.11.1
24202026-06-18T22:24:41.707Z Compiling unsafe-libyaml v0.2.11
24212026-06-18T22:24:41.768Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-18T22:24:41.797Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-18T22:24:41.797Z Compiling unicode-width v0.1.14
24242026-06-18T22:24:41.800Z Compiling atomicwrites v0.4.4
24252026-06-18T22:24:41.860Z Compiling derive-where v1.6.0
24262026-06-18T22:24:41.863Z Compiling bytecount v0.6.9
24272026-06-18T22:24:41.863Z Compiling is-terminal v0.4.17
24282026-06-18T22:24:41.916Z Compiling prettyplease v0.2.37
24292026-06-18T22:24:41.916Z Compiling console v0.15.11
24302026-06-18T22:24:41.919Z Compiling newline-converter v0.3.0
24312026-06-18T22:24:41.919Z Compiling slog-dtrace v0.3.0
24322026-06-18T22:24:41.953Z Compiling owo-colors v4.3.0
24332026-06-18T22:24:42.013Z Compiling resolv-conf v0.7.6
24342026-06-18T22:24:42.034Z Compiling cancel-safe-futures v0.1.5
24352026-06-18T22:24:42.037Z Compiling rustls v0.22.4
24362026-06-18T22:24:42.075Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-06-18T22:24:42.104Z Compiling num-rational v0.4.2
24382026-06-18T22:24:42.132Z Compiling libsw-core v0.3.2
24392026-06-18T22:24:42.153Z Compiling rustls-webpki v0.102.8
24402026-06-18T22:24:42.215Z Compiling num-complex v0.4.6
24412026-06-18T22:24:42.283Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-18T22:24:42.346Z Compiling expectorate v1.2.0
24432026-06-18T22:24:42.364Z Compiling thread_local v1.1.9
24442026-06-18T22:24:42.390Z Compiling match_cfg v0.1.0
24452026-06-18T22:24:42.435Z Compiling compression-core v0.4.31
24462026-06-18T22:24:42.507Z Compiling hostname v0.3.1
24472026-06-18T22:24:42.590Z Compiling compression-codecs v0.4.37
24482026-06-18T22:24:42.615Z Compiling num v0.4.3
24492026-06-18T22:24:42.688Z Compiling libsw v3.5.0
24502026-06-18T22:24:42.731Z Compiling multer v3.1.0
24512026-06-18T22:24:42.802Z Compiling slog-async v2.8.0
24522026-06-18T22:24:42.849Z Compiling crossbeam-channel v0.5.15
24532026-06-18T22:24:42.872Z Compiling slog-json v2.6.1
24542026-06-18T22:24:42.893Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-06-18T22:24:42.923Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-06-18T22:24:42.981Z Compiling serde_spanned v1.0.4
24572026-06-18T22:24:43.074Z Compiling linear-map v1.2.0
24582026-06-18T22:24:43.095Z Compiling toml_writer v1.0.6+spec-1.1.0
24592026-06-18T22:24:43.115Z Compiling float-ord v0.3.2
24602026-06-18T22:24:43.120Z Compiling linked-hash-map v0.5.6
24612026-06-18T22:24:43.120Z Compiling term v1.2.1
24622026-06-18T22:24:43.176Z Compiling take_mut v0.2.2
24632026-06-18T22:24:43.237Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-06-18T22:24:43.258Z Compiling typify-impl v0.6.2
24652026-06-18T22:24:43.264Z Compiling slog-bunyan v2.5.0
24662026-06-18T22:24:43.318Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24672026-06-18T22:24:43.339Z Compiling toml v1.0.6+spec-1.1.0
24682026-06-18T22:24:43.380Z Compiling lru-cache v0.1.2
24692026-06-18T22:24:43.436Z Compiling slog-term v2.9.2
24702026-06-18T22:24:43.610Z Compiling async-compression v0.4.41
24712026-06-18T22:24:43.680Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-18T22:24:43.760Z Compiling async-stream v0.3.6
24732026-06-18T22:24:43.788Z Compiling dropshot v0.17.0
24742026-06-18T22:24:43.824Z Compiling progenitor-client v0.14.0
24752026-06-18T22:24:43.845Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-18T22:24:43.863Z Compiling waitgroup v0.1.2
24772026-06-18T22:24:43.947Z Compiling backon v1.6.0
24782026-06-18T22:24:43.967Z Compiling rustls-pemfile v2.2.0
24792026-06-18T22:24:43.971Z Compiling hostname v0.4.2
24802026-06-18T22:24:44.039Z Compiling serde_path_to_error v0.1.20
24812026-06-18T22:24:44.059Z Compiling instant v0.1.13
24822026-06-18T22:24:44.131Z Compiling minimal-lexical v0.2.1
24832026-06-18T22:24:44.157Z Compiling debug-ignore v1.0.5
24842026-06-18T22:24:44.182Z Compiling backoff v0.4.0
24852026-06-18T22:24:44.202Z Compiling progenitor-extras v0.2.0
24862026-06-18T22:24:44.205Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-18T22:24:44.301Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-18T22:24:44.409Z Compiling nom v7.1.3
24892026-06-18T22:24:44.429Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-06-18T22:24:44.452Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-18T22:24:44.486Z Compiling tokio-rustls v0.25.0
24922026-06-18T22:24:44.518Z Compiling parse-display v0.10.0
24932026-06-18T22:24:44.593Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-18T22:24:44.728Z Compiling hickory-proto v0.24.4
24952026-06-18T22:24:44.845Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-18T22:24:45.261Z Compiling regress v0.10.5
24972026-06-18T22:24:45.585Z Compiling macaddr v1.0.1
24982026-06-18T22:24:45.690Z Compiling humantime v2.3.0
24992026-06-18T22:24:45.800Z Compiling unicode-xid v0.2.6
25002026-06-18T22:24:45.860Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-18T22:24:45.957Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-18T22:24:45.986Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-18T22:24:46.073Z Compiling convert_case v0.10.0
25042026-06-18T22:24:46.158Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-18T22:24:46.313Z Compiling toml v0.8.23
25062026-06-18T22:24:46.375Z Compiling derive_more-impl v2.1.1
25072026-06-18T22:24:46.496Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-18T22:24:46.745Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-06-18T22:24:46.811Z Compiling typify-macro v0.6.2
25102026-06-18T22:24:46.891Z Compiling papergrid v0.11.0
25112026-06-18T22:24:46.914Z Compiling tabled_derive v0.7.0
25122026-06-18T22:24:47.160Z Compiling derive_more v2.1.1
25132026-06-18T22:24:47.279Z Compiling hickory-resolver v0.24.4
25142026-06-18T22:24:47.302Z Compiling termtree v0.5.1
25152026-06-18T22:24:47.331Z Compiling crossterm v0.29.0
25162026-06-18T22:24:47.508Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-18T22:24:47.826Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-18T22:24:48.395Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-06-18T22:24:48.418Z Compiling typify v0.6.2
25202026-06-18T22:24:48.619Z Compiling progenitor-impl v0.14.0
25212026-06-18T22:24:49.211Z Compiling qorb v0.4.1
25222026-06-18T22:24:49.532Z Compiling tabled v0.15.0
25232026-06-18T22:24:50.327Z Compiling phf_shared v0.12.1
25242026-06-18T22:24:50.579Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-18T22:24:50.814Z Compiling progenitor-macro v0.14.0
25262026-06-18T22:24:51.114Z Compiling vte v0.14.1
25272026-06-18T22:24:51.372Z Compiling csv-core v0.1.13
25282026-06-18T22:24:51.815Z Compiling highway v1.3.0
25292026-06-18T22:24:52.236Z Compiling chrono-tz v0.10.4
25302026-06-18T22:24:52.498Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-06-18T22:24:52.522Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-18T22:24:52.546Z Compiling csv v1.4.0
25332026-06-18T22:24:52.795Z Compiling strip-ansi-escapes v0.2.1
25342026-06-18T22:24:52.936Z Compiling phf v0.12.1
25352026-06-18T22:24:52.989Z Compiling const_format_proc_macros v0.2.34
25362026-06-18T22:24:53.104Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-18T22:24:53.140Z Compiling fd-lock v4.0.4
25382026-06-18T22:24:53.308Z Compiling peg-macros v0.8.5
25392026-06-18T22:24:53.357Z Compiling nu-ansi-term v0.50.3
25402026-06-18T22:24:53.534Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-06-18T22:24:53.780Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-06-18T22:24:54.352Z Compiling const_format v0.2.35
25432026-06-18T22:24:54.595Z Compiling peg v0.8.5
25442026-06-18T22:24:54.703Z Compiling reedline v0.40.0
25452026-06-18T22:24:54.935Z Compiling progenitor v0.14.0
25462026-06-18T22:24:55.125Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-18T22:24:55.219Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482026-06-18T22:24:55.446Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-18T22:24:55.626Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-18T22:24:56.107Z Compiling bcs v0.1.6
25512026-06-18T22:24:56.555Z Compiling nom v8.0.0
25522026-06-18T22:24:57.512Z Compiling semver v0.1.20
25532026-06-18T22:24:57.679Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-18T22:24:57.805Z Compiling rustc_version v0.1.7
25552026-06-18T22:24:57.942Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25562026-06-18T22:24:58.028Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25572026-06-18T22:24:58.049Z Compiling newtype_derive v0.1.6
25582026-06-18T22:24:58.145Z Compiling smawk v0.3.2
25592026-06-18T22:24:58.285Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-06-18T22:24:58.324Z Compiling unicode-linebreak v0.1.5
25612026-06-18T22:24:58.389Z Compiling base64 v0.21.7
25622026-06-18T22:24:58.410Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-06-18T22:24:58.544Z Compiling textwrap v0.16.2
25642026-06-18T22:24:58.595Z Compiling steno v0.4.1
25652026-06-18T22:24:58.641Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-18T22:24:58.811Z Compiling utf-8 v0.7.6
25672026-06-18T22:24:58.933Z Compiling tagptr v0.2.0
25682026-06-18T22:24:59.058Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25692026-06-18T22:24:59.137Z Compiling moka v0.12.13
25702026-06-18T22:24:59.249Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-18T22:24:59.518Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-18T22:24:59.724Z Compiling tungstenite v0.21.0
25732026-06-18T22:24:59.919Z Compiling display-error-chain v0.2.2
25742026-06-18T22:25:00.025Z Compiling radium v0.7.0
25752026-06-18T22:25:00.199Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25762026-06-18T22:25:00.303Z Compiling hickory-resolver v0.25.2
25772026-06-18T22:25:00.345Z Compiling tokio-tungstenite v0.21.0
25782026-06-18T22:25:00.481Z Compiling tap v1.0.1
25792026-06-18T22:25:00.629Z Compiling maybe-uninit v2.0.0
25802026-06-18T22:25:00.748Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-18T22:25:00.996Z Compiling wyz v0.5.1
25822026-06-18T22:25:01.558Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-06-18T22:25:01.605Z Compiling zerocopy-derive v0.6.6
25842026-06-18T22:25:01.895Z Compiling packed_struct v0.10.1
25852026-06-18T22:25:02.173Z Compiling funty v2.0.0
25862026-06-18T22:25:02.380Z Compiling crc-catalog v2.4.0
25872026-06-18T22:25:02.512Z Compiling crc v3.4.0
25882026-06-18T22:25:02.744Z Compiling bitvec v1.0.1
25892026-06-18T22:25:03.033Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-06-18T22:25:03.123Z Compiling zerocopy v0.6.6
25912026-06-18T22:25:03.296Z Compiling packed_struct_codegen v0.10.1
25922026-06-18T22:25:03.510Z Compiling vergen-lib v0.1.6
25932026-06-18T22:25:03.758Z Compiling bitfield-macros v0.19.4
25942026-06-18T22:25:03.855Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-18T22:25:04.359Z Compiling indexmap v1.9.3
25962026-06-18T22:25:04.364Z Compiling nodrop v0.1.14
25972026-06-18T22:25:04.485Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-18T22:25:04.505Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-18T22:25:04.581Z Compiling diesel_derives v2.3.7
26002026-06-18T22:25:04.664Z Compiling bitfield v0.19.4
26012026-06-18T22:25:04.832Z Compiling array-init v0.0.4
26022026-06-18T22:25:04.985Z Compiling proc-macro-error2 v2.0.1
26032026-06-18T22:25:05.174Z Compiling smallvec v0.6.14
26042026-06-18T22:25:05.307Z Compiling scheduled-thread-pool v0.2.7
26052026-06-18T22:25:05.398Z Compiling dsl_auto_type v0.2.0
26062026-06-18T22:25:05.435Z Compiling num-derive v0.3.3
26072026-06-18T22:25:05.674Z Compiling vergen-gitcl v1.0.8
26082026-06-18T22:25:05.899Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-18T22:25:05.925Z Compiling dirs-sys-next v0.1.2
26102026-06-18T22:25:05.952Z Compiling hashbrown v0.12.3
26112026-06-18T22:25:06.222Z Compiling maplit v1.0.2
26122026-06-18T22:25:06.229Z Compiling crunchy v0.2.4
26132026-06-18T22:25:06.230Z Compiling glob v0.3.3
26142026-06-18T22:25:06.259Z Compiling dirs-next v2.0.0
26152026-06-18T22:25:06.352Z Compiling libscf-sys v1.1.0
26162026-06-18T22:25:06.411Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-06-18T22:25:06.559Z Compiling r2d2 v0.8.10
26182026-06-18T22:25:06.582Z Compiling serde-hex v0.1.0
26192026-06-18T22:25:06.585Z Compiling clang-sys v1.8.1
26202026-06-18T22:25:06.809Z Compiling tabled_derive v0.11.0
26212026-06-18T22:25:06.900Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-18T22:25:07.003Z Compiling ron v0.8.1
26232026-06-18T22:25:07.027Z Compiling papergrid v0.17.0
26242026-06-18T22:25:07.148Z Compiling testing_table v0.3.0
26252026-06-18T22:25:07.203Z Compiling hashbrown v0.13.2
26262026-06-18T22:25:07.228Z Compiling tiny-keccak v2.0.2
26272026-06-18T22:25:07.446Z Compiling crc-any v2.5.0
26282026-06-18T22:25:07.590Z Compiling downcast-rs v2.0.2
26292026-06-18T22:25:07.759Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-06-18T22:25:07.835Z Compiling object v0.30.4
26312026-06-18T22:25:08.032Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-06-18T22:25:08.395Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-18T22:25:08.452Z Compiling tabled v0.20.0
26342026-06-18T22:25:08.689Z Compiling term v0.7.0
26352026-06-18T22:25:08.744Z Compiling progenitor-impl v0.13.0
26362026-06-18T22:25:09.204Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-18T22:25:09.408Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-18T22:25:09.503Z Compiling bit-vec v0.6.3
26392026-06-18T22:25:09.704Z Compiling path-slash v0.1.5
26402026-06-18T22:25:09.770Z Compiling xshell-macros v0.2.7
26412026-06-18T22:25:09.897Z Compiling bit-set v0.5.3
26422026-06-18T22:25:10.159Z Compiling ascii-canvas v3.0.0
26432026-06-18T22:25:10.163Z Compiling xshell v0.2.7
26442026-06-18T22:25:10.372Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-06-18T22:25:10.426Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-06-18T22:25:10.957Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-06-18T22:25:10.977Z Compiling progenitor-macro v0.13.0
26482026-06-18T22:25:10.997Z Compiling diesel v2.3.7
26492026-06-18T22:25:11.017Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-06-18T22:25:11.535Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-06-18T22:25:12.716Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-18T22:25:12.830Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-18T22:25:13.052Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-18T22:25:13.322Z Compiling progenitor-client v0.13.0
26552026-06-18T22:25:13.525Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-06-18T22:25:13.755Z Compiling itertools v0.10.5
26572026-06-18T22:25:13.889Z Compiling ena v0.14.4
26582026-06-18T22:25:14.147Z Compiling libloading v0.8.9
26592026-06-18T22:25:14.188Z Compiling bindgen v0.71.1
26602026-06-18T22:25:14.400Z Compiling diff v0.1.13
26612026-06-18T22:25:14.516Z Compiling regex-syntax v0.6.29
26622026-06-18T22:25:14.695Z Compiling unicase v2.9.0
26632026-06-18T22:25:14.879Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-18T22:25:15.076Z Compiling progenitor v0.13.0
26652026-06-18T22:25:15.259Z Compiling cexpr v0.6.0
26662026-06-18T22:25:15.283Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-06-18T22:25:15.502Z Compiling crc8 v0.1.1
26682026-06-18T22:25:15.643Z Compiling rustc-hash v2.1.1
26692026-06-18T22:25:15.908Z Compiling lalrpop v0.19.12
26702026-06-18T22:25:16.059Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-06-18T22:25:16.115Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-18T22:25:16.283Z Compiling headers-core v0.3.0
26732026-06-18T22:25:16.452Z Compiling libxml v0.3.3
26742026-06-18T22:25:16.571Z Compiling headers v0.4.1
26752026-06-18T22:25:16.773Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-18T22:25:16.920Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-18T22:25:17.131Z Compiling git-stub v1.0.0
26782026-06-18T22:25:17.153Z Compiling strum_macros v0.24.3
26792026-06-18T22:25:17.261Z Compiling indoc v1.0.9
26802026-06-18T22:25:17.406Z Compiling git-stub-vcs v0.1.0
26812026-06-18T22:25:17.719Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-18T22:25:17.767Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-18T22:25:17.847Z Compiling derive_builder v0.20.2
26842026-06-18T22:25:17.996Z Compiling oso-derive v0.27.3
26852026-06-18T22:25:18.021Z Compiling quick-xml v0.37.5
26862026-06-18T22:25:18.251Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-18T22:25:18.458Z Compiling openssl-probe v0.1.6
26882026-06-18T22:25:18.542Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-18T22:25:18.763Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-18T22:25:19.240Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-18T22:25:19.513Z Compiling half v1.8.3
26922026-06-18T22:25:19.538Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-06-18T22:25:19.781Z Compiling serde_cbor v0.11.2
26942026-06-18T22:25:19.977Z Compiling bb8 v0.8.6
26952026-06-18T22:25:20.372Z Compiling trait-variant v0.1.2
26962026-06-18T22:25:20.757Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-18T22:25:20.780Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-18T22:25:20.818Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-06-18T22:25:20.923Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-06-18T22:25:21.071Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-06-18T22:25:21.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-06-18T22:25:21.207Z Compiling samael v0.0.19
27032026-06-18T22:25:21.229Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-18T22:25:21.389Z Compiling fxhash v0.2.1
27052026-06-18T22:25:21.559Z Compiling libz-sys v1.1.24
27062026-06-18T22:25:21.690Z Compiling salty v0.3.0
27072026-06-18T22:25:21.959Z Compiling nonempty v0.12.0
27082026-06-18T22:25:22.202Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-18T22:25:22.439Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-18T22:25:22.648Z Compiling kstat-rs v0.2.4
27112026-06-18T22:25:22.904Z Compiling arc-swap v1.8.2
27122026-06-18T22:25:23.004Z Compiling fs-err v2.11.0
27132026-06-18T22:25:23.287Z Compiling slog-scope v4.4.1
27142026-06-18T22:25:23.379Z Compiling mime_guess v2.0.5
27152026-06-18T22:25:23.400Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-06-18T22:25:23.484Z Compiling polar-core v0.27.3
27172026-06-18T22:25:23.778Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-06-18T22:25:23.972Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-18T22:25:23.993Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-18T22:25:24.436Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-18T22:25:24.514Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-18T22:25:24.984Z Compiling nanorand v0.7.0
27232026-06-18T22:25:25.365Z Compiling darling_core v0.23.0
27242026-06-18T22:25:25.387Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-18T22:25:25.673Z Compiling parking_lot_core v0.8.6
27262026-06-18T22:25:25.984Z Compiling flume v0.11.1
27272026-06-18T22:25:26.391Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27282026-06-18T22:25:27.110Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-18T22:25:27.513Z Compiling slog-stdlog v4.1.1
27302026-06-18T22:25:27.562Z Compiling darling_macro v0.23.0
27312026-06-18T22:25:27.957Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-18T22:25:27.979Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-18T22:25:28.050Z Compiling primeorder v0.13.6
27342026-06-18T22:25:28.081Z Compiling atty v0.2.14
27352026-06-18T22:25:28.296Z Compiling async-bb8-diesel v0.2.1
27362026-06-18T22:25:28.374Z Compiling diesel-dtrace v0.5.0
27372026-06-18T22:25:28.706Z Compiling parse-size v1.1.0
27382026-06-18T22:25:28.747Z Compiling strsim v0.10.0
27392026-06-18T22:25:28.932Z Compiling instability v0.3.11
27402026-06-18T22:25:29.056Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-06-18T22:25:29.158Z Compiling http-range v0.1.5
27422026-06-18T22:25:29.211Z Compiling darling_core v0.13.4
27432026-06-18T22:25:29.335Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-18T22:25:29.531Z Compiling p384 v0.13.1
27452026-06-18T22:25:30.911Z Compiling darling v0.23.0
27462026-06-18T22:25:31.026Z Compiling slog-envlogger v2.2.0
27472026-06-18T22:25:32.242Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-06-18T22:25:32.486Z Compiling oso v0.27.3
27492026-06-18T22:25:33.135Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-06-18T22:25:33.916Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-18T22:25:34.081Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27522026-06-18T22:25:35.298Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-06-18T22:25:35.818Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-18T22:25:35.878Z Compiling ignore v0.4.25
27552026-06-18T22:25:36.671Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-18T22:25:37.595Z Compiling vergen-git2 v9.1.0
27572026-06-18T22:25:37.682Z Compiling castaway v0.2.4
27582026-06-18T22:25:37.884Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-18T22:25:37.916Z Compiling indoc v2.0.7
27602026-06-18T22:25:38.155Z Compiling compact_str v0.8.1
27612026-06-18T22:25:38.196Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-18T22:25:38.942Z Compiling globwalk v0.9.1
27632026-06-18T22:25:39.049Z Compiling parking_lot v0.11.2
27642026-06-18T22:25:39.290Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-18T22:25:39.314Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-18T22:25:39.647Z Compiling hyper-staticfile v0.10.1
27672026-06-18T22:25:39.958Z Compiling darling_macro v0.13.4
27682026-06-18T22:25:40.303Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-18T22:25:40.436Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-18T22:25:40.466Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-18T22:25:40.857Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-06-18T22:25:40.937Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-18T22:25:40.958Z Compiling predicates-tree v1.0.13
27742026-06-18T22:25:40.991Z Compiling unicode-truncate v1.1.0
27752026-06-18T22:25:41.022Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-18T22:25:41.209Z Compiling lru v0.12.5
27772026-06-18T22:25:41.231Z Compiling prefix-trie v0.7.0
27782026-06-18T22:25:41.254Z Compiling rand_seeder v0.4.0
27792026-06-18T22:25:41.428Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-18T22:25:41.449Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-18T22:25:41.501Z Compiling illumos-nvpair-sys v0.2.0
27822026-06-18T22:25:41.523Z Compiling rustls v0.21.12
27832026-06-18T22:25:41.706Z Compiling corncobs v0.1.4
27842026-06-18T22:25:41.731Z Compiling cassowary v0.3.0
27852026-06-18T22:25:41.820Z Compiling hickory-server v0.25.2
27862026-06-18T22:25:41.846Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-06-18T22:25:41.896Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27882026-06-18T22:25:41.984Z Compiling camino-tempfile-ext v0.3.3
27892026-06-18T22:25:42.108Z Compiling ratatui v0.29.0
27902026-06-18T22:25:42.559Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-06-18T22:25:42.620Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-18T22:25:42.644Z Compiling darling v0.13.4
27932026-06-18T22:25:42.803Z Compiling sled v0.34.7
27942026-06-18T22:25:43.313Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-18T22:25:44.079Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-18T22:25:44.397Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-18T22:25:45.288Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-18T22:25:45.815Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-18T22:25:46.041Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-18T22:25:46.266Z Compiling sct v0.7.1
28012026-06-18T22:25:46.452Z Compiling rustls-webpki v0.101.7
28022026-06-18T22:25:46.543Z Compiling secrecy v0.8.0
28032026-06-18T22:25:46.743Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-18T22:25:47.132Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-18T22:25:47.699Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-18T22:25:48.149Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-06-18T22:25:48.458Z Compiling serde_with_macros v1.5.2
28082026-06-18T22:25:49.761Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-18T22:25:50.258Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-18T22:25:50.397Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-18T22:25:50.518Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-06-18T22:25:50.748Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-06-18T22:25:50.982Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-06-18T22:25:51.093Z Compiling git2 v0.20.4
28152026-06-18T22:25:51.216Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-06-18T22:25:51.454Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-06-18T22:25:51.677Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-06-18T22:25:51.921Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-06-18T22:25:52.314Z Compiling void v1.0.2
28202026-06-18T22:25:52.453Z Compiling lzss v0.8.2
28212026-06-18T22:25:52.734Z Compiling illumos-nvpair v0.3.0
28222026-06-18T22:25:53.230Z Compiling serde_with v1.14.0
28232026-06-18T22:25:53.984Z Compiling tokio-rustls v0.24.1
28242026-06-18T22:25:54.006Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-06-18T22:25:54.193Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28262026-06-18T22:25:54.434Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-06-18T22:25:54.595Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-06-18T22:25:56.346Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-06-18T22:25:56.724Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28302026-06-18T22:25:57.312Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-06-18T22:25:58.053Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-06-18T22:25:58.297Z Compiling tungstenite v0.23.0
28332026-06-18T22:25:58.564Z Compiling rustls-pemfile v1.0.4
28342026-06-18T22:25:58.689Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-06-18T22:25:58.987Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-06-18T22:25:59.092Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-06-18T22:25:59.220Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-18T22:25:59.345Z Compiling nix v0.27.1
28392026-06-18T22:25:59.399Z Compiling twox-hash v2.1.2
28402026-06-18T22:25:59.926Z Compiling serde_bytes v0.11.19
28412026-06-18T22:26:00.234Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-06-18T22:26:00.570Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-18T22:26:00.730Z Compiling tokio-tungstenite v0.23.1
28442026-06-18T22:26:00.824Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-06-18T22:26:01.107Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-06-18T22:26:01.376Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-06-18T22:26:01.559Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-06-18T22:26:02.933Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-06-18T22:26:03.591Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-18T22:26:04.295Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-06-18T22:26:04.455Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-18T22:26:04.729Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-06-18T22:26:05.271Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-06-18T22:26:05.365Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-06-18T22:26:05.489Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28562026-06-18T22:26:05.531Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-06-18T22:26:05.922Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-06-18T22:26:06.504Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-06-18T22:26:06.850Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-06-18T22:26:07.234Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-06-18T22:26:09.718Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-06-18T22:26:10.126Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-06-18T22:26:10.217Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28642026-06-18T22:26:11.289Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-06-18T22:26:12.164Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-06-18T22:26:12.525Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-18T22:26:12.700Z Compiling fatfs v0.3.6
28682026-06-18T22:26:12.750Z Compiling signal-hook-tokio v0.3.1
28692026-06-18T22:26:13.029Z Compiling yasna v0.5.2
28702026-06-18T22:26:13.171Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-06-18T22:26:13.537Z Compiling assert_matches v1.5.0
28722026-06-18T22:26:13.650Z Compiling is_ci v1.2.0
28732026-06-18T22:26:13.874Z Compiling seq-macro v0.3.6
28742026-06-18T22:26:14.039Z Compiling supports-color v3.0.2
28752026-06-18T22:26:14.158Z Compiling rcgen v0.12.1
28762026-06-18T22:26:14.332Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-06-18T22:26:14.599Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-06-18T22:26:15.232Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-06-18T22:26:17.064Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-06-18T22:26:17.088Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-06-18T22:26:17.308Z Compiling rtoolbox v0.0.3
28822026-06-18T22:26:17.332Z Compiling subprocess v0.2.15
28832026-06-18T22:26:17.592Z Compiling rpassword v7.4.0
28842026-06-18T22:26:17.914Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-06-18T22:26:18.702Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-06-18T22:26:19.060Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28872026-06-18T22:26:19.122Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-06-18T22:26:19.269Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-18T22:26:19.595Z Compiling tui-tree-widget v0.23.1
28902026-06-18T22:26:19.886Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-06-18T22:26:21.449Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-06-18T22:26:21.591Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-18T22:26:21.824Z Compiling uzers v0.12.2
28942026-06-18T22:26:23.115Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-06-18T22:26:23.291Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-06-18T22:26:24.190Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-06-18T22:26:24.470Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-06-18T22:26:27.477Z Compiling support-bundle-viewer v0.1.2
28992026-06-18T22:26:28.181Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-06-18T22:26:29.375Z Compiling multimap v0.10.1
29012026-06-18T22:26:40.006Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-06-18T22:26:44.446Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-06-18T22:26:51.169Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-06-18T22:26:51.601Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-06-18T22:26:52.945Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-06-18T22:33:05.799Z Finished `release` profile [optimized] target(s) in 8m 25s
29072026-06-18T22:33:52.845Z
29082026-06-18T22:33:52.845Zreal 9:13.616857417
29092026-06-18T22:33:52.845Zuser 1:19:21.985508290
29102026-06-18T22:33:52.848Zsys 3:27.854778024
29112026-06-18T22:33:52.848Ztrap 1.800257902
29122026-06-18T22:33:52.848Ztflt 2.318741780
29132026-06-18T22:33:52.849Zdflt 16.883704577
29142026-06-18T22:33:52.849Zkflt 0.014833173
29152026-06-18T22:33:52.849Zlock 6:44:23.934313035
29162026-06-18T22:33:52.849Zslp 2:14:37.124577285
29172026-06-18T22:33:52.849Zlat 2:21.131287497
29182026-06-18T22:33:52.849Zstop 5:12.341898192
29192026-06-18T22:33:52.849Z+ mapfile -t packages
29202026-06-18T22:33:52.849Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-06-18T22:33:53.721Z Finished `release` profile [optimized] target(s) in 0.86s
29222026-06-18T22:33:53.786Z Running `target/release/omicron-package -t test list-outputs`
29232026-06-18T22:33:53.858ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-06-18T22:33:53.867Z+ ptime -m cargo build --locked --release -p xtask
29252026-06-18T22:33:54.332Z Compiling libc v0.2.185
29262026-06-18T22:33:54.333Z Compiling serde v1.0.228
29272026-06-18T22:33:54.333Z Compiling serde_core v1.0.228
29282026-06-18T22:33:54.336Z Compiling rustix v1.1.3
29292026-06-18T22:33:54.336Z Compiling serde_json v1.0.149
29302026-06-18T22:33:54.336Z Compiling bitflags v2.11.0
29312026-06-18T22:33:54.419Z Compiling num-traits v0.2.19
29322026-06-18T22:33:54.447Z Compiling syn v2.0.117
29332026-06-18T22:33:54.500Z Compiling smallvec v1.15.1
29342026-06-18T22:33:54.503Z Compiling indexmap v2.14.0
29352026-06-18T22:33:54.509Z Compiling usdt-impl v0.5.0
29362026-06-18T22:33:54.556Z Compiling syn v1.0.109
29372026-06-18T22:33:54.556Z Compiling percent-encoding v2.3.2
29382026-06-18T22:33:54.562Z Compiling log v0.4.29
29392026-06-18T22:33:54.649Z Compiling getrandom v0.4.1
29402026-06-18T22:33:54.758Z Compiling form_urlencoded v1.2.2
29412026-06-18T22:33:54.831Z Compiling fs-err v3.3.0
29422026-06-18T22:33:54.845Z Compiling heck v0.4.1
29432026-06-18T22:33:54.848Z Compiling anyhow v1.0.102
29442026-06-18T22:33:54.915Z Compiling once_cell v1.21.3
29452026-06-18T22:33:55.256Z Compiling errno v0.3.14
29462026-06-18T22:33:55.259Z Compiling thread-id v4.2.2
29472026-06-18T22:33:55.259Z Compiling memmap v0.7.0
29482026-06-18T22:33:55.467Z Compiling ordered-float v2.10.1
29492026-06-18T22:33:55.987Z Compiling proc-macro-error v1.0.4
29502026-06-18T22:33:56.232Z Compiling tabled_derive v0.7.0
29512026-06-18T22:33:56.262Z Compiling terminal_size v0.4.3
29522026-06-18T22:33:56.262Z Compiling tempfile v3.25.0
29532026-06-18T22:33:56.360Z Compiling clap_builder v4.6.0
29542026-06-18T22:33:56.360Z Compiling textwrap v0.16.2
29552026-06-18T22:33:56.495Z Compiling camino-tempfile v1.4.1
29562026-06-18T22:33:56.896Z Compiling tabled v0.15.0
29572026-06-18T22:33:56.999Z Compiling synstructure v0.13.2
29582026-06-18T22:33:56.999Z Compiling pest_generator v2.8.6
29592026-06-18T22:33:57.396Z Compiling serde_derive v1.0.228
29602026-06-18T22:33:57.396Z Compiling zerofrom-derive v0.1.6
29612026-06-18T22:33:57.399Z Compiling yoke-derive v0.8.1
29622026-06-18T22:33:57.399Z Compiling zerovec-derive v0.11.2
29632026-06-18T22:33:57.399Z Compiling displaydoc v0.2.5
29642026-06-18T22:33:57.399Z Compiling thiserror-impl v1.0.69
29652026-06-18T22:33:57.399Z Compiling zerocopy-derive v0.7.35
29662026-06-18T22:33:57.472Z Compiling scroll_derive v0.12.1
29672026-06-18T22:33:57.559Z Compiling pest_derive v2.8.6
29682026-06-18T22:33:58.019Z Compiling thiserror-impl v2.0.18
29692026-06-18T22:33:58.144Z Compiling scroll v0.12.0
29702026-06-18T22:33:58.159Z Compiling clap_derive v4.6.1
29712026-06-18T22:33:58.278Z Compiling zerocopy v0.7.35
29722026-06-18T22:33:58.457Z Compiling goblin v0.8.2
29732026-06-18T22:33:58.573Z Compiling thiserror v1.0.69
29742026-06-18T22:33:58.584Z Compiling zerofrom v0.1.6
29752026-06-18T22:33:58.698Z Compiling yoke v0.8.1
29762026-06-18T22:33:58.747Z Compiling dtrace-parser v0.2.0
29772026-06-18T22:33:58.905Z Compiling zerovec v0.11.5
29782026-06-18T22:33:58.919Z Compiling zerotrie v0.2.3
29792026-06-18T22:33:59.249Z Compiling thiserror v2.0.18
29802026-06-18T22:33:59.548Z Compiling tinystr v0.8.2
29812026-06-18T22:33:59.791Z Compiling icu_locale_core v2.1.1
29822026-06-18T22:33:59.844Z Compiling potential_utf v0.1.4
29832026-06-18T22:34:00.052Z Compiling icu_collections v2.1.1
29842026-06-18T22:34:00.516Z Compiling icu_provider v2.1.1
29852026-06-18T22:34:00.617Z Compiling serde_spanned v0.6.9
29862026-06-18T22:34:00.664Z Compiling toml_datetime v0.6.11
29872026-06-18T22:34:00.688Z Compiling serde-value v0.7.0
29882026-06-18T22:34:00.808Z Compiling icu_properties v2.1.2
29892026-06-18T22:34:00.825Z Compiling icu_normalizer v2.1.1
29902026-06-18T22:34:00.881Z Compiling toml_edit v0.22.27
29912026-06-18T22:34:00.947Z Compiling dof v0.3.0
29922026-06-18T22:34:01.059Z Compiling serde_tokenstream v0.2.3
29932026-06-18T22:34:01.195Z Compiling cargo-platform v0.2.0
29942026-06-18T22:34:01.337Z Compiling macaddr v1.0.1
29952026-06-18T22:34:01.371Z Compiling clap v4.6.1
29962026-06-18T22:34:01.759Z Compiling idna_adapter v1.2.1
29972026-06-18T22:34:01.865Z Compiling usdt-macro v0.5.0
29982026-06-18T22:34:01.876Z Compiling usdt-attr-macro v0.5.0
29992026-06-18T22:34:01.927Z Compiling idna v1.1.0
30002026-06-18T22:34:02.431Z Compiling url v2.5.8
30012026-06-18T22:34:02.495Z Compiling toml v0.8.23
30022026-06-18T22:34:02.526Z Compiling usdt v0.5.0
30032026-06-18T22:34:03.013Z Compiling cargo-util-schemas v0.8.2
30042026-06-18T22:34:03.106Z Compiling cargo_toml v0.21.0
30052026-06-18T22:34:04.087Z Compiling cargo_metadata v0.21.0
30062026-06-18T22:34:07.282Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-18T22:34:10.302Z Finished `release` profile [optimized] target(s) in 16.42s
30082026-06-18T22:34:10.406Z
30092026-06-18T22:34:10.406Zreal 16.510533989
30102026-06-18T22:34:10.406Zuser 2:22.541441989
30112026-06-18T22:34:10.410Zsys 16.715845848
30122026-06-18T22:34:10.410Ztrap 0.085159400
30132026-06-18T22:34:10.410Ztflt 0.468285559
30142026-06-18T22:34:10.410Zdflt 1.491100046
30152026-06-18T22:34:10.410Zkflt 0.000033150
30162026-06-18T22:34:10.410Zlock 5:22.226717021
30172026-06-18T22:34:10.410Zslp 3:32.050478925
30182026-06-18T22:34:10.410Zlat 5.939153077
30192026-06-18T22:34:10.410Zstop 18.808304743
30202026-06-18T22:34:10.411Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-06-18T22:34:10.411Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-18T22:34:10.411Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-06-18T22:34:10.411Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-18T22:34:10.411Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-06-18T22:34:11.717Z Compiling progenitor-client v0.14.0
30262026-06-18T22:34:11.717Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-18T22:34:11.721Z Compiling newtype-uuid-macros v0.1.0
30282026-06-18T22:34:11.721Z Compiling match_cfg v0.1.0
30292026-06-18T22:34:11.721Z Compiling slog-json v2.6.1
30302026-06-18T22:34:11.721Z Compiling structmeta-derive v0.3.0
30312026-06-18T22:34:11.721Z Compiling rustls v0.22.4
30322026-06-18T22:34:11.721Z Compiling rustls-webpki v0.102.8
30332026-06-18T22:34:11.722Z Compiling multer v3.1.0
30342026-06-18T22:34:11.722Z Compiling compression-core v0.4.31
30352026-06-18T22:34:11.722Z Compiling debug-ignore v1.0.5
30362026-06-18T22:34:11.722Z Compiling atomicwrites v0.4.4
30372026-06-18T22:34:11.722Z Compiling itertools v0.14.0
30382026-06-18T22:34:11.722Z Compiling async-stream-impl v0.3.6
30392026-06-18T22:34:11.722Z Compiling serde_spanned v1.0.4
30402026-06-18T22:34:11.722Z Compiling toml_datetime v1.0.0+spec-1.1.0
30412026-06-18T22:34:11.722Z Compiling compression-codecs v0.4.37
30422026-06-18T22:34:11.722Z Compiling dropshot v0.17.0
30432026-06-18T22:34:11.722Z Compiling hostname v0.3.1
30442026-06-18T22:34:11.725Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-06-18T22:34:11.755Z Compiling waitgroup v0.1.2
30462026-06-18T22:34:11.773Z Compiling dropshot_endpoint v0.17.0
30472026-06-18T22:34:11.776Z Compiling rustls-pemfile v2.2.0
30482026-06-18T22:34:11.880Z Compiling slog-bunyan v2.5.0
30492026-06-18T22:34:11.883Z Compiling async-compression v0.4.41
30502026-06-18T22:34:11.898Z Compiling serde_path_to_error v0.1.20
30512026-06-18T22:34:11.916Z Compiling toml v1.0.6+spec-1.1.0
30522026-06-18T22:34:11.982Z Compiling hostname v0.4.2
30532026-06-18T22:34:11.985Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-06-18T22:34:12.043Z Compiling macaddr v1.0.1
30552026-06-18T22:34:12.068Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-06-18T22:34:12.089Z Compiling instant v0.1.13
30572026-06-18T22:34:12.162Z Compiling regress v0.10.5
30582026-06-18T22:34:12.190Z Compiling async-stream v0.3.6
30592026-06-18T22:34:12.223Z Compiling backon v1.6.0
30602026-06-18T22:34:12.240Z Compiling backoff v0.4.0
30612026-06-18T22:34:12.243Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30622026-06-18T22:34:12.298Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30632026-06-18T22:34:12.314Z Compiling humantime v2.3.0
30642026-06-18T22:34:12.329Z Compiling universal-hash v0.5.1
30652026-06-18T22:34:12.347Z Compiling opaque-debug v0.3.1
30662026-06-18T22:34:12.390Z Compiling regress v0.11.1
30672026-06-18T22:34:12.444Z Compiling progenitor-extras v0.2.0
30682026-06-18T22:34:12.462Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-06-18T22:34:12.462Z Compiling half v2.7.1
30702026-06-18T22:34:12.497Z Compiling ciborium-io v0.2.2
30712026-06-18T22:34:12.500Z Compiling crucible-workspace-hack v0.1.0
30722026-06-18T22:34:12.530Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-06-18T22:34:12.565Z Compiling structmeta v0.3.0
30742026-06-18T22:34:12.602Z Compiling convert_case v0.4.0
30752026-06-18T22:34:12.619Z Compiling aead v0.5.2
30762026-06-18T22:34:12.686Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-06-18T22:34:12.711Z Compiling secrecy v0.10.3
30782026-06-18T22:34:12.728Z Compiling poly1305 v0.8.0
30792026-06-18T22:34:12.768Z Compiling ciborium-ll v0.2.2
30802026-06-18T22:34:12.823Z Compiling derive-ex v0.1.8
30812026-06-18T22:34:12.826Z Compiling parse-display-derive v0.10.0
30822026-06-18T22:34:12.856Z Compiling chacha20 v0.9.1
30832026-06-18T22:34:12.892Z Compiling unsafe-libyaml v0.2.11
30842026-06-18T22:34:12.908Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30852026-06-18T22:34:12.966Z Compiling ciborium v0.2.2
30862026-06-18T22:34:13.013Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-06-18T22:34:13.030Z Compiling derive_more v0.99.20
30882026-06-18T22:34:13.142Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30892026-06-18T22:34:13.142Z Compiling thiserror-impl-no-std v2.0.2
30902026-06-18T22:34:13.236Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-18T22:34:13.319Z Compiling byte-wrapper v0.1.0
30922026-06-18T22:34:13.407Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30932026-06-18T22:34:13.500Z Compiling serde_yaml v0.9.34+deprecated
30942026-06-18T22:34:13.518Z Compiling blake2 v0.10.6
30952026-06-18T22:34:13.588Z Compiling password-hash v0.5.0
30962026-06-18T22:34:13.620Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-06-18T22:34:13.645Z Compiling chacha20poly1305 v0.10.1
30982026-06-18T22:34:13.675Z Compiling indent_write v2.2.0
30992026-06-18T22:34:13.717Z Compiling heapless v0.8.0
31002026-06-18T22:34:13.837Z Compiling toml_edit v0.23.10+spec-1.0.0
31012026-06-18T22:34:13.843Z Compiling ingot-macros v0.1.1
31022026-06-18T22:34:13.919Z Compiling tokio-rustls v0.25.0
31032026-06-18T22:34:14.046Z Compiling typify-impl v0.6.2
31042026-06-18T22:34:14.063Z Compiling argon2 v0.5.3
31052026-06-18T22:34:14.376Z Compiling tabwriter v1.4.1
31062026-06-18T22:34:14.445Z Compiling thiserror-no-std v2.0.2
31072026-06-18T22:34:14.571Z Compiling vsss-rs v3.3.4
31082026-06-18T22:34:14.642Z Compiling test-strategy v0.4.5
31092026-06-18T22:34:14.667Z Compiling parse-display v0.10.0
31102026-06-18T22:34:14.676Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-06-18T22:34:14.974Z Compiling proc-macro-crate v3.4.0
31122026-06-18T22:34:14.999Z Compiling hash32 v0.3.1
31132026-06-18T22:34:15.011Z Compiling smoltcp v0.11.0
31142026-06-18T22:34:15.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-06-18T22:34:15.182Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31162026-06-18T22:34:15.332Z Compiling cobs v0.3.0
31172026-06-18T22:34:15.349Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-06-18T22:34:15.414Z Compiling colored v3.1.1
31192026-06-18T22:34:15.432Z Compiling proc-macro-error v1.0.4
31202026-06-18T22:34:15.474Z Compiling proc-macro-crate v1.3.1
31212026-06-18T22:34:15.559Z Compiling postcard v1.1.3
31222026-06-18T22:34:15.576Z Compiling num_enum_derive v0.7.6
31232026-06-18T22:34:15.617Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31242026-06-18T22:34:15.634Z Compiling foreign-types-macros v0.2.3
31252026-06-18T22:34:15.741Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31262026-06-18T22:34:15.798Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-18T22:34:15.815Z Compiling rayon-core v1.13.0
31282026-06-18T22:34:15.818Z Compiling cpufeatures v0.3.0
31292026-06-18T22:34:15.916Z Compiling foreign-types-shared v0.3.1
31302026-06-18T22:34:15.934Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31312026-06-18T22:34:15.934Z Compiling num_enum_derive v0.5.11
31322026-06-18T22:34:15.968Z Compiling chacha20 v0.10.0
31332026-06-18T22:34:16.088Z Compiling crossbeam-deque v0.8.6
31342026-06-18T22:34:16.103Z Compiling camino-tempfile v1.4.1
31352026-06-18T22:34:16.134Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-06-18T22:34:16.181Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-18T22:34:16.197Z Compiling cstr-argument v0.1.2
31382026-06-18T22:34:16.219Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31392026-06-18T22:34:16.277Z Compiling foreign-types v0.5.0
31402026-06-18T22:34:16.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-06-18T22:34:16.379Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-06-18T22:34:16.395Z Compiling rand v0.10.0
31432026-06-18T22:34:16.398Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31442026-06-18T22:34:16.549Z Compiling zone_cfg_derive v0.3.1
31452026-06-18T22:34:16.629Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-06-18T22:34:16.677Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31472026-06-18T22:34:16.692Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31482026-06-18T22:34:16.728Z Compiling num_enum v0.7.6
31492026-06-18T22:34:16.780Z Compiling rayon v1.11.0
31502026-06-18T22:34:16.799Z Compiling itertools v0.12.1
31512026-06-18T22:34:16.831Z Compiling num-derive v0.4.2
31522026-06-18T22:34:16.853Z Compiling ingot-types v0.1.2
31532026-06-18T22:34:16.867Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31542026-06-18T22:34:16.887Z Compiling sigpipe v0.1.3
31552026-06-18T22:34:16.916Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-06-18T22:34:16.955Z Compiling glob v0.3.3
31572026-06-18T22:34:17.010Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31582026-06-18T22:34:17.086Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-06-18T22:34:17.104Z Compiling num_enum v0.5.11
31602026-06-18T22:34:17.170Z Compiling smf v0.2.3
31612026-06-18T22:34:17.254Z Compiling ingot v0.1.1
31622026-06-18T22:34:17.271Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31632026-06-18T22:34:17.295Z Compiling whoami v1.6.1
31642026-06-18T22:34:17.315Z Compiling usdt-attr-macro v0.5.0
31652026-06-18T22:34:17.360Z Compiling usdt-macro v0.5.0
31662026-06-18T22:34:17.388Z Compiling gethostname v0.5.0
31672026-06-18T22:34:17.609Z Compiling num-rational v0.4.2
31682026-06-18T22:34:17.621Z Compiling num-complex v0.4.6
31692026-06-18T22:34:17.625Z Compiling memmap v0.7.0
31702026-06-18T22:34:17.718Z Compiling derive-where v1.6.0
31712026-06-18T22:34:17.838Z Compiling float-ord v0.3.2
31722026-06-18T22:34:17.853Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31732026-06-18T22:34:17.857Z Compiling toml v0.8.23
31742026-06-18T22:34:18.025Z Compiling zone v0.3.1
31752026-06-18T22:34:18.084Z Compiling num v0.4.3
31762026-06-18T22:34:18.135Z Compiling resolv-conf v0.7.6
31772026-06-18T22:34:18.182Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-06-18T22:34:18.209Z Compiling cancel-safe-futures v0.1.5
31792026-06-18T22:34:18.231Z Compiling usdt v0.5.0
31802026-06-18T22:34:18.269Z Compiling owo-colors v4.3.0
31812026-06-18T22:34:18.309Z Compiling libsw-core v0.3.2
31822026-06-18T22:34:18.342Z Compiling prettyplease v0.2.37
31832026-06-18T22:34:18.509Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-18T22:34:18.526Z Compiling libsw v3.5.0
31852026-06-18T22:34:18.526Z Compiling console v0.15.11
31862026-06-18T22:34:18.577Z Compiling hickory-proto v0.24.4
31872026-06-18T22:34:18.615Z Compiling newline-converter v0.3.0
31882026-06-18T22:34:18.680Z Compiling linear-map v1.2.0
31892026-06-18T22:34:18.780Z Compiling linked-hash-map v0.5.6
31902026-06-18T22:34:18.783Z Compiling libefi-sys v0.1.0
31912026-06-18T22:34:18.830Z Compiling typify-macro v0.6.2
31922026-06-18T22:34:18.834Z Compiling git-stub v1.0.0
31932026-06-18T22:34:18.861Z Compiling bitfield-struct v0.6.2
31942026-06-18T22:34:18.912Z Compiling nom v8.0.0
31952026-06-18T22:34:19.008Z Compiling lru-cache v0.1.2
31962026-06-18T22:34:19.047Z Compiling expectorate v1.2.0
31972026-06-18T22:34:19.149Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31982026-06-18T22:34:19.168Z Compiling semver v0.1.20
31992026-06-18T22:34:19.243Z Compiling git-stub-vcs v0.1.0
32002026-06-18T22:34:19.260Z Compiling tokio-dtrace v0.1.1
32012026-06-18T22:34:19.260Z Compiling dropshot-api-manager-types v0.7.2
32022026-06-18T22:34:19.336Z Compiling slog-dtrace v0.3.0
32032026-06-18T22:34:19.416Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-06-18T22:34:19.489Z Compiling rustc_version v0.1.7
32052026-06-18T22:34:19.536Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-06-18T22:34:19.567Z Compiling minimal-lexical v0.2.1
32072026-06-18T22:34:19.583Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-06-18T22:34:19.626Z Compiling oxide-tokio-rt v0.1.4
32092026-06-18T22:34:19.644Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-06-18T22:34:19.648Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-06-18T22:34:20.686Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-06-18T22:34:20.689Z Compiling newtype_derive v0.1.6
32132026-06-18T22:34:20.690Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-06-18T22:34:20.690Z Compiling nom v7.1.3
32152026-06-18T22:34:20.690Z Compiling phf_shared v0.12.1
32162026-06-18T22:34:20.690Z Compiling csv-core v0.1.13
32172026-06-18T22:34:20.690Z Compiling chrono-tz v0.10.4
32182026-06-18T22:34:20.690Z Compiling highway v1.3.0
32192026-06-18T22:34:20.690Z Compiling xshell-macros v0.2.7
32202026-06-18T22:34:20.690Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32212026-06-18T22:34:20.690Z Compiling const_format_proc_macros v0.2.34
32222026-06-18T22:34:20.690Z Compiling csv v1.4.0
32232026-06-18T22:34:20.690Z Compiling phf v0.12.1
32242026-06-18T22:34:20.690Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-06-18T22:34:20.690Z Compiling primeorder v0.13.6
32262026-06-18T22:34:20.690Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32272026-06-18T22:34:20.690Z Compiling xshell v0.2.7
32282026-06-18T22:34:20.698Z Compiling typify v0.6.2
32292026-06-18T22:34:20.714Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-06-18T22:34:20.829Z Compiling progenitor-impl v0.14.0
32312026-06-18T22:34:20.847Z Compiling hickory-resolver v0.24.4
32322026-06-18T22:34:20.863Z Compiling tabled_derive v0.7.0
32332026-06-18T22:34:21.009Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-06-18T22:34:21.100Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32352026-06-18T22:34:21.143Z Compiling const_format v0.2.35
32362026-06-18T22:34:21.220Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-06-18T22:34:21.260Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-06-18T22:34:21.303Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-18T22:34:21.504Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-06-18T22:34:21.582Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-06-18T22:34:21.727Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32422026-06-18T22:34:21.966Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32432026-06-18T22:34:21.992Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-06-18T22:34:22.015Z Compiling qorb v0.4.1
32452026-06-18T22:34:22.035Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-06-18T22:34:22.162Z Compiling bcs v0.1.6
32472026-06-18T22:34:22.247Z Compiling tagptr v0.2.0
32482026-06-18T22:34:22.288Z Compiling termtree v0.5.1
32492026-06-18T22:34:22.307Z Compiling salty v0.3.0
32502026-06-18T22:34:22.426Z Compiling textwrap v0.16.2
32512026-06-18T22:34:22.475Z Compiling moka v0.12.13
32522026-06-18T22:34:22.514Z Compiling tabled v0.15.0
32532026-06-18T22:34:22.611Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-06-18T22:34:22.886Z Compiling steno v0.4.1
32552026-06-18T22:34:22.929Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-06-18T22:34:22.946Z Compiling base64 v0.21.7
32572026-06-18T22:34:22.986Z Compiling radium v0.7.0
32582026-06-18T22:34:23.085Z Compiling p384 v0.13.1
32592026-06-18T22:34:23.157Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-06-18T22:34:23.295Z Compiling hickory-resolver v0.25.2
32612026-06-18T22:34:23.304Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32622026-06-18T22:34:23.341Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-06-18T22:34:23.478Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-06-18T22:34:23.516Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-06-18T22:34:23.617Z Compiling progenitor-macro v0.14.0
32662026-06-18T22:34:23.671Z Compiling tap v1.0.1
32672026-06-18T22:34:23.820Z Compiling maybe-uninit v2.0.0
32682026-06-18T22:34:23.849Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-06-18T22:34:24.146Z Compiling wyz v0.5.1
32702026-06-18T22:34:24.226Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-06-18T22:34:24.254Z Compiling proc-macro-error-attr2 v2.0.0
32722026-06-18T22:34:24.387Z Compiling funty v2.0.0
32732026-06-18T22:34:24.429Z Compiling packed_struct v0.10.1
32742026-06-18T22:34:24.600Z Compiling utf-8 v0.7.6
32752026-06-18T22:34:24.692Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-06-18T22:34:24.720Z Compiling parking_lot_core v0.8.6
32772026-06-18T22:34:24.759Z Compiling tungstenite v0.21.0
32782026-06-18T22:34:24.809Z Compiling bitvec v1.0.1
32792026-06-18T22:34:24.939Z Compiling proc-macro-error2 v2.0.1
32802026-06-18T22:34:25.033Z Compiling polyval v0.6.2
32812026-06-18T22:34:25.053Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-06-18T22:34:25.071Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32832026-06-18T22:34:25.074Z Compiling num-derive v0.3.3
32842026-06-18T22:34:25.240Z Compiling packed_struct_codegen v0.10.1
32852026-06-18T22:34:25.257Z Compiling zerocopy-derive v0.6.6
32862026-06-18T22:34:25.293Z Compiling bitfield-macros v0.19.4
32872026-06-18T22:34:25.311Z Compiling indexmap v1.9.3
32882026-06-18T22:34:25.312Z Compiling crc-catalog v2.4.0
32892026-06-18T22:34:25.358Z Compiling nodrop v0.1.14
32902026-06-18T22:34:25.452Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-06-18T22:34:25.494Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32922026-06-18T22:34:25.508Z Compiling array-init v0.0.4
32932026-06-18T22:34:25.575Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-06-18T22:34:25.667Z Compiling crc v3.4.0
32952026-06-18T22:34:25.705Z Compiling tabled_derive v0.11.0
32962026-06-18T22:34:25.744Z Compiling tokio-tungstenite v0.21.0
32972026-06-18T22:34:25.882Z Compiling ghash v0.5.1
32982026-06-18T22:34:25.897Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32992026-06-18T22:34:26.024Z Compiling smallvec v0.6.14
33002026-06-18T22:34:26.056Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-06-18T22:34:26.081Z Compiling libscf-sys v1.1.0
33022026-06-18T22:34:26.099Z Compiling bitfield v0.19.4
33032026-06-18T22:34:26.102Z Compiling progenitor-impl v0.13.0
33042026-06-18T22:34:26.175Z Compiling zerocopy v0.6.6
33052026-06-18T22:34:26.253Z Compiling papergrid v0.17.0
33062026-06-18T22:34:26.256Z Compiling testing_table v0.3.0
33072026-06-18T22:34:26.257Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-06-18T22:34:26.302Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-18T22:34:26.320Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-06-18T22:34:26.436Z Compiling ctr v0.9.2
33112026-06-18T22:34:26.453Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-18T22:34:26.491Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-18T22:34:26.533Z Compiling hashbrown v0.12.3
33142026-06-18T22:34:26.562Z Compiling corncobs v0.1.4
33152026-06-18T22:34:26.620Z Compiling unicase v2.9.0
33162026-06-18T22:34:26.669Z Compiling illumos-nvpair-sys v0.2.0
33172026-06-18T22:34:26.772Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-06-18T22:34:26.791Z Compiling aes-gcm v0.10.3
33192026-06-18T22:34:26.833Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-06-18T22:34:26.864Z Compiling mime_guess v2.0.5
33212026-06-18T22:34:26.921Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-18T22:34:26.938Z Compiling serde-hex v0.1.0
33232026-06-18T22:34:27.044Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-06-18T22:34:27.060Z Compiling parking_lot v0.11.2
33252026-06-18T22:34:27.210Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-06-18T22:34:27.363Z Compiling tabled v0.20.0
33272026-06-18T22:34:27.478Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-18T22:34:27.496Z Compiling ron v0.8.1
33292026-06-18T22:34:27.513Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-06-18T22:34:27.700Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-06-18T22:34:27.811Z Compiling hashbrown v0.13.2
33322026-06-18T22:34:28.008Z Compiling progenitor-client v0.13.0
33332026-06-18T22:34:28.024Z Compiling prefix-trie v0.7.0
33342026-06-18T22:34:28.044Z Compiling blowfish v0.9.1
33352026-06-18T22:34:28.292Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-06-18T22:34:28.326Z Compiling ssh-encoding v0.2.0
33372026-06-18T22:34:28.343Z Compiling fxhash v0.2.1
33382026-06-18T22:34:28.364Z Compiling secrecy v0.8.0
33392026-06-18T22:34:28.452Z Compiling crc-any v2.5.0
33402026-06-18T22:34:28.492Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-06-18T22:34:28.550Z Compiling ssh-cipher v0.2.0
33422026-06-18T22:34:28.628Z Compiling sled v0.34.7
33432026-06-18T22:34:28.646Z Compiling hickory-server v0.25.2
33442026-06-18T22:34:28.795Z Compiling object v0.30.4
33452026-06-18T22:34:28.799Z Compiling bcrypt-pbkdf v0.10.0
33462026-06-18T22:34:28.799Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-18T22:34:28.862Z Compiling progenitor v0.14.0
33482026-06-18T22:34:28.905Z Compiling progenitor-macro v0.13.0
33492026-06-18T22:34:28.922Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33502026-06-18T22:34:29.041Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33512026-06-18T22:34:29.146Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-06-18T22:34:29.220Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33532026-06-18T22:34:29.332Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-18T22:34:29.629Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33552026-06-18T22:34:29.902Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33562026-06-18T22:34:29.970Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-06-18T22:34:29.988Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-06-18T22:34:30.004Z Compiling password-hash v0.4.2
33592026-06-18T22:34:30.440Z Compiling crc8 v0.1.1
33602026-06-18T22:34:30.525Z Compiling http-range v0.1.5
33612026-06-18T22:34:30.593Z Compiling half v1.8.3
33622026-06-18T22:34:30.648Z Compiling path-slash v0.1.5
33632026-06-18T22:34:30.788Z Compiling pbkdf2 v0.11.0
33642026-06-18T22:34:30.821Z Compiling serde_cbor v0.11.2
33652026-06-18T22:34:30.974Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-06-18T22:34:31.038Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-06-18T22:34:31.056Z Compiling illumos-nvpair v0.3.0
33682026-06-18T22:34:31.347Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-06-18T22:34:31.453Z Compiling ssh-key v0.6.7
33702026-06-18T22:34:31.814Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-06-18T22:34:32.015Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33722026-06-18T22:34:32.131Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-06-18T22:34:32.450Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33742026-06-18T22:34:32.607Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33752026-06-18T22:34:32.663Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33762026-06-18T22:34:32.679Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-06-18T22:34:32.698Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-06-18T22:34:32.716Z Compiling p521 v0.13.3
33792026-06-18T22:34:32.966Z Compiling p256 v0.13.2
33802026-06-18T22:34:33.168Z Compiling yasna v0.5.2
33812026-06-18T22:34:33.256Z Compiling kstat-rs v0.2.4
33822026-06-18T22:34:33.378Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-06-18T22:34:33.473Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-06-18T22:34:33.497Z Compiling headers-core v0.3.0
33852026-06-18T22:34:33.515Z Compiling nanorand v0.7.0
33862026-06-18T22:34:33.587Z Compiling russh-cryptovec v0.7.3
33872026-06-18T22:34:33.645Z Compiling atty v0.2.14
33882026-06-18T22:34:33.725Z Compiling home v0.5.12
33892026-06-18T22:34:33.790Z Compiling md5 v0.7.0
33902026-06-18T22:34:33.841Z Compiling flume v0.11.1
33912026-06-18T22:34:33.871Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33922026-06-18T22:34:33.920Z Compiling headers v0.4.1
33932026-06-18T22:34:33.942Z Compiling rcgen v0.12.1
33942026-06-18T22:34:33.998Z Compiling russh-keys v0.45.0
33952026-06-18T22:34:34.056Z Compiling progenitor v0.13.0
33962026-06-18T22:34:34.075Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-06-18T22:34:34.107Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-18T22:34:34.208Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33992026-06-18T22:34:34.242Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-06-18T22:34:34.265Z Compiling hyper-staticfile v0.10.1
34012026-06-18T22:34:34.503Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34022026-06-18T22:34:34.593Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-06-18T22:34:34.736Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-06-18T22:34:34.829Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-06-18T22:34:34.848Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-06-18T22:34:34.866Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34072026-06-18T22:34:34.913Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34082026-06-18T22:34:35.094Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-06-18T22:34:35.182Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34102026-06-18T22:34:35.272Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34112026-06-18T22:34:35.303Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34122026-06-18T22:34:35.488Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-06-18T22:34:35.506Z Compiling num-bigint v0.4.6
34142026-06-18T22:34:35.553Z Compiling des v0.8.1
34152026-06-18T22:34:35.574Z Compiling subprocess v0.2.15
34162026-06-18T22:34:35.577Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-06-18T22:34:35.610Z Compiling display-error-chain v0.2.2
34182026-06-18T22:34:35.613Z Compiling hex-literal v0.4.1
34192026-06-18T22:34:35.669Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34202026-06-18T22:34:35.722Z Compiling colored v2.2.0
34212026-06-18T22:34:35.765Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34222026-06-18T22:34:35.781Z Compiling internet-checksum v0.2.1
34232026-06-18T22:34:36.034Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-06-18T22:34:36.336Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-06-18T22:34:36.654Z Compiling russh v0.45.0
34262026-06-18T22:34:37.270Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-06-18T22:34:38.204Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-06-18T22:34:38.204Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-06-18T22:34:40.585Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-06-18T22:34:40.967Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34312026-06-18T22:34:41.258Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34322026-06-18T22:34:41.719Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-06-18T22:34:43.072Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-06-18T22:34:51.244Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34352026-06-18T22:34:51.244Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34362026-06-18T22:34:51.249Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34372026-06-18T22:34:51.249Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-06-18T22:34:53.023Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392026-06-18T22:34:53.059Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34402026-06-18T22:34:57.175Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-06-18T22:35:36.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34422026-06-18T22:35:36.891Z
34432026-06-18T22:35:36.891Zreal 1:26.421204717
34442026-06-18T22:35:36.891Zuser 8:05.953305974
34452026-06-18T22:35:36.891Zsys 1:38.427107052
34462026-06-18T22:35:36.891Ztrap 0.242203437
34472026-06-18T22:35:36.891Ztflt 0.502523009
34482026-06-18T22:35:36.892Zdflt 1.810023565
34492026-06-18T22:35:36.892Zkflt 0.000371200
34502026-06-18T22:35:36.895Zlock 28:28.570872965
34512026-06-18T22:35:36.895Zslp 18:14.768144646
34522026-06-18T22:35:36.895Zlat 36.384142512
34532026-06-18T22:35:36.895Zstop 2:42.415229299
34542026-06-18T22:35:36.895Z+ mkdir tests
34552026-06-18T22:35:36.898Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34562026-06-18T22:35:36.898Z+ xargs -I '{}' -t cp '{}' tests/
34572026-06-18T22:35:36.924Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34582026-06-18T22:35:36.955Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34592026-06-18T22:35:36.985Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34602026-06-18T22:35:37.016Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34612026-06-18T22:35:37.353Z+ 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)
34622026-06-18T22:35:37.357Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34632026-06-18T22:36:57.722ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34642026-06-18T22:36:57.722Za .github/buildomat/ci-env.sh 1K
34652026-06-18T22:36:57.722Za out/target/test 1K
34662026-06-18T22:36:57.722Za out/npuzone/npuzone 27402K
34672026-06-18T22:36:57.722Za package-manifest.toml 35K
34682026-06-18T22:36:57.722Za smf/sled-agent/non-gimlet/config.toml 6K
34692026-06-18T22:36:57.722Za target/release/omicron-package 45177K
34702026-06-18T22:36:57.722Za target/release/xtask 11453K
34712026-06-18T22:36:57.722Za target/debug/bootstrap 356005K
34722026-06-18T22:36:57.722Za tests/bootstrap-924fc3fc47321669 31215K
34732026-06-18T22:36:57.722Za tests/commtest-408c589a9be9a15a 32300K
34742026-06-18T22:36:57.722Za tests/dhcp_server-f35f394bfb169ef7 31215K
34752026-06-18T22:36:57.722Za tests/end_to_end_tests-f00a927a2ca939a9 397830K
34762026-06-18T22:36:57.722Za tools/opte_version 1K
34772026-06-18T22:36:57.722Za tools/opte_version_override 2K
34782026-06-18T22:36:57.723Za out/clickhouse.tar.gz 313417K
34792026-06-18T22:36:57.723Za out/clickhouse_keeper.tar.gz 298475K
34802026-06-18T22:36:57.723Za out/clickhouse_server.tar.gz 313415K
34812026-06-18T22:36:57.723Za out/cockroachdb.tar.gz 157676K
34822026-06-18T22:36:57.723Za out/crucible-pantry-zone.tar.gz 36467K
34832026-06-18T22:36:57.723Za out/crucible-utils.tar 16478K
34842026-06-18T22:36:57.723Za out/crucible-zone.tar.gz 52037K
34852026-06-18T22:36:57.723Za out/external-dns.tar.gz 42900K
34862026-06-18T22:36:57.723Za out/internal-dns.tar.gz 42899K
34872026-06-18T22:36:57.723Za out/mg-ddm-gz.tar 97917K
34882026-06-18T22:36:57.723Za out/nexus.tar.gz 277723K
34892026-06-18T22:36:57.723Za out/ntp.tar.gz 24107K
34902026-06-18T22:36:57.723Za out/omicron-gateway-softnpu.tar.gz 30193K
34912026-06-18T22:36:57.723Za out/omicron-sled-agent.tar 194593K
34922026-06-18T22:36:57.723Za out/overlay.tar.gz 3K
34932026-06-18T22:36:57.723Za out/oximeter.tar.gz 62281K
34942026-06-18T22:36:57.723Za out/oxlog.tar 3782K
34952026-06-18T22:36:57.723Za out/probe.tar.gz 3037K
34962026-06-18T22:36:57.723Za out/propolis-server.tar.gz 34918K
34972026-06-18T22:36:57.723Za out/pumpkind-gz.tar 26647K
34982026-06-18T22:36:57.723Za out/switch-softnpu.tar.gz 447562K
34992026-06-18T22:36:57.727Z
35002026-06-18T22:36:57.727Zreal 1:20.364777427
35012026-06-18T22:36:57.727Zuser 1:17.733859176
35022026-06-18T22:36:57.727Zsys 4.457093446
35032026-06-18T22:36:57.727Ztrap 0.007282758
35042026-06-18T22:36:57.727Ztflt 0.000000000
35052026-06-18T22:36:57.727Zdflt 0.000000000
35062026-06-18T22:36:57.727Zkflt 0.000000000
35072026-06-18T22:36:57.727Zlock 0.000000000
35082026-06-18T22:36:57.727Zslp 1:17.544350850
35092026-06-18T22:36:57.727Zlat 0.982042800
35102026-06-18T22:36:57.727Zstop 0.000501930
35112026-06-18T22:36:57.727Zprocess exited: duration 957210 ms, exit code 0
 
35122026-06-18T22:36:57.741Zfound 1 output files
35132026-06-18T22:36:57.741Zuploading: /work/package.tar.gz (2478687221 bytes)
35142026-06-18T22:37:27.995Zuploaded: /work/package.tar.gz