01KRP1W1F7Y58VTSGB2PHEJKP1: 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: 01KRP1WJM10JT2S1V50W9FP5SA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T14:51:34.236Zjob assigned to worker 01KRP1WTXYXZNDGRRKWEVQY5AG [factory aws, i-038e8815b213bbd85] (queued for 51 s)
 
22026-05-15T14:51:41.988Zstarting task 0: "setup"
32026-05-15T14:51:41.993Z++ uname -s
42026-05-15T14:51:41.996Z+ kern=SunOS
52026-05-15T14:51:41.996Z+ build_user=build
62026-05-15T14:51:41.996Z+ build_uid=12345
72026-05-15T14:51:41.996Z+ work_dir=/work
82026-05-15T14:51:41.996Z+ input_dir=/input
92026-05-15T14:51:41.996Z+ [[ 0 == 12345 ]]
102026-05-15T14:51:41.996Z+ case "$kern" in
112026-05-15T14:51:41.996Z+ groupadd -g 12345 build
122026-05-15T14:51:42.009Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T14:51:44.019Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T14:51:44.098Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T14:51:44.102Z+ home_fs=zfs
162026-05-15T14:51:44.102Z+ [[ zfs == autofs ]]
172026-05-15T14:51:44.102Z+ mkdir -p /home/build
182026-05-15T14:51:44.105Z+ chown build:build /home/build /work
192026-05-15T14:51:46.105Z+ chmod 0700 /home/build /work
202026-05-15T14:51:46.108Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-15T14:51:46.116Zstarting task 1: "rust-toolchain"
222026-05-15T14:51:46.122Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T14:51:46.122Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T14:51:46.122Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-15T14:51:46.125Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-15T14:51:46.125Z * rust toolchain channel = "1.94.0"
272026-05-15T14:51:46.125Z * rust toolchain profile = "default"
282026-05-15T14:51:46.125Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T14:51:46.125Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T14:51:46.218Zinfo: downloading installer
312026-05-15T14:51:47.669Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T14:51:47.669Zwarn: /home/build/.rustup/settings.toml
332026-05-15T14:51:47.669Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T14:51:47.669Zwarn: instead of the one inferred from the default host triple.
352026-05-15T14:51:47.681Zinfo: profile set to default
362026-05-15T14:51:47.681Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T14:51:47.684Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T14:51:47.818Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T14:51:47.821Zinfo: downloading 6 components
402026-05-15T14:52:02.010Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T14:52:02.010Z
422026-05-15T14:52:02.041Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T14:52:02.041Z
442026-05-15T14:52:02.041Z
452026-05-15T14:52:02.041ZRust is installed now. Great!
462026-05-15T14:52:02.041Z
472026-05-15T14:52:02.041ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T14:52:02.041Zenvironment variable. This has not been done automatically.
492026-05-15T14:52:02.041Z
502026-05-15T14:52:02.041ZTo configure your current shell, you need to source
512026-05-15T14:52:02.041Zthe corresponding env file under $HOME/.cargo.
522026-05-15T14:52:02.042Z
532026-05-15T14:52:02.045ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T14:52:02.045Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T14:52:02.045Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T14:52:02.045Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T14:52:02.045Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T14:52:02.045Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T14:52:02.045Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T14:52:02.045Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T14:52:02.045Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T14:52:02.145Z+ rustup --version
632026-05-15T14:52:02.151Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T14:52:02.154Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T14:52:02.174Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T14:52:02.177Z+ cargo --version
672026-05-15T14:52:02.187Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T14:52:02.190Z+ rustc --version
692026-05-15T14:52:02.210Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T14:52:02.213Zprocess exited: duration 16096 ms, exit code 0
 
712026-05-15T14:52:02.225Zstarting task 2: "authentication"
722026-05-15T14:52:02.240Zprocess exited: duration 17 ms, exit code 0
 
732026-05-15T14:52:02.248Zstarting task 3: "clone repository"
742026-05-15T14:52:02.251Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T14:52:02.256Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T14:52:02.301ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T14:52:13.323Z+ cd /work/oxidecomputer/omicron
782026-05-15T14:52:13.323Z+ git fetch origin e43ae1ffe3a543a4c852b756e45dca1d1eb3136f
792026-05-15T14:52:13.632ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T14:52:13.632Z * branch e43ae1ffe3a543a4c852b756e45dca1d1eb3136f -> FETCH_HEAD
812026-05-15T14:52:13.649Z+ [[ -n add-fmd-inventory ]]
822026-05-15T14:52:13.652Z++ git branch --show-current
832026-05-15T14:52:13.652Z+ current=main
842026-05-15T14:52:13.652Z+ [[ main != add-fmd-inventory ]]
852026-05-15T14:52:13.652Z+ git branch -f add-fmd-inventory e43ae1ffe3a543a4c852b756e45dca1d1eb3136f
862026-05-15T14:52:13.655Z+ git checkout -f add-fmd-inventory
872026-05-15T14:52:13.897ZSwitched to branch 'add-fmd-inventory'
882026-05-15T14:52:13.900Z+ git reset --hard e43ae1ffe3a543a4c852b756e45dca1d1eb3136f
892026-05-15T14:52:13.922ZHEAD is now at e43ae1ffe Add typed FmdInventoryError and per-sled FMD bounds
902026-05-15T14:52:13.925Zprocess exited: duration 11677 ms, exit code 0
 
912026-05-15T14:52:13.932Zstarting task 4: "build"
922026-05-15T14:52:13.938Z+ source .github/buildomat/ci-env.sh
932026-05-15T14:52:13.938Z++ export CARGO_TERM_COLOR=always
942026-05-15T14:52:13.938Z++ CARGO_TERM_COLOR=always
952026-05-15T14:52:13.938Z+ cargo --version
962026-05-15T14:52:13.948Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T14:52:13.951Z+ rustc --version
982026-05-15T14:52:13.973Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T14:52:13.976Z+ WORK=/work
1002026-05-15T14:52:13.976Z+ pfexec mkdir -p /work
1012026-05-15T14:52:13.979Z+ pfexec chown build /work
1022026-05-15T14:52:13.982Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-15T14:52:15.819Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-15T14:52:15.890Z Startup: Caching catalogs ... Done
1052026-05-15T14:52:16.109ZPlanning: Solver setup ... Done (0.181s)
1062026-05-15T14:52:16.125ZPlanning: Running solver ... Done (0.016s)
1072026-05-15T14:52:16.130ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-15T14:52:16.142ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-15T14:52:16.163ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-15T14:52:16.177ZPlanning: Package planning ... Done (0.014s)
1112026-05-15T14:52:16.180ZPlanning: Merging actions ... Done (0.002s)
1122026-05-15T14:52:16.373ZPlanning: Checking for conflicting actions ... Done (0.194s)
1132026-05-15T14:52:16.377ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-15T14:52:17.694ZPlanning: Evaluating mediators ... Done (1.320s)
1152026-05-15T14:52:17.697ZPlanning: Planning completed in 1.78 seconds
1162026-05-15T14:52:17.704Z Packages to install: 2
1172026-05-15T14:52:17.704Z Estimated space available: 156.08 GB
1182026-05-15T14:52:17.704ZEstimated space to be consumed: 19.74 MB
1192026-05-15T14:52:17.704Z Create boot environment: No
1202026-05-15T14:52:17.707ZCreate backup boot environment: No
1212026-05-15T14:52:17.708Z Rebuild boot archive: No
1222026-05-15T14:52:17.708Z
1232026-05-15T14:52:17.708ZChanged packages:
1242026-05-15T14:52:17.708Zhelios
1252026-05-15T14:52:17.708Z developer/build-essential
1262026-05-15T14:52:17.708Z None -> 11-3.0
1272026-05-15T14:52:17.708Z library/libxmlsec1
1282026-05-15T14:52:17.708Z None -> 1.2.35-3.0
1292026-05-15T14:52:17.750Z
1302026-05-15T14:52:17.750ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-15T14:52:18.351ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1322026-05-15T14:52:18.434Z Actions: 1/268 actions (Installing new actions)
1332026-05-15T14:52:18.474Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-15T14:52:18.482ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-15T14:52:18.482ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-15T14:52:18.498ZFinalize: Updating image state ... Done (0.016s)
1372026-05-15T14:52:21.293ZFinalize: Creating fast lookup database ... Done (2.772s)
1382026-05-15T14:52:21.371ZFinalize: Reading search index ... Done (0.022s)
1392026-05-15T14:52:21.374ZFinalize: Updating search index ... Done (0.000s)
1402026-05-15T14:52:21.485ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-15T14:52:21.781ZPlanning: Evaluating mediator changes ... Done
1422026-05-15T14:52:21.887ZPlanning: Checking for conflicting actions ... Done
1432026-05-15T14:52:21.890ZPlanning: Consolidating action changes ... Done
1442026-05-15T14:52:22.048ZPlanning: Evaluating mediators ... Done
1452026-05-15T14:52:22.052ZPlanning: Planning completed in 0.27 seconds
1462026-05-15T14:52:22.070Z Mediators to change: 2
1472026-05-15T14:52:22.070Z Create boot environment: No
1482026-05-15T14:52:22.070ZCreate backup boot environment: No
1492026-05-15T14:52:22.192ZFinalize: Updating package state database ... Done
1502026-05-15T14:52:22.193ZFinalize: Updating package cache ... Done
1512026-05-15T14:52:22.202ZFinalize: Updating image state ... Done
1522026-05-15T14:52:24.137ZFinalize: Creating fast lookup database ... Done
1532026-05-15T14:52:24.197ZFinalize: Reading search index ... Done
1542026-05-15T14:52:24.200ZFinalize: Updating search index ... Done
1552026-05-15T14:52:24.290ZFinalize: Updating package cache ... Done
1562026-05-15T14:52:24.580ZPlanning: Evaluating mediator changes ... Done
1572026-05-15T14:52:24.686ZPlanning: Checking for conflicting actions ... Done
1582026-05-15T14:52:24.689ZPlanning: Consolidating action changes ... Done
1592026-05-15T14:52:24.845ZPlanning: Evaluating mediators ... Done
1602026-05-15T14:52:24.848ZPlanning: Planning completed in 0.27 seconds
1612026-05-15T14:52:24.868Z Mediators to change: 1
1622026-05-15T14:52:24.869Z Create boot environment: No
1632026-05-15T14:52:24.869ZCreate backup boot environment: No
1642026-05-15T14:52:24.932ZFinalize: Updating package state database ... Done
1652026-05-15T14:52:24.932ZFinalize: Updating package cache ... Done
1662026-05-15T14:52:24.941ZFinalize: Updating image state ... Done
1672026-05-15T14:52:26.894ZFinalize: Creating fast lookup database ... Done
1682026-05-15T14:52:26.960ZFinalize: Reading search index ... Done
1692026-05-15T14:52:26.963ZFinalize: Updating search index ... Done
1702026-05-15T14:52:27.049ZFinalize: Updating package cache ... Done
1712026-05-15T14:52:27.360ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-15T14:52:27.360Zapache system 2.4 system
1732026-05-15T14:52:27.360Zclang system 15 system
1742026-05-15T14:52:27.360Zcsh system system illumos
1752026-05-15T14:52:27.360Zctags system system illumos
1762026-05-15T14:52:27.360Zfile vendor vendor darwinsys
1772026-05-15T14:52:27.360Zfile system system illumos
1782026-05-15T14:52:27.360Zgcc vendor 14 vendor
1792026-05-15T14:52:27.360Zgcc system 13 system
1802026-05-15T14:52:27.360Zgcc system 10 system
1812026-05-15T14:52:27.360Zgo system 1.25 system
1822026-05-15T14:52:27.360Zllvm system 15 system
1832026-05-15T14:52:27.360Zmariadb system 11.4 system
1842026-05-15T14:52:27.360Zmta vendor vendor dma
1852026-05-15T14:52:27.360Zopenjdk system 17 system
1862026-05-15T14:52:27.360Zopenjdk system 11 system
1872026-05-15T14:52:27.360Zopenssl vendor 3 vendor
1882026-05-15T14:52:27.360Zperl system 5.40 system
1892026-05-15T14:52:27.360Zpostgresql system 18 system
1902026-05-15T14:52:27.361Zpostgresql system 17 system
1912026-05-15T14:52:27.361Zpython vendor 3 vendor
1922026-05-15T14:52:27.361Zpython system 2 system
1932026-05-15T14:52:27.361Zpython3 vendor 3.13 vendor
1942026-05-15T14:52:27.361Zruby system 3.4 system
1952026-05-15T14:52:27.361Zruby system 3.0 system
1962026-05-15T14:52:27.361Zwords vendor vendor american-english
1972026-05-15T14:52:27.361Zwords system system australian-english
1982026-05-15T14:52:27.361Zwords system system british-english
1992026-05-15T14:52:27.361Zwords system system canadian-english
2002026-05-15T14:52:27.361Zwords system system french
2012026-05-15T14:52:27.361Zwords system system italian
2022026-05-15T14:52:27.361Zwords system system ngerman
2032026-05-15T14:52:27.361Zwords system system ogerman
2042026-05-15T14:52:27.361Zwords system system spanish
2052026-05-15T14:52:27.615ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-15T14:52:27.615Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-15T14:52:27.896ZFMRI IFO
2082026-05-15T14:52:27.896Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-15T14:52:27.896Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-15T14:52:27.896Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-15T14:52:27.896Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-15T14:52:27.896Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-15T14:52:27.896Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-15T14:52:27.896Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-15T14:52:27.896Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-15T14:52:27.896Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-15T14:52:28.135Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-15T14:52:28.558Z Updating crates.io index
2192026-05-15T14:52:28.561Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-15T14:52:29.030Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-15T14:52:29.423Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-15T14:52:29.928Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-15T14:52:30.809Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-15T14:52:31.348Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-15T14:52:32.694Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-15T14:52:33.484Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-15T14:52:33.772Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-15T14:52:34.633Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-15T14:52:34.995Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-15T14:52:35.318Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-15T14:52:35.672Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-15T14:52:36.686Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-15T14:52:37.168Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-15T14:52:37.514Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-15T14:52:37.857Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-15T14:52:38.258Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-15T14:52:38.681Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-15T14:52:39.078Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-15T14:52:39.318Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-15T14:52:39.570Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-15T14:52:39.986Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-15T14:52:40.428Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-15T14:52:40.931Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-15T14:52:41.241Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-15T14:52:41.540Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-15T14:52:42.493Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-15T14:52:43.144Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-15T14:52:43.604Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-15T14:52:44.078Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-15T14:52:44.522Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-15T14:52:44.814Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-15T14:52:45.116Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-15T14:52:45.651Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-15T14:52:45.895Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-15T14:52:46.175Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-15T14:52:46.482Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-15T14:52:46.888Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-15T14:52:59.424Z Downloading crates ...
2592026-05-15T14:52:59.473Z Downloaded cargo-platform v0.2.0
2602026-05-15T14:52:59.477Z Downloaded anstream v0.6.21
2612026-05-15T14:52:59.480Z Downloaded serde_spanned v0.6.9
2622026-05-15T14:52:59.480Z Downloaded fnv v1.0.7
2632026-05-15T14:52:59.485Z Downloaded anstyle-query v1.1.5
2642026-05-15T14:52:59.490Z Downloaded displaydoc v0.2.5
2652026-05-15T14:52:59.493Z Downloaded yoke-derive v0.8.1
2662026-05-15T14:52:59.493Z Downloaded digest v0.10.7
2672026-05-15T14:52:59.496Z Downloaded cpufeatures v0.2.17
2682026-05-15T14:52:59.496Z Downloaded colorchoice v1.0.4
2692026-05-15T14:52:59.496Z Downloaded cargo_toml v0.21.0
2702026-05-15T14:52:59.499Z Downloaded autocfg v1.5.0
2712026-05-15T14:52:59.499Z Downloaded bytecount v0.6.9
2722026-05-15T14:52:59.500Z Downloaded zerofrom v0.1.6
2732026-05-15T14:52:59.503Z Downloaded dof v0.3.0
2742026-05-15T14:52:59.507Z Downloaded anstyle v1.0.13
2752026-05-15T14:52:59.510Z Downloaded thiserror-impl v1.0.69
2762026-05-15T14:52:59.510Z Downloaded yoke v0.8.1
2772026-05-15T14:52:59.513Z Downloaded version_check v0.9.5
2782026-05-15T14:52:59.516Z Downloaded crypto-common v0.1.7
2792026-05-15T14:52:59.516Z Downloaded thread-id v4.2.2
2802026-05-15T14:52:59.516Z Downloaded cfg-if v1.0.4
2812026-05-15T14:52:59.519Z Downloaded syn v2.0.117
2822026-05-15T14:52:59.524Z Downloaded zerofrom-derive v0.1.6
2832026-05-15T14:52:59.527Z Downloaded utf8parse v0.2.2
2842026-05-15T14:52:59.527Z Downloaded utf8_iter v1.0.4
2852026-05-15T14:52:59.527Z Downloaded generic-array v0.14.7
2862026-05-15T14:52:59.527Z Downloaded unicode-linebreak v0.1.5
2872026-05-15T14:52:59.530Z Downloaded cargo_metadata v0.21.0
2882026-05-15T14:52:59.530Z Downloaded byteorder v1.5.0
2892026-05-15T14:52:59.530Z Downloaded anstyle-parse v0.2.7
2902026-05-15T14:52:59.530Z Downloaded block-buffer v0.10.4
2912026-05-15T14:52:59.534Z Downloaded form_urlencoded v1.2.2
2922026-05-15T14:52:59.534Z Downloaded typeid v1.0.3
2932026-05-15T14:52:59.538Z Downloaded toml_datetime v0.6.11
2942026-05-15T14:52:59.538Z Downloaded usdt-attr-macro v0.5.0
2952026-05-15T14:52:59.538Z Downloaded potential_utf v0.1.4
2962026-05-15T14:52:59.538Z Downloaded cargo-util-schemas v0.8.2
2972026-05-15T14:52:59.538Z Downloaded toml_write v0.1.2
2982026-05-15T14:52:59.538Z Downloaded bitflags v2.11.0
2992026-05-15T14:52:59.541Z Downloaded heck v0.5.0
3002026-05-15T14:52:59.541Z Downloaded clap_lex v1.0.0
3012026-05-15T14:52:59.544Z Downloaded thiserror v1.0.69
3022026-05-15T14:52:59.547Z Downloaded ordered-float v2.10.1
3032026-05-15T14:52:59.547Z Downloaded errno v0.3.14
3042026-05-15T14:52:59.550Z Downloaded thiserror v2.0.18
3052026-05-15T14:52:59.553Z Downloaded zmij v1.0.21
3062026-05-15T14:52:59.553Z Downloaded zerovec-derive v0.11.2
3072026-05-15T14:52:59.553Z Downloaded macaddr v1.0.1
3082026-05-15T14:52:59.556Z Downloaded writeable v0.6.2
3092026-05-15T14:52:59.556Z Downloaded usdt-macro v0.5.0
3102026-05-15T14:52:59.558Z Downloaded heck v0.4.1
3112026-05-15T14:52:59.558Z Downloaded dtrace-parser v0.2.0
3122026-05-15T14:52:59.559Z Downloaded proc-macro-error-attr v1.0.4
3132026-05-15T14:52:59.562Z Downloaded thiserror-impl v2.0.18
3142026-05-15T14:52:59.562Z Downloaded itoa v1.0.17
3152026-05-15T14:52:59.562Z Downloaded zerocopy-derive v0.7.35
3162026-05-15T14:52:59.564Z Downloaded usdt-impl v0.5.0
3172026-05-15T14:52:59.565Z Downloaded unicode-xid v0.2.6
3182026-05-15T14:52:59.567Z Downloaded tinystr v0.8.2
3192026-05-15T14:52:59.567Z Downloaded stable_deref_trait v1.2.1
3202026-05-15T14:52:59.567Z Downloaded smawk v0.3.2
3212026-05-15T14:52:59.571Z Downloaded serde-value v0.7.0
3222026-05-15T14:52:59.571Z Downloaded terminal_size v0.4.3
3232026-05-15T14:52:59.571Z Downloaded usdt v0.5.0
3242026-05-15T14:52:59.571Z Downloaded pretty-hex v0.4.1
3252026-05-15T14:52:59.574Z Downloaded toml v0.8.23
3262026-05-15T14:52:59.577Z Downloaded equivalent v1.0.2
3272026-05-15T14:52:59.577Z Downloaded scroll_derive v0.12.1
3282026-05-15T14:52:59.577Z Downloaded plain v0.2.3
3292026-05-15T14:52:59.577Z Downloaded is_terminal_polyfill v1.70.2
3302026-05-15T14:52:59.580Z Downloaded percent-encoding v2.3.2
3312026-05-15T14:52:59.580Z Downloaded textwrap v0.16.2
3322026-05-15T14:52:59.583Z Downloaded swrite v0.1.0
3332026-05-15T14:52:59.583Z Downloaded ucd-trie v0.1.7
3342026-05-15T14:52:59.586Z Downloaded clap_derive v4.5.55
3352026-05-15T14:52:59.586Z Downloaded typenum v1.19.0
3362026-05-15T14:52:59.589Z Downloaded toml_edit v0.22.27
3372026-05-15T14:52:59.589Z Downloaded unicode-ident v1.0.24
3382026-05-15T14:52:59.592Z Downloaded strsim v0.11.1
3392026-05-15T14:52:59.592Z Downloaded idna_adapter v1.2.1
3402026-05-15T14:52:59.595Z Downloaded memmap v0.7.0
3412026-05-15T14:52:59.598Z Downloaded zerotrie v0.2.3
3422026-05-15T14:52:59.598Z Downloaded tabled_derive v0.7.0
3432026-05-15T14:52:59.598Z Downloaded url v2.5.8
3442026-05-15T14:52:59.601Z Downloaded zerocopy v0.7.35
3452026-05-15T14:52:59.608Z Downloaded sha2 v0.10.9
3462026-05-15T14:52:59.611Z Downloaded zerovec v0.11.5
3472026-05-15T14:52:59.614Z Downloaded scroll v0.12.0
3482026-05-15T14:52:59.614Z Downloaded winnow v0.7.14
3492026-05-15T14:52:59.620Z Downloaded serde-untagged v0.1.9
3502026-05-15T14:52:59.623Z Downloaded proc-macro-error v1.0.4
3512026-05-15T14:52:59.623Z Downloaded clap v4.5.60
3522026-05-15T14:52:59.628Z Downloaded serde_tokenstream v0.2.3
3532026-05-15T14:52:59.631Z Downloaded camino v1.2.2
3542026-05-15T14:52:59.631Z Downloaded fs-err v3.3.0
3552026-05-15T14:52:59.631Z Downloaded unicode-width v0.2.0
3562026-05-15T14:52:59.634Z Downloaded unicode-width v0.1.14
3572026-05-15T14:52:59.637Z Downloaded fastrand v2.3.0
3582026-05-15T14:52:59.640Z Downloaded camino-tempfile v1.4.1
3592026-05-15T14:52:59.643Z Downloaded litemap v0.8.1
3602026-05-15T14:52:59.646Z Downloaded synstructure v0.13.2
3612026-05-15T14:52:59.651Z Downloaded tempfile v3.25.0
3622026-05-15T14:52:59.651Z Downloaded pest_derive v2.8.6
3632026-05-15T14:52:59.654Z Downloaded erased-serde v0.4.9
3642026-05-15T14:52:59.654Z Downloaded once_cell v1.21.3
3652026-05-15T14:52:59.654Z Downloaded anyhow v1.0.102
3662026-05-15T14:52:59.657Z Downloaded pest_generator v2.8.6
3672026-05-15T14:52:59.660Z Downloaded smallvec v1.15.1
3682026-05-15T14:52:59.660Z Downloaded icu_provider v2.1.1
3692026-05-15T14:52:59.663Z Downloaded icu_normalizer_data v2.1.1
3702026-05-15T14:52:59.671Z Downloaded quote v1.0.45
3712026-05-15T14:52:59.674Z Downloaded num-traits v0.2.19
3722026-05-15T14:52:59.674Z Downloaded papergrid v0.11.0
3732026-05-15T14:52:59.677Z Downloaded proc-macro2 v1.0.106
3742026-05-15T14:52:59.680Z Downloaded icu_properties v2.1.2
3752026-05-15T14:52:59.680Z Downloaded log v0.4.29
3762026-05-15T14:52:59.683Z Downloaded semver v1.0.28
3772026-05-15T14:52:59.683Z Downloaded getrandom v0.4.1
3782026-05-15T14:52:59.689Z Downloaded serde_derive v1.0.228
3792026-05-15T14:52:59.698Z Downloaded serde_core v1.0.228
3802026-05-15T14:52:59.701Z Downloaded icu_normalizer v2.1.1
3812026-05-15T14:52:59.707Z Downloaded serde v1.0.228
3822026-05-15T14:52:59.712Z Downloaded memchr v2.8.0
3832026-05-15T14:52:59.720Z Downloaded pest_meta v2.8.6
3842026-05-15T14:52:59.723Z Downloaded icu_collections v2.1.1
3852026-05-15T14:52:59.726Z Downloaded icu_locale_core v2.1.1
3862026-05-15T14:52:59.731Z Downloaded indexmap v2.14.0
3872026-05-15T14:52:59.746Z Downloaded pest v2.8.6
3882026-05-15T14:52:59.750Z Downloaded idna v1.1.0
3892026-05-15T14:52:59.755Z Downloaded icu_properties_data v2.1.2
3902026-05-15T14:52:59.760Z Downloaded hashbrown v0.17.0
3912026-05-15T14:52:59.768Z Downloaded serde_json v1.0.149
3922026-05-15T14:52:59.771Z Downloaded clap_builder v4.5.60
3932026-05-15T14:52:59.776Z Downloaded tabled v0.15.0
3942026-05-15T14:52:59.783Z Downloaded goblin v0.8.2
3952026-05-15T14:52:59.787Z Downloaded syn v1.0.109
3962026-05-15T14:52:59.802Z Downloaded rustix v1.1.3
3972026-05-15T14:52:59.831Z Downloaded libc v0.2.185
3982026-05-15T14:52:59.899Z Compiling proc-macro2 v1.0.106
3992026-05-15T14:52:59.899Z Compiling unicode-ident v1.0.24
4002026-05-15T14:52:59.899Z Compiling quote v1.0.45
4012026-05-15T14:52:59.903Z Compiling serde_core v1.0.228
4022026-05-15T14:52:59.903Z Compiling libc v0.2.185
4032026-05-15T14:52:59.903Z Compiling version_check v0.9.5
4042026-05-15T14:52:59.903Z Compiling stable_deref_trait v1.2.1
4052026-05-15T14:52:59.903Z Compiling serde v1.0.228
4062026-05-15T14:52:59.903Z Compiling memchr v2.8.0
4072026-05-15T14:52:59.903Z Compiling zmij v1.0.21
4082026-05-15T14:52:59.903Z Compiling ucd-trie v0.1.7
4092026-05-15T14:53:00.082Z Compiling itoa v1.0.17
4102026-05-15T14:53:00.085Z Compiling autocfg v1.5.0
4112026-05-15T14:53:00.085Z Compiling thiserror v1.0.69
4122026-05-15T14:53:00.099Z Compiling litemap v0.8.1
4132026-05-15T14:53:00.324Z Compiling writeable v0.6.2
4142026-05-15T14:53:00.327Z Compiling icu_properties_data v2.1.2
4152026-05-15T14:53:00.361Z Compiling rustix v1.1.3
4162026-05-15T14:53:00.428Z Compiling icu_normalizer_data v2.1.1
4172026-05-15T14:53:00.550Z Compiling byteorder v1.5.0
4182026-05-15T14:53:00.641Z Compiling serde_json v1.0.149
4192026-05-15T14:53:00.715Z Compiling bitflags v2.11.0
4202026-05-15T14:53:00.781Z Compiling pest v2.8.6
4212026-05-15T14:53:00.798Z Compiling num-traits v0.2.19
4222026-05-15T14:53:01.022Z Compiling hashbrown v0.17.0
4232026-05-15T14:53:01.026Z Compiling equivalent v1.0.2
4242026-05-15T14:53:01.026Z Compiling smallvec v1.15.1
4252026-05-15T14:53:01.026Z Compiling typeid v1.0.3
4262026-05-15T14:53:01.026Z Compiling proc-macro-error-attr v1.0.4
4272026-05-15T14:53:01.059Z Compiling usdt-impl v0.5.0
4282026-05-15T14:53:01.096Z Compiling syn v1.0.109
4292026-05-15T14:53:01.112Z Compiling winnow v0.7.14
4302026-05-15T14:53:01.182Z Compiling toml_write v0.1.2
4312026-05-15T14:53:01.217Z Compiling erased-serde v0.4.9
4322026-05-15T14:53:01.251Z Compiling proc-macro-error v1.0.4
4332026-05-15T14:53:01.289Z Compiling plain v0.2.3
4342026-05-15T14:53:01.328Z Compiling errno v0.3.14
4352026-05-15T14:53:01.346Z Compiling thread-id v4.2.2
4362026-05-15T14:53:01.423Z Compiling thiserror v2.0.18
4372026-05-15T14:53:01.426Z Compiling utf8parse v0.2.2
4382026-05-15T14:53:01.498Z Compiling utf8_iter v1.0.4
4392026-05-15T14:53:01.503Z Compiling getrandom v0.4.1
4402026-05-15T14:53:01.550Z Compiling indexmap v2.14.0
4412026-05-15T14:53:01.639Z Compiling camino v1.2.2
4422026-05-15T14:53:01.658Z Compiling percent-encoding v2.3.2
4432026-05-15T14:53:01.677Z Compiling log v0.4.29
4442026-05-15T14:53:01.677Z Compiling anstyle-parse v0.2.7
4452026-05-15T14:53:01.808Z Compiling syn v2.0.117
4462026-05-15T14:53:01.835Z Compiling form_urlencoded v1.2.2
4472026-05-15T14:53:01.914Z Compiling anstyle v1.0.13
4482026-05-15T14:53:01.970Z Compiling pest_meta v2.8.6
4492026-05-15T14:53:02.081Z Compiling colorchoice v1.0.4
4502026-05-15T14:53:02.098Z Compiling ordered-float v2.10.1
4512026-05-15T14:53:02.139Z Compiling cfg-if v1.0.4
4522026-05-15T14:53:02.160Z Compiling is_terminal_polyfill v1.70.2
4532026-05-15T14:53:02.196Z Compiling pretty-hex v0.4.1
4542026-05-15T14:53:02.216Z Compiling anstyle-query v1.1.5
4552026-05-15T14:53:02.293Z Compiling fs-err v3.3.0
4562026-05-15T14:53:02.315Z Compiling anstream v0.6.21
4572026-05-15T14:53:02.348Z Compiling fastrand v2.3.0
4582026-05-15T14:53:02.366Z Compiling anyhow v1.0.102
4592026-05-15T14:53:02.385Z Compiling clap_lex v1.0.0
4602026-05-15T14:53:02.406Z Compiling unicode-width v0.1.14
4612026-05-15T14:53:02.406Z Compiling bytecount v0.6.9
4622026-05-15T14:53:02.443Z Compiling terminal_size v0.4.3
4632026-05-15T14:53:02.511Z Compiling heck v0.4.1
4642026-05-15T14:53:02.658Z Compiling semver v1.0.28
4652026-05-15T14:53:02.703Z Compiling once_cell v1.21.3
4662026-05-15T14:53:02.724Z Compiling strsim v0.11.1
4672026-05-15T14:53:02.745Z Compiling fnv v1.0.7
4682026-05-15T14:53:02.768Z Compiling unicode-xid v0.2.6
4692026-05-15T14:53:02.786Z Compiling heck v0.5.0
4702026-05-15T14:53:02.870Z Compiling papergrid v0.11.0
4712026-05-15T14:53:02.912Z Compiling tempfile v3.25.0
4722026-05-15T14:53:02.944Z Compiling clap_builder v4.5.60
4732026-05-15T14:53:02.962Z Compiling memmap v0.7.0
4742026-05-15T14:53:03.043Z Compiling serde-untagged v0.1.9
4752026-05-15T14:53:03.061Z Compiling smawk v0.3.2
4762026-05-15T14:53:03.078Z Compiling unicode-width v0.2.0
4772026-05-15T14:53:03.095Z Compiling unicode-linebreak v0.1.5
4782026-05-15T14:53:03.140Z Compiling camino-tempfile v1.4.1
4792026-05-15T14:53:03.322Z Compiling swrite v0.1.0
4802026-05-15T14:53:03.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-15T14:53:03.373Z Compiling textwrap v0.16.2
4822026-05-15T14:53:03.737Z Compiling tabled_derive v0.7.0
4832026-05-15T14:53:04.407Z Compiling tabled v0.15.0
4842026-05-15T14:53:04.429Z Compiling synstructure v0.13.2
4852026-05-15T14:53:04.429Z Compiling pest_generator v2.8.6
4862026-05-15T14:53:04.982Z Compiling serde_derive v1.0.228
4872026-05-15T14:53:04.983Z Compiling zerofrom-derive v0.1.6
4882026-05-15T14:53:04.986Z Compiling yoke-derive v0.8.1
4892026-05-15T14:53:04.986Z Compiling zerovec-derive v0.11.2
4902026-05-15T14:53:04.986Z Compiling displaydoc v0.2.5
4912026-05-15T14:53:04.986Z Compiling thiserror-impl v1.0.69
4922026-05-15T14:53:04.986Z Compiling zerocopy-derive v0.7.35
4932026-05-15T14:53:04.986Z Compiling scroll_derive v0.12.1
4942026-05-15T14:53:04.986Z Compiling thiserror-impl v2.0.18
4952026-05-15T14:53:04.986Z Compiling clap_derive v4.5.55
4962026-05-15T14:53:05.124Z Compiling pest_derive v2.8.6
4972026-05-15T14:53:05.642Z Compiling scroll v0.12.0
4982026-05-15T14:53:05.757Z Compiling zerocopy v0.7.35
4992026-05-15T14:53:05.864Z Compiling goblin v0.8.2
5002026-05-15T14:53:06.092Z Compiling dtrace-parser v0.2.0
5012026-05-15T14:53:06.163Z Compiling zerofrom v0.1.6
5022026-05-15T14:53:06.255Z Compiling yoke v0.8.1
5032026-05-15T14:53:06.406Z Compiling zerovec v0.11.5
5042026-05-15T14:53:06.406Z Compiling zerotrie v0.2.3
5052026-05-15T14:53:06.442Z Compiling clap v4.5.60
5062026-05-15T14:53:06.831Z Compiling tinystr v0.8.2
5072026-05-15T14:53:06.831Z Compiling potential_utf v0.1.4
5082026-05-15T14:53:06.971Z Compiling icu_collections v2.1.1
5092026-05-15T14:53:07.140Z Compiling icu_locale_core v2.1.1
5102026-05-15T14:53:07.488Z Compiling toml_datetime v0.6.11
5112026-05-15T14:53:07.488Z Compiling serde_spanned v0.6.9
5122026-05-15T14:53:07.488Z Compiling serde-value v0.7.0
5132026-05-15T14:53:07.543Z Compiling cargo-platform v0.2.0
5142026-05-15T14:53:07.543Z Compiling macaddr v1.0.1
5152026-05-15T14:53:07.543Z Compiling dof v0.3.0
5162026-05-15T14:53:07.543Z Compiling serde_tokenstream v0.2.3
5172026-05-15T14:53:07.594Z Compiling icu_provider v2.1.1
5182026-05-15T14:53:07.748Z Compiling toml_edit v0.22.27
5192026-05-15T14:53:07.824Z Compiling icu_properties v2.1.2
5202026-05-15T14:53:07.825Z Compiling icu_normalizer v2.1.1
5212026-05-15T14:53:08.291Z Compiling usdt-attr-macro v0.5.0
5222026-05-15T14:53:08.294Z Compiling usdt-macro v0.5.0
5232026-05-15T14:53:08.685Z Compiling idna_adapter v1.2.1
5242026-05-15T14:53:08.790Z Compiling idna v1.1.0
5252026-05-15T14:53:08.861Z Compiling usdt v0.5.0
5262026-05-15T14:53:09.038Z Compiling url v2.5.8
5272026-05-15T14:53:09.065Z Compiling toml v0.8.23
5282026-05-15T14:53:09.387Z Compiling cargo_toml v0.21.0
5292026-05-15T14:53:09.432Z Compiling cargo-util-schemas v0.8.2
5302026-05-15T14:53:10.273Z Compiling cargo_metadata v0.21.0
5312026-05-15T14:53:11.145Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-15T14:53:13.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.27s
5332026-05-15T14:53:13.487Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-15T14:53:14.054Z Downloading crates ...
5352026-05-15T14:53:14.152Z Downloaded adler2 v2.0.1
5362026-05-15T14:53:14.159Z Downloaded cargo-platform v0.1.9
5372026-05-15T14:53:14.162Z Downloaded argon2 v0.5.3
5382026-05-15T14:53:14.166Z Downloaded blake2 v0.10.6
5392026-05-15T14:53:14.169Z Downloaded cstr-argument v0.1.2
5402026-05-15T14:53:14.173Z Downloaded bit-set v0.8.0
5412026-05-15T14:53:14.177Z Downloaded crunchy v0.2.4
5422026-05-15T14:53:14.177Z Downloaded crucible-workspace-hack v0.1.0
5432026-05-15T14:53:14.180Z Downloaded cexpr v0.6.0
5442026-05-15T14:53:14.180Z Downloaded crc32fast v1.5.0
5452026-05-15T14:53:14.180Z Downloaded cbc v0.1.2
5462026-05-15T14:53:14.183Z Downloaded backon v1.6.0
5472026-05-15T14:53:14.183Z Downloaded crypto-bigint v0.5.5
5482026-05-15T14:53:14.187Z Downloaded diesel_table_macro_syntax v0.3.0
5492026-05-15T14:53:14.190Z Downloaded debug-ignore v1.0.5
5502026-05-15T14:53:14.190Z Downloaded blowfish v0.9.1
5512026-05-15T14:53:14.196Z Downloaded darling v0.23.0
5522026-05-15T14:53:14.199Z Downloaded bitfield-struct v0.6.2
5532026-05-15T14:53:14.199Z Downloaded curve25519-dalek-derive v0.1.1
5542026-05-15T14:53:14.199Z Downloaded ciborium-io v0.2.2
5552026-05-15T14:53:14.199Z Downloaded dyn-clone v1.0.20
5562026-05-15T14:53:14.199Z Downloaded bb8 v0.8.6
5572026-05-15T14:53:14.199Z Downloaded backoff v0.4.0
5582026-05-15T14:53:14.202Z Downloaded assert_matches v1.5.0
5592026-05-15T14:53:14.202Z Downloaded bzip2 v0.4.4
5602026-05-15T14:53:14.202Z Downloaded dropshot_endpoint v0.16.7
5612026-05-15T14:53:14.205Z Downloaded darling_macro v0.21.3
5622026-05-15T14:53:14.208Z Downloaded cpufeatures v0.3.0
5632026-05-15T14:53:14.208Z Downloaded async-recursion v1.1.1
5642026-05-15T14:53:14.211Z Downloaded bit-vec v0.8.0
5652026-05-15T14:53:14.211Z Downloaded bit-vec v0.6.3
5662026-05-15T14:53:14.211Z Downloaded bit-set v0.5.3
5672026-05-15T14:53:14.213Z Downloaded aws-lc-rs v1.16.3
5682026-05-15T14:53:14.217Z Downloaded cassowary v0.3.0
5692026-05-15T14:53:14.220Z Downloaded block-padding v0.3.3
5702026-05-15T14:53:14.220Z Downloaded allocator-api2 v0.2.21
5712026-05-15T14:53:14.225Z Downloaded foldhash v0.1.5
5722026-05-15T14:53:14.225Z Downloaded crc-catalog v2.4.0
5732026-05-15T14:53:14.225Z Downloaded erased-serde v0.3.31
5742026-05-15T14:53:14.229Z Downloaded crc v3.4.0
5752026-05-15T14:53:14.229Z Downloaded base16ct v0.2.0
5762026-05-15T14:53:14.229Z Downloaded downcast-rs v2.0.2
5772026-05-15T14:53:14.232Z Downloaded derive_builder_macro v0.20.2
5782026-05-15T14:53:14.232Z Downloaded cfg_aliases v0.2.1
5792026-05-15T14:53:14.232Z Downloaded defmt v0.3.100
5802026-05-15T14:53:14.232Z Downloaded ciborium-ll v0.2.2
5812026-05-15T14:53:14.232Z Downloaded cfg_aliases v0.1.1
5822026-05-15T14:53:14.232Z Downloaded async-stream v0.3.6
5832026-05-15T14:53:14.235Z Downloaded dirs-next v2.0.0
5842026-05-15T14:53:14.238Z Downloaded arrayvec v0.7.6
5852026-05-15T14:53:14.238Z Downloaded ecdsa v0.16.9
5862026-05-15T14:53:14.238Z Downloaded ctr v0.9.2
5872026-05-15T14:53:14.242Z Downloaded aead v0.5.2
5882026-05-15T14:53:14.242Z Downloaded buf-list v1.1.2
5892026-05-15T14:53:14.245Z Downloaded derive_builder v0.20.2
5902026-05-15T14:53:14.245Z Downloaded dropshot-api-manager-types v0.7.1
5912026-05-15T14:53:14.249Z Downloaded ascii-canvas v3.0.0
5922026-05-15T14:53:14.251Z Downloaded bitfield-macros v0.19.4
5932026-05-15T14:53:14.252Z Downloaded arrayref v0.3.9
5942026-05-15T14:53:14.252Z Downloaded cobs v0.3.0
5952026-05-15T14:53:14.255Z Downloaded dof v0.4.0
5962026-05-15T14:53:14.255Z Downloaded defmt-parser v1.0.0
5972026-05-15T14:53:14.255Z Downloaded darling_macro v0.20.11
5982026-05-15T14:53:14.255Z Downloaded compression-core v0.4.31
5992026-05-15T14:53:14.258Z Downloaded castaway v0.2.4
6002026-05-15T14:53:14.259Z Downloaded crc8 v0.1.1
6012026-05-15T14:53:14.259Z Downloaded dsl_auto_type v0.2.0
6022026-05-15T14:53:14.259Z Downloaded display-error-chain v0.2.2
6032026-05-15T14:53:14.262Z Downloaded bcrypt-pbkdf v0.10.0
6042026-05-15T14:53:14.262Z Downloaded env_filter v1.0.0
6052026-05-15T14:53:14.265Z Downloaded fixedbitset v0.4.2
6062026-05-15T14:53:14.265Z Downloaded endian-type v0.1.2
6072026-05-15T14:53:14.269Z Downloaded convert_case v0.4.0
6082026-05-15T14:53:14.269Z Downloaded darling_macro v0.23.0
6092026-05-15T14:53:14.272Z Downloaded foreign-types v0.5.0
6102026-05-15T14:53:14.272Z Downloaded atomicwrites v0.4.4
6112026-05-15T14:53:14.272Z Downloaded foreign-types-shared v0.3.1
6122026-05-15T14:53:14.272Z Downloaded atomic-waker v1.1.2
6132026-05-15T14:53:14.272Z Downloaded futures-core v0.3.32
6142026-05-15T14:53:14.276Z Downloaded funty v2.0.0
6152026-05-15T14:53:14.276Z Downloaded atty v0.2.14
6162026-05-15T14:53:14.276Z Downloaded base64ct v1.8.3
6172026-05-15T14:53:14.279Z Downloaded embedded-io v0.6.1
6182026-05-15T14:53:14.279Z Downloaded const_format v0.2.35
6192026-05-15T14:53:14.282Z Downloaded convert_case v0.10.0
6202026-05-15T14:53:14.282Z Downloaded bitflags v1.3.2
6212026-05-15T14:53:14.286Z Downloaded flagset v0.4.7
6222026-05-15T14:53:14.286Z Downloaded float-ord v0.3.2
6232026-05-15T14:53:14.289Z Downloaded float-cmp v0.10.0
6242026-05-15T14:53:14.289Z Downloaded dtrace-parser v0.3.0
6252026-05-15T14:53:14.289Z Downloaded foreign-types-shared v0.1.1
6262026-05-15T14:53:14.289Z Downloaded colored v3.1.1
6272026-05-15T14:53:14.292Z Downloaded fxhash v0.2.1
6282026-05-15T14:53:14.292Z Downloaded futures-task v0.3.32
6292026-05-15T14:53:14.292Z Downloaded futures-io v0.3.32
6302026-05-15T14:53:14.292Z Downloaded futures-macro v0.3.32
6312026-05-15T14:53:14.295Z Downloaded document-features v0.2.12
6322026-05-15T14:53:14.295Z Downloaded array-init v0.0.4
6332026-05-15T14:53:14.295Z Downloaded defmt v1.0.1
6342026-05-15T14:53:14.298Z Downloaded data-encoding v2.10.0
6352026-05-15T14:53:14.298Z Downloaded base64 v0.22.1
6362026-05-15T14:53:14.301Z Downloaded des v0.8.1
6372026-05-15T14:53:14.304Z Downloaded derive-ex v0.1.8
6382026-05-15T14:53:14.304Z Downloaded der_derive v0.7.3
6392026-05-15T14:53:14.304Z Downloaded fd-lock v4.0.4
6402026-05-15T14:53:14.309Z Downloaded futures-sink v0.3.32
6412026-05-15T14:53:14.309Z Downloaded foreign-types-macros v0.2.3
6422026-05-15T14:53:14.309Z Downloaded dirs-sys-next v0.1.2
6432026-05-15T14:53:14.309Z Downloaded hash32 v0.3.1
6442026-05-15T14:53:14.312Z Downloaded git-stub v1.0.0
6452026-05-15T14:53:14.312Z Downloaded globwalk v0.9.1
6462026-05-15T14:53:14.312Z Downloaded ghash v0.5.1
6472026-05-15T14:53:14.312Z Downloaded headers-core v0.3.0
6482026-05-15T14:53:14.312Z Downloaded hash32 v0.2.1
6492026-05-15T14:53:14.316Z Downloaded gethostname v0.5.0
6502026-05-15T14:53:14.316Z Downloaded hex-literal v0.4.1
6512026-05-15T14:53:14.316Z Downloaded cipher v0.4.4
6522026-05-15T14:53:14.319Z Downloaded hex v0.4.3
6532026-05-15T14:53:14.319Z Downloaded async-trait v0.1.89
6542026-05-15T14:53:14.322Z Downloaded crossbeam-epoch v0.9.18
6552026-05-15T14:53:14.322Z Downloaded env_logger v0.11.9
6562026-05-15T14:53:14.325Z Downloaded defmt-macros v1.0.1
6572026-05-15T14:53:14.325Z Downloaded filetime v0.2.27
6582026-05-15T14:53:14.328Z Downloaded bcs v0.1.6
6592026-05-15T14:53:14.328Z Downloaded dunce v1.0.5
6602026-05-15T14:53:14.328Z Downloaded corncobs v0.1.4
6612026-05-15T14:53:14.331Z Downloaded cmake v0.1.57
6622026-05-15T14:53:14.331Z Downloaded fs-err v2.11.0
6632026-05-15T14:53:14.334Z Downloaded fs_extra v1.3.0
6642026-05-15T14:53:14.334Z Downloaded constant_time_eq v0.4.2
6652026-05-15T14:53:14.337Z Downloaded ena v0.14.4
6662026-05-15T14:53:14.337Z Downloaded daft-derive v0.1.5
6672026-05-15T14:53:14.341Z Downloaded base64 v0.21.7
6682026-05-15T14:53:14.344Z Downloaded cookie v0.18.1
6692026-05-15T14:53:14.344Z Downloaded home v0.5.12
6702026-05-15T14:53:14.344Z Downloaded embedded-io v0.4.0
6712026-05-15T14:53:14.347Z Downloaded derive_builder_core v0.20.2
6722026-05-15T14:53:14.347Z Downloaded httpdate v1.0.3
6732026-05-15T14:53:14.347Z Downloaded http-body v1.0.1
6742026-05-15T14:53:14.350Z Downloaded hostname v0.3.1
6752026-05-15T14:53:14.350Z Downloaded hostname v0.4.2
6762026-05-15T14:53:14.350Z Downloaded http-range v0.1.5
6772026-05-15T14:53:14.353Z Downloaded drift v0.1.4
6782026-05-15T14:53:14.356Z Downloaded globset v0.4.18
6792026-05-15T14:53:14.359Z Downloaded foreign-types v0.3.2
6802026-05-15T14:53:14.359Z Downloaded foldhash v0.2.0
6812026-05-15T14:53:14.359Z Downloaded hubpack_derive v0.1.1
6822026-05-15T14:53:14.363Z Downloaded darling v0.21.3
6832026-05-15T14:53:14.366Z Downloaded ident_case v1.0.1
6842026-05-15T14:53:14.366Z Downloaded hyper-tls v0.6.0
6852026-05-15T14:53:14.366Z Downloaded hubpack v0.1.2
6862026-05-15T14:53:14.366Z Downloaded illumos-nvpair-sys v0.2.0
6872026-05-15T14:53:14.369Z Downloaded futures-executor v0.3.32
6882026-05-15T14:53:14.369Z Downloaded illumos-nvpair v0.3.0
6892026-05-15T14:53:14.369Z Downloaded group v0.13.0
6902026-05-15T14:53:14.369Z Downloaded glob v0.3.3
6912026-05-15T14:53:14.372Z Downloaded git-stub-vcs v0.1.0
6922026-05-15T14:53:14.372Z Downloaded fixedbitset v0.5.7
6932026-05-15T14:53:14.375Z Downloaded bitfield v0.19.4
6942026-05-15T14:53:14.376Z Downloaded indoc v1.0.9
6952026-05-15T14:53:14.379Z Downloaded instant v0.1.13
6962026-05-15T14:53:14.379Z Downloaded is_ci v1.2.0
6972026-05-15T14:53:14.379Z Downloaded is-terminal v0.4.17
6982026-05-15T14:53:14.379Z Downloaded internet-checksum v0.2.1
6992026-05-15T14:53:14.382Z Downloaded chacha20 v0.10.0
7002026-05-15T14:53:14.382Z Downloaded keccak v0.1.6
7012026-05-15T14:53:14.382Z Downloaded instability v0.3.11
7022026-05-15T14:53:14.385Z Downloaded kstat-rs v0.2.4
7032026-05-15T14:53:14.385Z Downloaded darling v0.20.11
7042026-05-15T14:53:14.389Z Downloaded const-oid v0.9.6
7052026-05-15T14:53:14.389Z Downloaded find-msvc-tools v0.1.9
7062026-05-15T14:53:14.392Z Downloaded crossbeam-utils v0.8.21
7072026-05-15T14:53:14.392Z Downloaded byte-wrapper v0.1.0
7082026-05-15T14:53:14.396Z Downloaded ff v0.13.1
7092026-05-15T14:53:14.396Z Downloaded fallible-iterator v0.2.0
7102026-05-15T14:53:14.396Z Downloaded console v0.15.11
7112026-05-15T14:53:14.399Z Downloaded indent_write v2.2.0
7122026-05-15T14:53:14.399Z Downloaded async-bb8-diesel v0.2.1
7132026-05-15T14:53:14.399Z Downloaded cancel-safe-futures v0.1.5
7142026-05-15T14:53:14.402Z Downloaded ahash v0.8.12
7152026-05-15T14:53:14.405Z Downloaded csv-core v0.1.13
7162026-05-15T14:53:14.405Z Downloaded cookie_store v0.22.1
7172026-05-15T14:53:14.405Z Downloaded http-body-util v0.1.3
7182026-05-15T14:53:14.408Z Downloaded lazy_static v1.5.0
7192026-05-15T14:53:14.408Z Downloaded colored v2.2.0
7202026-05-15T14:53:14.411Z Downloaded lalrpop-util v0.19.12
7212026-05-15T14:53:14.411Z Downloaded diesel-dtrace v0.5.0
7222026-05-15T14:53:14.411Z Downloaded libscf-sys v1.1.0
7232026-05-15T14:53:14.414Z Downloaded deranged v0.5.8
7242026-05-15T14:53:14.414Z Downloaded crossbeam-deque v0.8.6
7252026-05-15T14:53:14.414Z Downloaded lru-slab v0.1.2
7262026-05-15T14:53:14.417Z Downloaded compression-codecs v0.4.37
7272026-05-15T14:53:14.417Z Downloaded lzss v0.8.2
7282026-05-15T14:53:14.420Z Downloaded either v1.15.0
7292026-05-15T14:53:14.420Z Downloaded derive_more-impl v2.1.1
7302026-05-15T14:53:14.423Z Downloaded getrandom v0.2.17
7312026-05-15T14:53:14.426Z Downloaded hyper-staticfile v0.10.1
7322026-05-15T14:53:14.426Z Downloaded linked-hash-map v0.5.6
7332026-05-15T14:53:14.429Z Downloaded half v1.8.3
7342026-05-15T14:53:14.429Z Downloaded match_cfg v0.1.0
7352026-05-15T14:53:14.429Z Downloaded maplit v1.0.2
7362026-05-15T14:53:14.432Z Downloaded maybe-uninit v2.0.0
7372026-05-15T14:53:14.432Z Downloaded mime v0.3.17
7382026-05-15T14:53:14.432Z Downloaded md5 v0.7.0
7392026-05-15T14:53:14.435Z Downloaded indoc v2.0.7
7402026-05-15T14:53:14.436Z Downloaded managed v0.8.0
7412026-05-15T14:53:14.436Z Downloaded impl-trait-for-tuples v0.2.3
7422026-05-15T14:53:14.439Z Downloaded newtype_derive v0.1.6
7432026-05-15T14:53:14.439Z Downloaded multimap v0.10.1
7442026-05-15T14:53:14.442Z Downloaded lru v0.12.5
7452026-05-15T14:53:14.442Z Downloaded nodrop v0.1.14
7462026-05-15T14:53:14.442Z Downloaded ingot v0.1.1
7472026-05-15T14:53:14.442Z Downloaded lru-cache v0.1.2
7482026-05-15T14:53:14.445Z Downloaded console v0.16.2
7492026-05-15T14:53:14.445Z Downloaded chacha20 v0.9.1
7502026-05-15T14:53:14.448Z Downloaded memoffset v0.9.1
7512026-05-15T14:53:14.448Z Downloaded newline-converter v0.3.0
7522026-05-15T14:53:14.448Z Downloaded new_debug_unreachable v1.0.6
7532026-05-15T14:53:14.448Z Downloaded camino-tempfile-ext v0.3.3
7542026-05-15T14:53:14.452Z Downloaded cargo_metadata v0.19.2
7552026-05-15T14:53:14.452Z Downloaded ipnetwork v0.21.1
7562026-05-15T14:53:14.455Z Downloaded normalize-line-endings v0.3.0
7572026-05-15T14:53:14.455Z Downloaded num-conv v0.2.0
7582026-05-15T14:53:14.455Z Downloaded nonempty v0.12.0
7592026-05-15T14:53:14.456Z Downloaded crc-any v2.5.0
7602026-05-15T14:53:14.456Z Downloaded derive-where v1.6.0
7612026-05-15T14:53:14.459Z Downloaded inout v0.1.4
7622026-05-15T14:53:14.462Z Downloaded ingot-types v0.1.2
7632026-05-15T14:53:14.462Z Downloaded bzip2 v0.6.1
7642026-05-15T14:53:14.462Z Downloaded dropshot_endpoint v0.17.0
7652026-05-15T14:53:14.466Z Downloaded diff v0.1.13
7662026-05-15T14:53:14.470Z Downloaded clang-sys v1.8.1
7672026-05-15T14:53:14.470Z Downloaded newtype-uuid-macros v0.1.0
7682026-05-15T14:53:14.470Z Downloaded num v0.4.3
7692026-05-15T14:53:14.470Z Downloaded hmac v0.12.1
7702026-05-15T14:53:14.477Z Downloaded num-iter v0.1.45
7712026-05-15T14:53:14.477Z Downloaded opaque-debug v0.3.1
7722026-05-15T14:53:14.477Z Downloaded num-derive v0.4.2
7732026-05-15T14:53:14.477Z Downloaded fatfs v0.3.6
7742026-05-15T14:53:14.480Z Downloaded num_enum_derive v0.5.11
7752026-05-15T14:53:14.480Z Downloaded darling_core v0.20.11
7762026-05-15T14:53:14.480Z Downloaded num_threads v0.1.7
7772026-05-15T14:53:14.480Z Downloaded jobserver v0.1.34
7782026-05-15T14:53:14.484Z Downloaded openssl-probe v0.2.1
7792026-05-15T14:53:14.484Z Downloaded openssl-probe v0.1.6
7802026-05-15T14:53:14.484Z Downloaded openssl-macros v0.1.1
7812026-05-15T14:53:14.484Z Downloaded highway v1.3.0
7822026-05-15T14:53:14.488Z Downloaded num-derive v0.3.3
7832026-05-15T14:53:14.488Z Downloaded olpc-cjson v0.1.4
7842026-05-15T14:53:14.488Z Downloaded humantime v2.3.0
7852026-05-15T14:53:14.491Z Downloaded oso-derive v0.27.3
7862026-05-15T14:53:14.491Z Downloaded lock_api v0.4.14
7872026-05-15T14:53:14.491Z Downloaded md-5 v0.10.6
7882026-05-15T14:53:14.491Z Downloaded linear-map v1.2.0
7892026-05-15T14:53:14.494Z Downloaded hyper-rustls v0.27.7
7902026-05-15T14:53:14.494Z Downloaded futures v0.3.32
7912026-05-15T14:53:14.498Z Downloaded packed_struct_codegen v0.10.1
7922026-05-15T14:53:14.503Z Downloaded half v2.7.1
7932026-05-15T14:53:14.503Z Downloaded futures-channel v0.3.32
7942026-05-15T14:53:14.506Z Downloaded getrandom v0.3.4
7952026-05-15T14:53:14.506Z Downloaded multer v3.1.0
7962026-05-15T14:53:14.506Z Downloaded httparse v1.10.1
7972026-05-15T14:53:14.509Z Downloaded libsw v3.5.0
7982026-05-15T14:53:14.509Z Downloaded libloading v0.8.9
7992026-05-15T14:53:14.509Z Downloaded nanorand v0.7.0
8002026-05-15T14:53:14.512Z Downloaded mime_guess v2.0.5
8012026-05-15T14:53:14.512Z Downloaded libefi-sys v0.1.0
8022026-05-15T14:53:14.516Z Downloaded ipnet v2.11.0
8032026-05-15T14:53:14.516Z Downloaded nibble_vec v0.1.0
8042026-05-15T14:53:14.516Z Downloaded ciborium v0.2.2
8052026-05-15T14:53:14.519Z Downloaded newtype-uuid v1.3.2
8062026-05-15T14:53:14.519Z Downloaded parse-display v0.10.0
8072026-05-15T14:53:14.519Z Downloaded native-tls v0.2.18
8082026-05-15T14:53:14.522Z Downloaded daft v0.1.5
8092026-05-15T14:53:14.522Z Downloaded darling_core v0.23.0
8102026-05-15T14:53:14.525Z Downloaded elliptic-curve v0.13.8
8112026-05-15T14:53:14.528Z Downloaded parse-size v1.1.0
8122026-05-15T14:53:14.528Z Downloaded ingot-macros v0.1.1
8132026-05-15T14:53:14.531Z Downloaded arc-swap v1.8.2
8142026-05-15T14:53:14.531Z Downloaded flume v0.11.1
8152026-05-15T14:53:14.534Z Downloaded path-slash v0.1.5
8162026-05-15T14:53:14.534Z Downloaded nu-ansi-term v0.50.3
8172026-05-15T14:53:14.537Z Downloaded num-complex v0.4.6
8182026-05-15T14:53:14.537Z Downloaded crossbeam-channel v0.5.15
8192026-05-15T14:53:14.540Z Downloaded pbkdf2 v0.11.0
8202026-05-15T14:53:14.543Z Downloaded num_enum v0.5.11
8212026-05-15T14:53:14.546Z Downloaded phf_shared v0.11.3
8222026-05-15T14:53:14.546Z Downloaded peg-runtime v0.8.5
8232026-05-15T14:53:14.546Z Downloaded num-rational v0.4.2
8242026-05-15T14:53:14.549Z Downloaded derive_more v0.99.20
8252026-05-15T14:53:14.553Z Downloaded pin-utils v0.1.0
8262026-05-15T14:53:14.553Z Downloaded iana-time-zone v0.1.65
8272026-05-15T14:53:14.556Z Downloaded num_enum_derive v0.7.5
8282026-05-15T14:53:14.568Z Downloaded predicates-core v1.0.10
8292026-05-15T14:53:14.571Z Downloaded precomputed-hash v0.1.1
8302026-05-15T14:53:14.571Z Downloaded phf_shared v0.12.1
8312026-05-15T14:53:14.571Z Downloaded packed_struct v0.10.1
8322026-05-15T14:53:14.574Z Downloaded oxnet v0.1.4
8332026-05-15T14:53:14.574Z Downloaded oxide-tokio-rt v0.1.4
8342026-05-15T14:53:14.574Z Downloaded owo-colors v4.3.0
8352026-05-15T14:53:14.577Z Downloaded memmap2 v0.9.10
8362026-05-15T14:53:14.577Z Downloaded ignore v0.4.25
8372026-05-15T14:53:14.580Z Downloaded litrs v1.0.0
8382026-05-15T14:53:14.580Z Downloaded num_enum v0.7.5
8392026-05-15T14:53:14.583Z Downloaded proc-macro-crate v3.4.0
8402026-05-15T14:53:14.586Z Downloaded proc-macro-error-attr2 v2.0.0
8412026-05-15T14:53:14.586Z Downloaded predicates-tree v1.0.13
8422026-05-15T14:53:14.586Z Downloaded powerfmt v0.2.0
8432026-05-15T14:53:14.589Z Downloaded parse-display-derive v0.10.0
8442026-05-15T14:53:14.589Z Downloaded num-integer v0.1.46
8452026-05-15T14:53:14.589Z Downloaded ed25519-dalek v2.2.0
8462026-05-15T14:53:14.592Z Downloaded paste v1.0.15
8472026-05-15T14:53:14.595Z Downloaded heapless v0.8.0
8482026-05-15T14:53:14.598Z Downloaded derive_more v2.1.1
8492026-05-15T14:53:14.602Z Downloaded psl-types v2.0.11
8502026-05-15T14:53:14.605Z Downloaded progenitor-macro v0.14.0
8512026-05-15T14:53:14.606Z Downloaded pem v3.0.6
8522026-05-15T14:53:14.606Z Downloaded omicron-zone-package v0.12.2
8532026-05-15T14:53:14.609Z Downloaded libbz2-rs-sys v0.2.2
8542026-05-15T14:53:14.609Z Downloaded progenitor-macro v0.10.0
8552026-05-15T14:53:14.612Z Downloaded peg-macros v0.8.5
8562026-05-15T14:53:14.612Z Downloaded progenitor-macro v0.13.0
8572026-05-15T14:53:14.612Z Downloaded progenitor-macro v0.11.2
8582026-05-15T14:53:14.614Z Downloaded phf v0.13.1
8592026-05-15T14:53:14.615Z Downloaded pbkdf2 v0.12.2
8602026-05-15T14:53:14.615Z Downloaded password-hash v0.5.0
8612026-05-15T14:53:14.617Z Downloaded password-hash v0.4.2
8622026-05-15T14:53:14.617Z Downloaded quick-error v1.2.3
8632026-05-15T14:53:14.617Z Downloaded progenitor-client v0.11.2
8642026-05-15T14:53:14.621Z Downloaded progenitor-client v0.10.0
8652026-05-15T14:53:14.621Z Downloaded proc-macro-crate v1.3.1
8662026-05-15T14:53:14.621Z Downloaded heapless v0.7.17
8672026-05-15T14:53:14.624Z Downloaded ar_archive_writer v0.5.1
8682026-05-15T14:53:14.627Z Downloaded pkcs8 v0.10.2
8692026-05-15T14:53:14.627Z Downloaded phf v0.12.1
8702026-05-15T14:53:14.630Z Downloaded predicates v3.1.4
8712026-05-15T14:53:14.630Z Downloaded pin-project-internal v1.1.11
8722026-05-15T14:53:14.633Z Downloaded rand_chacha v0.3.1
8732026-05-15T14:53:14.633Z Downloaded radium v0.7.0
8742026-05-15T14:53:14.633Z Downloaded phf_shared v0.13.1
8752026-05-15T14:53:14.636Z Downloaded polyval v0.6.2
8762026-05-15T14:53:14.636Z Downloaded peg v0.8.5
8772026-05-15T14:53:14.639Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-05-15T14:53:14.639Z Downloaded recursive v0.1.1
8792026-05-15T14:53:14.639Z Downloaded poly1305 v0.8.0
8802026-05-15T14:53:14.642Z Downloaded pkg-config v0.3.32
8812026-05-15T14:53:14.642Z Downloaded rand_xorshift v0.4.0
8822026-05-15T14:53:14.642Z Downloaded postgres-protocol v0.6.10
8832026-05-15T14:53:14.661Z Downloaded parking_lot v0.11.2
8842026-05-15T14:53:14.661Z Downloaded indicatif v0.18.4
8852026-05-15T14:53:14.661Z Downloaded indexmap v1.9.3
8862026-05-15T14:53:14.661Z Downloaded parking_lot_core v0.9.12
8872026-05-15T14:53:14.661Z Downloaded parking_lot_core v0.8.6
8882026-05-15T14:53:14.661Z Downloaded ref-cast v1.0.25
8892026-05-15T14:53:14.661Z Downloaded ref-cast-impl v1.0.25
8902026-05-15T14:53:14.670Z Downloaded parking_lot v0.12.5
8912026-05-15T14:53:14.670Z Downloaded compact_str v0.8.1
8922026-05-15T14:53:14.670Z Downloaded progenitor v0.13.0
8932026-05-15T14:53:14.670Z Downloaded async-compression v0.4.41
8942026-05-15T14:53:14.670Z Downloaded progenitor-client v0.14.0
8952026-05-15T14:53:14.673Z Downloaded progenitor-client v0.13.0
8962026-05-15T14:53:14.673Z Downloaded progenitor v0.14.0
8972026-05-15T14:53:14.673Z Downloaded progenitor v0.11.2
8982026-05-15T14:53:14.673Z Downloaded rfc6979 v0.4.0
8992026-05-15T14:53:14.673Z Downloaded progenitor v0.10.0
9002026-05-15T14:53:14.673Z Downloaded proc-macro-error2 v2.0.1
9012026-05-15T14:53:14.673Z Downloaded pem-rfc7468 v0.7.0
9022026-05-15T14:53:14.673Z Downloaded primeorder v0.13.6
9032026-05-15T14:53:14.678Z Downloaded hickory-resolver v0.25.2
9042026-05-15T14:53:14.678Z Downloaded psm v0.1.30
9052026-05-15T14:53:14.681Z Downloaded russh-cryptovec v0.7.3
9062026-05-15T14:53:14.681Z Downloaded expectorate v1.2.0
9072026-05-15T14:53:14.681Z Downloaded rustc_version v0.4.1
9082026-05-15T14:53:14.684Z Downloaded rustc-hash v2.1.1
9092026-05-15T14:53:14.684Z Downloaded rtoolbox v0.0.3
9102026-05-15T14:53:14.684Z Downloaded hickory-resolver v0.24.4
9112026-05-15T14:53:14.687Z Downloaded r2d2 v0.8.10
9122026-05-15T14:53:14.687Z Downloaded oso v0.27.3
9132026-05-15T14:53:14.690Z Downloaded pkcs1 v0.7.5
9142026-05-15T14:53:14.693Z Downloaded pkcs5 v0.7.1
9152026-05-15T14:53:14.696Z Downloaded diesel_derives v2.3.7
9162026-05-15T14:53:14.699Z Downloaded rand_seeder v0.4.0
9172026-05-15T14:53:14.699Z Downloaded rustc_version v0.1.7
9182026-05-15T14:53:14.699Z Downloaded rand_chacha v0.9.0
9192026-05-15T14:53:14.702Z Downloaded rand_core v0.10.0
9202026-05-15T14:53:14.702Z Downloaded rand_core v0.9.5
9212026-05-15T14:53:14.702Z Downloaded dropshot-api-manager v0.7.1
9222026-05-15T14:53:14.705Z Downloaded same-file v1.0.6
9232026-05-15T14:53:14.708Z Downloaded pin-project-lite v0.2.17
9242026-05-15T14:53:14.711Z Downloaded rand_core v0.6.4
9252026-05-15T14:53:14.711Z Downloaded cc v1.2.56
9262026-05-15T14:53:14.715Z Downloaded papergrid v0.17.0
9272026-05-15T14:53:14.719Z Downloaded salsa20 v0.10.2
9282026-05-15T14:53:14.719Z Downloaded ppv-lite86 v0.2.21
9292026-05-15T14:53:14.719Z Downloaded postgres-types v0.2.12
9302026-05-15T14:53:14.719Z Downloaded jiff-static v0.2.21
9312026-05-15T14:53:14.722Z Downloaded flate2 v1.1.9
9322026-05-15T14:53:14.725Z Downloaded hashbrown v0.13.2
9332026-05-15T14:53:14.728Z Downloaded hashbrown v0.12.3
9342026-05-15T14:53:14.728Z Downloaded scopeguard v1.2.0
9352026-05-15T14:53:14.731Z Downloaded scrypt v0.11.0
9362026-05-15T14:53:14.731Z Downloaded bumpalo v3.20.2
9372026-05-15T14:53:14.734Z Downloaded secrecy v0.10.3
9382026-05-15T14:53:14.734Z Downloaded headers v0.4.1
9392026-05-15T14:53:14.737Z Downloaded semver v0.1.20
9402026-05-15T14:53:14.737Z Downloaded sapling-renderdag v0.1.0
9412026-05-15T14:53:14.737Z Downloaded scroll_derive v0.13.1
9422026-05-15T14:53:14.741Z Downloaded der v0.7.10
9432026-05-15T14:53:14.744Z Downloaded resolv-conf v0.7.6
9442026-05-15T14:53:14.744Z Downloaded chacha20poly1305 v0.10.1
9452026-05-15T14:53:14.744Z Downloaded libsw-core v0.3.2
9462026-05-15T14:53:14.747Z Downloaded darling_core v0.21.3
9472026-05-15T14:53:14.747Z Downloaded bytes v1.11.1
9482026-05-15T14:53:14.750Z Downloaded serde_bytes v0.11.19
9492026-05-15T14:53:14.753Z Downloaded p256 v0.13.2
9502026-05-15T14:53:14.757Z Downloaded serde-big-array v0.5.1
9512026-05-15T14:53:14.757Z Downloaded openssl-sys v0.9.115
9522026-05-15T14:53:14.760Z Downloaded serde_spanned v1.0.4
9532026-05-15T14:53:14.760Z Downloaded signal-hook-mio v0.2.5
9542026-05-15T14:53:14.763Z Downloaded rustls-pemfile v1.0.4
9552026-05-15T14:53:14.763Z Downloaded rustls-native-certs v0.8.3
9562026-05-15T14:53:14.763Z Downloaded serde_repr v0.1.20
9572026-05-15T14:53:14.766Z Downloaded shell-words v1.1.1
9582026-05-15T14:53:14.766Z Downloaded quinn-udp v0.5.14
9592026-05-15T14:53:14.766Z Downloaded serde_plain v1.0.2
9602026-05-15T14:53:14.770Z Downloaded sigpipe v0.1.3
9612026-05-15T14:53:14.770Z Downloaded postcard v1.1.3
9622026-05-15T14:53:14.773Z Downloaded rustversion v1.0.22
9632026-05-15T14:53:14.773Z Downloaded rusty-fork v0.3.1
9642026-05-15T14:53:14.776Z Downloaded pin-project v1.1.11
9652026-05-15T14:53:14.780Z Downloaded siphasher v1.0.2
9662026-05-15T14:53:14.784Z Downloaded signal-hook-tokio v0.3.1
9672026-05-15T14:53:14.784Z Downloaded sha1 v0.10.6
9682026-05-15T14:53:14.784Z Downloaded serde_urlencoded v0.7.1
9692026-05-15T14:53:14.789Z Downloaded crossterm v0.29.0
9702026-05-15T14:53:14.793Z Downloaded scheduled-thread-pool v0.2.7
9712026-05-15T14:53:14.793Z Downloaded secrecy v0.8.0
9722026-05-15T14:53:14.793Z Downloaded miniz_oxide v0.8.9
9732026-05-15T14:53:14.793Z Downloaded ed25519 v2.2.3
9742026-05-15T14:53:14.796Z Downloaded progenitor-impl v0.11.2
9752026-05-15T14:53:14.796Z Downloaded progenitor-impl v0.10.0
9762026-05-15T14:53:14.796Z Downloaded progenitor-extras v0.2.0
9772026-05-15T14:53:14.800Z Downloaded const_format_proc_macros v0.2.34
9782026-05-15T14:53:14.800Z Downloaded slog-bunyan v2.5.0
9792026-05-15T14:53:14.800Z Downloaded sct v0.7.1
9802026-05-15T14:53:14.803Z Downloaded minimal-lexical v0.2.1
9812026-05-15T14:53:14.806Z Downloaded scroll v0.13.0
9822026-05-15T14:53:14.806Z Downloaded prefix-trie v0.7.0
9832026-05-15T14:53:14.809Z Downloaded critical-section v1.2.0
9842026-05-15T14:53:14.810Z Downloaded async-stream-impl v0.3.6
9852026-05-15T14:53:14.810Z Downloaded enum-as-inner v0.6.1
9862026-05-15T14:53:14.813Z Downloaded difflib v0.4.0
9872026-05-15T14:53:14.813Z Downloaded schemars_derive v0.8.22
9882026-05-15T14:53:14.817Z Downloaded sec1 v0.7.3
9892026-05-15T14:53:14.820Z Downloaded progenitor-impl v0.13.0
9902026-05-15T14:53:14.823Z Downloaded russh-keys v0.45.0
9912026-05-15T14:53:14.823Z Downloaded serde-hex v0.1.0
9922026-05-15T14:53:14.826Z Downloaded seq-macro v0.3.6
9932026-05-15T14:53:14.826Z Downloaded ssh-cipher v0.2.0
9942026-05-15T14:53:14.826Z Downloaded serde_derive_internals v0.29.1
9952026-05-15T14:53:14.832Z Downloaded sqlparser_derive v0.5.0
9962026-05-15T14:53:14.835Z Downloaded signal-hook-registry v1.4.8
9972026-05-15T14:53:14.835Z Downloaded shlex v1.3.0
9982026-05-15T14:53:14.835Z Downloaded ssh-encoding v0.2.0
9992026-05-15T14:53:14.838Z Downloaded strip-ansi-escapes v0.2.1
10002026-05-15T14:53:14.838Z Downloaded strum v0.26.3
10012026-05-15T14:53:14.838Z Downloaded structmeta v0.3.0
10022026-05-15T14:53:14.841Z Downloaded pretty_assertions v1.4.1
10032026-05-15T14:53:14.841Z Downloaded serde_path_to_error v0.1.20
10042026-05-15T14:53:14.845Z Downloaded simd-adler32 v0.3.8
10052026-05-15T14:53:14.849Z Downloaded signature v2.2.0
10062026-05-15T14:53:14.852Z Downloaded rustls-pemfile v2.2.0
10072026-05-15T14:53:14.855Z Downloaded strum v0.27.2
10082026-05-15T14:53:14.855Z Downloaded hyper-util v0.1.20
10092026-05-15T14:53:14.861Z Downloaded slab v0.4.12
10102026-05-15T14:53:14.864Z Downloaded rcgen v0.12.1
10112026-05-15T14:53:14.867Z Downloaded subtle v2.6.1
10122026-05-15T14:53:14.867Z Downloaded tabwriter v1.4.1
10132026-05-15T14:53:14.867Z Downloaded tabled_derive v0.11.0
10142026-05-15T14:53:14.870Z Downloaded slog-dtrace v0.3.0
10152026-05-15T14:53:14.870Z Downloaded supports-color v3.0.2
10162026-05-15T14:53:14.870Z Downloaded rustls-pki-types v1.14.0
10172026-05-15T14:53:14.874Z Downloaded sync_wrapper v1.0.2
10182026-05-15T14:53:14.874Z Downloaded slog-stdlog v4.1.1
10192026-05-15T14:53:14.874Z Downloaded slog-scope v4.4.1
10202026-05-15T14:53:14.877Z Downloaded tap v1.0.1
10212026-05-15T14:53:14.877Z Downloaded smf v0.2.3
10222026-05-15T14:53:14.877Z Downloaded slog-term v2.9.2
10232026-05-15T14:53:14.880Z Downloaded slog-json v2.6.1
10242026-05-15T14:53:14.880Z Downloaded tagptr v0.2.0
10252026-05-15T14:53:14.880Z Downloaded smallvec v0.6.14
10262026-05-15T14:53:14.883Z Downloaded http v1.4.0
10272026-05-15T14:53:14.886Z Downloaded crossterm v0.28.1
10282026-05-15T14:53:14.888Z Downloaded slog-envlogger v2.2.0
10292026-05-15T14:53:14.889Z Downloaded thiserror-impl-no-std v2.0.2
10302026-05-15T14:53:14.891Z Downloaded testing_table v0.3.0
10312026-05-15T14:53:14.892Z Downloaded progenitor-impl v0.14.0
10322026-05-15T14:53:14.892Z Downloaded sync-ptr v0.1.4
10332026-05-15T14:53:14.895Z Downloaded ron v0.8.1
10342026-05-15T14:53:14.898Z Downloaded serde_cbor v0.11.2
10352026-05-15T14:53:14.901Z Downloaded spki v0.7.3
10362026-05-15T14:53:14.901Z Downloaded thread-id v5.1.0
10372026-05-15T14:53:14.901Z Downloaded termtree v0.5.1
10382026-05-15T14:53:14.904Z Downloaded string_cache v0.8.9
10392026-05-15T14:53:14.904Z Downloaded stacker v0.1.23
10402026-05-15T14:53:14.906Z Downloaded sqlformat v0.3.5
10412026-05-15T14:53:14.907Z Downloaded snafu-derive v0.8.9
10422026-05-15T14:53:14.907Z Downloaded serde_with_macros v3.17.0
10432026-05-15T14:53:14.912Z Downloaded itertools v0.10.5
10442026-05-15T14:53:14.915Z Downloaded time-core v0.1.8
10452026-05-15T14:53:14.915Z Downloaded tinyvec_macros v0.1.1
10462026-05-15T14:53:14.915Z Downloaded hickory-server v0.25.2
10472026-05-15T14:53:14.918Z Downloaded static_assertions v1.1.0
10482026-05-15T14:53:14.922Z Downloaded strum_macros v0.24.3
10492026-05-15T14:53:14.925Z Downloaded structmeta-derive v0.3.0
10502026-05-15T14:53:14.925Z Downloaded tokio-macros v2.7.0
10512026-05-15T14:53:14.929Z Downloaded rayon-core v1.13.0
10522026-05-15T14:53:14.932Z Downloaded schemars v0.8.22
10532026-05-15T14:53:14.936Z Downloaded support-bundle-viewer v0.1.2
10542026-05-15T14:53:14.939Z Downloaded strum_macros v0.27.2
10552026-05-15T14:53:14.939Z Downloaded strum_macros v0.26.4
10562026-05-15T14:53:14.942Z Downloaded aes-gcm v0.10.3
10572026-05-15T14:53:14.945Z Downloaded take_mut v0.2.2
10582026-05-15T14:53:14.945Z Downloaded hashbrown v0.15.5
10592026-05-15T14:53:14.948Z Downloaded slog-async v2.8.0
10602026-05-15T14:53:14.948Z Downloaded rustls-platform-verifier v0.6.2
10612026-05-15T14:53:14.951Z Downloaded aes v0.8.4
10622026-05-15T14:53:14.951Z Downloaded ryu v1.0.23
10632026-05-15T14:53:14.958Z Downloaded nom v7.1.3
10642026-05-15T14:53:14.961Z Downloaded num-bigint v0.4.6
10652026-05-15T14:53:14.964Z Downloaded topological-sort v0.2.2
10662026-05-15T14:53:14.968Z Downloaded qorb v0.4.1
10672026-05-15T14:53:14.970Z Downloaded termios v0.3.3
10682026-05-15T14:53:14.971Z Downloaded similar v2.7.0
10692026-05-15T14:53:14.976Z Downloaded tiny-keccak v2.0.2
10702026-05-15T14:53:14.976Z Downloaded thread_local v1.1.9
10712026-05-15T14:53:14.980Z Downloaded trait-variant v0.1.2
10722026-05-15T14:53:14.981Z Downloaded tower-service v0.3.3
10732026-05-15T14:53:14.981Z Downloaded tower-layer v0.3.3
10742026-05-15T14:53:14.981Z Downloaded thiserror-no-std v2.0.2
10752026-05-15T14:53:14.981Z Downloaded try-lock v0.2.5
10762026-05-15T14:53:14.984Z Downloaded tls_codec v0.4.2
10772026-05-15T14:53:14.984Z Downloaded quinn v0.11.9
10782026-05-15T14:53:14.984Z Downloaded typify-macro v0.4.3
10792026-05-15T14:53:14.984Z Downloaded signal-hook v0.3.18
10802026-05-15T14:53:14.987Z Downloaded rand v0.8.6
10812026-05-15T14:53:14.991Z Downloaded itertools v0.12.1
10822026-05-15T14:53:14.994Z Downloaded tls_codec_derive v0.4.2
10832026-05-15T14:53:14.997Z Downloaded tokio-dtrace v0.1.1
10842026-05-15T14:53:14.997Z Downloaded serde_yaml v0.9.34+deprecated
10852026-05-15T14:53:15.000Z Downloaded prettyplease v0.2.37
10862026-05-15T14:53:15.000Z Downloaded num-bigint-dig v0.8.6
10872026-05-15T14:53:15.003Z Downloaded universal-hash v0.5.1
10882026-05-15T14:53:15.006Z Downloaded unit-prefix v0.5.2
10892026-05-15T14:53:15.006Z Downloaded mio v1.2.0
10902026-05-15T14:53:15.009Z Downloaded tokio-rustls v0.25.0
10912026-05-15T14:53:15.009Z Downloaded typify-macro v0.6.2
10922026-05-15T14:53:15.012Z Downloaded slog v2.8.2
10932026-05-15T14:53:15.012Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-05-15T14:53:15.017Z Downloaded tokio-tungstenite v0.23.1
10952026-05-15T14:53:15.017Z Downloaded untrusted v0.9.0
10962026-05-15T14:53:15.017Z Downloaded untrusted v0.7.1
10972026-05-15T14:53:15.017Z Downloaded unicode-truncate v1.1.0
10982026-05-15T14:53:15.020Z Downloaded tokio-tungstenite v0.21.0
10992026-05-15T14:53:15.020Z Downloaded term v0.7.0
11002026-05-15T14:53:15.022Z Downloaded iri-string v0.7.10
11012026-05-15T14:53:15.028Z Downloaded iddqd v0.3.18
11022026-05-15T14:53:15.031Z Downloaded socket2 v0.6.3
11032026-05-15T14:53:15.031Z Downloaded rsa v0.9.10
11042026-05-15T14:53:15.033Z Downloaded utf-8 v0.7.6
11052026-05-15T14:53:15.036Z Downloaded waitgroup v0.1.2
11062026-05-15T14:53:15.037Z Downloaded toml_writer v1.0.6+spec-1.1.0
11072026-05-15T14:53:15.037Z Downloaded hyper v1.8.1
11082026-05-15T14:53:15.040Z Downloaded term v1.2.1
11092026-05-15T14:53:15.043Z Downloaded tui-tree-widget v0.23.1
11102026-05-15T14:53:15.046Z Downloaded socket2 v0.5.10
11112026-05-15T14:53:15.046Z Downloaded spin v0.9.8
11122026-05-15T14:53:15.046Z Downloaded time-macros v0.2.27
11132026-05-15T14:53:15.050Z Downloaded stringprep v0.1.5
11142026-05-15T14:53:15.050Z Downloaded rand v0.9.2
11152026-05-15T14:53:15.053Z Downloaded publicsuffix v2.3.0
11162026-05-15T14:53:15.053Z Downloaded wait-timeout v0.2.1
11172026-05-15T14:53:15.053Z Downloaded void v1.0.2
11182026-05-15T14:53:15.056Z Downloaded usdt-macro v0.6.0
11192026-05-15T14:53:15.056Z Downloaded usdt-attr-macro v0.6.0
11202026-05-15T14:53:15.057Z Downloaded rustls-webpki v0.103.9
11212026-05-15T14:53:15.059Z Downloaded hashbrown v0.16.1
11222026-05-15T14:53:15.063Z Downloaded usdt v0.6.0
11232026-05-15T14:53:15.066Z Downloaded libxml v0.3.3
11242026-05-15T14:53:15.069Z Downloaded samael v0.0.19
11252026-05-15T14:53:15.072Z Downloaded unarray v0.1.4
11262026-05-15T14:53:15.072Z Downloaded tokio-rustls v0.26.4
11272026-05-15T14:53:15.076Z Downloaded want v0.3.1
11282026-05-15T14:53:15.076Z Downloaded schemars v1.2.1
11292026-05-15T14:53:15.080Z Downloaded tokio-rustls v0.24.1
11302026-05-15T14:53:15.083Z Downloaded xattr v1.6.1
11312026-05-15T14:53:15.086Z Downloaded unicase v2.9.0
11322026-05-15T14:53:15.086Z Downloaded xshell-macros v0.2.7
11332026-05-15T14:53:15.086Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11342026-05-15T14:53:15.086Z Downloaded hkdf v0.12.4
11352026-05-15T14:53:15.089Z Downloaded rand v0.10.0
11362026-05-15T14:53:15.092Z Downloaded tokio-native-tls v0.3.1
11372026-05-15T14:53:15.092Z Downloaded itertools v0.13.0
11382026-05-15T14:53:15.097Z Downloaded zone v0.3.1
11392026-05-15T14:53:15.101Z Downloaded schemars v0.9.0
11402026-05-15T14:53:15.108Z Downloaded zone_cfg_derive v0.3.1
11412026-05-15T14:53:15.111Z Downloaded tinyvec v1.10.0
11422026-05-15T14:53:15.111Z Downloaded toml_parser v1.0.9+spec-1.1.0
11432026-05-15T14:53:15.114Z Downloaded twox-hash v2.1.2
11442026-05-15T14:53:15.114Z Downloaded blake3 v1.8.3
11452026-05-15T14:53:15.118Z Downloaded vergen-gitcl v1.0.8
11462026-05-15T14:53:15.121Z Downloaded vergen-git2 v1.0.7
11472026-05-15T14:53:15.121Z Downloaded test-strategy v0.4.5
11482026-05-15T14:53:15.124Z Downloaded uzers v0.12.2
11492026-05-15T14:53:15.124Z Downloaded vsss-rs v3.3.4
11502026-05-15T14:53:15.127Z Downloaded futures-util v0.3.32
11512026-05-15T14:53:15.132Z Downloaded subprocess v0.2.15
11522026-05-15T14:53:15.136Z Downloaded itertools v0.14.0
11532026-05-15T14:53:15.139Z Downloaded xshell v0.2.7
11542026-05-15T14:53:15.139Z Downloaded whoami v2.1.0
11552026-05-15T14:53:15.142Z Downloaded walkdir v2.5.0
11562026-05-15T14:53:15.142Z Downloaded toml v1.0.6+spec-1.1.0
11572026-05-15T14:53:15.145Z Downloaded toml v0.9.12+spec-1.1.0
11582026-05-15T14:53:15.150Z Downloaded tokio-stream v0.1.18
11592026-05-15T14:53:15.153Z Downloaded zeroize_derive v1.4.3
11602026-05-15T14:53:15.153Z Downloaded wyz v0.5.1
11612026-05-15T14:53:15.153Z Downloaded whoami v1.6.1
11622026-05-15T14:53:15.153Z Downloaded tar v0.4.45
11632026-05-15T14:53:15.156Z Downloaded unicode-properties v0.1.4
11642026-05-15T14:53:15.156Z Downloaded usdt-impl v0.6.0
11652026-05-15T14:53:15.159Z Downloaded zeroize v1.8.2
11662026-05-15T14:53:15.159Z Downloaded p521 v0.13.3
11672026-05-15T14:53:15.163Z Downloaded toml v0.7.8
11682026-05-15T14:53:15.163Z Downloaded zstd-safe v7.2.4
11692026-05-15T14:53:15.165Z Downloaded russh v0.45.0
11702026-05-15T14:53:15.169Z Downloaded zstd v0.13.3
11712026-05-15T14:53:15.169Z Downloaded snafu v0.8.9
11722026-05-15T14:53:15.172Z Downloaded aho-corasick v1.1.4
11732026-05-15T14:53:15.175Z Downloaded tungstenite v0.21.0
11742026-05-15T14:53:15.178Z Downloaded vergen v9.0.6
11752026-05-15T14:53:15.178Z Downloaded tungstenite v0.23.0
11762026-05-15T14:53:15.181Z Downloaded tracing-core v0.1.36
11772026-05-15T14:53:15.184Z Downloaded h2 v0.4.13
11782026-05-15T14:53:15.187Z Downloaded libm v0.2.16
11792026-05-15T14:53:15.190Z Downloaded typify v0.4.3
11802026-05-15T14:53:15.193Z Downloaded vergen-lib v0.1.6
11812026-05-15T14:53:15.196Z Downloaded steno v0.4.1
11822026-05-15T14:53:15.196Z Downloaded rustyline v14.0.0
11832026-05-15T14:53:15.203Z Downloaded yasna v0.5.2
11842026-05-15T14:53:15.213Z Downloaded rpassword v7.4.0
11852026-05-15T14:53:15.222Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-05-15T14:53:15.225Z Downloaded tracing-attributes v0.1.31
11872026-05-15T14:53:15.228Z Downloaded typify v0.6.2
11882026-05-15T14:53:15.233Z Downloaded vte v0.14.1
11892026-05-15T14:53:15.245Z Downloaded unicode-bidi v0.3.18
11902026-05-15T14:53:15.251Z Downloaded zerocopy v0.6.6
11912026-05-15T14:53:15.254Z Downloaded unsafe-libyaml v0.2.11
11922026-05-15T14:53:15.261Z Downloaded toml_edit v0.19.15
11932026-05-15T14:53:15.270Z Downloaded zopfli v0.8.3
11942026-05-15T14:53:15.274Z Downloaded uuid v1.23.0
11952026-05-15T14:53:15.274Z Downloaded ssh-key v0.6.7
11962026-05-15T14:53:15.277Z Downloaded p384 v0.13.1
11972026-05-15T14:53:15.281Z Downloaded reedline v0.40.0
11982026-05-15T14:53:15.286Z Downloaded bitvec v1.0.1
11992026-05-15T14:53:15.294Z Downloaded yansi v1.0.1
12002026-05-15T14:53:15.297Z Downloaded bindgen v0.71.1
12012026-05-15T14:53:15.300Z Downloaded reqwest v0.12.28
12022026-05-15T14:53:15.307Z Downloaded zip v0.6.6
12032026-05-15T14:53:15.320Z Downloaded tokio-postgres v0.7.16
12042026-05-15T14:53:15.325Z Downloaded unicode_categories v0.1.1
12052026-05-15T14:53:15.328Z Downloaded chrono v0.4.44
12062026-05-15T14:53:15.331Z Downloaded rayon v1.11.0
12072026-05-15T14:53:15.334Z Downloaded regex v1.12.3
12082026-05-15T14:53:15.337Z Downloaded tower v0.5.3
12092026-05-15T14:53:15.348Z Downloaded rustls-webpki v0.101.7
12102026-05-15T14:53:15.356Z Downloaded git2 v0.20.4
12112026-05-15T14:53:15.361Z Downloaded zerocopy-derive v0.8.40
12122026-05-15T14:53:15.366Z Downloaded unicode-segmentation v1.12.0
12132026-05-15T14:53:15.369Z Downloaded typed-path v0.9.3
12142026-05-15T14:53:15.372Z Downloaded reqwest v0.13.2
12152026-05-15T14:53:15.376Z Downloaded goblin v0.10.5
12162026-05-15T14:53:15.380Z Downloaded quick-xml v0.37.5
12172026-05-15T14:53:15.384Z Downloaded lalrpop v0.19.12
12182026-05-15T14:53:15.391Z Downloaded portable-atomic v1.13.1
12192026-05-15T14:53:15.397Z Downloaded salty v0.3.0
12202026-05-15T14:53:15.400Z Downloaded petname v2.0.2
12212026-05-15T14:53:15.404Z Downloaded x509-cert v0.2.5
12222026-05-15T14:53:15.407Z Downloaded unicode-normalization v0.1.25
12232026-05-15T14:53:15.411Z Downloaded tokio-util v0.7.18
12242026-05-15T14:53:15.415Z Downloaded rustls-webpki v0.102.8
12252026-05-15T14:53:15.424Z Downloaded tower-http v0.6.8
12262026-05-15T14:53:15.430Z Downloaded moka v0.12.13
12272026-05-15T14:53:15.434Z Downloaded serde_with v3.17.0
12282026-05-15T14:53:15.442Z Downloaded proptest v1.10.0
12292026-05-15T14:53:15.449Z Downloaded zip v4.6.1
12302026-05-15T14:53:15.452Z Downloaded tough v0.22.0
12312026-05-15T14:53:15.470Z Downloaded object v0.30.4
12322026-05-15T14:53:15.482Z Downloaded radix_trie v0.2.1
12332026-05-15T14:53:15.487Z Downloaded nix v0.27.1
12342026-05-15T14:53:15.492Z Downloaded quinn-proto v0.11.13
12352026-05-15T14:53:15.497Z Downloaded winnow v0.5.40
12362026-05-15T14:53:15.501Z Downloaded bstr v1.12.1
12372026-05-15T14:53:15.507Z Downloaded winnow v0.6.26
12382026-05-15T14:53:15.512Z Downloaded curve25519-dalek v4.1.3
12392026-05-15T14:53:15.522Z Downloaded tabled v0.20.0
12402026-05-15T14:53:15.534Z Downloaded polar-core v0.27.3
12412026-05-15T14:53:15.539Z Downloaded regex-syntax v0.6.29
12422026-05-15T14:53:15.543Z Downloaded nix v0.28.0
12432026-05-15T14:53:15.551Z Downloaded openssl v0.10.79
12442026-05-15T14:53:15.556Z Downloaded nix v0.29.0
12452026-05-15T14:53:15.562Z Downloaded object v0.37.3
12462026-05-15T14:53:15.568Z Downloaded nix v0.31.2
12472026-05-15T14:53:15.582Z Downloaded zerocopy v0.8.40
12482026-05-15T14:53:15.587Z Downloaded time v0.3.47
12492026-05-15T14:53:15.594Z Downloaded rustls v0.22.4
12502026-05-15T14:53:15.611Z Downloaded rustls v0.21.12
12512026-05-15T14:53:15.615Z Downloaded hickory-proto v0.24.4
12522026-05-15T14:53:15.618Z Downloaded smoltcp v0.9.1
12532026-05-15T14:53:15.623Z Downloaded rustls v0.23.37
12542026-05-15T14:53:15.630Z Downloaded webpki-roots v1.0.6
12552026-05-15T14:53:15.632Z Downloaded rustix v0.38.44
12562026-05-15T14:53:15.645Z Downloaded zlib-rs v0.6.2
12572026-05-15T14:53:15.648Z Downloaded smoltcp v0.11.0
12582026-05-15T14:53:15.655Z Downloaded regex-syntax v0.8.10
12592026-05-15T14:53:15.660Z Downloaded openapiv3 v2.2.0
12602026-05-15T14:53:15.666Z Downloaded hickory-proto v0.25.2
12612026-05-15T14:53:15.675Z Downloaded diesel v2.3.7
12622026-05-15T14:53:15.687Z Downloaded regress v0.11.1
12632026-05-15T14:53:15.692Z Downloaded sled v0.34.7
12642026-05-15T14:53:15.699Z Downloaded regress v0.10.5
12652026-05-15T14:53:15.704Z Downloaded sqlparser v0.61.0
12662026-05-15T14:53:15.709Z Downloaded dropshot v0.16.7
12672026-05-15T14:53:15.721Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-05-15T14:53:15.729Z Downloaded dropshot v0.17.0
12692026-05-15T14:53:15.741Z Downloaded vcpkg v0.2.15
12702026-05-15T14:53:15.798Z Downloaded typify-impl v0.6.2
12712026-05-15T14:53:15.807Z Downloaded csv v1.4.0
12722026-05-15T14:53:15.820Z Downloaded ratatui v0.29.0
12732026-05-15T14:53:15.831Z Downloaded typify-impl v0.4.3
12742026-05-15T14:53:15.840Z Downloaded chrono-tz v0.10.4
12752026-05-15T14:53:15.851Z Downloaded jiff v0.2.21
12762026-05-15T14:53:15.862Z Downloaded libz-sys v1.1.24
12772026-05-15T14:53:15.874Z Downloaded zerocopy-derive v0.6.6
12782026-05-15T14:53:15.880Z Downloaded tracing v0.1.44
12792026-05-15T14:53:15.892Z Downloaded regex-automata v0.4.14
12802026-05-15T14:53:15.901Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-05-15T14:53:15.911Z Downloaded petgraph v0.6.5
12822026-05-15T14:53:15.923Z Downloaded tokio v1.52.1
12832026-05-15T14:53:15.959Z Downloaded petgraph v0.8.3
12842026-05-15T14:53:15.993Z Downloaded sha3 v0.10.8
12852026-05-15T14:53:16.056Z Downloaded encoding_rs v0.8.35
12862026-05-15T14:53:16.084Z Downloaded ring v0.17.14
12872026-05-15T14:53:16.109Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-15T14:53:16.500Z Downloaded aws-lc-sys v0.40.0
12892026-05-15T14:53:16.754Z Compiling libc v0.2.185
12902026-05-15T14:53:16.755Z Compiling serde v1.0.228
12912026-05-15T14:53:16.758Z Compiling log v0.4.29
12922026-05-15T14:53:16.758Z Compiling find-msvc-tools v0.1.9
12932026-05-15T14:53:16.758Z Compiling shlex v1.3.0
12942026-05-15T14:53:16.758Z Compiling smallvec v1.15.1
12952026-05-15T14:53:16.758Z Compiling typenum v1.19.0
12962026-05-15T14:53:16.758Z Compiling subtle v2.6.1
12972026-05-15T14:53:16.758Z Compiling generic-array v0.14.7
12982026-05-15T14:53:16.758Z Compiling scopeguard v1.2.0
12992026-05-15T14:53:16.758Z Compiling const-oid v0.9.6
13002026-05-15T14:53:16.758Z Compiling serde_json v1.0.149
13012026-05-15T14:53:16.758Z Compiling syn v2.0.117
13022026-05-15T14:53:16.899Z Compiling zerocopy v0.8.40
13032026-05-15T14:53:16.913Z Compiling parking_lot_core v0.9.12
13042026-05-15T14:53:16.918Z Compiling pin-project-lite v0.2.17
13052026-05-15T14:53:17.165Z Compiling portable-atomic v1.13.1
13062026-05-15T14:53:17.197Z Compiling pkg-config v0.3.32
13072026-05-15T14:53:17.215Z Compiling lock_api v0.4.14
13082026-05-15T14:53:17.229Z Compiling bitflags v2.11.0
13092026-05-15T14:53:17.233Z Compiling libm v0.2.16
13102026-05-15T14:53:17.258Z Compiling futures-core v0.3.32
13112026-05-15T14:53:17.263Z Compiling critical-section v1.2.0
13122026-05-15T14:53:17.399Z Compiling num-traits v0.2.19
13132026-05-15T14:53:17.402Z Compiling percent-encoding v2.3.2
13142026-05-15T14:53:17.428Z Compiling futures-sink v0.3.32
13152026-05-15T14:53:17.458Z Compiling getrandom v0.4.1
13162026-05-15T14:53:17.461Z Compiling futures-task v0.3.32
13172026-05-15T14:53:17.500Z Compiling cpufeatures v0.2.17
13182026-05-15T14:53:17.503Z Compiling futures-io v0.3.32
13192026-05-15T14:53:17.564Z Compiling futures-channel v0.3.32
13202026-05-15T14:53:17.595Z Compiling slab v0.4.12
13212026-05-15T14:53:17.598Z Compiling rand_core v0.10.0
13222026-05-15T14:53:17.651Z Compiling indexmap v2.14.0
13232026-05-15T14:53:17.666Z Compiling rustversion v1.0.22
13242026-05-15T14:53:17.697Z Compiling getrandom v0.3.4
13252026-05-15T14:53:17.783Z Compiling form_urlencoded v1.2.2
13262026-05-15T14:53:17.800Z Compiling dunce v1.0.5
13272026-05-15T14:53:17.814Z Compiling fs_extra v1.3.0
13282026-05-15T14:53:17.829Z Compiling ident_case v1.0.1
13292026-05-15T14:53:17.846Z Compiling base64ct v1.8.3
13302026-05-15T14:53:17.881Z Compiling regex-syntax v0.8.10
13312026-05-15T14:53:17.912Z Compiling rustix v1.1.3
13322026-05-15T14:53:17.930Z Compiling flagset v0.4.7
13332026-05-15T14:53:17.952Z Compiling iana-time-zone v0.1.65
13342026-05-15T14:53:17.982Z Compiling vcpkg v0.2.15
13352026-05-15T14:53:17.999Z Compiling getrandom v0.2.17
13362026-05-15T14:53:18.039Z Compiling jobserver v0.1.34
13372026-05-15T14:53:18.079Z Compiling errno v0.3.14
13382026-05-15T14:53:18.108Z Compiling mio v1.2.0
13392026-05-15T14:53:18.166Z Compiling rand_core v0.6.4
13402026-05-15T14:53:18.180Z Compiling once_cell v1.21.3
13412026-05-15T14:53:18.248Z Compiling signal-hook-registry v1.4.8
13422026-05-15T14:53:18.263Z Compiling cc v1.2.56
13432026-05-15T14:53:18.278Z Compiling socket2 v0.6.3
13442026-05-15T14:53:18.333Z Compiling parking_lot v0.12.5
13452026-05-15T14:53:18.478Z Compiling pem-rfc7468 v0.7.0
13462026-05-15T14:53:18.578Z Compiling aws-lc-rs v1.16.3
13472026-05-15T14:53:18.594Z Compiling uuid v1.23.0
13482026-05-15T14:53:18.642Z Compiling tracing-core v0.1.36
13492026-05-15T14:53:18.668Z Compiling rustc_version v0.4.1
13502026-05-15T14:53:18.742Z Compiling rand_core v0.9.5
13512026-05-15T14:53:18.766Z Compiling base64 v0.22.1
13522026-05-15T14:53:18.811Z Compiling untrusted v0.7.1
13532026-05-15T14:53:18.827Z Compiling httparse v1.10.1
13542026-05-15T14:53:18.830Z Compiling tinyvec_macros v0.1.1
13552026-05-15T14:53:18.858Z Compiling untrusted v0.9.0
13562026-05-15T14:53:18.901Z Compiling openssl-probe v0.2.1
13572026-05-15T14:53:18.930Z Compiling tinyvec v1.10.0
13582026-05-15T14:53:18.956Z Compiling aho-corasick v1.1.4
13592026-05-15T14:53:18.997Z Compiling dyn-clone v1.0.20
13602026-05-15T14:53:19.024Z Compiling rustls v0.23.37
13612026-05-15T14:53:19.048Z Compiling try-lock v0.2.5
13622026-05-15T14:53:19.105Z Compiling cmake v0.1.57
13632026-05-15T14:53:19.119Z Compiling atomic-waker v1.1.2
13642026-05-15T14:53:19.136Z Compiling tower-layer v0.3.3
13652026-05-15T14:53:19.156Z Compiling tower-service v0.3.3
13662026-05-15T14:53:19.170Z Compiling schemars v0.8.22
13672026-05-15T14:53:19.182Z Compiling want v0.3.1
13682026-05-15T14:53:19.234Z Compiling httpdate v1.0.3
13692026-05-15T14:53:19.234Z Compiling openssl v0.10.79
13702026-05-15T14:53:19.263Z Compiling pin-utils v0.1.0
13712026-05-15T14:53:19.279Z Compiling foreign-types-shared v0.1.1
13722026-05-15T14:53:19.311Z Compiling unicode-normalization v0.1.25
13732026-05-15T14:53:19.326Z Compiling spin v0.9.8
13742026-05-15T14:53:19.348Z Compiling time-core v0.1.8
13752026-05-15T14:53:19.364Z Compiling native-tls v0.2.18
13762026-05-15T14:53:19.380Z Compiling foreign-types v0.3.2
13772026-05-15T14:53:19.396Z Compiling num-conv v0.2.0
13782026-05-15T14:53:19.433Z Compiling powerfmt v0.2.0
13792026-05-15T14:53:19.465Z Compiling crc32fast v1.5.0
13802026-05-15T14:53:19.480Z Compiling wait-timeout v0.2.1
13812026-05-15T14:53:19.513Z Compiling sync_wrapper v1.0.2
13822026-05-15T14:53:19.516Z Compiling usdt-impl v0.6.0
13832026-05-15T14:53:19.545Z Compiling num_threads v0.1.7
13842026-05-15T14:53:19.559Z Compiling time-macros v0.2.27
13852026-05-15T14:53:19.575Z Compiling crossbeam-utils v0.8.21
13862026-05-15T14:53:19.603Z Compiling deranged v0.5.8
13872026-05-15T14:53:19.618Z Compiling bit-vec v0.8.0
13882026-05-15T14:53:19.641Z Compiling siphasher v1.0.2
13892026-05-15T14:53:19.661Z Compiling simd-adler32 v0.3.8
13902026-05-15T14:53:19.675Z Compiling quick-error v1.2.3
13912026-05-15T14:53:19.761Z Compiling tempfile v3.25.0
13922026-05-15T14:53:19.776Z Compiling unicode-segmentation v1.12.0
13932026-05-15T14:53:19.805Z Compiling regex-automata v0.4.14
13942026-05-15T14:53:19.820Z Compiling syn v1.0.109
13952026-05-15T14:53:19.853Z Compiling bit-set v0.8.0
13962026-05-15T14:53:19.891Z Compiling slog v2.8.2
13972026-05-15T14:53:19.923Z Compiling heapless v0.7.17
13982026-05-15T14:53:19.938Z Compiling rand_xorshift v0.4.0
13992026-05-15T14:53:19.954Z Compiling synstructure v0.13.2
14002026-05-15T14:53:20.021Z Compiling aws-lc-sys v0.40.0
14012026-05-15T14:53:20.043Z Compiling ring v0.17.14
14022026-05-15T14:53:20.058Z Compiling openssl-sys v0.9.115
14032026-05-15T14:53:20.128Z Compiling serde_derive_internals v0.29.1
14042026-05-15T14:53:20.142Z Compiling pest_generator v2.8.6
14052026-05-15T14:53:20.171Z Compiling darling_core v0.20.11
14062026-05-15T14:53:20.185Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14072026-05-15T14:53:20.220Z Compiling rusty-fork v0.3.1
14082026-05-15T14:53:20.262Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-15T14:53:20.401Z Compiling darling_core v0.21.3
14102026-05-15T14:53:20.591Z Compiling thread-id v5.1.0
14112026-05-15T14:53:20.607Z Compiling cookie v0.18.1
14122026-05-15T14:53:20.677Z Compiling unicode-properties v0.1.4
14132026-05-15T14:53:20.691Z Compiling unicode-bidi v0.3.18
14142026-05-15T14:53:20.720Z Compiling zstd-safe v7.2.4
14152026-05-15T14:53:20.738Z Compiling time v0.3.47
14162026-05-15T14:53:20.783Z Compiling paste v1.0.15
14172026-05-15T14:53:20.817Z Compiling allocator-api2 v0.2.21
14182026-05-15T14:53:20.923Z Compiling iri-string v0.7.10
14192026-05-15T14:53:20.941Z Compiling ryu v1.0.23
14202026-05-15T14:53:20.959Z Compiling signal-hook v0.3.18
14212026-05-15T14:53:21.084Z Compiling adler2 v2.0.1
14222026-05-15T14:53:21.119Z Compiling anyhow v1.0.102
14232026-05-15T14:53:21.150Z Compiling unarray v0.1.4
14242026-05-15T14:53:21.200Z Compiling miniz_oxide v0.8.9
14252026-05-15T14:53:21.237Z Compiling stringprep v0.1.5
14262026-05-15T14:53:21.369Z Compiling heck v0.4.1
14272026-05-15T14:53:21.606Z Compiling vergen-lib v0.1.6
14282026-05-15T14:53:21.689Z Compiling curve25519-dalek v4.1.3
14292026-05-15T14:53:21.717Z Compiling num-integer v0.1.46
14302026-05-15T14:53:21.773Z Compiling serde_derive v1.0.228
14312026-05-15T14:53:21.802Z Compiling zeroize_derive v1.4.3
14322026-05-15T14:53:21.844Z Compiling zerofrom-derive v0.1.6
14332026-05-15T14:53:21.887Z Compiling yoke-derive v0.8.1
14342026-05-15T14:53:22.058Z Compiling zerocopy-derive v0.8.40
14352026-05-15T14:53:22.080Z Compiling zerovec-derive v0.11.2
14362026-05-15T14:53:22.093Z Compiling displaydoc v0.2.5
14372026-05-15T14:53:22.418Z Compiling tokio-macros v2.7.0
14382026-05-15T14:53:22.509Z Compiling futures-macro v0.3.32
14392026-05-15T14:53:22.535Z Compiling zeroize v1.8.2
14402026-05-15T14:53:22.572Z Compiling der_derive v0.7.3
14412026-05-15T14:53:22.891Z Compiling rustls-pki-types v1.14.0
14422026-05-15T14:53:22.998Z Compiling tracing-attributes v0.1.31
14432026-05-15T14:53:23.138Z Compiling thiserror-impl v2.0.18
14442026-05-15T14:53:23.183Z Compiling schemars_derive v0.8.22
14452026-05-15T14:53:23.236Z Compiling scroll_derive v0.13.1
14462026-05-15T14:53:23.327Z Compiling crypto-common v0.1.7
14472026-05-15T14:53:23.343Z Compiling zerofrom v0.1.6
14482026-05-15T14:53:23.362Z Compiling block-buffer v0.10.4
14492026-05-15T14:53:23.377Z Compiling futures-util v0.3.32
14502026-05-15T14:53:23.486Z Compiling yoke v0.8.1
14512026-05-15T14:53:23.502Z Compiling digest v0.10.7
14522026-05-15T14:53:23.551Z Compiling block-padding v0.3.3
14532026-05-15T14:53:23.584Z Compiling der v0.7.10
14542026-05-15T14:53:23.690Z Compiling zerovec v0.11.5
14552026-05-15T14:53:23.736Z Compiling zerotrie v0.2.3
14562026-05-15T14:53:23.769Z Compiling hmac v0.12.1
14572026-05-15T14:53:23.940Z Compiling inout v0.1.4
14582026-05-15T14:53:24.053Z Compiling sha2 v0.10.9
14592026-05-15T14:53:24.080Z Compiling pbkdf2 v0.12.2
14602026-05-15T14:53:24.108Z Compiling cipher v0.4.4
14612026-05-15T14:53:24.131Z Compiling pest_derive v2.8.6
14622026-05-15T14:53:24.212Z Compiling tinystr v0.8.2
14632026-05-15T14:53:24.229Z Compiling potential_utf v0.1.4
14642026-05-15T14:53:24.377Z Compiling icu_collections v2.1.1
14652026-05-15T14:53:24.400Z Compiling icu_locale_core v2.1.1
14662026-05-15T14:53:24.419Z Compiling salsa20 v0.10.2
14672026-05-15T14:53:24.447Z Compiling tracing v0.1.44
14682026-05-15T14:53:24.516Z Compiling spki v0.7.3
14692026-05-15T14:53:24.550Z Compiling thiserror v2.0.18
14702026-05-15T14:53:24.578Z Compiling scrypt v0.11.0
14712026-05-15T14:53:24.604Z Compiling cbc v0.1.2
14722026-05-15T14:53:24.673Z Compiling aes v0.8.4
14732026-05-15T14:53:24.739Z Compiling scroll v0.13.0
14742026-05-15T14:53:24.739Z Compiling darling_macro v0.20.11
14752026-05-15T14:53:24.770Z Compiling openssl-macros v0.1.1
14762026-05-15T14:53:24.862Z Compiling rustls-native-certs v0.8.3
14772026-05-15T14:53:24.893Z Compiling dtrace-parser v0.3.0
14782026-05-15T14:53:24.896Z Compiling signature v2.2.0
14792026-05-15T14:53:25.026Z Compiling goblin v0.10.5
14802026-05-15T14:53:25.116Z Compiling icu_provider v2.1.1
14812026-05-15T14:53:25.197Z Compiling pkcs5 v0.7.1
14822026-05-15T14:53:25.282Z Compiling webpki-roots v1.0.6
14832026-05-15T14:53:25.298Z Compiling darling v0.20.11
14842026-05-15T14:53:25.333Z Compiling bytes v1.11.1
14852026-05-15T14:53:25.393Z Compiling icu_normalizer v2.1.1
14862026-05-15T14:53:25.423Z Compiling icu_properties v2.1.2
14872026-05-15T14:53:25.430Z Compiling chrono v0.4.44
14882026-05-15T14:53:25.451Z Compiling ipnet v2.11.0
14892026-05-15T14:53:25.488Z Compiling pkcs8 v0.10.2
14902026-05-15T14:53:25.696Z Compiling derive_builder_core v0.20.2
14912026-05-15T14:53:25.713Z Compiling thiserror-impl v1.0.69
14922026-05-15T14:53:25.753Z Compiling scroll_derive v0.12.1
14932026-05-15T14:53:25.779Z Compiling erased-serde v0.3.31
14942026-05-15T14:53:25.818Z Compiling tokio v1.52.1
14952026-05-15T14:53:25.953Z Compiling http v1.4.0
14962026-05-15T14:53:25.967Z Compiling serde_tokenstream v0.2.3
14972026-05-15T14:53:25.983Z Compiling serde_urlencoded v0.7.1
14982026-05-15T14:53:26.255Z Compiling toml_datetime v0.6.11
14992026-05-15T14:53:26.286Z Compiling idna_adapter v1.2.1
15002026-05-15T14:53:26.302Z Compiling serde_spanned v0.6.9
15012026-05-15T14:53:26.445Z Compiling ppv-lite86 v0.2.21
15022026-05-15T14:53:26.459Z Compiling idna v1.1.0
15032026-05-15T14:53:26.474Z Compiling scroll v0.12.0
15042026-05-15T14:53:26.540Z Compiling md-5 v0.10.6
15052026-05-15T14:53:26.556Z Compiling darling_macro v0.21.3
15062026-05-15T14:53:26.601Z Compiling http-body v1.0.1
15072026-05-15T14:53:26.651Z Compiling derive_builder_macro v0.20.2
15082026-05-15T14:53:26.690Z Compiling bstr v1.12.1
15092026-05-15T14:53:26.724Z Compiling http-body-util v0.1.3
15102026-05-15T14:53:26.765Z Compiling url v2.5.8
15112026-05-15T14:53:26.779Z Compiling rand_chacha v0.9.0
15122026-05-15T14:53:26.792Z Compiling rand_chacha v0.3.1
15132026-05-15T14:53:26.856Z Compiling pin-project-internal v1.1.11
15142026-05-15T14:53:26.887Z Compiling async-trait v0.1.89
15152026-05-15T14:53:26.990Z Compiling rand v0.9.2
15162026-05-15T14:53:27.054Z Compiling thiserror v1.0.69
15172026-05-15T14:53:27.086Z Compiling zerocopy-derive v0.7.35
15182026-05-15T14:53:27.167Z Compiling ff v0.13.1
15192026-05-15T14:53:27.181Z Compiling hash32 v0.2.1
15202026-05-15T14:53:27.208Z Compiling memoffset v0.9.1
15212026-05-15T14:53:27.389Z Compiling base16ct v0.2.0
15222026-05-15T14:53:27.403Z Compiling num-bigint-dig v0.8.6
15232026-05-15T14:53:27.427Z Compiling litrs v1.0.0
15242026-05-15T14:53:27.588Z Compiling zlib-rs v0.6.2
15252026-05-15T14:53:27.612Z Compiling proptest v1.10.0
15262026-05-15T14:53:27.649Z Compiling smoltcp v0.9.1
15272026-05-15T14:53:27.686Z Compiling cfg_aliases v0.2.1
15282026-05-15T14:53:27.771Z Compiling fallible-iterator v0.2.0
15292026-05-15T14:53:27.870Z Compiling dof v0.4.0
15302026-05-15T14:53:27.885Z Compiling psl-types v2.0.11
15312026-05-15T14:53:27.970Z Compiling rustix v0.38.44
15322026-05-15T14:53:28.019Z Compiling ref-cast v1.0.25
15332026-05-15T14:53:28.035Z Compiling zerocopy v0.7.35
15342026-05-15T14:53:28.035Z Compiling publicsuffix v2.3.0
15352026-05-15T14:53:28.099Z Compiling postgres-protocol v0.6.10
15362026-05-15T14:53:28.102Z Compiling pin-project v1.1.11
15372026-05-15T14:53:28.137Z Compiling ipnetwork v0.21.1
15382026-05-15T14:53:28.239Z Compiling document-features v0.2.12
15392026-05-15T14:53:28.269Z Compiling nix v0.31.2
15402026-05-15T14:53:28.358Z Compiling sec1 v0.7.3
15412026-05-15T14:53:28.426Z Compiling oxnet v0.1.4
15422026-05-15T14:53:28.560Z Compiling group v0.13.0
15432026-05-15T14:53:28.575Z Compiling derive_builder v0.20.2
15442026-05-15T14:53:28.659Z Compiling darling v0.21.3
15452026-05-15T14:53:28.677Z Compiling rand v0.8.6
15462026-05-15T14:53:28.687Z Compiling goblin v0.8.2
15472026-05-15T14:53:28.723Z Compiling futures-executor v0.3.32
15482026-05-15T14:53:28.756Z Compiling hex v0.4.3
15492026-05-15T14:53:28.769Z Compiling cargo-platform v0.1.9
15502026-05-15T14:53:28.848Z Compiling hubpack_derive v0.1.1
15512026-05-15T14:53:28.881Z Compiling hkdf v0.12.4
15522026-05-15T14:53:28.957Z Compiling crypto-bigint v0.5.5
15532026-05-15T14:53:29.007Z Compiling regex v1.12.3
15542026-05-15T14:53:29.097Z Compiling num-iter v0.1.45
15552026-05-15T14:53:29.132Z Compiling curve25519-dalek-derive v0.1.1
15562026-05-15T14:53:29.147Z Compiling strum_macros v0.27.2
15572026-05-15T14:53:29.181Z Compiling snafu-derive v0.8.9
15582026-05-15T14:53:29.235Z Compiling daft-derive v0.1.5
15592026-05-15T14:53:29.250Z Compiling ref-cast-impl v1.0.25
15602026-05-15T14:53:29.538Z Compiling phf_shared v0.13.1
15612026-05-15T14:53:29.648Z Compiling tokio-util v0.7.18
15622026-05-15T14:53:29.709Z Compiling tower v0.5.3
15632026-05-15T14:53:29.792Z Compiling tokio-native-tls v0.3.1
15642026-05-15T14:53:29.807Z Compiling terminal_size v0.4.3
15652026-05-15T14:53:29.824Z Compiling lazy_static v1.5.0
15662026-05-15T14:53:29.843Z Compiling vergen v9.0.6
15672026-05-15T14:53:29.936Z Compiling newtype-uuid v1.3.2
15682026-05-15T14:53:29.951Z Compiling fs-err v3.3.0
15692026-05-15T14:53:29.968Z Compiling encoding_rs v0.8.35
15702026-05-15T14:53:29.986Z Compiling ahash v0.8.12
15712026-05-15T14:53:30.004Z Compiling foldhash v0.2.0
15722026-05-15T14:53:30.045Z Compiling managed v0.8.0
15732026-05-15T14:53:30.162Z Compiling tower-http v0.6.8
15742026-05-15T14:53:30.206Z Compiling winnow v0.5.40
15752026-05-15T14:53:30.221Z Compiling same-file v1.0.6
15762026-05-15T14:53:30.246Z Compiling object v0.37.3
15772026-05-15T14:53:30.277Z Compiling libbz2-rs-sys v0.2.2
15782026-05-15T14:53:30.299Z Compiling bumpalo v3.20.2
15792026-05-15T14:53:30.398Z Compiling h2 v0.4.13
15802026-05-15T14:53:30.534Z Compiling flate2 v1.1.9
15812026-05-15T14:53:30.567Z Compiling foldhash v0.1.5
15822026-05-15T14:53:30.596Z Compiling mime v0.3.17
15832026-05-15T14:53:30.714Z Compiling bitflags v1.3.2
15842026-05-15T14:53:30.768Z Compiling clap_builder v4.5.60
15852026-05-15T14:53:30.855Z Compiling hashbrown v0.15.5
15862026-05-15T14:53:30.886Z Compiling bzip2 v0.6.1
15872026-05-15T14:53:30.970Z Compiling dof v0.3.0
15882026-05-15T14:53:31.048Z Compiling zopfli v0.8.3
15892026-05-15T14:53:31.107Z Compiling walkdir v2.5.0
15902026-05-15T14:53:31.174Z Compiling snafu v0.8.9
15912026-05-15T14:53:31.189Z Compiling strum v0.27.2
15922026-05-15T14:53:31.303Z Compiling hashbrown v0.16.1
15932026-05-15T14:53:31.351Z Compiling daft v0.1.5
15942026-05-15T14:53:31.438Z Compiling elliptic-curve v0.13.8
15952026-05-15T14:53:31.528Z Compiling toml_edit v0.19.15
15962026-05-15T14:53:31.656Z Compiling phf v0.13.1
15972026-05-15T14:53:31.671Z Compiling signal-hook-mio v0.2.5
15982026-05-15T14:53:31.707Z Compiling cargo_metadata v0.19.2
15992026-05-15T14:53:31.721Z Compiling usdt-macro v0.6.0
16002026-05-15T14:53:31.725Z Compiling usdt-attr-macro v0.6.0
16012026-05-15T14:53:31.802Z Compiling cookie_store v0.22.1
16022026-05-15T14:53:31.830Z Compiling hubpack v0.1.2
16032026-05-15T14:53:31.858Z Compiling bzip2 v0.4.4
16042026-05-15T14:53:31.901Z Compiling futures v0.3.32
16052026-05-15T14:53:31.997Z Compiling serde_with_macros v3.17.0
16062026-05-15T14:53:32.137Z Compiling postgres-types v0.2.12
16072026-05-15T14:53:32.218Z Compiling zstd v0.13.3
16082026-05-15T14:53:32.250Z Compiling dtrace-parser v0.2.0
16092026-05-15T14:53:32.510Z Compiling globset v0.4.18
16102026-05-15T14:53:32.544Z Compiling ed25519 v2.2.3
16112026-05-15T14:53:32.570Z Compiling pkcs1 v0.7.5
16122026-05-15T14:53:32.622Z Compiling serde-big-array v0.5.1
16132026-05-15T14:53:32.729Z Compiling serde_plain v1.0.2
16142026-05-15T14:53:32.783Z Compiling olpc-cjson v0.1.4
16152026-05-15T14:53:32.949Z Compiling rfc6979 v0.4.0
16162026-05-15T14:53:32.965Z Compiling strum_macros v0.26.4
16172026-05-15T14:53:32.997Z Compiling clap_derive v4.5.55
16182026-05-15T14:53:33.031Z Compiling serde_repr v0.1.20
16192026-05-15T14:53:33.101Z Compiling enum-as-inner v0.6.1
16202026-05-15T14:53:33.120Z Compiling async-recursion v1.1.1
16212026-05-15T14:53:33.225Z Compiling phf_shared v0.11.3
16222026-05-15T14:53:33.246Z Compiling pem v3.0.6
16232026-05-15T14:53:33.308Z Compiling float-cmp v0.10.0
16242026-05-15T14:53:33.432Z Compiling thread-id v4.2.2
16252026-05-15T14:53:33.492Z Compiling hyper v1.8.1
16262026-05-15T14:53:33.495Z Compiling memmap2 v0.9.10
16272026-05-15T14:53:33.532Z Compiling env_filter v1.0.0
16282026-05-15T14:53:33.600Z Compiling precomputed-hash v0.1.1
16292026-05-15T14:53:33.603Z Compiling rustc-hash v2.1.1
16302026-05-15T14:53:33.656Z Compiling keccak v0.1.6
16312026-05-15T14:53:33.721Z Compiling data-encoding v2.10.0
16322026-05-15T14:53:33.745Z Compiling new_debug_unreachable v1.0.6
16332026-05-15T14:53:33.761Z Compiling either v1.15.0
16342026-05-15T14:53:33.821Z Compiling fixedbitset v0.4.2
16352026-05-15T14:53:33.835Z Compiling difflib v0.4.0
16362026-05-15T14:53:33.854Z Compiling whoami v2.1.0
16372026-05-15T14:53:33.868Z Compiling normalize-line-endings v0.3.0
16382026-05-15T14:53:33.982Z Compiling static_assertions v1.1.0
16392026-05-15T14:53:33.999Z Compiling predicates-core v1.0.10
16402026-05-15T14:53:34.072Z Compiling typed-path v0.9.3
16412026-05-15T14:53:34.087Z Compiling fixedbitset v0.5.7
16422026-05-15T14:53:34.197Z Compiling jiff v0.2.21
16432026-05-15T14:53:34.253Z Compiling predicates v3.1.4
16442026-05-15T14:53:34.268Z Compiling tokio-postgres v0.7.16
16452026-05-15T14:53:34.429Z Compiling petgraph v0.8.3
16462026-05-15T14:53:34.434Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16472026-05-15T14:53:34.460Z Compiling hickory-proto v0.25.2
16482026-05-15T14:53:34.501Z Compiling petgraph v0.6.5
16492026-05-15T14:53:34.519Z Compiling toml_edit v0.22.27
16502026-05-15T14:53:34.752Z Compiling hyper-util v0.1.20
16512026-05-15T14:53:34.783Z Compiling strum v0.26.3
16522026-05-15T14:53:34.851Z Compiling clap v4.5.60
16532026-05-15T14:53:34.936Z Compiling itertools v0.13.0
16542026-05-15T14:53:34.936Z Compiling sha3 v0.10.8
16552026-05-15T14:53:34.968Z Compiling string_cache v0.8.9
16562026-05-15T14:53:35.124Z Compiling iddqd v0.3.18
16572026-05-15T14:53:35.216Z Compiling env_logger v0.11.9
16582026-05-15T14:53:35.325Z Compiling usdt v0.6.0
16592026-05-15T14:53:35.436Z Compiling usdt-impl v0.5.0
16602026-05-15T14:53:35.589Z Compiling serde_with v3.17.0
16612026-05-15T14:53:35.615Z Compiling ecdsa v0.16.9
16622026-05-15T14:53:36.007Z Compiling crossterm v0.28.1
16632026-05-15T14:53:36.026Z Compiling toml v0.7.8
16642026-05-15T14:53:36.043Z Compiling rsa v0.9.10
16652026-05-15T14:53:36.191Z Compiling hyper-tls v0.6.0
16662026-05-15T14:53:36.292Z Compiling ed25519-dalek v2.2.0
16672026-05-15T14:53:36.515Z Compiling zip v0.6.6
16682026-05-15T14:53:36.817Z Compiling zip v4.6.1
16692026-05-15T14:53:36.952Z Compiling tokio-stream v0.1.18
16702026-05-15T14:53:36.969Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-15T14:53:37.142Z Compiling buf-list v1.1.2
16722026-05-15T14:53:37.159Z Compiling similar v2.7.0
16732026-05-15T14:53:37.337Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16742026-05-15T14:53:37.357Z Compiling openapiv3 v2.2.0
16752026-05-15T14:53:37.373Z Compiling x509-cert v0.2.5
16762026-05-15T14:53:37.373Z Compiling sha1 v0.10.6
16772026-05-15T14:53:37.445Z Compiling crossbeam-epoch v0.9.18
16782026-05-15T14:53:37.475Z Compiling toml_datetime v0.7.5+spec-1.1.0
16792026-05-15T14:53:37.619Z Compiling lalrpop-util v0.19.12
16802026-05-15T14:53:37.667Z Compiling peg-runtime v0.8.5
16812026-05-15T14:53:37.682Z Compiling thread_local v1.1.9
16822026-05-15T14:53:37.789Z Compiling slog-async v2.8.0
16832026-05-15T14:53:37.804Z Compiling crossbeam-channel v0.5.15
16842026-05-15T14:53:37.838Z Compiling is-terminal v0.4.17
16852026-05-15T14:53:37.857Z Compiling filetime v0.2.27
16862026-05-15T14:53:37.914Z Compiling xattr v1.6.1
16872026-05-15T14:53:37.956Z Compiling term v1.2.1
16882026-05-15T14:53:37.970Z Compiling take_mut v0.2.2
16892026-05-15T14:53:38.064Z Compiling tar v0.4.45
16902026-05-15T14:53:38.306Z Compiling slog-term v2.9.2
16912026-05-15T14:53:55.752Z Compiling rustls-webpki v0.103.9
16922026-05-15T14:53:58.560Z Compiling tokio-rustls v0.26.4
16932026-05-15T14:53:58.560Z Compiling rustls-platform-verifier v0.6.2
16942026-05-15T14:53:58.761Z Compiling hyper-rustls v0.27.7
16952026-05-15T14:53:58.954Z Compiling reqwest v0.12.28
16962026-05-15T14:53:58.954Z Compiling reqwest v0.13.2
16972026-05-15T14:54:00.176Z Compiling tough v0.22.0
16982026-05-15T14:54:02.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-05-15T14:54:02.943Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-05-15T14:54:05.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.22s
17012026-05-15T14:54:06.049Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-05-15T14:54:06.156ZMay 15 14:54:04.215 INFO Starting download, target: Cockroach
17032026-05-15T14:54:06.157ZMay 15 14:54:04.215 INFO Starting download, target: Clickhouse
17042026-05-15T14:54:06.157ZMay 15 14:54:04.215 INFO Starting download, target: Console
17052026-05-15T14:54:06.157ZMay 15 14:54:04.215 INFO Starting download, target: DendriteStub
17062026-05-15T14:54:06.157ZMay 15 14:54:04.215 INFO Starting download, target: MaghemiteMgd
17072026-05-15T14:54:06.157ZMay 15 14:54:04.215 INFO Starting download, target: TransceiverControl
17082026-05-15T14:54:06.157ZMay 15 14:54:04.216 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-15T14:54:06.157ZMay 15 14:54:04.216 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-05-15T14:54:06.157ZMay 15 14:54:04.216 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17112026-05-15T14:54:06.157ZMay 15 14:54:04.216 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-05-15T14:54:06.157ZMay 15 14:54:04.216 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-15T14:54:06.157ZMay 15 14:54:04.216 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-15T14:54:07.366ZMay 15 14:54:05.237 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-05-15T14:54:07.578ZMay 15 14:54:05.467 INFO Download complete, target: Console
17162026-05-15T14:54:08.085ZMay 15 14:54:06.205 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-05-15T14:54:08.292ZMay 15 14:54:06.282 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-15T14:54:08.465ZMay 15 14:54:06.414 INFO Download complete, target: TransceiverControl
17192026-05-15T14:54:13.899ZMay 15 14:54:12.125 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-05-15T14:54:13.981ZMay 15 14:54:12.198 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-05-15T14:54:14.861ZMay 15 14:54:13.022 INFO Checking that binary works, target: Clickhouse
17222026-05-15T14:54:14.996ZMay 15 14:54:13.122 INFO Download complete, target: Clickhouse
17232026-05-15T14:54:15.697ZMay 15 14:54:13.894 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-05-15T14:54:15.697ZMay 15 14:54:13.894 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-05-15T14:54:16.309ZMay 15 14:54:14.521 INFO Download complete, target: DendriteStub
17262026-05-15T14:54:16.441ZMay 15 14:54:14.651 INFO Download complete, target: MaghemiteMgd
17272026-05-15T14:54:20.394ZMay 15 14:54:18.571 INFO Checking that binary works, target: Cockroach
17282026-05-15T14:54:20.532ZMay 15 14:54:18.696 INFO Download complete, target: Cockroach
17292026-05-15T14:54:20.644ZAll prerequisites installed successfully
17302026-05-15T14:54:20.645Z
17312026-05-15T14:54:20.645Zreal 2:06.484335037
17322026-05-15T14:54:20.645Zuser 6:57.808139262
17332026-05-15T14:54:20.646Zsys 1:41.797419064
17342026-05-15T14:54:20.646Ztrap 0.282189035
17352026-05-15T14:54:20.646Ztflt 1.377916842
17362026-05-15T14:54:20.646Zdflt 1.984007836
17372026-05-15T14:54:20.646Zkflt 0.040850230
17382026-05-15T14:54:20.646Zlock 24:44.598781245
17392026-05-15T14:54:20.646Zslp 19:06.792707480
17402026-05-15T14:54:20.646Zlat 27.901125958
17412026-05-15T14:54:20.646Zstop 2:59.263223466
17422026-05-15T14:54:20.646Z+ ptime -m cargo xtask download softnpu
17432026-05-15T14:54:21.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17442026-05-15T14:54:21.217Z Running `target/debug/xtask download softnpu`
17452026-05-15T14:54:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17462026-05-15T14:54:21.965Z Running `target/debug/xtask-downloader softnpu`
17472026-05-15T14:54:22.091ZMay 15 14:54:20.151 INFO Starting download, target: Softnpu
17482026-05-15T14:54:22.091ZMay 15 14:54:20.151 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-05-15T14:54:23.706ZMay 15 14:54:21.905 INFO Download complete, target: Softnpu
17502026-05-15T14:54:23.767Z
17512026-05-15T14:54:23.767Zreal 3.201470303
17522026-05-15T14:54:23.767Zuser 1.335675617
17532026-05-15T14:54:23.767Zsys 0.677627768
17542026-05-15T14:54:23.767Ztrap 0.000489391
17552026-05-15T14:54:23.767Ztflt 0.000092830
17562026-05-15T14:54:23.767Zdflt 0.000099931
17572026-05-15T14:54:23.767Zkflt 0.000000000
17582026-05-15T14:54:23.767Zlock 33.576760813
17592026-05-15T14:54:23.767Zslp 1.622989941
17602026-05-15T14:54:23.767Zlat 0.099259648
17612026-05-15T14:54:23.767Zstop 0.000206558
17622026-05-15T14:54:23.767Z+ export CARGO_INCREMENTAL=0
17632026-05-15T14:54:23.767Z+ CARGO_INCREMENTAL=0
17642026-05-15T14:54:23.767Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-05-15T14:54:24.607Z Compiling proc-macro2 v1.0.106
17662026-05-15T14:54:24.607Z Compiling quote v1.0.45
17672026-05-15T14:54:24.607Z Compiling unicode-ident v1.0.24
17682026-05-15T14:54:24.607Z Compiling libc v0.2.185
17692026-05-15T14:54:24.645Z Compiling serde_core v1.0.228
17702026-05-15T14:54:24.645Z Compiling serde v1.0.228
17712026-05-15T14:54:24.645Z Compiling cfg-if v1.0.4
17722026-05-15T14:54:24.645Z Compiling version_check v0.9.5
17732026-05-15T14:54:24.645Z Compiling find-msvc-tools v0.1.9
17742026-05-15T14:54:24.645Z Compiling shlex v1.3.0
17752026-05-15T14:54:24.765Z Compiling typenum v1.19.0
17762026-05-15T14:54:24.780Z Compiling zmij v1.0.21
17772026-05-15T14:54:24.780Z Compiling autocfg v1.5.0
17782026-05-15T14:54:24.781Z Compiling memchr v2.8.0
17792026-05-15T14:54:24.781Z Compiling serde_json v1.0.149
17802026-05-15T14:54:25.040Z Compiling portable-atomic v1.13.1
17812026-05-15T14:54:25.095Z Compiling libm v0.2.16
17822026-05-15T14:54:25.148Z Compiling zerocopy v0.8.40
17832026-05-15T14:54:25.174Z Compiling parking_lot_core v0.9.12
17842026-05-15T14:54:25.174Z Compiling generic-array v0.14.7
17852026-05-15T14:54:25.247Z Compiling smallvec v1.15.1
17862026-05-15T14:54:25.284Z Compiling icu_normalizer_data v2.1.1
17872026-05-15T14:54:25.284Z Compiling icu_properties_data v2.1.2
17882026-05-15T14:54:25.285Z Compiling itoa v1.0.17
17892026-05-15T14:54:25.374Z Compiling num-traits v0.2.19
17902026-05-15T14:54:25.396Z Compiling getrandom v0.4.1
17912026-05-15T14:54:25.425Z Compiling log v0.4.29
17922026-05-15T14:54:25.530Z Compiling stable_deref_trait v1.2.1
17932026-05-15T14:54:25.618Z Compiling pkg-config v0.3.32
17942026-05-15T14:54:25.618Z Compiling subtle v2.6.1
17952026-05-15T14:54:25.737Z Compiling scopeguard v1.2.0
17962026-05-15T14:54:25.799Z Compiling writeable v0.6.2
17972026-05-15T14:54:25.799Z Compiling percent-encoding v2.3.2
17982026-05-15T14:54:25.799Z Compiling litemap v0.8.1
17992026-05-15T14:54:25.810Z Compiling lock_api v0.4.14
18002026-05-15T14:54:25.820Z Compiling jobserver v0.1.34
18012026-05-15T14:54:25.899Z Compiling getrandom v0.2.17
18022026-05-15T14:54:25.951Z Compiling errno v0.3.14
18032026-05-15T14:54:26.039Z Compiling fnv v1.0.7
18042026-05-15T14:54:26.063Z Compiling cc v1.2.56
18052026-05-15T14:54:26.068Z Compiling rand_core v0.6.4
18062026-05-15T14:54:26.152Z Compiling syn v2.0.117
18072026-05-15T14:54:26.197Z Compiling pin-project-lite v0.2.17
18082026-05-15T14:54:26.236Z Compiling thiserror v2.0.18
18092026-05-15T14:54:26.267Z Compiling getrandom v0.3.4
18102026-05-15T14:54:26.318Z Compiling fs_extra v1.3.0
18112026-05-15T14:54:26.351Z Compiling dunce v1.0.5
18122026-05-15T14:54:26.381Z Compiling equivalent v1.0.2
18132026-05-15T14:54:26.422Z Compiling rustversion v1.0.22
18142026-05-15T14:54:26.422Z Compiling rand_core v0.10.0
18152026-05-15T14:54:26.452Z Compiling schemars v0.8.22
18162026-05-15T14:54:26.452Z Compiling utf8_iter v1.0.4
18172026-05-15T14:54:26.569Z Compiling form_urlencoded v1.2.2
18182026-05-15T14:54:26.632Z Compiling critical-section v1.2.0
18192026-05-15T14:54:26.675Z Compiling signal-hook-registry v1.4.8
18202026-05-15T14:54:26.745Z Compiling rustix v1.1.3
18212026-05-15T14:54:26.809Z Compiling hashbrown v0.17.0
18222026-05-15T14:54:26.836Z Compiling cmake v0.1.57
18232026-05-15T14:54:26.891Z Compiling socket2 v0.6.3
18242026-05-15T14:54:27.131Z Compiling bitflags v2.11.0
18252026-05-15T14:54:27.168Z Compiling semver v1.0.28
18262026-05-15T14:54:27.215Z Compiling once_cell v1.21.3
18272026-05-15T14:54:27.231Z Compiling parking_lot v0.12.5
18282026-05-15T14:54:27.257Z Compiling mio v1.2.0
18292026-05-15T14:54:27.295Z Compiling indexmap v2.14.0
18302026-05-15T14:54:27.343Z Compiling const-oid v0.9.6
18312026-05-15T14:54:27.448Z Compiling ring v0.17.14
18322026-05-15T14:54:27.457Z Compiling aws-lc-sys v0.40.0
18332026-05-15T14:54:27.492Z Compiling aws-lc-rs v1.16.3
18342026-05-15T14:54:27.535Z Compiling futures-core v0.3.32
18352026-05-15T14:54:27.547Z Compiling httparse v1.10.1
18362026-05-15T14:54:27.707Z Compiling vcpkg v0.2.15
18372026-05-15T14:54:27.720Z Compiling strsim v0.11.1
18382026-05-15T14:54:27.770Z Compiling thiserror v1.0.69
18392026-05-15T14:54:27.947Z Compiling byteorder v1.5.0
18402026-05-15T14:54:27.974Z Compiling iana-time-zone v0.1.65
18412026-05-15T14:54:27.993Z Compiling ucd-trie v0.1.7
18422026-05-15T14:54:28.081Z Compiling ident_case v1.0.1
18432026-05-15T14:54:28.095Z Compiling syn v1.0.109
18442026-05-15T14:54:28.095Z Compiling heck v0.5.0
18452026-05-15T14:54:28.174Z Compiling pest v2.8.6
18462026-05-15T14:54:28.192Z Compiling regex-syntax v0.8.10
18472026-05-15T14:54:28.192Z Compiling uuid v1.23.0
18482026-05-15T14:54:28.227Z Compiling cpufeatures v0.2.17
18492026-05-15T14:54:28.243Z Compiling rustls v0.23.37
18502026-05-15T14:54:28.280Z Compiling openssl-sys v0.9.115
18512026-05-15T14:54:28.460Z Compiling futures-sink v0.3.32
18522026-05-15T14:54:28.494Z Compiling rustc_version v0.4.1
18532026-05-15T14:54:28.583Z Compiling futures-io v0.3.32
18542026-05-15T14:54:28.617Z Compiling futures-channel v0.3.32
18552026-05-15T14:54:28.684Z Compiling slab v0.4.12
18562026-05-15T14:54:28.709Z Compiling futures-task v0.3.32
18572026-05-15T14:54:28.808Z Compiling aho-corasick v1.1.4
18582026-05-15T14:54:28.818Z Compiling dyn-clone v1.0.20
18592026-05-15T14:54:28.962Z Compiling synstructure v0.13.2
18602026-05-15T14:54:28.975Z Compiling serde_derive_internals v0.29.1
18612026-05-15T14:54:29.047Z Compiling base64 v0.22.1
18622026-05-15T14:54:29.086Z Compiling crc32fast v1.5.0
18632026-05-15T14:54:29.198Z Compiling plain v0.2.3
18642026-05-15T14:54:29.257Z Compiling pest_meta v2.8.6
18652026-05-15T14:54:29.298Z Compiling openssl v0.10.79
18662026-05-15T14:54:29.317Z Compiling crossbeam-utils v0.8.21
18672026-05-15T14:54:29.508Z Compiling num-conv v0.2.0
18682026-05-15T14:54:29.523Z Compiling time-core v0.1.8
18692026-05-15T14:54:29.579Z Compiling pretty-hex v0.4.1
18702026-05-15T14:54:29.597Z Compiling native-tls v0.2.18
18712026-05-15T14:54:29.636Z Compiling base64ct v1.8.3
18722026-05-15T14:54:29.679Z Compiling regex-automata v0.4.14
18732026-05-15T14:54:29.702Z Compiling time-macros v0.2.27
18742026-05-15T14:54:29.729Z Compiling anyhow v1.0.102
18752026-05-15T14:54:29.732Z Compiling darling_core v0.21.3
18762026-05-15T14:54:29.831Z Compiling pest_generator v2.8.6
18772026-05-15T14:54:29.840Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-05-15T14:54:29.936Z Compiling pem-rfc7468 v0.7.0
18792026-05-15T14:54:29.954Z Compiling tracing-core v0.1.36
18802026-05-15T14:54:30.225Z Compiling flagset v0.4.7
18812026-05-15T14:54:30.247Z Compiling serde_derive v1.0.228
18822026-05-15T14:54:30.263Z Compiling zeroize_derive v1.4.3
18832026-05-15T14:54:30.266Z Compiling zerofrom-derive v0.1.6
18842026-05-15T14:54:30.266Z Compiling yoke-derive v0.8.1
18852026-05-15T14:54:30.309Z Compiling zerovec-derive v0.11.2
18862026-05-15T14:54:30.376Z Compiling displaydoc v0.2.5
18872026-05-15T14:54:30.472Z Compiling zerocopy-derive v0.8.40
18882026-05-15T14:54:30.498Z Compiling tokio-macros v2.7.0
18892026-05-15T14:54:30.673Z Compiling futures-macro v0.3.32
18902026-05-15T14:54:30.875Z Compiling zeroize v1.8.2
18912026-05-15T14:54:31.133Z Compiling thiserror-impl v2.0.18
18922026-05-15T14:54:31.225Z Compiling schemars_derive v0.8.22
18932026-05-15T14:54:31.250Z Compiling tracing-attributes v0.1.31
18942026-05-15T14:54:31.347Z Compiling der_derive v0.7.3
18952026-05-15T14:54:31.404Z Compiling zerofrom v0.1.6
18962026-05-15T14:54:31.545Z Compiling yoke v0.8.1
18972026-05-15T14:54:31.592Z Compiling crypto-common v0.1.7
18982026-05-15T14:54:31.759Z Compiling zerovec v0.11.5
18992026-05-15T14:54:31.762Z Compiling zerotrie v0.2.3
19002026-05-15T14:54:31.878Z Compiling block-buffer v0.10.4
19012026-05-15T14:54:32.045Z Compiling digest v0.10.7
19022026-05-15T14:54:32.270Z Compiling thiserror-impl v1.0.69
19032026-05-15T14:54:32.315Z Compiling pest_derive v2.8.6
19042026-05-15T14:54:32.323Z Compiling futures-util v0.3.32
19052026-05-15T14:54:32.352Z Compiling tinystr v0.8.2
19062026-05-15T14:54:32.396Z Compiling potential_utf v0.1.4
19072026-05-15T14:54:32.446Z Compiling hmac v0.12.1
19082026-05-15T14:54:32.598Z Compiling icu_locale_core v2.1.1
19092026-05-15T14:54:32.609Z Compiling icu_collections v2.1.1
19102026-05-15T14:54:32.766Z Compiling block-padding v0.3.3
19112026-05-15T14:54:32.800Z Compiling rustls-pki-types v1.14.0
19122026-05-15T14:54:33.079Z Compiling inout v0.1.4
19132026-05-15T14:54:33.167Z Compiling openssl-macros v0.1.1
19142026-05-15T14:54:33.251Z Compiling cipher v0.4.4
19152026-05-15T14:54:33.375Z Compiling icu_provider v2.1.1
19162026-05-15T14:54:33.406Z Compiling bytes v1.11.1
19172026-05-15T14:54:33.489Z Compiling chrono v0.4.44
19182026-05-15T14:54:33.524Z Compiling serde_tokenstream v0.2.3
19192026-05-15T14:54:33.576Z Compiling sha2 v0.10.9
19202026-05-15T14:54:33.659Z Compiling icu_properties v2.1.2
19212026-05-15T14:54:33.796Z Compiling icu_normalizer v2.1.1
19222026-05-15T14:54:33.932Z Compiling tokio v1.52.1
19232026-05-15T14:54:34.319Z Compiling scroll_derive v0.12.1
19242026-05-15T14:54:34.470Z Compiling scroll_derive v0.13.1
19252026-05-15T14:54:34.907Z Compiling idna_adapter v1.2.1
19262026-05-15T14:54:34.940Z Compiling ppv-lite86 v0.2.21
19272026-05-15T14:54:35.008Z Compiling http v1.4.0
19282026-05-15T14:54:35.071Z Compiling idna v1.1.0
19292026-05-15T14:54:35.122Z Compiling untrusted v0.9.0
19302026-05-15T14:54:35.249Z Compiling tracing v0.1.44
19312026-05-15T14:54:35.288Z Compiling der v0.7.10
19322026-05-15T14:54:35.292Z Compiling darling_macro v0.21.3
19332026-05-15T14:54:35.342Z Compiling regex v1.12.3
19342026-05-15T14:54:35.393Z Compiling url v2.5.8
19352026-05-15T14:54:35.623Z Compiling zerocopy-derive v0.7.35
19362026-05-15T14:54:35.672Z Compiling rand_core v0.9.5
19372026-05-15T14:54:35.767Z Compiling slog v2.8.2
19382026-05-15T14:54:36.110Z Compiling spki v0.7.3
19392026-05-15T14:54:36.380Z Compiling darling v0.21.3
19402026-05-15T14:54:36.397Z Compiling salsa20 v0.10.2
19412026-05-15T14:54:36.417Z Compiling pbkdf2 v0.12.2
19422026-05-15T14:54:36.984Z Compiling cookie v0.18.1
19432026-05-15T14:54:37.017Z Compiling camino v1.2.2
19442026-05-15T14:54:37.321Z Compiling scrypt v0.11.0
19452026-05-15T14:54:37.337Z Compiling rand_chacha v0.9.0
19462026-05-15T14:54:37.340Z Compiling http-body v1.0.1
19472026-05-15T14:54:37.492Z Compiling aes v0.8.4
19482026-05-15T14:54:37.508Z Compiling cbc v0.1.2
19492026-05-15T14:54:37.637Z Compiling tokio-util v0.7.18
19502026-05-15T14:54:37.652Z Compiling usdt-impl v0.5.0
19512026-05-15T14:54:37.668Z Compiling atomic-waker v1.1.2
19522026-05-15T14:54:37.726Z Compiling ref-cast v1.0.25
19532026-05-15T14:54:37.730Z Compiling paste v1.0.15
19542026-05-15T14:54:37.777Z Compiling either v1.15.0
19552026-05-15T14:54:37.893Z Compiling winnow v0.7.14
19562026-05-15T14:54:37.935Z Compiling unicode-segmentation v1.12.0
19572026-05-15T14:54:38.005Z Compiling untrusted v0.7.1
19582026-05-15T14:54:38.022Z Compiling tinyvec_macros v0.1.1
19592026-05-15T14:54:38.041Z Compiling openssl-probe v0.2.1
19602026-05-15T14:54:38.106Z Compiling usdt-impl v0.6.0
19612026-05-15T14:54:38.129Z Compiling tinyvec v1.10.0
19622026-05-15T14:54:38.206Z Compiling pkcs5 v0.7.1
19632026-05-15T14:54:38.351Z Compiling rand v0.9.2
19642026-05-15T14:54:38.664Z Compiling scroll v0.13.0
19652026-05-15T14:54:38.782Z Compiling scroll v0.12.0
19662026-05-15T14:54:38.858Z Compiling toml_datetime v0.6.11
19672026-05-15T14:54:38.941Z Compiling serde_spanned v0.6.9
19682026-05-15T14:54:38.944Z Compiling async-trait v0.1.89
19692026-05-15T14:54:39.019Z Compiling heapless v0.7.17
19702026-05-15T14:54:39.100Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-05-15T14:54:39.146Z Compiling zstd-safe v7.2.4
19722026-05-15T14:54:39.277Z Compiling tower-service v0.3.3
19732026-05-15T14:54:39.295Z Compiling signal-hook v0.3.18
19742026-05-15T14:54:39.327Z Compiling tower-layer v0.3.3
19752026-05-15T14:54:39.380Z Compiling fastrand v2.3.0
19762026-05-15T14:54:39.488Z Compiling try-lock v0.2.5
19772026-05-15T14:54:39.545Z Compiling h2 v0.4.13
19782026-05-15T14:54:39.589Z Compiling want v0.3.1
19792026-05-15T14:54:39.613Z Compiling toml_parser v1.0.9+spec-1.1.0
19802026-05-15T14:54:39.766Z Compiling goblin v0.8.2
19812026-05-15T14:54:39.820Z Compiling goblin v0.10.5
19822026-05-15T14:54:39.888Z Compiling pkcs8 v0.10.2
19832026-05-15T14:54:40.000Z Compiling heck v0.4.1
19842026-05-15T14:54:40.185Z Compiling zerocopy v0.7.35
19852026-05-15T14:54:40.201Z Compiling ipnet v2.11.0
19862026-05-15T14:54:40.462Z Compiling ref-cast-impl v1.0.25
19872026-05-15T14:54:40.631Z Compiling darling_core v0.20.11
19882026-05-15T14:54:40.667Z Compiling curve25519-dalek v4.1.3
19892026-05-15T14:54:40.755Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-15T14:54:40.958Z Compiling memoffset v0.9.1
19912026-05-15T14:54:41.003Z Compiling httpdate v1.0.3
19922026-05-15T14:54:41.045Z Compiling foreign-types-shared v0.1.1
19932026-05-15T14:54:41.151Z Compiling pin-utils v0.1.0
19942026-05-15T14:54:41.176Z Compiling litrs v1.0.0
19952026-05-15T14:54:41.452Z Compiling rustix v0.38.44
19962026-05-15T14:54:41.562Z Compiling winnow v0.5.40
19972026-05-15T14:54:41.659Z Compiling document-features v0.2.12
19982026-05-15T14:54:41.674Z Compiling tempfile v3.25.0
19992026-05-15T14:54:41.730Z Compiling foreign-types v0.3.2
20002026-05-15T14:54:42.054Z Compiling dof v0.3.0
20012026-05-15T14:54:42.203Z Compiling unicode-normalization v0.1.25
20022026-05-15T14:54:42.409Z Compiling dtrace-parser v0.2.0
20032026-05-15T14:54:42.500Z Compiling hyper v1.8.1
20042026-05-15T14:54:42.621Z Compiling darling_macro v0.20.11
20052026-05-15T14:54:42.687Z Compiling dof v0.4.0
20062026-05-15T14:54:42.877Z Compiling dtrace-parser v0.3.0
20072026-05-15T14:54:42.975Z Compiling toml_edit v0.19.15
20082026-05-15T14:54:43.040Z Compiling daft-derive v0.1.5
20092026-05-15T14:54:43.058Z Compiling pin-project-internal v1.1.11
20102026-05-15T14:54:43.203Z Compiling spin v0.9.8
20112026-05-15T14:54:43.221Z Compiling thread-id v4.2.2
20122026-05-15T14:54:43.239Z Compiling thread-id v5.1.0
20132026-05-15T14:54:43.317Z Compiling cfg_aliases v0.2.1
20142026-05-15T14:54:43.337Z Compiling powerfmt v0.2.0
20152026-05-15T14:54:43.427Z Compiling num-bigint-dig v0.8.6
20162026-05-15T14:54:43.493Z Compiling smoltcp v0.9.1
20172026-05-15T14:54:43.543Z Compiling deranged v0.5.8
20182026-05-15T14:54:43.609Z Compiling hyper-util v0.1.20
20192026-05-15T14:54:43.638Z Compiling nix v0.31.2
20202026-05-15T14:54:44.012Z Compiling darling v0.20.11
20212026-05-15T14:54:44.165Z Compiling rustls-native-certs v0.8.3
20222026-05-15T14:54:44.204Z Compiling ipnetwork v0.21.1
20232026-05-15T14:54:44.678Z Compiling curve25519-dalek-derive v0.1.1
20242026-05-15T14:54:44.713Z Compiling strum_macros v0.26.4
20252026-05-15T14:54:44.864Z Compiling sync_wrapper v1.0.2
20262026-05-15T14:54:44.971Z Compiling wait-timeout v0.2.1
20272026-05-15T14:54:45.218Z Compiling bit-vec v0.8.0
20282026-05-15T14:54:45.275Z Compiling utf8parse v0.2.2
20292026-05-15T14:54:45.333Z Compiling siphasher v1.0.2
20302026-05-15T14:54:45.395Z Compiling simd-adler32 v0.3.8
20312026-05-15T14:54:45.471Z Compiling num_threads v0.1.7
20322026-05-15T14:54:45.532Z Compiling anstyle v1.0.13
20332026-05-15T14:54:45.532Z Compiling quick-error v1.2.3
20342026-05-15T14:54:45.648Z Compiling rusty-fork v0.3.1
20352026-05-15T14:54:45.662Z Compiling bit-set v0.8.0
20362026-05-15T14:54:45.722Z Compiling time v0.3.47
20372026-05-15T14:54:45.829Z Compiling anstyle-parse v0.2.7
20382026-05-15T14:54:45.843Z Compiling tower v0.5.3
20392026-05-15T14:54:46.146Z Compiling derive_builder_core v0.20.2
20402026-05-15T14:54:46.330Z Compiling snafu-derive v0.8.9
20412026-05-15T14:54:46.576Z Compiling http-body-util v0.1.3
20422026-05-15T14:54:46.771Z Compiling webpki-roots v1.0.6
20432026-05-15T14:54:46.911Z Compiling rand_xorshift v0.4.0
20442026-05-15T14:54:46.914Z Compiling signature v2.2.0
20452026-05-15T14:54:46.942Z Compiling hubpack_derive v0.1.1
20462026-05-15T14:54:46.964Z Compiling strum_macros v0.27.2
20472026-05-15T14:54:47.133Z Compiling fs-err v3.3.0
20482026-05-15T14:54:47.223Z Compiling ahash v0.8.12
20492026-05-15T14:54:47.364Z Compiling ryu v1.0.23
20502026-05-15T14:54:47.413Z Compiling object v0.37.3
20512026-05-15T14:54:47.430Z Compiling adler2 v2.0.1
20522026-05-15T14:54:47.434Z Compiling anstyle-query v1.1.5
20532026-05-15T14:54:47.462Z Compiling unarray v0.1.4
20542026-05-15T14:54:47.576Z Compiling unicode-properties v0.1.4
20552026-05-15T14:54:47.594Z Compiling iri-string v0.7.10
20562026-05-15T14:54:47.610Z Compiling allocator-api2 v0.2.21
20572026-05-15T14:54:47.661Z Compiling is_terminal_polyfill v1.70.2
20582026-05-15T14:54:47.680Z Compiling unicode-bidi v0.3.18
20592026-05-15T14:54:47.696Z Compiling colorchoice v1.0.4
20602026-05-15T14:54:47.768Z Compiling serde_urlencoded v0.7.1
20612026-05-15T14:54:47.820Z Compiling anstream v0.6.21
20622026-05-15T14:54:47.848Z Compiling proptest v1.10.0
20632026-05-15T14:54:47.866Z Compiling miniz_oxide v0.8.9
20642026-05-15T14:54:48.033Z Compiling stringprep v0.1.5
20652026-05-15T14:54:48.266Z Compiling derive_builder_macro v0.20.2
20662026-05-15T14:54:48.415Z Compiling tokio-native-tls v0.3.1
20672026-05-15T14:54:48.449Z Compiling usdt-macro v0.6.0
20682026-05-15T14:54:48.566Z Compiling usdt-attr-macro v0.6.0
20692026-05-15T14:54:48.752Z Compiling tower-http v0.6.8
20702026-05-15T14:54:49.005Z Compiling rand_chacha v0.3.1
20712026-05-15T14:54:49.024Z Compiling erased-serde v0.3.31
20722026-05-15T14:54:49.112Z Compiling md-5 v0.10.6
20732026-05-15T14:54:49.136Z Compiling bstr v1.12.1
20742026-05-15T14:54:49.201Z Compiling num-integer v0.1.46
20752026-05-15T14:54:49.280Z Compiling hash32 v0.2.1
20762026-05-15T14:54:49.308Z Compiling vergen-lib v0.1.6
20772026-05-15T14:54:49.325Z Compiling ff v0.13.1
20782026-05-15T14:54:49.435Z Compiling psl-types v2.0.11
20792026-05-15T14:54:49.476Z Compiling fallible-iterator v0.2.0
20802026-05-15T14:54:49.491Z Compiling zlib-rs v0.6.2
20812026-05-15T14:54:49.529Z Compiling base16ct v0.2.0
20822026-05-15T14:54:49.574Z Compiling publicsuffix v2.3.0
20832026-05-15T14:54:49.638Z Compiling group v0.13.0
20842026-05-15T14:54:49.672Z Compiling sec1 v0.7.3
20852026-05-15T14:54:49.742Z Compiling num-iter v0.1.45
20862026-05-15T14:54:49.764Z Compiling postgres-protocol v0.6.10
20872026-05-15T14:54:49.828Z Compiling rand v0.8.6
20882026-05-15T14:54:49.878Z Compiling newtype-uuid v1.3.2
20892026-05-15T14:54:49.985Z Compiling oxnet v0.1.4
20902026-05-15T14:54:50.270Z Compiling derive_builder v0.20.2
20912026-05-15T14:54:50.413Z Compiling hyper-tls v0.6.0
20922026-05-15T14:54:50.457Z Compiling phf_shared v0.13.1
20932026-05-15T14:54:50.496Z Compiling pin-project v1.1.11
20942026-05-15T14:54:50.564Z Compiling lazy_static v1.5.0
20952026-05-15T14:54:50.711Z Compiling terminal_size v0.4.3
20962026-05-15T14:54:50.727Z Compiling serde_with_macros v3.17.0
20972026-05-15T14:54:50.745Z Compiling futures-executor v0.3.32
20982026-05-15T14:54:50.758Z Compiling hex v0.4.3
20992026-05-15T14:54:50.985Z Compiling cargo-platform v0.1.9
21002026-05-15T14:54:51.020Z Compiling hkdf v0.12.4
21012026-05-15T14:54:51.071Z Compiling crypto-bigint v0.5.5
21022026-05-15T14:54:51.178Z Compiling enum-as-inner v0.6.1
21032026-05-15T14:54:51.193Z Compiling async-recursion v1.1.1
21042026-05-15T14:54:51.234Z Compiling serde_repr v0.1.20
21052026-05-15T14:54:51.251Z Compiling clap_derive v4.5.55
21062026-05-15T14:54:51.684Z Compiling flate2 v1.1.9
21072026-05-15T14:54:51.775Z Compiling vergen v9.0.6
21082026-05-15T14:54:51.793Z Compiling encoding_rs v0.8.35
21092026-05-15T14:54:51.833Z Compiling same-file v1.0.6
21102026-05-15T14:54:51.907Z Compiling clap_lex v1.0.0
21112026-05-15T14:54:51.975Z Compiling libbz2-rs-sys v0.2.2
21122026-05-15T14:54:52.014Z Compiling bitflags v1.3.2
21132026-05-15T14:54:52.034Z Compiling bumpalo v3.20.2
21142026-05-15T14:54:52.106Z Compiling mime v0.3.17
21152026-05-15T14:54:52.141Z Compiling foldhash v0.1.5
21162026-05-15T14:54:52.167Z Compiling foldhash v0.2.0
21172026-05-15T14:54:52.181Z Compiling managed v0.8.0
21182026-05-15T14:54:52.330Z Compiling hashbrown v0.16.1
21192026-05-15T14:54:52.401Z Compiling bzip2 v0.6.1
21202026-05-15T14:54:52.423Z Compiling hashbrown v0.15.5
21212026-05-15T14:54:52.588Z Compiling zopfli v0.8.3
21222026-05-15T14:54:52.620Z Compiling clap_builder v4.5.60
21232026-05-15T14:54:52.938Z Compiling walkdir v2.5.0
21242026-05-15T14:54:52.952Z Compiling elliptic-curve v0.13.8
21252026-05-15T14:54:53.157Z Compiling zstd v0.13.3
21262026-05-15T14:54:53.174Z Compiling cargo_metadata v0.19.2
21272026-05-15T14:54:53.197Z Compiling futures v0.3.32
21282026-05-15T14:54:53.414Z Compiling phf v0.13.1
21292026-05-15T14:54:53.431Z Compiling snafu v0.8.9
21302026-05-15T14:54:53.434Z Compiling signal-hook-mio v0.2.5
21312026-05-15T14:54:53.577Z Compiling cookie_store v0.22.1
21322026-05-15T14:54:53.594Z Compiling daft v0.1.5
21332026-05-15T14:54:53.781Z Compiling postgres-types v0.2.12
21342026-05-15T14:54:53.798Z Compiling bzip2 v0.4.4
21352026-05-15T14:54:53.870Z Compiling globset v0.4.18
21362026-05-15T14:54:54.012Z Compiling strum v0.27.2
21372026-05-15T14:54:54.227Z Compiling hubpack v0.1.2
21382026-05-15T14:54:54.298Z Compiling ed25519 v2.2.3
21392026-05-15T14:54:54.370Z Compiling phf_shared v0.11.3
21402026-05-15T14:54:54.405Z Compiling crossbeam-epoch v0.9.18
21412026-05-15T14:54:54.443Z Compiling olpc-cjson v0.1.4
21422026-05-15T14:54:54.475Z Compiling pkcs1 v0.7.5
21432026-05-15T14:54:54.571Z Compiling pem v3.0.6
21442026-05-15T14:54:54.701Z Compiling serde-big-array v0.5.1
21452026-05-15T14:54:54.730Z Compiling serde_plain v1.0.2
21462026-05-15T14:54:54.863Z Compiling rfc6979 v0.4.0
21472026-05-15T14:54:54.879Z Compiling float-cmp v0.10.0
21482026-05-15T14:54:54.882Z Compiling memmap2 v0.9.10
21492026-05-15T14:54:54.917Z Compiling env_filter v1.0.0
21502026-05-15T14:54:54.986Z Compiling difflib v0.4.0
21512026-05-15T14:54:55.010Z Compiling typed-path v0.9.3
21522026-05-15T14:54:55.051Z Compiling whoami v2.1.0
21532026-05-15T14:54:55.119Z Compiling normalize-line-endings v0.3.0
21542026-05-15T14:54:55.192Z Compiling rustc-hash v2.1.1
21552026-05-15T14:54:55.231Z Compiling jiff v0.2.21
21562026-05-15T14:54:55.247Z Compiling data-encoding v2.10.0
21572026-05-15T14:54:55.267Z Compiling predicates-core v1.0.10
21582026-05-15T14:54:55.342Z Compiling precomputed-hash v0.1.1
21592026-05-15T14:54:55.397Z Compiling new_debug_unreachable v1.0.6
21602026-05-15T14:54:55.448Z Compiling fixedbitset v0.5.7
21612026-05-15T14:54:55.463Z Compiling fixedbitset v0.4.2
21622026-05-15T14:54:55.463Z Compiling keccak v0.1.6
21632026-05-15T14:54:55.466Z Compiling static_assertions v1.1.0
21642026-05-15T14:54:55.509Z Compiling toml_write v0.1.2
21652026-05-15T14:54:55.681Z Compiling toml_edit v0.22.27
21662026-05-15T14:54:55.721Z Compiling petgraph v0.8.3
21672026-05-15T14:54:55.735Z Compiling sha3 v0.10.8
21682026-05-15T14:54:55.749Z Compiling petgraph v0.6.5
21692026-05-15T14:54:55.801Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21702026-05-15T14:54:55.905Z Compiling hickory-proto v0.25.2
21712026-05-15T14:54:56.015Z Compiling string_cache v0.8.9
21722026-05-15T14:54:56.163Z Compiling predicates v3.1.4
21732026-05-15T14:54:56.249Z Compiling iddqd v0.3.18
21742026-05-15T14:54:56.553Z Compiling tokio-postgres v0.7.16
21752026-05-15T14:54:56.778Z Compiling env_logger v0.11.9
21762026-05-15T14:54:57.118Z Compiling usdt v0.6.0
21772026-05-15T14:54:57.172Z Compiling ecdsa v0.16.9
21782026-05-15T14:54:57.382Z Compiling rsa v0.9.10
21792026-05-15T14:54:57.398Z Compiling ed25519-dalek v2.2.0
21802026-05-15T14:54:57.971Z Compiling zip v4.6.1
21812026-05-15T14:54:58.084Z Compiling crossterm v0.28.1
21822026-05-15T14:54:58.087Z Compiling clap v4.5.60
21832026-05-15T14:54:58.573Z Compiling zip v0.6.6
21842026-05-15T14:54:58.868Z Compiling serde_with v3.17.0
21852026-05-15T14:54:58.884Z Compiling similar v2.7.0
21862026-05-15T14:54:58.972Z Compiling strum v0.26.3
21872026-05-15T14:54:58.986Z Compiling toml v0.7.8
21882026-05-15T14:54:59.007Z Compiling tokio-stream v0.1.18
21892026-05-15T14:54:59.125Z Compiling itertools v0.13.0
21902026-05-15T14:54:59.169Z Compiling buf-list v1.1.2
21912026-05-15T14:54:59.383Z Compiling x509-cert v0.2.5
21922026-05-15T14:54:59.545Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21932026-05-15T14:54:59.618Z Compiling openapiv3 v2.2.0
21942026-05-15T14:54:59.796Z Compiling sha1 v0.10.6
21952026-05-15T14:54:59.957Z Compiling peg-runtime v0.8.5
21962026-05-15T14:55:00.225Z Compiling lalrpop-util v0.19.12
21972026-05-15T14:55:15.735Z Compiling rustls-webpki v0.103.9
21982026-05-15T14:55:16.547Z Compiling macaddr v1.0.1
21992026-05-15T14:55:16.620Z Compiling structmeta-derive v0.3.0
22002026-05-15T14:55:16.763Z Compiling crucible-workspace-hack v0.1.0
22012026-05-15T14:55:16.781Z Compiling rayon-core v1.13.0
22022026-05-15T14:55:16.866Z Compiling itertools v0.14.0
22032026-05-15T14:55:17.024Z Compiling secrecy v0.10.3
22042026-05-15T14:55:17.038Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-15T14:55:17.055Z Compiling heapless v0.8.0
22062026-05-15T14:55:17.214Z Compiling rustls v0.22.4
22072026-05-15T14:55:17.382Z Compiling crossbeam-deque v0.8.6
22082026-05-15T14:55:17.437Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-15T14:55:17.456Z Compiling rustls-webpki v0.102.8
22102026-05-15T14:55:17.472Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-05-15T14:55:17.547Z Compiling hash32 v0.3.1
22122026-05-15T14:55:17.648Z Compiling multer v3.1.0
22132026-05-15T14:55:17.667Z Compiling thread_local v1.1.9
22142026-05-15T14:55:17.690Z Compiling structmeta v0.3.0
22152026-05-15T14:55:17.745Z Compiling match_cfg v0.1.0
22162026-05-15T14:55:17.801Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-05-15T14:55:17.837Z Compiling smoltcp v0.11.0
22182026-05-15T14:55:17.869Z Compiling slog-async v2.8.0
22192026-05-15T14:55:17.909Z Compiling compression-core v0.4.31
22202026-05-15T14:55:17.959Z Compiling unicode-width v0.2.0
22212026-05-15T14:55:18.030Z Compiling compression-codecs v0.4.37
22222026-05-15T14:55:18.061Z Compiling proc-macro-crate v3.4.0
22232026-05-15T14:55:18.080Z Compiling derive-ex v0.1.8
22242026-05-15T14:55:18.143Z Compiling ingot-macros v0.1.1
22252026-05-15T14:55:18.214Z Compiling hostname v0.3.1
22262026-05-15T14:55:18.385Z Compiling slog-json v2.6.1
22272026-05-15T14:55:18.402Z Compiling crossbeam-channel v0.5.15
22282026-05-15T14:55:18.417Z Compiling half v2.7.1
22292026-05-15T14:55:18.501Z Compiling newtype-uuid-macros v0.1.0
22302026-05-15T14:55:18.655Z Compiling cobs v0.3.0
22312026-05-15T14:55:18.775Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-15T14:55:18.795Z Compiling universal-hash v0.5.1
22332026-05-15T14:55:18.951Z Compiling async-stream-impl v0.3.6
22342026-05-15T14:55:18.967Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-15T14:55:19.111Z Compiling serde_spanned v1.0.4
22362026-05-15T14:55:19.234Z Compiling is-terminal v0.4.17
22372026-05-15T14:55:19.286Z Compiling dropshot v0.17.0
22382026-05-15T14:55:19.328Z Compiling tokio-rustls v0.26.4
22392026-05-15T14:55:19.346Z Compiling rustls-platform-verifier v0.6.2
22402026-05-15T14:55:19.421Z Compiling proc-macro-error-attr v1.0.4
22412026-05-15T14:55:19.505Z Compiling ciborium-io v0.2.2
22422026-05-15T14:55:19.534Z Compiling convert_case v0.4.0
22432026-05-15T14:55:19.574Z Compiling hyper-rustls v0.27.7
22442026-05-15T14:55:19.610Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-15T14:55:19.626Z Compiling take_mut v0.2.2
22462026-05-15T14:55:19.643Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-05-15T14:55:19.649Z Compiling opaque-debug v0.3.1
22482026-05-15T14:55:19.751Z Compiling term v1.2.1
22492026-05-15T14:55:19.801Z Compiling poly1305 v0.8.0
22502026-05-15T14:55:19.822Z Compiling reqwest v0.12.28
22512026-05-15T14:55:19.842Z Compiling reqwest v0.13.2
22522026-05-15T14:55:19.858Z Compiling derive_more v0.99.20
22532026-05-15T14:55:19.882Z Compiling thiserror-no-std v2.0.2
22542026-05-15T14:55:19.905Z Compiling toml v1.0.6+spec-1.1.0
22552026-05-15T14:55:19.995Z Compiling test-strategy v0.4.5
22562026-05-15T14:55:20.008Z Compiling ciborium-ll v0.2.2
22572026-05-15T14:55:20.293Z Compiling tokio-rustls v0.25.0
22582026-05-15T14:55:20.462Z Compiling slog-term v2.9.2
22592026-05-15T14:55:20.559Z Compiling async-stream v0.3.6
22602026-05-15T14:55:20.763Z Compiling ingot-types v0.1.2
22612026-05-15T14:55:20.837Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-05-15T14:55:20.992Z Compiling postcard v1.1.3
22632026-05-15T14:55:21.244Z Compiling ingot v0.1.1
22642026-05-15T14:55:21.283Z Compiling slog-bunyan v2.5.0
22652026-05-15T14:55:21.396Z Compiling tough v0.22.0
22662026-05-15T14:55:21.491Z Compiling num_enum_derive v0.7.5
22672026-05-15T14:55:21.709Z Compiling async-compression v0.4.41
22682026-05-15T14:55:21.732Z Compiling parse-display-derive v0.10.0
22692026-05-15T14:55:22.043Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-05-15T14:55:22.212Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-15T14:55:22.466Z Compiling proc-macro-crate v1.3.1
22722026-05-15T14:55:22.472Z Compiling backon v1.6.0
22732026-05-15T14:55:22.784Z Compiling waitgroup v0.1.2
22742026-05-15T14:55:22.837Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-15T14:55:22.854Z Compiling password-hash v0.5.0
22762026-05-15T14:55:22.875Z Compiling chacha20 v0.9.1
22772026-05-15T14:55:22.958Z Compiling dropshot_endpoint v0.17.0
22782026-05-15T14:55:23.149Z Compiling rustls-pemfile v2.2.0
22792026-05-15T14:55:23.189Z Compiling blake2 v0.10.6
22802026-05-15T14:55:23.222Z Compiling aead v0.5.2
22812026-05-15T14:55:23.257Z Compiling foreign-types-macros v0.2.3
22822026-05-15T14:55:23.431Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-15T14:55:23.452Z Compiling serde_path_to_error v0.1.20
22842026-05-15T14:55:23.543Z Compiling hostname v0.4.2
22852026-05-15T14:55:23.665Z Compiling proc-macro-error v1.0.4
22862026-05-15T14:55:23.728Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-15T14:55:23.748Z Compiling instant v0.1.13
22882026-05-15T14:55:23.838Z Compiling debug-ignore v1.0.5
22892026-05-15T14:55:23.850Z Compiling cpufeatures v0.3.0
22902026-05-15T14:55:23.855Z Compiling foreign-types-shared v0.3.1
22912026-05-15T14:55:23.882Z Compiling typeid v1.0.3
22922026-05-15T14:55:23.914Z Compiling backoff v0.4.0
22932026-05-15T14:55:23.946Z Compiling chacha20 v0.10.0
22942026-05-15T14:55:23.980Z Compiling foreign-types v0.5.0
22952026-05-15T14:55:23.983Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-05-15T14:55:24.020Z Compiling argon2 v0.5.3
22972026-05-15T14:55:24.032Z Compiling chacha20poly1305 v0.10.1
22982026-05-15T14:55:24.049Z Compiling parse-display v0.10.0
22992026-05-15T14:55:24.071Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-15T14:55:24.082Z Compiling num_enum_derive v0.5.11
23012026-05-15T14:55:24.155Z Compiling num_enum v0.7.5
23022026-05-15T14:55:24.213Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-15T14:55:24.232Z Compiling ciborium v0.2.2
23042026-05-15T14:55:24.290Z Compiling vsss-rs v3.3.4
23052026-05-15T14:55:24.348Z Compiling tabwriter v1.4.1
23062026-05-15T14:55:24.579Z Compiling regress v0.10.5
23072026-05-15T14:55:24.732Z Compiling byte-wrapper v0.1.0
23082026-05-15T14:55:24.967Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-05-15T14:55:25.007Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-05-15T14:55:25.021Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-15T14:55:25.040Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-05-15T14:55:25.078Z Compiling cstr-argument v0.1.2
23132026-05-15T14:55:25.132Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-15T14:55:25.280Z Compiling erased-serde v0.4.9
23152026-05-15T14:55:25.364Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-05-15T14:55:25.393Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-15T14:55:25.467Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-05-15T14:55:25.611Z Compiling num_enum v0.5.11
23192026-05-15T14:55:25.656Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-05-15T14:55:25.714Z Compiling rand v0.10.0
23212026-05-15T14:55:25.757Z Compiling rayon v1.11.0
23222026-05-15T14:55:25.788Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-05-15T14:55:25.807Z Compiling libefi-sys v0.1.0
23242026-05-15T14:55:25.844Z Compiling colored v3.1.1
23252026-05-15T14:55:25.858Z Compiling indent_write v2.2.0
23262026-05-15T14:55:25.907Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-15T14:55:25.928Z Compiling zone_cfg_derive v0.3.1
23282026-05-15T14:55:26.025Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-15T14:55:26.147Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-05-15T14:55:26.163Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-15T14:55:26.194Z Compiling camino-tempfile v1.4.1
23322026-05-15T14:55:26.398Z Compiling itertools v0.12.1
23332026-05-15T14:55:26.528Z Compiling usdt-macro v0.5.0
23342026-05-15T14:55:26.543Z Compiling usdt-attr-macro v0.5.0
23352026-05-15T14:55:26.564Z Compiling bitfield-struct v0.6.2
23362026-05-15T14:55:26.605Z Compiling num-derive v0.4.2
23372026-05-15T14:55:26.678Z Compiling blake3 v1.8.3
23382026-05-15T14:55:26.702Z Compiling ordered-float v2.10.1
23392026-05-15T14:55:27.031Z Compiling sigpipe v0.1.3
23402026-05-15T14:55:27.084Z Compiling memmap v0.7.0
23412026-05-15T14:55:27.154Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-05-15T14:55:27.218Z Compiling glob v0.3.3
23432026-05-15T14:55:27.261Z Compiling swrite v0.1.0
23442026-05-15T14:55:27.304Z Compiling usdt v0.5.0
23452026-05-15T14:55:27.347Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-05-15T14:55:27.407Z Compiling serde-value v0.7.0
23472026-05-15T14:55:27.548Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-15T14:55:27.685Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-15T14:55:27.873Z Compiling zone v0.3.1
23502026-05-15T14:55:27.921Z Compiling serde-untagged v0.1.9
23512026-05-15T14:55:27.975Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-15T14:55:28.102Z Compiling toml v0.8.23
23532026-05-15T14:55:28.131Z Compiling smf v0.2.3
23542026-05-15T14:55:28.189Z Compiling filetime v0.2.27
23552026-05-15T14:55:28.235Z Compiling whoami v1.6.1
23562026-05-15T14:55:28.266Z Compiling xattr v1.6.1
23572026-05-15T14:55:28.295Z Compiling arrayref v0.3.9
23582026-05-15T14:55:28.298Z Compiling arrayvec v0.7.6
23592026-05-15T14:55:28.394Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-15T14:55:28.423Z Compiling unicode-xid v0.2.6
23612026-05-15T14:55:28.475Z Compiling constant_time_eq v0.4.2
23622026-05-15T14:55:28.493Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-15T14:55:28.529Z Compiling tar v0.4.45
23642026-05-15T14:55:28.571Z Compiling cargo-util-schemas v0.8.2
23652026-05-15T14:55:28.588Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-05-15T14:55:28.707Z Compiling tokio-dtrace v0.1.1
23672026-05-15T14:55:28.839Z Compiling console v0.16.2
23682026-05-15T14:55:29.053Z Compiling gethostname v0.5.0
23692026-05-15T14:55:29.168Z Compiling cargo-platform v0.2.0
23702026-05-15T14:55:29.208Z Compiling unit-prefix v0.5.2
23712026-05-15T14:55:29.292Z Compiling topological-sort v0.2.2
23722026-05-15T14:55:29.390Z Compiling indicatif v0.18.4
23732026-05-15T14:55:29.406Z Compiling oxide-tokio-rt v0.1.4
23742026-05-15T14:55:29.446Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-15T14:55:29.481Z Compiling shell-words v1.1.1
23762026-05-15T14:55:29.733Z Compiling cargo_metadata v0.21.0
23772026-05-15T14:55:39.145Z Compiling progenitor-client v0.14.0
23782026-05-15T14:55:39.188Z Compiling progenitor-client v0.10.0
23792026-05-15T14:55:39.188Z Compiling omicron-zone-package v0.12.2
23802026-05-15T14:55:39.630Z Compiling progenitor-extras v0.2.0
23812026-05-15T14:55:41.864Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-15T14:55:41.864Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-05-15T14:55:41.879Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-05-15T14:55:41.894Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-05-15T14:55:41.910Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-05-15T14:55:41.945Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-05-15T14:55:42.131Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-05-15T14:55:42.205Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-05-15T14:55:42.257Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-05-15T14:55:46.231Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-05-15T14:55:53.922Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-05-15T14:55:57.012Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-05-15T14:55:58.001Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-05-15T14:56:07.841Z Finished `release` profile [optimized] target(s) in 1m 44s
23952026-05-15T14:56:07.996Z Running `target/release/omicron-package -t test target create -p dev`
23962026-05-15T14:56:08.066ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-05-15T14:56:08.069ZCreated new build target 'test' and set it as active
23982026-05-15T14:56:08.069Z
23992026-05-15T14:56:08.069Zreal 1:44.385707442
24002026-05-15T14:56:08.069Zuser 17:04.794741221
24012026-05-15T14:56:08.069Zsys 2:36.726878159
24022026-05-15T14:56:08.069Ztrap 0.474354209
24032026-05-15T14:56:08.069Ztflt 2.894849598
24042026-05-15T14:56:08.069Zdflt 4.181950750
24052026-05-15T14:56:08.070Zkflt 0.010395821
24062026-05-15T14:56:08.070Zlock 53:06.930395761
24072026-05-15T14:56:08.070Zslp 43:36.012416189
24082026-05-15T14:56:08.070Zlat 41.713675262
24092026-05-15T14:56:08.070Zstop 5:24.502893532
24102026-05-15T14:56:08.070Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-05-15T14:56:08.973Z Finished `release` profile [optimized] target(s) in 0.89s
24122026-05-15T14:56:09.056Z Running `target/release/omicron-package -t test package`
24132026-05-15T14:56:09.117ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-15T14:56:10.564Z Compiling heck v0.5.0
24152026-05-15T14:56:10.564Z Compiling regress v0.11.1
24162026-05-15T14:56:10.564Z Compiling unsafe-libyaml v0.2.11
24172026-05-15T14:56:10.827Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-05-15T14:56:10.851Z Compiling regress v0.10.5
24192026-05-15T14:56:10.876Z Compiling unicode-width v0.1.14
24202026-05-15T14:56:10.897Z Compiling is-terminal v0.4.17
24212026-05-15T14:56:10.917Z Compiling prettyplease v0.2.37
24222026-05-15T14:56:10.920Z Compiling bytecount v0.6.9
24232026-05-15T14:56:10.920Z Compiling rustls v0.22.4
24242026-05-15T14:56:10.920Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-05-15T14:56:10.920Z Compiling rustls-webpki v0.102.8
24262026-05-15T14:56:10.938Z Compiling derive-where v1.6.0
24272026-05-15T14:56:10.941Z Compiling thread_local v1.1.9
24282026-05-15T14:56:10.957Z Compiling compression-core v0.4.31
24292026-05-15T14:56:11.041Z Compiling match_cfg v0.1.0
24302026-05-15T14:56:11.105Z Compiling multer v3.1.0
24312026-05-15T14:56:11.144Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-05-15T14:56:11.166Z Compiling slog-async v2.8.0
24332026-05-15T14:56:11.189Z Compiling compression-codecs v0.4.37
24342026-05-15T14:56:11.192Z Compiling hostname v0.3.1
24352026-05-15T14:56:11.231Z Compiling crossbeam-channel v0.5.15
24362026-05-15T14:56:11.233Z Compiling slog-json v2.6.1
24372026-05-15T14:56:11.233Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-15T14:56:11.233Z Compiling serde_spanned v1.0.4
24392026-05-15T14:56:11.317Z Compiling serde_yaml v0.9.34+deprecated
24402026-05-15T14:56:11.342Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-05-15T14:56:11.387Z Compiling term v1.2.1
24422026-05-15T14:56:11.413Z Compiling take_mut v0.2.2
24432026-05-15T14:56:11.458Z Compiling slog-bunyan v2.5.0
24442026-05-15T14:56:11.480Z Compiling async-compression v0.4.41
24452026-05-15T14:56:11.551Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-15T14:56:11.649Z Compiling async-stream v0.3.6
24472026-05-15T14:56:11.682Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-05-15T14:56:11.746Z Compiling slog-term v2.9.2
24492026-05-15T14:56:11.843Z Compiling dropshot v0.17.0
24502026-05-15T14:56:11.866Z Compiling num-rational v0.4.2
24512026-05-15T14:56:11.871Z Compiling progenitor-client v0.14.0
24522026-05-15T14:56:11.904Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-05-15T14:56:11.927Z Compiling waitgroup v0.1.2
24542026-05-15T14:56:12.017Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-05-15T14:56:12.038Z Compiling backon v1.6.0
24562026-05-15T14:56:12.095Z Compiling rustls-pemfile v2.2.0
24572026-05-15T14:56:12.116Z Compiling num-complex v0.4.6
24582026-05-15T14:56:12.200Z Compiling hostname v0.4.2
24592026-05-15T14:56:12.223Z Compiling serde_path_to_error v0.1.20
24602026-05-15T14:56:12.265Z Compiling instant v0.1.13
24612026-05-15T14:56:12.268Z Compiling debug-ignore v1.0.5
24622026-05-15T14:56:12.309Z Compiling progenitor-extras v0.2.0
24632026-05-15T14:56:12.331Z Compiling typify-impl v0.6.2
24642026-05-15T14:56:12.361Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-05-15T14:56:12.405Z Compiling backoff v0.4.0
24662026-05-15T14:56:12.429Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-15T14:56:12.607Z Compiling num v0.4.3
24682026-05-15T14:56:12.627Z Compiling parse-display v0.10.0
24692026-05-15T14:56:12.652Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-15T14:56:12.654Z Compiling progenitor-client v0.13.0
24712026-05-15T14:56:12.709Z Compiling progenitor-client v0.10.0
24722026-05-15T14:56:12.732Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-05-15T14:56:12.735Z Compiling macaddr v1.0.1
24742026-05-15T14:56:12.860Z Compiling float-ord v0.3.2
24752026-05-15T14:56:12.920Z Compiling console v0.15.11
24762026-05-15T14:56:13.000Z Compiling atomicwrites v0.4.4
24772026-05-15T14:56:13.021Z Compiling newline-converter v0.3.0
24782026-05-15T14:56:13.045Z Compiling slog-dtrace v0.3.0
24792026-05-15T14:56:13.202Z Compiling owo-colors v4.3.0
24802026-05-15T14:56:13.275Z Compiling cancel-safe-futures v0.1.5
24812026-05-15T14:56:13.343Z Compiling tokio-rustls v0.25.0
24822026-05-15T14:56:13.362Z Compiling expectorate v1.2.0
24832026-05-15T14:56:13.423Z Compiling libsw-core v0.3.2
24842026-05-15T14:56:13.481Z Compiling resolv-conf v0.7.6
24852026-05-15T14:56:13.605Z Compiling libsw v3.5.0
24862026-05-15T14:56:13.608Z Compiling toml v0.8.23
24872026-05-15T14:56:13.669Z Compiling linear-map v1.2.0
24882026-05-15T14:56:13.820Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24892026-05-15T14:56:13.962Z Compiling linked-hash-map v0.5.6
24902026-05-15T14:56:13.982Z Compiling minimal-lexical v0.2.1
24912026-05-15T14:56:14.099Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-05-15T14:56:14.120Z Compiling unicode-xid v0.2.6
24932026-05-15T14:56:14.212Z Compiling nom v7.1.3
24942026-05-15T14:56:14.234Z Compiling lru-cache v0.1.2
24952026-05-15T14:56:14.237Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24962026-05-15T14:56:14.279Z Compiling hickory-proto v0.24.4
24972026-05-15T14:56:14.282Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-05-15T14:56:14.409Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-05-15T14:56:14.444Z Compiling convert_case v0.10.0
25002026-05-15T14:56:14.613Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-05-15T14:56:14.741Z Compiling derive_more-impl v2.1.1
25022026-05-15T14:56:15.233Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-15T14:56:15.518Z Compiling derive_more v2.1.1
25042026-05-15T14:56:15.567Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-05-15T14:56:15.645Z Compiling papergrid v0.11.0
25062026-05-15T14:56:15.684Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-05-15T14:56:15.728Z Compiling tabled_derive v0.7.0
25082026-05-15T14:56:15.831Z Compiling typify-macro v0.6.2
25092026-05-15T14:56:15.930Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-15T14:56:16.184Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-05-15T14:56:16.403Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-15T14:56:16.626Z Compiling termtree v0.5.1
25132026-05-15T14:56:16.849Z Compiling hickory-resolver v0.24.4
25142026-05-15T14:56:17.075Z Compiling tabled v0.15.0
25152026-05-15T14:56:17.170Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-15T14:56:17.388Z Compiling typify v0.6.2
25172026-05-15T14:56:17.567Z Compiling progenitor-impl v0.14.0
25182026-05-15T14:56:18.268Z Compiling progenitor-impl v0.13.0
25192026-05-15T14:56:19.806Z Compiling progenitor-macro v0.14.0
25202026-05-15T14:56:20.039Z Compiling qorb v0.4.1
25212026-05-15T14:56:20.427Z Compiling progenitor-macro v0.13.0
25222026-05-15T14:56:21.432Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-15T14:56:21.910Z Compiling crossterm v0.29.0
25242026-05-15T14:56:22.435Z Compiling phf_shared v0.12.1
25252026-05-15T14:56:22.690Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25262026-05-15T14:56:22.744Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-05-15T14:56:23.121Z Compiling vte v0.14.1
25282026-05-15T14:56:23.278Z Compiling csv-core v0.1.13
25292026-05-15T14:56:23.381Z Compiling highway v1.3.0
25302026-05-15T14:56:23.612Z Compiling chrono-tz v0.10.4
25312026-05-15T14:56:23.734Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-15T14:56:23.865Z Compiling csv v1.4.0
25332026-05-15T14:56:23.908Z Compiling progenitor v0.14.0
25342026-05-15T14:56:24.091Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-15T14:56:24.117Z Compiling strip-ansi-escapes v0.2.1
25362026-05-15T14:56:24.380Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-05-15T14:56:24.512Z Compiling progenitor v0.13.0
25382026-05-15T14:56:24.689Z Compiling phf v0.12.1
25392026-05-15T14:56:24.710Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-05-15T14:56:24.860Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-15T14:56:24.864Z Compiling const_format_proc_macros v0.2.34
25422026-05-15T14:56:24.890Z Compiling fd-lock v4.0.4
25432026-05-15T14:56:24.957Z Compiling peg-macros v0.8.5
25442026-05-15T14:56:25.070Z Compiling nu-ansi-term v0.50.3
25452026-05-15T14:56:25.369Z Compiling reedline v0.40.0
25462026-05-15T14:56:25.675Z Compiling const_format v0.2.35
25472026-05-15T14:56:26.170Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-15T14:56:26.208Z Compiling peg v0.8.5
25492026-05-15T14:56:26.317Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-15T14:56:27.187Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-05-15T14:56:27.358Z Compiling bcs v0.1.6
25522026-05-15T14:56:27.499Z Compiling semver v0.1.20
25532026-05-15T14:56:27.794Z Compiling rustc_version v0.1.7
25542026-05-15T14:56:27.817Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-05-15T14:56:28.056Z Compiling newtype_derive v0.1.6
25562026-05-15T14:56:28.086Z Compiling unicode-linebreak v0.1.5
25572026-05-15T14:56:28.281Z Compiling humantime v2.3.0
25582026-05-15T14:56:28.407Z Compiling smawk v0.3.2
25592026-05-15T14:56:28.603Z Compiling textwrap v0.16.2
25602026-05-15T14:56:28.697Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-15T14:56:28.874Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-15T14:56:28.898Z Compiling dropshot-api-manager-types v0.7.1
25632026-05-15T14:56:29.517Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25642026-05-15T14:56:29.611Z Compiling base64 v0.21.7
25652026-05-15T14:56:29.826Z Compiling steno v0.4.1
25662026-05-15T14:56:29.948Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-15T14:56:30.207Z Compiling utf-8 v0.7.6
25682026-05-15T14:56:30.458Z Compiling tagptr v0.2.0
25692026-05-15T14:56:30.479Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-15T14:56:30.504Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-15T14:56:30.657Z Compiling moka v0.12.13
25722026-05-15T14:56:30.684Z Compiling tungstenite v0.21.0
25732026-05-15T14:56:30.706Z Compiling radium v0.7.0
25742026-05-15T14:56:30.709Z Compiling tap v1.0.1
25752026-05-15T14:56:30.817Z Compiling maybe-uninit v2.0.0
25762026-05-15T14:56:30.868Z Compiling wyz v0.5.1
25772026-05-15T14:56:31.117Z Compiling zerocopy-derive v0.6.6
25782026-05-15T14:56:31.211Z Compiling packed_struct v0.10.1
25792026-05-15T14:56:31.338Z Compiling tokio-tungstenite v0.21.0
25802026-05-15T14:56:31.478Z Compiling crc-catalog v2.4.0
25812026-05-15T14:56:31.607Z Compiling funty v2.0.0
25822026-05-15T14:56:31.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25832026-05-15T14:56:31.901Z Compiling hickory-resolver v0.25.2
25842026-05-15T14:56:31.925Z Compiling display-error-chain v0.2.2
25852026-05-15T14:56:32.121Z Compiling bitvec v1.0.1
25862026-05-15T14:56:32.591Z Compiling zerocopy v0.6.6
25872026-05-15T14:56:32.800Z Compiling crc v3.4.0
25882026-05-15T14:56:32.982Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-05-15T14:56:33.033Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-05-15T14:56:33.055Z Compiling packed_struct_codegen v0.10.1
25912026-05-15T14:56:33.185Z Compiling num-derive v0.3.3
25922026-05-15T14:56:33.727Z Compiling bitfield-macros v0.19.4
25932026-05-15T14:56:33.939Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25942026-05-15T14:56:34.067Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-05-15T14:56:34.139Z Compiling proc-macro-error-attr2 v2.0.0
25962026-05-15T14:56:34.417Z Compiling indexmap v1.9.3
25972026-05-15T14:56:34.546Z Compiling nodrop v0.1.14
25982026-05-15T14:56:34.709Z Compiling array-init v0.0.4
25992026-05-15T14:56:34.730Z Compiling proc-macro-error2 v2.0.1
26002026-05-15T14:56:35.051Z Compiling bitfield v0.19.4
26012026-05-15T14:56:35.212Z Compiling libscf-sys v1.1.0
26022026-05-15T14:56:35.382Z Compiling smallvec v0.6.14
26032026-05-15T14:56:35.404Z Compiling typify-impl v0.4.3
26042026-05-15T14:56:35.653Z Compiling hashbrown v0.12.3
26052026-05-15T14:56:35.676Z Compiling serde-hex v0.1.0
26062026-05-15T14:56:35.739Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26072026-05-15T14:56:35.829Z Compiling tabled_derive v0.11.0
26082026-05-15T14:56:36.429Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-15T14:56:36.646Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-15T14:56:36.778Z Compiling ron v0.8.1
26112026-05-15T14:56:36.851Z Compiling papergrid v0.17.0
26122026-05-15T14:56:36.900Z Compiling testing_table v0.3.0
26132026-05-15T14:56:37.344Z Compiling hashbrown v0.13.2
26142026-05-15T14:56:37.836Z Compiling vergen-gitcl v1.0.8
26152026-05-15T14:56:37.861Z Compiling dirs-sys-next v0.1.2
26162026-05-15T14:56:37.971Z Compiling crunchy v0.2.4
26172026-05-15T14:56:38.066Z Compiling glob v0.3.3
26182026-05-15T14:56:38.135Z Compiling crc-any v2.5.0
26192026-05-15T14:56:38.255Z Compiling maplit v1.0.2
26202026-05-15T14:56:38.375Z Compiling diesel_derives v2.3.7
26212026-05-15T14:56:38.428Z Compiling clang-sys v1.8.1
26222026-05-15T14:56:38.503Z Compiling dirs-next v2.0.0
26232026-05-15T14:56:38.524Z Compiling tabled v0.20.0
26242026-05-15T14:56:38.568Z Compiling object v0.30.4
26252026-05-15T14:56:38.636Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-05-15T14:56:38.657Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-15T14:56:38.813Z Compiling dsl_auto_type v0.2.0
26282026-05-15T14:56:38.836Z Compiling typify-macro v0.4.3
26292026-05-15T14:56:38.967Z Compiling scheduled-thread-pool v0.2.7
26302026-05-15T14:56:39.170Z Compiling diesel_table_macro_syntax v0.3.0
26312026-05-15T14:56:39.312Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-15T14:56:39.374Z Compiling tiny-keccak v2.0.2
26332026-05-15T14:56:39.397Z Compiling xshell-macros v0.2.7
26342026-05-15T14:56:39.548Z Compiling path-slash v0.1.5
26352026-05-15T14:56:39.592Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-15T14:56:39.741Z Compiling r2d2 v0.8.10
26372026-05-15T14:56:39.795Z Compiling xshell v0.2.7
26382026-05-15T14:56:40.072Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-05-15T14:56:40.095Z Compiling term v0.7.0
26402026-05-15T14:56:40.486Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-15T14:56:40.616Z Compiling bit-vec v0.6.3
26422026-05-15T14:56:40.868Z Compiling downcast-rs v2.0.2
26432026-05-15T14:56:40.891Z Compiling bit-set v0.5.3
26442026-05-15T14:56:41.002Z Compiling ascii-canvas v3.0.0
26452026-05-15T14:56:41.091Z Compiling itertools v0.10.5
26462026-05-15T14:56:41.147Z Compiling ena v0.14.4
26472026-05-15T14:56:41.213Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-05-15T14:56:41.264Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-05-15T14:56:41.385Z Compiling libloading v0.8.9
26502026-05-15T14:56:41.628Z Compiling regex-syntax v0.6.29
26512026-05-15T14:56:42.209Z Compiling bindgen v0.71.1
26522026-05-15T14:56:42.498Z Compiling crc8 v0.1.1
26532026-05-15T14:56:42.526Z Compiling diff v0.1.13
26542026-05-15T14:56:42.565Z Compiling unicase v2.9.0
26552026-05-15T14:56:42.826Z Compiling typify v0.4.3
26562026-05-15T14:56:42.892Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26572026-05-15T14:56:42.980Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26582026-05-15T14:56:43.391Z Compiling lalrpop v0.19.12
26592026-05-15T14:56:43.428Z Compiling cexpr v0.6.0
26602026-05-15T14:56:43.558Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-15T14:56:43.618Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-05-15T14:56:43.818Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-15T14:56:43.850Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-15T14:56:44.051Z Compiling headers-core v0.3.0
26652026-05-15T14:56:44.238Z Compiling libxml v0.3.3
26662026-05-15T14:56:44.274Z Compiling headers v0.4.1
26672026-05-15T14:56:44.441Z Compiling diesel v2.3.7
26682026-05-15T14:56:44.510Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-05-15T14:56:44.572Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-05-15T14:56:44.795Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-05-15T14:56:45.270Z Compiling strum_macros v0.24.3
26722026-05-15T14:56:45.667Z Compiling indoc v1.0.9
26732026-05-15T14:56:45.762Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742026-05-15T14:56:46.156Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26752026-05-15T14:56:46.348Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26762026-05-15T14:56:46.393Z Compiling derive_builder v0.20.2
26772026-05-15T14:56:46.530Z Compiling oso-derive v0.27.3
26782026-05-15T14:56:46.578Z Compiling quick-xml v0.37.5
26792026-05-15T14:56:47.046Z Compiling impl-trait-for-tuples v0.2.3
26802026-05-15T14:56:47.145Z Compiling half v1.8.3
26812026-05-15T14:56:47.389Z Compiling openssl-probe v0.1.6
26822026-05-15T14:56:47.597Z Compiling serde_cbor v0.11.2
26832026-05-15T14:56:47.730Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-05-15T14:56:48.042Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26852026-05-15T14:56:48.326Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-05-15T14:56:48.345Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-05-15T14:56:48.452Z Compiling bb8 v0.8.6
26882026-05-15T14:56:48.610Z Compiling trait-variant v0.1.2
26892026-05-15T14:56:48.631Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26902026-05-15T14:56:48.895Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-05-15T14:56:48.923Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26922026-05-15T14:56:48.951Z Compiling samael v0.0.19
26932026-05-15T14:56:49.157Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26942026-05-15T14:56:49.224Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-15T14:56:49.296Z Compiling fxhash v0.2.1
26962026-05-15T14:56:49.378Z Compiling salty v0.3.0
26972026-05-15T14:56:49.502Z Compiling progenitor-impl v0.10.0
26982026-05-15T14:56:49.725Z Compiling progenitor-impl v0.11.2
26992026-05-15T14:56:49.777Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-05-15T14:56:49.974Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-05-15T14:56:50.332Z Compiling kstat-rs v0.2.4
27022026-05-15T14:56:50.584Z Compiling libz-sys v1.1.24
27032026-05-15T14:56:50.816Z Compiling nonempty v0.12.0
27042026-05-15T14:56:50.875Z Compiling polar-core v0.27.3
27052026-05-15T14:56:51.048Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-05-15T14:56:51.071Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27072026-05-15T14:56:51.633Z Compiling progenitor-macro v0.10.0
27082026-05-15T14:56:51.928Z Compiling progenitor-macro v0.11.2
27092026-05-15T14:56:53.213Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27102026-05-15T14:56:54.702Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-05-15T14:56:54.726Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-05-15T14:56:55.349Z Compiling progenitor-client v0.11.2
27132026-05-15T14:56:55.376Z Compiling darling_core v0.23.0
27142026-05-15T14:56:55.682Z Compiling nanorand v0.7.0
27152026-05-15T14:56:55.914Z Compiling arc-swap v1.8.2
27162026-05-15T14:56:55.991Z Compiling fs-err v2.11.0
27172026-05-15T14:56:56.230Z Compiling parking_lot_core v0.8.6
27182026-05-15T14:56:56.284Z Compiling mime_guess v2.0.5
27192026-05-15T14:56:56.439Z Compiling slog-scope v4.4.1
27202026-05-15T14:56:56.513Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27212026-05-15T14:56:56.821Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27222026-05-15T14:56:56.891Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-05-15T14:56:57.553Z Compiling darling_macro v0.23.0
27242026-05-15T14:56:58.106Z Compiling progenitor v0.11.2
27252026-05-15T14:56:58.294Z Compiling flume v0.11.1
27262026-05-15T14:56:58.694Z Compiling progenitor v0.10.0
27272026-05-15T14:56:58.893Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-05-15T14:56:59.407Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-05-15T14:57:00.706Z Compiling oso v0.27.3
27302026-05-15T14:57:01.077Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27312026-05-15T14:57:01.293Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27322026-05-15T14:57:04.372Z Compiling async-bb8-diesel v0.2.1
27332026-05-15T14:57:04.705Z Compiling diesel-dtrace v0.5.0
27342026-05-15T14:57:04.989Z Compiling primeorder v0.13.6
27352026-05-15T14:57:05.274Z Compiling git-stub v1.0.0
27362026-05-15T14:57:05.307Z Compiling libgit2-sys v0.18.3+1.9.2
27372026-05-15T14:57:05.544Z Compiling instability v0.3.11
27382026-05-15T14:57:05.713Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-05-15T14:57:05.987Z Compiling git-stub-vcs v0.1.0
27402026-05-15T14:57:06.347Z Compiling p384 v0.13.1
27412026-05-15T14:57:06.483Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-05-15T14:57:07.045Z Compiling darling v0.23.0
27432026-05-15T14:57:07.103Z Compiling slog-stdlog v4.1.1
27442026-05-15T14:57:07.323Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-05-15T14:57:07.477Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-05-15T14:57:07.568Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-05-15T14:57:07.598Z Compiling ignore v0.4.25
27482026-05-15T14:57:07.769Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-05-15T14:57:08.486Z Compiling castaway v0.2.4
27502026-05-15T14:57:08.648Z Compiling atty v0.2.14
27512026-05-15T14:57:08.673Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-05-15T14:57:08.803Z Compiling http-range v0.1.5
27532026-05-15T14:57:08.910Z Compiling parse-size v1.1.0
27542026-05-15T14:57:09.135Z Compiling indoc v2.0.7
27552026-05-15T14:57:09.156Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27562026-05-15T14:57:09.249Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-05-15T14:57:09.765Z Compiling compact_str v0.8.1
27582026-05-15T14:57:10.287Z Compiling globwalk v0.9.1
27592026-05-15T14:57:10.964Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27602026-05-15T14:57:11.090Z Compiling slog-envlogger v2.2.0
27612026-05-15T14:57:12.296Z Compiling parking_lot v0.11.2
27622026-05-15T14:57:12.554Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-15T14:57:12.905Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27642026-05-15T14:57:13.034Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27652026-05-15T14:57:13.232Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-05-15T14:57:13.294Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27672026-05-15T14:57:13.385Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-05-15T14:57:13.613Z Compiling predicates-tree v1.0.13
27692026-05-15T14:57:13.835Z Compiling unicode-truncate v1.1.0
27702026-05-15T14:57:14.036Z Compiling lru v0.12.5
27712026-05-15T14:57:14.058Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-05-15T14:57:14.079Z Compiling rand_seeder v0.4.0
27732026-05-15T14:57:14.134Z Compiling prefix-trie v0.7.0
27742026-05-15T14:57:14.268Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-05-15T14:57:14.340Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27762026-05-15T14:57:14.599Z Compiling vergen-git2 v1.0.7
27772026-05-15T14:57:14.622Z Compiling cassowary v0.3.0
27782026-05-15T14:57:14.646Z Compiling corncobs v0.1.4
27792026-05-15T14:57:14.731Z Compiling illumos-nvpair-sys v0.2.0
27802026-05-15T14:57:14.867Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-05-15T14:57:14.894Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-05-15T14:57:14.977Z Compiling ratatui v0.29.0
27832026-05-15T14:57:15.039Z Compiling hickory-server v0.25.2
27842026-05-15T14:57:15.060Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-05-15T14:57:15.197Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27862026-05-15T14:57:15.274Z Compiling camino-tempfile-ext v0.3.3
27872026-05-15T14:57:15.579Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-15T14:57:15.821Z Compiling sled v0.34.7
27892026-05-15T14:57:15.938Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-05-15T14:57:16.227Z Compiling hyper-staticfile v0.10.1
27912026-05-15T14:57:16.647Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-05-15T14:57:17.378Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-05-15T14:57:17.448Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-05-15T14:57:18.952Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-15T14:57:19.171Z Compiling secrecy v0.8.0
27962026-05-15T14:57:19.374Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-05-15T14:57:19.398Z Compiling rustls v0.21.12
27982026-05-15T14:57:20.018Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-05-15T14:57:20.117Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-05-15T14:57:20.665Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-15T14:57:20.687Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-05-15T14:57:22.155Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-15T14:57:22.219Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-05-15T14:57:23.273Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-15T14:57:23.298Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-05-15T14:57:24.682Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-05-15T14:57:24.906Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-15T14:57:25.075Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-05-15T14:57:25.137Z Compiling rustls-webpki v0.101.7
28102026-05-15T14:57:25.269Z Compiling sct v0.7.1
28112026-05-15T14:57:25.309Z Compiling nix v0.29.0
28122026-05-15T14:57:25.457Z Compiling dropshot v0.16.7
28132026-05-15T14:57:25.544Z Compiling void v1.0.2
28142026-05-15T14:57:25.695Z Compiling lzss v0.8.2
28152026-05-15T14:57:25.872Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-05-15T14:57:25.901Z Compiling illumos-nvpair v0.3.0
28172026-05-15T14:57:25.976Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-15T14:57:26.496Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-05-15T14:57:26.859Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-05-15T14:57:27.136Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-05-15T14:57:27.397Z Compiling tungstenite v0.23.0
28222026-05-15T14:57:27.602Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-15T14:57:28.516Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28242026-05-15T14:57:28.743Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28252026-05-15T14:57:28.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28262026-05-15T14:57:29.202Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-05-15T14:57:29.226Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-05-15T14:57:29.433Z Compiling toml v0.9.12+spec-1.1.0
28292026-05-15T14:57:29.457Z Compiling nix v0.27.1
28302026-05-15T14:57:29.607Z Compiling dropshot_endpoint v0.16.7
28312026-05-15T14:57:29.729Z Compiling serde_bytes v0.11.19
28322026-05-15T14:57:29.906Z Compiling tokio-tungstenite v0.23.1
28332026-05-15T14:57:30.030Z Compiling tokio-rustls v0.24.1
28342026-05-15T14:57:30.277Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28352026-05-15T14:57:30.332Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-05-15T14:57:30.643Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28372026-05-15T14:57:31.666Z Compiling git2 v0.20.4
28382026-05-15T14:57:31.726Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-05-15T14:57:33.574Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-05-15T14:57:35.245Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-05-15T14:57:35.412Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-05-15T14:57:36.166Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28432026-05-15T14:57:36.522Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28442026-05-15T14:57:36.594Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28452026-05-15T14:57:36.652Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-05-15T14:57:38.670Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28472026-05-15T14:57:39.160Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-05-15T14:57:39.446Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-05-15T14:57:39.511Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-05-15T14:57:40.382Z Compiling rustls-pemfile v1.0.4
28512026-05-15T14:57:40.457Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522026-05-15T14:57:40.846Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-05-15T14:57:41.411Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-05-15T14:57:41.944Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-05-15T14:57:43.462Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28562026-05-15T14:57:43.518Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-05-15T14:57:44.052Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-05-15T14:57:44.138Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28592026-05-15T14:57:44.291Z Compiling signal-hook-tokio v0.3.1
28602026-05-15T14:57:44.487Z Compiling twox-hash v2.1.2
28612026-05-15T14:57:44.705Z Compiling yasna v0.5.2
28622026-05-15T14:57:44.992Z Compiling is_ci v1.2.0
28632026-05-15T14:57:45.217Z Compiling supports-color v3.0.2
28642026-05-15T14:57:45.509Z Compiling rcgen v0.12.1
28652026-05-15T14:57:45.897Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28662026-05-15T14:57:46.320Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28672026-05-15T14:57:46.343Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28682026-05-15T14:57:46.585Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28692026-05-15T14:57:46.719Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-05-15T14:57:47.312Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712026-05-15T14:57:47.953Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-05-15T14:57:48.951Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-15T14:57:49.820Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28742026-05-15T14:57:50.056Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28752026-05-15T14:57:50.294Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28762026-05-15T14:57:50.326Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28772026-05-15T14:57:50.543Z Compiling fatfs v0.3.6
28782026-05-15T14:57:50.579Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-05-15T14:57:51.534Z Compiling subprocess v0.2.15
28802026-05-15T14:57:51.868Z Compiling rtoolbox v0.0.3
28812026-05-15T14:57:51.992Z Compiling assert_matches v1.5.0
28822026-05-15T14:57:52.112Z Compiling seq-macro v0.3.6
28832026-05-15T14:57:52.155Z Compiling rpassword v7.4.0
28842026-05-15T14:57:52.444Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-05-15T14:57:52.658Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-05-15T14:57:53.615Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28872026-05-15T14:57:53.754Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-05-15T14:57:53.895Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-05-15T14:57:54.276Z Compiling tui-tree-widget v0.23.1
28902026-05-15T14:57:54.568Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-05-15T14:57:54.693Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28922026-05-15T14:57:55.220Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-05-15T14:57:56.282Z Compiling uzers v0.12.2
28942026-05-15T14:57:56.622Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-05-15T14:57:57.535Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-05-15T14:57:57.901Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-05-15T14:57:59.082Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-05-15T14:58:00.926Z Compiling support-bundle-viewer v0.1.2
28992026-05-15T14:58:02.607Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-05-15T14:58:02.851Z Compiling multimap v0.10.1
29012026-05-15T14:58:11.051Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29022026-05-15T14:58:11.871Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29032026-05-15T14:58:14.073Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-05-15T14:58:22.942Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29052026-05-15T15:04:40.289Z Finished `release` profile [optimized] target(s) in 8m 31s
29062026-05-15T15:05:25.315Z
29072026-05-15T15:05:25.319Zreal 9:17.221639855
29082026-05-15T15:05:25.319Zuser 1:19:25.584513151
29092026-05-15T15:05:25.319Zsys 3:30.261527544
29102026-05-15T15:05:25.319Ztrap 1.796038608
29112026-05-15T15:05:25.319Ztflt 3.075142756
29122026-05-15T15:05:25.319Zdflt 16.019087988
29132026-05-15T15:05:25.319Zkflt 0.017791696
29142026-05-15T15:05:25.319Zlock 7:06:44.543088180
29152026-05-15T15:05:25.319Zslp 2:17:34.367338402
29162026-05-15T15:05:25.319Zlat 2:26.603072552
29172026-05-15T15:05:25.319Zstop 5:14.278102226
29182026-05-15T15:05:25.319Z+ mapfile -t packages
29192026-05-15T15:05:25.319Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29202026-05-15T15:05:26.294Z Finished `release` profile [optimized] target(s) in 0.96s
29212026-05-15T15:05:26.373Z Running `target/release/omicron-package -t test list-outputs`
29222026-05-15T15:05:26.431ZLogging to: /work/oxidecomputer/omicron/out/LOG
29232026-05-15T15:05:26.434Z+ ptime -m cargo build --locked --release -p xtask
29242026-05-15T15:05:26.969Z Compiling libc v0.2.185
29252026-05-15T15:05:26.969Z Compiling serde v1.0.228
29262026-05-15T15:05:26.974Z Compiling serde_core v1.0.228
29272026-05-15T15:05:26.974Z Compiling rustix v1.1.3
29282026-05-15T15:05:26.974Z Compiling serde_json v1.0.149
29292026-05-15T15:05:26.974Z Compiling bitflags v2.11.0
29302026-05-15T15:05:27.111Z Compiling num-traits v0.2.19
29312026-05-15T15:05:27.111Z Compiling smallvec v1.15.1
29322026-05-15T15:05:27.122Z Compiling syn v2.0.117
29332026-05-15T15:05:27.145Z Compiling usdt-impl v0.5.0
29342026-05-15T15:05:27.149Z Compiling indexmap v2.14.0
29352026-05-15T15:05:27.154Z Compiling syn v1.0.109
29362026-05-15T15:05:27.188Z Compiling log v0.4.29
29372026-05-15T15:05:27.188Z Compiling getrandom v0.4.1
29382026-05-15T15:05:27.310Z Compiling percent-encoding v2.3.2
29392026-05-15T15:05:27.462Z Compiling form_urlencoded v1.2.2
29402026-05-15T15:05:27.507Z Compiling fs-err v3.3.0
29412026-05-15T15:05:27.541Z Compiling once_cell v1.21.3
29422026-05-15T15:05:27.587Z Compiling anyhow v1.0.102
29432026-05-15T15:05:27.611Z Compiling heck v0.4.1
29442026-05-15T15:05:27.851Z Compiling thread-id v4.2.2
29452026-05-15T15:05:27.886Z Compiling errno v0.3.14
29462026-05-15T15:05:27.889Z Compiling memmap v0.7.0
29472026-05-15T15:05:28.155Z Compiling ordered-float v2.10.1
29482026-05-15T15:05:28.653Z Compiling proc-macro-error v1.0.4
29492026-05-15T15:05:28.896Z Compiling tabled_derive v0.7.0
29502026-05-15T15:05:28.918Z Compiling terminal_size v0.4.3
29512026-05-15T15:05:28.918Z Compiling tempfile v3.25.0
29522026-05-15T15:05:29.013Z Compiling clap_builder v4.5.60
29532026-05-15T15:05:29.013Z Compiling textwrap v0.16.2
29542026-05-15T15:05:29.149Z Compiling camino-tempfile v1.4.1
29552026-05-15T15:05:29.569Z Compiling tabled v0.15.0
29562026-05-15T15:05:29.649Z Compiling synstructure v0.13.2
29572026-05-15T15:05:29.649Z Compiling pest_generator v2.8.6
29582026-05-15T15:05:30.037Z Compiling serde_derive v1.0.228
29592026-05-15T15:05:30.037Z Compiling zerovec-derive v0.11.2
29602026-05-15T15:05:30.040Z Compiling displaydoc v0.2.5
29612026-05-15T15:05:30.040Z Compiling thiserror-impl v1.0.69
29622026-05-15T15:05:30.040Z Compiling zerocopy-derive v0.7.35
29632026-05-15T15:05:30.040Z Compiling scroll_derive v0.12.1
29642026-05-15T15:05:30.082Z Compiling zerofrom-derive v0.1.6
29652026-05-15T15:05:30.159Z Compiling yoke-derive v0.8.1
29662026-05-15T15:05:30.729Z Compiling pest_derive v2.8.6
29672026-05-15T15:05:30.770Z Compiling scroll v0.12.0
29682026-05-15T15:05:30.781Z Compiling thiserror-impl v2.0.18
29692026-05-15T15:05:30.805Z Compiling clap_derive v4.5.55
29702026-05-15T15:05:30.857Z Compiling zerocopy v0.7.35
29712026-05-15T15:05:31.082Z Compiling goblin v0.8.2
29722026-05-15T15:05:31.170Z Compiling thiserror v1.0.69
29732026-05-15T15:05:31.234Z Compiling zerofrom v0.1.6
29742026-05-15T15:05:31.294Z Compiling dtrace-parser v0.2.0
29752026-05-15T15:05:31.383Z Compiling yoke v0.8.1
29762026-05-15T15:05:31.604Z Compiling zerovec v0.11.5
29772026-05-15T15:05:31.717Z Compiling zerotrie v0.2.3
29782026-05-15T15:05:31.972Z Compiling thiserror v2.0.18
29792026-05-15T15:05:32.175Z Compiling tinystr v0.8.2
29802026-05-15T15:05:32.228Z Compiling potential_utf v0.1.4
29812026-05-15T15:05:32.425Z Compiling icu_locale_core v2.1.1
29822026-05-15T15:05:32.461Z Compiling icu_collections v2.1.1
29832026-05-15T15:05:32.473Z Compiling clap v4.5.60
29842026-05-15T15:05:33.211Z Compiling icu_provider v2.1.1
29852026-05-15T15:05:33.433Z Compiling serde_spanned v0.6.9
29862026-05-15T15:05:33.482Z Compiling icu_normalizer v2.1.1
29872026-05-15T15:05:33.529Z Compiling icu_properties v2.1.2
29882026-05-15T15:05:33.539Z Compiling toml_datetime v0.6.11
29892026-05-15T15:05:33.551Z Compiling serde-value v0.7.0
29902026-05-15T15:05:33.573Z Compiling cargo-platform v0.2.0
29912026-05-15T15:05:33.583Z Compiling macaddr v1.0.1
29922026-05-15T15:05:33.662Z Compiling dof v0.3.0
29932026-05-15T15:05:33.895Z Compiling toml_edit v0.22.27
29942026-05-15T15:05:33.931Z Compiling serde_tokenstream v0.2.3
29952026-05-15T15:05:34.431Z Compiling idna_adapter v1.2.1
29962026-05-15T15:05:34.557Z Compiling idna v1.1.0
29972026-05-15T15:05:34.738Z Compiling usdt-macro v0.5.0
29982026-05-15T15:05:34.742Z Compiling usdt-attr-macro v0.5.0
29992026-05-15T15:05:35.096Z Compiling url v2.5.8
30002026-05-15T15:05:35.430Z Compiling usdt v0.5.0
30012026-05-15T15:05:35.497Z Compiling toml v0.8.23
30022026-05-15T15:05:35.928Z Compiling cargo-util-schemas v0.8.2
30032026-05-15T15:05:35.928Z Compiling cargo_toml v0.21.0
30042026-05-15T15:05:36.961Z Compiling cargo_metadata v0.21.0
30052026-05-15T15:05:39.984Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-05-15T15:05:42.973Z Finished `release` profile [optimized] target(s) in 16.52s
30072026-05-15T15:05:43.130Z
30082026-05-15T15:05:43.134Zreal 16.662132387
30092026-05-15T15:05:43.134Zuser 2:22.767575374
30102026-05-15T15:05:43.134Zsys 16.534897943
30112026-05-15T15:05:43.134Ztrap 0.091937438
30122026-05-15T15:05:43.134Ztflt 0.567962540
30132026-05-15T15:05:43.134Zdflt 1.556869780
30142026-05-15T15:05:43.134Zkflt 0.000034798
30152026-05-15T15:05:43.134Zlock 5:21.201197283
30162026-05-15T15:05:43.134Zslp 3:30.029965900
30172026-05-15T15:05:43.134Zlat 6.170557183
30182026-05-15T15:05:43.134Zstop 18.426482260
30192026-05-15T15:05:43.134Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30202026-05-15T15:05:43.134Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-05-15T15:05:43.134Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30222026-05-15T15:05:43.134Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-05-15T15:05:43.134Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30242026-05-15T15:05:44.077Z Compiling newtype-uuid-macros v0.1.0
30252026-05-15T15:05:44.077Z Compiling regress v0.10.5
30262026-05-15T15:05:44.081Z Compiling structmeta-derive v0.3.0
30272026-05-15T15:05:44.081Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-05-15T15:05:44.239Z Compiling rustls v0.22.4
30292026-05-15T15:05:44.254Z Compiling rustls-webpki v0.102.8
30302026-05-15T15:05:44.257Z Compiling multer v3.1.0
30312026-05-15T15:05:44.257Z Compiling compression-core v0.4.31
30322026-05-15T15:05:44.258Z Compiling match_cfg v0.1.0
30332026-05-15T15:05:44.258Z Compiling debug-ignore v1.0.5
30342026-05-15T15:05:44.258Z Compiling slog-json v2.6.1
30352026-05-15T15:05:44.258Z Compiling async-stream-impl v0.3.6
30362026-05-15T15:05:44.258Z Compiling serde_spanned v1.0.4
30372026-05-15T15:05:44.258Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-05-15T15:05:44.258Z Compiling dropshot v0.17.0
30392026-05-15T15:05:44.258Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-05-15T15:05:44.504Z Compiling itertools v0.14.0
30412026-05-15T15:05:44.523Z Compiling hostname v0.3.1
30422026-05-15T15:05:44.557Z Compiling toml v1.0.6+spec-1.1.0
30432026-05-15T15:05:44.574Z Compiling compression-codecs v0.4.37
30442026-05-15T15:05:44.592Z Compiling waitgroup v0.1.2
30452026-05-15T15:05:44.627Z Compiling rustls-pemfile v2.2.0
30462026-05-15T15:05:44.630Z Compiling dropshot_endpoint v0.17.0
30472026-05-15T15:05:44.668Z Compiling slog-bunyan v2.5.0
30482026-05-15T15:05:44.671Z Compiling hostname v0.4.2
30492026-05-15T15:05:44.708Z Compiling serde_path_to_error v0.1.20
30502026-05-15T15:05:44.764Z Compiling async-compression v0.4.41
30512026-05-15T15:05:44.828Z Compiling progenitor-client v0.14.0
30522026-05-15T15:05:44.845Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30532026-05-15T15:05:44.849Z Compiling macaddr v1.0.1
30542026-05-15T15:05:44.904Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-05-15T15:05:44.999Z Compiling async-stream v0.3.6
30562026-05-15T15:05:45.030Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572026-05-15T15:05:45.057Z Compiling instant v0.1.13
30582026-05-15T15:05:45.088Z Compiling progenitor-client v0.10.0
30592026-05-15T15:05:45.105Z Compiling backon v1.6.0
30602026-05-15T15:05:45.119Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-05-15T15:05:45.171Z Compiling backoff v0.4.0
30622026-05-15T15:05:45.188Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-05-15T15:05:45.206Z Compiling universal-hash v0.5.1
30642026-05-15T15:05:45.240Z Compiling opaque-debug v0.3.1
30652026-05-15T15:05:45.268Z Compiling half v2.7.1
30662026-05-15T15:05:45.328Z Compiling progenitor-extras v0.2.0
30672026-05-15T15:05:45.346Z Compiling structmeta v0.3.0
30682026-05-15T15:05:45.349Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-05-15T15:05:45.349Z Compiling ciborium-io v0.2.2
30702026-05-15T15:05:45.400Z Compiling crucible-workspace-hack v0.1.0
30712026-05-15T15:05:45.403Z Compiling unsafe-libyaml v0.2.11
30722026-05-15T15:05:45.433Z Compiling convert_case v0.4.0
30732026-05-15T15:05:45.482Z Compiling regress v0.11.1
30742026-05-15T15:05:45.537Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-05-15T15:05:45.556Z Compiling ciborium-ll v0.2.2
30762026-05-15T15:05:45.585Z Compiling derive-ex v0.1.8
30772026-05-15T15:05:45.602Z Compiling parse-display-derive v0.10.0
30782026-05-15T15:05:45.606Z Compiling aead v0.5.2
30792026-05-15T15:05:45.707Z Compiling secrecy v0.10.3
30802026-05-15T15:05:45.749Z Compiling ciborium v0.2.2
30812026-05-15T15:05:45.782Z Compiling poly1305 v0.8.0
30822026-05-15T15:05:45.799Z Compiling chacha20 v0.9.1
30832026-05-15T15:05:45.819Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30842026-05-15T15:05:45.844Z Compiling derive_more v0.99.20
30852026-05-15T15:05:45.847Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-15T15:05:45.880Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30872026-05-15T15:05:45.895Z Compiling thiserror-impl-no-std v2.0.2
30882026-05-15T15:05:46.078Z Compiling serde_yaml v0.9.34+deprecated
30892026-05-15T15:05:46.096Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30902026-05-15T15:05:46.205Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30912026-05-15T15:05:46.227Z Compiling byte-wrapper v0.1.0
30922026-05-15T15:05:46.245Z Compiling password-hash v0.5.0
30932026-05-15T15:05:46.314Z Compiling blake2 v0.10.6
30942026-05-15T15:05:46.346Z Compiling chacha20poly1305 v0.10.1
30952026-05-15T15:05:46.460Z Compiling indent_write v2.2.0
30962026-05-15T15:05:46.523Z Compiling heapless v0.8.0
30972026-05-15T15:05:46.558Z Compiling ingot-macros v0.1.1
30982026-05-15T15:05:46.597Z Compiling argon2 v0.5.3
30992026-05-15T15:05:46.627Z Compiling toml_edit v0.23.10+spec-1.0.0
31002026-05-15T15:05:46.670Z Compiling hash32 v0.3.1
31012026-05-15T15:05:46.845Z Compiling tokio-rustls v0.25.0
31022026-05-15T15:05:46.901Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-05-15T15:05:47.095Z Compiling typify-impl v0.6.2
31042026-05-15T15:05:47.123Z Compiling thiserror-no-std v2.0.2
31052026-05-15T15:05:47.141Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31062026-05-15T15:05:47.242Z Compiling vsss-rs v3.3.4
31072026-05-15T15:05:47.341Z Compiling test-strategy v0.4.5
31082026-05-15T15:05:47.396Z Compiling parse-display v0.10.0
31092026-05-15T15:05:47.417Z Compiling smoltcp v0.11.0
31102026-05-15T15:05:47.435Z Compiling proc-macro-crate v3.4.0
31112026-05-15T15:05:47.729Z Compiling tabwriter v1.4.1
31122026-05-15T15:05:47.746Z Compiling num-rational v0.4.2
31132026-05-15T15:05:47.821Z Compiling cobs v0.3.0
31142026-05-15T15:05:47.840Z Compiling num-complex v0.4.6
31152026-05-15T15:05:47.984Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-15T15:05:48.034Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31172026-05-15T15:05:48.052Z Compiling num_enum_derive v0.7.5
31182026-05-15T15:05:48.116Z Compiling postcard v1.1.3
31192026-05-15T15:05:48.267Z Compiling num v0.4.3
31202026-05-15T15:05:48.288Z Compiling proc-macro-error v1.0.4
31212026-05-15T15:05:48.291Z Compiling proc-macro-crate v1.3.1
31222026-05-15T15:05:48.355Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31232026-05-15T15:05:48.372Z Compiling foreign-types-macros v0.2.3
31242026-05-15T15:05:48.424Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31252026-05-15T15:05:48.492Z Compiling cpufeatures v0.3.0
31262026-05-15T15:05:48.521Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31272026-05-15T15:05:48.592Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282026-05-15T15:05:48.629Z Compiling foreign-types-shared v0.3.1
31292026-05-15T15:05:48.648Z Compiling rayon-core v1.13.0
31302026-05-15T15:05:48.678Z Compiling float-ord v0.3.2
31312026-05-15T15:05:48.752Z Compiling colored v3.1.1
31322026-05-15T15:05:48.770Z Compiling num_enum_derive v0.5.11
31332026-05-15T15:05:48.829Z Compiling chacha20 v0.10.0
31342026-05-15T15:05:48.863Z Compiling crossbeam-deque v0.8.6
31352026-05-15T15:05:48.915Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31362026-05-15T15:05:48.937Z Compiling camino-tempfile v1.4.1
31372026-05-15T15:05:48.995Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31382026-05-15T15:05:49.011Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31392026-05-15T15:05:49.025Z Compiling foreign-types v0.5.0
31402026-05-15T15:05:49.108Z Compiling cstr-argument v0.1.2
31412026-05-15T15:05:49.133Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-05-15T15:05:49.170Z Compiling num_enum v0.7.5
31432026-05-15T15:05:49.187Z Compiling rand v0.10.0
31442026-05-15T15:05:49.203Z Compiling toml v0.8.23
31452026-05-15T15:05:49.328Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31462026-05-15T15:05:49.371Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-05-15T15:05:49.414Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-05-15T15:05:49.501Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-05-15T15:05:49.534Z Compiling ingot-types v0.1.2
31502026-05-15T15:05:49.552Z Compiling zone_cfg_derive v0.3.1
31512026-05-15T15:05:49.567Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31522026-05-15T15:05:49.595Z Compiling rayon v1.11.0
31532026-05-15T15:05:49.612Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31542026-05-15T15:05:49.650Z Compiling itertools v0.12.1
31552026-05-15T15:05:49.674Z Compiling num-derive v0.4.2
31562026-05-15T15:05:49.726Z Compiling sigpipe v0.1.3
31572026-05-15T15:05:49.768Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-05-15T15:05:49.858Z Compiling glob v0.3.3
31592026-05-15T15:05:49.895Z Compiling num_enum v0.5.11
31602026-05-15T15:05:49.914Z Compiling ingot v0.1.1
31612026-05-15T15:05:49.934Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-05-15T15:05:49.987Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31632026-05-15T15:05:50.007Z Compiling smf v0.2.3
31642026-05-15T15:05:50.045Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31652026-05-15T15:05:50.062Z Compiling prettyplease v0.2.37
31662026-05-15T15:05:50.190Z Compiling whoami v1.6.1
31672026-05-15T15:05:50.207Z Compiling gethostname v0.5.0
31682026-05-15T15:05:50.291Z Compiling atomicwrites v0.4.4
31692026-05-15T15:05:50.360Z Compiling usdt-attr-macro v0.5.0
31702026-05-15T15:05:50.384Z Compiling usdt-macro v0.5.0
31712026-05-15T15:05:50.513Z Compiling memmap v0.7.0
31722026-05-15T15:05:50.530Z Compiling derive-where v1.6.0
31732026-05-15T15:05:50.550Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-05-15T15:05:50.589Z Compiling progenitor-client v0.13.0
31752026-05-15T15:05:50.664Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31762026-05-15T15:05:50.718Z Compiling cancel-safe-futures v0.1.5
31772026-05-15T15:05:50.736Z Compiling resolv-conf v0.7.6
31782026-05-15T15:05:50.932Z Compiling zone v0.3.1
31792026-05-15T15:05:50.951Z Compiling owo-colors v4.3.0
31802026-05-15T15:05:50.998Z Compiling libsw-core v0.3.2
31812026-05-15T15:05:51.119Z Compiling console v0.15.11
31822026-05-15T15:05:51.190Z Compiling libsw v3.5.0
31832026-05-15T15:05:51.208Z Compiling newline-converter v0.3.0
31842026-05-15T15:05:51.228Z Compiling usdt v0.5.0
31852026-05-15T15:05:51.315Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-15T15:05:51.397Z Compiling libefi-sys v0.1.0
31872026-05-15T15:05:51.431Z Compiling linear-map v1.2.0
31882026-05-15T15:05:51.449Z Compiling hickory-proto v0.24.4
31892026-05-15T15:05:51.479Z Compiling expectorate v1.2.0
31902026-05-15T15:05:51.526Z Compiling bitfield-struct v0.6.2
31912026-05-15T15:05:51.562Z Compiling linked-hash-map v0.5.6
31922026-05-15T15:05:51.644Z Compiling semver v0.1.20
31932026-05-15T15:05:51.679Z Compiling tokio-dtrace v0.1.1
31942026-05-15T15:05:51.682Z Compiling dropshot-api-manager-types v0.7.1
31952026-05-15T15:05:51.759Z Compiling typify-macro v0.6.2
31962026-05-15T15:05:51.777Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31972026-05-15T15:05:51.792Z Compiling lru-cache v0.1.2
31982026-05-15T15:05:51.884Z Compiling rustc_version v0.1.7
31992026-05-15T15:05:51.922Z Compiling slog-dtrace v0.3.0
32002026-05-15T15:05:51.944Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-05-15T15:05:51.964Z Compiling minimal-lexical v0.2.1
32022026-05-15T15:05:51.967Z Compiling oxide-tokio-rt v0.1.4
32032026-05-15T15:05:51.967Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-05-15T15:05:52.015Z Compiling typify-impl v0.4.3
32052026-05-15T15:05:52.047Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-15T15:05:52.064Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-05-15T15:05:52.142Z Compiling newtype_derive v0.1.6
32082026-05-15T15:05:52.194Z Compiling nom v7.1.3
32092026-05-15T15:05:52.223Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-15T15:05:52.227Z Compiling phf_shared v0.12.1
32112026-05-15T15:05:52.256Z Compiling csv-core v0.1.13
32122026-05-15T15:05:52.271Z Compiling highway v1.3.0
32132026-05-15T15:05:52.322Z Compiling xshell-macros v0.2.7
32142026-05-15T15:05:52.365Z Compiling chrono-tz v0.10.4
32152026-05-15T15:05:52.437Z Compiling phf v0.12.1
32162026-05-15T15:05:52.541Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-05-15T15:05:52.559Z Compiling csv v1.4.0
32182026-05-15T15:05:52.604Z Compiling const_format_proc_macros v0.2.34
32192026-05-15T15:05:52.676Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32202026-05-15T15:05:52.695Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32212026-05-15T15:05:52.750Z Compiling xshell v0.2.7
32222026-05-15T15:05:52.962Z Compiling primeorder v0.13.6
32232026-05-15T15:05:52.979Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-15T15:05:53.113Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32252026-05-15T15:05:53.132Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-05-15T15:05:53.204Z Compiling tabled_derive v0.7.0
32272026-05-15T15:05:53.253Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32282026-05-15T15:05:53.296Z Compiling bcs v0.1.6
32292026-05-15T15:05:53.489Z Compiling const_format v0.2.35
32302026-05-15T15:05:53.589Z Compiling hickory-resolver v0.24.4
32312026-05-15T15:05:53.632Z Compiling typify v0.6.2
32322026-05-15T15:05:53.649Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-05-15T15:05:53.725Z Compiling salty v0.3.0
32342026-05-15T15:05:53.766Z Compiling progenitor-impl v0.14.0
32352026-05-15T15:05:53.784Z Compiling progenitor-impl v0.13.0
32362026-05-15T15:05:53.839Z Compiling termtree v0.5.1
32372026-05-15T15:05:53.855Z Compiling textwrap v0.16.2
32382026-05-15T15:05:54.024Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32392026-05-15T15:05:54.040Z Compiling steno v0.4.1
32402026-05-15T15:05:54.199Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32412026-05-15T15:05:54.333Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32422026-05-15T15:05:54.355Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32432026-05-15T15:05:54.454Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-05-15T15:05:54.524Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-05-15T15:05:54.576Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-05-15T15:05:54.759Z Compiling qorb v0.4.1
32472026-05-15T15:05:55.015Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32482026-05-15T15:05:55.083Z Compiling tabled v0.15.0
32492026-05-15T15:05:55.250Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-15T15:05:55.367Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-05-15T15:05:55.444Z Compiling radium v0.7.0
32522026-05-15T15:05:55.540Z Compiling humantime v2.3.0
32532026-05-15T15:05:55.750Z Compiling tagptr v0.2.0
32542026-05-15T15:05:55.853Z Compiling base64 v0.21.7
32552026-05-15T15:05:55.930Z Compiling moka v0.12.13
32562026-05-15T15:05:55.980Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32572026-05-15T15:05:56.057Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32582026-05-15T15:05:56.217Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32592026-05-15T15:05:56.348Z Compiling p384 v0.13.1
32602026-05-15T15:05:56.485Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32612026-05-15T15:05:56.577Z Compiling progenitor-macro v0.14.0
32622026-05-15T15:05:56.596Z Compiling progenitor-macro v0.13.0
32632026-05-15T15:05:56.612Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32642026-05-15T15:05:56.632Z Compiling typify-macro v0.4.3
32652026-05-15T15:05:56.682Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-05-15T15:05:56.772Z Compiling maybe-uninit v2.0.0
32672026-05-15T15:05:56.775Z Compiling tap v1.0.1
32682026-05-15T15:05:56.809Z Compiling hickory-resolver v0.25.2
32692026-05-15T15:05:56.858Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-05-15T15:05:56.938Z Compiling wyz v0.5.1
32712026-05-15T15:05:57.153Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-05-15T15:05:57.169Z Compiling proc-macro-error-attr2 v2.0.0
32732026-05-15T15:05:57.184Z Compiling utf-8 v0.7.6
32742026-05-15T15:05:57.327Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-05-15T15:05:57.394Z Compiling funty v2.0.0
32762026-05-15T15:05:57.495Z Compiling parking_lot_core v0.8.6
32772026-05-15T15:05:57.512Z Compiling packed_struct v0.10.1
32782026-05-15T15:05:57.592Z Compiling tungstenite v0.21.0
32792026-05-15T15:05:57.615Z Compiling proc-macro-error2 v2.0.1
32802026-05-15T15:05:57.832Z Compiling bitvec v1.0.1
32812026-05-15T15:05:57.922Z Compiling polyval v0.6.2
32822026-05-15T15:05:57.952Z Compiling git-stub v1.0.0
32832026-05-15T15:05:57.970Z Compiling num-derive v0.3.3
32842026-05-15T15:05:58.002Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-05-15T15:05:58.027Z Compiling packed_struct_codegen v0.10.1
32862026-05-15T15:05:58.188Z Compiling bitfield-macros v0.19.4
32872026-05-15T15:05:58.255Z Compiling zerocopy-derive v0.6.6
32882026-05-15T15:05:58.349Z Compiling indexmap v1.9.3
32892026-05-15T15:05:58.430Z Compiling typify v0.4.3
32902026-05-15T15:05:58.456Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-05-15T15:05:58.519Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-05-15T15:05:58.574Z Compiling nodrop v0.1.14
32932026-05-15T15:05:58.592Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-05-15T15:05:58.679Z Compiling crc-catalog v2.4.0
32952026-05-15T15:05:58.726Z Compiling array-init v0.0.4
32962026-05-15T15:05:58.769Z Compiling crc v3.4.0
32972026-05-15T15:05:58.801Z Compiling progenitor-impl v0.11.2
32982026-05-15T15:05:58.841Z Compiling git-stub-vcs v0.1.0
32992026-05-15T15:05:58.933Z Compiling libscf-sys v1.1.0
33002026-05-15T15:05:58.966Z Compiling bitfield v0.19.4
33012026-05-15T15:05:59.005Z Compiling tokio-tungstenite v0.21.0
33022026-05-15T15:05:59.108Z Compiling ghash v0.5.1
33032026-05-15T15:05:59.125Z Compiling tabled_derive v0.11.0
33042026-05-15T15:05:59.159Z Compiling zerocopy v0.6.6
33052026-05-15T15:05:59.176Z Compiling smallvec v0.6.14
33062026-05-15T15:05:59.360Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-05-15T15:05:59.396Z Compiling papergrid v0.17.0
33082026-05-15T15:05:59.456Z Compiling testing_table v0.3.0
33092026-05-15T15:05:59.544Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-05-15T15:05:59.563Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33112026-05-15T15:05:59.581Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33122026-05-15T15:05:59.649Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33132026-05-15T15:05:59.674Z Compiling ctr v0.9.2
33142026-05-15T15:05:59.759Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-15T15:05:59.899Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-15T15:05:59.915Z Compiling unicase v2.9.0
33172026-05-15T15:05:59.934Z Compiling illumos-nvpair-sys v0.2.0
33182026-05-15T15:06:00.073Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33192026-05-15T15:06:00.117Z Compiling corncobs v0.1.4
33202026-05-15T15:06:00.138Z Compiling hashbrown v0.12.3
33212026-05-15T15:06:00.173Z Compiling mime_guess v2.0.5
33222026-05-15T15:06:00.229Z Compiling aes-gcm v0.10.3
33232026-05-15T15:06:00.252Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-05-15T15:06:00.320Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-15T15:06:00.420Z Compiling tabled v0.20.0
33262026-05-15T15:06:00.460Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33272026-05-15T15:06:00.668Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-05-15T15:06:00.668Z Compiling parking_lot v0.11.2
33292026-05-15T15:06:00.703Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-05-15T15:06:00.781Z Compiling serde-hex v0.1.0
33312026-05-15T15:06:00.920Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33322026-05-15T15:06:01.096Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33332026-05-15T15:06:01.174Z Compiling progenitor-impl v0.10.0
33342026-05-15T15:06:01.344Z Compiling ron v0.8.1
33352026-05-15T15:06:01.378Z Compiling hashbrown v0.13.2
33362026-05-15T15:06:01.426Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-15T15:06:01.444Z Compiling progenitor-client v0.11.2
33382026-05-15T15:06:01.523Z Compiling blowfish v0.9.1
33392026-05-15T15:06:01.590Z Compiling progenitor-macro v0.11.2
33402026-05-15T15:06:01.796Z Compiling ssh-encoding v0.2.0
33412026-05-15T15:06:01.799Z Compiling prefix-trie v0.7.0
33422026-05-15T15:06:01.832Z Compiling progenitor v0.14.0
33432026-05-15T15:06:01.832Z Compiling progenitor v0.13.0
33442026-05-15T15:06:01.904Z Compiling fxhash v0.2.1
33452026-05-15T15:06:02.018Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-15T15:06:02.036Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-05-15T15:06:02.040Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-05-15T15:06:02.070Z Compiling secrecy v0.8.0
33492026-05-15T15:06:02.090Z Compiling crc-any v2.5.0
33502026-05-15T15:06:02.190Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33512026-05-15T15:06:02.247Z Compiling hickory-server v0.25.2
33522026-05-15T15:06:02.352Z Compiling sled v0.34.7
33532026-05-15T15:06:02.370Z Compiling ssh-cipher v0.2.0
33542026-05-15T15:06:02.447Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-05-15T15:06:02.562Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-15T15:06:02.578Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33572026-05-15T15:06:02.889Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-05-15T15:06:02.991Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-05-15T15:06:03.325Z Compiling object v0.30.4
33602026-05-15T15:06:03.342Z Compiling bcrypt-pbkdf v0.10.0
33612026-05-15T15:06:03.400Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-05-15T15:06:03.606Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33632026-05-15T15:06:03.699Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33642026-05-15T15:06:03.717Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33652026-05-15T15:06:04.166Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-05-15T15:06:04.403Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-05-15T15:06:04.588Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-15T15:06:04.777Z Compiling progenitor-macro v0.10.0
33692026-05-15T15:06:05.037Z Compiling password-hash v0.4.2
33702026-05-15T15:06:05.283Z Compiling http-range v0.1.5
33712026-05-15T15:06:05.283Z Compiling crc8 v0.1.1
33722026-05-15T15:06:05.459Z Compiling half v1.8.3
33732026-05-15T15:06:05.471Z Compiling path-slash v0.1.5
33742026-05-15T15:06:05.492Z Compiling pbkdf2 v0.11.0
33752026-05-15T15:06:05.511Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33762026-05-15T15:06:05.650Z Compiling illumos-nvpair v0.3.0
33772026-05-15T15:06:05.731Z Compiling serde_cbor v0.11.2
33782026-05-15T15:06:05.747Z Compiling ssh-key v0.6.7
33792026-05-15T15:06:05.765Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-05-15T15:06:06.195Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-05-15T15:06:06.368Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33822026-05-15T15:06:06.372Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33832026-05-15T15:06:06.419Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33842026-05-15T15:06:06.606Z Compiling progenitor v0.11.2
33852026-05-15T15:06:06.805Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33862026-05-15T15:06:06.929Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33872026-05-15T15:06:07.059Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33882026-05-15T15:06:07.145Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33892026-05-15T15:06:07.249Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33902026-05-15T15:06:07.265Z Compiling p256 v0.13.2
33912026-05-15T15:06:07.270Z Compiling p521 v0.13.3
33922026-05-15T15:06:07.305Z Compiling yasna v0.5.2
33932026-05-15T15:06:07.403Z Compiling kstat-rs v0.2.4
33942026-05-15T15:06:07.480Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-05-15T15:06:07.694Z Compiling headers-core v0.3.0
33962026-05-15T15:06:07.717Z Compiling nanorand v0.7.0
33972026-05-15T15:06:07.731Z Compiling russh-cryptovec v0.7.3
33982026-05-15T15:06:07.844Z Compiling atty v0.2.14
33992026-05-15T15:06:07.890Z Compiling home v0.5.12
34002026-05-15T15:06:07.958Z Compiling md5 v0.7.0
34012026-05-15T15:06:07.994Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34022026-05-15T15:06:08.013Z Compiling flume v0.11.1
34032026-05-15T15:06:08.034Z Compiling headers v0.4.1
34042026-05-15T15:06:08.041Z Compiling rcgen v0.12.1
34052026-05-15T15:06:08.055Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34062026-05-15T15:06:08.072Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-05-15T15:06:08.248Z Compiling russh-keys v0.45.0
34082026-05-15T15:06:08.267Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-05-15T15:06:08.311Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34102026-05-15T15:06:08.362Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34112026-05-15T15:06:08.471Z Compiling hyper-staticfile v0.10.1
34122026-05-15T15:06:08.652Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-05-15T15:06:08.803Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-05-15T15:06:08.814Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-05-15T15:06:08.941Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34162026-05-15T15:06:09.001Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34172026-05-15T15:06:09.058Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34182026-05-15T15:06:09.087Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-05-15T15:06:09.347Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34202026-05-15T15:06:09.376Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-05-15T15:06:09.580Z Compiling num-bigint v0.4.6
34222026-05-15T15:06:09.602Z Compiling des v0.8.1
34232026-05-15T15:06:09.620Z Compiling subprocess v0.2.15
34242026-05-15T15:06:09.624Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-05-15T15:06:09.659Z Compiling display-error-chain v0.2.2
34262026-05-15T15:06:09.784Z Compiling hex-literal v0.4.1
34272026-05-15T15:06:09.838Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-05-15T15:06:09.859Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-05-15T15:06:09.876Z Compiling colored v2.2.0
34302026-05-15T15:06:09.903Z Compiling progenitor v0.10.0
34312026-05-15T15:06:09.928Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34322026-05-15T15:06:10.082Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34332026-05-15T15:06:10.100Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-05-15T15:06:10.125Z Compiling socket2 v0.5.10
34352026-05-15T15:06:10.199Z Compiling internet-checksum v0.2.1
34362026-05-15T15:06:10.808Z Compiling russh v0.45.0
34372026-05-15T15:06:10.847Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34382026-05-15T15:06:10.874Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34392026-05-15T15:06:13.396Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-05-15T15:06:14.053Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34412026-05-15T15:06:14.521Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34422026-05-15T15:06:16.216Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34432026-05-15T15:06:24.208Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-05-15T15:06:24.208Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34452026-05-15T15:06:24.212Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34462026-05-15T15:06:24.212Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34472026-05-15T15:06:25.991Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34482026-05-15T15:06:26.006Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34492026-05-15T15:06:30.141Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34502026-05-15T15:07:09.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34512026-05-15T15:07:10.072Z
34522026-05-15T15:07:10.072Zreal 1:26.876140326
34532026-05-15T15:07:10.072Zuser 8:16.401682154
34542026-05-15T15:07:10.072Zsys 1:40.200735442
34552026-05-15T15:07:10.072Ztrap 0.257887556
34562026-05-15T15:07:10.072Ztflt 0.549996420
34572026-05-15T15:07:10.072Zdflt 1.852036258
34582026-05-15T15:07:10.076Zkflt 0.000433013
34592026-05-15T15:07:10.076Zlock 29:29.532386638
34602026-05-15T15:07:10.076Zslp 19:11.006574517
34612026-05-15T15:07:10.076Zlat 39.507031759
34622026-05-15T15:07:10.076Zstop 2:48.491001459
34632026-05-15T15:07:10.076Z+ mkdir tests
34642026-05-15T15:07:10.076Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34652026-05-15T15:07:10.082Z+ xargs -I '{}' -t cp '{}' tests/
34662026-05-15T15:07:10.175Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ec4c4692d04d0ecf tests/
34672026-05-15T15:07:10.195Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-187806eee2671235 tests/
34682026-05-15T15:07:10.216Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7f5235f06ae5a0bc tests/
34692026-05-15T15:07:10.246Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-351cb1a9eccb4559 tests/
34702026-05-15T15:07:10.478Z+ 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/*)
34712026-05-15T15:07:10.483Z+ 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-187806eee2671235 tests/commtest-7f5235f06ae5a0bc tests/dhcp_server-ec4c4692d04d0ecf tests/end_to_end_tests-351cb1a9eccb4559 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
34722026-05-15T15:08:30.396ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34732026-05-15T15:08:30.396Za .github/buildomat/ci-env.sh 1K
34742026-05-15T15:08:30.396Za out/target/test 1K
34752026-05-15T15:08:30.396Za out/npuzone/npuzone 27402K
34762026-05-15T15:08:30.396Za package-manifest.toml 35K
34772026-05-15T15:08:30.396Za smf/sled-agent/non-gimlet/config.toml 6K
34782026-05-15T15:08:30.396Za target/release/omicron-package 46039K
34792026-05-15T15:08:30.396Za target/release/xtask 11449K
34802026-05-15T15:08:30.396Za target/debug/bootstrap 352726K
34812026-05-15T15:08:30.396Za tests/bootstrap-187806eee2671235 31215K
34822026-05-15T15:08:30.396Za tests/commtest-7f5235f06ae5a0bc 32300K
34832026-05-15T15:08:30.396Za tests/dhcp_server-ec4c4692d04d0ecf 31215K
34842026-05-15T15:08:30.396Za tests/end_to_end_tests-351cb1a9eccb4559 394547K
34852026-05-15T15:08:30.396Za out/clickhouse.tar.gz 319689K
34862026-05-15T15:08:30.396Za out/clickhouse_keeper.tar.gz 305043K
34872026-05-15T15:08:30.396Za out/clickhouse_server.tar.gz 319688K
34882026-05-15T15:08:30.396Za out/cockroachdb.tar.gz 165211K
34892026-05-15T15:08:30.396Za out/crucible-pantry-zone.tar.gz 44224K
34902026-05-15T15:08:30.396Za out/crucible-utils.tar 17744K
34912026-05-15T15:08:30.396Za out/crucible-zone.tar.gz 58362K
34922026-05-15T15:08:30.396Za out/external-dns.tar.gz 49818K
34932026-05-15T15:08:30.396Za out/internal-dns.tar.gz 49818K
34942026-05-15T15:08:30.397Za out/mg-ddm-gz.tar 95141K
34952026-05-15T15:08:30.397Za out/nexus.tar.gz 220260K
34962026-05-15T15:08:30.397Za out/ntp.tar.gz 32170K
34972026-05-15T15:08:30.397Za out/omicron-gateway-softnpu.tar.gz 29645K
34982026-05-15T15:08:30.397Za out/omicron-sled-agent.tar 204452K
34992026-05-15T15:08:30.397Za out/overlay.tar.gz 3K
35002026-05-15T15:08:30.397Za out/oximeter.tar.gz 67889K
35012026-05-15T15:08:30.397Za out/oxlog.tar 3782K
35022026-05-15T15:08:30.397Za out/probe.tar.gz 3037K
35032026-05-15T15:08:30.397Za out/propolis-server.tar.gz 38727K
35042026-05-15T15:08:30.397Za out/pumpkind-gz.tar 26647K
35052026-05-15T15:08:30.397Za out/switch-softnpu.tar.gz 396703K
35062026-05-15T15:08:30.401Z
35072026-05-15T15:08:30.401Zreal 1:19.915417410
35082026-05-15T15:08:30.401Zuser 1:17.203916894
35092026-05-15T15:08:30.401Zsys 4.501426053
35102026-05-15T15:08:30.401Ztrap 0.006718118
35112026-05-15T15:08:30.401Ztflt 0.000000000
35122026-05-15T15:08:30.401Zdflt 0.000000000
35132026-05-15T15:08:30.401Zkflt 0.000000000
35142026-05-15T15:08:30.401Zlock 0.000000000
35152026-05-15T15:08:30.401Zslp 1:17.094660535
35162026-05-15T15:08:30.401Zlat 1.019116828
35172026-05-15T15:08:30.401Zstop 0.000219738
35182026-05-15T15:08:30.401Zprocess exited: duration 976459 ms, exit code 0
 
35192026-05-15T15:08:30.415Zfound 1 output files
35202026-05-15T15:08:30.415Zuploading: /work/package.tar.gz (2446407301 bytes)
35212026-05-15T15:09:00.491Zuploaded: /work/package.tar.gz