01KRQDKEZCXBM4C5S6GFFYYHNV: 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: 01KRQDNJ4C20971SBVNCGD7HQB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:36:52.161Zjob assigned to worker 01KRQDNTFCRYXVB7X749CW826M [factory aws, i-03175f950ad39a20b] (queued for 1 m 1 s)
 
22026-05-16T03:36:59.023Zstarting task 0: "setup"
32026-05-16T03:36:59.029Z++ uname -s
42026-05-16T03:36:59.035Z+ kern=SunOS
52026-05-16T03:36:59.035Z+ build_user=build
62026-05-16T03:36:59.035Z+ build_uid=12345
72026-05-16T03:36:59.035Z+ work_dir=/work
82026-05-16T03:36:59.035Z+ input_dir=/input
92026-05-16T03:36:59.035Z+ [[ 0 == 12345 ]]
102026-05-16T03:36:59.035Z+ case "$kern" in
112026-05-16T03:36:59.035Z+ groupadd -g 12345 build
122026-05-16T03:36:59.035Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:37:01.047Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:37:01.169Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:37:01.175Z+ home_fs=zfs
162026-05-16T03:37:01.175Z+ [[ zfs == autofs ]]
172026-05-16T03:37:01.175Z+ mkdir -p /home/build
182026-05-16T03:37:01.175Z+ chown build:build /home/build /work
192026-05-16T03:37:03.186Z+ chmod 0700 /home/build /work
202026-05-16T03:37:03.208Zprocess exited: duration 4154 ms, exit code 0
 
212026-05-16T03:37:03.249Zstarting task 1: "rust-toolchain"
222026-05-16T03:37:03.265Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-16T03:37:03.265Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-16T03:37:03.265Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-16T03:37:03.265Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-16T03:37:03.265Z * rust toolchain channel = "1.94.0"
272026-05-16T03:37:03.266Z * rust toolchain profile = "default"
282026-05-16T03:37:03.266Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:37:03.266Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:37:03.328Zinfo: downloading installer
312026-05-16T03:37:04.914Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:37:04.914Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:37:04.914Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:37:04.914Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:37:04.928Zinfo: profile set to default
362026-05-16T03:37:04.928Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:37:04.928Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:37:05.058Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:37:05.065Zinfo: downloading 6 components
402026-05-16T03:37:18.945Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-16T03:37:18.945Z
422026-05-16T03:37:18.975Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:37:18.976Z
442026-05-16T03:37:18.976Z
452026-05-16T03:37:18.976ZRust is installed now. Great!
462026-05-16T03:37:18.976Z
472026-05-16T03:37:18.976ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:37:18.976Zenvironment variable. This has not been done automatically.
492026-05-16T03:37:18.976Z
502026-05-16T03:37:18.976ZTo configure your current shell, you need to source
512026-05-16T03:37:18.976Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:37:18.976Z
532026-05-16T03:37:18.976ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:37:18.979Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:37:18.979Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:37:18.979Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:37:18.979Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:37:18.979Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:37:18.979Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:37:18.979Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:37:18.979Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:37:19.062Z+ rustup --version
632026-05-16T03:37:19.068Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:37:19.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:37:19.091Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:37:19.094Z+ cargo --version
672026-05-16T03:37:19.102Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:37:19.108Z+ rustc --version
692026-05-16T03:37:19.126Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:37:19.129Zprocess exited: duration 15899 ms, exit code 0
 
712026-05-16T03:37:19.146Zstarting task 2: "authentication"
722026-05-16T03:37:19.159ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-16T03:37:27.198Zprocess exited: duration 8056 ms, exit code 0
 
742026-05-16T03:37:27.206Zstarting task 3: "clone repository"
752026-05-16T03:37:27.212Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-16T03:37:27.214Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-16T03:37:27.251ZCloning into '/work/oxidecomputer/omicron'...
782026-05-16T03:37:37.016Z+ cd /work/oxidecomputer/omicron
792026-05-16T03:37:37.016Z+ git fetch origin 2cd3432b8270395fe3d8f64721146ea346dce394
802026-05-16T03:37:37.279ZFrom https://github.com/oxidecomputer/omicron
812026-05-16T03:37:37.279Z * branch 2cd3432b8270395fe3d8f64721146ea346dce394 -> FETCH_HEAD
822026-05-16T03:37:37.290Z+ [[ -n renovate/russh-monorepo ]]
832026-05-16T03:37:37.292Z++ git branch --show-current
842026-05-16T03:37:37.295Z+ current=main
852026-05-16T03:37:37.295Z+ [[ main != renovate/russh-monorepo ]]
862026-05-16T03:37:37.295Z+ git branch -f renovate/russh-monorepo 2cd3432b8270395fe3d8f64721146ea346dce394
872026-05-16T03:37:37.298Z+ git checkout -f renovate/russh-monorepo
882026-05-16T03:37:37.532ZSwitched to branch 'renovate/russh-monorepo'
892026-05-16T03:37:37.534Z+ git reset --hard 2cd3432b8270395fe3d8f64721146ea346dce394
902026-05-16T03:37:37.549ZHEAD is now at 2cd3432b8 Update Rust crate russh-keys to 0.49.2
912026-05-16T03:37:37.552Zprocess exited: duration 10346 ms, exit code 0
 
922026-05-16T03:37:37.559Zstarting task 4: "build"
932026-05-16T03:37:37.565Z+ source .github/buildomat/ci-env.sh
942026-05-16T03:37:37.565Z++ export CARGO_TERM_COLOR=always
952026-05-16T03:37:37.565Z++ CARGO_TERM_COLOR=always
962026-05-16T03:37:37.565Z+ cargo --version
972026-05-16T03:37:37.578Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-05-16T03:37:37.581Z+ rustc --version
992026-05-16T03:37:37.599Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-05-16T03:37:37.602Z+ WORK=/work
1012026-05-16T03:37:37.602Z+ pfexec mkdir -p /work
1022026-05-16T03:37:37.606Z+ pfexec chown build /work
1032026-05-16T03:37:37.610Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042026-05-16T03:37:39.129Z Startup: Refreshing catalog 'helios' ... Done
1052026-05-16T03:37:39.190Z Startup: Caching catalogs ... Done
1062026-05-16T03:37:39.416ZPlanning: Solver setup ... Done (0.172s)
1072026-05-16T03:37:39.433ZPlanning: Running solver ... Done (0.016s)
1082026-05-16T03:37:39.450ZPlanning: Finding local manifests ... Done (0.003s)
1092026-05-16T03:37:39.450ZPlanning: Fetching manifests: 0/2 0% complete
1102026-05-16T03:37:39.462ZPlanning: Fetching manifests: 2/2 100% complete
1112026-05-16T03:37:39.503ZPlanning: Package planning ... Done (0.013s)
1122026-05-16T03:37:39.503ZPlanning: Merging actions ... Done (0.001s)
1132026-05-16T03:37:39.691ZPlanning: Checking for conflicting actions ... Done (0.191s)
1142026-05-16T03:37:39.738ZPlanning: Consolidating action changes ... Done (0.001s)
1152026-05-16T03:37:40.557ZPlanning: Evaluating mediators ... Done (0.883s)
1162026-05-16T03:37:40.575ZPlanning: Planning completed in 1.33 seconds
1172026-05-16T03:37:40.575Z Packages to install: 2
1182026-05-16T03:37:40.575Z Estimated space available: 156.07 GB
1192026-05-16T03:37:40.575ZEstimated space to be consumed: 19.74 MB
1202026-05-16T03:37:40.575Z Create boot environment: No
1212026-05-16T03:37:40.575ZCreate backup boot environment: No
1222026-05-16T03:37:40.575Z Rebuild boot archive: No
1232026-05-16T03:37:40.575Z
1242026-05-16T03:37:40.575ZChanged packages:
1252026-05-16T03:37:40.576Zhelios
1262026-05-16T03:37:40.576Z developer/build-essential
1272026-05-16T03:37:40.576Z None -> 11-3.0
1282026-05-16T03:37:40.576Z library/libxmlsec1
1292026-05-16T03:37:40.576Z None -> 1.2.35-3.0
1302026-05-16T03:37:40.622Z
1312026-05-16T03:37:40.622ZDownload: 0/214 items 0.0/1.3MB 0% complete
1322026-05-16T03:37:41.074ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1332026-05-16T03:37:41.171Z Actions: 1/268 actions (Installing new actions)
1342026-05-16T03:37:41.208Z Actions: Completed 268 actions in 0.04 seconds.
1352026-05-16T03:37:41.215ZFinalize: Updating package state database ... Done (0.007s)
1362026-05-16T03:37:41.215ZFinalize: Updating package cache ... Done (0.000s)
1372026-05-16T03:37:41.231ZFinalize: Updating image state ... Done (0.015s)
1382026-05-16T03:37:43.844ZFinalize: Creating fast lookup database ... Done (2.598s)
1392026-05-16T03:37:43.920ZFinalize: Reading search index ... Done (0.013s)
1402026-05-16T03:37:43.923ZFinalize: Updating search index ... Done (0.000s)
1412026-05-16T03:37:44.032ZFinalize: Updating package cache ... Done (0.000s)
1422026-05-16T03:37:44.324ZPlanning: Evaluating mediator changes ... Done
1432026-05-16T03:37:44.428ZPlanning: Checking for conflicting actions ... Done
1442026-05-16T03:37:44.431ZPlanning: Consolidating action changes ... Done
1452026-05-16T03:37:44.590ZPlanning: Evaluating mediators ... Done
1462026-05-16T03:37:44.594ZPlanning: Planning completed in 0.27 seconds
1472026-05-16T03:37:44.613Z Mediators to change: 2
1482026-05-16T03:37:44.613Z Create boot environment: No
1492026-05-16T03:37:44.613ZCreate backup boot environment: No
1502026-05-16T03:37:44.685ZFinalize: Updating package state database ... Done
1512026-05-16T03:37:44.685ZFinalize: Updating package cache ... Done
1522026-05-16T03:37:44.695ZFinalize: Updating image state ... Done
1532026-05-16T03:37:46.692ZFinalize: Creating fast lookup database ... Done
1542026-05-16T03:37:47.138ZFinalize: Reading search index ... Done
1552026-05-16T03:37:47.153ZFinalize: Updating search index ... Done
1562026-05-16T03:37:47.153ZFinalize: Updating package cache ... Done
1572026-05-16T03:37:47.153ZPlanning: Evaluating mediator changes ... Done
1582026-05-16T03:37:47.212ZPlanning: Checking for conflicting actions ... Done
1592026-05-16T03:37:47.220ZPlanning: Consolidating action changes ... Done
1602026-05-16T03:37:47.425ZPlanning: Evaluating mediators ... Done
1612026-05-16T03:37:47.440ZPlanning: Planning completed in 0.26 seconds
1622026-05-16T03:37:47.440Z Mediators to change: 1
1632026-05-16T03:37:47.441Z Create boot environment: No
1642026-05-16T03:37:47.441ZCreate backup boot environment: No
1652026-05-16T03:37:47.479ZFinalize: Updating package state database ... Done
1662026-05-16T03:37:47.479ZFinalize: Updating package cache ... Done
1672026-05-16T03:37:47.479ZFinalize: Updating image state ... Done
1682026-05-16T03:37:49.387ZFinalize: Creating fast lookup database ... Done
1692026-05-16T03:37:49.442ZFinalize: Reading search index ... Done
1702026-05-16T03:37:49.445ZFinalize: Updating search index ... Done
1712026-05-16T03:37:49.523ZFinalize: Updating package cache ... Done
1722026-05-16T03:37:49.847ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1732026-05-16T03:37:49.847Zapache system 2.4 system
1742026-05-16T03:37:49.847Zclang system 15 system
1752026-05-16T03:37:49.847Zcsh system system illumos
1762026-05-16T03:37:49.847Zctags system system illumos
1772026-05-16T03:37:49.847Zfile vendor vendor darwinsys
1782026-05-16T03:37:49.847Zfile system system illumos
1792026-05-16T03:37:49.847Zgcc vendor 14 vendor
1802026-05-16T03:37:49.847Zgcc system 13 system
1812026-05-16T03:37:49.847Zgcc system 10 system
1822026-05-16T03:37:49.847Zgo system 1.25 system
1832026-05-16T03:37:49.847Zllvm system 15 system
1842026-05-16T03:37:49.847Zmariadb system 11.4 system
1852026-05-16T03:37:49.847Zmta vendor vendor dma
1862026-05-16T03:37:49.847Zopenjdk system 17 system
1872026-05-16T03:37:49.847Zopenjdk system 11 system
1882026-05-16T03:37:49.847Zopenssl vendor 3 vendor
1892026-05-16T03:37:49.847Zperl system 5.40 system
1902026-05-16T03:37:49.847Zpostgresql system 18 system
1912026-05-16T03:37:49.847Zpostgresql system 17 system
1922026-05-16T03:37:49.847Zpython vendor 3 vendor
1932026-05-16T03:37:49.847Zpython system 2 system
1942026-05-16T03:37:49.847Zpython3 vendor 3.13 vendor
1952026-05-16T03:37:49.847Zruby system 3.4 system
1962026-05-16T03:37:49.847Zruby system 3.0 system
1972026-05-16T03:37:49.847Zwords vendor vendor american-english
1982026-05-16T03:37:49.847Zwords system system australian-english
1992026-05-16T03:37:49.848Zwords system system british-english
2002026-05-16T03:37:49.848Zwords system system canadian-english
2012026-05-16T03:37:49.848Zwords system system french
2022026-05-16T03:37:49.848Zwords system system italian
2032026-05-16T03:37:49.848Zwords system system ngerman
2042026-05-16T03:37:49.848Zwords system system ogerman
2052026-05-16T03:37:49.848Zwords system system spanish
2062026-05-16T03:37:50.083ZPUBLISHER TYPE STATUS P LOCATION
2072026-05-16T03:37:50.083Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2082026-05-16T03:37:50.353ZFMRI IFO
2092026-05-16T03:37:50.353Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2102026-05-16T03:37:50.353Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2112026-05-16T03:37:50.353Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2122026-05-16T03:37:50.353Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2132026-05-16T03:37:50.353Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2142026-05-16T03:37:50.353Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2152026-05-16T03:37:50.353Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2162026-05-16T03:37:50.353Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2172026-05-16T03:37:50.353Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2182026-05-16T03:37:50.588Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2192026-05-16T03:37:50.866Z Updating crates.io index
2202026-05-16T03:37:50.900Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2212026-05-16T03:37:51.128Z Updating git repository `https://github.com/oxidecomputer/lldp`
2222026-05-16T03:37:51.961Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-05-16T03:37:52.699Z Updating git repository `https://github.com/oxidecomputer/propolis`
2242026-05-16T03:37:53.446Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2252026-05-16T03:37:53.886Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-05-16T03:37:55.188Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-05-16T03:37:56.050Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-05-16T03:37:56.374Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-05-16T03:37:57.300Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-05-16T03:37:57.697Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-05-16T03:37:58.048Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-05-16T03:37:58.470Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-05-16T03:37:59.439Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-05-16T03:37:59.833Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-05-16T03:38:00.148Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2362026-05-16T03:38:00.535Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2372026-05-16T03:38:00.820Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2382026-05-16T03:38:01.083Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-05-16T03:38:01.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2402026-05-16T03:38:01.862Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2412026-05-16T03:38:02.109Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-05-16T03:38:02.596Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2432026-05-16T03:38:03.145Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-16T03:38:03.615Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-16T03:38:03.898Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-16T03:38:04.083Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-16T03:38:05.153Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-16T03:38:05.797Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-16T03:38:06.293Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-05-16T03:38:06.697Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-16T03:38:06.975Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-16T03:38:07.299Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-16T03:38:07.597Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-16T03:38:07.909Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-16T03:38:08.442Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-16T03:38:08.671Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-16T03:38:08.893Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-16T03:38:09.259Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-16T03:38:20.878Z Downloading crates ...
2602026-05-16T03:38:20.941Z Downloaded fnv v1.0.7
2612026-05-16T03:38:20.945Z Downloaded anstyle-parse v0.2.7
2622026-05-16T03:38:20.945Z Downloaded anstream v0.6.21
2632026-05-16T03:38:20.948Z Downloaded autocfg v1.5.0
2642026-05-16T03:38:20.956Z Downloaded clap_builder v4.5.60
2652026-05-16T03:38:20.959Z Downloaded icu_provider v2.1.1
2662026-05-16T03:38:20.963Z Downloaded bitflags v2.11.0
2672026-05-16T03:38:20.968Z Downloaded unicode-ident v1.0.24
2682026-05-16T03:38:20.968Z Downloaded camino-tempfile v1.4.1
2692026-05-16T03:38:20.968Z Downloaded cfg-if v1.0.4
2702026-05-16T03:38:20.968Z Downloaded block-buffer v0.10.4
2712026-05-16T03:38:20.968Z Downloaded dtrace-parser v0.2.0
2722026-05-16T03:38:21.380Z Downloaded unicode-linebreak v0.1.5
2732026-05-16T03:38:21.380Z Downloaded thread-id v4.2.2
2742026-05-16T03:38:21.380Z Downloaded usdt-macro v0.5.0
2752026-05-16T03:38:21.385Z Downloaded percent-encoding v2.3.2
2762026-05-16T03:38:21.385Z Downloaded utf8_iter v1.0.4
2772026-05-16T03:38:21.385Z Downloaded zerofrom-derive v0.1.6
2782026-05-16T03:38:21.385Z Downloaded proc-macro2 v1.0.106
2792026-05-16T03:38:21.385Z Downloaded zerofrom v0.1.6
2802026-05-16T03:38:21.385Z Downloaded dof v0.3.0
2812026-05-16T03:38:21.385Z Downloaded utf8parse v0.2.2
2822026-05-16T03:38:21.385Z Downloaded clap_lex v1.0.0
2832026-05-16T03:38:21.386Z Downloaded cargo-util-schemas v0.8.2
2842026-05-16T03:38:21.386Z Downloaded toml_write v0.1.2
2852026-05-16T03:38:21.386Z Downloaded toml_datetime v0.6.11
2862026-05-16T03:38:21.386Z Downloaded memmap v0.7.0
2872026-05-16T03:38:21.386Z Downloaded icu_properties v2.1.2
2882026-05-16T03:38:21.386Z Downloaded unicode-xid v0.2.6
2892026-05-16T03:38:21.386Z Downloaded version_check v0.9.5
2902026-05-16T03:38:21.386Z Downloaded usdt-attr-macro v0.5.0
2912026-05-16T03:38:21.386Z Downloaded scroll v0.12.0
2922026-05-16T03:38:21.386Z Downloaded proc-macro-error-attr v1.0.4
2932026-05-16T03:38:21.386Z Downloaded usdt v0.5.0
2942026-05-16T03:38:21.386Z Downloaded typeid v1.0.3
2952026-05-16T03:38:21.386Z Downloaded thiserror-impl v2.0.18
2962026-05-16T03:38:21.386Z Downloaded plain v0.2.3
2972026-05-16T03:38:21.386Z Downloaded macaddr v1.0.1
2982026-05-16T03:38:21.386Z Downloaded tinystr v0.8.2
2992026-05-16T03:38:21.386Z Downloaded thiserror v1.0.69
3002026-05-16T03:38:21.386Z Downloaded serde_spanned v0.6.9
3012026-05-16T03:38:21.386Z Downloaded thiserror-impl v1.0.69
3022026-05-16T03:38:21.386Z Downloaded idna_adapter v1.2.1
3032026-05-16T03:38:21.386Z Downloaded fastrand v2.3.0
3042026-05-16T03:38:21.386Z Downloaded anstyle-query v1.1.5
3052026-05-16T03:38:21.386Z Downloaded scroll_derive v0.12.1
3062026-05-16T03:38:21.386Z Downloaded pretty-hex v0.4.1
3072026-05-16T03:38:21.386Z Downloaded digest v0.10.7
3082026-05-16T03:38:21.386Z Downloaded zerovec-derive v0.11.2
3092026-05-16T03:38:21.386Z Downloaded thiserror v2.0.18
3102026-05-16T03:38:21.386Z Downloaded terminal_size v0.4.3
3112026-05-16T03:38:21.386Z Downloaded usdt-impl v0.5.0
3122026-05-16T03:38:21.386Z Downloaded smawk v0.3.2
3132026-05-16T03:38:21.386Z Downloaded zerocopy-derive v0.7.35
3142026-05-16T03:38:21.386Z Downloaded zmij v1.0.21
3152026-05-16T03:38:21.386Z Downloaded yoke-derive v0.8.1
3162026-05-16T03:38:21.386Z Downloaded url v2.5.8
3172026-05-16T03:38:21.386Z Downloaded heck v0.5.0
3182026-05-16T03:38:21.386Z Downloaded erased-serde v0.4.9
3192026-05-16T03:38:21.386Z Downloaded icu_normalizer_data v2.1.1
3202026-05-16T03:38:21.386Z Downloaded errno v0.3.14
3212026-05-16T03:38:21.386Z Downloaded icu_locale_core v2.1.1
3222026-05-16T03:38:21.387Z Downloaded generic-array v0.14.7
3232026-05-16T03:38:21.387Z Downloaded byteorder v1.5.0
3242026-05-16T03:38:21.387Z Downloaded textwrap v0.16.2
3252026-05-16T03:38:21.387Z Downloaded ucd-trie v0.1.7
3262026-05-16T03:38:21.387Z Downloaded toml v0.8.23
3272026-05-16T03:38:21.387Z Downloaded heck v0.4.1
3282026-05-16T03:38:21.387Z Downloaded crypto-common v0.1.7
3292026-05-16T03:38:21.387Z Downloaded zerotrie v0.2.3
3302026-05-16T03:38:21.387Z Downloaded toml_edit v0.22.27
3312026-05-16T03:38:21.387Z Downloaded typenum v1.19.0
3322026-05-16T03:38:21.387Z Downloaded tabled_derive v0.7.0
3332026-05-16T03:38:21.387Z Downloaded cargo_metadata v0.21.0
3342026-05-16T03:38:21.387Z Downloaded form_urlencoded v1.2.2
3352026-05-16T03:38:21.387Z Downloaded serde_tokenstream v0.2.3
3362026-05-16T03:38:21.387Z Downloaded serde-value v0.7.0
3372026-05-16T03:38:21.387Z Downloaded pest_derive v2.8.6
3382026-05-16T03:38:21.387Z Downloaded colorchoice v1.0.4
3392026-05-16T03:38:21.387Z Downloaded yoke v0.8.1
3402026-05-16T03:38:21.387Z Downloaded writeable v0.6.2
3412026-05-16T03:38:21.387Z Downloaded stable_deref_trait v1.2.1
3422026-05-16T03:38:21.387Z Downloaded itoa v1.0.17
3432026-05-16T03:38:21.387Z Downloaded zerovec v0.11.5
3442026-05-16T03:38:21.387Z Downloaded swrite v0.1.0
3452026-05-16T03:38:21.387Z Downloaded zerocopy v0.7.35
3462026-05-16T03:38:21.387Z Downloaded winnow v0.7.14
3472026-05-16T03:38:21.387Z Downloaded proc-macro-error v1.0.4
3482026-05-16T03:38:21.387Z Downloaded cargo-platform v0.2.0
3492026-05-16T03:38:21.387Z Downloaded anstyle v1.0.13
3502026-05-16T03:38:21.387Z Downloaded is_terminal_polyfill v1.70.2
3512026-05-16T03:38:21.387Z Downloaded unicode-width v0.2.0
3522026-05-16T03:38:21.387Z Downloaded unicode-width v0.1.14
3532026-05-16T03:38:21.387Z Downloaded potential_utf v0.1.4
3542026-05-16T03:38:21.387Z Downloaded bytecount v0.6.9
3552026-05-16T03:38:21.387Z Downloaded equivalent v1.0.2
3562026-05-16T03:38:21.387Z Downloaded cpufeatures v0.2.17
3572026-05-16T03:38:21.387Z Downloaded ordered-float v2.10.1
3582026-05-16T03:38:21.388Z Downloaded quote v1.0.45
3592026-05-16T03:38:21.388Z Downloaded fs-err v3.3.0
3602026-05-16T03:38:21.388Z Downloaded strsim v0.11.1
3612026-05-16T03:38:21.388Z Downloaded serde-untagged v0.1.9
3622026-05-16T03:38:21.388Z Downloaded synstructure v0.13.2
3632026-05-16T03:38:21.388Z Downloaded sha2 v0.10.9
3642026-05-16T03:38:21.388Z Downloaded displaydoc v0.2.5
3652026-05-16T03:38:21.388Z Downloaded clap_derive v4.5.55
3662026-05-16T03:38:21.388Z Downloaded once_cell v1.21.3
3672026-05-16T03:38:21.388Z Downloaded serde_core v1.0.228
3682026-05-16T03:38:21.388Z Downloaded smallvec v1.15.1
3692026-05-16T03:38:21.388Z Downloaded num-traits v0.2.19
3702026-05-16T03:38:21.388Z Downloaded pest_generator v2.8.6
3712026-05-16T03:38:21.388Z Downloaded tempfile v3.25.0
3722026-05-16T03:38:21.388Z Downloaded cargo_toml v0.21.0
3732026-05-16T03:38:21.388Z Downloaded semver v1.0.28
3742026-05-16T03:38:21.388Z Downloaded camino v1.2.2
3752026-05-16T03:38:21.800Z Downloaded clap v4.5.60
3762026-05-16T03:38:21.800Z Downloaded getrandom v0.4.1
3772026-05-16T03:38:21.800Z Downloaded serde_derive v1.0.228
3782026-05-16T03:38:21.800Z Downloaded papergrid v0.11.0
3792026-05-16T03:38:21.800Z Downloaded anyhow v1.0.102
3802026-05-16T03:38:21.800Z Downloaded litemap v0.8.1
3812026-05-16T03:38:21.800Z Downloaded pest_meta v2.8.6
3822026-05-16T03:38:21.800Z Downloaded icu_normalizer v2.1.1
3832026-05-16T03:38:21.800Z Downloaded serde v1.0.228
3842026-05-16T03:38:21.800Z Downloaded log v0.4.29
3852026-05-16T03:38:21.800Z Downloaded icu_properties_data v2.1.2
3862026-05-16T03:38:21.800Z Downloaded hashbrown v0.17.0
3872026-05-16T03:38:21.800Z Downloaded memchr v2.8.0
3882026-05-16T03:38:21.800Z Downloaded indexmap v2.14.0
3892026-05-16T03:38:21.800Z Downloaded icu_collections v2.1.1
3902026-05-16T03:38:21.800Z Downloaded pest v2.8.6
3912026-05-16T03:38:21.800Z Downloaded serde_json v1.0.149
3922026-05-16T03:38:21.800Z Downloaded idna v1.1.0
3932026-05-16T03:38:21.800Z Downloaded tabled v0.15.0
3942026-05-16T03:38:21.800Z Downloaded goblin v0.8.2
3952026-05-16T03:38:21.800Z Downloaded syn v2.0.117
3962026-05-16T03:38:21.800Z Downloaded syn v1.0.109
3972026-05-16T03:38:21.800Z Downloaded rustix v1.1.3
3982026-05-16T03:38:21.800Z Downloaded libc v0.2.185
3992026-05-16T03:38:21.800Z Compiling proc-macro2 v1.0.106
4002026-05-16T03:38:21.800Z Compiling unicode-ident v1.0.24
4012026-05-16T03:38:21.800Z Compiling quote v1.0.45
4022026-05-16T03:38:21.800Z Compiling serde_core v1.0.228
4032026-05-16T03:38:21.800Z Compiling libc v0.2.185
4042026-05-16T03:38:21.800Z Compiling version_check v0.9.5
4052026-05-16T03:38:21.800Z Compiling serde v1.0.228
4062026-05-16T03:38:21.800Z Compiling memchr v2.8.0
4072026-05-16T03:38:21.800Z Compiling stable_deref_trait v1.2.1
4082026-05-16T03:38:21.800Z Compiling zmij v1.0.21
4092026-05-16T03:38:21.803Z Compiling autocfg v1.5.0
4102026-05-16T03:38:21.804Z Compiling ucd-trie v0.1.7
4112026-05-16T03:38:21.804Z Compiling itoa v1.0.17
4122026-05-16T03:38:21.804Z Compiling thiserror v1.0.69
4132026-05-16T03:38:21.804Z Compiling writeable v0.6.2
4142026-05-16T03:38:21.804Z Compiling litemap v0.8.1
4152026-05-16T03:38:21.804Z Compiling icu_properties_data v2.1.2
4162026-05-16T03:38:21.867Z Compiling rustix v1.1.3
4172026-05-16T03:38:21.978Z Compiling icu_normalizer_data v2.1.1
4182026-05-16T03:38:22.032Z Compiling pest v2.8.6
4192026-05-16T03:38:22.034Z Compiling byteorder v1.5.0
4202026-05-16T03:38:22.084Z Compiling bitflags v2.11.0
4212026-05-16T03:38:22.089Z Compiling serde_json v1.0.149
4222026-05-16T03:38:22.226Z Compiling num-traits v0.2.19
4232026-05-16T03:38:22.285Z Compiling smallvec v1.15.1
4242026-05-16T03:38:22.289Z Compiling hashbrown v0.17.0
4252026-05-16T03:38:22.320Z Compiling equivalent v1.0.2
4262026-05-16T03:38:22.355Z Compiling typeid v1.0.3
4272026-05-16T03:38:22.879Z Compiling proc-macro-error-attr v1.0.4
4282026-05-16T03:38:22.883Z Compiling usdt-impl v0.5.0
4292026-05-16T03:38:22.883Z Compiling toml_write v0.1.2
4302026-05-16T03:38:22.883Z Compiling winnow v0.7.14
4312026-05-16T03:38:22.883Z Compiling syn v1.0.109
4322026-05-16T03:38:22.883Z Compiling erased-serde v0.4.9
4332026-05-16T03:38:22.883Z Compiling errno v0.3.14
4342026-05-16T03:38:22.883Z Compiling thread-id v4.2.2
4352026-05-16T03:38:22.883Z Compiling proc-macro-error v1.0.4
4362026-05-16T03:38:22.883Z Compiling indexmap v2.14.0
4372026-05-16T03:38:22.883Z Compiling plain v0.2.3
4382026-05-16T03:38:22.934Z Compiling utf8parse v0.2.2
4392026-05-16T03:38:22.941Z Compiling log v0.4.29
4402026-05-16T03:38:22.969Z Compiling percent-encoding v2.3.2
4412026-05-16T03:38:22.993Z Compiling thiserror v2.0.18
4422026-05-16T03:38:23.019Z Compiling getrandom v0.4.1
4432026-05-16T03:38:23.049Z Compiling camino v1.2.2
4442026-05-16T03:38:23.053Z Compiling utf8_iter v1.0.4
4452026-05-16T03:38:23.112Z Compiling syn v2.0.117
4462026-05-16T03:38:23.129Z Compiling pest_meta v2.8.6
4472026-05-16T03:38:23.198Z Compiling form_urlencoded v1.2.2
4482026-05-16T03:38:23.213Z Compiling anstyle-parse v0.2.7
4492026-05-16T03:38:23.320Z Compiling ordered-float v2.10.1
4502026-05-16T03:38:23.482Z Compiling cfg-if v1.0.4
4512026-05-16T03:38:23.498Z Compiling is_terminal_polyfill v1.70.2
4522026-05-16T03:38:23.507Z Compiling anstyle v1.0.13
4532026-05-16T03:38:23.531Z Compiling colorchoice v1.0.4
4542026-05-16T03:38:23.550Z Compiling pretty-hex v0.4.1
4552026-05-16T03:38:23.569Z Compiling anstyle-query v1.1.5
4562026-05-16T03:38:23.606Z Compiling fs-err v3.3.0
4572026-05-16T03:38:23.641Z Compiling once_cell v1.21.3
4582026-05-16T03:38:23.668Z Compiling heck v0.4.1
4592026-05-16T03:38:23.686Z Compiling terminal_size v0.4.3
4602026-05-16T03:38:23.706Z Compiling anstream v0.6.21
4612026-05-16T03:38:23.836Z Compiling semver v1.0.28
4622026-05-16T03:38:23.855Z Compiling fastrand v2.3.0
4632026-05-16T03:38:23.890Z Compiling clap_lex v1.0.0
4642026-05-16T03:38:23.910Z Compiling unicode-xid v0.2.6
4652026-05-16T03:38:23.929Z Compiling bytecount v0.6.9
4662026-05-16T03:38:24.040Z Compiling unicode-width v0.1.14
4672026-05-16T03:38:24.478Z Compiling heck v0.5.0
4682026-05-16T03:38:24.483Z Compiling anyhow v1.0.102
4692026-05-16T03:38:24.483Z Compiling fnv v1.0.7
4702026-05-16T03:38:24.483Z Compiling strsim v0.11.1
4712026-05-16T03:38:24.483Z Compiling tempfile v3.25.0
4722026-05-16T03:38:24.483Z Compiling serde-untagged v0.1.9
4732026-05-16T03:38:24.483Z Compiling memmap v0.7.0
4742026-05-16T03:38:24.483Z Compiling unicode-width v0.2.0
4752026-05-16T03:38:24.483Z Compiling unicode-linebreak v0.1.5
4762026-05-16T03:38:24.483Z Compiling papergrid v0.11.0
4772026-05-16T03:38:24.483Z Compiling clap_builder v4.5.60
4782026-05-16T03:38:24.483Z Compiling smawk v0.3.2
4792026-05-16T03:38:24.484Z Compiling camino-tempfile v1.4.1
4802026-05-16T03:38:24.627Z Compiling swrite v0.1.0
4812026-05-16T03:38:24.652Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-16T03:38:24.664Z Compiling textwrap v0.16.2
4832026-05-16T03:38:24.976Z Compiling tabled_derive v0.7.0
4842026-05-16T03:38:25.642Z Compiling tabled v0.15.0
4852026-05-16T03:38:25.688Z Compiling synstructure v0.13.2
4862026-05-16T03:38:25.688Z Compiling pest_generator v2.8.6
4872026-05-16T03:38:26.228Z Compiling serde_derive v1.0.228
4882026-05-16T03:38:26.236Z Compiling zerofrom-derive v0.1.6
4892026-05-16T03:38:26.236Z Compiling yoke-derive v0.8.1
4902026-05-16T03:38:26.236Z Compiling zerovec-derive v0.11.2
4912026-05-16T03:38:26.236Z Compiling displaydoc v0.2.5
4922026-05-16T03:38:26.237Z Compiling thiserror-impl v1.0.69
4932026-05-16T03:38:26.237Z Compiling zerocopy-derive v0.7.35
4942026-05-16T03:38:26.237Z Compiling scroll_derive v0.12.1
4952026-05-16T03:38:26.237Z Compiling thiserror-impl v2.0.18
4962026-05-16T03:38:26.274Z Compiling clap_derive v4.5.55
4972026-05-16T03:38:26.390Z Compiling pest_derive v2.8.6
4982026-05-16T03:38:26.897Z Compiling scroll v0.12.0
4992026-05-16T03:38:27.042Z Compiling zerocopy v0.7.35
5002026-05-16T03:38:27.127Z Compiling goblin v0.8.2
5012026-05-16T03:38:27.388Z Compiling zerofrom v0.1.6
5022026-05-16T03:38:27.468Z Compiling yoke v0.8.1
5032026-05-16T03:38:27.558Z Compiling dtrace-parser v0.2.0
5042026-05-16T03:38:27.620Z Compiling zerovec v0.11.5
5052026-05-16T03:38:27.620Z Compiling zerotrie v0.2.3
5062026-05-16T03:38:27.650Z Compiling clap v4.5.60
5072026-05-16T03:38:28.015Z Compiling tinystr v0.8.2
5082026-05-16T03:38:28.015Z Compiling potential_utf v0.1.4
5092026-05-16T03:38:28.805Z Compiling icu_collections v2.1.1
5102026-05-16T03:38:28.877Z Compiling icu_locale_core v2.1.1
5112026-05-16T03:38:28.877Z Compiling toml_datetime v0.6.11
5122026-05-16T03:38:28.877Z Compiling serde_spanned v0.6.9
5132026-05-16T03:38:28.877Z Compiling dof v0.3.0
5142026-05-16T03:38:28.877Z Compiling serde_tokenstream v0.2.3
5152026-05-16T03:38:28.877Z Compiling serde-value v0.7.0
5162026-05-16T03:38:28.877Z Compiling cargo-platform v0.2.0
5172026-05-16T03:38:28.877Z Compiling macaddr v1.0.1
5182026-05-16T03:38:28.877Z Compiling icu_provider v2.1.1
5192026-05-16T03:38:28.920Z Compiling toml_edit v0.22.27
5202026-05-16T03:38:28.984Z Compiling icu_normalizer v2.1.1
5212026-05-16T03:38:28.984Z Compiling icu_properties v2.1.2
5222026-05-16T03:38:29.394Z Compiling usdt-macro v0.5.0
5232026-05-16T03:38:29.394Z Compiling usdt-attr-macro v0.5.0
5242026-05-16T03:38:29.847Z Compiling idna_adapter v1.2.1
5252026-05-16T03:38:29.934Z Compiling idna v1.1.0
5262026-05-16T03:38:29.990Z Compiling usdt v0.5.0
5272026-05-16T03:38:30.170Z Compiling toml v0.8.23
5282026-05-16T03:38:30.186Z Compiling url v2.5.8
5292026-05-16T03:38:30.508Z Compiling cargo_toml v0.21.0
5302026-05-16T03:38:30.599Z Compiling cargo-util-schemas v0.8.2
5312026-05-16T03:38:31.370Z Compiling cargo_metadata v0.21.0
5322026-05-16T03:38:32.280Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-16T03:38:34.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s
5342026-05-16T03:38:34.618Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-16T03:38:35.187Z Downloading crates ...
5362026-05-16T03:38:35.284Z Downloaded ascii-canvas v3.0.0
5372026-05-16T03:38:35.287Z Downloaded assert_matches v1.5.0
5382026-05-16T03:38:35.287Z Downloaded adler2 v2.0.1
5392026-05-16T03:38:35.297Z Downloaded arrayref v0.3.9
5402026-05-16T03:38:35.302Z Downloaded arrayvec v0.7.6
5412026-05-16T03:38:35.302Z Downloaded bit-vec v0.8.0
5422026-05-16T03:38:35.302Z Downloaded array-init v0.0.4
5432026-05-16T03:38:35.333Z Downloaded cstr-argument v0.1.2
5442026-05-16T03:38:35.335Z Downloaded castaway v0.2.4
5452026-05-16T03:38:35.335Z Downloaded crucible-workspace-hack v0.1.0
5462026-05-16T03:38:35.338Z Downloaded bcrypt-pbkdf v0.10.0
5472026-05-16T03:38:35.338Z Downloaded crunchy v0.2.4
5482026-05-16T03:38:35.344Z Downloaded curve25519-dalek-derive v0.1.1
5492026-05-16T03:38:35.792Z Downloaded cargo-platform v0.1.9
5502026-05-16T03:38:35.792Z Downloaded ciborium-ll v0.2.2
5512026-05-16T03:38:35.810Z Downloaded bb8 v0.8.6
5522026-05-16T03:38:35.810Z Downloaded defmt v0.3.100
5532026-05-16T03:38:35.810Z Downloaded bitfield-macros v0.19.4
5542026-05-16T03:38:35.810Z Downloaded debug-ignore v1.0.5
5552026-05-16T03:38:35.810Z Downloaded float-ord v0.3.2
5562026-05-16T03:38:35.810Z Downloaded crc8 v0.1.1
5572026-05-16T03:38:35.810Z Downloaded bit-set v0.8.0
5582026-05-16T03:38:35.810Z Downloaded darling_macro v0.23.0
5592026-05-16T03:38:35.810Z Downloaded darling_macro v0.21.3
5602026-05-16T03:38:35.810Z Downloaded enum-as-inner v0.6.1
5612026-05-16T03:38:35.811Z Downloaded darling_macro v0.20.11
5622026-05-16T03:38:35.811Z Downloaded float-cmp v0.10.0
5632026-05-16T03:38:35.811Z Downloaded crc v3.4.0
5642026-05-16T03:38:35.811Z Downloaded atomic-waker v1.1.2
5652026-05-16T03:38:35.811Z Downloaded async-recursion v1.1.1
5662026-05-16T03:38:35.811Z Downloaded cpufeatures v0.3.0
5672026-05-16T03:38:35.811Z Downloaded fd-lock v4.0.4
5682026-05-16T03:38:35.811Z Downloaded flagset v0.4.7
5692026-05-16T03:38:35.811Z Downloaded defmt-parser v1.0.0
5702026-05-16T03:38:35.811Z Downloaded crossbeam-deque v0.8.6
5712026-05-16T03:38:35.811Z Downloaded compression-core v0.4.31
5722026-05-16T03:38:35.811Z Downloaded async-stream v0.3.6
5732026-05-16T03:38:35.811Z Downloaded blowfish v0.9.1
5742026-05-16T03:38:35.811Z Downloaded bcs v0.1.6
5752026-05-16T03:38:35.811Z Downloaded crc-catalog v2.4.0
5762026-05-16T03:38:35.811Z Downloaded ctr v0.9.2
5772026-05-16T03:38:35.811Z Downloaded csv-core v0.1.13
5782026-05-16T03:38:35.811Z Downloaded daft-derive v0.1.5
5792026-05-16T03:38:35.811Z Downloaded bitfield-struct v0.6.2
5802026-05-16T03:38:35.811Z Downloaded foreign-types-shared v0.1.1
5812026-05-16T03:38:35.811Z Downloaded data-encoding v2.10.0
5822026-05-16T03:38:35.811Z Downloaded critical-section v1.2.0
5832026-05-16T03:38:35.811Z Downloaded deranged v0.5.8
5842026-05-16T03:38:35.811Z Downloaded fixedbitset v0.5.7
5852026-05-16T03:38:35.811Z Downloaded async-stream-impl v0.3.6
5862026-05-16T03:38:35.811Z Downloaded foldhash v0.2.0
5872026-05-16T03:38:35.811Z Downloaded find-msvc-tools v0.1.9
5882026-05-16T03:38:35.811Z Downloaded foreign-types-shared v0.3.1
5892026-05-16T03:38:35.811Z Downloaded filetime v0.2.27
5902026-05-16T03:38:35.811Z Downloaded env_logger v0.11.9
5912026-05-16T03:38:35.811Z Downloaded erased-serde v0.3.31
5922026-05-16T03:38:35.811Z Downloaded crossbeam-utils v0.8.21
5932026-05-16T03:38:35.811Z Downloaded foreign-types-macros v0.2.3
5942026-05-16T03:38:35.811Z Downloaded darling v0.23.0
5952026-05-16T03:38:35.811Z Downloaded daft v0.1.5
5962026-05-16T03:38:35.811Z Downloaded darling v0.20.11
5972026-05-16T03:38:35.811Z Downloaded cobs v0.3.0
5982026-05-16T03:38:35.812Z Downloaded ciborium-io v0.2.2
5992026-05-16T03:38:35.812Z Downloaded fixedbitset v0.4.2
6002026-05-16T03:38:35.812Z Downloaded embedded-io v0.4.0
6012026-05-16T03:38:35.812Z Downloaded difflib v0.4.0
6022026-05-16T03:38:35.812Z Downloaded cfg_aliases v0.1.1
6032026-05-16T03:38:35.812Z Downloaded dirs-sys-next v0.1.2
6042026-05-16T03:38:35.812Z Downloaded block-padding v0.3.3
6052026-05-16T03:38:35.812Z Downloaded base16ct v0.2.0
6062026-05-16T03:38:35.812Z Downloaded bit-set v0.5.3
6072026-05-16T03:38:35.812Z Downloaded atty v0.2.14
6082026-05-16T03:38:35.812Z Downloaded dtrace-parser v0.3.0
6092026-05-16T03:38:35.812Z Downloaded diesel_table_macro_syntax v0.3.0
6102026-05-16T03:38:35.812Z Downloaded derive_builder_macro v0.20.2
6112026-05-16T03:38:35.812Z Downloaded dof v0.4.0
6122026-05-16T03:38:35.812Z Downloaded atomicwrites v0.4.4
6132026-05-16T03:38:35.812Z Downloaded display-error-chain v0.2.2
6142026-05-16T03:38:35.812Z Downloaded convert_case v0.4.0
6152026-05-16T03:38:35.812Z Downloaded dunce v1.0.5
6162026-05-16T03:38:35.812Z Downloaded aead v0.5.2
6172026-05-16T03:38:35.812Z Downloaded endian-type v0.1.2
6182026-05-16T03:38:35.812Z Downloaded document-features v0.2.12
6192026-05-16T03:38:35.812Z Downloaded embedded-io v0.6.1
6202026-05-16T03:38:35.812Z Downloaded cfg_aliases v0.2.1
6212026-05-16T03:38:35.812Z Downloaded crossbeam-epoch v0.9.18
6222026-05-16T03:38:35.812Z Downloaded cbc v0.1.2
6232026-05-16T03:38:35.812Z Downloaded foreign-types v0.3.2
6242026-05-16T03:38:35.812Z Downloaded convert_case v0.10.0
6252026-05-16T03:38:35.812Z Downloaded cmake v0.1.57
6262026-05-16T03:38:35.812Z Downloaded cipher v0.4.4
6272026-05-16T03:38:35.812Z Downloaded constant_time_eq v0.4.2
6282026-05-16T03:38:35.812Z Downloaded dsl_auto_type v0.2.0
6292026-05-16T03:38:35.812Z Downloaded dirs-next v2.0.0
6302026-05-16T03:38:35.812Z Downloaded cargo_metadata v0.19.2
6312026-05-16T03:38:35.812Z Downloaded futures-core v0.3.32
6322026-05-16T03:38:35.812Z Downloaded backoff v0.4.0
6332026-05-16T03:38:35.812Z Downloaded futures-task v0.3.32
6342026-05-16T03:38:35.812Z Downloaded env_filter v1.0.0
6352026-05-16T03:38:35.812Z Downloaded git-stub v1.0.0
6362026-05-16T03:38:35.812Z Downloaded downcast-rs v2.0.2
6372026-05-16T03:38:35.813Z Downloaded ghash v0.5.1
6382026-05-16T03:38:35.813Z Downloaded dyn-clone v1.0.20
6392026-05-16T03:38:35.813Z Downloaded futures-sink v0.3.32
6402026-05-16T03:38:35.813Z Downloaded hash32 v0.2.1
6412026-05-16T03:38:35.813Z Downloaded funty v2.0.0
6422026-05-16T03:38:35.813Z Downloaded foldhash v0.1.5
6432026-05-16T03:38:35.813Z Downloaded ff v0.13.1
6442026-05-16T03:38:35.813Z Downloaded futures-macro v0.3.32
6452026-05-16T03:38:35.813Z Downloaded hex v0.4.3
6462026-05-16T03:38:35.813Z Downloaded fxhash v0.2.1
6472026-05-16T03:38:35.813Z Downloaded futures-io v0.3.32
6482026-05-16T03:38:35.813Z Downloaded argon2 v0.5.3
6492026-05-16T03:38:35.813Z Downloaded gethostname v0.5.0
6502026-05-16T03:38:35.813Z Downloaded globwalk v0.9.1
6512026-05-16T03:38:35.824Z Downloaded buf-list v1.1.2
6522026-05-16T03:38:35.824Z Downloaded cexpr v0.6.0
6532026-05-16T03:38:35.824Z Downloaded dropshot-api-manager-types v0.7.1
6542026-05-16T03:38:35.824Z Downloaded corncobs v0.1.4
6552026-05-16T03:38:35.824Z Downloaded fs_extra v1.3.0
6562026-05-16T03:38:35.824Z Downloaded darling v0.21.3
6572026-05-16T03:38:35.824Z Downloaded base64ct v1.8.3
6582026-05-16T03:38:35.824Z Downloaded hash32 v0.3.1
6592026-05-16T03:38:35.824Z Downloaded camino-tempfile-ext v0.3.3
6602026-05-16T03:38:35.824Z Downloaded diesel-dtrace v0.5.0
6612026-05-16T03:38:35.824Z Downloaded headers-core v0.3.0
6622026-05-16T03:38:35.824Z Downloaded ena v0.14.4
6632026-05-16T03:38:35.824Z Downloaded defmt-macros v1.0.1
6642026-05-16T03:38:35.824Z Downloaded bitflags v1.3.2
6652026-05-16T03:38:35.824Z Downloaded hostname v0.4.2
6662026-05-16T03:38:35.824Z Downloaded fs-err v2.11.0
6672026-05-16T03:38:35.824Z Downloaded foreign-types v0.5.0
6682026-05-16T03:38:35.824Z Downloaded const_format_proc_macros v0.2.34
6692026-05-16T03:38:35.824Z Downloaded console v0.16.2
6702026-05-16T03:38:35.824Z Downloaded http-body v1.0.1
6712026-05-16T03:38:35.824Z Downloaded hex-literal v0.4.1
6722026-05-16T03:38:35.824Z Downloaded fallible-iterator v0.2.0
6732026-05-16T03:38:35.824Z Downloaded async-bb8-diesel v0.2.1
6742026-05-16T03:38:35.824Z Downloaded derive-ex v0.1.8
6752026-05-16T03:38:35.824Z Downloaded defmt v1.0.1
6762026-05-16T03:38:35.824Z Downloaded either v1.15.0
6772026-05-16T03:38:35.824Z Downloaded ecdsa v0.16.9
6782026-05-16T03:38:35.825Z Downloaded http-range v0.1.5
6792026-05-16T03:38:35.825Z Downloaded der_derive v0.7.3
6802026-05-16T03:38:35.825Z Downloaded const-oid v0.9.6
6812026-05-16T03:38:35.825Z Downloaded hostname v0.3.1
6822026-05-16T03:38:35.825Z Downloaded httpdate v1.0.3
6832026-05-16T03:38:35.825Z Downloaded group v0.13.0
6842026-05-16T03:38:35.825Z Downloaded blake2 v0.10.6
6852026-05-16T03:38:35.825Z Downloaded crc32fast v1.5.0
6862026-05-16T03:38:35.825Z Downloaded bitfield v0.19.4
6872026-05-16T03:38:35.825Z Downloaded chacha20 v0.9.1
6882026-05-16T03:38:35.825Z Downloaded ident_case v1.0.1
6892026-05-16T03:38:35.825Z Downloaded hyper-tls v0.6.0
6902026-05-16T03:38:35.825Z Downloaded indent_write v2.2.0
6912026-05-16T03:38:35.825Z Downloaded illumos-nvpair-sys v0.2.0
6922026-05-16T03:38:35.825Z Downloaded illumos-nvpair v0.3.0
6932026-05-16T03:38:35.825Z Downloaded indoc v1.0.9
6942026-05-16T03:38:35.825Z Downloaded hubpack_derive v0.1.1
6952026-05-16T03:38:35.825Z Downloaded hubpack v0.1.2
6962026-05-16T03:38:35.825Z Downloaded cassowary v0.3.0
6972026-05-16T03:38:35.825Z Downloaded inout v0.1.4
6982026-05-16T03:38:35.825Z Downloaded glob v0.3.3
6992026-05-16T03:38:35.825Z Downloaded fatfs v0.3.6
7002026-05-16T03:38:35.825Z Downloaded git-stub-vcs v0.1.0
7012026-05-16T03:38:35.825Z Downloaded cookie v0.18.1
7022026-05-16T03:38:35.825Z Downloaded compression-codecs v0.4.37
7032026-05-16T03:38:35.825Z Downloaded darling_core v0.21.3
7042026-05-16T03:38:35.825Z Downloaded colored v3.1.1
7052026-05-16T03:38:35.825Z Downloaded instability v0.3.11
7062026-05-16T03:38:35.825Z Downloaded colored v2.2.0
7072026-05-16T03:38:35.825Z Downloaded bzip2 v0.4.4
7082026-05-16T03:38:35.825Z Downloaded darling_core v0.20.11
7092026-05-16T03:38:35.825Z Downloaded drift v0.1.4
7102026-05-16T03:38:35.825Z Downloaded is-terminal v0.4.17
7112026-05-16T03:38:35.825Z Downloaded lazy_static v1.5.0
7122026-05-16T03:38:35.825Z Downloaded keccak v0.1.6
7132026-05-16T03:38:35.825Z Downloaded kstat-rs v0.2.4
7142026-05-16T03:38:35.825Z Downloaded instant v0.1.13
7152026-05-16T03:38:35.825Z Downloaded async-trait v0.1.89
7162026-05-16T03:38:35.826Z Downloaded internet-checksum v0.2.1
7172026-05-16T03:38:35.826Z Downloaded lalrpop-util v0.19.12
7182026-05-16T03:38:35.826Z Downloaded is_ci v1.2.0
7192026-05-16T03:38:35.826Z Downloaded http-body-util v0.1.3
7202026-05-16T03:38:35.826Z Downloaded ahash v0.8.12
7212026-05-16T03:38:35.826Z Downloaded home v0.5.12
7222026-05-16T03:38:35.826Z Downloaded des v0.8.1
7232026-05-16T03:38:35.826Z Downloaded diff v0.1.13
7242026-05-16T03:38:35.826Z Downloaded derive_builder_core v0.20.2
7252026-05-16T03:38:35.826Z Downloaded clang-sys v1.8.1
7262026-05-16T03:38:35.826Z Downloaded chacha20 v0.10.0
7272026-05-16T03:38:35.826Z Downloaded cancel-safe-futures v0.1.5
7282026-05-16T03:38:35.826Z Downloaded lru-cache v0.1.2
7292026-05-16T03:38:35.826Z Downloaded linked-hash-map v0.5.6
7302026-05-16T03:38:35.826Z Downloaded futures-executor v0.3.32
7312026-05-16T03:38:35.826Z Downloaded lru-slab v0.1.2
7322026-05-16T03:38:35.826Z Downloaded lru v0.12.5
7332026-05-16T03:38:35.826Z Downloaded cc v1.2.56
7342026-05-16T03:38:35.826Z Downloaded hyper-staticfile v0.10.1
7352026-05-16T03:38:35.826Z Downloaded futures-channel v0.3.32
7362026-05-16T03:38:35.826Z Downloaded half v1.8.3
7372026-05-16T03:38:35.826Z Downloaded flume v0.11.1
7382026-05-16T03:38:35.826Z Downloaded managed v0.8.0
7392026-05-16T03:38:35.826Z Downloaded impl-trait-for-tuples v0.2.3
7402026-05-16T03:38:35.826Z Downloaded maybe-uninit v2.0.0
7412026-05-16T03:38:35.826Z Downloaded match_cfg v0.1.0
7422026-05-16T03:38:35.826Z Downloaded ingot v0.1.1
7432026-05-16T03:38:35.826Z Downloaded getrandom v0.2.17
7442026-05-16T03:38:35.826Z Downloaded mime v0.3.17
7452026-05-16T03:38:35.826Z Downloaded memoffset v0.9.1
7462026-05-16T03:38:35.826Z Downloaded md-5 v0.10.6
7472026-05-16T03:38:35.826Z Downloaded darling_core v0.23.0
7482026-05-16T03:38:35.826Z Downloaded new_debug_unreachable v1.0.6
7492026-05-16T03:38:35.826Z Downloaded console v0.15.11
7502026-05-16T03:38:35.826Z Downloaded multimap v0.10.1
7512026-05-16T03:38:35.836Z Downloaded newline-converter v0.3.0
7522026-05-16T03:38:35.836Z Downloaded ciborium v0.2.2
7532026-05-16T03:38:35.836Z Downloaded nodrop v0.1.14
7542026-05-16T03:38:35.836Z Downloaded nonempty v0.12.0
7552026-05-16T03:38:35.836Z Downloaded globset v0.4.18
7562026-05-16T03:38:35.836Z Downloaded ed25519 v2.2.3
7572026-05-16T03:38:35.836Z Downloaded dropshot_endpoint v0.17.0
7582026-05-16T03:38:35.836Z Downloaded derive_more v0.99.20
7592026-05-16T03:38:35.836Z Downloaded jobserver v0.1.34
7602026-05-16T03:38:35.836Z Downloaded highway v1.3.0
7612026-05-16T03:38:35.836Z Downloaded cookie_store v0.22.1
7622026-05-16T03:38:35.836Z Downloaded libloading v0.8.9
7632026-05-16T03:38:35.836Z Downloaded num-conv v0.2.0
7642026-05-16T03:38:35.836Z Downloaded newtype_derive v0.1.6
7652026-05-16T03:38:35.836Z Downloaded num v0.4.3
7662026-05-16T03:38:35.836Z Downloaded backon v1.6.0
7672026-05-16T03:38:35.836Z Downloaded allocator-api2 v0.2.21
7682026-05-16T03:38:35.836Z Downloaded ingot-types v0.1.2
7692026-05-16T03:38:35.836Z Downloaded linear-map v1.2.0
7702026-05-16T03:38:35.836Z Downloaded dropshot_endpoint v0.16.7
7712026-05-16T03:38:35.836Z Downloaded derive-where v1.6.0
7722026-05-16T03:38:35.836Z Downloaded num-derive v0.3.3
7732026-05-16T03:38:35.836Z Downloaded libsw v3.5.0
7742026-05-16T03:38:35.836Z Downloaded ipnetwork v0.21.1
7752026-05-16T03:38:35.836Z Downloaded hmac v0.12.1
7762026-05-16T03:38:35.836Z Downloaded bumpalo v3.20.2
7772026-05-16T03:38:35.836Z Downloaded olpc-cjson v0.1.4
7782026-05-16T03:38:35.836Z Downloaded iana-time-zone v0.1.65
7792026-05-16T03:38:35.836Z Downloaded num_enum_derive v0.5.11
7802026-05-16T03:38:35.837Z Downloaded normalize-line-endings v0.3.0
7812026-05-16T03:38:35.837Z Downloaded hyper-rustls v0.27.7
7822026-05-16T03:38:35.837Z Downloaded num-derive v0.4.2
7832026-05-16T03:38:35.837Z Downloaded openssl-probe v0.1.6
7842026-05-16T03:38:35.837Z Downloaded openssl-macros v0.1.1
7852026-05-16T03:38:35.837Z Downloaded crypto-bigint v0.5.5
7862026-05-16T03:38:35.837Z Downloaded half v2.7.1
7872026-05-16T03:38:35.837Z Downloaded crossbeam-channel v0.5.15
7882026-05-16T03:38:35.837Z Downloaded opaque-debug v0.3.1
7892026-05-16T03:38:35.837Z Downloaded ingot-macros v0.1.1
7902026-05-16T03:38:35.837Z Downloaded num_threads v0.1.7
7912026-05-16T03:38:35.837Z Downloaded native-tls v0.2.18
7922026-05-16T03:38:35.837Z Downloaded parse-display v0.10.0
7932026-05-16T03:38:35.837Z Downloaded oso-derive v0.27.3
7942026-05-16T03:38:35.837Z Downloaded packed_struct_codegen v0.10.1
7952026-05-16T03:38:35.837Z Downloaded openssl-probe v0.2.1
7962026-05-16T03:38:35.837Z Downloaded lock_api v0.4.14
7972026-05-16T03:38:35.837Z Downloaded indoc v2.0.7
7982026-05-16T03:38:35.837Z Downloaded maplit v1.0.2
7992026-05-16T03:38:35.837Z Downloaded num-iter v0.1.45
8002026-05-16T03:38:35.837Z Downloaded libscf-sys v1.1.0
8012026-05-16T03:38:35.837Z Downloaded elliptic-curve v0.13.8
8022026-05-16T03:38:35.837Z Downloaded newtype-uuid v1.3.2
8032026-05-16T03:38:35.837Z Downloaded nanorand v0.7.0
8042026-05-16T03:38:35.837Z Downloaded libefi-sys v0.1.0
8052026-05-16T03:38:35.837Z Downloaded pbkdf2 v0.11.0
8062026-05-16T03:38:35.837Z Downloaded const_format v0.2.35
8072026-05-16T03:38:35.837Z Downloaded compact_str v0.8.1
8082026-05-16T03:38:35.837Z Downloaded num_enum v0.7.5
8092026-05-16T03:38:35.837Z Downloaded phf_shared v0.13.1
8102026-05-16T03:38:35.837Z Downloaded diesel_derives v2.3.7
8112026-05-16T03:38:35.837Z Downloaded phf_shared v0.12.1
8122026-05-16T03:38:35.837Z Downloaded peg-runtime v0.8.5
8132026-05-16T03:38:35.837Z Downloaded parse-size v1.1.0
8142026-05-16T03:38:35.837Z Downloaded phf_shared v0.11.3
8152026-05-16T03:38:35.837Z Downloaded pin-utils v0.1.0
8162026-05-16T03:38:35.837Z Downloaded path-slash v0.1.5
8172026-05-16T03:38:35.837Z Downloaded nu-ansi-term v0.50.3
8182026-05-16T03:38:35.837Z Downloaded indexmap v1.9.3
8192026-05-16T03:38:35.838Z Downloaded getrandom v0.3.4
8202026-05-16T03:38:35.838Z Downloaded precomputed-hash v0.1.1
8212026-05-16T03:38:35.838Z Downloaded num-integer v0.1.46
8222026-05-16T03:38:35.838Z Downloaded libsw-core v0.3.2
8232026-05-16T03:38:35.838Z Downloaded flate2 v1.1.9
8242026-05-16T03:38:35.838Z Downloaded predicates-tree v1.0.13
8252026-05-16T03:38:35.838Z Downloaded litrs v1.0.0
8262026-05-16T03:38:35.838Z Downloaded futures v0.3.32
8272026-05-16T03:38:35.838Z Downloaded owo-colors v4.3.0
8282026-05-16T03:38:35.838Z Downloaded proc-macro-crate v1.3.1
8292026-05-16T03:38:35.838Z Downloaded predicates-core v1.0.10
8302026-05-16T03:38:35.838Z Downloaded packed_struct v0.10.1
8312026-05-16T03:38:35.838Z Downloaded oxide-tokio-rt v0.1.4
8322026-05-16T03:38:35.838Z Downloaded heapless v0.7.17
8332026-05-16T03:38:35.838Z Downloaded heapless v0.8.0
8342026-05-16T03:38:35.838Z Downloaded powerfmt v0.2.0
8352026-05-16T03:38:35.838Z Downloaded base64 v0.21.7
8362026-05-16T03:38:35.838Z Downloaded num_enum v0.5.11
8372026-05-16T03:38:35.838Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-05-16T03:38:35.838Z Downloaded ar_archive_writer v0.5.1
8392026-05-16T03:38:35.838Z Downloaded parse-display-derive v0.10.0
8402026-05-16T03:38:35.838Z Downloaded parking_lot_core v0.8.6
8412026-05-16T03:38:35.838Z Downloaded progenitor-macro v0.13.0
8422026-05-16T03:38:35.838Z Downloaded progenitor-macro v0.11.2
8432026-05-16T03:38:35.838Z Downloaded progenitor-client v0.14.0
8442026-05-16T03:38:35.838Z Downloaded progenitor-client v0.11.2
8452026-05-16T03:38:35.838Z Downloaded progenitor-client v0.10.0
8462026-05-16T03:38:35.838Z Downloaded phf v0.13.1
8472026-05-16T03:38:35.838Z Downloaded memmap2 v0.9.10
8482026-05-16T03:38:35.838Z Downloaded der v0.7.10
8492026-05-16T03:38:35.838Z Downloaded peg v0.8.5
8502026-05-16T03:38:35.838Z Downloaded pem v3.0.6
8512026-05-16T03:38:35.843Z Downloaded paste v1.0.15
8522026-05-16T03:38:35.843Z Downloaded quick-error v1.2.3
8532026-05-16T03:38:35.843Z Downloaded progenitor-macro v0.14.0
8542026-05-16T03:38:35.843Z Downloaded progenitor-macro v0.10.0
8552026-05-16T03:38:35.843Z Downloaded proc-macro-crate v3.4.0
8562026-05-16T03:38:35.843Z Downloaded peg-macros v0.8.5
8572026-05-16T03:38:35.843Z Downloaded pbkdf2 v0.12.2
8582026-05-16T03:38:35.843Z Downloaded password-hash v0.5.0
8592026-05-16T03:38:35.843Z Downloaded polyval v0.6.2
8602026-05-16T03:38:35.843Z Downloaded pkg-config v0.3.32
8612026-05-16T03:38:35.844Z Downloaded pkcs8 v0.10.2
8622026-05-16T03:38:35.844Z Downloaded arc-swap v1.8.2
8632026-05-16T03:38:35.844Z Downloaded poly1305 v0.8.0
8642026-05-16T03:38:35.844Z Downloaded pin-project-internal v1.1.11
8652026-05-16T03:38:35.844Z Downloaded crossterm v0.29.0
8662026-05-16T03:38:35.844Z Downloaded radium v0.7.0
8672026-05-16T03:38:35.844Z Downloaded predicates v3.1.4
8682026-05-16T03:38:35.844Z Downloaded num_enum_derive v0.7.5
8692026-05-16T03:38:35.844Z Downloaded libbz2-rs-sys v0.2.2
8702026-05-16T03:38:35.844Z Downloaded headers v0.4.1
8712026-05-16T03:38:35.844Z Downloaded rand_xorshift v0.4.0
8722026-05-16T03:38:35.844Z Downloaded postgres-protocol v0.6.10
8732026-05-16T03:38:35.844Z Downloaded ignore v0.4.25
8742026-05-16T03:38:35.844Z Downloaded recursive-proc-macro-impl v0.1.1
8752026-05-16T03:38:35.844Z Downloaded hickory-resolver v0.24.4
8762026-05-16T03:38:35.844Z Downloaded parking_lot v0.12.5
8772026-05-16T03:38:35.844Z Downloaded recursive v0.1.1
8782026-05-16T03:38:35.844Z Downloaded oxnet v0.1.4
8792026-05-16T03:38:35.844Z Downloaded proc-macro-error2 v2.0.1
8802026-05-16T03:38:35.844Z Downloaded ref-cast-impl v1.0.25
8812026-05-16T03:38:35.844Z Downloaded progenitor v0.10.0
8822026-05-16T03:38:35.844Z Downloaded primeorder v0.13.6
8832026-05-16T03:38:35.844Z Downloaded parking_lot_core v0.9.12
8842026-05-16T03:38:35.844Z Downloaded ref-cast v1.0.25
8852026-05-16T03:38:35.844Z Downloaded password-hash v0.4.2
8862026-05-16T03:38:35.844Z Downloaded progenitor-client v0.13.0
8872026-05-16T03:38:35.844Z Downloaded pem-rfc7468 v0.7.0
8882026-05-16T03:38:35.844Z Downloaded derive_more v2.1.1
8892026-05-16T03:38:35.844Z Downloaded rfc6979 v0.4.0
8902026-05-16T03:38:35.844Z Downloaded dropshot-api-manager v0.7.1
8912026-05-16T03:38:35.844Z Downloaded russh-util v0.48.0
8922026-05-16T03:38:35.844Z Downloaded russh-cryptovec v0.48.0
8932026-05-16T03:38:35.844Z Downloaded progenitor v0.14.0
8942026-05-16T03:38:35.844Z Downloaded bytes v1.11.1
8952026-05-16T03:38:35.844Z Downloaded russh-cryptovec v0.7.3
8962026-05-16T03:38:35.845Z Downloaded indicatif v0.18.4
8972026-05-16T03:38:35.845Z Downloaded phf v0.12.1
8982026-05-16T03:38:35.845Z Downloaded omicron-zone-package v0.12.2
8992026-05-16T03:38:35.845Z Downloaded progenitor v0.13.0
9002026-05-16T03:38:35.845Z Downloaded psm v0.1.30
9012026-05-16T03:38:35.845Z Downloaded ppv-lite86 v0.2.21
9022026-05-16T03:38:35.845Z Downloaded rtoolbox v0.0.3
9032026-05-16T03:38:35.845Z Downloaded psl-types v2.0.11
9042026-05-16T03:38:35.845Z Downloaded rustc-hash v2.1.1
9052026-05-16T03:38:35.845Z Downloaded progenitor v0.11.2
9062026-05-16T03:38:35.845Z Downloaded crossterm v0.28.1
9072026-05-16T03:38:35.851Z Downloaded rand_seeder v0.4.0
9082026-05-16T03:38:35.851Z Downloaded rand_core v0.10.0
9092026-05-16T03:38:35.851Z Downloaded pkcs1 v0.7.5
9102026-05-16T03:38:35.854Z Downloaded rand_chacha v0.3.1
9112026-05-16T03:38:35.854Z Downloaded pin-project-lite v0.2.17
9122026-05-16T03:38:35.854Z Downloaded rustc_version v0.4.1
9132026-05-16T03:38:35.854Z Downloaded rustc_version v0.1.7
9142026-05-16T03:38:35.857Z Downloaded r2d2 v0.8.10
9152026-05-16T03:38:35.857Z Downloaded parking_lot v0.11.2
9162026-05-16T03:38:35.860Z Downloaded sapling-renderdag v0.1.0
9172026-05-16T03:38:35.860Z Downloaded rand_core v0.9.5
9182026-05-16T03:38:35.860Z Downloaded derive_more-impl v2.1.1
9192026-05-16T03:38:35.863Z Downloaded hickory-resolver v0.25.2
9202026-05-16T03:38:35.865Z Downloaded papergrid v0.17.0
9212026-05-16T03:38:35.868Z Downloaded oso v0.27.3
9222026-05-16T03:38:35.871Z Downloaded rand_core v0.6.4
9232026-05-16T03:38:35.871Z Downloaded rand_chacha v0.9.0
9242026-05-16T03:38:35.875Z Downloaded scroll_derive v0.13.1
9252026-05-16T03:38:35.875Z Downloaded scopeguard v1.2.0
9262026-05-16T03:38:35.875Z Downloaded scheduled-thread-pool v0.2.7
9272026-05-16T03:38:35.878Z Downloaded salsa20 v0.10.2
9282026-05-16T03:38:35.878Z Downloaded p256 v0.13.2
9292026-05-16T03:38:35.878Z Downloaded same-file v1.0.6
9302026-05-16T03:38:35.878Z Downloaded async-compression v0.4.41
9312026-05-16T03:38:35.882Z Downloaded scrypt v0.11.0
9322026-05-16T03:38:35.884Z Downloaded http v1.4.0
9332026-05-16T03:38:35.887Z Downloaded ed25519-dalek v2.2.0
9342026-05-16T03:38:35.887Z Downloaded postcard v1.1.3
9352026-05-16T03:38:35.890Z Downloaded nibble_vec v0.1.0
9362026-05-16T03:38:35.890Z Downloaded multer v3.1.0
9372026-05-16T03:38:35.893Z Downloaded resolv-conf v0.7.6
9382026-05-16T03:38:35.893Z Downloaded secrecy v0.10.3
9392026-05-16T03:38:35.896Z Downloaded secrecy v0.8.0
9402026-05-16T03:38:35.896Z Downloaded expectorate v1.2.0
9412026-05-16T03:38:35.896Z Downloaded pin-project v1.1.11
9422026-05-16T03:38:35.912Z Downloaded pkcs5 v0.7.1
9432026-05-16T03:38:35.915Z Downloaded serde_bytes v0.11.19
9442026-05-16T03:38:35.915Z Downloaded semver v0.1.20
9452026-05-16T03:38:35.915Z Downloaded num-rational v0.4.2
9462026-05-16T03:38:35.915Z Downloaded num-complex v0.4.6
9472026-05-16T03:38:35.915Z Downloaded progenitor-extras v0.2.0
9482026-05-16T03:38:35.915Z Downloaded serde_urlencoded v0.7.1
9492026-05-16T03:38:35.915Z Downloaded serde-big-array v0.5.1
9502026-05-16T03:38:35.915Z Downloaded seq-macro v0.3.6
9512026-05-16T03:38:35.915Z Downloaded jiff-static v0.2.21
9522026-05-16T03:38:35.915Z Downloaded serde_spanned v1.0.4
9532026-05-16T03:38:35.918Z Downloaded serde_repr v0.1.20
9542026-05-16T03:38:35.918Z Downloaded hashbrown v0.13.2
9552026-05-16T03:38:35.924Z Downloaded quinn-udp v0.5.14
9562026-05-16T03:38:35.924Z Downloaded hashbrown v0.12.3
9572026-05-16T03:38:36.331Z Downloaded shell-words v1.1.1
9582026-05-16T03:38:36.331Z Downloaded sha1 v0.10.6
9592026-05-16T03:38:36.331Z Downloaded rustls-pemfile v1.0.4
9602026-05-16T03:38:36.331Z Downloaded signal-hook-tokio v0.3.1
9612026-05-16T03:38:36.335Z Downloaded postgres-types v0.2.12
9622026-05-16T03:38:36.336Z Downloaded rustversion v1.0.22
9632026-05-16T03:38:36.336Z Downloaded rustls-native-certs v0.8.3
9642026-05-16T03:38:36.336Z Downloaded prefix-trie v0.7.0
9652026-05-16T03:38:36.336Z Downloaded hyper-util v0.1.20
9662026-05-16T03:38:36.336Z Downloaded serde_plain v1.0.2
9672026-05-16T03:38:36.336Z Downloaded httparse v1.10.1
9682026-05-16T03:38:36.336Z Downloaded signal-hook-mio v0.2.5
9692026-05-16T03:38:36.336Z Downloaded chacha20poly1305 v0.10.1
9702026-05-16T03:38:36.336Z Downloaded base64 v0.22.1
9712026-05-16T03:38:36.336Z Downloaded siphasher v1.0.2
9722026-05-16T03:38:36.336Z Downloaded sigpipe v0.1.3
9732026-05-16T03:38:36.336Z Downloaded mime_guess v2.0.5
9742026-05-16T03:38:36.336Z Downloaded derive_builder v0.20.2
9752026-05-16T03:38:36.336Z Downloaded slog-bunyan v2.5.0
9762026-05-16T03:38:36.336Z Downloaded progenitor-impl v0.13.0
9772026-05-16T03:38:36.336Z Downloaded miniz_oxide v0.8.9
9782026-05-16T03:38:36.336Z Downloaded newtype-uuid-macros v0.1.0
9792026-05-16T03:38:36.336Z Downloaded crc-any v2.5.0
9802026-05-16T03:38:36.336Z Downloaded russh-keys v0.45.0
9812026-05-16T03:38:36.336Z Downloaded slog-envlogger v2.2.0
9822026-05-16T03:38:36.336Z Downloaded scroll v0.13.0
9832026-05-16T03:38:36.336Z Downloaded md5 v0.7.0
9842026-05-16T03:38:36.336Z Downloaded ipnet v2.11.0
9852026-05-16T03:38:36.336Z Downloaded humantime v2.3.0
9862026-05-16T03:38:36.336Z Downloaded lzss v0.8.2
9872026-05-16T03:38:36.336Z Downloaded sct v0.7.1
9882026-05-16T03:38:36.336Z Downloaded schemars_derive v0.8.22
9892026-05-16T03:38:36.336Z Downloaded bzip2 v0.6.1
9902026-05-16T03:38:36.336Z Downloaded byte-wrapper v0.1.0
9912026-05-16T03:38:36.336Z Downloaded bit-vec v0.6.3
9922026-05-16T03:38:36.336Z Downloaded sec1 v0.7.3
9932026-05-16T03:38:36.336Z Downloaded serde_path_to_error v0.1.20
9942026-05-16T03:38:36.336Z Downloaded aes v0.8.4
9952026-05-16T03:38:36.336Z Downloaded rustls-pki-types v1.14.0
9962026-05-16T03:38:36.336Z Downloaded progenitor-impl v0.11.2
9972026-05-16T03:38:36.336Z Downloaded ssh-cipher v0.2.0
9982026-05-16T03:38:36.337Z Downloaded progenitor-impl v0.10.0
9992026-05-16T03:38:36.337Z Downloaded rustls-pemfile v2.2.0
10002026-05-16T03:38:36.337Z Downloaded hickory-server v0.25.2
10012026-05-16T03:38:36.337Z Downloaded strip-ansi-escapes v0.2.1
10022026-05-16T03:38:36.337Z Downloaded structmeta v0.3.0
10032026-05-16T03:38:36.337Z Downloaded serde_derive_internals v0.29.1
10042026-05-16T03:38:36.337Z Downloaded rcgen v0.12.1
10052026-05-16T03:38:36.337Z Downloaded ssh-encoding v0.2.0
10062026-05-16T03:38:36.337Z Downloaded strum v0.27.2
10072026-05-16T03:38:36.337Z Downloaded structmeta-derive v0.3.0
10082026-05-16T03:38:36.337Z Downloaded prettyplease v0.2.37
10092026-05-16T03:38:36.337Z Downloaded signature v2.2.0
10102026-05-16T03:38:36.337Z Downloaded openssl-sys v0.9.115
10112026-05-16T03:38:36.337Z Downloaded signal-hook-registry v1.4.8
10122026-05-16T03:38:36.337Z Downloaded sync_wrapper v1.0.2
10132026-05-16T03:38:36.337Z Downloaded sync-ptr v0.1.4
10142026-05-16T03:38:36.337Z Downloaded supports-color v3.0.2
10152026-05-16T03:38:36.337Z Downloaded num-bigint v0.4.6
10162026-05-16T03:38:36.337Z Downloaded strum v0.26.3
10172026-05-16T03:38:36.337Z Downloaded tabled_derive v0.11.0
10182026-05-16T03:38:36.337Z Downloaded slog-dtrace v0.3.0
10192026-05-16T03:38:36.337Z Downloaded slab v0.4.12
10202026-05-16T03:38:36.337Z Downloaded progenitor-impl v0.14.0
10212026-05-16T03:38:36.337Z Downloaded subtle v2.6.1
10222026-05-16T03:38:36.337Z Downloaded shlex v1.3.0
10232026-05-16T03:38:36.337Z Downloaded slog-json v2.6.1
10242026-05-16T03:38:36.337Z Downloaded take_mut v0.2.2
10252026-05-16T03:38:36.337Z Downloaded slog-term v2.9.2
10262026-05-16T03:38:36.337Z Downloaded aes-gcm v0.10.3
10272026-05-16T03:38:36.337Z Downloaded slog-async v2.8.0
10282026-05-16T03:38:36.337Z Downloaded rusty-fork v0.3.1
10292026-05-16T03:38:36.337Z Downloaded smallvec v0.6.14
10302026-05-16T03:38:36.337Z Downloaded slog-stdlog v4.1.1
10312026-05-16T03:38:36.337Z Downloaded tabwriter v1.4.1
10322026-05-16T03:38:36.337Z Downloaded testing_table v0.3.0
10332026-05-16T03:38:36.337Z Downloaded termtree v0.5.1
10342026-05-16T03:38:36.337Z Downloaded smf v0.2.3
10352026-05-16T03:38:36.337Z Downloaded serde-hex v0.1.0
10362026-05-16T03:38:36.337Z Downloaded thread-id v5.1.0
10372026-05-16T03:38:36.337Z Downloaded thiserror-impl-no-std v2.0.2
10382026-05-16T03:38:36.338Z Downloaded static_assertions v1.1.0
10392026-05-16T03:38:36.338Z Downloaded spki v0.7.3
10402026-05-16T03:38:36.338Z Downloaded serde_cbor v0.11.2
10412026-05-16T03:38:36.338Z Downloaded pretty_assertions v1.4.1
10422026-05-16T03:38:36.338Z Downloaded rustls-platform-verifier v0.6.2
10432026-05-16T03:38:36.338Z Downloaded snafu-derive v0.8.9
10442026-05-16T03:38:36.338Z Downloaded strum_macros v0.24.3
10452026-05-16T03:38:36.338Z Downloaded sqlformat v0.3.5
10462026-05-16T03:38:36.338Z Downloaded tinyvec_macros v0.1.1
10472026-05-16T03:38:36.338Z Downloaded time-core v0.1.8
10482026-05-16T03:38:36.338Z Downloaded strum_macros v0.26.4
10492026-05-16T03:38:36.338Z Downloaded itertools v0.10.5
10502026-05-16T03:38:36.338Z Downloaded serde_with_macros v3.17.0
10512026-05-16T03:38:36.338Z Downloaded string_cache v0.8.9
10522026-05-16T03:38:36.338Z Downloaded stacker v0.1.23
10532026-05-16T03:38:36.338Z Downloaded schemars v0.8.22
10542026-05-16T03:38:36.338Z Downloaded sqlparser_derive v0.5.0
10552026-05-16T03:38:36.338Z Downloaded qorb v0.4.1
10562026-05-16T03:38:36.338Z Downloaded russh-keys v0.49.2
10572026-05-16T03:38:36.338Z Downloaded tokio-macros v2.7.0
10582026-05-16T03:38:36.338Z Downloaded simd-adler32 v0.3.8
10592026-05-16T03:38:36.338Z Downloaded iddqd v0.3.18
10602026-05-16T03:38:36.338Z Downloaded rayon-core v1.13.0
10612026-05-16T03:38:36.341Z Downloaded mio v1.2.0
10622026-05-16T03:38:36.342Z Downloaded minimal-lexical v0.2.1
10632026-05-16T03:38:36.342Z Downloaded tap v1.0.1
10642026-05-16T03:38:36.342Z Downloaded slog-scope v4.4.1
10652026-05-16T03:38:36.342Z Downloaded tagptr v0.2.0
10662026-05-16T03:38:36.342Z Downloaded support-bundle-viewer v0.1.2
10672026-05-16T03:38:36.342Z Downloaded topological-sort v0.2.2
10682026-05-16T03:38:36.342Z Downloaded thiserror-no-std v2.0.2
10692026-05-16T03:38:36.342Z Downloaded nom v7.1.3
10702026-05-16T03:38:36.342Z Downloaded publicsuffix v2.3.0
10712026-05-16T03:38:36.342Z Downloaded tower-layer v0.3.3
10722026-05-16T03:38:36.342Z Downloaded tiny-keccak v2.0.2
10732026-05-16T03:38:36.342Z Downloaded stringprep v0.1.5
10742026-05-16T03:38:36.342Z Downloaded ryu v1.0.23
10752026-05-16T03:38:36.342Z Downloaded trait-variant v0.1.2
10762026-05-16T03:38:36.342Z Downloaded try-lock v0.2.5
10772026-05-16T03:38:36.342Z Downloaded serde_yaml v0.9.34+deprecated
10782026-05-16T03:38:36.342Z Downloaded tower-service v0.3.3
10792026-05-16T03:38:36.342Z Downloaded thread_local v1.1.9
10802026-05-16T03:38:36.342Z Downloaded termios v0.3.3
10812026-05-16T03:38:36.342Z Downloaded libxml v0.3.3
10822026-05-16T03:38:36.342Z Downloaded tls_codec v0.4.2
10832026-05-16T03:38:36.342Z Downloaded aho-corasick v1.1.4
10842026-05-16T03:38:36.342Z Downloaded typify-macro v0.6.2
10852026-05-16T03:38:36.342Z Downloaded typify-macro v0.4.3
10862026-05-16T03:38:36.342Z Downloaded tokio-dtrace v0.1.1
10872026-05-16T03:38:36.342Z Downloaded signal-hook v0.3.18
10882026-05-16T03:38:36.342Z Downloaded unicode-truncate v1.1.0
10892026-05-16T03:38:36.342Z Downloaded hashbrown v0.15.5
10902026-05-16T03:38:36.342Z Downloaded schemars v0.9.0
10912026-05-16T03:38:36.342Z Downloaded tokio-native-tls v0.3.1
10922026-05-16T03:38:36.342Z Downloaded tls_codec_derive v0.4.2
10932026-05-16T03:38:36.342Z Downloaded untrusted v0.9.0
10942026-05-16T03:38:36.342Z Downloaded untrusted v0.7.1
10952026-05-16T03:38:36.342Z Downloaded universal-hash v0.5.1
10962026-05-16T03:38:36.342Z Downloaded unit-prefix v0.5.2
10972026-05-16T03:38:36.342Z Downloaded slog v2.8.2
10982026-05-16T03:38:36.342Z Downloaded usdt v0.6.0
10992026-05-16T03:38:36.343Z Downloaded socket2 v0.5.10
11002026-05-16T03:38:36.343Z Downloaded rand v0.8.6
11012026-05-16T03:38:36.343Z Downloaded strum_macros v0.27.2
11022026-05-16T03:38:36.343Z Downloaded similar v2.7.0
11032026-05-16T03:38:36.343Z Downloaded usdt-attr-macro v0.6.0
11042026-05-16T03:38:36.343Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-05-16T03:38:36.343Z Downloaded tokio-rustls v0.25.0
11062026-05-16T03:38:36.343Z Downloaded term v1.2.1
11072026-05-16T03:38:36.343Z Downloaded term v0.7.0
11082026-05-16T03:38:36.343Z Downloaded utf-8 v0.7.6
11092026-05-16T03:38:36.343Z Downloaded usdt-macro v0.6.0
11102026-05-16T03:38:36.343Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11112026-05-16T03:38:36.343Z Downloaded ron v0.8.1
11122026-05-16T03:38:36.343Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-05-16T03:38:36.343Z Downloaded wait-timeout v0.2.1
11142026-05-16T03:38:36.343Z Downloaded rsa v0.9.10
11152026-05-16T03:38:36.343Z Downloaded itertools v0.14.0
11162026-05-16T03:38:36.343Z Downloaded waitgroup v0.1.2
11172026-05-16T03:38:36.343Z Downloaded void v1.0.2
11182026-05-16T03:38:36.343Z Downloaded tui-tree-widget v0.23.1
11192026-05-16T03:38:36.343Z Downloaded itertools v0.13.0
11202026-05-16T03:38:36.343Z Downloaded time-macros v0.2.27
11212026-05-16T03:38:36.343Z Downloaded rand v0.10.0
11222026-05-16T03:38:36.343Z Downloaded subprocess v0.2.15
11232026-05-16T03:38:36.343Z Downloaded itertools v0.12.1
11242026-05-16T03:38:36.343Z Downloaded want v0.3.1
11252026-05-16T03:38:36.343Z Downloaded futures-util v0.3.32
11262026-05-16T03:38:36.343Z Downloaded spin v0.9.8
11272026-05-16T03:38:36.343Z Downloaded socket2 v0.6.3
11282026-05-16T03:38:36.343Z Downloaded tokio-tungstenite v0.23.1
11292026-05-16T03:38:36.343Z Downloaded samael v0.0.19
11302026-05-16T03:38:36.343Z Downloaded xshell-macros v0.2.7
11312026-05-16T03:38:36.343Z Downloaded xattr v1.6.1
11322026-05-16T03:38:36.343Z Downloaded unicase v2.9.0
11332026-05-16T03:38:36.343Z Downloaded tokio-rustls v0.24.1
11342026-05-16T03:38:36.343Z Downloaded rand v0.9.2
11352026-05-16T03:38:36.343Z Downloaded tokio-stream v0.1.18
11362026-05-16T03:38:36.343Z Downloaded usdt-impl v0.6.0
11372026-05-16T03:38:36.343Z Downloaded quinn v0.11.9
11382026-05-16T03:38:36.343Z Downloaded hashbrown v0.16.1
11392026-05-16T03:38:36.344Z Downloaded zeroize_derive v1.4.3
11402026-05-16T03:38:36.344Z Downloaded tokio-tungstenite v0.21.0
11412026-05-16T03:38:36.344Z Downloaded unarray v0.1.4
11422026-05-16T03:38:36.344Z Downloaded rustls-webpki v0.103.9
11432026-05-16T03:38:36.344Z Downloaded test-strategy v0.4.5
11442026-05-16T03:38:36.344Z Downloaded uzers v0.12.2
11452026-05-16T03:38:36.344Z Downloaded vergen-lib v0.1.6
11462026-05-16T03:38:36.344Z Downloaded zone_cfg_derive v0.3.1
11472026-05-16T03:38:36.344Z Downloaded iri-string v0.7.10
11482026-05-16T03:38:36.344Z Downloaded tracing-attributes v0.1.31
11492026-05-16T03:38:36.344Z Downloaded vergen-git2 v1.0.7
11502026-05-16T03:38:36.344Z Downloaded vsss-rs v3.3.4
11512026-05-16T03:38:36.344Z Downloaded twox-hash v2.1.2
11522026-05-16T03:38:36.344Z Downloaded num-bigint-dig v0.8.6
11532026-05-16T03:38:36.344Z Downloaded zone v0.3.1
11542026-05-16T03:38:36.344Z Downloaded whoami v1.6.1
11552026-05-16T03:38:36.344Z Downloaded hkdf v0.12.4
11562026-05-16T03:38:36.344Z Downloaded libm v0.2.16
11572026-05-16T03:38:36.344Z Downloaded tar v0.4.45
11582026-05-16T03:38:36.344Z Downloaded hyper v1.8.1
11592026-05-16T03:38:36.344Z Downloaded walkdir v2.5.0
11602026-05-16T03:38:36.344Z Downloaded p521 v0.13.3
11612026-05-16T03:38:36.347Z Downloaded xshell v0.2.7
11622026-05-16T03:38:36.348Z Downloaded h2 v0.4.13
11632026-05-16T03:38:36.348Z Downloaded tokio-rustls v0.26.4
11642026-05-16T03:38:36.348Z Downloaded russh v0.45.0
11652026-05-16T03:38:36.348Z Downloaded steno v0.4.1
11662026-05-16T03:38:36.348Z Downloaded tinyvec v1.10.0
11672026-05-16T03:38:36.348Z Downloaded toml v0.7.8
11682026-05-16T03:38:36.348Z Downloaded wyz v0.5.1
11692026-05-16T03:38:36.348Z Downloaded zeroize v1.8.2
11702026-05-16T03:38:36.348Z Downloaded vergen v9.0.6
11712026-05-16T03:38:36.348Z Downloaded snafu v0.8.9
11722026-05-16T03:38:36.348Z Downloaded schemars v1.2.1
11732026-05-16T03:38:36.348Z Downloaded zstd v0.13.3
11742026-05-16T03:38:36.348Z Downloaded vergen-gitcl v1.0.8
11752026-05-16T03:38:36.348Z Downloaded zstd-safe v7.2.4
11762026-05-16T03:38:36.348Z Downloaded rpassword v7.4.0
11772026-05-16T03:38:36.348Z Downloaded typify v0.6.2
11782026-05-16T03:38:36.348Z Downloaded tungstenite v0.23.0
11792026-05-16T03:38:36.351Z Downloaded toml_parser v1.0.9+spec-1.1.0
11802026-05-16T03:38:36.351Z Downloaded typify v0.4.3
11812026-05-16T03:38:36.354Z Downloaded unicode-properties v0.1.4
11822026-05-16T03:38:36.354Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-05-16T03:38:36.357Z Downloaded toml v0.9.12+spec-1.1.0
11842026-05-16T03:38:36.360Z Downloaded tungstenite v0.21.0
11852026-05-16T03:38:36.363Z Downloaded toml v1.0.6+spec-1.1.0
11862026-05-16T03:38:36.363Z Downloaded rustyline v14.0.0
11872026-05-16T03:38:36.366Z Downloaded yasna v0.5.2
11882026-05-16T03:38:36.369Z Downloaded unsafe-libyaml v0.2.11
11892026-05-16T03:38:36.372Z Downloaded uuid v1.23.0
11902026-05-16T03:38:36.372Z Downloaded whoami v2.1.0
11912026-05-16T03:38:36.376Z Downloaded reedline v0.40.0
11922026-05-16T03:38:36.380Z Downloaded zerocopy v0.6.6
11932026-05-16T03:38:36.383Z Downloaded unicode-bidi v0.3.18
11942026-05-16T03:38:36.386Z Downloaded blake3 v1.8.3
11952026-05-16T03:38:36.392Z Downloaded tracing-core v0.1.36
11962026-05-16T03:38:36.411Z Downloaded zopfli v0.8.3
11972026-05-16T03:38:36.417Z Downloaded bitvec v1.0.1
11982026-05-16T03:38:36.420Z Downloaded aws-lc-rs v1.16.3
11992026-05-16T03:38:36.431Z Downloaded vte v0.14.1
12002026-05-16T03:38:36.433Z Downloaded toml_edit v0.19.15
12012026-05-16T03:38:36.441Z Downloaded unicode_categories v0.1.1
12022026-05-16T03:38:36.444Z Downloaded ssh-key v0.6.7
12032026-05-16T03:38:36.448Z Downloaded yansi v1.0.1
12042026-05-16T03:38:36.450Z Downloaded p384 v0.13.1
12052026-05-16T03:38:36.453Z Downloaded tokio-postgres v0.7.16
12062026-05-16T03:38:36.456Z Downloaded tower v0.5.3
12072026-05-16T03:38:36.459Z Downloaded git2 v0.20.4
12082026-05-16T03:38:36.464Z Downloaded regex v1.12.3
12092026-05-16T03:38:36.469Z Downloaded reqwest v0.13.2
12102026-05-16T03:38:36.474Z Downloaded zip v0.6.6
12112026-05-16T03:38:36.476Z Downloaded chrono v0.4.44
12122026-05-16T03:38:36.479Z Downloaded reqwest v0.12.28
12132026-05-16T03:38:36.481Z Downloaded quick-xml v0.37.5
12142026-05-16T03:38:36.485Z Downloaded portable-atomic v1.13.1
12152026-05-16T03:38:36.489Z Downloaded zerocopy-derive v0.8.40
12162026-05-16T03:38:36.494Z Downloaded rustls-webpki v0.101.7
12172026-05-16T03:38:36.503Z Downloaded bindgen v0.71.1
12182026-05-16T03:38:36.509Z Downloaded unicode-segmentation v1.12.0
12192026-05-16T03:38:36.513Z Downloaded typed-path v0.9.3
12202026-05-16T03:38:36.538Z Downloaded moka v0.12.13
12212026-05-16T03:38:36.545Z Downloaded proptest v1.10.0
12222026-05-16T03:38:36.551Z Downloaded lalrpop v0.19.12
12232026-05-16T03:38:36.557Z Downloaded unicode-normalization v0.1.25
12242026-05-16T03:38:36.560Z Downloaded curve25519-dalek v4.1.3
12252026-05-16T03:38:36.564Z Downloaded tower-http v0.6.8
12262026-05-16T03:38:36.569Z Downloaded rayon v1.11.0
12272026-05-16T03:38:36.574Z Downloaded tokio-util v0.7.18
12282026-05-16T03:38:36.580Z Downloaded zip v4.6.1
12292026-05-16T03:38:36.584Z Downloaded x509-cert v0.2.5
12302026-05-16T03:38:36.586Z Downloaded serde_with v3.17.0
12312026-05-16T03:38:36.592Z Downloaded salty v0.3.0
12322026-05-16T03:38:36.597Z Downloaded rustls-webpki v0.102.8
12332026-05-16T03:38:36.607Z Downloaded petname v2.0.2
12342026-05-16T03:38:36.610Z Downloaded nix v0.27.1
12352026-05-16T03:38:36.615Z Downloaded object v0.30.4
12362026-05-16T03:38:36.620Z Downloaded tough v0.22.0
12372026-05-16T03:38:36.625Z Downloaded goblin v0.10.5
12382026-05-16T03:38:36.638Z Downloaded quinn-proto v0.11.13
12392026-05-16T03:38:36.646Z Downloaded winnow v0.6.26
12402026-05-16T03:38:36.710Z Downloaded polar-core v0.27.3
12412026-05-16T03:38:36.738Z Downloaded nix v0.28.0
12422026-05-16T03:38:36.738Z Downloaded radix_trie v0.2.1
12432026-05-16T03:38:36.738Z Downloaded openssl v0.10.79
12442026-05-16T03:38:36.738Z Downloaded winnow v0.5.40
12452026-05-16T03:38:36.738Z Downloaded time v0.3.47
12462026-05-16T03:38:36.738Z Downloaded bstr v1.12.1
12472026-05-16T03:38:36.738Z Downloaded dropshot v0.16.7
12482026-05-16T03:38:36.762Z Downloaded tabled v0.20.0
12492026-05-16T03:38:36.762Z Downloaded nix v0.29.0
12502026-05-16T03:38:36.762Z Downloaded vcpkg v0.2.15
12512026-05-16T03:38:36.766Z Downloaded rustls v0.21.12
12522026-05-16T03:38:36.766Z Downloaded object v0.37.3
12532026-05-16T03:38:36.778Z Downloaded zlib-rs v0.6.2
12542026-05-16T03:38:36.783Z Downloaded regress v0.10.5
12552026-05-16T03:38:36.783Z Downloaded webpki-roots v1.0.6
12562026-05-16T03:38:36.783Z Downloaded hickory-proto v0.24.4
12572026-05-16T03:38:36.791Z Downloaded nix v0.31.2
12582026-05-16T03:38:36.797Z Downloaded zerocopy v0.8.40
12592026-05-16T03:38:36.801Z Downloaded rustls v0.22.4
12602026-05-16T03:38:36.808Z Downloaded smoltcp v0.11.0
12612026-05-16T03:38:36.814Z Downloaded diesel v2.3.7
12622026-05-16T03:38:36.836Z Downloaded rustls v0.23.37
12632026-05-16T03:38:37.253Z Downloaded rustix v0.38.44
12642026-05-16T03:38:37.259Z Downloaded regress v0.11.1
12652026-05-16T03:38:37.259Z Downloaded regex-syntax v0.8.10
12662026-05-16T03:38:37.259Z Downloaded openapiv3 v2.2.0
12672026-05-16T03:38:37.259Z Downloaded hickory-proto v0.25.2
12682026-05-16T03:38:37.259Z Downloaded dropshot v0.17.0
12692026-05-16T03:38:37.259Z Downloaded smoltcp v0.9.1
12702026-05-16T03:38:37.259Z Downloaded sqlparser v0.61.0
12712026-05-16T03:38:37.259Z Downloaded sled v0.34.7
12722026-05-16T03:38:37.259Z Downloaded regex-syntax v0.6.29
12732026-05-16T03:38:37.259Z Downloaded typify-impl v0.4.3
12742026-05-16T03:38:37.259Z Downloaded typify-impl v0.6.2
12752026-05-16T03:38:37.259Z Downloaded tracing v0.1.44
12762026-05-16T03:38:37.259Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-05-16T03:38:37.259Z Downloaded ratatui v0.29.0
12782026-05-16T03:38:37.259Z Downloaded zerocopy-derive v0.6.6
12792026-05-16T03:38:37.259Z Downloaded regex-automata v0.4.14
12802026-05-16T03:38:37.259Z Downloaded petgraph v0.6.5
12812026-05-16T03:38:37.259Z Downloaded chrono-tz v0.10.4
12822026-05-16T03:38:37.260Z Downloaded petgraph v0.8.3
12832026-05-16T03:38:37.260Z Downloaded jiff v0.2.21
12842026-05-16T03:38:37.260Z Downloaded csv v1.4.0
12852026-05-16T03:38:37.260Z Downloaded tokio v1.52.1
12862026-05-16T03:38:37.260Z Downloaded libz-sys v1.1.24
12872026-05-16T03:38:37.260Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-05-16T03:38:37.260Z Downloaded sha3 v0.10.8
12892026-05-16T03:38:37.260Z Downloaded encoding_rs v0.8.35
12902026-05-16T03:38:37.260Z Downloaded ring v0.17.14
12912026-05-16T03:38:37.260Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-05-16T03:38:37.628Z Downloaded aws-lc-sys v0.40.0
12932026-05-16T03:38:37.859Z Compiling libc v0.2.185
12942026-05-16T03:38:37.859Z Compiling serde v1.0.228
12952026-05-16T03:38:37.866Z Compiling log v0.4.29
12962026-05-16T03:38:37.866Z Compiling shlex v1.3.0
12972026-05-16T03:38:37.866Z Compiling find-msvc-tools v0.1.9
12982026-05-16T03:38:37.866Z Compiling smallvec v1.15.1
12992026-05-16T03:38:37.866Z Compiling typenum v1.19.0
13002026-05-16T03:38:37.866Z Compiling subtle v2.6.1
13012026-05-16T03:38:37.866Z Compiling generic-array v0.14.7
13022026-05-16T03:38:37.866Z Compiling scopeguard v1.2.0
13032026-05-16T03:38:38.011Z Compiling const-oid v0.9.6
13042026-05-16T03:38:38.063Z Compiling serde_json v1.0.149
13052026-05-16T03:38:38.086Z Compiling syn v2.0.117
13062026-05-16T03:38:38.100Z Compiling zerocopy v0.8.40
13072026-05-16T03:38:38.100Z Compiling parking_lot_core v0.9.12
13082026-05-16T03:38:38.115Z Compiling pin-project-lite v0.2.17
13092026-05-16T03:38:38.202Z Compiling lock_api v0.4.14
13102026-05-16T03:38:38.216Z Compiling portable-atomic v1.13.1
13112026-05-16T03:38:38.254Z Compiling pkg-config v0.3.32
13122026-05-16T03:38:38.267Z Compiling bitflags v2.11.0
13132026-05-16T03:38:38.281Z Compiling libm v0.2.16
13142026-05-16T03:38:38.699Z Compiling critical-section v1.2.0
13152026-05-16T03:38:38.702Z Compiling futures-core v0.3.32
13162026-05-16T03:38:38.703Z Compiling num-traits v0.2.19
13172026-05-16T03:38:38.703Z Compiling percent-encoding v2.3.2
13182026-05-16T03:38:38.703Z Compiling futures-sink v0.3.32
13192026-05-16T03:38:38.703Z Compiling slab v0.4.12
13202026-05-16T03:38:38.703Z Compiling futures-task v0.3.32
13212026-05-16T03:38:38.703Z Compiling futures-io v0.3.32
13222026-05-16T03:38:38.703Z Compiling futures-channel v0.3.32
13232026-05-16T03:38:38.703Z Compiling cpufeatures v0.2.17
13242026-05-16T03:38:38.703Z Compiling getrandom v0.4.1
13252026-05-16T03:38:38.703Z Compiling rand_core v0.10.0
13262026-05-16T03:38:38.703Z Compiling indexmap v2.14.0
13272026-05-16T03:38:38.703Z Compiling rustversion v1.0.22
13282026-05-16T03:38:38.703Z Compiling getrandom v0.3.4
13292026-05-16T03:38:38.716Z Compiling form_urlencoded v1.2.2
13302026-05-16T03:38:38.753Z Compiling fs_extra v1.3.0
13312026-05-16T03:38:38.800Z Compiling dunce v1.0.5
13322026-05-16T03:38:39.219Z Compiling base64ct v1.8.3
13332026-05-16T03:38:39.222Z Compiling ident_case v1.0.1
13342026-05-16T03:38:39.222Z Compiling regex-syntax v0.8.10
13352026-05-16T03:38:39.222Z Compiling rustix v1.1.3
13362026-05-16T03:38:39.222Z Compiling getrandom v0.2.17
13372026-05-16T03:38:39.222Z Compiling jobserver v0.1.34
13382026-05-16T03:38:39.222Z Compiling errno v0.3.14
13392026-05-16T03:38:39.222Z Compiling mio v1.2.0
13402026-05-16T03:38:39.222Z Compiling socket2 v0.6.3
13412026-05-16T03:38:39.222Z Compiling rand_core v0.6.4
13422026-05-16T03:38:39.222Z Compiling signal-hook-registry v1.4.8
13432026-05-16T03:38:39.222Z Compiling cc v1.2.56
13442026-05-16T03:38:39.274Z Compiling parking_lot v0.12.5
13452026-05-16T03:38:39.299Z Compiling once_cell v1.21.3
13462026-05-16T03:38:39.329Z Compiling pem-rfc7468 v0.7.0
13472026-05-16T03:38:39.344Z Compiling iana-time-zone v0.1.65
13482026-05-16T03:38:39.433Z Compiling flagset v0.4.7
13492026-05-16T03:38:39.565Z Compiling aws-lc-rs v1.16.3
13502026-05-16T03:38:39.565Z Compiling vcpkg v0.2.15
13512026-05-16T03:38:39.608Z Compiling tracing-core v0.1.36
13522026-05-16T03:38:39.612Z Compiling uuid v1.23.0
13532026-05-16T03:38:39.641Z Compiling rustc_version v0.4.1
13542026-05-16T03:38:39.684Z Compiling base64 v0.22.1
13552026-05-16T03:38:39.734Z Compiling untrusted v0.7.1
13562026-05-16T03:38:39.749Z Compiling rand_core v0.9.5
13572026-05-16T03:38:39.851Z Compiling openssl-probe v0.2.1
13582026-05-16T03:38:39.867Z Compiling untrusted v0.9.0
13592026-05-16T03:38:39.882Z Compiling tinyvec_macros v0.1.1
13602026-05-16T03:38:39.914Z Compiling httparse v1.10.1
13612026-05-16T03:38:39.963Z Compiling tinyvec v1.10.0
13622026-05-16T03:38:40.003Z Compiling aho-corasick v1.1.4
13632026-05-16T03:38:40.020Z Compiling cmake v0.1.57
13642026-05-16T03:38:40.046Z Compiling schemars v0.8.22
13652026-05-16T03:38:40.062Z Compiling tower-layer v0.3.3
13662026-05-16T03:38:40.065Z Compiling atomic-waker v1.1.2
13672026-05-16T03:38:40.091Z Compiling dyn-clone v1.0.20
13682026-05-16T03:38:40.208Z Compiling rustls v0.23.37
13692026-05-16T03:38:40.226Z Compiling tower-service v0.3.3
13702026-05-16T03:38:40.230Z Compiling try-lock v0.2.5
13712026-05-16T03:38:40.244Z Compiling httpdate v1.0.3
13722026-05-16T03:38:40.247Z Compiling pin-utils v0.1.0
13732026-05-16T03:38:40.310Z Compiling openssl v0.10.79
13742026-05-16T03:38:40.326Z Compiling want v0.3.1
13752026-05-16T03:38:40.346Z Compiling foreign-types-shared v0.1.1
13762026-05-16T03:38:40.367Z Compiling unicode-normalization v0.1.25
13772026-05-16T03:38:40.371Z Compiling spin v0.9.8
13782026-05-16T03:38:40.403Z Compiling time-core v0.1.8
13792026-05-16T03:38:40.406Z Compiling powerfmt v0.2.0
13802026-05-16T03:38:40.434Z Compiling foreign-types v0.3.2
13812026-05-16T03:38:40.447Z Compiling crc32fast v1.5.0
13822026-05-16T03:38:40.466Z Compiling num-conv v0.2.0
13832026-05-16T03:38:40.495Z Compiling native-tls v0.2.18
13842026-05-16T03:38:40.514Z Compiling wait-timeout v0.2.1
13852026-05-16T03:38:40.528Z Compiling sync_wrapper v1.0.2
13862026-05-16T03:38:40.573Z Compiling deranged v0.5.8
13872026-05-16T03:38:40.576Z Compiling siphasher v1.0.2
13882026-05-16T03:38:40.619Z Compiling time-macros v0.2.27
13892026-05-16T03:38:40.639Z Compiling crossbeam-utils v0.8.21
13902026-05-16T03:38:40.650Z Compiling usdt-impl v0.6.0
13912026-05-16T03:38:40.664Z Compiling num_threads v0.1.7
13922026-05-16T03:38:40.694Z Compiling bit-vec v0.8.0
13932026-05-16T03:38:40.727Z Compiling tempfile v3.25.0
13942026-05-16T03:38:41.201Z Compiling syn v1.0.109
13952026-05-16T03:38:41.210Z Compiling quick-error v1.2.3
13962026-05-16T03:38:41.210Z Compiling simd-adler32 v0.3.8
13972026-05-16T03:38:41.210Z Compiling regex-automata v0.4.14
13982026-05-16T03:38:41.210Z Compiling aws-lc-sys v0.40.0
13992026-05-16T03:38:41.210Z Compiling ring v0.17.14
14002026-05-16T03:38:41.210Z Compiling openssl-sys v0.9.115
14012026-05-16T03:38:41.210Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-05-16T03:38:41.210Z Compiling rusty-fork v0.3.1
14032026-05-16T03:38:41.210Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-05-16T03:38:41.210Z Compiling bit-set v0.8.0
14052026-05-16T03:38:41.210Z Compiling slog v2.8.2
14062026-05-16T03:38:41.210Z Compiling synstructure v0.13.2
14072026-05-16T03:38:41.210Z Compiling serde_derive_internals v0.29.1
14082026-05-16T03:38:41.248Z Compiling pest_generator v2.8.6
14092026-05-16T03:38:41.324Z Compiling darling_core v0.20.11
14102026-05-16T03:38:41.374Z Compiling darling_core v0.21.3
14112026-05-16T03:38:41.406Z Compiling heapless v0.7.17
14122026-05-16T03:38:41.423Z Compiling rand_xorshift v0.4.0
14132026-05-16T03:38:41.625Z Compiling thread-id v5.1.0
14142026-05-16T03:38:41.720Z Compiling cookie v0.18.1
14152026-05-16T03:38:41.744Z Compiling unicode-properties v0.1.4
14162026-05-16T03:38:41.744Z Compiling paste v1.0.15
14172026-05-16T03:38:41.836Z Compiling time v0.3.47
14182026-05-16T03:38:41.843Z Compiling zstd-safe v7.2.4
14192026-05-16T03:38:41.861Z Compiling unicode-bidi v0.3.18
14202026-05-16T03:38:41.906Z Compiling unarray v0.1.4
14212026-05-16T03:38:41.940Z Compiling signal-hook v0.3.18
14222026-05-16T03:38:42.027Z Compiling anyhow v1.0.102
14232026-05-16T03:38:42.040Z Compiling ryu v1.0.23
14242026-05-16T03:38:42.040Z Compiling iri-string v0.7.10
14252026-05-16T03:38:42.068Z Compiling adler2 v2.0.1
14262026-05-16T03:38:42.106Z Compiling allocator-api2 v0.2.21
14272026-05-16T03:38:42.224Z Compiling stringprep v0.1.5
14282026-05-16T03:38:42.245Z Compiling miniz_oxide v0.8.9
14292026-05-16T03:38:42.477Z Compiling vergen-lib v0.1.6
14302026-05-16T03:38:42.602Z Compiling num-integer v0.1.46
14312026-05-16T03:38:42.670Z Compiling curve25519-dalek v4.1.3
14322026-05-16T03:38:42.677Z Compiling ff v0.13.1
14332026-05-16T03:38:42.839Z Compiling hash32 v0.2.1
14342026-05-16T03:38:42.892Z Compiling memoffset v0.9.1
14352026-05-16T03:38:42.950Z Compiling psl-types v2.0.11
14362026-05-16T03:38:42.972Z Compiling serde_derive v1.0.228
14372026-05-16T03:38:43.007Z Compiling zeroize_derive v1.4.3
14382026-05-16T03:38:43.040Z Compiling zerofrom-derive v0.1.6
14392026-05-16T03:38:43.054Z Compiling yoke-derive v0.8.1
14402026-05-16T03:38:43.074Z Compiling zerocopy-derive v0.8.40
14412026-05-16T03:38:43.089Z Compiling zerovec-derive v0.11.2
14422026-05-16T03:38:43.098Z Compiling displaydoc v0.2.5
14432026-05-16T03:38:43.448Z Compiling tokio-macros v2.7.0
14442026-05-16T03:38:43.642Z Compiling futures-macro v0.3.32
14452026-05-16T03:38:43.651Z Compiling zeroize v1.8.2
14462026-05-16T03:38:43.726Z Compiling der_derive v0.7.3
14472026-05-16T03:38:43.899Z Compiling rustls-pki-types v1.14.0
14482026-05-16T03:38:43.989Z Compiling tracing-attributes v0.1.31
14492026-05-16T03:38:44.219Z Compiling thiserror-impl v2.0.18
14502026-05-16T03:38:44.253Z Compiling pest_derive v2.8.6
14512026-05-16T03:38:44.277Z Compiling scroll_derive v0.13.1
14522026-05-16T03:38:44.397Z Compiling schemars_derive v0.8.22
14532026-05-16T03:38:44.490Z Compiling crypto-common v0.1.7
14542026-05-16T03:38:44.554Z Compiling zerofrom v0.1.6
14552026-05-16T03:38:44.569Z Compiling block-buffer v0.10.4
14562026-05-16T03:38:44.695Z Compiling yoke v0.8.1
14572026-05-16T03:38:44.709Z Compiling digest v0.10.7
14582026-05-16T03:38:44.762Z Compiling futures-util v0.3.32
14592026-05-16T03:38:44.792Z Compiling block-padding v0.3.3
14602026-05-16T03:38:44.807Z Compiling der v0.7.10
14612026-05-16T03:38:44.896Z Compiling zerovec v0.11.5
14622026-05-16T03:38:44.971Z Compiling zerotrie v0.2.3
14632026-05-16T03:38:44.986Z Compiling hmac v0.12.1
14642026-05-16T03:38:45.161Z Compiling inout v0.1.4
14652026-05-16T03:38:45.175Z Compiling sha2 v0.10.9
14662026-05-16T03:38:45.240Z Compiling pbkdf2 v0.12.2
14672026-05-16T03:38:45.305Z Compiling cipher v0.4.4
14682026-05-16T03:38:45.369Z Compiling scroll v0.13.0
14692026-05-16T03:38:45.394Z Compiling tinystr v0.8.2
14702026-05-16T03:38:45.478Z Compiling potential_utf v0.1.4
14712026-05-16T03:38:45.493Z Compiling tracing v0.1.44
14722026-05-16T03:38:45.560Z Compiling icu_locale_core v2.1.1
14732026-05-16T03:38:46.005Z Compiling icu_collections v2.1.1
14742026-05-16T03:38:46.015Z Compiling salsa20 v0.10.2
14752026-05-16T03:38:46.015Z Compiling cbc v0.1.2
14762026-05-16T03:38:46.015Z Compiling aes v0.8.4
14772026-05-16T03:38:46.015Z Compiling spki v0.7.3
14782026-05-16T03:38:46.015Z Compiling scrypt v0.11.0
14792026-05-16T03:38:46.015Z Compiling thiserror v2.0.18
14802026-05-16T03:38:46.015Z Compiling darling_macro v0.20.11
14812026-05-16T03:38:46.015Z Compiling openssl-macros v0.1.1
14822026-05-16T03:38:46.015Z Compiling goblin v0.10.5
14832026-05-16T03:38:46.065Z Compiling pkcs5 v0.7.1
14842026-05-16T03:38:46.084Z Compiling rustls-native-certs v0.8.3
14852026-05-16T03:38:46.106Z Compiling dtrace-parser v0.3.0
14862026-05-16T03:38:46.268Z Compiling icu_provider v2.1.1
14872026-05-16T03:38:46.346Z Compiling darling v0.20.11
14882026-05-16T03:38:46.394Z Compiling pkcs8 v0.10.2
14892026-05-16T03:38:46.445Z Compiling derive_builder_core v0.20.2
14902026-05-16T03:38:46.489Z Compiling signature v2.2.0
14912026-05-16T03:38:46.601Z Compiling bytes v1.11.1
14922026-05-16T03:38:46.614Z Compiling icu_normalizer v2.1.1
14932026-05-16T03:38:46.646Z Compiling icu_properties v2.1.2
14942026-05-16T03:38:46.655Z Compiling chrono v0.4.44
14952026-05-16T03:38:46.677Z Compiling ipnet v2.11.0
14962026-05-16T03:38:46.717Z Compiling webpki-roots v1.0.6
14972026-05-16T03:38:46.746Z Compiling scroll_derive v0.12.1
14982026-05-16T03:38:46.847Z Compiling thiserror-impl v1.0.69
14992026-05-16T03:38:46.891Z Compiling erased-serde v0.3.31
15002026-05-16T03:38:47.105Z Compiling tokio v1.52.1
15012026-05-16T03:38:47.156Z Compiling http v1.4.0
15022026-05-16T03:38:47.206Z Compiling serde_spanned v0.6.9
15032026-05-16T03:38:47.221Z Compiling serde_tokenstream v0.2.3
15042026-05-16T03:38:47.340Z Compiling derive_builder_macro v0.20.2
15052026-05-16T03:38:47.365Z Compiling serde_urlencoded v0.7.1
15062026-05-16T03:38:47.390Z Compiling toml_datetime v0.6.11
15072026-05-16T03:38:47.433Z Compiling scroll v0.12.0
15082026-05-16T03:38:47.544Z Compiling idna_adapter v1.2.1
15092026-05-16T03:38:47.630Z Compiling ppv-lite86 v0.2.21
15102026-05-16T03:38:47.645Z Compiling md-5 v0.10.6
15112026-05-16T03:38:47.671Z Compiling idna v1.1.0
15122026-05-16T03:38:47.703Z Compiling darling_macro v0.21.3
15132026-05-16T03:38:47.775Z Compiling bstr v1.12.1
15142026-05-16T03:38:47.775Z Compiling zerocopy-derive v0.7.35
15152026-05-16T03:38:47.775Z Compiling async-trait v0.1.89
15162026-05-16T03:38:47.818Z Compiling http-body v1.0.1
15172026-05-16T03:38:47.834Z Compiling pin-project-internal v1.1.11
15182026-05-16T03:38:47.967Z Compiling url v2.5.8
15192026-05-16T03:38:47.989Z Compiling rand_chacha v0.9.0
15202026-05-16T03:38:48.042Z Compiling http-body-util v0.1.3
15212026-05-16T03:38:48.077Z Compiling rand_chacha v0.3.1
15222026-05-16T03:38:48.145Z Compiling thiserror v1.0.69
15232026-05-16T03:38:48.224Z Compiling rand v0.9.2
15242026-05-16T03:38:48.263Z Compiling zlib-rs v0.6.2
15252026-05-16T03:38:48.307Z Compiling num-bigint-dig v0.8.6
15262026-05-16T03:38:48.349Z Compiling base16ct v0.2.0
15272026-05-16T03:38:48.378Z Compiling rustix v0.38.44
15282026-05-16T03:38:48.656Z Compiling cfg_aliases v0.2.1
15292026-05-16T03:38:48.676Z Compiling dof v0.4.0
15302026-05-16T03:38:48.716Z Compiling ref-cast v1.0.25
15312026-05-16T03:38:48.756Z Compiling fallible-iterator v0.2.0
15322026-05-16T03:38:48.785Z Compiling proptest v1.10.0
15332026-05-16T03:38:48.804Z Compiling smoltcp v0.9.1
15342026-05-16T03:38:48.841Z Compiling litrs v1.0.0
15352026-05-16T03:38:48.984Z Compiling pin-project v1.1.11
15362026-05-16T03:38:49.007Z Compiling nix v0.31.2
15372026-05-16T03:38:49.054Z Compiling postgres-protocol v0.6.10
15382026-05-16T03:38:49.080Z Compiling zerocopy v0.7.35
15392026-05-16T03:38:49.104Z Compiling sec1 v0.7.3
15402026-05-16T03:38:49.125Z Compiling rand v0.8.6
15412026-05-16T03:38:49.141Z Compiling darling v0.21.3
15422026-05-16T03:38:49.179Z Compiling publicsuffix v2.3.0
15432026-05-16T03:38:49.241Z Compiling derive_builder v0.20.2
15442026-05-16T03:38:49.354Z Compiling ipnetwork v0.21.1
15452026-05-16T03:38:49.363Z Compiling document-features v0.2.12
15462026-05-16T03:38:49.451Z Compiling goblin v0.8.2
15472026-05-16T03:38:49.472Z Compiling futures-executor v0.3.32
15482026-05-16T03:38:49.675Z Compiling oxnet v0.1.4
15492026-05-16T03:38:49.750Z Compiling hex v0.4.3
15502026-05-16T03:38:49.775Z Compiling cargo-platform v0.1.9
15512026-05-16T03:38:49.801Z Compiling hubpack_derive v0.1.1
15522026-05-16T03:38:50.249Z Compiling hkdf v0.12.4
15532026-05-16T03:38:50.253Z Compiling crypto-bigint v0.5.5
15542026-05-16T03:38:50.253Z Compiling regex v1.12.3
15552026-05-16T03:38:50.253Z Compiling strum_macros v0.27.2
15562026-05-16T03:38:50.253Z Compiling ref-cast-impl v1.0.25
15572026-05-16T03:38:50.253Z Compiling snafu-derive v0.8.9
15582026-05-16T03:38:50.253Z Compiling daft-derive v0.1.5
15592026-05-16T03:38:50.253Z Compiling curve25519-dalek-derive v0.1.1
15602026-05-16T03:38:50.265Z Compiling num-iter v0.1.45
15612026-05-16T03:38:50.280Z Compiling group v0.13.0
15622026-05-16T03:38:50.542Z Compiling phf_shared v0.13.1
15632026-05-16T03:38:50.558Z Compiling terminal_size v0.4.3
15642026-05-16T03:38:50.657Z Compiling lazy_static v1.5.0
15652026-05-16T03:38:50.770Z Compiling vergen v9.0.6
15662026-05-16T03:38:51.180Z Compiling fs-err v3.3.0
15672026-05-16T03:38:51.186Z Compiling ahash v0.8.12
15682026-05-16T03:38:51.186Z Compiling encoding_rs v0.8.35
15692026-05-16T03:38:51.186Z Compiling mime v0.3.17
15702026-05-16T03:38:51.186Z Compiling bumpalo v3.20.2
15712026-05-16T03:38:51.186Z Compiling tokio-util v0.7.18
15722026-05-16T03:38:51.186Z Compiling tower v0.5.3
15732026-05-16T03:38:51.186Z Compiling tokio-native-tls v0.3.1
15742026-05-16T03:38:51.186Z Compiling winnow v0.5.40
15752026-05-16T03:38:51.186Z Compiling bitflags v1.3.2
15762026-05-16T03:38:51.186Z Compiling flate2 v1.1.9
15772026-05-16T03:38:51.186Z Compiling object v0.37.3
15782026-05-16T03:38:51.186Z Compiling same-file v1.0.6
15792026-05-16T03:38:51.187Z Compiling newtype-uuid v1.3.2
15802026-05-16T03:38:51.301Z Compiling foldhash v0.2.0
15812026-05-16T03:38:51.396Z Compiling tower-http v0.6.8
15822026-05-16T03:38:51.438Z Compiling managed v0.8.0
15832026-05-16T03:38:51.491Z Compiling unicode-segmentation v1.12.0
15842026-05-16T03:38:51.508Z Compiling foldhash v0.1.5
15852026-05-16T03:38:51.542Z Compiling libbz2-rs-sys v0.2.2
15862026-05-16T03:38:51.557Z Compiling clap_builder v4.5.60
15872026-05-16T03:38:51.668Z Compiling h2 v0.4.13
15882026-05-16T03:38:51.701Z Compiling hashbrown v0.15.5
15892026-05-16T03:38:51.850Z Compiling dof v0.3.0
15902026-05-16T03:38:51.997Z Compiling bzip2 v0.6.1
15912026-05-16T03:38:52.045Z Compiling hashbrown v0.16.1
15922026-05-16T03:38:52.065Z Compiling snafu v0.8.9
15932026-05-16T03:38:52.109Z Compiling strum v0.27.2
15942026-05-16T03:38:52.261Z Compiling daft v0.1.5
15952026-05-16T03:38:52.277Z Compiling walkdir v2.5.0
15962026-05-16T03:38:52.295Z Compiling toml_edit v0.19.15
15972026-05-16T03:38:52.306Z Compiling zopfli v0.8.3
15982026-05-16T03:38:52.493Z Compiling elliptic-curve v0.13.8
15992026-05-16T03:38:52.546Z Compiling phf v0.13.1
16002026-05-16T03:38:52.594Z Compiling signal-hook-mio v0.2.5
16012026-05-16T03:38:52.724Z Compiling cargo_metadata v0.19.2
16022026-05-16T03:38:53.180Z Compiling hubpack v0.1.2
16032026-05-16T03:38:53.180Z Compiling cookie_store v0.22.1
16042026-05-16T03:38:53.206Z Compiling usdt-attr-macro v0.6.0
16052026-05-16T03:38:53.206Z Compiling usdt-macro v0.6.0
16062026-05-16T03:38:53.206Z Compiling bzip2 v0.4.4
16072026-05-16T03:38:53.206Z Compiling futures v0.3.32
16082026-05-16T03:38:53.206Z Compiling postgres-types v0.2.12
16092026-05-16T03:38:53.206Z Compiling serde_with_macros v3.17.0
16102026-05-16T03:38:53.206Z Compiling zstd v0.13.3
16112026-05-16T03:38:53.206Z Compiling dtrace-parser v0.2.0
16122026-05-16T03:38:53.373Z Compiling globset v0.4.18
16132026-05-16T03:38:53.422Z Compiling ed25519 v2.2.3
16142026-05-16T03:38:53.681Z Compiling pkcs1 v0.7.5
16152026-05-16T03:38:54.133Z Compiling olpc-cjson v0.1.4
16162026-05-16T03:38:54.133Z Compiling serde_plain v1.0.2
16172026-05-16T03:38:54.156Z Compiling serde-big-array v0.5.1
16182026-05-16T03:38:54.156Z Compiling rfc6979 v0.4.0
16192026-05-16T03:38:54.156Z Compiling strum_macros v0.26.4
16202026-05-16T03:38:54.156Z Compiling async-recursion v1.1.1
16212026-05-16T03:38:54.156Z Compiling serde_repr v0.1.20
16222026-05-16T03:38:54.156Z Compiling clap_derive v4.5.55
16232026-05-16T03:38:54.156Z Compiling enum-as-inner v0.6.1
16242026-05-16T03:38:54.157Z Compiling phf_shared v0.11.3
16252026-05-16T03:38:54.214Z Compiling float-cmp v0.10.0
16262026-05-16T03:38:54.237Z Compiling pem v3.0.6
16272026-05-16T03:38:54.324Z Compiling thread-id v4.2.2
16282026-05-16T03:38:54.329Z Compiling memmap2 v0.9.10
16292026-05-16T03:38:54.387Z Compiling env_filter v1.0.0
16302026-05-16T03:38:54.429Z Compiling keccak v0.1.6
16312026-05-16T03:38:54.609Z Compiling rustc-hash v2.1.1
16322026-05-16T03:38:54.635Z Compiling hyper v1.8.1
16332026-05-16T03:38:54.645Z Compiling precomputed-hash v0.1.1
16342026-05-16T03:38:54.662Z Compiling whoami v2.1.0
16352026-05-16T03:38:54.662Z Compiling static_assertions v1.1.0
16362026-05-16T03:38:54.702Z Compiling data-encoding v2.10.0
16372026-05-16T03:38:54.753Z Compiling predicates-core v1.0.10
16382026-05-16T03:38:54.803Z Compiling difflib v0.4.0
16392026-05-16T03:38:54.803Z Compiling typed-path v0.9.3
16402026-05-16T03:38:54.845Z Compiling jiff v0.2.21
16412026-05-16T03:38:54.944Z Compiling new_debug_unreachable v1.0.6
16422026-05-16T03:38:54.972Z Compiling normalize-line-endings v0.3.0
16432026-05-16T03:38:55.091Z Compiling fixedbitset v0.5.7
16442026-05-16T03:38:55.117Z Compiling either v1.15.0
16452026-05-16T03:38:55.117Z Compiling fixedbitset v0.4.2
16462026-05-16T03:38:55.280Z Compiling itertools v0.13.0
16472026-05-16T03:38:55.316Z Compiling petgraph v0.6.5
16482026-05-16T03:38:55.316Z Compiling petgraph v0.8.3
16492026-05-16T03:38:55.354Z Compiling predicates v3.1.4
16502026-05-16T03:38:55.376Z Compiling string_cache v0.8.9
16512026-05-16T03:38:55.865Z Compiling hickory-proto v0.25.2
16522026-05-16T03:38:55.943Z Compiling tokio-postgres v0.7.16
16532026-05-16T03:38:55.943Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16542026-05-16T03:38:55.943Z Compiling iddqd v0.3.18
16552026-05-16T03:38:55.943Z Compiling hyper-util v0.1.20
16562026-05-16T03:38:55.987Z Compiling clap v4.5.60
16572026-05-16T03:38:55.997Z Compiling strum v0.26.3
16582026-05-16T03:38:56.040Z Compiling toml_edit v0.22.27
16592026-05-16T03:38:56.071Z Compiling sha3 v0.10.8
16602026-05-16T03:38:56.144Z Compiling env_logger v0.11.9
16612026-05-16T03:38:56.361Z Compiling usdt v0.6.0
16622026-05-16T03:38:56.520Z Compiling usdt-impl v0.5.0
16632026-05-16T03:38:56.520Z Compiling serde_with v3.17.0
16642026-05-16T03:38:56.550Z Compiling ecdsa v0.16.9
16652026-05-16T03:38:56.578Z Compiling crossterm v0.28.1
16662026-05-16T03:38:56.884Z Compiling rsa v0.9.10
16672026-05-16T03:38:56.923Z Compiling toml v0.7.8
16682026-05-16T03:38:56.979Z Compiling ed25519-dalek v2.2.0
16692026-05-16T03:38:57.136Z Compiling hyper-tls v0.6.0
16702026-05-16T03:38:57.488Z Compiling zip v4.6.1
16712026-05-16T03:38:57.531Z Compiling zip v0.6.6
16722026-05-16T03:38:58.139Z Compiling heck v0.4.1
16732026-05-16T03:38:58.222Z Compiling similar v2.7.0
16742026-05-16T03:38:58.222Z Compiling tokio-stream v0.1.18
16752026-05-16T03:38:58.222Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-05-16T03:38:58.222Z Compiling buf-list v1.1.2
16772026-05-16T03:38:58.282Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16782026-05-16T03:38:58.304Z Compiling openapiv3 v2.2.0
16792026-05-16T03:38:58.478Z Compiling x509-cert v0.2.5
16802026-05-16T03:38:58.496Z Compiling sha1 v0.10.6
16812026-05-16T03:38:58.512Z Compiling crossbeam-epoch v0.9.18
16822026-05-16T03:38:58.528Z Compiling toml_datetime v0.7.5+spec-1.1.0
16832026-05-16T03:38:58.571Z Compiling lalrpop-util v0.19.12
16842026-05-16T03:38:58.721Z Compiling peg-runtime v0.8.5
16852026-05-16T03:38:58.749Z Compiling thread_local v1.1.9
16862026-05-16T03:38:58.782Z Compiling slog-async v2.8.0
16872026-05-16T03:38:58.796Z Compiling crossbeam-channel v0.5.15
16882026-05-16T03:38:58.823Z Compiling filetime v0.2.27
16892026-05-16T03:38:58.896Z Compiling is-terminal v0.4.17
16902026-05-16T03:38:59.014Z Compiling take_mut v0.2.2
16912026-05-16T03:38:59.014Z Compiling term v1.2.1
16922026-05-16T03:38:59.059Z Compiling xattr v1.6.1
16932026-05-16T03:38:59.153Z Compiling tar v0.4.45
16942026-05-16T03:38:59.159Z Compiling slog-term v2.9.2
16952026-05-16T03:39:16.667Z Compiling rustls-webpki v0.103.9
16962026-05-16T03:39:19.607Z Compiling tokio-rustls v0.26.4
16972026-05-16T03:39:19.607Z Compiling rustls-platform-verifier v0.6.2
16982026-05-16T03:39:19.664Z Compiling hyper-rustls v0.27.7
16992026-05-16T03:39:19.871Z Compiling reqwest v0.12.28
17002026-05-16T03:39:19.871Z Compiling reqwest v0.13.2
17012026-05-16T03:39:21.076Z Compiling tough v0.22.0
17022026-05-16T03:39:23.548Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-05-16T03:39:23.855Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-05-16T03:39:26.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.85s
17052026-05-16T03:39:26.699Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17062026-05-16T03:39:26.772ZMay 16 03:39:26.533 INFO Starting download, target: Cockroach
17072026-05-16T03:39:26.772ZMay 16 03:39:26.534 INFO Starting download, target: Console
17082026-05-16T03:39:26.772ZMay 16 03:39:26.534 INFO Starting download, target: Clickhouse
17092026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Starting download, target: DendriteStub
17102026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Starting download, target: MaghemiteMgd
17112026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Starting download, target: TransceiverControl
17122026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17132026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17162026-05-16T03:39:26.813ZMay 16 03:39:26.534 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17172026-05-16T03:39:26.813ZMay 16 03:39:26.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-05-16T03:39:27.698ZMay 16 03:39:27.437 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17192026-05-16T03:39:27.835ZMay 16 03:39:27.555 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-05-16T03:39:27.939ZMay 16 03:39:27.647 INFO Download complete, target: TransceiverControl
17212026-05-16T03:39:28.064ZMay 16 03:39:27.800 INFO Download complete, target: Console
17222026-05-16T03:39:28.560ZMay 16 03:39:28.323 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17232026-05-16T03:39:30.163ZMay 16 03:39:29.928 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17242026-05-16T03:39:31.195ZMay 16 03:39:30.984 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-05-16T03:39:32.458ZMay 16 03:39:32.226 INFO Download complete, target: DendriteStub
17262026-05-16T03:39:33.257ZMay 16 03:39:33.035 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-05-16T03:39:33.257ZMay 16 03:39:33.035 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-05-16T03:39:33.613ZMay 16 03:39:33.375 INFO Download complete, target: MaghemiteMgd
17292026-05-16T03:39:35.291ZMay 16 03:39:35.082 INFO Checking that binary works, target: Clickhouse
17302026-05-16T03:39:35.393ZMay 16 03:39:35.188 INFO Download complete, target: Clickhouse
17312026-05-16T03:39:37.839ZMay 16 03:39:37.597 INFO Checking that binary works, target: Cockroach
17322026-05-16T03:39:37.947ZMay 16 03:39:37.723 INFO Download complete, target: Cockroach
17332026-05-16T03:39:38.251ZAll prerequisites installed successfully
17342026-05-16T03:39:38.251Z
17352026-05-16T03:39:38.251Zreal 2:00.319219681
17362026-05-16T03:39:38.251Zuser 6:55.109642844
17372026-05-16T03:39:38.251Zsys 1:40.733201202
17382026-05-16T03:39:38.251Ztrap 0.269126815
17392026-05-16T03:39:38.251Ztflt 1.254942342
17402026-05-16T03:39:38.251Zdflt 1.739181779
17412026-05-16T03:39:38.251Zkflt 0.024666343
17422026-05-16T03:39:38.251Zlock 23:45.473718988
17432026-05-16T03:39:38.251Zslp 18:48.054237203
17442026-05-16T03:39:38.251Zlat 25.414462663
17452026-05-16T03:39:38.251Zstop 2:57.672482940
17462026-05-16T03:39:38.251Z+ ptime -m cargo xtask download softnpu
17472026-05-16T03:39:38.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17482026-05-16T03:39:38.986Z Running `target/debug/xtask download softnpu`
17492026-05-16T03:39:39.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17502026-05-16T03:39:39.516Z Running `target/debug/xtask-downloader softnpu`
17512026-05-16T03:39:40.992ZMay 16 03:39:39.198 INFO Starting download, target: Softnpu
17522026-05-16T03:39:40.992ZMay 16 03:39:39.199 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17532026-05-16T03:39:45.812ZMay 16 03:39:45.561 INFO Download complete, target: Softnpu
17542026-05-16T03:39:45.948Z
17552026-05-16T03:39:45.948Zreal 7.829113650
17562026-05-16T03:39:45.948Zuser 1.401913906
17572026-05-16T03:39:45.948Zsys 0.718245128
17582026-05-16T03:39:45.949Ztrap 0.000884510
17592026-05-16T03:39:45.949Ztflt 0.000043370
17602026-05-16T03:39:45.949Zdflt 0.000203700
17612026-05-16T03:39:45.949Zkflt 0.000000000
17622026-05-16T03:39:45.949Zlock 2:04.898036159
17632026-05-16T03:39:45.949Zslp 6.175761296
17642026-05-16T03:39:45.949Zlat 0.179347667
17652026-05-16T03:39:45.949Zstop 0.000193560
17662026-05-16T03:39:45.949Z+ export CARGO_INCREMENTAL=0
17672026-05-16T03:39:45.949Z+ CARGO_INCREMENTAL=0
17682026-05-16T03:39:45.949Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17692026-05-16T03:39:46.667Z Compiling proc-macro2 v1.0.106
17702026-05-16T03:39:46.667Z Compiling quote v1.0.45
17712026-05-16T03:39:46.667Z Compiling unicode-ident v1.0.24
17722026-05-16T03:39:46.667Z Compiling libc v0.2.185
17732026-05-16T03:39:46.667Z Compiling serde_core v1.0.228
17742026-05-16T03:39:46.806Z Compiling serde v1.0.228
17752026-05-16T03:39:46.806Z Compiling cfg-if v1.0.4
17762026-05-16T03:39:46.806Z Compiling version_check v0.9.5
17772026-05-16T03:39:46.806Z Compiling find-msvc-tools v0.1.9
17782026-05-16T03:39:46.806Z Compiling shlex v1.3.0
17792026-05-16T03:39:46.910Z Compiling typenum v1.19.0
17802026-05-16T03:39:46.950Z Compiling zmij v1.0.21
17812026-05-16T03:39:46.950Z Compiling autocfg v1.5.0
17822026-05-16T03:39:46.950Z Compiling serde_json v1.0.149
17832026-05-16T03:39:46.951Z Compiling memchr v2.8.0
17842026-05-16T03:39:47.120Z Compiling portable-atomic v1.13.1
17852026-05-16T03:39:47.206Z Compiling libm v0.2.16
17862026-05-16T03:39:47.234Z Compiling zerocopy v0.8.40
17872026-05-16T03:39:47.277Z Compiling generic-array v0.14.7
17882026-05-16T03:39:47.348Z Compiling smallvec v1.15.1
17892026-05-16T03:39:47.408Z Compiling num-traits v0.2.19
17902026-05-16T03:39:47.426Z Compiling parking_lot_core v0.9.12
17912026-05-16T03:39:47.426Z Compiling icu_properties_data v2.1.2
17922026-05-16T03:39:47.426Z Compiling icu_normalizer_data v2.1.1
17932026-05-16T03:39:47.440Z Compiling itoa v1.0.17
17942026-05-16T03:39:47.497Z Compiling getrandom v0.4.1
17952026-05-16T03:39:47.522Z Compiling log v0.4.29
17962026-05-16T03:39:47.607Z Compiling stable_deref_trait v1.2.1
17972026-05-16T03:39:47.676Z Compiling pkg-config v0.3.32
17982026-05-16T03:39:47.760Z Compiling subtle v2.6.1
17992026-05-16T03:39:47.760Z Compiling getrandom v0.2.17
18002026-05-16T03:39:47.760Z Compiling errno v0.3.14
18012026-05-16T03:39:47.802Z Compiling jobserver v0.1.34
18022026-05-16T03:39:47.828Z Compiling scopeguard v1.2.0
18032026-05-16T03:39:47.845Z Compiling rand_core v0.6.4
18042026-05-16T03:39:47.965Z Compiling lock_api v0.4.14
18052026-05-16T03:39:47.988Z Compiling cc v1.2.56
18062026-05-16T03:39:48.091Z Compiling writeable v0.6.2
18072026-05-16T03:39:48.140Z Compiling syn v2.0.117
18082026-05-16T03:39:48.140Z Compiling litemap v0.8.1
18092026-05-16T03:39:48.140Z Compiling percent-encoding v2.3.2
18102026-05-16T03:39:48.257Z Compiling fnv v1.0.7
18112026-05-16T03:39:48.330Z Compiling pin-project-lite v0.2.17
18122026-05-16T03:39:48.330Z Compiling thiserror v2.0.18
18132026-05-16T03:39:48.373Z Compiling getrandom v0.3.4
18142026-05-16T03:39:48.601Z Compiling equivalent v1.0.2
18152026-05-16T03:39:48.601Z Compiling fs_extra v1.3.0
18162026-05-16T03:39:48.602Z Compiling dunce v1.0.5
18172026-05-16T03:39:48.630Z Compiling utf8_iter v1.0.4
18182026-05-16T03:39:48.630Z Compiling rustversion v1.0.22
18192026-05-16T03:39:48.630Z Compiling schemars v0.8.22
18202026-05-16T03:39:48.630Z Compiling rand_core v0.10.0
18212026-05-16T03:39:48.630Z Compiling form_urlencoded v1.2.2
18222026-05-16T03:39:48.689Z Compiling critical-section v1.2.0
18232026-05-16T03:39:48.727Z Compiling cmake v0.1.57
18242026-05-16T03:39:48.754Z Compiling signal-hook-registry v1.4.8
18252026-05-16T03:39:48.801Z Compiling hashbrown v0.17.0
18262026-05-16T03:39:48.838Z Compiling rustix v1.1.3
18272026-05-16T03:39:48.901Z Compiling mio v1.2.0
18282026-05-16T03:39:49.050Z Compiling once_cell v1.21.3
18292026-05-16T03:39:49.162Z Compiling parking_lot v0.12.5
18302026-05-16T03:39:49.295Z Compiling bitflags v2.11.0
18312026-05-16T03:39:49.412Z Compiling semver v1.0.28
18322026-05-16T03:39:49.412Z Compiling socket2 v0.6.3
18332026-05-16T03:39:49.527Z Compiling ring v0.17.14
18342026-05-16T03:39:49.527Z Compiling aws-lc-sys v0.40.0
18352026-05-16T03:39:49.527Z Compiling indexmap v2.14.0
18362026-05-16T03:39:49.527Z Compiling const-oid v0.9.6
18372026-05-16T03:39:49.685Z Compiling aws-lc-rs v1.16.3
18382026-05-16T03:39:49.737Z Compiling heck v0.5.0
18392026-05-16T03:39:49.737Z Compiling futures-core v0.3.32
18402026-05-16T03:39:49.768Z Compiling httparse v1.10.1
18412026-05-16T03:39:49.891Z Compiling vcpkg v0.2.15
18422026-05-16T03:39:49.920Z Compiling thiserror v1.0.69
18432026-05-16T03:39:49.920Z Compiling strsim v0.11.1
18442026-05-16T03:39:50.033Z Compiling iana-time-zone v0.1.65
18452026-05-16T03:39:50.064Z Compiling byteorder v1.5.0
18462026-05-16T03:39:50.080Z Compiling ucd-trie v0.1.7
18472026-05-16T03:39:50.189Z Compiling regex-syntax v0.8.10
18482026-05-16T03:39:50.246Z Compiling syn v1.0.109
18492026-05-16T03:39:50.246Z Compiling ident_case v1.0.1
18502026-05-16T03:39:50.268Z Compiling pest v2.8.6
18512026-05-16T03:39:50.268Z Compiling uuid v1.23.0
18522026-05-16T03:39:50.280Z Compiling rustls v0.23.37
18532026-05-16T03:39:50.306Z Compiling cpufeatures v0.2.17
18542026-05-16T03:39:50.389Z Compiling openssl-sys v0.9.115
18552026-05-16T03:39:50.570Z Compiling futures-sink v0.3.32
18562026-05-16T03:39:50.570Z Compiling rustc_version v0.4.1
18572026-05-16T03:39:50.673Z Compiling futures-task v0.3.32
18582026-05-16T03:39:50.713Z Compiling futures-io v0.3.32
18592026-05-16T03:39:50.713Z Compiling futures-channel v0.3.32
18602026-05-16T03:39:50.818Z Compiling slab v0.4.12
18612026-05-16T03:39:50.891Z Compiling synstructure v0.13.2
18622026-05-16T03:39:50.985Z Compiling serde_derive_internals v0.29.1
18632026-05-16T03:39:50.985Z Compiling aho-corasick v1.1.4
18642026-05-16T03:39:51.122Z Compiling dyn-clone v1.0.20
18652026-05-16T03:39:51.285Z Compiling base64 v0.22.1
18662026-05-16T03:39:51.438Z Compiling crc32fast v1.5.0
18672026-05-16T03:39:51.438Z Compiling plain v0.2.3
18682026-05-16T03:39:51.494Z Compiling pest_meta v2.8.6
18692026-05-16T03:39:51.494Z Compiling openssl v0.10.79
18702026-05-16T03:39:51.494Z Compiling num-conv v0.2.0
18712026-05-16T03:39:51.587Z Compiling crossbeam-utils v0.8.21
18722026-05-16T03:39:51.838Z Compiling time-core v0.1.8
18732026-05-16T03:39:51.889Z Compiling native-tls v0.2.18
18742026-05-16T03:39:51.889Z Compiling pretty-hex v0.4.1
18752026-05-16T03:39:51.889Z Compiling time-macros v0.2.27
18762026-05-16T03:39:51.889Z Compiling base64ct v1.8.3
18772026-05-16T03:39:51.889Z Compiling anyhow v1.0.102
18782026-05-16T03:39:51.889Z Compiling regex-automata v0.4.14
18792026-05-16T03:39:51.889Z Compiling darling_core v0.21.3
18802026-05-16T03:39:51.987Z Compiling pest_generator v2.8.6
18812026-05-16T03:39:52.037Z Compiling pem-rfc7468 v0.7.0
18822026-05-16T03:39:52.078Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-05-16T03:39:52.078Z Compiling tracing-core v0.1.36
18842026-05-16T03:39:52.573Z Compiling serde_derive v1.0.228
18852026-05-16T03:39:53.654Z Compiling zeroize_derive v1.4.3
18862026-05-16T03:39:53.654Z Compiling zerofrom-derive v0.1.6
18872026-05-16T03:39:53.654Z Compiling yoke-derive v0.8.1
18882026-05-16T03:39:53.654Z Compiling zerovec-derive v0.11.2
18892026-05-16T03:39:53.655Z Compiling displaydoc v0.2.5
18902026-05-16T03:39:53.655Z Compiling zerocopy-derive v0.8.40
18912026-05-16T03:39:53.693Z Compiling tokio-macros v2.7.0
18922026-05-16T03:39:53.694Z Compiling futures-macro v0.3.32
18932026-05-16T03:39:53.694Z Compiling zeroize v1.8.2
18942026-05-16T03:39:53.694Z Compiling thiserror-impl v2.0.18
18952026-05-16T03:39:53.694Z Compiling schemars_derive v0.8.22
18962026-05-16T03:39:53.694Z Compiling tracing-attributes v0.1.31
18972026-05-16T03:39:53.694Z Compiling der_derive v0.7.3
18982026-05-16T03:39:53.694Z Compiling zerofrom v0.1.6
18992026-05-16T03:39:53.694Z Compiling yoke v0.8.1
19002026-05-16T03:39:53.694Z Compiling crypto-common v0.1.7
19012026-05-16T03:39:53.777Z Compiling zerovec v0.11.5
19022026-05-16T03:39:53.800Z Compiling zerotrie v0.2.3
19032026-05-16T03:39:53.888Z Compiling block-buffer v0.10.4
19042026-05-16T03:39:54.034Z Compiling digest v0.10.7
19052026-05-16T03:39:54.262Z Compiling thiserror-impl v1.0.69
19062026-05-16T03:39:54.330Z Compiling tinystr v0.8.2
19072026-05-16T03:39:54.371Z Compiling potential_utf v0.1.4
19082026-05-16T03:39:54.400Z Compiling pest_derive v2.8.6
19092026-05-16T03:39:54.449Z Compiling futures-util v0.3.32
19102026-05-16T03:39:54.492Z Compiling hmac v0.12.1
19112026-05-16T03:39:54.550Z Compiling icu_locale_core v2.1.1
19122026-05-16T03:39:54.581Z Compiling icu_collections v2.1.1
19132026-05-16T03:39:54.822Z Compiling block-padding v0.3.3
19142026-05-16T03:39:54.963Z Compiling inout v0.1.4
19152026-05-16T03:39:55.120Z Compiling rustls-pki-types v1.14.0
19162026-05-16T03:39:55.217Z Compiling bytes v1.11.1
19172026-05-16T03:39:55.250Z Compiling icu_provider v2.1.1
19182026-05-16T03:39:55.300Z Compiling chrono v0.4.44
19192026-05-16T03:39:55.318Z Compiling openssl-macros v0.1.1
19202026-05-16T03:39:55.335Z Compiling serde_tokenstream v0.2.3
19212026-05-16T03:39:55.581Z Compiling icu_properties v2.1.2
19222026-05-16T03:39:55.647Z Compiling icu_normalizer v2.1.1
19232026-05-16T03:39:55.755Z Compiling cipher v0.4.4
19242026-05-16T03:39:55.868Z Compiling tokio v1.52.1
19252026-05-16T03:39:56.158Z Compiling sha2 v0.10.9
19262026-05-16T03:39:56.518Z Compiling idna_adapter v1.2.1
19272026-05-16T03:39:56.639Z Compiling idna v1.1.0
19282026-05-16T03:39:56.689Z Compiling scroll_derive v0.12.1
19292026-05-16T03:39:56.880Z Compiling ppv-lite86 v0.2.21
19302026-05-16T03:39:57.017Z Compiling url v2.5.8
19312026-05-16T03:39:57.086Z Compiling scroll_derive v0.13.1
19322026-05-16T03:39:57.103Z Compiling http v1.4.0
19332026-05-16T03:39:57.184Z Compiling untrusted v0.9.0
19342026-05-16T03:39:57.383Z Compiling flagset v0.4.7
19352026-05-16T03:39:57.403Z Compiling tracing v0.1.44
19362026-05-16T03:39:57.487Z Compiling der v0.7.10
19372026-05-16T03:39:57.605Z Compiling regex v1.12.3
19382026-05-16T03:39:57.812Z Compiling darling_macro v0.21.3
19392026-05-16T03:39:57.887Z Compiling zerocopy-derive v0.7.35
19402026-05-16T03:39:58.031Z Compiling rand_core v0.9.5
19412026-05-16T03:39:58.158Z Compiling slog v2.8.2
19422026-05-16T03:39:58.634Z Compiling spki v0.7.3
19432026-05-16T03:39:58.700Z Compiling darling v0.21.3
19442026-05-16T03:39:58.700Z Compiling salsa20 v0.10.2
19452026-05-16T03:39:58.700Z Compiling pbkdf2 v0.12.2
19462026-05-16T03:39:59.235Z Compiling cookie v0.18.1
19472026-05-16T03:39:59.295Z Compiling camino v1.2.2
19482026-05-16T03:39:59.426Z Compiling scrypt v0.11.0
19492026-05-16T03:39:59.458Z Compiling rand_chacha v0.9.0
19502026-05-16T03:39:59.483Z Compiling http-body v1.0.1
19512026-05-16T03:39:59.520Z Compiling aes v0.8.4
19522026-05-16T03:39:59.531Z Compiling cbc v0.1.2
19532026-05-16T03:39:59.651Z Compiling tokio-util v0.7.18
19542026-05-16T03:39:59.706Z Compiling usdt-impl v0.5.0
19552026-05-16T03:39:59.837Z Compiling either v1.15.0
19562026-05-16T03:39:59.887Z Compiling ref-cast v1.0.25
19572026-05-16T03:39:59.907Z Compiling tinyvec_macros v0.1.1
19582026-05-16T03:40:00.972Z Compiling untrusted v0.7.1
19592026-05-16T03:40:01.080Z Compiling paste v1.0.15
19602026-05-16T03:40:01.080Z Compiling openssl-probe v0.2.1
19612026-05-16T03:40:01.080Z Compiling usdt-impl v0.6.0
19622026-05-16T03:40:01.080Z Compiling winnow v0.7.14
19632026-05-16T03:40:01.080Z Compiling atomic-waker v1.1.2
19642026-05-16T03:40:01.080Z Compiling tinyvec v1.10.0
19652026-05-16T03:40:01.080Z Compiling pkcs5 v0.7.1
19662026-05-16T03:40:01.080Z Compiling rand v0.9.2
19672026-05-16T03:40:01.080Z Compiling scroll v0.13.0
19682026-05-16T03:40:01.080Z Compiling scroll v0.12.0
19692026-05-16T03:40:01.080Z Compiling toml_datetime v0.6.11
19702026-05-16T03:40:01.080Z Compiling serde_spanned v0.6.9
19712026-05-16T03:40:01.080Z Compiling async-trait v0.1.89
19722026-05-16T03:40:01.080Z Compiling heapless v0.7.17
19732026-05-16T03:40:01.229Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-05-16T03:40:01.264Z Compiling try-lock v0.2.5
19752026-05-16T03:40:01.265Z Compiling signal-hook v0.3.18
19762026-05-16T03:40:01.265Z Compiling tower-layer v0.3.3
19772026-05-16T03:40:01.314Z Compiling zstd-safe v7.2.4
19782026-05-16T03:40:01.477Z Compiling fastrand v2.3.0
19792026-05-16T03:40:01.510Z Compiling tower-service v0.3.3
19802026-05-16T03:40:01.591Z Compiling want v0.3.1
19812026-05-16T03:40:01.605Z Compiling h2 v0.4.13
19822026-05-16T03:40:01.633Z Compiling toml_parser v1.0.9+spec-1.1.0
19832026-05-16T03:40:01.726Z Compiling goblin v0.8.2
19842026-05-16T03:40:01.746Z Compiling goblin v0.10.5
19852026-05-16T03:40:01.896Z Compiling pkcs8 v0.10.2
19862026-05-16T03:40:02.011Z Compiling zerocopy v0.7.35
19872026-05-16T03:40:02.153Z Compiling ipnet v2.11.0
19882026-05-16T03:40:02.217Z Compiling ref-cast-impl v1.0.25
19892026-05-16T03:40:02.423Z Compiling darling_core v0.20.11
19902026-05-16T03:40:02.586Z Compiling curve25519-dalek v4.1.3
19912026-05-16T03:40:02.661Z Compiling toml_datetime v0.7.5+spec-1.1.0
19922026-05-16T03:40:02.860Z Compiling memoffset v0.9.1
19932026-05-16T03:40:03.040Z Compiling litrs v1.0.0
19942026-05-16T03:40:03.085Z Compiling httpdate v1.0.3
19952026-05-16T03:40:03.233Z Compiling rustix v0.38.44
19962026-05-16T03:40:03.321Z Compiling winnow v0.5.40
19972026-05-16T03:40:03.416Z Compiling foreign-types-shared v0.1.1
19982026-05-16T03:40:03.519Z Compiling pin-utils v0.1.0
19992026-05-16T03:40:03.599Z Compiling foreign-types v0.3.2
20002026-05-16T03:40:03.645Z Compiling document-features v0.2.12
20012026-05-16T03:40:03.684Z Compiling tempfile v3.25.0
20022026-05-16T03:40:04.013Z Compiling dof v0.3.0
20032026-05-16T03:40:04.209Z Compiling unicode-normalization v0.1.25
20042026-05-16T03:40:04.571Z Compiling darling_macro v0.20.11
20052026-05-16T03:40:04.571Z Compiling dtrace-parser v0.2.0
20062026-05-16T03:40:04.658Z Compiling dof v0.4.0
20072026-05-16T03:40:04.720Z Compiling toml_edit v0.19.15
20082026-05-16T03:40:04.720Z Compiling hyper v1.8.1
20092026-05-16T03:40:04.908Z Compiling dtrace-parser v0.3.0
20102026-05-16T03:40:04.968Z Compiling daft-derive v0.1.5
20112026-05-16T03:40:05.047Z Compiling pin-project-internal v1.1.11
20122026-05-16T03:40:05.103Z Compiling spin v0.9.8
20132026-05-16T03:40:05.138Z Compiling thread-id v5.1.0
20142026-05-16T03:40:05.234Z Compiling thread-id v4.2.2
20152026-05-16T03:40:05.297Z Compiling cfg_aliases v0.2.1
20162026-05-16T03:40:05.329Z Compiling smoltcp v0.9.1
20172026-05-16T03:40:05.329Z Compiling num-bigint-dig v0.8.6
20182026-05-16T03:40:05.469Z Compiling powerfmt v0.2.0
20192026-05-16T03:40:05.496Z Compiling nix v0.31.2
20202026-05-16T03:40:05.646Z Compiling deranged v0.5.8
20212026-05-16T03:40:05.747Z Compiling hyper-util v0.1.20
20222026-05-16T03:40:07.344Z Compiling darling v0.20.11
20232026-05-16T03:40:07.440Z Compiling rustls-native-certs v0.8.3
20242026-05-16T03:40:07.440Z Compiling ipnetwork v0.21.1
20252026-05-16T03:40:07.440Z Compiling strum_macros v0.26.4
20262026-05-16T03:40:07.440Z Compiling curve25519-dalek-derive v0.1.1
20272026-05-16T03:40:07.440Z Compiling sync_wrapper v1.0.2
20282026-05-16T03:40:07.440Z Compiling wait-timeout v0.2.1
20292026-05-16T03:40:07.440Z Compiling bit-vec v0.8.0
20302026-05-16T03:40:07.440Z Compiling quick-error v1.2.3
20312026-05-16T03:40:07.440Z Compiling num_threads v0.1.7
20322026-05-16T03:40:07.440Z Compiling simd-adler32 v0.3.8
20332026-05-16T03:40:07.531Z Compiling utf8parse v0.2.2
20342026-05-16T03:40:07.531Z Compiling siphasher v1.0.2
20352026-05-16T03:40:07.561Z Compiling anstyle v1.0.13
20362026-05-16T03:40:07.624Z Compiling anstyle-parse v0.2.7
20372026-05-16T03:40:07.690Z Compiling time v0.3.47
20382026-05-16T03:40:07.793Z Compiling rusty-fork v0.3.1
20392026-05-16T03:40:08.120Z Compiling bit-set v0.8.0
20402026-05-16T03:40:08.124Z Compiling tower v0.5.3
20412026-05-16T03:40:08.161Z Compiling derive_builder_core v0.20.2
20422026-05-16T03:40:08.282Z Compiling http-body-util v0.1.3
20432026-05-16T03:40:08.532Z Compiling webpki-roots v1.0.6
20442026-05-16T03:40:08.576Z Compiling rand_xorshift v0.4.0
20452026-05-16T03:40:08.662Z Compiling signature v2.2.0
20462026-05-16T03:40:08.671Z Compiling hubpack_derive v0.1.1
20472026-05-16T03:40:08.716Z Compiling strum_macros v0.27.2
20482026-05-16T03:40:08.753Z Compiling snafu-derive v0.8.9
20492026-05-16T03:40:08.984Z Compiling fs-err v3.3.0
20502026-05-16T03:40:09.101Z Compiling ahash v0.8.12
20512026-05-16T03:40:09.212Z Compiling iri-string v0.7.10
20522026-05-16T03:40:09.212Z Compiling object v0.37.3
20532026-05-16T03:40:09.334Z Compiling adler2 v2.0.1
20542026-05-16T03:40:09.335Z Compiling ryu v1.0.23
20552026-05-16T03:40:09.374Z Compiling colorchoice v1.0.4
20562026-05-16T03:40:09.374Z Compiling unarray v0.1.4
20572026-05-16T03:40:09.402Z Compiling unicode-properties v0.1.4
20582026-05-16T03:40:09.496Z Compiling is_terminal_polyfill v1.70.2
20592026-05-16T03:40:09.542Z Compiling unicode-segmentation v1.12.0
20602026-05-16T03:40:09.585Z Compiling anstyle-query v1.1.5
20612026-05-16T03:40:09.644Z Compiling unicode-bidi v0.3.18
20622026-05-16T03:40:09.644Z Compiling allocator-api2 v0.2.21
20632026-05-16T03:40:09.687Z Compiling serde_urlencoded v0.7.1
20642026-05-16T03:40:09.731Z Compiling anstream v0.6.21
20652026-05-16T03:40:09.877Z Compiling proptest v1.10.0
20662026-05-16T03:40:09.956Z Compiling stringprep v0.1.5
20672026-05-16T03:40:09.979Z Compiling miniz_oxide v0.8.9
20682026-05-16T03:40:10.169Z Compiling derive_builder_macro v0.20.2
20692026-05-16T03:40:10.312Z Compiling tower-http v0.6.8
20702026-05-16T03:40:10.503Z Compiling tokio-native-tls v0.3.1
20712026-05-16T03:40:10.533Z Compiling usdt-macro v0.6.0
20722026-05-16T03:40:10.533Z Compiling usdt-attr-macro v0.6.0
20732026-05-16T03:40:10.762Z Compiling rand_chacha v0.3.1
20742026-05-16T03:40:10.811Z Compiling erased-serde v0.3.31
20752026-05-16T03:40:10.940Z Compiling md-5 v0.10.6
20762026-05-16T03:40:10.964Z Compiling bstr v1.12.1
20772026-05-16T03:40:11.125Z Compiling num-integer v0.1.46
20782026-05-16T03:40:11.193Z Compiling hash32 v0.2.1
20792026-05-16T03:40:11.224Z Compiling vergen-lib v0.1.6
20802026-05-16T03:40:11.253Z Compiling ff v0.13.1
20812026-05-16T03:40:11.302Z Compiling psl-types v2.0.11
20822026-05-16T03:40:11.460Z Compiling fallible-iterator v0.2.0
20832026-05-16T03:40:11.486Z Compiling zlib-rs v0.6.2
20842026-05-16T03:40:11.486Z Compiling base16ct v0.2.0
20852026-05-16T03:40:11.486Z Compiling publicsuffix v2.3.0
20862026-05-16T03:40:11.562Z Compiling group v0.13.0
20872026-05-16T03:40:11.607Z Compiling num-iter v0.1.45
20882026-05-16T03:40:11.607Z Compiling sec1 v0.7.3
20892026-05-16T03:40:11.690Z Compiling postgres-protocol v0.6.10
20902026-05-16T03:40:11.818Z Compiling rand v0.8.6
20912026-05-16T03:40:11.998Z Compiling newtype-uuid v1.3.2
20922026-05-16T03:40:12.075Z Compiling oxnet v0.1.4
20932026-05-16T03:40:12.305Z Compiling derive_builder v0.20.2
20942026-05-16T03:40:12.336Z Compiling hyper-tls v0.6.0
20952026-05-16T03:40:12.440Z Compiling heck v0.4.1
20962026-05-16T03:40:12.465Z Compiling phf_shared v0.13.1
20972026-05-16T03:40:12.561Z Compiling pin-project v1.1.11
20982026-05-16T03:40:12.601Z Compiling lazy_static v1.5.0
20992026-05-16T03:40:12.725Z Compiling terminal_size v0.4.3
21002026-05-16T03:40:12.763Z Compiling serde_with_macros v3.17.0
21012026-05-16T03:40:12.784Z Compiling futures-executor v0.3.32
21022026-05-16T03:40:12.897Z Compiling hex v0.4.3
21032026-05-16T03:40:12.998Z Compiling cargo-platform v0.1.9
21042026-05-16T03:40:13.050Z Compiling hkdf v0.12.4
21052026-05-16T03:40:13.202Z Compiling crypto-bigint v0.5.5
21062026-05-16T03:40:13.219Z Compiling enum-as-inner v0.6.1
21072026-05-16T03:40:13.219Z Compiling async-recursion v1.1.1
21082026-05-16T03:40:13.237Z Compiling serde_repr v0.1.20
21092026-05-16T03:40:13.267Z Compiling clap_derive v4.5.55
21102026-05-16T03:40:13.302Z Compiling vergen v9.0.6
21112026-05-16T03:40:13.562Z Compiling flate2 v1.1.9
21122026-05-16T03:40:13.743Z Compiling encoding_rs v0.8.35
21132026-05-16T03:40:13.783Z Compiling bumpalo v3.20.2
21142026-05-16T03:40:13.825Z Compiling same-file v1.0.6
21152026-05-16T03:40:13.913Z Compiling managed v0.8.0
21162026-05-16T03:40:13.950Z Compiling foldhash v0.1.5
21172026-05-16T03:40:13.950Z Compiling libbz2-rs-sys v0.2.2
21182026-05-16T03:40:13.979Z Compiling foldhash v0.2.0
21192026-05-16T03:40:13.999Z Compiling bitflags v1.3.2
21202026-05-16T03:40:14.036Z Compiling clap_lex v1.0.0
21212026-05-16T03:40:14.129Z Compiling mime v0.3.17
21222026-05-16T03:40:14.235Z Compiling clap_builder v4.5.60
21232026-05-16T03:40:14.273Z Compiling hashbrown v0.16.1
21242026-05-16T03:40:14.322Z Compiling bzip2 v0.6.1
21252026-05-16T03:40:14.514Z Compiling elliptic-curve v0.13.8
21262026-05-16T03:40:14.553Z Compiling hashbrown v0.15.5
21272026-05-16T03:40:14.687Z Compiling zopfli v0.8.3
21282026-05-16T03:40:14.881Z Compiling walkdir v2.5.0
21292026-05-16T03:40:14.960Z Compiling zstd v0.13.3
21302026-05-16T03:40:15.123Z Compiling cargo_metadata v0.19.2
21312026-05-16T03:40:15.287Z Compiling futures v0.3.32
21322026-05-16T03:40:15.596Z Compiling phf v0.13.1
21332026-05-16T03:40:15.769Z Compiling snafu v0.8.9
21342026-05-16T03:40:15.769Z Compiling signal-hook-mio v0.2.5
21352026-05-16T03:40:15.769Z Compiling daft v0.1.5
21362026-05-16T03:40:15.789Z Compiling cookie_store v0.22.1
21372026-05-16T03:40:15.789Z Compiling postgres-types v0.2.12
21382026-05-16T03:40:15.789Z Compiling bzip2 v0.4.4
21392026-05-16T03:40:15.789Z Compiling globset v0.4.18
21402026-05-16T03:40:16.007Z Compiling strum v0.27.2
21412026-05-16T03:40:16.328Z Compiling hubpack v0.1.2
21422026-05-16T03:40:16.647Z Compiling ed25519 v2.2.3
21432026-05-16T03:40:16.647Z Compiling phf_shared v0.11.3
21442026-05-16T03:40:16.647Z Compiling crossbeam-epoch v0.9.18
21452026-05-16T03:40:16.647Z Compiling olpc-cjson v0.1.4
21462026-05-16T03:40:16.647Z Compiling pkcs1 v0.7.5
21472026-05-16T03:40:16.647Z Compiling pem v3.0.6
21482026-05-16T03:40:16.768Z Compiling serde-big-array v0.5.1
21492026-05-16T03:40:16.875Z Compiling serde_plain v1.0.2
21502026-05-16T03:40:16.875Z Compiling rfc6979 v0.4.0
21512026-05-16T03:40:16.875Z Compiling float-cmp v0.10.0
21522026-05-16T03:40:16.980Z Compiling env_filter v1.0.0
21532026-05-16T03:40:16.980Z Compiling memmap2 v0.9.10
21542026-05-16T03:40:17.037Z Compiling normalize-line-endings v0.3.0
21552026-05-16T03:40:17.037Z Compiling fixedbitset v0.5.7
21562026-05-16T03:40:17.037Z Compiling data-encoding v2.10.0
21572026-05-16T03:40:17.037Z Compiling fixedbitset v0.4.2
21582026-05-16T03:40:17.116Z Compiling precomputed-hash v0.1.1
21592026-05-16T03:40:17.198Z Compiling rustc-hash v2.1.1
21602026-05-16T03:40:17.198Z Compiling keccak v0.1.6
21612026-05-16T03:40:17.198Z Compiling typed-path v0.9.3
21622026-05-16T03:40:17.198Z Compiling difflib v0.4.0
21632026-05-16T03:40:18.621Z Compiling new_debug_unreachable v1.0.6
21642026-05-16T03:40:18.741Z Compiling jiff v0.2.21
21652026-05-16T03:40:18.741Z Compiling whoami v2.1.0
21662026-05-16T03:40:18.741Z Compiling static_assertions v1.1.0
21672026-05-16T03:40:18.741Z Compiling predicates-core v1.0.10
21682026-05-16T03:40:18.741Z Compiling toml_write v0.1.2
21692026-05-16T03:40:18.741Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21702026-05-16T03:40:18.741Z Compiling tokio-postgres v0.7.16
21712026-05-16T03:40:18.741Z Compiling predicates v3.1.4
21722026-05-16T03:40:18.741Z Compiling toml_edit v0.22.27
21732026-05-16T03:40:18.741Z Compiling string_cache v0.8.9
21742026-05-16T03:40:18.741Z Compiling hickory-proto v0.25.2
21752026-05-16T03:40:18.741Z Compiling sha3 v0.10.8
21762026-05-16T03:40:18.741Z Compiling iddqd v0.3.18
21772026-05-16T03:40:18.741Z Compiling petgraph v0.8.3
21782026-05-16T03:40:18.741Z Compiling petgraph v0.6.5
21792026-05-16T03:40:18.741Z Compiling usdt v0.6.0
21802026-05-16T03:40:18.741Z Compiling env_logger v0.11.9
21812026-05-16T03:40:18.741Z Compiling ecdsa v0.16.9
21822026-05-16T03:40:19.090Z Compiling rsa v0.9.10
21832026-05-16T03:40:19.316Z Compiling ed25519-dalek v2.2.0
21842026-05-16T03:40:19.933Z Compiling zip v4.6.1
21852026-05-16T03:40:19.989Z Compiling crossterm v0.28.1
21862026-05-16T03:40:20.030Z Compiling zip v0.6.6
21872026-05-16T03:40:20.298Z Compiling clap v4.5.60
21882026-05-16T03:40:20.535Z Compiling serde_with v3.17.0
21892026-05-16T03:40:21.175Z Compiling similar v2.7.0
21902026-05-16T03:40:21.297Z Compiling strum v0.26.3
21912026-05-16T03:40:21.297Z Compiling toml v0.7.8
21922026-05-16T03:40:21.297Z Compiling tokio-stream v0.1.18
21932026-05-16T03:40:21.297Z Compiling itertools v0.13.0
21942026-05-16T03:40:21.297Z Compiling buf-list v1.1.2
21952026-05-16T03:40:21.405Z Compiling x509-cert v0.2.5
21962026-05-16T03:40:21.445Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21972026-05-16T03:40:21.483Z Compiling openapiv3 v2.2.0
21982026-05-16T03:40:21.770Z Compiling sha1 v0.10.6
21992026-05-16T03:40:21.898Z Compiling peg-runtime v0.8.5
22002026-05-16T03:40:21.935Z Compiling lalrpop-util v0.19.12
22012026-05-16T03:40:36.920Z Compiling rustls-webpki v0.103.9
22022026-05-16T03:40:38.232Z Compiling macaddr v1.0.1
22032026-05-16T03:40:38.284Z Compiling structmeta-derive v0.3.0
22042026-05-16T03:40:38.371Z Compiling rayon-core v1.13.0
22052026-05-16T03:40:38.440Z Compiling crucible-workspace-hack v0.1.0
22062026-05-16T03:40:38.653Z Compiling itertools v0.14.0
22072026-05-16T03:40:38.692Z Compiling secrecy v0.10.3
22082026-05-16T03:40:38.692Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-05-16T03:40:38.704Z Compiling heapless v0.8.0
22102026-05-16T03:40:38.810Z Compiling rustls v0.22.4
22112026-05-16T03:40:39.090Z Compiling crossbeam-deque v0.8.6
22122026-05-16T03:40:39.149Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-05-16T03:40:39.149Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-05-16T03:40:39.191Z Compiling rustls-webpki v0.102.8
22152026-05-16T03:40:39.233Z Compiling hash32 v0.3.1
22162026-05-16T03:40:39.269Z Compiling structmeta v0.3.0
22172026-05-16T03:40:39.295Z Compiling multer v3.1.0
22182026-05-16T03:40:39.295Z Compiling thread_local v1.1.9
22192026-05-16T03:40:39.390Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22202026-05-16T03:40:39.473Z Compiling match_cfg v0.1.0
22212026-05-16T03:40:39.535Z Compiling compression-core v0.4.31
22222026-05-16T03:40:39.535Z Compiling unicode-width v0.2.0
22232026-05-16T03:40:39.621Z Compiling smoltcp v0.11.0
22242026-05-16T03:40:39.621Z Compiling slog-async v2.8.0
22252026-05-16T03:40:39.697Z Compiling compression-codecs v0.4.37
22262026-05-16T03:40:39.753Z Compiling proc-macro-crate v3.4.0
22272026-05-16T03:40:39.863Z Compiling hostname v0.3.1
22282026-05-16T03:40:39.901Z Compiling ingot-macros v0.1.1
22292026-05-16T03:40:39.901Z Compiling derive-ex v0.1.8
22302026-05-16T03:40:40.078Z Compiling slog-json v2.6.1
22312026-05-16T03:40:40.114Z Compiling crossbeam-channel v0.5.15
22322026-05-16T03:40:40.114Z Compiling half v2.7.1
22332026-05-16T03:40:40.215Z Compiling newtype-uuid-macros v0.1.0
22342026-05-16T03:40:40.342Z Compiling cobs v0.3.0
22352026-05-16T03:40:40.413Z Compiling thiserror-impl-no-std v2.0.2
22362026-05-16T03:40:40.481Z Compiling universal-hash v0.5.1
22372026-05-16T03:40:40.648Z Compiling tokio-rustls v0.26.4
22382026-05-16T03:40:40.724Z Compiling rustls-platform-verifier v0.6.2
22392026-05-16T03:40:40.734Z Compiling async-stream-impl v0.3.6
22402026-05-16T03:40:40.863Z Compiling hyper-rustls v0.27.7
22412026-05-16T03:40:40.890Z Compiling toml_datetime v1.0.0+spec-1.1.0
22422026-05-16T03:40:41.019Z Compiling serde_spanned v1.0.4
22432026-05-16T03:40:41.063Z Compiling is-terminal v0.4.17
22442026-05-16T03:40:41.132Z Compiling reqwest v0.12.28
22452026-05-16T03:40:41.230Z Compiling reqwest v0.13.2
22462026-05-16T03:40:41.407Z Compiling dropshot v0.17.0
22472026-05-16T03:40:41.900Z Compiling proc-macro-error-attr v1.0.4
22482026-05-16T03:40:41.901Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-16T03:40:41.901Z Compiling ciborium-io v0.2.2
22502026-05-16T03:40:41.901Z Compiling take_mut v0.2.2
22512026-05-16T03:40:41.901Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-05-16T03:40:41.901Z Compiling term v1.2.1
22532026-05-16T03:40:42.000Z Compiling convert_case v0.4.0
22542026-05-16T03:40:42.000Z Compiling opaque-debug v0.3.1
22552026-05-16T03:40:42.000Z Compiling poly1305 v0.8.0
22562026-05-16T03:40:42.000Z Compiling toml v1.0.6+spec-1.1.0
22572026-05-16T03:40:42.000Z Compiling ciborium-ll v0.2.2
22582026-05-16T03:40:42.000Z Compiling derive_more v0.99.20
22592026-05-16T03:40:42.000Z Compiling slog-term v2.9.2
22602026-05-16T03:40:42.050Z Compiling tokio-rustls v0.25.0
22612026-05-16T03:40:42.177Z Compiling thiserror-no-std v2.0.2
22622026-05-16T03:40:42.285Z Compiling test-strategy v0.4.5
22632026-05-16T03:40:42.335Z Compiling async-stream v0.3.6
22642026-05-16T03:40:42.379Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-05-16T03:40:42.470Z Compiling ingot-types v0.1.2
22662026-05-16T03:40:42.505Z Compiling postcard v1.1.3
22672026-05-16T03:40:42.917Z Compiling tough v0.22.0
22682026-05-16T03:40:43.015Z Compiling ingot v0.1.1
22692026-05-16T03:40:43.192Z Compiling slog-bunyan v2.5.0
22702026-05-16T03:40:43.319Z Compiling num_enum_derive v0.7.5
22712026-05-16T03:40:43.361Z Compiling async-compression v0.4.41
22722026-05-16T03:40:43.718Z Compiling parse-display-derive v0.10.0
22732026-05-16T03:40:43.902Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22742026-05-16T03:40:44.104Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-05-16T03:40:44.268Z Compiling proc-macro-crate v1.3.1
22762026-05-16T03:40:44.331Z Compiling backon v1.6.0
22772026-05-16T03:40:44.391Z Compiling waitgroup v0.1.2
22782026-05-16T03:40:44.484Z Compiling password-hash v0.5.0
22792026-05-16T03:40:44.542Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-05-16T03:40:44.542Z Compiling chacha20 v0.9.1
22812026-05-16T03:40:44.597Z Compiling dropshot_endpoint v0.17.0
22822026-05-16T03:40:44.656Z Compiling rustls-pemfile v2.2.0
22832026-05-16T03:40:44.837Z Compiling blake2 v0.10.6
22842026-05-16T03:40:44.935Z Compiling aead v0.5.2
22852026-05-16T03:40:45.014Z Compiling foreign-types-macros v0.2.3
22862026-05-16T03:40:45.083Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-16T03:40:45.084Z Compiling serde_path_to_error v0.1.20
22882026-05-16T03:40:45.329Z Compiling hostname v0.4.2
22892026-05-16T03:40:45.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22902026-05-16T03:40:45.444Z Compiling proc-macro-error v1.0.4
22912026-05-16T03:40:45.578Z Compiling instant v0.1.13
22922026-05-16T03:40:45.578Z Compiling debug-ignore v1.0.5
22932026-05-16T03:40:45.578Z Compiling cpufeatures v0.3.0
22942026-05-16T03:40:45.578Z Compiling typeid v1.0.3
22952026-05-16T03:40:45.684Z Compiling foreign-types-shared v0.3.1
22962026-05-16T03:40:45.684Z Compiling backoff v0.4.0
22972026-05-16T03:40:45.684Z Compiling chacha20 v0.10.0
22982026-05-16T03:40:45.684Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22992026-05-16T03:40:45.684Z Compiling parse-display v0.10.0
23002026-05-16T03:40:45.732Z Compiling chacha20poly1305 v0.10.1
23012026-05-16T03:40:45.732Z Compiling foreign-types v0.5.0
23022026-05-16T03:40:45.732Z Compiling argon2 v0.5.3
23032026-05-16T03:40:45.790Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23042026-05-16T03:40:45.791Z Compiling num_enum_derive v0.5.11
23052026-05-16T03:40:45.832Z Compiling num_enum v0.7.5
23062026-05-16T03:40:45.832Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-05-16T03:40:45.832Z Compiling vsss-rs v3.3.4
23082026-05-16T03:40:45.832Z Compiling ciborium v0.2.2
23092026-05-16T03:40:46.124Z Compiling tabwriter v1.4.1
23102026-05-16T03:40:47.498Z Compiling regress v0.10.5
23112026-05-16T03:40:47.557Z Compiling byte-wrapper v0.1.0
23122026-05-16T03:40:47.557Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-05-16T03:40:47.557Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23142026-05-16T03:40:47.557Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-16T03:40:47.557Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-05-16T03:40:47.557Z Compiling cstr-argument v0.1.2
23172026-05-16T03:40:47.557Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-16T03:40:47.557Z Compiling erased-serde v0.4.9
23192026-05-16T03:40:47.557Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23202026-05-16T03:40:47.557Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-16T03:40:47.557Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-05-16T03:40:47.557Z Compiling num_enum v0.5.11
23232026-05-16T03:40:47.557Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-05-16T03:40:47.558Z Compiling rand v0.10.0
23252026-05-16T03:40:47.558Z Compiling rayon v1.11.0
23262026-05-16T03:40:47.558Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-05-16T03:40:47.558Z Compiling indent_write v2.2.0
23282026-05-16T03:40:47.558Z Compiling libefi-sys v0.1.0
23292026-05-16T03:40:47.593Z Compiling colored v3.1.1
23302026-05-16T03:40:47.593Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23312026-05-16T03:40:47.630Z Compiling zone_cfg_derive v0.3.1
23322026-05-16T03:40:47.642Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-05-16T03:40:47.741Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23342026-05-16T03:40:47.762Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-05-16T03:40:47.886Z Compiling camino-tempfile v1.4.1
23362026-05-16T03:40:48.064Z Compiling itertools v0.12.1
23372026-05-16T03:40:48.159Z Compiling usdt-attr-macro v0.5.0
23382026-05-16T03:40:48.914Z Compiling usdt-macro v0.5.0
23392026-05-16T03:40:48.944Z Compiling num-derive v0.4.2
23402026-05-16T03:40:48.944Z Compiling bitfield-struct v0.6.2
23412026-05-16T03:40:48.944Z Compiling ordered-float v2.10.1
23422026-05-16T03:40:48.944Z Compiling blake3 v1.8.3
23432026-05-16T03:40:48.944Z Compiling sigpipe v0.1.3
23442026-05-16T03:40:48.944Z Compiling memmap v0.7.0
23452026-05-16T03:40:48.944Z Compiling swrite v0.1.0
23462026-05-16T03:40:48.944Z Compiling glob v0.3.3
23472026-05-16T03:40:48.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-05-16T03:40:48.944Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-05-16T03:40:48.944Z Compiling usdt v0.5.0
23502026-05-16T03:40:49.109Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23512026-05-16T03:40:49.128Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-05-16T03:40:49.233Z Compiling serde-value v0.7.0
23532026-05-16T03:40:49.517Z Compiling zone v0.3.1
23542026-05-16T03:40:49.535Z Compiling serde-untagged v0.1.9
23552026-05-16T03:40:49.535Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23562026-05-16T03:40:49.767Z Compiling toml v0.8.23
23572026-05-16T03:40:49.787Z Compiling smf v0.2.3
23582026-05-16T03:40:49.787Z Compiling filetime v0.2.27
23592026-05-16T03:40:49.905Z Compiling arrayvec v0.7.6
23602026-05-16T03:40:49.944Z Compiling constant_time_eq v0.4.2
23612026-05-16T03:40:49.944Z Compiling arrayref v0.3.9
23622026-05-16T03:40:49.971Z Compiling xattr v1.6.1
23632026-05-16T03:40:49.971Z Compiling whoami v1.6.1
23642026-05-16T03:40:50.217Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-05-16T03:40:50.287Z Compiling unicode-xid v0.2.6
23662026-05-16T03:40:50.287Z Compiling tar v0.4.45
23672026-05-16T03:40:50.287Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-05-16T03:40:50.287Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-05-16T03:40:50.287Z Compiling cargo-util-schemas v0.8.2
23702026-05-16T03:40:50.420Z Compiling tokio-dtrace v0.1.1
23712026-05-16T03:40:50.472Z Compiling console v0.16.2
23722026-05-16T03:40:50.731Z Compiling gethostname v0.5.0
23732026-05-16T03:40:50.783Z Compiling cargo-platform v0.2.0
23742026-05-16T03:40:50.899Z Compiling unit-prefix v0.5.2
23752026-05-16T03:40:50.936Z Compiling topological-sort v0.2.2
23762026-05-16T03:40:50.976Z Compiling oxide-tokio-rt v0.1.4
23772026-05-16T03:40:50.989Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23782026-05-16T03:40:51.097Z Compiling indicatif v0.18.4
23792026-05-16T03:40:51.131Z Compiling shell-words v1.1.1
23802026-05-16T03:40:51.441Z Compiling cargo_metadata v0.21.0
23812026-05-16T03:41:00.584Z Compiling progenitor-client v0.14.0
23822026-05-16T03:41:00.618Z Compiling progenitor-client v0.10.0
23832026-05-16T03:41:00.618Z Compiling omicron-zone-package v0.12.2
23842026-05-16T03:41:01.075Z Compiling progenitor-extras v0.2.0
23852026-05-16T03:41:03.428Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-05-16T03:41:03.512Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-05-16T03:41:03.563Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-05-16T03:41:03.601Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-05-16T03:41:03.623Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-05-16T03:41:03.672Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-05-16T03:41:03.768Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-05-16T03:41:03.786Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-05-16T03:41:03.949Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-05-16T03:41:08.884Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-05-16T03:41:15.431Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-05-16T03:41:18.588Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-05-16T03:41:20.206Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-05-16T03:41:29.114Z Finished `release` profile [optimized] target(s) in 1m 43s
23992026-05-16T03:41:29.268Z Running `target/release/omicron-package -t test target create -p dev`
24002026-05-16T03:41:29.330ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-05-16T03:41:29.333ZCreated new build target 'test' and set it as active
24022026-05-16T03:41:29.333Z
24032026-05-16T03:41:29.333Zreal 1:43.561908084
24042026-05-16T03:41:29.333Zuser 16:56.977204865
24052026-05-16T03:41:29.336Zsys 2:35.961310232
24062026-05-16T03:41:29.336Ztrap 0.443920872
24072026-05-16T03:41:29.336Ztflt 2.924977770
24082026-05-16T03:41:29.336Zdflt 4.230480516
24092026-05-16T03:41:29.336Zkflt 0.000694680
24102026-05-16T03:41:29.336Zlock 52:34.308390968
24112026-05-16T03:41:29.336Zslp 43:01.647688076
24122026-05-16T03:41:29.336Zlat 42.280012548
24132026-05-16T03:41:29.336Zstop 5:29.355505039
24142026-05-16T03:41:29.336Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-05-16T03:41:30.224Z Finished `release` profile [optimized] target(s) in 0.87s
24162026-05-16T03:41:30.300Z Running `target/release/omicron-package -t test package`
24172026-05-16T03:41:30.350ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-05-16T03:41:31.785Z Compiling heck v0.5.0
24192026-05-16T03:41:31.785Z Compiling regress v0.11.1
24202026-05-16T03:41:31.785Z Compiling unsafe-libyaml v0.2.11
24212026-05-16T03:41:32.046Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-05-16T03:41:32.072Z Compiling regress v0.10.5
24232026-05-16T03:41:32.095Z Compiling is-terminal v0.4.17
24242026-05-16T03:41:32.095Z Compiling unicode-width v0.1.14
24252026-05-16T03:41:32.144Z Compiling prettyplease v0.2.37
24262026-05-16T03:41:32.156Z Compiling bytecount v0.6.9
24272026-05-16T03:41:32.160Z Compiling rustls v0.22.4
24282026-05-16T03:41:32.160Z Compiling rustls-webpki v0.102.8
24292026-05-16T03:41:32.160Z Compiling derive-where v1.6.0
24302026-05-16T03:41:32.160Z Compiling thread_local v1.1.9
24312026-05-16T03:41:32.176Z Compiling compression-core v0.4.31
24322026-05-16T03:41:32.180Z Compiling match_cfg v0.1.0
24332026-05-16T03:41:32.260Z Compiling multer v3.1.0
24342026-05-16T03:41:32.323Z Compiling hostname v0.3.1
24352026-05-16T03:41:32.327Z Compiling slog-async v2.8.0
24362026-05-16T03:41:32.365Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-05-16T03:41:32.369Z Compiling compression-codecs v0.4.37
24382026-05-16T03:41:32.369Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24392026-05-16T03:41:32.426Z Compiling crossbeam-channel v0.5.15
24402026-05-16T03:41:32.430Z Compiling slog-json v2.6.1
24412026-05-16T03:41:32.430Z Compiling toml_datetime v1.0.0+spec-1.1.0
24422026-05-16T03:41:32.488Z Compiling serde_spanned v1.0.4
24432026-05-16T03:41:32.509Z Compiling serde_yaml v0.9.34+deprecated
24442026-05-16T03:41:32.578Z Compiling take_mut v0.2.2
24452026-05-16T03:41:32.600Z Compiling toml_writer v1.0.6+spec-1.1.0
24462026-05-16T03:41:32.640Z Compiling term v1.2.1
24472026-05-16T03:41:32.669Z Compiling slog-bunyan v2.5.0
24482026-05-16T03:41:32.690Z Compiling async-compression v0.4.41
24492026-05-16T03:41:32.798Z Compiling toml v1.0.6+spec-1.1.0
24502026-05-16T03:41:32.853Z Compiling async-stream v0.3.6
24512026-05-16T03:41:32.882Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522026-05-16T03:41:32.963Z Compiling slog-term v2.9.2
24532026-05-16T03:41:33.026Z Compiling dropshot v0.17.0
24542026-05-16T03:41:33.049Z Compiling num-rational v0.4.2
24552026-05-16T03:41:33.076Z Compiling progenitor-client v0.14.0
24562026-05-16T03:41:33.096Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24572026-05-16T03:41:33.133Z Compiling waitgroup v0.1.2
24582026-05-16T03:41:33.154Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-05-16T03:41:33.250Z Compiling backon v1.6.0
24602026-05-16T03:41:33.284Z Compiling rustls-pemfile v2.2.0
24612026-05-16T03:41:33.305Z Compiling num-complex v0.4.6
24622026-05-16T03:41:33.383Z Compiling serde_path_to_error v0.1.20
24632026-05-16T03:41:33.403Z Compiling hostname v0.4.2
24642026-05-16T03:41:33.428Z Compiling instant v0.1.13
24652026-05-16T03:41:33.471Z Compiling debug-ignore v1.0.5
24662026-05-16T03:41:33.492Z Compiling typify-impl v0.6.2
24672026-05-16T03:41:33.510Z Compiling progenitor-extras v0.2.0
24682026-05-16T03:41:33.568Z Compiling backoff v0.4.0
24692026-05-16T03:41:33.572Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24702026-05-16T03:41:33.609Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24712026-05-16T03:41:33.784Z Compiling num v0.4.3
24722026-05-16T03:41:33.807Z Compiling parse-display v0.10.0
24732026-05-16T03:41:33.807Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-05-16T03:41:33.848Z Compiling progenitor-client v0.13.0
24752026-05-16T03:41:33.885Z Compiling progenitor-client v0.10.0
24762026-05-16T03:41:33.905Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24772026-05-16T03:41:33.936Z Compiling macaddr v1.0.1
24782026-05-16T03:41:34.008Z Compiling float-ord v0.3.2
24792026-05-16T03:41:34.121Z Compiling console v0.15.11
24802026-05-16T03:41:34.209Z Compiling atomicwrites v0.4.4
24812026-05-16T03:41:34.218Z Compiling newline-converter v0.3.0
24822026-05-16T03:41:34.299Z Compiling slog-dtrace v0.3.0
24832026-05-16T03:41:34.367Z Compiling resolv-conf v0.7.6
24842026-05-16T03:41:34.388Z Compiling cancel-safe-futures v0.1.5
24852026-05-16T03:41:34.445Z Compiling owo-colors v4.3.0
24862026-05-16T03:41:34.546Z Compiling tokio-rustls v0.25.0
24872026-05-16T03:41:34.590Z Compiling expectorate v1.2.0
24882026-05-16T03:41:34.635Z Compiling toml v0.8.23
24892026-05-16T03:41:34.691Z Compiling libsw-core v0.3.2
24902026-05-16T03:41:34.867Z Compiling libsw v3.5.0
24912026-05-16T03:41:34.915Z Compiling linked-hash-map v0.5.6
24922026-05-16T03:41:35.009Z Compiling linear-map v1.2.0
24932026-05-16T03:41:35.101Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-05-16T03:41:35.121Z Compiling lru-cache v0.1.2
24952026-05-16T03:41:35.159Z Compiling minimal-lexical v0.2.1
24962026-05-16T03:41:35.212Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-16T03:41:35.262Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-16T03:41:35.290Z Compiling hickory-proto v0.24.4
24992026-05-16T03:41:35.320Z Compiling unicode-xid v0.2.6
25002026-05-16T03:41:35.408Z Compiling nom v7.1.3
25012026-05-16T03:41:35.429Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-05-16T03:41:35.472Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-05-16T03:41:35.617Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-05-16T03:41:35.850Z Compiling convert_case v0.10.0
25052026-05-16T03:41:36.181Z Compiling derive_more-impl v2.1.1
25062026-05-16T03:41:36.456Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-05-16T03:41:36.855Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-05-16T03:41:36.878Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-05-16T03:41:36.958Z Compiling derive_more v2.1.1
25102026-05-16T03:41:36.981Z Compiling typify-macro v0.6.2
25112026-05-16T03:41:37.039Z Compiling papergrid v0.11.0
25122026-05-16T03:41:37.073Z Compiling tabled_derive v0.7.0
25132026-05-16T03:41:37.103Z Compiling termtree v0.5.1
25142026-05-16T03:41:37.304Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25152026-05-16T03:41:37.549Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-05-16T03:41:37.763Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-05-16T03:41:37.971Z Compiling hickory-resolver v0.24.4
25182026-05-16T03:41:37.997Z Compiling tabled v0.15.0
25192026-05-16T03:41:38.068Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-05-16T03:41:38.527Z Compiling typify v0.6.2
25212026-05-16T03:41:38.733Z Compiling progenitor-impl v0.14.0
25222026-05-16T03:41:39.438Z Compiling progenitor-impl v0.13.0
25232026-05-16T03:41:40.878Z Compiling progenitor-macro v0.14.0
25242026-05-16T03:41:41.230Z Compiling qorb v0.4.1
25252026-05-16T03:41:41.608Z Compiling progenitor-macro v0.13.0
25262026-05-16T03:41:42.514Z Compiling crossterm v0.29.0
25272026-05-16T03:41:43.164Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25282026-05-16T03:41:43.472Z Compiling phf_shared v0.12.1
25292026-05-16T03:41:43.573Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-05-16T03:41:43.734Z Compiling vte v0.14.1
25312026-05-16T03:41:43.872Z Compiling csv-core v0.1.13
25322026-05-16T03:41:43.982Z Compiling highway v1.3.0
25332026-05-16T03:41:44.219Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342026-05-16T03:41:44.358Z Compiling chrono-tz v0.10.4
25352026-05-16T03:41:44.616Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-05-16T03:41:44.705Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-16T03:41:44.920Z Compiling csv v1.4.0
25382026-05-16T03:41:44.942Z Compiling progenitor v0.14.0
25392026-05-16T03:41:45.123Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-05-16T03:41:45.450Z Compiling strip-ansi-escapes v0.2.1
25412026-05-16T03:41:45.560Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25422026-05-16T03:41:45.648Z Compiling progenitor v0.13.0
25432026-05-16T03:41:45.805Z Compiling phf v0.12.1
25442026-05-16T03:41:45.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-05-16T03:41:45.916Z Compiling const_format_proc_macros v0.2.34
25462026-05-16T03:41:46.004Z Compiling fd-lock v4.0.4
25472026-05-16T03:41:46.039Z Compiling peg-macros v0.8.5
25482026-05-16T03:41:46.180Z Compiling nu-ansi-term v0.50.3
25492026-05-16T03:41:46.713Z Compiling const_format v0.2.35
25502026-05-16T03:41:46.763Z Compiling reedline v0.40.0
25512026-05-16T03:41:47.213Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-05-16T03:41:47.306Z Compiling peg v0.8.5
25532026-05-16T03:41:47.415Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-05-16T03:41:48.320Z Compiling bcs v0.1.6
25552026-05-16T03:41:48.325Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-05-16T03:41:48.627Z Compiling semver v0.1.20
25572026-05-16T03:41:48.650Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25582026-05-16T03:41:48.757Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-05-16T03:41:48.913Z Compiling rustc_version v0.1.7
25602026-05-16T03:41:48.938Z Compiling humantime v2.3.0
25612026-05-16T03:41:49.147Z Compiling newtype_derive v0.1.6
25622026-05-16T03:41:49.375Z Compiling smawk v0.3.2
25632026-05-16T03:41:49.418Z Compiling unicode-linebreak v0.1.5
25642026-05-16T03:41:49.635Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25652026-05-16T03:41:49.737Z Compiling textwrap v0.16.2
25662026-05-16T03:41:50.005Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-05-16T03:41:50.038Z Compiling dropshot-api-manager-types v0.7.1
25682026-05-16T03:41:50.515Z Compiling base64 v0.21.7
25692026-05-16T03:41:50.659Z Compiling steno v0.4.1
25702026-05-16T03:41:51.097Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-05-16T03:41:51.234Z Compiling tagptr v0.2.0
25722026-05-16T03:41:51.346Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-05-16T03:41:51.430Z Compiling moka v0.12.13
25742026-05-16T03:41:51.526Z Compiling utf-8 v0.7.6
25752026-05-16T03:41:51.594Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-05-16T03:41:51.618Z Compiling radium v0.7.0
25772026-05-16T03:41:51.730Z Compiling tungstenite v0.21.0
25782026-05-16T03:41:51.776Z Compiling tap v1.0.1
25792026-05-16T03:41:51.861Z Compiling maybe-uninit v2.0.0
25802026-05-16T03:41:51.921Z Compiling wyz v0.5.1
25812026-05-16T03:41:52.163Z Compiling zerocopy-derive v0.6.6
25822026-05-16T03:41:52.238Z Compiling crc-catalog v2.4.0
25832026-05-16T03:41:52.262Z Compiling packed_struct v0.10.1
25842026-05-16T03:41:52.395Z Compiling tokio-tungstenite v0.21.0
25852026-05-16T03:41:52.540Z Compiling hickory-resolver v0.25.2
25862026-05-16T03:41:52.664Z Compiling display-error-chain v0.2.2
25872026-05-16T03:41:52.786Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25882026-05-16T03:41:52.845Z Compiling funty v2.0.0
25892026-05-16T03:41:52.938Z Compiling zerocopy v0.6.6
25902026-05-16T03:41:53.321Z Compiling bitvec v1.0.1
25912026-05-16T03:41:53.780Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-05-16T03:41:53.840Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25932026-05-16T03:41:53.891Z Compiling crc v3.4.0
25942026-05-16T03:41:54.371Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25952026-05-16T03:41:54.425Z Compiling num-derive v0.3.3
25962026-05-16T03:41:54.931Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-05-16T03:41:55.106Z Compiling packed_struct_codegen v0.10.1
25982026-05-16T03:41:55.317Z Compiling bitfield-macros v0.19.4
25992026-05-16T03:41:56.062Z Compiling proc-macro-error-attr2 v2.0.0
26002026-05-16T03:41:56.151Z Compiling indexmap v1.9.3
26012026-05-16T03:41:56.388Z Compiling nodrop v0.1.14
26022026-05-16T03:41:56.471Z Compiling proc-macro-error2 v2.0.1
26032026-05-16T03:41:56.524Z Compiling array-init v0.0.4
26042026-05-16T03:41:56.707Z Compiling bitfield v0.19.4
26052026-05-16T03:41:56.803Z Compiling libscf-sys v1.1.0
26062026-05-16T03:41:56.929Z Compiling smallvec v0.6.14
26072026-05-16T03:41:56.977Z Compiling typify-impl v0.4.3
26082026-05-16T03:41:57.045Z Compiling hashbrown v0.12.3
26092026-05-16T03:41:57.136Z Compiling serde-hex v0.1.0
26102026-05-16T03:41:57.181Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-05-16T03:41:57.270Z Compiling tabled_derive v0.11.0
26122026-05-16T03:41:57.877Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-05-16T03:41:58.120Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-05-16T03:41:58.214Z Compiling ron v0.8.1
26152026-05-16T03:41:58.294Z Compiling papergrid v0.17.0
26162026-05-16T03:41:58.319Z Compiling testing_table v0.3.0
26172026-05-16T03:41:58.753Z Compiling hashbrown v0.13.2
26182026-05-16T03:41:58.918Z Compiling vergen-gitcl v1.0.8
26192026-05-16T03:41:59.050Z Compiling dirs-sys-next v0.1.2
26202026-05-16T03:41:59.138Z Compiling diesel_derives v2.3.7
26212026-05-16T03:41:59.162Z Compiling crc-any v2.5.0
26222026-05-16T03:41:59.236Z Compiling glob v0.3.3
26232026-05-16T03:41:59.326Z Compiling maplit v1.0.2
26242026-05-16T03:41:59.359Z Compiling crunchy v0.2.4
26252026-05-16T03:41:59.412Z Compiling object v0.30.4
26262026-05-16T03:41:59.449Z Compiling tabled v0.20.0
26272026-05-16T03:41:59.589Z Compiling dirs-next v2.0.0
26282026-05-16T03:41:59.610Z Compiling clang-sys v1.8.1
26292026-05-16T03:41:59.703Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-05-16T03:41:59.735Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-05-16T03:41:59.972Z Compiling dsl_auto_type v0.2.0
26322026-05-16T03:41:59.992Z Compiling scheduled-thread-pool v0.2.7
26332026-05-16T03:42:00.258Z Compiling diesel_table_macro_syntax v0.3.0
26342026-05-16T03:42:00.374Z Compiling typify-macro v0.4.3
26352026-05-16T03:42:00.395Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-16T03:42:00.484Z Compiling tiny-keccak v2.0.2
26372026-05-16T03:42:00.515Z Compiling xshell-macros v0.2.7
26382026-05-16T03:42:00.565Z Compiling path-slash v0.1.5
26392026-05-16T03:42:00.694Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-05-16T03:42:00.746Z Compiling r2d2 v0.8.10
26412026-05-16T03:42:00.799Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-05-16T03:42:00.907Z Compiling xshell v0.2.7
26432026-05-16T03:42:01.138Z Compiling term v0.7.0
26442026-05-16T03:42:01.688Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26452026-05-16T03:42:01.691Z Compiling downcast-rs v2.0.2
26462026-05-16T03:42:01.734Z Compiling bit-vec v0.6.3
26472026-05-16T03:42:01.962Z Compiling bit-set v0.5.3
26482026-05-16T03:42:02.103Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-05-16T03:42:02.175Z Compiling ascii-canvas v3.0.0
26502026-05-16T03:42:02.195Z Compiling itertools v0.10.5
26512026-05-16T03:42:02.263Z Compiling ena v0.14.4
26522026-05-16T03:42:02.405Z Compiling libloading v0.8.9
26532026-05-16T03:42:02.500Z Compiling regex-syntax v0.6.29
26542026-05-16T03:42:02.637Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-05-16T03:42:03.277Z Compiling crc8 v0.1.1
26562026-05-16T03:42:03.328Z Compiling bindgen v0.71.1
26572026-05-16T03:42:03.417Z Compiling diff v0.1.13
26582026-05-16T03:42:03.624Z Compiling unicase v2.9.0
26592026-05-16T03:42:03.929Z Compiling lalrpop v0.19.12
26602026-05-16T03:42:03.959Z Compiling typify v0.4.3
26612026-05-16T03:42:04.093Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26622026-05-16T03:42:04.211Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26632026-05-16T03:42:04.371Z Compiling cexpr v0.6.0
26642026-05-16T03:42:04.473Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26652026-05-16T03:42:04.693Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26662026-05-16T03:42:04.838Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-05-16T03:42:04.872Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26682026-05-16T03:42:05.007Z Compiling headers-core v0.3.0
26692026-05-16T03:42:05.168Z Compiling git-stub v1.0.0
26702026-05-16T03:42:05.320Z Compiling diesel v2.3.7
26712026-05-16T03:42:05.380Z Compiling libxml v0.3.3
26722026-05-16T03:42:05.405Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-16T03:42:05.527Z Compiling git-stub-vcs v0.1.0
26742026-05-16T03:42:05.686Z Compiling headers v0.4.1
26752026-05-16T03:42:05.891Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26762026-05-16T03:42:06.837Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-05-16T03:42:07.064Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-05-16T03:42:07.303Z Compiling strum_macros v0.24.3
26792026-05-16T03:42:07.322Z Compiling indoc v1.0.9
26802026-05-16T03:42:07.522Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-05-16T03:42:07.741Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26822026-05-16T03:42:07.775Z Compiling derive_builder v0.20.2
26832026-05-16T03:42:07.946Z Compiling oso-derive v0.27.3
26842026-05-16T03:42:08.445Z Compiling quick-xml v0.37.5
26852026-05-16T03:42:08.483Z Compiling impl-trait-for-tuples v0.2.3
26862026-05-16T03:42:08.533Z Compiling openssl-probe v0.1.6
26872026-05-16T03:42:08.663Z Compiling half v1.8.3
26882026-05-16T03:42:08.871Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-05-16T03:42:09.143Z Compiling serde_cbor v0.11.2
26902026-05-16T03:42:09.337Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-05-16T03:42:09.580Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-05-16T03:42:09.603Z Compiling bb8 v0.8.6
26932026-05-16T03:42:09.741Z Compiling trait-variant v0.1.2
26942026-05-16T03:42:09.798Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-05-16T03:42:10.013Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26962026-05-16T03:42:10.063Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26972026-05-16T03:42:10.102Z Compiling samael v0.0.19
26982026-05-16T03:42:10.137Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-05-16T03:42:10.269Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27002026-05-16T03:42:10.354Z Compiling fxhash v0.2.1
27012026-05-16T03:42:10.375Z Compiling salty v0.3.0
27022026-05-16T03:42:10.680Z Compiling progenitor-impl v0.11.2
27032026-05-16T03:42:10.899Z Compiling progenitor-impl v0.10.0
27042026-05-16T03:42:10.959Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27052026-05-16T03:42:11.119Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-05-16T03:42:11.445Z Compiling polar-core v0.27.3
27072026-05-16T03:42:11.503Z Compiling kstat-rs v0.2.4
27082026-05-16T03:42:11.574Z Compiling libz-sys v1.1.24
27092026-05-16T03:42:11.988Z Compiling nonempty v0.12.0
27102026-05-16T03:42:12.099Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-05-16T03:42:12.220Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-05-16T03:42:12.866Z Compiling progenitor-macro v0.11.2
27132026-05-16T03:42:13.029Z Compiling progenitor-macro v0.10.0
27142026-05-16T03:42:14.276Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27152026-05-16T03:42:14.742Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27162026-05-16T03:42:15.434Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-05-16T03:42:15.842Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-05-16T03:42:16.251Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-05-16T03:42:16.492Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202026-05-16T03:42:16.776Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27212026-05-16T03:42:16.875Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-05-16T03:42:17.061Z Compiling progenitor-client v0.11.2
27232026-05-16T03:42:17.604Z Compiling darling_core v0.23.0
27242026-05-16T03:42:19.755Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-16T03:42:20.777Z Compiling oso v0.27.3
27262026-05-16T03:42:20.897Z Compiling nanorand v0.7.0
27272026-05-16T03:42:21.312Z Compiling arc-swap v1.8.2
27282026-05-16T03:42:21.553Z Compiling fs-err v2.11.0
27292026-05-16T03:42:21.701Z Compiling parking_lot_core v0.8.6
27302026-05-16T03:42:22.040Z Compiling mime_guess v2.0.5
27312026-05-16T03:42:22.558Z Compiling diesel-dtrace v0.5.0
27322026-05-16T03:42:22.914Z Compiling async-bb8-diesel v0.2.1
27332026-05-16T03:42:23.233Z Compiling slog-scope v4.4.1
27342026-05-16T03:42:23.355Z Compiling flume v0.11.1
27352026-05-16T03:42:23.705Z Compiling darling_macro v0.23.0
27362026-05-16T03:42:23.798Z Compiling progenitor v0.11.2
27372026-05-16T03:42:23.981Z Compiling progenitor v0.10.0
27382026-05-16T03:42:24.167Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-16T03:42:24.193Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27402026-05-16T03:42:24.447Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-05-16T03:42:25.661Z Compiling primeorder v0.13.6
27422026-05-16T03:42:25.970Z Compiling libgit2-sys v0.18.3+1.9.2
27432026-05-16T03:42:26.243Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-05-16T03:42:26.416Z Compiling instability v0.3.11
27452026-05-16T03:42:26.559Z Compiling p384 v0.13.1
27462026-05-16T03:42:26.715Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27472026-05-16T03:42:27.261Z Compiling darling v0.23.0
27482026-05-16T03:42:27.449Z Compiling slog-stdlog v4.1.1
27492026-05-16T03:42:28.269Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27502026-05-16T03:42:28.313Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27512026-05-16T03:42:28.342Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-05-16T03:42:28.415Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-05-16T03:42:28.565Z Compiling ignore v0.4.25
27542026-05-16T03:42:28.685Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-05-16T03:42:29.128Z Compiling castaway v0.2.4
27562026-05-16T03:42:29.278Z Compiling atty v0.2.14
27572026-05-16T03:42:29.436Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-16T03:42:29.487Z Compiling indoc v2.0.7
27592026-05-16T03:42:29.666Z Compiling parse-size v1.1.0
27602026-05-16T03:42:29.892Z Compiling http-range v0.1.5
27612026-05-16T03:42:30.066Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27622026-05-16T03:42:30.312Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-05-16T03:42:30.636Z Compiling compact_str v0.8.1
27642026-05-16T03:42:30.745Z Compiling globwalk v0.9.1
27652026-05-16T03:42:31.444Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-05-16T03:42:31.915Z Compiling parking_lot v0.11.2
27672026-05-16T03:42:32.010Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-16T03:42:33.085Z Compiling slog-envlogger v2.2.0
27692026-05-16T03:42:33.533Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-05-16T03:42:33.883Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27712026-05-16T03:42:34.272Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-16T03:42:34.296Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-05-16T03:42:34.609Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-16T03:42:34.632Z Compiling predicates-tree v1.0.13
27752026-05-16T03:42:34.720Z Compiling unicode-truncate v1.1.0
27762026-05-16T03:42:34.773Z Compiling lru v0.12.5
27772026-05-16T03:42:34.938Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-05-16T03:42:35.001Z Compiling rand_seeder v0.4.0
27792026-05-16T03:42:35.058Z Compiling prefix-trie v0.7.0
27802026-05-16T03:42:35.086Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-05-16T03:42:35.209Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-05-16T03:42:35.260Z Compiling vergen-git2 v1.0.7
27832026-05-16T03:42:35.477Z Compiling cassowary v0.3.0
27842026-05-16T03:42:35.503Z Compiling illumos-nvpair-sys v0.2.0
27852026-05-16T03:42:35.528Z Compiling corncobs v0.1.4
27862026-05-16T03:42:35.602Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-05-16T03:42:35.624Z Compiling hickory-server v0.25.2
27882026-05-16T03:42:35.766Z Compiling ratatui v0.29.0
27892026-05-16T03:42:35.786Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-05-16T03:42:35.850Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-05-16T03:42:35.903Z Compiling camino-tempfile-ext v0.3.3
27922026-05-16T03:42:36.123Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-16T03:42:36.502Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-05-16T03:42:36.580Z Compiling hyper-staticfile v0.10.1
27952026-05-16T03:42:37.114Z Compiling sled v0.34.7
27962026-05-16T03:42:37.779Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-05-16T03:42:37.830Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-05-16T03:42:38.432Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-05-16T03:42:39.688Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-05-16T03:42:39.910Z Compiling secrecy v0.8.0
28012026-05-16T03:42:40.101Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28022026-05-16T03:42:40.337Z Compiling rustls v0.21.12
28032026-05-16T03:42:40.673Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-05-16T03:42:41.214Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28052026-05-16T03:42:41.590Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-05-16T03:42:42.488Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28072026-05-16T03:42:43.266Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-05-16T03:42:43.307Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28092026-05-16T03:42:43.347Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-16T03:42:43.966Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-05-16T03:42:44.691Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-05-16T03:42:44.912Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-05-16T03:42:45.153Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-05-16T03:42:45.379Z Compiling sct v0.7.1
28152026-05-16T03:42:45.660Z Compiling rustls-webpki v0.101.7
28162026-05-16T03:42:45.835Z Compiling nix v0.29.0
28172026-05-16T03:42:46.151Z Compiling dropshot v0.16.7
28182026-05-16T03:42:46.242Z Compiling void v1.0.2
28192026-05-16T03:42:46.389Z Compiling lzss v0.8.2
28202026-05-16T03:42:46.512Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-05-16T03:42:46.541Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28222026-05-16T03:42:46.677Z Compiling illumos-nvpair v0.3.0
28232026-05-16T03:42:47.359Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-05-16T03:42:47.848Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-05-16T03:42:48.246Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-05-16T03:42:48.483Z Compiling tungstenite v0.23.0
28272026-05-16T03:42:48.555Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28282026-05-16T03:42:49.103Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-05-16T03:42:49.180Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302026-05-16T03:42:49.325Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-05-16T03:42:49.404Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-05-16T03:42:49.552Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-05-16T03:42:49.631Z Compiling toml v0.9.12+spec-1.1.0
28342026-05-16T03:42:49.775Z Compiling nix v0.27.1
28352026-05-16T03:42:50.670Z Compiling dropshot_endpoint v0.16.7
28362026-05-16T03:42:50.763Z Compiling serde_bytes v0.11.19
28372026-05-16T03:42:50.861Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28382026-05-16T03:42:50.989Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28392026-05-16T03:42:51.170Z Compiling tokio-tungstenite v0.23.1
28402026-05-16T03:42:51.554Z Compiling git2 v0.20.4
28412026-05-16T03:42:51.611Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-05-16T03:42:54.349Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-05-16T03:42:54.579Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-05-16T03:42:56.588Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-05-16T03:42:56.656Z Compiling tokio-rustls v0.24.1
28462026-05-16T03:42:56.943Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28472026-05-16T03:42:57.463Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-05-16T03:42:57.595Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-05-16T03:42:57.649Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28502026-05-16T03:42:57.799Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28512026-05-16T03:42:58.021Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28522026-05-16T03:42:59.621Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-05-16T03:42:59.671Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-05-16T03:43:00.081Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28552026-05-16T03:43:00.177Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-05-16T03:43:00.758Z Compiling rustls-pemfile v1.0.4
28572026-05-16T03:43:01.067Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28582026-05-16T03:43:01.143Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-05-16T03:43:01.415Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-05-16T03:43:01.978Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-05-16T03:43:02.401Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28622026-05-16T03:43:03.004Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-05-16T03:43:04.358Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28642026-05-16T03:43:04.526Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-05-16T03:43:04.649Z Compiling signal-hook-tokio v0.3.1
28662026-05-16T03:43:04.847Z Compiling twox-hash v2.1.2
28672026-05-16T03:43:04.868Z Compiling yasna v0.5.2
28682026-05-16T03:43:04.903Z Compiling is_ci v1.2.0
28692026-05-16T03:43:05.140Z Compiling supports-color v3.0.2
28702026-05-16T03:43:05.405Z Compiling rcgen v0.12.1
28712026-05-16T03:43:05.434Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28722026-05-16T03:43:06.077Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-05-16T03:43:06.423Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28742026-05-16T03:43:06.822Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28752026-05-16T03:43:07.381Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28762026-05-16T03:43:08.355Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-05-16T03:43:09.120Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28782026-05-16T03:43:09.841Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28792026-05-16T03:43:09.898Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28802026-05-16T03:43:10.119Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-05-16T03:43:10.344Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-05-16T03:43:10.581Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-05-16T03:43:10.804Z Compiling fatfs v0.3.6
28842026-05-16T03:43:11.690Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-05-16T03:43:11.994Z Compiling rtoolbox v0.0.3
28862026-05-16T03:43:12.137Z Compiling subprocess v0.2.15
28872026-05-16T03:43:12.269Z Compiling seq-macro v0.3.6
28882026-05-16T03:43:12.511Z Compiling assert_matches v1.5.0
28892026-05-16T03:43:12.662Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-05-16T03:43:12.783Z Compiling rpassword v7.4.0
28912026-05-16T03:43:13.179Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-05-16T03:43:13.644Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-05-16T03:43:14.347Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-05-16T03:43:14.491Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-05-16T03:43:15.386Z Compiling tui-tree-widget v0.23.1
28962026-05-16T03:43:15.677Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-05-16T03:43:15.701Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-05-16T03:43:16.104Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-05-16T03:43:16.231Z Compiling uzers v0.12.2
29002026-05-16T03:43:17.558Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-05-16T03:43:17.691Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-05-16T03:43:18.715Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-05-16T03:43:20.153Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-05-16T03:43:21.442Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-05-16T03:43:23.441Z Compiling support-bundle-viewer v0.1.2
29062026-05-16T03:43:23.621Z Compiling multimap v0.10.1
29072026-05-16T03:43:32.907Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-05-16T03:43:33.237Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29092026-05-16T03:43:43.592Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29102026-05-16T03:43:45.245Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29112026-05-16T03:48:45.498Z Finished `release` profile [optimized] target(s) in 7m 15s
29122026-05-16T03:49:30.533Z
29132026-05-16T03:49:30.533Zreal 8:01.177746417
29142026-05-16T03:49:30.536Zuser 1:17:17.197746514
29152026-05-16T03:49:30.536Zsys 3:25.804399526
29162026-05-16T03:49:30.536Ztrap 1.760505122
29172026-05-16T03:49:30.536Ztflt 2.561498348
29182026-05-16T03:49:30.536Zdflt 17.090005777
29192026-05-16T03:49:30.536Zkflt 0.077303194
29202026-05-16T03:49:30.536Zlock 6:14:28.503973873
29212026-05-16T03:49:30.537Zslp 2:10:53.502315229
29222026-05-16T03:49:30.537Zlat 2:30.876258976
29232026-05-16T03:49:30.537Zstop 5:19.973602832
29242026-05-16T03:49:30.537Z+ mapfile -t packages
29252026-05-16T03:49:30.537Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29262026-05-16T03:49:31.502Z Finished `release` profile [optimized] target(s) in 0.95s
29272026-05-16T03:49:31.578Z Running `target/release/omicron-package -t test list-outputs`
29282026-05-16T03:49:31.632ZLogging to: /work/oxidecomputer/omicron/out/LOG
29292026-05-16T03:49:31.635Z+ ptime -m cargo build --locked --release -p xtask
29302026-05-16T03:49:32.166Z Compiling libc v0.2.185
29312026-05-16T03:49:32.166Z Compiling serde v1.0.228
29322026-05-16T03:49:32.170Z Compiling serde_core v1.0.228
29332026-05-16T03:49:32.170Z Compiling rustix v1.1.3
29342026-05-16T03:49:32.170Z Compiling serde_json v1.0.149
29352026-05-16T03:49:32.170Z Compiling bitflags v2.11.0
29362026-05-16T03:49:32.306Z Compiling num-traits v0.2.19
29372026-05-16T03:49:32.315Z Compiling syn v2.0.117
29382026-05-16T03:49:32.324Z Compiling smallvec v1.15.1
29392026-05-16T03:49:32.345Z Compiling usdt-impl v0.5.0
29402026-05-16T03:49:32.348Z Compiling indexmap v2.14.0
29412026-05-16T03:49:32.365Z Compiling syn v1.0.109
29422026-05-16T03:49:32.375Z Compiling getrandom v0.4.1
29432026-05-16T03:49:32.386Z Compiling percent-encoding v2.3.2
29442026-05-16T03:49:32.512Z Compiling log v0.4.29
29452026-05-16T03:49:32.614Z Compiling form_urlencoded v1.2.2
29462026-05-16T03:49:32.737Z Compiling fs-err v3.3.0
29472026-05-16T03:49:32.759Z Compiling heck v0.4.1
29482026-05-16T03:49:32.779Z Compiling once_cell v1.21.3
29492026-05-16T03:49:32.788Z Compiling anyhow v1.0.102
29502026-05-16T03:49:33.004Z Compiling errno v0.3.14
29512026-05-16T03:49:33.004Z Compiling thread-id v4.2.2
29522026-05-16T03:49:33.007Z Compiling memmap v0.7.0
29532026-05-16T03:49:33.330Z Compiling ordered-float v2.10.1
29542026-05-16T03:49:33.844Z Compiling proc-macro-error v1.0.4
29552026-05-16T03:49:34.010Z Compiling terminal_size v0.4.3
29562026-05-16T03:49:34.013Z Compiling tempfile v3.25.0
29572026-05-16T03:49:34.090Z Compiling tabled_derive v0.7.0
29582026-05-16T03:49:34.115Z Compiling clap_builder v4.5.60
29592026-05-16T03:49:34.118Z Compiling textwrap v0.16.2
29602026-05-16T03:49:34.239Z Compiling camino-tempfile v1.4.1
29612026-05-16T03:49:34.771Z Compiling tabled v0.15.0
29622026-05-16T03:49:34.815Z Compiling synstructure v0.13.2
29632026-05-16T03:49:34.815Z Compiling pest_generator v2.8.6
29642026-05-16T03:49:35.205Z Compiling serde_derive v1.0.228
29652026-05-16T03:49:35.205Z Compiling zerovec-derive v0.11.2
29662026-05-16T03:49:35.208Z Compiling displaydoc v0.2.5
29672026-05-16T03:49:35.208Z Compiling thiserror-impl v1.0.69
29682026-05-16T03:49:35.208Z Compiling zerocopy-derive v0.7.35
29692026-05-16T03:49:35.208Z Compiling scroll_derive v0.12.1
29702026-05-16T03:49:35.208Z Compiling thiserror-impl v2.0.18
29712026-05-16T03:49:35.208Z Compiling clap_derive v4.5.55
29722026-05-16T03:49:35.246Z Compiling zerofrom-derive v0.1.6
29732026-05-16T03:49:35.264Z Compiling yoke-derive v0.8.1
29742026-05-16T03:49:35.336Z Compiling pest_derive v2.8.6
29752026-05-16T03:49:35.940Z Compiling scroll v0.12.0
29762026-05-16T03:49:35.996Z Compiling zerocopy v0.7.35
29772026-05-16T03:49:36.240Z Compiling goblin v0.8.2
29782026-05-16T03:49:36.328Z Compiling thiserror v1.0.69
29792026-05-16T03:49:36.408Z Compiling zerofrom v0.1.6
29802026-05-16T03:49:36.431Z Compiling dtrace-parser v0.2.0
29812026-05-16T03:49:36.488Z Compiling thiserror v2.0.18
29822026-05-16T03:49:36.528Z Compiling yoke v0.8.1
29832026-05-16T03:49:36.747Z Compiling zerovec v0.11.5
29842026-05-16T03:49:36.831Z Compiling zerotrie v0.2.3
29852026-05-16T03:49:36.897Z Compiling clap v4.5.60
29862026-05-16T03:49:37.293Z Compiling tinystr v0.8.2
29872026-05-16T03:49:37.343Z Compiling potential_utf v0.1.4
29882026-05-16T03:49:37.537Z Compiling icu_locale_core v2.1.1
29892026-05-16T03:49:37.552Z Compiling icu_collections v2.1.1
29902026-05-16T03:49:38.291Z Compiling icu_provider v2.1.1
29912026-05-16T03:49:38.507Z Compiling toml_datetime v0.6.11
29922026-05-16T03:49:38.648Z Compiling icu_normalizer v2.1.1
29932026-05-16T03:49:38.665Z Compiling icu_properties v2.1.2
29942026-05-16T03:49:38.728Z Compiling serde_spanned v0.6.9
29952026-05-16T03:49:38.831Z Compiling dof v0.3.0
29962026-05-16T03:49:38.873Z Compiling toml_edit v0.22.27
29972026-05-16T03:49:38.909Z Compiling serde_tokenstream v0.2.3
29982026-05-16T03:49:38.972Z Compiling serde-value v0.7.0
29992026-05-16T03:49:39.062Z Compiling cargo-platform v0.2.0
30002026-05-16T03:49:39.220Z Compiling macaddr v1.0.1
30012026-05-16T03:49:39.582Z Compiling idna_adapter v1.2.1
30022026-05-16T03:49:39.719Z Compiling idna v1.1.0
30032026-05-16T03:49:39.730Z Compiling usdt-macro v0.5.0
30042026-05-16T03:49:39.742Z Compiling usdt-attr-macro v0.5.0
30052026-05-16T03:49:40.056Z Compiling url v2.5.8
30062026-05-16T03:49:40.390Z Compiling usdt v0.5.0
30072026-05-16T03:49:40.458Z Compiling toml v0.8.23
30082026-05-16T03:49:40.896Z Compiling cargo-util-schemas v0.8.2
30092026-05-16T03:49:40.922Z Compiling cargo_toml v0.21.0
30102026-05-16T03:49:41.927Z Compiling cargo_metadata v0.21.0
30112026-05-16T03:49:44.999Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-05-16T03:49:48.028Z Finished `release` profile [optimized] target(s) in 16.38s
30132026-05-16T03:49:48.189Z
30142026-05-16T03:49:48.190Zreal 16.521806225
30152026-05-16T03:49:48.190Zuser 2:21.447342532
30162026-05-16T03:49:48.190Zsys 16.682659003
30172026-05-16T03:49:48.190Ztrap 0.094399606
30182026-05-16T03:49:48.190Ztflt 0.506283078
30192026-05-16T03:49:48.190Zdflt 1.504840012
30202026-05-16T03:49:48.190Zkflt 0.000012000
30212026-05-16T03:49:48.190Zlock 5:18.849462992
30222026-05-16T03:49:48.193Zslp 3:28.262485255
30232026-05-16T03:49:48.193Zlat 5.536130369
30242026-05-16T03:49:48.193Zstop 17.801496401
30252026-05-16T03:49:48.193Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-05-16T03:49:48.193Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-05-16T03:49:48.193Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-05-16T03:49:48.193Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-05-16T03:49:48.193Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30302026-05-16T03:49:49.144Z Compiling newtype-uuid-macros v0.1.0
30312026-05-16T03:49:49.144Z Compiling regress v0.10.5
30322026-05-16T03:49:49.144Z Compiling structmeta-derive v0.3.0
30332026-05-16T03:49:49.148Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-05-16T03:49:49.148Z Compiling rustls v0.22.4
30352026-05-16T03:49:49.148Z Compiling rustls-webpki v0.102.8
30362026-05-16T03:49:49.148Z Compiling multer v3.1.0
30372026-05-16T03:49:49.148Z Compiling compression-core v0.4.31
30382026-05-16T03:49:49.148Z Compiling debug-ignore v1.0.5
30392026-05-16T03:49:49.148Z Compiling match_cfg v0.1.0
30402026-05-16T03:49:49.292Z Compiling slog-json v2.6.1
30412026-05-16T03:49:49.295Z Compiling async-stream-impl v0.3.6
30422026-05-16T03:49:49.333Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-05-16T03:49:49.336Z Compiling serde_spanned v1.0.4
30442026-05-16T03:49:49.378Z Compiling dropshot v0.17.0
30452026-05-16T03:49:49.381Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-05-16T03:49:49.414Z Compiling hostname v0.3.1
30472026-05-16T03:49:49.502Z Compiling compression-codecs v0.4.37
30482026-05-16T03:49:49.551Z Compiling slog-bunyan v2.5.0
30492026-05-16T03:49:49.565Z Compiling progenitor-client v0.14.0
30502026-05-16T03:49:49.624Z Compiling itertools v0.14.0
30512026-05-16T03:49:49.700Z Compiling waitgroup v0.1.2
30522026-05-16T03:49:49.704Z Compiling rustls-pemfile v2.2.0
30532026-05-16T03:49:49.754Z Compiling toml v1.0.6+spec-1.1.0
30542026-05-16T03:49:49.757Z Compiling dropshot_endpoint v0.17.0
30552026-05-16T03:49:49.785Z Compiling serde_path_to_error v0.1.20
30562026-05-16T03:49:49.862Z Compiling async-compression v0.4.41
30572026-05-16T03:49:49.897Z Compiling hostname v0.4.2
30582026-05-16T03:49:49.931Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30592026-05-16T03:49:49.948Z Compiling macaddr v1.0.1
30602026-05-16T03:49:49.951Z Compiling async-stream v0.3.6
30612026-05-16T03:49:49.980Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-05-16T03:49:50.060Z Compiling instant v0.1.13
30632026-05-16T03:49:50.130Z Compiling progenitor-client v0.10.0
30642026-05-16T03:49:50.146Z Compiling backon v1.6.0
30652026-05-16T03:49:50.162Z Compiling backoff v0.4.0
30662026-05-16T03:49:50.181Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-05-16T03:49:50.198Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-05-16T03:49:50.201Z Compiling universal-hash v0.5.1
30692026-05-16T03:49:50.229Z Compiling opaque-debug v0.3.1
30702026-05-16T03:49:50.232Z Compiling unsafe-libyaml v0.2.11
30712026-05-16T03:49:50.321Z Compiling progenitor-extras v0.2.0
30722026-05-16T03:49:50.352Z Compiling half v2.7.1
30732026-05-16T03:49:50.369Z Compiling crucible-workspace-hack v0.1.0
30742026-05-16T03:49:50.369Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-05-16T03:49:50.404Z Compiling structmeta v0.3.0
30762026-05-16T03:49:50.404Z Compiling ciborium-io v0.2.2
30772026-05-16T03:49:50.434Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-05-16T03:49:50.455Z Compiling regress v0.11.1
30792026-05-16T03:49:50.537Z Compiling aead v0.5.2
30802026-05-16T03:49:50.582Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-05-16T03:49:50.617Z Compiling convert_case v0.4.0
30822026-05-16T03:49:50.637Z Compiling ciborium-ll v0.2.2
30832026-05-16T03:49:50.671Z Compiling derive-ex v0.1.8
30842026-05-16T03:49:50.687Z Compiling parse-display-derive v0.10.0
30852026-05-16T03:49:50.749Z Compiling poly1305 v0.8.0
30862026-05-16T03:49:50.776Z Compiling chacha20 v0.9.1
30872026-05-16T03:49:50.863Z Compiling serde_yaml v0.9.34+deprecated
30882026-05-16T03:49:50.883Z Compiling ciborium v0.2.2
30892026-05-16T03:49:50.933Z Compiling secrecy v0.10.3
30902026-05-16T03:49:51.016Z Compiling derive_more v0.99.20
30912026-05-16T03:49:51.033Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30922026-05-16T03:49:51.061Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30932026-05-16T03:49:51.077Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-05-16T03:49:51.096Z Compiling thiserror-impl-no-std v2.0.2
30952026-05-16T03:49:51.113Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30962026-05-16T03:49:51.116Z Compiling byte-wrapper v0.1.0
30972026-05-16T03:49:51.417Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30982026-05-16T03:49:51.450Z Compiling blake2 v0.10.6
30992026-05-16T03:49:51.477Z Compiling password-hash v0.5.0
31002026-05-16T03:49:51.502Z Compiling chacha20poly1305 v0.10.1
31012026-05-16T03:49:51.531Z Compiling indent_write v2.2.0
31022026-05-16T03:49:51.548Z Compiling heapless v0.8.0
31032026-05-16T03:49:51.572Z Compiling ingot-macros v0.1.1
31042026-05-16T03:49:51.685Z Compiling tokio-rustls v0.25.0
31052026-05-16T03:49:51.701Z Compiling tabwriter v1.4.1
31062026-05-16T03:49:51.902Z Compiling argon2 v0.5.3
31072026-05-16T03:49:51.957Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-05-16T03:49:52.035Z Compiling typify-impl v0.6.2
31092026-05-16T03:49:52.130Z Compiling num-rational v0.4.2
31102026-05-16T03:49:52.333Z Compiling thiserror-no-std v2.0.2
31112026-05-16T03:49:52.359Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-05-16T03:49:52.439Z Compiling test-strategy v0.4.5
31132026-05-16T03:49:52.456Z Compiling vsss-rs v3.3.4
31142026-05-16T03:49:52.474Z Compiling parse-display v0.10.0
31152026-05-16T03:49:52.652Z Compiling hash32 v0.3.1
31162026-05-16T03:49:52.734Z Compiling num-complex v0.4.6
31172026-05-16T03:49:52.751Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-05-16T03:49:52.808Z Compiling smoltcp v0.11.0
31192026-05-16T03:49:53.013Z Compiling proc-macro-crate v3.4.0
31202026-05-16T03:49:53.064Z Compiling atomicwrites v0.4.4
31212026-05-16T03:49:53.135Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31222026-05-16T03:49:53.163Z Compiling num v0.4.3
31232026-05-16T03:49:53.214Z Compiling cobs v0.3.0
31242026-05-16T03:49:53.230Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-05-16T03:49:53.263Z Compiling colored v3.1.1
31262026-05-16T03:49:53.263Z Compiling float-ord v0.3.2
31272026-05-16T03:49:53.315Z Compiling proc-macro-error v1.0.4
31282026-05-16T03:49:53.443Z Compiling postcard v1.1.3
31292026-05-16T03:49:53.474Z Compiling proc-macro-crate v1.3.1
31302026-05-16T03:49:53.507Z Compiling foreign-types-macros v0.2.3
31312026-05-16T03:49:53.530Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31322026-05-16T03:49:53.627Z Compiling num_enum_derive v0.7.5
31332026-05-16T03:49:53.659Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31342026-05-16T03:49:53.704Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-05-16T03:49:53.720Z Compiling foreign-types-shared v0.3.1
31362026-05-16T03:49:53.775Z Compiling cpufeatures v0.3.0
31372026-05-16T03:49:53.823Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31382026-05-16T03:49:53.839Z Compiling rayon-core v1.13.0
31392026-05-16T03:49:53.857Z Compiling chacha20 v0.10.0
31402026-05-16T03:49:53.945Z Compiling num_enum_derive v0.5.11
31412026-05-16T03:49:53.993Z Compiling toml v0.8.23
31422026-05-16T03:49:54.027Z Compiling crossbeam-deque v0.8.6
31432026-05-16T03:49:54.043Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31442026-05-16T03:49:54.084Z Compiling camino-tempfile v1.4.1
31452026-05-16T03:49:54.100Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-05-16T03:49:54.124Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-05-16T03:49:54.157Z Compiling foreign-types v0.5.0
31482026-05-16T03:49:54.229Z Compiling cstr-argument v0.1.2
31492026-05-16T03:49:54.254Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31502026-05-16T03:49:54.346Z Compiling rand v0.10.0
31512026-05-16T03:49:54.417Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31522026-05-16T03:49:54.491Z Compiling ingot-types v0.1.2
31532026-05-16T03:49:54.510Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-16T03:49:54.570Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-05-16T03:49:54.626Z Compiling zone_cfg_derive v0.3.1
31562026-05-16T03:49:54.655Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31572026-05-16T03:49:54.673Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31582026-05-16T03:49:54.700Z Compiling rayon v1.11.0
31592026-05-16T03:49:54.727Z Compiling itertools v0.12.1
31602026-05-16T03:49:54.745Z Compiling num_enum v0.7.5
31612026-05-16T03:49:54.791Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-05-16T03:49:54.811Z Compiling num-derive v0.4.2
31632026-05-16T03:49:54.893Z Compiling ingot v0.1.1
31642026-05-16T03:49:54.910Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31652026-05-16T03:49:54.910Z Compiling sigpipe v0.1.3
31662026-05-16T03:49:54.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-05-16T03:49:54.991Z Compiling prettyplease v0.2.37
31682026-05-16T03:49:55.043Z Compiling glob v0.3.3
31692026-05-16T03:49:55.060Z Compiling num_enum v0.5.11
31702026-05-16T03:49:55.195Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31712026-05-16T03:49:55.212Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31722026-05-16T03:49:55.215Z Compiling smf v0.2.3
31732026-05-16T03:49:55.269Z Compiling whoami v1.6.1
31742026-05-16T03:49:55.342Z Compiling usdt-macro v0.5.0
31752026-05-16T03:49:55.487Z Compiling usdt-attr-macro v0.5.0
31762026-05-16T03:49:55.524Z Compiling gethostname v0.5.0
31772026-05-16T03:49:55.586Z Compiling memmap v0.7.0
31782026-05-16T03:49:55.674Z Compiling derive-where v1.6.0
31792026-05-16T03:49:55.749Z Compiling progenitor-client v0.13.0
31802026-05-16T03:49:55.772Z Compiling resolv-conf v0.7.6
31812026-05-16T03:49:55.809Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-16T03:49:55.824Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31832026-05-16T03:49:55.969Z Compiling zone v0.3.1
31842026-05-16T03:49:56.006Z Compiling owo-colors v4.3.0
31852026-05-16T03:49:56.100Z Compiling cancel-safe-futures v0.1.5
31862026-05-16T03:49:56.133Z Compiling libsw-core v0.3.2
31872026-05-16T03:49:56.150Z Compiling console v0.15.11
31882026-05-16T03:49:56.232Z Compiling hickory-proto v0.24.4
31892026-05-16T03:49:56.334Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-16T03:49:56.350Z Compiling usdt v0.5.0
31912026-05-16T03:49:56.487Z Compiling libsw v3.5.0
31922026-05-16T03:49:56.503Z Compiling newline-converter v0.3.0
31932026-05-16T03:49:56.655Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31942026-05-16T03:49:56.673Z Compiling linear-map v1.2.0
31952026-05-16T03:49:56.693Z Compiling typify-macro v0.6.2
31962026-05-16T03:49:56.693Z Compiling libefi-sys v0.1.0
31972026-05-16T03:49:56.727Z Compiling linked-hash-map v0.5.6
31982026-05-16T03:49:56.746Z Compiling expectorate v1.2.0
31992026-05-16T03:49:56.763Z Compiling git-stub v1.0.0
32002026-05-16T03:49:56.780Z Compiling bitfield-struct v0.6.2
32012026-05-16T03:49:56.828Z Compiling semver v0.1.20
32022026-05-16T03:49:56.902Z Compiling tokio-dtrace v0.1.1
32032026-05-16T03:49:56.948Z Compiling lru-cache v0.1.2
32042026-05-16T03:49:56.952Z Compiling git-stub-vcs v0.1.0
32052026-05-16T03:49:56.994Z Compiling dropshot-api-manager-types v0.7.1
32062026-05-16T03:49:57.054Z Compiling rustc_version v0.1.7
32072026-05-16T03:49:57.071Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-05-16T03:49:57.099Z Compiling primeorder v0.13.6
32092026-05-16T03:49:57.144Z Compiling slog-dtrace v0.3.0
32102026-05-16T03:49:57.188Z Compiling minimal-lexical v0.2.1
32112026-05-16T03:49:57.204Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-16T03:49:57.207Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-05-16T03:49:57.310Z Compiling oxide-tokio-rt v0.1.4
32142026-05-16T03:49:57.327Z Compiling newtype_derive v0.1.6
32152026-05-16T03:49:57.348Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-05-16T03:49:57.367Z Compiling typify-impl v0.4.3
32172026-05-16T03:49:57.387Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-05-16T03:49:57.450Z Compiling nom v7.1.3
32192026-05-16T03:49:57.467Z Compiling phf_shared v0.12.1
32202026-05-16T03:49:57.472Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32212026-05-16T03:49:57.486Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-05-16T03:49:57.490Z Compiling csv-core v0.1.13
32232026-05-16T03:49:57.639Z Compiling chrono-tz v0.10.4
32242026-05-16T03:49:57.673Z Compiling highway v1.3.0
32252026-05-16T03:49:57.810Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-05-16T03:49:57.827Z Compiling xshell-macros v0.2.7
32272026-05-16T03:49:57.830Z Compiling csv v1.4.0
32282026-05-16T03:49:57.880Z Compiling const_format_proc_macros v0.2.34
32292026-05-16T03:49:57.898Z Compiling phf v0.12.1
32302026-05-16T03:49:57.983Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32312026-05-16T03:49:58.097Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-05-16T03:49:58.247Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32332026-05-16T03:49:58.250Z Compiling xshell v0.2.7
32342026-05-16T03:49:58.399Z Compiling hickory-resolver v0.24.4
32352026-05-16T03:49:58.504Z Compiling p384 v0.13.1
32362026-05-16T03:49:58.538Z Compiling typify v0.6.2
32372026-05-16T03:49:58.688Z Compiling progenitor-impl v0.14.0
32382026-05-16T03:49:58.747Z Compiling progenitor-impl v0.13.0
32392026-05-16T03:49:58.764Z Compiling const_format v0.2.35
32402026-05-16T03:49:58.794Z Compiling tabled_derive v0.7.0
32412026-05-16T03:49:58.872Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32422026-05-16T03:49:58.906Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32432026-05-16T03:49:59.096Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32442026-05-16T03:49:59.114Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32452026-05-16T03:49:59.161Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-05-16T03:49:59.446Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32472026-05-16T03:49:59.465Z Compiling qorb v0.4.1
32482026-05-16T03:49:59.561Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-16T03:49:59.692Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32502026-05-16T03:49:59.787Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32512026-05-16T03:49:59.842Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-05-16T03:50:00.165Z Compiling bcs v0.1.6
32532026-05-16T03:50:00.184Z Compiling termtree v0.5.1
32542026-05-16T03:50:00.204Z Compiling tagptr v0.2.0
32552026-05-16T03:50:00.371Z Compiling salty v0.3.0
32562026-05-16T03:50:00.399Z Compiling moka v0.12.13
32572026-05-16T03:50:00.466Z Compiling textwrap v0.16.2
32582026-05-16T03:50:00.521Z Compiling tabled v0.15.0
32592026-05-16T03:50:00.675Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-05-16T03:50:00.697Z Compiling steno v0.4.1
32612026-05-16T03:50:00.831Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32622026-05-16T03:50:00.914Z Compiling base64 v0.21.7
32632026-05-16T03:50:00.932Z Compiling humantime v2.3.0
32642026-05-16T03:50:00.979Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-05-16T03:50:01.002Z Compiling radium v0.7.0
32662026-05-16T03:50:01.225Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32672026-05-16T03:50:01.242Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32682026-05-16T03:50:01.262Z Compiling hickory-resolver v0.25.2
32692026-05-16T03:50:01.287Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32702026-05-16T03:50:01.411Z Compiling progenitor-macro v0.14.0
32712026-05-16T03:50:01.483Z Compiling progenitor-macro v0.13.0
32722026-05-16T03:50:01.542Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-05-16T03:50:01.562Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32742026-05-16T03:50:01.765Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-05-16T03:50:02.034Z Compiling tap v1.0.1
32762026-05-16T03:50:02.053Z Compiling typify-macro v0.4.3
32772026-05-16T03:50:02.067Z Compiling maybe-uninit v2.0.0
32782026-05-16T03:50:02.129Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-05-16T03:50:02.153Z Compiling wyz v0.5.1
32802026-05-16T03:50:02.400Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32812026-05-16T03:50:02.439Z Compiling polyval v0.6.2
32822026-05-16T03:50:02.451Z Compiling proc-macro-error-attr2 v2.0.0
32832026-05-16T03:50:02.696Z Compiling funty v2.0.0
32842026-05-16T03:50:02.712Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-05-16T03:50:02.766Z Compiling packed_struct v0.10.1
32862026-05-16T03:50:02.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32872026-05-16T03:50:02.927Z Compiling parking_lot_core v0.8.6
32882026-05-16T03:50:02.984Z Compiling utf-8 v0.7.6
32892026-05-16T03:50:03.044Z Compiling bitvec v1.0.1
32902026-05-16T03:50:03.094Z Compiling proc-macro-error2 v2.0.1
32912026-05-16T03:50:03.153Z Compiling tungstenite v0.21.0
32922026-05-16T03:50:03.170Z Compiling ghash v0.5.1
32932026-05-16T03:50:03.241Z Compiling num-derive v0.3.3
32942026-05-16T03:50:03.265Z Compiling ctr v0.9.2
32952026-05-16T03:50:03.298Z Compiling packed_struct_codegen v0.10.1
32962026-05-16T03:50:03.358Z Compiling ssh-encoding v0.2.0
32972026-05-16T03:50:03.382Z Compiling bitfield-macros v0.19.4
32982026-05-16T03:50:03.498Z Compiling zerocopy-derive v0.6.6
32992026-05-16T03:50:03.516Z Compiling indexmap v1.9.3
33002026-05-16T03:50:03.620Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33012026-05-16T03:50:03.654Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33022026-05-16T03:50:03.757Z Compiling nodrop v0.1.14
33032026-05-16T03:50:03.840Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-16T03:50:03.882Z Compiling crc-catalog v2.4.0
33052026-05-16T03:50:03.914Z Compiling typify v0.4.3
33062026-05-16T03:50:03.936Z Compiling array-init v0.0.4
33072026-05-16T03:50:04.008Z Compiling crc v3.4.0
33082026-05-16T03:50:04.052Z Compiling progenitor-impl v0.11.2
33092026-05-16T03:50:04.127Z Compiling tokio-tungstenite v0.21.0
33102026-05-16T03:50:04.164Z Compiling bitfield v0.19.4
33112026-05-16T03:50:04.234Z Compiling libscf-sys v1.1.0
33122026-05-16T03:50:04.250Z Compiling tabled_derive v0.11.0
33132026-05-16T03:50:04.321Z Compiling aes-gcm v0.10.3
33142026-05-16T03:50:04.421Z Compiling smallvec v0.6.14
33152026-05-16T03:50:04.438Z Compiling zerocopy v0.6.6
33162026-05-16T03:50:04.540Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-16T03:50:04.578Z Compiling papergrid v0.17.0
33182026-05-16T03:50:04.680Z Compiling testing_table v0.3.0
33192026-05-16T03:50:04.765Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-05-16T03:50:04.819Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33212026-05-16T03:50:04.835Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33222026-05-16T03:50:04.868Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33232026-05-16T03:50:04.900Z Compiling blowfish v0.9.1
33242026-05-16T03:50:05.017Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-16T03:50:05.112Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33262026-05-16T03:50:05.130Z Compiling unicase v2.9.0
33272026-05-16T03:50:05.181Z Compiling illumos-nvpair-sys v0.2.0
33282026-05-16T03:50:05.349Z Compiling hashbrown v0.12.3
33292026-05-16T03:50:05.365Z Compiling corncobs v0.1.4
33302026-05-16T03:50:05.385Z Compiling mime_guess v2.0.5
33312026-05-16T03:50:05.419Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-05-16T03:50:05.470Z Compiling bcrypt-pbkdf v0.10.0
33332026-05-16T03:50:05.489Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-05-16T03:50:05.506Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-05-16T03:50:05.579Z Compiling tabled v0.20.0
33362026-05-16T03:50:05.899Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33372026-05-16T03:50:05.922Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-05-16T03:50:05.927Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392026-05-16T03:50:05.982Z Compiling parking_lot v0.11.2
33402026-05-16T03:50:06.000Z Compiling serde-hex v0.1.0
33412026-05-16T03:50:06.136Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33422026-05-16T03:50:06.155Z Compiling ssh-cipher v0.2.0
33432026-05-16T03:50:06.285Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33442026-05-16T03:50:06.361Z Compiling progenitor-impl v0.10.0
33452026-05-16T03:50:06.532Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33462026-05-16T03:50:06.536Z Compiling progenitor v0.14.0
33472026-05-16T03:50:06.593Z Compiling progenitor v0.13.0
33482026-05-16T03:50:06.671Z Compiling ron v0.8.1
33492026-05-16T03:50:06.675Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33502026-05-16T03:50:06.725Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-05-16T03:50:06.772Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-05-16T03:50:06.790Z Compiling progenitor-macro v0.11.2
33532026-05-16T03:50:07.176Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33542026-05-16T03:50:07.277Z Compiling p521 v0.13.3
33552026-05-16T03:50:07.314Z Compiling p256 v0.13.2
33562026-05-16T03:50:07.415Z Compiling hashbrown v0.13.2
33572026-05-16T03:50:07.665Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-05-16T03:50:07.719Z Compiling progenitor-client v0.11.2
33592026-05-16T03:50:07.773Z Compiling prefix-trie v0.7.0
33602026-05-16T03:50:07.944Z Compiling fxhash v0.2.1
33612026-05-16T03:50:07.990Z Compiling secrecy v0.8.0
33622026-05-16T03:50:08.071Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33632026-05-16T03:50:08.080Z Compiling crc-any v2.5.0
33642026-05-16T03:50:08.127Z Compiling hickory-server v0.25.2
33652026-05-16T03:50:08.198Z Compiling sled v0.34.7
33662026-05-16T03:50:08.264Z Compiling ssh-key v0.6.7
33672026-05-16T03:50:08.303Z Compiling object v0.30.4
33682026-05-16T03:50:08.323Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-05-16T03:50:08.387Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-05-16T03:50:08.754Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33712026-05-16T03:50:08.824Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-05-16T03:50:09.001Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-05-16T03:50:09.317Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33742026-05-16T03:50:09.336Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33752026-05-16T03:50:09.741Z Compiling progenitor-macro v0.10.0
33762026-05-16T03:50:10.078Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33772026-05-16T03:50:10.183Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33782026-05-16T03:50:10.590Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792026-05-16T03:50:10.735Z Compiling password-hash v0.4.2
33802026-05-16T03:50:10.855Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-05-16T03:50:11.080Z Compiling home v0.5.12
33822026-05-16T03:50:11.158Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-05-16T03:50:11.253Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-05-16T03:50:11.335Z Compiling path-slash v0.1.5
33852026-05-16T03:50:11.353Z Compiling half v1.8.3
33862026-05-16T03:50:11.377Z Compiling http-range v0.1.5
33872026-05-16T03:50:11.393Z Compiling crc8 v0.1.1
33882026-05-16T03:50:11.513Z Compiling md5 v0.7.0
33892026-05-16T03:50:11.547Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-05-16T03:50:11.605Z Compiling serde_cbor v0.11.2
33912026-05-16T03:50:11.809Z Compiling pbkdf2 v0.11.0
33922026-05-16T03:50:11.828Z Compiling illumos-nvpair v0.3.0
33932026-05-16T03:50:11.845Z Compiling progenitor v0.11.2
33942026-05-16T03:50:12.030Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33952026-05-16T03:50:12.081Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-05-16T03:50:12.081Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33972026-05-16T03:50:12.118Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33982026-05-16T03:50:12.237Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33992026-05-16T03:50:12.278Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-05-16T03:50:12.342Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-05-16T03:50:12.407Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-05-16T03:50:12.457Z Compiling yasna v0.5.2
34032026-05-16T03:50:12.474Z Compiling kstat-rs v0.2.4
34042026-05-16T03:50:12.670Z Compiling headers-core v0.3.0
34052026-05-16T03:50:12.802Z Compiling nanorand v0.7.0
34062026-05-16T03:50:12.823Z Compiling russh-cryptovec v0.7.3
34072026-05-16T03:50:12.841Z Compiling atty v0.2.14
34082026-05-16T03:50:12.906Z Compiling rcgen v0.12.1
34092026-05-16T03:50:12.985Z Compiling russh-keys v0.45.0
34102026-05-16T03:50:13.021Z Compiling flume v0.11.1
34112026-05-16T03:50:13.038Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-05-16T03:50:13.054Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-16T03:50:13.057Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34142026-05-16T03:50:13.121Z Compiling headers v0.4.1
34152026-05-16T03:50:13.164Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-05-16T03:50:13.209Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-05-16T03:50:13.273Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34182026-05-16T03:50:13.370Z Compiling hyper-staticfile v0.10.1
34192026-05-16T03:50:13.484Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34202026-05-16T03:50:13.643Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-05-16T03:50:13.881Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34222026-05-16T03:50:13.897Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34232026-05-16T03:50:13.918Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242026-05-16T03:50:13.942Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34252026-05-16T03:50:14.099Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-05-16T03:50:14.253Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34272026-05-16T03:50:14.263Z Compiling russh-cryptovec v0.48.0
34282026-05-16T03:50:14.448Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-05-16T03:50:14.474Z Compiling num-bigint v0.4.6
34302026-05-16T03:50:14.487Z Compiling des v0.8.1
34312026-05-16T03:50:14.507Z Compiling russh-util v0.48.0
34322026-05-16T03:50:14.580Z Compiling subprocess v0.2.15
34332026-05-16T03:50:14.723Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-05-16T03:50:14.733Z Compiling display-error-chain v0.2.2
34352026-05-16T03:50:14.733Z Compiling hex-literal v0.4.1
34362026-05-16T03:50:14.734Z Compiling russh-keys v0.49.2
34372026-05-16T03:50:14.803Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-05-16T03:50:14.856Z Compiling progenitor v0.10.0
34392026-05-16T03:50:14.899Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-05-16T03:50:15.047Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34412026-05-16T03:50:15.108Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-05-16T03:50:15.189Z Compiling colored v2.2.0
34432026-05-16T03:50:15.338Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-05-16T03:50:15.368Z Compiling socket2 v0.5.10
34452026-05-16T03:50:15.587Z Compiling internet-checksum v0.2.1
34462026-05-16T03:50:15.607Z Compiling russh v0.45.0
34472026-05-16T03:50:15.812Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34482026-05-16T03:50:15.836Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34492026-05-16T03:50:18.348Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-05-16T03:50:18.366Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34512026-05-16T03:50:19.062Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34522026-05-16T03:50:19.527Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34532026-05-16T03:50:20.975Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34542026-05-16T03:50:28.914Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34552026-05-16T03:50:28.914Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34562026-05-16T03:50:28.917Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34572026-05-16T03:50:28.917Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34582026-05-16T03:50:30.637Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34592026-05-16T03:50:30.652Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34602026-05-16T03:50:34.796Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34612026-05-16T03:51:05.033Zerror[E0432]: unresolved import `russh_keys::key::KeyPair`
34622026-05-16T03:51:05.033Z --> end-to-end-tests/src/instance_launch.rs:16:23
34632026-05-16T03:51:05.033Z |
34642026-05-16T03:51:05.033Z16 | use russh_keys::key::{KeyPair, PublicKey};
34652026-05-16T03:51:05.033Z | ^^^^^^^ no `KeyPair` in `key`
34662026-05-16T03:51:05.033Z
34672026-05-16T03:51:05.043Zerror[E0603]: struct `PublicKey` is private
34682026-05-16T03:51:05.043Z --> end-to-end-tests/src/instance_launch.rs:16:32
34692026-05-16T03:51:05.043Z |
34702026-05-16T03:51:05.043Z16 | use russh_keys::key::{KeyPair, PublicKey};
34712026-05-16T03:51:05.043Z | ^^^^^^^^^ private struct
34722026-05-16T03:51:05.043Z |
34732026-05-16T03:51:05.043Znote: the struct `PublicKey` is defined here
34742026-05-16T03:51:05.043Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.49.2/src/key.rs:17:47
34752026-05-16T03:51:05.043Z |
34762026-05-16T03:51:05.043Z17 | use ssh_key::{Algorithm, EcdsaCurve, HashAlg, PublicKey};
34772026-05-16T03:51:05.043Z | ^^^^^^^^^
34782026-05-16T03:51:05.043Zhelp: import `PublicKey` directly
34792026-05-16T03:51:05.043Z |
34802026-05-16T03:51:05.043Z16 | use russh_keys::key::{KeyPair, ssh_key::public::PublicKey};
34812026-05-16T03:51:05.043Z | +++++++++++++++++
34822026-05-16T03:51:05.043Z
34832026-05-16T03:51:05.700ZSome errors have detailed explanations: E0432, E0603.
34842026-05-16T03:51:05.700ZFor more information about an error, try `rustc --explain E0432`.
34852026-05-16T03:51:05.808Zerror: could not compile `end-to-end-tests` (lib test) due to 2 previous errors
34862026-05-16T03:51:05.808Zwarning: build failed, waiting for other jobs to finish...
34872026-05-16T03:51:11.295Z
34882026-05-16T03:51:11.295Zreal 1:23.041600518
34892026-05-16T03:51:11.295Zuser 8:05.617092717
34902026-05-16T03:51:11.298Zsys 1:38.605249947
34912026-05-16T03:51:11.298Ztrap 0.264199127
34922026-05-16T03:51:11.298Ztflt 0.586128026
34932026-05-16T03:51:11.298Zdflt 1.332795224
34942026-05-16T03:51:11.298Zkflt 0.010927710
34952026-05-16T03:51:11.298Zlock 28:54.341937472
34962026-05-16T03:51:11.298Zslp 18:42.785232817
34972026-05-16T03:51:11.298Zlat 39.185010641
34982026-05-16T03:51:11.298Zstop 2:46.327793781
34992026-05-16T03:51:11.298Zprocess exited: duration 813734 ms, exit code 101
 
35002026-05-16T03:51:11.305Zfound 0 output files
35012026-05-16T03:51:11.305Zupload error: rule "/work/package.tar.gz" required a match, but was not used