01KVRC1VHJ1PS8X5NMCFGZZVQ9: 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: 01KVRC3HWFWRTZSM8VT77GVEWG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:15:42.009Zjob assigned to worker 01KVRC3SGG6R2QWEA2FASRMN5H [factory aws, i-0ef8eb5a02130af40] (queued for 50 s)
 
22026-06-22T19:15:49.609Zstarting task 0: "setup"
32026-06-22T19:15:49.613Z++ uname -s
42026-06-22T19:15:49.616Z+ kern=SunOS
52026-06-22T19:15:49.616Z+ build_user=build
62026-06-22T19:15:49.617Z+ build_uid=12345
72026-06-22T19:15:49.617Z+ work_dir=/work
82026-06-22T19:15:49.617Z+ input_dir=/input
92026-06-22T19:15:49.617Z+ [[ 0 == 12345 ]]
102026-06-22T19:15:49.617Z+ case "$kern" in
112026-06-22T19:15:49.617Z+ groupadd -g 12345 build
122026-06-22T19:15:49.620Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:15:51.627Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:15:51.809Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:15:51.812Z+ home_fs=zfs
162026-06-22T19:15:51.812Z+ [[ zfs == autofs ]]
172026-06-22T19:15:51.812Z+ mkdir -p /home/build
182026-06-22T19:15:51.812Z+ chown build:build /home/build /work
192026-06-22T19:15:53.814Z+ chmod 0700 /home/build /work
202026-06-22T19:15:53.817Zprocess exited: duration 4210 ms, exit code 0
 
212026-06-22T19:15:53.823Zstarting task 1: "rust-toolchain"
222026-06-22T19:15:53.830Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:15:53.830Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-22T19:15:53.830Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-22T19:15:53.830Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-22T19:15:53.830Z * rust toolchain channel = "1.94.0"
272026-06-22T19:15:53.830Z * rust toolchain profile = "default"
282026-06-22T19:15:53.834Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:15:53.834Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:15:53.988Zinfo: downloading installer
312026-06-22T19:15:55.497Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:15:55.497Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:15:55.497Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:15:55.497Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:15:55.509Zinfo: profile set to default
362026-06-22T19:15:55.510Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:15:55.515Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:15:55.676Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:15:55.676Zinfo: downloading 6 components
402026-06-22T19:16:10.495Z
412026-06-22T19:16:10.495Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-22T19:16:10.525Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:16:10.525Z
442026-06-22T19:16:10.525Z
452026-06-22T19:16:10.525ZRust is installed now. Great!
462026-06-22T19:16:10.525Z
472026-06-22T19:16:10.525ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:16:10.525Zenvironment variable. This has not been done automatically.
492026-06-22T19:16:10.525Z
502026-06-22T19:16:10.525ZTo configure your current shell, you need to source
512026-06-22T19:16:10.525Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:16:10.525Z
532026-06-22T19:16:10.525ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:16:10.525Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:16:10.525Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:16:10.525Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:16:10.525Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:16:10.525Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:16:10.526Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:16:10.529Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:16:10.529Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:16:10.626Z+ rustup --version
632026-06-22T19:16:10.633Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:16:10.633Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:16:10.654Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:16:10.657Z+ cargo --version
672026-06-22T19:16:10.666Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:16:10.670Z+ rustc --version
692026-06-22T19:16:10.689Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:16:10.692Zprocess exited: duration 16868 ms, exit code 0
 
712026-06-22T19:16:10.698Zstarting task 2: "authentication"
722026-06-22T19:16:10.717Zprocess exited: duration 17 ms, exit code 0
 
732026-06-22T19:16:10.724Zstarting task 3: "clone repository"
742026-06-22T19:16:10.728Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T19:16:10.731Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T19:16:10.762ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T19:16:21.789Z+ cd /work/oxidecomputer/omicron
782026-06-22T19:16:21.789Z+ git fetch origin 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
792026-06-22T19:16:22.062ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T19:16:22.062Z * branch 66d9183682d6b39953fdd9d2a3b1857f0833c8f0 -> FETCH_HEAD
812026-06-22T19:16:22.078Z+ [[ -n '' ]]
822026-06-22T19:16:22.078Z+ git reset --hard 66d9183682d6b39953fdd9d2a3b1857f0833c8f0
832026-06-22T19:16:22.319ZHEAD is now at 66d918368 [spr] initial version
842026-06-22T19:16:22.323Zprocess exited: duration 11598 ms, exit code 0
 
852026-06-22T19:16:22.329Zstarting task 4: "build"
862026-06-22T19:16:22.335Z+ source .github/buildomat/ci-env.sh
872026-06-22T19:16:22.335Z++ export CARGO_TERM_COLOR=always
882026-06-22T19:16:22.335Z++ CARGO_TERM_COLOR=always
892026-06-22T19:16:22.335Z+ cargo --version
902026-06-22T19:16:22.346Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-22T19:16:22.349Z+ rustc --version
922026-06-22T19:16:22.370Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-22T19:16:22.373Z+ WORK=/work
942026-06-22T19:16:22.373Z+ pfexec mkdir -p /work
952026-06-22T19:16:22.376Z+ pfexec chown build /work
962026-06-22T19:16:22.379Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-22T19:16:23.962Z Startup: Refreshing catalog 'helios' ... Done
982026-06-22T19:16:24.060Z Startup: Caching catalogs ... Done
992026-06-22T19:16:24.485ZPlanning: Solver setup ... Done (0.381s)
1002026-06-22T19:16:24.508ZPlanning: Running solver ... Done (0.023s)
1012026-06-22T19:16:24.519ZPlanning: Finding local manifests ... Done (0.003s)
1022026-06-22T19:16:24.528ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-22T19:16:24.544ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-22T19:16:24.560ZPlanning: Package planning ... Done (0.014s)
1052026-06-22T19:16:24.563ZPlanning: Merging actions ... Done (0.001s)
1062026-06-22T19:16:24.731ZPlanning: Checking for conflicting actions ... Done (0.171s)
1072026-06-22T19:16:24.734ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-22T19:16:25.636ZPlanning: Evaluating mediators ... Done (0.904s)
1092026-06-22T19:16:25.639ZPlanning: Planning completed in 1.56 seconds
1102026-06-22T19:16:25.646Z Packages to install: 2
1112026-06-22T19:16:25.646Z Estimated space available: 156.07 GB
1122026-06-22T19:16:25.646ZEstimated space to be consumed: 28.17 MB
1132026-06-22T19:16:25.646Z Create boot environment: No
1142026-06-22T19:16:25.646ZCreate backup boot environment: No
1152026-06-22T19:16:25.646Z Rebuild boot archive: No
1162026-06-22T19:16:25.649Z
1172026-06-22T19:16:25.649ZChanged packages:
1182026-06-22T19:16:25.649Zhelios
1192026-06-22T19:16:25.649Z developer/build-essential
1202026-06-22T19:16:25.649Z None -> 11-3.0
1212026-06-22T19:16:25.649Z library/libxmlsec1
1222026-06-22T19:16:25.649Z None -> 1.2.35-3.0
1232026-06-22T19:16:25.672Z
1242026-06-22T19:16:25.672ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-22T19:16:26.330ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1262026-06-22T19:16:26.391Z Actions: 1/268 actions (Installing new actions)
1272026-06-22T19:16:26.430Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-22T19:16:26.441ZFinalize: Updating package state database ... Done (0.011s)
1292026-06-22T19:16:26.441ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-22T19:16:26.467ZFinalize: Updating image state ... Done (0.025s)
1312026-06-22T19:16:29.095ZFinalize: Creating fast lookup database ... Done (2.603s)
1322026-06-22T19:16:29.168ZFinalize: Reading search index ... Done (0.013s)
1332026-06-22T19:16:29.171ZFinalize: Updating search index ... Done (0.000s)
1342026-06-22T19:16:29.253ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-22T19:16:29.562ZPlanning: Evaluating mediator changes ... Done
1362026-06-22T19:16:29.666ZPlanning: Checking for conflicting actions ... Done
1372026-06-22T19:16:29.669ZPlanning: Consolidating action changes ... Done
1382026-06-22T19:16:29.824ZPlanning: Evaluating mediators ... Done
1392026-06-22T19:16:29.827ZPlanning: Planning completed in 0.26 seconds
1402026-06-22T19:16:29.847Z Mediators to change: 2
1412026-06-22T19:16:29.847Z Create boot environment: No
1422026-06-22T19:16:29.847ZCreate backup boot environment: No
1432026-06-22T19:16:29.919ZFinalize: Updating package state database ... Done
1442026-06-22T19:16:29.920ZFinalize: Updating package cache ... Done
1452026-06-22T19:16:29.937ZFinalize: Updating image state ... Done
1462026-06-22T19:16:31.875ZFinalize: Creating fast lookup database ... Done
1472026-06-22T19:16:31.940ZFinalize: Reading search index ... Done
1482026-06-22T19:16:31.943ZFinalize: Updating search index ... Done
1492026-06-22T19:16:32.028ZFinalize: Updating package cache ... Done
1502026-06-22T19:16:32.317ZPlanning: Evaluating mediator changes ... Done
1512026-06-22T19:16:32.421ZPlanning: Checking for conflicting actions ... Done
1522026-06-22T19:16:32.424ZPlanning: Consolidating action changes ... Done
1532026-06-22T19:16:32.580ZPlanning: Evaluating mediators ... Done
1542026-06-22T19:16:32.583ZPlanning: Planning completed in 0.26 seconds
1552026-06-22T19:16:32.605Z Mediators to change: 1
1562026-06-22T19:16:32.605Z Create boot environment: No
1572026-06-22T19:16:32.605ZCreate backup boot environment: No
1582026-06-22T19:16:32.681ZFinalize: Updating package state database ... Done
1592026-06-22T19:16:32.681ZFinalize: Updating package cache ... Done
1602026-06-22T19:16:32.699ZFinalize: Updating image state ... Done
1612026-06-22T19:16:34.634ZFinalize: Creating fast lookup database ... Done
1622026-06-22T19:16:34.697ZFinalize: Reading search index ... Done
1632026-06-22T19:16:34.700ZFinalize: Updating search index ... Done
1642026-06-22T19:16:34.777ZFinalize: Updating package cache ... Done
1652026-06-22T19:16:35.089ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-22T19:16:35.089Zapache system 2.4 system
1672026-06-22T19:16:35.089Zclang system 15 system
1682026-06-22T19:16:35.089Zcsh system system illumos
1692026-06-22T19:16:35.089Zctags system system illumos
1702026-06-22T19:16:35.089Zfile vendor vendor darwinsys
1712026-06-22T19:16:35.089Zfile system system illumos
1722026-06-22T19:16:35.089Zgcc vendor 14 vendor
1732026-06-22T19:16:35.089Zgcc system 13 system
1742026-06-22T19:16:35.089Zgcc system 10 system
1752026-06-22T19:16:35.089Zgo system 1.25 system
1762026-06-22T19:16:35.089Zllvm system 15 system
1772026-06-22T19:16:35.090Zmariadb system 11.4 system
1782026-06-22T19:16:35.090Zmta vendor vendor dma
1792026-06-22T19:16:35.090Zopenjdk system 17 system
1802026-06-22T19:16:35.090Zopenjdk system 11 system
1812026-06-22T19:16:35.090Zopenssl vendor 3 vendor
1822026-06-22T19:16:35.090Zperl system 5.40 system
1832026-06-22T19:16:35.090Zpostgresql system 18 system
1842026-06-22T19:16:35.090Zpostgresql system 17 system
1852026-06-22T19:16:35.090Zpython vendor 3 vendor
1862026-06-22T19:16:35.090Zpython system 2 system
1872026-06-22T19:16:35.090Zpython3 vendor 3.13 vendor
1882026-06-22T19:16:35.090Zruby system 3.4 system
1892026-06-22T19:16:35.090Zruby system 3.0 system
1902026-06-22T19:16:35.090Zwords vendor vendor american-english
1912026-06-22T19:16:35.090Zwords system system australian-english
1922026-06-22T19:16:35.090Zwords system system british-english
1932026-06-22T19:16:35.090Zwords system system canadian-english
1942026-06-22T19:16:35.090Zwords system system french
1952026-06-22T19:16:35.090Zwords system system italian
1962026-06-22T19:16:35.090Zwords system system ngerman
1972026-06-22T19:16:35.090Zwords system system ogerman
1982026-06-22T19:16:35.090Zwords system system spanish
1992026-06-22T19:16:35.350ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-22T19:16:35.350Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-22T19:16:35.643ZFMRI IFO
2022026-06-22T19:16:35.644Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-22T19:16:35.644Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-22T19:16:35.644Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-22T19:16:35.644Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-22T19:16:35.644Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-22T19:16:35.644Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-22T19:16:35.644Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-22T19:16:35.644Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-22T19:16:35.644Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-22T19:16:35.894Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-22T19:16:36.150Z Updating crates.io index
2132026-06-22T19:16:36.197Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-22T19:16:37.186Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-22T19:16:37.711Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-22T19:16:38.033Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-22T19:16:39.285Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-22T19:16:40.357Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-22T19:16:41.949Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-22T19:16:42.706Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-22T19:16:43.254Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-22T19:16:44.877Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-22T19:16:45.145Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-22T19:16:45.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-22T19:16:46.040Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-22T19:16:46.715Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-22T19:16:47.184Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-22T19:16:47.542Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-22T19:16:47.953Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-22T19:16:48.188Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-22T19:16:48.843Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-22T19:16:49.072Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-22T19:16:49.321Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-22T19:16:49.607Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-22T19:16:50.079Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-22T19:16:50.591Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-22T19:16:50.882Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-22T19:16:51.452Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-22T19:16:51.736Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-22T19:16:52.061Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-22T19:16:53.417Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-22T19:16:54.123Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-22T19:16:54.590Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-22T19:16:54.971Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-22T19:16:55.453Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-22T19:16:55.911Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-22T19:16:56.285Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-22T19:16:56.678Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-22T19:16:57.507Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-22T19:16:57.734Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-22T19:16:58.016Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-22T19:16:58.345Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-22T19:17:00.528Z Downloading crates ...
2542026-06-22T19:17:00.618Z Downloaded equivalent v1.0.2
2552026-06-22T19:17:00.663Z Downloaded plain v0.2.3
2562026-06-22T19:17:00.664Z Downloaded macaddr v1.0.1
2572026-06-22T19:17:00.664Z Downloaded heck v0.4.1
2582026-06-22T19:17:00.664Z Downloaded cpufeatures v0.2.17
2592026-06-22T19:17:00.664Z Downloaded serde_spanned v0.6.9
2602026-06-22T19:17:00.664Z Downloaded unicode-ident v1.0.24
2612026-06-22T19:17:00.664Z Downloaded typenum v1.19.0
2622026-06-22T19:17:00.664Z Downloaded strsim v0.11.1
2632026-06-22T19:17:00.664Z Downloaded toml_datetime v0.6.11
2642026-06-22T19:17:00.664Z Downloaded thiserror-impl v1.0.69
2652026-06-22T19:17:00.664Z Downloaded cfg-if v1.0.4
2662026-06-22T19:17:00.665Z Downloaded camino-tempfile v1.4.1
2672026-06-22T19:17:00.665Z Downloaded terminal_size v0.4.3
2682026-06-22T19:17:00.665Z Downloaded scroll v0.12.0
2692026-06-22T19:17:00.669Z Downloaded proc-macro-error v1.0.4
2702026-06-22T19:17:00.669Z Downloaded displaydoc v0.2.5
2712026-06-22T19:17:00.669Z Downloaded bytecount v0.6.9
2722026-06-22T19:17:00.669Z Downloaded yoke-derive v0.8.1
2732026-06-22T19:17:00.669Z Downloaded typeid v1.0.3
2742026-06-22T19:17:00.669Z Downloaded pest_derive v2.8.6
2752026-06-22T19:17:00.669Z Downloaded toml_write v0.1.2
2762026-06-22T19:17:00.669Z Downloaded thread-id v4.2.2
2772026-06-22T19:17:00.670Z Downloaded errno v0.3.14
2782026-06-22T19:17:00.670Z Downloaded form_urlencoded v1.2.2
2792026-06-22T19:17:00.670Z Downloaded cargo-util-schemas v0.8.2
2802026-06-22T19:17:00.670Z Downloaded version_check v0.9.5
2812026-06-22T19:17:00.670Z Downloaded percent-encoding v2.3.2
2822026-06-22T19:17:00.733Z Downloaded fnv v1.0.7
2832026-06-22T19:17:00.733Z Downloaded num-traits v0.2.19
2842026-06-22T19:17:00.733Z Downloaded zerofrom-derive v0.1.6
2852026-06-22T19:17:00.733Z Downloaded utf8_iter v1.0.4
2862026-06-22T19:17:00.733Z Downloaded proc-macro2 v1.0.106
2872026-06-22T19:17:00.733Z Downloaded zerofrom v0.1.6
2882026-06-22T19:17:00.733Z Downloaded writeable v0.6.2
2892026-06-22T19:17:00.733Z Downloaded unicode-xid v0.2.6
2902026-06-22T19:17:00.733Z Downloaded thiserror-impl v2.0.18
2912026-06-22T19:17:00.733Z Downloaded idna_adapter v1.2.1
2922026-06-22T19:17:00.734Z Downloaded heck v0.5.0
2932026-06-22T19:17:00.734Z Downloaded icu_locale_core v2.1.1
2942026-06-22T19:17:00.734Z Downloaded utf8parse v0.2.2
2952026-06-22T19:17:00.734Z Downloaded zmij v1.0.21
2962026-06-22T19:17:00.734Z Downloaded usdt-macro v0.5.0
2972026-06-22T19:17:00.734Z Downloaded ordered-float v2.10.1
2982026-06-22T19:17:00.734Z Downloaded thiserror v2.0.18
2992026-06-22T19:17:00.734Z Downloaded potential_utf v0.1.4
3002026-06-22T19:17:00.734Z Downloaded getrandom v0.4.1
3012026-06-22T19:17:00.734Z Downloaded block-buffer v0.10.4
3022026-06-22T19:17:00.734Z Downloaded tinystr v0.8.2
3032026-06-22T19:17:00.734Z Downloaded zerovec-derive v0.11.2
3042026-06-22T19:17:00.734Z Downloaded yoke v0.8.1
3052026-06-22T19:17:00.734Z Downloaded thiserror v1.0.69
3062026-06-22T19:17:00.734Z Downloaded usdt-impl v0.5.0
3072026-06-22T19:17:00.735Z Downloaded zerocopy-derive v0.7.35
3082026-06-22T19:17:00.735Z Downloaded usdt-attr-macro v0.5.0
3092026-06-22T19:17:00.735Z Downloaded swrite v0.1.0
3102026-06-22T19:17:00.735Z Downloaded fastrand v2.3.0
3112026-06-22T19:17:00.735Z Downloaded toml v0.8.23
3122026-06-22T19:17:00.735Z Downloaded smawk v0.3.2
3132026-06-22T19:17:00.735Z Downloaded itoa v1.0.17
3142026-06-22T19:17:00.735Z Downloaded usdt v0.5.0
3152026-06-22T19:17:00.735Z Downloaded is_terminal_polyfill v1.70.2
3162026-06-22T19:17:00.735Z Downloaded textwrap v0.16.2
3172026-06-22T19:17:00.735Z Downloaded clap_derive v4.6.1
3182026-06-22T19:17:00.735Z Downloaded serde_core v1.0.228
3192026-06-22T19:17:00.735Z Downloaded anstyle-query v1.1.5
3202026-06-22T19:17:00.735Z Downloaded anstream v1.0.0
3212026-06-22T19:17:00.801Z Downloaded ucd-trie v0.1.7
3222026-06-22T19:17:00.802Z Downloaded unicode-linebreak v0.1.5
3232026-06-22T19:17:00.802Z Downloaded generic-array v0.14.7
3242026-06-22T19:17:00.802Z Downloaded zerotrie v0.2.3
3252026-06-22T19:17:00.802Z Downloaded crypto-common v0.1.7
3262026-06-22T19:17:00.802Z Downloaded stable_deref_trait v1.2.1
3272026-06-22T19:17:00.802Z Downloaded serde-value v0.7.0
3282026-06-22T19:17:00.802Z Downloaded dtrace-parser v0.2.0
3292026-06-22T19:17:00.802Z Downloaded dof v0.3.0
3302026-06-22T19:17:00.802Z Downloaded clap_lex v1.0.0
3312026-06-22T19:17:00.802Z Downloaded cargo-platform v0.2.0
3322026-06-22T19:17:00.802Z Downloaded toml_edit v0.22.27
3332026-06-22T19:17:00.803Z Downloaded pretty-hex v0.4.1
3342026-06-22T19:17:00.803Z Downloaded memmap v0.7.0
3352026-06-22T19:17:00.803Z Downloaded tabled_derive v0.7.0
3362026-06-22T19:17:00.803Z Downloaded colorchoice v1.0.4
3372026-06-22T19:17:00.803Z Downloaded zerocopy v0.7.35
3382026-06-22T19:17:00.803Z Downloaded url v2.5.8
3392026-06-22T19:17:00.803Z Downloaded cargo_toml v0.21.0
3402026-06-22T19:17:00.803Z Downloaded zerovec v0.11.5
3412026-06-22T19:17:00.804Z Downloaded synstructure v0.13.2
3422026-06-22T19:17:00.804Z Downloaded serde-untagged v0.1.9
3432026-06-22T19:17:00.804Z Downloaded scroll_derive v0.12.1
3442026-06-22T19:17:00.804Z Downloaded winnow v0.7.14
3452026-06-22T19:17:00.804Z Downloaded litemap v0.8.1
3462026-06-22T19:17:00.804Z Downloaded icu_properties v2.1.2
3472026-06-22T19:17:00.804Z Downloaded cargo_metadata v0.21.0
3482026-06-22T19:17:00.804Z Downloaded unicode-width v0.1.14
3492026-06-22T19:17:00.804Z Downloaded anyhow v1.0.102
3502026-06-22T19:17:00.804Z Downloaded unicode-width v0.2.0
3512026-06-22T19:17:00.874Z Downloaded proc-macro-error-attr v1.0.4
3522026-06-22T19:17:00.874Z Downloaded anstyle-parse v1.0.0
3532026-06-22T19:17:00.874Z Downloaded fs-err v3.3.0
3542026-06-22T19:17:00.874Z Downloaded serde_tokenstream v0.2.3
3552026-06-22T19:17:00.874Z Downloaded bitflags v2.11.0
3562026-06-22T19:17:00.874Z Downloaded autocfg v1.5.0
3572026-06-22T19:17:00.874Z Downloaded digest v0.10.7
3582026-06-22T19:17:00.874Z Downloaded erased-serde v0.4.9
3592026-06-22T19:17:00.875Z Downloaded camino v1.2.2
3602026-06-22T19:17:00.876Z Downloaded anstyle v1.0.14
3612026-06-22T19:17:00.876Z Downloaded quote v1.0.45
3622026-06-22T19:17:00.876Z Downloaded icu_provider v2.1.1
3632026-06-22T19:17:00.876Z Downloaded pest_generator v2.8.6
3642026-06-22T19:17:00.876Z Downloaded sha2 v0.10.9
3652026-06-22T19:17:00.876Z Downloaded smallvec v1.15.1
3662026-06-22T19:17:00.876Z Downloaded serde_derive v1.0.228
3672026-06-22T19:17:00.876Z Downloaded tempfile v3.25.0
3682026-06-22T19:17:00.876Z Downloaded serde v1.0.228
3692026-06-22T19:17:00.939Z Downloaded pest_meta v2.8.6
3702026-06-22T19:17:00.939Z Downloaded once_cell v1.21.3
3712026-06-22T19:17:00.939Z Downloaded papergrid v0.11.0
3722026-06-22T19:17:00.939Z Downloaded log v0.4.29
3732026-06-22T19:17:00.939Z Downloaded semver v1.0.28
3742026-06-22T19:17:00.939Z Downloaded clap v4.6.1
3752026-06-22T19:17:00.939Z Downloaded byteorder v1.5.0
3762026-06-22T19:17:00.939Z Downloaded icu_normalizer_data v2.1.1
3772026-06-22T19:17:00.939Z Downloaded icu_normalizer v2.1.1
3782026-06-22T19:17:00.939Z Downloaded memchr v2.8.0
3792026-06-22T19:17:00.940Z Downloaded icu_collections v2.1.1
3802026-06-22T19:17:00.940Z Downloaded indexmap v2.14.0
3812026-06-22T19:17:00.940Z Downloaded hashbrown v0.17.0
3822026-06-22T19:17:01.032Z Downloaded pest v2.8.6
3832026-06-22T19:17:01.032Z Downloaded idna v1.1.0
3842026-06-22T19:17:01.032Z Downloaded serde_json v1.0.149
3852026-06-22T19:17:01.032Z Downloaded icu_properties_data v2.1.2
3862026-06-22T19:17:01.032Z Downloaded clap_builder v4.6.0
3872026-06-22T19:17:01.032Z Downloaded goblin v0.8.2
3882026-06-22T19:17:01.032Z Downloaded tabled v0.15.0
3892026-06-22T19:17:01.032Z Downloaded syn v1.0.109
3902026-06-22T19:17:01.032Z Downloaded syn v2.0.117
3912026-06-22T19:17:01.104Z Downloaded rustix v1.1.3
3922026-06-22T19:17:01.104Z Downloaded libc v0.2.185
3932026-06-22T19:17:01.173Z Compiling proc-macro2 v1.0.106
3942026-06-22T19:17:01.173Z Compiling quote v1.0.45
3952026-06-22T19:17:01.173Z Compiling unicode-ident v1.0.24
3962026-06-22T19:17:01.173Z Compiling serde_core v1.0.228
3972026-06-22T19:17:01.173Z Compiling libc v0.2.185
3982026-06-22T19:17:01.173Z Compiling version_check v0.9.5
3992026-06-22T19:17:01.173Z Compiling stable_deref_trait v1.2.1
4002026-06-22T19:17:01.174Z Compiling memchr v2.8.0
4012026-06-22T19:17:01.269Z Compiling serde v1.0.228
4022026-06-22T19:17:01.347Z Compiling zmij v1.0.21
4032026-06-22T19:17:01.347Z Compiling itoa v1.0.17
4042026-06-22T19:17:01.347Z Compiling thiserror v1.0.69
4052026-06-22T19:17:01.347Z Compiling autocfg v1.5.0
4062026-06-22T19:17:01.347Z Compiling ucd-trie v0.1.7
4072026-06-22T19:17:01.347Z Compiling writeable v0.6.2
4082026-06-22T19:17:01.422Z Compiling litemap v0.8.1
4092026-06-22T19:17:01.506Z Compiling icu_properties_data v2.1.2
4102026-06-22T19:17:01.572Z Compiling icu_normalizer_data v2.1.1
4112026-06-22T19:17:01.638Z Compiling byteorder v1.5.0
4122026-06-22T19:17:01.667Z Compiling rustix v1.1.3
4132026-06-22T19:17:01.691Z Compiling serde_json v1.0.149
4142026-06-22T19:17:01.719Z Compiling bitflags v2.11.0
4152026-06-22T19:17:01.753Z Compiling pest v2.8.6
4162026-06-22T19:17:01.817Z Compiling num-traits v0.2.19
4172026-06-22T19:17:01.864Z Compiling equivalent v1.0.2
4182026-06-22T19:17:01.959Z Compiling smallvec v1.15.1
4192026-06-22T19:17:01.996Z Compiling hashbrown v0.17.0
4202026-06-22T19:17:02.000Z Compiling typeid v1.0.3
4212026-06-22T19:17:02.000Z Compiling proc-macro-error-attr v1.0.4
4222026-06-22T19:17:02.046Z Compiling usdt-impl v0.5.0
4232026-06-22T19:17:02.068Z Compiling erased-serde v0.4.9
4242026-06-22T19:17:02.163Z Compiling winnow v0.7.14
4252026-06-22T19:17:02.193Z Compiling syn v1.0.109
4262026-06-22T19:17:02.212Z Compiling toml_write v0.1.2
4272026-06-22T19:17:02.267Z Compiling proc-macro-error v1.0.4
4282026-06-22T19:17:02.285Z Compiling getrandom v0.4.1
4292026-06-22T19:17:02.382Z Compiling errno v0.3.14
4302026-06-22T19:17:02.398Z Compiling thread-id v4.2.2
4312026-06-22T19:17:02.480Z Compiling plain v0.2.3
4322026-06-22T19:17:02.517Z Compiling indexmap v2.14.0
4332026-06-22T19:17:02.552Z Compiling log v0.4.29
4342026-06-22T19:17:02.572Z Compiling camino v1.2.2
4352026-06-22T19:17:02.575Z Compiling percent-encoding v2.3.2
4362026-06-22T19:17:02.585Z Compiling utf8parse v0.2.2
4372026-06-22T19:17:02.618Z Compiling utf8_iter v1.0.4
4382026-06-22T19:17:02.621Z Compiling thiserror v2.0.18
4392026-06-22T19:17:02.674Z Compiling syn v2.0.117
4402026-06-22T19:17:02.732Z Compiling form_urlencoded v1.2.2
4412026-06-22T19:17:02.748Z Compiling anstyle-parse v1.0.0
4422026-06-22T19:17:02.782Z Compiling pest_meta v2.8.6
4432026-06-22T19:17:02.938Z Compiling ordered-float v2.10.1
4442026-06-22T19:17:02.974Z Compiling cfg-if v1.0.4
4452026-06-22T19:17:02.978Z Compiling is_terminal_polyfill v1.70.2
4462026-06-22T19:17:02.992Z Compiling anstyle-query v1.1.5
4472026-06-22T19:17:03.046Z Compiling anstyle v1.0.14
4482026-06-22T19:17:03.064Z Compiling pretty-hex v0.4.1
4492026-06-22T19:17:03.101Z Compiling colorchoice v1.0.4
4502026-06-22T19:17:03.190Z Compiling fs-err v3.3.0
4512026-06-22T19:17:03.225Z Compiling anstream v1.0.0
4522026-06-22T19:17:03.228Z Compiling fastrand v2.3.0
4532026-06-22T19:17:03.257Z Compiling fnv v1.0.7
4542026-06-22T19:17:03.261Z Compiling unicode-width v0.1.14
4552026-06-22T19:17:03.287Z Compiling once_cell v1.21.3
4562026-06-22T19:17:03.321Z Compiling heck v0.4.1
4572026-06-22T19:17:03.337Z Compiling strsim v0.11.1
4582026-06-22T19:17:03.389Z Compiling terminal_size v0.4.3
4592026-06-22T19:17:03.404Z Compiling heck v0.5.0
4602026-06-22T19:17:03.531Z Compiling bytecount v0.6.9
4612026-06-22T19:17:03.550Z Compiling unicode-xid v0.2.6
4622026-06-22T19:17:03.567Z Compiling anyhow v1.0.102
4632026-06-22T19:17:03.570Z Compiling clap_lex v1.0.0
4642026-06-22T19:17:03.570Z Compiling tempfile v3.25.0
4652026-06-22T19:17:03.694Z Compiling semver v1.0.28
4662026-06-22T19:17:03.698Z Compiling papergrid v0.11.0
4672026-06-22T19:17:03.726Z Compiling memmap v0.7.0
4682026-06-22T19:17:03.742Z Compiling smawk v0.3.2
4692026-06-22T19:17:03.813Z Compiling clap_builder v4.6.0
4702026-06-22T19:17:03.837Z Compiling unicode-linebreak v0.1.5
4712026-06-22T19:17:03.951Z Compiling unicode-width v0.2.0
4722026-06-22T19:17:03.994Z Compiling camino-tempfile v1.4.1
4732026-06-22T19:17:04.054Z Compiling serde-untagged v0.1.9
4742026-06-22T19:17:04.095Z Compiling swrite v0.1.0
4752026-06-22T19:17:04.139Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-22T19:17:04.211Z Compiling textwrap v0.16.2
4772026-06-22T19:17:04.542Z Compiling tabled_derive v0.7.0
4782026-06-22T19:17:05.190Z Compiling tabled v0.15.0
4792026-06-22T19:17:05.206Z Compiling synstructure v0.13.2
4802026-06-22T19:17:05.210Z Compiling pest_generator v2.8.6
4812026-06-22T19:17:05.765Z Compiling serde_derive v1.0.228
4822026-06-22T19:17:05.765Z Compiling zerofrom-derive v0.1.6
4832026-06-22T19:17:05.768Z Compiling yoke-derive v0.8.1
4842026-06-22T19:17:05.768Z Compiling zerovec-derive v0.11.2
4852026-06-22T19:17:05.768Z Compiling displaydoc v0.2.5
4862026-06-22T19:17:05.768Z Compiling thiserror-impl v1.0.69
4872026-06-22T19:17:05.768Z Compiling zerocopy-derive v0.7.35
4882026-06-22T19:17:05.768Z Compiling pest_derive v2.8.6
4892026-06-22T19:17:05.768Z Compiling scroll_derive v0.12.1
4902026-06-22T19:17:05.768Z Compiling thiserror-impl v2.0.18
4912026-06-22T19:17:05.768Z Compiling clap_derive v4.6.1
4922026-06-22T19:17:06.415Z Compiling scroll v0.12.0
4932026-06-22T19:17:06.609Z Compiling zerocopy v0.7.35
4942026-06-22T19:17:06.647Z Compiling goblin v0.8.2
4952026-06-22T19:17:06.867Z Compiling zerofrom v0.1.6
4962026-06-22T19:17:06.971Z Compiling yoke v0.8.1
4972026-06-22T19:17:07.002Z Compiling dtrace-parser v0.2.0
4982026-06-22T19:17:07.123Z Compiling zerovec v0.11.5
4992026-06-22T19:17:07.123Z Compiling zerotrie v0.2.3
5002026-06-22T19:17:07.180Z Compiling clap v4.6.1
5012026-06-22T19:17:07.545Z Compiling tinystr v0.8.2
5022026-06-22T19:17:07.545Z Compiling potential_utf v0.1.4
5032026-06-22T19:17:07.654Z Compiling icu_collections v2.1.1
5042026-06-22T19:17:07.700Z Compiling icu_locale_core v2.1.1
5052026-06-22T19:17:08.264Z Compiling icu_provider v2.1.1
5062026-06-22T19:17:08.394Z Compiling serde_spanned v0.6.9
5072026-06-22T19:17:08.395Z Compiling toml_datetime v0.6.11
5082026-06-22T19:17:08.395Z Compiling serde-value v0.7.0
5092026-06-22T19:17:08.398Z Compiling cargo-platform v0.2.0
5102026-06-22T19:17:08.398Z Compiling macaddr v1.0.1
5112026-06-22T19:17:08.409Z Compiling dof v0.3.0
5122026-06-22T19:17:08.413Z Compiling serde_tokenstream v0.2.3
5132026-06-22T19:17:08.485Z Compiling icu_properties v2.1.2
5142026-06-22T19:17:08.489Z Compiling icu_normalizer v2.1.1
5152026-06-22T19:17:08.640Z Compiling toml_edit v0.22.27
5162026-06-22T19:17:09.117Z Compiling usdt-attr-macro v0.5.0
5172026-06-22T19:17:09.120Z Compiling usdt-macro v0.5.0
5182026-06-22T19:17:09.308Z Compiling idna_adapter v1.2.1
5192026-06-22T19:17:09.407Z Compiling idna v1.1.0
5202026-06-22T19:17:09.661Z Compiling url v2.5.8
5212026-06-22T19:17:09.691Z Compiling usdt v0.5.0
5222026-06-22T19:17:09.878Z Compiling toml v0.8.23
5232026-06-22T19:17:10.200Z Compiling cargo-util-schemas v0.8.2
5242026-06-22T19:17:10.200Z Compiling cargo_toml v0.21.0
5252026-06-22T19:17:10.987Z Compiling cargo_metadata v0.21.0
5262026-06-22T19:17:11.893Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5272026-06-22T19:17:13.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.23s
5282026-06-22T19:17:14.183Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5292026-06-22T19:17:14.661Z Downloading crates ...
5302026-06-22T19:17:14.762Z Downloaded bitfield-struct v0.6.2
5312026-06-22T19:17:14.769Z Downloaded atomic-waker v1.1.2
5322026-06-22T19:17:14.772Z Downloaded base16ct v0.2.0
5332026-06-22T19:17:14.783Z Downloaded bcrypt-pbkdf v0.10.0
5342026-06-22T19:17:14.786Z Downloaded ecdsa v0.16.9
5352026-06-22T19:17:14.786Z Downloaded assert_matches v1.5.0
5362026-06-22T19:17:14.791Z Downloaded async-stream v0.3.6
5372026-06-22T19:17:14.794Z Downloaded arc-swap v1.8.2
5382026-06-22T19:17:14.797Z Downloaded anstyle-parse v0.2.7
5392026-06-22T19:17:14.801Z Downloaded arrayvec v0.7.6
5402026-06-22T19:17:14.804Z Downloaded bb8 v0.8.6
5412026-06-22T19:17:14.804Z Downloaded atomicwrites v0.4.4
5422026-06-22T19:17:14.804Z Downloaded csv-core v0.1.13
5432026-06-22T19:17:14.807Z Downloaded async-stream-impl v0.3.6
5442026-06-22T19:17:14.807Z Downloaded arrayref v0.3.9
5452026-06-22T19:17:14.807Z Downloaded array-init v0.0.4
5462026-06-22T19:17:14.807Z Downloaded aead v0.5.2
5472026-06-22T19:17:14.811Z Downloaded atty v0.2.14
5482026-06-22T19:17:14.811Z Downloaded des v0.8.1
5492026-06-22T19:17:14.815Z Downloaded darling v0.23.0
5502026-06-22T19:17:14.818Z Downloaded either v1.15.0
5512026-06-22T19:17:14.820Z Downloaded derive_builder_core v0.20.2
5522026-06-22T19:17:14.820Z Downloaded defmt-parser v1.0.0
5532026-06-22T19:17:14.820Z Downloaded ascii-canvas v3.0.0
5542026-06-22T19:17:14.823Z Downloaded diff v0.1.13
5552026-06-22T19:17:14.823Z Downloaded anstream v0.6.21
5562026-06-22T19:17:14.826Z Downloaded fd-lock v4.0.4
5572026-06-22T19:17:14.826Z Downloaded curve25519-dalek-derive v0.1.1
5582026-06-22T19:17:14.829Z Downloaded dof v0.4.0
5592026-06-22T19:17:14.829Z Downloaded ctr v0.9.2
5602026-06-22T19:17:14.829Z Downloaded difflib v0.4.0
5612026-06-22T19:17:14.832Z Downloaded darling_core v0.13.4
5622026-06-22T19:17:14.835Z Downloaded defmt-macros v1.0.1
5632026-06-22T19:17:14.838Z Downloaded downcast-rs v2.0.2
5642026-06-22T19:17:14.838Z Downloaded bit-set v0.5.3
5652026-06-22T19:17:14.838Z Downloaded daft-derive v0.1.7
5662026-06-22T19:17:14.841Z Downloaded async-trait v0.1.89
5672026-06-22T19:17:14.844Z Downloaded bcs v0.1.6
5682026-06-22T19:17:14.848Z Downloaded darling_macro v0.20.11
5692026-06-22T19:17:14.848Z Downloaded daft v0.1.7
5702026-06-22T19:17:14.851Z Downloaded enum-as-inner v0.6.1
5712026-06-22T19:17:14.851Z Downloaded embedded-io v0.4.0
5722026-06-22T19:17:14.851Z Downloaded darling v0.20.11
5732026-06-22T19:17:14.854Z Downloaded cfg_aliases v0.2.1
5742026-06-22T19:17:14.854Z Downloaded adler2 v2.0.1
5752026-06-22T19:17:14.858Z Downloaded dunce v1.0.5
5762026-06-22T19:17:14.858Z Downloaded cobs v0.3.0
5772026-06-22T19:17:14.861Z Downloaded ciborium-ll v0.2.2
5782026-06-22T19:17:14.861Z Downloaded deranged v0.5.8
5792026-06-22T19:17:14.861Z Downloaded async-recursion v1.1.1
5802026-06-22T19:17:14.865Z Downloaded cmake v0.1.57
5812026-06-22T19:17:14.868Z Downloaded ar_archive_writer v0.5.1
5822026-06-22T19:17:14.873Z Downloaded foreign-types v0.5.0
5832026-06-22T19:17:14.876Z Downloaded convert_case v0.4.0
5842026-06-22T19:17:14.879Z Downloaded cpufeatures v0.3.0
5852026-06-22T19:17:14.883Z Downloaded cfg_aliases v0.1.1
5862026-06-22T19:17:14.887Z Downloaded env_filter v1.0.0
5872026-06-22T19:17:14.887Z Downloaded ciborium-io v0.2.2
5882026-06-22T19:17:14.887Z Downloaded cargo-platform v0.3.2
5892026-06-22T19:17:14.892Z Downloaded crc v3.4.0
5902026-06-22T19:17:14.895Z Downloaded endian-type v0.1.2
5912026-06-22T19:17:14.895Z Downloaded bitfield-macros v0.19.4
5922026-06-22T19:17:14.898Z Downloaded derive_builder_macro v0.20.2
5932026-06-22T19:17:14.902Z Downloaded backon v1.6.0
5942026-06-22T19:17:14.902Z Downloaded async-bb8-diesel v0.2.1
5952026-06-22T19:17:14.906Z Downloaded document-features v0.2.12
5962026-06-22T19:17:14.906Z Downloaded compression-core v0.4.31
5972026-06-22T19:17:14.906Z Downloaded cancel-safe-futures v0.1.5
5982026-06-22T19:17:14.908Z Downloaded derive-ex v0.1.8
5992026-06-22T19:17:14.908Z Downloaded erased-serde v0.3.31
6002026-06-22T19:17:14.912Z Downloaded diesel-dtrace v0.5.0
6012026-06-22T19:17:14.912Z Downloaded foreign-types v0.3.2
6022026-06-22T19:17:14.912Z Downloaded dyn-clone v1.0.20
6032026-06-22T19:17:14.915Z Downloaded darling v0.13.4
6042026-06-22T19:17:14.915Z Downloaded dtrace-parser v0.3.0
6052026-06-22T19:17:14.918Z Downloaded crc8 v0.1.1
6062026-06-22T19:17:14.918Z Downloaded dropshot-api-manager-types v0.7.2
6072026-06-22T19:17:14.918Z Downloaded diesel_table_macro_syntax v0.3.0
6082026-06-22T19:17:14.920Z Downloaded critical-section v1.2.0
6092026-06-22T19:17:14.920Z Downloaded bit-set v0.8.0
6102026-06-22T19:17:14.923Z Downloaded foreign-types-shared v0.3.1
6112026-06-22T19:17:14.923Z Downloaded foreign-types-shared v0.1.1
6122026-06-22T19:17:14.928Z Downloaded env_logger v0.11.9
6132026-06-22T19:17:14.931Z Downloaded castaway v0.2.4
6142026-06-22T19:17:14.931Z Downloaded display-error-chain v0.2.2
6152026-06-22T19:17:14.931Z Downloaded dsl_auto_type v0.2.0
6162026-06-22T19:17:14.931Z Downloaded darling_macro v0.21.3
6172026-06-22T19:17:14.931Z Downloaded futures-core v0.3.32
6182026-06-22T19:17:14.934Z Downloaded backoff v0.4.0
6192026-06-22T19:17:14.934Z Downloaded darling_macro v0.23.0
6202026-06-22T19:17:14.937Z Downloaded flagset v0.4.7
6212026-06-22T19:17:14.937Z Downloaded defmt v0.3.100
6222026-06-22T19:17:14.941Z Downloaded crc-any v2.5.0
6232026-06-22T19:17:14.941Z Downloaded git-stub v1.0.0
6242026-06-22T19:17:14.941Z Downloaded defmt v1.0.1
6252026-06-22T19:17:14.944Z Downloaded hash32 v0.2.1
6262026-06-22T19:17:14.944Z Downloaded fxhash v0.2.1
6272026-06-22T19:17:14.944Z Downloaded globwalk v0.9.1
6282026-06-22T19:17:14.946Z Downloaded fixedbitset v0.5.7
6292026-06-22T19:17:14.946Z Downloaded cipher v0.4.4
6302026-06-22T19:17:14.949Z Downloaded blowfish v0.9.1
6312026-06-22T19:17:14.949Z Downloaded corncobs v0.1.4
6322026-06-22T19:17:14.949Z Downloaded bit-vec v0.6.3
6332026-06-22T19:17:14.952Z Downloaded argon2 v0.5.3
6342026-06-22T19:17:14.952Z Downloaded gethostname v0.5.0
6352026-06-22T19:17:14.955Z Downloaded bit-vec v0.8.0
6362026-06-22T19:17:14.955Z Downloaded chacha20 v0.9.1
6372026-06-22T19:17:14.955Z Downloaded futures-task v0.3.32
6382026-06-22T19:17:14.958Z Downloaded dirs-sys-next v0.1.2
6392026-06-22T19:17:14.958Z Downloaded cbc v0.1.2
6402026-06-22T19:17:14.958Z Downloaded cassowary v0.3.0
6412026-06-22T19:17:14.960Z Downloaded derive_builder v0.20.2
6422026-06-22T19:17:14.963Z Downloaded constant_time_eq v0.4.2
6432026-06-22T19:17:14.963Z Downloaded cargo_metadata v0.23.1
6442026-06-22T19:17:14.966Z Downloaded foreign-types-macros v0.2.3
6452026-06-22T19:17:14.966Z Downloaded hex-literal v0.4.1
6462026-06-22T19:17:14.966Z Downloaded float-ord v0.3.2
6472026-06-22T19:17:14.969Z Downloaded filetime v0.2.27
6482026-06-22T19:17:14.969Z Downloaded crossbeam-deque v0.8.6
6492026-06-22T19:17:14.969Z Downloaded crypto-bigint v0.5.5
6502026-06-22T19:17:14.972Z Downloaded ff v0.13.1
6512026-06-22T19:17:14.975Z Downloaded cookie v0.18.1
6522026-06-22T19:17:14.975Z Downloaded camino-tempfile-ext v0.3.3
6532026-06-22T19:17:14.978Z Downloaded buf-list v1.1.2
6542026-06-22T19:17:14.978Z Downloaded base64 v0.21.7
6552026-06-22T19:17:14.981Z Downloaded git-stub-vcs v0.1.0
6562026-06-22T19:17:14.982Z Downloaded ena v0.14.4
6572026-06-22T19:17:14.984Z Downloaded dirs-next v2.0.0
6582026-06-22T19:17:14.984Z Downloaded debug-ignore v1.0.5
6592026-06-22T19:17:14.984Z Downloaded cexpr v0.6.0
6602026-06-22T19:17:14.987Z Downloaded hex v0.4.3
6612026-06-22T19:17:14.987Z Downloaded futures-macro v0.3.32
6622026-06-22T19:17:14.992Z Downloaded darling_macro v0.13.4
6632026-06-22T19:17:14.992Z Downloaded block-padding v0.3.3
6642026-06-22T19:17:14.992Z Downloaded foldhash v0.2.0
6652026-06-22T19:17:14.992Z Downloaded base64ct v1.8.3
6662026-06-22T19:17:14.995Z Downloaded allocator-api2 v0.2.21
6672026-06-22T19:17:14.995Z Downloaded fs-err v2.11.0
6682026-06-22T19:17:14.995Z Downloaded convert_case v0.10.0
6692026-06-22T19:17:14.999Z Downloaded colored v2.2.0
6702026-06-22T19:17:14.999Z Downloaded clang-sys v1.8.1
6712026-06-22T19:17:14.999Z Downloaded funty v2.0.0
6722026-06-22T19:17:15.003Z Downloaded fs_extra v1.3.0
6732026-06-22T19:17:15.003Z Downloaded chacha20 v0.10.0
6742026-06-22T19:17:15.003Z Downloaded hostname v0.4.2
6752026-06-22T19:17:15.006Z Downloaded hostname v0.3.1
6762026-06-22T19:17:15.006Z Downloaded darling v0.21.3
6772026-06-22T19:17:15.009Z Downloaded hubpack v0.1.2
6782026-06-22T19:17:15.009Z Downloaded embedded-io v0.6.1
6792026-06-22T19:17:15.012Z Downloaded flate2 v1.1.9
6802026-06-22T19:17:15.014Z Downloaded group v0.13.0
6812026-06-22T19:17:15.015Z Downloaded const-oid v0.9.6
6822026-06-22T19:17:15.018Z Downloaded http-range v0.1.5
6832026-06-22T19:17:15.018Z Downloaded home v0.5.12
6842026-06-22T19:17:15.018Z Downloaded http-body v1.0.1
6852026-06-22T19:17:15.018Z Downloaded glob v0.3.3
6862026-06-22T19:17:15.021Z Downloaded fatfs v0.3.6
6872026-06-22T19:17:15.021Z Downloaded httpdate v1.0.3
6882026-06-22T19:17:15.024Z Downloaded cookie_store v0.22.1
6892026-06-22T19:17:15.024Z Downloaded ident_case v1.0.1
6902026-06-22T19:17:15.027Z Downloaded find-msvc-tools v0.1.9
6912026-06-22T19:17:15.027Z Downloaded dropshot_endpoint v0.17.0
6922026-06-22T19:17:15.031Z Downloaded der_derive v0.7.3
6932026-06-22T19:17:15.031Z Downloaded indent_write v2.2.0
6942026-06-22T19:17:15.031Z Downloaded indoc v1.0.9
6952026-06-22T19:17:15.043Z Downloaded console v0.16.2
6962026-06-22T19:17:15.043Z Downloaded aes-gcm v0.10.3
6972026-06-22T19:17:15.043Z Downloaded crunchy v0.2.4
6982026-06-22T19:17:15.047Z Downloaded bytes v1.11.1
6992026-06-22T19:17:15.047Z Downloaded illumos-nvpair-sys v0.2.0
7002026-06-22T19:17:15.047Z Downloaded crc-catalog v2.4.0
7012026-06-22T19:17:15.047Z Downloaded illumos-nvpair v0.3.0
7022026-06-22T19:17:15.047Z Downloaded foldhash v0.1.5
7032026-06-22T19:17:15.047Z Downloaded float-cmp v0.10.0
7042026-06-22T19:17:15.047Z Downloaded ed25519 v2.2.3
7052026-06-22T19:17:15.047Z Downloaded instability v0.3.11
7062026-06-22T19:17:15.047Z Downloaded globset v0.4.18
7072026-06-22T19:17:15.047Z Downloaded kstat-rs v0.2.4
7082026-06-22T19:17:15.047Z Downloaded ciborium v0.2.2
7092026-06-22T19:17:15.051Z Downloaded bitflags v1.3.2
7102026-06-22T19:17:15.051Z Downloaded highway v1.3.0
7112026-06-22T19:17:15.051Z Downloaded const_format_proc_macros v0.2.34
7122026-06-22T19:17:15.054Z Downloaded derive-where v1.6.0
7132026-06-22T19:17:15.054Z Downloaded byte-wrapper v0.1.0
7142026-06-22T19:17:15.058Z Downloaded instant v0.1.13
7152026-06-22T19:17:15.058Z Downloaded is_ci v1.2.0
7162026-06-22T19:17:15.058Z Downloaded http-body-util v0.1.3
7172026-06-22T19:17:15.061Z Downloaded hyper-tls v0.6.0
7182026-06-22T19:17:15.061Z Downloaded futures-channel v0.3.32
7192026-06-22T19:17:15.064Z Downloaded blake2 v0.10.6
7202026-06-22T19:17:15.064Z Downloaded darling_core v0.23.0
7212026-06-22T19:17:15.067Z Downloaded lazy_static v1.5.0
7222026-06-22T19:17:15.067Z Downloaded libscf-sys v1.1.0
7232026-06-22T19:17:15.070Z Downloaded is-terminal v0.4.17
7242026-06-22T19:17:15.070Z Downloaded keccak v0.1.6
7252026-06-22T19:17:15.070Z Downloaded humantime v2.3.0
7262026-06-22T19:17:15.073Z Downloaded fallible-iterator v0.2.0
7272026-06-22T19:17:15.073Z Downloaded linked-hash-map v0.5.6
7282026-06-22T19:17:15.073Z Downloaded lalrpop-util v0.19.12
7292026-06-22T19:17:15.073Z Downloaded console v0.15.11
7302026-06-22T19:17:15.078Z Downloaded compression-codecs v0.4.37
7312026-06-22T19:17:15.081Z Downloaded bzip2 v0.6.1
7322026-06-22T19:17:15.081Z Downloaded lzss v0.8.2
7332026-06-22T19:17:15.081Z Downloaded lru v0.12.5
7342026-06-22T19:17:15.081Z Downloaded impl-trait-for-tuples v0.2.3
7352026-06-22T19:17:15.085Z Downloaded managed v0.8.0
7362026-06-22T19:17:15.085Z Downloaded futures-executor v0.3.32
7372026-06-22T19:17:15.088Z Downloaded aes v0.8.4
7382026-06-22T19:17:15.088Z Downloaded elliptic-curve v0.13.8
7392026-06-22T19:17:15.093Z Downloaded colored v3.1.1
7402026-06-22T19:17:15.093Z Downloaded md5 v0.7.0
7412026-06-22T19:17:15.096Z Downloaded internet-checksum v0.2.1
7422026-06-22T19:17:15.096Z Downloaded getrandom v0.2.17
7432026-06-22T19:17:15.096Z Downloaded md-5 v0.10.6
7442026-06-22T19:17:15.096Z Downloaded match_cfg v0.1.0
7452026-06-22T19:17:15.099Z Downloaded maybe-uninit v2.0.0
7462026-06-22T19:17:15.099Z Downloaded maplit v1.0.2
7472026-06-22T19:17:15.099Z Downloaded hyper-staticfile v0.10.1
7482026-06-22T19:17:15.102Z Downloaded multimap v0.10.1
7492026-06-22T19:17:15.102Z Downloaded memoffset v0.9.1
7502026-06-22T19:17:15.102Z Downloaded ingot-types v0.1.2
7512026-06-22T19:17:15.102Z Downloaded headers-core v0.3.0
7522026-06-22T19:17:15.106Z Downloaded ghash v0.5.1
7532026-06-22T19:17:15.106Z Downloaded bzip2 v0.4.4
7542026-06-22T19:17:15.106Z Downloaded ahash v0.8.12
7552026-06-22T19:17:15.109Z Downloaded crossbeam-epoch v0.9.18
7562026-06-22T19:17:15.109Z Downloaded bitfield v0.19.4
7572026-06-22T19:17:15.109Z Downloaded hmac v0.12.1
7582026-06-22T19:17:15.113Z Downloaded data-encoding v2.10.0
7592026-06-22T19:17:15.113Z Downloaded crucible-workspace-hack v0.1.0
7602026-06-22T19:17:15.113Z Downloaded fixedbitset v0.4.2
7612026-06-22T19:17:15.116Z Downloaded darling_core v0.21.3
7622026-06-22T19:17:15.116Z Downloaded ipnetwork v0.21.1
7632026-06-22T19:17:15.119Z Downloaded nibble_vec v0.1.0
7642026-06-22T19:17:15.119Z Downloaded hash32 v0.3.1
7652026-06-22T19:17:15.122Z Downloaded httparse v1.10.1
7662026-06-22T19:17:15.122Z Downloaded ed25519-dalek v2.2.0
7672026-06-22T19:17:15.125Z Downloaded hubpack_derive v0.1.1
7682026-06-22T19:17:15.125Z Downloaded jobserver v0.1.34
7692026-06-22T19:17:15.125Z Downloaded const_format v0.2.35
7702026-06-22T19:17:15.132Z Downloaded compact_str v0.8.1
7712026-06-22T19:17:15.135Z Downloaded crc32fast v1.5.0
7722026-06-22T19:17:15.135Z Downloaded normalize-line-endings v0.3.0
7732026-06-22T19:17:15.135Z Downloaded libefi-sys v0.1.0
7742026-06-22T19:17:15.135Z Downloaded ingot v0.1.1
7752026-06-22T19:17:15.135Z Downloaded num-derive v0.4.2
7762026-06-22T19:17:15.135Z Downloaded num v0.4.3
7772026-06-22T19:17:15.138Z Downloaded libsw v3.5.0
7782026-06-22T19:17:15.138Z Downloaded ipnet v2.11.0
7792026-06-22T19:17:15.138Z Downloaded num-derive v0.3.3
7802026-06-22T19:17:15.142Z Downloaded nonempty v0.12.0
7812026-06-22T19:17:15.142Z Downloaded async-compression v0.4.41
7822026-06-22T19:17:15.145Z Downloaded lru-slab v0.1.2
7832026-06-22T19:17:15.145Z Downloaded lru-cache v0.1.2
7842026-06-22T19:17:15.145Z Downloaded oso-derive v0.27.3
7852026-06-22T19:17:15.145Z Downloaded openssl-probe v0.2.1
7862026-06-22T19:17:15.148Z Downloaded mime v0.3.17
7872026-06-22T19:17:15.148Z Downloaded olpc-cjson v0.1.4
7882026-06-22T19:17:15.148Z Downloaded num_threads v0.1.7
7892026-06-22T19:17:15.151Z Downloaded num-conv v0.2.0
7902026-06-22T19:17:15.151Z Downloaded linear-map v1.2.0
7912026-06-22T19:17:15.151Z Downloaded inout v0.1.4
7922026-06-22T19:17:15.151Z Downloaded crossbeam-utils v0.8.21
7932026-06-22T19:17:15.156Z Downloaded newtype_derive v0.1.6
7942026-06-22T19:17:15.156Z Downloaded openssl-macros v0.1.1
7952026-06-22T19:17:15.156Z Downloaded derive_more v0.99.20
7962026-06-22T19:17:15.159Z Downloaded heapless v0.7.17
7972026-06-22T19:17:15.162Z Downloaded flume v0.11.1
7982026-06-22T19:17:15.162Z Downloaded hyper-rustls v0.27.7
7992026-06-22T19:17:15.165Z Downloaded getrandom v0.3.4
8002026-06-22T19:17:15.165Z Downloaded chacha20poly1305 v0.10.1
8012026-06-22T19:17:15.168Z Downloaded newline-converter v0.3.0
8022026-06-22T19:17:15.168Z Downloaded new_debug_unreachable v1.0.6
8032026-06-22T19:17:15.168Z Downloaded futures-sink v0.3.32
8042026-06-22T19:17:15.172Z Downloaded futures-io v0.3.32
8052026-06-22T19:17:15.172Z Downloaded cstr-argument v0.1.2
8062026-06-22T19:17:15.175Z Downloaded dropshot v0.17.0
8072026-06-22T19:17:15.185Z Downloaded newtype-uuid-macros v0.1.0
8082026-06-22T19:17:15.188Z Downloaded openssl-probe v0.1.6
8092026-06-22T19:17:15.188Z Downloaded nodrop v0.1.14
8102026-06-22T19:17:15.189Z Downloaded native-tls v0.2.18
8112026-06-22T19:17:15.191Z Downloaded nanorand v0.7.0
8122026-06-22T19:17:15.191Z Downloaded ingot-macros v0.1.1
8132026-06-22T19:17:15.194Z Downloaded base64 v0.22.1
8142026-06-22T19:17:15.195Z Downloaded litrs v1.0.0
8152026-06-22T19:17:15.197Z Downloaded pbkdf2 v0.12.2
8162026-06-22T19:17:15.197Z Downloaded indoc v2.0.7
8172026-06-22T19:17:15.200Z Downloaded parse-display v0.10.0
8182026-06-22T19:17:15.200Z Downloaded drift v0.2.0
8192026-06-22T19:17:15.205Z Downloaded pbkdf2 v0.11.0
8202026-06-22T19:17:15.208Z Downloaded parse-size v1.1.0
8212026-06-22T19:17:15.208Z Downloaded packed_struct_codegen v0.10.1
8222026-06-22T19:17:15.208Z Downloaded iana-time-zone v0.1.65
8232026-06-22T19:17:15.212Z Downloaded num_enum_derive v0.5.11
8242026-06-22T19:17:15.212Z Downloaded num_enum v0.5.11
8252026-06-22T19:17:15.216Z Downloaded num-iter v0.1.45
8262026-06-22T19:17:15.216Z Downloaded lock_api v0.4.14
8272026-06-22T19:17:15.219Z Downloaded cc v1.2.56
8282026-06-22T19:17:15.219Z Downloaded libloading v0.8.9
8292026-06-22T19:17:15.219Z Downloaded multer v3.1.0
8302026-06-22T19:17:15.222Z Downloaded opaque-debug v0.3.1
8312026-06-22T19:17:15.222Z Downloaded pin-utils v0.1.0
8322026-06-22T19:17:15.225Z Downloaded phf_shared v0.12.1
8332026-06-22T19:17:15.225Z Downloaded peg-runtime v0.8.5
8342026-06-22T19:17:15.225Z Downloaded phf_shared v0.11.3
8352026-06-22T19:17:15.225Z Downloaded num-integer v0.1.46
8362026-06-22T19:17:15.269Z Downloaded darling_core v0.20.11
8372026-06-22T19:17:15.269Z Downloaded phf_shared v0.13.1
8382026-06-22T19:17:15.269Z Downloaded heapless v0.8.0
8392026-06-22T19:17:15.269Z Downloaded packed_struct v0.10.1
8402026-06-22T19:17:15.269Z Downloaded oxide-tokio-rt v0.1.4
8412026-06-22T19:17:15.269Z Downloaded nu-ansi-term v0.50.3
8422026-06-22T19:17:15.269Z Downloaded oxnet v0.1.6
8432026-06-22T19:17:15.269Z Downloaded predicates-core v1.0.10
8442026-06-22T19:17:15.269Z Downloaded mime_guess v2.0.5
8452026-06-22T19:17:15.269Z Downloaded num_enum_derive v0.7.6
8462026-06-22T19:17:15.269Z Downloaded newtype-uuid v1.3.2
8472026-06-22T19:17:15.269Z Downloaded libsw-core v0.3.2
8482026-06-22T19:17:15.269Z Downloaded proc-macro-crate v1.3.1
8492026-06-22T19:17:15.269Z Downloaded predicates-tree v1.0.13
8502026-06-22T19:17:15.269Z Downloaded precomputed-hash v0.1.1
8512026-06-22T19:17:15.269Z Downloaded headers v0.4.1
8522026-06-22T19:17:15.269Z Downloaded path-slash v0.1.5
8532026-06-22T19:17:15.269Z Downloaded parking_lot_core v0.8.6
8542026-06-22T19:17:15.272Z Downloaded progenitor-client v0.14.0
8552026-06-22T19:17:15.272Z Downloaded password-hash v0.5.0
8562026-06-22T19:17:15.272Z Downloaded powerfmt v0.2.0
8572026-06-22T19:17:15.272Z Downloaded crossterm v0.28.1
8582026-06-22T19:17:15.272Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-06-22T19:17:15.272Z Downloaded progenitor-macro v0.14.0
8602026-06-22T19:17:15.272Z Downloaded bumpalo v3.20.2
8612026-06-22T19:17:15.272Z Downloaded psl-types v2.0.11
8622026-06-22T19:17:15.275Z Downloaded parse-display-derive v0.10.0
8632026-06-22T19:17:15.275Z Downloaded proc-macro-crate v3.4.0
8642026-06-22T19:17:15.275Z Downloaded half v1.8.3
8652026-06-22T19:17:15.278Z Downloaded derive_more-impl v2.1.1
8662026-06-22T19:17:15.283Z Downloaded pem v3.0.6
8672026-06-22T19:17:15.283Z Downloaded peg v0.8.5
8682026-06-22T19:17:15.288Z Downloaded quick-error v1.2.3
8692026-06-22T19:17:15.288Z Downloaded paste v1.0.15
8702026-06-22T19:17:15.288Z Downloaded password-hash v0.4.2
8712026-06-22T19:17:15.288Z Downloaded radium v0.7.0
8722026-06-22T19:17:15.291Z Downloaded phf v0.13.1
8732026-06-22T19:17:15.291Z Downloaded num_enum v0.7.6
8742026-06-22T19:17:15.291Z Downloaded indicatif v0.18.4
8752026-06-22T19:17:15.294Z Downloaded pkg-config v0.3.32
8762026-06-22T19:17:15.296Z Downloaded owo-colors v4.3.0
8772026-06-22T19:17:15.297Z Downloaded derive_more v2.1.1
8782026-06-22T19:17:15.303Z Downloaded progenitor-macro v0.13.0
8792026-06-22T19:17:15.306Z Downloaded crossbeam-channel v0.5.15
8802026-06-22T19:17:15.309Z Downloaded memmap2 v0.9.10
8812026-06-22T19:17:15.309Z Downloaded hashbrown v0.13.2
8822026-06-22T19:17:15.312Z Downloaded num-complex v0.4.6
8832026-06-22T19:17:15.312Z Downloaded hickory-resolver v0.25.2
8842026-06-22T19:17:15.315Z Downloaded der v0.7.10
8852026-06-22T19:17:15.318Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-06-22T19:17:15.318Z Downloaded rand_chacha v0.3.1
8872026-06-22T19:17:15.321Z Downloaded libbz2-rs-sys v0.2.2
8882026-06-22T19:17:15.321Z Downloaded rand_xorshift v0.4.0
8892026-06-22T19:17:15.321Z Downloaded recursive v0.1.1
8902026-06-22T19:17:15.324Z Downloaded proc-macro-error2 v2.0.1
8912026-06-22T19:17:15.324Z Downloaded pkcs8 v0.10.2
8922026-06-22T19:17:15.327Z Downloaded pin-project-internal v1.1.11
8932026-06-22T19:17:15.327Z Downloaded progenitor v0.13.0
8942026-06-22T19:17:15.327Z Downloaded pem-rfc7468 v0.7.0
8952026-06-22T19:17:15.332Z Downloaded half v2.7.1
8962026-06-22T19:17:15.335Z Downloaded rustc-hash v2.1.1
8972026-06-22T19:17:15.335Z Downloaded rtoolbox v0.0.3
8982026-06-22T19:17:15.335Z Downloaded postgres-protocol v0.6.10
8992026-06-22T19:17:15.335Z Downloaded poly1305 v0.8.0
9002026-06-22T19:17:15.338Z Downloaded omicron-zone-package v0.12.2
9012026-06-22T19:17:15.341Z Downloaded parking_lot v0.11.2
9022026-06-22T19:17:15.341Z Downloaded ref-cast-impl v1.0.25
9032026-06-22T19:17:15.344Z Downloaded ignore v0.4.25
9042026-06-22T19:17:15.344Z Downloaded futures v0.3.32
9052026-06-22T19:17:15.349Z Downloaded primeorder v0.13.6
9062026-06-22T19:17:15.355Z Downloaded predicates v3.1.4
9072026-06-22T19:17:15.355Z Downloaded ppv-lite86 v0.2.21
9082026-06-22T19:17:15.355Z Downloaded num-rational v0.4.2
9092026-06-22T19:17:15.356Z Downloaded rustc_version v0.4.1
9102026-06-22T19:17:15.356Z Downloaded progenitor-client v0.13.0
9112026-06-22T19:17:15.359Z Downloaded peg-macros v0.8.5
9122026-06-22T19:17:15.359Z Downloaded rustc_version v0.1.7
9132026-06-22T19:17:15.359Z Downloaded russh-cryptovec v0.7.3
9142026-06-22T19:17:15.359Z Downloaded rfc6979 v0.4.0
9152026-06-22T19:17:15.359Z Downloaded parking_lot v0.12.5
9162026-06-22T19:17:15.359Z Downloaded papergrid v0.17.0
9172026-06-22T19:17:15.362Z Downloaded psm v0.1.30
9182026-06-22T19:17:15.365Z Downloaded indexmap v1.9.3
9192026-06-22T19:17:15.368Z Downloaded rand_seeder v0.4.0
9202026-06-22T19:17:15.368Z Downloaded parking_lot_core v0.9.12
9212026-06-22T19:17:15.368Z Downloaded diesel_derives v2.3.7
9222026-06-22T19:17:15.373Z Downloaded ref-cast v1.0.25
9232026-06-22T19:17:15.376Z Downloaded r2d2 v0.8.10
9242026-06-22T19:17:15.376Z Downloaded pkcs5 v0.7.1
9252026-06-22T19:17:15.379Z Downloaded oso v0.27.3
9262026-06-22T19:17:15.379Z Downloaded progenitor-extras v0.2.0
9272026-06-22T19:17:15.382Z Downloaded progenitor v0.14.0
9282026-06-22T19:17:15.382Z Downloaded phf v0.12.1
9292026-06-22T19:17:15.385Z Downloaded pin-project-lite v0.2.17
9302026-06-22T19:17:15.388Z Downloaded pkcs1 v0.7.5
9312026-06-22T19:17:15.388Z Downloaded miniz_oxide v0.8.9
9322026-06-22T19:17:15.391Z Downloaded rand_chacha v0.9.0
9332026-06-22T19:17:15.391Z Downloaded rand_core v0.10.0
9342026-06-22T19:17:15.391Z Downloaded rand_core v0.6.4
9352026-06-22T19:17:15.393Z Downloaded sapling-renderdag v0.1.0
9362026-06-22T19:17:15.394Z Downloaded semver v0.1.20
9372026-06-22T19:17:15.394Z Downloaded secrecy v0.8.0
9382026-06-22T19:17:15.396Z Downloaded scheduled-thread-pool v0.2.7
9392026-06-22T19:17:15.396Z Downloaded scopeguard v1.2.0
9402026-06-22T19:17:15.396Z Downloaded postgres-types v0.2.12
9412026-06-22T19:17:15.399Z Downloaded hickory-resolver v0.24.4
9422026-06-22T19:17:15.402Z Downloaded resolv-conf v0.7.6
9432026-06-22T19:17:15.402Z Downloaded quinn-udp v0.5.14
9442026-06-22T19:17:15.405Z Downloaded http v1.4.0
9452026-06-22T19:17:15.408Z Downloaded same-file v1.0.6
9462026-06-22T19:17:15.408Z Downloaded polyval v0.6.2
9472026-06-22T19:17:15.408Z Downloaded p256 v0.13.2
9482026-06-22T19:17:15.412Z Downloaded pin-project v1.1.11
9492026-06-22T19:17:15.417Z Downloaded secrecy v0.10.3
9502026-06-22T19:17:15.421Z Downloaded rustls-native-certs v0.8.3
9512026-06-22T19:17:15.425Z Downloaded serde_repr v0.1.20
9522026-06-22T19:17:15.428Z Downloaded serde_spanned v1.0.4
9532026-06-22T19:17:15.428Z Downloaded serde_plain v1.0.2
9542026-06-22T19:17:15.428Z Downloaded scroll_derive v0.13.1
9552026-06-22T19:17:15.431Z Downloaded serde_bytes v0.11.19
9562026-06-22T19:17:15.431Z Downloaded salsa20 v0.10.2
9572026-06-22T19:17:15.434Z Downloaded hashbrown v0.12.3
9582026-06-22T19:17:15.437Z Downloaded aho-corasick v1.1.4
9592026-06-22T19:17:15.440Z Downloaded postcard v1.1.3
9602026-06-22T19:17:15.444Z Downloaded serde_urlencoded v0.7.1
9612026-06-22T19:17:15.444Z Downloaded rusty-fork v0.3.1
9622026-06-22T19:17:15.448Z Downloaded shell-words v1.1.1
9632026-06-22T19:17:15.451Z Downloaded rustls-pemfile v1.0.4
9642026-06-22T19:17:15.453Z Downloaded rustls-pemfile v2.2.0
9652026-06-22T19:17:15.456Z Downloaded minimal-lexical v0.2.1
9662026-06-22T19:17:15.459Z Downloaded scrypt v0.11.0
9672026-06-22T19:17:15.459Z Downloaded scroll v0.13.0
9682026-06-22T19:17:15.462Z Downloaded rustversion v1.0.22
9692026-06-22T19:17:15.465Z Downloaded sigpipe v0.1.3
9702026-06-22T19:17:15.465Z Downloaded signal-hook-tokio v0.3.1
9712026-06-22T19:17:15.465Z Downloaded signature v2.2.0
9722026-06-22T19:17:15.465Z Downloaded serde-big-array v0.5.1
9732026-06-22T19:17:15.468Z Downloaded siphasher v1.0.2
9742026-06-22T19:17:15.468Z Downloaded serde-hex v0.1.0
9752026-06-22T19:17:15.468Z Downloaded slog-envlogger v2.2.0
9762026-06-22T19:17:15.471Z Downloaded sha1 v0.10.6
9772026-06-22T19:17:15.474Z Downloaded sct v0.7.1
9782026-06-22T19:17:15.477Z Downloaded hyper-util v0.1.20
9792026-06-22T19:17:15.479Z Downloaded jiff-static v0.2.21
9802026-06-22T19:17:15.482Z Downloaded rand_core v0.9.5
9812026-06-22T19:17:15.482Z Downloaded hickory-server v0.25.2
9822026-06-22T19:17:15.487Z Downloaded slog-bunyan v2.5.0
9832026-06-22T19:17:15.493Z Downloaded expectorate v1.2.0
9842026-06-22T19:17:15.500Z Downloaded serde_path_to_error v0.1.20
9852026-06-22T19:17:15.503Z Downloaded seq-macro v0.3.6
9862026-06-22T19:17:15.507Z Downloaded serde_derive_internals v0.29.1
9872026-06-22T19:17:15.510Z Downloaded hashbrown v0.16.1
9882026-06-22T19:17:15.514Z Downloaded hashbrown v0.15.5
9892026-06-22T19:17:15.517Z Downloaded serde_with_macros v1.5.2
9902026-06-22T19:17:15.520Z Downloaded russh-keys v0.45.0
9912026-06-22T19:17:15.520Z Downloaded signal-hook-registry v1.4.8
9922026-06-22T19:17:15.523Z Downloaded strum v0.27.2
9932026-06-22T19:17:15.523Z Downloaded sqlparser_derive v0.5.0
9942026-06-22T19:17:15.523Z Downloaded rustls-pki-types v1.14.0
9952026-06-22T19:17:15.527Z Downloaded ssh-cipher v0.2.0
9962026-06-22T19:17:15.530Z Downloaded prefix-trie v0.7.0
9972026-06-22T19:17:15.533Z Downloaded sec1 v0.7.3
9982026-06-22T19:17:15.533Z Downloaded structmeta-derive v0.3.0
9992026-06-22T19:17:15.536Z Downloaded strsim v0.10.0
10002026-06-22T19:17:15.536Z Downloaded openssl-sys v0.9.115
10012026-06-22T19:17:15.539Z Downloaded strip-ansi-escapes v0.2.1
10022026-06-22T19:17:15.539Z Downloaded signal-hook-mio v0.2.5
10032026-06-22T19:17:15.543Z Downloaded structmeta v0.3.0
10042026-06-22T19:17:15.549Z Downloaded shlex v1.3.0
10052026-06-22T19:17:15.552Z Downloaded simd-adler32 v0.3.8
10062026-06-22T19:17:15.554Z Downloaded slab v0.4.12
10072026-06-22T19:17:15.554Z Downloaded slog-scope v4.4.1
10082026-06-22T19:17:15.557Z Downloaded slog-async v2.8.0
10092026-06-22T19:17:15.561Z Downloaded slog-dtrace v0.3.0
10102026-06-22T19:17:15.561Z Downloaded prettyplease v0.2.37
10112026-06-22T19:17:15.564Z Downloaded slog-json v2.6.1
10122026-06-22T19:17:15.564Z Downloaded itertools v0.10.5
10132026-06-22T19:17:15.567Z Downloaded tap v1.0.1
10142026-06-22T19:17:15.567Z Downloaded take_mut v0.2.2
10152026-06-22T19:17:15.567Z Downloaded subtle v2.6.1
10162026-06-22T19:17:15.570Z Downloaded strum v0.26.3
10172026-06-22T19:17:15.570Z Downloaded slog-term v2.9.2
10182026-06-22T19:17:15.570Z Downloaded dropshot-api-manager v0.7.2
10192026-06-22T19:17:15.573Z Downloaded tabwriter v1.4.1
10202026-06-22T19:17:15.576Z Downloaded sync_wrapper v1.0.2
10212026-06-22T19:17:15.579Z Downloaded sync-ptr v0.1.4
10222026-06-22T19:17:15.582Z Downloaded supports-color v3.0.2
10232026-06-22T19:17:15.582Z Downloaded termtree v0.5.1
10242026-06-22T19:17:15.582Z Downloaded ryu v1.0.23
10252026-06-22T19:17:15.585Z Downloaded stringprep v0.1.5
10262026-06-22T19:17:15.585Z Downloaded sqlformat v0.3.5
10272026-06-22T19:17:15.588Z Downloaded tabled_derive v0.11.0
10282026-06-22T19:17:15.588Z Downloaded slog-stdlog v4.1.1
10292026-06-22T19:17:15.588Z Downloaded progenitor-impl v0.13.0
10302026-06-22T19:17:15.591Z Downloaded num-bigint v0.4.6
10312026-06-22T19:17:15.594Z Downloaded tokio-macros v2.7.0
10322026-06-22T19:17:15.594Z Downloaded testing_table v0.3.0
10332026-06-22T19:17:15.594Z Downloaded static_assertions v1.1.0
10342026-06-22T19:17:15.597Z Downloaded pretty_assertions v1.4.1
10352026-06-22T19:17:15.597Z Downloaded progenitor-impl v0.14.0
10362026-06-22T19:17:15.600Z Downloaded quinn v0.11.9
10372026-06-22T19:17:15.603Z Downloaded stacker v0.1.23
10382026-06-22T19:17:15.603Z Downloaded ssh-encoding v0.2.0
10392026-06-22T19:17:15.603Z Downloaded serde_cbor v0.11.2
10402026-06-22T19:17:15.605Z Downloaded strum_macros v0.26.4
10412026-06-22T19:17:15.608Z Downloaded thiserror-impl-no-std v2.0.2
10422026-06-22T19:17:15.608Z Downloaded time-core v0.1.8
10432026-06-22T19:17:15.608Z Downloaded tinyvec_macros v0.1.1
10442026-06-22T19:17:15.611Z Downloaded crossterm v0.29.0
10452026-06-22T19:17:15.615Z Downloaded thread-id v5.1.0
10462026-06-22T19:17:15.615Z Downloaded libxml v0.3.3
10472026-06-22T19:17:15.618Z Downloaded rcgen v0.12.1
10482026-06-22T19:17:15.621Z Downloaded strum_macros v0.27.2
10492026-06-22T19:17:15.621Z Downloaded serde_with_macros v3.17.0
10502026-06-22T19:17:15.624Z Downloaded snafu-derive v0.8.9
10512026-06-22T19:17:15.627Z Downloaded strum_macros v0.24.3
10522026-06-22T19:17:15.627Z Downloaded string_cache v0.8.9
10532026-06-22T19:17:15.630Z Downloaded rayon-core v1.13.0
10542026-06-22T19:17:15.633Z Downloaded schemars_derive v0.8.22
10552026-06-22T19:17:15.636Z Downloaded spki v0.7.3
10562026-06-22T19:17:15.646Z Downloaded tagptr v0.2.0
10572026-06-22T19:17:15.650Z Downloaded thiserror-no-std v2.0.2
10582026-06-22T19:17:15.653Z Downloaded smallvec v0.6.14
10592026-06-22T19:17:15.653Z Downloaded topological-sort v0.2.2
10602026-06-22T19:17:15.653Z Downloaded smf v0.2.3
10612026-06-22T19:17:15.656Z Downloaded termios v0.3.3
10622026-06-22T19:17:15.656Z Downloaded spin v0.9.8
10632026-06-22T19:17:15.659Z Downloaded rand v0.8.6
10642026-06-22T19:17:15.659Z Downloaded publicsuffix v2.3.0
10652026-06-22T19:17:15.662Z Downloaded qorb v0.4.1
10662026-06-22T19:17:15.665Z Downloaded schemars v0.8.22
10672026-06-22T19:17:15.669Z Downloaded time-macros v0.2.27
10682026-06-22T19:17:15.672Z Downloaded trait-variant v0.1.2
10692026-06-22T19:17:15.672Z Downloaded tower-service v0.3.3
10702026-06-22T19:17:15.672Z Downloaded tower-layer v0.3.3
10712026-06-22T19:17:15.676Z Downloaded tokio-dtrace v0.1.1
10722026-06-22T19:17:15.676Z Downloaded tls_codec_derive v0.4.2
10732026-06-22T19:17:15.676Z Downloaded rustls-platform-verifier v0.6.2
10742026-06-22T19:17:15.678Z Downloaded thread_local v1.1.9
10752026-06-22T19:17:15.678Z Downloaded ron v0.8.1
10762026-06-22T19:17:15.681Z Downloaded tls_codec v0.4.2
10772026-06-22T19:17:15.684Z Downloaded try-lock v0.2.5
10782026-06-22T19:17:15.684Z Downloaded serde_yaml v0.9.34+deprecated
10792026-06-22T19:17:15.687Z Downloaded unarray v0.1.4
10802026-06-22T19:17:15.687Z Downloaded itertools v0.13.0
10812026-06-22T19:17:15.690Z Downloaded support-bundle-viewer v0.1.2
10822026-06-22T19:17:15.693Z Downloaded schemars v0.9.0
10832026-06-22T19:17:15.698Z Downloaded tokio-native-tls v0.3.1
10842026-06-22T19:17:15.701Z Downloaded untrusted v0.7.1
10852026-06-22T19:17:15.701Z Downloaded unicode-truncate v1.1.0
10862026-06-22T19:17:15.702Z Downloaded slog v2.8.2
10872026-06-22T19:17:15.707Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10882026-06-22T19:17:15.707Z Downloaded nom v7.1.3
10892026-06-22T19:17:15.710Z Downloaded typify-macro v0.6.2
10902026-06-22T19:17:15.710Z Downloaded aws-lc-rs v1.16.3
10912026-06-22T19:17:15.713Z Downloaded term v0.7.0
10922026-06-22T19:17:15.716Z Downloaded socket2 v0.6.3
10932026-06-22T19:17:15.719Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10942026-06-22T19:17:15.719Z Downloaded tokio-rustls v0.25.0
10952026-06-22T19:17:15.719Z Downloaded socket2 v0.5.10
10962026-06-22T19:17:15.722Z Downloaded void v1.0.2
10972026-06-22T19:17:15.722Z Downloaded tokio-tungstenite v0.21.0
10982026-06-22T19:17:15.722Z Downloaded rand v0.9.2
10992026-06-22T19:17:15.725Z Downloaded mio v1.2.0
11002026-06-22T19:17:15.728Z Downloaded num-bigint-dig v0.8.6
11012026-06-22T19:17:15.731Z Downloaded itertools v0.12.1
11022026-06-22T19:17:15.734Z Downloaded term v1.2.1
11032026-06-22T19:17:15.737Z Downloaded hyper v1.8.1
11042026-06-22T19:17:15.740Z Downloaded tiny-keccak v2.0.2
11052026-06-22T19:17:15.743Z Downloaded want v0.3.1
11062026-06-22T19:17:15.743Z Downloaded waitgroup v0.1.2
11072026-06-22T19:17:15.743Z Downloaded usdt-attr-macro v0.6.0
11082026-06-22T19:17:15.746Z Downloaded usdt-macro v0.6.0
11092026-06-22T19:17:15.746Z Downloaded untrusted v0.9.0
11102026-06-22T19:17:15.753Z Downloaded tui-tree-widget v0.23.1
11112026-06-22T19:17:15.757Z Downloaded unit-prefix v0.5.2
11122026-06-22T19:17:15.760Z Downloaded utf-8 v0.7.6
11132026-06-22T19:17:15.760Z Downloaded rustls-webpki v0.103.9
11142026-06-22T19:17:15.763Z Downloaded schemars v1.2.1
11152026-06-22T19:17:15.769Z Downloaded unicase v2.9.0
11162026-06-22T19:17:15.772Z Downloaded nom v8.0.0
11172026-06-22T19:17:15.775Z Downloaded xattr v1.6.1
11182026-06-22T19:17:15.775Z Downloaded xshell-macros v0.2.7
11192026-06-22T19:17:15.775Z Downloaded tokio-rustls v0.24.1
11202026-06-22T19:17:15.779Z Downloaded iri-string v0.7.10
11212026-06-22T19:17:15.782Z Downloaded usdt v0.6.0
11222026-06-22T19:17:15.782Z Downloaded similar v2.7.0
11232026-06-22T19:17:15.785Z Downloaded toml_parser v1.0.9+spec-1.1.0
11242026-06-22T19:17:15.785Z Downloaded uzers v0.12.2
11252026-06-22T19:17:15.789Z Downloaded tokio-tungstenite v0.23.1
11262026-06-22T19:17:15.789Z Downloaded tinyvec v1.10.0
11272026-06-22T19:17:15.792Z Downloaded signal-hook v0.3.18
11282026-06-22T19:17:15.795Z Downloaded zeroize_derive v1.4.3
11292026-06-22T19:17:15.795Z Downloaded universal-hash v0.5.1
11302026-06-22T19:17:15.795Z Downloaded tokio-stream v0.1.18
11312026-06-22T19:17:15.798Z Downloaded zone_cfg_derive v0.3.1
11322026-06-22T19:17:15.798Z Downloaded wait-timeout v0.2.1
11332026-06-22T19:17:15.798Z Downloaded zone v0.3.1
11342026-06-22T19:17:15.802Z Downloaded vergen-gitcl v1.0.8
11352026-06-22T19:17:15.802Z Downloaded vsss-rs v3.3.4
11362026-06-22T19:17:15.802Z Downloaded vergen-lib v9.1.0
11372026-06-22T19:17:15.805Z Downloaded toml_writer v1.0.6+spec-1.1.0
11382026-06-22T19:17:15.805Z Downloaded diesel v2.3.7
11392026-06-22T19:17:15.814Z Downloaded test-strategy v0.4.5
11402026-06-22T19:17:15.817Z Downloaded rand v0.10.0
11412026-06-22T19:17:15.821Z Downloaded snafu v0.8.9
11422026-06-22T19:17:15.824Z Downloaded vergen-lib v0.1.6
11432026-06-22T19:17:15.827Z Downloaded whoami v2.1.0
11442026-06-22T19:17:15.830Z Downloaded whoami v1.6.1
11452026-06-22T19:17:15.833Z Downloaded tracing-attributes v0.1.31
11462026-06-22T19:17:15.833Z Downloaded hkdf v0.12.4
11472026-06-22T19:17:15.833Z Downloaded blake3 v1.8.3
11482026-06-22T19:17:15.837Z Downloaded unicode-properties v0.1.4
11492026-06-22T19:17:15.840Z Downloaded vergen-git2 v9.1.0
11502026-06-22T19:17:15.843Z Downloaded wyz v0.5.1
11512026-06-22T19:17:15.847Z Downloaded h2 v0.4.13
11522026-06-22T19:17:15.852Z Downloaded russh v0.45.0
11532026-06-22T19:17:15.855Z Downloaded tokio-rustls v0.26.4
11542026-06-22T19:17:15.858Z Downloaded walkdir v2.5.0
11552026-06-22T19:17:15.861Z Downloaded zstd-safe v7.2.4
11562026-06-22T19:17:15.861Z Downloaded futures-util v0.3.32
11572026-06-22T19:17:15.868Z Downloaded zeroize v1.8.2
11582026-06-22T19:17:15.871Z Downloaded toml v1.0.6+spec-1.1.0
11592026-06-22T19:17:15.875Z Downloaded rsa v0.9.10
11602026-06-22T19:17:15.875Z Downloaded toml v0.7.8
11612026-06-22T19:17:15.878Z Downloaded steno v0.4.1
11622026-06-22T19:17:15.878Z Downloaded tar v0.4.45
11632026-06-22T19:17:15.881Z Downloaded libm v0.2.16
11642026-06-22T19:17:15.885Z Downloaded samael v0.0.19
11652026-06-22T19:17:15.888Z Downloaded xshell v0.2.7
11662026-06-22T19:17:15.892Z Downloaded unsafe-libyaml v0.2.11
11672026-06-22T19:17:15.895Z Downloaded subprocess v0.2.15
11682026-06-22T19:17:15.898Z Downloaded p521 v0.13.3
11692026-06-22T19:17:15.902Z Downloaded tracing-core v0.1.36
11702026-06-22T19:17:15.905Z Downloaded twox-hash v2.1.2
11712026-06-22T19:17:15.905Z Downloaded iddqd v0.4.2
11722026-06-22T19:17:15.908Z Downloaded yasna v0.5.2
11732026-06-22T19:17:15.911Z Downloaded uuid v1.23.0
11742026-06-22T19:17:15.914Z Downloaded zerocopy v0.6.6
11752026-06-22T19:17:15.914Z Downloaded rustyline v14.0.0
11762026-06-22T19:17:15.917Z Downloaded vergen v9.1.0
11772026-06-22T19:17:15.917Z Downloaded typify v0.6.2
11782026-06-22T19:17:15.920Z Downloaded usdt-impl v0.6.0
11792026-06-22T19:17:15.923Z Downloaded rpassword v7.4.0
11802026-06-22T19:17:15.926Z Downloaded serde_with v1.14.0
11812026-06-22T19:17:15.929Z Downloaded ssh-key v0.6.7
11822026-06-22T19:17:15.932Z Downloaded chrono v0.4.44
11832026-06-22T19:17:15.936Z Downloaded itertools v0.14.0
11842026-06-22T19:17:15.941Z Downloaded tungstenite v0.21.0
11852026-06-22T19:17:15.944Z Downloaded bitvec v1.0.1
11862026-06-22T19:17:15.953Z Downloaded zstd v0.13.3
11872026-06-22T19:17:15.956Z Downloaded unicode-bidi v0.3.18
11882026-06-22T19:17:15.956Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-06-22T19:17:15.956Z Downloaded reedline v0.40.0
11902026-06-22T19:17:15.964Z Downloaded zopfli v0.8.3
11912026-06-22T19:17:15.969Z Downloaded tokio-postgres v0.7.16
11922026-06-22T19:17:15.972Z Downloaded tungstenite v0.23.0
11932026-06-22T19:17:15.975Z Downloaded git2 v0.20.4
11942026-06-22T19:17:15.981Z Downloaded toml_edit v0.19.15
11952026-06-22T19:17:15.991Z Downloaded vte v0.14.1
11962026-06-22T19:17:15.994Z Downloaded yansi v1.0.1
11972026-06-22T19:17:15.997Z Downloaded regex v1.12.3
11982026-06-22T19:17:16.000Z Downloaded reqwest v0.13.2
11992026-06-22T19:17:16.003Z Downloaded lalrpop v0.19.12
12002026-06-22T19:17:16.013Z Downloaded bindgen v0.71.1
12012026-06-22T19:17:16.019Z Downloaded zip v0.6.6
12022026-06-22T19:17:16.022Z Downloaded unicode_categories v0.1.1
12032026-06-22T19:17:16.027Z Downloaded rayon v1.11.0
12042026-06-22T19:17:16.038Z Downloaded reqwest v0.12.28
12052026-06-22T19:17:16.055Z Downloaded quick-xml v0.37.5
12062026-06-22T19:17:16.061Z Downloaded salty v0.3.0
12072026-06-22T19:17:16.064Z Downloaded zerocopy-derive v0.8.40
12082026-06-22T19:17:16.069Z Downloaded rustls-webpki v0.101.7
12092026-06-22T19:17:16.076Z Downloaded unicode-segmentation v1.12.0
12102026-06-22T19:17:16.079Z Downloaded goblin v0.10.5
12112026-06-22T19:17:16.083Z Downloaded curve25519-dalek v4.1.3
12122026-06-22T19:17:16.088Z Downloaded x509-cert v0.2.5
12132026-06-22T19:17:16.091Z Downloaded portable-atomic v1.13.1
12142026-06-22T19:17:16.096Z Downloaded typed-path v0.9.3
12152026-06-22T19:17:16.099Z Downloaded unicode-normalization v0.1.25
12162026-06-22T19:17:16.103Z Downloaded tower v0.5.3
12172026-06-22T19:17:16.106Z Downloaded p384 v0.13.1
12182026-06-22T19:17:16.109Z Downloaded zip v4.6.1
12192026-06-22T19:17:16.112Z Downloaded serde_with v3.17.0
12202026-06-22T19:17:16.118Z Downloaded proptest v1.10.0
12212026-06-22T19:17:16.126Z Downloaded moka v0.12.13
12222026-06-22T19:17:16.128Z Downloaded tough v0.22.0
12232026-06-22T19:17:16.133Z Downloaded tokio-util v0.7.18
12242026-06-22T19:17:16.137Z Downloaded petname v2.0.2
12252026-06-22T19:17:16.141Z Downloaded tower-http v0.6.8
12262026-06-22T19:17:16.160Z Downloaded object v0.30.4
12272026-06-22T19:17:16.176Z Downloaded nix v0.27.1
12282026-06-22T19:17:16.185Z Downloaded winnow v0.6.26
12292026-06-22T19:17:16.192Z Downloaded radix_trie v0.2.1
12302026-06-22T19:17:16.200Z Downloaded rustls-webpki v0.102.8
12312026-06-22T19:17:16.210Z Downloaded quinn-proto v0.11.13
12322026-06-22T19:17:16.214Z Downloaded winnow v0.5.40
12332026-06-22T19:17:16.219Z Downloaded bstr v1.12.1
12342026-06-22T19:17:16.233Z Downloaded openssl v0.10.79
12352026-06-22T19:17:16.239Z Downloaded rustls v0.21.12
12362026-06-22T19:17:16.245Z Downloaded tabled v0.20.0
12372026-06-22T19:17:16.254Z Downloaded time v0.3.47
12382026-06-22T19:17:16.261Z Downloaded smoltcp v0.9.1
12392026-06-22T19:17:16.268Z Downloaded regex-syntax v0.6.29
12402026-06-22T19:17:16.272Z Downloaded nix v0.28.0
12412026-06-22T19:17:16.306Z Downloaded polar-core v0.27.3
12422026-06-22T19:17:16.306Z Downloaded zlib-rs v0.6.2
12432026-06-22T19:17:16.306Z Downloaded hickory-proto v0.24.4
12442026-06-22T19:17:16.306Z Downloaded nix v0.31.2
12452026-06-22T19:17:16.309Z Downloaded smoltcp v0.11.0
12462026-06-22T19:17:16.318Z Downloaded vcpkg v0.2.15
12472026-06-22T19:17:16.340Z Downloaded zerocopy v0.8.40
12482026-06-22T19:17:16.345Z Downloaded regress v0.11.1
12492026-06-22T19:17:16.350Z Downloaded object v0.37.3
12502026-06-22T19:17:16.356Z Downloaded rustls v0.22.4
12512026-06-22T19:17:16.365Z Downloaded rustix v0.38.44
12522026-06-22T19:17:16.377Z Downloaded rustls v0.23.37
12532026-06-22T19:17:16.383Z Downloaded regex-syntax v0.8.10
12542026-06-22T19:17:16.387Z Downloaded webpki-roots v1.0.6
12552026-06-22T19:17:16.390Z Downloaded regress v0.10.5
12562026-06-22T19:17:16.394Z Downloaded hickory-proto v0.25.2
12572026-06-22T19:17:16.403Z Downloaded openapiv3 v2.2.0
12582026-06-22T19:17:16.436Z Downloaded sqlparser v0.61.0
12592026-06-22T19:17:16.458Z Downloaded sled v0.34.7
12602026-06-22T19:17:16.466Z Downloaded typify-impl v0.6.2
12612026-06-22T19:17:16.475Z Downloaded tracing v0.1.44
12622026-06-22T19:17:16.487Z Downloaded ratatui v0.29.0
12632026-06-22T19:17:16.498Z Downloaded bzip2-sys v0.1.13+1.0.8
12642026-06-22T19:17:16.505Z Downloaded zerocopy-derive v0.6.6
12652026-06-22T19:17:16.520Z Downloaded regex-automata v0.4.14
12662026-06-22T19:17:16.539Z Downloaded chrono-tz v0.10.4
12672026-06-22T19:17:16.550Z Downloaded petgraph v0.6.5
12682026-06-22T19:17:16.561Z Downloaded petgraph v0.8.3
12692026-06-22T19:17:16.577Z Downloaded libz-sys v1.1.24
12702026-06-22T19:17:16.586Z Downloaded jiff v0.2.21
12712026-06-22T19:17:16.597Z Downloaded csv v1.4.0
12722026-06-22T19:17:16.609Z Downloaded tokio v1.52.1
12732026-06-22T19:17:16.639Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12742026-06-22T19:17:16.649Z Downloaded sha3 v0.10.8
12752026-06-22T19:17:16.724Z Downloaded encoding_rs v0.8.35
12762026-06-22T19:17:16.752Z Downloaded ring v0.17.14
12772026-06-22T19:17:16.779Z Downloaded libgit2-sys v0.18.3+1.9.2
12782026-06-22T19:17:17.233Z Downloaded aws-lc-sys v0.40.0
12792026-06-22T19:17:17.486Z Compiling libc v0.2.185
12802026-06-22T19:17:17.486Z Compiling serde v1.0.228
12812026-06-22T19:17:17.489Z Compiling log v0.4.29
12822026-06-22T19:17:17.489Z Compiling find-msvc-tools v0.1.9
12832026-06-22T19:17:17.489Z Compiling shlex v1.3.0
12842026-06-22T19:17:17.489Z Compiling smallvec v1.15.1
12852026-06-22T19:17:17.489Z Compiling typenum v1.19.0
12862026-06-22T19:17:17.489Z Compiling subtle v2.6.1
12872026-06-22T19:17:17.489Z Compiling generic-array v0.14.7
12882026-06-22T19:17:17.489Z Compiling scopeguard v1.2.0
12892026-06-22T19:17:17.665Z Compiling const-oid v0.9.6
12902026-06-22T19:17:17.677Z Compiling serde_json v1.0.149
12912026-06-22T19:17:17.703Z Compiling syn v2.0.117
12922026-06-22T19:17:17.715Z Compiling zerocopy v0.8.40
12932026-06-22T19:17:17.718Z Compiling portable-atomic v1.13.1
12942026-06-22T19:17:17.728Z Compiling lock_api v0.4.14
12952026-06-22T19:17:17.731Z Compiling pin-project-lite v0.2.17
12962026-06-22T19:17:17.815Z Compiling parking_lot_core v0.9.12
12972026-06-22T19:17:17.840Z Compiling pkg-config v0.3.32
12982026-06-22T19:17:17.855Z Compiling bitflags v2.11.0
12992026-06-22T19:17:17.868Z Compiling critical-section v1.2.0
13002026-06-22T19:17:17.903Z Compiling futures-core v0.3.32
13012026-06-22T19:17:17.931Z Compiling libm v0.2.16
13022026-06-22T19:17:17.945Z Compiling num-traits v0.2.19
13032026-06-22T19:17:17.986Z Compiling percent-encoding v2.3.2
13042026-06-22T19:17:18.014Z Compiling futures-sink v0.3.32
13052026-06-22T19:17:18.017Z Compiling slab v0.4.12
13062026-06-22T19:17:18.090Z Compiling futures-task v0.3.32
13072026-06-22T19:17:18.093Z Compiling futures-io v0.3.32
13082026-06-22T19:17:18.104Z Compiling cpufeatures v0.2.17
13092026-06-22T19:17:18.137Z Compiling futures-channel v0.3.32
13102026-06-22T19:17:18.192Z Compiling getrandom v0.4.1
13112026-06-22T19:17:18.205Z Compiling rand_core v0.10.0
13122026-06-22T19:17:18.217Z Compiling indexmap v2.14.0
13132026-06-22T19:17:18.231Z Compiling getrandom v0.3.4
13142026-06-22T19:17:18.274Z Compiling rustversion v1.0.22
13152026-06-22T19:17:18.287Z Compiling form_urlencoded v1.2.2
13162026-06-22T19:17:18.348Z Compiling dunce v1.0.5
13172026-06-22T19:17:18.370Z Compiling fs_extra v1.3.0
13182026-06-22T19:17:18.385Z Compiling base64ct v1.8.3
13192026-06-22T19:17:18.402Z Compiling ident_case v1.0.1
13202026-06-22T19:17:18.439Z Compiling regex-syntax v0.8.10
13212026-06-22T19:17:18.472Z Compiling flagset v0.4.7
13222026-06-22T19:17:18.487Z Compiling getrandom v0.2.17
13232026-06-22T19:17:18.548Z Compiling jobserver v0.1.34
13242026-06-22T19:17:18.561Z Compiling errno v0.3.14
13252026-06-22T19:17:18.613Z Compiling mio v1.2.0
13262026-06-22T19:17:18.643Z Compiling rand_core v0.6.4
13272026-06-22T19:17:18.675Z Compiling signal-hook-registry v1.4.8
13282026-06-22T19:17:18.741Z Compiling socket2 v0.6.3
13292026-06-22T19:17:18.741Z Compiling once_cell v1.21.3
13302026-06-22T19:17:18.797Z Compiling cc v1.2.56
13312026-06-22T19:17:18.828Z Compiling parking_lot v0.12.5
13322026-06-22T19:17:18.889Z Compiling pem-rfc7468 v0.7.0
13332026-06-22T19:17:18.933Z Compiling rustix v1.1.3
13342026-06-22T19:17:18.948Z Compiling iana-time-zone v0.1.65
13352026-06-22T19:17:18.951Z Compiling aws-lc-rs v1.16.3
13362026-06-22T19:17:18.975Z Compiling vcpkg v0.2.15
13372026-06-22T19:17:18.989Z Compiling tracing-core v0.1.36
13382026-06-22T19:17:19.108Z Compiling uuid v1.23.0
13392026-06-22T19:17:19.123Z Compiling rustc_version v0.4.1
13402026-06-22T19:17:19.158Z Compiling rand_core v0.9.5
13412026-06-22T19:17:19.202Z Compiling base64 v0.22.1
13422026-06-22T19:17:19.217Z Compiling untrusted v0.9.0
13432026-06-22T19:17:19.257Z Compiling httparse v1.10.1
13442026-06-22T19:17:19.271Z Compiling untrusted v0.7.1
13452026-06-22T19:17:19.351Z Compiling openssl-probe v0.2.1
13462026-06-22T19:17:19.410Z Compiling tinyvec_macros v0.1.1
13472026-06-22T19:17:19.414Z Compiling aho-corasick v1.1.4
13482026-06-22T19:17:19.446Z Compiling schemars v0.8.22
13492026-06-22T19:17:19.462Z Compiling dyn-clone v1.0.20
13502026-06-22T19:17:19.478Z Compiling try-lock v0.2.5
13512026-06-22T19:17:19.491Z Compiling tinyvec v1.10.0
13522026-06-22T19:17:19.537Z Compiling cmake v0.1.57
13532026-06-22T19:17:19.553Z Compiling tower-layer v0.3.3
13542026-06-22T19:17:19.556Z Compiling rustls v0.23.37
13552026-06-22T19:17:19.593Z Compiling atomic-waker v1.1.2
13562026-06-22T19:17:19.616Z Compiling tower-service v0.3.3
13572026-06-22T19:17:19.699Z Compiling want v0.3.1
13582026-06-22T19:17:19.730Z Compiling pin-utils v0.1.0
13592026-06-22T19:17:19.792Z Compiling httpdate v1.0.3
13602026-06-22T19:17:19.792Z Compiling foreign-types-shared v0.1.1
13612026-06-22T19:17:19.813Z Compiling openssl v0.10.79
13622026-06-22T19:17:19.824Z Compiling socket2 v0.5.10
13632026-06-22T19:17:19.828Z Compiling spin v0.9.8
13642026-06-22T19:17:19.864Z Compiling time-core v0.1.8
13652026-06-22T19:17:19.899Z Compiling foreign-types v0.3.2
13662026-06-22T19:17:19.914Z Compiling unicode-normalization v0.1.25
13672026-06-22T19:17:19.930Z Compiling native-tls v0.2.18
13682026-06-22T19:17:19.945Z Compiling num-conv v0.2.0
13692026-06-22T19:17:19.987Z Compiling crc32fast v1.5.0
13702026-06-22T19:17:20.023Z Compiling powerfmt v0.2.0
13712026-06-22T19:17:20.039Z Compiling wait-timeout v0.2.1
13722026-06-22T19:17:20.052Z Compiling sync_wrapper v1.0.2
13732026-06-22T19:17:20.056Z Compiling siphasher v1.0.2
13742026-06-22T19:17:20.078Z Compiling usdt-impl v0.6.0
13752026-06-22T19:17:20.093Z Compiling bit-vec v0.8.0
13762026-06-22T19:17:20.106Z Compiling time-macros v0.2.27
13772026-06-22T19:17:20.153Z Compiling quick-error v1.2.3
13782026-06-22T19:17:20.172Z Compiling syn v1.0.109
13792026-06-22T19:17:20.299Z Compiling deranged v0.5.8
13802026-06-22T19:17:20.311Z Compiling simd-adler32 v0.3.8
13812026-06-22T19:17:20.311Z Compiling unicode-segmentation v1.12.0
13822026-06-22T19:17:20.314Z Compiling num_threads v0.1.7
13832026-06-22T19:17:20.317Z Compiling crossbeam-utils v0.8.21
13842026-06-22T19:17:20.355Z Compiling regex-automata v0.4.14
13852026-06-22T19:17:20.384Z Compiling bit-set v0.8.0
13862026-06-22T19:17:20.411Z Compiling slog v2.8.2
13872026-06-22T19:17:20.426Z Compiling heapless v0.7.17
13882026-06-22T19:17:20.467Z Compiling aws-lc-sys v0.40.0
13892026-06-22T19:17:20.515Z Compiling ring v0.17.14
13902026-06-22T19:17:20.558Z Compiling openssl-sys v0.9.115
13912026-06-22T19:17:20.572Z Compiling tempfile v3.25.0
13922026-06-22T19:17:20.588Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-06-22T19:17:20.653Z Compiling synstructure v0.13.2
13942026-06-22T19:17:20.688Z Compiling serde_derive_internals v0.29.1
13952026-06-22T19:17:20.702Z Compiling pest_generator v2.8.6
13962026-06-22T19:17:20.704Z Compiling darling_core v0.20.11
13972026-06-22T19:17:20.878Z Compiling rusty-fork v0.3.1
13982026-06-22T19:17:20.960Z Compiling darling_core v0.21.3
13992026-06-22T19:17:21.025Z Compiling bzip2-sys v0.1.13+1.0.8
14002026-06-22T19:17:21.221Z Compiling rand_xorshift v0.4.0
14012026-06-22T19:17:21.331Z Compiling time v0.3.47
14022026-06-22T19:17:21.335Z Compiling thread-id v5.1.0
14032026-06-22T19:17:21.356Z Compiling cookie v0.18.1
14042026-06-22T19:17:21.360Z Compiling anyhow v1.0.102
14052026-06-22T19:17:21.385Z Compiling unicode-properties v0.1.4
14062026-06-22T19:17:21.407Z Compiling iri-string v0.7.10
14072026-06-22T19:17:21.427Z Compiling zstd-safe v7.2.4
14082026-06-22T19:17:21.523Z Compiling signal-hook v0.3.18
14092026-06-22T19:17:21.580Z Compiling paste v1.0.15
14102026-06-22T19:17:21.618Z Compiling unicode-bidi v0.3.18
14112026-06-22T19:17:21.648Z Compiling unarray v0.1.4
14122026-06-22T19:17:21.682Z Compiling ryu v1.0.23
14132026-06-22T19:17:21.698Z Compiling adler2 v2.0.1
14142026-06-22T19:17:21.714Z Compiling allocator-api2 v0.2.21
14152026-06-22T19:17:21.837Z Compiling miniz_oxide v0.8.9
14162026-06-22T19:17:21.976Z Compiling stringprep v0.1.5
14172026-06-22T19:17:22.072Z Compiling heck v0.4.1
14182026-06-22T19:17:22.181Z Compiling num-integer v0.1.46
14192026-06-22T19:17:22.313Z Compiling vergen-lib v9.1.0
14202026-06-22T19:17:22.402Z Compiling curve25519-dalek v4.1.3
14212026-06-22T19:17:22.445Z Compiling ff v0.13.1
14222026-06-22T19:17:22.460Z Compiling serde_derive v1.0.228
14232026-06-22T19:17:22.475Z Compiling zeroize_derive v1.4.3
14242026-06-22T19:17:22.532Z Compiling zerofrom-derive v0.1.6
14252026-06-22T19:17:22.541Z Compiling yoke-derive v0.8.1
14262026-06-22T19:17:22.589Z Compiling zerocopy-derive v0.8.40
14272026-06-22T19:17:22.612Z Compiling zerovec-derive v0.11.2
14282026-06-22T19:17:22.752Z Compiling displaydoc v0.2.5
14292026-06-22T19:17:23.004Z Compiling tokio-macros v2.7.0
14302026-06-22T19:17:23.020Z Compiling futures-macro v0.3.32
14312026-06-22T19:17:23.124Z Compiling der_derive v0.7.3
14322026-06-22T19:17:23.172Z Compiling zeroize v1.8.2
14332026-06-22T19:17:23.528Z Compiling rustls-pki-types v1.14.0
14342026-06-22T19:17:23.583Z Compiling tracing-attributes v0.1.31
14352026-06-22T19:17:23.739Z Compiling thiserror-impl v2.0.18
14362026-06-22T19:17:23.778Z Compiling pest_derive v2.8.6
14372026-06-22T19:17:23.797Z Compiling schemars_derive v0.8.22
14382026-06-22T19:17:23.883Z Compiling futures-util v0.3.32
14392026-06-22T19:17:23.959Z Compiling crypto-common v0.1.7
14402026-06-22T19:17:23.971Z Compiling zerofrom v0.1.6
14412026-06-22T19:17:24.006Z Compiling block-buffer v0.10.4
14422026-06-22T19:17:24.121Z Compiling yoke v0.8.1
14432026-06-22T19:17:24.135Z Compiling block-padding v0.3.3
14442026-06-22T19:17:24.161Z Compiling digest v0.10.7
14452026-06-22T19:17:24.204Z Compiling der v0.7.10
14462026-06-22T19:17:24.252Z Compiling scroll_derive v0.13.1
14472026-06-22T19:17:24.307Z Compiling zerovec v0.11.5
14482026-06-22T19:17:24.322Z Compiling zerotrie v0.2.3
14492026-06-22T19:17:24.428Z Compiling hmac v0.12.1
14502026-06-22T19:17:24.601Z Compiling inout v0.1.4
14512026-06-22T19:17:24.635Z Compiling sha2 v0.10.9
14522026-06-22T19:17:24.649Z Compiling pbkdf2 v0.12.2
14532026-06-22T19:17:24.828Z Compiling tinystr v0.8.2
14542026-06-22T19:17:24.841Z Compiling potential_utf v0.1.4
14552026-06-22T19:17:24.878Z Compiling cipher v0.4.4
14562026-06-22T19:17:24.990Z Compiling icu_collections v2.1.1
14572026-06-22T19:17:25.029Z Compiling icu_locale_core v2.1.1
14582026-06-22T19:17:25.067Z Compiling spki v0.7.3
14592026-06-22T19:17:25.136Z Compiling salsa20 v0.10.2
14602026-06-22T19:17:25.163Z Compiling aes v0.8.4
14612026-06-22T19:17:25.176Z Compiling cbc v0.1.2
14622026-06-22T19:17:25.190Z Compiling tracing v0.1.44
14632026-06-22T19:17:25.204Z Compiling thiserror v2.0.18
14642026-06-22T19:17:25.290Z Compiling scrypt v0.11.0
14652026-06-22T19:17:25.329Z Compiling scroll v0.13.0
14662026-06-22T19:17:25.345Z Compiling darling_macro v0.20.11
14672026-06-22T19:17:25.456Z Compiling openssl-macros v0.1.1
14682026-06-22T19:17:25.481Z Compiling rustls-native-certs v0.8.3
14692026-06-22T19:17:25.510Z Compiling dtrace-parser v0.3.0
14702026-06-22T19:17:25.570Z Compiling goblin v0.10.5
14712026-06-22T19:17:25.620Z Compiling pkcs5 v0.7.1
14722026-06-22T19:17:25.791Z Compiling icu_provider v2.1.1
14732026-06-22T19:17:25.856Z Compiling darling v0.20.11
14742026-06-22T19:17:25.951Z Compiling bytes v1.11.1
14752026-06-22T19:17:25.978Z Compiling chrono v0.4.44
14762026-06-22T19:17:26.012Z Compiling ipnet v2.11.0
14772026-06-22T19:17:26.030Z Compiling pkcs8 v0.10.2
14782026-06-22T19:17:26.114Z Compiling icu_properties v2.1.2
14792026-06-22T19:17:26.117Z Compiling icu_normalizer v2.1.1
14802026-06-22T19:17:26.140Z Compiling derive_builder_core v0.20.2
14812026-06-22T19:17:26.229Z Compiling signature v2.2.0
14822026-06-22T19:17:26.265Z Compiling webpki-roots v1.0.6
14832026-06-22T19:17:26.293Z Compiling thiserror-impl v1.0.69
14842026-06-22T19:17:26.356Z Compiling scroll_derive v0.12.1
14852026-06-22T19:17:26.396Z Compiling toml_datetime v0.6.11
14862026-06-22T19:17:26.431Z Compiling tokio v1.52.1
14872026-06-22T19:17:26.541Z Compiling http v1.4.0
14882026-06-22T19:17:26.592Z Compiling serde_tokenstream v0.2.3
14892026-06-22T19:17:26.684Z Compiling serde_urlencoded v0.7.1
14902026-06-22T19:17:26.698Z Compiling serde_spanned v0.6.9
14912026-06-22T19:17:26.855Z Compiling erased-serde v0.3.31
14922026-06-22T19:17:26.923Z Compiling md-5 v0.10.6
14932026-06-22T19:17:26.942Z Compiling darling_macro v0.21.3
14942026-06-22T19:17:27.039Z Compiling idna_adapter v1.2.1
14952026-06-22T19:17:27.061Z Compiling ppv-lite86 v0.2.21
14962026-06-22T19:17:27.108Z Compiling scroll v0.12.0
14972026-06-22T19:17:27.166Z Compiling idna v1.1.0
14982026-06-22T19:17:27.201Z Compiling http-body v1.0.1
14992026-06-22T19:17:27.224Z Compiling derive_builder_macro v0.20.2
15002026-06-22T19:17:27.254Z Compiling bstr v1.12.1
15012026-06-22T19:17:27.356Z Compiling rand_chacha v0.9.0
15022026-06-22T19:17:27.374Z Compiling http-body-util v0.1.3
15032026-06-22T19:17:27.458Z Compiling rand_chacha v0.3.1
15042026-06-22T19:17:27.464Z Compiling pin-project-internal v1.1.11
15052026-06-22T19:17:27.464Z Compiling zerocopy-derive v0.7.35
15062026-06-22T19:17:27.464Z Compiling url v2.5.8
15072026-06-22T19:17:27.483Z Compiling async-trait v0.1.89
15082026-06-22T19:17:27.622Z Compiling rand v0.9.2
15092026-06-22T19:17:27.636Z Compiling thiserror v1.0.69
15102026-06-22T19:17:27.724Z Compiling hash32 v0.2.1
15112026-06-22T19:17:27.751Z Compiling memoffset v0.9.1
15122026-06-22T19:17:27.842Z Compiling encoding_rs v0.8.35
15132026-06-22T19:17:27.922Z Compiling rustix v0.38.44
15142026-06-22T19:17:27.936Z Compiling ref-cast v1.0.25
15152026-06-22T19:17:28.073Z Compiling psl-types v2.0.11
15162026-06-22T19:17:28.242Z Compiling proptest v1.10.0
15172026-06-22T19:17:28.258Z Compiling zlib-rs v0.6.2
15182026-06-22T19:17:28.276Z Compiling base16ct v0.2.0
15192026-06-22T19:17:28.296Z Compiling fallible-iterator v0.2.0
15202026-06-22T19:17:28.347Z Compiling dof v0.4.0
15212026-06-22T19:17:28.376Z Compiling cfg_aliases v0.2.1
15222026-06-22T19:17:28.438Z Compiling mime v0.3.17
15232026-06-22T19:17:28.461Z Compiling smoltcp v0.9.1
15242026-06-22T19:17:28.476Z Compiling litrs v1.0.0
15252026-06-22T19:17:28.509Z Compiling num-bigint-dig v0.8.6
15262026-06-22T19:17:28.546Z Compiling nix v0.31.2
15272026-06-22T19:17:28.582Z Compiling pin-project v1.1.11
15282026-06-22T19:17:28.624Z Compiling postgres-protocol v0.6.10
15292026-06-22T19:17:28.694Z Compiling sec1 v0.7.3
15302026-06-22T19:17:28.709Z Compiling ipnetwork v0.21.1
15312026-06-22T19:17:28.742Z Compiling zerocopy v0.7.35
15322026-06-22T19:17:28.985Z Compiling oxnet v0.1.6
15332026-06-22T19:17:28.999Z Compiling publicsuffix v2.3.0
15342026-06-22T19:17:29.003Z Compiling document-features v0.2.12
15352026-06-22T19:17:29.139Z Compiling derive_builder v0.20.2
15362026-06-22T19:17:29.184Z Compiling rand v0.8.6
15372026-06-22T19:17:29.185Z Compiling darling v0.21.3
15382026-06-22T19:17:29.259Z Compiling goblin v0.8.2
15392026-06-22T19:17:29.282Z Compiling hubpack_derive v0.1.1
15402026-06-22T19:17:29.311Z Compiling futures-executor v0.3.32
15412026-06-22T19:17:29.370Z Compiling hex v0.4.3
15422026-06-22T19:17:29.436Z Compiling hkdf v0.12.4
15432026-06-22T19:17:29.542Z Compiling crypto-bigint v0.5.5
15442026-06-22T19:17:29.611Z Compiling regex v1.12.3
15452026-06-22T19:17:29.653Z Compiling group v0.13.0
15462026-06-22T19:17:29.671Z Compiling daft-derive v0.1.7
15472026-06-22T19:17:29.694Z Compiling curve25519-dalek-derive v0.1.1
15482026-06-22T19:17:29.713Z Compiling snafu-derive v0.8.9
15492026-06-22T19:17:29.726Z Compiling strum_macros v0.27.2
15502026-06-22T19:17:29.837Z Compiling ref-cast-impl v1.0.25
15512026-06-22T19:17:29.865Z Compiling num-iter v0.1.45
15522026-06-22T19:17:30.122Z Compiling terminal_size v0.4.3
15532026-06-22T19:17:30.245Z Compiling tokio-util v0.7.18
15542026-06-22T19:17:30.281Z Compiling tower v0.5.3
15552026-06-22T19:17:30.303Z Compiling tokio-native-tls v0.3.1
15562026-06-22T19:17:30.379Z Compiling phf_shared v0.13.1
15572026-06-22T19:17:30.397Z Compiling lazy_static v1.5.0
15582026-06-22T19:17:30.410Z Compiling anstyle-parse v0.2.7
15592026-06-22T19:17:30.486Z Compiling vergen v9.1.0
15602026-06-22T19:17:30.502Z Compiling cargo-platform v0.3.2
15612026-06-22T19:17:30.514Z Compiling fs-err v3.3.0
15622026-06-22T19:17:30.535Z Compiling ahash v0.8.12
15632026-06-22T19:17:30.609Z Compiling newtype-uuid v1.3.2
15642026-06-22T19:17:30.635Z Compiling managed v0.8.0
15652026-06-22T19:17:30.689Z Compiling tower-http v0.6.8
15662026-06-22T19:17:30.718Z Compiling libbz2-rs-sys v0.2.2
15672026-06-22T19:17:30.753Z Compiling winnow v0.5.40
15682026-06-22T19:17:30.779Z Compiling object v0.37.3
15692026-06-22T19:17:30.792Z Compiling foldhash v0.2.0
15702026-06-22T19:17:30.867Z Compiling bumpalo v3.20.2
15712026-06-22T19:17:30.964Z Compiling h2 v0.4.13
15722026-06-22T19:17:31.030Z Compiling same-file v1.0.6
15732026-06-22T19:17:31.071Z Compiling bitflags v1.3.2
15742026-06-22T19:17:31.123Z Compiling flate2 v1.1.9
15752026-06-22T19:17:31.141Z Compiling foldhash v0.1.5
15762026-06-22T19:17:31.157Z Compiling walkdir v2.5.0
15772026-06-22T19:17:31.214Z Compiling clap_builder v4.6.0
15782026-06-22T19:17:31.294Z Compiling hashbrown v0.15.5
15792026-06-22T19:17:31.423Z Compiling bzip2 v0.6.1
15802026-06-22T19:17:31.502Z Compiling zopfli v0.8.3
15812026-06-22T19:17:31.542Z Compiling dof v0.3.0
15822026-06-22T19:17:31.558Z Compiling hashbrown v0.16.1
15832026-06-22T19:17:31.651Z Compiling daft v0.1.7
15842026-06-22T19:17:31.687Z Compiling snafu v0.8.9
15852026-06-22T19:17:31.813Z Compiling strum v0.27.2
15862026-06-22T19:17:31.899Z Compiling cargo_metadata v0.23.1
15872026-06-22T19:17:31.939Z Compiling phf v0.13.1
15882026-06-22T19:17:31.953Z Compiling anstream v0.6.21
15892026-06-22T19:17:31.966Z Compiling elliptic-curve v0.13.8
15902026-06-22T19:17:32.058Z Compiling toml_edit v0.19.15
15912026-06-22T19:17:32.202Z Compiling signal-hook-mio v0.2.5
15922026-06-22T19:17:32.242Z Compiling cookie_store v0.22.1
15932026-06-22T19:17:32.263Z Compiling usdt-macro v0.6.0
15942026-06-22T19:17:32.277Z Compiling usdt-attr-macro v0.6.0
15952026-06-22T19:17:32.278Z Compiling hubpack v0.1.2
15962026-06-22T19:17:32.330Z Compiling bzip2 v0.4.4
15972026-06-22T19:17:32.391Z Compiling futures v0.3.32
15982026-06-22T19:17:32.482Z Compiling serde_with_macros v3.17.0
15992026-06-22T19:17:32.605Z Compiling zstd v0.13.3
16002026-06-22T19:17:32.619Z Compiling postgres-types v0.2.12
16012026-06-22T19:17:32.859Z Compiling dtrace-parser v0.2.0
16022026-06-22T19:17:32.887Z Compiling globset v0.4.18
16032026-06-22T19:17:32.914Z Compiling ed25519 v2.2.3
16042026-06-22T19:17:33.040Z Compiling pkcs1 v0.7.5
16052026-06-22T19:17:33.106Z Compiling serde-big-array v0.5.1
16062026-06-22T19:17:33.189Z Compiling serde_plain v1.0.2
16072026-06-22T19:17:33.265Z Compiling olpc-cjson v0.1.4
16082026-06-22T19:17:33.277Z Compiling rfc6979 v0.4.0
16092026-06-22T19:17:33.402Z Compiling clap_derive v4.6.1
16102026-06-22T19:17:33.415Z Compiling enum-as-inner v0.6.1
16112026-06-22T19:17:33.437Z Compiling async-recursion v1.1.1
16122026-06-22T19:17:33.452Z Compiling strum_macros v0.26.4
16132026-06-22T19:17:33.572Z Compiling serde_repr v0.1.20
16142026-06-22T19:17:33.622Z Compiling phf_shared v0.11.3
16152026-06-22T19:17:33.635Z Compiling float-cmp v0.10.0
16162026-06-22T19:17:33.681Z Compiling pem v3.0.6
16172026-06-22T19:17:33.796Z Compiling memmap2 v0.9.10
16182026-06-22T19:17:33.821Z Compiling thread-id v4.2.2
16192026-06-22T19:17:33.835Z Compiling env_filter v1.0.0
16202026-06-22T19:17:33.953Z Compiling hyper v1.8.1
16212026-06-22T19:17:33.956Z Compiling keccak v0.1.6
16222026-06-22T19:17:34.029Z Compiling precomputed-hash v0.1.1
16232026-06-22T19:17:34.029Z Compiling jiff v0.2.21
16242026-06-22T19:17:34.123Z Compiling predicates-core v1.0.10
16252026-06-22T19:17:34.136Z Compiling data-encoding v2.10.0
16262026-06-22T19:17:34.151Z Compiling new_debug_unreachable v1.0.6
16272026-06-22T19:17:34.167Z Compiling difflib v0.4.0
16282026-06-22T19:17:34.206Z Compiling static_assertions v1.1.0
16292026-06-22T19:17:34.239Z Compiling fixedbitset v0.4.2
16302026-06-22T19:17:34.289Z Compiling whoami v2.1.0
16312026-06-22T19:17:34.317Z Compiling fixedbitset v0.5.7
16322026-06-22T19:17:34.467Z Compiling typed-path v0.9.3
16332026-06-22T19:17:34.662Z Compiling normalize-line-endings v0.3.0
16342026-06-22T19:17:34.704Z Compiling either v1.15.0
16352026-06-22T19:17:34.719Z Compiling petgraph v0.8.3
16362026-06-22T19:17:34.820Z Compiling predicates v3.1.4
16372026-06-22T19:17:34.834Z Compiling tokio-postgres v0.7.16
16382026-06-22T19:17:34.837Z Compiling hickory-proto v0.25.2
16392026-06-22T19:17:34.922Z Compiling petgraph v0.6.5
16402026-06-22T19:17:34.971Z Compiling itertools v0.13.0
16412026-06-22T19:17:34.985Z Compiling toml_edit v0.22.27
16422026-06-22T19:17:35.218Z Compiling hyper-util v0.1.20
16432026-06-22T19:17:35.300Z Compiling clap v4.6.1
16442026-06-22T19:17:35.322Z Compiling strum v0.26.3
16452026-06-22T19:17:35.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16462026-06-22T19:17:35.466Z Compiling string_cache v0.8.9
16472026-06-22T19:17:35.511Z Compiling sha3 v0.10.8
16482026-06-22T19:17:35.599Z Compiling env_logger v0.11.9
16492026-06-22T19:17:35.717Z Compiling usdt v0.6.0
16502026-06-22T19:17:35.751Z Compiling usdt-impl v0.5.0
16512026-06-22T19:17:35.978Z Compiling serde_with v3.17.0
16522026-06-22T19:17:35.992Z Compiling crossterm v0.28.1
16532026-06-22T19:17:35.994Z Compiling toml v0.7.8
16542026-06-22T19:17:36.248Z Compiling ecdsa v0.16.9
16552026-06-22T19:17:36.356Z Compiling rsa v0.9.10
16562026-06-22T19:17:36.443Z Compiling ed25519-dalek v2.2.0
16572026-06-22T19:17:36.631Z Compiling hyper-tls v0.6.0
16582026-06-22T19:17:36.754Z Compiling zip v4.6.1
16592026-06-22T19:17:36.990Z Compiling zip v0.6.6
16602026-06-22T19:17:37.095Z Compiling iddqd v0.4.2
16612026-06-22T19:17:37.535Z Compiling toml_parser v1.0.9+spec-1.1.0
16622026-06-22T19:17:37.562Z Compiling tokio-stream v0.1.18
16632026-06-22T19:17:37.589Z Compiling buf-list v1.1.2
16642026-06-22T19:17:37.707Z Compiling similar v2.7.0
16652026-06-22T19:17:37.743Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16662026-06-22T19:17:37.757Z Compiling openapiv3 v2.2.0
16672026-06-22T19:17:37.772Z Compiling x509-cert v0.2.5
16682026-06-22T19:17:37.881Z Compiling sha1 v0.10.6
16692026-06-22T19:17:38.044Z Compiling crossbeam-epoch v0.9.18
16702026-06-22T19:17:38.061Z Compiling lalrpop-util v0.19.12
16712026-06-22T19:17:38.123Z Compiling peg-runtime v0.8.5
16722026-06-22T19:17:38.179Z Compiling thread_local v1.1.9
16732026-06-22T19:17:38.200Z Compiling slog-async v2.8.0
16742026-06-22T19:17:38.284Z Compiling crossbeam-channel v0.5.15
16752026-06-22T19:17:38.290Z Compiling is-terminal v0.4.17
16762026-06-22T19:17:38.350Z Compiling filetime v0.2.27
16772026-06-22T19:17:38.382Z Compiling take_mut v0.2.2
16782026-06-22T19:17:38.396Z Compiling term v1.2.1
16792026-06-22T19:17:38.411Z Compiling xattr v1.6.1
16802026-06-22T19:17:38.537Z Compiling tar v0.4.45
16812026-06-22T19:17:38.718Z Compiling slog-term v2.9.2
16822026-06-22T19:17:56.320Z Compiling rustls-webpki v0.103.9
16832026-06-22T19:17:59.069Z Compiling tokio-rustls v0.26.4
16842026-06-22T19:17:59.069Z Compiling rustls-platform-verifier v0.6.2
16852026-06-22T19:17:59.258Z Compiling hyper-rustls v0.27.7
16862026-06-22T19:17:59.447Z Compiling reqwest v0.12.28
16872026-06-22T19:17:59.450Z Compiling reqwest v0.13.2
16882026-06-22T19:18:00.651Z Compiling tough v0.22.0
16892026-06-22T19:18:03.118Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-06-22T19:18:03.351Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-06-22T19:18:06.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.99s
16922026-06-22T19:18:06.368Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16932026-06-22T19:18:06.419ZJun 22 19:18:06.358 INFO Starting download, target: Cockroach
16942026-06-22T19:18:06.419ZJun 22 19:18:06.359 INFO Starting download, target: Console
16952026-06-22T19:18:06.419ZJun 22 19:18:06.359 INFO Starting download, target: Clickhouse
16962026-06-22T19:18:06.419ZJun 22 19:18:06.359 INFO Starting download, target: DendriteStub
16972026-06-22T19:18:06.419ZJun 22 19:18:06.359 INFO Starting download, target: MaghemiteMgd
16982026-06-22T19:18:06.419ZJun 22 19:18:06.359 INFO Starting download, target: MaghemiteDdmd
16992026-06-22T19:18:06.422ZJun 22 19:18:06.359 INFO Starting download, target: TransceiverControl
17002026-06-22T19:18:06.423ZJun 22 19:18:06.359 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17012026-06-22T19:18:06.423ZJun 22 19:18:06.360 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-06-22T19:18:06.423ZJun 22 19:18:06.360 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17032026-06-22T19:18:06.423ZJun 22 19:18:06.360 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17042026-06-22T19:18:06.423ZJun 22 19:18:06.360 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052026-06-22T19:18:06.423ZJun 22 19:18:06.360 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17062026-06-22T19:18:06.423ZJun 22 19:18:06.360 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072026-06-22T19:18:06.969ZJun 22 19:18:06.884 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-06-22T19:18:07.159ZJun 22 19:18:07.094 INFO Download complete, target: TransceiverControl
17092026-06-22T19:18:07.429ZJun 22 19:18:07.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-06-22T19:18:07.676ZJun 22 19:18:07.611 INFO Download complete, target: Console
17112026-06-22T19:18:08.180ZJun 22 19:18:08.115 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17122026-06-22T19:18:08.336ZJun 22 19:18:08.262 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-06-22T19:18:08.527ZJun 22 19:18:08.430 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17142026-06-22T19:18:08.842ZJun 22 19:18:08.782 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152026-06-22T19:18:08.842ZJun 22 19:18:08.782 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162026-06-22T19:18:09.522ZJun 22 19:18:09.462 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-06-22T19:18:10.598ZJun 22 19:18:10.539 INFO Download complete, target: MaghemiteDdmd
17182026-06-22T19:18:11.009ZJun 22 19:18:10.932 INFO Download complete, target: DendriteStub
17192026-06-22T19:18:11.095ZJun 22 19:18:11.032 INFO Download complete, target: MaghemiteMgd
17202026-06-22T19:18:13.593ZJun 22 19:18:13.533 INFO Checking that binary works, target: Cockroach
17212026-06-22T19:18:13.708ZJun 22 19:18:13.648 INFO Download complete, target: Cockroach
17222026-06-22T19:18:16.242ZJun 22 19:18:16.173 INFO Checking that binary works, target: Clickhouse
17232026-06-22T19:18:16.378ZJun 22 19:18:16.266 INFO Download complete, target: Clickhouse
17242026-06-22T19:18:16.438ZAll prerequisites installed successfully
17252026-06-22T19:18:16.438Z
17262026-06-22T19:18:16.438Zreal 1:53.949538755
17272026-06-22T19:18:16.438Zuser 6:50.396737778
17282026-06-22T19:18:16.438Zsys 1:39.799641990
17292026-06-22T19:18:16.439Ztrap 0.268417917
17302026-06-22T19:18:16.439Ztflt 1.155087686
17312026-06-22T19:18:16.439Zdflt 1.677466421
17322026-06-22T19:18:16.439Zkflt 0.022123514
17332026-06-22T19:18:16.439Zlock 23:12.745114576
17342026-06-22T19:18:16.439Zslp 18:51.267824005
17352026-06-22T19:18:16.439Zlat 23.880875023
17362026-06-22T19:18:16.439Zstop 2:34.859158083
17372026-06-22T19:18:16.439Z+ ptime -m cargo xtask download softnpu
17382026-06-22T19:18:16.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17392026-06-22T19:18:16.831Z Running `target/debug/xtask download softnpu`
17402026-06-22T19:18:17.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17412026-06-22T19:18:17.558Z Running `target/debug/xtask-downloader softnpu`
17422026-06-22T19:18:17.593ZJun 22 19:18:17.530 INFO Starting download, target: Softnpu
17432026-06-22T19:18:17.604ZJun 22 19:18:17.530 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17442026-06-22T19:18:18.102ZJun 22 19:18:18.042 INFO Download complete, target: Softnpu
17452026-06-22T19:18:18.106Z
17462026-06-22T19:18:18.109Zreal 1.766340599
17472026-06-22T19:18:18.109Zuser 1.237890208
17482026-06-22T19:18:18.109Zsys 0.582238252
17492026-06-22T19:18:18.109Ztrap 0.000466090
17502026-06-22T19:18:18.109Ztflt 0.000213000
17512026-06-22T19:18:18.109Zdflt 0.000171520
17522026-06-22T19:18:18.109Zkflt 0.000000000
17532026-06-22T19:18:18.109Zlock 9.330094875
17542026-06-22T19:18:18.109Zslp 0.392525670
17552026-06-22T19:18:18.109Zlat 0.086695071
17562026-06-22T19:18:18.109Zstop 0.000194300
17572026-06-22T19:18:18.109Z+ export CARGO_INCREMENTAL=0
17582026-06-22T19:18:18.109Z+ CARGO_INCREMENTAL=0
17592026-06-22T19:18:18.109Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17602026-06-22T19:18:18.949Z Compiling proc-macro2 v1.0.106
17612026-06-22T19:18:18.949Z Compiling quote v1.0.45
17622026-06-22T19:18:18.949Z Compiling unicode-ident v1.0.24
17632026-06-22T19:18:18.949Z Compiling libc v0.2.185
17642026-06-22T19:18:18.955Z Compiling serde_core v1.0.228
17652026-06-22T19:18:18.955Z Compiling serde v1.0.228
17662026-06-22T19:18:18.955Z Compiling cfg-if v1.0.4
17672026-06-22T19:18:18.955Z Compiling version_check v0.9.5
17682026-06-22T19:18:18.955Z Compiling shlex v1.3.0
17692026-06-22T19:18:18.955Z Compiling find-msvc-tools v0.1.9
17702026-06-22T19:18:18.955Z Compiling typenum v1.19.0
17712026-06-22T19:18:18.955Z Compiling autocfg v1.5.0
17722026-06-22T19:18:18.955Z Compiling zmij v1.0.21
17732026-06-22T19:18:18.955Z Compiling memchr v2.8.0
17742026-06-22T19:18:19.115Z Compiling serde_json v1.0.149
17752026-06-22T19:18:19.261Z Compiling portable-atomic v1.13.1
17762026-06-22T19:18:19.305Z Compiling libm v0.2.16
17772026-06-22T19:18:19.321Z Compiling zerocopy v0.8.40
17782026-06-22T19:18:19.364Z Compiling smallvec v1.15.1
17792026-06-22T19:18:19.455Z Compiling parking_lot_core v0.9.12
17802026-06-22T19:18:19.572Z Compiling generic-array v0.14.7
17812026-06-22T19:18:19.588Z Compiling num-traits v0.2.19
17822026-06-22T19:18:19.616Z Compiling icu_normalizer_data v2.1.1
17832026-06-22T19:18:19.619Z Compiling icu_properties_data v2.1.2
17842026-06-22T19:18:19.619Z Compiling itoa v1.0.17
17852026-06-22T19:18:19.661Z Compiling getrandom v0.4.1
17862026-06-22T19:18:19.703Z Compiling log v0.4.29
17872026-06-22T19:18:19.719Z Compiling stable_deref_trait v1.2.1
17882026-06-22T19:18:19.784Z Compiling pkg-config v0.3.32
17892026-06-22T19:18:19.823Z Compiling subtle v2.6.1
17902026-06-22T19:18:19.950Z Compiling jobserver v0.1.34
17912026-06-22T19:18:19.953Z Compiling getrandom v0.2.17
17922026-06-22T19:18:20.010Z Compiling errno v0.3.14
17932026-06-22T19:18:20.013Z Compiling scopeguard v1.2.0
17942026-06-22T19:18:20.118Z Compiling rand_core v0.6.4
17952026-06-22T19:18:20.157Z Compiling lock_api v0.4.14
17962026-06-22T19:18:20.174Z Compiling cc v1.2.56
17972026-06-22T19:18:20.261Z Compiling writeable v0.6.2
17982026-06-22T19:18:20.261Z Compiling fnv v1.0.7
17992026-06-22T19:18:20.300Z Compiling litemap v0.8.1
18002026-06-22T19:18:20.393Z Compiling percent-encoding v2.3.2
18012026-06-22T19:18:20.456Z Compiling pin-project-lite v0.2.17
18022026-06-22T19:18:20.470Z Compiling thiserror v2.0.18
18032026-06-22T19:18:20.548Z Compiling getrandom v0.3.4
18042026-06-22T19:18:20.579Z Compiling equivalent v1.0.2
18052026-06-22T19:18:20.582Z Compiling rand_core v0.10.0
18062026-06-22T19:18:20.637Z Compiling syn v2.0.117
18072026-06-22T19:18:20.682Z Compiling schemars v0.8.22
18082026-06-22T19:18:20.685Z Compiling rustversion v1.0.22
18092026-06-22T19:18:20.697Z Compiling fs_extra v1.3.0
18102026-06-22T19:18:20.725Z Compiling dunce v1.0.5
18112026-06-22T19:18:20.794Z Compiling utf8_iter v1.0.4
18122026-06-22T19:18:20.797Z Compiling rustix v1.1.3
18132026-06-22T19:18:20.869Z Compiling critical-section v1.2.0
18142026-06-22T19:18:20.873Z Compiling form_urlencoded v1.2.2
18152026-06-22T19:18:20.985Z Compiling cmake v0.1.57
18162026-06-22T19:18:21.033Z Compiling hashbrown v0.17.0
18172026-06-22T19:18:21.036Z Compiling signal-hook-registry v1.4.8
18182026-06-22T19:18:21.123Z Compiling const-oid v0.9.6
18192026-06-22T19:18:21.355Z Compiling bitflags v2.11.0
18202026-06-22T19:18:21.473Z Compiling semver v1.0.28
18212026-06-22T19:18:21.535Z Compiling once_cell v1.21.3
18222026-06-22T19:18:21.551Z Compiling indexmap v2.14.0
18232026-06-22T19:18:21.567Z Compiling ring v0.17.14
18242026-06-22T19:18:21.591Z Compiling aws-lc-sys v0.40.0
18252026-06-22T19:18:21.648Z Compiling parking_lot v0.12.5
18262026-06-22T19:18:21.669Z Compiling socket2 v0.6.3
18272026-06-22T19:18:21.719Z Compiling mio v1.2.0
18282026-06-22T19:18:21.784Z Compiling aws-lc-rs v1.16.3
18292026-06-22T19:18:21.814Z Compiling futures-core v0.3.32
18302026-06-22T19:18:21.866Z Compiling thiserror v1.0.69
18312026-06-22T19:18:21.869Z Compiling strsim v0.11.1
18322026-06-22T19:18:21.897Z Compiling httparse v1.10.1
18332026-06-22T19:18:22.074Z Compiling ucd-trie v0.1.7
18342026-06-22T19:18:22.170Z Compiling byteorder v1.5.0
18352026-06-22T19:18:22.201Z Compiling iana-time-zone v0.1.65
18362026-06-22T19:18:22.247Z Compiling vcpkg v0.2.15
18372026-06-22T19:18:22.262Z Compiling pest v2.8.6
18382026-06-22T19:18:22.331Z Compiling ident_case v1.0.1
18392026-06-22T19:18:22.346Z Compiling syn v1.0.109
18402026-06-22T19:18:22.360Z Compiling heck v0.5.0
18412026-06-22T19:18:22.428Z Compiling regex-syntax v0.8.10
18422026-06-22T19:18:22.447Z Compiling uuid v1.23.0
18432026-06-22T19:18:22.507Z Compiling cpufeatures v0.2.17
18442026-06-22T19:18:22.686Z Compiling rustls v0.23.37
18452026-06-22T19:18:22.702Z Compiling rustc_version v0.4.1
18462026-06-22T19:18:22.783Z Compiling futures-sink v0.3.32
18472026-06-22T19:18:22.830Z Compiling openssl-sys v0.9.115
18482026-06-22T19:18:22.886Z Compiling futures-channel v0.3.32
18492026-06-22T19:18:22.968Z Compiling aho-corasick v1.1.4
18502026-06-22T19:18:23.002Z Compiling dyn-clone v1.0.20
18512026-06-22T19:18:23.016Z Compiling futures-task v0.3.32
18522026-06-22T19:18:23.077Z Compiling slab v0.4.12
18532026-06-22T19:18:23.091Z Compiling futures-io v0.3.32
18542026-06-22T19:18:23.340Z Compiling pest_meta v2.8.6
18552026-06-22T19:18:23.357Z Compiling plain v0.2.3
18562026-06-22T19:18:23.360Z Compiling crc32fast v1.5.0
18572026-06-22T19:18:23.384Z Compiling time-core v0.1.8
18582026-06-22T19:18:23.480Z Compiling synstructure v0.13.2
18592026-06-22T19:18:23.496Z Compiling serde_derive_internals v0.29.1
18602026-06-22T19:18:23.528Z Compiling base64 v0.22.1
18612026-06-22T19:18:23.547Z Compiling crossbeam-utils v0.8.21
18622026-06-22T19:18:23.547Z Compiling openssl v0.10.79
18632026-06-22T19:18:23.550Z Compiling num-conv v0.2.0
18642026-06-22T19:18:23.724Z Compiling time-macros v0.2.27
18652026-06-22T19:18:23.834Z Compiling pretty-hex v0.4.1
18662026-06-22T19:18:23.936Z Compiling pest_generator v2.8.6
18672026-06-22T19:18:23.965Z Compiling regex-automata v0.4.14
18682026-06-22T19:18:23.987Z Compiling anyhow v1.0.102
18692026-06-22T19:18:24.002Z Compiling base64ct v1.8.3
18702026-06-22T19:18:24.047Z Compiling native-tls v0.2.18
18712026-06-22T19:18:24.060Z Compiling darling_core v0.21.3
18722026-06-22T19:18:24.251Z Compiling pem-rfc7468 v0.7.0
18732026-06-22T19:18:24.271Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18742026-06-22T19:18:24.301Z Compiling flagset v0.4.7
18752026-06-22T19:18:24.317Z Compiling rand_core v0.9.5
18762026-06-22T19:18:24.476Z Compiling tracing-core v0.1.36
18772026-06-22T19:18:24.513Z Compiling slog v2.8.2
18782026-06-22T19:18:24.597Z Compiling untrusted v0.9.0
18792026-06-22T19:18:24.709Z Compiling serde_derive v1.0.228
18802026-06-22T19:18:24.727Z Compiling zeroize_derive v1.4.3
18812026-06-22T19:18:24.741Z Compiling zerofrom-derive v0.1.6
18822026-06-22T19:18:24.763Z Compiling yoke-derive v0.8.1
18832026-06-22T19:18:24.784Z Compiling zerovec-derive v0.11.2
18842026-06-22T19:18:24.798Z Compiling displaydoc v0.2.5
18852026-06-22T19:18:24.812Z Compiling zerocopy-derive v0.8.40
18862026-06-22T19:18:24.875Z Compiling tokio-macros v2.7.0
18872026-06-22T19:18:24.933Z Compiling futures-macro v0.3.32
18882026-06-22T19:18:25.325Z Compiling zeroize v1.8.2
18892026-06-22T19:18:25.547Z Compiling thiserror-impl v2.0.18
18902026-06-22T19:18:25.580Z Compiling schemars_derive v0.8.22
18912026-06-22T19:18:25.700Z Compiling tracing-attributes v0.1.31
18922026-06-22T19:18:25.703Z Compiling der_derive v0.7.3
18932026-06-22T19:18:25.790Z Compiling thiserror-impl v1.0.69
18942026-06-22T19:18:25.870Z Compiling zerofrom v0.1.6
18952026-06-22T19:18:26.013Z Compiling yoke v0.8.1
18962026-06-22T19:18:26.067Z Compiling crypto-common v0.1.7
18972026-06-22T19:18:26.189Z Compiling zerovec v0.11.5
18982026-06-22T19:18:26.220Z Compiling zerotrie v0.2.3
18992026-06-22T19:18:26.318Z Compiling block-buffer v0.10.4
19002026-06-22T19:18:26.480Z Compiling digest v0.10.7
19012026-06-22T19:18:26.716Z Compiling tinystr v0.8.2
19022026-06-22T19:18:26.731Z Compiling potential_utf v0.1.4
19032026-06-22T19:18:26.734Z Compiling pest_derive v2.8.6
19042026-06-22T19:18:26.766Z Compiling hmac v0.12.1
19052026-06-22T19:18:26.839Z Compiling futures-util v0.3.32
19062026-06-22T19:18:26.884Z Compiling icu_collections v2.1.1
19072026-06-22T19:18:26.918Z Compiling icu_locale_core v2.1.1
19082026-06-22T19:18:26.949Z Compiling block-padding v0.3.3
19092026-06-22T19:18:26.969Z Compiling sha2 v0.10.9
19102026-06-22T19:18:27.153Z Compiling inout v0.1.4
19112026-06-22T19:18:27.327Z Compiling cipher v0.4.4
19122026-06-22T19:18:27.406Z Compiling rustls-pki-types v1.14.0
19132026-06-22T19:18:27.548Z Compiling scroll_derive v0.12.1
19142026-06-22T19:18:27.572Z Compiling scroll_derive v0.13.1
19152026-06-22T19:18:27.653Z Compiling openssl-macros v0.1.1
19162026-06-22T19:18:27.724Z Compiling icu_provider v2.1.1
19172026-06-22T19:18:27.815Z Compiling bytes v1.11.1
19182026-06-22T19:18:28.058Z Compiling icu_properties v2.1.2
19192026-06-22T19:18:28.058Z Compiling icu_normalizer v2.1.1
19202026-06-22T19:18:28.153Z Compiling chrono v0.4.44
19212026-06-22T19:18:28.248Z Compiling serde_tokenstream v0.2.3
19222026-06-22T19:18:28.480Z Compiling tokio v1.52.1
19232026-06-22T19:18:28.996Z Compiling idna_adapter v1.2.1
19242026-06-22T19:18:29.130Z Compiling idna v1.1.0
19252026-06-22T19:18:29.152Z Compiling ppv-lite86 v0.2.21
19262026-06-22T19:18:29.258Z Compiling http v1.4.0
19272026-06-22T19:18:29.466Z Compiling url v2.5.8
19282026-06-22T19:18:29.488Z Compiling der v0.7.10
19292026-06-22T19:18:29.503Z Compiling darling_macro v0.21.3
19302026-06-22T19:18:29.523Z Compiling regex v1.12.3
19312026-06-22T19:18:29.591Z Compiling zerocopy-derive v0.7.35
19322026-06-22T19:18:29.972Z Compiling darling v0.21.3
19332026-06-22T19:18:30.094Z Compiling salsa20 v0.10.2
19342026-06-22T19:18:30.094Z Compiling pbkdf2 v0.12.2
19352026-06-22T19:18:30.236Z Compiling tracing v0.1.44
19362026-06-22T19:18:30.360Z Compiling spki v0.7.3
19372026-06-22T19:18:31.059Z Compiling cookie v0.18.1
19382026-06-22T19:18:31.182Z Compiling camino v1.2.2
19392026-06-22T19:18:31.396Z Compiling scrypt v0.11.0
19402026-06-22T19:18:31.493Z Compiling http-body v1.0.1
19412026-06-22T19:18:31.499Z Compiling rand_chacha v0.9.0
19422026-06-22T19:18:31.528Z Compiling aes v0.8.4
19432026-06-22T19:18:31.580Z Compiling cbc v0.1.2
19442026-06-22T19:18:31.666Z Compiling usdt-impl v0.5.0
19452026-06-22T19:18:31.726Z Compiling either v1.15.0
19462026-06-22T19:18:31.739Z Compiling winnow v0.7.14
19472026-06-22T19:18:31.848Z Compiling openssl-probe v0.2.1
19482026-06-22T19:18:31.865Z Compiling tinyvec_macros v0.1.1
19492026-06-22T19:18:31.940Z Compiling paste v1.0.15
19502026-06-22T19:18:31.956Z Compiling fastrand v2.3.0
19512026-06-22T19:18:31.959Z Compiling usdt-impl v0.6.0
19522026-06-22T19:18:32.008Z Compiling ref-cast v1.0.25
19532026-06-22T19:18:32.025Z Compiling unicode-segmentation v1.12.0
19542026-06-22T19:18:32.061Z Compiling untrusted v0.7.1
19552026-06-22T19:18:32.213Z Compiling tokio-util v0.7.18
19562026-06-22T19:18:32.217Z Compiling tinyvec v1.10.0
19572026-06-22T19:18:32.303Z Compiling pkcs5 v0.7.1
19582026-06-22T19:18:32.359Z Compiling rand v0.9.2
19592026-06-22T19:18:32.465Z Compiling scroll v0.13.0
19602026-06-22T19:18:32.474Z Compiling scroll v0.12.0
19612026-06-22T19:18:32.622Z Compiling toml_datetime v0.6.11
19622026-06-22T19:18:32.737Z Compiling serde_spanned v0.6.9
19632026-06-22T19:18:32.878Z Compiling async-trait v0.1.89
19642026-06-22T19:18:32.893Z Compiling heapless v0.7.17
19652026-06-22T19:18:33.048Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-06-22T19:18:33.063Z Compiling try-lock v0.2.5
19672026-06-22T19:18:33.188Z Compiling atomic-waker v1.1.2
19682026-06-22T19:18:33.204Z Compiling zstd-safe v7.2.4
19692026-06-22T19:18:33.225Z Compiling tower-layer v0.3.3
19702026-06-22T19:18:33.304Z Compiling rustix v0.38.44
19712026-06-22T19:18:33.331Z Compiling signal-hook v0.3.18
19722026-06-22T19:18:33.422Z Compiling tower-service v0.3.3
19732026-06-22T19:18:33.505Z Compiling h2 v0.4.13
19742026-06-22T19:18:33.523Z Compiling want v0.3.1
19752026-06-22T19:18:33.540Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-06-22T19:18:33.634Z Compiling goblin v0.8.2
19772026-06-22T19:18:33.699Z Compiling goblin v0.10.5
19782026-06-22T19:18:33.776Z Compiling pkcs8 v0.10.2
19792026-06-22T19:18:33.850Z Compiling heck v0.4.1
19802026-06-22T19:18:34.071Z Compiling zerocopy v0.7.35
19812026-06-22T19:18:34.087Z Compiling ipnet v2.11.0
19822026-06-22T19:18:34.112Z Compiling ref-cast-impl v1.0.25
19832026-06-22T19:18:34.181Z Compiling darling_core v0.20.11
19842026-06-22T19:18:34.519Z Compiling curve25519-dalek v4.1.3
19852026-06-22T19:18:34.554Z Compiling memoffset v0.9.1
19862026-06-22T19:18:34.645Z Compiling foreign-types-shared v0.1.1
19872026-06-22T19:18:34.800Z Compiling utf8parse v0.2.2
19882026-06-22T19:18:34.862Z Compiling winnow v0.5.40
19892026-06-22T19:18:34.925Z Compiling litrs v1.0.0
19902026-06-22T19:18:34.925Z Compiling pin-utils v0.1.0
19912026-06-22T19:18:34.995Z Compiling httpdate v1.0.3
19922026-06-22T19:18:35.162Z Compiling tempfile v3.25.0
19932026-06-22T19:18:35.282Z Compiling foreign-types v0.3.2
19942026-06-22T19:18:35.401Z Compiling document-features v0.2.12
19952026-06-22T19:18:35.857Z Compiling dof v0.3.0
19962026-06-22T19:18:35.936Z Compiling unicode-normalization v0.1.25
19972026-06-22T19:18:36.117Z Compiling darling_macro v0.20.11
19982026-06-22T19:18:36.256Z Compiling toml_edit v0.19.15
19992026-06-22T19:18:36.281Z Compiling dtrace-parser v0.2.0
20002026-06-22T19:18:36.368Z Compiling dof v0.4.0
20012026-06-22T19:18:36.468Z Compiling hyper v1.8.1
20022026-06-22T19:18:36.624Z Compiling dtrace-parser v0.3.0
20032026-06-22T19:18:36.840Z Compiling pin-project-internal v1.1.11
20042026-06-22T19:18:36.876Z Compiling daft-derive v0.1.7
20052026-06-22T19:18:37.005Z Compiling spin v0.9.8
20062026-06-22T19:18:37.141Z Compiling thread-id v5.1.0
20072026-06-22T19:18:37.241Z Compiling thread-id v4.2.2
20082026-06-22T19:18:37.257Z Compiling socket2 v0.5.10
20092026-06-22T19:18:37.261Z Compiling anstyle v1.0.14
20102026-06-22T19:18:37.300Z Compiling powerfmt v0.2.0
20112026-06-22T19:18:37.397Z Compiling cfg_aliases v0.2.1
20122026-06-22T19:18:37.438Z Compiling smoltcp v0.9.1
20132026-06-22T19:18:37.507Z Compiling num-bigint-dig v0.8.6
20142026-06-22T19:18:37.581Z Compiling hyper-util v0.1.20
20152026-06-22T19:18:37.599Z Compiling deranged v0.5.8
20162026-06-22T19:18:37.644Z Compiling nix v0.31.2
20172026-06-22T19:18:37.964Z Compiling darling v0.20.11
20182026-06-22T19:18:38.063Z Compiling rustls-native-certs v0.8.3
20192026-06-22T19:18:38.147Z Compiling ipnetwork v0.21.1
20202026-06-22T19:18:38.304Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-22T19:18:38.366Z Compiling strum_macros v0.26.4
20222026-06-22T19:18:38.555Z Compiling sync_wrapper v1.0.2
20232026-06-22T19:18:38.593Z Compiling wait-timeout v0.2.1
20242026-06-22T19:18:38.769Z Compiling siphasher v1.0.2
20252026-06-22T19:18:38.891Z Compiling anstyle-query v1.1.5
20262026-06-22T19:18:39.007Z Compiling is_terminal_polyfill v1.70.2
20272026-06-22T19:18:39.051Z Compiling colorchoice v1.0.4
20282026-06-22T19:18:39.127Z Compiling quick-error v1.2.3
20292026-06-22T19:18:39.163Z Compiling bit-vec v0.8.0
20302026-06-22T19:18:39.179Z Compiling num_threads v0.1.7
20312026-06-22T19:18:39.240Z Compiling simd-adler32 v0.3.8
20322026-06-22T19:18:39.289Z Compiling rusty-fork v0.3.1
20332026-06-22T19:18:39.358Z Compiling bit-set v0.8.0
20342026-06-22T19:18:39.393Z Compiling time v0.3.47
20352026-06-22T19:18:39.488Z Compiling tower v0.5.3
20362026-06-22T19:18:39.763Z Compiling derive_builder_core v0.20.2
20372026-06-22T19:18:39.778Z Compiling snafu-derive v0.8.9
20382026-06-22T19:18:39.863Z Compiling http-body-util v0.1.3
20392026-06-22T19:18:39.989Z Compiling webpki-roots v1.0.6
20402026-06-22T19:18:40.137Z Compiling signature v2.2.0
20412026-06-22T19:18:40.386Z Compiling hubpack_derive v0.1.1
20422026-06-22T19:18:40.425Z Compiling strum_macros v0.27.2
20432026-06-22T19:18:40.551Z Compiling rand_xorshift v0.4.0
20442026-06-22T19:18:40.675Z Compiling fs-err v3.3.0
20452026-06-22T19:18:40.716Z Compiling ahash v0.8.12
20462026-06-22T19:18:40.799Z Compiling allocator-api2 v0.2.21
20472026-06-22T19:18:40.873Z Compiling unarray v0.1.4
20482026-06-22T19:18:40.903Z Compiling unicode-properties v0.1.4
20492026-06-22T19:18:41.000Z Compiling ryu v1.0.23
20502026-06-22T19:18:41.062Z Compiling unicode-bidi v0.3.18
20512026-06-22T19:18:41.118Z Compiling object v0.37.3
20522026-06-22T19:18:41.149Z Compiling adler2 v2.0.1
20532026-06-22T19:18:41.185Z Compiling iri-string v0.7.10
20542026-06-22T19:18:41.305Z Compiling miniz_oxide v0.8.9
20552026-06-22T19:18:41.310Z Compiling serde_urlencoded v0.7.1
20562026-06-22T19:18:41.393Z Compiling stringprep v0.1.5
20572026-06-22T19:18:41.494Z Compiling proptest v1.10.0
20582026-06-22T19:18:41.807Z Compiling derive_builder_macro v0.20.2
20592026-06-22T19:18:41.878Z Compiling tokio-native-tls v0.3.1
20602026-06-22T19:18:42.064Z Compiling usdt-macro v0.6.0
20612026-06-22T19:18:42.179Z Compiling usdt-attr-macro v0.6.0
20622026-06-22T19:18:42.430Z Compiling tower-http v0.6.8
20632026-06-22T19:18:42.593Z Compiling anstyle-parse v1.0.0
20642026-06-22T19:18:42.903Z Compiling rand_chacha v0.3.1
20652026-06-22T19:18:42.925Z Compiling erased-serde v0.3.31
20662026-06-22T19:18:42.947Z Compiling md-5 v0.10.6
20672026-06-22T19:18:43.038Z Compiling bstr v1.12.1
20682026-06-22T19:18:43.124Z Compiling num-integer v0.1.46
20692026-06-22T19:18:43.138Z Compiling hash32 v0.2.1
20702026-06-22T19:18:43.183Z Compiling vergen-lib v9.1.0
20712026-06-22T19:18:43.186Z Compiling ff v0.13.1
20722026-06-22T19:18:43.339Z Compiling encoding_rs v0.8.35
20732026-06-22T19:18:43.486Z Compiling mime v0.3.17
20742026-06-22T19:18:43.501Z Compiling base16ct v0.2.0
20752026-06-22T19:18:43.508Z Compiling zlib-rs v0.6.2
20762026-06-22T19:18:43.526Z Compiling fallible-iterator v0.2.0
20772026-06-22T19:18:43.541Z Compiling psl-types v2.0.11
20782026-06-22T19:18:43.564Z Compiling newtype-uuid v1.3.2
20792026-06-22T19:18:43.626Z Compiling sec1 v0.7.3
20802026-06-22T19:18:43.664Z Compiling publicsuffix v2.3.0
20812026-06-22T19:18:43.853Z Compiling postgres-protocol v0.6.10
20822026-06-22T19:18:43.915Z Compiling num-iter v0.1.45
20832026-06-22T19:18:43.945Z Compiling group v0.13.0
20842026-06-22T19:18:44.131Z Compiling rand v0.8.6
20852026-06-22T19:18:44.438Z Compiling anstream v1.0.0
20862026-06-22T19:18:44.571Z Compiling oxnet v0.1.6
20872026-06-22T19:18:44.637Z Compiling derive_builder v0.20.2
20882026-06-22T19:18:44.640Z Compiling hyper-tls v0.6.0
20892026-06-22T19:18:44.764Z Compiling phf_shared v0.13.1
20902026-06-22T19:18:44.817Z Compiling pin-project v1.1.11
20912026-06-22T19:18:44.864Z Compiling lazy_static v1.5.0
20922026-06-22T19:18:44.878Z Compiling anstyle-parse v0.2.7
20932026-06-22T19:18:45.009Z Compiling terminal_size v0.4.3
20942026-06-22T19:18:45.025Z Compiling serde_with_macros v3.17.0
20952026-06-22T19:18:45.065Z Compiling futures-executor v0.3.32
20962026-06-22T19:18:45.080Z Compiling hex v0.4.3
20972026-06-22T19:18:45.264Z Compiling hkdf v0.12.4
20982026-06-22T19:18:45.279Z Compiling crypto-bigint v0.5.5
20992026-06-22T19:18:45.298Z Compiling clap_derive v4.6.1
21002026-06-22T19:18:45.313Z Compiling enum-as-inner v0.6.1
21012026-06-22T19:18:45.317Z Compiling async-recursion v1.1.1
21022026-06-22T19:18:45.409Z Compiling serde_repr v0.1.20
21032026-06-22T19:18:45.441Z Compiling vergen v9.1.0
21042026-06-22T19:18:45.462Z Compiling cargo-platform v0.3.2
21052026-06-22T19:18:45.643Z Compiling flate2 v1.1.9
21062026-06-22T19:18:45.737Z Compiling bitflags v1.3.2
21072026-06-22T19:18:45.752Z Compiling managed v0.8.0
21082026-06-22T19:18:45.944Z Compiling foldhash v0.1.5
21092026-06-22T19:18:45.973Z Compiling clap_lex v1.0.0
21102026-06-22T19:18:45.976Z Compiling libbz2-rs-sys v0.2.2
21112026-06-22T19:18:46.055Z Compiling foldhash v0.2.0
21122026-06-22T19:18:46.071Z Compiling bumpalo v3.20.2
21132026-06-22T19:18:46.074Z Compiling same-file v1.0.6
21142026-06-22T19:18:46.253Z Compiling hashbrown v0.16.1
21152026-06-22T19:18:46.284Z Compiling zopfli v0.8.3
21162026-06-22T19:18:46.330Z Compiling walkdir v2.5.0
21172026-06-22T19:18:46.353Z Compiling elliptic-curve v0.13.8
21182026-06-22T19:18:46.570Z Compiling bzip2 v0.6.1
21192026-06-22T19:18:46.629Z Compiling clap_builder v4.6.0
21202026-06-22T19:18:46.711Z Compiling hashbrown v0.15.5
21212026-06-22T19:18:46.784Z Compiling cargo_metadata v0.23.1
21222026-06-22T19:18:46.882Z Compiling futures v0.3.32
21232026-06-22T19:18:46.909Z Compiling zstd v0.13.3
21242026-06-22T19:18:47.284Z Compiling anstream v0.6.21
21252026-06-22T19:18:47.587Z Compiling phf v0.13.1
21262026-06-22T19:18:47.710Z Compiling snafu v0.8.9
21272026-06-22T19:18:47.766Z Compiling daft v0.1.7
21282026-06-22T19:18:48.072Z Compiling signal-hook-mio v0.2.5
21292026-06-22T19:18:48.122Z Compiling cookie_store v0.22.1
21302026-06-22T19:18:48.202Z Compiling postgres-types v0.2.12
21312026-06-22T19:18:48.354Z Compiling bzip2 v0.4.4
21322026-06-22T19:18:48.376Z Compiling globset v0.4.18
21332026-06-22T19:18:48.468Z Compiling strum v0.27.2
21342026-06-22T19:18:48.632Z Compiling hubpack v0.1.2
21352026-06-22T19:18:48.647Z Compiling ed25519 v2.2.3
21362026-06-22T19:18:48.664Z Compiling phf_shared v0.11.3
21372026-06-22T19:18:48.740Z Compiling crossbeam-epoch v0.9.18
21382026-06-22T19:18:48.768Z Compiling olpc-cjson v0.1.4
21392026-06-22T19:18:48.804Z Compiling pkcs1 v0.7.5
21402026-06-22T19:18:48.876Z Compiling pem v3.0.6
21412026-06-22T19:18:48.980Z Compiling serde_plain v1.0.2
21422026-06-22T19:18:48.992Z Compiling serde-big-array v0.5.1
21432026-06-22T19:18:49.035Z Compiling rfc6979 v0.4.0
21442026-06-22T19:18:49.152Z Compiling float-cmp v0.10.0
21452026-06-22T19:18:49.170Z Compiling memmap2 v0.9.10
21462026-06-22T19:18:49.186Z Compiling env_filter v1.0.0
21472026-06-22T19:18:49.190Z Compiling keccak v0.1.6
21482026-06-22T19:18:49.190Z Compiling jiff v0.2.21
21492026-06-22T19:18:49.245Z Compiling precomputed-hash v0.1.1
21502026-06-22T19:18:49.267Z Compiling toml_write v0.1.2
21512026-06-22T19:18:49.312Z Compiling typed-path v0.9.3
21522026-06-22T19:18:49.347Z Compiling fixedbitset v0.4.2
21532026-06-22T19:18:49.444Z Compiling difflib v0.4.0
21542026-06-22T19:18:49.459Z Compiling fixedbitset v0.5.7
21552026-06-22T19:18:49.474Z Compiling new_debug_unreachable v1.0.6
21562026-06-22T19:18:49.491Z Compiling normalize-line-endings v0.3.0
21572026-06-22T19:18:49.507Z Compiling static_assertions v1.1.0
21582026-06-22T19:18:49.529Z Compiling whoami v2.1.0
21592026-06-22T19:18:49.558Z Compiling predicates-core v1.0.10
21602026-06-22T19:18:49.598Z Compiling data-encoding v2.10.0
21612026-06-22T19:18:49.612Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21622026-06-22T19:18:49.738Z Compiling predicates v3.1.4
21632026-06-22T19:18:49.753Z Compiling tokio-postgres v0.7.16
21642026-06-22T19:18:49.809Z Compiling petgraph v0.8.3
21652026-06-22T19:18:49.875Z Compiling string_cache v0.8.9
21662026-06-22T19:18:49.924Z Compiling hickory-proto v0.25.2
21672026-06-22T19:18:50.066Z Compiling petgraph v0.6.5
21682026-06-22T19:18:50.306Z Compiling toml_edit v0.22.27
21692026-06-22T19:18:50.419Z Compiling sha3 v0.10.8
21702026-06-22T19:18:50.714Z Compiling env_logger v0.11.9
21712026-06-22T19:18:50.740Z Compiling usdt v0.6.0
21722026-06-22T19:18:51.025Z Compiling ecdsa v0.16.9
21732026-06-22T19:18:51.044Z Compiling rsa v0.9.10
21742026-06-22T19:18:51.438Z Compiling ed25519-dalek v2.2.0
21752026-06-22T19:18:51.781Z Compiling zip v4.6.1
21762026-06-22T19:18:51.959Z Compiling zip v0.6.6
21772026-06-22T19:18:52.367Z Compiling crossterm v0.28.1
21782026-06-22T19:18:52.481Z Compiling clap v4.6.1
21792026-06-22T19:18:52.503Z Compiling iddqd v0.4.2
21802026-06-22T19:18:52.626Z Compiling serde_with v3.17.0
21812026-06-22T19:18:52.705Z Compiling similar v2.7.0
21822026-06-22T19:18:52.893Z Compiling strum v0.26.3
21832026-06-22T19:18:52.908Z Compiling toml v0.7.8
21842026-06-22T19:18:52.997Z Compiling tokio-stream v0.1.18
21852026-06-22T19:18:53.094Z Compiling buf-list v1.1.2
21862026-06-22T19:18:53.363Z Compiling itertools v0.13.0
21872026-06-22T19:18:53.466Z Compiling x509-cert v0.2.5
21882026-06-22T19:18:53.568Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-06-22T19:18:53.702Z Compiling openapiv3 v2.2.0
21902026-06-22T19:18:53.871Z Compiling sha1 v0.10.6
21912026-06-22T19:18:54.115Z Compiling peg-runtime v0.8.5
21922026-06-22T19:18:54.271Z Compiling lalrpop-util v0.19.12
21932026-06-22T19:19:08.692Z Compiling rustls-webpki v0.103.9
21942026-06-22T19:19:10.530Z Compiling macaddr v1.0.1
21952026-06-22T19:19:10.534Z Compiling structmeta-derive v0.3.0
21962026-06-22T19:19:10.703Z Compiling crucible-workspace-hack v0.1.0
21972026-06-22T19:19:10.706Z Compiling rayon-core v1.13.0
21982026-06-22T19:19:10.781Z Compiling itertools v0.14.0
21992026-06-22T19:19:10.828Z Compiling secrecy v0.10.3
22002026-06-22T19:19:10.946Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-06-22T19:19:10.961Z Compiling toml_datetime v0.7.5+spec-1.1.0
22022026-06-22T19:19:11.011Z Compiling heapless v0.8.0
22032026-06-22T19:19:11.044Z Compiling rustls v0.22.4
22042026-06-22T19:19:11.200Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-06-22T19:19:11.303Z Compiling crossbeam-deque v0.8.6
22062026-06-22T19:19:11.352Z Compiling rustls-webpki v0.102.8
22072026-06-22T19:19:11.371Z Compiling hash32 v0.3.1
22082026-06-22T19:19:11.390Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-22T19:19:11.405Z Compiling multer v3.1.0
22102026-06-22T19:19:11.512Z Compiling thread_local v1.1.9
22112026-06-22T19:19:11.544Z Compiling compression-core v0.4.31
22122026-06-22T19:19:11.547Z Compiling structmeta v0.3.0
22132026-06-22T19:19:11.574Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-06-22T19:19:11.582Z Compiling unicode-width v0.2.0
22152026-06-22T19:19:11.603Z Compiling slog-async v2.8.0
22162026-06-22T19:19:11.621Z Compiling match_cfg v0.1.0
22172026-06-22T19:19:11.707Z Compiling smoltcp v0.11.0
22182026-06-22T19:19:11.738Z Compiling compression-codecs v0.4.37
22192026-06-22T19:19:11.776Z Compiling derive-ex v0.1.8
22202026-06-22T19:19:11.874Z Compiling proc-macro-crate v3.4.0
22212026-06-22T19:19:11.912Z Compiling hostname v0.3.1
22222026-06-22T19:19:12.017Z Compiling ingot-macros v0.1.1
22232026-06-22T19:19:12.093Z Compiling atomicwrites v0.4.4
22242026-06-22T19:19:12.121Z Compiling slog-json v2.6.1
22252026-06-22T19:19:12.153Z Compiling crossbeam-channel v0.5.15
22262026-06-22T19:19:12.326Z Compiling half v2.7.1
22272026-06-22T19:19:12.392Z Compiling tokio-rustls v0.26.4
22282026-06-22T19:19:12.411Z Compiling rustls-platform-verifier v0.6.2
22292026-06-22T19:19:12.555Z Compiling newtype-uuid-macros v0.1.0
22302026-06-22T19:19:12.630Z Compiling hyper-rustls v0.27.7
22312026-06-22T19:19:12.683Z Compiling cobs v0.3.0
22322026-06-22T19:19:12.702Z Compiling universal-hash v0.5.1
22332026-06-22T19:19:12.862Z Compiling reqwest v0.12.28
22342026-06-22T19:19:12.865Z Compiling reqwest v0.13.2
22352026-06-22T19:19:12.963Z Compiling thiserror-impl-no-std v2.0.2
22362026-06-22T19:19:12.984Z Compiling async-stream-impl v0.3.6
22372026-06-22T19:19:13.197Z Compiling toml_datetime v1.0.0+spec-1.1.0
22382026-06-22T19:19:13.272Z Compiling serde_spanned v1.0.4
22392026-06-22T19:19:13.320Z Compiling is-terminal v0.4.17
22402026-06-22T19:19:13.436Z Compiling dropshot v0.17.0
22412026-06-22T19:19:13.456Z Compiling proc-macro-error-attr v1.0.4
22422026-06-22T19:19:13.583Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-06-22T19:19:13.605Z Compiling toml_writer v1.0.6+spec-1.1.0
22442026-06-22T19:19:13.641Z Compiling convert_case v0.4.0
22452026-06-22T19:19:13.657Z Compiling term v1.2.1
22462026-06-22T19:19:13.673Z Compiling ciborium-io v0.2.2
22472026-06-22T19:19:13.785Z Compiling opaque-debug v0.3.1
22482026-06-22T19:19:13.799Z Compiling take_mut v0.2.2
22492026-06-22T19:19:13.876Z Compiling poly1305 v0.8.0
22502026-06-22T19:19:13.891Z Compiling toml v1.0.6+spec-1.1.0
22512026-06-22T19:19:13.937Z Compiling tokio-rustls v0.25.0
22522026-06-22T19:19:13.965Z Compiling derive_more v0.99.20
22532026-06-22T19:19:13.999Z Compiling thiserror-no-std v2.0.2
22542026-06-22T19:19:14.077Z Compiling slog-term v2.9.2
22552026-06-22T19:19:14.228Z Compiling ciborium-ll v0.2.2
22562026-06-22T19:19:14.397Z Compiling tough v0.22.0
22572026-06-22T19:19:14.531Z Compiling async-stream v0.3.6
22582026-06-22T19:19:14.571Z Compiling test-strategy v0.4.5
22592026-06-22T19:19:14.644Z Compiling ingot-types v0.1.2
22602026-06-22T19:19:14.738Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-06-22T19:19:15.110Z Compiling ingot v0.1.1
22622026-06-22T19:19:15.310Z Compiling postcard v1.1.3
22632026-06-22T19:19:15.389Z Compiling num_enum_derive v0.7.6
22642026-06-22T19:19:15.451Z Compiling slog-bunyan v2.5.0
22652026-06-22T19:19:15.706Z Compiling async-compression v0.4.41
22662026-06-22T19:19:15.868Z Compiling parse-display-derive v0.10.0
22672026-06-22T19:19:16.149Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-06-22T19:19:16.168Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-22T19:19:16.196Z Compiling proc-macro-crate v1.3.1
22702026-06-22T19:19:16.212Z Compiling waitgroup v0.1.2
22712026-06-22T19:19:16.330Z Compiling backon v1.6.0
22722026-06-22T19:19:16.387Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22732026-06-22T19:19:16.415Z Compiling chacha20 v0.9.1
22742026-06-22T19:19:16.490Z Compiling dropshot_endpoint v0.17.0
22752026-06-22T19:19:16.554Z Compiling rustls-pemfile v2.2.0
22762026-06-22T19:19:16.596Z Compiling blake2 v0.10.6
22772026-06-22T19:19:16.693Z Compiling aead v0.5.2
22782026-06-22T19:19:16.856Z Compiling password-hash v0.5.0
22792026-06-22T19:19:16.871Z Compiling foreign-types-macros v0.2.3
22802026-06-22T19:19:16.899Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22812026-06-22T19:19:17.246Z Compiling serde_path_to_error v0.1.20
22822026-06-22T19:19:17.404Z Compiling hostname v0.4.2
22832026-06-22T19:19:17.409Z Compiling proc-macro-error v1.0.4
22842026-06-22T19:19:17.409Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22852026-06-22T19:19:17.462Z Compiling instant v0.1.13
22862026-06-22T19:19:17.497Z Compiling cpufeatures v0.3.0
22872026-06-22T19:19:17.528Z Compiling foreign-types-shared v0.3.1
22882026-06-22T19:19:17.576Z Compiling debug-ignore v1.0.5
22892026-06-22T19:19:17.600Z Compiling typeid v1.0.3
22902026-06-22T19:19:17.615Z Compiling foreign-types v0.5.0
22912026-06-22T19:19:17.674Z Compiling chacha20 v0.10.0
22922026-06-22T19:19:17.703Z Compiling backoff v0.4.0
22932026-06-22T19:19:17.729Z Compiling parse-display v0.10.0
22942026-06-22T19:19:17.732Z Compiling argon2 v0.5.3
22952026-06-22T19:19:17.760Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-22T19:19:17.871Z Compiling chacha20poly1305 v0.10.1
22972026-06-22T19:19:17.942Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-22T19:19:17.957Z Compiling num_enum_derive v0.5.11
22992026-06-22T19:19:17.973Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23002026-06-22T19:19:17.991Z Compiling num_enum v0.7.6
23012026-06-22T19:19:18.044Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-06-22T19:19:18.060Z Compiling ciborium v0.2.2
23032026-06-22T19:19:18.302Z Compiling vsss-rs v3.3.4
23042026-06-22T19:19:18.337Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-06-22T19:19:18.459Z Compiling tabwriter v1.4.1
23062026-06-22T19:19:18.532Z Compiling regress v0.10.5
23072026-06-22T19:19:18.645Z Compiling byte-wrapper v0.1.0
23082026-06-22T19:19:18.752Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23092026-06-22T19:19:18.769Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-06-22T19:19:18.843Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23112026-06-22T19:19:18.900Z Compiling cstr-argument v0.1.2
23122026-06-22T19:19:18.922Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-06-22T19:19:19.089Z Compiling humantime v2.3.0
23142026-06-22T19:19:19.132Z Compiling erased-serde v0.4.9
23152026-06-22T19:19:19.174Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-06-22T19:19:19.210Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-06-22T19:19:19.361Z Compiling num_enum v0.5.11
23182026-06-22T19:19:19.473Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-06-22T19:19:19.540Z Compiling rand v0.10.0
23202026-06-22T19:19:19.556Z Compiling rayon v1.11.0
23212026-06-22T19:19:19.561Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-22T19:19:19.601Z Compiling colored v3.1.1
23232026-06-22T19:19:19.643Z Compiling indent_write v2.2.0
23242026-06-22T19:19:19.728Z Compiling libefi-sys v0.1.0
23252026-06-22T19:19:19.742Z Compiling zone_cfg_derive v0.3.1
23262026-06-22T19:19:19.801Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23272026-06-22T19:19:19.816Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23282026-06-22T19:19:19.942Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-22T19:19:19.976Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-22T19:19:20.139Z Compiling camino-tempfile v1.4.1
23312026-06-22T19:19:20.213Z Compiling itertools v0.12.1
23322026-06-22T19:19:20.290Z Compiling usdt-macro v0.5.0
23332026-06-22T19:19:20.314Z Compiling usdt-attr-macro v0.5.0
23342026-06-22T19:19:20.383Z Compiling bitfield-struct v0.6.2
23352026-06-22T19:19:20.512Z Compiling num-derive v0.4.2
23362026-06-22T19:19:20.529Z Compiling blake3 v1.8.3
23372026-06-22T19:19:20.544Z Compiling ordered-float v2.10.1
23382026-06-22T19:19:20.831Z Compiling memmap v0.7.0
23392026-06-22T19:19:20.899Z Compiling sigpipe v0.1.3
23402026-06-22T19:19:20.993Z Compiling swrite v0.1.0
23412026-06-22T19:19:21.010Z Compiling glob v0.3.3
23422026-06-22T19:19:21.024Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-06-22T19:19:21.060Z Compiling usdt v0.5.0
23442026-06-22T19:19:21.079Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-06-22T19:19:21.258Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23462026-06-22T19:19:21.397Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-22T19:19:21.411Z Compiling serde-value v0.7.0
23482026-06-22T19:19:21.630Z Compiling zone v0.3.1
23492026-06-22T19:19:21.655Z Compiling serde-untagged v0.1.9
23502026-06-22T19:19:21.731Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-06-22T19:19:21.949Z Compiling toml v0.8.23
23522026-06-22T19:19:21.949Z Compiling smf v0.2.3
23532026-06-22T19:19:21.979Z Compiling filetime v0.2.27
23542026-06-22T19:19:22.026Z Compiling whoami v1.6.1
23552026-06-22T19:19:22.042Z Compiling xattr v1.6.1
23562026-06-22T19:19:22.104Z Compiling constant_time_eq v0.4.2
23572026-06-22T19:19:22.138Z Compiling arrayref v0.3.9
23582026-06-22T19:19:22.230Z Compiling arrayvec v0.7.6
23592026-06-22T19:19:22.244Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-06-22T19:19:22.278Z Compiling unicode-xid v0.2.6
23612026-06-22T19:19:22.299Z Compiling tar v0.4.45
23622026-06-22T19:19:22.335Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-22T19:19:22.351Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-06-22T19:19:22.486Z Compiling cargo-util-schemas v0.8.2
23652026-06-22T19:19:22.530Z Compiling tokio-dtrace v0.1.1
23662026-06-22T19:19:22.607Z Compiling console v0.16.2
23672026-06-22T19:19:22.874Z Compiling gethostname v0.5.0
23682026-06-22T19:19:23.034Z Compiling cargo-platform v0.2.0
23692026-06-22T19:19:23.034Z Compiling unit-prefix v0.5.2
23702026-06-22T19:19:23.147Z Compiling topological-sort v0.2.2
23712026-06-22T19:19:23.212Z Compiling indicatif v0.18.4
23722026-06-22T19:19:23.239Z Compiling oxide-tokio-rt v0.1.4
23732026-06-22T19:19:23.253Z Compiling shell-words v1.1.1
23742026-06-22T19:19:23.348Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-22T19:19:23.810Z Compiling cargo_metadata v0.21.0
23762026-06-22T19:19:32.761Z Compiling omicron-zone-package v0.12.2
23772026-06-22T19:19:32.807Z Compiling progenitor-client v0.14.0
23782026-06-22T19:19:33.276Z Compiling progenitor-extras v0.2.0
23792026-06-22T19:19:35.491Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-06-22T19:19:35.567Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-06-22T19:19:35.674Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-22T19:19:35.738Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-22T19:19:35.752Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-06-22T19:19:35.784Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-22T19:19:35.822Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-06-22T19:19:35.836Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-22T19:19:35.984Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-22T19:19:39.614Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-22T19:19:47.278Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-22T19:19:50.328Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-22T19:19:51.306Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-22T19:20:00.975Z Finished `release` profile [optimized] target(s) in 1m 42s
23932026-06-22T19:20:01.112Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-22T19:20:01.171ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-22T19:20:01.174ZCreated new build target 'test' and set it as active
23962026-06-22T19:20:01.178Z
23972026-06-22T19:20:01.178Zreal 1:43.062611772
23982026-06-22T19:20:01.178Zuser 16:56.594615763
23992026-06-22T19:20:01.178Zsys 2:33.736825192
24002026-06-22T19:20:01.179Ztrap 0.466600292
24012026-06-22T19:20:01.179Ztflt 2.705940426
24022026-06-22T19:20:01.179Zdflt 4.383145055
24032026-06-22T19:20:01.179Zkflt 0.000609380
24042026-06-22T19:20:01.179Zlock 52:37.874237550
24052026-06-22T19:20:01.179Zslp 43:15.879753824
24062026-06-22T19:20:01.179Zlat 41.151863272
24072026-06-22T19:20:01.179Zstop 5:13.948339780
24082026-06-22T19:20:01.179Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-22T19:20:01.978Z Finished `release` profile [optimized] target(s) in 0.79s
24102026-06-22T19:20:02.039Z Running `target/release/omicron-package -t test package`
24112026-06-22T19:20:02.095ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-22T19:20:03.458Z Compiling heck v0.5.0
24132026-06-22T19:20:03.461Z Compiling regress v0.11.1
24142026-06-22T19:20:03.653Z Compiling unsafe-libyaml v0.2.11
24152026-06-22T19:20:03.714Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-22T19:20:03.743Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24172026-06-22T19:20:03.766Z Compiling unicode-width v0.1.14
24182026-06-22T19:20:03.766Z Compiling atomicwrites v0.4.4
24192026-06-22T19:20:03.784Z Compiling derive-where v1.6.0
24202026-06-22T19:20:03.803Z Compiling bytecount v0.6.9
24212026-06-22T19:20:03.805Z Compiling is-terminal v0.4.17
24222026-06-22T19:20:03.805Z Compiling prettyplease v0.2.37
24232026-06-22T19:20:03.882Z Compiling console v0.15.11
24242026-06-22T19:20:03.882Z Compiling newline-converter v0.3.0
24252026-06-22T19:20:03.885Z Compiling slog-dtrace v0.3.0
24262026-06-22T19:20:03.941Z Compiling owo-colors v4.3.0
24272026-06-22T19:20:03.966Z Compiling cancel-safe-futures v0.1.5
24282026-06-22T19:20:03.986Z Compiling resolv-conf v0.7.6
24292026-06-22T19:20:03.989Z Compiling rustls v0.22.4
24302026-06-22T19:20:04.029Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-22T19:20:04.060Z Compiling num-rational v0.4.2
24322026-06-22T19:20:04.063Z Compiling libsw-core v0.3.2
24332026-06-22T19:20:04.100Z Compiling rustls-webpki v0.102.8
24342026-06-22T19:20:04.146Z Compiling num-complex v0.4.6
24352026-06-22T19:20:04.202Z Compiling serde_yaml v0.9.34+deprecated
24362026-06-22T19:20:04.265Z Compiling expectorate v1.2.0
24372026-06-22T19:20:04.287Z Compiling thread_local v1.1.9
24382026-06-22T19:20:04.354Z Compiling match_cfg v0.1.0
24392026-06-22T19:20:04.372Z Compiling compression-core v0.4.31
24402026-06-22T19:20:04.454Z Compiling hostname v0.3.1
24412026-06-22T19:20:04.502Z Compiling compression-codecs v0.4.37
24422026-06-22T19:20:04.544Z Compiling num v0.4.3
24432026-06-22T19:20:04.638Z Compiling libsw v3.5.0
24442026-06-22T19:20:04.677Z Compiling multer v3.1.0
24452026-06-22T19:20:04.747Z Compiling slog-async v2.8.0
24462026-06-22T19:20:04.767Z Compiling crossbeam-channel v0.5.15
24472026-06-22T19:20:04.786Z Compiling slog-json v2.6.1
24482026-06-22T19:20:04.812Z Compiling toml_datetime v1.0.0+spec-1.1.0
24492026-06-22T19:20:04.858Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-06-22T19:20:04.950Z Compiling serde_spanned v1.0.4
24512026-06-22T19:20:04.996Z Compiling linear-map v1.2.0
24522026-06-22T19:20:05.017Z Compiling float-ord v0.3.2
24532026-06-22T19:20:05.020Z Compiling take_mut v0.2.2
24542026-06-22T19:20:05.057Z Compiling toml_writer v1.0.6+spec-1.1.0
24552026-06-22T19:20:05.078Z Compiling linked-hash-map v0.5.6
24562026-06-22T19:20:05.107Z Compiling term v1.2.1
24572026-06-22T19:20:05.130Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-06-22T19:20:05.176Z Compiling typify-impl v0.6.2
24592026-06-22T19:20:05.179Z Compiling slog-bunyan v2.5.0
24602026-06-22T19:20:05.242Z Compiling toml v1.0.6+spec-1.1.0
24612026-06-22T19:20:05.295Z Compiling lru-cache v0.1.2
24622026-06-22T19:20:05.320Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24632026-06-22T19:20:05.359Z Compiling async-compression v0.4.41
24642026-06-22T19:20:05.491Z Compiling slog-term v2.9.2
24652026-06-22T19:20:05.588Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-06-22T19:20:05.623Z Compiling async-stream v0.3.6
24672026-06-22T19:20:05.654Z Compiling dropshot v0.17.0
24682026-06-22T19:20:05.701Z Compiling progenitor-client v0.14.0
24692026-06-22T19:20:05.722Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-06-22T19:20:05.725Z Compiling waitgroup v0.1.2
24712026-06-22T19:20:05.764Z Compiling backon v1.6.0
24722026-06-22T19:20:05.821Z Compiling rustls-pemfile v2.2.0
24732026-06-22T19:20:05.900Z Compiling serde_path_to_error v0.1.20
24742026-06-22T19:20:05.928Z Compiling hostname v0.4.2
24752026-06-22T19:20:05.989Z Compiling instant v0.1.13
24762026-06-22T19:20:06.011Z Compiling debug-ignore v1.0.5
24772026-06-22T19:20:06.034Z Compiling minimal-lexical v0.2.1
24782026-06-22T19:20:06.055Z Compiling progenitor-extras v0.2.0
24792026-06-22T19:20:06.106Z Compiling backoff v0.4.0
24802026-06-22T19:20:06.126Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-06-22T19:20:06.148Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-06-22T19:20:06.300Z Compiling nom v7.1.3
24832026-06-22T19:20:06.333Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24842026-06-22T19:20:06.355Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-06-22T19:20:06.374Z Compiling tokio-rustls v0.25.0
24862026-06-22T19:20:06.406Z Compiling parse-display v0.10.0
24872026-06-22T19:20:06.452Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-06-22T19:20:06.655Z Compiling hickory-proto v0.24.4
24892026-06-22T19:20:06.719Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24902026-06-22T19:20:07.068Z Compiling regress v0.10.5
24912026-06-22T19:20:07.472Z Compiling macaddr v1.0.1
24922026-06-22T19:20:07.549Z Compiling unicode-xid v0.2.6
24932026-06-22T19:20:07.646Z Compiling humantime v2.3.0
24942026-06-22T19:20:07.713Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-06-22T19:20:07.812Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-06-22T19:20:07.888Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-06-22T19:20:07.924Z Compiling convert_case v0.10.0
24982026-06-22T19:20:08.036Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-06-22T19:20:08.140Z Compiling toml v0.8.23
25002026-06-22T19:20:08.223Z Compiling derive_more-impl v2.1.1
25012026-06-22T19:20:08.446Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-06-22T19:20:08.647Z Compiling typify-macro v0.6.2
25032026-06-22T19:20:08.697Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-22T19:20:08.722Z Compiling papergrid v0.11.0
25052026-06-22T19:20:08.857Z Compiling tabled_derive v0.7.0
25062026-06-22T19:20:09.000Z Compiling derive_more v2.1.1
25072026-06-22T19:20:09.095Z Compiling hickory-resolver v0.24.4
25082026-06-22T19:20:09.115Z Compiling termtree v0.5.1
25092026-06-22T19:20:09.137Z Compiling crossterm v0.29.0
25102026-06-22T19:20:09.310Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25112026-06-22T19:20:09.755Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-06-22T19:20:10.166Z Compiling typify v0.6.2
25132026-06-22T19:20:10.310Z Compiling progenitor-impl v0.14.0
25142026-06-22T19:20:11.026Z Compiling qorb v0.4.1
25152026-06-22T19:20:11.253Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-06-22T19:20:11.470Z Compiling tabled v0.15.0
25172026-06-22T19:20:12.066Z Compiling phf_shared v0.12.1
25182026-06-22T19:20:12.322Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25192026-06-22T19:20:12.527Z Compiling progenitor-macro v0.14.0
25202026-06-22T19:20:12.852Z Compiling csv-core v0.1.13
25212026-06-22T19:20:13.280Z Compiling vte v0.14.1
25222026-06-22T19:20:13.418Z Compiling chrono-tz v0.10.4
25232026-06-22T19:20:13.644Z Compiling highway v1.3.0
25242026-06-22T19:20:13.991Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-06-22T19:20:14.279Z Compiling strip-ansi-escapes v0.2.1
25262026-06-22T19:20:14.363Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-06-22T19:20:14.557Z Compiling csv v1.4.0
25282026-06-22T19:20:14.760Z Compiling phf v0.12.1
25292026-06-22T19:20:14.823Z Compiling const_format_proc_macros v0.2.34
25302026-06-22T19:20:14.850Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-06-22T19:20:14.872Z Compiling fd-lock v4.0.4
25322026-06-22T19:20:14.963Z Compiling peg-macros v0.8.5
25332026-06-22T19:20:15.046Z Compiling nu-ansi-term v0.50.3
25342026-06-22T19:20:15.320Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-06-22T19:20:15.580Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-06-22T19:20:16.147Z Compiling const_format v0.2.35
25372026-06-22T19:20:16.195Z Compiling peg v0.8.5
25382026-06-22T19:20:16.336Z Compiling reedline v0.40.0
25392026-06-22T19:20:16.589Z Compiling progenitor v0.14.0
25402026-06-22T19:20:16.657Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-06-22T19:20:16.769Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-06-22T19:20:17.066Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-06-22T19:20:17.290Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-06-22T19:20:17.703Z Compiling bcs v0.1.6
25452026-06-22T19:20:18.166Z Compiling nom v8.0.0
25462026-06-22T19:20:19.359Z Compiling semver v0.1.20
25472026-06-22T19:20:19.489Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-06-22T19:20:19.648Z Compiling rustc_version v0.1.7
25492026-06-22T19:20:19.710Z Compiling unicode-linebreak v0.1.5
25502026-06-22T19:20:19.783Z Compiling smawk v0.3.2
25512026-06-22T19:20:19.822Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-22T19:20:19.878Z Compiling newtype_derive v0.1.6
25532026-06-22T19:20:19.969Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25542026-06-22T19:20:20.026Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25552026-06-22T19:20:20.048Z Compiling textwrap v0.16.2
25562026-06-22T19:20:20.072Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-06-22T19:20:20.074Z Compiling base64 v0.21.7
25582026-06-22T19:20:20.136Z Compiling dropshot-api-manager-types v0.7.2
25592026-06-22T19:20:20.284Z Compiling steno v0.4.1
25602026-06-22T19:20:20.492Z Compiling tagptr v0.2.0
25612026-06-22T19:20:20.627Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25622026-06-22T19:20:20.687Z Compiling utf-8 v0.7.6
25632026-06-22T19:20:20.748Z Compiling moka v0.12.13
25642026-06-22T19:20:20.795Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-06-22T19:20:20.919Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-06-22T19:20:21.048Z Compiling tungstenite v0.21.0
25672026-06-22T19:20:21.088Z Compiling display-error-chain v0.2.2
25682026-06-22T19:20:21.438Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-06-22T19:20:21.655Z Compiling tokio-tungstenite v0.21.0
25702026-06-22T19:20:22.011Z Compiling hickory-resolver v0.25.2
25712026-06-22T19:20:22.053Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25722026-06-22T19:20:22.106Z Compiling radium v0.7.0
25732026-06-22T19:20:22.446Z Compiling tap v1.0.1
25742026-06-22T19:20:22.599Z Compiling maybe-uninit v2.0.0
25752026-06-22T19:20:22.662Z Compiling wyz v0.5.1
25762026-06-22T19:20:22.962Z Compiling vergen-lib v0.1.6
25772026-06-22T19:20:23.172Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25782026-06-22T19:20:23.242Z Compiling zerocopy-derive v0.6.6
25792026-06-22T19:20:23.245Z Compiling crc-catalog v2.4.0
25802026-06-22T19:20:23.410Z Compiling packed_struct v0.10.1
25812026-06-22T19:20:23.645Z Compiling diesel_derives v2.3.7
25822026-06-22T19:20:23.888Z Compiling funty v2.0.0
25832026-06-22T19:20:24.032Z Compiling zerocopy v0.6.6
25842026-06-22T19:20:24.358Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25852026-06-22T19:20:24.411Z Compiling bitvec v1.0.1
25862026-06-22T19:20:24.825Z Compiling crc v3.4.0
25872026-06-22T19:20:25.051Z Compiling scheduled-thread-pool v0.2.7
25882026-06-22T19:20:25.135Z Compiling dsl_auto_type v0.2.0
25892026-06-22T19:20:25.384Z Compiling packed_struct_codegen v0.10.1
25902026-06-22T19:20:25.675Z Compiling vergen-gitcl v1.0.8
25912026-06-22T19:20:25.704Z Compiling bitfield-macros v0.19.4
25922026-06-22T19:20:25.899Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25932026-06-22T19:20:26.039Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25942026-06-22T19:20:26.193Z Compiling diesel_table_macro_syntax v0.3.0
25952026-06-22T19:20:26.397Z Compiling dirs-sys-next v0.1.2
25962026-06-22T19:20:26.422Z Compiling proc-macro-error-attr2 v2.0.0
25972026-06-22T19:20:26.424Z Compiling indexmap v1.9.3
25982026-06-22T19:20:26.658Z Compiling crunchy v0.2.4
25992026-06-22T19:20:26.701Z Compiling maplit v1.0.2
26002026-06-22T19:20:26.726Z Compiling glob v0.3.3
26012026-06-22T19:20:26.821Z Compiling nodrop v0.1.14
26022026-06-22T19:20:26.840Z Compiling proc-macro-error2 v2.0.1
26032026-06-22T19:20:26.969Z Compiling array-init v0.0.4
26042026-06-22T19:20:27.016Z Compiling dirs-next v2.0.0
26052026-06-22T19:20:27.102Z Compiling clang-sys v1.8.1
26062026-06-22T19:20:27.184Z Compiling bitfield v0.19.4
26072026-06-22T19:20:27.405Z Compiling r2d2 v0.8.10
26082026-06-22T19:20:27.499Z Compiling smallvec v0.6.14
26092026-06-22T19:20:27.701Z Compiling num-derive v0.3.3
26102026-06-22T19:20:27.748Z Compiling hashbrown v0.12.3
26112026-06-22T19:20:27.771Z Compiling tiny-keccak v2.0.2
26122026-06-22T19:20:27.847Z Compiling downcast-rs v2.0.2
26132026-06-22T19:20:28.030Z Compiling serde-hex v0.1.0
26142026-06-22T19:20:28.414Z Compiling tabled_derive v0.11.0
26152026-06-22T19:20:28.491Z Compiling term v0.7.0
26162026-06-22T19:20:28.569Z Compiling libscf-sys v1.1.0
26172026-06-22T19:20:28.612Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-06-22T19:20:28.737Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-06-22T19:20:28.757Z Compiling ron v0.8.1
26202026-06-22T19:20:28.843Z Compiling papergrid v0.17.0
26212026-06-22T19:20:28.865Z Compiling testing_table v0.3.0
26222026-06-22T19:20:28.970Z Compiling hashbrown v0.13.2
26232026-06-22T19:20:28.992Z Compiling crc-any v2.5.0
26242026-06-22T19:20:29.302Z Compiling bit-vec v0.6.3
26252026-06-22T19:20:29.436Z Compiling ascii-canvas v3.0.0
26262026-06-22T19:20:29.448Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-06-22T19:20:29.537Z Compiling object v0.30.4
26282026-06-22T19:20:29.576Z Compiling bit-set v0.5.3
26292026-06-22T19:20:29.677Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-06-22T19:20:29.760Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-06-22T19:20:30.138Z Compiling tabled v0.20.0
26322026-06-22T19:20:30.382Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26332026-06-22T19:20:30.404Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-06-22T19:20:30.887Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-06-22T19:20:30.994Z Compiling progenitor-impl v0.13.0
26362026-06-22T19:20:31.134Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-06-22T19:20:31.383Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-22T19:20:31.505Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-06-22T19:20:31.681Z Compiling diesel v2.3.7
26402026-06-22T19:20:31.707Z Compiling itertools v0.10.5
26412026-06-22T19:20:31.710Z Compiling ena v0.14.4
26422026-06-22T19:20:31.710Z Compiling libloading v0.8.9
26432026-06-22T19:20:31.968Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-06-22T19:20:31.993Z Compiling bindgen v0.71.1
26452026-06-22T19:20:32.200Z Compiling path-slash v0.1.5
26462026-06-22T19:20:32.297Z Compiling diff v0.1.13
26472026-06-22T19:20:32.402Z Compiling unicase v2.9.0
26482026-06-22T19:20:32.560Z Compiling regex-syntax v0.6.29
26492026-06-22T19:20:32.698Z Compiling xshell-macros v0.2.7
26502026-06-22T19:20:32.828Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-06-22T19:20:33.094Z Compiling xshell v0.2.7
26522026-06-22T19:20:33.177Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-22T19:20:34.289Z Compiling lalrpop v0.19.12
26542026-06-22T19:20:34.447Z Compiling progenitor-macro v0.13.0
26552026-06-22T19:20:34.561Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-06-22T19:20:35.565Z Compiling cexpr v0.6.0
26572026-06-22T19:20:35.946Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-06-22T19:20:36.160Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-06-22T19:20:36.225Z Compiling progenitor-client v0.13.0
26602026-06-22T19:20:36.620Z Compiling rustc-hash v2.1.1
26612026-06-22T19:20:36.792Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-22T19:20:37.977Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-06-22T19:20:38.025Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-06-22T19:20:38.439Z Compiling progenitor v0.13.0
26652026-06-22T19:20:38.491Z Compiling headers-core v0.3.0
26662026-06-22T19:20:38.624Z Compiling libxml v0.3.3
26672026-06-22T19:20:38.652Z Compiling crc8 v0.1.1
26682026-06-22T19:20:38.674Z Compiling headers v0.4.1
26692026-06-22T19:20:38.791Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-06-22T19:20:38.917Z Compiling strum_macros v0.24.3
26712026-06-22T19:20:38.992Z Compiling indoc v1.0.9
26722026-06-22T19:20:39.170Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-06-22T19:20:39.215Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-06-22T19:20:39.423Z Compiling git-stub v1.0.0
26752026-06-22T19:20:39.445Z Compiling derive_builder v0.20.2
26762026-06-22T19:20:39.642Z Compiling quick-xml v0.37.5
26772026-06-22T19:20:39.689Z Compiling oso-derive v0.27.3
26782026-06-22T19:20:39.941Z Compiling impl-trait-for-tuples v0.2.3
26792026-06-22T19:20:40.160Z Compiling openssl-probe v0.1.6
26802026-06-22T19:20:40.199Z Compiling git-stub-vcs v0.1.0
26812026-06-22T19:20:40.353Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-22T19:20:40.453Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-06-22T19:20:40.551Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-06-22T19:20:40.771Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-06-22T19:20:40.903Z Compiling bb8 v0.8.6
26862026-06-22T19:20:41.060Z Compiling trait-variant v0.1.2
26872026-06-22T19:20:41.182Z Compiling half v1.8.3
26882026-06-22T19:20:41.312Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-06-22T19:20:41.378Z Compiling samael v0.0.19
26902026-06-22T19:20:41.579Z Compiling serde_cbor v0.11.2
26912026-06-22T19:20:41.628Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-06-22T19:20:41.682Z Compiling polar-core v0.27.3
26932026-06-22T19:20:41.702Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-06-22T19:20:42.310Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26952026-06-22T19:20:42.529Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26962026-06-22T19:20:42.570Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-06-22T19:20:42.737Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-06-22T19:20:42.902Z Compiling nonempty v0.12.0
26992026-06-22T19:20:42.969Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-06-22T19:20:43.019Z Compiling fxhash v0.2.1
27012026-06-22T19:20:43.131Z Compiling libz-sys v1.1.24
27022026-06-22T19:20:43.174Z Compiling salty v0.3.0
27032026-06-22T19:20:43.607Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-06-22T19:20:43.763Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-22T19:20:43.947Z Compiling kstat-rs v0.2.4
27062026-06-22T19:20:44.359Z Compiling arc-swap v1.8.2
27072026-06-22T19:20:44.423Z Compiling fs-err v2.11.0
27082026-06-22T19:20:44.788Z Compiling slog-scope v4.4.1
27092026-06-22T19:20:44.836Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27102026-06-22T19:20:44.904Z Compiling mime_guess v2.0.5
27112026-06-22T19:20:45.179Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-06-22T19:20:45.413Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-06-22T19:20:45.872Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-06-22T19:20:45.909Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-06-22T19:20:46.242Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27162026-06-22T19:20:46.641Z Compiling nanorand v0.7.0
27172026-06-22T19:20:47.021Z Compiling darling_core v0.23.0
27182026-06-22T19:20:47.044Z Compiling libgit2-sys v0.18.3+1.9.2
27192026-06-22T19:20:47.203Z Compiling parking_lot_core v0.8.6
27202026-06-22T19:20:47.536Z Compiling flume v0.11.1
27212026-06-22T19:20:47.602Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-22T19:20:48.016Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-06-22T19:20:49.101Z Compiling diesel-dtrace v0.5.0
27242026-06-22T19:20:49.223Z Compiling async-bb8-diesel v0.2.1
27252026-06-22T19:20:49.244Z Compiling darling_macro v0.23.0
27262026-06-22T19:20:49.421Z Compiling slog-stdlog v4.1.1
27272026-06-22T19:20:49.874Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-06-22T19:20:49.948Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-06-22T19:20:49.999Z Compiling primeorder v0.13.6
27302026-06-22T19:20:50.062Z Compiling atty v0.2.14
27312026-06-22T19:20:50.207Z Compiling strsim v0.10.0
27322026-06-22T19:20:50.307Z Compiling http-range v0.1.5
27332026-06-22T19:20:50.509Z Compiling oso v0.27.3
27342026-06-22T19:20:50.655Z Compiling parse-size v1.1.0
27352026-06-22T19:20:50.858Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-06-22T19:20:51.103Z Compiling instability v0.3.11
27372026-06-22T19:20:51.155Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-22T19:20:51.382Z Compiling darling_core v0.13.4
27392026-06-22T19:20:52.026Z Compiling p384 v0.13.1
27402026-06-22T19:20:53.063Z Compiling darling v0.23.0
27412026-06-22T19:20:53.177Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27422026-06-22T19:20:54.217Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27432026-06-22T19:20:55.305Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27442026-06-22T19:20:55.874Z Compiling slog-envlogger v2.2.0
27452026-06-22T19:20:56.909Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27462026-06-22T19:20:57.597Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27472026-06-22T19:20:57.794Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-06-22T19:20:58.048Z Compiling ignore v0.4.25
27492026-06-22T19:20:58.342Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-22T19:20:58.345Z Compiling vergen-git2 v9.1.0
27512026-06-22T19:20:58.613Z Compiling castaway v0.2.4
27522026-06-22T19:20:58.756Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-22T19:20:58.802Z Compiling indoc v2.0.7
27542026-06-22T19:20:59.081Z Compiling compact_str v0.8.1
27552026-06-22T19:20:59.725Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-22T19:20:59.937Z Compiling globwalk v0.9.1
27572026-06-22T19:21:00.255Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27582026-06-22T19:21:00.581Z Compiling parking_lot v0.11.2
27592026-06-22T19:21:00.612Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-06-22T19:21:00.891Z Compiling hyper-staticfile v0.10.1
27612026-06-22T19:21:01.257Z Compiling darling_macro v0.13.4
27622026-06-22T19:21:01.737Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27632026-06-22T19:21:01.763Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27642026-06-22T19:21:01.808Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-06-22T19:21:01.925Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27662026-06-22T19:21:02.090Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-06-22T19:21:02.290Z Compiling predicates-tree v1.0.13
27682026-06-22T19:21:02.373Z Compiling unicode-truncate v1.1.0
27692026-06-22T19:21:02.471Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27702026-06-22T19:21:02.563Z Compiling lru v0.12.5
27712026-06-22T19:21:02.591Z Compiling prefix-trie v0.7.0
27722026-06-22T19:21:02.688Z Compiling rand_seeder v0.4.0
27732026-06-22T19:21:02.777Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-06-22T19:21:02.789Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27752026-06-22T19:21:02.944Z Compiling cassowary v0.3.0
27762026-06-22T19:21:03.031Z Compiling corncobs v0.1.4
27772026-06-22T19:21:03.083Z Compiling rustls v0.21.12
27782026-06-22T19:21:03.114Z Compiling illumos-nvpair-sys v0.2.0
27792026-06-22T19:21:03.227Z Compiling ratatui v0.29.0
27802026-06-22T19:21:03.272Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-22T19:21:03.376Z Compiling hickory-server v0.25.2
27822026-06-22T19:21:03.425Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27832026-06-22T19:21:03.629Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-06-22T19:21:03.810Z Compiling camino-tempfile-ext v0.3.3
27852026-06-22T19:21:04.022Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-22T19:21:04.045Z Compiling darling v0.13.4
27872026-06-22T19:21:04.347Z Compiling sled v0.34.7
27882026-06-22T19:21:04.446Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27892026-06-22T19:21:04.513Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27902026-06-22T19:21:05.268Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-06-22T19:21:06.665Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-06-22T19:21:07.381Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27932026-06-22T19:21:07.514Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-06-22T19:21:07.624Z Compiling sct v0.7.1
27952026-06-22T19:21:07.759Z Compiling rustls-webpki v0.101.7
27962026-06-22T19:21:07.875Z Compiling secrecy v0.8.0
27972026-06-22T19:21:07.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-06-22T19:21:08.400Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-06-22T19:21:09.454Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-06-22T19:21:09.786Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-06-22T19:21:09.921Z Compiling serde_with_macros v1.5.2
28022026-06-22T19:21:10.563Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-06-22T19:21:10.890Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-06-22T19:21:11.375Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-06-22T19:21:11.397Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-06-22T19:21:11.630Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-06-22T19:21:11.851Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-06-22T19:21:12.073Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-06-22T19:21:12.315Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28102026-06-22T19:21:12.532Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-06-22T19:21:12.758Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-06-22T19:21:12.984Z Compiling git2 v0.20.4
28132026-06-22T19:21:12.990Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28142026-06-22T19:21:13.232Z Compiling void v1.0.2
28152026-06-22T19:21:13.376Z Compiling lzss v0.8.2
28162026-06-22T19:21:13.726Z Compiling illumos-nvpair v0.3.0
28172026-06-22T19:21:14.208Z Compiling serde_with v1.14.0
28182026-06-22T19:21:14.293Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-06-22T19:21:14.906Z Compiling tokio-rustls v0.24.1
28202026-06-22T19:21:15.677Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28212026-06-22T19:21:15.703Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28222026-06-22T19:21:16.034Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28232026-06-22T19:21:16.274Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-22T19:21:17.625Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28252026-06-22T19:21:18.018Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28262026-06-22T19:21:18.477Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-06-22T19:21:18.949Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-06-22T19:21:19.002Z Compiling tungstenite v0.23.0
28292026-06-22T19:21:19.154Z Compiling rustls-pemfile v1.0.4
28302026-06-22T19:21:19.200Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-06-22T19:21:19.365Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-06-22T19:21:19.573Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28332026-06-22T19:21:19.594Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-22T19:21:19.806Z Compiling nix v0.27.1
28352026-06-22T19:21:20.493Z Compiling twox-hash v2.1.2
28362026-06-22T19:21:20.990Z Compiling serde_bytes v0.11.19
28372026-06-22T19:21:20.993Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-22T19:21:21.276Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-06-22T19:21:21.332Z Compiling tokio-tungstenite v0.23.1
28402026-06-22T19:21:21.392Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-06-22T19:21:21.735Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-06-22T19:21:21.772Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-06-22T19:21:22.441Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28442026-06-22T19:21:23.785Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-06-22T19:21:24.429Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-06-22T19:21:25.180Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-06-22T19:21:25.301Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-22T19:21:25.579Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28492026-06-22T19:21:25.691Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28502026-06-22T19:21:26.130Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-06-22T19:21:26.398Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28522026-06-22T19:21:26.447Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-06-22T19:21:26.469Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-06-22T19:21:26.566Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-06-22T19:21:27.419Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-06-22T19:21:28.115Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-06-22T19:21:30.654Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-06-22T19:21:30.839Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28592026-06-22T19:21:31.266Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28602026-06-22T19:21:32.146Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-06-22T19:21:32.630Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-06-22T19:21:32.855Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-06-22T19:21:33.369Z Compiling signal-hook-tokio v0.3.1
28642026-06-22T19:21:33.393Z Compiling fatfs v0.3.6
28652026-06-22T19:21:33.515Z Compiling yasna v0.5.2
28662026-06-22T19:21:33.570Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-06-22T19:21:33.814Z Compiling is_ci v1.2.0
28682026-06-22T19:21:34.037Z Compiling assert_matches v1.5.0
28692026-06-22T19:21:34.129Z Compiling seq-macro v0.3.6
28702026-06-22T19:21:34.150Z Compiling rcgen v0.12.1
28712026-06-22T19:21:34.631Z Compiling supports-color v3.0.2
28722026-06-22T19:21:34.672Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-06-22T19:21:35.019Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-06-22T19:21:36.094Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-22T19:21:37.389Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28762026-06-22T19:21:37.624Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-06-22T19:21:37.860Z Compiling subprocess v0.2.15
28782026-06-22T19:21:38.060Z Compiling rtoolbox v0.0.3
28792026-06-22T19:21:38.358Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-06-22T19:21:38.640Z Compiling rpassword v7.4.0
28812026-06-22T19:21:38.989Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-06-22T19:21:39.991Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-06-22T19:21:40.063Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-06-22T19:21:40.191Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-06-22T19:21:41.436Z Compiling tui-tree-widget v0.23.1
28862026-06-22T19:21:41.721Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-06-22T19:21:42.022Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-06-22T19:21:42.491Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-06-22T19:21:42.714Z Compiling uzers v0.12.2
28902026-06-22T19:21:43.532Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-06-22T19:21:44.165Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-06-22T19:21:45.149Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-06-22T19:21:46.426Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-06-22T19:21:47.551Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-06-22T19:21:49.161Z Compiling support-bundle-viewer v0.1.2
28962026-06-22T19:21:49.728Z Compiling multimap v0.10.1
28972026-06-22T19:22:00.808Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-06-22T19:22:09.327Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-06-22T19:22:12.136Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-06-22T19:22:12.520Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-06-22T19:22:14.914Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-06-22T19:28:30.803Z Finished `release` profile [optimized] target(s) in 8m 28s
29032026-06-22T19:29:16.448Z
29042026-06-22T19:29:16.448Zreal 9:15.243303532
29052026-06-22T19:29:16.451Zuser 1:18:45.622759416
29062026-06-22T19:29:16.451Zsys 3:25.897691582
29072026-06-22T19:29:16.451Ztrap 1.748087982
29082026-06-22T19:29:16.451Ztflt 2.391554968
29092026-06-22T19:29:16.451Zdflt 17.609316271
29102026-06-22T19:29:16.451Zkflt 0.005876192
29112026-06-22T19:29:16.451Zlock 6:53:12.047527718
29122026-06-22T19:29:16.451Zslp 2:12:48.439024276
29132026-06-22T19:29:16.451Zlat 2:20.623925305
29142026-06-22T19:29:16.452Zstop 5:05.062799639
29152026-06-22T19:29:16.452Z+ mapfile -t packages
29162026-06-22T19:29:16.452Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-06-22T19:29:17.310Z Finished `release` profile [optimized] target(s) in 0.85s
29182026-06-22T19:29:17.383Z Running `target/release/omicron-package -t test list-outputs`
29192026-06-22T19:29:17.445ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-06-22T19:29:17.448Z+ ptime -m cargo build --locked --release -p xtask
29212026-06-22T19:29:17.919Z Compiling libc v0.2.185
29222026-06-22T19:29:17.919Z Compiling serde v1.0.228
29232026-06-22T19:29:17.926Z Compiling serde_core v1.0.228
29242026-06-22T19:29:17.926Z Compiling rustix v1.1.3
29252026-06-22T19:29:18.005Z Compiling bitflags v2.11.0
29262026-06-22T19:29:18.435Z Compiling serde_json v1.0.149
29272026-06-22T19:29:18.442Z Compiling num-traits v0.2.19
29282026-06-22T19:29:18.442Z Compiling syn v2.0.117
29292026-06-22T19:29:18.442Z Compiling smallvec v1.15.1
29302026-06-22T19:29:18.442Z Compiling indexmap v2.14.0
29312026-06-22T19:29:18.443Z Compiling usdt-impl v0.5.0
29322026-06-22T19:29:18.443Z Compiling syn v1.0.109
29332026-06-22T19:29:18.443Z Compiling getrandom v0.4.1
29342026-06-22T19:29:18.443Z Compiling percent-encoding v2.3.2
29352026-06-22T19:29:18.443Z Compiling log v0.4.29
29362026-06-22T19:29:18.443Z Compiling form_urlencoded v1.2.2
29372026-06-22T19:29:18.493Z Compiling fs-err v3.3.0
29382026-06-22T19:29:18.912Z Compiling heck v0.4.1
29392026-06-22T19:29:18.916Z Compiling once_cell v1.21.3
29402026-06-22T19:29:18.916Z Compiling anyhow v1.0.102
29412026-06-22T19:29:18.916Z Compiling errno v0.3.14
29422026-06-22T19:29:18.916Z Compiling thread-id v4.2.2
29432026-06-22T19:29:18.916Z Compiling memmap v0.7.0
29442026-06-22T19:29:19.051Z Compiling ordered-float v2.10.1
29452026-06-22T19:29:19.587Z Compiling proc-macro-error v1.0.4
29462026-06-22T19:29:19.710Z Compiling terminal_size v0.4.3
29472026-06-22T19:29:19.715Z Compiling tempfile v3.25.0
29482026-06-22T19:29:19.809Z Compiling clap_builder v4.6.0
29492026-06-22T19:29:19.809Z Compiling textwrap v0.16.2
29502026-06-22T19:29:19.838Z Compiling tabled_derive v0.7.0
29512026-06-22T19:29:19.943Z Compiling camino-tempfile v1.4.1
29522026-06-22T19:29:20.491Z Compiling tabled v0.15.0
29532026-06-22T19:29:20.558Z Compiling synstructure v0.13.2
29542026-06-22T19:29:20.558Z Compiling pest_generator v2.8.6
29552026-06-22T19:29:20.956Z Compiling serde_derive v1.0.228
29562026-06-22T19:29:20.967Z Compiling zerovec-derive v0.11.2
29572026-06-22T19:29:20.967Z Compiling displaydoc v0.2.5
29582026-06-22T19:29:20.967Z Compiling thiserror-impl v1.0.69
29592026-06-22T19:29:20.967Z Compiling zerocopy-derive v0.7.35
29602026-06-22T19:29:20.967Z Compiling scroll_derive v0.12.1
29612026-06-22T19:29:20.967Z Compiling thiserror-impl v2.0.18
29622026-06-22T19:29:20.971Z Compiling clap_derive v4.6.1
29632026-06-22T19:29:21.005Z Compiling zerofrom-derive v0.1.6
29642026-06-22T19:29:21.013Z Compiling yoke-derive v0.8.1
29652026-06-22T19:29:21.080Z Compiling pest_derive v2.8.6
29662026-06-22T19:29:21.665Z Compiling scroll v0.12.0
29672026-06-22T19:29:21.787Z Compiling zerocopy v0.7.35
29682026-06-22T19:29:22.335Z Compiling goblin v0.8.2
29692026-06-22T19:29:22.340Z Compiling thiserror v1.0.69
29702026-06-22T19:29:22.340Z Compiling zerofrom v0.1.6
29712026-06-22T19:29:22.340Z Compiling thiserror v2.0.18
29722026-06-22T19:29:22.340Z Compiling dtrace-parser v0.2.0
29732026-06-22T19:29:22.340Z Compiling yoke v0.8.1
29742026-06-22T19:29:22.546Z Compiling zerovec v0.11.5
29752026-06-22T19:29:22.597Z Compiling zerotrie v0.2.3
29762026-06-22T19:29:22.657Z Compiling clap v4.6.1
29772026-06-22T19:29:23.189Z Compiling tinystr v0.8.2
29782026-06-22T19:29:23.462Z Compiling icu_locale_core v2.1.1
29792026-06-22T19:29:23.948Z Compiling potential_utf v0.1.4
29802026-06-22T19:29:24.157Z Compiling icu_collections v2.1.1
29812026-06-22T19:29:24.177Z Compiling icu_provider v2.1.1
29822026-06-22T19:29:24.261Z Compiling toml_datetime v0.6.11
29832026-06-22T19:29:24.525Z Compiling icu_properties v2.1.2
29842026-06-22T19:29:24.605Z Compiling icu_normalizer v2.1.1
29852026-06-22T19:29:24.662Z Compiling serde_spanned v0.6.9
29862026-06-22T19:29:24.676Z Compiling dof v0.3.0
29872026-06-22T19:29:24.830Z Compiling toml_edit v0.22.27
29882026-06-22T19:29:25.846Z Compiling serde_tokenstream v0.2.3
29892026-06-22T19:29:25.849Z Compiling serde-value v0.7.0
29902026-06-22T19:29:25.849Z Compiling cargo-platform v0.2.0
29912026-06-22T19:29:25.849Z Compiling macaddr v1.0.1
29922026-06-22T19:29:25.849Z Compiling idna_adapter v1.2.1
29932026-06-22T19:29:25.849Z Compiling usdt-attr-macro v0.5.0
29942026-06-22T19:29:25.849Z Compiling usdt-macro v0.5.0
29952026-06-22T19:29:25.849Z Compiling idna v1.1.0
29962026-06-22T19:29:25.875Z Compiling url v2.5.8
29972026-06-22T19:29:26.139Z Compiling usdt v0.5.0
29982026-06-22T19:29:26.391Z Compiling toml v0.8.23
29992026-06-22T19:29:26.840Z Compiling cargo-util-schemas v0.8.2
30002026-06-22T19:29:26.840Z Compiling cargo_toml v0.21.0
30012026-06-22T19:29:27.856Z Compiling cargo_metadata v0.21.0
30022026-06-22T19:29:30.883Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-06-22T19:29:33.896Z Finished `release` profile [optimized] target(s) in 16.43s
30042026-06-22T19:29:34.035Z
30052026-06-22T19:29:34.035Zreal 16.550323888
30062026-06-22T19:29:34.035Zuser 2:21.300834488
30072026-06-22T19:29:34.035Zsys 16.698942026
30082026-06-22T19:29:34.035Ztrap 0.087541818
30092026-06-22T19:29:34.035Ztflt 0.571798449
30102026-06-22T19:29:34.041Zdflt 1.450935116
30112026-06-22T19:29:34.041Zkflt 0.000066350
30122026-06-22T19:29:34.041Zlock 5:15.320705122
30132026-06-22T19:29:34.041Zslp 3:25.148067393
30142026-06-22T19:29:34.041Zlat 5.546052881
30152026-06-22T19:29:34.041Zstop 18.254181274
30162026-06-22T19:29:34.041Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-06-22T19:29:34.041Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-06-22T19:29:34.041Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-06-22T19:29:34.041Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-06-22T19:29:34.041Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30212026-06-22T19:29:34.910Z Compiling progenitor-client v0.14.0
30222026-06-22T19:29:34.915Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-06-22T19:29:34.915Z Compiling newtype-uuid-macros v0.1.0
30242026-06-22T19:29:34.915Z Compiling match_cfg v0.1.0
30252026-06-22T19:29:34.915Z Compiling slog-json v2.6.1
30262026-06-22T19:29:34.915Z Compiling structmeta-derive v0.3.0
30272026-06-22T19:29:34.915Z Compiling rustls v0.22.4
30282026-06-22T19:29:34.915Z Compiling rustls-webpki v0.102.8
30292026-06-22T19:29:34.915Z Compiling multer v3.1.0
30302026-06-22T19:29:35.048Z Compiling compression-core v0.4.31
30312026-06-22T19:29:35.052Z Compiling debug-ignore v1.0.5
30322026-06-22T19:29:35.052Z Compiling atomicwrites v0.4.4
30332026-06-22T19:29:35.065Z Compiling itertools v0.14.0
30342026-06-22T19:29:35.114Z Compiling async-stream-impl v0.3.6
30352026-06-22T19:29:35.125Z Compiling serde_spanned v1.0.4
30362026-06-22T19:29:35.145Z Compiling toml_datetime v1.0.0+spec-1.1.0
30372026-06-22T19:29:35.357Z Compiling hostname v0.3.1
30382026-06-22T19:29:35.357Z Compiling compression-codecs v0.4.37
30392026-06-22T19:29:35.362Z Compiling dropshot v0.17.0
30402026-06-22T19:29:35.377Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-06-22T19:29:35.812Z Compiling waitgroup v0.1.2
30422026-06-22T19:29:35.815Z Compiling dropshot_endpoint v0.17.0
30432026-06-22T19:29:35.815Z Compiling rustls-pemfile v2.2.0
30442026-06-22T19:29:35.815Z Compiling slog-bunyan v2.5.0
30452026-06-22T19:29:35.815Z Compiling serde_path_to_error v0.1.20
30462026-06-22T19:29:35.815Z Compiling hostname v0.4.2
30472026-06-22T19:29:35.815Z Compiling toml v1.0.6+spec-1.1.0
30482026-06-22T19:29:35.815Z Compiling async-compression v0.4.41
30492026-06-22T19:29:35.815Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-06-22T19:29:35.815Z Compiling macaddr v1.0.1
30512026-06-22T19:29:35.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-06-22T19:29:35.815Z Compiling instant v0.1.13
30532026-06-22T19:29:35.815Z Compiling async-stream v0.3.6
30542026-06-22T19:29:35.815Z Compiling regress v0.10.5
30552026-06-22T19:29:35.858Z Compiling backon v1.6.0
30562026-06-22T19:29:35.885Z Compiling backoff v0.4.0
30572026-06-22T19:29:35.888Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-06-22T19:29:35.920Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30592026-06-22T19:29:35.933Z Compiling humantime v2.3.0
30602026-06-22T19:29:35.933Z Compiling universal-hash v0.5.1
30612026-06-22T19:29:35.995Z Compiling opaque-debug v0.3.1
30622026-06-22T19:29:36.013Z Compiling regress v0.11.1
30632026-06-22T19:29:36.084Z Compiling progenitor-extras v0.2.0
30642026-06-22T19:29:36.085Z Compiling half v2.7.1
30652026-06-22T19:29:36.119Z Compiling ciborium-io v0.2.2
30662026-06-22T19:29:36.124Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-06-22T19:29:36.154Z Compiling crucible-workspace-hack v0.1.0
30682026-06-22T19:29:36.169Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-06-22T19:29:36.189Z Compiling structmeta v0.3.0
30702026-06-22T19:29:36.226Z Compiling convert_case v0.4.0
30712026-06-22T19:29:36.261Z Compiling aead v0.5.2
30722026-06-22T19:29:36.339Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30732026-06-22T19:29:36.357Z Compiling ciborium-ll v0.2.2
30742026-06-22T19:29:36.376Z Compiling secrecy v0.10.3
30752026-06-22T19:29:36.379Z Compiling poly1305 v0.8.0
30762026-06-22T19:29:36.441Z Compiling derive-ex v0.1.8
30772026-06-22T19:29:36.441Z Compiling parse-display-derive v0.10.0
30782026-06-22T19:29:36.486Z Compiling chacha20 v0.9.1
30792026-06-22T19:29:36.517Z Compiling unsafe-libyaml v0.2.11
30802026-06-22T19:29:36.585Z Compiling ciborium v0.2.2
30812026-06-22T19:29:36.600Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30822026-06-22T19:29:36.684Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-06-22T19:29:36.715Z Compiling derive_more v0.99.20
30842026-06-22T19:29:36.772Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30852026-06-22T19:29:36.801Z Compiling thiserror-impl-no-std v2.0.2
30862026-06-22T19:29:36.832Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30872026-06-22T19:29:36.928Z Compiling byte-wrapper v0.1.0
30882026-06-22T19:29:37.008Z Compiling password-hash v0.5.0
30892026-06-22T19:29:37.124Z Compiling serde_yaml v0.9.34+deprecated
30902026-06-22T19:29:37.150Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30912026-06-22T19:29:37.185Z Compiling blake2 v0.10.6
30922026-06-22T19:29:37.282Z Compiling toml_datetime v0.7.5+spec-1.1.0
30932026-06-22T19:29:37.306Z Compiling chacha20poly1305 v0.10.1
30942026-06-22T19:29:37.325Z Compiling indent_write v2.2.0
30952026-06-22T19:29:37.339Z Compiling heapless v0.8.0
30962026-06-22T19:29:37.449Z Compiling argon2 v0.5.3
30972026-06-22T19:29:37.485Z Compiling tokio-rustls v0.25.0
30982026-06-22T19:29:37.497Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-06-22T19:29:37.565Z Compiling ingot-macros v0.1.1
31002026-06-22T19:29:37.657Z Compiling typify-impl v0.6.2
31012026-06-22T19:29:37.976Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-06-22T19:29:38.079Z Compiling thiserror-no-std v2.0.2
31032026-06-22T19:29:38.208Z Compiling parse-display v0.10.0
31042026-06-22T19:29:38.224Z Compiling test-strategy v0.4.5
31052026-06-22T19:29:38.244Z Compiling vsss-rs v3.3.4
31062026-06-22T19:29:38.320Z Compiling proc-macro-crate v3.4.0
31072026-06-22T19:29:38.555Z Compiling tabwriter v1.4.1
31082026-06-22T19:29:38.617Z Compiling hash32 v0.3.1
31092026-06-22T19:29:38.662Z Compiling smoltcp v0.11.0
31102026-06-22T19:29:38.728Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-06-22T19:29:38.830Z Compiling cobs v0.3.0
31122026-06-22T19:29:39.342Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31132026-06-22T19:29:39.347Z Compiling num_enum_derive v0.7.6
31142026-06-22T19:29:39.347Z Compiling colored v3.1.1
31152026-06-22T19:29:39.347Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-06-22T19:29:39.347Z Compiling postcard v1.1.3
31172026-06-22T19:29:39.347Z Compiling proc-macro-error v1.0.4
31182026-06-22T19:29:39.347Z Compiling proc-macro-crate v1.3.1
31192026-06-22T19:29:39.348Z Compiling foreign-types-macros v0.2.3
31202026-06-22T19:29:39.348Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31212026-06-22T19:29:39.348Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31222026-06-22T19:29:39.348Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-22T19:29:39.416Z Compiling foreign-types-shared v0.3.1
31242026-06-22T19:29:39.442Z Compiling cpufeatures v0.3.0
31252026-06-22T19:29:39.862Z Compiling rayon-core v1.13.0
31262026-06-22T19:29:39.865Z Compiling chacha20 v0.10.0
31272026-06-22T19:29:39.866Z Compiling num_enum_derive v0.5.11
31282026-06-22T19:29:39.866Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31292026-06-22T19:29:39.866Z Compiling crossbeam-deque v0.8.6
31302026-06-22T19:29:39.866Z Compiling camino-tempfile v1.4.1
31312026-06-22T19:29:39.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-06-22T19:29:39.866Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31332026-06-22T19:29:39.866Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31342026-06-22T19:29:39.866Z Compiling foreign-types v0.5.0
31352026-06-22T19:29:39.884Z Compiling cstr-argument v0.1.2
31362026-06-22T19:29:39.889Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31372026-06-22T19:29:39.955Z Compiling rand v0.10.0
31382026-06-22T19:29:39.979Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31392026-06-22T19:29:40.076Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31402026-06-22T19:29:40.115Z Compiling num_enum v0.7.6
31412026-06-22T19:29:40.158Z Compiling zone_cfg_derive v0.3.1
31422026-06-22T19:29:40.221Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-06-22T19:29:40.276Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31442026-06-22T19:29:40.293Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-06-22T19:29:40.368Z Compiling rayon v1.11.0
31462026-06-22T19:29:40.384Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31472026-06-22T19:29:40.391Z Compiling itertools v0.12.1
31482026-06-22T19:29:40.416Z Compiling num-derive v0.4.2
31492026-06-22T19:29:40.438Z Compiling sigpipe v0.1.3
31502026-06-22T19:29:40.462Z Compiling glob v0.3.3
31512026-06-22T19:29:40.507Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31522026-06-22T19:29:40.569Z Compiling ingot-types v0.1.2
31532026-06-22T19:29:40.610Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31542026-06-22T19:29:40.629Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31552026-06-22T19:29:40.710Z Compiling num_enum v0.5.11
31562026-06-22T19:29:40.740Z Compiling smf v0.2.3
31572026-06-22T19:29:40.833Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31582026-06-22T19:29:40.848Z Compiling whoami v1.6.1
31592026-06-22T19:29:40.884Z Compiling usdt-attr-macro v0.5.0
31602026-06-22T19:29:40.898Z Compiling usdt-macro v0.5.0
31612026-06-22T19:29:40.913Z Compiling gethostname v0.5.0
31622026-06-22T19:29:40.999Z Compiling ingot v0.1.1
31632026-06-22T19:29:41.124Z Compiling num-rational v0.4.2
31642026-06-22T19:29:41.165Z Compiling num-complex v0.4.6
31652026-06-22T19:29:41.581Z Compiling memmap v0.7.0
31662026-06-22T19:29:41.584Z Compiling derive-where v1.6.0
31672026-06-22T19:29:41.584Z Compiling float-ord v0.3.2
31682026-06-22T19:29:41.584Z Compiling toml v0.8.23
31692026-06-22T19:29:41.584Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31702026-06-22T19:29:41.584Z Compiling resolv-conf v0.7.6
31712026-06-22T19:29:41.630Z Compiling zone v0.3.1
31722026-06-22T19:29:41.696Z Compiling num v0.4.3
31732026-06-22T19:29:41.739Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-06-22T19:29:41.769Z Compiling usdt v0.5.0
31752026-06-22T19:29:41.786Z Compiling owo-colors v4.3.0
31762026-06-22T19:29:41.799Z Compiling cancel-safe-futures v0.1.5
31772026-06-22T19:29:41.858Z Compiling libsw-core v0.3.2
31782026-06-22T19:29:41.898Z Compiling prettyplease v0.2.37
31792026-06-22T19:29:41.920Z Compiling console v0.15.11
31802026-06-22T19:29:42.036Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-06-22T19:29:42.076Z Compiling libsw v3.5.0
31822026-06-22T19:29:42.117Z Compiling hickory-proto v0.24.4
31832026-06-22T19:29:42.172Z Compiling newline-converter v0.3.0
31842026-06-22T19:29:42.194Z Compiling libefi-sys v0.1.0
31852026-06-22T19:29:42.214Z Compiling linked-hash-map v0.5.6
31862026-06-22T19:29:42.281Z Compiling linear-map v1.2.0
31872026-06-22T19:29:42.321Z Compiling expectorate v1.2.0
31882026-06-22T19:29:42.430Z Compiling lru-cache v0.1.2
31892026-06-22T19:29:42.449Z Compiling git-stub v1.0.0
31902026-06-22T19:29:42.458Z Compiling typify-macro v0.6.2
31912026-06-22T19:29:42.482Z Compiling bitfield-struct v0.6.2
31922026-06-22T19:29:42.499Z Compiling nom v8.0.0
31932026-06-22T19:29:42.517Z Compiling semver v0.1.20
31942026-06-22T19:29:42.585Z Compiling tokio-dtrace v0.1.1
31952026-06-22T19:29:42.651Z Compiling git-stub-vcs v0.1.0
31962026-06-22T19:29:42.718Z Compiling rustc_version v0.1.7
31972026-06-22T19:29:42.741Z Compiling dropshot-api-manager-types v0.7.2
31982026-06-22T19:29:42.762Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31992026-06-22T19:29:42.830Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-06-22T19:29:42.891Z Compiling slog-dtrace v0.3.0
32012026-06-22T19:29:42.980Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-06-22T19:29:42.996Z Compiling minimal-lexical v0.2.1
32032026-06-22T19:29:43.403Z Compiling newtype_derive v0.1.6
32042026-06-22T19:29:43.409Z Compiling oxide-tokio-rt v0.1.4
32052026-06-22T19:29:43.409Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-06-22T19:29:43.409Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32072026-06-22T19:29:43.409Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-06-22T19:29:43.409Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-22T19:29:43.409Z Compiling nom v7.1.3
32102026-06-22T19:29:43.409Z Compiling phf_shared v0.12.1
32112026-06-22T19:29:43.409Z Compiling csv-core v0.1.13
32122026-06-22T19:29:43.409Z Compiling highway v1.3.0
32132026-06-22T19:29:43.413Z Compiling xshell-macros v0.2.7
32142026-06-22T19:29:43.545Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-06-22T19:29:43.560Z Compiling chrono-tz v0.10.4
32162026-06-22T19:29:43.592Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32172026-06-22T19:29:43.659Z Compiling csv v1.4.0
32182026-06-22T19:29:43.692Z Compiling phf v0.12.1
32192026-06-22T19:29:43.810Z Compiling const_format_proc_macros v0.2.34
32202026-06-22T19:29:43.850Z Compiling xshell v0.2.7
32212026-06-22T19:29:44.301Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-06-22T19:29:44.304Z Compiling primeorder v0.13.6
32232026-06-22T19:29:44.304Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-06-22T19:29:44.304Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32252026-06-22T19:29:44.304Z Compiling tabled_derive v0.7.0
32262026-06-22T19:29:44.304Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32272026-06-22T19:29:44.388Z Compiling typify v0.6.2
32282026-06-22T19:29:44.404Z Compiling hickory-resolver v0.24.4
32292026-06-22T19:29:44.532Z Compiling progenitor-impl v0.14.0
32302026-06-22T19:29:44.546Z Compiling bcs v0.1.6
32312026-06-22T19:29:44.982Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32322026-06-22T19:29:44.986Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32332026-06-22T19:29:44.986Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32342026-06-22T19:29:44.986Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32352026-06-22T19:29:44.986Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-06-22T19:29:45.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-06-22T19:29:45.130Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-06-22T19:29:45.311Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-06-22T19:29:45.402Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-06-22T19:29:45.883Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32412026-06-22T19:29:45.887Z Compiling qorb v0.4.1
32422026-06-22T19:29:45.887Z Compiling const_format v0.2.35
32432026-06-22T19:29:45.887Z Compiling salty v0.3.0
32442026-06-22T19:29:45.887Z Compiling termtree v0.5.1
32452026-06-22T19:29:45.887Z Compiling tagptr v0.2.0
32462026-06-22T19:29:45.897Z Compiling textwrap v0.16.2
32472026-06-22T19:29:45.936Z Compiling tabled v0.15.0
32482026-06-22T19:29:45.982Z Compiling moka v0.12.13
32492026-06-22T19:29:45.996Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-06-22T19:29:46.269Z Compiling steno v0.4.1
32512026-06-22T19:29:46.294Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-06-22T19:29:46.423Z Compiling base64 v0.21.7
32532026-06-22T19:29:46.471Z Compiling radium v0.7.0
32542026-06-22T19:29:46.514Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32552026-06-22T19:29:46.711Z Compiling hickory-resolver v0.25.2
32562026-06-22T19:29:46.771Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-06-22T19:29:46.787Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32582026-06-22T19:29:46.834Z Compiling p384 v0.13.1
32592026-06-22T19:29:46.851Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32602026-06-22T19:29:46.934Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32612026-06-22T19:29:47.194Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-06-22T19:29:47.249Z Compiling progenitor-macro v0.14.0
32632026-06-22T19:29:47.331Z Compiling maybe-uninit v2.0.0
32642026-06-22T19:29:47.422Z Compiling tap v1.0.1
32652026-06-22T19:29:47.573Z Compiling wyz v0.5.1
32662026-06-22T19:29:47.691Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32672026-06-22T19:29:47.739Z Compiling proc-macro-error-attr2 v2.0.0
32682026-06-22T19:29:47.776Z Compiling utf-8 v0.7.6
32692026-06-22T19:29:47.799Z Compiling funty v2.0.0
32702026-06-22T19:29:47.897Z Compiling parking_lot_core v0.8.6
32712026-06-22T19:29:47.995Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-06-22T19:29:48.057Z Compiling packed_struct v0.10.1
32732026-06-22T19:29:48.257Z Compiling proc-macro-error2 v2.0.1
32742026-06-22T19:29:48.268Z Compiling bitvec v1.0.1
32752026-06-22T19:29:48.289Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32762026-06-22T19:29:48.313Z Compiling tungstenite v0.21.0
32772026-06-22T19:29:48.407Z Compiling polyval v0.6.2
32782026-06-22T19:29:48.465Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-06-22T19:29:48.509Z Compiling packed_struct_codegen v0.10.1
32802026-06-22T19:29:48.530Z Compiling num-derive v0.3.3
32812026-06-22T19:29:48.576Z Compiling bitfield-macros v0.19.4
32822026-06-22T19:29:48.656Z Compiling zerocopy-derive v0.6.6
32832026-06-22T19:29:48.680Z Compiling indexmap v1.9.3
32842026-06-22T19:29:48.848Z Compiling crc-catalog v2.4.0
32852026-06-22T19:29:48.932Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-22T19:29:48.946Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32872026-06-22T19:29:49.381Z Compiling nodrop v0.1.14
32882026-06-22T19:29:49.384Z Compiling crc v3.4.0
32892026-06-22T19:29:49.384Z Compiling array-init v0.0.4
32902026-06-22T19:29:49.384Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-06-22T19:29:49.384Z Compiling tokio-tungstenite v0.21.0
32922026-06-22T19:29:49.384Z Compiling ghash v0.5.1
32932026-06-22T19:29:49.384Z Compiling tabled_derive v0.11.0
32942026-06-22T19:29:49.384Z Compiling smallvec v0.6.14
32952026-06-22T19:29:49.384Z Compiling bitfield v0.19.4
32962026-06-22T19:29:49.556Z Compiling libscf-sys v1.1.0
32972026-06-22T19:29:49.961Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32982026-06-22T19:29:49.964Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32992026-06-22T19:29:49.964Z Compiling zerocopy v0.6.6
33002026-06-22T19:29:49.964Z Compiling progenitor-impl v0.13.0
33012026-06-22T19:29:49.964Z Compiling papergrid v0.17.0
33022026-06-22T19:29:49.964Z Compiling testing_table v0.3.0
33032026-06-22T19:29:49.964Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33042026-06-22T19:29:49.964Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-06-22T19:29:49.964Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-06-22T19:29:49.964Z Compiling ctr v0.9.2
33072026-06-22T19:29:49.964Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-06-22T19:29:49.964Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-22T19:29:49.964Z Compiling unicase v2.9.0
33102026-06-22T19:29:49.991Z Compiling corncobs v0.1.4
33112026-06-22T19:29:50.059Z Compiling illumos-nvpair-sys v0.2.0
33122026-06-22T19:29:50.124Z Compiling hashbrown v0.12.3
33132026-06-22T19:29:50.192Z Compiling mime_guess v2.0.5
33142026-06-22T19:29:50.209Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-06-22T19:29:50.216Z Compiling aes-gcm v0.10.3
33162026-06-22T19:29:50.268Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-06-22T19:29:50.310Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-06-22T19:29:50.832Z Compiling parking_lot v0.11.2
33192026-06-22T19:29:50.837Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33202026-06-22T19:29:50.837Z Compiling serde-hex v0.1.0
33212026-06-22T19:29:50.837Z Compiling tabled v0.20.0
33222026-06-22T19:29:50.837Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-06-22T19:29:50.859Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-06-22T19:29:50.923Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-06-22T19:29:51.020Z Compiling ron v0.8.1
33262026-06-22T19:29:51.038Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-06-22T19:29:51.155Z Compiling hashbrown v0.13.2
33282026-06-22T19:29:51.294Z Compiling progenitor-client v0.13.0
33292026-06-22T19:29:51.409Z Compiling prefix-trie v0.7.0
33302026-06-22T19:29:51.534Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-06-22T19:29:51.537Z Compiling blowfish v0.9.1
33322026-06-22T19:29:51.653Z Compiling ssh-encoding v0.2.0
33332026-06-22T19:29:51.672Z Compiling fxhash v0.2.1
33342026-06-22T19:29:51.846Z Compiling secrecy v0.8.0
33352026-06-22T19:29:51.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-06-22T19:29:51.862Z Compiling crc-any v2.5.0
33372026-06-22T19:29:51.949Z Compiling ssh-cipher v0.2.0
33382026-06-22T19:29:52.051Z Compiling sled v0.34.7
33392026-06-22T19:29:52.561Z Compiling hickory-server v0.25.2
33402026-06-22T19:29:52.564Z Compiling bcrypt-pbkdf v0.10.0
33412026-06-22T19:29:52.564Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-06-22T19:29:52.564Z Compiling object v0.30.4
33432026-06-22T19:29:52.564Z Compiling progenitor-macro v0.13.0
33442026-06-22T19:29:52.564Z Compiling progenitor v0.14.0
33452026-06-22T19:29:52.568Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33462026-06-22T19:29:52.572Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-06-22T19:29:52.619Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-22T19:29:52.639Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33492026-06-22T19:29:52.955Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33502026-06-22T19:29:53.170Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512026-06-22T19:29:53.196Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-06-22T19:29:53.364Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-06-22T19:29:53.383Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-06-22T19:29:53.386Z Compiling password-hash v0.4.2
33552026-06-22T19:29:53.667Z Compiling http-range v0.1.5
33562026-06-22T19:29:53.826Z Compiling crc8 v0.1.1
33572026-06-22T19:29:53.878Z Compiling half v1.8.3
33582026-06-22T19:29:53.904Z Compiling path-slash v0.1.5
33592026-06-22T19:29:54.078Z Compiling serde_cbor v0.11.2
33602026-06-22T19:29:54.179Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33612026-06-22T19:29:54.195Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33622026-06-22T19:29:54.703Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-06-22T19:29:55.167Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33642026-06-22T19:29:55.218Z Compiling pbkdf2 v0.11.0
33652026-06-22T19:29:55.293Z Compiling illumos-nvpair v0.3.0
33662026-06-22T19:29:55.451Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33672026-06-22T19:29:55.451Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33682026-06-22T19:29:55.473Z Compiling ssh-key v0.6.7
33692026-06-22T19:29:55.613Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33702026-06-22T19:29:55.827Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33712026-06-22T19:29:55.845Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33722026-06-22T19:29:55.860Z Compiling p256 v0.13.2
33732026-06-22T19:29:55.947Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-06-22T19:29:56.004Z Compiling p521 v0.13.3
33752026-06-22T19:29:56.276Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-06-22T19:29:56.381Z Compiling yasna v0.5.2
33772026-06-22T19:29:56.418Z Compiling kstat-rs v0.2.4
33782026-06-22T19:29:56.600Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33792026-06-22T19:29:56.650Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33802026-06-22T19:29:56.744Z Compiling headers-core v0.3.0
33812026-06-22T19:29:56.902Z Compiling nanorand v0.7.0
33822026-06-22T19:29:57.371Z Compiling russh-cryptovec v0.7.3
33832026-06-22T19:29:57.375Z Compiling atty v0.2.14
33842026-06-22T19:29:57.375Z Compiling md5 v0.7.0
33852026-06-22T19:29:57.375Z Compiling home v0.5.12
33862026-06-22T19:29:57.375Z Compiling flume v0.11.1
33872026-06-22T19:29:57.375Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33882026-06-22T19:29:57.375Z Compiling headers v0.4.1
33892026-06-22T19:29:57.375Z Compiling rcgen v0.12.1
33902026-06-22T19:29:57.375Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-06-22T19:29:57.375Z Compiling russh-keys v0.45.0
33922026-06-22T19:29:57.425Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-06-22T19:29:57.444Z Compiling progenitor v0.13.0
33942026-06-22T19:29:57.460Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33952026-06-22T19:29:57.543Z Compiling hyper-staticfile v0.10.1
33962026-06-22T19:29:57.624Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33972026-06-22T19:29:57.658Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-06-22T19:29:57.796Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33992026-06-22T19:29:57.978Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-06-22T19:29:57.997Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34012026-06-22T19:29:58.074Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34022026-06-22T19:29:58.097Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-06-22T19:29:58.160Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34042026-06-22T19:29:58.247Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34052026-06-22T19:29:58.474Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34062026-06-22T19:29:58.499Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34072026-06-22T19:29:58.517Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34082026-06-22T19:29:58.722Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-06-22T19:29:58.751Z Compiling num-bigint v0.4.6
34102026-06-22T19:29:58.772Z Compiling des v0.8.1
34112026-06-22T19:29:58.789Z Compiling subprocess v0.2.15
34122026-06-22T19:29:58.795Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-06-22T19:29:58.823Z Compiling display-error-chain v0.2.2
34142026-06-22T19:29:58.842Z Compiling hex-literal v0.4.1
34152026-06-22T19:29:58.963Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34162026-06-22T19:29:58.982Z Compiling colored v2.2.0
34172026-06-22T19:29:58.998Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34182026-06-22T19:29:59.014Z Compiling internet-checksum v0.2.1
34192026-06-22T19:29:59.255Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34202026-06-22T19:29:59.357Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-06-22T19:29:59.920Z Compiling russh v0.45.0
34222026-06-22T19:30:00.206Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-06-22T19:30:01.138Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-06-22T19:30:01.138Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-06-22T19:30:03.528Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-06-22T19:30:04.170Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-06-22T19:30:04.283Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-06-22T19:30:04.644Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-06-22T19:30:06.631Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34302026-06-22T19:30:14.810Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34312026-06-22T19:30:14.810Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322026-06-22T19:30:14.813Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-06-22T19:30:14.813Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-06-22T19:30:16.498Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34352026-06-22T19:30:16.594Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34362026-06-22T19:30:20.560Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-06-22T19:30:59.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34382026-06-22T19:30:59.839Z
34392026-06-22T19:30:59.840Zreal 1:25.741433255
34402026-06-22T19:30:59.840Zuser 7:59.069528534
34412026-06-22T19:30:59.840Zsys 1:36.760229442
34422026-06-22T19:30:59.845Ztrap 0.236508722
34432026-06-22T19:30:59.845Ztflt 0.475790033
34442026-06-22T19:30:59.845Zdflt 1.828430998
34452026-06-22T19:30:59.845Zkflt 0.000282450
34462026-06-22T19:30:59.845Zlock 28:02.051213800
34472026-06-22T19:30:59.845Zslp 17:54.525254818
34482026-06-22T19:30:59.845Zlat 38.947651908
34492026-06-22T19:30:59.845Zstop 2:42.498705494
34502026-06-22T19:30:59.845Z+ mkdir tests
34512026-06-22T19:30:59.848Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34522026-06-22T19:30:59.848Z+ xargs -I '{}' -t cp '{}' tests/
34532026-06-22T19:30:59.868Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34542026-06-22T19:30:59.896Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34552026-06-22T19:30:59.939Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34562026-06-22T19:30:59.955Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34572026-06-22T19:31:00.281Z+ 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)
34582026-06-22T19:31:00.290Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34592026-06-22T19:32:20.177ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34602026-06-22T19:32:20.177Za .github/buildomat/ci-env.sh 1K
34612026-06-22T19:32:20.177Za out/target/test 1K
34622026-06-22T19:32:20.177Za out/npuzone/npuzone 27402K
34632026-06-22T19:32:20.177Za package-manifest.toml 35K
34642026-06-22T19:32:20.177Za smf/sled-agent/non-gimlet/config.toml 6K
34652026-06-22T19:32:20.177Za target/release/omicron-package 45177K
34662026-06-22T19:32:20.177Za target/release/xtask 11453K
34672026-06-22T19:32:20.177Za target/debug/bootstrap 355923K
34682026-06-22T19:32:20.177Za tests/bootstrap-924fc3fc47321669 31215K
34692026-06-22T19:32:20.177Za tests/commtest-408c589a9be9a15a 32300K
34702026-06-22T19:32:20.177Za tests/dhcp_server-f35f394bfb169ef7 31215K
34712026-06-22T19:32:20.177Za tests/end_to_end_tests-f00a927a2ca939a9 397748K
34722026-06-22T19:32:20.177Za tools/opte_version 1K
34732026-06-22T19:32:20.177Za tools/opte_version_override 2K
34742026-06-22T19:32:20.177Za out/clickhouse.tar.gz 313417K
34752026-06-22T19:32:20.177Za out/clickhouse_keeper.tar.gz 298475K
34762026-06-22T19:32:20.178Za out/clickhouse_server.tar.gz 313415K
34772026-06-22T19:32:20.178Za out/cockroachdb.tar.gz 157676K
34782026-06-22T19:32:20.178Za out/crucible-pantry-zone.tar.gz 36467K
34792026-06-22T19:32:20.178Za out/crucible-utils.tar 16478K
34802026-06-22T19:32:20.178Za out/crucible-zone.tar.gz 52037K
34812026-06-22T19:32:20.178Za out/external-dns.tar.gz 42900K
34822026-06-22T19:32:20.178Za out/internal-dns.tar.gz 42899K
34832026-06-22T19:32:20.178Za out/mg-ddm-gz.tar 97917K
34842026-06-22T19:32:20.178Za out/nexus.tar.gz 277102K
34852026-06-22T19:32:20.178Za out/ntp.tar.gz 24107K
34862026-06-22T19:32:20.178Za out/omicron-gateway-softnpu.tar.gz 30194K
34872026-06-22T19:32:20.178Za out/omicron-sled-agent.tar 194549K
34882026-06-22T19:32:20.178Za out/overlay.tar.gz 3K
34892026-06-22T19:32:20.178Za out/oximeter.tar.gz 62280K
34902026-06-22T19:32:20.178Za out/oxlog.tar 3782K
34912026-06-22T19:32:20.179Za out/probe.tar.gz 3037K
34922026-06-22T19:32:20.179Za out/propolis-server.tar.gz 34918K
34932026-06-22T19:32:20.179Za out/pumpkind-gz.tar 26647K
34942026-06-22T19:32:20.179Za out/switch-softnpu.tar.gz 447238K
34952026-06-22T19:32:20.193Z
34962026-06-22T19:32:20.193Zreal 1:19.884994265
34972026-06-22T19:32:20.193Zuser 1:17.268761320
34982026-06-22T19:32:20.193Zsys 4.377560190
34992026-06-22T19:32:20.193Ztrap 0.006490934
35002026-06-22T19:32:20.194Ztflt 0.000000000
35012026-06-22T19:32:20.194Zdflt 0.000000000
35022026-06-22T19:32:20.194Zkflt 0.000000000
35032026-06-22T19:32:20.194Zlock 0.000000000
35042026-06-22T19:32:20.194Zslp 1:17.117150655
35052026-06-22T19:32:20.194Zlat 0.994948619
35062026-06-22T19:32:20.194Zstop 0.000460290
35072026-06-22T19:32:20.194Zprocess exited: duration 957835 ms, exit code 0
 
35082026-06-22T19:32:20.231Zfound 1 output files
35092026-06-22T19:32:20.231Zuploading: /work/package.tar.gz (2477706627 bytes)
35102026-06-22T19:33:45.245Zuploaded: /work/package.tar.gz