01KN7RDN8DEHXADSREH5TGQ0X8: 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: 01KN7REMANBE6QSCAK3JCXG2XX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-02T19:08:14.403Zjob assigned to worker 01KN7SEVKJD25TE3EZP9N9Y8D7 [factory aws, i-0c388c90bf30490c6] (queued for 18 m 52 s)
 
22026-04-02T19:08:22.995Zstarting task 0: "setup"
32026-04-02T19:08:23.000Z++ uname -s
42026-04-02T19:08:23.000Z+ kern=SunOS
52026-04-02T19:08:23.000Z+ build_user=build
62026-04-02T19:08:23.000Z+ build_uid=12345
72026-04-02T19:08:23.000Z+ work_dir=/work
82026-04-02T19:08:23.000Z+ input_dir=/input
92026-04-02T19:08:23.000Z+ [[ 0 == 12345 ]]
102026-04-02T19:08:23.000Z+ case "$kern" in
112026-04-02T19:08:23.000Z+ groupadd -g 12345 build
122026-04-02T19:08:23.000Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-02T19:08:24.990Z+ zfs create -o mountpoint=/work rpool/work
142026-04-02T19:08:25.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-02T19:08:25.114Z+ home_fs=zfs
162026-04-02T19:08:25.114Z+ [[ zfs == autofs ]]
172026-04-02T19:08:25.114Z+ mkdir -p /home/build
182026-04-02T19:08:25.117Z+ chown build:build /home/build /work
192026-04-02T19:08:27.117Z+ chmod 0700 /home/build /work
202026-04-02T19:08:27.121Zprocess exited: duration 4151 ms, exit code 0
 
212026-04-02T19:08:27.128Zstarting task 1: "rust-toolchain"
222026-04-02T19:08:27.134Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-02T19:08:27.134Z * rust toolchain channel = "1.94.0"
242026-04-02T19:08:27.134Z * rust toolchain profile = "default"
252026-04-02T19:08:27.134Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-02T19:08:27.134Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-02T19:08:27.134Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-02T19:08:27.137Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-02T19:08:27.137Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-02T19:08:27.257Zinfo: downloading installer
312026-04-02T19:08:28.923Zwarn: It looks like you have an existing rustup settings file at:
322026-04-02T19:08:28.923Zwarn: /home/build/.rustup/settings.toml
332026-04-02T19:08:28.923Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-04-02T19:08:28.923Zwarn: instead of the one inferred from the default host triple.
352026-04-02T19:08:28.938Zinfo: profile set to default
362026-04-02T19:08:28.938Zinfo: default host triple is x86_64-unknown-illumos
372026-04-02T19:08:28.941Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-04-02T19:08:29.086Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-04-02T19:08:29.089Zinfo: downloading 6 components
402026-04-02T19:08:45.794Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-04-02T19:08:45.794Z
422026-04-02T19:08:45.828Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-04-02T19:08:45.828Z
442026-04-02T19:08:45.828Z
452026-04-02T19:08:45.828ZRust is installed now. Great!
462026-04-02T19:08:45.828Z
472026-04-02T19:08:45.831ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-04-02T19:08:45.831Zenvironment variable. This has not been done automatically.
492026-04-02T19:08:45.831Z
502026-04-02T19:08:45.831ZTo configure your current shell, you need to source
512026-04-02T19:08:45.831Zthe corresponding env file under $HOME/.cargo.
522026-04-02T19:08:45.831Z
532026-04-02T19:08:45.831ZThis is usually done by running one of the following (note the leading DOT):
542026-04-02T19:08:45.831Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-04-02T19:08:45.831Zsource "$HOME/.cargo/env.fish" # For fish
562026-04-02T19:08:45.831Zsource "~/.cargo/env.nu" # For nushell
572026-04-02T19:08:45.831Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-04-02T19:08:45.831Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-04-02T19:08:45.831Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-04-02T19:08:45.831Zwarn: no default linker (`cc`) was found in your PATH
612026-04-02T19:08:45.831Zwarn: many Rust crates require a system C toolchain to build
622026-04-02T19:08:45.942Z+ rustup --version
632026-04-02T19:08:45.949Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-04-02T19:08:45.952Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-04-02T19:08:45.975Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-04-02T19:08:45.978Z+ cargo --version
672026-04-02T19:08:45.990Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-04-02T19:08:45.995Z+ rustc --version
692026-04-02T19:08:46.019Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-04-02T19:08:46.022Zprocess exited: duration 18901 ms, exit code 0
 
712026-04-02T19:08:46.030Zstarting task 2: "authentication"
722026-04-02T19:08:46.051Zprocess exited: duration 20 ms, exit code 0
 
732026-04-02T19:08:46.057Zstarting task 3: "clone repository"
742026-04-02T19:08:46.062Z+ mkdir -p /work/oxidecomputer/omicron
752026-04-02T19:08:46.065Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-04-02T19:08:46.088ZCloning into '/work/oxidecomputer/omicron'...
772026-04-02T19:08:57.876Z+ cd /work/oxidecomputer/omicron
782026-04-02T19:08:57.879Z+ git fetch origin 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
792026-04-02T19:08:58.210ZFrom https://github.com/oxidecomputer/omicron
802026-04-02T19:08:58.210Z * branch 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c -> FETCH_HEAD
812026-04-02T19:08:58.227Z+ [[ -n helios3 ]]
822026-04-02T19:08:58.237Z++ git branch --show-current
832026-04-02T19:08:58.237Z+ current=main
842026-04-02T19:08:58.237Z+ [[ main != helios3 ]]
852026-04-02T19:08:58.237Z+ git branch -f helios3 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
862026-04-02T19:08:58.240Z+ git checkout -f helios3
872026-04-02T19:08:58.554ZSwitched to branch 'helios3'
882026-04-02T19:08:58.560Z+ git reset --hard 56d7b28b9ae67db3c16b956fe5047fa5f6e8f78c
892026-04-02T19:08:58.573ZHEAD is now at 56d7b28b9 WIP - move to Helios v3
902026-04-02T19:08:58.576Zprocess exited: duration 12522 ms, exit code 0
 
912026-04-02T19:08:58.583Zstarting task 4: "build"
922026-04-02T19:08:58.588Z+ source .github/buildomat/ci-env.sh
932026-04-02T19:08:58.588Z++ export CARGO_TERM_COLOR=always
942026-04-02T19:08:58.588Z++ CARGO_TERM_COLOR=always
952026-04-02T19:08:58.588Z+ cargo --version
962026-04-02T19:08:58.601Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-04-02T19:08:58.605Z+ rustc --version
982026-04-02T19:08:58.631Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-04-02T19:08:58.636Z+ WORK=/work
1002026-04-02T19:08:58.636Z+ pfexec mkdir -p /work
1012026-04-02T19:08:58.640Z+ pfexec chown build /work
1022026-04-02T19:08:58.644Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-04-02T19:09:00.635Z Startup: Refreshing catalog 'helios' ... Done
1042026-04-02T19:09:00.709Z Startup: Caching catalogs ... Done
1052026-04-02T19:09:00.997ZPlanning: Solver setup ... Done (0.238s)
1062026-04-02T19:09:01.016ZPlanning: Running solver ... Done (0.020s)
1072026-04-02T19:09:01.054ZPlanning: Finding local manifests ... Done (0.033s)
1082026-04-02T19:09:01.067ZPlanning: Fetching manifests: 0/2 0% complete
1092026-04-02T19:09:01.087ZPlanning: Fetching manifests: 2/2 100% complete
1102026-04-02T19:09:01.104ZPlanning: Package planning ... Done (0.018s)
1112026-04-02T19:09:01.107ZPlanning: Merging actions ... Done (0.002s)
1122026-04-02T19:09:01.462ZPlanning: Checking for conflicting actions ... Done (0.355s)
1132026-04-02T19:09:01.465ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-04-02T19:09:03.512ZPlanning: Evaluating mediators ... Done (2.049s)
1152026-04-02T19:09:03.515ZPlanning: Planning completed in 2.77 seconds
1162026-04-02T19:09:03.522Z Packages to install: 2
1172026-04-02T19:09:03.522Z Estimated space available: 156.08 GB
1182026-04-02T19:09:03.523ZEstimated space to be consumed: 18.46 MB
1192026-04-02T19:09:03.527Z Create boot environment: No
1202026-04-02T19:09:03.527ZCreate backup boot environment: No
1212026-04-02T19:09:03.527Z Rebuild boot archive: No
1222026-04-02T19:09:03.527Z
1232026-04-02T19:09:03.527ZChanged packages:
1242026-04-02T19:09:03.527Zhelios
1252026-04-02T19:09:03.527Z developer/build-essential
1262026-04-02T19:09:03.527Z None -> 11-3.0
1272026-04-02T19:09:03.527Z library/libxmlsec1
1282026-04-02T19:09:03.527Z None -> 1.2.35-3.0
1292026-04-02T19:09:03.553Z
1302026-04-02T19:09:03.553ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-04-02T19:09:04.822ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
1322026-04-02T19:09:04.889Z Actions: 1/268 actions (Installing new actions)
1332026-04-02T19:09:04.977Z Actions: Completed 268 actions in 0.09 seconds.
1342026-04-02T19:09:04.985ZFinalize: Updating package state database ... Done (0.007s)
1352026-04-02T19:09:04.985ZFinalize: Updating package cache ... Done (0.000s)
1362026-04-02T19:09:05.005ZFinalize: Updating image state ... Done (0.019s)
1372026-04-02T19:09:08.369ZFinalize: Creating fast lookup database ... Done (3.340s)
1382026-04-02T19:09:08.502ZFinalize: Reading search index ... Done (0.069s)
1392026-04-02T19:09:08.505ZFinalize: Updating search index ... Done (0.000s)
1402026-04-02T19:09:08.635ZFinalize: Updating package cache ... Done (0.000s)
1412026-04-02T19:09:09.004ZPlanning: Evaluating mediator changes ... Done
1422026-04-02T19:09:09.145ZPlanning: Checking for conflicting actions ... Done
1432026-04-02T19:09:09.148ZPlanning: Consolidating action changes ... Done
1442026-04-02T19:09:09.383ZPlanning: Evaluating mediators ... Done
1452026-04-02T19:09:09.385ZPlanning: Planning completed in 0.38 seconds
1462026-04-02T19:09:09.414Z Mediators to change: 2
1472026-04-02T19:09:09.414Z Create boot environment: No
1482026-04-02T19:09:09.414ZCreate backup boot environment: No
1492026-04-02T19:09:09.475ZFinalize: Updating package state database ... Done
1502026-04-02T19:09:09.475ZFinalize: Updating package cache ... Done
1512026-04-02T19:09:09.487ZFinalize: Updating image state ... Done
1522026-04-02T19:09:12.257ZFinalize: Creating fast lookup database ... Done
1532026-04-02T19:09:12.335ZFinalize: Reading search index ... Done
1542026-04-02T19:09:12.337ZFinalize: Updating search index ... Done
1552026-04-02T19:09:12.439ZFinalize: Updating package cache ... Done
1562026-04-02T19:09:12.810ZPlanning: Evaluating mediator changes ... Done
1572026-04-02T19:09:12.950ZPlanning: Checking for conflicting actions ... Done
1582026-04-02T19:09:12.953ZPlanning: Consolidating action changes ... Done
1592026-04-02T19:09:13.186ZPlanning: Evaluating mediators ... Done
1602026-04-02T19:09:13.188ZPlanning: Planning completed in 0.38 seconds
1612026-04-02T19:09:13.218Z Mediators to change: 1
1622026-04-02T19:09:13.218Z Create boot environment: No
1632026-04-02T19:09:13.220ZCreate backup boot environment: No
1642026-04-02T19:09:13.296ZFinalize: Updating package state database ... Done
1652026-04-02T19:09:13.296ZFinalize: Updating package cache ... Done
1662026-04-02T19:09:13.306ZFinalize: Updating image state ... Done
1672026-04-02T19:09:16.082ZFinalize: Creating fast lookup database ... Done
1682026-04-02T19:09:16.156ZFinalize: Reading search index ... Done
1692026-04-02T19:09:16.161ZFinalize: Updating search index ... Done
1702026-04-02T19:09:16.240ZFinalize: Updating package cache ... Done
1712026-04-02T19:09:16.656ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-04-02T19:09:16.656Zapache system 2.4 system
1732026-04-02T19:09:16.656Zclang system 15 system
1742026-04-02T19:09:16.656Zcsh system system illumos
1752026-04-02T19:09:16.657Zctags system system illumos
1762026-04-02T19:09:16.657Zfile vendor vendor darwinsys
1772026-04-02T19:09:16.657Zfile system system illumos
1782026-04-02T19:09:16.657Zgcc vendor 14 vendor
1792026-04-02T19:09:16.657Zgcc system 13 system
1802026-04-02T19:09:16.657Zgcc system 10 system
1812026-04-02T19:09:16.657Zgo system 1.25 system
1822026-04-02T19:09:16.657Zllvm system 15 system
1832026-04-02T19:09:16.657Zmariadb system 11.4 system
1842026-04-02T19:09:16.657Zmta vendor vendor dma
1852026-04-02T19:09:16.657Zopenjdk system 17 system
1862026-04-02T19:09:16.657Zopenjdk system 11 system
1872026-04-02T19:09:16.657Zopenssl vendor 3 vendor
1882026-04-02T19:09:16.657Zperl system 5.40 system
1892026-04-02T19:09:16.657Zpostgresql system 18 system
1902026-04-02T19:09:16.657Zpostgresql system 17 system
1912026-04-02T19:09:16.657Zpython vendor 3 vendor
1922026-04-02T19:09:16.657Zpython system 2 system
1932026-04-02T19:09:16.657Zpython3 vendor 3.13 vendor
1942026-04-02T19:09:16.658Zruby system 3.4 system
1952026-04-02T19:09:16.658Zruby system 3.0 system
1962026-04-02T19:09:16.658Zwords vendor vendor american-english
1972026-04-02T19:09:16.658Zwords system system australian-english
1982026-04-02T19:09:16.658Zwords system system british-english
1992026-04-02T19:09:16.658Zwords system system canadian-english
2002026-04-02T19:09:16.658Zwords system system french
2012026-04-02T19:09:16.658Zwords system system italian
2022026-04-02T19:09:16.658Zwords system system ngerman
2032026-04-02T19:09:16.658Zwords system system ogerman
2042026-04-02T19:09:16.658Zwords system system spanish
2052026-04-02T19:09:16.992ZPUBLISHER TYPE STATUS P LOCATION
2062026-04-02T19:09:16.992Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-04-02T19:09:17.352ZFMRI IFO
2082026-04-02T19:09:17.352Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-04-02T19:09:17.352Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-04-02T19:09:17.352Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-04-02T19:09:17.352Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-04-02T19:09:17.352Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-04-02T19:09:17.352Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-04-02T19:09:17.352Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-04-02T19:09:17.352Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-04-02T19:09:17.352Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-04-02T19:09:17.634Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-04-02T19:09:17.934Z Updating crates.io index
2192026-04-02T19:09:17.937Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-04-02T19:09:18.445Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-04-02T19:09:18.885Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-04-02T19:09:19.302Z Updating git repository `https://github.com/oxidecomputer/falcon`
2232026-04-02T19:09:20.197Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-04-02T19:09:20.688Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-04-02T19:09:22.342Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-04-02T19:09:23.988Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-04-02T19:09:24.804Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-04-02T19:09:25.265Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-04-02T19:09:26.103Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-04-02T19:09:26.435Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-04-02T19:09:26.814Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-04-02T19:09:27.219Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-04-02T19:09:28.168Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-04-02T19:09:28.724Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-04-02T19:09:29.079Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-04-02T19:09:29.447Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-04-02T19:09:29.957Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-04-02T19:09:30.340Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-04-02T19:09:30.600Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-04-02T19:09:30.878Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-04-02T19:09:31.367Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-04-02T19:09:31.803Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-04-02T19:09:32.243Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-04-02T19:09:32.600Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-04-02T19:09:32.885Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-04-02T19:09:33.743Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-04-02T19:09:34.276Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-04-02T19:09:34.799Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-04-02T19:09:35.427Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-04-02T19:09:35.785Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-04-02T19:09:36.173Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-04-02T19:09:36.564Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-04-02T19:09:36.970Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-04-02T19:09:37.216Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-04-02T19:09:37.498Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-04-02T19:09:37.825Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-04-02T19:09:38.237Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-04-02T19:09:52.810Z Downloading crates ...
2592026-04-02T19:09:52.873Z Downloaded cargo-platform v0.2.0
2602026-04-02T19:09:52.880Z Downloaded anstream v0.6.21
2612026-04-02T19:09:52.883Z Downloaded anstyle-query v1.1.5
2622026-04-02T19:09:52.883Z Downloaded thiserror v2.0.18
2632026-04-02T19:09:52.887Z Downloaded cargo_toml v0.21.0
2642026-04-02T19:09:52.890Z Downloaded toml_write v0.1.2
2652026-04-02T19:09:52.890Z Downloaded zerofrom-derive v0.1.6
2662026-04-02T19:09:52.893Z Downloaded anstyle-parse v0.2.7
2672026-04-02T19:09:52.893Z Downloaded thiserror-impl v2.0.18
2682026-04-02T19:09:52.893Z Downloaded yoke v0.8.1
2692026-04-02T19:09:52.896Z Downloaded cargo-util-schemas v0.8.2
2702026-04-02T19:09:52.896Z Downloaded thiserror-impl v1.0.69
2712026-04-02T19:09:52.898Z Downloaded anstyle v1.0.13
2722026-04-02T19:09:52.898Z Downloaded cfg-if v1.0.4
2732026-04-02T19:09:52.901Z Downloaded cargo_metadata v0.21.0
2742026-04-02T19:09:52.901Z Downloaded version_check v0.9.5
2752026-04-02T19:09:52.901Z Downloaded colorchoice v1.0.4
2762026-04-02T19:09:52.904Z Downloaded crypto-common v0.1.7
2772026-04-02T19:09:52.904Z Downloaded typeid v1.0.3
2782026-04-02T19:09:52.904Z Downloaded toml v0.8.23
2792026-04-02T19:09:52.907Z Downloaded zerovec-derive v0.11.2
2802026-04-02T19:09:52.907Z Downloaded usdt-impl v0.5.0
2812026-04-02T19:09:52.910Z Downloaded equivalent v1.0.2
2822026-04-02T19:09:52.910Z Downloaded clap_derive v4.5.55
2832026-04-02T19:09:52.910Z Downloaded textwrap v0.16.2
2842026-04-02T19:09:52.913Z Downloaded fnv v1.0.7
2852026-04-02T19:09:52.915Z Downloaded dof v0.3.0
2862026-04-02T19:09:52.915Z Downloaded zerofrom v0.1.6
2872026-04-02T19:09:52.916Z Downloaded toml_datetime v0.6.11
2882026-04-02T19:09:52.918Z Downloaded usdt-macro v0.5.0
2892026-04-02T19:09:52.918Z Downloaded idna_adapter v1.2.1
2902026-04-02T19:09:52.918Z Downloaded heck v0.5.0
2912026-04-02T19:09:52.918Z Downloaded clap v4.5.60
2922026-04-02T19:09:52.924Z Downloaded utf8parse v0.2.2
2932026-04-02T19:09:52.927Z Downloaded thread-id v4.2.2
2942026-04-02T19:09:52.927Z Downloaded utf8_iter v1.0.4
2952026-04-02T19:09:52.927Z Downloaded usdt v0.5.0
2962026-04-02T19:09:52.930Z Downloaded unicode-xid v0.2.6
2972026-04-02T19:09:52.930Z Downloaded itoa v1.0.17
2982026-04-02T19:09:52.930Z Downloaded yoke-derive v0.8.1
2992026-04-02T19:09:52.930Z Downloaded is_terminal_polyfill v1.70.2
3002026-04-02T19:09:52.933Z Downloaded errno v0.3.14
3012026-04-02T19:09:52.933Z Downloaded scroll v0.12.0
3022026-04-02T19:09:52.936Z Downloaded dtrace-parser v0.2.0
3032026-04-02T19:09:52.936Z Downloaded unicode-linebreak v0.1.5
3042026-04-02T19:09:52.936Z Downloaded displaydoc v0.2.5
3052026-04-02T19:09:52.941Z Downloaded proc-macro-error v1.0.4
3062026-04-02T19:09:52.941Z Downloaded zerotrie v0.2.3
3072026-04-02T19:09:52.945Z Downloaded erased-serde v0.4.9
3082026-04-02T19:09:52.945Z Downloaded potential_utf v0.1.4
3092026-04-02T19:09:52.945Z Downloaded generic-array v0.14.7
3102026-04-02T19:09:52.948Z Downloaded usdt-attr-macro v0.5.0
3112026-04-02T19:09:52.948Z Downloaded zerocopy-derive v0.7.35
3122026-04-02T19:09:52.951Z Downloaded zmij v1.0.21
3132026-04-02T19:09:52.954Z Downloaded tinystr v0.8.2
3142026-04-02T19:09:52.954Z Downloaded strsim v0.11.1
3152026-04-02T19:09:52.958Z Downloaded block-buffer v0.10.4
3162026-04-02T19:09:52.958Z Downloaded byteorder v1.5.0
3172026-04-02T19:09:52.958Z Downloaded writeable v0.6.2
3182026-04-02T19:09:52.961Z Downloaded thiserror v1.0.69
3192026-04-02T19:09:52.965Z Downloaded unicode-ident v1.0.24
3202026-04-02T19:09:52.965Z Downloaded ucd-trie v0.1.7
3212026-04-02T19:09:52.968Z Downloaded smallvec v1.15.1
3222026-04-02T19:09:52.968Z Downloaded proc-macro2 v1.0.106
3232026-04-02T19:09:52.971Z Downloaded stable_deref_trait v1.2.1
3242026-04-02T19:09:52.971Z Downloaded camino-tempfile v1.4.1
3252026-04-02T19:09:52.975Z Downloaded toml_edit v0.22.27
3262026-04-02T19:09:52.978Z Downloaded clap_lex v1.0.0
3272026-04-02T19:09:52.978Z Downloaded url v2.5.8
3282026-04-02T19:09:52.981Z Downloaded pretty-hex v0.4.1
3292026-04-02T19:09:52.981Z Downloaded percent-encoding v2.3.2
3302026-04-02T19:09:52.981Z Downloaded macaddr v1.0.1
3312026-04-02T19:09:52.981Z Downloaded cpufeatures v0.2.17
3322026-04-02T19:09:52.984Z Downloaded typenum v1.19.0
3332026-04-02T19:09:52.984Z Downloaded swrite v0.1.0
3342026-04-02T19:09:52.984Z Downloaded serde-value v0.7.0
3352026-04-02T19:09:52.988Z Downloaded scroll_derive v0.12.1
3362026-04-02T19:09:52.988Z Downloaded form_urlencoded v1.2.2
3372026-04-02T19:09:52.994Z Downloaded zerovec v0.11.5
3382026-04-02T19:09:52.997Z Downloaded bitflags v2.11.0
3392026-04-02T19:09:53.001Z Downloaded zerocopy v0.7.35
3402026-04-02T19:09:53.012Z Downloaded terminal_size v0.4.3
3412026-04-02T19:09:53.015Z Downloaded heck v0.4.1
3422026-04-02T19:09:53.015Z Downloaded winnow v0.7.14
3432026-04-02T19:09:53.021Z Downloaded smawk v0.3.2
3442026-04-02T19:09:53.024Z Downloaded tabled_derive v0.7.0
3452026-04-02T19:09:53.024Z Downloaded fastrand v2.3.0
3462026-04-02T19:09:53.024Z Downloaded unicode-width v0.2.0
3472026-04-02T19:09:53.028Z Downloaded unicode-width v0.1.14
3482026-04-02T19:09:53.031Z Downloaded ordered-float v2.10.1
3492026-04-02T19:09:53.034Z Downloaded serde_spanned v0.6.9
3502026-04-02T19:09:53.034Z Downloaded num-traits v0.2.19
3512026-04-02T19:09:53.034Z Downloaded icu_normalizer_data v2.1.1
3522026-04-02T19:09:53.037Z Downloaded getrandom v0.4.1
3532026-04-02T19:09:53.040Z Downloaded memmap v0.7.0
3542026-04-02T19:09:53.043Z Downloaded serde-untagged v0.1.9
3552026-04-02T19:09:53.046Z Downloaded digest v0.10.7
3562026-04-02T19:09:53.046Z Downloaded autocfg v1.5.0
3572026-04-02T19:09:53.060Z Downloaded sha2 v0.10.9
3582026-04-02T19:09:53.065Z Downloaded fs-err v3.3.0
3592026-04-02T19:09:53.069Z Downloaded semver v1.0.27
3602026-04-02T19:09:53.075Z Downloaded bytecount v0.6.9
3612026-04-02T19:09:53.078Z Downloaded synstructure v0.13.2
3622026-04-02T19:09:53.081Z Downloaded serde_tokenstream v0.2.3
3632026-04-02T19:09:53.084Z Downloaded plain v0.2.3
3642026-04-02T19:09:53.084Z Downloaded quote v1.0.44
3652026-04-02T19:09:53.087Z Downloaded papergrid v0.11.0
3662026-04-02T19:09:53.090Z Downloaded serde v1.0.228
3672026-04-02T19:09:53.093Z Downloaded proc-macro-error-attr v1.0.4
3682026-04-02T19:09:53.093Z Downloaded pest_meta v2.8.6
3692026-04-02T19:09:53.096Z Downloaded litemap v0.8.1
3702026-04-02T19:09:53.096Z Downloaded anyhow v1.0.102
3712026-04-02T19:09:53.099Z Downloaded once_cell v1.21.3
3722026-04-02T19:09:53.099Z Downloaded tempfile v3.25.0
3732026-04-02T19:09:53.103Z Downloaded camino v1.2.2
3742026-04-02T19:09:53.112Z Downloaded pest_derive v2.8.6
3752026-04-02T19:09:53.124Z Downloaded icu_provider v2.1.1
3762026-04-02T19:09:53.129Z Downloaded log v0.4.29
3772026-04-02T19:09:53.133Z Downloaded icu_properties v2.1.2
3782026-04-02T19:09:53.136Z Downloaded serde_derive v1.0.228
3792026-04-02T19:09:53.147Z Downloaded serde_core v1.0.228
3802026-04-02T19:09:53.153Z Downloaded icu_normalizer v2.1.1
3812026-04-02T19:09:53.160Z Downloaded pest_generator v2.8.6
3822026-04-02T19:09:53.178Z Downloaded memchr v2.8.0
3832026-04-02T19:09:53.178Z Downloaded icu_collections v2.1.1
3842026-04-02T19:09:53.183Z Downloaded indexmap v2.13.0
3852026-04-02T19:09:53.186Z Downloaded icu_locale_core v2.1.1
3862026-04-02T19:09:53.190Z Downloaded hashbrown v0.16.1
3872026-04-02T19:09:53.208Z Downloaded pest v2.8.6
3882026-04-02T19:09:53.217Z Downloaded idna v1.1.0
3892026-04-02T19:09:53.223Z Downloaded icu_properties_data v2.1.2
3902026-04-02T19:09:53.241Z Downloaded serde_json v1.0.149
3912026-04-02T19:09:53.246Z Downloaded clap_builder v4.5.60
3922026-04-02T19:09:53.259Z Downloaded goblin v0.8.2
3932026-04-02T19:09:53.264Z Downloaded tabled v0.15.0
3942026-04-02T19:09:53.277Z Downloaded syn v1.0.109
3952026-04-02T19:09:53.284Z Downloaded syn v2.0.117
3962026-04-02T19:09:53.308Z Downloaded rustix v1.1.3
3972026-04-02T19:09:53.341Z Downloaded libc v0.2.180
3982026-04-02T19:09:53.434Z Compiling proc-macro2 v1.0.106
3992026-04-02T19:09:53.438Z Compiling unicode-ident v1.0.24
4002026-04-02T19:09:53.438Z Compiling quote v1.0.44
4012026-04-02T19:09:53.438Z Compiling serde_core v1.0.228
4022026-04-02T19:09:53.438Z Compiling libc v0.2.180
4032026-04-02T19:09:53.438Z Compiling version_check v0.9.5
4042026-04-02T19:09:53.438Z Compiling stable_deref_trait v1.2.1
4052026-04-02T19:09:53.438Z Compiling serde v1.0.228
4062026-04-02T19:09:53.438Z Compiling memchr v2.8.0
4072026-04-02T19:09:53.438Z Compiling zmij v1.0.21
4082026-04-02T19:09:53.438Z Compiling itoa v1.0.17
4092026-04-02T19:09:53.651Z Compiling thiserror v1.0.69
4102026-04-02T19:09:53.655Z Compiling ucd-trie v0.1.7
4112026-04-02T19:09:53.655Z Compiling autocfg v1.5.0
4122026-04-02T19:09:53.655Z Compiling writeable v0.6.2
4132026-04-02T19:09:53.893Z Compiling litemap v0.8.1
4142026-04-02T19:09:54.054Z Compiling icu_properties_data v2.1.2
4152026-04-02T19:09:54.054Z Compiling byteorder v1.5.0
4162026-04-02T19:09:54.170Z Compiling icu_normalizer_data v2.1.1
4172026-04-02T19:09:54.261Z Compiling rustix v1.1.3
4182026-04-02T19:09:54.286Z Compiling serde_json v1.0.149
4192026-04-02T19:09:54.338Z Compiling bitflags v2.11.0
4202026-04-02T19:09:54.420Z Compiling pest v2.8.6
4212026-04-02T19:09:54.423Z Compiling hashbrown v0.16.1
4222026-04-02T19:09:54.697Z Compiling num-traits v0.2.19
4232026-04-02T19:09:54.805Z Compiling equivalent v1.0.2
4242026-04-02T19:09:54.892Z Compiling smallvec v1.15.1
4252026-04-02T19:09:54.922Z Compiling typeid v1.0.3
4262026-04-02T19:09:54.925Z Compiling proc-macro-error-attr v1.0.4
4272026-04-02T19:09:55.006Z Compiling usdt-impl v0.5.0
4282026-04-02T19:09:55.031Z Compiling erased-serde v0.4.9
4292026-04-02T19:09:55.034Z Compiling syn v1.0.109
4302026-04-02T19:09:55.034Z Compiling winnow v0.7.14
4312026-04-02T19:09:55.224Z Compiling toml_write v0.1.2
4322026-04-02T19:09:55.336Z Compiling errno v0.3.14
4332026-04-02T19:09:55.363Z Compiling thread-id v4.2.2
4342026-04-02T19:09:55.367Z Compiling indexmap v2.13.0
4352026-04-02T19:09:55.514Z Compiling syn v2.0.117
4362026-04-02T19:09:55.569Z Compiling proc-macro-error v1.0.4
4372026-04-02T19:09:55.572Z Compiling log v0.4.29
4382026-04-02T19:09:55.599Z Compiling utf8_iter v1.0.4
4392026-04-02T19:09:55.706Z Compiling plain v0.2.3
4402026-04-02T19:09:55.738Z Compiling percent-encoding v2.3.2
4412026-04-02T19:09:55.763Z Compiling thiserror v2.0.18
4422026-04-02T19:09:55.787Z Compiling utf8parse v0.2.2
4432026-04-02T19:09:55.812Z Compiling getrandom v0.4.1
4442026-04-02T19:09:55.868Z Compiling camino v1.2.2
4452026-04-02T19:09:55.959Z Compiling pest_meta v2.8.6
4462026-04-02T19:09:55.985Z Compiling form_urlencoded v1.2.2
4472026-04-02T19:09:56.021Z Compiling anstyle-parse v0.2.7
4482026-04-02T19:09:56.258Z Compiling colorchoice v1.0.4
4492026-04-02T19:09:56.286Z Compiling pretty-hex v0.4.1
4502026-04-02T19:09:56.349Z Compiling ordered-float v2.10.1
4512026-04-02T19:09:56.432Z Compiling anstyle-query v1.1.5
4522026-04-02T19:09:56.432Z Compiling is_terminal_polyfill v1.70.2
4532026-04-02T19:09:56.432Z Compiling cfg-if v1.0.4
4542026-04-02T19:09:56.516Z Compiling anstyle v1.0.13
4552026-04-02T19:09:56.600Z Compiling fs-err v3.3.0
4562026-04-02T19:09:56.658Z Compiling strsim v0.11.1
4572026-04-02T19:09:56.687Z Compiling fastrand v2.3.0
4582026-04-02T19:09:56.722Z Compiling bytecount v0.6.9
4592026-04-02T19:09:56.752Z Compiling heck v0.4.1
4602026-04-02T19:09:56.794Z Compiling terminal_size v0.4.3
4612026-04-02T19:09:56.847Z Compiling anstream v0.6.21
4622026-04-02T19:09:56.877Z Compiling fnv v1.0.7
4632026-04-02T19:09:56.933Z Compiling heck v0.5.0
4642026-04-02T19:09:57.081Z Compiling semver v1.0.27
4652026-04-02T19:09:57.134Z Compiling clap_lex v1.0.0
4662026-04-02T19:09:57.163Z Compiling anyhow v1.0.102
4672026-04-02T19:09:57.167Z Compiling once_cell v1.21.3
4682026-04-02T19:09:57.195Z Compiling unicode-width v0.1.14
4692026-04-02T19:09:57.252Z Compiling unicode-xid v0.2.6
4702026-04-02T19:09:57.313Z Compiling memmap v0.7.0
4712026-04-02T19:09:57.430Z Compiling tempfile v3.25.0
4722026-04-02T19:09:57.455Z Compiling clap_builder v4.5.60
4732026-04-02T19:09:57.484Z Compiling unicode-width v0.2.0
4742026-04-02T19:09:57.511Z Compiling smawk v0.3.2
4752026-04-02T19:09:57.596Z Compiling papergrid v0.11.0
4762026-04-02T19:09:57.623Z Compiling serde-untagged v0.1.9
4772026-04-02T19:09:57.651Z Compiling unicode-linebreak v0.1.5
4782026-04-02T19:09:57.741Z Compiling camino-tempfile v1.4.1
4792026-04-02T19:09:57.869Z Compiling swrite v0.1.0
4802026-04-02T19:09:57.988Z Compiling textwrap v0.16.2
4812026-04-02T19:09:57.991Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-04-02T19:09:58.422Z Compiling tabled_derive v0.7.0
4832026-04-02T19:09:59.178Z Compiling synstructure v0.13.2
4842026-04-02T19:09:59.179Z Compiling pest_generator v2.8.6
4852026-04-02T19:09:59.281Z Compiling tabled v0.15.0
4862026-04-02T19:09:59.879Z Compiling serde_derive v1.0.228
4872026-04-02T19:09:59.879Z Compiling zerofrom-derive v0.1.6
4882026-04-02T19:09:59.882Z Compiling yoke-derive v0.8.1
4892026-04-02T19:09:59.882Z Compiling zerovec-derive v0.11.2
4902026-04-02T19:09:59.931Z Compiling displaydoc v0.2.5
4912026-04-02T19:09:59.982Z Compiling thiserror-impl v1.0.69
4922026-04-02T19:10:00.073Z Compiling zerocopy-derive v0.7.35
4932026-04-02T19:10:00.076Z Compiling pest_derive v2.8.6
4942026-04-02T19:10:00.099Z Compiling scroll_derive v0.12.1
4952026-04-02T19:10:00.102Z Compiling thiserror-impl v2.0.18
4962026-04-02T19:10:00.124Z Compiling clap_derive v4.5.55
4972026-04-02T19:10:01.009Z Compiling scroll v0.12.0
4982026-04-02T19:10:01.055Z Compiling zerocopy v0.7.35
4992026-04-02T19:10:01.292Z Compiling zerofrom v0.1.6
5002026-04-02T19:10:01.347Z Compiling goblin v0.8.2
5012026-04-02T19:10:01.432Z Compiling dtrace-parser v0.2.0
5022026-04-02T19:10:01.456Z Compiling yoke v0.8.1
5032026-04-02T19:10:01.690Z Compiling zerovec v0.11.5
5042026-04-02T19:10:01.690Z Compiling zerotrie v0.2.3
5052026-04-02T19:10:01.901Z Compiling clap v4.5.60
5062026-04-02T19:10:02.275Z Compiling tinystr v0.8.2
5072026-04-02T19:10:02.275Z Compiling potential_utf v0.1.4
5082026-04-02T19:10:02.446Z Compiling icu_collections v2.1.1
5092026-04-02T19:10:02.475Z Compiling icu_locale_core v2.1.1
5102026-04-02T19:10:03.223Z Compiling toml_datetime v0.6.11
5112026-04-02T19:10:03.223Z Compiling serde_spanned v0.6.9
5122026-04-02T19:10:03.226Z Compiling serde-value v0.7.0
5132026-04-02T19:10:03.226Z Compiling cargo-platform v0.2.0
5142026-04-02T19:10:03.226Z Compiling macaddr v1.0.1
5152026-04-02T19:10:03.246Z Compiling dof v0.3.0
5162026-04-02T19:10:03.249Z Compiling serde_tokenstream v0.2.3
5172026-04-02T19:10:03.272Z Compiling icu_provider v2.1.1
5182026-04-02T19:10:03.444Z Compiling toml_edit v0.22.27
5192026-04-02T19:10:03.664Z Compiling icu_properties v2.1.2
5202026-04-02T19:10:03.667Z Compiling icu_normalizer v2.1.1
5212026-04-02T19:10:04.216Z Compiling usdt-attr-macro v0.5.0
5222026-04-02T19:10:04.219Z Compiling usdt-macro v0.5.0
5232026-04-02T19:10:04.820Z Compiling idna_adapter v1.2.1
5242026-04-02T19:10:04.953Z Compiling idna v1.1.0
5252026-04-02T19:10:04.999Z Compiling usdt v0.5.0
5262026-04-02T19:10:05.187Z Compiling toml v0.8.23
5272026-04-02T19:10:05.303Z Compiling url v2.5.8
5282026-04-02T19:10:05.655Z Compiling cargo_toml v0.21.0
5292026-04-02T19:10:05.830Z Compiling cargo-util-schemas v0.8.2
5302026-04-02T19:10:06.946Z Compiling cargo_metadata v0.21.0
5312026-04-02T19:10:08.218Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-04-02T19:10:11.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.64s
5332026-04-02T19:10:11.362Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-04-02T19:10:12.096Z Downloading crates ...
5352026-04-02T19:10:12.217Z Downloaded ascii-canvas v3.0.0
5362026-04-02T19:10:12.224Z Downloaded async-stream-impl v0.3.6
5372026-04-02T19:10:12.227Z Downloaded bit-set v0.8.0
5382026-04-02T19:10:12.227Z Downloaded aead v0.5.2
5392026-04-02T19:10:12.231Z Downloaded cstr-argument v0.1.2
5402026-04-02T19:10:12.234Z Downloaded ciborium-io v0.2.2
5412026-04-02T19:10:12.234Z Downloaded arrayref v0.3.9
5422026-04-02T19:10:12.234Z Downloaded adler2 v2.0.1
5432026-04-02T19:10:12.237Z Downloaded async-recursion v1.1.1
5442026-04-02T19:10:12.240Z Downloaded dirs-sys-next v0.1.2
5452026-04-02T19:10:12.240Z Downloaded darling_macro v0.21.3
5462026-04-02T19:10:12.240Z Downloaded array-init v0.0.4
5472026-04-02T19:10:12.243Z Downloaded crc8 v0.1.1
5482026-04-02T19:10:12.243Z Downloaded camino-tempfile-ext v0.3.3
5492026-04-02T19:10:12.246Z Downloaded async-stream v0.3.6
5502026-04-02T19:10:12.246Z Downloaded assert_matches v1.5.0
5512026-04-02T19:10:12.250Z Downloaded atty v0.2.14
5522026-04-02T19:10:12.250Z Downloaded atomicwrites v0.4.4
5532026-04-02T19:10:12.255Z Downloaded drift v0.1.3
5542026-04-02T19:10:12.260Z Downloaded curve25519-dalek-derive v0.1.1
5552026-04-02T19:10:12.263Z Downloaded arrayvec v0.7.6
5562026-04-02T19:10:12.263Z Downloaded csv-core v0.1.13
5572026-04-02T19:10:12.266Z Downloaded critical-section v1.2.0
5582026-04-02T19:10:12.266Z Downloaded ff v0.13.1
5592026-04-02T19:10:12.270Z Downloaded defmt v1.0.1
5602026-04-02T19:10:12.273Z Downloaded crossbeam-channel v0.5.15
5612026-04-02T19:10:12.275Z Downloaded ctr v0.9.2
5622026-04-02T19:10:12.276Z Downloaded cfg_aliases v0.2.1
5632026-04-02T19:10:12.279Z Downloaded castaway v0.2.4
5642026-04-02T19:10:12.279Z Downloaded des v0.8.1
5652026-04-02T19:10:12.282Z Downloaded ciborium-ll v0.2.2
5662026-04-02T19:10:12.282Z Downloaded bcs v0.1.6
5672026-04-02T19:10:12.285Z Downloaded dyn-clone v1.0.20
5682026-04-02T19:10:12.285Z Downloaded downcast-rs v2.0.2
5692026-04-02T19:10:12.288Z Downloaded bitfield v0.19.4
5702026-04-02T19:10:12.288Z Downloaded dropshot_endpoint v0.16.7
5712026-04-02T19:10:12.290Z Downloaded crossbeam-epoch v0.9.18
5722026-04-02T19:10:12.293Z Downloaded bitfield-struct v0.6.2
5732026-04-02T19:10:12.293Z Downloaded crucible-workspace-hack v0.1.0
5742026-04-02T19:10:12.296Z Downloaded block-padding v0.3.3
5752026-04-02T19:10:12.296Z Downloaded bit-set v0.5.3
5762026-04-02T19:10:12.300Z Downloaded foldhash v0.2.0
5772026-04-02T19:10:12.300Z Downloaded darling v0.23.0
5782026-04-02T19:10:12.303Z Downloaded foreign-types v0.5.0
5792026-04-02T19:10:12.303Z Downloaded fd-lock v4.0.4
5802026-04-02T19:10:12.308Z Downloaded base16ct v1.0.0
5812026-04-02T19:10:12.311Z Downloaded fixedbitset v0.4.2
5822026-04-02T19:10:12.311Z Downloaded dof v0.4.0
5832026-04-02T19:10:12.311Z Downloaded document-features v0.2.12
5842026-04-02T19:10:12.311Z Downloaded display-error-chain v0.2.2
5852026-04-02T19:10:12.314Z Downloaded byte-wrapper v0.1.0
5862026-04-02T19:10:12.314Z Downloaded buf-list v1.1.2
5872026-04-02T19:10:12.318Z Downloaded foreign-types-macros v0.2.3
5882026-04-02T19:10:12.320Z Downloaded darling_macro v0.20.11
5892026-04-02T19:10:12.321Z Downloaded embedded-io v0.6.1
5902026-04-02T19:10:12.321Z Downloaded crc v3.4.0
5912026-04-02T19:10:12.324Z Downloaded difflib v0.4.0
5922026-04-02T19:10:12.324Z Downloaded foreign-types v0.3.2
5932026-04-02T19:10:12.324Z Downloaded enum-as-inner v0.6.1
5942026-04-02T19:10:12.327Z Downloaded bitflags v1.3.2
5952026-04-02T19:10:12.327Z Downloaded crunchy v0.2.4
5962026-04-02T19:10:12.330Z Downloaded crossbeam-deque v0.8.6
5972026-04-02T19:10:12.330Z Downloaded convert_case v0.4.0
5982026-04-02T19:10:12.330Z Downloaded base16ct v0.2.0
5992026-04-02T19:10:12.334Z Downloaded flate2 v1.1.9
6002026-04-02T19:10:12.336Z Downloaded foreign-types-shared v0.1.1
6012026-04-02T19:10:12.336Z Downloaded bcrypt-pbkdf v0.10.0
6022026-04-02T19:10:12.340Z Downloaded bitfield-macros v0.19.4
6032026-04-02T19:10:12.340Z Downloaded foreign-types-shared v0.3.1
6042026-04-02T19:10:12.340Z Downloaded defmt-parser v1.0.0
6052026-04-02T19:10:12.344Z Downloaded crc-catalog v2.4.0
6062026-04-02T19:10:12.344Z Downloaded atomic-waker v1.1.2
6072026-04-02T19:10:12.344Z Downloaded dsl_auto_type v0.2.0
6082026-04-02T19:10:12.347Z Downloaded funty v2.0.0
6092026-04-02T19:10:12.347Z Downloaded defmt v0.3.100
6102026-04-02T19:10:12.347Z Downloaded float-ord v0.3.2
6112026-04-02T19:10:12.347Z Downloaded cpufeatures v0.3.0
6122026-04-02T19:10:12.350Z Downloaded cargo-platform v0.1.9
6132026-04-02T19:10:12.350Z Downloaded flagset v0.4.7
6142026-04-02T19:10:12.353Z Downloaded convert_case v0.10.0
6152026-04-02T19:10:12.353Z Downloaded blake2 v0.10.6
6162026-04-02T19:10:12.356Z Downloaded bzip2 v0.6.1
6172026-04-02T19:10:12.356Z Downloaded futures-macro v0.3.32
6182026-04-02T19:10:12.359Z Downloaded env_filter v1.0.0
6192026-04-02T19:10:12.359Z Downloaded endian-type v0.1.2
6202026-04-02T19:10:12.362Z Downloaded console v0.15.11
6212026-04-02T19:10:12.362Z Downloaded ghash v0.5.1
6222026-04-02T19:10:12.366Z Downloaded gethostname v0.5.0
6232026-04-02T19:10:12.366Z Downloaded futures-io v0.3.32
6242026-04-02T19:10:12.369Z Downloaded bit-vec v0.8.0
6252026-04-02T19:10:12.369Z Downloaded float-cmp v0.10.0
6262026-04-02T19:10:12.369Z Downloaded chacha20 v0.9.1
6272026-04-02T19:10:12.372Z Downloaded dropshot-api-manager-types v0.6.0
6282026-04-02T19:10:12.372Z Downloaded derive_builder_macro v0.20.2
6292026-04-02T19:10:12.372Z Downloaded constant_time_eq v0.4.2
6302026-04-02T19:10:12.375Z Downloaded darling_macro v0.23.0
6312026-04-02T19:10:12.375Z Downloaded cipher v0.4.4
6322026-04-02T19:10:12.378Z Downloaded globwalk v0.9.1
6332026-04-02T19:10:12.382Z Downloaded hash32 v0.3.1
6342026-04-02T19:10:12.382Z Downloaded hash32 v0.2.1
6352026-04-02T19:10:12.382Z Downloaded git-stub v1.0.0
6362026-04-02T19:10:12.385Z Downloaded erased-serde v0.3.31
6372026-04-02T19:10:12.385Z Downloaded fixedbitset v0.5.7
6382026-04-02T19:10:12.387Z Downloaded der_derive v0.7.3
6392026-04-02T19:10:12.387Z Downloaded filetime v0.2.27
6402026-04-02T19:10:12.390Z Downloaded derive-ex v0.1.8
6412026-04-02T19:10:12.390Z Downloaded cobs v0.3.0
6422026-04-02T19:10:12.392Z Downloaded cmake v0.1.57
6432026-04-02T19:10:12.392Z Downloaded backoff v0.4.0
6442026-04-02T19:10:12.395Z Downloaded cexpr v0.6.0
6452026-04-02T19:10:12.398Z Downloaded cbc v0.1.2
6462026-04-02T19:10:12.398Z Downloaded headers-core v0.3.0
6472026-04-02T19:10:12.403Z Downloaded async-bb8-diesel v0.2.1
6482026-04-02T19:10:12.403Z Downloaded fallible-iterator v0.2.0
6492026-04-02T19:10:12.406Z Downloaded crypto-bigint v0.5.5
6502026-04-02T19:10:12.409Z Downloaded hex-literal v0.4.1
6512026-04-02T19:10:12.409Z Downloaded hex v0.4.3
6522026-04-02T19:10:12.412Z Downloaded fs_extra v1.3.0
6532026-04-02T19:10:12.412Z Downloaded diesel-dtrace v0.5.0
6542026-04-02T19:10:12.414Z Downloaded hostname v0.4.2
6552026-04-02T19:10:12.414Z Downloaded hostname v0.3.1
6562026-04-02T19:10:12.418Z Downloaded futures-core v0.3.32
6572026-04-02T19:10:12.418Z Downloaded httpdate v1.0.3
6582026-04-02T19:10:12.421Z Downloaded http-range v0.1.5
6592026-04-02T19:10:12.421Z Downloaded hubpack v0.1.2
6602026-04-02T19:10:12.421Z Downloaded ahash v0.8.12
6612026-04-02T19:10:12.424Z Downloaded futures-executor v0.3.32
6622026-04-02T19:10:12.426Z Downloaded either v1.15.0
6632026-04-02T19:10:12.427Z Downloaded http-body v1.0.1
6642026-04-02T19:10:12.430Z Downloaded find-msvc-tools v0.1.9
6652026-04-02T19:10:12.430Z Downloaded ena v0.14.4
6662026-04-02T19:10:12.430Z Downloaded home v0.5.12
6672026-04-02T19:10:12.433Z Downloaded indent_write v2.2.0
6682026-04-02T19:10:12.433Z Downloaded cargo_toml v0.22.3
6692026-04-02T19:10:12.448Z Downloaded instant v0.1.13
6702026-04-02T19:10:12.451Z Downloaded group v0.13.0
6712026-04-02T19:10:12.451Z Downloaded ed25519 v2.2.3
6722026-04-02T19:10:12.454Z Downloaded ecdsa v0.16.9
6732026-04-02T19:10:12.454Z Downloaded diesel_table_macro_syntax v0.3.0
6742026-04-02T19:10:12.457Z Downloaded derive_builder v0.20.2
6752026-04-02T19:10:12.461Z Downloaded glob v0.3.3
6762026-04-02T19:10:12.464Z Downloaded git-stub-vcs v0.1.0
6772026-04-02T19:10:12.464Z Downloaded is_ci v1.2.0
6782026-04-02T19:10:12.467Z Downloaded futures v0.3.32
6792026-04-02T19:10:12.470Z Downloaded internet-checksum v0.2.1
6802026-04-02T19:10:12.470Z Downloaded crossbeam-utils v0.8.21
6812026-04-02T19:10:12.473Z Downloaded kstat-rs v0.2.4
6822026-04-02T19:10:12.477Z Downloaded futures-channel v0.3.32
6832026-04-02T19:10:12.477Z Downloaded colored v2.2.0
6842026-04-02T19:10:12.480Z Downloaded ciborium v0.2.2
6852026-04-02T19:10:12.480Z Downloaded libscf-sys v1.1.0
6862026-04-02T19:10:12.483Z Downloaded cookie v0.18.1
6872026-04-02T19:10:12.483Z Downloaded lalrpop-util v0.19.12
6882026-04-02T19:10:12.486Z Downloaded keccak v0.1.6
6892026-04-02T19:10:12.486Z Downloaded linked-hash-map v0.5.6
6902026-04-02T19:10:12.489Z Downloaded lru v0.12.5
6912026-04-02T19:10:12.489Z Downloaded arc-swap v1.8.2
6922026-04-02T19:10:12.492Z Downloaded managed v0.8.0
6932026-04-02T19:10:12.492Z Downloaded lru-cache v0.1.2
6942026-04-02T19:10:12.492Z Downloaded maybe-uninit v2.0.0
6952026-04-02T19:10:12.495Z Downloaded md5 v0.7.0
6962026-04-02T19:10:12.495Z Downloaded http-body-util v0.1.3
6972026-04-02T19:10:12.499Z Downloaded deranged v0.5.8
6982026-04-02T19:10:12.499Z Downloaded mime v0.3.17
6992026-04-02T19:10:12.502Z Downloaded match_cfg v0.1.0
7002026-04-02T19:10:12.502Z Downloaded maplit v1.0.2
7012026-04-02T19:10:12.502Z Downloaded memoffset v0.9.1
7022026-04-02T19:10:12.505Z Downloaded md-5 v0.10.6
7032026-04-02T19:10:12.505Z Downloaded lru-slab v0.1.2
7042026-04-02T19:10:12.505Z Downloaded is-terminal v0.4.17
7052026-04-02T19:10:12.509Z Downloaded instability v0.3.11
7062026-04-02T19:10:12.509Z Downloaded hyper-staticfile v0.10.1
7072026-04-02T19:10:12.512Z Downloaded darling v0.20.11
7082026-04-02T19:10:12.515Z Downloaded foldhash v0.1.5
7092026-04-02T19:10:12.515Z Downloaded ingot v0.1.1
7102026-04-02T19:10:12.520Z Downloaded new_debug_unreachable v1.0.6
7112026-04-02T19:10:12.520Z Downloaded humantime v2.3.0
7122026-04-02T19:10:12.537Z Downloaded cookie_store v0.22.1
7132026-04-02T19:10:12.537Z Downloaded newtype-uuid-macros v0.1.0
7142026-04-02T19:10:12.537Z Downloaded getrandom v0.2.17
7152026-04-02T19:10:12.541Z Downloaded fatfs v0.3.6
7162026-04-02T19:10:12.541Z Downloaded elliptic-curve v0.13.8
7172026-04-02T19:10:12.541Z Downloaded newline-converter v0.3.0
7182026-04-02T19:10:12.541Z Downloaded nibble_vec v0.1.0
7192026-04-02T19:10:12.542Z Downloaded nodrop v0.1.14
7202026-04-02T19:10:12.542Z Downloaded indoc v2.0.7
7212026-04-02T19:10:12.542Z Downloaded crc-any v2.5.0
7222026-04-02T19:10:12.542Z Downloaded nonempty v0.12.0
7232026-04-02T19:10:12.542Z Downloaded crc32fast v1.5.0
7242026-04-02T19:10:12.549Z Downloaded clang-sys v1.8.1
7252026-04-02T19:10:12.549Z Downloaded ipnetwork v0.21.1
7262026-04-02T19:10:12.549Z Downloaded newtype_derive v0.1.6
7272026-04-02T19:10:12.552Z Downloaded num-derive v0.3.3
7282026-04-02T19:10:12.552Z Downloaded num_threads v0.1.7
7292026-04-02T19:10:12.552Z Downloaded ipnet v2.11.0
7302026-04-02T19:10:12.552Z Downloaded num-conv v0.2.0
7312026-04-02T19:10:12.552Z Downloaded lazy_static v1.5.0
7322026-04-02T19:10:12.558Z Downloaded libloading v0.8.9
7332026-04-02T19:10:12.558Z Downloaded jobserver v0.1.34
7342026-04-02T19:10:12.563Z Downloaded base64 v0.21.7
7352026-04-02T19:10:12.563Z Downloaded openssl-macros v0.1.1
7362026-04-02T19:10:12.563Z Downloaded olpc-cjson v0.1.4
7372026-04-02T19:10:12.566Z Downloaded lock_api v0.4.14
7382026-04-02T19:10:12.566Z Downloaded openssl-probe v0.2.1
7392026-04-02T19:10:12.566Z Downloaded linear-map v1.2.0
7402026-04-02T19:10:12.566Z Downloaded libsw-core v0.3.2
7412026-04-02T19:10:12.569Z Downloaded num_enum_derive v0.5.11
7422026-04-02T19:10:12.569Z Downloaded openssl-probe v0.1.6
7432026-04-02T19:10:12.572Z Downloaded iana-time-zone v0.1.65
7442026-04-02T19:10:12.575Z Downloaded httparse v1.10.1
7452026-04-02T19:10:12.575Z Downloaded derive_more v0.99.20
7462026-04-02T19:10:12.579Z Downloaded getrandom v0.3.4
7472026-04-02T19:10:12.582Z Downloaded hmac v0.12.1
7482026-04-02T19:10:12.585Z Downloaded hyper-rustls v0.27.7
7492026-04-02T19:10:12.588Z Downloaded nanorand v0.7.0
7502026-04-02T19:10:12.588Z Downloaded oso-derive v0.27.3
7512026-04-02T19:10:12.591Z Downloaded impl-trait-for-tuples v0.2.3
7522026-04-02T19:10:12.591Z Downloaded packed_struct_codegen v0.10.1
7532026-04-02T19:10:12.594Z Downloaded base64 v0.22.1
7542026-04-02T19:10:12.597Z Downloaded darling_core v0.23.0
7552026-04-02T19:10:12.600Z Downloaded parse-size v1.1.0
7562026-04-02T19:10:12.603Z Downloaded multer v3.1.0
7572026-04-02T19:10:12.603Z Downloaded normalize-line-endings v0.3.0
7582026-04-02T19:10:12.606Z Downloaded path-slash v0.1.5
7592026-04-02T19:10:12.606Z Downloaded parse-display v0.10.0
7602026-04-02T19:10:12.606Z Downloaded num-complex v0.4.6
7612026-04-02T19:10:12.609Z Downloaded peg-runtime v0.8.5
7622026-04-02T19:10:12.609Z Downloaded ingot-macros v0.1.1
7632026-04-02T19:10:12.612Z Downloaded pbkdf2 v0.12.2
7642026-04-02T19:10:12.612Z Downloaded phf_shared v0.13.1
7652026-04-02T19:10:12.612Z Downloaded phf_shared v0.12.1
7662026-04-02T19:10:12.615Z Downloaded ingot-types v0.1.2
7672026-04-02T19:10:12.615Z Downloaded newtype-uuid v1.3.2
7682026-04-02T19:10:12.618Z Downloaded half v2.7.1
7692026-04-02T19:10:12.621Z Downloaded num-rational v0.4.2
7702026-04-02T19:10:12.621Z Downloaded nu-ansi-term v0.50.3
7712026-04-02T19:10:12.624Z Downloaded num-integer v0.1.46
7722026-04-02T19:10:12.624Z Downloaded bytes v1.11.1
7732026-04-02T19:10:12.628Z Downloaded phf_shared v0.11.3
7742026-04-02T19:10:12.631Z Downloaded pin-utils v0.1.0
7752026-04-02T19:10:12.631Z Downloaded lzss v0.8.2
7762026-04-02T19:10:12.631Z Downloaded compact_str v0.8.1
7772026-04-02T19:10:12.634Z Downloaded native-tls v0.2.18
7782026-04-02T19:10:12.637Z Downloaded num-iter v0.1.45
7792026-04-02T19:10:12.637Z Downloaded libsw v3.5.0
7802026-04-02T19:10:12.640Z Downloaded libefi-sys v0.1.0
7812026-04-02T19:10:12.640Z Downloaded opaque-debug v0.3.1
7822026-04-02T19:10:12.640Z Downloaded num v0.4.3
7832026-04-02T19:10:12.640Z Downloaded highway v1.3.0
7842026-04-02T19:10:12.643Z Downloaded precomputed-hash v0.1.1
7852026-04-02T19:10:12.644Z Downloaded darling_core v0.20.11
7862026-04-02T19:10:12.647Z Downloaded ignore v0.4.25
7872026-04-02T19:10:12.650Z Downloaded oxide-tokio-rt v0.1.3
7882026-04-02T19:10:12.653Z Downloaded num_enum_derive v0.7.5
7892026-04-02T19:10:12.653Z Downloaded num_enum v0.5.11
7902026-04-02T19:10:12.656Z Downloaded num_enum v0.7.5
7912026-04-02T19:10:12.662Z Downloaded powerfmt v0.2.0
7922026-04-02T19:10:12.665Z Downloaded predicates-tree v1.0.13
7932026-04-02T19:10:12.665Z Downloaded predicates-core v1.0.10
7942026-04-02T19:10:12.666Z Downloaded packed_struct v0.10.1
7952026-04-02T19:10:12.666Z Downloaded oxnet v0.1.4
7962026-04-02T19:10:12.669Z Downloaded mime_guess v2.0.5
7972026-04-02T19:10:12.669Z Downloaded parking_lot_core v0.8.6
7982026-04-02T19:10:12.671Z Downloaded bumpalo v3.20.2
7992026-04-02T19:10:12.676Z Downloaded progenitor-client v0.11.2
8002026-04-02T19:10:12.676Z Downloaded proc-macro-error-attr2 v2.0.0
8012026-04-02T19:10:12.679Z Downloaded heapless v0.7.17
8022026-04-02T19:10:12.679Z Downloaded proc-macro-crate v3.4.0
8032026-04-02T19:10:12.682Z Downloaded password-hash v0.5.0
8042026-04-02T19:10:12.682Z Downloaded peg-macros v0.8.5
8052026-04-02T19:10:12.685Z Downloaded progenitor-macro v0.13.0
8062026-04-02T19:10:12.685Z Downloaded psl-types v2.0.11
8072026-04-02T19:10:12.685Z Downloaded progenitor-client v0.10.0
8082026-04-02T19:10:12.688Z Downloaded quick-error v1.2.3
8092026-04-02T19:10:12.688Z Downloaded progenitor-macro v0.10.0
8102026-04-02T19:10:12.688Z Downloaded progenitor-macro v0.11.2
8112026-04-02T19:10:12.691Z Downloaded pbkdf2 v0.11.0
8122026-04-02T19:10:12.691Z Downloaded paste v1.0.15
8132026-04-02T19:10:12.694Z Downloaded pem-rfc7468 v0.7.0
8142026-04-02T19:10:12.697Z Downloaded pem v3.0.6
8152026-04-02T19:10:12.697Z Downloaded peg v0.8.5
8162026-04-02T19:10:12.700Z Downloaded phf v0.13.1
8172026-04-02T19:10:12.704Z Downloaded phf v0.12.1
8182026-04-02T19:10:12.704Z Downloaded num-derive v0.4.2
8192026-04-02T19:10:12.707Z Downloaded rand_chacha v0.3.1
8202026-04-02T19:10:12.707Z Downloaded omicron-zone-package v0.12.2
8212026-04-02T19:10:12.710Z Downloaded libbz2-rs-sys v0.2.2
8222026-04-02T19:10:12.713Z Downloaded aes v0.8.4
8232026-04-02T19:10:12.716Z Downloaded pkg-config v0.3.32
8242026-04-02T19:10:12.716Z Downloaded pkcs8 v0.10.2
8252026-04-02T19:10:12.720Z Downloaded ppv-lite86 v0.2.21
8262026-04-02T19:10:12.720Z Downloaded polyval v0.6.2
8272026-04-02T19:10:12.724Z Downloaded pin-project-lite v0.2.17
8282026-04-02T19:10:12.727Z Downloaded ref-cast-impl v1.0.25
8292026-04-02T19:10:12.727Z Downloaded aes-gcm v0.10.3
8302026-04-02T19:10:12.731Z Downloaded headers v0.4.1
8312026-04-02T19:10:12.736Z Downloaded parking_lot v0.12.5
8322026-04-02T19:10:12.739Z Downloaded owo-colors v4.3.0
8332026-04-02T19:10:12.739Z Downloaded cc v1.2.56
8342026-04-02T19:10:12.742Z Downloaded parking_lot_core v0.9.12
8352026-04-02T19:10:12.742Z Downloaded heapless v0.8.0
8362026-04-02T19:10:12.745Z Downloaded parking_lot v0.11.2
8372026-04-02T19:10:12.748Z Downloaded proc-macro-error2 v2.0.1
8382026-04-02T19:10:12.753Z Downloaded psm v0.1.30
8392026-04-02T19:10:12.753Z Downloaded rfc6979 v0.4.0
8402026-04-02T19:10:12.756Z Downloaded primeorder v0.13.6
8412026-04-02T19:10:12.756Z Downloaded ref-cast v1.0.25
8422026-04-02T19:10:12.759Z Downloaded recursive-proc-macro-impl v0.1.1
8432026-04-02T19:10:12.759Z Downloaded diesel_derives v2.3.7
8442026-04-02T19:10:12.762Z Downloaded parse-display-derive v0.10.0
8452026-04-02T19:10:12.766Z Downloaded progenitor v0.11.2
8462026-04-02T19:10:12.766Z Downloaded const_format v0.2.35
8472026-04-02T19:10:12.769Z Downloaded russh-cryptovec v0.7.3
8482026-04-02T19:10:12.772Z Downloaded rtoolbox v0.0.3
8492026-04-02T19:10:12.772Z Downloaded rustc_version v0.4.1
8502026-04-02T19:10:12.772Z Downloaded rustc-hash v2.1.1
8512026-04-02T19:10:12.775Z Downloaded rustc_version v0.1.7
8522026-04-02T19:10:12.775Z Downloaded progenitor-extras v0.1.1
8532026-04-02T19:10:12.778Z Downloaded r2d2 v0.8.10
8542026-04-02T19:10:12.778Z Downloaded pin-project-internal v1.1.11
8552026-04-02T19:10:12.781Z Downloaded hickory-resolver v0.24.4
8562026-04-02T19:10:12.785Z Downloaded pkcs1 v0.7.5
8572026-04-02T19:10:12.785Z Downloaded progenitor-client v0.13.0
8582026-04-02T19:10:12.788Z Downloaded postgres-protocol v0.6.10
8592026-04-02T19:10:12.788Z Downloaded rand_xorshift v0.4.0
8602026-04-02T19:10:12.788Z Downloaded radium v0.7.0
8612026-04-02T19:10:12.791Z Downloaded rand_core v0.9.5
8622026-04-02T19:10:12.791Z Downloaded rand_core v0.6.4
8632026-04-02T19:10:12.794Z Downloaded salsa20 v0.10.2
8642026-04-02T19:10:12.794Z Downloaded predicates v3.1.4
8652026-04-02T19:10:12.798Z Downloaded pkcs5 v0.7.1
8662026-04-02T19:10:12.802Z Downloaded recursive v0.1.1
8672026-04-02T19:10:12.802Z Downloaded rand_core v0.10.0
8682026-04-02T19:10:12.802Z Downloaded postcard v1.1.3
8692026-04-02T19:10:12.805Z Downloaded poly1305 v0.8.0
8702026-04-02T19:10:12.808Z Downloaded indicatif v0.18.4
8712026-04-02T19:10:12.811Z Downloaded rand_seeder v0.4.0
8722026-04-02T19:10:12.811Z Downloaded p256 v0.13.2
8732026-04-02T19:10:12.814Z Downloaded expectorate v1.2.0
8742026-04-02T19:10:12.817Z Downloaded scheduled-thread-pool v0.2.7
8752026-04-02T19:10:12.817Z Downloaded scopeguard v1.2.0
8762026-04-02T19:10:12.820Z Downloaded papergrid v0.17.0
8772026-04-02T19:10:12.823Z Downloaded hashbrown v0.12.3
8782026-04-02T19:10:12.826Z Downloaded sapling-renderdag v0.1.0
8792026-04-02T19:10:12.829Z Downloaded same-file v1.0.6
8802026-04-02T19:10:12.829Z Downloaded progenitor v0.13.0
8812026-04-02T19:10:12.829Z Downloaded oso v0.27.3
8822026-04-02T19:10:12.832Z Downloaded serde_repr v0.1.20
8832026-04-02T19:10:12.835Z Downloaded serde_bytes v0.11.19
8842026-04-02T19:10:12.835Z Downloaded seq-macro v0.3.6
8852026-04-02T19:10:12.838Z Downloaded scrypt v0.11.0
8862026-04-02T19:10:12.838Z Downloaded semver v0.1.20
8872026-04-02T19:10:12.841Z Downloaded secrecy v0.8.0
8882026-04-02T19:10:12.841Z Downloaded resolv-conf v0.7.6
8892026-04-02T19:10:12.844Z Downloaded rand_chacha v0.9.0
8902026-04-02T19:10:12.844Z Downloaded progenitor v0.10.0
8912026-04-02T19:10:12.844Z Downloaded dropshot-api-manager v0.6.0
8922026-04-02T19:10:12.848Z Downloaded derive_more-impl v2.1.1
8932026-04-02T19:10:12.851Z Downloaded serde-big-array v0.5.1
8942026-04-02T19:10:12.854Z Downloaded secrecy v0.10.3
8952026-04-02T19:10:12.854Z Downloaded flume v0.11.1
8962026-04-02T19:10:12.857Z Downloaded sigpipe v0.1.3
8972026-04-02T19:10:12.862Z Downloaded serde_urlencoded v0.7.1
8982026-04-02T19:10:12.862Z Downloaded serde_spanned v1.0.4
8992026-04-02T19:10:12.865Z Downloaded serde_plain v1.0.2
9002026-04-02T19:10:12.865Z Downloaded pin-project v1.1.11
9012026-04-02T19:10:12.871Z Downloaded rustls-pemfile v1.0.4
9022026-04-02T19:10:12.874Z Downloaded jiff-static v0.2.21
9032026-04-02T19:10:12.877Z Downloaded quinn-udp v0.5.14
9042026-04-02T19:10:12.877Z Downloaded sha1 v0.10.6
9052026-04-02T19:10:12.880Z Downloaded rustversion v1.0.22
9062026-04-02T19:10:12.883Z Downloaded signature v2.2.0
9072026-04-02T19:10:12.883Z Downloaded signal-hook-tokio v0.3.1
9082026-04-02T19:10:12.886Z Downloaded siphasher v1.0.2
9092026-04-02T19:10:12.886Z Downloaded hashbrown v0.13.2
9102026-04-02T19:10:12.889Z Downloaded postgres-types v0.2.12
9112026-04-02T19:10:12.892Z Downloaded ed25519-dalek v2.2.0
9122026-04-02T19:10:12.895Z Downloaded openssl-sys v0.9.111
9132026-04-02T19:10:12.898Z Downloaded prefix-trie v0.7.0
9142026-04-02T19:10:12.901Z Downloaded miniz_oxide v0.8.9
9152026-04-02T19:10:12.904Z Downloaded slog-envlogger v2.2.0
9162026-04-02T19:10:12.904Z Downloaded schemars_derive v0.8.22
9172026-04-02T19:10:12.907Z Downloaded der v0.7.10
9182026-04-02T19:10:12.910Z Downloaded shell-words v1.1.1
9192026-04-02T19:10:12.910Z Downloaded scroll_derive v0.13.1
9202026-04-02T19:10:12.913Z Downloaded scroll v0.13.0
9212026-04-02T19:10:12.913Z Downloaded http v1.4.0
9222026-04-02T19:10:12.916Z Downloaded derive_more v2.1.1
9232026-04-02T19:10:12.924Z Downloaded slog-bunyan v2.5.0
9242026-04-02T19:10:12.926Z Downloaded sec1 v0.7.3
9252026-04-02T19:10:12.926Z Downloaded progenitor-impl v0.13.0
9262026-04-02T19:10:12.929Z Downloaded sct v0.7.1
9272026-04-02T19:10:12.934Z Downloaded progenitor-impl v0.11.2
9282026-04-02T19:10:12.937Z Downloaded russh-keys v0.45.0
9292026-04-02T19:10:12.937Z Downloaded progenitor-impl v0.10.0
9302026-04-02T19:10:12.940Z Downloaded ssh-cipher v0.2.0
9312026-04-02T19:10:12.940Z Downloaded sqlparser_derive v0.5.0
9322026-04-02T19:10:12.940Z Downloaded ssh-encoding v0.2.0
9332026-04-02T19:10:12.943Z Downloaded strum v0.27.2
9342026-04-02T19:10:12.943Z Downloaded serde-hex v0.1.0
9352026-04-02T19:10:12.946Z Downloaded structmeta-derive v0.3.0
9362026-04-02T19:10:12.946Z Downloaded proc-macro-crate v1.3.1
9372026-04-02T19:10:12.946Z Downloaded serde_derive_internals v0.29.1
9382026-04-02T19:10:12.949Z Downloaded hickory-resolver v0.25.2
9392026-04-02T19:10:12.952Z Downloaded password-hash v0.4.2
9402026-04-02T19:10:12.955Z Downloaded indexmap v1.9.3
9412026-04-02T19:10:12.958Z Downloaded chacha20poly1305 v0.10.1
9422026-04-02T19:10:12.958Z Downloaded memmap2 v0.9.10
9432026-04-02T19:10:12.961Z Downloaded rustls-native-certs v0.8.3
9442026-04-02T19:10:12.961Z Downloaded strum v0.26.3
9452026-04-02T19:10:12.961Z Downloaded signal-hook-registry v1.4.8
9462026-04-02T19:10:12.964Z Downloaded structmeta v0.3.0
9472026-04-02T19:10:12.965Z Downloaded rustls-pki-types v1.14.0
9482026-04-02T19:10:12.968Z Downloaded strip-ansi-escapes v0.2.1
9492026-04-02T19:10:12.968Z Downloaded subtle v2.6.1
9502026-04-02T19:10:12.970Z Downloaded minimal-lexical v0.2.1
9512026-04-02T19:10:12.973Z Downloaded slog-async v2.8.0
9522026-04-02T19:10:12.973Z Downloaded rustls-pemfile v2.2.0
9532026-04-02T19:10:12.979Z Downloaded signal-hook-mio v0.2.5
9542026-04-02T19:10:12.982Z Downloaded hyper-util v0.1.20
9552026-04-02T19:10:12.982Z Downloaded tap v1.0.1
9562026-04-02T19:10:12.982Z Downloaded tabwriter v1.4.1
9572026-04-02T19:10:12.985Z Downloaded tabled_derive v0.11.0
9582026-04-02T19:10:12.985Z Downloaded sync_wrapper v1.0.2
9592026-04-02T19:10:12.988Z Downloaded supports-color v3.0.2
9602026-04-02T19:10:12.988Z Downloaded slog-stdlog v4.1.1
9612026-04-02T19:10:12.988Z Downloaded slog-scope v4.4.1
9622026-04-02T19:10:12.991Z Downloaded slog-term v2.9.2
9632026-04-02T19:10:12.994Z Downloaded slog-json v2.6.1
9642026-04-02T19:10:12.994Z Downloaded take_mut v0.2.2
9652026-04-02T19:10:12.997Z Downloaded slog-dtrace v0.3.0
9662026-04-02T19:10:12.997Z Downloaded termtree v0.5.1
9672026-04-02T19:10:13.000Z Downloaded testing_table v0.3.0
9682026-04-02T19:10:13.000Z Downloaded itertools v0.10.5
9692026-04-02T19:10:13.003Z Downloaded hickory-server v0.25.2
9702026-04-02T19:10:13.006Z Downloaded smallvec v0.6.14
9712026-04-02T19:10:13.009Z Downloaded serde_cbor v0.11.2
9722026-04-02T19:10:13.012Z Downloaded serde_path_to_error v0.1.20
9732026-04-02T19:10:13.012Z Downloaded serde_with_macros v3.17.0
9742026-04-02T19:10:13.014Z Downloaded ron v0.8.1
9752026-04-02T19:10:13.018Z Downloaded time-core v0.1.8
9762026-04-02T19:10:13.020Z Downloaded thiserror-impl-no-std v2.0.2
9772026-04-02T19:10:13.021Z Downloaded tinyvec_macros v0.1.1
9782026-04-02T19:10:13.023Z Downloaded thread-id v5.1.0
9792026-04-02T19:10:13.023Z Downloaded stacker v0.1.23
9802026-04-02T19:10:13.026Z Downloaded strum_macros v0.24.3
9812026-04-02T19:10:13.026Z Downloaded string_cache v0.8.9
9822026-04-02T19:10:13.029Z Downloaded rcgen v0.12.1
9832026-04-02T19:10:13.030Z Downloaded iddqd v0.3.17
9842026-04-02T19:10:13.035Z Downloaded strum_macros v0.26.4
9852026-04-02T19:10:13.038Z Downloaded mio v1.1.1
9862026-04-02T19:10:13.042Z Downloaded strum_macros v0.27.2
9872026-04-02T19:10:13.045Z Downloaded stringprep v0.1.5
9882026-04-02T19:10:13.047Z Downloaded rustls-platform-verifier v0.6.2
9892026-04-02T19:10:13.050Z Downloaded ryu v1.0.23
9902026-04-02T19:10:13.053Z Downloaded crossterm v0.28.1
9912026-04-02T19:10:13.056Z Downloaded support-bundle-viewer v0.1.2
9922026-04-02T19:10:13.059Z Downloaded qorb v0.4.1
9932026-04-02T19:10:13.062Z Downloaded publicsuffix v2.3.0
9942026-04-02T19:10:13.065Z Downloaded tagptr v0.2.0
9952026-04-02T19:10:13.065Z Downloaded smf v0.2.3
9962026-04-02T19:10:13.068Z Downloaded schemars v0.8.22
9972026-04-02T19:10:13.074Z Downloaded tower-service v0.3.3
9982026-04-02T19:10:13.077Z Downloaded topological-sort v0.2.2
9992026-04-02T19:10:13.078Z Downloaded termios v0.3.3
10002026-04-02T19:10:13.080Z Downloaded prettyplease v0.2.37
10012026-04-02T19:10:13.083Z Downloaded nom v7.1.3
10022026-04-02T19:10:13.086Z Downloaded sqlformat v0.3.5
10032026-04-02T19:10:13.089Z Downloaded spin v0.9.8
10042026-04-02T19:10:13.092Z Downloaded static_assertions v1.1.0
10052026-04-02T19:10:13.092Z Downloaded thiserror-no-std v2.0.2
10062026-04-02T19:10:13.095Z Downloaded try-lock v0.2.5
10072026-04-02T19:10:13.098Z Downloaded serde_yaml v0.9.34+deprecated
10082026-04-02T19:10:13.102Z Downloaded aho-corasick v1.1.4
10092026-04-02T19:10:13.105Z Downloaded tiny-keccak v2.0.2
10102026-04-02T19:10:13.108Z Downloaded tls_codec v0.4.2
10112026-04-02T19:10:13.108Z Downloaded num-bigint v0.4.6
10122026-04-02T19:10:13.111Z Downloaded unarray v0.1.4
10132026-04-02T19:10:13.113Z Downloaded typify-macro v0.4.3
10142026-04-02T19:10:13.114Z Downloaded thread_local v1.1.9
10152026-04-02T19:10:13.116Z Downloaded typify-macro v0.6.1
10162026-04-02T19:10:13.116Z Downloaded pretty_assertions v1.4.1
10172026-04-02T19:10:13.119Z Downloaded untrusted v0.7.1
10182026-04-02T19:10:13.119Z Downloaded unicode-truncate v1.1.0
10192026-04-02T19:10:13.122Z Downloaded similar v2.7.0
10202026-04-02T19:10:13.125Z Downloaded tokio-native-tls v0.3.1
10212026-04-02T19:10:13.125Z Downloaded tokio-macros v2.6.0
10222026-04-02T19:10:13.128Z Downloaded tokio-dtrace v0.1.1
10232026-04-02T19:10:13.128Z Downloaded slog v2.8.2
10242026-04-02T19:10:13.131Z Downloaded tokio-rustls v0.25.0
10252026-04-02T19:10:13.133Z Downloaded usdt v0.6.0
10262026-04-02T19:10:13.133Z Downloaded usdt-attr-macro v0.6.0
10272026-04-02T19:10:13.136Z Downloaded untrusted v0.9.0
10282026-04-02T19:10:13.136Z Downloaded universal-hash v0.5.1
10292026-04-02T19:10:13.136Z Downloaded utf-8 v0.7.6
10302026-04-02T19:10:13.139Z Downloaded rayon-core v1.13.0
10312026-04-02T19:10:13.142Z Downloaded tokio-tungstenite v0.23.1
10322026-04-02T19:10:13.142Z Downloaded simd-adler32 v0.3.8
10332026-04-02T19:10:13.145Z Downloaded usdt-macro v0.6.0
10342026-04-02T19:10:13.145Z Downloaded toml_writer v1.0.6+spec-1.1.0
10352026-04-02T19:10:13.148Z Downloaded unit-prefix v0.5.2
10362026-04-02T19:10:13.148Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10372026-04-02T19:10:13.151Z Downloaded tokio-tungstenite v0.21.0
10382026-04-02T19:10:13.151Z Downloaded schemars v0.9.0
10392026-04-02T19:10:13.160Z Downloaded term v1.2.1
10402026-04-02T19:10:13.163Z Downloaded term v0.7.0
10412026-04-02T19:10:13.166Z Downloaded socket2 v0.5.10
10422026-04-02T19:10:13.168Z Downloaded rsa v0.9.10
10432026-04-02T19:10:13.172Z Downloaded hashbrown v0.15.5
10442026-04-02T19:10:13.176Z Downloaded want v0.3.1
10452026-04-02T19:10:13.179Z Downloaded void v1.0.2
10462026-04-02T19:10:13.179Z Downloaded futures-util v0.3.32
10472026-04-02T19:10:13.186Z Downloaded rand v0.9.2
10482026-04-02T19:10:13.191Z Downloaded waitgroup v0.1.2
10492026-04-02T19:10:13.197Z Downloaded unicase v2.9.0
10502026-04-02T19:10:13.197Z Downloaded num-bigint-dig v0.8.6
10512026-04-02T19:10:13.200Z Downloaded schemars v1.2.1
10522026-04-02T19:10:13.206Z Downloaded xattr v1.6.1
10532026-04-02T19:10:13.209Z Downloaded tokio-stream v0.1.18
10542026-04-02T19:10:13.213Z Downloaded vergen-lib v0.1.6
10552026-04-02T19:10:13.216Z Downloaded vergen-gitcl v1.0.8
10562026-04-02T19:10:13.216Z Downloaded toml_parser v1.0.9+spec-1.1.0
10572026-04-02T19:10:13.219Z Downloaded usdt-impl v0.6.0
10582026-04-02T19:10:13.219Z Downloaded zeroize_derive v1.4.3
10592026-04-02T19:10:13.219Z Downloaded zone v0.3.1
10602026-04-02T19:10:13.219Z Downloaded xshell-macros v0.2.7
10612026-04-02T19:10:13.222Z Downloaded tokio-rustls v0.26.4
10622026-04-02T19:10:13.222Z Downloaded samael v0.0.19
10632026-04-02T19:10:13.226Z Downloaded zone_cfg_derive v0.3.1
10642026-04-02T19:10:13.230Z Downloaded test-strategy v0.4.5
10652026-04-02T19:10:13.234Z Downloaded uzers v0.12.2
10662026-04-02T19:10:13.234Z Downloaded socket2 v0.6.2
10672026-04-02T19:10:13.236Z Downloaded vergen-git2 v1.0.7
10682026-04-02T19:10:13.236Z Downloaded twox-hash v2.1.2
10692026-04-02T19:10:13.239Z Downloaded snafu v0.8.9
10702026-04-02T19:10:13.243Z Downloaded walkdir v2.5.0
10712026-04-02T19:10:13.246Z Downloaded vsss-rs v3.3.4
10722026-04-02T19:10:13.246Z Downloaded itertools v0.13.0
10732026-04-02T19:10:13.251Z Downloaded wait-timeout v0.2.1
10742026-04-02T19:10:13.254Z Downloaded tinyvec v1.10.0
10752026-04-02T19:10:13.258Z Downloaded itertools v0.14.0
10762026-04-02T19:10:13.260Z Downloaded whoami v1.6.1
10772026-04-02T19:10:13.263Z Downloaded rand v0.10.0
10782026-04-02T19:10:13.268Z Downloaded unicode-properties v0.1.4
10792026-04-02T19:10:13.268Z Downloaded hkdf v0.12.4
10802026-04-02T19:10:13.272Z Downloaded rustls-webpki v0.103.9
10812026-04-02T19:10:13.275Z Downloaded itertools v0.12.1
10822026-04-02T19:10:13.280Z Downloaded wyz v0.5.1
10832026-04-02T19:10:13.280Z Downloaded p521 v0.13.3
10842026-04-02T19:10:13.283Z Downloaded whoami v2.1.0
10852026-04-02T19:10:13.283Z Downloaded xz2 v0.1.7
10862026-04-02T19:10:13.286Z Downloaded toml v0.9.12+spec-1.1.0
10872026-04-02T19:10:13.289Z Downloaded zeroize v1.8.2
10882026-04-02T19:10:13.289Z Downloaded tar v0.4.45
10892026-04-02T19:10:13.292Z Downloaded tokio-rustls v0.24.1
10902026-04-02T19:10:13.294Z Downloaded xshell v0.2.7
10912026-04-02T19:10:13.294Z Downloaded hyper v1.8.1
10922026-04-02T19:10:13.299Z Downloaded tungstenite v0.21.0
10932026-04-02T19:10:13.302Z Downloaded vergen v9.0.6
10942026-04-02T19:10:13.304Z Downloaded iri-string v0.7.10
10952026-04-02T19:10:13.308Z Downloaded zstd v0.13.3
10962026-04-02T19:10:13.312Z Downloaded subprocess v0.2.15
10972026-04-02T19:10:13.315Z Downloaded russh v0.45.0
10982026-04-02T19:10:13.318Z Downloaded unicode-bidi v0.3.18
10992026-04-02T19:10:13.321Z Downloaded typify v0.4.3
11002026-04-02T19:10:13.323Z Downloaded typify v0.6.1
11012026-04-02T19:10:13.327Z Downloaded tracing-core v0.1.36
11022026-04-02T19:10:13.330Z Downloaded unsafe-libyaml v0.2.11
11032026-04-02T19:10:13.352Z Downloaded toml v0.7.8
11042026-04-02T19:10:13.358Z Downloaded bitvec v1.0.1
11052026-04-02T19:10:13.358Z Downloaded yasna v0.5.2
11062026-04-02T19:10:13.358Z Downloaded steno v0.4.1
11072026-04-02T19:10:13.358Z Downloaded zerocopy v0.6.6
11082026-04-02T19:10:13.358Z Downloaded tungstenite v0.23.0
11092026-04-02T19:10:13.358Z Downloaded zstd-safe v7.2.4
11102026-04-02T19:10:13.361Z Downloaded vte v0.14.1
11112026-04-02T19:10:13.361Z Downloaded uuid v1.21.0
11122026-04-02T19:10:13.361Z Downloaded rpassword v7.4.0
11132026-04-02T19:10:13.365Z Downloaded ron v0.12.0
11142026-04-02T19:10:13.368Z Downloaded blake3 v1.8.3
11152026-04-02T19:10:13.375Z Downloaded h2 v0.4.13
11162026-04-02T19:10:13.380Z Downloaded bindgen v0.71.1
11172026-04-02T19:10:13.387Z Downloaded reedline v0.40.0
11182026-04-02T19:10:13.392Z Downloaded rustyline v14.0.0
11192026-04-02T19:10:13.396Z Downloaded toml_edit v0.23.10+spec-1.0.0
11202026-04-02T19:10:13.401Z Downloaded toml_edit v0.19.15
11212026-04-02T19:10:13.412Z Downloaded zopfli v0.8.3
11222026-04-02T19:10:13.415Z Downloaded tokio-postgres v0.7.16
11232026-04-02T19:10:13.418Z Downloaded ssh-key v0.6.7
11242026-04-02T19:10:13.422Z Downloaded git2 v0.20.4
11252026-04-02T19:10:13.429Z Downloaded zip v0.6.6
11262026-04-02T19:10:13.433Z Downloaded regex v1.12.3
11272026-04-02T19:10:13.436Z Downloaded unicode_categories v0.1.1
11282026-04-02T19:10:13.439Z Downloaded chrono v0.4.44
11292026-04-02T19:10:13.443Z Downloaded curve25519-dalek v4.1.3
11302026-04-02T19:10:13.450Z Downloaded libm v0.2.16
11312026-04-02T19:10:13.457Z Downloaded portable-atomic v1.13.1
11322026-04-02T19:10:13.463Z Downloaded yansi v1.0.1
11332026-04-02T19:10:13.466Z Downloaded reqwest v0.12.28
11342026-04-02T19:10:13.470Z Downloaded aws-lc-rs v1.16.0
11352026-04-02T19:10:13.477Z Downloaded typed-path v0.9.3
11362026-04-02T19:10:13.482Z Downloaded tower v0.5.3
11372026-04-02T19:10:13.488Z Downloaded reqwest v0.13.2
11382026-04-02T19:10:13.493Z Downloaded quick-xml v0.37.5
11392026-04-02T19:10:13.498Z Downloaded p384 v0.13.1
11402026-04-02T19:10:13.502Z Downloaded goblin v0.10.5
11412026-04-02T19:10:13.508Z Downloaded tracing-attributes v0.1.31
11422026-04-02T19:10:13.511Z Downloaded tui-tree-widget v0.23.1
11432026-04-02T19:10:13.514Z Downloaded tls_codec_derive v0.4.2
11442026-04-02T19:10:13.514Z Downloaded signal-hook v0.3.18
11452026-04-02T19:10:13.517Z Downloaded rusty-fork v0.3.1
11462026-04-02T19:10:13.517Z Downloaded x509-cert v0.2.5
11472026-04-02T19:10:13.520Z Downloaded zip v4.6.1
11482026-04-02T19:10:13.523Z Downloaded unicode-segmentation v1.12.0
11492026-04-02T19:10:13.526Z Downloaded zerocopy-derive v0.8.40
11502026-04-02T19:10:13.532Z Downloaded tough v0.20.0
11512026-04-02T19:10:13.540Z Downloaded proptest v1.10.0
11522026-04-02T19:10:13.547Z Downloaded salty v0.3.0
11532026-04-02T19:10:13.554Z Downloaded unicode-normalization v0.1.25
11542026-04-02T19:10:13.558Z Downloaded rustls-webpki v0.101.7
11552026-04-02T19:10:13.567Z Downloaded rayon v1.11.0
11562026-04-02T19:10:13.572Z Downloaded tower-http v0.6.8
11572026-04-02T19:10:13.579Z Downloaded tokio-util v0.7.18
11582026-04-02T19:10:13.585Z Downloaded winnow v0.5.40
11592026-04-02T19:10:13.592Z Downloaded nix v0.27.1
11602026-04-02T19:10:13.600Z Downloaded rustls-webpki v0.102.8
11612026-04-02T19:10:13.614Z Downloaded serde_with v3.17.0
11622026-04-02T19:10:13.623Z Downloaded petname v2.0.2
11632026-04-02T19:10:13.627Z Downloaded nix v0.29.0
11642026-04-02T19:10:13.635Z Downloaded openssl v0.10.75
11652026-04-02T19:10:13.643Z Downloaded time v0.3.47
11662026-04-02T19:10:13.652Z Downloaded polar-core v0.27.3
11672026-04-02T19:10:13.658Z Downloaded tabled v0.20.0
11682026-04-02T19:10:13.671Z Downloaded winnow v0.6.26
11692026-04-02T19:10:13.678Z Downloaded hickory-proto v0.24.4
11702026-04-02T19:10:13.689Z Downloaded object v0.37.3
11712026-04-02T19:10:13.698Z Downloaded dropshot v0.16.7
11722026-04-02T19:10:13.715Z Downloaded quinn-proto v0.11.13
11732026-04-02T19:10:13.720Z Downloaded openapiv3 v2.2.0
11742026-04-02T19:10:13.730Z Downloaded object v0.30.4
11752026-04-02T19:10:13.735Z Downloaded diesel v2.3.7
11762026-04-02T19:10:13.751Z Downloaded moka v0.12.13
11772026-04-02T19:10:13.757Z Downloaded bstr v1.12.1
11782026-04-02T19:10:13.764Z Downloaded radix_trie v0.2.1
11792026-04-02T19:10:13.768Z Downloaded nix v0.28.0
11802026-04-02T19:10:13.776Z Downloaded lalrpop v0.19.12
11812026-04-02T19:10:13.785Z Downloaded regex-syntax v0.6.29
11822026-04-02T19:10:13.790Z Downloaded smoltcp v0.9.1
11832026-04-02T19:10:13.798Z Downloaded sqlparser v0.61.0
11842026-04-02T19:10:13.806Z Downloaded vcpkg v0.2.15
11852026-04-02T19:10:13.837Z Downloaded zlib-rs v0.6.2
11862026-04-02T19:10:13.841Z Downloaded webpki-roots v1.0.6
11872026-04-02T19:10:13.844Z Downloaded tracing v0.1.44
11882026-04-02T19:10:13.861Z Downloaded rustls v0.21.12
11892026-04-02T19:10:13.869Z Downloaded zerocopy v0.8.40
11902026-04-02T19:10:13.876Z Downloaded regex-syntax v0.8.10
11912026-04-02T19:10:13.882Z Downloaded regress v0.10.5
11922026-04-02T19:10:13.889Z Downloaded rustls v0.22.4
11932026-04-02T19:10:13.899Z Downloaded hickory-proto v0.25.2
11942026-04-02T19:10:13.910Z Downloaded rustls v0.23.37
11952026-04-02T19:10:13.920Z Downloaded smoltcp v0.11.0
11962026-04-02T19:10:13.929Z Downloaded ratatui v0.29.0
11972026-04-02T19:10:13.944Z Downloaded rustix v0.38.44
11982026-04-02T19:10:13.960Z Downloaded jiff v0.2.21
11992026-04-02T19:10:13.974Z Downloaded csv v1.4.0
12002026-04-02T19:10:13.990Z Downloaded nix v0.31.1
12012026-04-02T19:10:13.999Z Downloaded sled v0.34.7
12022026-04-02T19:10:14.006Z Downloaded rand v0.8.5
12032026-04-02T19:10:14.010Z Downloaded quinn v0.11.9
12042026-04-02T19:10:14.012Z Downloaded libxml v0.3.3
12052026-04-02T19:10:14.015Z Downloaded trait-variant v0.1.2
12062026-04-02T19:10:14.019Z Downloaded tower-layer v0.3.3
12072026-04-02T19:10:14.019Z Downloaded time-macros v0.2.27
12082026-04-02T19:10:14.021Z Downloaded spki v0.7.3
12092026-04-02T19:10:14.021Z Downloaded snafu-derive v0.8.9
12102026-04-02T19:10:14.022Z Downloaded slab v0.4.12
12112026-04-02T19:10:14.024Z Downloaded sync-ptr v0.1.4
12122026-04-02T19:10:14.024Z Downloaded shlex v1.3.0
12132026-04-02T19:10:14.024Z Downloaded libz-sys v1.1.24
12142026-04-02T19:10:14.040Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12152026-04-02T19:10:14.056Z Downloaded typify-impl v0.6.1
12162026-04-02T19:10:14.064Z Downloaded litrs v1.0.0
12172026-04-02T19:10:14.067Z Downloaded darling_core v0.21.3
12182026-04-02T19:10:14.070Z Downloaded crossterm v0.29.0
12192026-04-02T19:10:14.074Z Downloaded multimap v0.10.1
12202026-04-02T19:10:14.077Z Downloaded half v1.8.3
12212026-04-02T19:10:14.077Z Downloaded typify-impl v0.4.3
12222026-04-02T19:10:14.088Z Downloaded diff v0.1.13
12232026-04-02T19:10:14.091Z Downloaded derive-where v1.6.0
12242026-04-02T19:10:14.094Z Downloaded defmt-macros v1.0.1
12252026-04-02T19:10:14.096Z Downloaded bzip2-sys v0.1.13+1.0.8
12262026-04-02T19:10:14.104Z Downloaded zerocopy-derive v0.6.6
12272026-04-02T19:10:14.112Z Downloaded darling v0.21.3
12282026-04-02T19:10:14.115Z Downloaded cancel-safe-futures v0.1.5
12292026-04-02T19:10:14.118Z Downloaded ident_case v1.0.1
12302026-04-02T19:10:14.118Z Downloaded data-encoding v2.10.0
12312026-04-02T19:10:14.121Z Downloaded const-oid v0.9.6
12322026-04-02T19:10:14.121Z Downloaded regex-automata v0.4.14
12332026-04-02T19:10:14.132Z Downloaded inout v0.1.4
12342026-04-02T19:10:14.135Z Downloaded indoc v1.0.9
12352026-04-02T19:10:14.135Z Downloaded hyper-tls v0.6.0
12362026-04-02T19:10:14.138Z Downloaded hubpack_derive v0.1.1
12372026-04-02T19:10:14.138Z Downloaded globset v0.4.18
12382026-04-02T19:10:14.138Z Downloaded fs-err v2.11.0
12392026-04-02T19:10:14.141Z Downloaded env_logger v0.11.9
12402026-04-02T19:10:14.141Z Downloaded daft v0.1.5
12412026-04-02T19:10:14.144Z Downloaded colored v3.1.1
12422026-04-02T19:10:14.144Z Downloaded petgraph v0.6.5
12432026-04-02T19:10:14.157Z Downloaded chacha20 v0.10.0
12442026-04-02T19:10:14.160Z Downloaded lzma-sys v0.1.20
12452026-04-02T19:10:14.181Z Downloaded bzip2 v0.4.4
12462026-04-02T19:10:14.184Z Downloaded chrono-tz v0.10.4
12472026-04-02T19:10:14.195Z Downloaded ar_archive_writer v0.5.1
12482026-04-02T19:10:14.202Z Downloaded encoding_rs v0.8.35
12492026-04-02T19:10:14.214Z Downloaded const_format_proc_macros v0.2.34
12502026-04-02T19:10:14.217Z Downloaded petgraph v0.8.3
12512026-04-02T19:10:14.235Z Downloaded corncobs v0.1.4
12522026-04-02T19:10:14.239Z Downloaded cargo_metadata v0.19.2
12532026-04-02T19:10:14.239Z Downloaded console v0.16.2
12542026-04-02T19:10:14.239Z Downloaded backon v1.6.0
12552026-04-02T19:10:14.244Z Downloaded allocator-api2 v0.2.21
12562026-04-02T19:10:14.244Z Downloaded daft-derive v0.1.5
12572026-04-02T19:10:14.248Z Downloaded fxhash v0.2.1
12582026-04-02T19:10:14.248Z Downloaded sha3 v0.10.8
12592026-04-02T19:10:14.251Z Downloaded futures-sink v0.3.32
12602026-04-02T19:10:14.251Z Downloaded cassowary v0.3.0
12612026-04-02T19:10:14.251Z Downloaded cfg_aliases v0.1.1
12622026-04-02T19:10:14.251Z Downloaded dunce v1.0.5
12632026-04-02T19:10:14.251Z Downloaded bb8 v0.8.6
12642026-04-02T19:10:14.254Z Downloaded dtrace-parser v0.3.0
12652026-04-02T19:10:14.254Z Downloaded dirs-next v2.0.0
12662026-04-02T19:10:14.254Z Downloaded tokio v1.49.0
12672026-04-02T19:10:14.282Z Downloaded futures-task v0.3.32
12682026-04-02T19:10:14.285Z Downloaded embedded-io v0.4.0
12692026-04-02T19:10:14.285Z Downloaded blowfish v0.9.1
12702026-04-02T19:10:14.285Z Downloaded bit-vec v0.6.3
12712026-04-02T19:10:14.287Z Downloaded debug-ignore v1.0.5
12722026-04-02T19:10:14.287Z Downloaded argon2 v0.5.3
12732026-04-02T19:10:14.292Z Downloaded derive_builder_core v0.20.2
12742026-04-02T19:10:14.292Z Downloaded base64ct v1.8.3
12752026-04-02T19:10:14.295Z Downloaded libgit2-sys v0.18.3+1.9.2
12762026-04-02T19:10:14.333Z Downloaded async-trait v0.1.89
12772026-04-02T19:10:14.374Z Downloaded ring v0.17.14
12782026-04-02T19:10:14.925Z Downloaded aws-lc-sys v0.37.1
12792026-04-02T19:10:15.255Z Compiling libc v0.2.180
12802026-04-02T19:10:15.258Z Compiling serde v1.0.228
12812026-04-02T19:10:15.258Z Compiling log v0.4.29
12822026-04-02T19:10:15.258Z Compiling find-msvc-tools v0.1.9
12832026-04-02T19:10:15.258Z Compiling shlex v1.3.0
12842026-04-02T19:10:15.258Z Compiling smallvec v1.15.1
12852026-04-02T19:10:15.258Z Compiling typenum v1.19.0
12862026-04-02T19:10:15.258Z Compiling subtle v2.6.1
12872026-04-02T19:10:15.258Z Compiling generic-array v0.14.7
12882026-04-02T19:10:15.258Z Compiling scopeguard v1.2.0
12892026-04-02T19:10:15.438Z Compiling portable-atomic v1.13.1
12902026-04-02T19:10:15.586Z Compiling const-oid v0.9.6
12912026-04-02T19:10:15.591Z Compiling critical-section v1.2.0
12922026-04-02T19:10:15.591Z Compiling zerocopy v0.8.40
12932026-04-02T19:10:15.631Z Compiling syn v2.0.117
12942026-04-02T19:10:15.672Z Compiling lock_api v0.4.14
12952026-04-02T19:10:15.718Z Compiling pin-project-lite v0.2.17
12962026-04-02T19:10:15.721Z Compiling serde_json v1.0.149
12972026-04-02T19:10:15.721Z Compiling parking_lot_core v0.9.12
12982026-04-02T19:10:15.783Z Compiling pkg-config v0.3.32
12992026-04-02T19:10:15.831Z Compiling bitflags v2.11.0
13002026-04-02T19:10:15.834Z Compiling libm v0.2.16
13012026-04-02T19:10:15.834Z Compiling num-traits v0.2.19
13022026-04-02T19:10:15.899Z Compiling futures-core v0.3.32
13032026-04-02T19:10:15.946Z Compiling percent-encoding v2.3.2
13042026-04-02T19:10:15.993Z Compiling allocator-api2 v0.2.21
13052026-04-02T19:10:16.042Z Compiling futures-sink v0.3.32
13062026-04-02T19:10:16.282Z Compiling foldhash v0.2.0
13072026-04-02T19:10:16.286Z Compiling cpufeatures v0.2.17
13082026-04-02T19:10:16.309Z Compiling futures-channel v0.3.32
13092026-04-02T19:10:16.353Z Compiling slab v0.4.12
13102026-04-02T19:10:16.356Z Compiling futures-task v0.3.32
13112026-04-02T19:10:16.460Z Compiling getrandom v0.4.1
13122026-04-02T19:10:16.484Z Compiling futures-io v0.3.32
13132026-04-02T19:10:16.526Z Compiling hashbrown v0.16.1
13142026-04-02T19:10:16.565Z Compiling getrandom v0.3.4
13152026-04-02T19:10:16.600Z Compiling rand_core v0.10.0
13162026-04-02T19:10:16.623Z Compiling rustversion v1.0.22
13172026-04-02T19:10:16.647Z Compiling form_urlencoded v1.2.2
13182026-04-02T19:10:16.672Z Compiling fs_extra v1.3.0
13192026-04-02T19:10:16.693Z Compiling dunce v1.0.5
13202026-04-02T19:10:16.721Z Compiling base64ct v1.8.3
13212026-04-02T19:10:16.818Z Compiling ident_case v1.0.1
13222026-04-02T19:10:16.840Z Compiling flagset v0.4.7
13232026-04-02T19:10:16.844Z Compiling iana-time-zone v0.1.65
13242026-04-02T19:10:16.901Z Compiling getrandom v0.2.17
13252026-04-02T19:10:16.924Z Compiling jobserver v0.1.34
13262026-04-02T19:10:16.960Z Compiling errno v0.3.14
13272026-04-02T19:10:17.015Z Compiling mio v1.1.1
13282026-04-02T19:10:17.037Z Compiling socket2 v0.6.2
13292026-04-02T19:10:17.118Z Compiling rand_core v0.6.4
13302026-04-02T19:10:17.140Z Compiling once_cell v1.21.3
13312026-04-02T19:10:17.143Z Compiling signal-hook-registry v1.4.8
13322026-04-02T19:10:17.217Z Compiling cc v1.2.56
13332026-04-02T19:10:17.254Z Compiling parking_lot v0.12.5
13342026-04-02T19:10:17.397Z Compiling indexmap v2.13.0
13352026-04-02T19:10:17.400Z Compiling pem-rfc7468 v0.7.0
13362026-04-02T19:10:17.444Z Compiling rustix v1.1.3
13372026-04-02T19:10:17.466Z Compiling uuid v1.21.0
13382026-04-02T19:10:17.469Z Compiling rustc_version v0.4.1
13392026-04-02T19:10:17.513Z Compiling aws-lc-rs v1.16.0
13402026-04-02T19:10:17.559Z Compiling vcpkg v0.2.15
13412026-04-02T19:10:17.709Z Compiling regex-syntax v0.8.10
13422026-04-02T19:10:17.799Z Compiling rand_core v0.9.5
13432026-04-02T19:10:17.888Z Compiling tracing-core v0.1.36
13442026-04-02T19:10:17.935Z Compiling crossbeam-utils v0.8.21
13452026-04-02T19:10:17.960Z Compiling untrusted v0.9.0
13462026-04-02T19:10:17.960Z Compiling untrusted v0.7.1
13472026-04-02T19:10:18.007Z Compiling schemars v0.8.22
13482026-04-02T19:10:18.115Z Compiling httparse v1.10.1
13492026-04-02T19:10:18.141Z Compiling openssl-probe v0.2.1
13502026-04-02T19:10:18.162Z Compiling base64 v0.22.1
13512026-04-02T19:10:18.222Z Compiling syn v1.0.109
13522026-04-02T19:10:18.256Z Compiling dyn-clone v1.0.20
13532026-04-02T19:10:18.283Z Compiling cmake v0.1.57
13542026-04-02T19:10:18.397Z Compiling tinyvec_macros v0.1.1
13552026-04-02T19:10:18.443Z Compiling rustls v0.23.37
13562026-04-02T19:10:18.468Z Compiling tower-layer v0.3.3
13572026-04-02T19:10:18.468Z Compiling try-lock v0.2.5
13582026-04-02T19:10:18.513Z Compiling tower-service v0.3.3
13592026-04-02T19:10:18.612Z Compiling atomic-waker v1.1.2
13602026-04-02T19:10:18.646Z Compiling want v0.3.1
13612026-04-02T19:10:18.668Z Compiling tinyvec v1.10.0
13622026-04-02T19:10:18.671Z Compiling spin v0.9.8
13632026-04-02T19:10:18.757Z Compiling aho-corasick v1.1.4
13642026-04-02T19:10:18.760Z Compiling openssl v0.10.75
13652026-04-02T19:10:18.760Z Compiling crc32fast v1.5.0
13662026-04-02T19:10:18.760Z Compiling httpdate v1.0.3
13672026-04-02T19:10:18.842Z Compiling powerfmt v0.2.0
13682026-04-02T19:10:18.845Z Compiling time-core v0.1.8
13692026-04-02T19:10:18.911Z Compiling num-conv v0.2.0
13702026-04-02T19:10:19.004Z Compiling foreign-types-shared v0.1.1
13712026-04-02T19:10:19.086Z Compiling pin-utils v0.1.0
13722026-04-02T19:10:19.110Z Compiling foreign-types v0.3.2
13732026-04-02T19:10:19.113Z Compiling deranged v0.5.8
13742026-04-02T19:10:19.113Z Compiling time-macros v0.2.27
13752026-04-02T19:10:19.113Z Compiling wait-timeout v0.2.1
13762026-04-02T19:10:19.197Z Compiling quick-error v1.2.3
13772026-04-02T19:10:19.220Z Compiling either v1.15.0
13782026-04-02T19:10:19.226Z Compiling simd-adler32 v0.3.8
13792026-04-02T19:10:19.227Z Compiling usdt-impl v0.6.0
13802026-04-02T19:10:19.227Z Compiling native-tls v0.2.18
13812026-04-02T19:10:19.227Z Compiling num_threads v0.1.7
13822026-04-02T19:10:19.348Z Compiling siphasher v1.0.2
13832026-04-02T19:10:19.396Z Compiling bit-vec v0.8.0
13842026-04-02T19:10:19.520Z Compiling aws-lc-sys v0.37.1
13852026-04-02T19:10:19.546Z Compiling ring v0.17.14
13862026-04-02T19:10:19.566Z Compiling openssl-sys v0.9.111
13872026-04-02T19:10:19.569Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13882026-04-02T19:10:19.643Z Compiling bzip2-sys v0.1.13+1.0.8
13892026-04-02T19:10:19.662Z Compiling tempfile v3.25.0
13902026-04-02T19:10:19.684Z Compiling unicode-normalization v0.1.25
13912026-04-02T19:10:19.715Z Compiling bit-set v0.8.0
13922026-04-02T19:10:19.741Z Compiling crossbeam-epoch v0.9.18
13932026-04-02T19:10:19.947Z Compiling synstructure v0.13.2
13942026-04-02T19:10:20.024Z Compiling pest_generator v2.8.6
13952026-04-02T19:10:20.066Z Compiling serde_derive_internals v0.29.1
13962026-04-02T19:10:20.123Z Compiling darling_core v0.20.11
13972026-04-02T19:10:20.198Z Compiling regex-automata v0.4.14
13982026-04-02T19:10:20.337Z Compiling rusty-fork v0.3.1
13992026-04-02T19:10:20.615Z Compiling darling_core v0.21.3
14002026-04-02T19:10:20.727Z Compiling time v0.3.47
14012026-04-02T19:10:20.765Z Compiling slog v2.8.2
14022026-04-02T19:10:20.807Z Compiling rand_xorshift v0.4.0
14032026-04-02T19:10:21.009Z Compiling heapless v0.7.17
14042026-04-02T19:10:21.031Z Compiling thread-id v5.1.0
14052026-04-02T19:10:21.034Z Compiling sync_wrapper v1.0.2
14062026-04-02T19:10:21.124Z Compiling cookie v0.18.1
14072026-04-02T19:10:21.153Z Compiling unicode-properties v0.1.4
14082026-04-02T19:10:21.209Z Compiling unicode-segmentation v1.12.0
14092026-04-02T19:10:21.231Z Compiling rayon-core v1.13.0
14102026-04-02T19:10:21.252Z Compiling signal-hook v0.3.18
14112026-04-02T19:10:21.367Z Compiling paste v1.0.15
14122026-04-02T19:10:21.389Z Compiling unarray v0.1.4
14132026-04-02T19:10:21.421Z Compiling zstd-safe v7.2.4
14142026-04-02T19:10:21.454Z Compiling unicode-bidi v0.3.18
14152026-04-02T19:10:21.478Z Compiling anyhow v1.0.102
14162026-04-02T19:10:21.498Z Compiling adler2 v2.0.1
14172026-04-02T19:10:21.666Z Compiling miniz_oxide v0.8.9
14182026-04-02T19:10:21.743Z Compiling crossbeam-deque v0.8.6
14192026-04-02T19:10:21.819Z Compiling num-integer v0.1.46
14202026-04-02T19:10:21.844Z Compiling vergen-lib v0.1.6
14212026-04-02T19:10:22.011Z Compiling stringprep v0.1.5
14222026-04-02T19:10:22.086Z Compiling curve25519-dalek v4.1.3
14232026-04-02T19:10:22.188Z Compiling ff v0.13.1
14242026-04-02T19:10:22.208Z Compiling hash32 v0.2.1
14252026-04-02T19:10:22.264Z Compiling memoffset v0.9.1
14262026-04-02T19:10:22.376Z Compiling iri-string v0.7.10
14272026-04-02T19:10:22.463Z Compiling serde_derive v1.0.228
14282026-04-02T19:10:22.487Z Compiling zeroize_derive v1.4.3
14292026-04-02T19:10:22.522Z Compiling zerofrom-derive v0.1.6
14302026-04-02T19:10:22.528Z Compiling yoke-derive v0.8.1
14312026-04-02T19:10:22.566Z Compiling zerocopy-derive v0.8.40
14322026-04-02T19:10:22.625Z Compiling zerovec-derive v0.11.2
14332026-04-02T19:10:22.777Z Compiling displaydoc v0.2.5
14342026-04-02T19:10:22.991Z Compiling tokio-macros v2.6.0
14352026-04-02T19:10:23.367Z Compiling zeroize v1.8.2
14362026-04-02T19:10:23.487Z Compiling futures-macro v0.3.32
14372026-04-02T19:10:23.773Z Compiling der_derive v0.7.3
14382026-04-02T19:10:23.977Z Compiling thiserror-impl v2.0.18
14392026-04-02T19:10:24.170Z Compiling rustls-pki-types v1.14.0
14402026-04-02T19:10:24.190Z Compiling tracing-attributes v0.1.31
14412026-04-02T19:10:24.268Z Compiling schemars_derive v0.8.22
14422026-04-02T19:10:24.446Z Compiling crypto-common v0.1.7
14432026-04-02T19:10:24.491Z Compiling zerofrom v0.1.6
14442026-04-02T19:10:24.562Z Compiling block-buffer v0.10.4
14452026-04-02T19:10:24.607Z Compiling futures-util v0.3.32
14462026-04-02T19:10:24.638Z Compiling yoke v0.8.1
14472026-04-02T19:10:24.660Z Compiling block-padding v0.3.3
14482026-04-02T19:10:24.703Z Compiling scroll_derive v0.13.1
14492026-04-02T19:10:24.787Z Compiling digest v0.10.7
14502026-04-02T19:10:24.808Z Compiling pest_derive v2.8.6
14512026-04-02T19:10:24.875Z Compiling zerovec v0.11.5
14522026-04-02T19:10:24.897Z Compiling zerotrie v0.2.3
14532026-04-02T19:10:25.059Z Compiling inout v0.1.4
14542026-04-02T19:10:25.102Z Compiling hmac v0.12.1
14552026-04-02T19:10:25.133Z Compiling sha2 v0.10.9
14562026-04-02T19:10:25.291Z Compiling cipher v0.4.4
14572026-04-02T19:10:25.316Z Compiling der v0.7.10
14582026-04-02T19:10:25.337Z Compiling pbkdf2 v0.12.2
14592026-04-02T19:10:25.497Z Compiling darling_macro v0.20.11
14602026-04-02T19:10:25.594Z Compiling tinystr v0.8.2
14612026-04-02T19:10:25.665Z Compiling potential_utf v0.1.4
14622026-04-02T19:10:25.818Z Compiling salsa20 v0.10.2
14632026-04-02T19:10:25.838Z Compiling icu_locale_core v2.1.1
14642026-04-02T19:10:25.885Z Compiling icu_collections v2.1.1
14652026-04-02T19:10:25.906Z Compiling thiserror v2.0.18
14662026-04-02T19:10:26.010Z Compiling scrypt v0.11.0
14672026-04-02T19:10:26.035Z Compiling aes v0.8.4
14682026-04-02T19:10:26.063Z Compiling cbc v0.1.2
14692026-04-02T19:10:26.066Z Compiling tracing v0.1.44
14702026-04-02T19:10:26.139Z Compiling scroll v0.13.0
14712026-04-02T19:10:26.190Z Compiling darling v0.20.11
14722026-04-02T19:10:26.337Z Compiling openssl-macros v0.1.1
14732026-04-02T19:10:26.357Z Compiling thiserror-impl v1.0.69
14742026-04-02T19:10:26.381Z Compiling derive_builder_core v0.20.2
14752026-04-02T19:10:26.462Z Compiling goblin v0.10.5
14762026-04-02T19:10:26.510Z Compiling dtrace-parser v0.3.0
14772026-04-02T19:10:26.598Z Compiling spki v0.7.3
14782026-04-02T19:10:26.884Z Compiling icu_provider v2.1.1
14792026-04-02T19:10:26.890Z Compiling pkcs5 v0.7.1
14802026-04-02T19:10:27.103Z Compiling signature v2.2.0
14812026-04-02T19:10:27.147Z Compiling rustls-native-certs v0.8.3
14822026-04-02T19:10:27.271Z Compiling bytes v1.11.1
14832026-04-02T19:10:27.300Z Compiling icu_properties v2.1.2
14842026-04-02T19:10:27.347Z Compiling icu_normalizer v2.1.1
14852026-04-02T19:10:27.493Z Compiling chrono v0.4.44
14862026-04-02T19:10:27.552Z Compiling pkcs8 v0.10.2
14872026-04-02T19:10:27.577Z Compiling ipnet v2.11.0
14882026-04-02T19:10:27.600Z Compiling scroll_derive v0.12.1
14892026-04-02T19:10:27.621Z Compiling derive_builder_macro v0.20.2
14902026-04-02T19:10:27.848Z Compiling erased-serde v0.3.31
14912026-04-02T19:10:27.963Z Compiling tokio v1.49.0
14922026-04-02T19:10:27.991Z Compiling http v1.4.0
14932026-04-02T19:10:28.095Z Compiling toml_datetime v0.6.11
14942026-04-02T19:10:28.126Z Compiling thiserror v1.0.69
14952026-04-02T19:10:28.148Z Compiling serde_spanned v0.6.9
14962026-04-02T19:10:28.245Z Compiling serde_tokenstream v0.2.3
14972026-04-02T19:10:28.270Z Compiling md-5 v0.10.6
14982026-04-02T19:10:28.294Z Compiling webpki-roots v1.0.6
14992026-04-02T19:10:28.346Z Compiling darling_macro v0.21.3
15002026-04-02T19:10:28.450Z Compiling zerocopy-derive v0.7.35
15012026-04-02T19:10:28.472Z Compiling psl-types v2.0.11
15022026-04-02T19:10:28.497Z Compiling fallible-iterator v0.2.0
15032026-04-02T19:10:28.517Z Compiling scroll v0.12.0
15042026-04-02T19:10:28.606Z Compiling idna_adapter v1.2.1
15052026-04-02T19:10:28.644Z Compiling zlib-rs v0.6.2
15062026-04-02T19:10:28.676Z Compiling smoltcp v0.9.1
15072026-04-02T19:10:28.795Z Compiling idna v1.1.0
15082026-04-02T19:10:28.883Z Compiling ppv-lite86 v0.2.21
15092026-04-02T19:10:28.906Z Compiling http-body v1.0.1
15102026-04-02T19:10:28.927Z Compiling cfg_aliases v0.2.1
15112026-04-02T19:10:28.990Z Compiling rustix v0.38.44
15122026-04-02T19:10:29.031Z Compiling ryu v1.0.23
15132026-04-02T19:10:29.118Z Compiling http-body-util v0.1.3
15142026-04-02T19:10:29.140Z Compiling litrs v1.0.0
15152026-04-02T19:10:29.143Z Compiling base16ct v0.2.0
15162026-04-02T19:10:29.271Z Compiling url v2.5.8
15172026-04-02T19:10:29.274Z Compiling ref-cast v1.0.25
15182026-04-02T19:10:29.339Z Compiling rand_chacha v0.9.0
15192026-04-02T19:10:29.402Z Compiling rand_chacha v0.3.1
15202026-04-02T19:10:29.448Z Compiling num-bigint-dig v0.8.6
15212026-04-02T19:10:29.451Z Compiling sec1 v0.7.3
15222026-04-02T19:10:29.622Z Compiling rand v0.9.2
15232026-04-02T19:10:29.644Z Compiling zerocopy v0.7.35
15242026-04-02T19:10:29.698Z Compiling rand v0.8.5
15252026-04-02T19:10:29.766Z Compiling serde_urlencoded v0.7.1
15262026-04-02T19:10:29.808Z Compiling publicsuffix v2.3.0
15272026-04-02T19:10:29.842Z Compiling document-features v0.2.12
15282026-04-02T19:10:29.895Z Compiling nix v0.31.1
15292026-04-02T19:10:30.136Z Compiling darling v0.21.3
15302026-04-02T19:10:30.255Z Compiling dof v0.4.0
15312026-04-02T19:10:30.361Z Compiling proptest v1.10.0
15322026-04-02T19:10:30.407Z Compiling postgres-protocol v0.6.10
15332026-04-02T19:10:30.432Z Compiling goblin v0.8.2
15342026-04-02T19:10:30.566Z Compiling derive_builder v0.20.2
15352026-04-02T19:10:30.637Z Compiling cargo-platform v0.1.9
15362026-04-02T19:10:30.664Z Compiling hkdf v0.12.4
15372026-04-02T19:10:30.691Z Compiling hubpack_derive v0.1.1
15382026-04-02T19:10:30.737Z Compiling crypto-bigint v0.5.5
15392026-04-02T19:10:30.802Z Compiling regex v1.12.3
15402026-04-02T19:10:31.049Z Compiling async-trait v0.1.89
15412026-04-02T19:10:31.090Z Compiling ref-cast-impl v1.0.25
15422026-04-02T19:10:31.142Z Compiling ipnetwork v0.21.1
15432026-04-02T19:10:31.163Z Compiling strum_macros v0.27.2
15442026-04-02T19:10:31.368Z Compiling daft-derive v0.1.5
15452026-04-02T19:10:31.435Z Compiling curve25519-dalek-derive v0.1.1
15462026-04-02T19:10:31.691Z Compiling oxnet v0.1.4
15472026-04-02T19:10:31.948Z Compiling group v0.13.0
15482026-04-02T19:10:32.187Z Compiling num-iter v0.1.45
15492026-04-02T19:10:32.269Z Compiling proc-macro-error v1.0.4
15502026-04-02T19:10:32.349Z Compiling heck v0.4.1
15512026-04-02T19:10:32.580Z Compiling terminal_size v0.4.3
15522026-04-02T19:10:32.604Z Compiling phf_shared v0.13.1
15532026-04-02T19:10:32.610Z Compiling lazy_static v1.5.0
15542026-04-02T19:10:32.649Z Compiling vergen v9.0.6
15552026-04-02T19:10:32.677Z Compiling fs-err v3.3.0
15562026-04-02T19:10:32.699Z Compiling ahash v0.8.12
15572026-04-02T19:10:32.732Z Compiling bumpalo v3.20.2
15582026-04-02T19:10:32.771Z Compiling bitflags v1.3.2
15592026-04-02T19:10:32.882Z Compiling flate2 v1.1.9
15602026-04-02T19:10:32.906Z Compiling managed v0.8.0
15612026-04-02T19:10:32.938Z Compiling foldhash v0.1.5
15622026-04-02T19:10:32.960Z Compiling object v0.37.3
15632026-04-02T19:10:32.985Z Compiling winnow v0.5.40
15642026-04-02T19:10:32.988Z Compiling tokio-util v0.7.18
15652026-04-02T19:10:33.071Z Compiling tower v0.5.3
15662026-04-02T19:10:33.091Z Compiling tokio-native-tls v0.3.1
15672026-04-02T19:10:33.172Z Compiling libbz2-rs-sys v0.2.2
15682026-04-02T19:10:33.235Z Compiling hashbrown v0.15.5
15692026-04-02T19:10:33.327Z Compiling zopfli v0.8.3
15702026-04-02T19:10:33.373Z Compiling clap_builder v4.5.60
15712026-04-02T19:10:33.464Z Compiling console v0.16.2
15722026-04-02T19:10:33.630Z Compiling newtype-uuid v1.3.2
15732026-04-02T19:10:33.696Z Compiling tower-http v0.6.8
15742026-04-02T19:10:33.727Z Compiling bzip2 v0.6.1
15752026-04-02T19:10:33.977Z Compiling h2 v0.4.13
15762026-04-02T19:10:33.999Z Compiling strum v0.27.2
15772026-04-02T19:10:34.023Z Compiling daft v0.1.5
15782026-04-02T19:10:34.089Z Compiling dof v0.3.0
15792026-04-02T19:10:34.112Z Compiling phf v0.13.1
15802026-04-02T19:10:34.214Z Compiling rayon v1.11.0
15812026-04-02T19:10:34.239Z Compiling signal-hook-mio v0.2.5
15822026-04-02T19:10:34.243Z Compiling zone_cfg_derive v0.3.1
15832026-04-02T19:10:34.329Z Compiling usdt-macro v0.6.0
15842026-04-02T19:10:34.347Z Compiling usdt-attr-macro v0.6.0
15852026-04-02T19:10:34.393Z Compiling cargo_metadata v0.19.2
15862026-04-02T19:10:34.921Z Compiling toml_edit v0.19.15
15872026-04-02T19:10:34.987Z Compiling cookie_store v0.22.1
15882026-04-02T19:10:35.114Z Compiling elliptic-curve v0.13.8
15892026-04-02T19:10:35.279Z Compiling hubpack v0.1.2
15902026-04-02T19:10:35.438Z Compiling bzip2 v0.4.4
15912026-04-02T19:10:35.459Z Compiling postgres-types v0.2.12
15922026-04-02T19:10:35.462Z Compiling zstd v0.13.3
15932026-04-02T19:10:35.622Z Compiling serde_with_macros v3.17.0
15942026-04-02T19:10:35.723Z Compiling dtrace-parser v0.2.0
15952026-04-02T19:10:35.851Z Compiling pkcs1 v0.7.5
15962026-04-02T19:10:35.877Z Compiling ed25519 v2.2.3
15972026-04-02T19:10:35.902Z Compiling hex v0.4.3
15982026-04-02T19:10:36.282Z Compiling serde-big-array v0.5.1
15992026-04-02T19:10:36.303Z Compiling rfc6979 v0.4.0
16002026-04-02T19:10:36.325Z Compiling bstr v1.12.1
16012026-04-02T19:10:36.465Z Compiling clap_derive v4.5.55
16022026-04-02T19:10:36.486Z Compiling enum-as-inner v0.6.1
16032026-04-02T19:10:36.489Z Compiling strum_macros v0.26.4
16042026-04-02T19:10:36.687Z Compiling serde_repr v0.1.20
16052026-04-02T19:10:36.842Z Compiling phf_shared v0.11.3
16062026-04-02T19:10:37.103Z Compiling itertools v0.12.1
16072026-04-02T19:10:37.107Z Compiling float-cmp v0.10.0
16082026-04-02T19:10:37.191Z Compiling thread-id v4.2.2
16092026-04-02T19:10:37.219Z Compiling memmap2 v0.9.10
16102026-04-02T19:10:37.278Z Compiling env_filter v1.0.0
16112026-04-02T19:10:37.315Z Compiling encoding_rs v0.8.35
16122026-04-02T19:10:37.342Z Compiling static_assertions v1.1.0
16132026-04-02T19:10:37.347Z Compiling precomputed-hash v0.1.1
16142026-04-02T19:10:37.405Z Compiling rustc-hash v2.1.1
16152026-04-02T19:10:37.448Z Compiling fixedbitset v0.4.2
16162026-04-02T19:10:37.489Z Compiling predicates-core v1.0.10
16172026-04-02T19:10:37.539Z Compiling jiff v0.2.21
16182026-04-02T19:10:37.579Z Compiling whoami v2.1.0
16192026-04-02T19:10:37.703Z Compiling data-encoding v2.10.0
16202026-04-02T19:10:37.733Z Compiling normalize-line-endings v0.3.0
16212026-04-02T19:10:37.757Z Compiling fixedbitset v0.5.7
16222026-04-02T19:10:37.760Z Compiling keccak v0.1.6
16232026-04-02T19:10:37.869Z Compiling new_debug_unreachable v1.0.6
16242026-04-02T19:10:37.973Z Compiling mime v0.3.17
16252026-04-02T19:10:38.113Z Compiling hyper v1.8.1
16262026-04-02T19:10:38.193Z Compiling difflib v0.4.0
16272026-04-02T19:10:38.328Z Compiling unit-prefix v0.5.2
16282026-04-02T19:10:38.410Z Compiling hickory-proto v0.25.2
16292026-04-02T19:10:38.525Z Compiling predicates v3.1.4
16302026-04-02T19:10:38.695Z Compiling zone v0.3.1
16312026-04-02T19:10:38.771Z Compiling indicatif v0.18.4
16322026-04-02T19:10:38.804Z Compiling petgraph v0.8.3
16332026-04-02T19:10:38.902Z Compiling sha3 v0.10.8
16342026-04-02T19:10:38.948Z Compiling clap v4.5.60
16352026-04-02T19:10:38.972Z Compiling string_cache v0.8.9
16362026-04-02T19:10:38.993Z Compiling strum v0.26.3
16372026-04-02T19:10:39.065Z Compiling tokio-postgres v0.7.16
16382026-04-02T19:10:39.176Z Compiling toml_edit v0.22.27
16392026-04-02T19:10:39.284Z Compiling petgraph v0.6.5
16402026-04-02T19:10:39.382Z Compiling iddqd v0.3.17
16412026-04-02T19:10:39.420Z Compiling env_logger v0.11.9
16422026-04-02T19:10:39.506Z Compiling usdt v0.6.0
16432026-04-02T19:10:39.528Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16442026-04-02T19:10:39.644Z Compiling hyper-util v0.1.20
16452026-04-02T19:10:39.851Z Compiling usdt-impl v0.5.0
16462026-04-02T19:10:39.912Z Compiling serde_with v3.17.0
16472026-04-02T19:10:39.963Z Compiling crossterm v0.28.1
16482026-04-02T19:10:40.300Z Compiling similar v2.7.0
16492026-04-02T19:10:40.648Z Compiling toml v0.7.8
16502026-04-02T19:10:40.911Z Compiling ecdsa v0.16.9
16512026-04-02T19:10:41.359Z Compiling zip v4.6.1
16522026-04-02T19:10:41.454Z Compiling rsa v0.9.10
16532026-04-02T19:10:41.485Z Compiling hyper-tls v0.6.0
16542026-04-02T19:10:41.522Z Compiling ed25519-dalek v2.2.0
16552026-04-02T19:10:41.543Z Compiling zip v0.6.6
16562026-04-02T19:10:41.818Z Compiling tokio-stream v0.1.18
16572026-04-02T19:10:42.372Z Compiling toml_parser v1.0.9+spec-1.1.0
16582026-04-02T19:10:42.396Z Compiling buf-list v1.1.2
16592026-04-02T19:10:42.400Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16602026-04-02T19:10:42.443Z Compiling openapiv3 v2.2.0
16612026-04-02T19:10:42.467Z Compiling x509-cert v0.2.5
16622026-04-02T19:10:42.609Z Compiling sha1 v0.10.6
16632026-04-02T19:10:42.703Z Compiling itertools v0.13.0
16642026-04-02T19:10:42.783Z Compiling toml_datetime v0.7.5+spec-1.1.0
16652026-04-02T19:10:42.839Z Compiling peg-runtime v0.8.5
16662026-04-02T19:10:42.904Z Compiling lalrpop-util v0.19.12
16672026-04-02T19:10:43.043Z Compiling thread_local v1.1.9
16682026-04-02T19:10:43.165Z Compiling slog-async v2.8.0
16692026-04-02T19:10:43.186Z Compiling futures-executor v0.3.32
16702026-04-02T19:10:43.219Z Compiling crossbeam-channel v0.5.15
16712026-04-02T19:10:43.243Z Compiling is-terminal v0.4.17
16722026-04-02T19:10:43.371Z Compiling filetime v0.2.27
16732026-04-02T19:10:43.395Z Compiling take_mut v0.2.2
16742026-04-02T19:10:43.399Z Compiling term v1.2.1
16752026-04-02T19:10:43.454Z Compiling xattr v1.6.1
16762026-04-02T19:10:43.554Z Compiling futures v0.3.32
16772026-04-02T19:10:43.616Z Compiling tar v0.4.45
16782026-04-02T19:10:43.862Z Compiling slog-term v2.9.2
16792026-04-02T19:11:06.670Z Compiling rustls-webpki v0.103.9
16802026-04-02T19:11:10.685Z Compiling tokio-rustls v0.26.4
16812026-04-02T19:11:10.685Z Compiling rustls-platform-verifier v0.6.2
16822026-04-02T19:11:10.940Z Compiling hyper-rustls v0.27.7
16832026-04-02T19:11:11.183Z Compiling reqwest v0.13.2
16842026-04-02T19:11:11.183Z Compiling reqwest v0.12.28
16852026-04-02T19:11:13.978Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16862026-04-02T19:11:14.270Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16872026-04-02T19:11:18.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
16882026-04-02T19:11:18.214Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16892026-04-02T19:11:18.267ZApr 02 19:11:17.191 INFO Starting download, target: TransceiverControl
16902026-04-02T19:11:18.267ZApr 02 19:11:17.191 INFO Starting download, target: MaghemiteMgd
16912026-04-02T19:11:18.267ZApr 02 19:11:17.191 INFO Starting download, target: Console
16922026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Starting download, target: Cockroach
16932026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Starting download, target: Clickhouse
16942026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Starting download, target: DendriteStub
16952026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16962026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16972026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16982026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16992026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17002026-04-02T19:11:18.273ZApr 02 19:11:17.191 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17012026-04-02T19:11:18.754ZApr 02 19:11:17.672 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17022026-04-02T19:11:19.088ZApr 02 19:11:18.011 INFO Download complete, target: TransceiverControl
17032026-04-02T19:11:19.246ZApr 02 19:11:18.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17042026-04-02T19:11:19.652ZApr 02 19:11:18.575 INFO Download complete, target: Console
17052026-04-02T19:11:20.423ZApr 02 19:11:19.328 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17062026-04-02T19:11:20.545ZApr 02 19:11:19.468 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17072026-04-02T19:11:20.614ZApr 02 19:11:19.539 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17082026-04-02T19:11:21.702ZApr 02 19:11:20.626 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17092026-04-02T19:11:21.702ZApr 02 19:11:20.626 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17102026-04-02T19:11:24.451ZApr 02 19:11:23.367 INFO Download complete, target: DendriteStub
17112026-04-02T19:11:24.464ZApr 02 19:11:23.368 INFO Download complete, target: MaghemiteMgd
17122026-04-02T19:11:29.356ZApr 02 19:11:28.254 INFO Checking that binary works, target: Cockroach
17132026-04-02T19:11:29.460ZApr 02 19:11:28.386 INFO Download complete, target: Cockroach
17142026-04-02T19:11:31.872ZApr 02 19:11:30.785 INFO Checking that binary works, target: Clickhouse
17152026-04-02T19:11:31.955ZApr 02 19:11:30.877 INFO Download complete, target: Clickhouse
17162026-04-02T19:11:31.975ZAll prerequisites installed successfully
17172026-04-02T19:11:31.975Z
17182026-04-02T19:11:31.975Zreal 2:33.365223937
17192026-04-02T19:11:31.975Zuser 9:32.923007100
17202026-04-02T19:11:31.975Zsys 2:01.935123408
17212026-04-02T19:11:31.975Ztrap 0.339089376
17222026-04-02T19:11:31.975Ztflt 1.126660996
17232026-04-02T19:11:31.975Zdflt 1.827066712
17242026-04-02T19:11:31.976Zkflt 0.028650955
17252026-04-02T19:11:31.976Zlock 32:11.859176490
17262026-04-02T19:11:31.976Zslp 24:11.519969576
17272026-04-02T19:11:31.976Zlat 33.221450859
17282026-04-02T19:11:31.976Zstop 4:28.019526910
17292026-04-02T19:11:31.976Z+ ptime -m cargo xtask download softnpu
17302026-04-02T19:11:32.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17312026-04-02T19:11:32.714Z Running `target/debug/xtask download softnpu`
17322026-04-02T19:11:33.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
17332026-04-02T19:11:33.834Z Running `target/debug/xtask-downloader softnpu`
17342026-04-02T19:11:33.881ZApr 02 19:11:32.804 INFO Starting download, target: Softnpu
17352026-04-02T19:11:33.898ZApr 02 19:11:32.805 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17362026-04-02T19:11:35.313ZApr 02 19:11:34.231 INFO Download complete, target: Softnpu
17372026-04-02T19:11:35.329Z
17382026-04-02T19:11:35.329Zreal 3.344662630
17392026-04-02T19:11:35.329Zuser 1.828898004
17402026-04-02T19:11:35.329Zsys 0.822872302
17412026-04-02T19:11:35.329Ztrap 0.000804563
17422026-04-02T19:11:35.329Ztflt 0.000252855
17432026-04-02T19:11:35.329Zdflt 0.000081824
17442026-04-02T19:11:35.329Zkflt 0.000000000
17452026-04-02T19:11:35.329Zlock 26.500975355
17462026-04-02T19:11:35.329Zslp 1.174440092
17472026-04-02T19:11:35.329Zlat 0.057132081
17482026-04-02T19:11:35.329Zstop 0.000260754
17492026-04-02T19:11:35.329Z+ export CARGO_INCREMENTAL=0
17502026-04-02T19:11:35.329Z+ CARGO_INCREMENTAL=0
17512026-04-02T19:11:35.329Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17522026-04-02T19:11:36.545Z Compiling proc-macro2 v1.0.106
17532026-04-02T19:11:36.545Z Compiling quote v1.0.44
17542026-04-02T19:11:36.558Z Compiling unicode-ident v1.0.24
17552026-04-02T19:11:36.558Z Compiling libc v0.2.180
17562026-04-02T19:11:36.558Z Compiling serde_core v1.0.228
17572026-04-02T19:11:36.558Z Compiling serde v1.0.228
17582026-04-02T19:11:36.558Z Compiling cfg-if v1.0.4
17592026-04-02T19:11:36.558Z Compiling version_check v0.9.5
17602026-04-02T19:11:36.558Z Compiling shlex v1.3.0
17612026-04-02T19:11:36.558Z Compiling find-msvc-tools v0.1.9
17622026-04-02T19:11:36.559Z Compiling typenum v1.19.0
17632026-04-02T19:11:36.559Z Compiling autocfg v1.5.0
17642026-04-02T19:11:36.717Z Compiling zmij v1.0.21
17652026-04-02T19:11:36.739Z Compiling portable-atomic v1.13.1
17662026-04-02T19:11:36.804Z Compiling serde_json v1.0.149
17672026-04-02T19:11:36.888Z Compiling memchr v2.8.0
17682026-04-02T19:11:37.086Z Compiling zerocopy v0.8.40
17692026-04-02T19:11:37.166Z Compiling libm v0.2.16
17702026-04-02T19:11:37.176Z Compiling smallvec v1.15.1
17712026-04-02T19:11:37.186Z Compiling parking_lot_core v0.9.12
17722026-04-02T19:11:37.223Z Compiling icu_normalizer_data v2.1.1
17732026-04-02T19:11:37.304Z Compiling icu_properties_data v2.1.2
17742026-04-02T19:11:37.327Z Compiling itoa v1.0.17
17752026-04-02T19:11:37.334Z Compiling generic-array v0.14.7
17762026-04-02T19:11:37.372Z Compiling num-traits v0.2.19
17772026-04-02T19:11:37.401Z Compiling getrandom v0.4.1
17782026-04-02T19:11:37.548Z Compiling log v0.4.29
17792026-04-02T19:11:37.593Z Compiling stable_deref_trait v1.2.1
17802026-04-02T19:11:37.635Z Compiling pkg-config v0.3.32
17812026-04-02T19:11:37.654Z Compiling subtle v2.6.1
17822026-04-02T19:11:37.956Z Compiling scopeguard v1.2.0
17832026-04-02T19:11:38.136Z Compiling lock_api v0.4.14
17842026-04-02T19:11:38.144Z Compiling litemap v0.8.1
17852026-04-02T19:11:38.144Z Compiling writeable v0.6.2
17862026-04-02T19:11:38.265Z Compiling percent-encoding v2.3.2
17872026-04-02T19:11:38.285Z Compiling thiserror v2.0.18
17882026-04-02T19:11:38.431Z Compiling jobserver v0.1.34
17892026-04-02T19:11:38.431Z Compiling getrandom v0.2.17
17902026-04-02T19:11:38.508Z Compiling syn v2.0.117
17912026-04-02T19:11:38.527Z Compiling errno v0.3.14
17922026-04-02T19:11:38.549Z Compiling fnv v1.0.7
17932026-04-02T19:11:38.698Z Compiling rand_core v0.6.4
17942026-04-02T19:11:38.716Z Compiling cc v1.2.56
17952026-04-02T19:11:38.787Z Compiling pin-project-lite v0.2.17
17962026-04-02T19:11:38.799Z Compiling getrandom v0.3.4
17972026-04-02T19:11:38.965Z Compiling critical-section v1.2.0
17982026-04-02T19:11:39.028Z Compiling schemars v0.8.22
17992026-04-02T19:11:39.092Z Compiling equivalent v1.0.2
18002026-04-02T19:11:39.092Z Compiling allocator-api2 v0.2.21
18012026-04-02T19:11:39.178Z Compiling rustversion v1.0.22
18022026-04-02T19:11:39.235Z Compiling dunce v1.0.5
18032026-04-02T19:11:39.251Z Compiling rand_core v0.10.0
18042026-04-02T19:11:39.293Z Compiling fs_extra v1.3.0
18052026-04-02T19:11:39.370Z Compiling foldhash v0.2.0
18062026-04-02T19:11:39.397Z Compiling utf8_iter v1.0.4
18072026-04-02T19:11:39.442Z Compiling form_urlencoded v1.2.2
18082026-04-02T19:11:39.611Z Compiling once_cell v1.21.3
18092026-04-02T19:11:39.666Z Compiling hashbrown v0.16.1
18102026-04-02T19:11:39.684Z Compiling cmake v0.1.57
18112026-04-02T19:11:39.787Z Compiling const-oid v0.9.6
18122026-04-02T19:11:39.870Z Compiling signal-hook-registry v1.4.8
18132026-04-02T19:11:39.959Z Compiling rustix v1.1.3
18142026-04-02T19:11:40.002Z Compiling socket2 v0.6.2
18152026-04-02T19:11:40.040Z Compiling mio v1.1.1
18162026-04-02T19:11:40.169Z Compiling semver v1.0.27
18172026-04-02T19:11:40.357Z Compiling bitflags v2.11.0
18182026-04-02T19:11:40.404Z Compiling indexmap v2.13.0
18192026-04-02T19:11:40.426Z Compiling parking_lot v0.12.5
18202026-04-02T19:11:40.426Z Compiling aws-lc-rs v1.16.0
18212026-04-02T19:11:40.472Z Compiling thiserror v1.0.69
18222026-04-02T19:11:40.493Z Compiling futures-core v0.3.32
18232026-04-02T19:11:40.541Z Compiling ring v0.17.14
18242026-04-02T19:11:40.572Z Compiling aws-lc-sys v0.37.1
18252026-04-02T19:11:40.595Z Compiling strsim v0.11.1
18262026-04-02T19:11:40.896Z Compiling ucd-trie v0.1.7
18272026-04-02T19:11:40.909Z Compiling byteorder v1.5.0
18282026-04-02T19:11:40.981Z Compiling httparse v1.10.1
18292026-04-02T19:11:41.017Z Compiling syn v1.0.109
18302026-04-02T19:11:41.087Z Compiling pest v2.8.6
18312026-04-02T19:11:41.268Z Compiling ident_case v1.0.1
18322026-04-02T19:11:41.314Z Compiling vcpkg v0.2.15
18332026-04-02T19:11:41.314Z Compiling iana-time-zone v0.1.65
18342026-04-02T19:11:41.385Z Compiling heck v0.5.0
18352026-04-02T19:11:41.415Z Compiling uuid v1.21.0
18362026-04-02T19:11:41.469Z Compiling cpufeatures v0.2.17
18372026-04-02T19:11:41.715Z Compiling crossbeam-utils v0.8.21
18382026-04-02T19:11:41.791Z Compiling regex-syntax v0.8.10
18392026-04-02T19:11:41.950Z Compiling rustc_version v0.4.1
18402026-04-02T19:11:42.066Z Compiling openssl-sys v0.9.111
18412026-04-02T19:11:42.089Z Compiling futures-sink v0.3.32
18422026-04-02T19:11:42.113Z Compiling rustls v0.23.37
18432026-04-02T19:11:42.204Z Compiling slab v0.4.12
18442026-04-02T19:11:42.229Z Compiling futures-channel v0.3.32
18452026-04-02T19:11:42.255Z Compiling futures-task v0.3.32
18462026-04-02T19:11:42.255Z Compiling futures-io v0.3.32
18472026-04-02T19:11:42.362Z Compiling synstructure v0.13.2
18482026-04-02T19:11:42.392Z Compiling serde_derive_internals v0.29.1
18492026-04-02T19:11:42.555Z Compiling dyn-clone v1.0.20
18502026-04-02T19:11:42.578Z Compiling plain v0.2.3
18512026-04-02T19:11:42.627Z Compiling pest_meta v2.8.6
18522026-04-02T19:11:42.674Z Compiling aho-corasick v1.1.4
18532026-04-02T19:11:42.685Z Compiling time-core v0.1.8
18542026-04-02T19:11:42.845Z Compiling num-conv v0.2.0
18552026-04-02T19:11:42.884Z Compiling pretty-hex v0.4.1
18562026-04-02T19:11:43.003Z Compiling time-macros v0.2.27
18572026-04-02T19:11:43.102Z Compiling base64 v0.22.1
18582026-04-02T19:11:43.161Z Compiling openssl v0.10.75
18592026-04-02T19:11:43.505Z Compiling pest_generator v2.8.6
18602026-04-02T19:11:43.509Z Compiling base64ct v1.8.3
18612026-04-02T19:11:43.534Z Compiling crc32fast v1.5.0
18622026-04-02T19:11:43.557Z Compiling anyhow v1.0.102
18632026-04-02T19:11:43.626Z Compiling either v1.15.0
18642026-04-02T19:11:43.641Z Compiling darling_core v0.21.3
18652026-04-02T19:11:43.753Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18662026-04-02T19:11:43.836Z Compiling regex-automata v0.4.14
18672026-04-02T19:11:43.877Z Compiling pem-rfc7468 v0.7.0
18682026-04-02T19:11:43.921Z Compiling flagset v0.4.7
18692026-04-02T19:11:43.922Z Compiling native-tls v0.2.18
18702026-04-02T19:11:43.967Z Compiling rand_core v0.9.5
18712026-04-02T19:11:44.242Z Compiling slog v2.8.2
18722026-04-02T19:11:44.270Z Compiling tracing-core v0.1.36
18732026-04-02T19:11:44.302Z Compiling serde_derive v1.0.228
18742026-04-02T19:11:44.320Z Compiling zeroize_derive v1.4.3
18752026-04-02T19:11:44.320Z Compiling zerofrom-derive v0.1.6
18762026-04-02T19:11:44.362Z Compiling yoke-derive v0.8.1
18772026-04-02T19:11:44.394Z Compiling zerovec-derive v0.11.2
18782026-04-02T19:11:44.485Z Compiling displaydoc v0.2.5
18792026-04-02T19:11:44.505Z Compiling zerocopy-derive v0.8.40
18802026-04-02T19:11:44.712Z Compiling tokio-macros v2.6.0
18812026-04-02T19:11:44.752Z Compiling futures-macro v0.3.32
18822026-04-02T19:11:45.122Z Compiling zeroize v1.8.2
18832026-04-02T19:11:45.633Z Compiling thiserror-impl v2.0.18
18842026-04-02T19:11:45.656Z Compiling schemars_derive v0.8.22
18852026-04-02T19:11:45.687Z Compiling tracing-attributes v0.1.31
18862026-04-02T19:11:45.754Z Compiling der_derive v0.7.3
18872026-04-02T19:11:45.770Z Compiling thiserror-impl v1.0.69
18882026-04-02T19:11:45.881Z Compiling zerofrom v0.1.6
18892026-04-02T19:11:46.065Z Compiling yoke v0.8.1
18902026-04-02T19:11:46.225Z Compiling crypto-common v0.1.7
18912026-04-02T19:11:46.320Z Compiling zerovec v0.11.5
18922026-04-02T19:11:46.339Z Compiling zerotrie v0.2.3
18932026-04-02T19:11:46.747Z Compiling block-buffer v0.10.4
18942026-04-02T19:11:46.933Z Compiling digest v0.10.7
18952026-04-02T19:11:47.107Z Compiling tinystr v0.8.2
18962026-04-02T19:11:47.135Z Compiling potential_utf v0.1.4
18972026-04-02T19:11:47.181Z Compiling pest_derive v2.8.6
18982026-04-02T19:11:47.226Z Compiling hmac v0.12.1
18992026-04-02T19:11:47.259Z Compiling futures-util v0.3.32
19002026-04-02T19:11:47.366Z Compiling icu_locale_core v2.1.1
19012026-04-02T19:11:47.397Z Compiling icu_collections v2.1.1
19022026-04-02T19:11:47.414Z Compiling block-padding v0.3.3
19032026-04-02T19:11:47.442Z Compiling sha2 v0.10.9
19042026-04-02T19:11:47.744Z Compiling inout v0.1.4
19052026-04-02T19:11:47.784Z Compiling rustls-pki-types v1.14.0
19062026-04-02T19:11:48.195Z Compiling cipher v0.4.4
19072026-04-02T19:11:48.318Z Compiling scroll_derive v0.13.1
19082026-04-02T19:11:48.358Z Compiling icu_provider v2.1.1
19092026-04-02T19:11:48.566Z Compiling bytes v1.11.1
19102026-04-02T19:11:48.727Z Compiling icu_properties v2.1.2
19112026-04-02T19:11:48.788Z Compiling icu_normalizer v2.1.1
19122026-04-02T19:11:48.846Z Compiling chrono v0.4.44
19132026-04-02T19:11:49.133Z Compiling serde_tokenstream v0.2.3
19142026-04-02T19:11:49.307Z Compiling tokio v1.49.0
19152026-04-02T19:11:49.875Z Compiling scroll_derive v0.12.1
19162026-04-02T19:11:50.015Z Compiling idna_adapter v1.2.1
19172026-04-02T19:11:50.236Z Compiling idna v1.1.0
19182026-04-02T19:11:50.555Z Compiling openssl-macros v0.1.1
19192026-04-02T19:11:50.722Z Compiling url v2.5.8
19202026-04-02T19:11:50.751Z Compiling ppv-lite86 v0.2.21
19212026-04-02T19:11:50.855Z Compiling http v1.4.0
19222026-04-02T19:11:51.039Z Compiling der v0.7.10
19232026-04-02T19:11:51.092Z Compiling regex v1.12.3
19242026-04-02T19:11:51.134Z Compiling darling_macro v0.21.3
19252026-04-02T19:11:51.269Z Compiling zerocopy-derive v0.7.35
19262026-04-02T19:11:51.444Z Compiling rayon-core v1.13.0
19272026-04-02T19:11:51.684Z Compiling untrusted v0.9.0
19282026-04-02T19:11:51.755Z Compiling darling v0.21.3
19292026-04-02T19:11:52.360Z Compiling salsa20 v0.10.2
19302026-04-02T19:11:52.430Z Compiling pbkdf2 v0.12.2
19312026-04-02T19:11:52.430Z Compiling spki v0.7.3
19322026-04-02T19:11:52.431Z Compiling tracing v0.1.44
19332026-04-02T19:11:52.912Z Compiling cookie v0.18.1
19342026-04-02T19:11:53.000Z Compiling camino v1.2.2
19352026-04-02T19:11:53.165Z Compiling scrypt v0.11.0
19362026-04-02T19:11:53.190Z Compiling rand_chacha v0.9.0
19372026-04-02T19:11:53.216Z Compiling cbc v0.1.2
19382026-04-02T19:11:53.267Z Compiling aes v0.8.4
19392026-04-02T19:11:53.700Z Compiling usdt-impl v0.5.0
19402026-04-02T19:11:53.750Z Compiling paste v1.0.15
19412026-04-02T19:11:53.853Z Compiling usdt-impl v0.6.0
19422026-04-02T19:11:53.923Z Compiling ref-cast v1.0.25
19432026-04-02T19:11:53.948Z Compiling winnow v0.7.14
19442026-04-02T19:11:54.023Z Compiling pkcs5 v0.7.1
19452026-04-02T19:11:54.150Z Compiling rand v0.9.2
19462026-04-02T19:11:54.191Z Compiling http-body v1.0.1
19472026-04-02T19:11:54.407Z Compiling tokio-util v0.7.18
19482026-04-02T19:11:54.617Z Compiling scroll v0.12.0
19492026-04-02T19:11:54.755Z Compiling scroll v0.13.0
19502026-04-02T19:11:54.846Z Compiling toml_datetime v0.6.11
19512026-04-02T19:11:54.878Z Compiling serde_spanned v0.6.9
19522026-04-02T19:11:55.013Z Compiling heapless v0.7.17
19532026-04-02T19:11:55.079Z Compiling bzip2-sys v0.1.13+1.0.8
19542026-04-02T19:11:55.111Z Compiling signal-hook v0.3.18
19552026-04-02T19:11:55.196Z Compiling zstd-safe v7.2.4
19562026-04-02T19:11:55.366Z Compiling atomic-waker v1.1.2
19572026-04-02T19:11:55.377Z Compiling openssl-probe v0.2.1
19582026-04-02T19:11:55.443Z Compiling untrusted v0.7.1
19592026-04-02T19:11:55.574Z Compiling goblin v0.10.5
19602026-04-02T19:11:55.643Z Compiling goblin v0.8.2
19612026-04-02T19:11:55.665Z Compiling pkcs8 v0.10.2
19622026-04-02T19:11:55.903Z Compiling toml_parser v1.0.9+spec-1.1.0
19632026-04-02T19:11:56.264Z Compiling zerocopy v0.7.35
19642026-04-02T19:11:56.303Z Compiling ref-cast-impl v1.0.25
19652026-04-02T19:11:56.318Z Compiling darling_core v0.20.11
19662026-04-02T19:11:56.424Z Compiling curve25519-dalek v4.1.3
19672026-04-02T19:11:56.669Z Compiling toml_datetime v0.7.5+spec-1.1.0
19682026-04-02T19:11:56.751Z Compiling memoffset v0.9.1
19692026-04-02T19:11:56.781Z Compiling fastrand v2.3.0
19702026-04-02T19:11:56.888Z Compiling winnow v0.5.40
19712026-04-02T19:11:56.915Z Compiling rustix v0.38.44
19722026-04-02T19:11:57.011Z Compiling litrs v1.0.0
19732026-04-02T19:11:57.034Z Compiling tower-layer v0.3.3
19742026-04-02T19:11:57.233Z Compiling tower-service v0.3.3
19752026-04-02T19:11:57.408Z Compiling try-lock v0.2.5
19762026-04-02T19:11:57.557Z Compiling tinyvec_macros v0.1.1
19772026-04-02T19:11:57.686Z Compiling document-features v0.2.12
19782026-04-02T19:11:57.778Z Compiling tinyvec v1.10.0
19792026-04-02T19:11:57.861Z Compiling want v0.3.1
19802026-04-02T19:11:58.072Z Compiling h2 v0.4.13
19812026-04-02T19:11:58.548Z Compiling dtrace-parser v0.2.0
19822026-04-02T19:11:58.685Z Compiling toml_edit v0.19.15
19832026-04-02T19:11:58.868Z Compiling dof v0.3.0
19842026-04-02T19:11:59.155Z Compiling darling_macro v0.20.11
19852026-04-02T19:11:59.405Z Compiling dof v0.4.0
19862026-04-02T19:11:59.429Z Compiling dtrace-parser v0.3.0
19872026-04-02T19:11:59.499Z Compiling ipnet v2.11.0
19882026-04-02T19:11:59.647Z Compiling async-trait v0.1.89
19892026-04-02T19:11:59.718Z Compiling daft-derive v0.1.5
19902026-04-02T19:11:59.820Z Compiling spin v0.9.8
19912026-04-02T19:11:59.987Z Compiling thread-id v5.1.0
19922026-04-02T19:12:00.102Z Compiling thread-id v4.2.2
19932026-04-02T19:12:00.126Z Compiling proc-macro-error-attr v1.0.4
19942026-04-02T19:12:00.698Z Compiling pin-utils v0.1.0
19952026-04-02T19:12:00.698Z Compiling smoltcp v0.9.1
19962026-04-02T19:12:00.698Z Compiling httpdate v1.0.3
19972026-04-02T19:12:00.698Z Compiling powerfmt v0.2.0
19982026-04-02T19:12:00.698Z Compiling foreign-types-shared v0.1.1
19992026-04-02T19:12:00.760Z Compiling num-bigint-dig v0.8.6
20002026-04-02T19:12:00.822Z Compiling cfg_aliases v0.2.1
20012026-04-02T19:12:00.860Z Compiling foreign-types v0.3.2
20022026-04-02T19:12:00.881Z Compiling deranged v0.5.8
20032026-04-02T19:12:00.926Z Compiling nix v0.31.1
20042026-04-02T19:12:00.939Z Compiling tempfile v3.25.0
20052026-04-02T19:12:01.054Z Compiling darling v0.20.11
20062026-04-02T19:12:01.463Z Compiling ipnetwork v0.21.1
20072026-04-02T19:12:01.656Z Compiling strum_macros v0.26.4
20082026-04-02T19:12:01.686Z Compiling curve25519-dalek-derive v0.1.1
20092026-04-02T19:12:02.026Z Compiling wait-timeout v0.2.1
20102026-04-02T19:12:02.058Z Compiling proc-macro-error v1.0.4
20112026-04-02T19:12:02.175Z Compiling hyper v1.8.1
20122026-04-02T19:12:02.330Z Compiling bit-vec v0.8.0
20132026-04-02T19:12:02.496Z Compiling siphasher v1.0.2
20142026-04-02T19:12:02.643Z Compiling simd-adler32 v0.3.8
20152026-04-02T19:12:02.686Z Compiling num_threads v0.1.7
20162026-04-02T19:12:02.703Z Compiling utf8parse v0.2.2
20172026-04-02T19:12:02.759Z Compiling quick-error v1.2.3
20182026-04-02T19:12:02.820Z Compiling anstyle v1.0.13
20192026-04-02T19:12:02.994Z Compiling unicode-segmentation v1.12.0
20202026-04-02T19:12:03.143Z Compiling time v0.3.47
20212026-04-02T19:12:03.190Z Compiling rusty-fork v0.3.1
20222026-04-02T19:12:03.195Z Compiling anstyle-parse v0.2.7
20232026-04-02T19:12:03.546Z Compiling bit-set v0.8.0
20242026-04-02T19:12:03.697Z Compiling hyper-util v0.1.20
20252026-04-02T19:12:04.545Z Compiling crossbeam-epoch v0.9.18
20262026-04-02T19:12:04.570Z Compiling derive_builder_core v0.20.2
20272026-04-02T19:12:04.672Z Compiling unicode-normalization v0.1.25
20282026-04-02T19:12:05.312Z Compiling rustls-native-certs v0.8.3
20292026-04-02T19:12:05.378Z Compiling signature v2.2.0
20302026-04-02T19:12:05.596Z Compiling hubpack_derive v0.1.1
20312026-04-02T19:12:05.646Z Compiling strum_macros v0.27.2
20322026-04-02T19:12:05.683Z Compiling rand_xorshift v0.4.0
20332026-04-02T19:12:05.800Z Compiling sync_wrapper v1.0.2
20342026-04-02T19:12:05.857Z Compiling ahash v0.8.12
20352026-04-02T19:12:05.882Z Compiling fs-err v3.3.0
20362026-04-02T19:12:05.978Z Compiling anstyle-query v1.1.5
20372026-04-02T19:12:06.035Z Compiling colorchoice v1.0.4
20382026-04-02T19:12:06.172Z Compiling object v0.37.3
20392026-04-02T19:12:06.178Z Compiling adler2 v2.0.1
20402026-04-02T19:12:06.224Z Compiling unicode-properties v0.1.4
20412026-04-02T19:12:06.252Z Compiling is_terminal_polyfill v1.70.2
20422026-04-02T19:12:06.303Z Compiling unarray v0.1.4
20432026-04-02T19:12:06.310Z Compiling unicode-bidi v0.3.18
20442026-04-02T19:12:06.391Z Compiling anstream v0.6.21
20452026-04-02T19:12:06.420Z Compiling miniz_oxide v0.8.9
20462026-04-02T19:12:06.473Z Compiling proptest v1.10.0
20472026-04-02T19:12:06.797Z Compiling stringprep v0.1.5
20482026-04-02T19:12:07.013Z Compiling tower v0.5.3
20492026-04-02T19:12:07.155Z Compiling derive_builder_macro v0.20.2
20502026-04-02T19:12:07.382Z Compiling crossbeam-deque v0.8.6
20512026-04-02T19:12:07.652Z Compiling heck v0.4.1
20522026-04-02T19:12:07.684Z Compiling usdt-macro v0.6.0
20532026-04-02T19:12:07.696Z Compiling usdt-attr-macro v0.6.0
20542026-04-02T19:12:08.124Z Compiling http-body-util v0.1.3
20552026-04-02T19:12:08.250Z Compiling webpki-roots v1.0.6
20562026-04-02T19:12:08.669Z Compiling rand_chacha v0.3.1
20572026-04-02T19:12:08.669Z Compiling erased-serde v0.3.31
20582026-04-02T19:12:08.669Z Compiling md-5 v0.10.6
20592026-04-02T19:12:08.728Z Compiling num-integer v0.1.46
20602026-04-02T19:12:08.748Z Compiling hash32 v0.2.1
20612026-04-02T19:12:08.766Z Compiling vergen-lib v0.1.6
20622026-04-02T19:12:08.775Z Compiling ff v0.13.1
20632026-04-02T19:12:08.867Z Compiling iri-string v0.7.10
20642026-04-02T19:12:08.895Z Compiling ryu v1.0.23
20652026-04-02T19:12:08.920Z Compiling zlib-rs v0.6.2
20662026-04-02T19:12:08.971Z Compiling fallible-iterator v0.2.0
20672026-04-02T19:12:08.995Z Compiling base16ct v0.2.0
20682026-04-02T19:12:09.028Z Compiling psl-types v2.0.11
20692026-04-02T19:12:09.097Z Compiling serde_urlencoded v0.7.1
20702026-04-02T19:12:09.122Z Compiling num-iter v0.1.45
20712026-04-02T19:12:09.225Z Compiling publicsuffix v2.3.0
20722026-04-02T19:12:09.262Z Compiling sec1 v0.7.3
20732026-04-02T19:12:09.291Z Compiling group v0.13.0
20742026-04-02T19:12:09.372Z Compiling postgres-protocol v0.6.10
20752026-04-02T19:12:09.401Z Compiling newtype-uuid v1.3.2
20762026-04-02T19:12:09.603Z Compiling rand v0.8.5
20772026-04-02T19:12:09.848Z Compiling oxnet v0.1.4
20782026-04-02T19:12:10.054Z Compiling zone_cfg_derive v0.3.1
20792026-04-02T19:12:10.084Z Compiling derive_builder v0.20.2
20802026-04-02T19:12:10.147Z Compiling tokio-native-tls v0.3.1
20812026-04-02T19:12:10.247Z Compiling phf_shared v0.13.1
20822026-04-02T19:12:10.390Z Compiling lazy_static v1.5.0
20832026-04-02T19:12:10.461Z Compiling tower-http v0.6.8
20842026-04-02T19:12:10.491Z Compiling terminal_size v0.4.3
20852026-04-02T19:12:10.597Z Compiling serde_with_macros v3.17.0
20862026-04-02T19:12:10.624Z Compiling cargo-platform v0.1.9
20872026-04-02T19:12:10.679Z Compiling hkdf v0.12.4
20882026-04-02T19:12:10.748Z Compiling crypto-bigint v0.5.5
20892026-04-02T19:12:10.760Z Compiling enum-as-inner v0.6.1
20902026-04-02T19:12:10.775Z Compiling clap_derive v4.5.55
20912026-04-02T19:12:10.810Z Compiling serde_repr v0.1.20
20922026-04-02T19:12:10.835Z Compiling vergen v9.0.6
20932026-04-02T19:12:10.885Z Compiling clap_lex v1.0.0
20942026-04-02T19:12:11.022Z Compiling bitflags v1.3.2
20952026-04-02T19:12:11.100Z Compiling managed v0.8.0
20962026-04-02T19:12:11.132Z Compiling foldhash v0.1.5
20972026-04-02T19:12:11.201Z Compiling libbz2-rs-sys v0.2.2
20982026-04-02T19:12:11.318Z Compiling unicode-width v0.2.0
20992026-04-02T19:12:11.399Z Compiling bumpalo v3.20.2
21002026-04-02T19:12:11.583Z Compiling hashbrown v0.15.5
21012026-04-02T19:12:12.085Z Compiling zopfli v0.8.3
21022026-04-02T19:12:12.199Z Compiling flate2 v1.1.9
21032026-04-02T19:12:12.200Z Compiling bzip2 v0.6.1
21042026-04-02T19:12:12.200Z Compiling console v0.16.2
21052026-04-02T19:12:12.200Z Compiling clap_builder v4.5.60
21062026-04-02T19:12:12.200Z Compiling elliptic-curve v0.13.8
21072026-04-02T19:12:12.307Z Compiling cargo_metadata v0.19.2
21082026-04-02T19:12:12.476Z Compiling phf v0.13.1
21092026-04-02T19:12:12.551Z Compiling hyper-tls v0.6.0
21102026-04-02T19:12:12.605Z Compiling signal-hook-mio v0.2.5
21112026-04-02T19:12:12.633Z Compiling daft v0.1.5
21122026-04-02T19:12:12.716Z Compiling rayon v1.11.0
21132026-04-02T19:12:12.757Z Compiling cookie_store v0.22.1
21142026-04-02T19:12:12.929Z Compiling postgres-types v0.2.12
21152026-04-02T19:12:12.975Z Compiling zstd v0.13.3
21162026-04-02T19:12:13.025Z Compiling bzip2 v0.4.4
21172026-04-02T19:12:13.068Z Compiling strum v0.27.2
21182026-04-02T19:12:13.351Z Compiling hubpack v0.1.2
21192026-04-02T19:12:13.576Z Compiling ed25519 v2.2.3
21202026-04-02T19:12:13.605Z Compiling phf_shared v0.11.3
21212026-04-02T19:12:13.854Z Compiling pkcs1 v0.7.5
21222026-04-02T19:12:13.971Z Compiling hex v0.4.3
21232026-04-02T19:12:14.005Z Compiling serde-big-array v0.5.1
21242026-04-02T19:12:14.209Z Compiling rfc6979 v0.4.0
21252026-04-02T19:12:14.344Z Compiling bstr v1.12.1
21262026-04-02T19:12:14.405Z Compiling itertools v0.12.1
21272026-04-02T19:12:14.405Z Compiling float-cmp v0.10.0
21282026-04-02T19:12:14.462Z Compiling memmap2 v0.9.10
21292026-04-02T19:12:14.476Z Compiling env_filter v1.0.0
21302026-04-02T19:12:14.559Z Compiling encoding_rs v0.8.35
21312026-04-02T19:12:14.588Z Compiling new_debug_unreachable v1.0.6
21322026-04-02T19:12:14.633Z Compiling fixedbitset v0.4.2
21332026-04-02T19:12:14.675Z Compiling predicates-core v1.0.10
21342026-04-02T19:12:14.774Z Compiling unit-prefix v0.5.2
21352026-04-02T19:12:14.834Z Compiling whoami v2.1.0
21362026-04-02T19:12:14.871Z Compiling keccak v0.1.6
21372026-04-02T19:12:14.919Z Compiling precomputed-hash v0.1.1
21382026-04-02T19:12:15.070Z Compiling mime v0.3.17
21392026-04-02T19:12:15.168Z Compiling fixedbitset v0.5.7
21402026-04-02T19:12:15.535Z Compiling difflib v0.4.0
21412026-04-02T19:12:15.692Z Compiling data-encoding v2.10.0
21422026-04-02T19:12:15.692Z Compiling static_assertions v1.1.0
21432026-04-02T19:12:15.692Z Compiling rustc-hash v2.1.1
21442026-04-02T19:12:15.692Z Compiling toml_write v0.1.2
21452026-04-02T19:12:15.692Z Compiling jiff v0.2.21
21462026-04-02T19:12:15.692Z Compiling normalize-line-endings v0.3.0
21472026-04-02T19:12:15.845Z Compiling iddqd v0.3.17
21482026-04-02T19:12:15.845Z Compiling petgraph v0.8.3
21492026-04-02T19:12:15.845Z Compiling predicates v3.1.4
21502026-04-02T19:12:15.845Z Compiling hickory-proto v0.25.2
21512026-04-02T19:12:15.861Z Compiling toml_edit v0.22.27
21522026-04-02T19:12:16.114Z Compiling zone v0.3.1
21532026-04-02T19:12:16.188Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21542026-04-02T19:12:16.365Z Compiling tokio-postgres v0.7.16
21552026-04-02T19:12:16.531Z Compiling sha3 v0.10.8
21562026-04-02T19:12:16.992Z Compiling string_cache v0.8.9
21572026-04-02T19:12:17.011Z Compiling indicatif v0.18.4
21582026-04-02T19:12:17.131Z Compiling similar v2.7.0
21592026-04-02T19:12:17.200Z Compiling petgraph v0.6.5
21602026-04-02T19:12:18.095Z Compiling usdt v0.6.0
21612026-04-02T19:12:18.702Z Compiling env_logger v0.11.9
21622026-04-02T19:12:18.860Z Compiling serde_with v3.17.0
21632026-04-02T19:12:18.860Z Compiling ecdsa v0.16.9
21642026-04-02T19:12:19.150Z Compiling zip v4.6.1
21652026-04-02T19:12:19.320Z Compiling rsa v0.9.10
21662026-04-02T19:12:19.444Z Compiling clap v4.5.60
21672026-04-02T19:12:19.673Z Compiling ed25519-dalek v2.2.0
21682026-04-02T19:12:19.898Z Compiling crossterm v0.28.1
21692026-04-02T19:12:20.414Z Compiling zip v0.6.6
21702026-04-02T19:12:20.689Z Compiling strum v0.26.3
21712026-04-02T19:12:20.794Z Compiling toml v0.7.8
21722026-04-02T19:12:20.854Z Compiling tokio-stream v0.1.18
21732026-04-02T19:12:20.940Z Compiling buf-list v1.1.2
21742026-04-02T19:12:21.122Z Compiling x509-cert v0.2.5
21752026-04-02T19:12:23.179Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21762026-04-02T19:12:24.116Z Compiling openapiv3 v2.2.0
21772026-04-02T19:12:24.116Z Compiling sha1 v0.10.6
21782026-04-02T19:12:24.116Z Compiling itertools v0.13.0
21792026-04-02T19:12:24.116Z Compiling peg-runtime v0.8.5
21802026-04-02T19:12:24.116Z Compiling lalrpop-util v0.19.12
21812026-04-02T19:12:45.120Z Compiling rustls-webpki v0.103.9
21822026-04-02T19:12:45.124Z Compiling macaddr v1.0.1
21832026-04-02T19:12:45.276Z Compiling structmeta-derive v0.3.0
21842026-04-02T19:12:45.538Z Compiling crucible-workspace-hack v0.1.0
21852026-04-02T19:12:45.571Z Compiling secrecy v0.10.3
21862026-04-02T19:12:45.653Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21872026-04-02T19:12:45.758Z Compiling itertools v0.14.0
21882026-04-02T19:12:45.844Z Compiling heapless v0.8.0
21892026-04-02T19:12:46.191Z Compiling rustls v0.22.4
21902026-04-02T19:12:46.263Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21912026-04-02T19:12:46.416Z Compiling toml_edit v0.23.10+spec-1.0.0
21922026-04-02T19:12:46.421Z Compiling rustls-webpki v0.102.8
21932026-04-02T19:12:46.471Z Compiling futures-executor v0.3.32
21942026-04-02T19:12:46.542Z Compiling hash32 v0.3.1
21952026-04-02T19:12:46.562Z Compiling multer v3.1.0
21962026-04-02T19:12:46.626Z Compiling structmeta v0.3.0
21972026-04-02T19:12:46.652Z Compiling thread_local v1.1.9
21982026-04-02T19:12:46.743Z Compiling slog-async v2.8.0
21992026-04-02T19:12:46.766Z Compiling match_cfg v0.1.0
22002026-04-02T19:12:46.811Z Compiling smoltcp v0.11.0
22012026-04-02T19:12:46.876Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22022026-04-02T19:12:46.911Z Compiling derive-ex v0.1.8
22032026-04-02T19:12:47.102Z Compiling hostname v0.3.1
22042026-04-02T19:12:47.190Z Compiling proc-macro-crate v3.4.0
22052026-04-02T19:12:47.236Z Compiling futures v0.3.32
22062026-04-02T19:12:47.310Z Compiling slog-json v2.6.1
22072026-04-02T19:12:47.350Z Compiling crossbeam-channel v0.5.15
22082026-04-02T19:12:47.372Z Compiling half v2.7.1
22092026-04-02T19:12:47.480Z Compiling ingot-macros v0.1.1
22102026-04-02T19:12:47.662Z Compiling newtype-uuid-macros v0.1.0
22112026-04-02T19:12:47.707Z Compiling cobs v0.3.0
22122026-04-02T19:12:47.806Z Compiling thiserror-impl-no-std v2.0.2
22132026-04-02T19:12:47.894Z Compiling universal-hash v0.5.1
22142026-04-02T19:12:47.984Z Compiling async-stream-impl v0.3.6
22152026-04-02T19:12:48.100Z Compiling serde_spanned v1.0.4
22162026-04-02T19:12:48.104Z Compiling is-terminal v0.4.17
22172026-04-02T19:12:48.258Z Compiling dropshot v0.16.7
22182026-04-02T19:12:48.281Z Compiling term v1.2.1
22192026-04-02T19:12:48.339Z Compiling toml_writer v1.0.6+spec-1.1.0
22202026-04-02T19:12:48.532Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22212026-04-02T19:12:48.667Z Compiling ciborium-io v0.2.2
22222026-04-02T19:12:48.718Z Compiling convert_case v0.4.0
22232026-04-02T19:12:48.744Z Compiling take_mut v0.2.2
22242026-04-02T19:12:48.766Z Compiling opaque-debug v0.3.1
22252026-04-02T19:12:48.818Z Compiling ciborium-ll v0.2.2
22262026-04-02T19:12:48.848Z Compiling async-stream v0.3.6
22272026-04-02T19:12:48.886Z Compiling poly1305 v0.8.0
22282026-04-02T19:12:49.036Z Compiling test-strategy v0.4.5
22292026-04-02T19:12:49.108Z Compiling slog-term v2.9.2
22302026-04-02T19:12:49.156Z Compiling derive_more v0.99.20
22312026-04-02T19:12:49.183Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22322026-04-02T19:12:49.224Z Compiling thiserror-no-std v2.0.2
22332026-04-02T19:12:49.360Z Compiling toml v0.9.12+spec-1.1.0
22342026-04-02T19:12:49.742Z Compiling postcard v1.1.3
22352026-04-02T19:12:50.255Z Compiling tokio-rustls v0.26.4
22362026-04-02T19:12:50.338Z Compiling rustls-platform-verifier v0.6.2
22372026-04-02T19:12:50.584Z Compiling hyper-rustls v0.27.7
22382026-04-02T19:12:50.625Z Compiling tokio-rustls v0.25.0
22392026-04-02T19:12:50.677Z Compiling num_enum_derive v0.7.5
22402026-04-02T19:12:50.757Z Compiling slog-bunyan v2.5.0
22412026-04-02T19:12:50.957Z Compiling reqwest v0.13.2
22422026-04-02T19:12:51.006Z Compiling reqwest v0.12.28
22432026-04-02T19:12:51.027Z Compiling ingot-types v0.1.2
22442026-04-02T19:12:51.072Z Compiling parse-display-derive v0.10.0
22452026-04-02T19:12:51.548Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22462026-04-02T19:12:51.733Z Compiling ingot v0.1.1
22472026-04-02T19:12:51.777Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22482026-04-02T19:12:51.950Z Compiling proc-macro-crate v1.3.1
22492026-04-02T19:12:52.121Z Compiling backon v1.6.0
22502026-04-02T19:12:52.207Z Compiling waitgroup v0.1.2
22512026-04-02T19:12:52.263Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22522026-04-02T19:12:52.420Z Compiling password-hash v0.5.0
22532026-04-02T19:12:52.438Z Compiling chacha20 v0.9.1
22542026-04-02T19:12:52.442Z Compiling dropshot_endpoint v0.16.7
22552026-04-02T19:12:52.483Z Compiling rustls-pemfile v2.2.0
22562026-04-02T19:12:52.802Z Compiling blake2 v0.10.6
22572026-04-02T19:12:52.913Z Compiling aead v0.5.2
22582026-04-02T19:12:53.060Z Compiling foreign-types-macros v0.2.3
22592026-04-02T19:12:53.166Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22602026-04-02T19:12:53.532Z Compiling serde_path_to_error v0.1.20
22612026-04-02T19:12:53.576Z Compiling hostname v0.4.2
22622026-04-02T19:12:53.675Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22632026-04-02T19:12:53.709Z Compiling instant v0.1.13
22642026-04-02T19:12:53.737Z Compiling debug-ignore v1.0.5
22652026-04-02T19:12:53.803Z Compiling typeid v1.0.3
22662026-04-02T19:12:53.834Z Compiling foreign-types-shared v0.3.1
22672026-04-02T19:12:53.917Z Compiling cpufeatures v0.3.0
22682026-04-02T19:12:53.941Z Compiling backoff v0.4.0
22692026-04-02T19:12:54.047Z Compiling foreign-types v0.5.0
22702026-04-02T19:12:54.064Z Compiling chacha20 v0.10.0
22712026-04-02T19:12:54.070Z Compiling argon2 v0.5.3
22722026-04-02T19:12:54.089Z Compiling chacha20poly1305 v0.10.1
22732026-04-02T19:12:54.117Z Compiling parse-display v0.10.0
22742026-04-02T19:12:54.123Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22752026-04-02T19:12:54.123Z Compiling num_enum_derive v0.5.11
22762026-04-02T19:12:54.276Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22772026-04-02T19:12:54.307Z Compiling num_enum v0.7.5
22782026-04-02T19:12:54.339Z Compiling vsss-rs v3.3.4
22792026-04-02T19:12:54.345Z Compiling ciborium v0.2.2
22802026-04-02T19:12:54.435Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22812026-04-02T19:12:54.702Z Compiling toml v0.8.23
22822026-04-02T19:12:54.847Z Compiling tabwriter v1.4.1
22832026-04-02T19:12:55.238Z Compiling byte-wrapper v0.1.0
22842026-04-02T19:12:55.334Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22852026-04-02T19:12:55.354Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-04-02T19:12:55.400Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22872026-04-02T19:12:55.438Z Compiling regress v0.10.5
22882026-04-02T19:12:55.624Z Compiling cstr-argument v0.1.2
22892026-04-02T19:12:55.865Z Compiling erased-serde v0.4.9
22902026-04-02T19:12:55.916Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22912026-04-02T19:12:55.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22922026-04-02T19:12:56.102Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22932026-04-02T19:12:56.285Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22942026-04-02T19:12:56.295Z Compiling num_enum v0.5.11
22952026-04-02T19:12:56.328Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22962026-04-02T19:12:56.373Z Compiling rand v0.10.0
22972026-04-02T19:12:56.404Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22982026-04-02T19:12:56.522Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22992026-04-02T19:12:56.600Z Compiling colored v3.1.1
23002026-04-02T19:12:56.656Z Compiling libefi-sys v0.1.0
23012026-04-02T19:12:56.684Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23022026-04-02T19:12:56.788Z Compiling indent_write v2.2.0
23032026-04-02T19:12:56.870Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23042026-04-02T19:12:56.947Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23052026-04-02T19:12:56.982Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23062026-04-02T19:12:57.018Z Compiling camino-tempfile v1.4.1
23072026-04-02T19:12:57.027Z Compiling usdt-macro v0.5.0
23082026-04-02T19:12:57.052Z Compiling usdt-attr-macro v0.5.0
23092026-04-02T19:12:57.442Z Compiling num-derive v0.4.2
23102026-04-02T19:12:57.482Z Compiling bitfield-struct v0.6.2
23112026-04-02T19:12:57.609Z Compiling blake3 v1.8.3
23122026-04-02T19:12:57.620Z Compiling ordered-float v2.10.1
23132026-04-02T19:12:57.671Z Compiling sigpipe v0.1.3
23142026-04-02T19:12:57.778Z Compiling memmap v0.7.0
23152026-04-02T19:12:57.813Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23162026-04-02T19:12:57.949Z Compiling glob v0.3.3
23172026-04-02T19:12:57.976Z Compiling swrite v0.1.0
23182026-04-02T19:12:58.038Z Compiling usdt v0.5.0
23192026-04-02T19:12:58.111Z Compiling serde-value v0.7.0
23202026-04-02T19:12:58.136Z Compiling serde-untagged v0.1.9
23212026-04-02T19:12:58.195Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23222026-04-02T19:12:58.329Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23232026-04-02T19:12:58.639Z Compiling smf v0.2.3
23242026-04-02T19:12:58.663Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23252026-04-02T19:12:58.794Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-04-02T19:12:58.878Z Compiling filetime v0.2.27
23272026-04-02T19:12:58.900Z Compiling whoami v1.6.1
23282026-04-02T19:12:59.023Z Compiling constant_time_eq v0.4.2
23292026-04-02T19:12:59.165Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23302026-04-02T19:12:59.187Z Compiling xattr v1.6.1
23312026-04-02T19:12:59.221Z Compiling same-file v1.0.6
23322026-04-02T19:12:59.273Z Compiling unicode-xid v0.2.6
23332026-04-02T19:12:59.296Z Compiling arrayref v0.3.9
23342026-04-02T19:12:59.334Z Compiling arrayvec v0.7.6
23352026-04-02T19:12:59.426Z Compiling cargo-util-schemas v0.8.2
23362026-04-02T19:12:59.455Z Compiling tar v0.4.45
23372026-04-02T19:12:59.471Z Compiling walkdir v2.5.0
23382026-04-02T19:12:59.495Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23392026-04-02T19:12:59.500Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23402026-04-02T19:12:59.553Z Compiling tokio-dtrace v0.1.1
23412026-04-02T19:12:59.614Z Compiling gethostname v0.5.0
23422026-04-02T19:12:59.799Z Compiling cargo-platform v0.2.0
23432026-04-02T19:12:59.821Z Compiling topological-sort v0.2.2
23442026-04-02T19:12:59.989Z Compiling oxide-tokio-rt v0.1.3
23452026-04-02T19:13:00.058Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23462026-04-02T19:13:00.115Z Compiling shell-words v1.1.1
23472026-04-02T19:13:01.105Z Compiling cargo_metadata v0.21.0
23482026-04-02T19:13:12.433Z Compiling progenitor-client v0.10.0
23492026-04-02T19:13:12.433Z Compiling omicron-zone-package v0.12.2
23502026-04-02T19:13:12.481Z Compiling progenitor-client v0.13.0
23512026-04-02T19:13:12.584Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23522026-04-02T19:13:12.588Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23532026-04-02T19:13:12.588Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23542026-04-02T19:13:12.588Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23552026-04-02T19:13:12.588Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23562026-04-02T19:13:12.705Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23572026-04-02T19:13:12.875Z Compiling progenitor-extras v0.1.1
23582026-04-02T19:13:13.044Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23592026-04-02T19:13:13.101Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23602026-04-02T19:13:13.214Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23612026-04-02T19:13:20.156Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23622026-04-02T19:13:29.682Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23632026-04-02T19:13:34.168Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23642026-04-02T19:13:35.481Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23652026-04-02T19:13:46.500Z Finished `release` profile [optimized] target(s) in 2m 11s
23662026-04-02T19:13:46.643Z Running `target/release/omicron-package -t test target create -p dev`
23672026-04-02T19:13:46.736ZLogging to: /work/oxidecomputer/omicron/out/LOG
23682026-04-02T19:13:46.753ZCreated new build target 'test' and set it as active
23692026-04-02T19:13:46.753Z
23702026-04-02T19:13:46.753Zreal 2:11.454574009
23712026-04-02T19:13:46.753Zuser 22:08.449469723
23722026-04-02T19:13:46.753Zsys 3:11.866096160
23732026-04-02T19:13:46.753Ztrap 0.580296159
23742026-04-02T19:13:46.753Ztflt 3.150917174
23752026-04-02T19:13:46.753Zdflt 4.078978229
23762026-04-02T19:13:46.753Zkflt 0.004155548
23772026-04-02T19:13:46.753Zlock 1:09:38.699452417
23782026-04-02T19:13:46.753Zslp 54:56.359747730
23792026-04-02T19:13:46.753Zlat 50.946313329
23802026-04-02T19:13:46.753Zstop 7:59.402888463
23812026-04-02T19:13:46.753Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23822026-04-02T19:13:47.954Z Finished `release` profile [optimized] target(s) in 1.21s
23832026-04-02T19:13:48.031Z Running `target/release/omicron-package -t test package`
23842026-04-02T19:13:48.089ZLogging to: /work/oxidecomputer/omicron/out/LOG
23852026-04-02T19:13:50.008Z Compiling regress v0.10.5
23862026-04-02T19:13:50.009Z Compiling heck v0.5.0
23872026-04-02T19:13:50.029Z Compiling unsafe-libyaml v0.2.11
23882026-04-02T19:13:50.292Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-04-02T19:13:50.321Z Compiling prettyplease v0.2.37
23902026-04-02T19:13:50.347Z Compiling unicode-width v0.1.14
23912026-04-02T19:13:50.355Z Compiling is-terminal v0.4.17
23922026-04-02T19:13:50.377Z Compiling serde_spanned v1.0.4
23932026-04-02T19:13:50.383Z Compiling toml_writer v1.0.6+spec-1.1.0
23942026-04-02T19:13:50.477Z Compiling bytecount v0.6.9
23952026-04-02T19:13:50.483Z Compiling rustls v0.22.4
23962026-04-02T19:13:50.483Z Compiling rustls-webpki v0.102.8
23972026-04-02T19:13:50.483Z Compiling derive-where v1.6.0
23982026-04-02T19:13:50.483Z Compiling thread_local v1.1.9
23992026-04-02T19:13:50.483Z Compiling match_cfg v0.1.0
24002026-04-02T19:13:50.515Z Compiling typify-impl v0.6.1
24012026-04-02T19:13:50.673Z Compiling multer v3.1.0
24022026-04-02T19:13:50.685Z Compiling slog-async v2.8.0
24032026-04-02T19:13:50.695Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24042026-04-02T19:13:50.699Z Compiling toml v0.9.12+spec-1.1.0
24052026-04-02T19:13:50.795Z Compiling hostname v0.3.1
24062026-04-02T19:13:50.822Z Compiling slog-json v2.6.1
24072026-04-02T19:13:50.851Z Compiling crossbeam-channel v0.5.15
24082026-04-02T19:13:50.890Z Compiling futures-executor v0.3.32
24092026-04-02T19:13:50.920Z Compiling take_mut v0.2.2
24102026-04-02T19:13:51.021Z Compiling serde_yaml v0.9.34+deprecated
24112026-04-02T19:13:51.058Z Compiling term v1.2.1
24122026-04-02T19:13:51.182Z Compiling futures v0.3.32
24132026-04-02T19:13:51.187Z Compiling slog-bunyan v2.5.0
24142026-04-02T19:13:51.290Z Compiling dropshot v0.16.7
24152026-04-02T19:13:51.337Z Compiling async-stream v0.3.6
24162026-04-02T19:13:51.378Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24172026-04-02T19:13:51.398Z Compiling progenitor-client v0.13.0
24182026-04-02T19:13:51.531Z Compiling slog-term v2.9.2
24192026-04-02T19:13:51.563Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24202026-04-02T19:13:51.608Z Compiling waitgroup v0.1.2
24212026-04-02T19:13:51.641Z Compiling backon v1.6.0
24222026-04-02T19:13:51.824Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24232026-04-02T19:13:51.832Z Compiling rustls-pemfile v2.2.0
24242026-04-02T19:13:51.838Z Compiling serde_path_to_error v0.1.20
24252026-04-02T19:13:51.838Z Compiling hostname v0.4.2
24262026-04-02T19:13:51.941Z Compiling instant v0.1.13
24272026-04-02T19:13:51.970Z Compiling debug-ignore v1.0.5
24282026-04-02T19:13:52.078Z Compiling progenitor-extras v0.1.1
24292026-04-02T19:13:52.099Z Compiling backoff v0.4.0
24302026-04-02T19:13:52.129Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24312026-04-02T19:13:52.132Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24322026-04-02T19:13:52.193Z Compiling parse-display v0.10.0
24332026-04-02T19:13:52.272Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24342026-04-02T19:13:52.381Z Compiling progenitor-client v0.10.0
24352026-04-02T19:13:52.391Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24362026-04-02T19:13:52.432Z Compiling macaddr v1.0.1
24372026-04-02T19:13:52.432Z Compiling num-rational v0.4.2
24382026-04-02T19:13:52.490Z Compiling console v0.15.11
24392026-04-02T19:13:52.706Z Compiling num-complex v0.4.6
24402026-04-02T19:13:52.834Z Compiling slog-dtrace v0.3.0
24412026-04-02T19:13:52.854Z Compiling newline-converter v0.3.0
24422026-04-02T19:13:52.887Z Compiling atomicwrites v0.4.4
24432026-04-02T19:13:52.968Z Compiling async-recursion v1.1.1
24442026-04-02T19:13:53.091Z Compiling float-ord v0.3.2
24452026-04-02T19:13:53.158Z Compiling num v0.4.3
24462026-04-02T19:13:53.263Z Compiling owo-colors v4.3.0
24472026-04-02T19:13:53.295Z Compiling cancel-safe-futures v0.1.5
24482026-04-02T19:13:53.363Z Compiling expectorate v1.2.0
24492026-04-02T19:13:53.395Z Compiling libsw-core v0.3.2
24502026-04-02T19:13:53.435Z Compiling resolv-conf v0.7.6
24512026-04-02T19:13:53.493Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24522026-04-02T19:13:53.528Z Compiling toml v0.8.23
24532026-04-02T19:13:53.667Z Compiling tokio-rustls v0.25.0
24542026-04-02T19:13:53.773Z Compiling libsw v3.5.0
24552026-04-02T19:13:53.802Z Compiling linear-map v1.2.0
24562026-04-02T19:13:53.892Z Compiling minimal-lexical v0.2.1
24572026-04-02T19:13:54.004Z Compiling linked-hash-map v0.5.6
24582026-04-02T19:13:54.122Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24592026-04-02T19:13:54.164Z Compiling unicode-xid v0.2.6
24602026-04-02T19:13:54.224Z Compiling nom v7.1.3
24612026-04-02T19:13:54.267Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24622026-04-02T19:13:54.296Z Compiling lru-cache v0.1.2
24632026-04-02T19:13:54.328Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24642026-04-02T19:13:54.362Z Compiling globset v0.4.18
24652026-04-02T19:13:54.382Z Compiling hickory-proto v0.24.4
24662026-04-02T19:13:54.422Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24672026-04-02T19:13:54.521Z Compiling convert_case v0.10.0
24682026-04-02T19:13:54.938Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-04-02T19:13:55.380Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24702026-04-02T19:13:55.412Z Compiling derive_more-impl v2.1.1
24712026-04-02T19:13:56.016Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24722026-04-02T19:13:56.121Z Compiling pin-project-internal v1.1.11
24732026-04-02T19:13:56.189Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24742026-04-02T19:13:56.418Z Compiling derive_more v2.1.1
24752026-04-02T19:13:56.467Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-04-02T19:13:56.547Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24772026-04-02T19:13:56.989Z Compiling pem v3.0.6
24782026-04-02T19:13:57.318Z Compiling typify-macro v0.6.1
24792026-04-02T19:13:57.520Z Compiling pin-project v1.1.11
24802026-04-02T19:13:57.636Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24812026-04-02T19:13:57.712Z Compiling snafu-derive v0.8.9
24822026-04-02T19:13:57.834Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24832026-04-02T19:13:57.902Z Compiling hickory-resolver v0.24.4
24842026-04-02T19:13:57.953Z Compiling termtree v0.5.1
24852026-04-02T19:13:58.162Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24862026-04-02T19:13:59.035Z Compiling crossterm v0.29.0
24872026-04-02T19:13:59.218Z Compiling olpc-cjson v0.1.4
24882026-04-02T19:13:59.457Z Compiling typify v0.6.1
24892026-04-02T19:13:59.608Z Compiling progenitor-impl v0.13.0
24902026-04-02T19:14:00.147Z Compiling qorb v0.4.1
24912026-04-02T19:14:00.287Z Compiling snafu v0.8.9
24922026-04-02T19:14:00.439Z Compiling phf_shared v0.12.1
24932026-04-02T19:14:00.793Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24942026-04-02T19:14:01.079Z Compiling serde_plain v1.0.2
24952026-04-02T19:14:01.463Z Compiling vte v0.14.1
24962026-04-02T19:14:01.504Z Compiling csv-core v0.1.13
24972026-04-02T19:14:01.916Z Compiling typed-path v0.9.3
24982026-04-02T19:14:01.992Z Compiling highway v1.3.0
24992026-04-02T19:14:02.085Z Compiling chrono-tz v0.10.4
25002026-04-02T19:14:02.165Z Compiling csv v1.4.0
25012026-04-02T19:14:02.391Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25022026-04-02T19:14:02.640Z Compiling progenitor-macro v0.13.0
25032026-04-02T19:14:06.746Z Compiling strip-ansi-escapes v0.2.1
25042026-04-02T19:14:07.020Z Compiling phf v0.12.1
25052026-04-02T19:14:07.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25062026-04-02T19:14:07.020Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25072026-04-02T19:14:07.020Z Compiling tough v0.20.0
25082026-04-02T19:14:07.020Z Compiling const_format_proc_macros v0.2.34
25092026-04-02T19:14:07.020Z Compiling papergrid v0.11.0
25102026-04-02T19:14:07.020Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25112026-04-02T19:14:07.020Z Compiling fd-lock v4.0.4
25122026-04-02T19:14:07.020Z Compiling peg-macros v0.8.5
25132026-04-02T19:14:07.020Z Compiling tabled_derive v0.7.0
25142026-04-02T19:14:07.020Z Compiling nu-ansi-term v0.50.3
25152026-04-02T19:14:07.106Z Compiling tabled v0.15.0
25162026-04-02T19:14:07.232Z Compiling reedline v0.40.0
25172026-04-02T19:14:07.509Z Compiling peg v0.8.5
25182026-04-02T19:14:07.646Z Compiling const_format v0.2.35
25192026-04-02T19:14:08.507Z Compiling progenitor v0.13.0
25202026-04-02T19:14:08.733Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25212026-04-02T19:14:08.872Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25222026-04-02T19:14:09.760Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25232026-04-02T19:14:10.060Z Compiling bcs v0.1.6
25242026-04-02T19:14:10.093Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-04-02T19:14:10.621Z Compiling base64 v0.21.7
25262026-04-02T19:14:11.335Z Compiling semver v0.1.20
25272026-04-02T19:14:11.484Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25282026-04-02T19:14:11.717Z Compiling rustc_version v0.1.7
25292026-04-02T19:14:11.748Z Compiling smawk v0.3.2
25302026-04-02T19:14:11.801Z Compiling unicode-linebreak v0.1.5
25312026-04-02T19:14:11.988Z Compiling humantime v2.3.0
25322026-04-02T19:14:12.024Z Compiling newtype_derive v0.1.6
25332026-04-02T19:14:12.205Z Compiling textwrap v0.16.2
25342026-04-02T19:14:12.397Z Compiling dropshot-api-manager-types v0.6.0
25352026-04-02T19:14:12.608Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25362026-04-02T19:14:13.128Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25372026-04-02T19:14:13.253Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25382026-04-02T19:14:13.569Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392026-04-02T19:14:13.855Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25402026-04-02T19:14:13.955Z Compiling steno v0.4.1
25412026-04-02T19:14:14.160Z Compiling utf-8 v0.7.6
25422026-04-02T19:14:14.227Z Compiling tagptr v0.2.0
25432026-04-02T19:14:14.451Z Compiling moka v0.12.13
25442026-04-02T19:14:14.487Z Compiling tungstenite v0.21.0
25452026-04-02T19:14:15.427Z Compiling tokio-tungstenite v0.21.0
25462026-04-02T19:14:15.895Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25472026-04-02T19:14:16.108Z Compiling hickory-resolver v0.25.2
25482026-04-02T19:14:16.112Z Compiling radium v0.7.0
25492026-04-02T19:14:16.536Z Compiling typify-impl v0.4.3
25502026-04-02T19:14:17.175Z Compiling maybe-uninit v2.0.0
25512026-04-02T19:14:17.203Z Compiling tap v1.0.1
25522026-04-02T19:14:17.390Z Compiling wyz v0.5.1
25532026-04-02T19:14:17.539Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25542026-04-02T19:14:17.724Z Compiling zerocopy-derive v0.6.6
25552026-04-02T19:14:17.838Z Compiling packed_struct v0.10.1
25562026-04-02T19:14:18.194Z Compiling display-error-chain v0.2.2
25572026-04-02T19:14:18.424Z Compiling funty v2.0.0
25582026-04-02T19:14:18.821Z Compiling crc-catalog v2.4.0
25592026-04-02T19:14:18.988Z Compiling bitvec v1.0.1
25602026-04-02T19:14:19.399Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25612026-04-02T19:14:19.701Z Compiling crc v3.4.0
25622026-04-02T19:14:19.992Z Compiling zerocopy v0.6.6
25632026-04-02T19:14:20.435Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25642026-04-02T19:14:20.763Z Compiling packed_struct_codegen v0.10.1
25652026-04-02T19:14:20.909Z Compiling bitfield-macros v0.19.4
25662026-04-02T19:14:21.121Z Compiling indexmap v1.9.3
25672026-04-02T19:14:21.411Z Compiling nodrop v0.1.14
25682026-04-02T19:14:21.540Z Compiling array-init v0.0.4
25692026-04-02T19:14:21.574Z Compiling typify-macro v0.4.3
25702026-04-02T19:14:21.648Z Compiling smallvec v0.6.14
25712026-04-02T19:14:21.848Z Compiling bitfield v0.19.4
25722026-04-02T19:14:21.998Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732026-04-02T19:14:22.136Z Compiling num-derive v0.3.3
25742026-04-02T19:14:22.299Z Compiling proc-macro-error-attr2 v2.0.0
25752026-04-02T19:14:22.852Z Compiling hashbrown v0.12.3
25762026-04-02T19:14:23.380Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25772026-04-02T19:14:23.666Z Compiling libscf-sys v1.1.0
25782026-04-02T19:14:23.895Z Compiling proc-macro-error2 v2.0.1
25792026-04-02T19:14:24.092Z Compiling serde-hex v0.1.0
25802026-04-02T19:14:24.290Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-04-02T19:14:24.325Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-04-02T19:14:24.393Z Compiling ron v0.8.1
25832026-04-02T19:14:24.451Z Compiling hashbrown v0.13.2
25842026-04-02T19:14:24.623Z Compiling vergen-gitcl v1.0.8
25852026-04-02T19:14:24.901Z Compiling dirs-sys-next v0.1.2
25862026-04-02T19:14:24.988Z Compiling crunchy v0.2.4
25872026-04-02T19:14:25.224Z Compiling diesel_derives v2.3.7
25882026-04-02T19:14:25.270Z Compiling maplit v1.0.2
25892026-04-02T19:14:25.281Z Compiling glob v0.3.3
25902026-04-02T19:14:25.351Z Compiling crc-any v2.5.0
25912026-04-02T19:14:25.420Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25922026-04-02T19:14:25.585Z Compiling object v0.30.4
25932026-04-02T19:14:25.624Z Compiling dirs-next v2.0.0
25942026-04-02T19:14:25.741Z Compiling tabled_derive v0.11.0
25952026-04-02T19:14:25.786Z Compiling clang-sys v1.8.1
25962026-04-02T19:14:25.822Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25972026-04-02T19:14:25.903Z Compiling typify v0.4.3
25982026-04-02T19:14:26.081Z Compiling papergrid v0.17.0
25992026-04-02T19:14:26.269Z Compiling testing_table v0.3.0
26002026-04-02T19:14:26.302Z Compiling dsl_auto_type v0.2.0
26012026-04-02T19:14:26.693Z Compiling scheduled-thread-pool v0.2.7
26022026-04-02T19:14:26.822Z Compiling diesel_table_macro_syntax v0.3.0
26032026-04-02T19:14:27.006Z Compiling path-slash v0.1.5
26042026-04-02T19:14:27.058Z Compiling tiny-keccak v2.0.2
26052026-04-02T19:14:27.148Z Compiling r2d2 v0.8.10
26062026-04-02T19:14:27.288Z Compiling term v0.7.0
26072026-04-02T19:14:27.525Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-04-02T19:14:27.580Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-04-02T19:14:27.584Z Compiling downcast-rs v2.0.2
26102026-04-02T19:14:27.753Z Compiling tabled v0.20.0
26112026-04-02T19:14:27.887Z Compiling xshell-macros v0.2.7
26122026-04-02T19:14:27.926Z Compiling bit-vec v0.6.3
26132026-04-02T19:14:28.071Z Compiling ascii-canvas v3.0.0
26142026-04-02T19:14:28.150Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26152026-04-02T19:14:28.237Z Compiling bit-set v0.5.3
26162026-04-02T19:14:28.403Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26172026-04-02T19:14:28.407Z Compiling xshell v0.2.7
26182026-04-02T19:14:28.465Z Compiling itertools v0.10.5
26192026-04-02T19:14:28.499Z Compiling ena v0.14.4
26202026-04-02T19:14:28.821Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-04-02T19:14:29.008Z Compiling libloading v0.8.9
26222026-04-02T19:14:29.308Z Compiling diff v0.1.13
26232026-04-02T19:14:29.430Z Compiling bindgen v0.71.1
26242026-04-02T19:14:29.667Z Compiling regex-syntax v0.6.29
26252026-04-02T19:14:29.795Z Compiling unicase v2.9.0
26262026-04-02T19:14:30.032Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26272026-04-02T19:14:30.175Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-04-02T19:14:31.498Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26292026-04-02T19:14:31.917Z Compiling lalrpop v0.19.12
26302026-04-02T19:14:32.318Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26312026-04-02T19:14:33.091Z Compiling cexpr v0.6.0
26322026-04-02T19:14:33.453Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26332026-04-02T19:14:33.485Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26342026-04-02T19:14:33.626Z Compiling diesel v2.3.7
26352026-04-02T19:14:33.707Z Compiling crc8 v0.1.1
26362026-04-02T19:14:33.881Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26372026-04-02T19:14:33.966Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26382026-04-02T19:14:34.462Z Compiling headers-core v0.3.0
26392026-04-02T19:14:34.617Z Compiling libxml v0.3.3
26402026-04-02T19:14:34.660Z Compiling headers v0.4.1
26412026-04-02T19:14:34.816Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26422026-04-02T19:14:34.987Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26432026-04-02T19:14:35.236Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26442026-04-02T19:14:35.271Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26452026-04-02T19:14:35.859Z Compiling strum_macros v0.24.3
26462026-04-02T19:14:36.417Z Compiling indoc v1.0.9
26472026-04-02T19:14:36.980Z Compiling progenitor-impl v0.10.0
26482026-04-02T19:14:37.425Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26492026-04-02T19:14:37.559Z Compiling derive_builder v0.20.2
26502026-04-02T19:14:37.717Z Compiling oso-derive v0.27.3
26512026-04-02T19:14:37.770Z Compiling quick-xml v0.37.5
26522026-04-02T19:14:37.936Z Compiling impl-trait-for-tuples v0.2.3
26532026-04-02T19:14:38.394Z Compiling openssl-probe v0.1.6
26542026-04-02T19:14:38.773Z Compiling half v1.8.3
26552026-04-02T19:14:38.934Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26562026-04-02T19:14:39.153Z Compiling serde_cbor v0.11.2
26572026-04-02T19:14:39.352Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26582026-04-02T19:14:39.702Z Compiling arc-swap v1.8.2
26592026-04-02T19:14:39.875Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26602026-04-02T19:14:40.137Z Compiling progenitor-macro v0.10.0
26612026-04-02T19:14:40.182Z Compiling slog-scope v4.4.1
26622026-04-02T19:14:40.472Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26632026-04-02T19:14:40.520Z Compiling samael v0.0.19
26642026-04-02T19:14:40.742Z Compiling bb8 v0.8.6
26652026-04-02T19:14:40.777Z Compiling trait-variant v0.1.2
26662026-04-02T19:14:41.269Z Compiling slog-stdlog v4.1.1
26672026-04-02T19:14:41.302Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26682026-04-02T19:14:41.492Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26692026-04-02T19:14:41.576Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26702026-04-02T19:14:41.722Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26712026-04-02T19:14:41.756Z Compiling fxhash v0.2.1
26722026-04-02T19:14:41.846Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26732026-04-02T19:14:41.993Z Compiling slog-envlogger v2.2.0
26742026-04-02T19:14:42.030Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26752026-04-02T19:14:42.111Z Compiling kstat-rs v0.2.4
26762026-04-02T19:14:42.188Z Compiling libz-sys v1.1.24
26772026-04-02T19:14:42.680Z Compiling nonempty v0.12.0
26782026-04-02T19:14:42.716Z Compiling salty v0.3.0
26792026-04-02T19:14:42.880Z Compiling polar-core v0.27.3
26802026-04-02T19:14:43.124Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26812026-04-02T19:14:43.505Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26822026-04-02T19:14:43.535Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26832026-04-02T19:14:43.791Z Compiling progenitor-impl v0.11.2
26842026-04-02T19:14:44.147Z Compiling darling_core v0.23.0
26852026-04-02T19:14:46.005Z Compiling progenitor v0.10.0
26862026-04-02T19:14:46.229Z Compiling nanorand v0.7.0
26872026-04-02T19:14:46.358Z Compiling fs-err v2.11.0
26882026-04-02T19:14:46.661Z Compiling parking_lot_core v0.8.6
26892026-04-02T19:14:46.812Z Compiling progenitor-macro v0.11.2
26902026-04-02T19:14:47.004Z Compiling mime_guess v2.0.5
26912026-04-02T19:14:47.243Z Compiling darling_macro v0.23.0
26922026-04-02T19:14:47.272Z Compiling flume v0.11.1
26932026-04-02T19:14:47.671Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26942026-04-02T19:14:47.809Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26952026-04-02T19:14:49.289Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26962026-04-02T19:14:49.453Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26972026-04-02T19:14:50.960Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26982026-04-02T19:14:52.475Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26992026-04-02T19:14:52.658Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-04-02T19:14:53.416Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27012026-04-02T19:14:54.891Z Compiling oso v0.27.3
27022026-04-02T19:14:55.300Z Compiling progenitor-client v0.11.2
27032026-04-02T19:14:56.287Z Compiling git-stub v1.0.0
27042026-04-02T19:14:56.627Z Compiling libgit2-sys v0.18.3+1.9.2
27052026-04-02T19:14:57.137Z Compiling instability v0.3.11
27062026-04-02T19:14:58.750Z Compiling async-bb8-diesel v0.2.1
27072026-04-02T19:14:59.192Z Compiling diesel-dtrace v0.5.0
27082026-04-02T19:14:59.300Z Compiling git-stub-vcs v0.1.0
27092026-04-02T19:14:59.585Z Compiling progenitor v0.11.2
27102026-04-02T19:14:59.622Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-04-02T19:14:59.802Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27122026-04-02T19:14:59.833Z Compiling darling v0.23.0
27132026-04-02T19:15:01.126Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27142026-04-02T19:15:01.196Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27152026-04-02T19:15:02.513Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27162026-04-02T19:15:02.667Z Compiling ignore v0.4.25
27172026-04-02T19:15:03.096Z Compiling primeorder v0.13.6
27182026-04-02T19:15:03.442Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27192026-04-02T19:15:03.516Z Compiling castaway v0.2.4
27202026-04-02T19:15:03.719Z Compiling atty v0.2.14
27212026-04-02T19:15:03.906Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27222026-04-02T19:15:04.193Z Compiling indoc v2.0.7
27232026-04-02T19:15:04.780Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-04-02T19:15:05.019Z Compiling http-range v0.1.5
27252026-04-02T19:15:05.073Z Compiling parse-size v1.1.0
27262026-04-02T19:15:05.291Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27272026-04-02T19:15:05.434Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27282026-04-02T19:15:05.567Z Compiling compact_str v0.8.1
27292026-04-02T19:15:06.355Z Compiling globwalk v0.9.1
27302026-04-02T19:15:07.037Z Compiling p384 v0.13.1
27312026-04-02T19:15:07.206Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-04-02T19:15:08.940Z Compiling parking_lot v0.11.2
27332026-04-02T19:15:09.038Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27342026-04-02T19:15:09.607Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27352026-04-02T19:15:09.858Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27362026-04-02T19:15:09.969Z Compiling predicates-tree v1.0.13
27372026-04-02T19:15:10.076Z Compiling unicode-truncate v1.1.0
27382026-04-02T19:15:10.339Z Compiling lru v0.12.5
27392026-04-02T19:15:10.580Z Compiling prefix-trie v0.7.0
27402026-04-02T19:15:10.621Z Compiling vergen-git2 v1.0.7
27412026-04-02T19:15:10.920Z Compiling cassowary v0.3.0
27422026-04-02T19:15:11.067Z Compiling camino-tempfile-ext v0.3.3
27432026-04-02T19:15:11.152Z Compiling hickory-server v0.25.2
27442026-04-02T19:15:11.272Z Compiling hyper-staticfile v0.10.1
27452026-04-02T19:15:11.695Z Compiling ratatui v0.29.0
27462026-04-02T19:15:11.895Z Compiling sled v0.34.7
27472026-04-02T19:15:12.081Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-04-02T19:15:13.331Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27492026-04-02T19:15:13.925Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27502026-04-02T19:15:14.069Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-04-02T19:15:14.157Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27522026-04-02T19:15:15.059Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27532026-04-02T19:15:15.546Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27542026-04-02T19:15:16.119Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27552026-04-02T19:15:16.220Z Compiling rand_seeder v0.4.0
27562026-04-02T19:15:16.546Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27572026-04-02T19:15:16.807Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27582026-04-02T19:15:16.854Z Compiling lzma-sys v0.1.20
27592026-04-02T19:15:17.370Z Compiling rustls v0.21.12
27602026-04-02T19:15:17.405Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27612026-04-02T19:15:17.451Z Compiling corncobs v0.1.4
27622026-04-02T19:15:17.592Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-04-02T19:15:17.635Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-04-02T19:15:17.711Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-04-02T19:15:17.812Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-04-02T19:15:17.934Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27672026-04-02T19:15:17.982Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-04-02T19:15:18.495Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27692026-04-02T19:15:18.646Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27702026-04-02T19:15:19.597Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27712026-04-02T19:15:19.816Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27722026-04-02T19:15:22.285Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27732026-04-02T19:15:22.539Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27742026-04-02T19:15:22.818Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27752026-04-02T19:15:23.101Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-04-02T19:15:23.352Z Compiling cargo_toml v0.22.3
27772026-04-02T19:15:23.404Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27782026-04-02T19:15:23.485Z Compiling sct v0.7.1
27792026-04-02T19:15:23.824Z Compiling rustls-webpki v0.101.7
27802026-04-02T19:15:24.435Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27812026-04-02T19:15:25.474Z Compiling nix v0.29.0
27822026-04-02T19:15:25.598Z Compiling secrecy v0.8.0
27832026-04-02T19:15:25.835Z Compiling void v1.0.2
27842026-04-02T19:15:25.953Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27852026-04-02T19:15:26.032Z Compiling lzss v0.8.2
27862026-04-02T19:15:26.482Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27872026-04-02T19:15:26.523Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27882026-04-02T19:15:26.702Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27892026-04-02T19:15:26.873Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27902026-04-02T19:15:27.754Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27912026-04-02T19:15:28.742Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27922026-04-02T19:15:28.773Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27932026-04-02T19:15:28.777Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27942026-04-02T19:15:29.079Z Compiling tungstenite v0.23.0
27952026-04-02T19:15:29.519Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27962026-04-02T19:15:29.594Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27972026-04-02T19:15:29.671Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27982026-04-02T19:15:29.817Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27992026-04-02T19:15:29.884Z Compiling nix v0.27.1
28002026-04-02T19:15:29.961Z Compiling git2 v0.20.4
28012026-04-02T19:15:29.992Z Compiling serde_bytes v0.11.19
28022026-04-02T19:15:30.262Z Compiling tokio-tungstenite v0.23.1
28032026-04-02T19:15:30.418Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28042026-04-02T19:15:30.730Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28052026-04-02T19:15:31.448Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28062026-04-02T19:15:32.063Z Compiling ron v0.12.0
28072026-04-02T19:15:32.908Z Compiling xz2 v0.1.7
28082026-04-02T19:15:34.092Z Compiling tokio-rustls v0.24.1
28092026-04-02T19:15:34.122Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28102026-04-02T19:15:34.365Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28112026-04-02T19:15:34.504Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28122026-04-02T19:15:35.930Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28132026-04-02T19:15:37.105Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28142026-04-02T19:15:37.263Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28152026-04-02T19:15:37.813Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28162026-04-02T19:15:39.480Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28172026-04-02T19:15:39.569Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28182026-04-02T19:15:39.725Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28192026-04-02T19:15:40.460Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-04-02T19:15:41.039Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28212026-04-02T19:15:41.840Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28222026-04-02T19:15:43.098Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28232026-04-02T19:15:43.448Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28242026-04-02T19:15:44.515Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28252026-04-02T19:15:44.913Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28262026-04-02T19:15:45.887Z Compiling rustls-pemfile v1.0.4
28272026-04-02T19:15:46.422Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28282026-04-02T19:15:48.330Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28292026-04-02T19:15:48.340Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-04-02T19:15:48.373Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28312026-04-02T19:15:48.580Z Compiling signal-hook-tokio v0.3.1
28322026-04-02T19:15:48.829Z Compiling twox-hash v2.1.2
28332026-04-02T19:15:48.884Z Compiling yasna v0.5.2
28342026-04-02T19:15:49.040Z Compiling is_ci v1.2.0
28352026-04-02T19:15:49.388Z Compiling base16ct v1.0.0
28362026-04-02T19:15:49.401Z Compiling supports-color v3.0.2
28372026-04-02T19:15:49.650Z Compiling rcgen v0.12.1
28382026-04-02T19:15:49.681Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-04-02T19:15:50.782Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28402026-04-02T19:15:50.980Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28412026-04-02T19:15:51.189Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28422026-04-02T19:15:51.377Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-04-02T19:15:53.845Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28442026-04-02T19:15:54.196Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28452026-04-02T19:15:55.193Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28462026-04-02T19:15:55.268Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28472026-04-02T19:15:55.445Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28482026-04-02T19:15:56.372Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28492026-04-02T19:15:56.655Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28502026-04-02T19:15:56.933Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28512026-04-02T19:15:57.204Z Compiling fatfs v0.3.6
28522026-04-02T19:15:57.756Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-04-02T19:15:58.792Z Compiling rtoolbox v0.0.3
28542026-04-02T19:15:59.131Z Compiling subprocess v0.2.15
28552026-04-02T19:16:00.172Z Compiling seq-macro v0.3.6
28562026-04-02T19:16:00.831Z Compiling assert_matches v1.5.0
28572026-04-02T19:16:00.966Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28582026-04-02T19:16:01.867Z Compiling rpassword v7.4.0
28592026-04-02T19:16:02.244Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28602026-04-02T19:16:02.759Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28612026-04-02T19:16:02.921Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28622026-04-02T19:16:03.947Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28632026-04-02T19:16:04.122Z Compiling tui-tree-widget v0.23.1
28642026-04-02T19:16:04.486Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28652026-04-02T19:16:04.527Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28662026-04-02T19:16:05.188Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28672026-04-02T19:16:05.915Z Compiling uzers v0.12.2
28682026-04-02T19:16:07.501Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28692026-04-02T19:16:07.793Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28702026-04-02T19:16:09.168Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28712026-04-02T19:16:13.587Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28722026-04-02T19:16:13.830Z Compiling support-bundle-viewer v0.1.2
28732026-04-02T19:16:16.190Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28742026-04-02T19:16:17.634Z Compiling multimap v0.10.1
28752026-04-02T19:16:39.371Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28762026-04-02T19:16:40.304Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28772026-04-02T19:16:41.507Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28782026-04-02T19:16:45.320Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28792026-04-02T19:23:54.776Z Finished `release` profile [optimized] target(s) in 10m 06s
28802026-04-02T19:24:49.037Z
28812026-04-02T19:24:49.042Zreal 11:02.533229150
28822026-04-02T19:24:49.042Zuser 1:41:04.575932758
28832026-04-02T19:24:49.042Zsys 4:09.558595306
28842026-04-02T19:24:49.042Ztrap 2.314644970
28852026-04-02T19:24:49.042Ztflt 5.139800518
28862026-04-02T19:24:49.042Zdflt 19.015697426
28872026-04-02T19:24:49.042Zkflt 0.096980199
28882026-04-02T19:24:49.043Zlock 8:16:39.919309523
28892026-04-02T19:24:49.043Zslp 2:50:01.578704507
28902026-04-02T19:24:49.043Zlat 2:42.916633440
28912026-04-02T19:24:49.043Zstop 7:00.626418042
28922026-04-02T19:24:49.043Z+ mapfile -t packages
28932026-04-02T19:24:49.043Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28942026-04-02T19:24:50.349Z Finished `release` profile [optimized] target(s) in 1.30s
28952026-04-02T19:24:50.423Z Running `target/release/omicron-package -t test list-outputs`
28962026-04-02T19:24:50.493ZLogging to: /work/oxidecomputer/omicron/out/LOG
28972026-04-02T19:24:50.496Z+ ptime -m cargo build --locked --release -p xtask
28982026-04-02T19:24:51.241Z Compiling libc v0.2.180
28992026-04-02T19:24:51.241Z Compiling serde v1.0.228
29002026-04-02T19:24:51.244Z Compiling serde_core v1.0.228
29012026-04-02T19:24:51.381Z Compiling rustix v1.1.3
29022026-04-02T19:24:51.384Z Compiling bitflags v2.11.0
29032026-04-02T19:24:51.395Z Compiling serde_json v1.0.149
29042026-04-02T19:24:51.443Z Compiling num-traits v0.2.19
29052026-04-02T19:24:51.458Z Compiling syn v2.0.117
29062026-04-02T19:24:51.476Z Compiling smallvec v1.15.1
29072026-04-02T19:24:51.480Z Compiling hashbrown v0.16.1
29082026-04-02T19:24:51.528Z Compiling usdt-impl v0.5.0
29092026-04-02T19:24:51.531Z Compiling syn v1.0.109
29102026-04-02T19:24:51.533Z Compiling getrandom v0.4.1
29112026-04-02T19:24:51.533Z Compiling log v0.4.29
29122026-04-02T19:24:51.704Z Compiling percent-encoding v2.3.2
29132026-04-02T19:24:51.948Z Compiling form_urlencoded v1.2.2
29142026-04-02T19:24:52.062Z Compiling fs-err v3.3.0
29152026-04-02T19:24:52.082Z Compiling anyhow v1.0.102
29162026-04-02T19:24:52.085Z Compiling heck v0.4.1
29172026-04-02T19:24:52.085Z Compiling once_cell v1.21.3
29182026-04-02T19:24:52.293Z Compiling indexmap v2.13.0
29192026-04-02T19:24:52.343Z Compiling errno v0.3.14
29202026-04-02T19:24:52.343Z Compiling thread-id v4.2.2
29212026-04-02T19:24:52.437Z Compiling memmap v0.7.0
29222026-04-02T19:24:52.917Z Compiling ordered-float v2.10.1
29232026-04-02T19:24:53.614Z Compiling proc-macro-error v1.0.4
29242026-04-02T19:24:53.777Z Compiling terminal_size v0.4.3
29252026-04-02T19:24:53.777Z Compiling tempfile v3.25.0
29262026-04-02T19:24:53.921Z Compiling clap_builder v4.5.60
29272026-04-02T19:24:53.921Z Compiling textwrap v0.16.2
29282026-04-02T19:24:53.955Z Compiling tabled_derive v0.7.0
29292026-04-02T19:24:54.088Z Compiling camino-tempfile v1.4.1
29302026-04-02T19:24:54.790Z Compiling tabled v0.15.0
29312026-04-02T19:24:55.065Z Compiling synstructure v0.13.2
29322026-04-02T19:24:55.065Z Compiling pest_generator v2.8.6
29332026-04-02T19:24:55.601Z Compiling serde_derive v1.0.228
29342026-04-02T19:24:55.601Z Compiling zerofrom-derive v0.1.6
29352026-04-02T19:24:55.604Z Compiling yoke-derive v0.8.1
29362026-04-02T19:24:55.604Z Compiling zerovec-derive v0.11.2
29372026-04-02T19:24:55.604Z Compiling displaydoc v0.2.5
29382026-04-02T19:24:55.604Z Compiling thiserror-impl v1.0.69
29392026-04-02T19:24:55.631Z Compiling zerocopy-derive v0.7.35
29402026-04-02T19:24:55.634Z Compiling scroll_derive v0.12.1
29412026-04-02T19:24:55.634Z Compiling thiserror-impl v2.0.18
29422026-04-02T19:24:55.750Z Compiling pest_derive v2.8.6
29432026-04-02T19:24:56.304Z Compiling clap_derive v4.5.55
29442026-04-02T19:24:56.487Z Compiling scroll v0.12.0
29452026-04-02T19:24:56.719Z Compiling zerocopy v0.7.35
29462026-04-02T19:24:56.917Z Compiling goblin v0.8.2
29472026-04-02T19:24:57.096Z Compiling thiserror v1.0.69
29482026-04-02T19:24:57.246Z Compiling dtrace-parser v0.2.0
29492026-04-02T19:24:57.307Z Compiling thiserror v2.0.18
29502026-04-02T19:24:57.310Z Compiling zerofrom v0.1.6
29512026-04-02T19:24:57.514Z Compiling yoke v0.8.1
29522026-04-02T19:24:57.787Z Compiling zerovec v0.11.5
29532026-04-02T19:24:57.847Z Compiling zerotrie v0.2.3
29542026-04-02T19:24:58.499Z Compiling clap v4.5.60
29552026-04-02T19:24:58.623Z Compiling tinystr v0.8.2
29562026-04-02T19:24:58.647Z Compiling potential_utf v0.1.4
29572026-04-02T19:24:58.915Z Compiling icu_locale_core v2.1.1
29582026-04-02T19:24:58.935Z Compiling icu_collections v2.1.1
29592026-04-02T19:25:00.072Z Compiling icu_provider v2.1.1
29602026-04-02T19:25:00.114Z Compiling toml_datetime v0.6.11
29612026-04-02T19:25:00.241Z Compiling serde_spanned v0.6.9
29622026-04-02T19:25:00.432Z Compiling icu_normalizer v2.1.1
29632026-04-02T19:25:00.461Z Compiling icu_properties v2.1.2
29642026-04-02T19:25:00.552Z Compiling dof v0.3.0
29652026-04-02T19:25:00.585Z Compiling toml_edit v0.22.27
29662026-04-02T19:25:00.614Z Compiling serde_tokenstream v0.2.3
29672026-04-02T19:25:00.634Z Compiling serde-value v0.7.0
29682026-04-02T19:25:00.650Z Compiling cargo-platform v0.2.0
29692026-04-02T19:25:00.687Z Compiling macaddr v1.0.1
29702026-04-02T19:25:01.526Z Compiling usdt-macro v0.5.0
29712026-04-02T19:25:01.706Z Compiling idna_adapter v1.2.1
29722026-04-02T19:25:01.823Z Compiling usdt-attr-macro v0.5.0
29732026-04-02T19:25:01.870Z Compiling idna v1.1.0
29742026-04-02T19:25:02.292Z Compiling url v2.5.8
29752026-04-02T19:25:02.604Z Compiling usdt v0.5.0
29762026-04-02T19:25:02.761Z Compiling toml v0.8.23
29772026-04-02T19:25:03.376Z Compiling cargo-util-schemas v0.8.2
29782026-04-02T19:25:03.376Z Compiling cargo_toml v0.21.0
29792026-04-02T19:25:04.807Z Compiling cargo_metadata v0.21.0
29802026-04-02T19:25:08.957Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29812026-04-02T19:25:12.940Z Finished `release` profile [optimized] target(s) in 22.44s
29822026-04-02T19:25:13.104Z
29832026-04-02T19:25:13.108Zreal 22.574640486
29842026-04-02T19:25:13.108Zuser 3:08.458232388
29852026-04-02T19:25:13.108Zsys 20.847618783
29862026-04-02T19:25:13.108Ztrap 0.087652221
29872026-04-02T19:25:13.108Ztflt 0.671320802
29882026-04-02T19:25:13.108Zdflt 1.584117950
29892026-04-02T19:25:13.108Zkflt 0.000042174
29902026-04-02T19:25:13.108Zlock 7:18.414486820
29912026-04-02T19:25:13.108Zslp 4:26.517802923
29922026-04-02T19:25:13.108Zlat 7.315597923
29932026-04-02T19:25:13.108Zstop 30.425668987
29942026-04-02T19:25:13.108Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29952026-04-02T19:25:13.109Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29962026-04-02T19:25:13.109Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29972026-04-02T19:25:13.109Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29982026-04-02T19:25:13.109Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29992026-04-02T19:25:14.423Z Compiling regress v0.10.5
30002026-04-02T19:25:14.426Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30012026-04-02T19:25:14.620Z Compiling serde_spanned v1.0.4
30022026-04-02T19:25:14.642Z Compiling toml_writer v1.0.6+spec-1.1.0
30032026-04-02T19:25:14.647Z Compiling newtype-uuid-macros v0.1.0
30042026-04-02T19:25:14.647Z Compiling progenitor-client v0.13.0
30052026-04-02T19:25:14.662Z Compiling structmeta-derive v0.3.0
30062026-04-02T19:25:14.665Z Compiling rustls v0.22.4
30072026-04-02T19:25:14.665Z Compiling rustls-webpki v0.102.8
30082026-04-02T19:25:14.687Z Compiling multer v3.1.0
30092026-04-02T19:25:14.690Z Compiling match_cfg v0.1.0
30102026-04-02T19:25:14.809Z Compiling debug-ignore v1.0.5
30112026-04-02T19:25:14.811Z Compiling slog-json v2.6.1
30122026-04-02T19:25:14.811Z Compiling async-stream-impl v0.3.6
30132026-04-02T19:25:14.861Z Compiling dropshot v0.16.7
30142026-04-02T19:25:14.887Z Compiling toml v0.9.12+spec-1.1.0
30152026-04-02T19:25:14.964Z Compiling hostname v0.3.1
30162026-04-02T19:25:14.967Z Compiling itertools v0.14.0
30172026-04-02T19:25:14.967Z Compiling waitgroup v0.1.2
30182026-04-02T19:25:15.051Z Compiling rustls-pemfile v2.2.0
30192026-04-02T19:25:15.108Z Compiling slog-bunyan v2.5.0
30202026-04-02T19:25:15.164Z Compiling dropshot_endpoint v0.16.7
30212026-04-02T19:25:15.164Z Compiling hostname v0.4.2
30222026-04-02T19:25:15.212Z Compiling serde_path_to_error v0.1.20
30232026-04-02T19:25:15.368Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30242026-04-02T19:25:15.371Z Compiling macaddr v1.0.1
30252026-04-02T19:25:15.418Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30262026-04-02T19:25:15.448Z Compiling progenitor-client v0.10.0
30272026-04-02T19:25:15.477Z Compiling instant v0.1.13
30282026-04-02T19:25:15.631Z Compiling backon v1.6.0
30292026-04-02T19:25:15.655Z Compiling backoff v0.4.0
30302026-04-02T19:25:15.684Z Compiling async-stream v0.3.6
30312026-04-02T19:25:15.712Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-04-02T19:25:15.771Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30332026-04-02T19:25:15.781Z Compiling crucible-workspace-hack v0.1.0
30342026-04-02T19:25:15.809Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-04-02T19:25:15.838Z Compiling toml v0.8.23
30362026-04-02T19:25:15.864Z Compiling progenitor-extras v0.1.1
30372026-04-02T19:25:15.927Z Compiling universal-hash v0.5.1
30382026-04-02T19:25:15.955Z Compiling opaque-debug v0.3.1
30392026-04-02T19:25:15.980Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-04-02T19:25:16.006Z Compiling unsafe-libyaml v0.2.11
30412026-04-02T19:25:16.068Z Compiling half v2.7.1
30422026-04-02T19:25:16.126Z Compiling ciborium-io v0.2.2
30432026-04-02T19:25:16.177Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-04-02T19:25:16.207Z Compiling convert_case v0.4.0
30452026-04-02T19:25:16.210Z Compiling aead v0.5.2
30462026-04-02T19:25:16.235Z Compiling structmeta v0.3.0
30472026-04-02T19:25:16.288Z Compiling secrecy v0.10.3
30482026-04-02T19:25:16.292Z Compiling poly1305 v0.8.0
30492026-04-02T19:25:16.514Z Compiling ciborium-ll v0.2.2
30502026-04-02T19:25:16.539Z Compiling chacha20 v0.9.1
30512026-04-02T19:25:16.542Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30522026-04-02T19:25:16.542Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-04-02T19:25:16.617Z Compiling derive-ex v0.1.8
30542026-04-02T19:25:16.659Z Compiling parse-display-derive v0.10.0
30552026-04-02T19:25:16.744Z Compiling serde_yaml v0.9.34+deprecated
30562026-04-02T19:25:16.747Z Compiling derive_more v0.99.20
30572026-04-02T19:25:16.795Z Compiling ciborium v0.2.2
30582026-04-02T19:25:16.822Z Compiling typify-impl v0.6.1
30592026-04-02T19:25:16.849Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30602026-04-02T19:25:16.907Z Compiling thiserror-impl-no-std v2.0.2
30612026-04-02T19:25:16.993Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30622026-04-02T19:25:17.058Z Compiling byte-wrapper v0.1.0
30632026-04-02T19:25:17.101Z Compiling password-hash v0.5.0
30642026-04-02T19:25:17.234Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30652026-04-02T19:25:17.318Z Compiling blake2 v0.10.6
30662026-04-02T19:25:17.356Z Compiling chacha20poly1305 v0.10.1
30672026-04-02T19:25:17.547Z Compiling indent_write v2.2.0
30682026-04-02T19:25:17.574Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-04-02T19:25:17.626Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-04-02T19:25:17.696Z Compiling argon2 v0.5.3
30712026-04-02T19:25:17.718Z Compiling heapless v0.8.0
30722026-04-02T19:25:17.768Z Compiling ingot-macros v0.1.1
30732026-04-02T19:25:17.932Z Compiling tokio-rustls v0.25.0
30742026-04-02T19:25:18.139Z Compiling tabwriter v1.4.1
30752026-04-02T19:25:18.387Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30762026-04-02T19:25:18.512Z Compiling proc-macro-crate v3.4.0
30772026-04-02T19:25:18.580Z Compiling thiserror-no-std v2.0.2
30782026-04-02T19:25:18.723Z Compiling vsss-rs v3.3.4
30792026-04-02T19:25:18.781Z Compiling hash32 v0.3.1
30802026-04-02T19:25:18.968Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30812026-04-02T19:25:19.006Z Compiling smoltcp v0.11.0
30822026-04-02T19:25:19.073Z Compiling test-strategy v0.4.5
30832026-04-02T19:25:19.085Z Compiling parse-display v0.10.0
30842026-04-02T19:25:19.167Z Compiling cobs v0.3.0
30852026-04-02T19:25:19.267Z Compiling foreign-types-macros v0.2.3
30862026-04-02T19:25:19.321Z Compiling colored v3.1.1
30872026-04-02T19:25:19.336Z Compiling num_enum_derive v0.7.5
30882026-04-02T19:25:19.476Z Compiling foreign-types-shared v0.3.1
30892026-04-02T19:25:19.537Z Compiling cpufeatures v0.3.0
30902026-04-02T19:25:19.555Z Compiling postcard v1.1.3
30912026-04-02T19:25:19.605Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30922026-04-02T19:25:19.660Z Compiling chacha20 v0.10.0
30932026-04-02T19:25:19.935Z Compiling proc-macro-crate v1.3.1
30942026-04-02T19:25:20.028Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-04-02T19:25:20.048Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-04-02T19:25:20.080Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-04-02T19:25:20.113Z Compiling foreign-types v0.5.0
30982026-04-02T19:25:20.121Z Compiling cstr-argument v0.1.2
30992026-04-02T19:25:20.160Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-04-02T19:25:20.259Z Compiling rand v0.10.0
31012026-04-02T19:25:20.358Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-04-02T19:25:20.447Z Compiling num-rational v0.4.2
31032026-04-02T19:25:20.457Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-04-02T19:25:20.496Z Compiling num-complex v0.4.6
31052026-04-02T19:25:20.502Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-04-02T19:25:20.547Z Compiling num_enum_derive v0.5.11
31072026-04-02T19:25:20.623Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31082026-04-02T19:25:20.775Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31092026-04-02T19:25:20.800Z Compiling prettyplease v0.2.37
31102026-04-02T19:25:20.804Z Compiling num_enum v0.7.5
31112026-04-02T19:25:20.804Z Compiling camino-tempfile v1.4.1
31122026-04-02T19:25:21.046Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31132026-04-02T19:25:21.095Z Compiling num v0.4.3
31142026-04-02T19:25:21.125Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-04-02T19:25:21.176Z Compiling float-ord v0.3.2
31162026-04-02T19:25:21.180Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-04-02T19:25:21.227Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31182026-04-02T19:25:21.234Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31192026-04-02T19:25:21.332Z Compiling smf v0.2.3
31202026-04-02T19:25:21.387Z Compiling num-derive v0.4.2
31212026-04-02T19:25:21.412Z Compiling sigpipe v0.1.3
31222026-04-02T19:25:21.461Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-04-02T19:25:21.548Z Compiling glob v0.3.3
31242026-04-02T19:25:21.586Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31252026-04-02T19:25:21.613Z Compiling whoami v1.6.1
31262026-04-02T19:25:21.765Z Compiling gethostname v0.5.0
31272026-04-02T19:25:21.797Z Compiling ingot-types v0.1.2
31282026-04-02T19:25:21.923Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31292026-04-02T19:25:21.951Z Compiling usdt-attr-macro v0.5.0
31302026-04-02T19:25:22.006Z Compiling num_enum v0.5.11
31312026-04-02T19:25:22.009Z Compiling usdt-macro v0.5.0
31322026-04-02T19:25:22.060Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31332026-04-02T19:25:22.090Z Compiling memmap v0.7.0
31342026-04-02T19:25:22.095Z Compiling atomicwrites v0.4.4
31352026-04-02T19:25:22.143Z Compiling derive-where v1.6.0
31362026-04-02T19:25:22.185Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31372026-04-02T19:25:22.219Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31382026-04-02T19:25:22.388Z Compiling ingot v0.1.1
31392026-04-02T19:25:22.402Z Compiling cancel-safe-futures v0.1.5
31402026-04-02T19:25:22.406Z Compiling owo-colors v4.3.0
31412026-04-02T19:25:22.632Z Compiling resolv-conf v0.7.6
31422026-04-02T19:25:22.700Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31432026-04-02T19:25:22.751Z Compiling libsw-core v0.3.2
31442026-04-02T19:25:22.785Z Compiling async-recursion v1.1.1
31452026-04-02T19:25:22.932Z Compiling typify-impl v0.4.3
31462026-04-02T19:25:23.001Z Compiling libsw v3.5.0
31472026-04-02T19:25:23.060Z Compiling linear-map v1.2.0
31482026-04-02T19:25:23.086Z Compiling usdt v0.5.0
31492026-04-02T19:25:23.122Z Compiling libefi-sys v0.1.0
31502026-04-02T19:25:23.246Z Compiling hickory-proto v0.24.4
31512026-04-02T19:25:23.273Z Compiling newline-converter v0.3.0
31522026-04-02T19:25:23.276Z Compiling console v0.15.11
31532026-04-02T19:25:23.371Z Compiling bitfield-struct v0.6.2
31542026-04-02T19:25:23.502Z Compiling linked-hash-map v0.5.6
31552026-04-02T19:25:23.528Z Compiling semver v0.1.20
31562026-04-02T19:25:23.586Z Compiling tokio-dtrace v0.1.1
31572026-04-02T19:25:23.589Z Compiling typify-macro v0.6.1
31582026-04-02T19:25:23.781Z Compiling lru-cache v0.1.2
31592026-04-02T19:25:23.784Z Compiling dropshot-api-manager-types v0.6.0
31602026-04-02T19:25:23.852Z Compiling rustc_version v0.1.7
31612026-04-02T19:25:23.954Z Compiling expectorate v1.2.0
31622026-04-02T19:25:23.981Z Compiling pin-project-internal v1.1.11
31632026-04-02T19:25:24.009Z Compiling slog-dtrace v0.3.0
31642026-04-02T19:25:24.058Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31652026-04-02T19:25:24.141Z Compiling minimal-lexical v0.2.1
31662026-04-02T19:25:24.175Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31672026-04-02T19:25:24.199Z Compiling newtype_derive v0.1.6
31682026-04-02T19:25:24.226Z Compiling oxide-tokio-rt v0.1.3
31692026-04-02T19:25:24.282Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31702026-04-02T19:25:24.285Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31712026-04-02T19:25:24.334Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31722026-04-02T19:25:24.449Z Compiling nom v7.1.3
31732026-04-02T19:25:24.480Z Compiling phf_shared v0.12.1
31742026-04-02T19:25:24.504Z Compiling pem v3.0.6
31752026-04-02T19:25:24.616Z Compiling snafu-derive v0.8.9
31762026-04-02T19:25:24.643Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31772026-04-02T19:25:24.734Z Compiling csv-core v0.1.13
31782026-04-02T19:25:24.759Z Compiling same-file v1.0.6
31792026-04-02T19:25:24.995Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31802026-04-02T19:25:25.021Z Compiling highway v1.3.0
31812026-04-02T19:25:25.075Z Compiling xshell-macros v0.2.7
31822026-04-02T19:25:25.118Z Compiling base64 v0.21.7
31832026-04-02T19:25:25.193Z Compiling chrono-tz v0.10.4
31842026-04-02T19:25:25.217Z Compiling csv v1.4.0
31852026-04-02T19:25:25.499Z Compiling walkdir v2.5.0
31862026-04-02T19:25:25.574Z Compiling const_format_proc_macros v0.2.34
31872026-04-02T19:25:25.602Z Compiling phf v0.12.1
31882026-04-02T19:25:25.634Z Compiling xshell v0.2.7
31892026-04-02T19:25:25.660Z Compiling pin-project v1.1.11
31902026-04-02T19:25:25.912Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31912026-04-02T19:25:25.941Z Compiling globset v0.4.18
31922026-04-02T19:25:25.968Z Compiling olpc-cjson v0.1.4
31932026-04-02T19:25:26.004Z Compiling primeorder v0.13.6
31942026-04-02T19:25:26.084Z Compiling typify v0.6.1
31952026-04-02T19:25:26.213Z Compiling progenitor-impl v0.13.0
31962026-04-02T19:25:26.304Z Compiling hickory-resolver v0.24.4
31972026-04-02T19:25:26.330Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
31982026-04-02T19:25:26.366Z Compiling serde_plain v1.0.2
31992026-04-02T19:25:26.400Z Compiling typed-path v0.9.3
32002026-04-02T19:25:26.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32012026-04-02T19:25:26.720Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32022026-04-02T19:25:26.760Z Compiling const_format v0.2.35
32032026-04-02T19:25:26.849Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32042026-04-02T19:25:26.928Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32052026-04-02T19:25:26.954Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32062026-04-02T19:25:27.148Z Compiling tabled_derive v0.7.0
32072026-04-02T19:25:27.211Z Compiling bcs v0.1.6
32082026-04-02T19:25:27.388Z Compiling snafu v0.8.9
32092026-04-02T19:25:27.672Z Compiling qorb v0.4.1
32102026-04-02T19:25:27.740Z Compiling utf-8 v0.7.6
32112026-04-02T19:25:27.832Z Compiling tough v0.20.0
32122026-04-02T19:25:27.915Z Compiling salty v0.3.0
32132026-04-02T19:25:28.000Z Compiling radium v0.7.0
32142026-04-02T19:25:28.024Z Compiling termtree v0.5.1
32152026-04-02T19:25:28.197Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32162026-04-02T19:25:28.259Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-04-02T19:25:28.349Z Compiling textwrap v0.16.2
32182026-04-02T19:25:28.462Z Compiling tungstenite v0.21.0
32192026-04-02T19:25:28.495Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32202026-04-02T19:25:28.523Z Compiling steno v0.4.1
32212026-04-02T19:25:28.551Z Compiling tabled v0.15.0
32222026-04-02T19:25:28.689Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32232026-04-02T19:25:28.803Z Compiling tap v1.0.1
32242026-04-02T19:25:28.904Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32252026-04-02T19:25:28.976Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32262026-04-02T19:25:29.002Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-04-02T19:25:29.027Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32282026-04-02T19:25:29.421Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32292026-04-02T19:25:29.625Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32302026-04-02T19:25:29.653Z Compiling typify-macro v0.4.3
32312026-04-02T19:25:29.678Z Compiling maybe-uninit v2.0.0
32322026-04-02T19:25:29.703Z Compiling tagptr v0.2.0
32332026-04-02T19:25:29.762Z Compiling humantime v2.3.0
32342026-04-02T19:25:29.935Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-04-02T19:25:30.074Z Compiling progenitor-macro v0.13.0
32362026-04-02T19:25:30.167Z Compiling moka v0.12.13
32372026-04-02T19:25:30.192Z Compiling tokio-tungstenite v0.21.0
32382026-04-02T19:25:30.282Z Compiling wyz v0.5.1
32392026-04-02T19:25:30.533Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32402026-04-02T19:25:30.921Z Compiling p384 v0.13.1
32412026-04-02T19:25:31.199Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32422026-04-02T19:25:31.258Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32432026-04-02T19:25:31.302Z Compiling parking_lot_core v0.8.6
32442026-04-02T19:25:31.370Z Compiling packed_struct v0.10.1
32452026-04-02T19:25:31.586Z Compiling funty v2.0.0
32462026-04-02T19:25:31.726Z Compiling hickory-resolver v0.25.2
32472026-04-02T19:25:31.754Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32482026-04-02T19:25:31.929Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32492026-04-02T19:25:31.980Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32502026-04-02T19:25:32.075Z Compiling typify v0.4.3
32512026-04-02T19:25:32.140Z Compiling bitvec v1.0.1
32522026-04-02T19:25:32.176Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32532026-04-02T19:25:32.179Z Compiling polyval v0.6.2
32542026-04-02T19:25:32.251Z Compiling progenitor-impl v0.10.0
32552026-04-02T19:25:32.534Z Compiling git-stub v1.0.0
32562026-04-02T19:25:32.593Z Compiling packed_struct_codegen v0.10.1
32572026-04-02T19:25:32.676Z Compiling bitfield-macros v0.19.4
32582026-04-02T19:25:32.922Z Compiling zerocopy-derive v0.6.6
32592026-04-02T19:25:33.174Z Compiling proc-macro-error-attr2 v2.0.0
32602026-04-02T19:25:33.347Z Compiling indexmap v1.9.3
32612026-04-02T19:25:33.516Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32622026-04-02T19:25:33.630Z Compiling nodrop v0.1.14
32632026-04-02T19:25:33.722Z Compiling crc-catalog v2.4.0
32642026-04-02T19:25:33.775Z Compiling proc-macro-error2 v2.0.1
32652026-04-02T19:25:33.801Z Compiling array-init v0.0.4
32662026-04-02T19:25:33.861Z Compiling crc v3.4.0
32672026-04-02T19:25:33.888Z Compiling bitfield v0.19.4
32682026-04-02T19:25:33.960Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-04-02T19:25:33.991Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32702026-04-02T19:25:34.178Z Compiling zerocopy v0.6.6
32712026-04-02T19:25:34.178Z Compiling git-stub-vcs v0.1.0
32722026-04-02T19:25:34.236Z Compiling ghash v0.5.1
32732026-04-02T19:25:34.263Z Compiling smallvec v0.6.14
32742026-04-02T19:25:34.367Z Compiling ctr v0.9.2
32752026-04-02T19:25:34.408Z Compiling num-derive v0.3.3
32762026-04-02T19:25:34.436Z Compiling lzma-sys v0.1.20
32772026-04-02T19:25:34.465Z Compiling arc-swap v1.8.2
32782026-04-02T19:25:34.595Z Compiling hashbrown v0.12.3
32792026-04-02T19:25:34.671Z Compiling unicase v2.9.0
32802026-04-02T19:25:34.696Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-04-02T19:25:34.737Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32822026-04-02T19:25:34.768Z Compiling aes-gcm v0.10.3
32832026-04-02T19:25:34.905Z Compiling slog-scope v4.4.1
32842026-04-02T19:25:34.978Z Compiling mime_guess v2.0.5
32852026-04-02T19:25:35.059Z Compiling parking_lot v0.11.2
32862026-04-02T19:25:35.085Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32872026-04-02T19:25:35.114Z Compiling serde-hex v0.1.0
32882026-04-02T19:25:35.304Z Compiling tabled_derive v0.11.0
32892026-04-02T19:25:35.378Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32902026-04-02T19:25:35.458Z Compiling progenitor-impl v0.11.2
32912026-04-02T19:25:35.614Z Compiling ron v0.8.1
32922026-04-02T19:25:35.650Z Compiling papergrid v0.17.0
32932026-04-02T19:25:35.675Z Compiling libscf-sys v1.1.0
32942026-04-02T19:25:35.732Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32952026-04-02T19:25:35.837Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-04-02T19:25:35.887Z Compiling cargo_toml v0.22.3
32972026-04-02T19:25:36.014Z Compiling progenitor-macro v0.10.0
32982026-04-02T19:25:36.017Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-04-02T19:25:36.110Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-04-02T19:25:36.137Z Compiling hashbrown v0.13.2
33012026-04-02T19:25:36.405Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33022026-04-02T19:25:36.845Z Compiling testing_table v0.3.0
33032026-04-02T19:25:36.876Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33042026-04-02T19:25:36.991Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33052026-04-02T19:25:37.019Z Compiling prefix-trie v0.7.0
33062026-04-02T19:25:37.097Z Compiling ssh-encoding v0.2.0
33072026-04-02T19:25:37.323Z Compiling blowfish v0.9.1
33082026-04-02T19:25:37.384Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-04-02T19:25:37.446Z Compiling progenitor v0.13.0
33102026-04-02T19:25:37.498Z Compiling fxhash v0.2.1
33112026-04-02T19:25:37.590Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33122026-04-02T19:25:37.617Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33132026-04-02T19:25:37.666Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-04-02T19:25:37.693Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33152026-04-02T19:25:37.726Z Compiling crc-any v2.5.0
33162026-04-02T19:25:37.801Z Compiling corncobs v0.1.4
33172026-04-02T19:25:37.830Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33182026-04-02T19:25:37.962Z Compiling sled v0.34.7
33192026-04-02T19:25:38.066Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-04-02T19:25:38.095Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-04-02T19:25:38.095Z Compiling hickory-server v0.25.2
33222026-04-02T19:25:38.189Z Compiling bcrypt-pbkdf v0.10.0
33232026-04-02T19:25:38.331Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33242026-04-02T19:25:38.391Z Compiling ssh-cipher v0.2.0
33252026-04-02T19:25:38.667Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33262026-04-02T19:25:38.734Z Compiling tabled v0.20.0
33272026-04-02T19:25:38.764Z Compiling object v0.30.4
33282026-04-02T19:25:39.229Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-04-02T19:25:39.365Z Compiling progenitor-macro v0.11.2
33302026-04-02T19:25:39.669Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33312026-04-02T19:25:40.051Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33322026-04-02T19:25:40.226Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-04-02T19:25:40.271Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-04-02T19:25:40.618Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-04-02T19:25:40.751Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-04-02T19:25:41.349Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33372026-04-02T19:25:41.683Z Compiling slog-stdlog v4.1.1
33382026-04-02T19:25:41.790Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33392026-04-02T19:25:42.036Z Compiling progenitor-client v0.11.2
33402026-04-02T19:25:42.056Z Compiling password-hash v0.4.2
33412026-04-02T19:25:42.201Z Compiling secrecy v0.8.0
33422026-04-02T19:25:42.427Z Compiling path-slash v0.1.5
33432026-04-02T19:25:42.454Z Compiling half v1.8.3
33442026-04-02T19:25:42.569Z Compiling http-range v0.1.5
33452026-04-02T19:25:42.616Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33462026-04-02T19:25:42.641Z Compiling pbkdf2 v0.11.0
33472026-04-02T19:25:42.800Z Compiling serde_cbor v0.11.2
33482026-04-02T19:25:42.977Z Compiling slog-envlogger v2.2.0
33492026-04-02T19:25:43.017Z Compiling ron v0.12.0
33502026-04-02T19:25:43.318Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33512026-04-02T19:25:43.372Z Compiling progenitor v0.10.0
33522026-04-02T19:25:43.564Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33532026-04-02T19:25:43.605Z Compiling xz2 v0.1.7
33542026-04-02T19:25:44.003Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33552026-04-02T19:25:44.421Z Compiling ssh-key v0.6.7
33562026-04-02T19:25:44.651Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33572026-04-02T19:25:44.760Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33582026-04-02T19:25:44.862Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33592026-04-02T19:25:45.059Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-04-02T19:25:45.124Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33612026-04-02T19:25:45.149Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33622026-04-02T19:25:45.911Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33632026-04-02T19:25:46.006Z Compiling p256 v0.13.2
33642026-04-02T19:25:46.120Z Compiling p521 v0.13.3
33652026-04-02T19:25:46.195Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33662026-04-02T19:25:46.302Z Compiling yasna v0.5.2
33672026-04-02T19:25:46.548Z Compiling kstat-rs v0.2.4
33682026-04-02T19:25:46.605Z Compiling progenitor v0.11.2
33692026-04-02T19:25:46.644Z Compiling headers-core v0.3.0
33702026-04-02T19:25:46.719Z Compiling nanorand v0.7.0
33712026-04-02T19:25:46.772Z Compiling russh-cryptovec v0.7.3
33722026-04-02T19:25:46.825Z Compiling atty v0.2.14
33732026-04-02T19:25:46.853Z Compiling home v0.5.12
33742026-04-02T19:25:46.856Z Compiling base16ct v1.0.0
33752026-04-02T19:25:46.948Z Compiling md5 v0.7.0
33762026-04-02T19:25:46.983Z Compiling crc8 v0.1.1
33772026-04-02T19:25:47.010Z Compiling flume v0.11.1
33782026-04-02T19:25:47.051Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33792026-04-02T19:25:47.129Z Compiling rcgen v0.12.1
33802026-04-02T19:25:47.160Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33812026-04-02T19:25:47.187Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33822026-04-02T19:25:47.215Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33832026-04-02T19:25:47.258Z Compiling russh-keys v0.45.0
33842026-04-02T19:25:47.330Z Compiling headers v0.4.1
33852026-04-02T19:25:47.463Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33862026-04-02T19:25:47.465Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-04-02T19:25:47.515Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33882026-04-02T19:25:47.606Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33892026-04-02T19:25:47.927Z Compiling hyper-staticfile v0.10.1
33902026-04-02T19:25:48.049Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33912026-04-02T19:25:48.130Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33922026-04-02T19:25:48.367Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33932026-04-02T19:25:48.456Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33942026-04-02T19:25:48.597Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33952026-04-02T19:25:48.683Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33962026-04-02T19:25:48.780Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
33972026-04-02T19:25:48.873Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33982026-04-02T19:25:48.920Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33992026-04-02T19:25:49.164Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34002026-04-02T19:25:49.216Z Compiling num-bigint v0.4.6
34012026-04-02T19:25:49.496Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34022026-04-02T19:25:49.521Z Compiling des v0.8.1
34032026-04-02T19:25:49.549Z Compiling subprocess v0.2.15
34042026-04-02T19:25:49.687Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34052026-04-02T19:25:49.777Z Compiling display-error-chain v0.2.2
34062026-04-02T19:25:49.811Z Compiling hex-literal v0.4.1
34072026-04-02T19:25:49.986Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34082026-04-02T19:25:50.014Z Compiling colored v2.2.0
34092026-04-02T19:25:50.048Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34102026-04-02T19:25:50.107Z Compiling socket2 v0.5.10
34112026-04-02T19:25:50.154Z Compiling internet-checksum v0.2.1
34122026-04-02T19:25:50.279Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-04-02T19:25:50.814Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34142026-04-02T19:25:50.875Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34152026-04-02T19:25:50.926Z Compiling russh v0.45.0
34162026-04-02T19:25:54.373Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34172026-04-02T19:25:55.261Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34182026-04-02T19:25:55.912Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34192026-04-02T19:25:56.773Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34202026-04-02T19:26:07.522Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34212026-04-02T19:26:07.522Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34222026-04-02T19:26:07.525Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34232026-04-02T19:26:07.525Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34242026-04-02T19:26:09.814Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34252026-04-02T19:26:09.905Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34262026-04-02T19:26:15.686Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34272026-04-02T19:26:45.620Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34282026-04-02T19:27:10.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34292026-04-02T19:27:10.392Z
34302026-04-02T19:27:10.395Zreal 1:57.258392048
34312026-04-02T19:27:10.395Zuser 11:42.903215608
34322026-04-02T19:27:10.395Zsys 2:05.413323694
34332026-04-02T19:27:10.395Ztrap 0.355007524
34342026-04-02T19:27:10.395Ztflt 0.556729438
34352026-04-02T19:27:10.395Zdflt 1.537720341
34362026-04-02T19:27:10.395Zkflt 0.000244083
34372026-04-02T19:27:10.395Zlock 40:19.851581039
34382026-04-02T19:27:10.395Zslp 26:01.387551934
34392026-04-02T19:27:10.395Zlat 43.833996950
34402026-04-02T19:27:10.396Zstop 4:03.744397728
34412026-04-02T19:27:10.396Z+ mkdir tests
34422026-04-02T19:27:10.399Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34432026-04-02T19:27:10.399Z+ xargs -I '{}' -t cp '{}' tests/
34442026-04-02T19:27:10.418Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-dd62d5f27c16b217 tests/
34452026-04-02T19:27:10.450Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-96025564fdcbc0be tests/
34462026-04-02T19:27:10.481Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-38fc98e62670483d tests/
34472026-04-02T19:27:10.513Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-863326776330a3e1 tests/
34482026-04-02T19:27:10.849Z+ 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/*)
34492026-04-02T19:27:10.852Z+ 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-96025564fdcbc0be tests/commtest-38fc98e62670483d tests/dhcp_server-dd62d5f27c16b217 tests/end_to_end_tests-863326776330a3e1 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
34502026-04-02T19:28:46.776ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34512026-04-02T19:28:46.776Za .github/buildomat/ci-env.sh 1K
34522026-04-02T19:28:46.776Za out/target/test 1K
34532026-04-02T19:28:46.776Za out/npuzone/npuzone 27402K
34542026-04-02T19:28:46.776Za package-manifest.toml 35K
34552026-04-02T19:28:46.776Za smf/sled-agent/non-gimlet/config.toml 6K
34562026-04-02T19:28:46.776Za target/release/omicron-package 45861K
34572026-04-02T19:28:46.776Za target/release/xtask 11439K
34582026-04-02T19:28:46.776Za target/debug/bootstrap 339298K
34592026-04-02T19:28:46.776Za tests/bootstrap-96025564fdcbc0be 31310K
34602026-04-02T19:28:46.776Za tests/commtest-38fc98e62670483d 32395K
34612026-04-02T19:28:46.776Za tests/dhcp_server-dd62d5f27c16b217 31310K
34622026-04-02T19:28:46.776Za tests/end_to_end_tests-863326776330a3e1 381519K
34632026-04-02T19:28:46.776Za out/clickhouse.tar.gz 309610K
34642026-04-02T19:28:46.776Za out/clickhouse_keeper.tar.gz 295026K
34652026-04-02T19:28:46.776Za out/clickhouse_server.tar.gz 309609K
34662026-04-02T19:28:46.776Za out/cockroachdb.tar.gz 157712K
34672026-04-02T19:28:46.776Za out/crucible-pantry-zone.tar.gz 40489K
34682026-04-02T19:28:46.776Za out/crucible-utils.tar 17744K
34692026-04-02T19:28:46.776Za out/crucible-zone.tar.gz 54627K
34702026-04-02T19:28:46.776Za out/external-dns.tar.gz 44348K
34712026-04-02T19:28:46.776Za out/internal-dns.tar.gz 44347K
34722026-04-02T19:28:46.776Za out/mg-ddm-gz.tar 78377K
34732026-04-02T19:28:46.776Za out/nexus.tar.gz 217316K
34742026-04-02T19:28:46.776Za out/ntp.tar.gz 26965K
34752026-04-02T19:28:46.776Za out/omicron-gateway-softnpu.tar.gz 28478K
34762026-04-02T19:28:46.777Za out/omicron-sled-agent.tar 195398K
34772026-04-02T19:28:46.777Za out/overlay.tar.gz 3K
34782026-04-02T19:28:46.777Za out/oximeter.tar.gz 59829K
34792026-04-02T19:28:46.777Za out/oxlog.tar 3782K
34802026-04-02T19:28:46.777Za out/probe.tar.gz 3037K
34812026-04-02T19:28:46.777Za out/propolis-server.tar.gz 33249K
34822026-04-02T19:28:46.777Za out/pumpkind-gz.tar 26647K
34832026-04-02T19:28:46.777Za out/switch-softnpu.tar.gz 375015K
34842026-04-02T19:28:46.780Z
34852026-04-02T19:28:46.780Zreal 1:35.958606607
34862026-04-02T19:28:46.780Zuser 1:32.966113293
34872026-04-02T19:28:46.780Zsys 6.050703661
34882026-04-02T19:28:46.780Ztrap 0.006340181
34892026-04-02T19:28:46.780Ztflt 0.000000000
34902026-04-02T19:28:46.780Zdflt 0.000000000
34912026-04-02T19:28:46.780Zkflt 0.000000000
34922026-04-02T19:28:46.780Zlock 0.000000000
34932026-04-02T19:28:46.780Zslp 1:32.260245861
34942026-04-02T19:28:46.780Zlat 0.628790549
34952026-04-02T19:28:46.780Zstop 0.000552477
34962026-04-02T19:28:46.780Zprocess exited: duration 1188621 ms, exit code 0
 
34972026-04-02T19:28:46.795Zfound 1 output files
34982026-04-02T19:28:46.795Zuploading: /work/package.tar.gz (2332015321 bytes)
34992026-04-02T19:29:14.201Zuploaded: /work/package.tar.gz