01KSQR0XS8TWRWNWRC5XN27F50: 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: 01KSQR1DH9GY49C1ZDSFJSN6QG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:53:33.491Zjob assigned to worker 01KSQR1HQDSHC5EVE2HNFJ98PT [factory aws, i-0e69f4f97fbf5fd39] (queued for 46 s)
 
22026-05-28T16:53:41.478Zstarting task 0: "setup"
32026-05-28T16:53:41.482Z++ uname -s
42026-05-28T16:53:41.485Z+ kern=SunOS
52026-05-28T16:53:41.485Z+ build_user=build
62026-05-28T16:53:41.485Z+ build_uid=12345
72026-05-28T16:53:41.485Z+ work_dir=/work
82026-05-28T16:53:41.485Z+ input_dir=/input
92026-05-28T16:53:41.485Z+ [[ 0 == 12345 ]]
102026-05-28T16:53:41.485Z+ case "$kern" in
112026-05-28T16:53:41.485Z+ groupadd -g 12345 build
122026-05-28T16:53:41.497Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:53:43.505Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:53:43.588Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:53:43.591Z+ home_fs=zfs
162026-05-28T16:53:43.591Z+ [[ zfs == autofs ]]
172026-05-28T16:53:43.592Z+ mkdir -p /home/build
182026-05-28T16:53:43.592Z+ chown build:build /home/build /work
192026-05-28T16:53:45.593Z+ chmod 0700 /home/build /work
202026-05-28T16:53:45.597Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-28T16:53:45.604Zstarting task 1: "rust-toolchain"
222026-05-28T16:53:45.610Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T16:53:45.610Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T16:53:45.610Z * rust toolchain channel = "1.94.0"
252026-05-28T16:53:45.610Z * rust toolchain profile = "default"
262026-05-28T16:53:45.610Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:53:45.610Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T16:53:45.613Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:53:45.613Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T16:53:45.723Zinfo: downloading installer
312026-05-28T16:53:47.390Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:53:47.390Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:53:47.390Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:53:47.390Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:53:47.403Zinfo: profile set to default
362026-05-28T16:53:47.403Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:53:47.407Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T16:53:47.535Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T16:53:47.539Zinfo: downloading 6 components
402026-05-28T16:54:01.652Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T16:54:01.652Z
422026-05-28T16:54:01.682Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T16:54:01.682Z
442026-05-28T16:54:01.682Z
452026-05-28T16:54:01.682ZRust is installed now. Great!
462026-05-28T16:54:01.682Z
472026-05-28T16:54:01.682ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T16:54:01.682Zenvironment variable. This has not been done automatically.
492026-05-28T16:54:01.682Z
502026-05-28T16:54:01.682ZTo configure your current shell, you need to source
512026-05-28T16:54:01.682Zthe corresponding env file under $HOME/.cargo.
522026-05-28T16:54:01.682Z
532026-05-28T16:54:01.682ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T16:54:01.686Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T16:54:01.686Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T16:54:01.686Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T16:54:01.686Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T16:54:01.686Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T16:54:01.686Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T16:54:01.686Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T16:54:01.686Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T16:54:01.781Z+ rustup --version
632026-05-28T16:54:01.786Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T16:54:01.790Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T16:54:01.807Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T16:54:01.811Z+ cargo --version
672026-05-28T16:54:01.818Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T16:54:01.822Z+ rustc --version
692026-05-28T16:54:01.842Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T16:54:01.847Zprocess exited: duration 16242 ms, exit code 0
 
712026-05-28T16:54:01.854Zstarting task 2: "authentication"
722026-05-28T16:54:01.872Zprocess exited: duration 18 ms, exit code 0
 
732026-05-28T16:54:01.879Zstarting task 3: "clone repository"
742026-05-28T16:54:01.884Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T16:54:01.887Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T16:54:01.942ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T16:54:12.440Z+ cd /work/oxidecomputer/omicron
782026-05-28T16:54:12.440Z+ git fetch origin 7692d04989d730b2e701aa5a7a6a8477f79c7249
792026-05-28T16:54:12.719ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T16:54:12.719Z * branch 7692d04989d730b2e701aa5a7a6a8477f79c7249 -> FETCH_HEAD
812026-05-28T16:54:12.733Z+ [[ -n bundle-ereport-cleanup ]]
822026-05-28T16:54:12.737Z++ git branch --show-current
832026-05-28T16:54:12.737Z+ current=main
842026-05-28T16:54:12.737Z+ [[ main != bundle-ereport-cleanup ]]
852026-05-28T16:54:12.737Z+ git branch -f bundle-ereport-cleanup 7692d04989d730b2e701aa5a7a6a8477f79c7249
862026-05-28T16:54:12.740Z+ git checkout -f bundle-ereport-cleanup
872026-05-28T16:54:12.979ZSwitched to branch 'bundle-ereport-cleanup'
882026-05-28T16:54:12.982Z+ git reset --hard 7692d04989d730b2e701aa5a7a6a8477f79c7249
892026-05-28T16:54:13.215ZHEAD is now at 7692d0498 merge
902026-05-28T16:54:13.218Zprocess exited: duration 11337 ms, exit code 0
 
912026-05-28T16:54:13.225Zstarting task 4: "build"
922026-05-28T16:54:13.230Z+ source .github/buildomat/ci-env.sh
932026-05-28T16:54:13.230Z++ export CARGO_TERM_COLOR=always
942026-05-28T16:54:13.230Z++ CARGO_TERM_COLOR=always
952026-05-28T16:54:13.230Z+ cargo --version
962026-05-28T16:54:13.240Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T16:54:13.244Z+ rustc --version
982026-05-28T16:54:13.264Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T16:54:13.267Z+ WORK=/work
1002026-05-28T16:54:13.267Z+ pfexec mkdir -p /work
1012026-05-28T16:54:13.271Z+ pfexec chown build /work
1022026-05-28T16:54:13.274Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-28T16:54:15.095Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-28T16:54:15.177Z Startup: Caching catalogs ... Done
1052026-05-28T16:54:15.442ZPlanning: Solver setup ... Done (0.229s)
1062026-05-28T16:54:15.460ZPlanning: Running solver ... Done (0.019s)
1072026-05-28T16:54:15.467ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-28T16:54:15.477ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-28T16:54:15.496ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-28T16:54:15.509ZPlanning: Package planning ... Done (0.013s)
1112026-05-28T16:54:15.512ZPlanning: Merging actions ... Done (0.002s)
1122026-05-28T16:54:15.707ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-05-28T16:54:15.710ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-28T16:54:17.070ZPlanning: Evaluating mediators ... Done (1.362s)
1152026-05-28T16:54:17.074ZPlanning: Planning completed in 1.88 seconds
1162026-05-28T16:54:17.080Z Packages to install: 2
1172026-05-28T16:54:17.080Z Estimated space available: 156.07 GB
1182026-05-28T16:54:17.080ZEstimated space to be consumed: 22.53 MB
1192026-05-28T16:54:17.080Z Create boot environment: No
1202026-05-28T16:54:17.083ZCreate backup boot environment: No
1212026-05-28T16:54:17.083Z Rebuild boot archive: No
1222026-05-28T16:54:17.083Z
1232026-05-28T16:54:17.083ZChanged packages:
1242026-05-28T16:54:17.083Zhelios
1252026-05-28T16:54:17.083Z developer/build-essential
1262026-05-28T16:54:17.083Z None -> 11-3.0
1272026-05-28T16:54:17.083Z library/libxmlsec1
1282026-05-28T16:54:17.083Z None -> 1.2.35-3.0
1292026-05-28T16:54:17.129Z
1302026-05-28T16:54:17.129ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-28T16:54:18.350ZDownload: Completed 1.28 MB in 1.22 seconds (1.1M/s)
1322026-05-28T16:54:18.409Z Actions: 1/268 actions (Installing new actions)
1332026-05-28T16:54:18.448Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-28T16:54:18.481ZFinalize: Updating package state database ... Done (0.033s)
1352026-05-28T16:54:18.481ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-28T16:54:18.500ZFinalize: Updating image state ... Done (0.019s)
1372026-05-28T16:54:21.240ZFinalize: Creating fast lookup database ... Done (2.716s)
1382026-05-28T16:54:21.319ZFinalize: Reading search index ... Done (0.023s)
1392026-05-28T16:54:21.323ZFinalize: Updating search index ... Done (0.000s)
1402026-05-28T16:54:21.399ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-28T16:54:21.703ZPlanning: Evaluating mediator changes ... Done
1422026-05-28T16:54:21.808ZPlanning: Checking for conflicting actions ... Done
1432026-05-28T16:54:21.811ZPlanning: Consolidating action changes ... Done
1442026-05-28T16:54:21.968ZPlanning: Evaluating mediators ... Done
1452026-05-28T16:54:21.972ZPlanning: Planning completed in 0.27 seconds
1462026-05-28T16:54:21.993Z Mediators to change: 2
1472026-05-28T16:54:21.993Z Create boot environment: No
1482026-05-28T16:54:21.993ZCreate backup boot environment: No
1492026-05-28T16:54:22.045ZFinalize: Updating package state database ... Done
1502026-05-28T16:54:22.046ZFinalize: Updating package cache ... Done
1512026-05-28T16:54:22.056ZFinalize: Updating image state ... Done
1522026-05-28T16:54:24.016ZFinalize: Creating fast lookup database ... Done
1532026-05-28T16:54:24.080ZFinalize: Reading search index ... Done
1542026-05-28T16:54:24.083ZFinalize: Updating search index ... Done
1552026-05-28T16:54:24.137ZFinalize: Updating package cache ... Done
1562026-05-28T16:54:24.423ZPlanning: Evaluating mediator changes ... Done
1572026-05-28T16:54:24.528ZPlanning: Checking for conflicting actions ... Done
1582026-05-28T16:54:24.531ZPlanning: Consolidating action changes ... Done
1592026-05-28T16:54:24.690ZPlanning: Evaluating mediators ... Done
1602026-05-28T16:54:24.693ZPlanning: Planning completed in 0.27 seconds
1612026-05-28T16:54:24.714Z Mediators to change: 1
1622026-05-28T16:54:24.714Z Create boot environment: No
1632026-05-28T16:54:24.714ZCreate backup boot environment: No
1642026-05-28T16:54:24.757ZFinalize: Updating package state database ... Done
1652026-05-28T16:54:24.757ZFinalize: Updating package cache ... Done
1662026-05-28T16:54:24.770ZFinalize: Updating image state ... Done
1672026-05-28T16:54:26.732ZFinalize: Creating fast lookup database ... Done
1682026-05-28T16:54:26.794ZFinalize: Reading search index ... Done
1692026-05-28T16:54:26.797ZFinalize: Updating search index ... Done
1702026-05-28T16:54:26.852ZFinalize: Updating package cache ... Done
1712026-05-28T16:54:27.164ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-28T16:54:27.164Zapache system 2.4 system
1732026-05-28T16:54:27.164Zclang system 15 system
1742026-05-28T16:54:27.164Zcsh system system illumos
1752026-05-28T16:54:27.164Zctags system system illumos
1762026-05-28T16:54:27.164Zfile vendor vendor darwinsys
1772026-05-28T16:54:27.164Zfile system system illumos
1782026-05-28T16:54:27.164Zgcc vendor 14 vendor
1792026-05-28T16:54:27.164Zgcc system 13 system
1802026-05-28T16:54:27.164Zgcc system 10 system
1812026-05-28T16:54:27.164Zgo system 1.25 system
1822026-05-28T16:54:27.164Zllvm system 15 system
1832026-05-28T16:54:27.164Zmariadb system 11.4 system
1842026-05-28T16:54:27.164Zmta vendor vendor dma
1852026-05-28T16:54:27.164Zopenjdk system 17 system
1862026-05-28T16:54:27.164Zopenjdk system 11 system
1872026-05-28T16:54:27.164Zopenssl vendor 3 vendor
1882026-05-28T16:54:27.164Zperl system 5.40 system
1892026-05-28T16:54:27.165Zpostgresql system 18 system
1902026-05-28T16:54:27.165Zpostgresql system 17 system
1912026-05-28T16:54:27.165Zpython vendor 3 vendor
1922026-05-28T16:54:27.165Zpython system 2 system
1932026-05-28T16:54:27.165Zpython3 vendor 3.13 vendor
1942026-05-28T16:54:27.165Zruby system 3.4 system
1952026-05-28T16:54:27.165Zruby system 3.0 system
1962026-05-28T16:54:27.165Zwords vendor vendor american-english
1972026-05-28T16:54:27.165Zwords system system australian-english
1982026-05-28T16:54:27.165Zwords system system british-english
1992026-05-28T16:54:27.165Zwords system system canadian-english
2002026-05-28T16:54:27.165Zwords system system french
2012026-05-28T16:54:27.165Zwords system system italian
2022026-05-28T16:54:27.165Zwords system system ngerman
2032026-05-28T16:54:27.165Zwords system system ogerman
2042026-05-28T16:54:27.165Zwords system system spanish
2052026-05-28T16:54:27.416ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-28T16:54:27.416Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-28T16:54:27.694ZFMRI IFO
2082026-05-28T16:54:27.694Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-28T16:54:27.694Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-28T16:54:27.694Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-28T16:54:27.694Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-28T16:54:27.694Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-28T16:54:27.694Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-28T16:54:27.694Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-28T16:54:27.694Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-28T16:54:27.694Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-28T16:54:27.926Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-28T16:54:28.451Z Updating crates.io index
2192026-05-28T16:54:28.455Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-28T16:54:28.947Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-28T16:54:29.425Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-28T16:54:29.974Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-28T16:54:30.818Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-28T16:54:31.412Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-28T16:54:32.960Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-28T16:54:33.865Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-28T16:54:34.096Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-28T16:54:34.952Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-28T16:54:35.338Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-28T16:54:35.695Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-28T16:54:35.988Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-28T16:54:37.090Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-28T16:54:37.679Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-28T16:54:38.029Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-28T16:54:38.322Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-28T16:54:38.598Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-28T16:54:39.150Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-28T16:54:39.435Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-28T16:54:39.709Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-28T16:54:39.982Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-28T16:54:40.422Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-28T16:54:40.912Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-28T16:54:41.146Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-28T16:54:41.913Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-28T16:54:42.221Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-28T16:54:42.538Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-28T16:54:42.866Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-28T16:54:44.167Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-28T16:54:44.638Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-28T16:54:44.896Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-28T16:54:45.295Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-28T16:54:45.662Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-28T16:54:46.084Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-28T16:54:46.842Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-28T16:54:47.159Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-28T16:54:47.484Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-28T16:54:47.787Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-28T16:54:48.183Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-28T16:54:59.771Z Downloading crates ...
2602026-05-28T16:54:59.830Z Downloaded errno v0.3.14
2612026-05-28T16:54:59.833Z Downloaded dtrace-parser v0.2.0
2622026-05-28T16:54:59.842Z Downloaded typeid v1.0.3
2632026-05-28T16:54:59.845Z Downloaded thiserror-impl v2.0.18
2642026-05-28T16:54:59.848Z Downloaded icu_normalizer v2.1.1
2652026-05-28T16:54:59.856Z Downloaded tinystr v0.8.2
2662026-05-28T16:54:59.859Z Downloaded zerofrom-derive v0.1.6
2672026-05-28T16:54:59.859Z Downloaded zerovec-derive v0.11.2
2682026-05-28T16:54:59.862Z Downloaded writeable v0.6.2
2692026-05-28T16:54:59.862Z Downloaded icu_properties_data v2.1.2
2702026-05-28T16:54:59.866Z Downloaded version_check v0.9.5
2712026-05-28T16:54:59.869Z Downloaded icu_collections v2.1.1
2722026-05-28T16:54:59.872Z Downloaded usdt-macro v0.5.0
2732026-05-28T16:54:59.872Z Downloaded usdt-impl v0.5.0
2742026-05-28T16:54:59.872Z Downloaded camino v1.2.2
2752026-05-28T16:54:59.875Z Downloaded usdt v0.5.0
2762026-05-28T16:54:59.875Z Downloaded getrandom v0.4.1
2772026-05-28T16:54:59.875Z Downloaded yoke-derive v0.8.1
2782026-05-28T16:54:59.878Z Downloaded usdt-attr-macro v0.5.0
2792026-05-28T16:54:59.878Z Downloaded toml_write v0.1.2
2802026-05-28T16:54:59.878Z Downloaded cargo-platform v0.2.0
2812026-05-28T16:54:59.878Z Downloaded plain v0.2.3
2822026-05-28T16:54:59.882Z Downloaded digest v0.10.7
2832026-05-28T16:54:59.882Z Downloaded zerofrom v0.1.6
2842026-05-28T16:54:59.882Z Downloaded block-buffer v0.10.4
2852026-05-28T16:54:59.882Z Downloaded bytecount v0.6.9
2862026-05-28T16:54:59.885Z Downloaded serde-value v0.7.0
2872026-05-28T16:54:59.885Z Downloaded macaddr v1.0.1
2882026-05-28T16:54:59.885Z Downloaded heck v0.4.1
2892026-05-28T16:54:59.885Z Downloaded cargo_metadata v0.21.0
2902026-05-28T16:54:59.885Z Downloaded utf8parse v0.2.2
2912026-05-28T16:54:59.888Z Downloaded unicode-linebreak v0.1.5
2922026-05-28T16:54:59.888Z Downloaded thread-id v4.2.2
2932026-05-28T16:54:59.888Z Downloaded scroll v0.12.0
2942026-05-28T16:54:59.888Z Downloaded equivalent v1.0.2
2952026-05-28T16:54:59.888Z Downloaded toml_datetime v0.6.11
2962026-05-28T16:54:59.891Z Downloaded clap_builder v4.5.60
2972026-05-28T16:54:59.894Z Downloaded typenum v1.19.0
2982026-05-28T16:54:59.894Z Downloaded unicode-xid v0.2.6
2992026-05-28T16:54:59.903Z Downloaded thiserror v2.0.18
3002026-05-28T16:54:59.907Z Downloaded zmij v1.0.21
3012026-05-28T16:54:59.907Z Downloaded yoke v0.8.1
3022026-05-28T16:54:59.907Z Downloaded clap_lex v1.0.0
3032026-05-28T16:54:59.907Z Downloaded thiserror-impl v1.0.69
3042026-05-28T16:54:59.907Z Downloaded itoa v1.0.17
3052026-05-28T16:54:59.907Z Downloaded form_urlencoded v1.2.2
3062026-05-28T16:54:59.907Z Downloaded percent-encoding v2.3.2
3072026-05-28T16:54:59.907Z Downloaded toml v0.8.23
3082026-05-28T16:54:59.908Z Downloaded heck v0.5.0
3092026-05-28T16:54:59.908Z Downloaded fnv v1.0.7
3102026-05-28T16:54:59.908Z Downloaded serde_tokenstream v0.2.3
3112026-05-28T16:54:59.908Z Downloaded potential_utf v0.1.4
3122026-05-28T16:54:59.911Z Downloaded colorchoice v1.0.4
3132026-05-28T16:54:59.911Z Downloaded papergrid v0.11.0
3142026-05-28T16:54:59.914Z Downloaded thiserror v1.0.69
3152026-05-28T16:54:59.917Z Downloaded ucd-trie v0.1.7
3162026-05-28T16:54:59.917Z Downloaded serde_spanned v0.6.9
3172026-05-28T16:54:59.917Z Downloaded is_terminal_polyfill v1.70.2
3182026-05-28T16:54:59.917Z Downloaded scroll_derive v0.12.1
3192026-05-28T16:54:59.917Z Downloaded dof v0.3.0
3202026-05-28T16:54:59.920Z Downloaded generic-array v0.14.7
3212026-05-28T16:54:59.920Z Downloaded utf8_iter v1.0.4
3222026-05-28T16:54:59.920Z Downloaded unicode-ident v1.0.24
3232026-05-28T16:54:59.923Z Downloaded pretty-hex v0.4.1
3242026-05-28T16:54:59.923Z Downloaded idna_adapter v1.2.1
3252026-05-28T16:54:59.923Z Downloaded clap_derive v4.5.55
3262026-05-28T16:54:59.926Z Downloaded textwrap v0.16.2
3272026-05-28T16:54:59.929Z Downloaded ordered-float v2.10.1
3282026-05-28T16:54:59.932Z Downloaded zerotrie v0.2.3
3292026-05-28T16:54:59.932Z Downloaded terminal_size v0.4.3
3302026-05-28T16:54:59.935Z Downloaded serde-untagged v0.1.9
3312026-05-28T16:54:59.935Z Downloaded toml_edit v0.22.27
3322026-05-28T16:54:59.938Z Downloaded autocfg v1.5.0
3332026-05-28T16:54:59.938Z Downloaded zerocopy-derive v0.7.35
3342026-05-28T16:54:59.941Z Downloaded memmap v0.7.0
3352026-05-28T16:54:59.941Z Downloaded url v2.5.8
3362026-05-28T16:54:59.944Z Downloaded semver v1.0.28
3372026-05-28T16:54:59.947Z Downloaded strsim v0.11.1
3382026-05-28T16:54:59.950Z Downloaded anstyle-query v1.1.5
3392026-05-28T16:54:59.953Z Downloaded zerovec v0.11.5
3402026-05-28T16:54:59.959Z Downloaded cpufeatures v0.2.17
3412026-05-28T16:54:59.962Z Downloaded zerocopy v0.7.35
3422026-05-28T16:54:59.970Z Downloaded swrite v0.1.0
3432026-05-28T16:54:59.973Z Downloaded anstream v0.6.21
3442026-05-28T16:54:59.973Z Downloaded stable_deref_trait v1.2.1
3452026-05-28T16:54:59.973Z Downloaded smawk v0.3.2
3462026-05-28T16:54:59.973Z Downloaded tabled_derive v0.7.0
3472026-05-28T16:54:59.976Z Downloaded sha2 v0.10.9
3482026-05-28T16:54:59.976Z Downloaded proc-macro-error-attr v1.0.4
3492026-05-28T16:54:59.976Z Downloaded fastrand v2.3.0
3502026-05-28T16:54:59.976Z Downloaded winnow v0.7.14
3512026-05-28T16:54:59.981Z Downloaded synstructure v0.13.2
3522026-05-28T16:54:59.984Z Downloaded unicode-width v0.2.0
3532026-05-28T16:54:59.987Z Downloaded unicode-width v0.1.14
3542026-05-28T16:54:59.990Z Downloaded cfg-if v1.0.4
3552026-05-28T16:54:59.990Z Downloaded cargo_toml v0.21.0
3562026-05-28T16:54:59.993Z Downloaded byteorder v1.5.0
3572026-05-28T16:54:59.993Z Downloaded camino-tempfile v1.4.1
3582026-05-28T16:54:59.995Z Downloaded proc-macro-error v1.0.4
3592026-05-28T16:54:59.995Z Downloaded displaydoc v0.2.5
3602026-05-28T16:54:59.998Z Downloaded crypto-common v0.1.7
3612026-05-28T16:55:00.002Z Downloaded anstyle v1.0.13
3622026-05-28T16:55:00.002Z Downloaded anstyle-parse v0.2.7
3632026-05-28T16:55:00.007Z Downloaded fs-err v3.3.0
3642026-05-28T16:55:00.010Z Downloaded pest_derive v2.8.6
3652026-05-28T16:55:00.013Z Downloaded once_cell v1.21.3
3662026-05-28T16:55:00.016Z Downloaded erased-serde v0.4.9
3672026-05-28T16:55:00.020Z Downloaded anyhow v1.0.102
3682026-05-28T16:55:00.023Z Downloaded cargo-util-schemas v0.8.2
3692026-05-28T16:55:00.027Z Downloaded smallvec v1.15.1
3702026-05-28T16:55:00.030Z Downloaded litemap v0.8.1
3712026-05-28T16:55:00.036Z Downloaded num-traits v0.2.19
3722026-05-28T16:55:00.039Z Downloaded icu_properties v2.1.2
3732026-05-28T16:55:00.042Z Downloaded pest_generator v2.8.6
3742026-05-28T16:55:00.042Z Downloaded quote v1.0.45
3752026-05-28T16:55:00.046Z Downloaded proc-macro2 v1.0.106
3762026-05-28T16:55:00.049Z Downloaded clap v4.5.60
3772026-05-28T16:55:00.053Z Downloaded serde_core v1.0.228
3782026-05-28T16:55:00.056Z Downloaded tempfile v3.25.0
3792026-05-28T16:55:00.056Z Downloaded log v0.4.29
3802026-05-28T16:55:00.059Z Downloaded icu_provider v2.1.1
3812026-05-28T16:55:00.059Z Downloaded icu_normalizer_data v2.1.1
3822026-05-28T16:55:00.062Z Downloaded bitflags v2.11.0
3832026-05-28T16:55:00.066Z Downloaded serde_derive v1.0.228
3842026-05-28T16:55:00.069Z Downloaded icu_locale_core v2.1.1
3852026-05-28T16:55:00.073Z Downloaded pest_meta v2.8.6
3862026-05-28T16:55:00.076Z Downloaded indexmap v2.14.0
3872026-05-28T16:55:00.082Z Downloaded serde v1.0.228
3882026-05-28T16:55:00.085Z Downloaded idna v1.1.0
3892026-05-28T16:55:00.089Z Downloaded memchr v2.8.0
3902026-05-28T16:55:00.106Z Downloaded pest v2.8.6
3912026-05-28T16:55:00.111Z Downloaded serde_json v1.0.149
3922026-05-28T16:55:00.115Z Downloaded goblin v0.8.2
3932026-05-28T16:55:00.120Z Downloaded hashbrown v0.17.0
3942026-05-28T16:55:00.134Z Downloaded tabled v0.15.0
3952026-05-28T16:55:00.144Z Downloaded syn v2.0.117
3962026-05-28T16:55:00.151Z Downloaded syn v1.0.109
3972026-05-28T16:55:00.171Z Downloaded rustix v1.1.3
3982026-05-28T16:55:00.197Z Downloaded libc v0.2.185
3992026-05-28T16:55:00.263Z Compiling proc-macro2 v1.0.106
4002026-05-28T16:55:00.266Z Compiling unicode-ident v1.0.24
4012026-05-28T16:55:00.266Z Compiling quote v1.0.45
4022026-05-28T16:55:00.266Z Compiling serde_core v1.0.228
4032026-05-28T16:55:00.266Z Compiling libc v0.2.185
4042026-05-28T16:55:00.266Z Compiling version_check v0.9.5
4052026-05-28T16:55:00.266Z Compiling stable_deref_trait v1.2.1
4062026-05-28T16:55:00.266Z Compiling memchr v2.8.0
4072026-05-28T16:55:00.266Z Compiling serde v1.0.228
4082026-05-28T16:55:00.266Z Compiling zmij v1.0.21
4092026-05-28T16:55:00.449Z Compiling itoa v1.0.17
4102026-05-28T16:55:00.459Z Compiling ucd-trie v0.1.7
4112026-05-28T16:55:00.462Z Compiling autocfg v1.5.0
4122026-05-28T16:55:00.462Z Compiling thiserror v1.0.69
4132026-05-28T16:55:00.462Z Compiling litemap v0.8.1
4142026-05-28T16:55:00.642Z Compiling writeable v0.6.2
4152026-05-28T16:55:00.715Z Compiling icu_properties_data v2.1.2
4162026-05-28T16:55:00.773Z Compiling icu_normalizer_data v2.1.1
4172026-05-28T16:55:00.913Z Compiling byteorder v1.5.0
4182026-05-28T16:55:00.917Z Compiling rustix v1.1.3
4192026-05-28T16:55:00.949Z Compiling pest v2.8.6
4202026-05-28T16:55:01.066Z Compiling bitflags v2.11.0
4212026-05-28T16:55:01.115Z Compiling serde_json v1.0.149
4222026-05-28T16:55:01.171Z Compiling num-traits v0.2.19
4232026-05-28T16:55:01.187Z Compiling hashbrown v0.17.0
4242026-05-28T16:55:01.236Z Compiling equivalent v1.0.2
4252026-05-28T16:55:01.347Z Compiling smallvec v1.15.1
4262026-05-28T16:55:01.351Z Compiling typeid v1.0.3
4272026-05-28T16:55:01.402Z Compiling proc-macro-error-attr v1.0.4
4282026-05-28T16:55:01.405Z Compiling usdt-impl v0.5.0
4292026-05-28T16:55:01.471Z Compiling syn v1.0.109
4302026-05-28T16:55:01.493Z Compiling erased-serde v0.4.9
4312026-05-28T16:55:01.496Z Compiling winnow v0.7.14
4322026-05-28T16:55:01.530Z Compiling errno v0.3.14
4332026-05-28T16:55:01.609Z Compiling thread-id v4.2.2
4342026-05-28T16:55:01.640Z Compiling toml_write v0.1.2
4352026-05-28T16:55:01.739Z Compiling proc-macro-error v1.0.4
4362026-05-28T16:55:01.847Z Compiling indexmap v2.14.0
4372026-05-28T16:55:01.872Z Compiling utf8parse v0.2.2
4382026-05-28T16:55:01.910Z Compiling log v0.4.29
4392026-05-28T16:55:01.964Z Compiling syn v2.0.117
4402026-05-28T16:55:01.982Z Compiling plain v0.2.3
4412026-05-28T16:55:02.006Z Compiling utf8_iter v1.0.4
4422026-05-28T16:55:02.024Z Compiling thiserror v2.0.18
4432026-05-28T16:55:02.028Z Compiling getrandom v0.4.1
4442026-05-28T16:55:02.028Z Compiling camino v1.2.2
4452026-05-28T16:55:02.079Z Compiling percent-encoding v2.3.2
4462026-05-28T16:55:02.098Z Compiling pest_meta v2.8.6
4472026-05-28T16:55:02.266Z Compiling form_urlencoded v1.2.2
4482026-05-28T16:55:02.305Z Compiling anstyle-parse v0.2.7
4492026-05-28T16:55:02.473Z Compiling ordered-float v2.10.1
4502026-05-28T16:55:02.492Z Compiling cfg-if v1.0.4
4512026-05-28T16:55:02.496Z Compiling is_terminal_polyfill v1.70.2
4522026-05-28T16:55:02.529Z Compiling anstyle-query v1.1.5
4532026-05-28T16:55:02.533Z Compiling pretty-hex v0.4.1
4542026-05-28T16:55:02.567Z Compiling anstyle v1.0.13
4552026-05-28T16:55:02.586Z Compiling colorchoice v1.0.4
4562026-05-28T16:55:02.660Z Compiling fs-err v3.3.0
4572026-05-28T16:55:02.681Z Compiling unicode-xid v0.2.6
4582026-05-28T16:55:02.700Z Compiling terminal_size v0.4.3
4592026-05-28T16:55:02.730Z Compiling clap_lex v1.0.0
4602026-05-28T16:55:02.755Z Compiling anstream v0.6.21
4612026-05-28T16:55:02.777Z Compiling fnv v1.0.7
4622026-05-28T16:55:02.805Z Compiling strsim v0.11.1
4632026-05-28T16:55:02.823Z Compiling anyhow v1.0.102
4642026-05-28T16:55:02.967Z Compiling semver v1.0.28
4652026-05-28T16:55:02.997Z Compiling fastrand v2.3.0
4662026-05-28T16:55:03.027Z Compiling heck v0.4.1
4672026-05-28T16:55:03.059Z Compiling once_cell v1.21.3
4682026-05-28T16:55:03.098Z Compiling bytecount v0.6.9
4692026-05-28T16:55:03.140Z Compiling unicode-width v0.1.14
4702026-05-28T16:55:03.210Z Compiling heck v0.5.0
4712026-05-28T16:55:03.278Z Compiling tempfile v3.25.0
4722026-05-28T16:55:03.317Z Compiling serde-untagged v0.1.9
4732026-05-28T16:55:03.320Z Compiling clap_builder v4.5.60
4742026-05-28T16:55:03.354Z Compiling memmap v0.7.0
4752026-05-28T16:55:03.408Z Compiling smawk v0.3.2
4762026-05-28T16:55:03.481Z Compiling papergrid v0.11.0
4772026-05-28T16:55:03.498Z Compiling unicode-linebreak v0.1.5
4782026-05-28T16:55:03.513Z Compiling unicode-width v0.2.0
4792026-05-28T16:55:03.565Z Compiling camino-tempfile v1.4.1
4802026-05-28T16:55:03.603Z Compiling swrite v0.1.0
4812026-05-28T16:55:03.708Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-28T16:55:03.769Z Compiling textwrap v0.16.2
4832026-05-28T16:55:04.026Z Compiling tabled_derive v0.7.0
4842026-05-28T16:55:04.587Z Compiling synstructure v0.13.2
4852026-05-28T16:55:04.587Z Compiling pest_generator v2.8.6
4862026-05-28T16:55:04.684Z Compiling tabled v0.15.0
4872026-05-28T16:55:05.101Z Compiling serde_derive v1.0.228
4882026-05-28T16:55:05.101Z Compiling zerofrom-derive v0.1.6
4892026-05-28T16:55:05.104Z Compiling yoke-derive v0.8.1
4902026-05-28T16:55:05.104Z Compiling zerovec-derive v0.11.2
4912026-05-28T16:55:05.104Z Compiling displaydoc v0.2.5
4922026-05-28T16:55:05.105Z Compiling thiserror-impl v1.0.69
4932026-05-28T16:55:05.185Z Compiling zerocopy-derive v0.7.35
4942026-05-28T16:55:05.188Z Compiling scroll_derive v0.12.1
4952026-05-28T16:55:05.203Z Compiling pest_derive v2.8.6
4962026-05-28T16:55:05.234Z Compiling thiserror-impl v2.0.18
4972026-05-28T16:55:05.264Z Compiling clap_derive v4.5.55
4982026-05-28T16:55:05.848Z Compiling scroll v0.12.0
4992026-05-28T16:55:06.008Z Compiling zerocopy v0.7.35
5002026-05-28T16:55:06.068Z Compiling goblin v0.8.2
5012026-05-28T16:55:06.247Z Compiling zerofrom v0.1.6
5022026-05-28T16:55:06.293Z Compiling dtrace-parser v0.2.0
5032026-05-28T16:55:06.352Z Compiling yoke v0.8.1
5042026-05-28T16:55:06.506Z Compiling zerovec v0.11.5
5052026-05-28T16:55:06.506Z Compiling zerotrie v0.2.3
5062026-05-28T16:55:06.615Z Compiling clap v4.5.60
5072026-05-28T16:55:06.925Z Compiling tinystr v0.8.2
5082026-05-28T16:55:06.925Z Compiling potential_utf v0.1.4
5092026-05-28T16:55:07.042Z Compiling icu_collections v2.1.1
5102026-05-28T16:55:07.097Z Compiling icu_locale_core v2.1.1
5112026-05-28T16:55:07.572Z Compiling toml_datetime v0.6.11
5122026-05-28T16:55:07.572Z Compiling serde_spanned v0.6.9
5132026-05-28T16:55:07.572Z Compiling serde-value v0.7.0
5142026-05-28T16:55:07.572Z Compiling cargo-platform v0.2.0
5152026-05-28T16:55:07.575Z Compiling macaddr v1.0.1
5162026-05-28T16:55:07.591Z Compiling dof v0.3.0
5172026-05-28T16:55:07.594Z Compiling serde_tokenstream v0.2.3
5182026-05-28T16:55:07.656Z Compiling icu_provider v2.1.1
5192026-05-28T16:55:07.748Z Compiling toml_edit v0.22.27
5202026-05-28T16:55:07.916Z Compiling icu_normalizer v2.1.1
5212026-05-28T16:55:07.916Z Compiling icu_properties v2.1.2
5222026-05-28T16:55:08.396Z Compiling usdt-macro v0.5.0
5232026-05-28T16:55:08.399Z Compiling usdt-attr-macro v0.5.0
5242026-05-28T16:55:08.769Z Compiling idna_adapter v1.2.1
5252026-05-28T16:55:08.879Z Compiling idna v1.1.0
5262026-05-28T16:55:08.993Z Compiling usdt v0.5.0
5272026-05-28T16:55:09.105Z Compiling toml v0.8.23
5282026-05-28T16:55:09.136Z Compiling url v2.5.8
5292026-05-28T16:55:09.432Z Compiling cargo_toml v0.21.0
5302026-05-28T16:55:09.533Z Compiling cargo-util-schemas v0.8.2
5312026-05-28T16:55:10.294Z Compiling cargo_metadata v0.21.0
5322026-05-28T16:55:11.202Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-28T16:55:13.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.53s
5342026-05-28T16:55:13.575Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-28T16:55:14.144Z Downloading crates ...
5362026-05-28T16:55:14.216Z Downloaded arrayref v0.3.9
5372026-05-28T16:55:14.227Z Downloaded adler2 v2.0.1
5382026-05-28T16:55:14.227Z Downloaded array-init v0.0.4
5392026-05-28T16:55:14.227Z Downloaded atty v0.2.14
5402026-05-28T16:55:14.227Z Downloaded arc-swap v1.8.2
5412026-05-28T16:55:14.227Z Downloaded compact_str v0.8.1
5422026-05-28T16:55:14.227Z Downloaded cipher v0.4.4
5432026-05-28T16:55:14.227Z Downloaded argon2 v0.5.3
5442026-05-28T16:55:14.227Z Downloaded aead v0.5.2
5452026-05-28T16:55:14.227Z Downloaded crc32fast v1.5.0
5462026-05-28T16:55:14.227Z Downloaded ciborium v0.2.2
5472026-05-28T16:55:14.227Z Downloaded atomic-waker v1.1.2
5482026-05-28T16:55:14.227Z Downloaded ar_archive_writer v0.5.1
5492026-05-28T16:55:14.241Z Downloaded console v0.16.2
5502026-05-28T16:55:14.241Z Downloaded cargo-platform v0.3.2
5512026-05-28T16:55:14.241Z Downloaded darling_macro v0.21.3
5522026-05-28T16:55:14.241Z Downloaded clang-sys v1.8.1
5532026-05-28T16:55:14.241Z Downloaded base16ct v0.2.0
5542026-05-28T16:55:14.241Z Downloaded darling_core v0.13.4
5552026-05-28T16:55:14.254Z Downloaded compression-core v0.4.31
5562026-05-28T16:55:14.254Z Downloaded defmt v1.0.1
5572026-05-28T16:55:14.254Z Downloaded derive_builder_core v0.20.2
5582026-05-28T16:55:14.254Z Downloaded curve25519-dalek-derive v0.1.1
5592026-05-28T16:55:14.254Z Downloaded const-oid v0.9.6
5602026-05-28T16:55:14.254Z Downloaded ahash v0.8.12
5612026-05-28T16:55:14.255Z Downloaded bb8 v0.8.6
5622026-05-28T16:55:14.255Z Downloaded darling_macro v0.23.0
5632026-05-28T16:55:14.255Z Downloaded flagset v0.4.7
5642026-05-28T16:55:14.267Z Downloaded backon v1.6.0
5652026-05-28T16:55:14.267Z Downloaded darling v0.23.0
5662026-05-28T16:55:14.267Z Downloaded dsl_auto_type v0.2.0
5672026-05-28T16:55:14.267Z Downloaded cobs v0.3.0
5682026-05-28T16:55:14.267Z Downloaded ciborium-io v0.2.2
5692026-05-28T16:55:14.267Z Downloaded camino-tempfile-ext v0.3.3
5702026-05-28T16:55:14.267Z Downloaded env_logger v0.11.9
5712026-05-28T16:55:14.279Z Downloaded darling v0.13.4
5722026-05-28T16:55:14.279Z Downloaded convert_case v0.4.0
5732026-05-28T16:55:14.279Z Downloaded atomicwrites v0.4.4
5742026-05-28T16:55:14.279Z Downloaded ecdsa v0.16.9
5752026-05-28T16:55:14.279Z Downloaded display-error-chain v0.2.2
5762026-05-28T16:55:14.279Z Downloaded colored v2.2.0
5772026-05-28T16:55:14.279Z Downloaded corncobs v0.1.4
5782026-05-28T16:55:14.279Z Downloaded darling_macro v0.13.4
5792026-05-28T16:55:14.279Z Downloaded embedded-io v0.6.1
5802026-05-28T16:55:14.280Z Downloaded dunce v1.0.5
5812026-05-28T16:55:14.280Z Downloaded crc-catalog v2.4.0
5822026-05-28T16:55:14.296Z Downloaded float-cmp v0.10.0
5832026-05-28T16:55:14.296Z Downloaded bitfield-macros v0.19.4
5842026-05-28T16:55:14.296Z Downloaded async-stream-impl v0.3.6
5852026-05-28T16:55:14.296Z Downloaded bit-set v0.5.3
5862026-05-28T16:55:14.296Z Downloaded dropshot-api-manager-types v0.7.2
5872026-05-28T16:55:14.296Z Downloaded defmt-parser v1.0.0
5882026-05-28T16:55:14.296Z Downloaded crc8 v0.1.1
5892026-05-28T16:55:14.297Z Downloaded darling v0.21.3
5902026-05-28T16:55:14.307Z Downloaded foreign-types-macros v0.2.3
5912026-05-28T16:55:14.307Z Downloaded cpufeatures v0.3.0
5922026-05-28T16:55:14.307Z Downloaded cfg_aliases v0.2.1
5932026-05-28T16:55:14.307Z Downloaded float-ord v0.3.2
5942026-05-28T16:55:14.307Z Downloaded env_filter v1.0.0
5952026-05-28T16:55:14.307Z Downloaded console v0.15.11
5962026-05-28T16:55:14.307Z Downloaded cargo_metadata v0.23.1
5972026-05-28T16:55:14.307Z Downloaded cancel-safe-futures v0.1.5
5982026-05-28T16:55:14.322Z Downloaded fixedbitset v0.4.2
5992026-05-28T16:55:14.322Z Downloaded embedded-io v0.4.0
6002026-05-28T16:55:14.322Z Downloaded async-stream v0.3.6
6012026-05-28T16:55:14.322Z Downloaded ciborium-ll v0.2.2
6022026-05-28T16:55:14.322Z Downloaded dyn-clone v1.0.20
6032026-05-28T16:55:14.322Z Downloaded cfg_aliases v0.1.1
6042026-05-28T16:55:14.322Z Downloaded cstr-argument v0.1.2
6052026-05-28T16:55:14.322Z Downloaded endian-type v0.1.2
6062026-05-28T16:55:14.322Z Downloaded enum-as-inner v0.6.1
6072026-05-28T16:55:14.322Z Downloaded castaway v0.2.4
6082026-05-28T16:55:14.322Z Downloaded defmt v0.3.100
6092026-05-28T16:55:14.322Z Downloaded foreign-types-shared v0.1.1
6102026-05-28T16:55:14.322Z Downloaded ascii-canvas v3.0.0
6112026-05-28T16:55:14.322Z Downloaded assert_matches v1.5.0
6122026-05-28T16:55:14.323Z Downloaded bit-set v0.8.0
6132026-05-28T16:55:14.323Z Downloaded downcast-rs v2.0.2
6142026-05-28T16:55:14.323Z Downloaded futures-task v0.3.32
6152026-05-28T16:55:14.323Z Downloaded async-recursion v1.1.1
6162026-05-28T16:55:14.336Z Downloaded debug-ignore v1.0.5
6172026-05-28T16:55:14.336Z Downloaded dirs-sys-next v0.1.2
6182026-05-28T16:55:14.336Z Downloaded crucible-workspace-hack v0.1.0
6192026-05-28T16:55:14.336Z Downloaded document-features v0.2.12
6202026-05-28T16:55:14.337Z Downloaded futures-macro v0.3.32
6212026-05-28T16:55:14.337Z Downloaded futures-io v0.3.32
6222026-05-28T16:55:14.337Z Downloaded dtrace-parser v0.3.0
6232026-05-28T16:55:14.337Z Downloaded block-padding v0.3.3
6242026-05-28T16:55:14.337Z Downloaded difflib v0.4.0
6252026-05-28T16:55:14.337Z Downloaded futures-sink v0.3.32
6262026-05-28T16:55:14.337Z Downloaded crunchy v0.2.4
6272026-05-28T16:55:14.337Z Downloaded fd-lock v4.0.4
6282026-05-28T16:55:14.346Z Downloaded darling_macro v0.20.11
6292026-05-28T16:55:14.346Z Downloaded bitfield-struct v0.6.2
6302026-05-28T16:55:14.346Z Downloaded bcrypt-pbkdf v0.10.0
6312026-05-28T16:55:14.346Z Downloaded diesel_table_macro_syntax v0.3.0
6322026-05-28T16:55:14.346Z Downloaded git-stub v1.0.0
6332026-05-28T16:55:14.346Z Downloaded foreign-types v0.5.0
6342026-05-28T16:55:14.346Z Downloaded fxhash v0.2.1
6352026-05-28T16:55:14.347Z Downloaded ctr v0.9.2
6362026-05-28T16:55:14.358Z Downloaded foldhash v0.1.5
6372026-05-28T16:55:14.358Z Downloaded critical-section v1.2.0
6382026-05-28T16:55:14.358Z Downloaded daft v0.1.7
6392026-05-28T16:55:14.358Z Downloaded ed25519 v2.2.3
6402026-05-28T16:55:14.358Z Downloaded byte-wrapper v0.1.0
6412026-05-28T16:55:14.358Z Downloaded base64 v0.21.7
6422026-05-28T16:55:14.364Z Downloaded foreign-types v0.3.2
6432026-05-28T16:55:14.364Z Downloaded cexpr v0.6.0
6442026-05-28T16:55:14.364Z Downloaded const_format_proc_macros v0.2.34
6452026-05-28T16:55:14.364Z Downloaded foldhash v0.2.0
6462026-05-28T16:55:14.364Z Downloaded blowfish v0.9.1
6472026-05-28T16:55:14.364Z Downloaded cassowary v0.3.0
6482026-05-28T16:55:14.364Z Downloaded funty v2.0.0
6492026-05-28T16:55:14.364Z Downloaded chacha20 v0.9.1
6502026-05-28T16:55:14.364Z Downloaded cbc v0.1.2
6512026-05-28T16:55:14.364Z Downloaded bit-vec v0.6.3
6522026-05-28T16:55:14.364Z Downloaded ghash v0.5.1
6532026-05-28T16:55:14.364Z Downloaded headers-core v0.3.0
6542026-05-28T16:55:14.364Z Downloaded foreign-types-shared v0.3.1
6552026-05-28T16:55:14.368Z Downloaded home v0.5.12
6562026-05-28T16:55:14.368Z Downloaded hex v0.4.3
6572026-05-28T16:55:14.368Z Downloaded hash32 v0.2.1
6582026-05-28T16:55:14.368Z Downloaded der_derive v0.7.3
6592026-05-28T16:55:14.372Z Downloaded hash32 v0.3.1
6602026-05-28T16:55:14.372Z Downloaded ff v0.13.1
6612026-05-28T16:55:14.372Z Downloaded dof v0.4.0
6622026-05-28T16:55:14.380Z Downloaded fallible-iterator v0.2.0
6632026-05-28T16:55:14.380Z Downloaded hex-literal v0.4.1
6642026-05-28T16:55:14.380Z Downloaded dirs-next v2.0.0
6652026-05-28T16:55:14.380Z Downloaded diesel-dtrace v0.5.0
6662026-05-28T16:55:14.380Z Downloaded defmt-macros v1.0.1
6672026-05-28T16:55:14.381Z Downloaded deranged v0.5.8
6682026-05-28T16:55:14.390Z Downloaded find-msvc-tools v0.1.9
6692026-05-28T16:55:14.390Z Downloaded derive_builder_macro v0.20.2
6702026-05-28T16:55:14.390Z Downloaded derive-ex v0.1.8
6712026-05-28T16:55:14.391Z Downloaded fs-err v2.11.0
6722026-05-28T16:55:14.391Z Downloaded bit-vec v0.8.0
6732026-05-28T16:55:14.391Z Downloaded ena v0.14.4
6742026-05-28T16:55:14.400Z Downloaded futures-core v0.3.32
6752026-05-28T16:55:14.400Z Downloaded fixedbitset v0.5.7
6762026-05-28T16:55:14.400Z Downloaded http-range v0.1.5
6772026-05-28T16:55:14.400Z Downloaded buf-list v1.1.2
6782026-05-28T16:55:14.400Z Downloaded diff v0.1.13
6792026-05-28T16:55:14.400Z Downloaded git-stub-vcs v0.1.0
6802026-05-28T16:55:14.400Z Downloaded futures-executor v0.3.32
6812026-05-28T16:55:14.400Z Downloaded fs_extra v1.3.0
6822026-05-28T16:55:14.400Z Downloaded derive_builder v0.20.2
6832026-05-28T16:55:14.403Z Downloaded blake2 v0.10.6
6842026-05-28T16:55:14.403Z Downloaded darling v0.20.11
6852026-05-28T16:55:14.403Z Downloaded daft-derive v0.1.7
6862026-05-28T16:55:14.406Z Downloaded hubpack_derive v0.1.1
6872026-05-28T16:55:14.406Z Downloaded bzip2 v0.6.1
6882026-05-28T16:55:14.410Z Downloaded hubpack v0.1.2
6892026-05-28T16:55:14.410Z Downloaded hostname v0.4.2
6902026-05-28T16:55:14.410Z Downloaded ident_case v1.0.1
6912026-05-28T16:55:14.414Z Downloaded chacha20 v0.10.0
6922026-05-28T16:55:14.414Z Downloaded hyper-tls v0.6.0
6932026-05-28T16:55:14.414Z Downloaded indent_write v2.2.0
6942026-05-28T16:55:14.417Z Downloaded colored v3.1.1
6952026-05-28T16:55:14.417Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-28T16:55:14.417Z Downloaded illumos-nvpair v0.3.0
6972026-05-28T16:55:14.418Z Downloaded des v0.8.1
6982026-05-28T16:55:14.422Z Downloaded derive_more-impl v2.1.1
6992026-05-28T16:55:14.425Z Downloaded inout v0.1.4
7002026-05-28T16:55:14.425Z Downloaded instant v0.1.13
7012026-05-28T16:55:14.425Z Downloaded instability v0.3.11
7022026-05-28T16:55:14.425Z Downloaded group v0.13.0
7032026-05-28T16:55:14.428Z Downloaded internet-checksum v0.2.1
7042026-05-28T16:55:14.428Z Downloaded gethostname v0.5.0
7052026-05-28T16:55:14.428Z Downloaded globset v0.4.18
7062026-05-28T16:55:14.428Z Downloaded glob v0.3.3
7072026-05-28T16:55:14.431Z Downloaded bcs v0.1.6
7082026-05-28T16:55:14.431Z Downloaded is_ci v1.2.0
7092026-05-28T16:55:14.431Z Downloaded is-terminal v0.4.17
7102026-05-28T16:55:14.434Z Downloaded backoff v0.4.0
7112026-05-28T16:55:14.434Z Downloaded erased-serde v0.3.31
7122026-05-28T16:55:14.437Z Downloaded filetime v0.2.27
7132026-05-28T16:55:14.437Z Downloaded convert_case v0.10.0
7142026-05-28T16:55:14.437Z Downloaded base64ct v1.8.3
7152026-05-28T16:55:14.441Z Downloaded http-body v1.0.1
7162026-05-28T16:55:14.441Z Downloaded hostname v0.3.1
7172026-05-28T16:55:14.441Z Downloaded fatfs v0.3.6
7182026-05-28T16:55:14.444Z Downloaded arrayvec v0.7.6
7192026-05-28T16:55:14.449Z Downloaded async-trait v0.1.89
7202026-05-28T16:55:14.449Z Downloaded keccak v0.1.6
7212026-05-28T16:55:14.452Z Downloaded highway v1.3.0
7222026-05-28T16:55:14.452Z Downloaded getrandom v0.2.17
7232026-05-28T16:55:14.452Z Downloaded httpdate v1.0.3
7242026-05-28T16:55:14.452Z Downloaded elliptic-curve v0.13.8
7252026-05-28T16:55:14.456Z Downloaded lazy_static v1.5.0
7262026-05-28T16:55:14.456Z Downloaded lalrpop-util v0.19.12
7272026-05-28T16:55:14.459Z Downloaded either v1.15.0
7282026-05-28T16:55:14.459Z Downloaded cookie v0.18.1
7292026-05-28T16:55:14.459Z Downloaded derive-where v1.6.0
7302026-05-28T16:55:14.462Z Downloaded crossbeam-epoch v0.9.18
7312026-05-28T16:55:14.462Z Downloaded http-body-util v0.1.3
7322026-05-28T16:55:14.467Z Downloaded async-bb8-diesel v0.2.1
7332026-05-28T16:55:14.467Z Downloaded linked-hash-map v0.5.6
7342026-05-28T16:55:14.470Z Downloaded managed v0.8.0
7352026-05-28T16:55:14.470Z Downloaded hyper-staticfile v0.10.1
7362026-05-28T16:55:14.470Z Downloaded humantime v2.3.0
7372026-05-28T16:55:14.470Z Downloaded lru-slab v0.1.2
7382026-05-28T16:55:14.473Z Downloaded flume v0.11.1
7392026-05-28T16:55:14.473Z Downloaded indoc v1.0.9
7402026-05-28T16:55:14.477Z Downloaded maybe-uninit v2.0.0
7412026-05-28T16:55:14.477Z Downloaded match_cfg v0.1.0
7422026-05-28T16:55:14.477Z Downloaded maplit v1.0.2
7432026-05-28T16:55:14.480Z Downloaded libscf-sys v1.1.0
7442026-05-28T16:55:14.480Z Downloaded lzss v0.8.2
7452026-05-28T16:55:14.480Z Downloaded md5 v0.7.0
7462026-05-28T16:55:14.480Z Downloaded md-5 v0.10.6
7472026-05-28T16:55:14.483Z Downloaded impl-trait-for-tuples v0.2.3
7482026-05-28T16:55:14.483Z Downloaded der v0.7.10
7492026-05-28T16:55:14.502Z Downloaded mime v0.3.17
7502026-05-28T16:55:14.502Z Downloaded indoc v2.0.7
7512026-05-28T16:55:14.502Z Downloaded ipnetwork v0.21.1
7522026-05-28T16:55:14.502Z Downloaded memoffset v0.9.1
7532026-05-28T16:55:14.502Z Downloaded futures-channel v0.3.32
7542026-05-28T16:55:14.502Z Downloaded multimap v0.10.1
7552026-05-28T16:55:14.502Z Downloaded half v1.8.3
7562026-05-28T16:55:14.502Z Downloaded num v0.4.3
7572026-05-28T16:55:14.502Z Downloaded nodrop v0.1.14
7582026-05-28T16:55:14.502Z Downloaded num-conv v0.2.0
7592026-05-28T16:55:14.502Z Downloaded ipnet v2.11.0
7602026-05-28T16:55:14.502Z Downloaded nonempty v0.12.0
7612026-05-28T16:55:14.502Z Downloaded nibble_vec v0.1.0
7622026-05-28T16:55:14.502Z Downloaded newtype_derive v0.1.6
7632026-05-28T16:55:14.506Z Downloaded new_debug_unreachable v1.0.6
7642026-05-28T16:55:14.506Z Downloaded jobserver v0.1.34
7652026-05-28T16:55:14.506Z Downloaded ingot-types v0.1.2
7662026-05-28T16:55:14.506Z Downloaded num-iter v0.1.45
7672026-05-28T16:55:14.506Z Downloaded aes v0.8.4
7682026-05-28T16:55:14.509Z Downloaded getrandom v0.3.4
7692026-05-28T16:55:14.509Z Downloaded kstat-rs v0.2.4
7702026-05-28T16:55:14.512Z Downloaded hmac v0.12.1
7712026-05-28T16:55:14.512Z Downloaded futures v0.3.32
7722026-05-28T16:55:14.515Z Downloaded normalize-line-endings v0.3.0
7732026-05-28T16:55:14.515Z Downloaded newline-converter v0.3.0
7742026-05-28T16:55:14.515Z Downloaded num_threads v0.1.7
7752026-05-28T16:55:14.518Z Downloaded num-derive v0.4.2
7762026-05-28T16:55:14.518Z Downloaded httparse v1.10.1
7772026-05-28T16:55:14.522Z Downloaded opaque-debug v0.3.1
7782026-05-28T16:55:14.522Z Downloaded allocator-api2 v0.2.21
7792026-05-28T16:55:14.525Z Downloaded olpc-cjson v0.1.4
7802026-05-28T16:55:14.525Z Downloaded darling_core v0.21.3
7812026-05-28T16:55:14.528Z Downloaded num_enum_derive v0.5.11
7822026-05-28T16:55:14.528Z Downloaded lru v0.12.5
7832026-05-28T16:55:14.528Z Downloaded hyper-rustls v0.27.7
7842026-05-28T16:55:14.531Z Downloaded chacha20poly1305 v0.10.1
7852026-05-28T16:55:14.531Z Downloaded derive_more v0.99.20
7862026-05-28T16:55:14.534Z Downloaded openssl-probe v0.2.1
7872026-05-28T16:55:14.537Z Downloaded openssl-macros v0.1.1
7882026-05-28T16:55:14.537Z Downloaded libefi-sys v0.1.0
7892026-05-28T16:55:14.537Z Downloaded oso-derive v0.27.3
7902026-05-28T16:55:14.537Z Downloaded lru-cache v0.1.2
7912026-05-28T16:55:14.537Z Downloaded const_format v0.2.35
7922026-05-28T16:55:14.540Z Downloaded lock_api v0.4.14
7932026-05-28T16:55:14.543Z Downloaded linear-map v1.2.0
7942026-05-28T16:55:14.543Z Downloaded libsw v3.5.0
7952026-05-28T16:55:14.543Z Downloaded iana-time-zone v0.1.65
7962026-05-28T16:55:14.546Z Downloaded nanorand v0.7.0
7972026-05-28T16:55:14.546Z Downloaded half v2.7.1
7982026-05-28T16:55:14.549Z Downloaded crc-any v2.5.0
7992026-05-28T16:55:14.552Z Downloaded ingot-macros v0.1.1
8002026-05-28T16:55:14.552Z Downloaded bzip2 v0.4.4
8012026-05-28T16:55:14.552Z Downloaded ingot v0.1.1
8022026-05-28T16:55:14.556Z Downloaded multer v3.1.0
8032026-05-28T16:55:14.556Z Downloaded mime_guess v2.0.5
8042026-05-28T16:55:14.559Z Downloaded crossbeam-utils v0.8.21
8052026-05-28T16:55:14.559Z Downloaded path-slash v0.1.5
8062026-05-28T16:55:14.562Z Downloaded native-tls v0.2.18
8072026-05-28T16:55:14.562Z Downloaded pbkdf2 v0.11.0
8082026-05-28T16:55:14.562Z Downloaded parse-size v1.1.0
8092026-05-28T16:55:14.564Z Downloaded num-integer v0.1.46
8102026-05-28T16:55:14.564Z Downloaded pbkdf2 v0.12.2
8112026-05-28T16:55:14.565Z Downloaded num-derive v0.3.3
8122026-05-28T16:55:14.568Z Downloaded drift v0.2.0
8132026-05-28T16:55:14.572Z Downloaded newtype-uuid v1.3.2
8142026-05-28T16:55:14.575Z Downloaded dropshot_endpoint v0.17.0
8152026-05-28T16:55:14.578Z Downloaded cookie_store v0.22.1
8162026-05-28T16:55:14.578Z Downloaded num_enum v0.7.5
8172026-05-28T16:55:14.581Z Downloaded ed25519-dalek v2.2.0
8182026-05-28T16:55:14.584Z Downloaded pin-utils v0.1.0
8192026-05-28T16:55:14.584Z Downloaded num-rational v0.4.2
8202026-05-28T16:55:14.584Z Downloaded darling_core v0.20.11
8212026-05-28T16:55:14.587Z Downloaded num-complex v0.4.6
8222026-05-28T16:55:14.590Z Downloaded nu-ansi-term v0.50.3
8232026-05-28T16:55:14.590Z Downloaded phf_shared v0.13.1
8242026-05-28T16:55:14.590Z Downloaded libloading v0.8.9
8252026-05-28T16:55:14.593Z Downloaded phf_shared v0.12.1
8262026-05-28T16:55:14.593Z Downloaded phf_shared v0.11.3
8272026-05-28T16:55:14.593Z Downloaded oxnet v0.1.4
8282026-05-28T16:55:14.596Z Downloaded oxide-tokio-rt v0.1.4
8292026-05-28T16:55:14.596Z Downloaded num_enum_derive v0.7.5
8302026-05-28T16:55:14.599Z Downloaded owo-colors v4.3.0
8312026-05-28T16:55:14.599Z Downloaded num_enum v0.5.11
8322026-05-28T16:55:14.602Z Downloaded predicates-core v1.0.10
8332026-05-28T16:55:14.603Z Downloaded ignore v0.4.25
8342026-05-28T16:55:14.606Z Downloaded bytes v1.11.1
8352026-05-28T16:55:14.606Z Downloaded packed_struct_codegen v0.10.1
8362026-05-28T16:55:14.609Z Downloaded packed_struct v0.10.1
8372026-05-28T16:55:14.609Z Downloaded libsw-core v0.3.2
8382026-05-28T16:55:14.609Z Downloaded peg-runtime v0.8.5
8392026-05-28T16:55:14.612Z Downloaded newtype-uuid-macros v0.1.0
8402026-05-28T16:55:14.612Z Downloaded crc v3.4.0
8412026-05-28T16:55:14.612Z Downloaded progenitor-client v0.10.0
8422026-05-28T16:55:14.616Z Downloaded powerfmt v0.2.0
8432026-05-28T16:55:14.616Z Downloaded progenitor-macro v0.14.0
8442026-05-28T16:55:14.616Z Downloaded memmap2 v0.9.10
8452026-05-28T16:55:14.619Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-05-28T16:55:14.619Z Downloaded proc-macro-crate v3.4.0
8472026-05-28T16:55:14.619Z Downloaded proc-macro-crate v1.3.1
8482026-05-28T16:55:14.619Z Downloaded predicates-tree v1.0.13
8492026-05-28T16:55:14.622Z Downloaded paste v1.0.15
8502026-05-28T16:55:14.622Z Downloaded heapless v0.7.17
8512026-05-28T16:55:14.625Z Downloaded headers v0.4.1
8522026-05-28T16:55:14.640Z Downloaded quick-error v1.2.3
8532026-05-28T16:55:14.643Z Downloaded base64 v0.22.1
8542026-05-28T16:55:14.646Z Downloaded progenitor-client v0.14.0
8552026-05-28T16:55:14.646Z Downloaded progenitor-client v0.11.2
8562026-05-28T16:55:14.646Z Downloaded password-hash v0.5.0
8572026-05-28T16:55:14.646Z Downloaded password-hash v0.4.2
8582026-05-28T16:55:14.650Z Downloaded progenitor-macro v0.11.2
8592026-05-28T16:55:14.650Z Downloaded darling_core v0.23.0
8602026-05-28T16:55:14.653Z Downloaded pem-rfc7468 v0.7.0
8612026-05-28T16:55:14.653Z Downloaded peg v0.8.5
8622026-05-28T16:55:14.656Z Downloaded radium v0.7.0
8632026-05-28T16:55:14.659Z Downloaded crossbeam-channel v0.5.15
8642026-05-28T16:55:14.659Z Downloaded psl-types v2.0.11
8652026-05-28T16:55:14.662Z Downloaded peg-macros v0.8.5
8662026-05-28T16:55:14.662Z Downloaded async-compression v0.4.41
8672026-05-28T16:55:14.664Z Downloaded pkcs8 v0.10.2
8682026-05-28T16:55:14.667Z Downloaded phf v0.13.1
8692026-05-28T16:55:14.667Z Downloaded openssl-probe v0.1.6
8702026-05-28T16:55:14.670Z Downloaded rand_xorshift v0.4.0
8712026-05-28T16:55:14.670Z Downloaded rand_chacha v0.3.1
8722026-05-28T16:55:14.670Z Downloaded poly1305 v0.8.0
8732026-05-28T16:55:14.673Z Downloaded pin-project-lite v0.2.17
8742026-05-28T16:55:14.676Z Downloaded predicates v3.1.4
8752026-05-28T16:55:14.676Z Downloaded pkg-config v0.3.32
8762026-05-28T16:55:14.679Z Downloaded crypto-bigint v0.5.5
8772026-05-28T16:55:14.682Z Downloaded ref-cast-impl v1.0.25
8782026-05-28T16:55:14.685Z Downloaded ppv-lite86 v0.2.21
8792026-05-28T16:55:14.685Z Downloaded polyval v0.6.2
8802026-05-28T16:55:14.685Z Downloaded ref-cast v1.0.25
8812026-05-28T16:55:14.688Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-05-28T16:55:14.688Z Downloaded parking_lot v0.11.2
8832026-05-28T16:55:14.691Z Downloaded recursive v0.1.1
8842026-05-28T16:55:14.691Z Downloaded progenitor-client v0.13.0
8852026-05-28T16:55:14.691Z Downloaded parking_lot v0.12.5
8862026-05-28T16:55:14.694Z Downloaded hickory-resolver v0.25.2
8872026-05-28T16:55:14.694Z Downloaded indicatif v0.18.4
8882026-05-28T16:55:14.698Z Downloaded parking_lot_core v0.9.12
8892026-05-28T16:55:14.701Z Downloaded hickory-resolver v0.24.4
8902026-05-28T16:55:14.704Z Downloaded postgres-protocol v0.6.10
8912026-05-28T16:55:14.704Z Downloaded indexmap v1.9.3
8922026-05-28T16:55:14.707Z Downloaded rfc6979 v0.4.0
8932026-05-28T16:55:14.707Z Downloaded progenitor v0.14.0
8942026-05-28T16:55:14.707Z Downloaded progenitor v0.13.0
8952026-05-28T16:55:14.710Z Downloaded progenitor v0.11.2
8962026-05-28T16:55:14.710Z Downloaded proc-macro-error2 v2.0.1
8972026-05-28T16:55:14.713Z Downloaded progenitor-extras v0.2.0
8982026-05-28T16:55:14.713Z Downloaded expectorate v1.2.0
8992026-05-28T16:55:14.716Z Downloaded rustc_version v0.1.7
9002026-05-28T16:55:14.716Z Downloaded derive_more v2.1.1
9012026-05-28T16:55:14.720Z Downloaded rustc_version v0.4.1
9022026-05-28T16:55:14.723Z Downloaded russh-cryptovec v0.7.3
9032026-05-28T16:55:14.723Z Downloaded r2d2 v0.8.10
9042026-05-28T16:55:14.723Z Downloaded pem v3.0.6
9052026-05-28T16:55:14.726Z Downloaded psm v0.1.30
9062026-05-28T16:55:14.726Z Downloaded crossterm v0.28.1
9072026-05-28T16:55:14.729Z Downloaded rustc-hash v2.1.1
9082026-05-28T16:55:14.732Z Downloaded rand_chacha v0.9.0
9092026-05-28T16:55:14.732Z Downloaded rand_core v0.9.5
9102026-05-28T16:55:14.733Z Downloaded phf v0.12.1
9112026-05-28T16:55:14.736Z Downloaded diesel_derives v2.3.7
9122026-05-28T16:55:14.739Z Downloaded rtoolbox v0.0.3
9132026-05-28T16:55:14.739Z Downloaded p256 v0.13.2
9142026-05-28T16:55:14.742Z Downloaded scheduled-thread-pool v0.2.7
9152026-05-28T16:55:14.742Z Downloaded salsa20 v0.10.2
9162026-05-28T16:55:14.745Z Downloaded postgres-types v0.2.12
9172026-05-28T16:55:14.745Z Downloaded postcard v1.1.3
9182026-05-28T16:55:14.748Z Downloaded sapling-renderdag v0.1.0
9192026-05-28T16:55:14.748Z Downloaded scopeguard v1.2.0
9202026-05-28T16:55:14.748Z Downloaded primeorder v0.13.6
9212026-05-28T16:55:14.751Z Downloaded same-file v1.0.6
9222026-05-28T16:55:14.751Z Downloaded rand_seeder v0.4.0
9232026-05-28T16:55:14.751Z Downloaded rand_core v0.10.0
9242026-05-28T16:55:14.754Z Downloaded oso v0.27.3
9252026-05-28T16:55:14.754Z Downloaded hashbrown v0.12.3
9262026-05-28T16:55:14.757Z Downloaded papergrid v0.17.0
9272026-05-28T16:55:14.760Z Downloaded resolv-conf v0.7.6
9282026-05-28T16:55:14.760Z Downloaded miniz_oxide v0.8.9
9292026-05-28T16:55:14.763Z Downloaded progenitor-macro v0.13.0
9302026-05-28T16:55:14.763Z Downloaded pkcs5 v0.7.1
9312026-05-28T16:55:14.766Z Downloaded secrecy v0.10.3
9322026-05-28T16:55:14.766Z Downloaded scroll_derive v0.13.1
9332026-05-28T16:55:14.766Z Downloaded pkcs1 v0.7.5
9342026-05-28T16:55:14.770Z Downloaded pin-project-internal v1.1.11
9352026-05-28T16:55:14.770Z Downloaded litrs v1.0.0
9362026-05-28T16:55:14.773Z Downloaded serde-big-array v0.5.1
9372026-05-28T16:55:14.773Z Downloaded scrypt v0.11.0
9382026-05-28T16:55:14.773Z Downloaded serde_plain v1.0.2
9392026-05-28T16:55:14.776Z Downloaded seq-macro v0.3.6
9402026-05-28T16:55:14.776Z Downloaded serde_urlencoded v0.7.1
9412026-05-28T16:55:14.779Z Downloaded quinn-udp v0.5.14
9422026-05-28T16:55:14.779Z Downloaded pin-project v1.1.11
9432026-05-28T16:55:14.784Z Downloaded secrecy v0.8.0
9442026-05-28T16:55:14.787Z Downloaded serde_repr v0.1.20
9452026-05-28T16:55:14.787Z Downloaded serde_bytes v0.11.19
9462026-05-28T16:55:14.790Z Downloaded semver v0.1.20
9472026-05-28T16:55:14.790Z Downloaded sha1 v0.10.6
9482026-05-28T16:55:14.790Z Downloaded serde_spanned v1.0.4
9492026-05-28T16:55:14.790Z Downloaded omicron-zone-package v0.12.2
9502026-05-28T16:55:14.793Z Downloaded openssl-sys v0.9.115
9512026-05-28T16:55:14.796Z Downloaded rustls-native-certs v0.8.3
9522026-05-28T16:55:14.799Z Downloaded libbz2-rs-sys v0.2.2
9532026-05-28T16:55:14.799Z Downloaded rustls-pemfile v2.2.0
9542026-05-28T16:55:14.803Z Downloaded shell-words v1.1.1
9552026-05-28T16:55:14.803Z Downloaded flate2 v1.1.9
9562026-05-28T16:55:14.805Z Downloaded parse-display-derive v0.10.0
9572026-05-28T16:55:14.806Z Downloaded signal-hook-mio v0.2.5
9582026-05-28T16:55:14.806Z Downloaded signal-hook-tokio v0.3.1
9592026-05-28T16:55:14.808Z Downloaded rand_core v0.6.4
9602026-05-28T16:55:14.809Z Downloaded parse-display v0.10.0
9612026-05-28T16:55:14.809Z Downloaded parking_lot_core v0.8.6
9622026-05-28T16:55:14.811Z Downloaded heapless v0.8.0
9632026-05-28T16:55:14.812Z Downloaded cc v1.2.56
9642026-05-28T16:55:14.815Z Downloaded bumpalo v3.20.2
9652026-05-28T16:55:14.818Z Downloaded precomputed-hash v0.1.1
9662026-05-28T16:55:14.818Z Downloaded cmake v0.1.57
9672026-05-28T16:55:14.818Z Downloaded bitfield v0.19.4
9682026-05-28T16:55:14.818Z Downloaded sigpipe v0.1.3
9692026-05-28T16:55:14.821Z Downloaded schemars_derive v0.8.22
9702026-05-28T16:55:14.821Z Downloaded csv-core v0.1.13
9712026-05-28T16:55:14.821Z Downloaded constant_time_eq v0.4.2
9722026-05-28T16:55:14.824Z Downloaded bitflags v1.3.2
9732026-05-28T16:55:14.824Z Downloaded crossbeam-deque v0.8.6
9742026-05-28T16:55:14.831Z Downloaded slog-bunyan v2.5.0
9752026-05-28T16:55:14.831Z Downloaded prefix-trie v0.7.0
9762026-05-28T16:55:14.831Z Downloaded rustversion v1.0.22
9772026-05-28T16:55:14.831Z Downloaded minimal-lexical v0.2.1
9782026-05-28T16:55:14.836Z Downloaded hashbrown v0.13.2
9792026-05-28T16:55:14.836Z Downloaded serde_derive_internals v0.29.1
9802026-05-28T16:55:14.836Z Downloaded sec1 v0.7.3
9812026-05-28T16:55:14.837Z Downloaded sct v0.7.1
9822026-05-28T16:55:14.839Z Downloaded compression-codecs v0.4.37
9832026-05-28T16:55:14.842Z Downloaded data-encoding v2.10.0
9842026-05-28T16:55:14.842Z Downloaded slog-envlogger v2.2.0
9852026-05-28T16:55:14.845Z Downloaded serde_path_to_error v0.1.20
9862026-05-28T16:55:14.845Z Downloaded globwalk v0.9.1
9872026-05-28T16:55:14.848Z Downloaded progenitor-impl v0.14.0
9882026-05-28T16:55:14.850Z Downloaded jiff-static v0.2.21
9892026-05-28T16:55:14.859Z Downloaded russh-keys v0.45.0
9902026-05-28T16:55:14.862Z Downloaded ssh-encoding v0.2.0
9912026-05-28T16:55:14.862Z Downloaded ssh-cipher v0.2.0
9922026-05-28T16:55:14.865Z Downloaded sqlparser_derive v0.5.0
9932026-05-28T16:55:14.868Z Downloaded http v1.4.0
9942026-05-28T16:55:14.871Z Downloaded signature v2.2.0
9952026-05-28T16:55:14.874Z Downloaded signal-hook-registry v1.4.8
9962026-05-28T16:55:14.874Z Downloaded rustls-pki-types v1.14.0
9972026-05-28T16:55:14.877Z Downloaded strsim v0.10.0
9982026-05-28T16:55:14.877Z Downloaded serde_with_macros v1.5.2
9992026-05-28T16:55:14.880Z Downloaded strum v0.26.3
10002026-05-28T16:55:14.880Z Downloaded slab v0.4.12
10012026-05-28T16:55:14.880Z Downloaded structmeta v0.3.0
10022026-05-28T16:55:14.880Z Downloaded rustls-pemfile v1.0.4
10032026-05-28T16:55:14.883Z Downloaded strip-ansi-escapes v0.2.1
10042026-05-28T16:55:14.883Z Downloaded structmeta-derive v0.3.0
10052026-05-28T16:55:14.886Z Downloaded shlex v1.3.0
10062026-05-28T16:55:14.886Z Downloaded aes-gcm v0.10.3
10072026-05-28T16:55:14.889Z Downloaded slog-async v2.8.0
10082026-05-28T16:55:14.889Z Downloaded siphasher v1.0.2
10092026-05-28T16:55:14.892Z Downloaded supports-color v3.0.2
10102026-05-28T16:55:14.892Z Downloaded subtle v2.6.1
10112026-05-28T16:55:14.892Z Downloaded simd-adler32 v0.3.8
10122026-05-28T16:55:14.895Z Downloaded take_mut v0.2.2
10132026-05-28T16:55:14.895Z Downloaded strum v0.27.2
10142026-05-28T16:55:14.898Z Downloaded tabled_derive v0.11.0
10152026-05-28T16:55:14.898Z Downloaded itertools v0.10.5
10162026-05-28T16:55:14.901Z Downloaded tap v1.0.1
10172026-05-28T16:55:14.904Z Downloaded tagptr v0.2.0
10182026-05-28T16:55:14.904Z Downloaded prettyplease v0.2.37
10192026-05-28T16:55:14.907Z Downloaded progenitor-impl v0.11.2
10202026-05-28T16:55:14.907Z Downloaded mio v1.2.0
10212026-05-28T16:55:14.910Z Downloaded smallvec v0.6.14
10222026-05-28T16:55:14.913Z Downloaded slog-term v2.9.2
10232026-05-28T16:55:14.913Z Downloaded snafu-derive v0.8.9
10242026-05-28T16:55:14.916Z Downloaded pretty_assertions v1.4.1
10252026-05-28T16:55:14.916Z Downloaded ron v0.8.1
10262026-05-28T16:55:14.919Z Downloaded termtree v0.5.1
10272026-05-28T16:55:14.919Z Downloaded smf v0.2.3
10282026-05-28T16:55:14.922Z Downloaded slog-stdlog v4.1.1
10292026-05-28T16:55:14.922Z Downloaded slog-scope v4.4.1
10302026-05-28T16:55:14.922Z Downloaded slog-dtrace v0.3.0
10312026-05-28T16:55:14.924Z Downloaded scroll v0.13.0
10322026-05-28T16:55:14.924Z Downloaded slog-json v2.6.1
10332026-05-28T16:55:14.924Z Downloaded rusty-fork v0.3.1
10342026-05-28T16:55:14.928Z Downloaded rcgen v0.12.1
10352026-05-28T16:55:14.928Z Downloaded sqlformat v0.3.5
10362026-05-28T16:55:14.930Z Downloaded spki v0.7.3
10372026-05-28T16:55:14.931Z Downloaded sync_wrapper v1.0.2
10382026-05-28T16:55:14.931Z Downloaded sync-ptr v0.1.4
10392026-05-28T16:55:14.934Z Downloaded time-core v0.1.8
10402026-05-28T16:55:14.937Z Downloaded thread-id v5.1.0
10412026-05-28T16:55:14.937Z Downloaded testing_table v0.3.0
10422026-05-28T16:55:14.937Z Downloaded stringprep v0.1.5
10432026-05-28T16:55:14.940Z Downloaded serde-hex v0.1.0
10442026-05-28T16:55:14.940Z Downloaded string_cache v0.8.9
10452026-05-28T16:55:14.940Z Downloaded stacker v0.1.23
10462026-05-28T16:55:14.943Z Downloaded static_assertions v1.1.0
10472026-05-28T16:55:14.943Z Downloaded serde_cbor v0.11.2
10482026-05-28T16:55:14.946Z Downloaded rustls-platform-verifier v0.6.2
10492026-05-28T16:55:14.949Z Downloaded serde_with_macros v3.17.0
10502026-05-28T16:55:14.953Z Downloaded crossterm v0.29.0
10512026-05-28T16:55:14.958Z Downloaded aho-corasick v1.1.4
10522026-05-28T16:55:14.961Z Downloaded strum_macros v0.27.2
10532026-05-28T16:55:14.964Z Downloaded tabwriter v1.4.1
10542026-05-28T16:55:14.964Z Downloaded ryu v1.0.23
10552026-05-28T16:55:14.967Z Downloaded support-bundle-viewer v0.1.2
10562026-05-28T16:55:14.967Z Downloaded rayon-core v1.13.0
10572026-05-28T16:55:14.970Z Downloaded progenitor-impl v0.13.0
10582026-05-28T16:55:14.973Z Downloaded hashbrown v0.15.5
10592026-05-28T16:55:14.984Z Downloaded tokio-macros v2.7.0
10602026-05-28T16:55:14.987Z Downloaded termios v0.3.3
10612026-05-28T16:55:14.991Z Downloaded dropshot-api-manager v0.7.2
10622026-05-28T16:55:14.994Z Downloaded qorb v0.4.1
10632026-05-28T16:55:14.997Z Downloaded quinn v0.11.9
10642026-05-28T16:55:15.000Z Downloaded spin v0.9.8
10652026-05-28T16:55:15.003Z Downloaded publicsuffix v2.3.0
10662026-05-28T16:55:15.003Z Downloaded tower-service v0.3.3
10672026-05-28T16:55:15.003Z Downloaded thiserror-impl-no-std v2.0.2
10682026-05-28T16:55:15.006Z Downloaded num-bigint v0.4.6
10692026-05-28T16:55:15.009Z Downloaded try-lock v0.2.5
10702026-05-28T16:55:15.009Z Downloaded topological-sort v0.2.2
10712026-05-28T16:55:15.009Z Downloaded serde_yaml v0.9.34+deprecated
10722026-05-28T16:55:15.012Z Downloaded thread_local v1.1.9
10732026-05-28T16:55:15.012Z Downloaded rand v0.8.6
10742026-05-28T16:55:15.016Z Downloaded thiserror-no-std v2.0.2
10752026-05-28T16:55:15.016Z Downloaded tinyvec_macros v0.1.1
10762026-05-28T16:55:15.019Z Downloaded strum_macros v0.24.3
10772026-05-28T16:55:15.019Z Downloaded trait-variant v0.1.2
10782026-05-28T16:55:15.019Z Downloaded unarray v0.1.4
10792026-05-28T16:55:15.019Z Downloaded typify-macro v0.4.3
10802026-05-28T16:55:15.022Z Downloaded tower-layer v0.3.3
10812026-05-28T16:55:15.022Z Downloaded typify-macro v0.6.2
10822026-05-28T16:55:15.025Z Downloaded signal-hook v0.3.18
10832026-05-28T16:55:15.028Z Downloaded schemars v0.9.0
10842026-05-28T16:55:15.035Z Downloaded tls_codec v0.4.2
10852026-05-28T16:55:15.038Z Downloaded tiny-keccak v2.0.2
10862026-05-28T16:55:15.038Z Downloaded time-macros v0.2.27
10872026-05-28T16:55:15.041Z Downloaded strum_macros v0.26.4
10882026-05-28T16:55:15.041Z Downloaded untrusted v0.9.0
10892026-05-28T16:55:15.044Z Downloaded universal-hash v0.5.1
10902026-05-28T16:55:15.044Z Downloaded hashbrown v0.16.1
10912026-05-28T16:55:15.047Z Downloaded term v0.7.0
10922026-05-28T16:55:15.047Z Downloaded tokio-native-tls v0.3.1
10932026-05-28T16:55:15.050Z Downloaded itertools v0.13.0
10942026-05-28T16:55:15.053Z Downloaded slog v2.8.2
10952026-05-28T16:55:15.056Z Downloaded itertools v0.12.1
10962026-05-28T16:55:15.059Z Downloaded usdt-attr-macro v0.6.0
10972026-05-28T16:55:15.059Z Downloaded usdt v0.6.0
10982026-05-28T16:55:15.059Z Downloaded utf-8 v0.7.6
10992026-05-28T16:55:15.062Z Downloaded untrusted v0.7.1
11002026-05-28T16:55:15.062Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-05-28T16:55:15.062Z Downloaded usdt-macro v0.6.0
11022026-05-28T16:55:15.062Z Downloaded unit-prefix v0.5.2
11032026-05-28T16:55:15.065Z Downloaded tokio-rustls v0.25.0
11042026-05-28T16:55:15.065Z Downloaded socket2 v0.5.10
11052026-05-28T16:55:15.066Z Downloaded tokio-tungstenite v0.21.0
11062026-05-28T16:55:15.069Z Downloaded tokio-tungstenite v0.23.1
11072026-05-28T16:55:15.069Z Downloaded rsa v0.9.10
11082026-05-28T16:55:15.071Z Downloaded num-bigint-dig v0.8.6
11092026-05-28T16:55:15.074Z Downloaded tokio-dtrace v0.1.1
11102026-05-28T16:55:15.074Z Downloaded unicode-truncate v1.1.0
11112026-05-28T16:55:15.077Z Downloaded similar v2.7.0
11122026-05-28T16:55:15.080Z Downloaded void v1.0.2
11132026-05-28T16:55:15.080Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11142026-05-28T16:55:15.080Z Downloaded socket2 v0.6.3
11152026-05-28T16:55:15.084Z Downloaded nom v7.1.3
11162026-05-28T16:55:15.087Z Downloaded rand v0.9.2
11172026-05-28T16:55:15.089Z Downloaded libxml v0.3.3
11182026-05-28T16:55:15.092Z Downloaded hyper v1.8.1
11192026-05-28T16:55:15.095Z Downloaded tui-tree-widget v0.23.1
11202026-05-28T16:55:15.095Z Downloaded waitgroup v0.1.2
11212026-05-28T16:55:15.098Z Downloaded wait-timeout v0.2.1
11222026-05-28T16:55:15.098Z Downloaded chrono v0.4.44
11232026-05-28T16:55:15.101Z Downloaded schemars v1.2.1
11242026-05-28T16:55:15.108Z Downloaded unicase v2.9.0
11252026-05-28T16:55:15.111Z Downloaded subprocess v0.2.15
11262026-05-28T16:55:15.111Z Downloaded want v0.3.1
11272026-05-28T16:55:15.114Z Downloaded samael v0.0.19
11282026-05-28T16:55:15.117Z Downloaded iri-string v0.7.10
11292026-05-28T16:55:15.120Z Downloaded snafu v0.8.9
11302026-05-28T16:55:15.123Z Downloaded tokio-stream v0.1.18
11312026-05-28T16:55:15.126Z Downloaded xshell-macros v0.2.7
11322026-05-28T16:55:15.127Z Downloaded xattr v1.6.1
11332026-05-28T16:55:15.129Z Downloaded zeroize_derive v1.4.3
11342026-05-28T16:55:15.129Z Downloaded usdt-impl v0.6.0
11352026-05-28T16:55:15.129Z Downloaded test-strategy v0.4.5
11362026-05-28T16:55:15.132Z Downloaded tokio-rustls v0.26.4
11372026-05-28T16:55:15.133Z Downloaded tokio-rustls v0.24.1
11382026-05-28T16:55:15.136Z Downloaded term v1.2.1
11392026-05-28T16:55:15.139Z Downloaded rustls-webpki v0.103.9
11402026-05-28T16:55:15.139Z Downloaded hyper-util v0.1.20
11412026-05-28T16:55:15.142Z Downloaded vsss-rs v3.3.4
11422026-05-28T16:55:15.144Z Downloaded uzers v0.12.2
11432026-05-28T16:55:15.145Z Downloaded toml_parser v1.0.9+spec-1.1.0
11442026-05-28T16:55:15.147Z Downloaded zone_cfg_derive v0.3.1
11452026-05-28T16:55:15.148Z Downloaded futures-util v0.3.32
11462026-05-28T16:55:15.152Z Downloaded zone v0.3.1
11472026-05-28T16:55:15.156Z Downloaded aws-lc-rs v1.16.3
11482026-05-28T16:55:15.159Z Downloaded tracing-attributes v0.1.31
11492026-05-28T16:55:15.162Z Downloaded toml_writer v1.0.6+spec-1.1.0
11502026-05-28T16:55:15.162Z Downloaded rand v0.10.0
11512026-05-28T16:55:15.165Z Downloaded libm v0.2.16
11522026-05-28T16:55:15.169Z Downloaded vergen-gitcl v1.0.8
11532026-05-28T16:55:15.172Z Downloaded twox-hash v2.1.2
11542026-05-28T16:55:15.173Z Downloaded tls_codec_derive v0.4.2
11552026-05-28T16:55:15.176Z Downloaded tinyvec v1.10.0
11562026-05-28T16:55:15.176Z Downloaded vergen-lib v9.1.0
11572026-05-28T16:55:15.176Z Downloaded whoami v2.1.0
11582026-05-28T16:55:15.179Z Downloaded itertools v0.14.0
11592026-05-28T16:55:15.182Z Downloaded whoami v1.6.1
11602026-05-28T16:55:15.182Z Downloaded vergen-lib v0.1.6
11612026-05-28T16:55:15.185Z Downloaded vergen-git2 v9.1.0
11622026-05-28T16:55:15.185Z Downloaded schemars v0.8.22
11632026-05-28T16:55:15.191Z Downloaded xshell v0.2.7
11642026-05-28T16:55:15.194Z Downloaded toml v1.0.6+spec-1.1.0
11652026-05-28T16:55:15.197Z Downloaded wyz v0.5.1
11662026-05-28T16:55:15.197Z Downloaded toml v0.7.8
11672026-05-28T16:55:15.197Z Downloaded tar v0.4.45
11682026-05-28T16:55:15.202Z Downloaded zeroize v1.8.2
11692026-05-28T16:55:15.202Z Downloaded vergen v9.1.0
11702026-05-28T16:55:15.202Z Downloaded tungstenite v0.21.0
11712026-05-28T16:55:15.205Z Downloaded walkdir v2.5.0
11722026-05-28T16:55:15.205Z Downloaded russh v0.45.0
11732026-05-28T16:55:15.208Z Downloaded zstd-safe v7.2.4
11742026-05-28T16:55:15.208Z Downloaded zstd v0.13.3
11752026-05-28T16:55:15.211Z Downloaded typify v0.6.2
11762026-05-28T16:55:15.214Z Downloaded p521 v0.13.3
11772026-05-28T16:55:15.214Z Downloaded iddqd v0.4.2
11782026-05-28T16:55:15.219Z Downloaded unicode-properties v0.1.4
11792026-05-28T16:55:15.222Z Downloaded unicode-bidi v0.3.18
11802026-05-28T16:55:15.222Z Downloaded typify v0.4.3
11812026-05-28T16:55:15.225Z Downloaded rpassword v7.4.0
11822026-05-28T16:55:15.229Z Downloaded h2 v0.4.13
11832026-05-28T16:55:15.232Z Downloaded zerocopy v0.6.6
11842026-05-28T16:55:15.235Z Downloaded blake3 v1.8.3
11852026-05-28T16:55:15.238Z Downloaded rustyline v14.0.0
11862026-05-28T16:55:15.244Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-05-28T16:55:15.247Z Downloaded tracing-core v0.1.36
11882026-05-28T16:55:15.251Z Downloaded yasna v0.5.2
11892026-05-28T16:55:15.253Z Downloaded tungstenite v0.23.0
11902026-05-28T16:55:15.257Z Downloaded steno v0.4.1
11912026-05-28T16:55:15.278Z Downloaded uuid v1.23.0
11922026-05-28T16:55:15.282Z Downloaded unsafe-libyaml v0.2.11
11932026-05-28T16:55:15.286Z Downloaded toml_edit v0.19.15
11942026-05-28T16:55:15.295Z Downloaded bindgen v0.71.1
11952026-05-28T16:55:15.301Z Downloaded serde_with v1.14.0
11962026-05-28T16:55:15.304Z Downloaded reedline v0.40.0
11972026-05-28T16:55:15.312Z Downloaded tokio-postgres v0.7.16
11982026-05-28T16:55:15.315Z Downloaded vte v0.14.1
11992026-05-28T16:55:15.318Z Downloaded reqwest v0.12.28
12002026-05-28T16:55:15.321Z Downloaded yansi v1.0.1
12012026-05-28T16:55:15.325Z Downloaded zip v0.6.6
12022026-05-28T16:55:15.328Z Downloaded bitvec v1.0.1
12032026-05-28T16:55:15.336Z Downloaded regex v1.12.3
12042026-05-28T16:55:15.339Z Downloaded git2 v0.20.4
12052026-05-28T16:55:15.344Z Downloaded reqwest v0.13.2
12062026-05-28T16:55:15.350Z Downloaded zopfli v0.8.3
12072026-05-28T16:55:15.361Z Downloaded p384 v0.13.1
12082026-05-28T16:55:15.365Z Downloaded salty v0.3.0
12092026-05-28T16:55:15.369Z Downloaded unicode_categories v0.1.1
12102026-05-28T16:55:15.372Z Downloaded unicode-segmentation v1.12.0
12112026-05-28T16:55:15.375Z Downloaded rayon v1.11.0
12122026-05-28T16:55:15.379Z Downloaded rustls-webpki v0.101.7
12132026-05-28T16:55:15.385Z Downloaded zerocopy-derive v0.8.40
12142026-05-28T16:55:15.390Z Downloaded tower v0.5.3
12152026-05-28T16:55:15.395Z Downloaded quick-xml v0.37.5
12162026-05-28T16:55:15.398Z Downloaded portable-atomic v1.13.1
12172026-05-28T16:55:15.402Z Downloaded goblin v0.10.5
12182026-05-28T16:55:15.408Z Downloaded unicode-normalization v0.1.25
12192026-05-28T16:55:15.411Z Downloaded moka v0.12.13
12202026-05-28T16:55:15.414Z Downloaded typed-path v0.9.3
12212026-05-28T16:55:15.418Z Downloaded x509-cert v0.2.5
12222026-05-28T16:55:15.421Z Downloaded ssh-key v0.6.7
12232026-05-28T16:55:15.425Z Downloaded tokio-util v0.7.18
12242026-05-28T16:55:15.429Z Downloaded lalrpop v0.19.12
12252026-05-28T16:55:15.437Z Downloaded rustls-webpki v0.102.8
12262026-05-28T16:55:15.447Z Downloaded zip v4.6.1
12272026-05-28T16:55:15.450Z Downloaded serde_with v3.17.0
12282026-05-28T16:55:15.457Z Downloaded object v0.30.4
12292026-05-28T16:55:15.462Z Downloaded petname v2.0.2
12302026-05-28T16:55:15.466Z Downloaded tower-http v0.6.8
12312026-05-28T16:55:15.488Z Downloaded proptest v1.10.0
12322026-05-28T16:55:15.494Z Downloaded radix_trie v0.2.1
12332026-05-28T16:55:15.497Z Downloaded tough v0.22.0
12342026-05-28T16:55:15.502Z Downloaded nix v0.27.1
12352026-05-28T16:55:15.508Z Downloaded winnow v0.6.26
12362026-05-28T16:55:15.513Z Downloaded quinn-proto v0.11.13
12372026-05-28T16:55:15.517Z Downloaded openssl v0.10.79
12382026-05-28T16:55:15.522Z Downloaded tabled v0.20.0
12392026-05-28T16:55:15.532Z Downloaded curve25519-dalek v4.1.3
12402026-05-28T16:55:15.538Z Downloaded bstr v1.12.1
12412026-05-28T16:55:15.542Z Downloaded rustls v0.21.12
12422026-05-28T16:55:15.550Z Downloaded winnow v0.5.40
12432026-05-28T16:55:15.555Z Downloaded polar-core v0.27.3
12442026-05-28T16:55:15.574Z Downloaded hickory-proto v0.24.4
12452026-05-28T16:55:15.591Z Downloaded object v0.37.3
12462026-05-28T16:55:15.597Z Downloaded rustls v0.22.4
12472026-05-28T16:55:15.605Z Downloaded zerocopy v0.8.40
12482026-05-28T16:55:15.612Z Downloaded dropshot v0.17.0
12492026-05-28T16:55:15.624Z Downloaded webpki-roots v1.0.6
12502026-05-28T16:55:15.627Z Downloaded nix v0.28.0
12512026-05-28T16:55:15.632Z Downloaded time v0.3.47
12522026-05-28T16:55:15.639Z Downloaded rustix v0.38.44
12532026-05-28T16:55:15.652Z Downloaded zlib-rs v0.6.2
12542026-05-28T16:55:15.655Z Downloaded vcpkg v0.2.15
12552026-05-28T16:55:15.679Z Downloaded regress v0.11.1
12562026-05-28T16:55:15.685Z Downloaded regex-syntax v0.6.29
12572026-05-28T16:55:15.689Z Downloaded nix v0.31.2
12582026-05-28T16:55:15.695Z Downloaded smoltcp v0.9.1
12592026-05-28T16:55:15.701Z Downloaded diesel v2.3.7
12602026-05-28T16:55:15.713Z Downloaded regress v0.10.5
12612026-05-28T16:55:15.718Z Downloaded openapiv3 v2.2.0
12622026-05-28T16:55:15.725Z Downloaded hickory-proto v0.25.2
12632026-05-28T16:55:15.735Z Downloaded tracing v0.1.44
12642026-05-28T16:55:15.747Z Downloaded smoltcp v0.11.0
12652026-05-28T16:55:15.754Z Downloaded rustls v0.23.37
12662026-05-28T16:55:15.761Z Downloaded regex-syntax v0.8.10
12672026-05-28T16:55:15.766Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-05-28T16:55:15.783Z Downloaded regex-automata v0.4.14
12692026-05-28T16:55:15.812Z Downloaded chrono-tz v0.10.4
12702026-05-28T16:55:15.821Z Downloaded sqlparser v0.61.0
12712026-05-28T16:55:15.837Z Downloaded petgraph v0.8.3
12722026-05-28T16:55:15.850Z Downloaded ratatui v0.29.0
12732026-05-28T16:55:15.861Z Downloaded typify-impl v0.6.2
12742026-05-28T16:55:15.871Z Downloaded typify-impl v0.4.3
12752026-05-28T16:55:15.879Z Downloaded sled v0.34.7
12762026-05-28T16:55:15.885Z Downloaded tokio v1.52.1
12772026-05-28T16:55:15.908Z Downloaded zerocopy-derive v0.6.6
12782026-05-28T16:55:15.913Z Downloaded libz-sys v1.1.24
12792026-05-28T16:55:15.934Z Downloaded petgraph v0.6.5
12802026-05-28T16:55:15.954Z Downloaded jiff v0.2.21
12812026-05-28T16:55:15.981Z Downloaded csv v1.4.0
12822026-05-28T16:55:15.993Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-05-28T16:55:16.004Z Downloaded sha3 v0.10.8
12842026-05-28T16:55:16.027Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-28T16:55:16.074Z Downloaded encoding_rs v0.8.35
12862026-05-28T16:55:16.087Z Downloaded ring v0.17.14
12872026-05-28T16:55:16.546Z Downloaded aws-lc-sys v0.40.0
12882026-05-28T16:55:17.295Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/hickory-server/0.25.2/download` (151.101.22.137), got 500
12892026-05-28T16:55:17.296Zbody:
12902026-05-28T16:55:17.296Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
12912026-05-28T16:55:17.303Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/hkdf/0.12.4/download` (151.101.22.137), got 500
12922026-05-28T16:55:17.303Zbody:
12932026-05-28T16:55:17.303Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
12942026-05-28T16:55:17.902Z Downloaded hkdf v0.12.4
12952026-05-28T16:55:18.516Z Downloaded hickory-server v0.25.2
12962026-05-28T16:55:18.625Z Compiling libc v0.2.185
12972026-05-28T16:55:18.629Z Compiling serde v1.0.228
12982026-05-28T16:55:18.630Z Compiling log v0.4.29
12992026-05-28T16:55:18.630Z Compiling find-msvc-tools v0.1.9
13002026-05-28T16:55:18.630Z Compiling shlex v1.3.0
13012026-05-28T16:55:18.630Z Compiling smallvec v1.15.1
13022026-05-28T16:55:18.630Z Compiling typenum v1.19.0
13032026-05-28T16:55:18.630Z Compiling subtle v2.6.1
13042026-05-28T16:55:18.765Z Compiling generic-array v0.14.7
13052026-05-28T16:55:18.768Z Compiling scopeguard v1.2.0
13062026-05-28T16:55:18.789Z Compiling const-oid v0.9.6
13072026-05-28T16:55:18.846Z Compiling serde_json v1.0.149
13082026-05-28T16:55:18.885Z Compiling syn v2.0.117
13092026-05-28T16:55:18.898Z Compiling zerocopy v0.8.40
13102026-05-28T16:55:18.901Z Compiling parking_lot_core v0.9.12
13112026-05-28T16:55:18.975Z Compiling lock_api v0.4.14
13122026-05-28T16:55:19.003Z Compiling portable-atomic v1.13.1
13132026-05-28T16:55:19.028Z Compiling pin-project-lite v0.2.17
13142026-05-28T16:55:19.031Z Compiling pkg-config v0.3.32
13152026-05-28T16:55:19.086Z Compiling bitflags v2.11.0
13162026-05-28T16:55:19.112Z Compiling libm v0.2.16
13172026-05-28T16:55:19.125Z Compiling futures-core v0.3.32
13182026-05-28T16:55:19.158Z Compiling critical-section v1.2.0
13192026-05-28T16:55:19.174Z Compiling num-traits v0.2.19
13202026-05-28T16:55:19.246Z Compiling percent-encoding v2.3.2
13212026-05-28T16:55:19.338Z Compiling futures-sink v0.3.32
13222026-05-28T16:55:19.341Z Compiling futures-io v0.3.32
13232026-05-28T16:55:19.341Z Compiling futures-task v0.3.32
13242026-05-28T16:55:19.380Z Compiling slab v0.4.12
13252026-05-28T16:55:19.384Z Compiling getrandom v0.4.1
13262026-05-28T16:55:19.459Z Compiling futures-channel v0.3.32
13272026-05-28T16:55:19.475Z Compiling cpufeatures v0.2.17
13282026-05-28T16:55:19.490Z Compiling rand_core v0.10.0
13292026-05-28T16:55:19.541Z Compiling indexmap v2.14.0
13302026-05-28T16:55:19.556Z Compiling getrandom v0.3.4
13312026-05-28T16:55:19.570Z Compiling rustversion v1.0.22
13322026-05-28T16:55:19.587Z Compiling form_urlencoded v1.2.2
13332026-05-28T16:55:19.617Z Compiling fs_extra v1.3.0
13342026-05-28T16:55:19.632Z Compiling dunce v1.0.5
13352026-05-28T16:55:19.635Z Compiling ident_case v1.0.1
13362026-05-28T16:55:19.674Z Compiling base64ct v1.8.3
13372026-05-28T16:55:19.710Z Compiling regex-syntax v0.8.10
13382026-05-28T16:55:19.746Z Compiling iana-time-zone v0.1.65
13392026-05-28T16:55:19.761Z Compiling getrandom v0.2.17
13402026-05-28T16:55:19.790Z Compiling jobserver v0.1.34
13412026-05-28T16:55:19.804Z Compiling errno v0.3.14
13422026-05-28T16:55:19.910Z Compiling rand_core v0.6.4
13432026-05-28T16:55:19.945Z Compiling signal-hook-registry v1.4.8
13442026-05-28T16:55:19.959Z Compiling mio v1.2.0
13452026-05-28T16:55:19.973Z Compiling socket2 v0.6.3
13462026-05-28T16:55:20.004Z Compiling cc v1.2.56
13472026-05-28T16:55:20.021Z Compiling once_cell v1.21.3
13482026-05-28T16:55:20.130Z Compiling parking_lot v0.12.5
13492026-05-28T16:55:20.219Z Compiling pem-rfc7468 v0.7.0
13502026-05-28T16:55:20.280Z Compiling flagset v0.4.7
13512026-05-28T16:55:20.284Z Compiling rustix v1.1.3
13522026-05-28T16:55:20.309Z Compiling vcpkg v0.2.15
13532026-05-28T16:55:20.325Z Compiling aws-lc-rs v1.16.3
13542026-05-28T16:55:20.346Z Compiling uuid v1.23.0
13552026-05-28T16:55:20.439Z Compiling tracing-core v0.1.36
13562026-05-28T16:55:20.471Z Compiling rustc_version v0.4.1
13572026-05-28T16:55:20.506Z Compiling base64 v0.22.1
13582026-05-28T16:55:20.576Z Compiling rand_core v0.9.5
13592026-05-28T16:55:20.590Z Compiling tinyvec_macros v0.1.1
13602026-05-28T16:55:20.648Z Compiling httparse v1.10.1
13612026-05-28T16:55:20.668Z Compiling untrusted v0.9.0
13622026-05-28T16:55:20.682Z Compiling untrusted v0.7.1
13632026-05-28T16:55:20.753Z Compiling openssl-probe v0.2.1
13642026-05-28T16:55:20.808Z Compiling cmake v0.1.57
13652026-05-28T16:55:20.826Z Compiling tinyvec v1.10.0
13662026-05-28T16:55:20.840Z Compiling aho-corasick v1.1.4
13672026-05-28T16:55:20.858Z Compiling tower-layer v0.3.3
13682026-05-28T16:55:20.886Z Compiling atomic-waker v1.1.2
13692026-05-28T16:55:20.902Z Compiling dyn-clone v1.0.20
13702026-05-28T16:55:20.954Z Compiling schemars v0.8.22
13712026-05-28T16:55:21.034Z Compiling rustls v0.23.37
13722026-05-28T16:55:21.048Z Compiling try-lock v0.2.5
13732026-05-28T16:55:21.051Z Compiling tower-service v0.3.3
13742026-05-28T16:55:21.095Z Compiling openssl v0.10.79
13752026-05-28T16:55:21.098Z Compiling httpdate v1.0.3
13762026-05-28T16:55:21.098Z Compiling foreign-types-shared v0.1.1
13772026-05-28T16:55:21.098Z Compiling pin-utils v0.1.0
13782026-05-28T16:55:21.173Z Compiling want v0.3.1
13792026-05-28T16:55:21.192Z Compiling unicode-normalization v0.1.25
13802026-05-28T16:55:21.192Z Compiling spin v0.9.8
13812026-05-28T16:55:21.236Z Compiling foreign-types v0.3.2
13822026-05-28T16:55:21.240Z Compiling time-core v0.1.8
13832026-05-28T16:55:21.240Z Compiling crc32fast v1.5.0
13842026-05-28T16:55:21.240Z Compiling num-conv v0.2.0
13852026-05-28T16:55:21.240Z Compiling native-tls v0.2.18
13862026-05-28T16:55:21.319Z Compiling powerfmt v0.2.0
13872026-05-28T16:55:21.343Z Compiling wait-timeout v0.2.1
13882026-05-28T16:55:21.357Z Compiling sync_wrapper v1.0.2
13892026-05-28T16:55:21.371Z Compiling num_threads v0.1.7
13902026-05-28T16:55:21.418Z Compiling quick-error v1.2.3
13912026-05-28T16:55:21.421Z Compiling time-macros v0.2.27
13922026-05-28T16:55:21.448Z Compiling siphasher v1.0.2
13932026-05-28T16:55:21.466Z Compiling bit-vec v0.8.0
13942026-05-28T16:55:21.481Z Compiling deranged v0.5.8
13952026-05-28T16:55:21.495Z Compiling usdt-impl v0.6.0
13962026-05-28T16:55:21.511Z Compiling crossbeam-utils v0.8.21
13972026-05-28T16:55:21.542Z Compiling syn v1.0.109
13982026-05-28T16:55:21.545Z Compiling simd-adler32 v0.3.8
13992026-05-28T16:55:21.641Z Compiling slog v2.8.2
14002026-05-28T16:55:21.657Z Compiling regex-automata v0.4.14
14012026-05-28T16:55:21.672Z Compiling aws-lc-sys v0.40.0
14022026-05-28T16:55:21.705Z Compiling ring v0.17.14
14032026-05-28T16:55:21.724Z Compiling openssl-sys v0.9.115
14042026-05-28T16:55:21.727Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-05-28T16:55:21.854Z Compiling synstructure v0.13.2
14062026-05-28T16:55:21.885Z Compiling pest_generator v2.8.6
14072026-05-28T16:55:21.899Z Compiling serde_derive_internals v0.29.1
14082026-05-28T16:55:21.933Z Compiling darling_core v0.20.11
14092026-05-28T16:55:21.947Z Compiling tempfile v3.25.0
14102026-05-28T16:55:22.218Z Compiling rusty-fork v0.3.1
14112026-05-28T16:55:22.314Z Compiling darling_core v0.21.3
14122026-05-28T16:55:22.384Z Compiling bit-set v0.8.0
14132026-05-28T16:55:22.512Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-05-28T16:55:22.537Z Compiling heapless v0.7.17
14152026-05-28T16:55:22.563Z Compiling rand_xorshift v0.4.0
14162026-05-28T16:55:22.578Z Compiling thread-id v5.1.0
14172026-05-28T16:55:22.627Z Compiling cookie v0.18.1
14182026-05-28T16:55:22.631Z Compiling time v0.3.47
14192026-05-28T16:55:22.654Z Compiling anyhow v1.0.102
14202026-05-28T16:55:22.676Z Compiling allocator-api2 v0.2.21
14212026-05-28T16:55:22.749Z Compiling signal-hook v0.3.18
14222026-05-28T16:55:22.811Z Compiling adler2 v2.0.1
14232026-05-28T16:55:22.828Z Compiling unarray v0.1.4
14242026-05-28T16:55:22.841Z Compiling zstd-safe v7.2.4
14252026-05-28T16:55:22.858Z Compiling unicode-properties v0.1.4
14262026-05-28T16:55:22.922Z Compiling unicode-bidi v0.3.18
14272026-05-28T16:55:22.952Z Compiling iri-string v0.7.10
14282026-05-28T16:55:22.968Z Compiling paste v1.0.15
14292026-05-28T16:55:22.971Z Compiling ryu v1.0.23
14302026-05-28T16:55:23.050Z Compiling miniz_oxide v0.8.9
14312026-05-28T16:55:23.256Z Compiling stringprep v0.1.5
14322026-05-28T16:55:23.325Z Compiling num-integer v0.1.46
14332026-05-28T16:55:23.488Z Compiling vergen-lib v9.1.0
14342026-05-28T16:55:23.609Z Compiling serde_derive v1.0.228
14352026-05-28T16:55:23.660Z Compiling zeroize_derive v1.4.3
14362026-05-28T16:55:23.685Z Compiling zerofrom-derive v0.1.6
14372026-05-28T16:55:23.701Z Compiling yoke-derive v0.8.1
14382026-05-28T16:55:23.705Z Compiling zerocopy-derive v0.8.40
14392026-05-28T16:55:23.729Z Compiling zerovec-derive v0.11.2
14402026-05-28T16:55:23.866Z Compiling displaydoc v0.2.5
14412026-05-28T16:55:24.245Z Compiling tokio-macros v2.7.0
14422026-05-28T16:55:24.301Z Compiling futures-macro v0.3.32
14432026-05-28T16:55:24.333Z Compiling zeroize v1.8.2
14442026-05-28T16:55:24.555Z Compiling der_derive v0.7.3
14452026-05-28T16:55:24.644Z Compiling rustls-pki-types v1.14.0
14462026-05-28T16:55:24.875Z Compiling thiserror-impl v2.0.18
14472026-05-28T16:55:24.899Z Compiling tracing-attributes v0.1.31
14482026-05-28T16:55:24.913Z Compiling scroll_derive v0.13.1
14492026-05-28T16:55:25.002Z Compiling crypto-common v0.1.7
14502026-05-28T16:55:25.058Z Compiling block-buffer v0.10.4
14512026-05-28T16:55:25.118Z Compiling block-padding v0.3.3
14522026-05-28T16:55:25.132Z Compiling zerofrom v0.1.6
14532026-05-28T16:55:25.148Z Compiling futures-util v0.3.32
14542026-05-28T16:55:25.170Z Compiling pest_derive v2.8.6
14552026-05-28T16:55:25.251Z Compiling digest v0.10.7
14562026-05-28T16:55:25.276Z Compiling yoke v0.8.1
14572026-05-28T16:55:25.298Z Compiling inout v0.1.4
14582026-05-28T16:55:25.478Z Compiling zerovec v0.11.5
14592026-05-28T16:55:25.493Z Compiling zerotrie v0.2.3
14602026-05-28T16:55:25.523Z Compiling hmac v0.12.1
14612026-05-28T16:55:25.551Z Compiling sha2 v0.10.9
14622026-05-28T16:55:25.643Z Compiling cipher v0.4.4
14632026-05-28T16:55:25.699Z Compiling der v0.7.10
14642026-05-28T16:55:25.772Z Compiling pbkdf2 v0.12.2
14652026-05-28T16:55:25.808Z Compiling schemars_derive v0.8.22
14662026-05-28T16:55:25.840Z Compiling scroll v0.13.0
14672026-05-28T16:55:25.907Z Compiling salsa20 v0.10.2
14682026-05-28T16:55:25.921Z Compiling aes v0.8.4
14692026-05-28T16:55:26.006Z Compiling tinystr v0.8.2
14702026-05-28T16:55:26.056Z Compiling potential_utf v0.1.4
14712026-05-28T16:55:26.127Z Compiling scrypt v0.11.0
14722026-05-28T16:55:26.244Z Compiling icu_locale_core v2.1.1
14732026-05-28T16:55:26.260Z Compiling icu_collections v2.1.1
14742026-05-28T16:55:26.284Z Compiling thiserror v2.0.18
14752026-05-28T16:55:26.302Z Compiling tracing v0.1.44
14762026-05-28T16:55:26.345Z Compiling cbc v0.1.2
14772026-05-28T16:55:26.408Z Compiling darling_macro v0.20.11
14782026-05-28T16:55:26.519Z Compiling openssl-macros v0.1.1
14792026-05-28T16:55:26.593Z Compiling spki v0.7.3
14802026-05-28T16:55:26.761Z Compiling goblin v0.10.5
14812026-05-28T16:55:26.864Z Compiling pkcs5 v0.7.1
14822026-05-28T16:55:26.985Z Compiling icu_provider v2.1.1
14832026-05-28T16:55:27.002Z Compiling rustls-native-certs v0.8.3
14842026-05-28T16:55:27.016Z Compiling darling v0.20.11
14852026-05-28T16:55:27.091Z Compiling derive_builder_core v0.20.2
14862026-05-28T16:55:27.106Z Compiling dtrace-parser v0.3.0
14872026-05-28T16:55:27.121Z Compiling bytes v1.11.1
14882026-05-28T16:55:27.176Z Compiling chrono v0.4.44
14892026-05-28T16:55:27.206Z Compiling pkcs8 v0.10.2
14902026-05-28T16:55:27.244Z Compiling icu_normalizer v2.1.1
14912026-05-28T16:55:27.317Z Compiling icu_properties v2.1.2
14922026-05-28T16:55:27.320Z Compiling ipnet v2.11.0
14932026-05-28T16:55:27.385Z Compiling signature v2.2.0
14942026-05-28T16:55:27.539Z Compiling webpki-roots v1.0.6
14952026-05-28T16:55:27.553Z Compiling thiserror-impl v1.0.69
14962026-05-28T16:55:27.591Z Compiling scroll_derive v0.12.1
14972026-05-28T16:55:27.636Z Compiling tokio v1.52.1
14982026-05-28T16:55:27.765Z Compiling http v1.4.0
14992026-05-28T16:55:27.818Z Compiling toml_datetime v0.6.11
15002026-05-28T16:55:27.857Z Compiling serde_urlencoded v0.7.1
15012026-05-28T16:55:27.893Z Compiling serde_spanned v0.6.9
15022026-05-28T16:55:28.011Z Compiling derive_builder_macro v0.20.2
15032026-05-28T16:55:28.063Z Compiling erased-serde v0.3.31
15042026-05-28T16:55:28.096Z Compiling serde_tokenstream v0.2.3
15052026-05-28T16:55:28.128Z Compiling ppv-lite86 v0.2.21
15062026-05-28T16:55:28.301Z Compiling idna_adapter v1.2.1
15072026-05-28T16:55:28.318Z Compiling scroll v0.12.0
15082026-05-28T16:55:28.335Z Compiling md-5 v0.10.6
15092026-05-28T16:55:28.445Z Compiling idna v1.1.0
15102026-05-28T16:55:28.463Z Compiling rand_chacha v0.9.0
15112026-05-28T16:55:28.467Z Compiling http-body v1.0.1
15122026-05-28T16:55:28.493Z Compiling rand_chacha v0.3.1
15132026-05-28T16:55:28.518Z Compiling darling_macro v0.21.3
15142026-05-28T16:55:28.531Z Compiling bstr v1.12.1
15152026-05-28T16:55:28.569Z Compiling async-trait v0.1.89
15162026-05-28T16:55:28.617Z Compiling http-body-util v0.1.3
15172026-05-28T16:55:28.631Z Compiling zerocopy-derive v0.7.35
15182026-05-28T16:55:28.650Z Compiling pin-project-internal v1.1.11
15192026-05-28T16:55:28.719Z Compiling rand v0.9.2
15202026-05-28T16:55:28.871Z Compiling url v2.5.8
15212026-05-28T16:55:28.887Z Compiling thiserror v1.0.69
15222026-05-28T16:55:29.008Z Compiling curve25519-dalek v4.1.3
15232026-05-28T16:55:29.029Z Compiling ff v0.13.1
15242026-05-28T16:55:29.137Z Compiling hash32 v0.2.1
15252026-05-28T16:55:29.184Z Compiling memoffset v0.9.1
15262026-05-28T16:55:29.203Z Compiling encoding_rs v0.8.35
15272026-05-28T16:55:29.218Z Compiling cfg_aliases v0.2.1
15282026-05-28T16:55:29.307Z Compiling proptest v1.10.0
15292026-05-28T16:55:29.356Z Compiling base16ct v0.2.0
15302026-05-28T16:55:29.406Z Compiling ref-cast v1.0.25
15312026-05-28T16:55:29.551Z Compiling dof v0.4.0
15322026-05-28T16:55:29.566Z Compiling litrs v1.0.0
15332026-05-28T16:55:29.582Z Compiling psl-types v2.0.11
15342026-05-28T16:55:29.663Z Compiling num-bigint-dig v0.8.6
15352026-05-28T16:55:29.679Z Compiling mime v0.3.17
15362026-05-28T16:55:29.717Z Compiling zlib-rs v0.6.2
15372026-05-28T16:55:29.732Z Compiling fallible-iterator v0.2.0
15382026-05-28T16:55:29.748Z Compiling smoltcp v0.9.1
15392026-05-28T16:55:29.825Z Compiling rustix v0.38.44
15402026-05-28T16:55:29.893Z Compiling pin-project v1.1.11
15412026-05-28T16:55:30.007Z Compiling publicsuffix v2.3.0
15422026-05-28T16:55:30.039Z Compiling postgres-protocol v0.6.10
15432026-05-28T16:55:30.094Z Compiling document-features v0.2.12
15442026-05-28T16:55:30.110Z Compiling zerocopy v0.7.35
15452026-05-28T16:55:30.142Z Compiling sec1 v0.7.3
15462026-05-28T16:55:30.163Z Compiling ipnetwork v0.21.1
15472026-05-28T16:55:30.320Z Compiling nix v0.31.2
15482026-05-28T16:55:30.410Z Compiling oxnet v0.1.4
15492026-05-28T16:55:30.578Z Compiling group v0.13.0
15502026-05-28T16:55:30.612Z Compiling darling v0.21.3
15512026-05-28T16:55:30.683Z Compiling rand v0.8.6
15522026-05-28T16:55:30.713Z Compiling goblin v0.8.2
15532026-05-28T16:55:30.716Z Compiling derive_builder v0.20.2
15542026-05-28T16:55:30.745Z Compiling futures-executor v0.3.32
15552026-05-28T16:55:30.749Z Compiling hex v0.4.3
15562026-05-28T16:55:30.790Z Compiling hubpack_derive v0.1.1
15572026-05-28T16:55:30.790Z Compiling hkdf v0.12.4
15582026-05-28T16:55:30.833Z Compiling crypto-bigint v0.5.5
15592026-05-28T16:55:30.873Z Compiling regex v1.12.3
15602026-05-28T16:55:30.998Z Compiling strum_macros v0.27.2
15612026-05-28T16:55:31.014Z Compiling daft-derive v0.1.7
15622026-05-28T16:55:31.051Z Compiling curve25519-dalek-derive v0.1.1
15632026-05-28T16:55:31.053Z Compiling snafu-derive v0.8.9
15642026-05-28T16:55:31.113Z Compiling ref-cast-impl v1.0.25
15652026-05-28T16:55:31.162Z Compiling num-iter v0.1.45
15662026-05-28T16:55:31.489Z Compiling tokio-util v0.7.18
15672026-05-28T16:55:31.556Z Compiling tower v0.5.3
15682026-05-28T16:55:31.630Z Compiling tokio-native-tls v0.3.1
15692026-05-28T16:55:31.657Z Compiling newtype-uuid v1.3.2
15702026-05-28T16:55:31.711Z Compiling terminal_size v0.4.3
15712026-05-28T16:55:31.761Z Compiling phf_shared v0.13.1
15722026-05-28T16:55:31.785Z Compiling lazy_static v1.5.0
15732026-05-28T16:55:31.803Z Compiling vergen v9.1.0
15742026-05-28T16:55:31.838Z Compiling cargo-platform v0.3.2
15752026-05-28T16:55:31.910Z Compiling fs-err v3.3.0
15762026-05-28T16:55:31.928Z Compiling ahash v0.8.12
15772026-05-28T16:55:32.039Z Compiling tower-http v0.6.8
15782026-05-28T16:55:32.055Z Compiling bumpalo v3.20.2
15792026-05-28T16:55:32.072Z Compiling managed v0.8.0
15802026-05-28T16:55:32.101Z Compiling object v0.37.3
15812026-05-28T16:55:32.128Z Compiling unicode-segmentation v1.12.0
15822026-05-28T16:55:32.162Z Compiling winnow v0.5.40
15832026-05-28T16:55:32.165Z Compiling bitflags v1.3.2
15842026-05-28T16:55:32.265Z Compiling h2 v0.4.13
15852026-05-28T16:55:32.311Z Compiling libbz2-rs-sys v0.2.2
15862026-05-28T16:55:32.334Z Compiling foldhash v0.2.0
15872026-05-28T16:55:32.396Z Compiling same-file v1.0.6
15882026-05-28T16:55:32.477Z Compiling foldhash v0.1.5
15892026-05-28T16:55:32.546Z Compiling walkdir v2.5.0
15902026-05-28T16:55:32.577Z Compiling hashbrown v0.16.1
15912026-05-28T16:55:32.610Z Compiling flate2 v1.1.9
15922026-05-28T16:55:32.649Z Compiling hashbrown v0.15.5
15932026-05-28T16:55:32.669Z Compiling zopfli v0.8.3
15942026-05-28T16:55:32.890Z Compiling bzip2 v0.6.1
15952026-05-28T16:55:33.017Z Compiling dof v0.3.0
15962026-05-28T16:55:33.075Z Compiling clap_builder v4.5.60
15972026-05-28T16:55:33.095Z Compiling snafu v0.8.9
15982026-05-28T16:55:33.130Z Compiling strum v0.27.2
15992026-05-28T16:55:33.167Z Compiling cargo_metadata v0.23.1
16002026-05-28T16:55:33.206Z Compiling phf v0.13.1
16012026-05-28T16:55:33.228Z Compiling daft v0.1.7
16022026-05-28T16:55:33.373Z Compiling elliptic-curve v0.13.8
16032026-05-28T16:55:33.482Z Compiling toml_edit v0.19.15
16042026-05-28T16:55:33.500Z Compiling signal-hook-mio v0.2.5
16052026-05-28T16:55:33.535Z Compiling hubpack v0.1.2
16062026-05-28T16:55:33.631Z Compiling cookie_store v0.22.1
16072026-05-28T16:55:33.646Z Compiling usdt-attr-macro v0.6.0
16082026-05-28T16:55:33.772Z Compiling usdt-macro v0.6.0
16092026-05-28T16:55:33.787Z Compiling bzip2 v0.4.4
16102026-05-28T16:55:33.803Z Compiling futures v0.3.32
16112026-05-28T16:55:33.898Z Compiling serde_with_macros v3.17.0
16122026-05-28T16:55:33.913Z Compiling postgres-types v0.2.12
16132026-05-28T16:55:34.114Z Compiling zstd v0.13.3
16142026-05-28T16:55:34.323Z Compiling dtrace-parser v0.2.0
16152026-05-28T16:55:34.358Z Compiling globset v0.4.18
16162026-05-28T16:55:34.407Z Compiling ed25519 v2.2.3
16172026-05-28T16:55:34.491Z Compiling pkcs1 v0.7.5
16182026-05-28T16:55:34.506Z Compiling serde_plain v1.0.2
16192026-05-28T16:55:34.582Z Compiling serde-big-array v0.5.1
16202026-05-28T16:55:34.596Z Compiling olpc-cjson v0.1.4
16212026-05-28T16:55:34.723Z Compiling rfc6979 v0.4.0
16222026-05-28T16:55:34.744Z Compiling enum-as-inner v0.6.1
16232026-05-28T16:55:34.775Z Compiling async-recursion v1.1.1
16242026-05-28T16:55:34.867Z Compiling strum_macros v0.26.4
16252026-05-28T16:55:34.912Z Compiling serde_repr v0.1.20
16262026-05-28T16:55:35.070Z Compiling clap_derive v4.5.55
16272026-05-28T16:55:35.087Z Compiling phf_shared v0.11.3
16282026-05-28T16:55:35.090Z Compiling float-cmp v0.10.0
16292026-05-28T16:55:35.116Z Compiling pem v3.0.6
16302026-05-28T16:55:35.269Z Compiling thread-id v4.2.2
16312026-05-28T16:55:35.296Z Compiling memmap2 v0.9.10
16322026-05-28T16:55:35.298Z Compiling env_filter v1.0.0
16332026-05-28T16:55:35.330Z Compiling hyper v1.8.1
16342026-05-28T16:55:35.369Z Compiling fixedbitset v0.5.7
16352026-05-28T16:55:35.472Z Compiling fixedbitset v0.4.2
16362026-05-28T16:55:35.487Z Compiling typed-path v0.9.3
16372026-05-28T16:55:35.504Z Compiling whoami v2.1.0
16382026-05-28T16:55:35.533Z Compiling precomputed-hash v0.1.1
16392026-05-28T16:55:35.633Z Compiling normalize-line-endings v0.3.0
16402026-05-28T16:55:35.648Z Compiling keccak v0.1.6
16412026-05-28T16:55:35.699Z Compiling new_debug_unreachable v1.0.6
16422026-05-28T16:55:35.720Z Compiling difflib v0.4.0
16432026-05-28T16:55:35.748Z Compiling jiff v0.2.21
16442026-05-28T16:55:35.783Z Compiling static_assertions v1.1.0
16452026-05-28T16:55:35.872Z Compiling either v1.15.0
16462026-05-28T16:55:35.903Z Compiling predicates-core v1.0.10
16472026-05-28T16:55:36.102Z Compiling data-encoding v2.10.0
16482026-05-28T16:55:36.116Z Compiling itertools v0.13.0
16492026-05-28T16:55:36.136Z Compiling predicates v3.1.4
16502026-05-28T16:55:36.172Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16512026-05-28T16:55:36.309Z Compiling sha3 v0.10.8
16522026-05-28T16:55:36.325Z Compiling string_cache v0.8.9
16532026-05-28T16:55:36.373Z Compiling tokio-postgres v0.7.16
16542026-05-28T16:55:36.479Z Compiling hyper-util v0.1.20
16552026-05-28T16:55:36.576Z Compiling hickory-proto v0.25.2
16562026-05-28T16:55:36.670Z Compiling strum v0.26.3
16572026-05-28T16:55:36.750Z Compiling toml_edit v0.22.27
16582026-05-28T16:55:36.790Z Compiling petgraph v0.6.5
16592026-05-28T16:55:36.813Z Compiling petgraph v0.8.3
16602026-05-28T16:55:36.829Z Compiling env_logger v0.11.9
16612026-05-28T16:55:36.884Z Compiling usdt v0.6.0
16622026-05-28T16:55:36.920Z Compiling clap v4.5.60
16632026-05-28T16:55:36.963Z Compiling usdt-impl v0.5.0
16642026-05-28T16:55:37.014Z Compiling serde_with v3.17.0
16652026-05-28T16:55:37.161Z Compiling toml v0.7.8
16662026-05-28T16:55:37.245Z Compiling ecdsa v0.16.9
16672026-05-28T16:55:37.431Z Compiling crossterm v0.28.1
16682026-05-28T16:55:37.575Z Compiling rsa v0.9.10
16692026-05-28T16:55:37.667Z Compiling ed25519-dalek v2.2.0
16702026-05-28T16:55:38.282Z Compiling hyper-tls v0.6.0
16712026-05-28T16:55:38.371Z Compiling zip v0.6.6
16722026-05-28T16:55:38.543Z Compiling zip v4.6.1
16732026-05-28T16:55:38.641Z Compiling iddqd v0.4.2
16742026-05-28T16:55:38.869Z Compiling heck v0.4.1
16752026-05-28T16:55:38.997Z Compiling similar v2.7.0
16762026-05-28T16:55:39.015Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-05-28T16:55:39.063Z Compiling tokio-stream v0.1.18
16782026-05-28T16:55:39.079Z Compiling buf-list v1.1.2
16792026-05-28T16:55:39.118Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-05-28T16:55:39.226Z Compiling openapiv3 v2.2.0
16812026-05-28T16:55:39.333Z Compiling x509-cert v0.2.5
16822026-05-28T16:55:39.380Z Compiling sha1 v0.10.6
16832026-05-28T16:55:39.446Z Compiling crossbeam-epoch v0.9.18
16842026-05-28T16:55:39.549Z Compiling peg-runtime v0.8.5
16852026-05-28T16:55:39.565Z Compiling lalrpop-util v0.19.12
16862026-05-28T16:55:39.597Z Compiling thread_local v1.1.9
16872026-05-28T16:55:39.625Z Compiling slog-async v2.8.0
16882026-05-28T16:55:39.680Z Compiling crossbeam-channel v0.5.15
16892026-05-28T16:55:39.771Z Compiling filetime v0.2.27
16902026-05-28T16:55:39.797Z Compiling is-terminal v0.4.17
16912026-05-28T16:55:39.856Z Compiling term v1.2.1
16922026-05-28T16:55:39.879Z Compiling take_mut v0.2.2
16932026-05-28T16:55:39.895Z Compiling xattr v1.6.1
16942026-05-28T16:55:40.092Z Compiling tar v0.4.45
16952026-05-28T16:55:40.142Z Compiling slog-term v2.9.2
16962026-05-28T16:55:57.795Z Compiling rustls-webpki v0.103.9
16972026-05-28T16:56:00.603Z Compiling tokio-rustls v0.26.4
16982026-05-28T16:56:00.603Z Compiling rustls-platform-verifier v0.6.2
16992026-05-28T16:56:00.783Z Compiling hyper-rustls v0.27.7
17002026-05-28T16:56:00.975Z Compiling reqwest v0.12.28
17012026-05-28T16:56:00.976Z Compiling reqwest v0.13.2
17022026-05-28T16:56:02.213Z Compiling tough v0.22.0
17032026-05-28T16:56:04.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-05-28T16:56:04.930Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-05-28T16:56:07.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.14s
17062026-05-28T16:56:07.918Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-05-28T16:56:07.973ZMay 28 16:56:06.795 INFO Starting download, target: Cockroach
17082026-05-28T16:56:07.973ZMay 28 16:56:06.795 INFO Starting download, target: Clickhouse
17092026-05-28T16:56:07.973ZMay 28 16:56:06.795 INFO Starting download, target: Console
17102026-05-28T16:56:07.973ZMay 28 16:56:06.795 INFO Starting download, target: MaghemiteMgd
17112026-05-28T16:56:07.976ZMay 28 16:56:06.795 INFO Starting download, target: DendriteStub
17122026-05-28T16:56:07.976ZMay 28 16:56:06.795 INFO Starting download, target: TransceiverControl
17132026-05-28T16:56:07.976ZMay 28 16:56:06.796 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17142026-05-28T16:56:07.976ZMay 28 16:56:06.796 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-05-28T16:56:07.976ZMay 28 16:56:06.796 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-05-28T16:56:07.976ZMay 28 16:56:06.796 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-05-28T16:56:07.976ZMay 28 16:56:06.796 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17182026-05-28T16:56:07.976ZMay 28 16:56:06.796 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-05-28T16:56:08.489ZMay 28 16:56:07.306 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-05-28T16:56:08.776ZMay 28 16:56:07.590 INFO Download complete, target: TransceiverControl
17212026-05-28T16:56:09.070ZMay 28 16:56:07.886 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-05-28T16:56:09.312ZMay 28 16:56:08.132 INFO Download complete, target: Console
17232026-05-28T16:56:09.722ZMay 28 16:56:08.544 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17242026-05-28T16:56:09.972ZMay 28 16:56:08.793 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-05-28T16:56:10.061ZMay 28 16:56:08.882 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17262026-05-28T16:56:10.483ZMay 28 16:56:09.306 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-05-28T16:56:10.484ZMay 28 16:56:09.306 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-05-28T16:56:12.167ZMay 28 16:56:10.989 INFO Download complete, target: DendriteStub
17292026-05-28T16:56:12.561ZMay 28 16:56:11.384 INFO Download complete, target: MaghemiteMgd
17302026-05-28T16:56:15.501ZMay 28 16:56:14.323 INFO Checking that binary works, target: Cockroach
17312026-05-28T16:56:15.639ZMay 28 16:56:14.460 INFO Download complete, target: Cockroach
17322026-05-28T16:56:17.073ZMay 28 16:56:15.896 INFO Checking that binary works, target: Clickhouse
17332026-05-28T16:56:17.168ZMay 28 16:56:15.991 INFO Download complete, target: Clickhouse
17342026-05-28T16:56:17.174ZAll prerequisites installed successfully
17352026-05-28T16:56:17.177Z
17362026-05-28T16:56:17.177Zreal 2:03.886983024
17372026-05-28T16:56:17.177Zuser 6:57.390369055
17382026-05-28T16:56:17.177Zsys 1:43.765823851
17392026-05-28T16:56:17.177Ztrap 0.254802594
17402026-05-28T16:56:17.177Ztflt 1.255627818
17412026-05-28T16:56:17.177Zdflt 1.865353300
17422026-05-28T16:56:17.177Zkflt 0.038581975
17432026-05-28T16:56:17.177Zlock 22:43.564843722
17442026-05-28T16:56:17.177Zslp 19:08.742081564
17452026-05-28T16:56:17.177Zlat 24.054539088
17462026-05-28T16:56:17.177Zstop 2:53.749987771
17472026-05-28T16:56:17.177Z+ ptime -m cargo xtask download softnpu
17482026-05-28T16:56:17.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17492026-05-28T16:56:17.719Z Running `target/debug/xtask download softnpu`
17502026-05-28T16:56:18.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17512026-05-28T16:56:18.541Z Running `target/debug/xtask-downloader softnpu`
17522026-05-28T16:56:18.589ZMay 28 16:56:17.405 INFO Starting download, target: Softnpu
17532026-05-28T16:56:18.596ZMay 28 16:56:17.406 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-05-28T16:56:19.444ZMay 28 16:56:18.235 INFO Download complete, target: Softnpu
17552026-05-28T16:56:19.584Z
17562026-05-28T16:56:19.585Zreal 2.235770674
17572026-05-28T16:56:19.585Zuser 1.341574717
17582026-05-28T16:56:19.585Zsys 0.661411794
17592026-05-28T16:56:19.585Ztrap 0.000756560
17602026-05-28T16:56:19.585Ztflt 0.000398070
17612026-05-28T16:56:19.585Zdflt 0.000361410
17622026-05-28T16:56:19.585Zkflt 0.000000000
17632026-05-28T16:56:19.585Zlock 15.088976086
17642026-05-28T16:56:19.585Zslp 0.676447766
17652026-05-28T16:56:19.585Zlat 0.095807177
17662026-05-28T16:56:19.585Zstop 0.000153410
17672026-05-28T16:56:19.585Z+ export CARGO_INCREMENTAL=0
17682026-05-28T16:56:19.585Z+ CARGO_INCREMENTAL=0
17692026-05-28T16:56:19.585Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-05-28T16:56:20.365Z Compiling proc-macro2 v1.0.106
17712026-05-28T16:56:20.366Z Compiling quote v1.0.45
17722026-05-28T16:56:20.366Z Compiling unicode-ident v1.0.24
17732026-05-28T16:56:20.366Z Compiling libc v0.2.185
17742026-05-28T16:56:20.426Z Compiling serde_core v1.0.228
17752026-05-28T16:56:20.499Z Compiling serde v1.0.228
17762026-05-28T16:56:20.582Z Compiling cfg-if v1.0.4
17772026-05-28T16:56:20.582Z Compiling version_check v0.9.5
17782026-05-28T16:56:20.582Z Compiling shlex v1.3.0
17792026-05-28T16:56:20.582Z Compiling find-msvc-tools v0.1.9
17802026-05-28T16:56:20.582Z Compiling typenum v1.19.0
17812026-05-28T16:56:20.582Z Compiling zmij v1.0.21
17822026-05-28T16:56:20.582Z Compiling autocfg v1.5.0
17832026-05-28T16:56:20.582Z Compiling memchr v2.8.0
17842026-05-28T16:56:20.582Z Compiling serde_json v1.0.149
17852026-05-28T16:56:20.782Z Compiling portable-atomic v1.13.1
17862026-05-28T16:56:20.840Z Compiling libm v0.2.16
17872026-05-28T16:56:20.840Z Compiling zerocopy v0.8.40
17882026-05-28T16:56:20.882Z Compiling parking_lot_core v0.9.12
17892026-05-28T16:56:20.882Z Compiling smallvec v1.15.1
17902026-05-28T16:56:20.912Z Compiling icu_normalizer_data v2.1.1
17912026-05-28T16:56:20.912Z Compiling icu_properties_data v2.1.2
17922026-05-28T16:56:20.912Z Compiling itoa v1.0.17
17932026-05-28T16:56:20.947Z Compiling num-traits v0.2.19
17942026-05-28T16:56:20.963Z Compiling generic-array v0.14.7
17952026-05-28T16:56:21.120Z Compiling getrandom v0.4.1
17962026-05-28T16:56:21.184Z Compiling log v0.4.29
17972026-05-28T16:56:21.223Z Compiling stable_deref_trait v1.2.1
17982026-05-28T16:56:21.282Z Compiling pkg-config v0.3.32
17992026-05-28T16:56:21.333Z Compiling subtle v2.6.1
18002026-05-28T16:56:21.417Z Compiling scopeguard v1.2.0
18012026-05-28T16:56:21.549Z Compiling percent-encoding v2.3.2
18022026-05-28T16:56:21.549Z Compiling lock_api v0.4.14
18032026-05-28T16:56:21.588Z Compiling litemap v0.8.1
18042026-05-28T16:56:21.627Z Compiling writeable v0.6.2
18052026-05-28T16:56:21.700Z Compiling jobserver v0.1.34
18062026-05-28T16:56:21.753Z Compiling getrandom v0.2.17
18072026-05-28T16:56:21.790Z Compiling errno v0.3.14
18082026-05-28T16:56:21.871Z Compiling syn v2.0.117
18092026-05-28T16:56:21.916Z Compiling rand_core v0.6.4
18102026-05-28T16:56:21.958Z Compiling cc v1.2.56
18112026-05-28T16:56:21.958Z Compiling pin-project-lite v0.2.17
18122026-05-28T16:56:21.958Z Compiling fnv v1.0.7
18132026-05-28T16:56:22.023Z Compiling thiserror v2.0.18
18142026-05-28T16:56:22.068Z Compiling getrandom v0.3.4
18152026-05-28T16:56:22.142Z Compiling dunce v1.0.5
18162026-05-28T16:56:22.150Z Compiling equivalent v1.0.2
18172026-05-28T16:56:22.153Z Compiling fs_extra v1.3.0
18182026-05-28T16:56:22.240Z Compiling rand_core v0.10.0
18192026-05-28T16:56:22.281Z Compiling rustversion v1.0.22
18202026-05-28T16:56:22.300Z Compiling schemars v0.8.22
18212026-05-28T16:56:22.300Z Compiling utf8_iter v1.0.4
18222026-05-28T16:56:22.403Z Compiling form_urlencoded v1.2.2
18232026-05-28T16:56:22.468Z Compiling critical-section v1.2.0
18242026-05-28T16:56:22.496Z Compiling signal-hook-registry v1.4.8
18252026-05-28T16:56:22.549Z Compiling hashbrown v0.17.0
18262026-05-28T16:56:22.573Z Compiling rustix v1.1.3
18272026-05-28T16:56:22.624Z Compiling socket2 v0.6.3
18282026-05-28T16:56:22.653Z Compiling cmake v0.1.57
18292026-05-28T16:56:22.704Z Compiling mio v1.2.0
18302026-05-28T16:56:22.927Z Compiling semver v1.0.28
18312026-05-28T16:56:23.022Z Compiling bitflags v2.11.0
18322026-05-28T16:56:23.064Z Compiling once_cell v1.21.3
18332026-05-28T16:56:23.071Z Compiling indexmap v2.14.0
18342026-05-28T16:56:23.127Z Compiling parking_lot v0.12.5
18352026-05-28T16:56:23.147Z Compiling const-oid v0.9.6
18362026-05-28T16:56:23.234Z Compiling ring v0.17.14
18372026-05-28T16:56:23.246Z Compiling aws-lc-sys v0.40.0
18382026-05-28T16:56:23.316Z Compiling aws-lc-rs v1.16.3
18392026-05-28T16:56:23.333Z Compiling heck v0.5.0
18402026-05-28T16:56:23.364Z Compiling futures-core v0.3.32
18412026-05-28T16:56:23.455Z Compiling httparse v1.10.1
18422026-05-28T16:56:23.500Z Compiling vcpkg v0.2.15
18432026-05-28T16:56:23.537Z Compiling thiserror v1.0.69
18442026-05-28T16:56:23.554Z Compiling strsim v0.11.1
18452026-05-28T16:56:23.741Z Compiling ucd-trie v0.1.7
18462026-05-28T16:56:23.767Z Compiling iana-time-zone v0.1.65
18472026-05-28T16:56:23.838Z Compiling byteorder v1.5.0
18482026-05-28T16:56:23.894Z Compiling pest v2.8.6
18492026-05-28T16:56:23.898Z Compiling ident_case v1.0.1
18502026-05-28T16:56:23.934Z Compiling regex-syntax v0.8.10
18512026-05-28T16:56:23.969Z Compiling syn v1.0.109
18522026-05-28T16:56:23.985Z Compiling uuid v1.23.0
18532026-05-28T16:56:24.041Z Compiling rustls v0.23.37
18542026-05-28T16:56:24.077Z Compiling openssl-sys v0.9.115
18552026-05-28T16:56:24.077Z Compiling cpufeatures v0.2.17
18562026-05-28T16:56:24.304Z Compiling futures-sink v0.3.32
18572026-05-28T16:56:24.323Z Compiling rustc_version v0.4.1
18582026-05-28T16:56:24.400Z Compiling futures-channel v0.3.32
18592026-05-28T16:56:24.404Z Compiling futures-io v0.3.32
18602026-05-28T16:56:24.431Z Compiling slab v0.4.12
18612026-05-28T16:56:24.561Z Compiling futures-task v0.3.32
18622026-05-28T16:56:24.609Z Compiling synstructure v0.13.2
18632026-05-28T16:56:24.627Z Compiling serde_derive_internals v0.29.1
18642026-05-28T16:56:24.693Z Compiling aho-corasick v1.1.4
18652026-05-28T16:56:24.753Z Compiling dyn-clone v1.0.20
18662026-05-28T16:56:24.963Z Compiling openssl v0.10.79
18672026-05-28T16:56:24.982Z Compiling pest_meta v2.8.6
18682026-05-28T16:56:25.011Z Compiling plain v0.2.3
18692026-05-28T16:56:25.026Z Compiling crc32fast v1.5.0
18702026-05-28T16:56:25.141Z Compiling base64 v0.22.1
18712026-05-28T16:56:25.158Z Compiling time-core v0.1.8
18722026-05-28T16:56:25.209Z Compiling num-conv v0.2.0
18732026-05-28T16:56:25.227Z Compiling crossbeam-utils v0.8.21
18742026-05-28T16:56:25.373Z Compiling time-macros v0.2.27
18752026-05-28T16:56:25.446Z Compiling pretty-hex v0.4.1
18762026-05-28T16:56:25.489Z Compiling native-tls v0.2.18
18772026-05-28T16:56:25.542Z Compiling anyhow v1.0.102
18782026-05-28T16:56:25.553Z Compiling regex-automata v0.4.14
18792026-05-28T16:56:25.570Z Compiling base64ct v1.8.3
18802026-05-28T16:56:25.617Z Compiling pest_generator v2.8.6
18812026-05-28T16:56:25.654Z Compiling darling_core v0.21.3
18822026-05-28T16:56:25.749Z Compiling tracing-core v0.1.36
18832026-05-28T16:56:25.769Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-05-28T16:56:25.842Z Compiling pem-rfc7468 v0.7.0
18852026-05-28T16:56:25.897Z Compiling serde_derive v1.0.228
18862026-05-28T16:56:26.050Z Compiling zeroize_derive v1.4.3
18872026-05-28T16:56:26.105Z Compiling zerofrom-derive v0.1.6
18882026-05-28T16:56:26.130Z Compiling yoke-derive v0.8.1
18892026-05-28T16:56:26.144Z Compiling zerovec-derive v0.11.2
18902026-05-28T16:56:26.161Z Compiling displaydoc v0.2.5
18912026-05-28T16:56:26.276Z Compiling zerocopy-derive v0.8.40
18922026-05-28T16:56:26.298Z Compiling tokio-macros v2.7.0
18932026-05-28T16:56:26.367Z Compiling futures-macro v0.3.32
18942026-05-28T16:56:26.707Z Compiling zeroize v1.8.2
18952026-05-28T16:56:26.971Z Compiling thiserror-impl v2.0.18
18962026-05-28T16:56:27.059Z Compiling schemars_derive v0.8.22
18972026-05-28T16:56:27.121Z Compiling tracing-attributes v0.1.31
18982026-05-28T16:56:27.158Z Compiling der_derive v0.7.3
18992026-05-28T16:56:27.227Z Compiling thiserror-impl v1.0.69
19002026-05-28T16:56:27.274Z Compiling zerofrom v0.1.6
19012026-05-28T16:56:27.416Z Compiling yoke v0.8.1
19022026-05-28T16:56:27.456Z Compiling crypto-common v0.1.7
19032026-05-28T16:56:27.622Z Compiling zerovec v0.11.5
19042026-05-28T16:56:27.635Z Compiling zerotrie v0.2.3
19052026-05-28T16:56:27.849Z Compiling block-buffer v0.10.4
19062026-05-28T16:56:28.038Z Compiling digest v0.10.7
19072026-05-28T16:56:28.212Z Compiling tinystr v0.8.2
19082026-05-28T16:56:28.250Z Compiling potential_utf v0.1.4
19092026-05-28T16:56:28.250Z Compiling pest_derive v2.8.6
19102026-05-28T16:56:28.294Z Compiling futures-util v0.3.32
19112026-05-28T16:56:28.303Z Compiling hmac v0.12.1
19122026-05-28T16:56:28.366Z Compiling icu_collections v2.1.1
19132026-05-28T16:56:28.408Z Compiling icu_locale_core v2.1.1
19142026-05-28T16:56:28.456Z Compiling block-padding v0.3.3
19152026-05-28T16:56:28.506Z Compiling rustls-pki-types v1.14.0
19162026-05-28T16:56:28.718Z Compiling inout v0.1.4
19172026-05-28T16:56:28.855Z Compiling openssl-macros v0.1.1
19182026-05-28T16:56:29.075Z Compiling bytes v1.11.1
19192026-05-28T16:56:29.087Z Compiling icu_provider v2.1.1
19202026-05-28T16:56:29.140Z Compiling chrono v0.4.44
19212026-05-28T16:56:29.249Z Compiling serde_tokenstream v0.2.3
19222026-05-28T16:56:29.260Z Compiling cipher v0.4.4
19232026-05-28T16:56:29.336Z Compiling sha2 v0.10.9
19242026-05-28T16:56:29.500Z Compiling icu_properties v2.1.2
19252026-05-28T16:56:29.526Z Compiling icu_normalizer v2.1.1
19262026-05-28T16:56:29.621Z Compiling tokio v1.52.1
19272026-05-28T16:56:29.964Z Compiling scroll_derive v0.13.1
19282026-05-28T16:56:30.332Z Compiling scroll_derive v0.12.1
19292026-05-28T16:56:30.633Z Compiling idna_adapter v1.2.1
19302026-05-28T16:56:30.743Z Compiling ppv-lite86 v0.2.21
19312026-05-28T16:56:30.798Z Compiling idna v1.1.0
19322026-05-28T16:56:30.894Z Compiling http v1.4.0
19332026-05-28T16:56:30.929Z Compiling flagset v0.4.7
19342026-05-28T16:56:30.996Z Compiling untrusted v0.9.0
19352026-05-28T16:56:31.088Z Compiling der v0.7.10
19362026-05-28T16:56:31.118Z Compiling tracing v0.1.44
19372026-05-28T16:56:31.148Z Compiling url v2.5.8
19382026-05-28T16:56:31.299Z Compiling darling_macro v0.21.3
19392026-05-28T16:56:31.402Z Compiling regex v1.12.3
19402026-05-28T16:56:31.431Z Compiling zerocopy-derive v0.7.35
19412026-05-28T16:56:31.551Z Compiling rand_core v0.9.5
19422026-05-28T16:56:31.794Z Compiling slog v2.8.2
19432026-05-28T16:56:32.012Z Compiling spki v0.7.3
19442026-05-28T16:56:32.236Z Compiling darling v0.21.3
19452026-05-28T16:56:32.284Z Compiling salsa20 v0.10.2
19462026-05-28T16:56:32.357Z Compiling pbkdf2 v0.12.2
19472026-05-28T16:56:32.847Z Compiling cookie v0.18.1
19482026-05-28T16:56:32.868Z Compiling camino v1.2.2
19492026-05-28T16:56:33.193Z Compiling scrypt v0.11.0
19502026-05-28T16:56:33.236Z Compiling rand_chacha v0.9.0
19512026-05-28T16:56:33.250Z Compiling http-body v1.0.1
19522026-05-28T16:56:33.349Z Compiling cbc v0.1.2
19532026-05-28T16:56:33.417Z Compiling tokio-util v0.7.18
19542026-05-28T16:56:33.433Z Compiling aes v0.8.4
19552026-05-28T16:56:33.527Z Compiling usdt-impl v0.5.0
19562026-05-28T16:56:33.571Z Compiling untrusted v0.7.1
19572026-05-28T16:56:33.593Z Compiling atomic-waker v1.1.2
19582026-05-28T16:56:33.608Z Compiling openssl-probe v0.2.1
19592026-05-28T16:56:33.704Z Compiling paste v1.0.15
19602026-05-28T16:56:33.720Z Compiling ref-cast v1.0.25
19612026-05-28T16:56:33.735Z Compiling usdt-impl v0.6.0
19622026-05-28T16:56:33.767Z Compiling winnow v0.7.14
19632026-05-28T16:56:33.920Z Compiling either v1.15.0
19642026-05-28T16:56:33.975Z Compiling tinyvec_macros v0.1.1
19652026-05-28T16:56:34.054Z Compiling tinyvec v1.10.0
19662026-05-28T16:56:34.073Z Compiling pkcs5 v0.7.1
19672026-05-28T16:56:34.252Z Compiling rand v0.9.2
19682026-05-28T16:56:34.531Z Compiling scroll v0.12.0
19692026-05-28T16:56:34.633Z Compiling scroll v0.13.0
19702026-05-28T16:56:34.666Z Compiling toml_datetime v0.6.11
19712026-05-28T16:56:34.743Z Compiling serde_spanned v0.6.9
19722026-05-28T16:56:34.819Z Compiling async-trait v0.1.89
19732026-05-28T16:56:34.836Z Compiling heapless v0.7.17
19742026-05-28T16:56:34.906Z Compiling bzip2-sys v0.1.13+1.0.8
19752026-05-28T16:56:34.922Z Compiling tower-service v0.3.3
19762026-05-28T16:56:35.071Z Compiling try-lock v0.2.5
19772026-05-28T16:56:35.104Z Compiling fastrand v2.3.0
19782026-05-28T16:56:35.189Z Compiling tower-layer v0.3.3
19792026-05-28T16:56:35.215Z Compiling signal-hook v0.3.18
19802026-05-28T16:56:35.277Z Compiling zstd-safe v7.2.4
19812026-05-28T16:56:35.398Z Compiling want v0.3.1
19822026-05-28T16:56:35.414Z Compiling toml_parser v1.0.9+spec-1.1.0
19832026-05-28T16:56:35.449Z Compiling h2 v0.4.13
19842026-05-28T16:56:35.534Z Compiling goblin v0.10.5
19852026-05-28T16:56:35.580Z Compiling goblin v0.8.2
19862026-05-28T16:56:35.723Z Compiling pkcs8 v0.10.2
19872026-05-28T16:56:35.910Z Compiling zerocopy v0.7.35
19882026-05-28T16:56:35.922Z Compiling ipnet v2.11.0
19892026-05-28T16:56:36.035Z Compiling ref-cast-impl v1.0.25
19902026-05-28T16:56:36.251Z Compiling curve25519-dalek v4.1.3
19912026-05-28T16:56:36.484Z Compiling darling_core v0.20.11
19922026-05-28T16:56:36.520Z Compiling memoffset v0.9.1
19932026-05-28T16:56:36.540Z Compiling litrs v1.0.0
19942026-05-28T16:56:36.600Z Compiling pin-utils v0.1.0
19952026-05-28T16:56:36.696Z Compiling winnow v0.5.40
19962026-05-28T16:56:36.737Z Compiling httpdate v1.0.3
19972026-05-28T16:56:37.148Z Compiling foreign-types-shared v0.1.1
19982026-05-28T16:56:37.294Z Compiling rustix v0.38.44
19992026-05-28T16:56:37.398Z Compiling tempfile v3.25.0
20002026-05-28T16:56:37.447Z Compiling foreign-types v0.3.2
20012026-05-28T16:56:37.481Z Compiling document-features v0.2.12
20022026-05-28T16:56:37.943Z Compiling dof v0.3.0
20032026-05-28T16:56:38.027Z Compiling toml_edit v0.19.15
20042026-05-28T16:56:38.158Z Compiling unicode-normalization v0.1.25
20052026-05-28T16:56:38.207Z Compiling dtrace-parser v0.2.0
20062026-05-28T16:56:38.339Z Compiling dof v0.4.0
20072026-05-28T16:56:38.495Z Compiling darling_macro v0.20.11
20082026-05-28T16:56:38.512Z Compiling hyper v1.8.1
20092026-05-28T16:56:38.723Z Compiling dtrace-parser v0.3.0
20102026-05-28T16:56:38.816Z Compiling daft-derive v0.1.7
20112026-05-28T16:56:38.889Z Compiling pin-project-internal v1.1.11
20122026-05-28T16:56:38.977Z Compiling spin v0.9.8
20132026-05-28T16:56:38.993Z Compiling thread-id v5.1.0
20142026-05-28T16:56:39.128Z Compiling thread-id v4.2.2
20152026-05-28T16:56:39.209Z Compiling powerfmt v0.2.0
20162026-05-28T16:56:39.225Z Compiling num-bigint-dig v0.8.6
20172026-05-28T16:56:39.305Z Compiling cfg_aliases v0.2.1
20182026-05-28T16:56:39.365Z Compiling smoltcp v0.9.1
20192026-05-28T16:56:39.381Z Compiling deranged v0.5.8
20202026-05-28T16:56:39.398Z Compiling nix v0.31.2
20212026-05-28T16:56:39.514Z Compiling darling v0.20.11
20222026-05-28T16:56:39.615Z Compiling hyper-util v0.1.20
20232026-05-28T16:56:39.969Z Compiling rustls-native-certs v0.8.3
20242026-05-28T16:56:40.013Z Compiling ipnetwork v0.21.1
20252026-05-28T16:56:40.378Z Compiling strum_macros v0.26.4
20262026-05-28T16:56:40.403Z Compiling curve25519-dalek-derive v0.1.1
20272026-05-28T16:56:40.644Z Compiling sync_wrapper v1.0.2
20282026-05-28T16:56:40.688Z Compiling wait-timeout v0.2.1
20292026-05-28T16:56:40.805Z Compiling siphasher v1.0.2
20302026-05-28T16:56:40.936Z Compiling num_threads v0.1.7
20312026-05-28T16:56:41.028Z Compiling anstyle v1.0.13
20322026-05-28T16:56:41.152Z Compiling quick-error v1.2.3
20332026-05-28T16:56:41.261Z Compiling simd-adler32 v0.3.8
20342026-05-28T16:56:41.310Z Compiling utf8parse v0.2.2
20352026-05-28T16:56:41.334Z Compiling bit-vec v0.8.0
20362026-05-28T16:56:41.385Z Compiling time v0.3.47
20372026-05-28T16:56:41.451Z Compiling anstyle-parse v0.2.7
20382026-05-28T16:56:41.539Z Compiling bit-set v0.8.0
20392026-05-28T16:56:41.660Z Compiling rusty-fork v0.3.1
20402026-05-28T16:56:41.721Z Compiling tower v0.5.3
20412026-05-28T16:56:42.083Z Compiling derive_builder_core v0.20.2
20422026-05-28T16:56:42.230Z Compiling http-body-util v0.1.3
20432026-05-28T16:56:42.353Z Compiling webpki-roots v1.0.6
20442026-05-28T16:56:42.433Z Compiling rand_xorshift v0.4.0
20452026-05-28T16:56:42.493Z Compiling signature v2.2.0
20462026-05-28T16:56:42.493Z Compiling hubpack_derive v0.1.1
20472026-05-28T16:56:42.542Z Compiling strum_macros v0.27.2
20482026-05-28T16:56:42.595Z Compiling snafu-derive v0.8.9
20492026-05-28T16:56:42.850Z Compiling ahash v0.8.12
20502026-05-28T16:56:42.886Z Compiling fs-err v3.3.0
20512026-05-28T16:56:43.020Z Compiling encoding_rs v0.8.35
20522026-05-28T16:56:43.038Z Compiling unicode-segmentation v1.12.0
20532026-05-28T16:56:43.313Z Compiling unarray v0.1.4
20542026-05-28T16:56:43.328Z Compiling mime v0.3.17
20552026-05-28T16:56:43.331Z Compiling is_terminal_polyfill v1.70.2
20562026-05-28T16:56:43.331Z Compiling ryu v1.0.23
20572026-05-28T16:56:43.428Z Compiling allocator-api2 v0.2.21
20582026-05-28T16:56:43.534Z Compiling object v0.37.3
20592026-05-28T16:56:43.626Z Compiling anstyle-query v1.1.5
20602026-05-28T16:56:43.643Z Compiling adler2 v2.0.1
20612026-05-28T16:56:43.648Z Compiling unicode-properties v0.1.4
20622026-05-28T16:56:43.711Z Compiling unicode-bidi v0.3.18
20632026-05-28T16:56:43.749Z Compiling colorchoice v1.0.4
20642026-05-28T16:56:43.781Z Compiling iri-string v0.7.10
20652026-05-28T16:56:43.797Z Compiling miniz_oxide v0.8.9
20662026-05-28T16:56:43.831Z Compiling serde_urlencoded v0.7.1
20672026-05-28T16:56:43.854Z Compiling anstream v0.6.21
20682026-05-28T16:56:43.888Z Compiling proptest v1.10.0
20692026-05-28T16:56:44.083Z Compiling stringprep v0.1.5
20702026-05-28T16:56:44.204Z Compiling derive_builder_macro v0.20.2
20712026-05-28T16:56:44.343Z Compiling tokio-native-tls v0.3.1
20722026-05-28T16:56:44.365Z Compiling usdt-attr-macro v0.6.0
20732026-05-28T16:56:44.469Z Compiling usdt-macro v0.6.0
20742026-05-28T16:56:44.947Z Compiling tower-http v0.6.8
20752026-05-28T16:56:45.041Z Compiling rand_chacha v0.3.1
20762026-05-28T16:56:45.055Z Compiling erased-serde v0.3.31
20772026-05-28T16:56:45.123Z Compiling md-5 v0.10.6
20782026-05-28T16:56:45.139Z Compiling bstr v1.12.1
20792026-05-28T16:56:45.216Z Compiling num-integer v0.1.46
20802026-05-28T16:56:45.293Z Compiling hash32 v0.2.1
20812026-05-28T16:56:45.377Z Compiling vergen-lib v9.1.0
20822026-05-28T16:56:45.413Z Compiling ff v0.13.1
20832026-05-28T16:56:45.552Z Compiling fallible-iterator v0.2.0
20842026-05-28T16:56:45.571Z Compiling base16ct v0.2.0
20852026-05-28T16:56:45.593Z Compiling psl-types v2.0.11
20862026-05-28T16:56:45.664Z Compiling zlib-rs v0.6.2
20872026-05-28T16:56:45.715Z Compiling publicsuffix v2.3.0
20882026-05-28T16:56:45.735Z Compiling sec1 v0.7.3
20892026-05-28T16:56:45.751Z Compiling group v0.13.0
20902026-05-28T16:56:45.859Z Compiling postgres-protocol v0.6.10
20912026-05-28T16:56:45.906Z Compiling newtype-uuid v1.3.2
20922026-05-28T16:56:46.045Z Compiling num-iter v0.1.45
20932026-05-28T16:56:46.316Z Compiling rand v0.8.6
20942026-05-28T16:56:46.700Z Compiling oxnet v0.1.4
20952026-05-28T16:56:46.799Z Compiling derive_builder v0.20.2
20962026-05-28T16:56:46.815Z Compiling hyper-tls v0.6.0
20972026-05-28T16:56:46.962Z Compiling heck v0.4.1
20982026-05-28T16:56:47.068Z Compiling phf_shared v0.13.1
20992026-05-28T16:56:47.087Z Compiling pin-project v1.1.11
21002026-05-28T16:56:47.181Z Compiling lazy_static v1.5.0
21012026-05-28T16:56:47.323Z Compiling terminal_size v0.4.3
21022026-05-28T16:56:47.339Z Compiling serde_with_macros v3.17.0
21032026-05-28T16:56:47.352Z Compiling futures-executor v0.3.32
21042026-05-28T16:56:47.386Z Compiling hex v0.4.3
21052026-05-28T16:56:47.488Z Compiling hkdf v0.12.4
21062026-05-28T16:56:47.552Z Compiling crypto-bigint v0.5.5
21072026-05-28T16:56:47.596Z Compiling clap_derive v4.5.55
21082026-05-28T16:56:47.651Z Compiling serde_repr v0.1.20
21092026-05-28T16:56:47.704Z Compiling enum-as-inner v0.6.1
21102026-05-28T16:56:47.719Z Compiling flate2 v1.1.9
21112026-05-28T16:56:47.804Z Compiling async-recursion v1.1.1
21122026-05-28T16:56:47.955Z Compiling vergen v9.1.0
21132026-05-28T16:56:47.974Z Compiling cargo-platform v0.3.2
21142026-05-28T16:56:48.167Z Compiling bitflags v1.3.2
21152026-05-28T16:56:48.186Z Compiling bumpalo v3.20.2
21162026-05-28T16:56:48.229Z Compiling libbz2-rs-sys v0.2.2
21172026-05-28T16:56:48.265Z Compiling managed v0.8.0
21182026-05-28T16:56:48.410Z Compiling foldhash v0.2.0
21192026-05-28T16:56:48.449Z Compiling clap_lex v1.0.0
21202026-05-28T16:56:48.465Z Compiling foldhash v0.1.5
21212026-05-28T16:56:48.546Z Compiling same-file v1.0.6
21222026-05-28T16:56:48.629Z Compiling clap_builder v4.5.60
21232026-05-28T16:56:48.644Z Compiling bzip2 v0.6.1
21242026-05-28T16:56:48.648Z Compiling hashbrown v0.15.5
21252026-05-28T16:56:48.678Z Compiling walkdir v2.5.0
21262026-05-28T16:56:48.681Z Compiling hashbrown v0.16.1
21272026-05-28T16:56:48.829Z Compiling elliptic-curve v0.13.8
21282026-05-28T16:56:48.863Z Compiling zopfli v0.8.3
21292026-05-28T16:56:48.996Z Compiling cargo_metadata v0.23.1
21302026-05-28T16:56:49.232Z Compiling futures v0.3.32
21312026-05-28T16:56:49.432Z Compiling phf v0.13.1
21322026-05-28T16:56:49.479Z Compiling zstd v0.13.3
21332026-05-28T16:56:49.682Z Compiling snafu v0.8.9
21342026-05-28T16:56:49.749Z Compiling signal-hook-mio v0.2.5
21352026-05-28T16:56:49.804Z Compiling daft v0.1.7
21362026-05-28T16:56:49.889Z Compiling cookie_store v0.22.1
21372026-05-28T16:56:50.027Z Compiling postgres-types v0.2.12
21382026-05-28T16:56:50.097Z Compiling bzip2 v0.4.4
21392026-05-28T16:56:50.140Z Compiling globset v0.4.18
21402026-05-28T16:56:50.220Z Compiling strum v0.27.2
21412026-05-28T16:56:50.501Z Compiling hubpack v0.1.2
21422026-05-28T16:56:50.545Z Compiling ed25519 v2.2.3
21432026-05-28T16:56:50.562Z Compiling phf_shared v0.11.3
21442026-05-28T16:56:50.680Z Compiling crossbeam-epoch v0.9.18
21452026-05-28T16:56:50.745Z Compiling olpc-cjson v0.1.4
21462026-05-28T16:56:50.768Z Compiling pkcs1 v0.7.5
21472026-05-28T16:56:50.785Z Compiling pem v3.0.6
21482026-05-28T16:56:50.927Z Compiling serde-big-array v0.5.1
21492026-05-28T16:56:50.944Z Compiling serde_plain v1.0.2
21502026-05-28T16:56:50.981Z Compiling rfc6979 v0.4.0
21512026-05-28T16:56:50.984Z Compiling float-cmp v0.10.0
21522026-05-28T16:56:51.099Z Compiling memmap2 v0.9.10
21532026-05-28T16:56:51.119Z Compiling env_filter v1.0.0
21542026-05-28T16:56:51.136Z Compiling static_assertions v1.1.0
21552026-05-28T16:56:51.176Z Compiling keccak v0.1.6
21562026-05-28T16:56:51.182Z Compiling whoami v2.1.0
21572026-05-28T16:56:51.233Z Compiling normalize-line-endings v0.3.0
21582026-05-28T16:56:51.247Z Compiling precomputed-hash v0.1.1
21592026-05-28T16:56:51.312Z Compiling data-encoding v2.10.0
21602026-05-28T16:56:51.346Z Compiling predicates-core v1.0.10
21612026-05-28T16:56:51.349Z Compiling jiff v0.2.21
21622026-05-28T16:56:51.361Z Compiling difflib v0.4.0
21632026-05-28T16:56:51.410Z Compiling typed-path v0.9.3
21642026-05-28T16:56:51.427Z Compiling toml_write v0.1.2
21652026-05-28T16:56:51.446Z Compiling new_debug_unreachable v1.0.6
21662026-05-28T16:56:51.489Z Compiling fixedbitset v0.4.2
21672026-05-28T16:56:51.531Z Compiling fixedbitset v0.5.7
21682026-05-28T16:56:51.547Z Compiling string_cache v0.8.9
21692026-05-28T16:56:51.550Z Compiling tokio-postgres v0.7.16
21702026-05-28T16:56:51.653Z Compiling petgraph v0.6.5
21712026-05-28T16:56:51.702Z Compiling predicates v3.1.4
21722026-05-28T16:56:51.784Z Compiling petgraph v0.8.3
21732026-05-28T16:56:51.831Z Compiling hickory-proto v0.25.2
21742026-05-28T16:56:51.847Z Compiling toml_edit v0.22.27
21752026-05-28T16:56:52.122Z Compiling sha3 v0.10.8
21762026-05-28T16:56:52.252Z Compiling env_logger v0.11.9
21772026-05-28T16:56:52.305Z Compiling usdt v0.6.0
21782026-05-28T16:56:52.539Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21792026-05-28T16:56:52.574Z Compiling ecdsa v0.16.9
21802026-05-28T16:56:52.613Z Compiling rsa v0.9.10
21812026-05-28T16:56:53.161Z Compiling ed25519-dalek v2.2.0
21822026-05-28T16:56:53.493Z Compiling crossterm v0.28.1
21832026-05-28T16:56:53.583Z Compiling zip v0.6.6
21842026-05-28T16:56:53.627Z Compiling clap v4.5.60
21852026-05-28T16:56:53.709Z Compiling iddqd v0.4.2
21862026-05-28T16:56:54.090Z Compiling zip v4.6.1
21872026-05-28T16:56:54.376Z Compiling serde_with v3.17.0
21882026-05-28T16:56:54.396Z Compiling similar v2.7.0
21892026-05-28T16:56:54.439Z Compiling strum v0.26.3
21902026-05-28T16:56:54.586Z Compiling toml v0.7.8
21912026-05-28T16:56:54.683Z Compiling itertools v0.13.0
21922026-05-28T16:56:54.918Z Compiling tokio-stream v0.1.18
21932026-05-28T16:56:55.056Z Compiling buf-list v1.1.2
21942026-05-28T16:56:55.163Z Compiling x509-cert v0.2.5
21952026-05-28T16:56:55.337Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21962026-05-28T16:56:55.397Z Compiling openapiv3 v2.2.0
21972026-05-28T16:56:55.650Z Compiling sha1 v0.10.6
21982026-05-28T16:56:55.980Z Compiling lalrpop-util v0.19.12
21992026-05-28T16:56:56.109Z Compiling peg-runtime v0.8.5
22002026-05-28T16:57:11.606Z Compiling rustls-webpki v0.103.9
22012026-05-28T16:57:12.489Z Compiling macaddr v1.0.1
22022026-05-28T16:57:12.640Z Compiling structmeta-derive v0.3.0
22032026-05-28T16:57:12.666Z Compiling crucible-workspace-hack v0.1.0
22042026-05-28T16:57:12.711Z Compiling rayon-core v1.13.0
22052026-05-28T16:57:12.799Z Compiling itertools v0.14.0
22062026-05-28T16:57:12.893Z Compiling secrecy v0.10.3
22072026-05-28T16:57:12.940Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-28T16:57:12.960Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-05-28T16:57:12.974Z Compiling heapless v0.8.0
22102026-05-28T16:57:13.082Z Compiling rustls v0.22.4
22112026-05-28T16:57:13.232Z Compiling toml_edit v0.23.10+spec-1.0.0
22122026-05-28T16:57:13.355Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-05-28T16:57:13.408Z Compiling crossbeam-deque v0.8.6
22142026-05-28T16:57:13.431Z Compiling rustls-webpki v0.102.8
22152026-05-28T16:57:13.463Z Compiling hash32 v0.3.1
22162026-05-28T16:57:13.501Z Compiling multer v3.1.0
22172026-05-28T16:57:13.524Z Compiling thread_local v1.1.9
22182026-05-28T16:57:13.555Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-05-28T16:57:13.619Z Compiling match_cfg v0.1.0
22202026-05-28T16:57:13.644Z Compiling unicode-width v0.2.0
22212026-05-28T16:57:13.660Z Compiling smoltcp v0.11.0
22222026-05-28T16:57:13.678Z Compiling structmeta v0.3.0
22232026-05-28T16:57:13.710Z Compiling compression-core v0.4.31
22242026-05-28T16:57:13.725Z Compiling slog-async v2.8.0
22252026-05-28T16:57:13.820Z Compiling proc-macro-crate v3.4.0
22262026-05-28T16:57:13.912Z Compiling compression-codecs v0.4.37
22272026-05-28T16:57:13.915Z Compiling derive-ex v0.1.8
22282026-05-28T16:57:14.046Z Compiling hostname v0.3.1
22292026-05-28T16:57:14.077Z Compiling ingot-macros v0.1.1
22302026-05-28T16:57:14.169Z Compiling slog-json v2.6.1
22312026-05-28T16:57:14.230Z Compiling crossbeam-channel v0.5.15
22322026-05-28T16:57:14.262Z Compiling half v2.7.1
22332026-05-28T16:57:14.312Z Compiling newtype-uuid-macros v0.1.0
22342026-05-28T16:57:14.441Z Compiling cobs v0.3.0
22352026-05-28T16:57:14.601Z Compiling thiserror-impl-no-std v2.0.2
22362026-05-28T16:57:14.631Z Compiling universal-hash v0.5.1
22372026-05-28T16:57:14.742Z Compiling async-stream-impl v0.3.6
22382026-05-28T16:57:14.799Z Compiling toml_datetime v1.0.0+spec-1.1.0
22392026-05-28T16:57:14.943Z Compiling serde_spanned v1.0.4
22402026-05-28T16:57:15.063Z Compiling is-terminal v0.4.17
22412026-05-28T16:57:15.126Z Compiling proc-macro-error-attr v1.0.4
22422026-05-28T16:57:15.181Z Compiling dropshot v0.17.0
22432026-05-28T16:57:15.248Z Compiling tokio-rustls v0.26.4
22442026-05-28T16:57:15.264Z Compiling rustls-platform-verifier v0.6.2
22452026-05-28T16:57:15.338Z Compiling convert_case v0.4.0
22462026-05-28T16:57:15.358Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-05-28T16:57:15.407Z Compiling take_mut v0.2.2
22482026-05-28T16:57:15.451Z Compiling term v1.2.1
22492026-05-28T16:57:15.492Z Compiling hyper-rustls v0.27.7
22502026-05-28T16:57:15.540Z Compiling ciborium-io v0.2.2
22512026-05-28T16:57:15.554Z Compiling opaque-debug v0.3.1
22522026-05-28T16:57:15.593Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-05-28T16:57:15.645Z Compiling ciborium-ll v0.2.2
22542026-05-28T16:57:15.662Z Compiling poly1305 v0.8.0
22552026-05-28T16:57:15.665Z Compiling toml v1.0.6+spec-1.1.0
22562026-05-28T16:57:15.665Z Compiling thiserror-no-std v2.0.2
22572026-05-28T16:57:15.710Z Compiling derive_more v0.99.20
22582026-05-28T16:57:15.795Z Compiling reqwest v0.12.28
22592026-05-28T16:57:15.809Z Compiling reqwest v0.13.2
22602026-05-28T16:57:15.844Z Compiling slog-term v2.9.2
22612026-05-28T16:57:15.955Z Compiling tokio-rustls v0.25.0
22622026-05-28T16:57:16.251Z Compiling test-strategy v0.4.5
22632026-05-28T16:57:16.459Z Compiling async-stream v0.3.6
22642026-05-28T16:57:16.676Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-05-28T16:57:16.693Z Compiling ingot-types v0.1.2
22662026-05-28T16:57:16.911Z Compiling postcard v1.1.3
22672026-05-28T16:57:17.126Z Compiling ingot v0.1.1
22682026-05-28T16:57:17.171Z Compiling slog-bunyan v2.5.0
22692026-05-28T16:57:17.199Z Compiling num_enum_derive v0.7.5
22702026-05-28T16:57:17.300Z Compiling async-compression v0.4.41
22712026-05-28T16:57:17.378Z Compiling tough v0.22.0
22722026-05-28T16:57:17.583Z Compiling parse-display-derive v0.10.0
22732026-05-28T16:57:17.794Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-05-28T16:57:17.935Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-05-28T16:57:18.143Z Compiling proc-macro-crate v1.3.1
22762026-05-28T16:57:18.188Z Compiling backon v1.6.0
22772026-05-28T16:57:18.442Z Compiling waitgroup v0.1.2
22782026-05-28T16:57:18.460Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22792026-05-28T16:57:18.523Z Compiling password-hash v0.5.0
22802026-05-28T16:57:18.526Z Compiling chacha20 v0.9.1
22812026-05-28T16:57:18.651Z Compiling dropshot_endpoint v0.17.0
22822026-05-28T16:57:18.902Z Compiling rustls-pemfile v2.2.0
22832026-05-28T16:57:19.113Z Compiling blake2 v0.10.6
22842026-05-28T16:57:19.168Z Compiling aead v0.5.2
22852026-05-28T16:57:19.220Z Compiling foreign-types-macros v0.2.3
22862026-05-28T16:57:19.223Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-28T16:57:19.376Z Compiling serde_path_to_error v0.1.20
22882026-05-28T16:57:19.390Z Compiling hostname v0.4.2
22892026-05-28T16:57:19.508Z Compiling proc-macro-error v1.0.4
22902026-05-28T16:57:19.580Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-28T16:57:19.601Z Compiling instant v0.1.13
22922026-05-28T16:57:19.639Z Compiling cpufeatures v0.3.0
22932026-05-28T16:57:19.664Z Compiling debug-ignore v1.0.5
22942026-05-28T16:57:19.731Z Compiling foreign-types-shared v0.3.1
22952026-05-28T16:57:19.747Z Compiling typeid v1.0.3
22962026-05-28T16:57:19.805Z Compiling chacha20 v0.10.0
22972026-05-28T16:57:19.841Z Compiling foreign-types v0.5.0
22982026-05-28T16:57:19.844Z Compiling backoff v0.4.0
22992026-05-28T16:57:19.875Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23002026-05-28T16:57:19.891Z Compiling argon2 v0.5.3
23012026-05-28T16:57:19.894Z Compiling chacha20poly1305 v0.10.1
23022026-05-28T16:57:19.929Z Compiling parse-display v0.10.0
23032026-05-28T16:57:19.931Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23042026-05-28T16:57:19.931Z Compiling num_enum_derive v0.5.11
23052026-05-28T16:57:19.977Z Compiling num_enum v0.7.5
23062026-05-28T16:57:20.085Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-05-28T16:57:20.135Z Compiling ciborium v0.2.2
23082026-05-28T16:57:20.155Z Compiling vsss-rs v3.3.4
23092026-05-28T16:57:20.253Z Compiling tabwriter v1.4.1
23102026-05-28T16:57:20.423Z Compiling regress v0.10.5
23112026-05-28T16:57:20.638Z Compiling byte-wrapper v0.1.0
23122026-05-28T16:57:20.813Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-05-28T16:57:20.919Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-28T16:57:20.936Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23152026-05-28T16:57:20.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-05-28T16:57:20.975Z Compiling cstr-argument v0.1.2
23172026-05-28T16:57:21.055Z Compiling erased-serde v0.4.9
23182026-05-28T16:57:21.169Z Compiling humantime v2.3.0
23192026-05-28T16:57:21.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-05-28T16:57:21.377Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-05-28T16:57:21.394Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-28T16:57:21.581Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-05-28T16:57:21.598Z Compiling num_enum v0.5.11
23242026-05-28T16:57:21.647Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-05-28T16:57:21.665Z Compiling rand v0.10.0
23262026-05-28T16:57:21.711Z Compiling rayon v1.11.0
23272026-05-28T16:57:21.746Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-05-28T16:57:21.763Z Compiling libefi-sys v0.1.0
23292026-05-28T16:57:21.814Z Compiling indent_write v2.2.0
23302026-05-28T16:57:21.906Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23312026-05-28T16:57:21.935Z Compiling colored v3.1.1
23322026-05-28T16:57:22.000Z Compiling zone_cfg_derive v0.3.1
23332026-05-28T16:57:22.023Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23342026-05-28T16:57:22.074Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-05-28T16:57:22.077Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23362026-05-28T16:57:22.138Z Compiling camino-tempfile v1.4.1
23372026-05-28T16:57:22.326Z Compiling itertools v0.12.1
23382026-05-28T16:57:22.504Z Compiling usdt-macro v0.5.0
23392026-05-28T16:57:22.559Z Compiling usdt-attr-macro v0.5.0
23402026-05-28T16:57:22.638Z Compiling num-derive v0.4.2
23412026-05-28T16:57:22.654Z Compiling bitfield-struct v0.6.2
23422026-05-28T16:57:22.658Z Compiling blake3 v1.8.3
23432026-05-28T16:57:22.687Z Compiling ordered-float v2.10.1
23442026-05-28T16:57:22.984Z Compiling sigpipe v0.1.3
23452026-05-28T16:57:23.040Z Compiling memmap v0.7.0
23462026-05-28T16:57:23.106Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-05-28T16:57:23.213Z Compiling swrite v0.1.0
23482026-05-28T16:57:23.299Z Compiling glob v0.3.3
23492026-05-28T16:57:23.317Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-05-28T16:57:23.335Z Compiling usdt v0.5.0
23512026-05-28T16:57:23.372Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23522026-05-28T16:57:23.537Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-05-28T16:57:23.649Z Compiling zone v0.3.1
23542026-05-28T16:57:23.786Z Compiling serde-value v0.7.0
23552026-05-28T16:57:23.878Z Compiling serde-untagged v0.1.9
23562026-05-28T16:57:23.925Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23572026-05-28T16:57:24.216Z Compiling toml v0.8.23
23582026-05-28T16:57:24.238Z Compiling smf v0.2.3
23592026-05-28T16:57:24.254Z Compiling filetime v0.2.27
23602026-05-28T16:57:24.258Z Compiling whoami v1.6.1
23612026-05-28T16:57:24.258Z Compiling constant_time_eq v0.4.2
23622026-05-28T16:57:24.258Z Compiling xattr v1.6.1
23632026-05-28T16:57:24.445Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-28T16:57:24.489Z Compiling arrayvec v0.7.6
23652026-05-28T16:57:24.506Z Compiling arrayref v0.3.9
23662026-05-28T16:57:24.509Z Compiling unicode-xid v0.2.6
23672026-05-28T16:57:24.538Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-05-28T16:57:24.555Z Compiling tar v0.4.45
23692026-05-28T16:57:24.598Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-05-28T16:57:24.696Z Compiling cargo-util-schemas v0.8.2
23712026-05-28T16:57:24.751Z Compiling tokio-dtrace v0.1.1
23722026-05-28T16:57:24.860Z Compiling console v0.16.2
23732026-05-28T16:57:25.104Z Compiling gethostname v0.5.0
23742026-05-28T16:57:25.201Z Compiling cargo-platform v0.2.0
23752026-05-28T16:57:25.217Z Compiling topological-sort v0.2.2
23762026-05-28T16:57:25.234Z Compiling unit-prefix v0.5.2
23772026-05-28T16:57:25.261Z Compiling oxide-tokio-rt v0.1.4
23782026-05-28T16:57:25.399Z Compiling indicatif v0.18.4
23792026-05-28T16:57:25.415Z Compiling shell-words v1.1.1
23802026-05-28T16:57:25.437Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-05-28T16:57:25.855Z Compiling cargo_metadata v0.21.0
23822026-05-28T16:57:35.067Z Compiling progenitor-client v0.14.0
23832026-05-28T16:57:35.139Z Compiling progenitor-client v0.10.0
23842026-05-28T16:57:35.139Z Compiling omicron-zone-package v0.12.2
23852026-05-28T16:57:35.551Z Compiling progenitor-extras v0.2.0
23862026-05-28T16:57:37.802Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-05-28T16:57:37.820Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-05-28T16:57:38.276Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-05-28T16:57:38.281Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-05-28T16:57:38.281Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-05-28T16:57:38.281Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-05-28T16:57:38.281Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-05-28T16:57:38.281Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-05-28T16:57:38.281Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-05-28T16:57:42.231Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-05-28T16:57:49.850Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-05-28T16:57:52.961Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-05-28T16:57:53.942Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-05-28T16:58:03.629Z Finished `release` profile [optimized] target(s) in 1m 44s
24002026-05-28T16:58:03.783Z Running `target/release/omicron-package -t test target create -p dev`
24012026-05-28T16:58:03.847ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-05-28T16:58:03.850ZCreated new build target 'test' and set it as active
24032026-05-28T16:58:03.853Z
24042026-05-28T16:58:03.853Zreal 1:44.428507249
24052026-05-28T16:58:03.853Zuser 17:01.271508455
24062026-05-28T16:58:03.853Zsys 2:38.973403537
24072026-05-28T16:58:03.853Ztrap 0.465825225
24082026-05-28T16:58:03.853Ztflt 2.971513014
24092026-05-28T16:58:03.853Zdflt 4.482401804
24102026-05-28T16:58:03.853Zkflt 0.000784710
24112026-05-28T16:58:03.853Zlock 52:57.138269649
24122026-05-28T16:58:03.854Zslp 43:25.095945642
24132026-05-28T16:58:03.854Zlat 44.230367996
24142026-05-28T16:58:03.854Zstop 5:27.258824048
24152026-05-28T16:58:03.854Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-05-28T16:58:04.734Z Finished `release` profile [optimized] target(s) in 0.87s
24172026-05-28T16:58:04.811Z Running `target/release/omicron-package -t test package`
24182026-05-28T16:58:04.871ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-05-28T16:58:06.300Z Compiling heck v0.5.0
24202026-05-28T16:58:06.303Z Compiling regress v0.11.1
24212026-05-28T16:58:06.526Z Compiling unsafe-libyaml v0.2.11
24222026-05-28T16:58:06.565Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-05-28T16:58:06.595Z Compiling regress v0.10.5
24242026-05-28T16:58:06.619Z Compiling is-terminal v0.4.17
24252026-05-28T16:58:06.636Z Compiling unicode-width v0.1.14
24262026-05-28T16:58:06.639Z Compiling prettyplease v0.2.37
24272026-05-28T16:58:06.639Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24282026-05-28T16:58:06.639Z Compiling bytecount v0.6.9
24292026-05-28T16:58:06.639Z Compiling rustls v0.22.4
24302026-05-28T16:58:06.639Z Compiling rustls-webpki v0.102.8
24312026-05-28T16:58:06.639Z Compiling derive-where v1.6.0
24322026-05-28T16:58:06.656Z Compiling thread_local v1.1.9
24332026-05-28T16:58:06.679Z Compiling compression-core v0.4.31
24342026-05-28T16:58:06.785Z Compiling match_cfg v0.1.0
24352026-05-28T16:58:06.808Z Compiling multer v3.1.0
24362026-05-28T16:58:06.876Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-05-28T16:58:06.913Z Compiling hostname v0.3.1
24382026-05-28T16:58:06.936Z Compiling compression-codecs v0.4.37
24392026-05-28T16:58:06.938Z Compiling slog-async v2.8.0
24402026-05-28T16:58:06.938Z Compiling crossbeam-channel v0.5.15
24412026-05-28T16:58:07.004Z Compiling slog-json v2.6.1
24422026-05-28T16:58:07.007Z Compiling serde_spanned v1.0.4
24432026-05-28T16:58:07.051Z Compiling serde_yaml v0.9.34+deprecated
24442026-05-28T16:58:07.054Z Compiling toml_datetime v1.0.0+spec-1.1.0
24452026-05-28T16:58:07.097Z Compiling term v1.2.1
24462026-05-28T16:58:07.097Z Compiling take_mut v0.2.2
24472026-05-28T16:58:07.197Z Compiling toml_writer v1.0.6+spec-1.1.0
24482026-05-28T16:58:07.221Z Compiling slog-bunyan v2.5.0
24492026-05-28T16:58:07.263Z Compiling async-compression v0.4.41
24502026-05-28T16:58:07.406Z Compiling toml v1.0.6+spec-1.1.0
24512026-05-28T16:58:07.439Z Compiling slog-term v2.9.2
24522026-05-28T16:58:07.484Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24532026-05-28T16:58:07.510Z Compiling async-stream v0.3.6
24542026-05-28T16:58:07.613Z Compiling dropshot v0.17.0
24552026-05-28T16:58:07.636Z Compiling num-rational v0.4.2
24562026-05-28T16:58:07.659Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-05-28T16:58:07.686Z Compiling progenitor-client v0.14.0
24582026-05-28T16:58:07.709Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24592026-05-28T16:58:07.729Z Compiling waitgroup v0.1.2
24602026-05-28T16:58:07.803Z Compiling backon v1.6.0
24612026-05-28T16:58:07.926Z Compiling rustls-pemfile v2.2.0
24622026-05-28T16:58:07.949Z Compiling num-complex v0.4.6
24632026-05-28T16:58:07.971Z Compiling hostname v0.4.2
24642026-05-28T16:58:07.995Z Compiling serde_path_to_error v0.1.20
24652026-05-28T16:58:08.017Z Compiling instant v0.1.13
24662026-05-28T16:58:08.057Z Compiling debug-ignore v1.0.5
24672026-05-28T16:58:08.078Z Compiling progenitor-extras v0.2.0
24682026-05-28T16:58:08.133Z Compiling typify-impl v0.6.2
24692026-05-28T16:58:08.155Z Compiling backoff v0.4.0
24702026-05-28T16:58:08.158Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24712026-05-28T16:58:08.196Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24722026-05-28T16:58:08.382Z Compiling num v0.4.3
24732026-05-28T16:58:08.408Z Compiling parse-display v0.10.0
24742026-05-28T16:58:08.429Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24752026-05-28T16:58:08.429Z Compiling progenitor-client v0.10.0
24762026-05-28T16:58:08.487Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24772026-05-28T16:58:08.509Z Compiling macaddr v1.0.1
24782026-05-28T16:58:08.591Z Compiling humantime v2.3.0
24792026-05-28T16:58:08.623Z Compiling float-ord v0.3.2
24802026-05-28T16:58:08.732Z Compiling console v0.15.11
24812026-05-28T16:58:08.782Z Compiling newline-converter v0.3.0
24822026-05-28T16:58:08.785Z Compiling atomicwrites v0.4.4
24832026-05-28T16:58:08.874Z Compiling progenitor-client v0.13.0
24842026-05-28T16:58:08.908Z Compiling slog-dtrace v0.3.0
24852026-05-28T16:58:08.972Z Compiling resolv-conf v0.7.6
24862026-05-28T16:58:09.098Z Compiling cancel-safe-futures v0.1.5
24872026-05-28T16:58:09.120Z Compiling tokio-rustls v0.25.0
24882026-05-28T16:58:09.171Z Compiling expectorate v1.2.0
24892026-05-28T16:58:09.205Z Compiling owo-colors v4.3.0
24902026-05-28T16:58:09.310Z Compiling toml v0.8.23
24912026-05-28T16:58:09.405Z Compiling libsw-core v0.3.2
24922026-05-28T16:58:09.479Z Compiling linear-map v1.2.0
24932026-05-28T16:58:09.603Z Compiling libsw v3.5.0
24942026-05-28T16:58:09.623Z Compiling linked-hash-map v0.5.6
24952026-05-28T16:58:09.738Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24962026-05-28T16:58:09.818Z Compiling minimal-lexical v0.2.1
24972026-05-28T16:58:09.850Z Compiling lru-cache v0.1.2
24982026-05-28T16:58:09.878Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-05-28T16:58:09.901Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-05-28T16:58:09.950Z Compiling hickory-proto v0.24.4
25012026-05-28T16:58:10.015Z Compiling unicode-xid v0.2.6
25022026-05-28T16:58:10.037Z Compiling nom v7.1.3
25032026-05-28T16:58:10.094Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-05-28T16:58:10.172Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-05-28T16:58:10.195Z Compiling convert_case v0.10.0
25062026-05-28T16:58:10.507Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-05-28T16:58:10.610Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25082026-05-28T16:58:10.910Z Compiling derive_more-impl v2.1.1
25092026-05-28T16:58:11.443Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-05-28T16:58:11.475Z Compiling papergrid v0.11.0
25112026-05-28T16:58:11.619Z Compiling tabled_derive v0.7.0
25122026-05-28T16:58:11.644Z Compiling typify-macro v0.6.2
25132026-05-28T16:58:11.725Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25142026-05-28T16:58:12.055Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-05-28T16:58:12.305Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162026-05-28T16:58:12.519Z Compiling hickory-resolver v0.24.4
25172026-05-28T16:58:12.679Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-05-28T16:58:12.737Z Compiling derive_more v2.1.1
25192026-05-28T16:58:12.875Z Compiling termtree v0.5.1
25202026-05-28T16:58:12.900Z Compiling crossterm v0.29.0
25212026-05-28T16:58:13.072Z Compiling tabled v0.15.0
25222026-05-28T16:58:13.194Z Compiling typify v0.6.2
25232026-05-28T16:58:13.506Z Compiling progenitor-impl v0.14.0
25242026-05-28T16:58:13.704Z Compiling progenitor-impl v0.13.0
25252026-05-28T16:58:15.639Z Compiling progenitor-macro v0.14.0
25262026-05-28T16:58:15.867Z Compiling qorb v0.4.1
25272026-05-28T16:58:15.915Z Compiling progenitor-macro v0.13.0
25282026-05-28T16:58:15.937Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-05-28T16:58:17.799Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-05-28T16:58:18.104Z Compiling phf_shared v0.12.1
25312026-05-28T16:58:18.159Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-05-28T16:58:18.354Z Compiling vte v0.14.1
25332026-05-28T16:58:18.509Z Compiling csv-core v0.1.13
25342026-05-28T16:58:18.688Z Compiling chrono-tz v0.10.4
25352026-05-28T16:58:18.908Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25362026-05-28T16:58:18.958Z Compiling highway v1.3.0
25372026-05-28T16:58:19.014Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-05-28T16:58:19.385Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-05-28T16:58:19.703Z Compiling csv v1.4.0
25402026-05-28T16:58:19.804Z Compiling progenitor v0.14.0
25412026-05-28T16:58:19.988Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-05-28T16:58:20.017Z Compiling progenitor v0.13.0
25432026-05-28T16:58:20.191Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-05-28T16:58:20.213Z Compiling strip-ansi-escapes v0.2.1
25452026-05-28T16:58:20.686Z Compiling phf v0.12.1
25462026-05-28T16:58:20.786Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-05-28T16:58:20.790Z Compiling const_format_proc_macros v0.2.34
25482026-05-28T16:58:20.900Z Compiling fd-lock v4.0.4
25492026-05-28T16:58:20.921Z Compiling peg-macros v0.8.5
25502026-05-28T16:58:21.066Z Compiling nu-ansi-term v0.50.3
25512026-05-28T16:58:21.446Z Compiling reedline v0.40.0
25522026-05-28T16:58:21.632Z Compiling const_format v0.2.35
25532026-05-28T16:58:22.145Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-05-28T16:58:22.201Z Compiling peg v0.8.5
25552026-05-28T16:58:22.345Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-05-28T16:58:22.890Z Compiling bcs v0.1.6
25572026-05-28T16:58:23.026Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-05-28T16:58:23.323Z Compiling semver v0.1.20
25592026-05-28T16:58:23.347Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-05-28T16:58:23.385Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-28T16:58:23.605Z Compiling rustc_version v0.1.7
25622026-05-28T16:58:23.628Z Compiling unicode-linebreak v0.1.5
25632026-05-28T16:58:23.875Z Compiling newtype_derive v0.1.6
25642026-05-28T16:58:23.957Z Compiling smawk v0.3.2
25652026-05-28T16:58:24.157Z Compiling textwrap v0.16.2
25662026-05-28T16:58:24.190Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25672026-05-28T16:58:24.683Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-05-28T16:58:24.707Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-05-28T16:58:25.072Z Compiling base64 v0.21.7
25702026-05-28T16:58:25.504Z Compiling steno v0.4.1
25712026-05-28T16:58:25.606Z Compiling dropshot-api-manager-types v0.7.2
25722026-05-28T16:58:25.646Z Compiling tagptr v0.2.0
25732026-05-28T16:58:25.777Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-05-28T16:58:25.846Z Compiling moka v0.12.13
25752026-05-28T16:58:26.261Z Compiling utf-8 v0.7.6
25762026-05-28T16:58:26.467Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-05-28T16:58:26.527Z Compiling tungstenite v0.21.0
25782026-05-28T16:58:26.607Z Compiling radium v0.7.0
25792026-05-28T16:58:26.637Z Compiling display-error-chain v0.2.2
25802026-05-28T16:58:26.681Z Compiling tap v1.0.1
25812026-05-28T16:58:26.817Z Compiling maybe-uninit v2.0.0
25822026-05-28T16:58:26.838Z Compiling wyz v0.5.1
25832026-05-28T16:58:27.082Z Compiling hickory-resolver v0.25.2
25842026-05-28T16:58:27.173Z Compiling tokio-tungstenite v0.21.0
25852026-05-28T16:58:27.215Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-05-28T16:58:27.326Z Compiling num-derive v0.3.3
25872026-05-28T16:58:27.561Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25882026-05-28T16:58:28.204Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-05-28T16:58:28.257Z Compiling zerocopy-derive v0.6.6
25902026-05-28T16:58:28.685Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-05-28T16:58:28.806Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-28T16:58:29.049Z Compiling crc-catalog v2.4.0
25932026-05-28T16:58:29.180Z Compiling funty v2.0.0
25942026-05-28T16:58:29.229Z Compiling packed_struct v0.10.1
25952026-05-28T16:58:29.314Z Compiling proc-macro-error2 v2.0.1
25962026-05-28T16:58:29.542Z Compiling bitvec v1.0.1
25972026-05-28T16:58:29.686Z Compiling crc v3.4.0
25982026-05-28T16:58:29.912Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-05-28T16:58:29.970Z Compiling zerocopy v0.6.6
26002026-05-28T16:58:30.122Z Compiling libscf-sys v1.1.0
26012026-05-28T16:58:30.365Z Compiling packed_struct_codegen v0.10.1
26022026-05-28T16:58:30.401Z Compiling vergen-lib v0.1.6
26032026-05-28T16:58:30.651Z Compiling bitfield-macros v0.19.4
26042026-05-28T16:58:31.412Z Compiling indexmap v1.9.3
26052026-05-28T16:58:31.446Z Compiling nodrop v0.1.14
26062026-05-28T16:58:31.494Z Compiling bitfield v0.19.4
26072026-05-28T16:58:31.586Z Compiling array-init v0.0.4
26082026-05-28T16:58:31.727Z Compiling smallvec v0.6.14
26092026-05-28T16:58:31.795Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-05-28T16:58:31.828Z Compiling tabled_derive v0.11.0
26112026-05-28T16:58:32.007Z Compiling papergrid v0.17.0
26122026-05-28T16:58:32.153Z Compiling testing_table v0.3.0
26132026-05-28T16:58:32.491Z Compiling vergen-gitcl v1.0.8
26142026-05-28T16:58:32.571Z Compiling dirs-sys-next v0.1.2
26152026-05-28T16:58:32.593Z Compiling glob v0.3.3
26162026-05-28T16:58:32.724Z Compiling hashbrown v0.12.3
26172026-05-28T16:58:32.835Z Compiling maplit v1.0.2
26182026-05-28T16:58:32.886Z Compiling diesel_derives v2.3.7
26192026-05-28T16:58:32.948Z Compiling crunchy v0.2.4
26202026-05-28T16:58:32.968Z Compiling clang-sys v1.8.1
26212026-05-28T16:58:33.023Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26222026-05-28T16:58:33.068Z Compiling dirs-next v2.0.0
26232026-05-28T16:58:33.153Z Compiling tabled v0.20.0
26242026-05-28T16:58:33.292Z Compiling serde-hex v0.1.0
26252026-05-28T16:58:33.352Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-05-28T16:58:33.596Z Compiling ron v0.8.1
26272026-05-28T16:58:33.619Z Compiling hashbrown v0.13.2
26282026-05-28T16:58:33.663Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26292026-05-28T16:58:33.781Z Compiling dsl_auto_type v0.2.0
26302026-05-28T16:58:34.054Z Compiling scheduled-thread-pool v0.2.7
26312026-05-28T16:58:34.232Z Compiling diesel_table_macro_syntax v0.3.0
26322026-05-28T16:58:34.323Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26332026-05-28T16:58:34.453Z Compiling tiny-keccak v2.0.2
26342026-05-28T16:58:34.550Z Compiling crc-any v2.5.0
26352026-05-28T16:58:34.644Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-28T16:58:34.779Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-05-28T16:58:34.949Z Compiling r2d2 v0.8.10
26382026-05-28T16:58:34.986Z Compiling object v0.30.4
26392026-05-28T16:58:35.392Z Compiling term v0.7.0
26402026-05-28T16:58:35.414Z Compiling downcast-rs v2.0.2
26412026-05-28T16:58:35.461Z Compiling bit-vec v0.6.3
26422026-05-28T16:58:35.549Z Compiling xshell-macros v0.2.7
26432026-05-28T16:58:35.602Z Compiling path-slash v0.1.5
26442026-05-28T16:58:35.698Z Compiling ascii-canvas v3.0.0
26452026-05-28T16:58:35.795Z Compiling bit-set v0.5.3
26462026-05-28T16:58:35.954Z Compiling xshell v0.2.7
26472026-05-28T16:58:35.996Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-05-28T16:58:35.996Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26492026-05-28T16:58:36.076Z Compiling itertools v0.10.5
26502026-05-28T16:58:36.234Z Compiling ena v0.14.4
26512026-05-28T16:58:36.492Z Compiling libloading v0.8.9
26522026-05-28T16:58:36.521Z Compiling bindgen v0.71.1
26532026-05-28T16:58:36.728Z Compiling regex-syntax v0.6.29
26542026-05-28T16:58:36.812Z Compiling diff v0.1.13
26552026-05-28T16:58:37.081Z Compiling unicase v2.9.0
26562026-05-28T16:58:37.225Z Compiling crc8 v0.1.1
26572026-05-28T16:58:37.336Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26582026-05-28T16:58:37.419Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26592026-05-28T16:58:37.704Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26602026-05-28T16:58:38.420Z Compiling lalrpop v0.19.12
26612026-05-28T16:58:38.539Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-05-28T16:58:38.633Z Compiling cexpr v0.6.0
26632026-05-28T16:58:38.674Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26642026-05-28T16:58:38.955Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26652026-05-28T16:58:39.130Z Compiling rustc-hash v2.1.1
26662026-05-28T16:58:39.173Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-05-28T16:58:39.203Z Compiling headers-core v0.3.0
26682026-05-28T16:58:39.290Z Compiling libxml v0.3.3
26692026-05-28T16:58:39.365Z Compiling headers v0.4.1
26702026-05-28T16:58:39.429Z Compiling diesel v2.3.7
26712026-05-28T16:58:39.599Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-05-28T16:58:39.813Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-05-28T16:58:39.836Z Compiling typify-impl v0.4.3
26742026-05-28T16:58:40.200Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-05-28T16:58:40.377Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-05-28T16:58:40.451Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26772026-05-28T16:58:40.861Z Compiling strum_macros v0.24.3
26782026-05-28T16:58:40.917Z Compiling git-stub v1.0.0
26792026-05-28T16:58:41.011Z Compiling indoc v1.0.9
26802026-05-28T16:58:41.197Z Compiling git-stub-vcs v0.1.0
26812026-05-28T16:58:41.459Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-05-28T16:58:41.561Z Compiling derive_builder v0.20.2
26832026-05-28T16:58:41.676Z Compiling oso-derive v0.27.3
26842026-05-28T16:58:41.731Z Compiling quick-xml v0.37.5
26852026-05-28T16:58:42.189Z Compiling impl-trait-for-tuples v0.2.3
26862026-05-28T16:58:42.215Z Compiling openssl-probe v0.1.6
26872026-05-28T16:58:42.577Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-05-28T16:58:42.967Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-05-28T16:58:43.307Z Compiling half v1.8.3
26902026-05-28T16:58:43.332Z Compiling typify-macro v0.4.3
26912026-05-28T16:58:43.488Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-05-28T16:58:43.581Z Compiling serde_cbor v0.11.2
26932026-05-28T16:58:43.708Z Compiling bb8 v0.8.6
26942026-05-28T16:58:43.732Z Compiling trait-variant v0.1.2
26952026-05-28T16:58:43.794Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-05-28T16:58:43.954Z Compiling samael v0.0.19
26972026-05-28T16:58:44.092Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-05-28T16:58:44.304Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-05-28T16:58:44.433Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-05-28T16:58:44.606Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-05-28T16:58:44.694Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-05-28T16:58:44.879Z Compiling fxhash v0.2.1
27032026-05-28T16:58:44.946Z Compiling typify v0.4.3
27042026-05-28T16:58:44.979Z Compiling libz-sys v1.1.24
27052026-05-28T16:58:45.055Z Compiling progenitor-impl v0.11.2
27062026-05-28T16:58:45.088Z Compiling salty v0.3.0
27072026-05-28T16:58:45.364Z Compiling nonempty v0.12.0
27082026-05-28T16:58:45.610Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-05-28T16:58:45.813Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27102026-05-28T16:58:45.853Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27112026-05-28T16:58:45.933Z Compiling polar-core v0.27.3
27122026-05-28T16:58:45.968Z Compiling progenitor-client v0.11.2
27132026-05-28T16:58:46.025Z Compiling kstat-rs v0.2.4
27142026-05-28T16:58:46.083Z Compiling arc-swap v1.8.2
27152026-05-28T16:58:46.483Z Compiling fs-err v2.11.0
27162026-05-28T16:58:46.776Z Compiling mime_guess v2.0.5
27172026-05-28T16:58:46.866Z Compiling slog-scope v4.4.1
27182026-05-28T16:58:47.297Z Compiling progenitor-macro v0.11.2
27192026-05-28T16:58:47.320Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27202026-05-28T16:58:47.325Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-05-28T16:58:47.945Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-05-28T16:58:50.044Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27232026-05-28T16:58:50.282Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27242026-05-28T16:58:50.531Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-05-28T16:58:50.669Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27262026-05-28T16:58:51.140Z Compiling nanorand v0.7.0
27272026-05-28T16:58:51.349Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-05-28T16:58:51.526Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-05-28T16:58:51.570Z Compiling progenitor v0.11.2
27302026-05-28T16:58:51.664Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-05-28T16:58:51.764Z Compiling darling_core v0.23.0
27322026-05-28T16:58:52.048Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-28T16:58:52.460Z Compiling parking_lot_core v0.8.6
27342026-05-28T16:58:53.964Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352026-05-28T16:58:55.877Z Compiling oso v0.27.3
27362026-05-28T16:58:59.330Z Compiling diesel-dtrace v0.5.0
27372026-05-28T16:58:59.693Z Compiling async-bb8-diesel v0.2.1
27382026-05-28T16:58:59.724Z Compiling darling_macro v0.23.0
27392026-05-28T16:58:59.866Z Compiling flume v0.11.1
27402026-05-28T16:59:00.117Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-05-28T16:59:00.205Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-05-28T16:59:00.269Z Compiling slog-stdlog v4.1.1
27432026-05-28T16:59:00.611Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27442026-05-28T16:59:00.704Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27452026-05-28T16:59:01.871Z Compiling primeorder v0.13.6
27462026-05-28T16:59:02.034Z Compiling atty v0.2.14
27472026-05-28T16:59:02.188Z Compiling http-range v0.1.5
27482026-05-28T16:59:02.191Z Compiling parse-size v1.1.0
27492026-05-28T16:59:02.285Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27502026-05-28T16:59:02.318Z Compiling strsim v0.10.0
27512026-05-28T16:59:02.340Z Compiling instability v0.3.11
27522026-05-28T16:59:02.417Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-28T16:59:02.562Z Compiling darling_core v0.13.4
27542026-05-28T16:59:02.565Z Compiling p384 v0.13.1
27552026-05-28T16:59:02.609Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-28T16:59:02.687Z Compiling slog-envlogger v2.2.0
27572026-05-28T16:59:03.886Z Compiling darling v0.23.0
27582026-05-28T16:59:04.613Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27592026-05-28T16:59:04.646Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27602026-05-28T16:59:04.704Z Compiling ignore v0.4.25
27612026-05-28T16:59:05.375Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-28T16:59:05.450Z Compiling castaway v0.2.4
27632026-05-28T16:59:05.496Z Compiling vergen-git2 v9.1.0
27642026-05-28T16:59:05.636Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-05-28T16:59:05.733Z Compiling indoc v2.0.7
27662026-05-28T16:59:05.965Z Compiling compact_str v0.8.1
27672026-05-28T16:59:06.669Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-05-28T16:59:06.851Z Compiling globwalk v0.9.1
27692026-05-28T16:59:06.927Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-05-28T16:59:07.464Z Compiling parking_lot v0.11.2
27712026-05-28T16:59:07.532Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27722026-05-28T16:59:08.186Z Compiling darling_macro v0.13.4
27732026-05-28T16:59:08.351Z Compiling hyper-staticfile v0.10.1
27742026-05-28T16:59:08.393Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-05-28T16:59:09.012Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-28T16:59:09.580Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-28T16:59:09.663Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27782026-05-28T16:59:09.751Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27792026-05-28T16:59:10.175Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27802026-05-28T16:59:10.358Z Compiling predicates-tree v1.0.13
27812026-05-28T16:59:10.393Z Compiling unicode-truncate v1.1.0
27822026-05-28T16:59:10.464Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27832026-05-28T16:59:10.665Z Compiling lru v0.12.5
27842026-05-28T16:59:10.699Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-28T16:59:10.823Z Compiling rand_seeder v0.4.0
27862026-05-28T16:59:10.890Z Compiling prefix-trie v0.7.0
27872026-05-28T16:59:11.001Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-28T16:59:11.074Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-05-28T16:59:11.297Z Compiling rustls v0.21.12
27902026-05-28T16:59:11.320Z Compiling illumos-nvpair-sys v0.2.0
27912026-05-28T16:59:11.360Z Compiling corncobs v0.1.4
27922026-05-28T16:59:11.432Z Compiling cassowary v0.3.0
27932026-05-28T16:59:11.453Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-05-28T16:59:11.530Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-28T16:59:11.603Z Compiling hickory-server v0.25.2
27962026-05-28T16:59:11.629Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-05-28T16:59:11.678Z Compiling camino-tempfile-ext v0.3.3
27982026-05-28T16:59:11.704Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-05-28T16:59:11.777Z Compiling ratatui v0.29.0
28002026-05-28T16:59:11.886Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-05-28T16:59:12.253Z Compiling darling v0.13.4
28022026-05-28T16:59:12.373Z Compiling sled v0.34.7
28032026-05-28T16:59:12.611Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-05-28T16:59:13.065Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-28T16:59:13.428Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28062026-05-28T16:59:14.807Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28072026-05-28T16:59:15.694Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-05-28T16:59:15.922Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28092026-05-28T16:59:16.065Z Compiling rustls-webpki v0.101.7
28102026-05-28T16:59:16.152Z Compiling sct v0.7.1
28112026-05-28T16:59:16.449Z Compiling secrecy v0.8.0
28122026-05-28T16:59:16.523Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28132026-05-28T16:59:16.960Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28142026-05-28T16:59:17.705Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-05-28T16:59:17.793Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28162026-05-28T16:59:17.967Z Compiling serde_with_macros v1.5.2
28172026-05-28T16:59:18.864Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28182026-05-28T16:59:18.973Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28192026-05-28T16:59:19.164Z Compiling git2 v0.20.4
28202026-05-28T16:59:19.414Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28212026-05-28T16:59:19.464Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28222026-05-28T16:59:20.038Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28232026-05-28T16:59:20.262Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28242026-05-28T16:59:20.488Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28252026-05-28T16:59:20.717Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28262026-05-28T16:59:20.778Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-05-28T16:59:20.949Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-05-28T16:59:21.180Z Compiling void v1.0.2
28292026-05-28T16:59:21.412Z Compiling lzss v0.8.2
28302026-05-28T16:59:21.905Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-05-28T16:59:21.928Z Compiling illumos-nvpair v0.3.0
28322026-05-28T16:59:22.247Z Compiling serde_with v1.14.0
28332026-05-28T16:59:22.322Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28342026-05-28T16:59:22.426Z Compiling tokio-rustls v0.24.1
28352026-05-28T16:59:22.710Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28362026-05-28T16:59:23.398Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28372026-05-28T16:59:23.431Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-28T16:59:24.823Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-05-28T16:59:25.368Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-05-28T16:59:26.047Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-28T16:59:26.088Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28422026-05-28T16:59:26.221Z Compiling tungstenite v0.23.0
28432026-05-28T16:59:26.355Z Compiling rustls-pemfile v1.0.4
28442026-05-28T16:59:26.775Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28452026-05-28T16:59:27.119Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28462026-05-28T16:59:27.351Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28472026-05-28T16:59:27.580Z Compiling nix v0.27.1
28482026-05-28T16:59:27.889Z Compiling twox-hash v2.1.2
28492026-05-28T16:59:28.402Z Compiling serde_bytes v0.11.19
28502026-05-28T16:59:28.637Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28512026-05-28T16:59:28.753Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28522026-05-28T16:59:28.762Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28532026-05-28T16:59:28.890Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28542026-05-28T16:59:29.965Z Compiling tokio-tungstenite v0.23.1
28552026-05-28T16:59:30.381Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28562026-05-28T16:59:32.521Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28572026-05-28T16:59:33.028Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28582026-05-28T16:59:33.896Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28592026-05-28T16:59:34.335Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28602026-05-28T16:59:34.455Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28612026-05-28T16:59:34.550Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28622026-05-28T16:59:34.920Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28632026-05-28T16:59:35.148Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28642026-05-28T16:59:35.337Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28652026-05-28T16:59:35.762Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-05-28T16:59:36.887Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-05-28T16:59:37.586Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682026-05-28T16:59:38.272Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28692026-05-28T16:59:38.538Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28702026-05-28T16:59:39.114Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28712026-05-28T16:59:39.870Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28722026-05-28T16:59:39.923Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28732026-05-28T16:59:39.980Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-05-28T16:59:40.133Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28752026-05-28T16:59:41.168Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-05-28T16:59:41.740Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28772026-05-28T16:59:41.961Z Compiling signal-hook-tokio v0.3.1
28782026-05-28T16:59:42.107Z Compiling fatfs v0.3.6
28792026-05-28T16:59:42.164Z Compiling yasna v0.5.2
28802026-05-28T16:59:43.125Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-05-28T16:59:43.235Z Compiling is_ci v1.2.0
28822026-05-28T16:59:43.331Z Compiling seq-macro v0.3.6
28832026-05-28T16:59:43.447Z Compiling assert_matches v1.5.0
28842026-05-28T16:59:43.556Z Compiling supports-color v3.0.2
28852026-05-28T16:59:43.652Z Compiling rcgen v0.12.1
28862026-05-28T16:59:43.804Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-05-28T16:59:43.847Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28882026-05-28T16:59:44.265Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28892026-05-28T16:59:44.346Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-05-28T16:59:44.579Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28912026-05-28T16:59:44.647Z Compiling subprocess v0.2.15
28922026-05-28T16:59:44.825Z Compiling rtoolbox v0.0.3
28932026-05-28T16:59:45.104Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-05-28T16:59:46.640Z Compiling rpassword v7.4.0
28952026-05-28T16:59:46.833Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962026-05-28T16:59:46.928Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28972026-05-28T16:59:48.024Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28982026-05-28T16:59:48.050Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-05-28T16:59:48.165Z Compiling tui-tree-widget v0.23.1
29002026-05-28T16:59:48.451Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012026-05-28T16:59:49.128Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022026-05-28T16:59:49.451Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29032026-05-28T16:59:49.659Z Compiling uzers v0.12.2
29042026-05-28T16:59:50.239Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29052026-05-28T16:59:51.115Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29062026-05-28T16:59:52.254Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29072026-05-28T16:59:52.944Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29082026-05-28T16:59:57.041Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29092026-05-28T16:59:57.557Z Compiling support-bundle-viewer v0.1.2
29102026-05-28T16:59:59.253Z Compiling multimap v0.10.1
29112026-05-28T17:00:07.465Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29122026-05-28T17:00:13.380Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29132026-05-28T17:00:19.387Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29142026-05-28T17:00:19.696Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-05-28T17:00:21.808Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-05-28T17:09:46.746Z Finished `release` profile [optimized] target(s) in 11m 41s
29172026-05-28T17:10:33.139Z
29182026-05-28T17:10:33.139Zreal 12:29.260394935
29192026-05-28T17:10:33.139Zuser 1:22:13.580937745
29202026-05-28T17:10:33.142Zsys 3:38.663983908
29212026-05-28T17:10:33.142Ztrap 1.762711609
29222026-05-28T17:10:33.142Ztflt 3.321299541
29232026-05-28T17:10:33.142Zdflt 18.356747535
29242026-05-28T17:10:33.142Zkflt 0.043235539
29252026-05-28T17:10:33.142Zlock 8:55:23.011466830
29262026-05-28T17:10:33.142Zslp 2:27:52.285247536
29272026-05-28T17:10:33.143Zlat 2:27.365496798
29282026-05-28T17:10:33.143Zstop 5:20.573951092
29292026-05-28T17:10:33.143Z+ mapfile -t packages
29302026-05-28T17:10:33.143Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-05-28T17:10:34.100Z Finished `release` profile [optimized] target(s) in 0.95s
29322026-05-28T17:10:34.177Z Running `target/release/omicron-package -t test list-outputs`
29332026-05-28T17:10:34.240ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-05-28T17:10:34.243Z+ ptime -m cargo build --locked --release -p xtask
29352026-05-28T17:10:34.769Z Compiling libc v0.2.185
29362026-05-28T17:10:34.769Z Compiling serde v1.0.228
29372026-05-28T17:10:34.773Z Compiling serde_core v1.0.228
29382026-05-28T17:10:34.773Z Compiling rustix v1.1.3
29392026-05-28T17:10:34.889Z Compiling bitflags v2.11.0
29402026-05-28T17:10:34.896Z Compiling serde_json v1.0.149
29412026-05-28T17:10:34.914Z Compiling num-traits v0.2.19
29422026-05-28T17:10:34.922Z Compiling syn v2.0.117
29432026-05-28T17:10:34.932Z Compiling smallvec v1.15.1
29442026-05-28T17:10:34.952Z Compiling indexmap v2.14.0
29452026-05-28T17:10:34.965Z Compiling usdt-impl v0.5.0
29462026-05-28T17:10:34.968Z Compiling syn v1.0.109
29472026-05-28T17:10:34.988Z Compiling getrandom v0.4.1
29482026-05-28T17:10:35.001Z Compiling log v0.4.29
29492026-05-28T17:10:35.160Z Compiling percent-encoding v2.3.2
29502026-05-28T17:10:35.297Z Compiling fs-err v3.3.0
29512026-05-28T17:10:35.297Z Compiling anyhow v1.0.102
29522026-05-28T17:10:35.305Z Compiling form_urlencoded v1.2.2
29532026-05-28T17:10:35.370Z Compiling once_cell v1.21.3
29542026-05-28T17:10:35.444Z Compiling heck v0.4.1
29552026-05-28T17:10:35.652Z Compiling errno v0.3.14
29562026-05-28T17:10:35.655Z Compiling thread-id v4.2.2
29572026-05-28T17:10:35.688Z Compiling memmap v0.7.0
29582026-05-28T17:10:36.056Z Compiling ordered-float v2.10.1
29592026-05-28T17:10:36.511Z Compiling proc-macro-error v1.0.4
29602026-05-28T17:10:36.644Z Compiling terminal_size v0.4.3
29612026-05-28T17:10:36.647Z Compiling tempfile v3.25.0
29622026-05-28T17:10:36.746Z Compiling clap_builder v4.5.60
29632026-05-28T17:10:36.746Z Compiling textwrap v0.16.2
29642026-05-28T17:10:36.769Z Compiling tabled_derive v0.7.0
29652026-05-28T17:10:36.886Z Compiling camino-tempfile v1.4.1
29662026-05-28T17:10:37.423Z Compiling tabled v0.15.0
29672026-05-28T17:10:37.452Z Compiling synstructure v0.13.2
29682026-05-28T17:10:37.455Z Compiling pest_generator v2.8.6
29692026-05-28T17:10:37.835Z Compiling serde_derive v1.0.228
29702026-05-28T17:10:37.835Z Compiling zerofrom-derive v0.1.6
29712026-05-28T17:10:37.835Z Compiling yoke-derive v0.8.1
29722026-05-28T17:10:37.838Z Compiling zerovec-derive v0.11.2
29732026-05-28T17:10:37.839Z Compiling displaydoc v0.2.5
29742026-05-28T17:10:37.839Z Compiling thiserror-impl v1.0.69
29752026-05-28T17:10:37.839Z Compiling zerocopy-derive v0.7.35
29762026-05-28T17:10:37.839Z Compiling scroll_derive v0.12.1
29772026-05-28T17:10:37.839Z Compiling thiserror-impl v2.0.18
29782026-05-28T17:10:37.839Z Compiling clap_derive v4.5.55
29792026-05-28T17:10:37.982Z Compiling pest_derive v2.8.6
29802026-05-28T17:10:38.564Z Compiling scroll v0.12.0
29812026-05-28T17:10:38.739Z Compiling zerocopy v0.7.35
29822026-05-28T17:10:38.898Z Compiling goblin v0.8.2
29832026-05-28T17:10:38.994Z Compiling zerofrom v0.1.6
29842026-05-28T17:10:39.068Z Compiling thiserror v2.0.18
29852026-05-28T17:10:39.081Z Compiling thiserror v1.0.69
29862026-05-28T17:10:39.118Z Compiling yoke v0.8.1
29872026-05-28T17:10:39.184Z Compiling dtrace-parser v0.2.0
29882026-05-28T17:10:39.344Z Compiling zerovec v0.11.5
29892026-05-28T17:10:39.347Z Compiling zerotrie v0.2.3
29902026-05-28T17:10:39.557Z Compiling clap v4.5.60
29912026-05-28T17:10:39.959Z Compiling tinystr v0.8.2
29922026-05-28T17:10:40.189Z Compiling icu_locale_core v2.1.1
29932026-05-28T17:10:40.351Z Compiling potential_utf v0.1.4
29942026-05-28T17:10:40.590Z Compiling icu_collections v2.1.1
29952026-05-28T17:10:41.211Z Compiling icu_provider v2.1.1
29962026-05-28T17:10:41.342Z Compiling toml_datetime v0.6.11
29972026-05-28T17:10:41.355Z Compiling serde_spanned v0.6.9
29982026-05-28T17:10:41.372Z Compiling serde-value v0.7.0
29992026-05-28T17:10:41.471Z Compiling icu_properties v2.1.2
30002026-05-28T17:10:41.542Z Compiling icu_normalizer v2.1.1
30012026-05-28T17:10:41.644Z Compiling toml_edit v0.22.27
30022026-05-28T17:10:41.747Z Compiling dof v0.3.0
30032026-05-28T17:10:41.793Z Compiling serde_tokenstream v0.2.3
30042026-05-28T17:10:41.988Z Compiling cargo-platform v0.2.0
30052026-05-28T17:10:42.003Z Compiling macaddr v1.0.1
30062026-05-28T17:10:42.395Z Compiling idna_adapter v1.2.1
30072026-05-28T17:10:42.542Z Compiling idna v1.1.0
30082026-05-28T17:10:42.555Z Compiling usdt-attr-macro v0.5.0
30092026-05-28T17:10:42.695Z Compiling usdt-macro v0.5.0
30102026-05-28T17:10:42.887Z Compiling url v2.5.8
30112026-05-28T17:10:43.192Z Compiling toml v0.8.23
30122026-05-28T17:10:43.296Z Compiling usdt v0.5.0
30132026-05-28T17:10:43.646Z Compiling cargo-util-schemas v0.8.2
30142026-05-28T17:10:43.649Z Compiling cargo_toml v0.21.0
30152026-05-28T17:10:44.670Z Compiling cargo_metadata v0.21.0
30162026-05-28T17:10:47.798Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-05-28T17:10:50.789Z Finished `release` profile [optimized] target(s) in 16.53s
30182026-05-28T17:10:50.920Z
30192026-05-28T17:10:50.920Zreal 16.639902864
30202026-05-28T17:10:50.920Zuser 2:21.911875583
30212026-05-28T17:10:50.920Zsys 17.136549984
30222026-05-28T17:10:50.920Ztrap 0.091596507
30232026-05-28T17:10:50.920Ztflt 0.578346756
30242026-05-28T17:10:50.923Zdflt 1.646500332
30252026-05-28T17:10:50.923Zkflt 0.000050430
30262026-05-28T17:10:50.923Zlock 5:15.983926678
30272026-05-28T17:10:50.923Zslp 3:23.825466631
30282026-05-28T17:10:50.923Zlat 6.954531345
30292026-05-28T17:10:50.923Zstop 20.954132595
30302026-05-28T17:10:50.923Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-05-28T17:10:50.923Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-05-28T17:10:50.923Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-05-28T17:10:50.923Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-05-28T17:10:50.923Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-05-28T17:10:51.862Z Compiling newtype-uuid-macros v0.1.0
30362026-05-28T17:10:51.865Z Compiling progenitor-client v0.14.0
30372026-05-28T17:10:51.865Z Compiling structmeta-derive v0.3.0
30382026-05-28T17:10:51.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-05-28T17:10:52.021Z Compiling rustls v0.22.4
30402026-05-28T17:10:52.047Z Compiling rustls-webpki v0.102.8
30412026-05-28T17:10:52.050Z Compiling multer v3.1.0
30422026-05-28T17:10:52.050Z Compiling compression-core v0.4.31
30432026-05-28T17:10:52.064Z Compiling match_cfg v0.1.0
30442026-05-28T17:10:52.067Z Compiling debug-ignore v1.0.5
30452026-05-28T17:10:52.067Z Compiling slog-json v2.6.1
30462026-05-28T17:10:52.067Z Compiling async-stream-impl v0.3.6
30472026-05-28T17:10:52.067Z Compiling toml_datetime v1.0.0+spec-1.1.0
30482026-05-28T17:10:52.113Z Compiling serde_spanned v1.0.4
30492026-05-28T17:10:52.128Z Compiling dropshot v0.17.0
30502026-05-28T17:10:52.131Z Compiling toml_writer v1.0.6+spec-1.1.0
30512026-05-28T17:10:52.184Z Compiling hostname v0.3.1
30522026-05-28T17:10:52.269Z Compiling itertools v0.14.0
30532026-05-28T17:10:52.304Z Compiling waitgroup v0.1.2
30542026-05-28T17:10:52.304Z Compiling rustls-pemfile v2.2.0
30552026-05-28T17:10:52.341Z Compiling compression-codecs v0.4.37
30562026-05-28T17:10:52.363Z Compiling toml v1.0.6+spec-1.1.0
30572026-05-28T17:10:52.399Z Compiling slog-bunyan v2.5.0
30582026-05-28T17:10:52.402Z Compiling dropshot_endpoint v0.17.0
30592026-05-28T17:10:52.402Z Compiling serde_path_to_error v0.1.20
30602026-05-28T17:10:52.477Z Compiling hostname v0.4.2
30612026-05-28T17:10:52.480Z Compiling regress v0.10.5
30622026-05-28T17:10:52.480Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30632026-05-28T17:10:52.567Z Compiling async-compression v0.4.41
30642026-05-28T17:10:52.587Z Compiling macaddr v1.0.1
30652026-05-28T17:10:52.628Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-05-28T17:10:52.647Z Compiling instant v0.1.13
30672026-05-28T17:10:52.721Z Compiling backon v1.6.0
30682026-05-28T17:10:52.786Z Compiling backoff v0.4.0
30692026-05-28T17:10:52.804Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30702026-05-28T17:10:52.823Z Compiling async-stream v0.3.6
30712026-05-28T17:10:52.843Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30722026-05-28T17:10:52.846Z Compiling progenitor-client v0.10.0
30732026-05-28T17:10:52.916Z Compiling progenitor-extras v0.2.0
30742026-05-28T17:10:52.955Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30752026-05-28T17:10:53.020Z Compiling humantime v2.3.0
30762026-05-28T17:10:53.037Z Compiling universal-hash v0.5.1
30772026-05-28T17:10:53.055Z Compiling opaque-debug v0.3.1
30782026-05-28T17:10:53.075Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-28T17:10:53.107Z Compiling half v2.7.1
30802026-05-28T17:10:53.127Z Compiling structmeta v0.3.0
30812026-05-28T17:10:53.151Z Compiling ciborium-io v0.2.2
30822026-05-28T17:10:53.193Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-05-28T17:10:53.211Z Compiling crucible-workspace-hack v0.1.0
30842026-05-28T17:10:53.214Z Compiling regress v0.11.1
30852026-05-28T17:10:53.245Z Compiling convert_case v0.4.0
30862026-05-28T17:10:53.273Z Compiling aead v0.5.2
30872026-05-28T17:10:53.295Z Compiling secrecy v0.10.3
30882026-05-28T17:10:53.314Z Compiling unsafe-libyaml v0.2.11
30892026-05-28T17:10:53.371Z Compiling derive-ex v0.1.8
30902026-05-28T17:10:53.426Z Compiling parse-display-derive v0.10.0
30912026-05-28T17:10:53.469Z Compiling ciborium-ll v0.2.2
30922026-05-28T17:10:53.488Z Compiling poly1305 v0.8.0
30932026-05-28T17:10:53.508Z Compiling chacha20 v0.9.1
30942026-05-28T17:10:53.547Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30952026-05-28T17:10:53.550Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30962026-05-28T17:10:53.605Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30972026-05-28T17:10:53.660Z Compiling derive_more v0.99.20
30982026-05-28T17:10:53.690Z Compiling ciborium v0.2.2
30992026-05-28T17:10:53.712Z Compiling thiserror-impl-no-std v2.0.2
31002026-05-28T17:10:53.811Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31012026-05-28T17:10:53.902Z Compiling serde_yaml v0.9.34+deprecated
31022026-05-28T17:10:53.919Z Compiling byte-wrapper v0.1.0
31032026-05-28T17:10:53.948Z Compiling blake2 v0.10.6
31042026-05-28T17:10:54.105Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31052026-05-28T17:10:54.242Z Compiling password-hash v0.5.0
31062026-05-28T17:10:54.272Z Compiling chacha20poly1305 v0.10.1
31072026-05-28T17:10:54.291Z Compiling indent_write v2.2.0
31082026-05-28T17:10:54.309Z Compiling heapless v0.8.0
31092026-05-28T17:10:54.312Z Compiling toml_datetime v0.7.5+spec-1.1.0
31102026-05-28T17:10:54.452Z Compiling ingot-macros v0.1.1
31112026-05-28T17:10:54.469Z Compiling tabwriter v1.4.1
31122026-05-28T17:10:54.528Z Compiling tokio-rustls v0.25.0
31132026-05-28T17:10:54.607Z Compiling argon2 v0.5.3
31142026-05-28T17:10:54.679Z Compiling toml_edit v0.23.10+spec-1.0.0
31152026-05-28T17:10:54.730Z Compiling hash32 v0.3.1
31162026-05-28T17:10:54.836Z Compiling typify-impl v0.6.2
31172026-05-28T17:10:54.921Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-05-28T17:10:54.971Z Compiling thiserror-no-std v2.0.2
31192026-05-28T17:10:55.089Z Compiling vsss-rs v3.3.4
31202026-05-28T17:10:55.151Z Compiling test-strategy v0.4.5
31212026-05-28T17:10:55.175Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31222026-05-28T17:10:55.219Z Compiling parse-display v0.10.0
31232026-05-28T17:10:55.401Z Compiling smoltcp v0.11.0
31242026-05-28T17:10:55.532Z Compiling proc-macro-crate v3.4.0
31252026-05-28T17:10:55.763Z Compiling num-rational v0.4.2
31262026-05-28T17:10:55.817Z Compiling cobs v0.3.0
31272026-05-28T17:10:55.837Z Compiling num-complex v0.4.6
31282026-05-28T17:10:55.893Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31292026-05-28T17:10:56.021Z Compiling colored v3.1.1
31302026-05-28T17:10:56.043Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31312026-05-28T17:10:56.129Z Compiling num_enum_derive v0.7.5
31322026-05-28T17:10:56.147Z Compiling postcard v1.1.3
31332026-05-28T17:10:56.190Z Compiling proc-macro-error v1.0.4
31342026-05-28T17:10:56.283Z Compiling num v0.4.3
31352026-05-28T17:10:56.308Z Compiling proc-macro-crate v1.3.1
31362026-05-28T17:10:56.330Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31372026-05-28T17:10:56.380Z Compiling atomicwrites v0.4.4
31382026-05-28T17:10:56.397Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31392026-05-28T17:10:56.431Z Compiling foreign-types-macros v0.2.3
31402026-05-28T17:10:56.522Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31412026-05-28T17:10:56.551Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31422026-05-28T17:10:56.623Z Compiling foreign-types-shared v0.3.1
31432026-05-28T17:10:56.626Z Compiling float-ord v0.3.2
31442026-05-28T17:10:56.727Z Compiling rayon-core v1.13.0
31452026-05-28T17:10:56.754Z Compiling cpufeatures v0.3.0
31462026-05-28T17:10:56.811Z Compiling crossbeam-deque v0.8.6
31472026-05-28T17:10:56.814Z Compiling num_enum_derive v0.5.11
31482026-05-28T17:10:56.814Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31492026-05-28T17:10:56.882Z Compiling chacha20 v0.10.0
31502026-05-28T17:10:56.886Z Compiling camino-tempfile v1.4.1
31512026-05-28T17:10:56.921Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-05-28T17:10:56.941Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31532026-05-28T17:10:56.988Z Compiling cstr-argument v0.1.2
31542026-05-28T17:10:57.076Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31552026-05-28T17:10:57.094Z Compiling foreign-types v0.5.0
31562026-05-28T17:10:57.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31572026-05-28T17:10:57.180Z Compiling rand v0.10.0
31582026-05-28T17:10:57.251Z Compiling toml v0.8.23
31592026-05-28T17:10:57.287Z Compiling num_enum v0.7.5
31602026-05-28T17:10:57.330Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31612026-05-28T17:10:57.405Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-05-28T17:10:57.439Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-05-28T17:10:57.458Z Compiling zone_cfg_derive v0.3.1
31642026-05-28T17:10:57.461Z Compiling ingot-types v0.1.2
31652026-05-28T17:10:57.497Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31662026-05-28T17:10:57.501Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31672026-05-28T17:10:57.539Z Compiling itertools v0.12.1
31682026-05-28T17:10:57.559Z Compiling num-derive v0.4.2
31692026-05-28T17:10:57.650Z Compiling sigpipe v0.1.3
31702026-05-28T17:10:57.670Z Compiling rayon v1.11.0
31712026-05-28T17:10:57.707Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31722026-05-28T17:10:57.754Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31732026-05-28T17:10:57.771Z Compiling glob v0.3.3
31742026-05-28T17:10:57.919Z Compiling ingot v0.1.1
31752026-05-28T17:10:57.939Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31762026-05-28T17:10:57.978Z Compiling num_enum v0.5.11
31772026-05-28T17:10:57.998Z Compiling smf v0.2.3
31782026-05-28T17:10:58.042Z Compiling prettyplease v0.2.37
31792026-05-28T17:10:58.134Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31802026-05-28T17:10:58.152Z Compiling whoami v1.6.1
31812026-05-28T17:10:58.171Z Compiling usdt-attr-macro v0.5.0
31822026-05-28T17:10:58.194Z Compiling usdt-macro v0.5.0
31832026-05-28T17:10:58.229Z Compiling gethostname v0.5.0
31842026-05-28T17:10:58.470Z Compiling memmap v0.7.0
31852026-05-28T17:10:58.487Z Compiling derive-where v1.6.0
31862026-05-28T17:10:58.565Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31872026-05-28T17:10:58.581Z Compiling resolv-conf v0.7.6
31882026-05-28T17:10:58.668Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31892026-05-28T17:10:58.686Z Compiling zone v0.3.1
31902026-05-28T17:10:58.796Z Compiling cancel-safe-futures v0.1.5
31912026-05-28T17:10:58.828Z Compiling owo-colors v4.3.0
31922026-05-28T17:10:58.946Z Compiling libsw-core v0.3.2
31932026-05-28T17:10:58.969Z Compiling console v0.15.11
31942026-05-28T17:10:58.993Z Compiling hickory-proto v0.24.4
31952026-05-28T17:10:59.013Z Compiling usdt v0.5.0
31962026-05-28T17:10:59.139Z Compiling libsw v3.5.0
31972026-05-28T17:10:59.312Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31982026-05-28T17:10:59.349Z Compiling newline-converter v0.3.0
31992026-05-28T17:10:59.398Z Compiling progenitor-client v0.13.0
32002026-05-28T17:10:59.416Z Compiling linked-hash-map v0.5.6
32012026-05-28T17:10:59.469Z Compiling linear-map v1.2.0
32022026-05-28T17:10:59.501Z Compiling libefi-sys v0.1.0
32032026-05-28T17:10:59.520Z Compiling expectorate v1.2.0
32042026-05-28T17:10:59.541Z Compiling git-stub v1.0.0
32052026-05-28T17:10:59.544Z Compiling typify-macro v0.6.2
32062026-05-28T17:10:59.591Z Compiling bitfield-struct v0.6.2
32072026-05-28T17:10:59.639Z Compiling lru-cache v0.1.2
32082026-05-28T17:10:59.690Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32092026-05-28T17:10:59.711Z Compiling semver v0.1.20
32102026-05-28T17:10:59.774Z Compiling git-stub-vcs v0.1.0
32112026-05-28T17:10:59.798Z Compiling tokio-dtrace v0.1.1
32122026-05-28T17:10:59.837Z Compiling dropshot-api-manager-types v0.7.2
32132026-05-28T17:10:59.877Z Compiling slog-dtrace v0.3.0
32142026-05-28T17:10:59.895Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32152026-05-28T17:10:59.937Z Compiling rustc_version v0.1.7
32162026-05-28T17:10:59.987Z Compiling minimal-lexical v0.2.1
32172026-05-28T17:11:00.012Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-05-28T17:11:00.032Z Compiling oxide-tokio-rt v0.1.4
32192026-05-28T17:11:00.097Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32202026-05-28T17:11:00.130Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32212026-05-28T17:11:00.175Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32222026-05-28T17:11:00.193Z Compiling phf_shared v0.12.1
32232026-05-28T17:11:00.196Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32242026-05-28T17:11:00.229Z Compiling newtype_derive v0.1.6
32252026-05-28T17:11:00.283Z Compiling nom v7.1.3
32262026-05-28T17:11:00.307Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-28T17:11:00.340Z Compiling csv-core v0.1.13
32282026-05-28T17:11:00.361Z Compiling highway v1.3.0
32292026-05-28T17:11:00.439Z Compiling xshell-macros v0.2.7
32302026-05-28T17:11:00.442Z Compiling chrono-tz v0.10.4
32312026-05-28T17:11:00.597Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-05-28T17:11:00.696Z Compiling csv v1.4.0
32332026-05-28T17:11:00.715Z Compiling const_format_proc_macros v0.2.34
32342026-05-28T17:11:00.732Z Compiling phf v0.12.1
32352026-05-28T17:11:00.818Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-05-28T17:11:00.873Z Compiling xshell v0.2.7
32372026-05-28T17:11:00.922Z Compiling primeorder v0.13.6
32382026-05-28T17:11:01.041Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32392026-05-28T17:11:01.121Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-05-28T17:11:01.267Z Compiling hickory-resolver v0.24.4
32412026-05-28T17:11:01.297Z Compiling tabled_derive v0.7.0
32422026-05-28T17:11:01.315Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-05-28T17:11:01.451Z Compiling bcs v0.1.6
32442026-05-28T17:11:01.492Z Compiling salty v0.3.0
32452026-05-28T17:11:01.511Z Compiling typify v0.6.2
32462026-05-28T17:11:01.611Z Compiling const_format v0.2.35
32472026-05-28T17:11:01.632Z Compiling progenitor-impl v0.14.0
32482026-05-28T17:11:01.650Z Compiling progenitor-impl v0.13.0
32492026-05-28T17:11:01.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-05-28T17:11:01.773Z Compiling termtree v0.5.1
32512026-05-28T17:11:01.803Z Compiling tagptr v0.2.0
32522026-05-28T17:11:01.962Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32532026-05-28T17:11:01.979Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32542026-05-28T17:11:01.999Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-05-28T17:11:02.040Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-05-28T17:11:02.305Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32572026-05-28T17:11:02.357Z Compiling qorb v0.4.1
32582026-05-28T17:11:02.375Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32592026-05-28T17:11:02.487Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-05-28T17:11:02.537Z Compiling textwrap v0.16.2
32612026-05-28T17:11:02.555Z Compiling tabled v0.15.0
32622026-05-28T17:11:02.574Z Compiling moka v0.12.13
32632026-05-28T17:11:02.718Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-05-28T17:11:03.007Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-28T17:11:03.062Z Compiling steno v0.4.1
32662026-05-28T17:11:03.257Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-05-28T17:11:03.329Z Compiling radium v0.7.0
32682026-05-28T17:11:03.410Z Compiling base64 v0.21.7
32692026-05-28T17:11:03.438Z Compiling hickory-resolver v0.25.2
32702026-05-28T17:11:03.660Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-05-28T17:11:03.771Z Compiling p384 v0.13.1
32722026-05-28T17:11:03.792Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32732026-05-28T17:11:03.813Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32742026-05-28T17:11:04.017Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-05-28T17:11:04.146Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32762026-05-28T17:11:04.278Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32772026-05-28T17:11:04.307Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32782026-05-28T17:11:04.385Z Compiling typify-impl v0.4.3
32792026-05-28T17:11:04.388Z Compiling progenitor-macro v0.14.0
32802026-05-28T17:11:04.422Z Compiling progenitor-macro v0.13.0
32812026-05-28T17:11:04.447Z Compiling tap v1.0.1
32822026-05-28T17:11:04.579Z Compiling maybe-uninit v2.0.0
32832026-05-28T17:11:04.596Z Compiling wyz v0.5.1
32842026-05-28T17:11:04.864Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-05-28T17:11:04.969Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32862026-05-28T17:11:04.987Z Compiling proc-macro-error-attr2 v2.0.0
32872026-05-28T17:11:05.010Z Compiling parking_lot_core v0.8.6
32882026-05-28T17:11:05.174Z Compiling utf-8 v0.7.6
32892026-05-28T17:11:05.300Z Compiling packed_struct v0.10.1
32902026-05-28T17:11:05.340Z Compiling funty v2.0.0
32912026-05-28T17:11:05.358Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-05-28T17:11:05.394Z Compiling tungstenite v0.21.0
32932026-05-28T17:11:05.463Z Compiling proc-macro-error2 v2.0.1
32942026-05-28T17:11:05.705Z Compiling polyval v0.6.2
32952026-05-28T17:11:05.724Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32962026-05-28T17:11:05.728Z Compiling packed_struct_codegen v0.10.1
32972026-05-28T17:11:05.766Z Compiling bitvec v1.0.1
32982026-05-28T17:11:05.785Z Compiling num-derive v0.3.3
32992026-05-28T17:11:05.833Z Compiling bitfield-macros v0.19.4
33002026-05-28T17:11:05.866Z Compiling zerocopy-derive v0.6.6
33012026-05-28T17:11:05.980Z Compiling indexmap v1.9.3
33022026-05-28T17:11:06.029Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33032026-05-28T17:11:06.046Z Compiling nodrop v0.1.14
33042026-05-28T17:11:06.179Z Compiling crc-catalog v2.4.0
33052026-05-28T17:11:06.221Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33062026-05-28T17:11:06.279Z Compiling crc v3.4.0
33072026-05-28T17:11:06.329Z Compiling array-init v0.0.4
33082026-05-28T17:11:06.351Z Compiling tokio-tungstenite v0.21.0
33092026-05-28T17:11:06.465Z Compiling ghash v0.5.1
33102026-05-28T17:11:06.512Z Compiling tabled_derive v0.11.0
33112026-05-28T17:11:06.614Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-28T17:11:06.636Z Compiling bitfield v0.19.4
33132026-05-28T17:11:06.715Z Compiling smallvec v0.6.14
33142026-05-28T17:11:06.764Z Compiling libscf-sys v1.1.0
33152026-05-28T17:11:06.785Z Compiling zerocopy v0.6.6
33162026-05-28T17:11:06.944Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-28T17:11:06.968Z Compiling papergrid v0.17.0
33182026-05-28T17:11:06.984Z Compiling testing_table v0.3.0
33192026-05-28T17:11:07.086Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-05-28T17:11:07.113Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33212026-05-28T17:11:07.170Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33222026-05-28T17:11:07.274Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33232026-05-28T17:11:07.311Z Compiling ctr v0.9.2
33242026-05-28T17:11:07.567Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-28T17:11:07.585Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33262026-05-28T17:11:07.606Z Compiling hashbrown v0.12.3
33272026-05-28T17:11:07.660Z Compiling unicase v2.9.0
33282026-05-28T17:11:07.718Z Compiling illumos-nvpair-sys v0.2.0
33292026-05-28T17:11:07.793Z Compiling corncobs v0.1.4
33302026-05-28T17:11:07.907Z Compiling mime_guess v2.0.5
33312026-05-28T17:11:07.925Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-05-28T17:11:07.945Z Compiling aes-gcm v0.10.3
33332026-05-28T17:11:07.984Z Compiling tabled v0.20.0
33342026-05-28T17:11:08.001Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-05-28T17:11:08.166Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-05-28T17:11:08.184Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33372026-05-28T17:11:08.255Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-05-28T17:11:08.370Z Compiling parking_lot v0.11.2
33392026-05-28T17:11:08.486Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33402026-05-28T17:11:08.502Z Compiling serde-hex v0.1.0
33412026-05-28T17:11:08.572Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33422026-05-28T17:11:08.803Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33432026-05-28T17:11:08.827Z Compiling ron v0.8.1
33442026-05-28T17:11:08.875Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33452026-05-28T17:11:09.015Z Compiling hashbrown v0.13.2
33462026-05-28T17:11:09.075Z Compiling progenitor-client v0.11.2
33472026-05-28T17:11:09.107Z Compiling typify-macro v0.4.3
33482026-05-28T17:11:09.353Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-05-28T17:11:09.380Z Compiling blowfish v0.9.1
33502026-05-28T17:11:09.448Z Compiling prefix-trie v0.7.0
33512026-05-28T17:11:09.554Z Compiling ssh-encoding v0.2.0
33522026-05-28T17:11:09.608Z Compiling progenitor v0.14.0
33532026-05-28T17:11:09.687Z Compiling fxhash v0.2.1
33542026-05-28T17:11:09.756Z Compiling progenitor v0.13.0
33552026-05-28T17:11:09.775Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-05-28T17:11:09.828Z Compiling secrecy v0.8.0
33572026-05-28T17:11:09.849Z Compiling crc-any v2.5.0
33582026-05-28T17:11:09.869Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-05-28T17:11:09.888Z Compiling sled v0.34.7
33602026-05-28T17:11:09.943Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33612026-05-28T17:11:10.015Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33622026-05-28T17:11:10.126Z Compiling hickory-server v0.25.2
33632026-05-28T17:11:10.148Z Compiling ssh-cipher v0.2.0
33642026-05-28T17:11:10.314Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-05-28T17:11:10.332Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33662026-05-28T17:11:10.620Z Compiling bcrypt-pbkdf v0.10.0
33672026-05-28T17:11:10.844Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682026-05-28T17:11:10.862Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-05-28T17:11:10.983Z Compiling typify v0.4.3
33702026-05-28T17:11:11.002Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-05-28T17:11:11.061Z Compiling object v0.30.4
33722026-05-28T17:11:11.132Z Compiling progenitor-impl v0.11.2
33732026-05-28T17:11:11.355Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-05-28T17:11:11.375Z Compiling password-hash v0.4.2
33752026-05-28T17:11:11.499Z Compiling crc8 v0.1.1
33762026-05-28T17:11:11.548Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33772026-05-28T17:11:11.652Z Compiling path-slash v0.1.5
33782026-05-28T17:11:11.810Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33792026-05-28T17:11:11.845Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33802026-05-28T17:11:11.870Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33812026-05-28T17:11:12.131Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33822026-05-28T17:11:12.168Z Compiling http-range v0.1.5
33832026-05-28T17:11:12.393Z Compiling half v1.8.3
33842026-05-28T17:11:12.698Z Compiling serde_cbor v0.11.2
33852026-05-28T17:11:12.796Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33862026-05-28T17:11:12.903Z Compiling pbkdf2 v0.11.0
33872026-05-28T17:11:13.149Z Compiling illumos-nvpair v0.3.0
33882026-05-28T17:11:13.334Z Compiling ssh-key v0.6.7
33892026-05-28T17:11:13.436Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-05-28T17:11:13.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-05-28T17:11:13.650Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33922026-05-28T17:11:13.757Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33932026-05-28T17:11:13.851Z Compiling progenitor-macro v0.11.2
33942026-05-28T17:11:13.950Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-05-28T17:11:13.986Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33962026-05-28T17:11:14.004Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33972026-05-28T17:11:14.103Z Compiling p256 v0.13.2
33982026-05-28T17:11:14.266Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33992026-05-28T17:11:14.518Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34002026-05-28T17:11:14.522Z Compiling p521 v0.13.3
34012026-05-28T17:11:14.571Z Compiling yasna v0.5.2
34022026-05-28T17:11:14.814Z Compiling kstat-rs v0.2.4
34032026-05-28T17:11:14.834Z Compiling headers-core v0.3.0
34042026-05-28T17:11:14.987Z Compiling nanorand v0.7.0
34052026-05-28T17:11:15.093Z Compiling atty v0.2.14
34062026-05-28T17:11:15.108Z Compiling russh-cryptovec v0.7.3
34072026-05-28T17:11:15.131Z Compiling md5 v0.7.0
34082026-05-28T17:11:15.152Z Compiling home v0.5.12
34092026-05-28T17:11:15.195Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34102026-05-28T17:11:15.213Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-05-28T17:11:15.289Z Compiling flume v0.11.1
34122026-05-28T17:11:15.324Z Compiling russh-keys v0.45.0
34132026-05-28T17:11:15.342Z Compiling rcgen v0.12.1
34142026-05-28T17:11:15.345Z Compiling headers v0.4.1
34152026-05-28T17:11:15.497Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34162026-05-28T17:11:15.513Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-05-28T17:11:15.570Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34182026-05-28T17:11:15.713Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34192026-05-28T17:11:15.935Z Compiling hyper-staticfile v0.10.1
34202026-05-28T17:11:16.017Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-05-28T17:11:16.064Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-05-28T17:11:16.191Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34232026-05-28T17:11:16.209Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242026-05-28T17:11:16.318Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34252026-05-28T17:11:16.480Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34262026-05-28T17:11:16.498Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34272026-05-28T17:11:16.519Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-05-28T17:11:16.559Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34292026-05-28T17:11:16.793Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-05-28T17:11:16.811Z Compiling num-bigint v0.4.6
34312026-05-28T17:11:16.840Z Compiling des v0.8.1
34322026-05-28T17:11:16.861Z Compiling subprocess v0.2.15
34332026-05-28T17:11:16.940Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34342026-05-28T17:11:16.983Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-05-28T17:11:17.012Z Compiling hex-literal v0.4.1
34362026-05-28T17:11:17.015Z Compiling display-error-chain v0.2.2
34372026-05-28T17:11:17.096Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-05-28T17:11:17.152Z Compiling colored v2.2.0
34392026-05-28T17:11:17.193Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-05-28T17:11:17.313Z Compiling socket2 v0.5.10
34412026-05-28T17:11:17.400Z Compiling internet-checksum v0.2.1
34422026-05-28T17:11:17.445Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-05-28T17:11:18.048Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-05-28T17:11:18.143Z Compiling russh v0.45.0
34452026-05-28T17:11:18.907Z Compiling progenitor v0.11.2
34462026-05-28T17:11:19.035Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34472026-05-28T17:11:19.054Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34482026-05-28T17:11:19.057Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34492026-05-28T17:11:21.531Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-05-28T17:11:22.205Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-05-28T17:11:22.670Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-05-28T17:11:24.040Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-05-28T17:11:24.690Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34542026-05-28T17:11:32.112Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-05-28T17:11:32.112Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34562026-05-28T17:11:32.112Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34572026-05-28T17:11:32.115Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34582026-05-28T17:11:33.916Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34592026-05-28T17:11:33.946Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34602026-05-28T17:11:38.056Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34612026-05-28T17:12:17.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34622026-05-28T17:12:17.340Z
34632026-05-28T17:12:17.340Zreal 1:26.351728937
34642026-05-28T17:12:17.340Zuser 8:09.438697615
34652026-05-28T17:12:17.340Zsys 1:43.946612996
34662026-05-28T17:12:17.340Ztrap 0.247359804
34672026-05-28T17:12:17.340Ztflt 0.555000169
34682026-05-28T17:12:17.344Zdflt 1.354354157
34692026-05-28T17:12:17.344Zkflt 0.000300180
34702026-05-28T17:12:17.344Zlock 27:46.408664420
34712026-05-28T17:12:17.344Zslp 18:47.844071787
34722026-05-28T17:12:17.344Zlat 37.765208282
34732026-05-28T17:12:17.344Zstop 2:48.897297883
34742026-05-28T17:12:17.344Z+ mkdir tests
34752026-05-28T17:12:17.347Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34762026-05-28T17:12:17.347Z+ xargs -I '{}' -t cp '{}' tests/
34772026-05-28T17:12:17.451Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34782026-05-28T17:12:17.479Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34792026-05-28T17:12:17.507Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34802026-05-28T17:12:17.537Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34812026-05-28T17:12:17.859Z+ 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)
34822026-05-28T17:12:17.862Z+ 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a 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
34832026-05-28T17:13:39.814ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34842026-05-28T17:13:39.814Za .github/buildomat/ci-env.sh 1K
34852026-05-28T17:13:39.814Za out/target/test 1K
34862026-05-28T17:13:39.814Za out/npuzone/npuzone 27402K
34872026-05-28T17:13:39.814Za package-manifest.toml 35K
34882026-05-28T17:13:39.814Za smf/sled-agent/non-gimlet/config.toml 6K
34892026-05-28T17:13:39.814Za target/release/omicron-package 45151K
34902026-05-28T17:13:39.814Za target/release/xtask 11449K
34912026-05-28T17:13:39.814Za target/debug/bootstrap 353191K
34922026-05-28T17:13:39.814Za tests/bootstrap-f18b755259a0b5b5 31215K
34932026-05-28T17:13:39.814Za tests/commtest-0a11de06ac61b760 32300K
34942026-05-28T17:13:39.814Za tests/dhcp_server-7741181b9d09bcb1 31215K
34952026-05-28T17:13:39.814Za tests/end_to_end_tests-cebe13924327cd8a 394981K
34962026-05-28T17:13:39.815Za tools/opte_version 1K
34972026-05-28T17:13:39.815Za tools/opte_version_override 2K
34982026-05-28T17:13:39.815Za out/clickhouse.tar.gz 321341K
34992026-05-28T17:13:39.815Za out/clickhouse_keeper.tar.gz 306406K
35002026-05-28T17:13:39.815Za out/clickhouse_server.tar.gz 321338K
35012026-05-28T17:13:39.815Za out/cockroachdb.tar.gz 165626K
35022026-05-28T17:13:39.815Za out/crucible-pantry-zone.tar.gz 40619K
35032026-05-28T17:13:39.815Za out/crucible-utils.tar 16478K
35042026-05-28T17:13:39.815Za out/crucible-zone.tar.gz 56189K
35052026-05-28T17:13:39.815Za out/external-dns.tar.gz 50209K
35062026-05-28T17:13:39.815Za out/internal-dns.tar.gz 50209K
35072026-05-28T17:13:39.815Za out/mg-ddm-gz.tar 95141K
35082026-05-28T17:13:39.815Za out/nexus.tar.gz 278621K
35092026-05-28T17:13:39.815Za out/ntp.tar.gz 32290K
35102026-05-28T17:13:39.815Za out/omicron-gateway-softnpu.tar.gz 29902K
35112026-05-28T17:13:39.815Za out/omicron-sled-agent.tar 203621K
35122026-05-28T17:13:39.815Za out/overlay.tar.gz 3K
35132026-05-28T17:13:39.815Za out/oximeter.tar.gz 67118K
35142026-05-28T17:13:39.815Za out/oxlog.tar 3782K
35152026-05-28T17:13:39.815Za out/probe.tar.gz 3037K
35162026-05-28T17:13:39.815Za out/propolis-server.tar.gz 35483K
35172026-05-28T17:13:39.815Za out/pumpkind-gz.tar 26647K
35182026-05-28T17:13:39.815Za out/switch-softnpu.tar.gz 452155K
35192026-05-28T17:13:39.818Z
35202026-05-28T17:13:39.818Zreal 1:21.952761840
35212026-05-28T17:13:39.818Zuser 1:19.271063999
35222026-05-28T17:13:39.819Zsys 4.449108614
35232026-05-28T17:13:39.819Ztrap 0.006141414
35242026-05-28T17:13:39.819Ztflt 0.000000000
35252026-05-28T17:13:39.819Zdflt 0.000000000
35262026-05-28T17:13:39.819Zkflt 0.000000000
35272026-05-28T17:13:39.819Zlock 0.000000000
35282026-05-28T17:13:39.819Zslp 1:19.171153864
35292026-05-28T17:13:39.819Zlat 1.003292896
35302026-05-28T17:13:39.819Zstop 0.000491920
35312026-05-28T17:13:39.819Zprocess exited: duration 1166583 ms, exit code 0
 
35322026-05-28T17:13:39.833Zfound 1 output files
35332026-05-28T17:13:39.833Zuploading: /work/package.tar.gz (2555555354 bytes)
35342026-05-28T17:14:12.433Zuploaded: /work/package.tar.gz