01KTNBZ9GPRTV3HXVZQNTZGMVX: 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: 01KTNBZSTJ8GBM4QGYFEGQVMQ2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T05:00:14.698Zjob assigned to worker 01KTNBZZ2NHYCR6VA4RGYQ4AR5 [factory aws, i-0edeeb4fc288359d8] (queued for 50 s)
 
22026-06-09T05:00:22.285Zstarting task 0: "setup"
32026-06-09T05:00:22.291Z++ uname -s
42026-06-09T05:00:22.291Z+ kern=SunOS
52026-06-09T05:00:22.291Z+ build_user=build
62026-06-09T05:00:22.292Z+ build_uid=12345
72026-06-09T05:00:22.292Z+ work_dir=/work
82026-06-09T05:00:22.292Z+ input_dir=/input
92026-06-09T05:00:22.292Z+ [[ 0 == 12345 ]]
102026-06-09T05:00:22.292Z+ case "$kern" in
112026-06-09T05:00:22.292Z+ groupadd -g 12345 build
122026-06-09T05:00:22.295Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T05:00:24.304Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T05:00:24.508Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T05:00:24.515Z+ home_fs=zfs
162026-06-09T05:00:24.515Z+ [[ zfs == autofs ]]
172026-06-09T05:00:24.515Z+ mkdir -p /home/build
182026-06-09T05:00:24.515Z+ chown build:build /home/build /work
192026-06-09T05:00:26.424Z+ chmod 0700 /home/build /work
202026-06-09T05:00:26.430Zprocess exited: duration 4146 ms, exit code 0
 
212026-06-09T05:00:26.437Zstarting task 1: "rust-toolchain"
222026-06-09T05:00:26.443Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T05:00:26.443Z * rust toolchain channel = "1.94.0"
242026-06-09T05:00:26.443Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-09T05:00:26.443Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-09T05:00:26.443Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T05:00:26.443Z * rust toolchain profile = "default"
282026-06-09T05:00:26.447Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T05:00:26.447Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T05:00:26.536Zinfo: downloading installer
312026-06-09T05:00:27.829Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T05:00:27.829Zwarn: /home/build/.rustup/settings.toml
332026-06-09T05:00:27.829Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T05:00:27.829Zwarn: instead of the one inferred from the default host triple.
352026-06-09T05:00:27.837Zinfo: profile set to default
362026-06-09T05:00:27.837Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T05:00:27.837Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T05:00:27.969Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T05:00:27.974Zinfo: downloading 6 components
402026-06-09T05:00:42.540Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T05:00:42.540Z
422026-06-09T05:00:42.568Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T05:00:42.568Z
442026-06-09T05:00:42.568Z
452026-06-09T05:00:42.568ZRust is installed now. Great!
462026-06-09T05:00:42.568Z
472026-06-09T05:00:42.572ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T05:00:42.572Zenvironment variable. This has not been done automatically.
492026-06-09T05:00:42.572Z
502026-06-09T05:00:42.572ZTo configure your current shell, you need to source
512026-06-09T05:00:42.572Zthe corresponding env file under $HOME/.cargo.
522026-06-09T05:00:42.572Z
532026-06-09T05:00:42.572ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T05:00:42.572Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T05:00:42.572Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T05:00:42.572Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T05:00:42.572Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T05:00:42.572Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T05:00:42.572Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T05:00:42.572Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T05:00:42.572Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T05:00:42.674Z+ rustup --version
632026-06-09T05:00:42.679Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T05:00:42.682Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T05:00:42.702Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T05:00:42.704Z+ cargo --version
672026-06-09T05:00:42.713Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T05:00:42.715Z+ rustc --version
692026-06-09T05:00:42.736Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T05:00:42.739Zprocess exited: duration 16301 ms, exit code 0
 
712026-06-09T05:00:42.745Zstarting task 2: "authentication"
722026-06-09T05:00:42.763Zprocess exited: duration 17 ms, exit code 0
 
732026-06-09T05:00:42.769Zstarting task 3: "clone repository"
742026-06-09T05:00:42.775Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T05:00:42.778Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T05:00:42.807ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T05:00:53.528Z+ cd /work/oxidecomputer/omicron
782026-06-09T05:00:53.528Z+ git fetch origin c8571fb1ae891bb7fcf3b864d244e6b722e60595
792026-06-09T05:00:53.790ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T05:00:53.790Z * branch c8571fb1ae891bb7fcf3b864d244e6b722e60595 -> FETCH_HEAD
812026-06-09T05:00:53.804Z+ [[ -n zl/ddm-internal-dns ]]
822026-06-09T05:00:53.807Z++ git branch --show-current
832026-06-09T05:00:53.810Z+ current=main
842026-06-09T05:00:53.810Z+ [[ main != zl/ddm-internal-dns ]]
852026-06-09T05:00:53.810Z+ git branch -f zl/ddm-internal-dns c8571fb1ae891bb7fcf3b864d244e6b722e60595
862026-06-09T05:00:53.813Z+ git checkout -f zl/ddm-internal-dns
872026-06-09T05:00:53.844ZSwitched to branch 'zl/ddm-internal-dns'
882026-06-09T05:00:53.848Z+ git reset --hard c8571fb1ae891bb7fcf3b864d244e6b722e60595
892026-06-09T05:00:53.879ZHEAD is now at c8571fb1a [merge] merge main
902026-06-09T05:00:53.882Zprocess exited: duration 11110 ms, exit code 0
 
912026-06-09T05:00:53.887Zstarting task 4: "build"
922026-06-09T05:00:53.893Z+ source .github/buildomat/ci-env.sh
932026-06-09T05:00:53.893Z++ export CARGO_TERM_COLOR=always
942026-06-09T05:00:53.893Z++ CARGO_TERM_COLOR=always
952026-06-09T05:00:53.893Z+ cargo --version
962026-06-09T05:00:53.903Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-09T05:00:53.907Z+ rustc --version
982026-06-09T05:00:53.926Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-09T05:00:53.930Z+ WORK=/work
1002026-06-09T05:00:53.930Z+ pfexec mkdir -p /work
1012026-06-09T05:00:53.933Z+ pfexec chown build /work
1022026-06-09T05:00:53.936Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-09T05:00:55.489Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-09T05:00:55.622Z Startup: Caching catalogs ... Done
1052026-06-09T05:00:55.900ZPlanning: Solver setup ... Done (0.279s)
1062026-06-09T05:00:55.920ZPlanning: Running solver ... Done (0.020s)
1072026-06-09T05:00:55.928ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-09T05:00:55.938ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-09T05:00:55.956ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-09T05:00:55.972ZPlanning: Package planning ... Done (0.016s)
1112026-06-09T05:00:55.976ZPlanning: Merging actions ... Done (0.002s)
1122026-06-09T05:00:56.187ZPlanning: Checking for conflicting actions ... Done (0.214s)
1132026-06-09T05:00:56.190ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-09T05:00:57.024ZPlanning: Evaluating mediators ... Done (0.836s)
1152026-06-09T05:00:57.027ZPlanning: Planning completed in 1.43 seconds
1162026-06-09T05:00:57.035Z Packages to install: 2
1172026-06-09T05:00:57.035Z Estimated space available: 156.07 GB
1182026-06-09T05:00:57.038ZEstimated space to be consumed: 25.34 MB
1192026-06-09T05:00:57.038Z Create boot environment: No
1202026-06-09T05:00:57.038ZCreate backup boot environment: No
1212026-06-09T05:00:57.038Z Rebuild boot archive: No
1222026-06-09T05:00:57.038Z
1232026-06-09T05:00:57.038ZChanged packages:
1242026-06-09T05:00:57.038Zhelios
1252026-06-09T05:00:57.038Z developer/build-essential
1262026-06-09T05:00:57.038Z None -> 11-3.0
1272026-06-09T05:00:57.038Z library/libxmlsec1
1282026-06-09T05:00:57.038Z None -> 1.2.35-3.0
1292026-06-09T05:00:57.062Z
1302026-06-09T05:00:57.062ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-09T05:00:57.614ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1322026-06-09T05:00:57.677Z Actions: 1/268 actions (Installing new actions)
1332026-06-09T05:00:57.715Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-09T05:00:57.726ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-09T05:00:57.726ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-09T05:00:57.870ZFinalize: Updating image state ... Done (0.022s)
1372026-06-09T05:01:00.350ZFinalize: Creating fast lookup database ... Done (2.580s)
1382026-06-09T05:01:00.421ZFinalize: Reading search index ... Done (0.013s)
1392026-06-09T05:01:00.424ZFinalize: Updating search index ... Done (0.000s)
1402026-06-09T05:01:00.511ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-09T05:01:00.816ZPlanning: Evaluating mediator changes ... Done
1422026-06-09T05:01:00.919ZPlanning: Checking for conflicting actions ... Done
1432026-06-09T05:01:00.921ZPlanning: Consolidating action changes ... Done
1442026-06-09T05:01:01.077ZPlanning: Evaluating mediators ... Done
1452026-06-09T05:01:01.082ZPlanning: Planning completed in 0.26 seconds
1462026-06-09T05:01:01.101Z Mediators to change: 2
1472026-06-09T05:01:01.101Z Create boot environment: No
1482026-06-09T05:01:01.104ZCreate backup boot environment: No
1492026-06-09T05:01:01.198ZFinalize: Updating package state database ... Done
1502026-06-09T05:01:01.198ZFinalize: Updating package cache ... Done
1512026-06-09T05:01:01.201ZFinalize: Updating image state ... Done
1522026-06-09T05:01:03.124ZFinalize: Creating fast lookup database ... Done
1532026-06-09T05:01:03.186ZFinalize: Reading search index ... Done
1542026-06-09T05:01:03.189ZFinalize: Updating search index ... Done
1552026-06-09T05:01:03.254ZFinalize: Updating package cache ... Done
1562026-06-09T05:01:03.539ZPlanning: Evaluating mediator changes ... Done
1572026-06-09T05:01:03.643ZPlanning: Checking for conflicting actions ... Done
1582026-06-09T05:01:03.646ZPlanning: Consolidating action changes ... Done
1592026-06-09T05:01:03.802ZPlanning: Evaluating mediators ... Done
1602026-06-09T05:01:03.805ZPlanning: Planning completed in 0.26 seconds
1612026-06-09T05:01:03.826Z Mediators to change: 1
1622026-06-09T05:01:03.826Z Create boot environment: No
1632026-06-09T05:01:03.826ZCreate backup boot environment: No
1642026-06-09T05:01:03.893ZFinalize: Updating package state database ... Done
1652026-06-09T05:01:03.893ZFinalize: Updating package cache ... Done
1662026-06-09T05:01:03.908ZFinalize: Updating image state ... Done
1672026-06-09T05:01:05.878ZFinalize: Creating fast lookup database ... Done
1682026-06-09T05:01:05.941ZFinalize: Reading search index ... Done
1692026-06-09T05:01:05.944ZFinalize: Updating search index ... Done
1702026-06-09T05:01:06.028ZFinalize: Updating package cache ... Done
1712026-06-09T05:01:06.340ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-09T05:01:06.341Zapache system 2.4 system
1732026-06-09T05:01:06.341Zclang system 15 system
1742026-06-09T05:01:06.341Zcsh system system illumos
1752026-06-09T05:01:06.341Zctags system system illumos
1762026-06-09T05:01:06.341Zfile vendor vendor darwinsys
1772026-06-09T05:01:06.341Zfile system system illumos
1782026-06-09T05:01:06.341Zgcc vendor 14 vendor
1792026-06-09T05:01:06.341Zgcc system 13 system
1802026-06-09T05:01:06.341Zgcc system 10 system
1812026-06-09T05:01:06.341Zgo system 1.25 system
1822026-06-09T05:01:06.341Zllvm system 15 system
1832026-06-09T05:01:06.341Zmariadb system 11.4 system
1842026-06-09T05:01:06.341Zmta vendor vendor dma
1852026-06-09T05:01:06.341Zopenjdk system 17 system
1862026-06-09T05:01:06.341Zopenjdk system 11 system
1872026-06-09T05:01:06.341Zopenssl vendor 3 vendor
1882026-06-09T05:01:06.341Zperl system 5.40 system
1892026-06-09T05:01:06.341Zpostgresql system 18 system
1902026-06-09T05:01:06.341Zpostgresql system 17 system
1912026-06-09T05:01:06.341Zpython vendor 3 vendor
1922026-06-09T05:01:06.341Zpython system 2 system
1932026-06-09T05:01:06.341Zpython3 vendor 3.13 vendor
1942026-06-09T05:01:06.341Zruby system 3.4 system
1952026-06-09T05:01:06.341Zruby system 3.0 system
1962026-06-09T05:01:06.341Zwords vendor vendor american-english
1972026-06-09T05:01:06.341Zwords system system australian-english
1982026-06-09T05:01:06.341Zwords system system british-english
1992026-06-09T05:01:06.341Zwords system system canadian-english
2002026-06-09T05:01:06.341Zwords system system french
2012026-06-09T05:01:06.341Zwords system system italian
2022026-06-09T05:01:06.341Zwords system system ngerman
2032026-06-09T05:01:06.341Zwords system system ogerman
2042026-06-09T05:01:06.341Zwords system system spanish
2052026-06-09T05:01:06.667ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-09T05:01:06.667Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-09T05:01:06.875ZFMRI IFO
2082026-06-09T05:01:06.875Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-09T05:01:06.875Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-09T05:01:06.875Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-09T05:01:06.875Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-09T05:01:06.875Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-09T05:01:06.875Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-09T05:01:06.875Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-09T05:01:06.875Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-09T05:01:06.875Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-09T05:01:07.115Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-09T05:01:07.374Z Updating crates.io index
2192026-06-09T05:01:07.377Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-09T05:01:07.632Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-09T05:01:08.452Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-09T05:01:08.888Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-09T05:01:10.032Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-09T05:01:10.560Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-09T05:01:12.152Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-09T05:01:12.966Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-09T05:01:13.366Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-09T05:01:14.349Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-09T05:01:14.732Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-09T05:01:15.168Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-09T05:01:15.550Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-09T05:01:16.649Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-09T05:01:17.094Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-09T05:01:17.318Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-09T05:01:17.740Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-09T05:01:18.090Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-09T05:01:18.520Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-09T05:01:18.884Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-09T05:01:19.118Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-09T05:01:19.387Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-09T05:01:19.804Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-09T05:01:20.164Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-09T05:01:20.574Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-09T05:01:21.030Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-09T05:01:21.309Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-09T05:01:21.601Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-09T05:01:21.874Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-09T05:01:22.836Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-09T05:01:23.519Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-09T05:01:23.926Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-09T05:01:24.426Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-09T05:01:24.710Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-09T05:01:24.992Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-09T05:01:25.282Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-09T05:01:25.623Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-09T05:01:26.144Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-09T05:01:26.389Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-09T05:01:26.617Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-09T05:01:26.984Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-09T05:01:38.778Z Downloading crates ...
2612026-06-09T05:01:38.783Z Downloaded block-buffer v0.10.4
2622026-06-09T05:01:38.783Z Downloaded clap_lex v1.0.0
2632026-06-09T05:01:38.787Z Downloaded yoke-derive v0.8.1
2642026-06-09T05:01:38.787Z Downloaded erased-serde v0.4.9
2652026-06-09T05:01:38.787Z Downloaded anstream v1.0.0
2662026-06-09T05:01:38.790Z Downloaded heck v0.4.1
2672026-06-09T05:01:38.790Z Downloaded colorchoice v1.0.4
2682026-06-09T05:01:38.790Z Downloaded dof v0.3.0
2692026-06-09T05:01:38.790Z Downloaded utf8_iter v1.0.4
2702026-06-09T05:01:38.790Z Downloaded errno v0.3.14
2712026-06-09T05:01:38.793Z Downloaded cargo-util-schemas v0.8.2
2722026-06-09T05:01:38.793Z Downloaded cpufeatures v0.2.17
2732026-06-09T05:01:38.793Z Downloaded is_terminal_polyfill v1.70.2
2742026-06-09T05:01:38.800Z Downloaded equivalent v1.0.2
2752026-06-09T05:01:38.800Z Downloaded dtrace-parser v0.2.0
2762026-06-09T05:01:38.800Z Downloaded digest v0.10.7
2772026-06-09T05:01:38.804Z Downloaded cargo_metadata v0.21.0
2782026-06-09T05:01:38.804Z Downloaded anstyle v1.0.14
2792026-06-09T05:01:38.805Z Downloaded tabled_derive v0.7.0
2802026-06-09T05:01:38.805Z Downloaded crypto-common v0.1.7
2812026-06-09T05:01:38.805Z Downloaded ordered-float v2.10.1
2822026-06-09T05:01:38.808Z Downloaded thiserror-impl v1.0.69
2832026-06-09T05:01:38.808Z Downloaded thread-id v4.2.2
2842026-06-09T05:01:38.808Z Downloaded pest_derive v2.8.6
2852026-06-09T05:01:38.812Z Downloaded version_check v0.9.5
2862026-06-09T05:01:38.812Z Downloaded usdt-macro v0.5.0
2872026-06-09T05:01:38.812Z Downloaded idna_adapter v1.2.1
2882026-06-09T05:01:38.815Z Downloaded pretty-hex v0.4.1
2892026-06-09T05:01:38.815Z Downloaded scroll_derive v0.12.1
2902026-06-09T05:01:38.817Z Downloaded proc-macro2 v1.0.106
2912026-06-09T05:01:38.817Z Downloaded unicode-linebreak v0.1.5
2922026-06-09T05:01:38.821Z Downloaded typeid v1.0.3
2932026-06-09T05:01:38.821Z Downloaded yoke v0.8.1
2942026-06-09T05:01:38.824Z Downloaded macaddr v1.0.1
2952026-06-09T05:01:38.824Z Downloaded fnv v1.0.7
2962026-06-09T05:01:38.827Z Downloaded zerofrom v0.1.6
2972026-06-09T05:01:38.827Z Downloaded unicode-xid v0.2.6
2982026-06-09T05:01:38.830Z Downloaded toml_write v0.1.2
2992026-06-09T05:01:38.830Z Downloaded zerovec-derive v0.11.2
3002026-06-09T05:01:38.830Z Downloaded toml_datetime v0.6.11
3012026-06-09T05:01:38.834Z Downloaded serde_spanned v0.6.9
3022026-06-09T05:01:38.834Z Downloaded toml_edit v0.22.27
3032026-06-09T05:01:38.837Z Downloaded usdt-attr-macro v0.5.0
3042026-06-09T05:01:38.837Z Downloaded form_urlencoded v1.2.2
3052026-06-09T05:01:38.837Z Downloaded unicode-ident v1.0.24
3062026-06-09T05:01:38.837Z Downloaded heck v0.5.0
3072026-06-09T05:01:38.840Z Downloaded zmij v1.0.21
3082026-06-09T05:01:38.843Z Downloaded memmap v0.7.0
3092026-06-09T05:01:38.843Z Downloaded zerofrom-derive v0.1.6
3102026-06-09T05:01:38.847Z Downloaded utf8parse v0.2.2
3112026-06-09T05:01:38.851Z Downloaded tinystr v0.8.2
3122026-06-09T05:01:38.854Z Downloaded writeable v0.6.2
3132026-06-09T05:01:38.854Z Downloaded zerocopy-derive v0.7.35
3142026-06-09T05:01:38.861Z Downloaded clap_builder v4.6.0
3152026-06-09T05:01:38.865Z Downloaded usdt v0.5.0
3162026-06-09T05:01:38.865Z Downloaded url v2.5.8
3172026-06-09T05:01:38.865Z Downloaded thiserror-impl v2.0.18
3182026-06-09T05:01:38.865Z Downloaded thiserror v1.0.69
3192026-06-09T05:01:38.868Z Downloaded plain v0.2.3
3202026-06-09T05:01:38.868Z Downloaded smawk v0.3.2
3212026-06-09T05:01:38.868Z Downloaded strsim v0.11.1
3222026-06-09T05:01:38.868Z Downloaded generic-array v0.14.7
3232026-06-09T05:01:38.872Z Downloaded fastrand v2.3.0
3242026-06-09T05:01:38.872Z Downloaded thiserror v2.0.18
3252026-06-09T05:01:38.875Z Downloaded usdt-impl v0.5.0
3262026-06-09T05:01:38.875Z Downloaded toml v0.8.23
3272026-06-09T05:01:38.878Z Downloaded swrite v0.1.0
3282026-06-09T05:01:38.878Z Downloaded stable_deref_trait v1.2.1
3292026-06-09T05:01:38.878Z Downloaded serde-value v0.7.0
3302026-06-09T05:01:38.878Z Downloaded cargo-platform v0.2.0
3312026-06-09T05:01:38.878Z Downloaded anstyle-query v1.1.5
3322026-06-09T05:01:38.881Z Downloaded cargo_toml v0.21.0
3332026-06-09T05:01:38.881Z Downloaded ucd-trie v0.1.7
3342026-06-09T05:01:38.881Z Downloaded typenum v1.19.0
3352026-06-09T05:01:38.884Z Downloaded anstyle-parse v1.0.0
3362026-06-09T05:01:38.887Z Downloaded textwrap v0.16.2
3372026-06-09T05:01:38.887Z Downloaded zerotrie v0.2.3
3382026-06-09T05:01:38.891Z Downloaded potential_utf v0.1.4
3392026-06-09T05:01:38.896Z Downloaded smallvec v1.15.1
3402026-06-09T05:01:38.896Z Downloaded winnow v0.7.14
3412026-06-09T05:01:38.899Z Downloaded zerovec v0.11.5
3422026-06-09T05:01:38.902Z Downloaded icu_provider v2.1.1
3432026-06-09T05:01:38.906Z Downloaded terminal_size v0.4.3
3442026-06-09T05:01:38.906Z Downloaded percent-encoding v2.3.2
3452026-06-09T05:01:38.906Z Downloaded clap v4.6.1
3462026-06-09T05:01:38.909Z Downloaded zerocopy v0.7.35
3472026-06-09T05:01:38.920Z Downloaded synstructure v0.13.2
3482026-06-09T05:01:38.925Z Downloaded scroll v0.12.0
3492026-06-09T05:01:38.925Z Downloaded proc-macro-error-attr v1.0.4
3502026-06-09T05:01:38.925Z Downloaded displaydoc v0.2.5
3512026-06-09T05:01:38.925Z Downloaded byteorder v1.5.0
3522026-06-09T05:01:38.925Z Downloaded unicode-width v0.2.0
3532026-06-09T05:01:38.929Z Downloaded sha2 v0.10.9
3542026-06-09T05:01:38.929Z Downloaded autocfg v1.5.0
3552026-06-09T05:01:38.929Z Downloaded fs-err v3.3.0
3562026-06-09T05:01:38.929Z Downloaded unicode-width v0.1.14
3572026-06-09T05:01:38.932Z Downloaded bytecount v0.6.9
3582026-06-09T05:01:38.935Z Downloaded cfg-if v1.0.4
3592026-06-09T05:01:38.935Z Downloaded serde-untagged v0.1.9
3602026-06-09T05:01:38.935Z Downloaded serde_tokenstream v0.2.3
3612026-06-09T05:01:38.935Z Downloaded semver v1.0.28
3622026-06-09T05:01:38.939Z Downloaded litemap v0.8.1
3632026-06-09T05:01:38.939Z Downloaded itoa v1.0.17
3642026-06-09T05:01:38.942Z Downloaded serde v1.0.228
3652026-06-09T05:01:38.942Z Downloaded camino-tempfile v1.4.1
3662026-06-09T05:01:38.946Z Downloaded proc-macro-error v1.0.4
3672026-06-09T05:01:38.950Z Downloaded once_cell v1.21.3
3682026-06-09T05:01:38.950Z Downloaded tempfile v3.25.0
3692026-06-09T05:01:38.956Z Downloaded pest_generator v2.8.6
3702026-06-09T05:01:38.956Z Downloaded anyhow v1.0.102
3712026-06-09T05:01:38.956Z Downloaded serde_core v1.0.228
3722026-06-09T05:01:38.960Z Downloaded clap_derive v4.6.1
3732026-06-09T05:01:38.960Z Downloaded quote v1.0.45
3742026-06-09T05:01:38.964Z Downloaded icu_collections v2.1.1
3752026-06-09T05:01:38.967Z Downloaded bitflags v2.11.0
3762026-06-09T05:01:39.005Z Downloaded serde_derive v1.0.228
3772026-06-09T05:01:39.005Z Downloaded pest_meta v2.8.6
3782026-06-09T05:01:39.005Z Downloaded log v0.4.29
3792026-06-09T05:01:39.005Z Downloaded icu_normalizer v2.1.1
3802026-06-09T05:01:39.005Z Downloaded icu_normalizer_data v2.1.1
3812026-06-09T05:01:39.005Z Downloaded papergrid v0.11.0
3822026-06-09T05:01:39.005Z Downloaded getrandom v0.4.1
3832026-06-09T05:01:39.005Z Downloaded icu_properties v2.1.2
3842026-06-09T05:01:39.005Z Downloaded camino v1.2.2
3852026-06-09T05:01:39.005Z Downloaded num-traits v0.2.19
3862026-06-09T05:01:39.005Z Downloaded icu_locale_core v2.1.1
3872026-06-09T05:01:39.005Z Downloaded indexmap v2.14.0
3882026-06-09T05:01:39.022Z Downloaded memchr v2.8.0
3892026-06-09T05:01:39.025Z Downloaded idna v1.1.0
3902026-06-09T05:01:39.030Z Downloaded pest v2.8.6
3912026-06-09T05:01:39.033Z Downloaded hashbrown v0.17.0
3922026-06-09T05:01:39.051Z Downloaded serde_json v1.0.149
3932026-06-09T05:01:39.054Z Downloaded icu_properties_data v2.1.2
3942026-06-09T05:01:39.066Z Downloaded goblin v0.8.2
3952026-06-09T05:01:39.074Z Downloaded tabled v0.15.0
3962026-06-09T05:01:39.083Z Downloaded syn v1.0.109
3972026-06-09T05:01:39.089Z Downloaded syn v2.0.117
3982026-06-09T05:01:39.109Z Downloaded rustix v1.1.3
3992026-06-09T05:01:39.133Z Downloaded libc v0.2.185
4002026-06-09T05:01:39.198Z Compiling proc-macro2 v1.0.106
4012026-06-09T05:01:39.202Z Compiling unicode-ident v1.0.24
4022026-06-09T05:01:39.202Z Compiling quote v1.0.45
4032026-06-09T05:01:39.202Z Compiling serde_core v1.0.228
4042026-06-09T05:01:39.202Z Compiling libc v0.2.185
4052026-06-09T05:01:39.202Z Compiling version_check v0.9.5
4062026-06-09T05:01:39.202Z Compiling stable_deref_trait v1.2.1
4072026-06-09T05:01:39.202Z Compiling serde v1.0.228
4082026-06-09T05:01:39.202Z Compiling memchr v2.8.0
4092026-06-09T05:01:39.202Z Compiling zmij v1.0.21
4102026-06-09T05:01:39.202Z Compiling autocfg v1.5.0
4112026-06-09T05:01:39.386Z Compiling ucd-trie v0.1.7
4122026-06-09T05:01:39.389Z Compiling thiserror v1.0.69
4132026-06-09T05:01:39.389Z Compiling itoa v1.0.17
4142026-06-09T05:01:39.389Z Compiling writeable v0.6.2
4152026-06-09T05:01:39.629Z Compiling litemap v0.8.1
4162026-06-09T05:01:39.650Z Compiling byteorder v1.5.0
4172026-06-09T05:01:39.691Z Compiling icu_properties_data v2.1.2
4182026-06-09T05:01:39.729Z Compiling rustix v1.1.3
4192026-06-09T05:01:39.771Z Compiling icu_normalizer_data v2.1.1
4202026-06-09T05:01:39.901Z Compiling serde_json v1.0.149
4212026-06-09T05:01:39.928Z Compiling bitflags v2.11.0
4222026-06-09T05:01:39.949Z Compiling equivalent v1.0.2
4232026-06-09T05:01:40.044Z Compiling pest v2.8.6
4242026-06-09T05:01:40.184Z Compiling num-traits v0.2.19
4252026-06-09T05:01:40.290Z Compiling smallvec v1.15.1
4262026-06-09T05:01:40.435Z Compiling typeid v1.0.3
4272026-06-09T05:01:40.435Z Compiling hashbrown v0.17.0
4282026-06-09T05:01:40.435Z Compiling usdt-impl v0.5.0
4292026-06-09T05:01:40.583Z Compiling proc-macro-error-attr v1.0.4
4302026-06-09T05:01:40.583Z Compiling winnow v0.7.14
4312026-06-09T05:01:40.583Z Compiling erased-serde v0.4.9
4322026-06-09T05:01:40.584Z Compiling syn v1.0.109
4332026-06-09T05:01:40.584Z Compiling errno v0.3.14
4342026-06-09T05:01:40.584Z Compiling thread-id v4.2.2
4352026-06-09T05:01:40.697Z Compiling toml_write v0.1.2
4362026-06-09T05:01:40.697Z Compiling proc-macro-error v1.0.4
4372026-06-09T05:01:40.832Z Compiling plain v0.2.3
4382026-06-09T05:01:40.832Z Compiling percent-encoding v2.3.2
4392026-06-09T05:01:40.918Z Compiling camino v1.2.2
4402026-06-09T05:01:40.918Z Compiling utf8_iter v1.0.4
4412026-06-09T05:01:40.918Z Compiling utf8parse v0.2.2
4422026-06-09T05:01:40.918Z Compiling log v0.4.29
4432026-06-09T05:01:40.918Z Compiling indexmap v2.14.0
4442026-06-09T05:01:41.076Z Compiling thiserror v2.0.18
4452026-06-09T05:01:41.076Z Compiling syn v2.0.117
4462026-06-09T05:01:41.101Z Compiling getrandom v0.4.1
4472026-06-09T05:01:41.101Z Compiling anstyle-parse v1.0.0
4482026-06-09T05:01:41.101Z Compiling form_urlencoded v1.2.2
4492026-06-09T05:01:41.222Z Compiling pest_meta v2.8.6
4502026-06-09T05:01:41.270Z Compiling pretty-hex v0.4.1
4512026-06-09T05:01:41.292Z Compiling anstyle-query v1.1.5
4522026-06-09T05:01:41.412Z Compiling ordered-float v2.10.1
4532026-06-09T05:01:41.432Z Compiling colorchoice v1.0.4
4542026-06-09T05:01:41.438Z Compiling cfg-if v1.0.4
4552026-06-09T05:01:41.438Z Compiling is_terminal_polyfill v1.70.2
4562026-06-09T05:01:41.444Z Compiling anstyle v1.0.14
4572026-06-09T05:01:41.495Z Compiling terminal_size v0.4.3
4582026-06-09T05:01:41.558Z Compiling fs-err v3.3.0
4592026-06-09T05:01:41.587Z Compiling bytecount v0.6.9
4602026-06-09T05:01:41.587Z Compiling strsim v0.11.1
4612026-06-09T05:01:41.639Z Compiling heck v0.4.1
4622026-06-09T05:01:41.691Z Compiling anstream v1.0.0
4632026-06-09T05:01:41.728Z Compiling unicode-xid v0.2.6
4642026-06-09T05:01:41.747Z Compiling anyhow v1.0.102
4652026-06-09T05:01:41.768Z Compiling heck v0.5.0
4662026-06-09T05:01:41.786Z Compiling unicode-width v0.1.14
4672026-06-09T05:01:41.790Z Compiling fastrand v2.3.0
4682026-06-09T05:01:41.895Z Compiling semver v1.0.28
4692026-06-09T05:01:41.986Z Compiling fnv v1.0.7
4702026-06-09T05:01:42.013Z Compiling once_cell v1.21.3
4712026-06-09T05:01:42.037Z Compiling clap_lex v1.0.0
4722026-06-09T05:01:42.095Z Compiling papergrid v0.11.0
4732026-06-09T05:01:42.189Z Compiling memmap v0.7.0
4742026-06-09T05:01:42.194Z Compiling unicode-linebreak v0.1.5
4752026-06-09T05:01:42.254Z Compiling clap_builder v4.6.0
4762026-06-09T05:01:42.273Z Compiling tempfile v3.25.0
4772026-06-09T05:01:42.325Z Compiling serde-untagged v0.1.9
4782026-06-09T05:01:42.325Z Compiling unicode-width v0.2.0
4792026-06-09T05:01:42.379Z Compiling smawk v0.3.2
4802026-06-09T05:01:42.437Z Compiling swrite v0.1.0
4812026-06-09T05:01:42.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-09T05:01:42.550Z Compiling camino-tempfile v1.4.1
4832026-06-09T05:01:42.599Z Compiling textwrap v0.16.2
4842026-06-09T05:01:42.896Z Compiling tabled_derive v0.7.0
4852026-06-09T05:01:43.556Z Compiling synstructure v0.13.2
4862026-06-09T05:01:43.556Z Compiling pest_generator v2.8.6
4872026-06-09T05:01:43.609Z Compiling tabled v0.15.0
4882026-06-09T05:01:44.045Z Compiling serde_derive v1.0.228
4892026-06-09T05:01:44.045Z Compiling zerofrom-derive v0.1.6
4902026-06-09T05:01:44.048Z Compiling yoke-derive v0.8.1
4912026-06-09T05:01:44.048Z Compiling zerovec-derive v0.11.2
4922026-06-09T05:01:44.048Z Compiling displaydoc v0.2.5
4932026-06-09T05:01:44.048Z Compiling thiserror-impl v1.0.69
4942026-06-09T05:01:44.147Z Compiling zerocopy-derive v0.7.35
4952026-06-09T05:01:44.150Z Compiling scroll_derive v0.12.1
4962026-06-09T05:01:44.165Z Compiling thiserror-impl v2.0.18
4972026-06-09T05:01:44.182Z Compiling pest_derive v2.8.6
4982026-06-09T05:01:44.188Z Compiling clap_derive v4.6.1
4992026-06-09T05:01:44.808Z Compiling scroll v0.12.0
5002026-06-09T05:01:44.889Z Compiling zerocopy v0.7.35
5012026-06-09T05:01:45.032Z Compiling goblin v0.8.2
5022026-06-09T05:01:45.050Z Compiling zerofrom v0.1.6
5032026-06-09T05:01:45.158Z Compiling yoke v0.8.1
5042026-06-09T05:01:45.198Z Compiling dtrace-parser v0.2.0
5052026-06-09T05:01:45.320Z Compiling zerovec v0.11.5
5062026-06-09T05:01:45.320Z Compiling zerotrie v0.2.3
5072026-06-09T05:01:45.547Z Compiling clap v4.6.1
5082026-06-09T05:01:45.745Z Compiling tinystr v0.8.2
5092026-06-09T05:01:45.745Z Compiling potential_utf v0.1.4
5102026-06-09T05:01:45.875Z Compiling icu_collections v2.1.1
5112026-06-09T05:01:45.898Z Compiling icu_locale_core v2.1.1
5122026-06-09T05:01:46.465Z Compiling icu_provider v2.1.1
5132026-06-09T05:01:46.519Z Compiling serde_spanned v0.6.9
5142026-06-09T05:01:46.519Z Compiling toml_datetime v0.6.11
5152026-06-09T05:01:46.524Z Compiling serde-value v0.7.0
5162026-06-09T05:01:46.524Z Compiling cargo-platform v0.2.0
5172026-06-09T05:01:46.524Z Compiling macaddr v1.0.1
5182026-06-09T05:01:46.536Z Compiling dof v0.3.0
5192026-06-09T05:01:46.540Z Compiling serde_tokenstream v0.2.3
5202026-06-09T05:01:46.685Z Compiling icu_normalizer v2.1.1
5212026-06-09T05:01:46.685Z Compiling icu_properties v2.1.2
5222026-06-09T05:01:46.737Z Compiling toml_edit v0.22.27
5232026-06-09T05:01:47.280Z Compiling usdt-attr-macro v0.5.0
5242026-06-09T05:01:47.280Z Compiling usdt-macro v0.5.0
5252026-06-09T05:01:47.518Z Compiling idna_adapter v1.2.1
5262026-06-09T05:01:47.622Z Compiling idna v1.1.0
5272026-06-09T05:01:47.875Z Compiling usdt v0.5.0
5282026-06-09T05:01:47.892Z Compiling url v2.5.8
5292026-06-09T05:01:48.028Z Compiling toml v0.8.23
5302026-06-09T05:01:48.356Z Compiling cargo-util-schemas v0.8.2
5312026-06-09T05:01:48.356Z Compiling cargo_toml v0.21.0
5322026-06-09T05:01:49.148Z Compiling cargo_metadata v0.21.0
5332026-06-09T05:01:50.056Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-09T05:01:52.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.21s
5352026-06-09T05:01:52.449Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-09T05:01:53.002Z Downloading crates ...
5372026-06-09T05:01:53.097Z Downloaded adler2 v2.0.1
5382026-06-09T05:01:53.100Z Downloaded array-init v0.0.4
5392026-06-09T05:01:53.108Z Downloaded bit-vec v0.8.0
5402026-06-09T05:01:53.112Z Downloaded cfg_aliases v0.2.1
5412026-06-09T05:01:53.112Z Downloaded arc-swap v1.8.2
5422026-06-09T05:01:53.116Z Downloaded aead v0.5.2
5432026-06-09T05:01:53.124Z Downloaded cc v1.2.56
5442026-06-09T05:01:53.131Z Downloaded const_format v0.2.35
5452026-06-09T05:01:53.134Z Downloaded base64 v0.22.1
5462026-06-09T05:01:53.137Z Downloaded derive_builder_core v0.20.2
5472026-06-09T05:01:53.140Z Downloaded crc-any v2.5.0
5482026-06-09T05:01:53.143Z Downloaded crossbeam-channel v0.5.15
5492026-06-09T05:01:53.146Z Downloaded crucible-workspace-hack v0.1.0
5502026-06-09T05:01:53.146Z Downloaded crossbeam-utils v0.8.21
5512026-06-09T05:01:53.153Z Downloaded darling_core v0.23.0
5522026-06-09T05:01:53.156Z Downloaded bcs v0.1.6
5532026-06-09T05:01:53.156Z Downloaded crc-catalog v2.4.0
5542026-06-09T05:01:53.159Z Downloaded crossbeam-epoch v0.9.18
5552026-06-09T05:01:53.162Z Downloaded expectorate v1.2.0
5562026-06-09T05:01:53.162Z Downloaded crc8 v0.1.1
5572026-06-09T05:01:53.165Z Downloaded critical-section v1.2.0
5582026-06-09T05:01:53.168Z Downloaded fs_extra v1.3.0
5592026-06-09T05:01:53.168Z Downloaded der_derive v0.7.3
5602026-06-09T05:01:53.172Z Downloaded chrono-tz v0.10.4
5612026-06-09T05:01:53.193Z Downloaded dof v0.4.0
5622026-06-09T05:01:53.193Z Downloaded atomic-waker v1.1.2
5632026-06-09T05:01:53.193Z Downloaded diesel-dtrace v0.5.0
5642026-06-09T05:01:53.193Z Downloaded bit-set v0.8.0
5652026-06-09T05:01:53.193Z Downloaded crossterm v0.28.1
5662026-06-09T05:01:53.193Z Downloaded cstr-argument v0.1.2
5672026-06-09T05:01:53.193Z Downloaded ciborium-io v0.2.2
5682026-06-09T05:01:53.193Z Downloaded cobs v0.3.0
5692026-06-09T05:01:53.193Z Downloaded cfg_aliases v0.1.1
5702026-06-09T05:01:53.196Z Downloaded diff v0.1.13
5712026-06-09T05:01:53.196Z Downloaded darling v0.21.3
5722026-06-09T05:01:53.199Z Downloaded env_logger v0.11.9
5732026-06-09T05:01:53.199Z Downloaded crc32fast v1.5.0
5742026-06-09T05:01:53.202Z Downloaded dropshot_endpoint v0.17.0
5752026-06-09T05:01:53.205Z Downloaded futures-sink v0.3.32
5762026-06-09T05:01:53.205Z Downloaded des v0.8.1
5772026-06-09T05:01:53.205Z Downloaded bitfield-macros v0.19.4
5782026-06-09T05:01:53.208Z Downloaded atty v0.2.14
5792026-06-09T05:01:53.208Z Downloaded convert_case v0.4.0
5802026-06-09T05:01:53.208Z Downloaded async-recursion v1.1.1
5812026-06-09T05:01:53.211Z Downloaded elliptic-curve v0.13.8
5822026-06-09T05:01:53.215Z Downloaded compression-codecs v0.4.37
5832026-06-09T05:01:53.215Z Downloaded bitfield v0.19.4
5842026-06-09T05:01:53.218Z Downloaded crossterm v0.29.0
5852026-06-09T05:01:53.222Z Downloaded display-error-chain v0.2.2
5862026-06-09T05:01:53.222Z Downloaded console v0.15.11
5872026-06-09T05:01:53.225Z Downloaded difflib v0.4.0
5882026-06-09T05:01:53.225Z Downloaded cipher v0.4.4
5892026-06-09T05:01:53.225Z Downloaded blake2 v0.10.6
5902026-06-09T05:01:53.225Z Downloaded embedded-io v0.6.1
5912026-06-09T05:01:53.228Z Downloaded darling_macro v0.20.11
5922026-06-09T05:01:53.228Z Downloaded bcrypt-pbkdf v0.10.0
5932026-06-09T05:01:53.228Z Downloaded bb8 v0.8.6
5942026-06-09T05:01:53.231Z Downloaded arrayvec v0.7.6
5952026-06-09T05:01:53.231Z Downloaded derive-ex v0.1.8
5962026-06-09T05:01:53.231Z Downloaded csv-core v0.1.13
5972026-06-09T05:01:53.234Z Downloaded async-trait v0.1.89
5982026-06-09T05:01:53.234Z Downloaded base16ct v0.2.0
5992026-06-09T05:01:53.237Z Downloaded downcast-rs v2.0.2
6002026-06-09T05:01:53.237Z Downloaded foreign-types-shared v0.3.1
6012026-06-09T05:01:53.237Z Downloaded foreign-types v0.5.0
6022026-06-09T05:01:53.240Z Downloaded async-stream-impl v0.3.6
6032026-06-09T05:01:53.240Z Downloaded embedded-io v0.4.0
6042026-06-09T05:01:53.240Z Downloaded anstream v0.6.21
6052026-06-09T05:01:53.244Z Downloaded arrayref v0.3.9
6062026-06-09T05:01:53.244Z Downloaded cassowary v0.3.0
6072026-06-09T05:01:53.244Z Downloaded const_format_proc_macros v0.2.34
6082026-06-09T05:01:53.247Z Downloaded dirs-next v2.0.0
6092026-06-09T05:01:53.247Z Downloaded debug-ignore v1.0.5
6102026-06-09T05:01:53.247Z Downloaded anstyle-parse v0.2.7
6112026-06-09T05:01:53.253Z Downloaded ciborium v0.2.2
6122026-06-09T05:01:53.253Z Downloaded foreign-types-shared v0.1.1
6132026-06-09T05:01:53.257Z Downloaded document-features v0.2.12
6142026-06-09T05:01:53.257Z Downloaded dsl_auto_type v0.2.0
6152026-06-09T05:01:53.257Z Downloaded enum-as-inner v0.6.1
6162026-06-09T05:01:53.257Z Downloaded assert_matches v1.5.0
6172026-06-09T05:01:53.257Z Downloaded dirs-sys-next v0.1.2
6182026-06-09T05:01:53.257Z Downloaded ff v0.13.1
6192026-06-09T05:01:53.336Z Downloaded ciborium-ll v0.2.2
6202026-06-09T05:01:53.336Z Downloaded defmt-macros v1.0.1
6212026-06-09T05:01:53.336Z Downloaded atomicwrites v0.4.4
6222026-06-09T05:01:53.336Z Downloaded fd-lock v4.0.4
6232026-06-09T05:01:53.342Z Downloaded crossbeam-deque v0.8.6
6242026-06-09T05:01:53.342Z Downloaded fallible-iterator v0.2.0
6252026-06-09T05:01:53.342Z Downloaded diesel_table_macro_syntax v0.3.0
6262026-06-09T05:01:53.342Z Downloaded crunchy v0.2.4
6272026-06-09T05:01:53.342Z Downloaded ahash v0.8.12
6282026-06-09T05:01:53.342Z Downloaded fixedbitset v0.4.2
6292026-06-09T05:01:53.342Z Downloaded backoff v0.4.0
6302026-06-09T05:01:53.343Z Downloaded derive_builder_macro v0.20.2
6312026-06-09T05:01:53.343Z Downloaded float-cmp v0.10.0
6322026-06-09T05:01:53.343Z Downloaded daft v0.1.7
6332026-06-09T05:01:53.343Z Downloaded convert_case v0.10.0
6342026-06-09T05:01:53.343Z Downloaded ecdsa v0.16.9
6352026-06-09T05:01:53.343Z Downloaded flagset v0.4.7
6362026-06-09T05:01:53.343Z Downloaded constant_time_eq v0.4.2
6372026-06-09T05:01:53.343Z Downloaded foldhash v0.2.0
6382026-06-09T05:01:53.343Z Downloaded curve25519-dalek-derive v0.1.1
6392026-06-09T05:01:53.343Z Downloaded filetime v0.2.27
6402026-06-09T05:01:53.343Z Downloaded ed25519 v2.2.3
6412026-06-09T05:01:53.343Z Downloaded float-ord v0.3.2
6422026-06-09T05:01:53.343Z Downloaded castaway v0.2.4
6432026-06-09T05:01:53.343Z Downloaded either v1.15.0
6442026-06-09T05:01:53.343Z Downloaded ascii-canvas v3.0.0
6452026-06-09T05:01:53.343Z Downloaded darling v0.13.4
6462026-06-09T05:01:53.343Z Downloaded compression-core v0.4.31
6472026-06-09T05:01:53.343Z Downloaded endian-type v0.1.2
6482026-06-09T05:01:53.343Z Downloaded dunce v1.0.5
6492026-06-09T05:01:53.343Z Downloaded colored v2.2.0
6502026-06-09T05:01:53.343Z Downloaded corncobs v0.1.4
6512026-06-09T05:01:53.343Z Downloaded base64ct v1.8.3
6522026-06-09T05:01:53.343Z Downloaded futures-io v0.3.32
6532026-06-09T05:01:53.343Z Downloaded erased-serde v0.3.31
6542026-06-09T05:01:53.343Z Downloaded camino-tempfile-ext v0.3.3
6552026-06-09T05:01:53.343Z Downloaded crc v3.4.0
6562026-06-09T05:01:53.344Z Downloaded darling_macro v0.21.3
6572026-06-09T05:01:53.344Z Downloaded cargo_metadata v0.23.1
6582026-06-09T05:01:53.344Z Downloaded buf-list v1.1.2
6592026-06-09T05:01:53.344Z Downloaded hash32 v0.3.1
6602026-06-09T05:01:53.344Z Downloaded futures-macro v0.3.32
6612026-06-09T05:01:53.344Z Downloaded chacha20 v0.9.1
6622026-06-09T05:01:53.344Z Downloaded fs-err v2.11.0
6632026-06-09T05:01:53.344Z Downloaded git-stub-vcs v0.1.0
6642026-06-09T05:01:53.344Z Downloaded gethostname v0.5.0
6652026-06-09T05:01:53.344Z Downloaded dropshot-api-manager-types v0.7.2
6662026-06-09T05:01:53.344Z Downloaded bitfield-struct v0.6.2
6672026-06-09T05:01:53.344Z Downloaded headers-core v0.3.0
6682026-06-09T05:01:53.344Z Downloaded darling_macro v0.13.4
6692026-06-09T05:01:53.344Z Downloaded argon2 v0.5.3
6702026-06-09T05:01:53.344Z Downloaded foreign-types v0.3.2
6712026-06-09T05:01:53.344Z Downloaded find-msvc-tools v0.1.9
6722026-06-09T05:01:53.344Z Downloaded hex-literal v0.4.1
6732026-06-09T05:01:53.344Z Downloaded cexpr v0.6.0
6742026-06-09T05:01:53.344Z Downloaded darling v0.23.0
6752026-06-09T05:01:53.344Z Downloaded ctr v0.9.2
6762026-06-09T05:01:53.344Z Downloaded chacha20 v0.10.0
6772026-06-09T05:01:53.344Z Downloaded backon v1.6.0
6782026-06-09T05:01:53.344Z Downloaded funty v2.0.0
6792026-06-09T05:01:53.344Z Downloaded env_filter v1.0.0
6802026-06-09T05:01:53.344Z Downloaded dtrace-parser v0.3.0
6812026-06-09T05:01:53.344Z Downloaded cookie_store v0.22.1
6822026-06-09T05:01:53.344Z Downloaded cbc v0.1.2
6832026-06-09T05:01:53.345Z Downloaded const-oid v0.9.6
6842026-06-09T05:01:53.345Z Downloaded defmt v0.3.100
6852026-06-09T05:01:53.345Z Downloaded bzip2 v0.6.1
6862026-06-09T05:01:53.345Z Downloaded bitflags v1.3.2
6872026-06-09T05:01:53.345Z Downloaded futures-executor v0.3.32
6882026-06-09T05:01:53.345Z Downloaded defmt v1.0.1
6892026-06-09T05:01:53.345Z Downloaded byte-wrapper v0.1.0
6902026-06-09T05:01:53.345Z Downloaded bit-vec v0.6.3
6912026-06-09T05:01:53.349Z Downloaded async-bb8-diesel v0.2.1
6922026-06-09T05:01:53.349Z Downloaded http-body v1.0.1
6932026-06-09T05:01:53.349Z Downloaded hash32 v0.2.1
6942026-06-09T05:01:53.349Z Downloaded darling_core v0.13.4
6952026-06-09T05:01:53.349Z Downloaded group v0.13.0
6962026-06-09T05:01:53.349Z Downloaded ena v0.14.4
6972026-06-09T05:01:53.349Z Downloaded bytes v1.11.1
6982026-06-09T05:01:53.353Z Downloaded httpdate v1.0.3
6992026-06-09T05:01:53.353Z Downloaded git-stub v1.0.0
7002026-06-09T05:01:53.353Z Downloaded hyper-tls v0.6.0
7012026-06-09T05:01:53.356Z Downloaded hostname v0.3.1
7022026-06-09T05:01:53.356Z Downloaded globwalk v0.9.1
7032026-06-09T05:01:53.356Z Downloaded fatfs v0.3.6
7042026-06-09T05:01:53.359Z Downloaded futures-channel v0.3.32
7052026-06-09T05:01:53.359Z Downloaded ghash v0.5.1
7062026-06-09T05:01:53.359Z Downloaded hostname v0.4.2
7072026-06-09T05:01:53.364Z Downloaded is-terminal v0.4.17
7082026-06-09T05:01:53.364Z Downloaded data-encoding v2.10.0
7092026-06-09T05:01:53.364Z Downloaded defmt-parser v1.0.0
7102026-06-09T05:01:53.368Z Downloaded darling_macro v0.23.0
7112026-06-09T05:01:53.368Z Downloaded cmake v0.1.57
7122026-06-09T05:01:53.368Z Downloaded blowfish v0.9.1
7132026-06-09T05:01:53.368Z Downloaded foreign-types-macros v0.2.3
7142026-06-09T05:01:53.368Z Downloaded derive_builder v0.20.2
7152026-06-09T05:01:53.371Z Downloaded internet-checksum v0.2.1
7162026-06-09T05:01:53.371Z Downloaded derive-where v1.6.0
7172026-06-09T05:01:53.375Z Downloaded glob v0.3.3
7182026-06-09T05:01:53.375Z Downloaded foldhash v0.1.5
7192026-06-09T05:01:53.378Z Downloaded futures-task v0.3.32
7202026-06-09T05:01:53.378Z Downloaded cpufeatures v0.3.0
7212026-06-09T05:01:53.378Z Downloaded instability v0.3.11
7222026-06-09T05:01:53.378Z Downloaded colored v3.1.1
7232026-06-09T05:01:53.381Z Downloaded daft-derive v0.1.7
7242026-06-09T05:01:53.384Z Downloaded ident_case v1.0.1
7252026-06-09T05:01:53.384Z Downloaded http-body-util v0.1.3
7262026-06-09T05:01:53.387Z Downloaded fixedbitset v0.5.7
7272026-06-09T05:01:53.387Z Downloaded bzip2 v0.4.4
7282026-06-09T05:01:53.387Z Downloaded hubpack v0.1.2
7292026-06-09T05:01:53.390Z Downloaded allocator-api2 v0.2.21
7302026-06-09T05:01:53.390Z Downloaded futures v0.3.32
7312026-06-09T05:01:53.392Z Downloaded deranged v0.5.8
7322026-06-09T05:01:53.395Z Downloaded hex v0.4.3
7332026-06-09T05:01:53.395Z Downloaded libscf-sys v1.1.0
7342026-06-09T05:01:53.395Z Downloaded humantime v2.3.0
7352026-06-09T05:01:53.398Z Downloaded darling v0.20.11
7362026-06-09T05:01:53.401Z Downloaded is_ci v1.2.0
7372026-06-09T05:01:53.401Z Downloaded keccak v0.1.6
7382026-06-09T05:01:53.402Z Downloaded dyn-clone v1.0.20
7392026-06-09T05:01:53.404Z Downloaded lzss v0.8.2
7402026-06-09T05:01:53.404Z Downloaded indent_write v2.2.0
7412026-06-09T05:01:53.404Z Downloaded chacha20poly1305 v0.10.1
7422026-06-09T05:01:53.407Z Downloaded kstat-rs v0.2.4
7432026-06-09T05:01:53.407Z Downloaded cookie v0.18.1
7442026-06-09T05:01:53.410Z Downloaded inout v0.1.4
7452026-06-09T05:01:53.410Z Downloaded getrandom v0.3.4
7462026-06-09T05:01:53.413Z Downloaded cancel-safe-futures v0.1.5
7472026-06-09T05:01:53.413Z Downloaded clang-sys v1.8.1
7482026-06-09T05:01:53.416Z Downloaded console v0.16.2
7492026-06-09T05:01:53.416Z Downloaded bit-set v0.5.3
7502026-06-09T05:01:53.419Z Downloaded block-padding v0.3.3
7512026-06-09T05:01:53.419Z Downloaded async-stream v0.3.6
7522026-06-09T05:01:53.419Z Downloaded cargo-platform v0.3.2
7532026-06-09T05:01:53.422Z Downloaded memoffset v0.9.1
7542026-06-09T05:01:53.422Z Downloaded linked-hash-map v0.5.6
7552026-06-09T05:01:53.422Z Downloaded dropshot-api-manager v0.7.2
7562026-06-09T05:01:53.425Z Downloaded match_cfg v0.1.0
7572026-06-09T05:01:53.429Z Downloaded managed v0.8.0
7582026-06-09T05:01:53.429Z Downloaded hmac v0.12.1
7592026-06-09T05:01:53.429Z Downloaded flume v0.11.1
7602026-06-09T05:01:53.432Z Downloaded mime v0.3.17
7612026-06-09T05:01:53.432Z Downloaded compact_str v0.8.1
7622026-06-09T05:01:53.435Z Downloaded ipnetwork v0.21.1
7632026-06-09T05:01:53.436Z Downloaded impl-trait-for-tuples v0.2.3
7642026-06-09T05:01:53.438Z Downloaded derive_more v0.99.20
7652026-06-09T05:01:53.442Z Downloaded num-derive v0.3.3
7662026-06-09T05:01:53.442Z Downloaded newtype_derive v0.1.6
7672026-06-09T05:01:53.442Z Downloaded derive_more v2.1.1
7682026-06-09T05:01:53.448Z Downloaded libsw v3.5.0
7692026-06-09T05:01:53.451Z Downloaded lazy_static v1.5.0
7702026-06-09T05:01:53.451Z Downloaded half v1.8.3
7712026-06-09T05:01:53.454Z Downloaded globset v0.4.18
7722026-06-09T05:01:53.454Z Downloaded md5 v0.7.0
7732026-06-09T05:01:53.454Z Downloaded num_threads v0.1.7
7742026-06-09T05:01:53.458Z Downloaded newtype-uuid-macros v0.1.0
7752026-06-09T05:01:53.458Z Downloaded multimap v0.10.1
7762026-06-09T05:01:53.458Z Downloaded darling_core v0.20.11
7772026-06-09T05:01:53.461Z Downloaded lock_api v0.4.14
7782026-06-09T05:01:53.461Z Downloaded linear-map v1.2.0
7792026-06-09T05:01:53.464Z Downloaded ingot-types v0.1.2
7802026-06-09T05:01:53.464Z Downloaded hyper-rustls v0.27.7
7812026-06-09T05:01:53.467Z Downloaded libloading v0.8.9
7822026-06-09T05:01:53.467Z Downloaded nibble_vec v0.1.0
7832026-06-09T05:01:53.467Z Downloaded heapless v0.8.0
7842026-06-09T05:01:53.471Z Downloaded new_debug_unreachable v1.0.6
7852026-06-09T05:01:53.471Z Downloaded hyper-staticfile v0.10.1
7862026-06-09T05:01:53.474Z Downloaded num-derive v0.4.2
7872026-06-09T05:01:53.474Z Downloaded ingot-macros v0.1.1
7882026-06-09T05:01:53.474Z Downloaded num-iter v0.1.45
7892026-06-09T05:01:53.476Z Downloaded oso-derive v0.27.3
7902026-06-09T05:01:53.476Z Downloaded num-conv v0.2.0
7912026-06-09T05:01:53.476Z Downloaded multer v3.1.0
7922026-06-09T05:01:53.481Z Downloaded highway v1.3.0
7932026-06-09T05:01:53.481Z Downloaded ed25519-dalek v2.2.0
7942026-06-09T05:01:53.484Z Downloaded nonempty v0.12.0
7952026-06-09T05:01:53.484Z Downloaded openssl-probe v0.2.1
7962026-06-09T05:01:53.484Z Downloaded libefi-sys v0.1.0
7972026-06-09T05:01:53.484Z Downloaded iana-time-zone v0.1.65
7982026-06-09T05:01:53.487Z Downloaded httparse v1.10.1
7992026-06-09T05:01:53.487Z Downloaded drift v0.2.0
8002026-06-09T05:01:53.493Z Downloaded opaque-debug v0.3.1
8012026-06-09T05:01:53.496Z Downloaded darling_core v0.21.3
8022026-06-09T05:01:53.499Z Downloaded crypto-bigint v0.5.5
8032026-06-09T05:01:53.502Z Downloaded lru v0.12.5
8042026-06-09T05:01:53.509Z Downloaded aes v0.8.4
8052026-06-09T05:01:53.512Z Downloaded md-5 v0.10.6
8062026-06-09T05:01:53.515Z Downloaded olpc-cjson v0.1.4
8072026-06-09T05:01:53.515Z Downloaded num-rational v0.4.2
8082026-06-09T05:01:53.518Z Downloaded packed_struct v0.10.1
8092026-06-09T05:01:53.532Z Downloaded nodrop v0.1.14
8102026-06-09T05:01:53.535Z Downloaded newtype-uuid v1.3.2
8112026-06-09T05:01:53.535Z Downloaded pbkdf2 v0.12.2
8122026-06-09T05:01:53.535Z Downloaded pem-rfc7468 v0.7.0
8132026-06-09T05:01:53.535Z Downloaded libbz2-rs-sys v0.2.2
8142026-06-09T05:01:53.539Z Downloaded ignore v0.4.25
8152026-06-09T05:01:53.539Z Downloaded phf_shared v0.13.1
8162026-06-09T05:01:53.543Z Downloaded litrs v1.0.0
8172026-06-09T05:01:53.544Z Downloaded paste v1.0.15
8182026-06-09T05:01:53.544Z Downloaded peg-runtime v0.8.5
8192026-06-09T05:01:53.546Z Downloaded bumpalo v3.20.2
8202026-06-09T05:01:53.546Z Downloaded base64 v0.21.7
8212026-06-09T05:01:53.549Z Downloaded headers v0.4.1
8222026-06-09T05:01:53.553Z Downloaded parse-size v1.1.0
8232026-06-09T05:01:53.553Z Downloaded num_enum_derive v0.7.6
8242026-06-09T05:01:53.553Z Downloaded indexmap v1.9.3
8252026-06-09T05:01:53.556Z Downloaded oxnet v0.1.5
8262026-06-09T05:01:53.556Z Downloaded heapless v0.7.17
8272026-06-09T05:01:53.559Z Downloaded pkcs8 v0.10.2
8282026-06-09T05:01:53.561Z Downloaded maplit v1.0.2
8292026-06-09T05:01:53.562Z Downloaded hickory-resolver v0.24.4
8302026-06-09T05:01:53.566Z Downloaded lru-slab v0.1.2
8312026-06-09T05:01:53.566Z Downloaded futures-core v0.3.32
8322026-06-09T05:01:53.569Z Downloaded password-hash v0.4.2
8332026-06-09T05:01:53.569Z Downloaded predicates-tree v1.0.13
8342026-06-09T05:01:53.569Z Downloaded derive_more-impl v2.1.1
8352026-06-09T05:01:53.572Z Downloaded poly1305 v0.8.0
8362026-06-09T05:01:53.572Z Downloaded owo-colors v4.3.0
8372026-06-09T05:01:53.575Z Downloaded memmap2 v0.9.10
8382026-06-09T05:01:53.575Z Downloaded diesel_derives v2.3.7
8392026-06-09T05:01:53.578Z Downloaded jiff-static v0.2.21
8402026-06-09T05:01:53.581Z Downloaded indicatif v0.18.4
8412026-06-09T05:01:53.584Z Downloaded proc-macro-crate v1.3.1
8422026-06-09T05:01:53.584Z Downloaded path-slash v0.1.5
8432026-06-09T05:01:53.587Z Downloaded der v0.7.10
8442026-06-09T05:01:53.590Z Downloaded phf v0.13.1
8452026-06-09T05:01:53.590Z Downloaded nu-ansi-term v0.50.3
8462026-06-09T05:01:53.590Z Downloaded ar_archive_writer v0.5.1
8472026-06-09T05:01:53.593Z Downloaded lru-cache v0.1.2
8482026-06-09T05:01:53.596Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-06-09T05:01:53.603Z Downloaded progenitor-client v0.11.2
8502026-06-09T05:01:53.606Z Downloaded pin-utils v0.1.0
8512026-06-09T05:01:53.606Z Downloaded parking_lot_core v0.9.12
8522026-06-09T05:01:53.610Z Downloaded fxhash v0.2.1
8532026-06-09T05:01:53.611Z Downloaded postgres-types v0.2.12
8542026-06-09T05:01:53.611Z Downloaded flate2 v1.1.9
8552026-06-09T05:01:53.615Z Downloaded powerfmt v0.2.0
8562026-06-09T05:01:53.615Z Downloaded num v0.4.3
8572026-06-09T05:01:53.618Z Downloaded proc-macro-error2 v2.0.1
8582026-06-09T05:01:53.621Z Downloaded p256 v0.13.2
8592026-06-09T05:01:53.624Z Downloaded peg v0.8.5
8602026-06-09T05:01:53.626Z Downloaded progenitor-macro v0.11.2
8612026-06-09T05:01:53.626Z Downloaded progenitor-client v0.10.0
8622026-06-09T05:01:53.630Z Downloaded hashbrown v0.13.2
8632026-06-09T05:01:53.630Z Downloaded predicates-core v1.0.10
8642026-06-09T05:01:53.632Z Downloaded parking_lot v0.12.5
8652026-06-09T05:01:53.633Z Downloaded rand_chacha v0.3.1
8662026-06-09T05:01:53.633Z Downloaded omicron-zone-package v0.12.2
8672026-06-09T05:01:53.637Z Downloaded phf_shared v0.11.3
8682026-06-09T05:01:53.637Z Downloaded miniz_oxide v0.8.9
8692026-06-09T05:01:53.640Z Downloaded minimal-lexical v0.2.1
8702026-06-09T05:01:53.643Z Downloaded radium v0.7.0
8712026-06-09T05:01:53.648Z Downloaded phf_shared v0.12.1
8722026-06-09T05:01:53.652Z Downloaded phf v0.12.1
8732026-06-09T05:01:53.655Z Downloaded papergrid v0.17.0
8742026-06-09T05:01:53.658Z Downloaded native-tls v0.2.18
8752026-06-09T05:01:53.660Z Downloaded hickory-resolver v0.25.2
8762026-06-09T05:01:53.663Z Downloaded primeorder v0.13.6
8772026-06-09T05:01:53.663Z Downloaded pkg-config v0.3.32
8782026-06-09T05:01:53.666Z Downloaded itertools v0.10.5
8792026-06-09T05:01:53.669Z Downloaded progenitor v0.14.0
8802026-06-09T05:01:53.669Z Downloaded precomputed-hash v0.1.1
8812026-06-09T05:01:53.669Z Downloaded nanorand v0.7.0
8822026-06-09T05:01:53.672Z Downloaded hashbrown v0.12.3
8832026-06-09T05:01:53.675Z Downloaded futures-util v0.3.32
8842026-06-09T05:01:53.679Z Downloaded progenitor v0.11.2
8852026-06-09T05:01:53.683Z Downloaded rand_core v0.10.0
8862026-06-09T05:01:53.683Z Downloaded hashbrown v0.15.5
8872026-06-09T05:01:53.686Z Downloaded psl-types v2.0.11
8882026-06-09T05:01:53.686Z Downloaded postgres-protocol v0.6.10
8892026-06-09T05:01:53.689Z Downloaded password-hash v0.5.0
8902026-06-09T05:01:53.689Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-06-09T05:01:53.689Z Downloaded rand_xorshift v0.4.0
8922026-06-09T05:01:53.689Z Downloaded num-complex v0.4.6
8932026-06-09T05:01:53.694Z Downloaded openssl-sys v0.9.115
8942026-06-09T05:01:53.697Z Downloaded progenitor-impl v0.13.0
8952026-06-09T05:01:53.700Z Downloaded num-integer v0.1.46
8962026-06-09T05:01:53.702Z Downloaded hickory-server v0.25.2
8972026-06-09T05:01:53.707Z Downloaded rand_core v0.9.5
8982026-06-09T05:01:53.712Z Downloaded oxide-tokio-rt v0.1.4
8992026-06-09T05:01:53.715Z Downloaded http v1.4.0
9002026-06-09T05:01:53.724Z Downloaded progenitor v0.13.0
9012026-06-09T05:01:53.727Z Downloaded itertools v0.12.1
9022026-06-09T05:01:53.730Z Downloaded recursive v0.1.1
9032026-06-09T05:01:53.733Z Downloaded proc-macro-crate v3.4.0
9042026-06-09T05:01:53.733Z Downloaded home v0.5.12
9052026-06-09T05:01:53.733Z Downloaded pem v3.0.6
9062026-06-09T05:01:53.741Z Downloaded hyper-util v0.1.20
9072026-06-09T05:01:53.745Z Downloaded async-compression v0.4.41
9082026-06-09T05:01:53.754Z Downloaded rusty-fork v0.3.1
9092026-06-09T05:01:53.757Z Downloaded rustc_version v0.4.1
9102026-06-09T05:01:53.757Z Downloaded progenitor-extras v0.2.0
9112026-06-09T05:01:53.757Z Downloaded rustls-pki-types v1.14.0
9122026-06-09T05:01:53.761Z Downloaded quinn-udp v0.5.14
9132026-06-09T05:01:53.771Z Downloaded ref-cast v1.0.25
9142026-06-09T05:01:53.775Z Downloaded russh-cryptovec v0.7.3
9152026-06-09T05:01:53.775Z Downloaded rustls-pemfile v2.2.0
9162026-06-09T05:01:53.778Z Downloaded libm v0.2.16
9172026-06-09T05:01:53.781Z Downloaded r2d2 v0.8.10
9182026-06-09T05:01:53.784Z Downloaded rand_chacha v0.9.0
9192026-06-09T05:01:53.787Z Downloaded rand_seeder v0.4.0
9202026-06-09T05:01:53.790Z Downloaded qorb v0.4.1
9212026-06-09T05:01:53.796Z Downloaded progenitor-client v0.14.0
9222026-06-09T05:01:53.799Z Downloaded pin-project-lite v0.2.17
9232026-06-09T05:01:53.799Z Downloaded russh-keys v0.45.0
9242026-06-09T05:01:53.799Z Downloaded scroll_derive v0.13.1
9252026-06-09T05:01:53.802Z Downloaded prefix-trie v0.7.0
9262026-06-09T05:01:53.802Z Downloaded postcard v1.1.3
9272026-06-09T05:01:53.811Z Downloaded rfc6979 v0.4.0
9282026-06-09T05:01:53.814Z Downloaded serde_bytes v0.11.19
9292026-06-09T05:01:53.814Z Downloaded rustversion v1.0.22
9302026-06-09T05:01:53.817Z Downloaded serde-big-array v0.5.1
9312026-06-09T05:01:53.817Z Downloaded same-file v1.0.6
9322026-06-09T05:01:53.820Z Downloaded rustls-pemfile v1.0.4
9332026-06-09T05:01:53.820Z Downloaded psm v0.1.30
9342026-06-09T05:01:53.823Z Downloaded num-bigint v0.4.6
9352026-06-09T05:01:53.826Z Downloaded ppv-lite86 v0.2.21
9362026-06-09T05:01:53.831Z Downloaded pin-project v1.1.11
9372026-06-09T05:01:53.837Z Downloaded rtoolbox v0.0.3
9382026-06-09T05:01:53.840Z Downloaded schemars_derive v0.8.22
9392026-06-09T05:01:53.840Z Downloaded aes-gcm v0.10.3
9402026-06-09T05:01:53.844Z Downloaded mio v1.2.0
9412026-06-09T05:01:53.847Z Downloaded scopeguard v1.2.0
9422026-06-09T05:01:53.847Z Downloaded ref-cast-impl v1.0.25
9432026-06-09T05:01:53.850Z Downloaded salsa20 v0.10.2
9442026-06-09T05:01:53.853Z Downloaded rsa v0.9.10
9452026-06-09T05:01:53.856Z Downloaded serde_urlencoded v0.7.1
9462026-06-09T05:01:53.860Z Downloaded serde_plain v1.0.2
9472026-06-09T05:01:53.863Z Downloaded resolv-conf v0.7.6
9482026-06-09T05:01:53.863Z Downloaded serde_repr v0.1.20
9492026-06-09T05:01:53.867Z Downloaded sct v0.7.1
9502026-06-09T05:01:53.867Z Downloaded parking_lot v0.11.2
9512026-06-09T05:01:53.870Z Downloaded progenitor-impl v0.14.0
9522026-06-09T05:01:53.870Z Downloaded scheduled-thread-pool v0.2.7
9532026-06-09T05:01:53.870Z Downloaded http-range v0.1.5
9542026-06-09T05:01:53.880Z Downloaded shell-words v1.1.1
9552026-06-09T05:01:53.883Z Downloaded rustls-native-certs v0.8.3
9562026-06-09T05:01:53.884Z Downloaded sigpipe v0.1.3
9572026-06-09T05:01:53.884Z Downloaded rustc-hash v2.1.1
9582026-06-09T05:01:53.888Z Downloaded pkcs5 v0.7.1
9592026-06-09T05:01:53.891Z Downloaded sec1 v0.7.3
9602026-06-09T05:01:53.894Z Downloaded iri-string v0.7.10
9612026-06-09T05:01:53.898Z Downloaded signature v2.2.0
9622026-06-09T05:01:53.902Z Downloaded indoc v1.0.9
9632026-06-09T05:01:53.902Z Downloaded lalrpop v0.19.12
9642026-06-09T05:01:53.907Z Downloaded signal-hook-tokio v0.3.1
9652026-06-09T05:01:53.910Z Downloaded serde_with_macros v3.17.0
9662026-06-09T05:01:53.910Z Downloaded siphasher v1.0.2
9672026-06-09T05:01:53.913Z Downloaded sha1 v0.10.6
9682026-06-09T05:01:53.913Z Downloaded serde_path_to_error v0.1.20
9692026-06-09T05:01:53.913Z Downloaded num-bigint-dig v0.8.6
9702026-06-09T05:01:53.917Z Downloaded h2 v0.4.13
9712026-06-09T05:01:53.920Z Downloaded pretty_assertions v1.4.1
9722026-06-09T05:01:53.923Z Downloaded serde_derive_internals v0.29.1
9732026-06-09T05:01:53.926Z Downloaded rcgen v0.12.1
9742026-06-09T05:01:53.927Z Downloaded serde_cbor v0.11.2
9752026-06-09T05:01:53.930Z Downloaded nom v7.1.3
9762026-06-09T05:01:53.933Z Downloaded moka v0.12.13
9772026-06-09T05:01:53.937Z Downloaded slog-envlogger v2.2.0
9782026-06-09T05:01:53.940Z Downloaded getrandom v0.2.17
9792026-06-09T05:01:53.940Z Downloaded serde_with_macros v1.5.2
9802026-06-09T05:01:53.943Z Downloaded ron v0.8.1
9812026-06-09T05:01:53.946Z Downloaded slab v0.4.12
9822026-06-09T05:01:53.946Z Downloaded rustls-platform-verifier v0.6.2
9832026-06-09T05:01:53.949Z Downloaded libxml v0.3.3
9842026-06-09T05:01:53.952Z Downloaded nom v8.0.0
9852026-06-09T05:01:53.955Z Downloaded rand v0.8.6
9862026-06-09T05:01:53.958Z Downloaded quinn v0.11.9
9872026-06-09T05:01:53.961Z Downloaded smallvec v0.6.14
9882026-06-09T05:01:53.961Z Downloaded slog-async v2.8.0
9892026-06-09T05:01:53.961Z Downloaded schemars v0.9.0
9902026-06-09T05:01:53.967Z Downloaded signal-hook v0.3.18
9912026-06-09T05:01:53.970Z Downloaded shlex v1.3.0
9922026-06-09T05:01:53.973Z Downloaded schemars v1.2.1
9932026-06-09T05:01:53.979Z Downloaded illumos-nvpair v0.3.0
9942026-06-09T05:01:53.982Z Downloaded ryu v1.0.23
9952026-06-09T05:01:53.982Z Downloaded itertools v0.14.0
9962026-06-09T05:01:53.986Z Downloaded publicsuffix v2.3.0
9972026-06-09T05:01:53.989Z Downloaded curve25519-dalek v4.1.3
9982026-06-09T05:01:53.993Z Downloaded structmeta-derive v0.3.0
9992026-06-09T05:01:53.996Z Downloaded structmeta v0.3.0
10002026-06-09T05:01:53.996Z Downloaded slog-stdlog v4.1.1
10012026-06-09T05:01:53.996Z Downloaded spki v0.7.3
10022026-06-09T05:01:53.999Z Downloaded slog-dtrace v0.3.0
10032026-06-09T05:01:53.999Z Downloaded strum_macros v0.24.3
10042026-06-09T05:01:54.002Z Downloaded slog-scope v4.4.1
10052026-06-09T05:01:54.002Z Downloaded nix v0.27.1
10062026-06-09T05:01:54.007Z Downloaded tabled_derive v0.11.0
10072026-06-09T05:01:54.011Z Downloaded snafu-derive v0.8.9
10082026-06-09T05:01:54.011Z Downloaded rustyline v14.0.0
10092026-06-09T05:01:54.014Z Downloaded schemars v0.8.22
10102026-06-09T05:01:54.019Z Downloaded sync-ptr v0.1.4
10112026-06-09T05:01:54.022Z Downloaded supports-color v3.0.2
10122026-06-09T05:01:54.022Z Downloaded string_cache v0.8.9
10132026-06-09T05:01:54.022Z Downloaded smf v0.2.3
10142026-06-09T05:01:54.025Z Downloaded sync_wrapper v1.0.2
10152026-06-09T05:01:54.025Z Downloaded reqwest v0.13.2
10162026-06-09T05:01:54.028Z Downloaded tap v1.0.1
10172026-06-09T05:01:54.028Z Downloaded take_mut v0.2.2
10182026-06-09T05:01:54.031Z Downloaded strsim v0.10.0
10192026-06-09T05:01:54.031Z Downloaded prettyplease v0.2.37
10202026-06-09T05:01:54.034Z Downloaded quick-xml v0.37.5
10212026-06-09T05:01:54.037Z Downloaded iddqd v0.4.2
10222026-06-09T05:01:54.041Z Downloaded testing_table v0.3.0
10232026-06-09T05:01:54.047Z Downloaded sqlparser_derive v0.5.0
10242026-06-09T05:01:54.047Z Downloaded scroll v0.13.0
10252026-06-09T05:01:54.047Z Downloaded openssl-macros v0.1.1
10262026-06-09T05:01:54.047Z Downloaded chrono v0.4.44
10272026-06-09T05:01:54.054Z Downloaded strum_macros v0.26.4
10282026-06-09T05:01:54.055Z Downloaded static_assertions v1.1.0
10292026-06-09T05:01:54.055Z Downloaded slog-term v2.9.2
10302026-06-09T05:01:54.055Z Downloaded rustls-webpki v0.103.9
10312026-06-09T05:01:54.062Z Downloaded thiserror-impl-no-std v2.0.2
10322026-06-09T05:01:54.062Z Downloaded openssl v0.10.79
10332026-06-09T05:01:54.065Z Downloaded termios v0.3.3
10342026-06-09T05:01:54.065Z Downloaded p521 v0.13.3
10352026-06-09T05:01:54.068Z Downloaded proptest v1.10.0
10362026-06-09T05:01:54.071Z Downloaded radix_trie v0.2.1
10372026-06-09T05:01:54.074Z Downloaded maybe-uninit v2.0.0
10382026-06-09T05:01:54.077Z Downloaded time-core v0.1.8
10392026-06-09T05:01:54.077Z Downloaded thread-id v5.1.0
10402026-06-09T05:01:54.077Z Downloaded ingot v0.1.1
10412026-06-09T05:01:54.080Z Downloaded blake3 v1.8.3
10422026-06-09T05:01:54.083Z Downloaded thread_local v1.1.9
10432026-06-09T05:01:54.086Z Downloaded polar-core v0.27.3
10442026-06-09T05:01:54.089Z Downloaded nix v0.28.0
10452026-06-09T05:01:54.096Z Downloaded termtree v0.5.1
10462026-06-09T05:01:54.099Z Downloaded aws-lc-rs v1.16.3
10472026-06-09T05:01:54.103Z Downloaded tokio-macros v2.7.0
10482026-06-09T05:01:54.106Z Downloaded rayon v1.11.0
10492026-06-09T05:01:54.110Z Downloaded topological-sort v0.2.2
10502026-06-09T05:01:54.112Z Downloaded similar v2.7.0
10512026-06-09T05:01:54.115Z Downloaded tower-service v0.3.3
10522026-06-09T05:01:54.115Z Downloaded bindgen v0.71.1
10532026-06-09T05:01:54.119Z Downloaded term v0.7.0
10542026-06-09T05:01:54.121Z Downloaded tiny-keccak v2.0.2
10552026-06-09T05:01:54.125Z Downloaded slog v2.8.2
10562026-06-09T05:01:54.125Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10572026-06-09T05:01:54.127Z Downloaded indoc v2.0.7
10582026-06-09T05:01:54.128Z Downloaded try-lock v0.2.5
10592026-06-09T05:01:54.130Z Downloaded term v1.2.1
10602026-06-09T05:01:54.130Z Downloaded bitvec v1.0.1
10612026-06-09T05:01:54.139Z Downloaded unicode-truncate v1.1.0
10622026-06-09T05:01:54.143Z Downloaded trait-variant v0.1.2
10632026-06-09T05:01:54.143Z Downloaded snafu v0.8.9
10642026-06-09T05:01:54.165Z Downloaded rand v0.10.0
10652026-06-09T05:01:54.165Z Downloaded tokio-tungstenite v0.21.0
10662026-06-09T05:01:54.165Z Downloaded dropshot v0.17.0
10672026-06-09T05:01:54.165Z Downloaded unit-prefix v0.5.2
10682026-06-09T05:01:54.171Z Downloaded newline-converter v0.3.0
10692026-06-09T05:01:54.171Z Downloaded tui-tree-widget v0.23.1
10702026-06-09T05:01:54.171Z Downloaded scrypt v0.11.0
10712026-06-09T05:01:54.171Z Downloaded progenitor-macro v0.14.0
10722026-06-09T05:01:54.171Z Downloaded openssl-probe v0.1.6
10732026-06-09T05:01:54.171Z Downloaded lalrpop-util v0.19.12
10742026-06-09T05:01:54.171Z Downloaded typify-macro v0.4.3
10752026-06-09T05:01:54.174Z Downloaded toml_writer v1.0.6+spec-1.1.0
10762026-06-09T05:01:54.174Z Downloaded mime_guess v2.0.5
10772026-06-09T05:01:54.174Z Downloaded diesel v2.3.7
10782026-06-09T05:01:54.184Z Downloaded untrusted v0.9.0
10792026-06-09T05:01:54.187Z Downloaded tungstenite v0.23.0
10802026-06-09T05:01:54.187Z Downloaded subprocess v0.2.15
10812026-06-09T05:01:54.190Z Downloaded parse-display-derive v0.10.0
10822026-06-09T05:01:54.190Z Downloaded rpassword v7.4.0
10832026-06-09T05:01:54.193Z Downloaded reedline v0.40.0
10842026-06-09T05:01:54.196Z Downloaded usdt-impl v0.6.0
10852026-06-09T05:01:54.199Z Downloaded toml_parser v1.0.9+spec-1.1.0
10862026-06-09T05:01:54.199Z Downloaded seq-macro v0.3.6
10872026-06-09T05:01:54.202Z Downloaded tinyvec v1.10.0
10882026-06-09T05:01:54.202Z Downloaded predicates v3.1.4
10892026-06-09T05:01:54.205Z Downloaded half v2.7.1
10902026-06-09T05:01:54.205Z Downloaded tokio-stream v0.1.18
10912026-06-09T05:01:54.208Z Downloaded rustls v0.21.12
10922026-06-09T05:01:54.214Z Downloaded toml v1.0.6+spec-1.1.0
10932026-06-09T05:01:54.217Z Downloaded tinyvec_macros v0.1.1
10942026-06-09T05:01:54.220Z Downloaded twox-hash v2.1.2
10952026-06-09T05:01:54.220Z Downloaded xshell-macros v0.2.7
10962026-06-09T05:01:54.220Z Downloaded vergen-gitcl v1.0.8
10972026-06-09T05:01:54.223Z Downloaded tokio-native-tls v0.3.1
10982026-06-09T05:01:54.223Z Downloaded vergen-git2 v9.1.0
10992026-06-09T05:01:54.223Z Downloaded peg-macros v0.8.5
11002026-06-09T05:01:54.226Z Downloaded hickory-proto v0.25.2
11012026-06-09T05:01:54.233Z Downloaded toml v0.7.8
11022026-06-09T05:01:54.236Z Downloaded ssh-key v0.6.7
11032026-06-09T05:01:54.240Z Downloaded walkdir v2.5.0
11042026-06-09T05:01:54.243Z Downloaded zone v0.3.1
11052026-06-09T05:01:54.243Z Downloaded goblin v0.10.5
11062026-06-09T05:01:54.246Z Downloaded vsss-rs v3.3.4
11072026-06-09T05:01:54.249Z Downloaded pbkdf2 v0.11.0
11082026-06-09T05:01:54.249Z Downloaded unsafe-libyaml v0.2.11
11092026-06-09T05:01:54.252Z Downloaded tracing-core v0.1.36
11102026-06-09T05:01:54.252Z Downloaded tls_codec_derive v0.4.2
11112026-06-09T05:01:54.255Z Downloaded toml_edit v0.23.10+spec-1.0.0
11122026-06-09T05:01:54.258Z Downloaded want v0.3.1
11132026-06-09T05:01:54.258Z Downloaded progenitor-impl v0.11.2
11142026-06-09T05:01:54.261Z Downloaded instant v0.1.13
11152026-06-09T05:01:54.261Z Downloaded tls_codec v0.4.2
11162026-06-09T05:01:54.261Z Downloaded vergen-lib v0.1.6
11172026-06-09T05:01:54.261Z Downloaded serde_spanned v1.0.4
11182026-06-09T05:01:54.264Z Downloaded whoami v2.1.0
11192026-06-09T05:01:54.264Z Downloaded rand_core v0.6.4
11202026-06-09T05:01:54.264Z Downloaded pkcs1 v0.7.5
11212026-06-09T05:01:54.267Z Downloaded num_enum v0.7.6
11222026-06-09T05:01:54.270Z Downloaded slog-bunyan v2.5.0
11232026-06-09T05:01:54.270Z Downloaded regex-syntax v0.6.29
11242026-06-09T05:01:54.274Z Downloaded quick-error v1.2.3
11252026-06-09T05:01:54.277Z Downloaded num_enum v0.5.11
11262026-06-09T05:01:54.280Z Downloaded progenitor-client v0.13.0
11272026-06-09T05:01:54.280Z Downloaded serde_with v1.14.0
11282026-06-09T05:01:54.283Z Downloaded semver v0.1.20
11292026-06-09T05:01:54.283Z Downloaded tokio-postgres v0.7.16
11302026-06-09T05:01:54.286Z Downloaded rustls-webpki v0.101.7
11312026-06-09T05:01:54.294Z Downloaded zstd-safe v7.2.4
11322026-06-09T05:01:54.297Z Downloaded oso v0.27.3
11332026-06-09T05:01:54.300Z Downloaded time-macros v0.2.27
11342026-06-09T05:01:54.300Z Downloaded russh v0.45.0
11352026-06-09T05:01:54.303Z Downloaded regex v1.12.3
11362026-06-09T05:01:54.306Z Downloaded zeroize v1.8.2
11372026-06-09T05:01:54.306Z Downloaded num_enum_derive v0.5.11
11382026-06-09T05:01:54.309Z Downloaded typify v0.4.3
11392026-06-09T05:01:54.309Z Downloaded tower-layer v0.3.3
11402026-06-09T05:01:54.312Z Downloaded libsw-core v0.3.2
11412026-06-09T05:01:54.312Z Downloaded pin-project-internal v1.1.11
11422026-06-09T05:01:54.312Z Downloaded tabwriter v1.4.1
11432026-06-09T05:01:54.315Z Downloaded strum v0.26.3
11442026-06-09T05:01:54.315Z Downloaded parse-display v0.10.0
11452026-06-09T05:01:54.315Z Downloaded strum_macros v0.27.2
11462026-06-09T05:01:54.315Z Downloaded socket2 v0.6.3
11472026-06-09T05:01:54.319Z Downloaded normalize-line-endings v0.3.0
11482026-06-09T05:01:54.319Z Downloaded jobserver v0.1.34
11492026-06-09T05:01:54.319Z Downloaded git2 v0.20.4
11502026-06-09T05:01:54.323Z Downloaded tower-http v0.6.8
11512026-06-09T05:01:54.328Z Downloaded unicode-properties v0.1.4
11522026-06-09T05:01:54.331Z Downloaded strip-ansi-escapes v0.2.1
11532026-06-09T05:01:54.331Z Downloaded packed_struct_codegen v0.10.1
11542026-06-09T05:01:54.333Z Downloaded progenitor-macro v0.13.0
11552026-06-09T05:01:54.333Z Downloaded portable-atomic v1.13.1
11562026-06-09T05:01:54.336Z Downloaded universal-hash v0.5.1
11572026-06-09T05:01:54.339Z Downloaded signal-hook-registry v1.4.8
11582026-06-09T05:01:54.339Z Downloaded tokio-tungstenite v0.23.1
11592026-06-09T05:01:54.339Z Downloaded ipnet v2.11.0
11602026-06-09T05:01:54.342Z Downloaded hkdf v0.12.4
11612026-06-09T05:01:54.342Z Downloaded usdt-macro v0.6.0
11622026-06-09T05:01:54.342Z Downloaded aho-corasick v1.1.4
11632026-06-09T05:01:54.345Z Downloaded zeroize_derive v1.4.3
11642026-06-09T05:01:54.348Z Downloaded illumos-nvpair-sys v0.2.0
11652026-06-09T05:01:54.348Z Downloaded uuid v1.23.0
11662026-06-09T05:01:54.351Z Downloaded hubpack_derive v0.1.1
11672026-06-09T05:01:54.351Z Downloaded hashbrown v0.16.1
11682026-06-09T05:01:54.431Z Downloaded untrusted v0.7.1
11692026-06-09T05:01:54.431Z Downloaded typify-macro v0.6.2
11702026-06-09T05:01:54.431Z Downloaded tagptr v0.2.0
11712026-06-09T05:01:54.440Z Downloaded stringprep v0.1.5
11722026-06-09T05:01:54.441Z Downloaded slog-json v2.6.1
11732026-06-09T05:01:54.441Z Downloaded polyval v0.6.2
11742026-06-09T05:01:54.441Z Downloaded salty v0.3.0
11752026-06-09T05:01:54.441Z Downloaded waitgroup v0.1.2
11762026-06-09T05:01:54.441Z Downloaded whoami v1.6.1
11772026-06-09T05:01:54.441Z Downloaded unicase v2.9.0
11782026-06-09T05:01:54.441Z Downloaded tokio-rustls v0.24.1
11792026-06-09T05:01:54.441Z Downloaded parking_lot_core v0.8.6
11802026-06-09T05:01:54.441Z Downloaded xattr v1.6.1
11812026-06-09T05:01:54.441Z Downloaded typed-path v0.9.3
11822026-06-09T05:01:54.441Z Downloaded yasna v0.5.2
11832026-06-09T05:01:54.441Z Downloaded petname v2.0.2
11842026-06-09T05:01:54.441Z Downloaded itertools v0.13.0
11852026-06-09T05:01:54.441Z Downloaded wyz v0.5.1
11862026-06-09T05:01:54.441Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11872026-06-09T05:01:54.441Z Downloaded serde_yaml v0.9.34+deprecated
11882026-06-09T05:01:54.441Z Downloaded simd-adler32 v0.3.8
11892026-06-09T05:01:54.441Z Downloaded sapling-renderdag v0.1.0
11902026-06-09T05:01:54.441Z Downloaded signal-hook-mio v0.2.5
11912026-06-09T05:01:54.441Z Downloaded zstd v0.13.3
11922026-06-09T05:01:54.441Z Downloaded unicode-bidi v0.3.18
11932026-06-09T05:01:54.441Z Downloaded secrecy v0.10.3
11942026-06-09T05:01:54.441Z Downloaded strum v0.27.2
11952026-06-09T05:01:54.441Z Downloaded rustc_version v0.1.7
11962026-06-09T05:01:54.441Z Downloaded uzers v0.12.2
11972026-06-09T05:01:54.441Z Downloaded tokio-dtrace v0.1.1
11982026-06-09T05:01:54.441Z Downloaded subtle v2.6.1
11992026-06-09T05:01:54.442Z Downloaded secrecy v0.8.0
12002026-06-09T05:01:54.442Z Downloaded bstr v1.12.1
12012026-06-09T05:01:54.445Z Downloaded vergen v9.1.0
12022026-06-09T05:01:54.445Z Downloaded typify v0.6.2
12032026-06-09T05:01:54.445Z Downloaded spin v0.9.8
12042026-06-09T05:01:54.445Z Downloaded unicode_categories v0.1.1
12052026-06-09T05:01:54.445Z Downloaded socket2 v0.5.10
12062026-06-09T05:01:54.445Z Downloaded stacker v0.1.23
12072026-06-09T05:01:54.450Z Downloaded rustls-webpki v0.102.8
12082026-06-09T05:01:54.461Z Downloaded x509-cert v0.2.5
12092026-06-09T05:01:54.464Z Downloaded thiserror-no-std v2.0.2
12102026-06-09T05:01:54.469Z Downloaded support-bundle-viewer v0.1.2
12112026-06-09T05:01:54.469Z Downloaded steno v0.4.1
12122026-06-09T05:01:54.472Z Downloaded sqlformat v0.3.5
12132026-06-09T05:01:54.472Z Downloaded tokio-rustls v0.26.4
12142026-06-09T05:01:54.476Z Downloaded zerocopy-derive v0.8.40
12152026-06-09T05:01:54.480Z Downloaded void v1.0.2
12162026-06-09T05:01:54.483Z Downloaded unarray v0.1.4
12172026-06-09T05:01:54.495Z Downloaded tungstenite v0.21.0
12182026-06-09T05:01:54.498Z Downloaded vte v0.14.1
12192026-06-09T05:01:54.502Z Downloaded quinn-proto v0.11.13
12202026-06-09T05:01:54.505Z Downloaded usdt v0.6.0
12212026-06-09T05:01:54.505Z Downloaded ssh-encoding v0.2.0
12222026-06-09T05:01:54.505Z Downloaded toml_edit v0.19.15
12232026-06-09T05:01:54.514Z Downloaded utf-8 v0.7.6
12242026-06-09T05:01:54.517Z Downloaded tower v0.5.3
12252026-06-09T05:01:54.519Z Downloaded zone_cfg_derive v0.3.1
12262026-06-09T05:01:54.522Z Downloaded usdt-attr-macro v0.6.0
12272026-06-09T05:01:54.522Z Downloaded ssh-cipher v0.2.0
12282026-06-09T05:01:54.522Z Downloaded zip v4.6.1
12292026-06-09T05:01:54.525Z Downloaded hyper v1.8.1
12302026-06-09T05:01:54.528Z Downloaded rand v0.9.2
12312026-06-09T05:01:54.531Z Downloaded vergen-lib v9.1.0
12322026-06-09T05:01:54.531Z Downloaded tokio-rustls v0.25.0
12332026-06-09T05:01:54.534Z Downloaded test-strategy v0.4.5
12342026-06-09T05:01:54.534Z Downloaded serde_with v3.17.0
12352026-06-09T05:01:54.541Z Downloaded winnow v0.5.40
12362026-06-09T05:01:54.547Z Downloaded samael v0.0.19
12372026-06-09T05:01:54.551Z Downloaded hickory-proto v0.24.4
12382026-06-09T05:01:54.559Z Downloaded nix v0.31.2
12392026-06-09T05:01:54.566Z Downloaded xshell v0.2.7
12402026-06-09T05:01:54.569Z Downloaded tokio-util v0.7.18
12412026-06-09T05:01:54.572Z Downloaded wait-timeout v0.2.1
12422026-06-09T05:01:54.572Z Downloaded object v0.30.4
12432026-06-09T05:01:54.577Z Downloaded reqwest v0.12.28
12442026-06-09T05:01:54.581Z Downloaded serde-hex v0.1.0
12452026-06-09T05:01:54.584Z Downloaded rayon-core v1.13.0
12462026-06-09T05:01:54.587Z Downloaded zerocopy v0.6.6
12472026-06-09T05:01:54.590Z Downloaded tracing-attributes v0.1.31
12482026-06-09T05:01:54.593Z Downloaded tar v0.4.45
12492026-06-09T05:01:54.599Z Downloaded zip v0.6.6
12502026-06-09T05:01:54.603Z Downloaded zopfli v0.8.3
12512026-06-09T05:01:54.605Z Downloaded vcpkg v0.2.15
12522026-06-09T05:01:54.627Z Downloaded yansi v1.0.1
12532026-06-09T05:01:54.630Z Downloaded object v0.37.3
12542026-06-09T05:01:54.635Z Downloaded tough v0.22.0
12552026-06-09T05:01:54.640Z Downloaded smoltcp v0.9.1
12562026-06-09T05:01:54.646Z Downloaded zlib-rs v0.6.2
12572026-06-09T05:01:54.649Z Downloaded p384 v0.13.1
12582026-06-09T05:01:54.652Z Downloaded unicode-normalization v0.1.25
12592026-06-09T05:01:54.655Z Downloaded unicode-segmentation v1.12.0
12602026-06-09T05:01:54.658Z Downloaded time v0.3.47
12612026-06-09T05:01:54.663Z Downloaded regress v0.10.5
12622026-06-09T05:01:54.669Z Downloaded tabled v0.20.0
12632026-06-09T05:01:54.679Z Downloaded rustls v0.23.37
12642026-06-09T05:01:54.686Z Downloaded zerocopy v0.8.40
12652026-06-09T05:01:54.709Z Downloaded rustix v0.38.44
12662026-06-09T05:01:54.722Z Downloaded sqlparser v0.61.0
12672026-06-09T05:01:54.728Z Downloaded winnow v0.6.26
12682026-06-09T05:01:54.733Z Downloaded regex-syntax v0.8.10
12692026-06-09T05:01:54.748Z Downloaded rustls v0.22.4
12702026-06-09T05:01:54.756Z Downloaded regex-automata v0.4.14
12712026-06-09T05:01:54.766Z Downloaded openapiv3 v2.2.0
12722026-06-09T05:01:54.772Z Downloaded regress v0.11.1
12732026-06-09T05:01:54.786Z Downloaded csv v1.4.0
12742026-06-09T05:01:54.800Z Downloaded webpki-roots v1.0.6
12752026-06-09T05:01:54.835Z Downloaded zerocopy-derive v0.6.6
12762026-06-09T05:01:54.841Z Downloaded tracing v0.1.44
12772026-06-09T05:01:54.853Z Downloaded smoltcp v0.11.0
12782026-06-09T05:01:54.860Z Downloaded bzip2-sys v0.1.13+1.0.8
12792026-06-09T05:01:54.867Z Downloaded ratatui v0.29.0
12802026-06-09T05:01:54.878Z Downloaded typify-impl v0.6.2
12812026-06-09T05:01:54.887Z Downloaded typify-impl v0.4.3
12822026-06-09T05:01:54.896Z Downloaded sha3 v0.10.8
12832026-06-09T05:01:54.914Z Downloaded sled v0.34.7
12842026-06-09T05:01:54.931Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-06-09T05:01:54.942Z Downloaded petgraph v0.6.5
12862026-06-09T05:01:54.953Z Downloaded jiff v0.2.21
12872026-06-09T05:01:54.964Z Downloaded encoding_rs v0.8.35
12882026-06-09T05:01:54.977Z Downloaded petgraph v0.8.3
12892026-06-09T05:01:55.001Z Downloaded libz-sys v1.1.24
12902026-06-09T05:01:55.032Z Downloaded tokio v1.52.1
12912026-06-09T05:01:55.144Z Downloaded ring v0.17.14
12922026-06-09T05:01:55.182Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-09T05:01:55.695Z Downloaded aws-lc-sys v0.40.0
12942026-06-09T05:01:55.944Z Compiling libc v0.2.185
12952026-06-09T05:01:55.944Z Compiling serde v1.0.228
12962026-06-09T05:01:55.944Z Compiling log v0.4.29
12972026-06-09T05:01:55.948Z Compiling shlex v1.3.0
12982026-06-09T05:01:55.948Z Compiling find-msvc-tools v0.1.9
12992026-06-09T05:01:55.948Z Compiling smallvec v1.15.1
13002026-06-09T05:01:55.948Z Compiling typenum v1.19.0
13012026-06-09T05:01:55.948Z Compiling subtle v2.6.1
13022026-06-09T05:01:56.078Z Compiling generic-array v0.14.7
13032026-06-09T05:01:56.087Z Compiling scopeguard v1.2.0
13042026-06-09T05:01:56.099Z Compiling const-oid v0.9.6
13052026-06-09T05:01:56.183Z Compiling serde_json v1.0.149
13062026-06-09T05:01:56.195Z Compiling syn v2.0.117
13072026-06-09T05:01:56.198Z Compiling zerocopy v0.8.40
13082026-06-09T05:01:56.198Z Compiling parking_lot_core v0.9.12
13092026-06-09T05:01:56.207Z Compiling pin-project-lite v0.2.17
13102026-06-09T05:01:56.293Z Compiling lock_api v0.4.14
13112026-06-09T05:01:56.308Z Compiling portable-atomic v1.13.1
13122026-06-09T05:01:56.311Z Compiling pkg-config v0.3.32
13132026-06-09T05:01:56.335Z Compiling bitflags v2.11.0
13142026-06-09T05:01:56.362Z Compiling critical-section v1.2.0
13152026-06-09T05:01:56.376Z Compiling libm v0.2.16
13162026-06-09T05:01:56.390Z Compiling futures-core v0.3.32
13172026-06-09T05:01:56.405Z Compiling num-traits v0.2.19
13182026-06-09T05:01:56.487Z Compiling percent-encoding v2.3.2
13192026-06-09T05:01:56.529Z Compiling futures-sink v0.3.32
13202026-06-09T05:01:56.630Z Compiling slab v0.4.12
13212026-06-09T05:01:56.630Z Compiling futures-task v0.3.32
13222026-06-09T05:01:56.635Z Compiling futures-io v0.3.32
13232026-06-09T05:01:56.635Z Compiling getrandom v0.4.1
13242026-06-09T05:01:56.673Z Compiling futures-channel v0.3.32
13252026-06-09T05:01:56.708Z Compiling cpufeatures v0.2.17
13262026-06-09T05:01:56.722Z Compiling rand_core v0.10.0
13272026-06-09T05:01:56.764Z Compiling indexmap v2.14.0
13282026-06-09T05:01:56.764Z Compiling getrandom v0.3.4
13292026-06-09T05:01:56.791Z Compiling rustversion v1.0.22
13302026-06-09T05:01:56.804Z Compiling form_urlencoded v1.2.2
13312026-06-09T05:01:56.835Z Compiling fs_extra v1.3.0
13322026-06-09T05:01:56.920Z Compiling dunce v1.0.5
13332026-06-09T05:01:56.934Z Compiling ident_case v1.0.1
13342026-06-09T05:01:56.934Z Compiling base64ct v1.8.3
13352026-06-09T05:01:56.959Z Compiling regex-syntax v0.8.10
13362026-06-09T05:01:56.999Z Compiling getrandom v0.2.17
13372026-06-09T05:01:57.012Z Compiling jobserver v0.1.34
13382026-06-09T05:01:57.034Z Compiling errno v0.3.14
13392026-06-09T05:01:57.088Z Compiling mio v1.2.0
13402026-06-09T05:01:57.115Z Compiling socket2 v0.6.3
13412026-06-09T05:01:57.158Z Compiling rand_core v0.6.4
13422026-06-09T05:01:57.207Z Compiling signal-hook-registry v1.4.8
13432026-06-09T05:01:57.256Z Compiling cc v1.2.56
13442026-06-09T05:01:57.323Z Compiling once_cell v1.21.3
13452026-06-09T05:01:57.375Z Compiling parking_lot v0.12.5
13462026-06-09T05:01:57.410Z Compiling pem-rfc7468 v0.7.0
13472026-06-09T05:01:57.424Z Compiling iana-time-zone v0.1.65
13482026-06-09T05:01:57.457Z Compiling rustix v1.1.3
13492026-06-09T05:01:57.471Z Compiling flagset v0.4.7
13502026-06-09T05:01:57.512Z Compiling vcpkg v0.2.15
13512026-06-09T05:01:57.569Z Compiling aws-lc-rs v1.16.3
13522026-06-09T05:01:57.611Z Compiling tracing-core v0.1.36
13532026-06-09T05:01:57.626Z Compiling uuid v1.23.0
13542026-06-09T05:01:57.732Z Compiling rustc_version v0.4.1
13552026-06-09T05:01:57.743Z Compiling base64 v0.22.1
13562026-06-09T05:01:57.748Z Compiling rand_core v0.9.5
13572026-06-09T05:01:57.777Z Compiling untrusted v0.9.0
13582026-06-09T05:01:57.857Z Compiling openssl-probe v0.2.1
13592026-06-09T05:01:57.900Z Compiling untrusted v0.7.1
13602026-06-09T05:01:57.923Z Compiling httparse v1.10.1
13612026-06-09T05:01:57.951Z Compiling tinyvec_macros v0.1.1
13622026-06-09T05:01:58.017Z Compiling tinyvec v1.10.0
13632026-06-09T05:01:58.033Z Compiling cmake v0.1.57
13642026-06-09T05:01:58.036Z Compiling aho-corasick v1.1.4
13652026-06-09T05:01:58.036Z Compiling try-lock v0.2.5
13662026-06-09T05:01:58.061Z Compiling tower-layer v0.3.3
13672026-06-09T05:01:58.075Z Compiling atomic-waker v1.1.2
13682026-06-09T05:01:58.078Z Compiling schemars v0.8.22
13692026-06-09T05:01:58.175Z Compiling tower-service v0.3.3
13702026-06-09T05:01:58.200Z Compiling rustls v0.23.37
13712026-06-09T05:01:58.234Z Compiling dyn-clone v1.0.20
13722026-06-09T05:01:58.246Z Compiling want v0.3.1
13732026-06-09T05:01:58.260Z Compiling openssl v0.10.79
13742026-06-09T05:01:58.290Z Compiling pin-utils v0.1.0
13752026-06-09T05:01:58.316Z Compiling httpdate v1.0.3
13762026-06-09T05:01:58.348Z Compiling foreign-types-shared v0.1.1
13772026-06-09T05:01:58.375Z Compiling unicode-normalization v0.1.25
13782026-06-09T05:01:58.389Z Compiling spin v0.9.8
13792026-06-09T05:01:58.403Z Compiling time-core v0.1.8
13802026-06-09T05:01:58.406Z Compiling powerfmt v0.2.0
13812026-06-09T05:01:58.406Z Compiling native-tls v0.2.18
13822026-06-09T05:01:58.444Z Compiling foreign-types v0.3.2
13832026-06-09T05:01:58.459Z Compiling num-conv v0.2.0
13842026-06-09T05:01:58.473Z Compiling crc32fast v1.5.0
13852026-06-09T05:01:58.522Z Compiling wait-timeout v0.2.1
13862026-06-09T05:01:58.534Z Compiling sync_wrapper v1.0.2
13872026-06-09T05:01:58.557Z Compiling deranged v0.5.8
13882026-06-09T05:01:58.583Z Compiling crossbeam-utils v0.8.21
13892026-06-09T05:01:58.604Z Compiling time-macros v0.2.27
13902026-06-09T05:01:58.617Z Compiling siphasher v1.0.2
13912026-06-09T05:01:58.632Z Compiling usdt-impl v0.6.0
13922026-06-09T05:01:58.657Z Compiling num_threads v0.1.7
13932026-06-09T05:01:58.672Z Compiling syn v1.0.109
13942026-06-09T05:01:58.690Z Compiling simd-adler32 v0.3.8
13952026-06-09T05:01:58.839Z Compiling bit-vec v0.8.0
13962026-06-09T05:01:58.845Z Compiling unicode-segmentation v1.12.0
13972026-06-09T05:01:58.845Z Compiling quick-error v1.2.3
13982026-06-09T05:01:58.880Z Compiling slog v2.8.2
13992026-06-09T05:01:58.896Z Compiling heapless v0.7.17
14002026-06-09T05:01:58.926Z Compiling aws-lc-sys v0.40.0
14012026-06-09T05:01:58.944Z Compiling ring v0.17.14
14022026-06-09T05:01:58.964Z Compiling openssl-sys v0.9.115
14032026-06-09T05:01:58.976Z Compiling regex-automata v0.4.14
14042026-06-09T05:01:59.023Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-06-09T05:01:59.055Z Compiling bit-set v0.8.0
14062026-06-09T05:01:59.089Z Compiling synstructure v0.13.2
14072026-06-09T05:01:59.102Z Compiling pest_generator v2.8.6
14082026-06-09T05:01:59.202Z Compiling serde_derive_internals v0.29.1
14092026-06-09T05:01:59.272Z Compiling darling_core v0.20.11
14102026-06-09T05:01:59.285Z Compiling tempfile v3.25.0
14112026-06-09T05:01:59.380Z Compiling darling_core v0.21.3
14122026-06-09T05:01:59.497Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-06-09T05:01:59.650Z Compiling rusty-fork v0.3.1
14142026-06-09T05:01:59.686Z Compiling rand_xorshift v0.4.0
14152026-06-09T05:01:59.803Z Compiling thread-id v5.1.0
14162026-06-09T05:01:59.816Z Compiling cookie v0.18.1
14172026-06-09T05:01:59.819Z Compiling time v0.3.47
14182026-06-09T05:01:59.980Z Compiling paste v1.0.15
14192026-06-09T05:01:59.994Z Compiling unicode-properties v0.1.4
14202026-06-09T05:01:59.994Z Compiling zstd-safe v7.2.4
14212026-06-09T05:01:59.994Z Compiling ryu v1.0.23
14222026-06-09T05:02:00.004Z Compiling anyhow v1.0.102
14232026-06-09T05:02:00.022Z Compiling iri-string v0.7.10
14242026-06-09T05:02:00.139Z Compiling adler2 v2.0.1
14252026-06-09T05:02:00.144Z Compiling unarray v0.1.4
14262026-06-09T05:02:00.167Z Compiling unicode-bidi v0.3.18
14272026-06-09T05:02:00.171Z Compiling allocator-api2 v0.2.21
14282026-06-09T05:02:00.195Z Compiling signal-hook v0.3.18
14292026-06-09T05:02:00.262Z Compiling miniz_oxide v0.8.9
14302026-06-09T05:02:00.382Z Compiling heck v0.4.1
14312026-06-09T05:02:00.525Z Compiling stringprep v0.1.5
14322026-06-09T05:02:00.622Z Compiling num-integer v0.1.46
14332026-06-09T05:02:00.724Z Compiling vergen-lib v9.1.0
14342026-06-09T05:02:00.919Z Compiling curve25519-dalek v4.1.3
14352026-06-09T05:02:00.930Z Compiling ff v0.13.1
14362026-06-09T05:02:00.945Z Compiling serde_derive v1.0.228
14372026-06-09T05:02:00.959Z Compiling zeroize_derive v1.4.3
14382026-06-09T05:02:00.994Z Compiling zerofrom-derive v0.1.6
14392026-06-09T05:02:01.139Z Compiling yoke-derive v0.8.1
14402026-06-09T05:02:01.151Z Compiling zerovec-derive v0.11.2
14412026-06-09T05:02:01.155Z Compiling zerocopy-derive v0.8.40
14422026-06-09T05:02:01.324Z Compiling displaydoc v0.2.5
14432026-06-09T05:02:01.495Z Compiling tokio-macros v2.7.0
14442026-06-09T05:02:01.597Z Compiling futures-macro v0.3.32
14452026-06-09T05:02:01.640Z Compiling zeroize v1.8.2
14462026-06-09T05:02:01.719Z Compiling der_derive v0.7.3
14472026-06-09T05:02:02.030Z Compiling rustls-pki-types v1.14.0
14482026-06-09T05:02:02.108Z Compiling thiserror-impl v2.0.18
14492026-06-09T05:02:02.276Z Compiling tracing-attributes v0.1.31
14502026-06-09T05:02:02.279Z Compiling pest_derive v2.8.6
14512026-06-09T05:02:02.300Z Compiling scroll_derive v0.13.1
14522026-06-09T05:02:02.433Z Compiling crypto-common v0.1.7
14532026-06-09T05:02:02.448Z Compiling block-buffer v0.10.4
14542026-06-09T05:02:02.471Z Compiling zerofrom v0.1.6
14552026-06-09T05:02:02.512Z Compiling futures-util v0.3.32
14562026-06-09T05:02:02.600Z Compiling yoke v0.8.1
14572026-06-09T05:02:02.614Z Compiling digest v0.10.7
14582026-06-09T05:02:02.637Z Compiling block-padding v0.3.3
14592026-06-09T05:02:02.729Z Compiling der v0.7.10
14602026-06-09T05:02:02.758Z Compiling schemars_derive v0.8.22
14612026-06-09T05:02:02.804Z Compiling zerovec v0.11.5
14622026-06-09T05:02:02.822Z Compiling zerotrie v0.2.3
14632026-06-09T05:02:02.879Z Compiling hmac v0.12.1
14642026-06-09T05:02:03.053Z Compiling inout v0.1.4
14652026-06-09T05:02:03.139Z Compiling sha2 v0.10.9
14662026-06-09T05:02:03.153Z Compiling pbkdf2 v0.12.2
14672026-06-09T05:02:03.247Z Compiling cipher v0.4.4
14682026-06-09T05:02:03.338Z Compiling tinystr v0.8.2
14692026-06-09T05:02:03.345Z Compiling potential_utf v0.1.4
14702026-06-09T05:02:03.345Z Compiling scroll v0.13.0
14712026-06-09T05:02:03.488Z Compiling icu_locale_core v2.1.1
14722026-06-09T05:02:03.512Z Compiling icu_collections v2.1.1
14732026-06-09T05:02:03.531Z Compiling salsa20 v0.10.2
14742026-06-09T05:02:03.534Z Compiling thiserror v2.0.18
14752026-06-09T05:02:03.621Z Compiling spki v0.7.3
14762026-06-09T05:02:03.637Z Compiling cbc v0.1.2
14772026-06-09T05:02:03.669Z Compiling scrypt v0.11.0
14782026-06-09T05:02:03.683Z Compiling tracing v0.1.44
14792026-06-09T05:02:03.696Z Compiling aes v0.8.4
14802026-06-09T05:02:03.845Z Compiling darling_macro v0.20.11
14812026-06-09T05:02:03.957Z Compiling openssl-macros v0.1.1
14822026-06-09T05:02:03.983Z Compiling goblin v0.10.5
14832026-06-09T05:02:03.987Z Compiling rustls-native-certs v0.8.3
14842026-06-09T05:02:04.021Z Compiling dtrace-parser v0.3.0
14852026-06-09T05:02:04.074Z Compiling signature v2.2.0
14862026-06-09T05:02:04.268Z Compiling icu_provider v2.1.1
14872026-06-09T05:02:04.302Z Compiling pkcs5 v0.7.1
14882026-06-09T05:02:04.434Z Compiling darling v0.20.11
14892026-06-09T05:02:04.446Z Compiling webpki-roots v1.0.6
14902026-06-09T05:02:04.446Z Compiling scroll_derive v0.12.1
14912026-06-09T05:02:04.458Z Compiling bytes v1.11.1
14922026-06-09T05:02:04.519Z Compiling chrono v0.4.44
14932026-06-09T05:02:04.546Z Compiling icu_properties v2.1.2
14942026-06-09T05:02:04.558Z Compiling icu_normalizer v2.1.1
14952026-06-09T05:02:04.579Z Compiling ipnet v2.11.0
14962026-06-09T05:02:04.799Z Compiling pkcs8 v0.10.2
14972026-06-09T05:02:04.812Z Compiling derive_builder_core v0.20.2
14982026-06-09T05:02:04.829Z Compiling thiserror-impl v1.0.69
14992026-06-09T05:02:04.855Z Compiling erased-serde v0.3.31
15002026-06-09T05:02:04.952Z Compiling tokio v1.52.1
15012026-06-09T05:02:05.108Z Compiling http v1.4.0
15022026-06-09T05:02:05.111Z Compiling scroll v0.12.0
15032026-06-09T05:02:05.137Z Compiling serde_urlencoded v0.7.1
15042026-06-09T05:02:05.141Z Compiling serde_tokenstream v0.2.3
15052026-06-09T05:02:05.367Z Compiling serde_spanned v0.6.9
15062026-06-09T05:02:05.401Z Compiling idna_adapter v1.2.1
15072026-06-09T05:02:05.404Z Compiling toml_datetime v0.6.11
15082026-06-09T05:02:05.532Z Compiling md-5 v0.10.6
15092026-06-09T05:02:05.544Z Compiling idna v1.1.0
15102026-06-09T05:02:05.557Z Compiling ppv-lite86 v0.2.21
15112026-06-09T05:02:05.656Z Compiling darling_macro v0.21.3
15122026-06-09T05:02:05.671Z Compiling bstr v1.12.1
15132026-06-09T05:02:05.675Z Compiling async-trait v0.1.89
15142026-06-09T05:02:05.726Z Compiling pin-project-internal v1.1.11
15152026-06-09T05:02:05.729Z Compiling derive_builder_macro v0.20.2
15162026-06-09T05:02:05.736Z Compiling zerocopy-derive v0.7.35
15172026-06-09T05:02:05.896Z Compiling url v2.5.8
15182026-06-09T05:02:05.924Z Compiling rand_chacha v0.9.0
15192026-06-09T05:02:06.062Z Compiling http-body v1.0.1
15202026-06-09T05:02:06.171Z Compiling thiserror v1.0.69
15212026-06-09T05:02:06.223Z Compiling rand v0.9.2
15222026-06-09T05:02:06.237Z Compiling http-body-util v0.1.3
15232026-06-09T05:02:06.262Z Compiling rand_chacha v0.3.1
15242026-06-09T05:02:06.276Z Compiling hash32 v0.2.1
15252026-06-09T05:02:06.290Z Compiling memoffset v0.9.1
15262026-06-09T05:02:06.366Z Compiling encoding_rs v0.8.35
15272026-06-09T05:02:06.500Z Compiling litrs v1.0.0
15282026-06-09T05:02:06.514Z Compiling cfg_aliases v0.2.1
15292026-06-09T05:02:06.630Z Compiling base16ct v0.2.0
15302026-06-09T05:02:06.650Z Compiling num-bigint-dig v0.8.6
15312026-06-09T05:02:06.771Z Compiling dof v0.4.0
15322026-06-09T05:02:06.792Z Compiling zlib-rs v0.6.2
15332026-06-09T05:02:06.807Z Compiling proptest v1.10.0
15342026-06-09T05:02:06.855Z Compiling rustix v0.38.44
15352026-06-09T05:02:06.911Z Compiling mime v0.3.17
15362026-06-09T05:02:07.034Z Compiling smoltcp v0.9.1
15372026-06-09T05:02:07.062Z Compiling ref-cast v1.0.25
15382026-06-09T05:02:07.076Z Compiling fallible-iterator v0.2.0
15392026-06-09T05:02:07.093Z Compiling psl-types v2.0.11
15402026-06-09T05:02:07.191Z Compiling document-features v0.2.12
15412026-06-09T05:02:07.238Z Compiling publicsuffix v2.3.0
15422026-06-09T05:02:07.329Z Compiling ipnetwork v0.21.1
15432026-06-09T05:02:07.341Z Compiling pin-project v1.1.11
15442026-06-09T05:02:07.407Z Compiling postgres-protocol v0.6.10
15452026-06-09T05:02:07.437Z Compiling sec1 v0.7.3
15462026-06-09T05:02:07.466Z Compiling zerocopy v0.7.35
15472026-06-09T05:02:07.469Z Compiling nix v0.31.2
15482026-06-09T05:02:07.611Z Compiling oxnet v0.1.5
15492026-06-09T05:02:07.759Z Compiling rand v0.8.6
15502026-06-09T05:02:07.805Z Compiling derive_builder v0.20.2
15512026-06-09T05:02:07.829Z Compiling darling v0.21.3
15522026-06-09T05:02:07.876Z Compiling goblin v0.8.2
15532026-06-09T05:02:07.927Z Compiling futures-executor v0.3.32
15542026-06-09T05:02:07.951Z Compiling hex v0.4.3
15552026-06-09T05:02:07.993Z Compiling hubpack_derive v0.1.1
15562026-06-09T05:02:08.011Z Compiling hkdf v0.12.4
15572026-06-09T05:02:08.049Z Compiling crypto-bigint v0.5.5
15582026-06-09T05:02:08.062Z Compiling regex v1.12.3
15592026-06-09T05:02:08.208Z Compiling group v0.13.0
15602026-06-09T05:02:08.240Z Compiling strum_macros v0.27.2
15612026-06-09T05:02:08.269Z Compiling curve25519-dalek-derive v0.1.1
15622026-06-09T05:02:08.328Z Compiling ref-cast-impl v1.0.25
15632026-06-09T05:02:08.338Z Compiling daft-derive v0.1.7
15642026-06-09T05:02:08.353Z Compiling snafu-derive v0.8.9
15652026-06-09T05:02:08.426Z Compiling num-iter v0.1.45
15662026-06-09T05:02:08.625Z Compiling terminal_size v0.4.3
15672026-06-09T05:02:08.827Z Compiling phf_shared v0.13.1
15682026-06-09T05:02:08.832Z Compiling tokio-util v0.7.18
15692026-06-09T05:02:08.835Z Compiling tower v0.5.3
15702026-06-09T05:02:08.849Z Compiling tokio-native-tls v0.3.1
15712026-06-09T05:02:08.888Z Compiling lazy_static v1.5.0
15722026-06-09T05:02:08.957Z Compiling anstyle-parse v0.2.7
15732026-06-09T05:02:08.995Z Compiling vergen v9.1.0
15742026-06-09T05:02:09.009Z Compiling cargo-platform v0.3.2
15752026-06-09T05:02:09.037Z Compiling fs-err v3.3.0
15762026-06-09T05:02:09.105Z Compiling ahash v0.8.12
15772026-06-09T05:02:09.119Z Compiling same-file v1.0.6
15782026-06-09T05:02:09.160Z Compiling newtype-uuid v1.3.2
15792026-06-09T05:02:09.197Z Compiling winnow v0.5.40
15802026-06-09T05:02:09.248Z Compiling tower-http v0.6.8
15812026-06-09T05:02:09.295Z Compiling foldhash v0.1.5
15822026-06-09T05:02:09.295Z Compiling bumpalo v3.20.2
15832026-06-09T05:02:09.321Z Compiling foldhash v0.2.0
15842026-06-09T05:02:09.336Z Compiling libbz2-rs-sys v0.2.2
15852026-06-09T05:02:09.493Z Compiling h2 v0.4.13
15862026-06-09T05:02:09.518Z Compiling managed v0.8.0
15872026-06-09T05:02:09.556Z Compiling bitflags v1.3.2
15882026-06-09T05:02:09.570Z Compiling object v0.37.3
15892026-06-09T05:02:09.643Z Compiling flate2 v1.1.9
15902026-06-09T05:02:09.669Z Compiling clap_builder v4.6.0
15912026-06-09T05:02:09.831Z Compiling bzip2 v0.6.1
15922026-06-09T05:02:09.928Z Compiling zopfli v0.8.3
15932026-06-09T05:02:10.058Z Compiling hashbrown v0.16.1
15942026-06-09T05:02:10.071Z Compiling hashbrown v0.15.5
15952026-06-09T05:02:10.087Z Compiling daft v0.1.7
15962026-06-09T05:02:10.155Z Compiling dof v0.3.0
15972026-06-09T05:02:10.280Z Compiling strum v0.27.2
15982026-06-09T05:02:10.294Z Compiling walkdir v2.5.0
15992026-06-09T05:02:10.309Z Compiling snafu v0.8.9
16002026-06-09T05:02:10.409Z Compiling cargo_metadata v0.23.1
16012026-06-09T05:02:10.428Z Compiling anstream v0.6.21
16022026-06-09T05:02:10.563Z Compiling toml_edit v0.19.15
16032026-06-09T05:02:10.603Z Compiling elliptic-curve v0.13.8
16042026-06-09T05:02:10.672Z Compiling phf v0.13.1
16052026-06-09T05:02:10.688Z Compiling signal-hook-mio v0.2.5
16062026-06-09T05:02:10.797Z Compiling hubpack v0.1.2
16072026-06-09T05:02:10.811Z Compiling cookie_store v0.22.1
16082026-06-09T05:02:10.834Z Compiling usdt-attr-macro v0.6.0
16092026-06-09T05:02:10.848Z Compiling usdt-macro v0.6.0
16102026-06-09T05:02:10.890Z Compiling bzip2 v0.4.4
16112026-06-09T05:02:11.074Z Compiling futures v0.3.32
16122026-06-09T05:02:11.094Z Compiling serde_with_macros v3.17.0
16132026-06-09T05:02:11.147Z Compiling postgres-types v0.2.12
16142026-06-09T05:02:11.271Z Compiling zstd v0.13.3
16152026-06-09T05:02:11.424Z Compiling dtrace-parser v0.2.0
16162026-06-09T05:02:11.544Z Compiling globset v0.4.18
16172026-06-09T05:02:11.559Z Compiling pkcs1 v0.7.5
16182026-06-09T05:02:11.688Z Compiling ed25519 v2.2.3
16192026-06-09T05:02:11.720Z Compiling serde-big-array v0.5.1
16202026-06-09T05:02:11.735Z Compiling olpc-cjson v0.1.4
16212026-06-09T05:02:11.845Z Compiling serde_plain v1.0.2
16222026-06-09T05:02:11.885Z Compiling rfc6979 v0.4.0
16232026-06-09T05:02:11.912Z Compiling async-recursion v1.1.1
16242026-06-09T05:02:11.987Z Compiling serde_repr v0.1.20
16252026-06-09T05:02:12.028Z Compiling enum-as-inner v0.6.1
16262026-06-09T05:02:12.193Z Compiling strum_macros v0.26.4
16272026-06-09T05:02:12.204Z Compiling clap_derive v4.6.1
16282026-06-09T05:02:12.258Z Compiling phf_shared v0.11.3
16292026-06-09T05:02:12.272Z Compiling float-cmp v0.10.0
16302026-06-09T05:02:12.323Z Compiling pem v3.0.6
16312026-06-09T05:02:12.439Z Compiling thread-id v4.2.2
16322026-06-09T05:02:12.461Z Compiling memmap2 v0.9.10
16332026-06-09T05:02:12.536Z Compiling env_filter v1.0.0
16342026-06-09T05:02:12.565Z Compiling hyper v1.8.1
16352026-06-09T05:02:12.573Z Compiling difflib v0.4.0
16362026-06-09T05:02:12.618Z Compiling new_debug_unreachable v1.0.6
16372026-06-09T05:02:12.649Z Compiling whoami v2.1.0
16382026-06-09T05:02:12.682Z Compiling predicates-core v1.0.10
16392026-06-09T05:02:12.696Z Compiling fixedbitset v0.5.7
16402026-06-09T05:02:12.710Z Compiling data-encoding v2.10.0
16412026-06-09T05:02:12.799Z Compiling normalize-line-endings v0.3.0
16422026-06-09T05:02:12.865Z Compiling keccak v0.1.6
16432026-06-09T05:02:12.881Z Compiling precomputed-hash v0.1.1
16442026-06-09T05:02:12.913Z Compiling static_assertions v1.1.0
16452026-06-09T05:02:12.982Z Compiling either v1.15.0
16462026-06-09T05:02:12.996Z Compiling fixedbitset v0.4.2
16472026-06-09T05:02:13.027Z Compiling typed-path v0.9.3
16482026-06-09T05:02:13.060Z Compiling jiff v0.2.21
16492026-06-09T05:02:13.159Z Compiling petgraph v0.6.5
16502026-06-09T05:02:13.315Z Compiling itertools v0.13.0
16512026-06-09T05:02:13.325Z Compiling toml_edit v0.22.27
16522026-06-09T05:02:13.326Z Compiling hickory-proto v0.25.2
16532026-06-09T05:02:13.441Z Compiling sha3 v0.10.8
16542026-06-09T05:02:13.601Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16552026-06-09T05:02:13.699Z Compiling hyper-util v0.1.20
16562026-06-09T05:02:13.763Z Compiling string_cache v0.8.9
16572026-06-09T05:02:13.878Z Compiling strum v0.26.3
16582026-06-09T05:02:13.920Z Compiling petgraph v0.8.3
16592026-06-09T05:02:14.018Z Compiling predicates v3.1.4
16602026-06-09T05:02:14.030Z Compiling tokio-postgres v0.7.16
16612026-06-09T05:02:14.060Z Compiling clap v4.6.1
16622026-06-09T05:02:14.154Z Compiling env_logger v0.11.9
16632026-06-09T05:02:14.224Z Compiling usdt v0.6.0
16642026-06-09T05:02:14.277Z Compiling usdt-impl v0.5.0
16652026-06-09T05:02:14.482Z Compiling serde_with v3.17.0
16662026-06-09T05:02:14.506Z Compiling crossterm v0.28.1
16672026-06-09T05:02:14.535Z Compiling ecdsa v0.16.9
16682026-06-09T05:02:14.653Z Compiling toml v0.7.8
16692026-06-09T05:02:14.673Z Compiling ed25519-dalek v2.2.0
16702026-06-09T05:02:14.888Z Compiling rsa v0.9.10
16712026-06-09T05:02:15.264Z Compiling hyper-tls v0.6.0
16722026-06-09T05:02:15.361Z Compiling zip v0.6.6
16732026-06-09T05:02:15.518Z Compiling iddqd v0.4.2
16742026-06-09T05:02:15.811Z Compiling zip v4.6.1
16752026-06-09T05:02:15.962Z Compiling tokio-stream v0.1.18
16762026-06-09T05:02:16.020Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-06-09T05:02:16.140Z Compiling buf-list v1.1.2
16782026-06-09T05:02:16.264Z Compiling similar v2.7.0
16792026-06-09T05:02:16.296Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-09T05:02:16.309Z Compiling openapiv3 v2.2.0
16812026-06-09T05:02:16.443Z Compiling x509-cert v0.2.5
16822026-06-09T05:02:16.472Z Compiling sha1 v0.10.6
16832026-06-09T05:02:16.498Z Compiling crossbeam-epoch v0.9.18
16842026-06-09T05:02:16.630Z Compiling lalrpop-util v0.19.12
16852026-06-09T05:02:16.690Z Compiling peg-runtime v0.8.5
16862026-06-09T05:02:16.730Z Compiling thread_local v1.1.9
16872026-06-09T05:02:16.822Z Compiling slog-async v2.8.0
16882026-06-09T05:02:16.837Z Compiling crossbeam-channel v0.5.15
16892026-06-09T05:02:16.850Z Compiling filetime v0.2.27
16902026-06-09T05:02:16.863Z Compiling is-terminal v0.4.17
16912026-06-09T05:02:16.889Z Compiling xattr v1.6.1
16922026-06-09T05:02:16.973Z Compiling take_mut v0.2.2
16932026-06-09T05:02:16.996Z Compiling term v1.2.1
16942026-06-09T05:02:17.042Z Compiling tar v0.4.45
16952026-06-09T05:02:17.308Z Compiling slog-term v2.9.2
16962026-06-09T05:02:34.765Z Compiling rustls-webpki v0.103.9
16972026-06-09T05:02:37.560Z Compiling tokio-rustls v0.26.4
16982026-06-09T05:02:37.560Z Compiling rustls-platform-verifier v0.6.2
16992026-06-09T05:02:37.770Z Compiling hyper-rustls v0.27.7
17002026-06-09T05:02:37.952Z Compiling reqwest v0.12.28
17012026-06-09T05:02:37.952Z Compiling reqwest v0.13.2
17022026-06-09T05:02:39.163Z Compiling tough v0.22.0
17032026-06-09T05:02:41.669Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-09T05:02:41.901Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-09T05:02:44.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s
17062026-06-09T05:02:44.931Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-06-09T05:02:44.969ZJun 09 05:02:44.465 INFO Starting download, target: Clickhouse
17082026-06-09T05:02:44.969ZJun 09 05:02:44.466 INFO Starting download, target: Cockroach
17092026-06-09T05:02:44.969ZJun 09 05:02:44.467 INFO Starting download, target: Console
17102026-06-09T05:02:44.969ZJun 09 05:02:44.467 INFO Starting download, target: DendriteStub
17112026-06-09T05:02:44.969ZJun 09 05:02:44.467 INFO Starting download, target: MaghemiteMgd
17122026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Starting download, target: MaghemiteDdmd
17132026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Starting download, target: TransceiverControl
17142026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-06-09T05:02:44.973ZJun 09 05:02:44.467 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-06-09T05:02:45.844ZJun 09 05:02:45.306 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-06-09T05:02:45.900ZJun 09 05:02:45.378 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-06-09T05:02:46.081ZJun 09 05:02:45.548 INFO Download complete, target: TransceiverControl
17242026-06-09T05:02:46.131ZJun 09 05:02:45.620 INFO Download complete, target: Console
17252026-06-09T05:02:47.136ZJun 09 05:02:46.555 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17262026-06-09T05:02:50.105ZJun 09 05:02:49.442 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-06-09T05:02:50.244ZJun 09 05:02:49.605 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-06-09T05:02:50.267ZJun 09 05:02:49.637 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-06-09T05:02:50.267ZJun 09 05:02:49.637 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-06-09T05:02:51.044ZJun 09 05:02:50.544 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17312026-06-09T05:02:51.780ZJun 09 05:02:51.286 INFO Download complete, target: MaghemiteDdmd
17322026-06-09T05:02:52.637ZJun 09 05:02:52.140 INFO Download complete, target: DendriteStub
17332026-06-09T05:02:53.475ZJun 09 05:02:52.981 INFO Download complete, target: MaghemiteMgd
17342026-06-09T05:02:54.257ZJun 09 05:02:53.757 INFO Checking that binary works, target: Clickhouse
17352026-06-09T05:02:54.406ZJun 09 05:02:53.854 INFO Download complete, target: Clickhouse
17362026-06-09T05:02:54.928ZJun 09 05:02:54.432 INFO Checking that binary works, target: Cockroach
17372026-06-09T05:02:55.054ZJun 09 05:02:54.554 INFO Download complete, target: Cockroach
17382026-06-09T05:02:55.066ZAll prerequisites installed successfully
17392026-06-09T05:02:55.066Z
17402026-06-09T05:02:55.066Zreal 2:01.116594534
17412026-06-09T05:02:55.066Zuser 6:59.965315773
17422026-06-09T05:02:55.066Zsys 1:41.148621794
17432026-06-09T05:02:55.066Ztrap 0.285745209
17442026-06-09T05:02:55.066Ztflt 1.186962213
17452026-06-09T05:02:55.066Zdflt 1.865948966
17462026-06-09T05:02:55.067Zkflt 0.025166356
17472026-06-09T05:02:55.067Zlock 23:31.701616035
17482026-06-09T05:02:55.067Zslp 19:05.322300180
17492026-06-09T05:02:55.067Zlat 24.506182597
17502026-06-09T05:02:55.067Zstop 2:40.796315869
17512026-06-09T05:02:55.067Z+ ptime -m cargo xtask download softnpu
17522026-06-09T05:02:55.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17532026-06-09T05:02:55.612Z Running `target/debug/xtask download softnpu`
17542026-06-09T05:02:56.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17552026-06-09T05:02:56.437Z Running `target/debug/xtask-downloader softnpu`
17562026-06-09T05:02:56.487ZJun 09 05:02:55.983 INFO Starting download, target: Softnpu
17572026-06-09T05:02:56.503ZJun 09 05:02:55.983 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-06-09T05:02:57.558ZJun 09 05:02:57.051 INFO Download complete, target: Softnpu
17592026-06-09T05:02:57.571Z
17602026-06-09T05:02:57.572Zreal 2.487419918
17612026-06-09T05:02:57.572Zuser 1.339704514
17622026-06-09T05:02:57.572Zsys 0.657795265
17632026-06-09T05:02:57.572Ztrap 0.000669500
17642026-06-09T05:02:57.572Ztflt 0.000066510
17652026-06-09T05:02:57.572Zdflt 0.000285210
17662026-06-09T05:02:57.572Zkflt 0.000000000
17672026-06-09T05:02:57.572Zlock 19.454111280
17682026-06-09T05:02:57.572Zslp 0.924246800
17692026-06-09T05:02:57.572Zlat 0.080187777
17702026-06-09T05:02:57.572Zstop 0.000187040
17712026-06-09T05:02:57.572Z+ export CARGO_INCREMENTAL=0
17722026-06-09T05:02:57.573Z+ CARGO_INCREMENTAL=0
17732026-06-09T05:02:57.573Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-06-09T05:02:58.461Z Compiling proc-macro2 v1.0.106
17752026-06-09T05:02:58.461Z Compiling quote v1.0.45
17762026-06-09T05:02:58.461Z Compiling unicode-ident v1.0.24
17772026-06-09T05:02:58.466Z Compiling libc v0.2.185
17782026-06-09T05:02:58.466Z Compiling serde_core v1.0.228
17792026-06-09T05:02:58.466Z Compiling serde v1.0.228
17802026-06-09T05:02:58.466Z Compiling cfg-if v1.0.4
17812026-06-09T05:02:58.466Z Compiling version_check v0.9.5
17822026-06-09T05:02:58.466Z Compiling find-msvc-tools v0.1.9
17832026-06-09T05:02:58.613Z Compiling shlex v1.3.0
17842026-06-09T05:02:58.623Z Compiling typenum v1.19.0
17852026-06-09T05:02:58.635Z Compiling zmij v1.0.21
17862026-06-09T05:02:58.635Z Compiling autocfg v1.5.0
17872026-06-09T05:02:58.635Z Compiling serde_json v1.0.149
17882026-06-09T05:02:58.635Z Compiling memchr v2.8.0
17892026-06-09T05:02:58.867Z Compiling portable-atomic v1.13.1
17902026-06-09T05:02:58.886Z Compiling libm v0.2.16
17912026-06-09T05:02:58.957Z Compiling zerocopy v0.8.40
17922026-06-09T05:02:58.991Z Compiling parking_lot_core v0.9.12
17932026-06-09T05:02:59.137Z Compiling smallvec v1.15.1
17942026-06-09T05:02:59.191Z Compiling icu_properties_data v2.1.2
17952026-06-09T05:02:59.191Z Compiling num-traits v0.2.19
17962026-06-09T05:02:59.191Z Compiling icu_normalizer_data v2.1.1
17972026-06-09T05:02:59.191Z Compiling generic-array v0.14.7
17982026-06-09T05:02:59.252Z Compiling itoa v1.0.17
17992026-06-09T05:02:59.266Z Compiling getrandom v0.4.1
18002026-06-09T05:02:59.296Z Compiling log v0.4.29
18012026-06-09T05:02:59.345Z Compiling stable_deref_trait v1.2.1
18022026-06-09T05:02:59.355Z Compiling pkg-config v0.3.32
18032026-06-09T05:02:59.356Z Compiling subtle v2.6.1
18042026-06-09T05:02:59.534Z Compiling scopeguard v1.2.0
18052026-06-09T05:02:59.580Z Compiling writeable v0.6.2
18062026-06-09T05:02:59.584Z Compiling litemap v0.8.1
18072026-06-09T05:02:59.625Z Compiling percent-encoding v2.3.2
18082026-06-09T05:02:59.665Z Compiling lock_api v0.4.14
18092026-06-09T05:02:59.755Z Compiling jobserver v0.1.34
18102026-06-09T05:02:59.772Z Compiling getrandom v0.2.17
18112026-06-09T05:02:59.819Z Compiling errno v0.3.14
18122026-06-09T05:02:59.921Z Compiling rand_core v0.6.4
18132026-06-09T05:03:00.012Z Compiling cc v1.2.56
18142026-06-09T05:03:00.025Z Compiling syn v2.0.117
18152026-06-09T05:03:00.051Z Compiling pin-project-lite v0.2.17
18162026-06-09T05:03:00.067Z Compiling fnv v1.0.7
18172026-06-09T05:03:00.132Z Compiling thiserror v2.0.18
18182026-06-09T05:03:00.246Z Compiling getrandom v0.3.4
18192026-06-09T05:03:00.250Z Compiling dunce v1.0.5
18202026-06-09T05:03:00.261Z Compiling equivalent v1.0.2
18212026-06-09T05:03:00.264Z Compiling fs_extra v1.3.0
18222026-06-09T05:03:00.292Z Compiling utf8_iter v1.0.4
18232026-06-09T05:03:00.320Z Compiling rustversion v1.0.22
18242026-06-09T05:03:00.335Z Compiling rand_core v0.10.0
18252026-06-09T05:03:00.366Z Compiling schemars v0.8.22
18262026-06-09T05:03:00.544Z Compiling form_urlencoded v1.2.2
18272026-06-09T05:03:00.588Z Compiling critical-section v1.2.0
18282026-06-09T05:03:00.632Z Compiling signal-hook-registry v1.4.8
18292026-06-09T05:03:00.698Z Compiling rustix v1.1.3
18302026-06-09T05:03:00.735Z Compiling hashbrown v0.17.0
18312026-06-09T05:03:00.791Z Compiling socket2 v0.6.3
18322026-06-09T05:03:00.832Z Compiling cmake v0.1.57
18332026-06-09T05:03:01.052Z Compiling bitflags v2.11.0
18342026-06-09T05:03:01.068Z Compiling semver v1.0.28
18352026-06-09T05:03:01.172Z Compiling once_cell v1.21.3
18362026-06-09T05:03:01.187Z Compiling parking_lot v0.12.5
18372026-06-09T05:03:01.204Z Compiling mio v1.2.0
18382026-06-09T05:03:01.207Z Compiling const-oid v0.9.6
18392026-06-09T05:03:01.341Z Compiling indexmap v2.14.0
18402026-06-09T05:03:01.418Z Compiling aws-lc-rs v1.16.3
18412026-06-09T05:03:01.422Z Compiling ring v0.17.14
18422026-06-09T05:03:01.447Z Compiling aws-lc-sys v0.40.0
18432026-06-09T05:03:01.477Z Compiling futures-core v0.3.32
18442026-06-09T05:03:01.545Z Compiling httparse v1.10.1
18452026-06-09T05:03:01.633Z Compiling vcpkg v0.2.15
18462026-06-09T05:03:01.648Z Compiling strsim v0.11.1
18472026-06-09T05:03:01.663Z Compiling thiserror v1.0.69
18482026-06-09T05:03:01.954Z Compiling ucd-trie v0.1.7
18492026-06-09T05:03:01.968Z Compiling byteorder v1.5.0
18502026-06-09T05:03:01.985Z Compiling iana-time-zone v0.1.65
18512026-06-09T05:03:01.990Z Compiling ident_case v1.0.1
18522026-06-09T05:03:02.043Z Compiling syn v1.0.109
18532026-06-09T05:03:02.060Z Compiling regex-syntax v0.8.10
18542026-06-09T05:03:02.108Z Compiling pest v2.8.6
18552026-06-09T05:03:02.124Z Compiling heck v0.5.0
18562026-06-09T05:03:02.158Z Compiling uuid v1.23.0
18572026-06-09T05:03:02.212Z Compiling rustls v0.23.37
18582026-06-09T05:03:02.225Z Compiling openssl-sys v0.9.115
18592026-06-09T05:03:02.225Z Compiling cpufeatures v0.2.17
18602026-06-09T05:03:02.458Z Compiling futures-sink v0.3.32
18612026-06-09T05:03:02.461Z Compiling rustc_version v0.4.1
18622026-06-09T05:03:02.539Z Compiling slab v0.4.12
18632026-06-09T05:03:02.601Z Compiling futures-channel v0.3.32
18642026-06-09T05:03:02.617Z Compiling futures-task v0.3.32
18652026-06-09T05:03:02.738Z Compiling futures-io v0.3.32
18662026-06-09T05:03:02.792Z Compiling aho-corasick v1.1.4
18672026-06-09T05:03:02.893Z Compiling synstructure v0.13.2
18682026-06-09T05:03:02.908Z Compiling serde_derive_internals v0.29.1
18692026-06-09T05:03:02.950Z Compiling dyn-clone v1.0.20
18702026-06-09T05:03:03.142Z Compiling openssl v0.10.79
18712026-06-09T05:03:03.157Z Compiling plain v0.2.3
18722026-06-09T05:03:03.171Z Compiling base64 v0.22.1
18732026-06-09T05:03:03.175Z Compiling crc32fast v1.5.0
18742026-06-09T05:03:03.281Z Compiling pest_meta v2.8.6
18752026-06-09T05:03:03.399Z Compiling crossbeam-utils v0.8.21
18762026-06-09T05:03:03.414Z Compiling num-conv v0.2.0
18772026-06-09T05:03:03.585Z Compiling time-core v0.1.8
18782026-06-09T05:03:03.613Z Compiling pretty-hex v0.4.1
18792026-06-09T05:03:03.641Z Compiling regex-automata v0.4.14
18802026-06-09T05:03:03.657Z Compiling time-macros v0.2.27
18812026-06-09T05:03:03.678Z Compiling native-tls v0.2.18
18822026-06-09T05:03:03.711Z Compiling base64ct v1.8.3
18832026-06-09T05:03:03.715Z Compiling anyhow v1.0.102
18842026-06-09T05:03:03.745Z Compiling darling_core v0.21.3
18852026-06-09T05:03:03.893Z Compiling pest_generator v2.8.6
18862026-06-09T05:03:03.916Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18872026-06-09T05:03:03.931Z Compiling tracing-core v0.1.36
18882026-06-09T05:03:04.019Z Compiling pem-rfc7468 v0.7.0
18892026-06-09T05:03:04.127Z Compiling serde_derive v1.0.228
18902026-06-09T05:03:04.180Z Compiling zeroize_derive v1.4.3
18912026-06-09T05:03:04.236Z Compiling zerofrom-derive v0.1.6
18922026-06-09T05:03:04.263Z Compiling yoke-derive v0.8.1
18932026-06-09T05:03:04.302Z Compiling zerovec-derive v0.11.2
18942026-06-09T05:03:04.305Z Compiling displaydoc v0.2.5
18952026-06-09T05:03:04.534Z Compiling zerocopy-derive v0.8.40
18962026-06-09T05:03:04.555Z Compiling tokio-macros v2.7.0
18972026-06-09T05:03:04.764Z Compiling futures-macro v0.3.32
18982026-06-09T05:03:04.797Z Compiling zeroize v1.8.2
18992026-06-09T05:03:05.169Z Compiling thiserror-impl v2.0.18
19002026-06-09T05:03:05.257Z Compiling schemars_derive v0.8.22
19012026-06-09T05:03:05.297Z Compiling tracing-attributes v0.1.31
19022026-06-09T05:03:05.402Z Compiling der_derive v0.7.3
19032026-06-09T05:03:05.429Z Compiling zerofrom v0.1.6
19042026-06-09T05:03:05.567Z Compiling yoke v0.8.1
19052026-06-09T05:03:05.609Z Compiling crypto-common v0.1.7
19062026-06-09T05:03:05.730Z Compiling zerovec v0.11.5
19072026-06-09T05:03:05.730Z Compiling zerotrie v0.2.3
19082026-06-09T05:03:06.084Z Compiling block-buffer v0.10.4
19092026-06-09T05:03:06.148Z Compiling digest v0.10.7
19102026-06-09T05:03:06.235Z Compiling thiserror-impl v1.0.69
19112026-06-09T05:03:06.332Z Compiling tinystr v0.8.2
19122026-06-09T05:03:06.431Z Compiling potential_utf v0.1.4
19132026-06-09T05:03:06.431Z Compiling pest_derive v2.8.6
19142026-06-09T05:03:06.431Z Compiling futures-util v0.3.32
19152026-06-09T05:03:06.488Z Compiling hmac v0.12.1
19162026-06-09T05:03:06.488Z Compiling icu_collections v2.1.1
19172026-06-09T05:03:06.529Z Compiling icu_locale_core v2.1.1
19182026-06-09T05:03:06.773Z Compiling block-padding v0.3.3
19192026-06-09T05:03:06.839Z Compiling rustls-pki-types v1.14.0
19202026-06-09T05:03:07.260Z Compiling inout v0.1.4
19212026-06-09T05:03:07.269Z Compiling openssl-macros v0.1.1
19222026-06-09T05:03:07.270Z Compiling sha2 v0.10.9
19232026-06-09T05:03:07.304Z Compiling bytes v1.11.1
19242026-06-09T05:03:07.340Z Compiling icu_provider v2.1.1
19252026-06-09T05:03:07.421Z Compiling chrono v0.4.44
19262026-06-09T05:03:07.550Z Compiling serde_tokenstream v0.2.3
19272026-06-09T05:03:07.597Z Compiling cipher v0.4.4
19282026-06-09T05:03:07.649Z Compiling icu_properties v2.1.2
19292026-06-09T05:03:07.765Z Compiling icu_normalizer v2.1.1
19302026-06-09T05:03:07.852Z Compiling tokio v1.52.1
19312026-06-09T05:03:08.405Z Compiling scroll_derive v0.12.1
19322026-06-09T05:03:08.410Z Compiling scroll_derive v0.13.1
19332026-06-09T05:03:08.766Z Compiling idna_adapter v1.2.1
19342026-06-09T05:03:08.906Z Compiling idna v1.1.0
19352026-06-09T05:03:08.932Z Compiling ppv-lite86 v0.2.21
19362026-06-09T05:03:09.007Z Compiling http v1.4.0
19372026-06-09T05:03:09.129Z Compiling untrusted v0.9.0
19382026-06-09T05:03:09.168Z Compiling flagset v0.4.7
19392026-06-09T05:03:09.216Z Compiling tracing v0.1.44
19402026-06-09T05:03:09.303Z Compiling url v2.5.8
19412026-06-09T05:03:09.320Z Compiling der v0.7.10
19422026-06-09T05:03:09.510Z Compiling darling_macro v0.21.3
19432026-06-09T05:03:09.515Z Compiling regex v1.12.3
19442026-06-09T05:03:09.530Z Compiling zerocopy-derive v0.7.35
19452026-06-09T05:03:09.639Z Compiling rand_core v0.9.5
19462026-06-09T05:03:09.889Z Compiling slog v2.8.2
19472026-06-09T05:03:10.357Z Compiling spki v0.7.3
19482026-06-09T05:03:10.381Z Compiling darling v0.21.3
19492026-06-09T05:03:10.421Z Compiling salsa20 v0.10.2
19502026-06-09T05:03:10.475Z Compiling pbkdf2 v0.12.2
19512026-06-09T05:03:11.007Z Compiling cookie v0.18.1
19522026-06-09T05:03:11.037Z Compiling camino v1.2.2
19532026-06-09T05:03:11.377Z Compiling scrypt v0.11.0
19542026-06-09T05:03:11.380Z Compiling http-body v1.0.1
19552026-06-09T05:03:11.406Z Compiling rand_chacha v0.9.0
19562026-06-09T05:03:11.507Z Compiling aes v0.8.4
19572026-06-09T05:03:11.560Z Compiling cbc v0.1.2
19582026-06-09T05:03:11.757Z Compiling usdt-impl v0.5.0
19592026-06-09T05:03:11.763Z Compiling tokio-util v0.7.18
19602026-06-09T05:03:11.763Z Compiling winnow v0.7.14
19612026-06-09T05:03:11.763Z Compiling atomic-waker v1.1.2
19622026-06-09T05:03:11.794Z Compiling untrusted v0.7.1
19632026-06-09T05:03:11.845Z Compiling openssl-probe v0.2.1
19642026-06-09T05:03:11.859Z Compiling tinyvec_macros v0.1.1
19652026-06-09T05:03:11.900Z Compiling usdt-impl v0.6.0
19662026-06-09T05:03:11.925Z Compiling paste v1.0.15
19672026-06-09T05:03:11.953Z Compiling either v1.15.0
19682026-06-09T05:03:12.028Z Compiling unicode-segmentation v1.12.0
19692026-06-09T05:03:12.174Z Compiling ref-cast v1.0.25
19702026-06-09T05:03:12.262Z Compiling tinyvec v1.10.0
19712026-06-09T05:03:12.281Z Compiling pkcs5 v0.7.1
19722026-06-09T05:03:12.598Z Compiling rand v0.9.2
19732026-06-09T05:03:12.744Z Compiling scroll v0.13.0
19742026-06-09T05:03:12.952Z Compiling scroll v0.12.0
19752026-06-09T05:03:12.975Z Compiling toml_datetime v0.6.11
19762026-06-09T05:03:13.012Z Compiling serde_spanned v0.6.9
19772026-06-09T05:03:13.039Z Compiling async-trait v0.1.89
19782026-06-09T05:03:13.068Z Compiling heapless v0.7.17
19792026-06-09T05:03:13.168Z Compiling bzip2-sys v0.1.13+1.0.8
19802026-06-09T05:03:13.188Z Compiling try-lock v0.2.5
19812026-06-09T05:03:13.197Z Compiling tower-layer v0.3.3
19822026-06-09T05:03:13.234Z Compiling zstd-safe v7.2.4
19832026-06-09T05:03:13.332Z Compiling tower-service v0.3.3
19842026-06-09T05:03:13.476Z Compiling fastrand v2.3.0
19852026-06-09T05:03:13.519Z Compiling signal-hook v0.3.18
19862026-06-09T05:03:13.522Z Compiling want v0.3.1
19872026-06-09T05:03:13.582Z Compiling h2 v0.4.13
19882026-06-09T05:03:13.717Z Compiling goblin v0.8.2
19892026-06-09T05:03:13.732Z Compiling toml_parser v1.0.9+spec-1.1.0
19902026-06-09T05:03:13.836Z Compiling goblin v0.10.5
19912026-06-09T05:03:13.983Z Compiling pkcs8 v0.10.2
19922026-06-09T05:03:13.991Z Compiling heck v0.4.1
19932026-06-09T05:03:14.142Z Compiling zerocopy v0.7.35
19942026-06-09T05:03:14.200Z Compiling ipnet v2.11.0
19952026-06-09T05:03:14.295Z Compiling ref-cast-impl v1.0.25
19962026-06-09T05:03:14.529Z Compiling darling_core v0.20.11
19972026-06-09T05:03:14.656Z Compiling curve25519-dalek v4.1.3
19982026-06-09T05:03:14.727Z Compiling memoffset v0.9.1
19992026-06-09T05:03:14.924Z Compiling httpdate v1.0.3
20002026-06-09T05:03:14.976Z Compiling rustix v0.38.44
20012026-06-09T05:03:15.203Z Compiling pin-utils v0.1.0
20022026-06-09T05:03:15.282Z Compiling utf8parse v0.2.2
20032026-06-09T05:03:15.320Z Compiling foreign-types-shared v0.1.1
20042026-06-09T05:03:15.386Z Compiling litrs v1.0.0
20052026-06-09T05:03:15.420Z Compiling winnow v0.5.40
20062026-06-09T05:03:15.491Z Compiling foreign-types v0.3.2
20072026-06-09T05:03:15.580Z Compiling tempfile v3.25.0
20082026-06-09T05:03:15.862Z Compiling document-features v0.2.12
20092026-06-09T05:03:16.198Z Compiling dof v0.3.0
20102026-06-09T05:03:16.388Z Compiling unicode-normalization v0.1.25
20112026-06-09T05:03:16.476Z Compiling dtrace-parser v0.2.0
20122026-06-09T05:03:16.543Z Compiling darling_macro v0.20.11
20132026-06-09T05:03:16.562Z Compiling dof v0.4.0
20142026-06-09T05:03:16.588Z Compiling hyper v1.8.1
20152026-06-09T05:03:16.751Z Compiling toml_edit v0.19.15
20162026-06-09T05:03:16.897Z Compiling dtrace-parser v0.3.0
20172026-06-09T05:03:17.037Z Compiling daft-derive v0.1.7
20182026-06-09T05:03:17.085Z Compiling pin-project-internal v1.1.11
20192026-06-09T05:03:17.141Z Compiling spin v0.9.8
20202026-06-09T05:03:17.163Z Compiling thread-id v4.2.2
20212026-06-09T05:03:17.342Z Compiling thread-id v5.1.0
20222026-06-09T05:03:17.350Z Compiling powerfmt v0.2.0
20232026-06-09T05:03:17.381Z Compiling num-bigint-dig v0.8.6
20242026-06-09T05:03:17.454Z Compiling anstyle v1.0.14
20252026-06-09T05:03:17.501Z Compiling smoltcp v0.9.1
20262026-06-09T05:03:17.596Z Compiling cfg_aliases v0.2.1
20272026-06-09T05:03:17.614Z Compiling deranged v0.5.8
20282026-06-09T05:03:17.686Z Compiling nix v0.31.2
20292026-06-09T05:03:17.699Z Compiling hyper-util v0.1.20
20302026-06-09T05:03:18.067Z Compiling darling v0.20.11
20312026-06-09T05:03:18.181Z Compiling rustls-native-certs v0.8.3
20322026-06-09T05:03:18.222Z Compiling ipnetwork v0.21.1
20332026-06-09T05:03:18.611Z Compiling curve25519-dalek-derive v0.1.1
20342026-06-09T05:03:18.786Z Compiling strum_macros v0.26.4
20352026-06-09T05:03:18.900Z Compiling sync_wrapper v1.0.2
20362026-06-09T05:03:19.030Z Compiling wait-timeout v0.2.1
20372026-06-09T05:03:19.275Z Compiling siphasher v1.0.2
20382026-06-09T05:03:19.431Z Compiling simd-adler32 v0.3.8
20392026-06-09T05:03:19.448Z Compiling bit-vec v0.8.0
20402026-06-09T05:03:19.473Z Compiling anstyle-query v1.1.5
20412026-06-09T05:03:19.604Z Compiling colorchoice v1.0.4
20422026-06-09T05:03:19.611Z Compiling is_terminal_polyfill v1.70.2
20432026-06-09T05:03:19.614Z Compiling quick-error v1.2.3
20442026-06-09T05:03:19.640Z Compiling num_threads v0.1.7
20452026-06-09T05:03:19.698Z Compiling bit-set v0.8.0
20462026-06-09T05:03:19.727Z Compiling rusty-fork v0.3.1
20472026-06-09T05:03:19.822Z Compiling time v0.3.47
20482026-06-09T05:03:19.837Z Compiling tower v0.5.3
20492026-06-09T05:03:20.185Z Compiling derive_builder_core v0.20.2
20502026-06-09T05:03:20.341Z Compiling snafu-derive v0.8.9
20512026-06-09T05:03:20.391Z Compiling http-body-util v0.1.3
20522026-06-09T05:03:20.712Z Compiling webpki-roots v1.0.6
20532026-06-09T05:03:20.737Z Compiling rand_xorshift v0.4.0
20542026-06-09T05:03:20.840Z Compiling signature v2.2.0
20552026-06-09T05:03:20.870Z Compiling hubpack_derive v0.1.1
20562026-06-09T05:03:20.899Z Compiling strum_macros v0.27.2
20572026-06-09T05:03:21.108Z Compiling ahash v0.8.12
20582026-06-09T05:03:21.146Z Compiling fs-err v3.3.0
20592026-06-09T05:03:21.257Z Compiling encoding_rs v0.8.35
20602026-06-09T05:03:21.369Z Compiling ryu v1.0.23
20612026-06-09T05:03:21.428Z Compiling adler2 v2.0.1
20622026-06-09T05:03:21.466Z Compiling unicode-properties v0.1.4
20632026-06-09T05:03:21.509Z Compiling unarray v0.1.4
20642026-06-09T05:03:21.558Z Compiling iri-string v0.7.10
20652026-06-09T05:03:21.574Z Compiling mime v0.3.17
20662026-06-09T05:03:21.640Z Compiling object v0.37.3
20672026-06-09T05:03:21.697Z Compiling unicode-bidi v0.3.18
20682026-06-09T05:03:21.817Z Compiling allocator-api2 v0.2.21
20692026-06-09T05:03:21.940Z Compiling serde_urlencoded v0.7.1
20702026-06-09T05:03:21.943Z Compiling proptest v1.10.0
20712026-06-09T05:03:22.028Z Compiling stringprep v0.1.5
20722026-06-09T05:03:22.083Z Compiling miniz_oxide v0.8.9
20732026-06-09T05:03:22.413Z Compiling derive_builder_macro v0.20.2
20742026-06-09T05:03:22.639Z Compiling tokio-native-tls v0.3.1
20752026-06-09T05:03:22.654Z Compiling usdt-macro v0.6.0
20762026-06-09T05:03:22.706Z Compiling tower-http v0.6.8
20772026-06-09T05:03:22.787Z Compiling usdt-attr-macro v0.6.0
20782026-06-09T05:03:22.917Z Compiling anstyle-parse v1.0.0
20792026-06-09T05:03:23.170Z Compiling rand_chacha v0.3.1
20802026-06-09T05:03:23.191Z Compiling erased-serde v0.3.31
20812026-06-09T05:03:23.245Z Compiling md-5 v0.10.6
20822026-06-09T05:03:23.341Z Compiling bstr v1.12.1
20832026-06-09T05:03:23.418Z Compiling num-integer v0.1.46
20842026-06-09T05:03:23.483Z Compiling hash32 v0.2.1
20852026-06-09T05:03:23.552Z Compiling vergen-lib v9.1.0
20862026-06-09T05:03:23.569Z Compiling ff v0.13.1
20872026-06-09T05:03:23.689Z Compiling base16ct v0.2.0
20882026-06-09T05:03:23.745Z Compiling fallible-iterator v0.2.0
20892026-06-09T05:03:23.763Z Compiling psl-types v2.0.11
20902026-06-09T05:03:23.799Z Compiling zlib-rs v0.6.2
20912026-06-09T05:03:23.873Z Compiling publicsuffix v2.3.0
20922026-06-09T05:03:23.889Z Compiling sec1 v0.7.3
20932026-06-09T05:03:23.922Z Compiling newtype-uuid v1.3.2
20942026-06-09T05:03:24.027Z Compiling group v0.13.0
20952026-06-09T05:03:24.056Z Compiling postgres-protocol v0.6.10
20962026-06-09T05:03:24.086Z Compiling num-iter v0.1.45
20972026-06-09T05:03:24.244Z Compiling rand v0.8.6
20982026-06-09T05:03:24.803Z Compiling oxnet v0.1.5
20992026-06-09T05:03:24.877Z Compiling anstream v1.0.0
21002026-06-09T05:03:24.955Z Compiling derive_builder v0.20.2
21012026-06-09T05:03:25.025Z Compiling hyper-tls v0.6.0
21022026-06-09T05:03:25.203Z Compiling phf_shared v0.13.1
21032026-06-09T05:03:25.224Z Compiling pin-project v1.1.11
21042026-06-09T05:03:25.281Z Compiling lazy_static v1.5.0
21052026-06-09T05:03:25.312Z Compiling anstyle-parse v0.2.7
21062026-06-09T05:03:25.433Z Compiling terminal_size v0.4.3
21072026-06-09T05:03:25.458Z Compiling serde_with_macros v3.17.0
21082026-06-09T05:03:25.472Z Compiling futures-executor v0.3.32
21092026-06-09T05:03:25.489Z Compiling hex v0.4.3
21102026-06-09T05:03:25.643Z Compiling hkdf v0.12.4
21112026-06-09T05:03:25.701Z Compiling crypto-bigint v0.5.5
21122026-06-09T05:03:25.749Z Compiling enum-as-inner v0.6.1
21132026-06-09T05:03:25.777Z Compiling serde_repr v0.1.20
21142026-06-09T05:03:25.825Z Compiling clap_derive v4.6.1
21152026-06-09T05:03:25.905Z Compiling flate2 v1.1.9
21162026-06-09T05:03:25.923Z Compiling async-recursion v1.1.1
21172026-06-09T05:03:26.134Z Compiling vergen v9.1.0
21182026-06-09T05:03:26.227Z Compiling cargo-platform v0.3.2
21192026-06-09T05:03:26.273Z Compiling foldhash v0.1.5
21202026-06-09T05:03:26.317Z Compiling bumpalo v3.20.2
21212026-06-09T05:03:26.425Z Compiling clap_lex v1.0.0
21222026-06-09T05:03:26.477Z Compiling bitflags v1.3.2
21232026-06-09T05:03:26.534Z Compiling managed v0.8.0
21242026-06-09T05:03:26.566Z Compiling libbz2-rs-sys v0.2.2
21252026-06-09T05:03:26.599Z Compiling foldhash v0.2.0
21262026-06-09T05:03:26.673Z Compiling same-file v1.0.6
21272026-06-09T05:03:26.689Z Compiling elliptic-curve v0.13.8
21282026-06-09T05:03:26.816Z Compiling walkdir v2.5.0
21292026-06-09T05:03:26.832Z Compiling hashbrown v0.16.1
21302026-06-09T05:03:26.849Z Compiling clap_builder v4.6.0
21312026-06-09T05:03:26.886Z Compiling zopfli v0.8.3
21322026-06-09T05:03:27.050Z Compiling bzip2 v0.6.1
21332026-06-09T05:03:27.108Z Compiling hashbrown v0.15.5
21342026-06-09T05:03:27.326Z Compiling cargo_metadata v0.23.1
21352026-06-09T05:03:27.456Z Compiling futures v0.3.32
21362026-06-09T05:03:27.608Z Compiling anstream v0.6.21
21372026-06-09T05:03:27.694Z Compiling phf v0.13.1
21382026-06-09T05:03:27.822Z Compiling zstd v0.13.3
21392026-06-09T05:03:27.875Z Compiling snafu v0.8.9
21402026-06-09T05:03:27.899Z Compiling signal-hook-mio v0.2.5
21412026-06-09T05:03:27.914Z Compiling daft v0.1.7
21422026-06-09T05:03:28.059Z Compiling cookie_store v0.22.1
21432026-06-09T05:03:28.204Z Compiling postgres-types v0.2.12
21442026-06-09T05:03:28.228Z Compiling bzip2 v0.4.4
21452026-06-09T05:03:28.422Z Compiling globset v0.4.18
21462026-06-09T05:03:28.449Z Compiling strum v0.27.2
21472026-06-09T05:03:28.600Z Compiling hubpack v0.1.2
21482026-06-09T05:03:28.710Z Compiling ed25519 v2.2.3
21492026-06-09T05:03:28.740Z Compiling phf_shared v0.11.3
21502026-06-09T05:03:28.837Z Compiling crossbeam-epoch v0.9.18
21512026-06-09T05:03:28.877Z Compiling olpc-cjson v0.1.4
21522026-06-09T05:03:28.936Z Compiling pkcs1 v0.7.5
21532026-06-09T05:03:28.969Z Compiling pem v3.0.6
21542026-06-09T05:03:29.061Z Compiling serde-big-array v0.5.1
21552026-06-09T05:03:29.138Z Compiling serde_plain v1.0.2
21562026-06-09T05:03:29.188Z Compiling rfc6979 v0.4.0
21572026-06-09T05:03:29.232Z Compiling float-cmp v0.10.0
21582026-06-09T05:03:29.277Z Compiling memmap2 v0.9.10
21592026-06-09T05:03:29.292Z Compiling env_filter v1.0.0
21602026-06-09T05:03:29.321Z Compiling keccak v0.1.6
21612026-06-09T05:03:29.352Z Compiling typed-path v0.9.3
21622026-06-09T05:03:29.355Z Compiling fixedbitset v0.4.2
21632026-06-09T05:03:29.381Z Compiling predicates-core v1.0.10
21642026-06-09T05:03:29.398Z Compiling data-encoding v2.10.0
21652026-06-09T05:03:29.567Z Compiling difflib v0.4.0
21662026-06-09T05:03:29.571Z Compiling fixedbitset v0.5.7
21672026-06-09T05:03:29.576Z Compiling jiff v0.2.21
21682026-06-09T05:03:29.614Z Compiling whoami v2.1.0
21692026-06-09T05:03:29.631Z Compiling normalize-line-endings v0.3.0
21702026-06-09T05:03:29.647Z Compiling new_debug_unreachable v1.0.6
21712026-06-09T05:03:29.732Z Compiling precomputed-hash v0.1.1
21722026-06-09T05:03:29.747Z Compiling static_assertions v1.1.0
21732026-06-09T05:03:29.832Z Compiling toml_write v0.1.2
21742026-06-09T05:03:29.847Z Compiling tokio-postgres v0.7.16
21752026-06-09T05:03:29.880Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21762026-06-09T05:03:29.900Z Compiling string_cache v0.8.9
21772026-06-09T05:03:29.970Z Compiling petgraph v0.8.3
21782026-06-09T05:03:29.985Z Compiling predicates v3.1.4
21792026-06-09T05:03:30.022Z Compiling toml_edit v0.22.27
21802026-06-09T05:03:30.057Z Compiling hickory-proto v0.25.2
21812026-06-09T05:03:30.559Z Compiling petgraph v0.6.5
21822026-06-09T05:03:30.581Z Compiling sha3 v0.10.8
21832026-06-09T05:03:30.721Z Compiling env_logger v0.11.9
21842026-06-09T05:03:30.861Z Compiling usdt v0.6.0
21852026-06-09T05:03:30.877Z Compiling ecdsa v0.16.9
21862026-06-09T05:03:31.111Z Compiling rsa v0.9.10
21872026-06-09T05:03:31.268Z Compiling ed25519-dalek v2.2.0
21882026-06-09T05:03:31.893Z Compiling crossterm v0.28.1
21892026-06-09T05:03:31.969Z Compiling zip v0.6.6
21902026-06-09T05:03:32.045Z Compiling clap v4.6.1
21912026-06-09T05:03:32.167Z Compiling iddqd v0.4.2
21922026-06-09T05:03:32.375Z Compiling zip v4.6.1
21932026-06-09T05:03:32.666Z Compiling serde_with v3.17.0
21942026-06-09T05:03:32.713Z Compiling similar v2.7.0
21952026-06-09T05:03:32.732Z Compiling strum v0.26.3
21962026-06-09T05:03:32.827Z Compiling toml v0.7.8
21972026-06-09T05:03:32.949Z Compiling tokio-stream v0.1.18
21982026-06-09T05:03:33.064Z Compiling itertools v0.13.0
21992026-06-09T05:03:33.272Z Compiling buf-list v1.1.2
22002026-06-09T05:03:33.393Z Compiling x509-cert v0.2.5
22012026-06-09T05:03:33.476Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22022026-06-09T05:03:33.551Z Compiling openapiv3 v2.2.0
22032026-06-09T05:03:33.784Z Compiling sha1 v0.10.6
22042026-06-09T05:03:34.290Z Compiling peg-runtime v0.8.5
22052026-06-09T05:03:34.310Z Compiling lalrpop-util v0.19.12
22062026-06-09T05:03:49.046Z Compiling rustls-webpki v0.103.9
22072026-06-09T05:03:50.674Z Compiling macaddr v1.0.1
22082026-06-09T05:03:50.696Z Compiling structmeta-derive v0.3.0
22092026-06-09T05:03:50.712Z Compiling crucible-workspace-hack v0.1.0
22102026-06-09T05:03:50.925Z Compiling rayon-core v1.13.0
22112026-06-09T05:03:51.001Z Compiling itertools v0.14.0
22122026-06-09T05:03:51.101Z Compiling secrecy v0.10.3
22132026-06-09T05:03:51.154Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-09T05:03:51.177Z Compiling toml_datetime v0.7.5+spec-1.1.0
22152026-06-09T05:03:51.296Z Compiling heapless v0.8.0
22162026-06-09T05:03:51.336Z Compiling rustls v0.22.4
22172026-06-09T05:03:51.435Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-06-09T05:03:51.704Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-06-09T05:03:51.708Z Compiling crossbeam-deque v0.8.6
22202026-06-09T05:03:51.708Z Compiling rustls-webpki v0.102.8
22212026-06-09T05:03:51.715Z Compiling structmeta v0.3.0
22222026-06-09T05:03:51.729Z Compiling hash32 v0.3.1
22232026-06-09T05:03:51.791Z Compiling multer v3.1.0
22242026-06-09T05:03:51.806Z Compiling thread_local v1.1.9
22252026-06-09T05:03:51.867Z Compiling compression-core v0.4.31
22262026-06-09T05:03:51.883Z Compiling smoltcp v0.11.0
22272026-06-09T05:03:51.900Z Compiling match_cfg v0.1.0
22282026-06-09T05:03:51.915Z Compiling unicode-width v0.2.0
22292026-06-09T05:03:51.941Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-06-09T05:03:51.990Z Compiling slog-async v2.8.0
22312026-06-09T05:03:52.063Z Compiling compression-codecs v0.4.37
22322026-06-09T05:03:52.079Z Compiling proc-macro-crate v3.4.0
22332026-06-09T05:03:52.215Z Compiling hostname v0.3.1
22342026-06-09T05:03:52.251Z Compiling derive-ex v0.1.8
22352026-06-09T05:03:52.287Z Compiling ingot-macros v0.1.1
22362026-06-09T05:03:52.378Z Compiling slog-json v2.6.1
22372026-06-09T05:03:52.398Z Compiling crossbeam-channel v0.5.15
22382026-06-09T05:03:52.445Z Compiling half v2.7.1
22392026-06-09T05:03:52.541Z Compiling newtype-uuid-macros v0.1.0
22402026-06-09T05:03:52.639Z Compiling tokio-rustls v0.26.4
22412026-06-09T05:03:52.846Z Compiling rustls-platform-verifier v0.6.2
22422026-06-09T05:03:52.849Z Compiling cobs v0.3.0
22432026-06-09T05:03:52.931Z Compiling hyper-rustls v0.27.7
22442026-06-09T05:03:53.017Z Compiling thiserror-impl-no-std v2.0.2
22452026-06-09T05:03:53.095Z Compiling universal-hash v0.5.1
22462026-06-09T05:03:53.126Z Compiling async-stream-impl v0.3.6
22472026-06-09T05:03:53.266Z Compiling reqwest v0.12.28
22482026-06-09T05:03:53.280Z Compiling reqwest v0.13.2
22492026-06-09T05:03:53.283Z Compiling serde_spanned v1.0.4
22502026-06-09T05:03:53.486Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-06-09T05:03:53.523Z Compiling is-terminal v0.4.17
22522026-06-09T05:03:53.648Z Compiling proc-macro-error-attr v1.0.4
22532026-06-09T05:03:53.708Z Compiling dropshot v0.17.0
22542026-06-09T05:03:53.781Z Compiling term v1.2.1
22552026-06-09T05:03:53.844Z Compiling take_mut v0.2.2
22562026-06-09T05:03:53.864Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-06-09T05:03:54.007Z Compiling ciborium-io v0.2.2
22582026-06-09T05:03:54.014Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-06-09T05:03:54.014Z Compiling opaque-debug v0.3.1
22602026-06-09T05:03:54.050Z Compiling convert_case v0.4.0
22612026-06-09T05:03:54.074Z Compiling thiserror-no-std v2.0.2
22622026-06-09T05:03:54.089Z Compiling poly1305 v0.8.0
22632026-06-09T05:03:54.157Z Compiling slog-term v2.9.2
22642026-06-09T05:03:54.173Z Compiling toml v1.0.6+spec-1.1.0
22652026-06-09T05:03:54.204Z Compiling ciborium-ll v0.2.2
22662026-06-09T05:03:54.270Z Compiling tokio-rustls v0.25.0
22672026-06-09T05:03:54.374Z Compiling derive_more v0.99.20
22682026-06-09T05:03:54.556Z Compiling test-strategy v0.4.5
22692026-06-09T05:03:54.597Z Compiling async-stream v0.3.6
22702026-06-09T05:03:54.745Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-06-09T05:03:54.812Z Compiling tough v0.22.0
22722026-06-09T05:03:54.885Z Compiling ingot-types v0.1.2
22732026-06-09T05:03:55.387Z Compiling ingot v0.1.1
22742026-06-09T05:03:55.401Z Compiling postcard v1.1.3
22752026-06-09T05:03:55.636Z Compiling slog-bunyan v2.5.0
22762026-06-09T05:03:55.652Z Compiling num_enum_derive v0.7.6
22772026-06-09T05:03:55.822Z Compiling async-compression v0.4.41
22782026-06-09T05:03:55.895Z Compiling parse-display-derive v0.10.0
22792026-06-09T05:03:56.306Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22802026-06-09T05:03:56.534Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-06-09T05:03:56.598Z Compiling proc-macro-crate v1.3.1
22822026-06-09T05:03:56.619Z Compiling backon v1.6.0
22832026-06-09T05:03:56.653Z Compiling waitgroup v0.1.2
22842026-06-09T05:03:56.706Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22852026-06-09T05:03:56.831Z Compiling password-hash v0.5.0
22862026-06-09T05:03:56.845Z Compiling chacha20 v0.9.1
22872026-06-09T05:03:56.899Z Compiling dropshot_endpoint v0.17.0
22882026-06-09T05:03:56.959Z Compiling rustls-pemfile v2.2.0
22892026-06-09T05:03:57.083Z Compiling blake2 v0.10.6
22902026-06-09T05:03:57.122Z Compiling aead v0.5.2
22912026-06-09T05:03:57.311Z Compiling foreign-types-macros v0.2.3
22922026-06-09T05:03:57.366Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-09T05:03:57.451Z Compiling serde_path_to_error v0.1.20
22942026-06-09T05:03:57.610Z Compiling hostname v0.4.2
22952026-06-09T05:03:57.638Z Compiling proc-macro-error v1.0.4
22962026-06-09T05:03:57.800Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22972026-06-09T05:03:57.816Z Compiling instant v0.1.13
22982026-06-09T05:03:57.831Z Compiling typeid v1.0.3
22992026-06-09T05:03:57.846Z Compiling debug-ignore v1.0.5
23002026-06-09T05:03:57.870Z Compiling cpufeatures v0.3.0
23012026-06-09T05:03:57.887Z Compiling foreign-types-shared v0.3.1
23022026-06-09T05:03:57.913Z Compiling backoff v0.4.0
23032026-06-09T05:03:57.958Z Compiling chacha20 v0.10.0
23042026-06-09T05:03:57.973Z Compiling foreign-types v0.5.0
23052026-06-09T05:03:57.976Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23062026-06-09T05:03:58.008Z Compiling parse-display v0.10.0
23072026-06-09T05:03:58.054Z Compiling argon2 v0.5.3
23082026-06-09T05:03:58.078Z Compiling chacha20poly1305 v0.10.1
23092026-06-09T05:03:58.093Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-09T05:03:58.161Z Compiling num_enum_derive v0.5.11
23112026-06-09T05:03:58.179Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-06-09T05:03:58.250Z Compiling num_enum v0.7.6
23132026-06-09T05:03:58.406Z Compiling ciborium v0.2.2
23142026-06-09T05:03:58.428Z Compiling vsss-rs v3.3.4
23152026-06-09T05:03:58.432Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-06-09T05:03:58.693Z Compiling tabwriter v1.4.1
23172026-06-09T05:03:58.710Z Compiling regress v0.10.5
23182026-06-09T05:03:58.817Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-06-09T05:03:58.911Z Compiling byte-wrapper v0.1.0
23202026-06-09T05:03:59.078Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23212026-06-09T05:03:59.082Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-09T05:03:59.095Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23232026-06-09T05:03:59.188Z Compiling cstr-argument v0.1.2
23242026-06-09T05:03:59.230Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23252026-06-09T05:03:59.344Z Compiling humantime v2.3.0
23262026-06-09T05:03:59.389Z Compiling erased-serde v0.4.9
23272026-06-09T05:03:59.502Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-06-09T05:03:59.548Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-06-09T05:03:59.689Z Compiling num_enum v0.5.11
23302026-06-09T05:03:59.705Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-06-09T05:03:59.737Z Compiling rand v0.10.0
23322026-06-09T05:03:59.838Z Compiling rayon v1.11.0
23332026-06-09T05:03:59.850Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-06-09T05:03:59.913Z Compiling indent_write v2.2.0
23352026-06-09T05:03:59.952Z Compiling libefi-sys v0.1.0
23362026-06-09T05:03:59.995Z Compiling colored v3.1.1
23372026-06-09T05:04:00.011Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-09T05:04:00.039Z Compiling zone_cfg_derive v0.3.1
23392026-06-09T05:04:00.134Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23402026-06-09T05:04:00.199Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-06-09T05:04:00.247Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23422026-06-09T05:04:00.430Z Compiling camino-tempfile v1.4.1
23432026-06-09T05:04:00.503Z Compiling itertools v0.12.1
23442026-06-09T05:04:00.599Z Compiling usdt-macro v0.5.0
23452026-06-09T05:04:00.670Z Compiling usdt-attr-macro v0.5.0
23462026-06-09T05:04:00.714Z Compiling num-derive v0.4.2
23472026-06-09T05:04:00.730Z Compiling bitfield-struct v0.6.2
23482026-06-09T05:04:00.751Z Compiling blake3 v1.8.3
23492026-06-09T05:04:00.854Z Compiling ordered-float v2.10.1
23502026-06-09T05:04:01.124Z Compiling sigpipe v0.1.3
23512026-06-09T05:04:01.161Z Compiling memmap v0.7.0
23522026-06-09T05:04:01.241Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-06-09T05:04:01.291Z Compiling glob v0.3.3
23542026-06-09T05:04:01.390Z Compiling swrite v0.1.0
23552026-06-09T05:04:01.423Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-09T05:04:01.439Z Compiling usdt v0.5.0
23572026-06-09T05:04:01.479Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23582026-06-09T05:04:01.700Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23592026-06-09T05:04:01.760Z Compiling serde-value v0.7.0
23602026-06-09T05:04:02.001Z Compiling zone v0.3.1
23612026-06-09T05:04:02.016Z Compiling serde-untagged v0.1.9
23622026-06-09T05:04:02.045Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23632026-06-09T05:04:02.221Z Compiling toml v0.8.23
23642026-06-09T05:04:02.316Z Compiling smf v0.2.3
23652026-06-09T05:04:02.342Z Compiling filetime v0.2.27
23662026-06-09T05:04:02.356Z Compiling whoami v1.6.1
23672026-06-09T05:04:02.373Z Compiling xattr v1.6.1
23682026-06-09T05:04:02.393Z Compiling constant_time_eq v0.4.2
23692026-06-09T05:04:02.474Z Compiling unicode-xid v0.2.6
23702026-06-09T05:04:02.574Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-09T05:04:02.588Z Compiling arrayvec v0.7.6
23722026-06-09T05:04:02.609Z Compiling arrayref v0.3.9
23732026-06-09T05:04:02.667Z Compiling tar v0.4.45
23742026-06-09T05:04:02.671Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-06-09T05:04:02.677Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23762026-06-09T05:04:02.704Z Compiling cargo-util-schemas v0.8.2
23772026-06-09T05:04:02.848Z Compiling tokio-dtrace v0.1.1
23782026-06-09T05:04:02.935Z Compiling console v0.16.2
23792026-06-09T05:04:03.205Z Compiling gethostname v0.5.0
23802026-06-09T05:04:03.343Z Compiling cargo-platform v0.2.0
23812026-06-09T05:04:03.366Z Compiling topological-sort v0.2.2
23822026-06-09T05:04:03.481Z Compiling unit-prefix v0.5.2
23832026-06-09T05:04:03.501Z Compiling oxide-tokio-rt v0.1.4
23842026-06-09T05:04:03.554Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23852026-06-09T05:04:03.588Z Compiling shell-words v1.1.1
23862026-06-09T05:04:03.669Z Compiling indicatif v0.18.4
23872026-06-09T05:04:03.962Z Compiling cargo_metadata v0.21.0
23882026-06-09T05:04:13.242Z Compiling progenitor-client v0.14.0
23892026-06-09T05:04:13.275Z Compiling progenitor-client v0.10.0
23902026-06-09T05:04:13.276Z Compiling omicron-zone-package v0.12.2
23912026-06-09T05:04:13.725Z Compiling progenitor-extras v0.2.0
23922026-06-09T05:04:16.147Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-06-09T05:04:16.205Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-06-09T05:04:16.227Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-06-09T05:04:16.259Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-06-09T05:04:16.275Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-06-09T05:04:16.295Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-06-09T05:04:16.406Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-06-09T05:04:16.427Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-06-09T05:04:16.591Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24012026-06-09T05:04:20.432Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-06-09T05:04:28.136Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-06-09T05:04:31.212Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-06-09T05:04:32.176Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-06-09T05:04:41.839Z Finished `release` profile [optimized] target(s) in 1m 44s
24062026-06-09T05:04:41.984Z Running `target/release/omicron-package -t test target create -p dev`
24072026-06-09T05:04:42.048ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-06-09T05:04:42.051ZCreated new build target 'test' and set it as active
24092026-06-09T05:04:42.051Z
24102026-06-09T05:04:42.051Zreal 1:44.499103744
24112026-06-09T05:04:42.051Zuser 17:02.169504376
24122026-06-09T05:04:42.051Zsys 2:38.157361121
24132026-06-09T05:04:42.051Ztrap 0.482006380
24142026-06-09T05:04:42.051Ztflt 2.897213918
24152026-06-09T05:04:42.051Zdflt 4.367745861
24162026-06-09T05:04:42.051Zkflt 0.000566600
24172026-06-09T05:04:42.051Zlock 53:04.043187728
24182026-06-09T05:04:42.051Zslp 43:42.326677610
24192026-06-09T05:04:42.051Zlat 43.561746727
24202026-06-09T05:04:42.052Zstop 5:15.247632654
24212026-06-09T05:04:42.055Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-06-09T05:04:42.932Z Finished `release` profile [optimized] target(s) in 0.87s
24232026-06-09T05:04:43.004Z Running `target/release/omicron-package -t test package`
24242026-06-09T05:04:43.061ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-06-09T05:04:44.512Z Compiling heck v0.5.0
24262026-06-09T05:04:44.515Z Compiling regress v0.11.1
24272026-06-09T05:04:44.515Z Compiling unsafe-libyaml v0.2.11
24282026-06-09T05:04:44.780Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-06-09T05:04:44.858Z Compiling regress v0.10.5
24302026-06-09T05:04:44.861Z Compiling is-terminal v0.4.17
24312026-06-09T05:04:44.861Z Compiling unicode-width v0.1.14
24322026-06-09T05:04:44.861Z Compiling prettyplease v0.2.37
24332026-06-09T05:04:44.861Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24342026-06-09T05:04:44.861Z Compiling bytecount v0.6.9
24352026-06-09T05:04:44.861Z Compiling rustls v0.22.4
24362026-06-09T05:04:44.861Z Compiling rustls-webpki v0.102.8
24372026-06-09T05:04:44.873Z Compiling derive-where v1.6.0
24382026-06-09T05:04:44.984Z Compiling thread_local v1.1.9
24392026-06-09T05:04:44.990Z Compiling compression-core v0.4.31
24402026-06-09T05:04:44.999Z Compiling match_cfg v0.1.0
24412026-06-09T05:04:45.026Z Compiling multer v3.1.0
24422026-06-09T05:04:45.088Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-06-09T05:04:45.113Z Compiling compression-codecs v0.4.37
24442026-06-09T05:04:45.134Z Compiling hostname v0.3.1
24452026-06-09T05:04:45.155Z Compiling slog-async v2.8.0
24462026-06-09T05:04:45.185Z Compiling crossbeam-channel v0.5.15
24472026-06-09T05:04:45.207Z Compiling slog-json v2.6.1
24482026-06-09T05:04:45.229Z Compiling toml_datetime v1.0.0+spec-1.1.0
24492026-06-09T05:04:45.249Z Compiling serde_yaml v0.9.34+deprecated
24502026-06-09T05:04:45.297Z Compiling serde_spanned v1.0.4
24512026-06-09T05:04:45.317Z Compiling toml_writer v1.0.6+spec-1.1.0
24522026-06-09T05:04:45.320Z Compiling take_mut v0.2.2
24532026-06-09T05:04:45.419Z Compiling term v1.2.1
24542026-06-09T05:04:45.444Z Compiling slog-bunyan v2.5.0
24552026-06-09T05:04:45.502Z Compiling async-compression v0.4.41
24562026-06-09T05:04:45.532Z Compiling toml v1.0.6+spec-1.1.0
24572026-06-09T05:04:45.610Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24582026-06-09T05:04:45.636Z Compiling async-stream v0.3.6
24592026-06-09T05:04:45.659Z Compiling dropshot v0.17.0
24602026-06-09T05:04:45.729Z Compiling slog-term v2.9.2
24612026-06-09T05:04:45.774Z Compiling num-rational v0.4.2
24622026-06-09T05:04:45.837Z Compiling progenitor-client v0.14.0
24632026-06-09T05:04:45.857Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24642026-06-09T05:04:45.945Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-06-09T05:04:45.992Z Compiling waitgroup v0.1.2
24662026-06-09T05:04:46.086Z Compiling backon v1.6.0
24672026-06-09T05:04:46.096Z Compiling rustls-pemfile v2.2.0
24682026-06-09T05:04:46.118Z Compiling num-complex v0.4.6
24692026-06-09T05:04:46.152Z Compiling serde_path_to_error v0.1.20
24702026-06-09T05:04:46.174Z Compiling hostname v0.4.2
24712026-06-09T05:04:46.176Z Compiling instant v0.1.13
24722026-06-09T05:04:46.246Z Compiling typify-impl v0.6.2
24732026-06-09T05:04:46.268Z Compiling debug-ignore v1.0.5
24742026-06-09T05:04:46.288Z Compiling progenitor-extras v0.2.0
24752026-06-09T05:04:46.343Z Compiling backoff v0.4.0
24762026-06-09T05:04:46.346Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24772026-06-09T05:04:46.404Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24782026-06-09T05:04:46.555Z Compiling num v0.4.3
24792026-06-09T05:04:46.577Z Compiling parse-display v0.10.0
24802026-06-09T05:04:46.600Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-06-09T05:04:46.620Z Compiling progenitor-client v0.10.0
24822026-06-09T05:04:46.661Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24832026-06-09T05:04:46.694Z Compiling macaddr v1.0.1
24842026-06-09T05:04:46.723Z Compiling humantime v2.3.0
24852026-06-09T05:04:46.778Z Compiling float-ord v0.3.2
24862026-06-09T05:04:46.919Z Compiling console v0.15.11
24872026-06-09T05:04:46.965Z Compiling newline-converter v0.3.0
24882026-06-09T05:04:46.968Z Compiling atomicwrites v0.4.4
24892026-06-09T05:04:47.020Z Compiling slog-dtrace v0.3.0
24902026-06-09T05:04:47.092Z Compiling owo-colors v4.3.0
24912026-06-09T05:04:47.191Z Compiling cancel-safe-futures v0.1.5
24922026-06-09T05:04:47.221Z Compiling tokio-rustls v0.25.0
24932026-06-09T05:04:47.311Z Compiling expectorate v1.2.0
24942026-06-09T05:04:47.350Z Compiling resolv-conf v0.7.6
24952026-06-09T05:04:47.392Z Compiling toml v0.8.23
24962026-06-09T05:04:47.486Z Compiling libsw-core v0.3.2
24972026-06-09T05:04:47.584Z Compiling linked-hash-map v0.5.6
24982026-06-09T05:04:47.696Z Compiling libsw v3.5.0
24992026-06-09T05:04:47.819Z Compiling linear-map v1.2.0
25002026-06-09T05:04:47.839Z Compiling lru-cache v0.1.2
25012026-06-09T05:04:47.920Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25022026-06-09T05:04:47.999Z Compiling minimal-lexical v0.2.1
25032026-06-09T05:04:48.019Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25042026-06-09T05:04:48.039Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25052026-06-09T05:04:48.066Z Compiling hickory-proto v0.24.4
25062026-06-09T05:04:48.097Z Compiling unicode-xid v0.2.6
25072026-06-09T05:04:48.282Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25082026-06-09T05:04:48.291Z Compiling nom v7.1.3
25092026-06-09T05:04:48.291Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25102026-06-09T05:04:48.291Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-06-09T05:04:48.490Z Compiling convert_case v0.10.0
25122026-06-09T05:04:48.800Z Compiling derive_more-impl v2.1.1
25132026-06-09T05:04:49.201Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25142026-06-09T05:04:49.578Z Compiling derive_more v2.1.1
25152026-06-09T05:04:49.603Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-06-09T05:04:49.630Z Compiling papergrid v0.11.0
25172026-06-09T05:04:49.674Z Compiling typify-macro v0.6.2
25182026-06-09T05:04:49.696Z Compiling tabled_derive v0.7.0
25192026-06-09T05:04:49.771Z Compiling termtree v0.5.1
25202026-06-09T05:04:49.999Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25212026-06-09T05:04:50.252Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25222026-06-09T05:04:50.615Z Compiling hickory-resolver v0.24.4
25232026-06-09T05:04:50.838Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25242026-06-09T05:04:50.919Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-06-09T05:04:51.138Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-06-09T05:04:51.168Z Compiling tabled v0.15.0
25272026-06-09T05:04:51.248Z Compiling typify v0.6.2
25282026-06-09T05:04:51.412Z Compiling progenitor-impl v0.14.0
25292026-06-09T05:04:52.096Z Compiling qorb v0.4.1
25302026-06-09T05:04:52.280Z Compiling crossterm v0.29.0
25312026-06-09T05:04:53.535Z Compiling progenitor-macro v0.14.0
25322026-06-09T05:04:54.114Z Compiling phf_shared v0.12.1
25332026-06-09T05:04:54.971Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-06-09T05:04:55.221Z Compiling vte v0.14.1
25352026-06-09T05:04:55.479Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-09T05:04:55.503Z Compiling csv-core v0.1.13
25372026-06-09T05:04:55.708Z Compiling chrono-tz v0.10.4
25382026-06-09T05:04:55.922Z Compiling highway v1.3.0
25392026-06-09T05:04:55.977Z Compiling csv v1.4.0
25402026-06-09T05:04:56.325Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-06-09T05:04:56.615Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-06-09T05:04:56.664Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-06-09T05:04:56.689Z Compiling strip-ansi-escapes v0.2.1
25442026-06-09T05:04:56.957Z Compiling phf v0.12.1
25452026-06-09T05:04:57.041Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462026-06-09T05:04:57.084Z Compiling const_format_proc_macros v0.2.34
25472026-06-09T05:04:57.188Z Compiling fd-lock v4.0.4
25482026-06-09T05:04:57.260Z Compiling peg-macros v0.8.5
25492026-06-09T05:04:57.364Z Compiling nu-ansi-term v0.50.3
25502026-06-09T05:04:57.626Z Compiling progenitor v0.14.0
25512026-06-09T05:04:57.810Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-06-09T05:04:57.882Z Compiling const_format v0.2.35
25532026-06-09T05:04:57.911Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-06-09T05:04:57.956Z Compiling reedline v0.40.0
25552026-06-09T05:04:58.580Z Compiling peg v0.8.5
25562026-06-09T05:04:58.688Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-06-09T05:04:58.848Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-06-09T05:04:59.003Z Compiling bcs v0.1.6
25592026-06-09T05:04:59.455Z Compiling nom v8.0.0
25602026-06-09T05:04:59.643Z Compiling semver v0.1.20
25612026-06-09T05:04:59.954Z Compiling rustc_version v0.1.7
25622026-06-09T05:05:00.194Z Compiling newtype_derive v0.1.6
25632026-06-09T05:05:00.506Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-06-09T05:05:00.540Z Compiling unicode-linebreak v0.1.5
25652026-06-09T05:05:00.694Z Compiling smawk v0.3.2
25662026-06-09T05:05:00.734Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-06-09T05:05:00.866Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25682026-06-09T05:05:00.895Z Compiling textwrap v0.16.2
25692026-06-09T05:05:00.972Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-06-09T05:05:01.050Z Compiling base64 v0.21.7
25712026-06-09T05:05:01.105Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-06-09T05:05:01.654Z Compiling steno v0.4.1
25732026-06-09T05:05:01.662Z Compiling dropshot-api-manager-types v0.7.2
25742026-06-09T05:05:02.078Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25752026-06-09T05:05:02.139Z Compiling tagptr v0.2.0
25762026-06-09T05:05:02.203Z Compiling utf-8 v0.7.6
25772026-06-09T05:05:02.335Z Compiling moka v0.12.13
25782026-06-09T05:05:02.380Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25792026-06-09T05:05:02.448Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-06-09T05:05:02.533Z Compiling tungstenite v0.21.0
25812026-06-09T05:05:02.630Z Compiling radium v0.7.0
25822026-06-09T05:05:02.659Z Compiling tap v1.0.1
25832026-06-09T05:05:02.983Z Compiling display-error-chain v0.2.2
25842026-06-09T05:05:03.170Z Compiling tokio-tungstenite v0.21.0
25852026-06-09T05:05:03.213Z Compiling maybe-uninit v2.0.0
25862026-06-09T05:05:03.548Z Compiling hickory-resolver v0.25.2
25872026-06-09T05:05:03.551Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25882026-06-09T05:05:03.664Z Compiling wyz v0.5.1
25892026-06-09T05:05:03.872Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-06-09T05:05:03.912Z Compiling num-derive v0.3.3
25912026-06-09T05:05:04.292Z Compiling zerocopy-derive v0.6.6
25922026-06-09T05:05:04.689Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-06-09T05:05:04.801Z Compiling proc-macro-error-attr2 v2.0.0
25942026-06-09T05:05:05.133Z Compiling packed_struct v0.10.1
25952026-06-09T05:05:05.239Z Compiling crc-catalog v2.4.0
25962026-06-09T05:05:05.376Z Compiling funty v2.0.0
25972026-06-09T05:05:05.457Z Compiling crc v3.4.0
25982026-06-09T05:05:05.685Z Compiling proc-macro-error2 v2.0.1
25992026-06-09T05:05:05.891Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26002026-06-09T05:05:06.061Z Compiling bitvec v1.0.1
26012026-06-09T05:05:06.363Z Compiling zerocopy v0.6.6
26022026-06-09T05:05:06.560Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26032026-06-09T05:05:06.700Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26042026-06-09T05:05:06.765Z Compiling libscf-sys v1.1.0
26052026-06-09T05:05:06.918Z Compiling packed_struct_codegen v0.10.1
26062026-06-09T05:05:07.002Z Compiling vergen-lib v0.1.6
26072026-06-09T05:05:07.232Z Compiling bitfield-macros v0.19.4
26082026-06-09T05:05:07.791Z Compiling indexmap v1.9.3
26092026-06-09T05:05:07.952Z Compiling nodrop v0.1.14
26102026-06-09T05:05:08.063Z Compiling array-init v0.0.4
26112026-06-09T05:05:08.093Z Compiling bitfield v0.19.4
26122026-06-09T05:05:08.307Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26132026-06-09T05:05:08.420Z Compiling smallvec v0.6.14
26142026-06-09T05:05:08.458Z Compiling tabled_derive v0.11.0
26152026-06-09T05:05:08.688Z Compiling papergrid v0.17.0
26162026-06-09T05:05:08.713Z Compiling testing_table v0.3.0
26172026-06-09T05:05:09.006Z Compiling vergen-gitcl v1.0.8
26182026-06-09T05:05:09.056Z Compiling dirs-sys-next v0.1.2
26192026-06-09T05:05:09.148Z Compiling hashbrown v0.12.3
26202026-06-09T05:05:09.240Z Compiling crunchy v0.2.4
26212026-06-09T05:05:09.346Z Compiling diesel_derives v2.3.7
26222026-06-09T05:05:09.353Z Compiling maplit v1.0.2
26232026-06-09T05:05:09.455Z Compiling glob v0.3.3
26242026-06-09T05:05:09.525Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-09T05:05:09.574Z Compiling dirs-next v2.0.0
26262026-06-09T05:05:09.615Z Compiling serde-hex v0.1.0
26272026-06-09T05:05:09.765Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-06-09T05:05:09.813Z Compiling clang-sys v1.8.1
26292026-06-09T05:05:09.977Z Compiling tabled v0.20.0
26302026-06-09T05:05:10.015Z Compiling ron v0.8.1
26312026-06-09T05:05:10.039Z Compiling hashbrown v0.13.2
26322026-06-09T05:05:10.130Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26332026-06-09T05:05:10.208Z Compiling scheduled-thread-pool v0.2.7
26342026-06-09T05:05:10.293Z Compiling dsl_auto_type v0.2.0
26352026-06-09T05:05:10.688Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26362026-06-09T05:05:10.862Z Compiling diesel_table_macro_syntax v0.3.0
26372026-06-09T05:05:10.868Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-09T05:05:11.098Z Compiling tiny-keccak v2.0.2
26392026-06-09T05:05:11.121Z Compiling crc-any v2.5.0
26402026-06-09T05:05:11.586Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-06-09T05:05:11.592Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26422026-06-09T05:05:11.755Z Compiling object v0.30.4
26432026-06-09T05:05:12.269Z Compiling r2d2 v0.8.10
26442026-06-09T05:05:12.545Z Compiling term v0.7.0
26452026-06-09T05:05:12.731Z Compiling downcast-rs v2.0.2
26462026-06-09T05:05:12.835Z Compiling bit-vec v0.6.3
26472026-06-09T05:05:12.864Z Compiling path-slash v0.1.5
26482026-06-09T05:05:13.001Z Compiling xshell-macros v0.2.7
26492026-06-09T05:05:13.060Z Compiling bit-set v0.5.3
26502026-06-09T05:05:13.093Z Compiling ascii-canvas v3.0.0
26512026-06-09T05:05:13.393Z Compiling xshell v0.2.7
26522026-06-09T05:05:13.416Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532026-06-09T05:05:13.494Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-09T05:05:13.960Z Compiling itertools v0.10.5
26552026-06-09T05:05:14.390Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26562026-06-09T05:05:14.702Z Compiling ena v0.14.4
26572026-06-09T05:05:14.968Z Compiling libloading v0.8.9
26582026-06-09T05:05:15.070Z Compiling bindgen v0.71.1
26592026-06-09T05:05:15.229Z Compiling regex-syntax v0.6.29
26602026-06-09T05:05:15.365Z Compiling unicase v2.9.0
26612026-06-09T05:05:15.676Z Compiling crc8 v0.1.1
26622026-06-09T05:05:15.705Z Compiling diff v0.1.13
26632026-06-09T05:05:15.874Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-09T05:05:16.031Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26652026-06-09T05:05:16.089Z Compiling diesel v2.3.7
26662026-06-09T05:05:16.322Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-06-09T05:05:16.536Z Compiling cexpr v0.6.0
26682026-06-09T05:05:16.991Z Compiling lalrpop v0.19.12
26692026-06-09T05:05:17.127Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-06-09T05:05:17.162Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-06-09T05:05:17.187Z Compiling rustc-hash v2.1.1
26722026-06-09T05:05:17.310Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-06-09T05:05:17.340Z Compiling headers-core v0.3.0
26742026-06-09T05:05:17.361Z Compiling libxml v0.3.3
26752026-06-09T05:05:17.500Z Compiling headers v0.4.1
26762026-06-09T05:05:17.541Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-06-09T05:05:17.672Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-06-09T05:05:17.761Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-06-09T05:05:17.982Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-06-09T05:05:18.220Z Compiling git-stub v1.0.0
26812026-06-09T05:05:18.460Z Compiling strum_macros v0.24.3
26822026-06-09T05:05:18.488Z Compiling indoc v1.0.9
26832026-06-09T05:05:18.758Z Compiling git-stub-vcs v0.1.0
26842026-06-09T05:05:18.923Z Compiling progenitor-impl v0.13.0
26852026-06-09T05:05:19.134Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-06-09T05:05:19.167Z Compiling derive_builder v0.20.2
26872026-06-09T05:05:19.362Z Compiling quick-xml v0.37.5
26882026-06-09T05:05:19.386Z Compiling oso-derive v0.27.3
26892026-06-09T05:05:19.736Z Compiling impl-trait-for-tuples v0.2.3
26902026-06-09T05:05:19.891Z Compiling openssl-probe v0.1.6
26912026-06-09T05:05:20.200Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-06-09T05:05:20.246Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-06-09T05:05:20.286Z Compiling progenitor-client v0.13.0
26942026-06-09T05:05:20.860Z Compiling half v1.8.3
26952026-06-09T05:05:20.864Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-06-09T05:05:20.912Z Compiling bb8 v0.8.6
26972026-06-09T05:05:21.050Z Compiling trait-variant v0.1.2
26982026-06-09T05:05:21.103Z Compiling progenitor-macro v0.13.0
26992026-06-09T05:05:21.125Z Compiling serde_cbor v0.11.2
27002026-06-09T05:05:21.308Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-06-09T05:05:21.336Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27022026-06-09T05:05:21.594Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27032026-06-09T05:05:21.667Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-06-09T05:05:21.901Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-06-09T05:05:22.048Z Compiling samael v0.0.19
27062026-06-09T05:05:22.122Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-06-09T05:05:22.167Z Compiling typify-impl v0.4.3
27082026-06-09T05:05:22.198Z Compiling fxhash v0.2.1
27092026-06-09T05:05:22.219Z Compiling libz-sys v1.1.24
27102026-06-09T05:05:22.368Z Compiling salty v0.3.0
27112026-06-09T05:05:22.669Z Compiling nonempty v0.12.0
27122026-06-09T05:05:22.786Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27132026-06-09T05:05:23.169Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-06-09T05:05:23.526Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27152026-06-09T05:05:23.557Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27162026-06-09T05:05:23.620Z Compiling kstat-rs v0.2.4
27172026-06-09T05:05:23.797Z Compiling arc-swap v1.8.2
27182026-06-09T05:05:24.104Z Compiling fs-err v2.11.0
27192026-06-09T05:05:24.405Z Compiling mime_guess v2.0.5
27202026-06-09T05:05:24.451Z Compiling polar-core v0.27.3
27212026-06-09T05:05:24.489Z Compiling slog-scope v4.4.1
27222026-06-09T05:05:24.941Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-06-09T05:05:24.988Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-06-09T05:05:25.214Z Compiling progenitor v0.13.0
27252026-06-09T05:05:25.407Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27262026-06-09T05:05:25.614Z Compiling typify-macro v0.4.3
27272026-06-09T05:05:26.538Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27282026-06-09T05:05:26.604Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27292026-06-09T05:05:26.758Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-06-09T05:05:27.104Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-06-09T05:05:27.162Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27322026-06-09T05:05:27.362Z Compiling nanorand v0.7.0
27332026-06-09T05:05:27.560Z Compiling darling_core v0.23.0
27342026-06-09T05:05:27.753Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-06-09T05:05:27.931Z Compiling parking_lot_core v0.8.6
27362026-06-09T05:05:28.244Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27372026-06-09T05:05:28.655Z Compiling flume v0.11.1
27382026-06-09T05:05:29.052Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-06-09T05:05:29.719Z Compiling darling_macro v0.23.0
27402026-06-09T05:05:29.789Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-06-09T05:05:29.844Z Compiling slog-stdlog v4.1.1
27422026-06-09T05:05:30.315Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-06-09T05:05:30.404Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-06-09T05:05:31.503Z Compiling primeorder v0.13.6
27452026-06-09T05:05:31.604Z Compiling atty v0.2.14
27462026-06-09T05:05:31.771Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-06-09T05:05:31.822Z Compiling parse-size v1.1.0
27482026-06-09T05:05:32.012Z Compiling http-range v0.1.5
27492026-06-09T05:05:32.052Z Compiling strsim v0.10.0
27502026-06-09T05:05:32.195Z Compiling instability v0.3.11
27512026-06-09T05:05:32.351Z Compiling darling_core v0.13.4
27522026-06-09T05:05:32.417Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-06-09T05:05:32.474Z Compiling p384 v0.13.1
27542026-06-09T05:05:33.996Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27552026-06-09T05:05:35.557Z Compiling oso v0.27.3
27562026-06-09T05:05:36.458Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27572026-06-09T05:05:36.490Z Compiling async-bb8-diesel v0.2.1
27582026-06-09T05:05:36.571Z Compiling diesel-dtrace v0.5.0
27592026-06-09T05:05:36.889Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27602026-06-09T05:05:37.242Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-06-09T05:05:38.502Z Compiling darling v0.23.0
27622026-06-09T05:05:38.539Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27632026-06-09T05:05:38.623Z Compiling slog-envlogger v2.2.0
27642026-06-09T05:05:39.994Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27652026-06-09T05:05:40.610Z Compiling typify v0.4.3
27662026-06-09T05:05:40.758Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27672026-06-09T05:05:41.156Z Compiling ignore v0.4.25
27682026-06-09T05:05:42.036Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-06-09T05:05:42.951Z Compiling castaway v0.2.4
27702026-06-09T05:05:43.116Z Compiling vergen-git2 v9.1.0
27712026-06-09T05:05:43.330Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-06-09T05:05:43.354Z Compiling indoc v2.0.7
27732026-06-09T05:05:43.476Z Compiling compact_str v0.8.1
27742026-06-09T05:05:43.637Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-06-09T05:05:43.823Z Compiling globwalk v0.9.1
27762026-06-09T05:05:44.323Z Compiling progenitor-impl v0.11.2
27772026-06-09T05:05:44.395Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27782026-06-09T05:05:44.493Z Compiling parking_lot v0.11.2
27792026-06-09T05:05:44.497Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27802026-06-09T05:05:44.607Z Compiling hyper-staticfile v0.10.1
27812026-06-09T05:05:45.079Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-06-09T05:05:45.474Z Compiling darling_macro v0.13.4
27832026-06-09T05:05:45.859Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-06-09T05:05:45.924Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-06-09T05:05:45.995Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27862026-06-09T05:05:46.175Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27872026-06-09T05:05:46.451Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27882026-06-09T05:05:46.523Z Compiling predicates-tree v1.0.13
27892026-06-09T05:05:46.545Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27902026-06-09T05:05:46.716Z Compiling unicode-truncate v1.1.0
27912026-06-09T05:05:46.774Z Compiling lru v0.12.5
27922026-06-09T05:05:46.933Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-06-09T05:05:46.990Z Compiling rand_seeder v0.4.0
27942026-06-09T05:05:47.009Z Compiling prefix-trie v0.7.0
27952026-06-09T05:05:47.262Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-06-09T05:05:47.495Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27972026-06-09T05:05:47.519Z Compiling rustls v0.21.12
27982026-06-09T05:05:47.729Z Compiling illumos-nvpair-sys v0.2.0
27992026-06-09T05:05:47.757Z Compiling cassowary v0.3.0
28002026-06-09T05:05:47.779Z Compiling corncobs v0.1.4
28012026-06-09T05:05:47.783Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28022026-06-09T05:05:47.940Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-06-09T05:05:48.079Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-06-09T05:05:48.085Z Compiling hickory-server v0.25.2
28052026-06-09T05:05:48.085Z Compiling ratatui v0.29.0
28062026-06-09T05:05:48.112Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28072026-06-09T05:05:48.361Z Compiling camino-tempfile-ext v0.3.3
28082026-06-09T05:05:48.590Z Compiling progenitor-macro v0.11.2
28092026-06-09T05:05:48.695Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-06-09T05:05:49.029Z Compiling darling v0.13.4
28112026-06-09T05:05:49.235Z Compiling sled v0.34.7
28122026-06-09T05:05:50.569Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28132026-06-09T05:05:51.864Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-06-09T05:05:52.607Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28152026-06-09T05:05:52.834Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28162026-06-09T05:05:53.038Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28172026-06-09T05:05:53.268Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28182026-06-09T05:05:53.493Z Compiling progenitor-client v0.11.2
28192026-06-09T05:05:53.644Z Compiling sct v0.7.1
28202026-06-09T05:05:53.769Z Compiling rustls-webpki v0.101.7
28212026-06-09T05:05:53.991Z Compiling secrecy v0.8.0
28222026-06-09T05:05:54.048Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28232026-06-09T05:05:54.139Z Compiling git2 v0.20.4
28242026-06-09T05:05:55.487Z Compiling progenitor v0.11.2
28252026-06-09T05:05:55.852Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28262026-06-09T05:05:56.006Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28272026-06-09T05:05:56.320Z Compiling serde_with_macros v1.5.2
28282026-06-09T05:05:57.214Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-06-09T05:05:57.676Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28302026-06-09T05:05:58.045Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28312026-06-09T05:05:58.398Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-06-09T05:05:59.035Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-06-09T05:05:59.386Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28342026-06-09T05:05:59.593Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-06-09T05:05:59.828Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-06-09T05:06:00.063Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-06-09T05:06:00.292Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28382026-06-09T05:06:00.505Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28392026-06-09T05:06:00.527Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28402026-06-09T05:06:00.778Z Compiling void v1.0.2
28412026-06-09T05:06:00.930Z Compiling lzss v0.8.2
28422026-06-09T05:06:01.432Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-06-09T05:06:01.989Z Compiling illumos-nvpair v0.3.0
28442026-06-09T05:06:02.993Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-06-09T05:06:03.053Z Compiling serde_with v1.14.0
28462026-06-09T05:06:04.176Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28472026-06-09T05:06:04.207Z Compiling tokio-rustls v0.24.1
28482026-06-09T05:06:04.587Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28492026-06-09T05:06:04.737Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-06-09T05:06:04.821Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-06-09T05:06:04.871Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-06-09T05:06:05.620Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28532026-06-09T05:06:05.879Z Compiling tungstenite v0.23.0
28542026-06-09T05:06:06.451Z Compiling rustls-pemfile v1.0.4
28552026-06-09T05:06:06.521Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28562026-06-09T05:06:06.932Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28572026-06-09T05:06:07.115Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-06-09T05:06:07.235Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28592026-06-09T05:06:07.355Z Compiling nix v0.27.1
28602026-06-09T05:06:08.196Z Compiling twox-hash v2.1.2
28612026-06-09T05:06:08.558Z Compiling serde_bytes v0.11.19
28622026-06-09T05:06:08.689Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28632026-06-09T05:06:08.710Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28642026-06-09T05:06:08.857Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28652026-06-09T05:06:09.388Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28662026-06-09T05:06:09.410Z Compiling tokio-tungstenite v0.23.1
28672026-06-09T05:06:09.736Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28682026-06-09T05:06:09.801Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28692026-06-09T05:06:11.639Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28702026-06-09T05:06:12.652Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28712026-06-09T05:06:13.009Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28722026-06-09T05:06:13.374Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28732026-06-09T05:06:13.535Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28742026-06-09T05:06:13.821Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-06-09T05:06:14.276Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-06-09T05:06:14.301Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-06-09T05:06:15.149Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28782026-06-09T05:06:15.486Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28792026-06-09T05:06:17.253Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28802026-06-09T05:06:18.053Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28812026-06-09T05:06:18.210Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28822026-06-09T05:06:18.982Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28832026-06-09T05:06:19.400Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28842026-06-09T05:06:19.625Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28852026-06-09T05:06:20.229Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-06-09T05:06:21.077Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28872026-06-09T05:06:21.730Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28882026-06-09T05:06:21.791Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-06-09T05:06:22.012Z Compiling signal-hook-tokio v0.3.1
28902026-06-09T05:06:22.035Z Compiling fatfs v0.3.6
28912026-06-09T05:06:22.179Z Compiling yasna v0.5.2
28922026-06-09T05:06:22.207Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-06-09T05:06:22.421Z Compiling seq-macro v0.3.6
28942026-06-09T05:06:22.656Z Compiling is_ci v1.2.0
28952026-06-09T05:06:22.868Z Compiling assert_matches v1.5.0
28962026-06-09T05:06:22.904Z Compiling supports-color v3.0.2
28972026-06-09T05:06:22.946Z Compiling rcgen v0.12.1
28982026-06-09T05:06:22.980Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28992026-06-09T05:06:23.239Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29002026-06-09T05:06:23.829Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29012026-06-09T05:06:24.681Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29022026-06-09T05:06:24.739Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29032026-06-09T05:06:24.916Z Compiling rtoolbox v0.0.3
29042026-06-09T05:06:24.978Z Compiling subprocess v0.2.15
29052026-06-09T05:06:25.195Z Compiling rpassword v7.4.0
29062026-06-09T05:06:25.492Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29072026-06-09T05:06:25.977Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29082026-06-09T05:06:27.171Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29092026-06-09T05:06:27.310Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29102026-06-09T05:06:27.351Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-06-09T05:06:27.575Z Compiling tui-tree-widget v0.23.1
29122026-06-09T05:06:27.859Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29132026-06-09T05:06:28.024Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29142026-06-09T05:06:28.546Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29152026-06-09T05:06:29.804Z Compiling uzers v0.12.2
29162026-06-09T05:06:30.698Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29172026-06-09T05:06:31.171Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29182026-06-09T05:06:32.316Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29192026-06-09T05:06:33.426Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29202026-06-09T05:06:36.455Z Compiling support-bundle-viewer v0.1.2
29212026-06-09T05:06:37.302Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29222026-06-09T05:06:38.399Z Compiling multimap v0.10.1
29232026-06-09T05:06:46.149Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29242026-06-09T05:06:52.777Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29252026-06-09T05:06:59.199Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29262026-06-09T05:06:59.294Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29272026-06-09T05:07:01.950Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29282026-06-09T05:13:36.931Z Finished `release` profile [optimized] target(s) in 8m 53s
29292026-06-09T05:14:24.048Z
29302026-06-09T05:14:24.048Zreal 9:41.973125282
29312026-06-09T05:14:24.049Zuser 1:20:09.206025878
29322026-06-09T05:14:24.049Zsys 3:38.041958734
29332026-06-09T05:14:24.049Ztrap 1.755712675
29342026-06-09T05:14:24.052Ztflt 2.622076441
29352026-06-09T05:14:24.053Zdflt 17.184287283
29362026-06-09T05:14:24.053Zkflt 0.004989172
29372026-06-09T05:14:24.053Zlock 7:06:47.054351303
29382026-06-09T05:14:24.053Zslp 2:18:09.121182511
29392026-06-09T05:14:24.053Zlat 2:29.474372597
29402026-06-09T05:14:24.053Zstop 5:22.699268947
29412026-06-09T05:14:24.053Z+ mapfile -t packages
29422026-06-09T05:14:24.053Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29432026-06-09T05:14:25.010Z Finished `release` profile [optimized] target(s) in 0.95s
29442026-06-09T05:14:25.093Z Running `target/release/omicron-package -t test list-outputs`
29452026-06-09T05:14:25.158ZLogging to: /work/oxidecomputer/omicron/out/LOG
29462026-06-09T05:14:25.162Z+ ptime -m cargo build --locked --release -p xtask
29472026-06-09T05:14:25.704Z Compiling libc v0.2.185
29482026-06-09T05:14:25.704Z Compiling serde v1.0.228
29492026-06-09T05:14:25.704Z Compiling serde_core v1.0.228
29502026-06-09T05:14:25.707Z Compiling rustix v1.1.3
29512026-06-09T05:14:25.707Z Compiling serde_json v1.0.149
29522026-06-09T05:14:25.707Z Compiling bitflags v2.11.0
29532026-06-09T05:14:25.858Z Compiling num-traits v0.2.19
29542026-06-09T05:14:25.869Z Compiling syn v2.0.117
29552026-06-09T05:14:25.881Z Compiling smallvec v1.15.1
29562026-06-09T05:14:25.903Z Compiling indexmap v2.14.0
29572026-06-09T05:14:25.915Z Compiling usdt-impl v0.5.0
29582026-06-09T05:14:25.925Z Compiling syn v1.0.109
29592026-06-09T05:14:25.939Z Compiling getrandom v0.4.1
29602026-06-09T05:14:25.940Z Compiling log v0.4.29
29612026-06-09T05:14:26.080Z Compiling percent-encoding v2.3.2
29622026-06-09T05:14:26.249Z Compiling form_urlencoded v1.2.2
29632026-06-09T05:14:26.306Z Compiling fs-err v3.3.0
29642026-06-09T05:14:26.320Z Compiling anyhow v1.0.102
29652026-06-09T05:14:26.324Z Compiling once_cell v1.21.3
29662026-06-09T05:14:26.346Z Compiling heck v0.4.1
29672026-06-09T05:14:26.527Z Compiling errno v0.3.14
29682026-06-09T05:14:26.629Z Compiling thread-id v4.2.2
29692026-06-09T05:14:26.633Z Compiling memmap v0.7.0
29702026-06-09T05:14:26.866Z Compiling ordered-float v2.10.1
29712026-06-09T05:14:27.426Z Compiling proc-macro-error v1.0.4
29722026-06-09T05:14:27.530Z Compiling terminal_size v0.4.3
29732026-06-09T05:14:27.530Z Compiling tempfile v3.25.0
29742026-06-09T05:14:27.633Z Compiling clap_builder v4.6.0
29752026-06-09T05:14:27.633Z Compiling textwrap v0.16.2
29762026-06-09T05:14:27.748Z Compiling tabled_derive v0.7.0
29772026-06-09T05:14:27.776Z Compiling camino-tempfile v1.4.1
29782026-06-09T05:14:28.341Z Compiling tabled v0.15.0
29792026-06-09T05:14:28.404Z Compiling synstructure v0.13.2
29802026-06-09T05:14:28.404Z Compiling pest_generator v2.8.6
29812026-06-09T05:14:28.877Z Compiling serde_derive v1.0.228
29822026-06-09T05:14:28.877Z Compiling zerofrom-derive v0.1.6
29832026-06-09T05:14:28.882Z Compiling yoke-derive v0.8.1
29842026-06-09T05:14:28.883Z Compiling zerovec-derive v0.11.2
29852026-06-09T05:14:28.883Z Compiling displaydoc v0.2.5
29862026-06-09T05:14:28.883Z Compiling thiserror-impl v1.0.69
29872026-06-09T05:14:28.883Z Compiling zerocopy-derive v0.7.35
29882026-06-09T05:14:28.883Z Compiling scroll_derive v0.12.1
29892026-06-09T05:14:28.883Z Compiling thiserror-impl v2.0.18
29902026-06-09T05:14:28.883Z Compiling clap_derive v4.6.1
29912026-06-09T05:14:28.962Z Compiling pest_derive v2.8.6
29922026-06-09T05:14:29.472Z Compiling scroll v0.12.0
29932026-06-09T05:14:29.631Z Compiling zerocopy v0.7.35
29942026-06-09T05:14:29.835Z Compiling goblin v0.8.2
29952026-06-09T05:14:30.019Z Compiling zerofrom v0.1.6
29962026-06-09T05:14:30.025Z Compiling thiserror v1.0.69
29972026-06-09T05:14:30.089Z Compiling dtrace-parser v0.2.0
29982026-06-09T05:14:30.128Z Compiling yoke v0.8.1
29992026-06-09T05:14:30.166Z Compiling thiserror v2.0.18
30002026-06-09T05:14:30.348Z Compiling zerovec v0.11.5
30012026-06-09T05:14:30.485Z Compiling zerotrie v0.2.3
30022026-06-09T05:14:30.503Z Compiling clap v4.6.1
30032026-06-09T05:14:30.941Z Compiling tinystr v0.8.2
30042026-06-09T05:14:30.970Z Compiling potential_utf v0.1.4
30052026-06-09T05:14:31.195Z Compiling icu_locale_core v2.1.1
30062026-06-09T05:14:31.208Z Compiling icu_collections v2.1.1
30072026-06-09T05:14:31.978Z Compiling icu_provider v2.1.1
30082026-06-09T05:14:32.399Z Compiling icu_properties v2.1.2
30092026-06-09T05:14:32.499Z Compiling icu_normalizer v2.1.1
30102026-06-09T05:14:32.516Z Compiling toml_datetime v0.6.11
30112026-06-09T05:14:32.550Z Compiling serde_spanned v0.6.9
30122026-06-09T05:14:32.590Z Compiling dof v0.3.0
30132026-06-09T05:14:32.624Z Compiling serde_tokenstream v0.2.3
30142026-06-09T05:14:32.730Z Compiling toml_edit v0.22.27
30152026-06-09T05:14:32.738Z Compiling serde-value v0.7.0
30162026-06-09T05:14:32.753Z Compiling cargo-platform v0.2.0
30172026-06-09T05:14:32.802Z Compiling macaddr v1.0.1
30182026-06-09T05:14:33.434Z Compiling idna_adapter v1.2.1
30192026-06-09T05:14:33.463Z Compiling idna v1.1.0
30202026-06-09T05:14:33.490Z Compiling usdt-macro v0.5.0
30212026-06-09T05:14:33.540Z Compiling usdt-attr-macro v0.5.0
30222026-06-09T05:14:33.855Z Compiling url v2.5.8
30232026-06-09T05:14:34.204Z Compiling usdt v0.5.0
30242026-06-09T05:14:34.320Z Compiling toml v0.8.23
30252026-06-09T05:14:34.872Z Compiling cargo-util-schemas v0.8.2
30262026-06-09T05:14:34.872Z Compiling cargo_toml v0.21.0
30272026-06-09T05:14:35.770Z Compiling cargo_metadata v0.21.0
30282026-06-09T05:14:38.856Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30292026-06-09T05:14:41.872Z Finished `release` profile [optimized] target(s) in 16.70s
30302026-06-09T05:14:42.001Z
30312026-06-09T05:14:42.007Zreal 16.802476452
30322026-06-09T05:14:42.007Zuser 2:21.714100100
30332026-06-09T05:14:42.007Zsys 16.984791366
30342026-06-09T05:14:42.007Ztrap 0.092639148
30352026-06-09T05:14:42.007Ztflt 0.569573580
30362026-06-09T05:14:42.007Zdflt 1.579856453
30372026-06-09T05:14:42.007Zkflt 0.000047400
30382026-06-09T05:14:42.007Zlock 5:18.230029089
30392026-06-09T05:14:42.007Zslp 3:25.365201007
30402026-06-09T05:14:42.007Zlat 6.742640898
30412026-06-09T05:14:42.007Zstop 20.595574838
30422026-06-09T05:14:42.007Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-06-09T05:14:42.007Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-06-09T05:14:42.007Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-06-09T05:14:42.007Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-06-09T05:14:42.007Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30472026-06-09T05:14:42.949Z Compiling progenitor-client v0.14.0
30482026-06-09T05:14:42.949Z Compiling newtype-uuid-macros v0.1.0
30492026-06-09T05:14:42.959Z Compiling structmeta-derive v0.3.0
30502026-06-09T05:14:42.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-06-09T05:14:42.960Z Compiling rustls v0.22.4
30522026-06-09T05:14:43.138Z Compiling rustls-webpki v0.102.8
30532026-06-09T05:14:43.147Z Compiling multer v3.1.0
30542026-06-09T05:14:43.147Z Compiling match_cfg v0.1.0
30552026-06-09T05:14:43.147Z Compiling debug-ignore v1.0.5
30562026-06-09T05:14:43.147Z Compiling compression-core v0.4.31
30572026-06-09T05:14:43.147Z Compiling slog-json v2.6.1
30582026-06-09T05:14:43.147Z Compiling async-stream-impl v0.3.6
30592026-06-09T05:14:43.239Z Compiling serde_spanned v1.0.4
30602026-06-09T05:14:43.253Z Compiling toml_datetime v1.0.0+spec-1.1.0
30612026-06-09T05:14:43.276Z Compiling hostname v0.3.1
30622026-06-09T05:14:43.281Z Compiling dropshot v0.17.0
30632026-06-09T05:14:43.306Z Compiling toml_writer v1.0.6+spec-1.1.0
30642026-06-09T05:14:43.356Z Compiling compression-codecs v0.4.37
30652026-06-09T05:14:43.482Z Compiling itertools v0.14.0
30662026-06-09T05:14:43.494Z Compiling slog-bunyan v2.5.0
30672026-06-09T05:14:43.494Z Compiling waitgroup v0.1.2
30682026-06-09T05:14:43.501Z Compiling rustls-pemfile v2.2.0
30692026-06-09T05:14:43.579Z Compiling async-compression v0.4.41
30702026-06-09T05:14:43.593Z Compiling toml v1.0.6+spec-1.1.0
30712026-06-09T05:14:43.593Z Compiling dropshot_endpoint v0.17.0
30722026-06-09T05:14:43.634Z Compiling serde_path_to_error v0.1.20
30732026-06-09T05:14:43.638Z Compiling hostname v0.4.2
30742026-06-09T05:14:43.638Z Compiling regress v0.10.5
30752026-06-09T05:14:43.685Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30762026-06-09T05:14:43.704Z Compiling macaddr v1.0.1
30772026-06-09T05:14:43.735Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-06-09T05:14:43.784Z Compiling async-stream v0.3.6
30792026-06-09T05:14:43.814Z Compiling instant v0.1.13
30802026-06-09T05:14:43.876Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30812026-06-09T05:14:43.896Z Compiling backon v1.6.0
30822026-06-09T05:14:43.915Z Compiling backoff v0.4.0
30832026-06-09T05:14:43.935Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30842026-06-09T05:14:43.935Z Compiling progenitor-client v0.10.0
30852026-06-09T05:14:43.970Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30862026-06-09T05:14:43.984Z Compiling humantime v2.3.0
30872026-06-09T05:14:44.006Z Compiling universal-hash v0.5.1
30882026-06-09T05:14:44.020Z Compiling opaque-debug v0.3.1
30892026-06-09T05:14:44.114Z Compiling progenitor-extras v0.2.0
30902026-06-09T05:14:44.137Z Compiling half v2.7.1
30912026-06-09T05:14:44.149Z Compiling ciborium-io v0.2.2
30922026-06-09T05:14:44.169Z Compiling crucible-workspace-hack v0.1.0
30932026-06-09T05:14:44.176Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-06-09T05:14:44.225Z Compiling structmeta v0.3.0
30952026-06-09T05:14:44.269Z Compiling convert_case v0.4.0
30962026-06-09T05:14:44.289Z Compiling aead v0.5.2
30972026-06-09T05:14:44.293Z Compiling secrecy v0.10.3
30982026-06-09T05:14:44.346Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-06-09T05:14:44.401Z Compiling ciborium-ll v0.2.2
31002026-06-09T05:14:44.440Z Compiling poly1305 v0.8.0
31012026-06-09T05:14:44.474Z Compiling chacha20 v0.9.1
31022026-06-09T05:14:44.506Z Compiling regress v0.11.1
31032026-06-09T05:14:44.506Z Compiling derive-ex v0.1.8
31042026-06-09T05:14:44.633Z Compiling parse-display-derive v0.10.0
31052026-06-09T05:14:44.645Z Compiling unsafe-libyaml v0.2.11
31062026-06-09T05:14:44.645Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31072026-06-09T05:14:44.646Z Compiling ciborium v0.2.2
31082026-06-09T05:14:44.653Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-06-09T05:14:44.670Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31102026-06-09T05:14:44.680Z Compiling derive_more v0.99.20
31112026-06-09T05:14:44.752Z Compiling thiserror-impl-no-std v2.0.2
31122026-06-09T05:14:44.887Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31132026-06-09T05:14:44.939Z Compiling byte-wrapper v0.1.0
31142026-06-09T05:14:45.015Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31152026-06-09T05:14:45.052Z Compiling password-hash v0.5.0
31162026-06-09T05:14:45.192Z Compiling serde_yaml v0.9.34+deprecated
31172026-06-09T05:14:45.240Z Compiling blake2 v0.10.6
31182026-06-09T05:14:45.270Z Compiling toml_datetime v0.7.5+spec-1.1.0
31192026-06-09T05:14:45.323Z Compiling chacha20poly1305 v0.10.1
31202026-06-09T05:14:45.343Z Compiling indent_write v2.2.0
31212026-06-09T05:14:45.420Z Compiling tokio-rustls v0.25.0
31222026-06-09T05:14:45.492Z Compiling toml_edit v0.23.10+spec-1.0.0
31232026-06-09T05:14:45.505Z Compiling argon2 v0.5.3
31242026-06-09T05:14:45.522Z Compiling heapless v0.8.0
31252026-06-09T05:14:45.555Z Compiling ingot-macros v0.1.1
31262026-06-09T05:14:45.831Z Compiling tabwriter v1.4.1
31272026-06-09T05:14:46.003Z Compiling thiserror-no-std v2.0.2
31282026-06-09T05:14:46.051Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31292026-06-09T05:14:46.107Z Compiling typify-impl v0.6.2
31302026-06-09T05:14:46.123Z Compiling vsss-rs v3.3.4
31312026-06-09T05:14:46.268Z Compiling test-strategy v0.4.5
31322026-06-09T05:14:46.305Z Compiling parse-display v0.10.0
31332026-06-09T05:14:46.357Z Compiling proc-macro-crate v3.4.0
31342026-06-09T05:14:46.608Z Compiling hash32 v0.3.1
31352026-06-09T05:14:46.646Z Compiling smoltcp v0.11.0
31362026-06-09T05:14:46.732Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31372026-06-09T05:14:46.741Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31382026-06-09T05:14:46.916Z Compiling num-rational v0.4.2
31392026-06-09T05:14:46.924Z Compiling cobs v0.3.0
31402026-06-09T05:14:46.957Z Compiling num_enum_derive v0.7.6
31412026-06-09T05:14:46.973Z Compiling num-complex v0.4.6
31422026-06-09T05:14:47.012Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-06-09T05:14:47.065Z Compiling colored v3.1.1
31442026-06-09T05:14:47.106Z Compiling postcard v1.1.3
31452026-06-09T05:14:47.268Z Compiling proc-macro-error v1.0.4
31462026-06-09T05:14:47.288Z Compiling proc-macro-crate v1.3.1
31472026-06-09T05:14:47.338Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-06-09T05:14:47.389Z Compiling num v0.4.3
31492026-06-09T05:14:47.473Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31502026-06-09T05:14:47.489Z Compiling atomicwrites v0.4.4
31512026-06-09T05:14:47.493Z Compiling foreign-types-macros v0.2.3
31522026-06-09T05:14:47.493Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31532026-06-09T05:14:47.561Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31542026-06-09T05:14:47.614Z Compiling cpufeatures v0.3.0
31552026-06-09T05:14:47.708Z Compiling rayon-core v1.13.0
31562026-06-09T05:14:47.732Z Compiling foreign-types-shared v0.3.1
31572026-06-09T05:14:47.740Z Compiling float-ord v0.3.2
31582026-06-09T05:14:47.763Z Compiling num_enum_derive v0.5.11
31592026-06-09T05:14:47.820Z Compiling chacha20 v0.10.0
31602026-06-09T05:14:47.840Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31612026-06-09T05:14:47.915Z Compiling crossbeam-deque v0.8.6
31622026-06-09T05:14:47.950Z Compiling camino-tempfile v1.4.1
31632026-06-09T05:14:48.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31642026-06-09T05:14:48.064Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31652026-06-09T05:14:48.072Z Compiling cstr-argument v0.1.2
31662026-06-09T05:14:48.092Z Compiling num_enum v0.7.6
31672026-06-09T05:14:48.167Z Compiling foreign-types v0.5.0
31682026-06-09T05:14:48.180Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31692026-06-09T05:14:48.222Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31702026-06-09T05:14:48.270Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31712026-06-09T05:14:48.278Z Compiling rand v0.10.0
31722026-06-09T05:14:48.278Z Compiling toml v0.8.23
31732026-06-09T05:14:48.437Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-06-09T05:14:48.455Z Compiling zone_cfg_derive v0.3.1
31752026-06-09T05:14:48.475Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-06-09T05:14:48.495Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31772026-06-09T05:14:48.515Z Compiling ingot-types v0.1.2
31782026-06-09T05:14:48.533Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31792026-06-09T05:14:48.554Z Compiling itertools v0.12.1
31802026-06-09T05:14:48.574Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-06-09T05:14:48.630Z Compiling rayon v1.11.0
31822026-06-09T05:14:48.647Z Compiling num-derive v0.4.2
31832026-06-09T05:14:48.771Z Compiling sigpipe v0.1.3
31842026-06-09T05:14:48.807Z Compiling glob v0.3.3
31852026-06-09T05:14:48.890Z Compiling ingot v0.1.1
31862026-06-09T05:14:48.907Z Compiling num_enum v0.5.11
31872026-06-09T05:14:48.954Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-09T05:14:48.972Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31892026-06-09T05:14:49.064Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-06-09T05:14:49.110Z Compiling smf v0.2.3
31912026-06-09T05:14:49.168Z Compiling prettyplease v0.2.37
31922026-06-09T05:14:49.302Z Compiling whoami v1.6.1
31932026-06-09T05:14:49.321Z Compiling usdt-macro v0.5.0
31942026-06-09T05:14:49.321Z Compiling usdt-attr-macro v0.5.0
31952026-06-09T05:14:49.321Z Compiling gethostname v0.5.0
31962026-06-09T05:14:49.421Z Compiling memmap v0.7.0
31972026-06-09T05:14:49.531Z Compiling derive-where v1.6.0
31982026-06-09T05:14:49.658Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31992026-06-09T05:14:49.673Z Compiling resolv-conf v0.7.6
32002026-06-09T05:14:49.678Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32012026-06-09T05:14:49.704Z Compiling cancel-safe-futures v0.1.5
32022026-06-09T05:14:49.857Z Compiling zone v0.3.1
32032026-06-09T05:14:49.880Z Compiling owo-colors v4.3.0
32042026-06-09T05:14:50.002Z Compiling libsw-core v0.3.2
32052026-06-09T05:14:50.086Z Compiling console v0.15.11
32062026-06-09T05:14:50.102Z Compiling hickory-proto v0.24.4
32072026-06-09T05:14:50.142Z Compiling usdt v0.5.0
32082026-06-09T05:14:50.217Z Compiling libsw v3.5.0
32092026-06-09T05:14:50.308Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-06-09T05:14:50.442Z Compiling newline-converter v0.3.0
32112026-06-09T05:14:50.452Z Compiling linked-hash-map v0.5.6
32122026-06-09T05:14:50.501Z Compiling linear-map v1.2.0
32132026-06-09T05:14:50.536Z Compiling libefi-sys v0.1.0
32142026-06-09T05:14:50.577Z Compiling expectorate v1.2.0
32152026-06-09T05:14:50.588Z Compiling git-stub v1.0.0
32162026-06-09T05:14:50.683Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32172026-06-09T05:14:50.720Z Compiling lru-cache v0.1.2
32182026-06-09T05:14:50.731Z Compiling bitfield-struct v0.6.2
32192026-06-09T05:14:50.736Z Compiling nom v8.0.0
32202026-06-09T05:14:50.784Z Compiling semver v0.1.20
32212026-06-09T05:14:50.829Z Compiling typify-macro v0.6.2
32222026-06-09T05:14:50.880Z Compiling git-stub-vcs v0.1.0
32232026-06-09T05:14:50.899Z Compiling tokio-dtrace v0.1.1
32242026-06-09T05:14:50.916Z Compiling dropshot-api-manager-types v0.7.2
32252026-06-09T05:14:50.933Z Compiling slog-dtrace v0.3.0
32262026-06-09T05:14:50.952Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-06-09T05:14:51.038Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32282026-06-09T05:14:51.057Z Compiling rustc_version v0.1.7
32292026-06-09T05:14:51.109Z Compiling minimal-lexical v0.2.1
32302026-06-09T05:14:51.198Z Compiling oxide-tokio-rt v0.1.4
32312026-06-09T05:14:51.215Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-06-09T05:14:51.241Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-06-09T05:14:51.266Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32342026-06-09T05:14:51.284Z Compiling phf_shared v0.12.1
32352026-06-09T05:14:51.296Z Compiling csv-core v0.1.13
32362026-06-09T05:14:51.322Z Compiling newtype_derive v0.1.6
32372026-06-09T05:14:51.397Z Compiling nom v7.1.3
32382026-06-09T05:14:51.434Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32392026-06-09T05:14:51.468Z Compiling xshell-macros v0.2.7
32402026-06-09T05:14:51.500Z Compiling highway v1.3.0
32412026-06-09T05:14:51.552Z Compiling chrono-tz v0.10.4
32422026-06-09T05:14:51.565Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32432026-06-09T05:14:51.752Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-06-09T05:14:51.758Z Compiling csv v1.4.0
32452026-06-09T05:14:51.779Z Compiling const_format_proc_macros v0.2.34
32462026-06-09T05:14:51.852Z Compiling phf v0.12.1
32472026-06-09T05:14:51.891Z Compiling xshell v0.2.7
32482026-06-09T05:14:51.908Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-06-09T05:14:52.040Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32502026-06-09T05:14:52.121Z Compiling primeorder v0.13.6
32512026-06-09T05:14:52.217Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-06-09T05:14:52.520Z Compiling hickory-resolver v0.24.4
32532026-06-09T05:14:52.520Z Compiling tabled_derive v0.7.0
32542026-06-09T05:14:52.520Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32552026-06-09T05:14:52.534Z Compiling bcs v0.1.6
32562026-06-09T05:14:52.710Z Compiling const_format v0.2.35
32572026-06-09T05:14:52.719Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32582026-06-09T05:14:52.723Z Compiling typify v0.6.2
32592026-06-09T05:14:52.773Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-06-09T05:14:52.975Z Compiling progenitor-impl v0.14.0
32612026-06-09T05:14:52.980Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-06-09T05:14:53.059Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32632026-06-09T05:14:53.114Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32642026-06-09T05:14:53.132Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-06-09T05:14:53.340Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32662026-06-09T05:14:53.407Z Compiling qorb v0.4.1
32672026-06-09T05:14:53.514Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32682026-06-09T05:14:53.544Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32692026-06-09T05:14:53.563Z Compiling tagptr v0.2.0
32702026-06-09T05:14:53.678Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-06-09T05:14:53.784Z Compiling termtree v0.5.1
32722026-06-09T05:14:53.839Z Compiling salty v0.3.0
32732026-06-09T05:14:53.939Z Compiling textwrap v0.16.2
32742026-06-09T05:14:53.979Z Compiling moka v0.12.13
32752026-06-09T05:14:54.184Z Compiling tabled v0.15.0
32762026-06-09T05:14:54.190Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32772026-06-09T05:14:54.567Z Compiling steno v0.4.1
32782026-06-09T05:14:54.587Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32792026-06-09T05:14:54.587Z Compiling base64 v0.21.7
32802026-06-09T05:14:54.587Z Compiling radium v0.7.0
32812026-06-09T05:14:54.650Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-06-09T05:14:54.815Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32832026-06-09T05:14:54.872Z Compiling hickory-resolver v0.25.2
32842026-06-09T05:14:54.884Z Compiling p384 v0.13.1
32852026-06-09T05:14:54.922Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32862026-06-09T05:14:55.102Z Compiling typify-impl v0.4.3
32872026-06-09T05:14:55.157Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-06-09T05:14:55.385Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-06-09T05:14:55.430Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32902026-06-09T05:14:55.518Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32912026-06-09T05:14:55.579Z Compiling maybe-uninit v2.0.0
32922026-06-09T05:14:55.693Z Compiling tap v1.0.1
32932026-06-09T05:14:55.714Z Compiling progenitor-macro v0.14.0
32942026-06-09T05:14:55.825Z Compiling wyz v0.5.1
32952026-06-09T05:14:55.879Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-06-09T05:14:56.055Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32972026-06-09T05:14:56.199Z Compiling proc-macro-error-attr2 v2.0.0
32982026-06-09T05:14:56.228Z Compiling utf-8 v0.7.6
32992026-06-09T05:14:56.561Z Compiling packed_struct v0.10.1
33002026-06-09T05:14:56.582Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-06-09T05:14:56.582Z Compiling funty v2.0.0
33022026-06-09T05:14:56.638Z Compiling parking_lot_core v0.8.6
33032026-06-09T05:14:56.695Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-06-09T05:14:56.733Z Compiling proc-macro-error2 v2.0.1
33052026-06-09T05:14:56.774Z Compiling tungstenite v0.21.0
33062026-06-09T05:14:56.919Z Compiling bitvec v1.0.1
33072026-06-09T05:14:57.037Z Compiling polyval v0.6.2
33082026-06-09T05:14:57.070Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33092026-06-09T05:14:57.089Z Compiling packed_struct_codegen v0.10.1
33102026-06-09T05:14:57.089Z Compiling num-derive v0.3.3
33112026-06-09T05:14:57.123Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33122026-06-09T05:14:57.131Z Compiling bitfield-macros v0.19.4
33132026-06-09T05:14:57.232Z Compiling zerocopy-derive v0.6.6
33142026-06-09T05:14:57.249Z Compiling indexmap v1.9.3
33152026-06-09T05:14:57.378Z Compiling nodrop v0.1.14
33162026-06-09T05:14:57.490Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-06-09T05:14:57.503Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33182026-06-09T05:14:57.735Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33192026-06-09T05:14:57.746Z Compiling crc-catalog v2.4.0
33202026-06-09T05:14:57.836Z Compiling crc v3.4.0
33212026-06-09T05:14:57.908Z Compiling bitfield v0.19.4
33222026-06-09T05:14:57.945Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33232026-06-09T05:14:57.970Z Compiling array-init v0.0.4
33242026-06-09T05:14:58.049Z Compiling libscf-sys v1.1.0
33252026-06-09T05:14:58.119Z Compiling tokio-tungstenite v0.21.0
33262026-06-09T05:14:58.137Z Compiling zerocopy v0.6.6
33272026-06-09T05:14:58.216Z Compiling ghash v0.5.1
33282026-06-09T05:14:58.233Z Compiling tabled_derive v0.11.0
33292026-06-09T05:14:58.393Z Compiling smallvec v0.6.14
33302026-06-09T05:14:58.445Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-06-09T05:14:58.477Z Compiling papergrid v0.17.0
33322026-06-09T05:14:58.505Z Compiling testing_table v0.3.0
33332026-06-09T05:14:58.583Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-06-09T05:14:58.600Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33352026-06-09T05:14:58.643Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-09T05:14:58.659Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33372026-06-09T05:14:58.713Z Compiling ctr v0.9.2
33382026-06-09T05:14:58.890Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-06-09T05:14:58.939Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33402026-06-09T05:14:58.977Z Compiling hashbrown v0.12.3
33412026-06-09T05:14:59.073Z Compiling illumos-nvpair-sys v0.2.0
33422026-06-09T05:14:59.102Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33432026-06-09T05:14:59.182Z Compiling corncobs v0.1.4
33442026-06-09T05:14:59.195Z Compiling unicase v2.9.0
33452026-06-09T05:14:59.284Z Compiling aes-gcm v0.10.3
33462026-06-09T05:14:59.306Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-06-09T05:14:59.347Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-06-09T05:14:59.389Z Compiling serde-hex v0.1.0
33492026-06-09T05:14:59.433Z Compiling mime_guess v2.0.5
33502026-06-09T05:14:59.503Z Compiling tabled v0.20.0
33512026-06-09T05:14:59.520Z Compiling parking_lot v0.11.2
33522026-06-09T05:15:00.084Z Compiling typify-macro v0.4.3
33532026-06-09T05:15:00.084Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33542026-06-09T05:15:00.084Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33552026-06-09T05:15:00.084Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-06-09T05:15:00.100Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33572026-06-09T05:15:00.100Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-06-09T05:15:00.101Z Compiling ron v0.8.1
33592026-06-09T05:15:00.201Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-06-09T05:15:00.219Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33612026-06-09T05:15:04.566Z Compiling progenitor-client v0.11.2
33622026-06-09T05:15:04.567Z Compiling hashbrown v0.13.2
33632026-06-09T05:15:04.567Z Compiling blowfish v0.9.1
33642026-06-09T05:15:04.567Z Compiling prefix-trie v0.7.0
33652026-06-09T05:15:04.567Z Compiling ssh-encoding v0.2.0
33662026-06-09T05:15:04.567Z Compiling fxhash v0.2.1
33672026-06-09T05:15:04.567Z Compiling secrecy v0.8.0
33682026-06-09T05:15:04.567Z Compiling crc-any v2.5.0
33692026-06-09T05:15:04.567Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-06-09T05:15:04.567Z Compiling progenitor v0.14.0
33712026-06-09T05:15:04.567Z Compiling hickory-server v0.25.2
33722026-06-09T05:15:04.567Z Compiling sled v0.34.7
33732026-06-09T05:15:04.567Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33742026-06-09T05:15:04.567Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33752026-06-09T05:15:04.567Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33762026-06-09T05:15:04.567Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-06-09T05:15:04.567Z Compiling typify v0.4.3
33782026-06-09T05:15:04.567Z Compiling progenitor-impl v0.11.2
33792026-06-09T05:15:04.567Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33802026-06-09T05:15:04.567Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33812026-06-09T05:15:04.567Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33822026-06-09T05:15:04.567Z Compiling ssh-cipher v0.2.0
33832026-06-09T05:15:04.567Z Compiling object v0.30.4
33842026-06-09T05:15:04.601Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33852026-06-09T05:15:04.601Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-06-09T05:15:04.601Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33872026-06-09T05:15:04.601Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33882026-06-09T05:15:04.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-06-09T05:15:04.601Z Compiling bcrypt-pbkdf v0.10.0
33902026-06-09T05:15:04.601Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33912026-06-09T05:15:04.601Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33922026-06-09T05:15:04.601Z Compiling password-hash v0.4.2
33932026-06-09T05:15:04.601Z Compiling crc8 v0.1.1
33942026-06-09T05:15:04.601Z Compiling half v1.8.3
33952026-06-09T05:15:04.601Z Compiling http-range v0.1.5
33962026-06-09T05:15:04.601Z Compiling path-slash v0.1.5
33972026-06-09T05:15:04.601Z Compiling serde_cbor v0.11.2
33982026-06-09T05:15:04.601Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33992026-06-09T05:15:04.601Z Compiling pbkdf2 v0.11.0
34002026-06-09T05:15:04.601Z Compiling illumos-nvpair v0.3.0
34012026-06-09T05:15:04.601Z Compiling progenitor-macro v0.11.2
34022026-06-09T05:15:04.613Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34032026-06-09T05:15:04.706Z Compiling ssh-key v0.6.7
34042026-06-09T05:15:04.883Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34052026-06-09T05:15:04.968Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34062026-06-09T05:15:04.986Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34072026-06-09T05:15:05.026Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34082026-06-09T05:15:05.172Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34092026-06-09T05:15:05.251Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34102026-06-09T05:15:05.496Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-06-09T05:15:05.654Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34122026-06-09T05:15:05.683Z Compiling p256 v0.13.2
34132026-06-09T05:15:05.712Z Compiling p521 v0.13.3
34142026-06-09T05:15:05.913Z Compiling yasna v0.5.2
34152026-06-09T05:15:05.963Z Compiling kstat-rs v0.2.4
34162026-06-09T05:15:06.021Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34172026-06-09T05:15:06.076Z Compiling headers-core v0.3.0
34182026-06-09T05:15:06.097Z Compiling nanorand v0.7.0
34192026-06-09T05:15:06.114Z Compiling atty v0.2.14
34202026-06-09T05:15:06.233Z Compiling russh-cryptovec v0.7.3
34212026-06-09T05:15:06.256Z Compiling md5 v0.7.0
34222026-06-09T05:15:06.311Z Compiling home v0.5.12
34232026-06-09T05:15:06.436Z Compiling russh-keys v0.45.0
34242026-06-09T05:15:06.455Z Compiling rcgen v0.12.1
34252026-06-09T05:15:06.459Z Compiling flume v0.11.1
34262026-06-09T05:15:06.491Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34272026-06-09T05:15:06.512Z Compiling headers v0.4.1
34282026-06-09T05:15:06.532Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34292026-06-09T05:15:06.564Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34302026-06-09T05:15:06.642Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34312026-06-09T05:15:06.776Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34322026-06-09T05:15:06.796Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34332026-06-09T05:15:06.856Z Compiling hyper-staticfile v0.10.1
34342026-06-09T05:15:06.989Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-06-09T05:15:07.008Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-06-09T05:15:07.139Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34372026-06-09T05:15:07.308Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34382026-06-09T05:15:07.373Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-06-09T05:15:07.397Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34402026-06-09T05:15:07.401Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34412026-06-09T05:15:07.606Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34422026-06-09T05:15:07.907Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34432026-06-09T05:15:07.914Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-06-09T05:15:07.914Z Compiling num-bigint v0.4.6
34452026-06-09T05:15:07.918Z Compiling des v0.8.1
34462026-06-09T05:15:07.947Z Compiling subprocess v0.2.15
34472026-06-09T05:15:08.059Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-06-09T05:15:08.082Z Compiling display-error-chain v0.2.2
34492026-06-09T05:15:08.101Z Compiling hex-literal v0.4.1
34502026-06-09T05:15:08.175Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-06-09T05:15:08.230Z Compiling colored v2.2.0
34522026-06-09T05:15:08.251Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34532026-06-09T05:15:08.269Z Compiling socket2 v0.5.10
34542026-06-09T05:15:08.370Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34552026-06-09T05:15:08.512Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-06-09T05:15:08.529Z Compiling internet-checksum v0.2.1
34572026-06-09T05:15:09.124Z Compiling russh v0.45.0
34582026-06-09T05:15:09.399Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34592026-06-09T05:15:09.420Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34602026-06-09T05:15:09.620Z Compiling progenitor v0.11.2
34612026-06-09T05:15:09.795Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34622026-06-09T05:15:11.922Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34632026-06-09T05:15:12.589Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34642026-06-09T05:15:13.055Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-06-09T05:15:15.229Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-06-09T05:15:15.451Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34672026-06-09T05:15:23.226Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34682026-06-09T05:15:23.226Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-06-09T05:15:23.226Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34702026-06-09T05:15:23.230Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-06-09T05:15:25.021Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34722026-06-09T05:15:25.095Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34732026-06-09T05:15:29.258Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34742026-06-09T05:16:08.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34752026-06-09T05:16:08.519Z
34762026-06-09T05:16:08.519Zreal 1:26.452847812
34772026-06-09T05:16:08.519Zuser 8:11.175465942
34782026-06-09T05:16:08.519Zsys 1:43.680425004
34792026-06-09T05:16:08.519Ztrap 0.251207469
34802026-06-09T05:16:08.519Ztflt 0.576022472
34812026-06-09T05:16:08.519Zdflt 1.476166863
34822026-06-09T05:16:08.523Zkflt 0.000413590
34832026-06-09T05:16:08.523Zlock 27:45.213672608
34842026-06-09T05:16:08.523Zslp 18:48.192244758
34852026-06-09T05:16:08.523Zlat 38.740294626
34862026-06-09T05:16:08.523Zstop 2:42.164413867
34872026-06-09T05:16:08.523Z+ mkdir tests
34882026-06-09T05:16:08.523Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34892026-06-09T05:16:08.526Z+ xargs -I '{}' -t cp '{}' tests/
34902026-06-09T05:16:08.545Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34912026-06-09T05:16:08.566Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34922026-06-09T05:16:08.587Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34932026-06-09T05:16:08.607Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34942026-06-09T05:16:08.843Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34952026-06-09T05:16:08.846Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34962026-06-09T05:17:31.164ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34972026-06-09T05:17:31.164Za .github/buildomat/ci-env.sh 1K
34982026-06-09T05:17:31.164Za out/target/test 1K
34992026-06-09T05:17:31.164Za out/npuzone/npuzone 27402K
35002026-06-09T05:17:31.164Za package-manifest.toml 35K
35012026-06-09T05:17:31.164Za smf/sled-agent/non-gimlet/config.toml 6K
35022026-06-09T05:17:31.164Za target/release/omicron-package 46205K
35032026-06-09T05:17:31.165Za target/release/xtask 11453K
35042026-06-09T05:17:31.165Za target/debug/bootstrap 354741K
35052026-06-09T05:17:31.165Za tests/bootstrap-5cb81a4442024e3b 31215K
35062026-06-09T05:17:31.165Za tests/commtest-0f6493148f0d4209 32300K
35072026-06-09T05:17:31.165Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35082026-06-09T05:17:31.165Za tests/end_to_end_tests-6c7bc3bbe97020e4 395813K
35092026-06-09T05:17:31.165Za tools/opte_version 1K
35102026-06-09T05:17:31.165Za tools/opte_version_override 2K
35112026-06-09T05:17:31.165Za out/clickhouse.tar.gz 321895K
35122026-06-09T05:17:31.165Za out/clickhouse_keeper.tar.gz 306960K
35132026-06-09T05:17:31.165Za out/clickhouse_server.tar.gz 321893K
35142026-06-09T05:17:31.165Za out/cockroachdb.tar.gz 166141K
35152026-06-09T05:17:31.165Za out/crucible-pantry-zone.tar.gz 41125K
35162026-06-09T05:17:31.165Za out/crucible-utils.tar 16478K
35172026-06-09T05:17:31.165Za out/crucible-zone.tar.gz 56695K
35182026-06-09T05:17:31.165Za out/external-dns.tar.gz 51257K
35192026-06-09T05:17:31.165Za out/internal-dns.tar.gz 51257K
35202026-06-09T05:17:31.165Za out/mg-ddm-gz.tar 97912K
35212026-06-09T05:17:31.165Za out/nexus.tar.gz 280871K
35222026-06-09T05:17:31.165Za out/ntp.tar.gz 32798K
35232026-06-09T05:17:31.165Za out/omicron-gateway-softnpu.tar.gz 29798K
35242026-06-09T05:17:31.165Za out/omicron-sled-agent.tar 206662K
35252026-06-09T05:17:31.165Za out/overlay.tar.gz 3K
35262026-06-09T05:17:31.165Za out/oximeter.tar.gz 68162K
35272026-06-09T05:17:31.165Za out/oxlog.tar 3782K
35282026-06-09T05:17:31.165Za out/probe.tar.gz 3037K
35292026-06-09T05:17:31.165Za out/propolis-server.tar.gz 34918K
35302026-06-09T05:17:31.165Za out/pumpkind-gz.tar 26647K
35312026-06-09T05:17:31.165Za out/switch-softnpu.tar.gz 455262K
35322026-06-09T05:17:31.170Z
35332026-06-09T05:17:31.170Zreal 1:22.315867633
35342026-06-09T05:17:31.170Zuser 1:19.453354010
35352026-06-09T05:17:31.170Zsys 4.689310551
35362026-06-09T05:17:31.170Ztrap 0.006740417
35372026-06-09T05:17:31.170Ztflt 0.000000000
35382026-06-09T05:17:31.170Zdflt 0.000000000
35392026-06-09T05:17:31.170Zkflt 0.000000000
35402026-06-09T05:17:31.170Zlock 0.000000000
35412026-06-09T05:17:31.170Zslp 1:19.384262770
35422026-06-09T05:17:31.170Zlat 1.092706736
35432026-06-09T05:17:31.170Zstop 0.000204460
35442026-06-09T05:17:31.170Zprocess exited: duration 997276 ms, exit code 0
 
35452026-06-09T05:17:31.186Zfound 1 output files
35462026-06-09T05:17:31.186Zuploading: /work/package.tar.gz (2568484504 bytes)
35472026-06-09T05:18:02.015Zuploaded: /work/package.tar.gz