01KWPT9NZG6P6NF4YRZTX5ZGXT: 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: 01KWPTA3RRMXCZ0KS3WR3Q2P76

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T15:01:13.165Zjob assigned to worker 01KWPTAD884W3J3KMVQJS5F3JR [factory aws, i-0fe2df1b497687207] (queued for 53 s)
 
22026-07-04T15:01:20.614Zstarting task 0: "setup"
32026-07-04T15:01:20.619Z++ uname -s
42026-07-04T15:01:20.622Z+ kern=SunOS
52026-07-04T15:01:20.622Z+ build_user=build
62026-07-04T15:01:20.622Z+ build_uid=12345
72026-07-04T15:01:20.622Z+ work_dir=/work
82026-07-04T15:01:20.622Z+ input_dir=/input
92026-07-04T15:01:20.622Z+ [[ 0 == 12345 ]]
102026-07-04T15:01:20.622Z+ case "$kern" in
112026-07-04T15:01:20.622Z+ groupadd -g 12345 build
122026-07-04T15:01:20.625Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T15:01:22.631Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T15:01:22.755Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T15:01:22.758Z+ home_fs=zfs
162026-07-04T15:01:22.758Z+ [[ zfs == autofs ]]
172026-07-04T15:01:22.758Z+ mkdir -p /home/build
182026-07-04T15:01:22.758Z+ chown build:build /home/build /work
192026-07-04T15:01:23.761Z+ chmod 0700 /home/build /work
202026-07-04T15:01:23.764Zprocess exited: duration 3151 ms, exit code 0
 
212026-07-04T15:01:23.771Zstarting task 1: "rust-toolchain"
222026-07-04T15:01:23.776Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-04T15:01:23.776Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-04T15:01:23.776Z * rust toolchain channel = "1.96.1"
252026-07-04T15:01:23.776Z * rust toolchain profile = "default"
262026-07-04T15:01:23.776Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-04T15:01:23.776Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-04T15:01:23.780Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T15:01:23.780Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-04T15:01:23.886Zinfo: downloading installer
312026-07-04T15:01:25.520Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T15:01:25.520Zwarn: /home/build/.rustup/settings.toml
332026-07-04T15:01:25.520Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T15:01:25.520Zwarn: instead of the one inferred from the default host triple.
352026-07-04T15:01:25.531Zinfo: profile set to default
362026-07-04T15:01:25.531Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T15:01:25.534Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-04T15:01:25.689Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-04T15:01:25.692Zinfo: downloading 6 components
402026-07-04T15:01:42.644Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-04T15:01:42.645Z
422026-07-04T15:01:42.671Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-04T15:01:42.671Z
442026-07-04T15:01:42.671Z
452026-07-04T15:01:42.671ZRust is installed now. Great!
462026-07-04T15:01:42.671Z
472026-07-04T15:01:42.671ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T15:01:42.672Zenvironment variable. This has not been done automatically.
492026-07-04T15:01:42.672Z
502026-07-04T15:01:42.672ZTo configure your current shell, you need to source
512026-07-04T15:01:42.672Zthe corresponding env file under $HOME/.cargo.
522026-07-04T15:01:42.672Z
532026-07-04T15:01:42.672ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T15:01:42.675Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T15:01:42.675Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T15:01:42.675Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T15:01:42.675Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T15:01:42.675Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T15:01:42.676Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T15:01:42.676Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T15:01:42.676Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T15:01:42.789Z+ rustup --version
632026-07-04T15:01:42.795Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T15:01:42.795Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T15:01:42.816Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-04T15:01:42.819Z+ cargo --version
672026-07-04T15:01:42.827Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-04T15:01:42.830Z+ rustc --version
692026-07-04T15:01:42.851Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-04T15:01:42.855Zprocess exited: duration 19083 ms, exit code 0
 
712026-07-04T15:01:42.861Zstarting task 2: "authentication"
722026-07-04T15:01:42.879Zprocess exited: duration 17 ms, exit code 0
 
732026-07-04T15:01:42.887Zstarting task 3: "clone repository"
742026-07-04T15:01:42.890Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-04T15:01:42.894Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-04T15:01:42.926ZCloning into '/work/oxidecomputer/omicron'...
772026-07-04T15:01:54.448Z+ cd /work/oxidecomputer/omicron
782026-07-04T15:01:54.448Z+ git fetch origin 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
792026-07-04T15:01:54.740ZFrom https://github.com/oxidecomputer/omicron
802026-07-04T15:01:54.740Z * branch 1f2971ad54652bbb64e6c9303ce505f2985bf9d7 -> FETCH_HEAD
812026-07-04T15:01:54.755Z+ [[ -n bgp-results-page ]]
822026-07-04T15:01:54.758Z++ git branch --show-current
832026-07-04T15:01:54.761Z+ current=main
842026-07-04T15:01:54.761Z+ [[ main != bgp-results-page ]]
852026-07-04T15:01:54.761Z+ git branch -f bgp-results-page 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
862026-07-04T15:01:54.763Z+ git checkout -f bgp-results-page
872026-07-04T15:01:55.012ZSwitched to branch 'bgp-results-page'
882026-07-04T15:01:55.017Z+ git reset --hard 1f2971ad54652bbb64e6c9303ce505f2985bf9d7
892026-07-04T15:01:55.037ZHEAD is now at 1f2971ad5 bgp_announce_set_list: return ResultsPage
902026-07-04T15:01:55.041Zprocess exited: duration 12153 ms, exit code 0
 
912026-07-04T15:01:55.048Zstarting task 4: "build"
922026-07-04T15:01:55.053Z+ source .github/buildomat/ci-env.sh
932026-07-04T15:01:55.056Z++ export CARGO_TERM_COLOR=always
942026-07-04T15:01:55.056Z++ CARGO_TERM_COLOR=always
952026-07-04T15:01:55.056Z+++ uname -s
962026-07-04T15:01:55.056Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-04T15:01:55.056Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-04T15:01:55.059Z+ cargo --version
992026-07-04T15:01:55.069Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-04T15:01:55.072Z+ rustc --version
1012026-07-04T15:01:55.092Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-04T15:01:55.096Z+ WORK=/work
1032026-07-04T15:01:55.096Z+ pfexec mkdir -p /work
1042026-07-04T15:01:55.099Z+ pfexec chown build /work
1052026-07-04T15:01:55.102Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-04T15:01:56.700Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-04T15:01:56.809Z Startup: Caching catalogs ... Done
1082026-07-04T15:01:57.305ZPlanning: Solver setup ... Done (0.442s)
1092026-07-04T15:01:57.332ZPlanning: Running solver ... Done (0.027s)
1102026-07-04T15:01:57.343ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-04T15:01:57.354ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-04T15:01:57.371ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-04T15:01:57.384ZPlanning: Package planning ... Done (0.013s)
1142026-07-04T15:01:57.387ZPlanning: Merging actions ... Done (0.001s)
1152026-07-04T15:01:57.548ZPlanning: Checking for conflicting actions ... Done (0.162s)
1162026-07-04T15:01:57.551ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-04T15:01:58.398ZPlanning: Evaluating mediators ... Done (0.849s)
1182026-07-04T15:01:58.401ZPlanning: Planning completed in 1.57 seconds
1192026-07-04T15:01:58.408Z Packages to install: 2
1202026-07-04T15:01:58.408Z Estimated space available: 156.07 GB
1212026-07-04T15:01:58.408ZEstimated space to be consumed: 30.98 MB
1222026-07-04T15:01:58.408Z Create boot environment: No
1232026-07-04T15:01:58.408ZCreate backup boot environment: No
1242026-07-04T15:01:58.408Z Rebuild boot archive: No
1252026-07-04T15:01:58.408Z
1262026-07-04T15:01:58.412ZChanged packages:
1272026-07-04T15:01:58.412Zhelios
1282026-07-04T15:01:58.412Z developer/build-essential
1292026-07-04T15:01:58.412Z None -> 11-3.0
1302026-07-04T15:01:58.412Z library/libxmlsec1
1312026-07-04T15:01:58.412Z None -> 1.2.35-3.0
1322026-07-04T15:01:58.435Z
1332026-07-04T15:01:58.435ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-04T15:01:58.918ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1352026-07-04T15:01:59.038Z Actions: 1/268 actions (Installing new actions)
1362026-07-04T15:01:59.080Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-04T15:01:59.089ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-04T15:01:59.092ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-04T15:01:59.118ZFinalize: Updating image state ... Done (0.029s)
1402026-07-04T15:02:01.708ZFinalize: Creating fast lookup database ... Done (2.563s)
1412026-07-04T15:02:01.779ZFinalize: Reading search index ... Done (0.013s)
1422026-07-04T15:02:01.783ZFinalize: Updating search index ... Done (0.000s)
1432026-07-04T15:02:01.870ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-04T15:02:02.186ZPlanning: Evaluating mediator changes ... Done
1452026-07-04T15:02:02.293ZPlanning: Checking for conflicting actions ... Done
1462026-07-04T15:02:02.295ZPlanning: Consolidating action changes ... Done
1472026-07-04T15:02:02.449ZPlanning: Evaluating mediators ... Done
1482026-07-04T15:02:02.452ZPlanning: Planning completed in 0.26 seconds
1492026-07-04T15:02:02.472Z Mediators to change: 2
1502026-07-04T15:02:02.475Z Create boot environment: No
1512026-07-04T15:02:02.475ZCreate backup boot environment: No
1522026-07-04T15:02:02.547ZFinalize: Updating package state database ... Done
1532026-07-04T15:02:02.547ZFinalize: Updating package cache ... Done
1542026-07-04T15:02:02.562ZFinalize: Updating image state ... Done
1552026-07-04T15:02:04.505ZFinalize: Creating fast lookup database ... Done
1562026-07-04T15:02:04.568ZFinalize: Reading search index ... Done
1572026-07-04T15:02:04.573ZFinalize: Updating search index ... Done
1582026-07-04T15:02:04.673ZFinalize: Updating package cache ... Done
1592026-07-04T15:02:04.957ZPlanning: Evaluating mediator changes ... Done
1602026-07-04T15:02:05.062ZPlanning: Checking for conflicting actions ... Done
1612026-07-04T15:02:05.065ZPlanning: Consolidating action changes ... Done
1622026-07-04T15:02:05.218ZPlanning: Evaluating mediators ... Done
1632026-07-04T15:02:05.221ZPlanning: Planning completed in 0.26 seconds
1642026-07-04T15:02:05.243Z Mediators to change: 1
1652026-07-04T15:02:05.243Z Create boot environment: No
1662026-07-04T15:02:05.243ZCreate backup boot environment: No
1672026-07-04T15:02:05.302ZFinalize: Updating package state database ... Done
1682026-07-04T15:02:05.302ZFinalize: Updating package cache ... Done
1692026-07-04T15:02:05.316ZFinalize: Updating image state ... Done
1702026-07-04T15:02:07.269ZFinalize: Creating fast lookup database ... Done
1712026-07-04T15:02:07.335ZFinalize: Reading search index ... Done
1722026-07-04T15:02:07.338ZFinalize: Updating search index ... Done
1732026-07-04T15:02:07.413ZFinalize: Updating package cache ... Done
1742026-07-04T15:02:07.725ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-04T15:02:07.725Zapache system 2.4 system
1762026-07-04T15:02:07.725Zclang system 15 system
1772026-07-04T15:02:07.725Zcsh system system illumos
1782026-07-04T15:02:07.725Zctags system system illumos
1792026-07-04T15:02:07.725Zfile vendor vendor darwinsys
1802026-07-04T15:02:07.725Zfile system system illumos
1812026-07-04T15:02:07.725Zgcc vendor 14 vendor
1822026-07-04T15:02:07.725Zgcc system 13 system
1832026-07-04T15:02:07.725Zgcc system 10 system
1842026-07-04T15:02:07.725Zgo system 1.25 system
1852026-07-04T15:02:07.725Zllvm system 15 system
1862026-07-04T15:02:07.725Zmariadb system 11.4 system
1872026-07-04T15:02:07.725Zmta vendor vendor dma
1882026-07-04T15:02:07.725Zopenjdk system 17 system
1892026-07-04T15:02:07.725Zopenjdk system 11 system
1902026-07-04T15:02:07.725Zopenssl vendor 3 vendor
1912026-07-04T15:02:07.725Zperl system 5.40 system
1922026-07-04T15:02:07.725Zpostgresql system 18 system
1932026-07-04T15:02:07.725Zpostgresql system 17 system
1942026-07-04T15:02:07.725Zpython vendor 3 vendor
1952026-07-04T15:02:07.725Zpython system 2 system
1962026-07-04T15:02:07.725Zpython3 vendor 3.13 vendor
1972026-07-04T15:02:07.726Zruby system 3.4 system
1982026-07-04T15:02:07.726Zruby system 3.0 system
1992026-07-04T15:02:07.726Zwords vendor vendor american-english
2002026-07-04T15:02:07.726Zwords system system australian-english
2012026-07-04T15:02:07.726Zwords system system british-english
2022026-07-04T15:02:07.726Zwords system system canadian-english
2032026-07-04T15:02:07.726Zwords system system french
2042026-07-04T15:02:07.726Zwords system system italian
2052026-07-04T15:02:07.726Zwords system system ngerman
2062026-07-04T15:02:07.726Zwords system system ogerman
2072026-07-04T15:02:07.726Zwords system system spanish
2082026-07-04T15:02:07.977ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-04T15:02:07.977Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-04T15:02:08.277ZFMRI IFO
2112026-07-04T15:02:08.277Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-04T15:02:08.277Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-04T15:02:08.278Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-04T15:02:08.278Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-04T15:02:08.278Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-04T15:02:08.278Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-04T15:02:08.278Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-04T15:02:08.278Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-04T15:02:08.278Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-04T15:02:08.529Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-04T15:02:08.782Z Updating crates.io index
2222026-07-04T15:02:08.785Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-04T15:02:09.013Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-04T15:02:09.267Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-04T15:02:10.208Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-04T15:02:10.697Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-04T15:02:12.614Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-04T15:02:13.338Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-04T15:02:13.574Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-04T15:02:13.879Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-04T15:02:14.881Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-04T15:02:15.120Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-04T15:02:15.398Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-04T15:02:15.670Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-04T15:02:16.065Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-04T15:02:16.503Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-04T15:02:16.709Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-04T15:02:16.928Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-04T15:02:17.139Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-04T15:02:17.397Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-04T15:02:17.768Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-04T15:02:17.975Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-04T15:02:18.209Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-04T15:02:18.553Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-04T15:02:18.852Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-04T15:02:19.101Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-04T15:02:19.491Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-04T15:02:19.847Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-04T15:02:20.294Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-04T15:02:20.521Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-04T15:02:20.740Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-04T15:02:21.046Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-04T15:02:21.373Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-04T15:02:21.577Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-04T15:02:21.819Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-04T15:02:22.043Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-04T15:02:22.288Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-04T15:02:22.548Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-04T15:02:22.794Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-04T15:02:23.038Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-04T15:02:23.255Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-04T15:02:25.918Z Downloading crates ...
2632026-07-04T15:02:25.974Z Downloaded anstyle-parse v1.0.0
2642026-07-04T15:02:25.977Z Downloaded serde_spanned v0.6.9
2652026-07-04T15:02:25.977Z Downloaded anstyle-query v1.1.5
2662026-07-04T15:02:25.979Z Downloaded autocfg v1.5.0
2672026-07-04T15:02:25.980Z Downloaded anstyle v1.0.14
2682026-07-04T15:02:25.980Z Downloaded anstream v1.0.0
2692026-07-04T15:02:25.982Z Downloaded serde_core v1.0.228
2702026-07-04T15:02:25.982Z Downloaded zmij v1.0.21
2712026-07-04T15:02:25.986Z Downloaded cargo-platform v0.3.2
2722026-07-04T15:02:25.986Z Downloaded generic-array v0.14.7
2732026-07-04T15:02:25.986Z Downloaded fnv v1.0.7
2742026-07-04T15:02:25.989Z Downloaded log v0.4.29
2752026-07-04T15:02:25.992Z Downloaded zerocopy-derive v0.7.35
2762026-07-04T15:02:25.992Z Downloaded heck v0.5.0
2772026-07-04T15:02:25.994Z Downloaded digest v0.10.7
2782026-07-04T15:02:25.997Z Downloaded clap_lex v1.0.0
2792026-07-04T15:02:26.000Z Downloaded zerocopy v0.7.35
2802026-07-04T15:02:26.008Z Downloaded colorchoice v1.0.4
2812026-07-04T15:02:26.011Z Downloaded cfg-if v1.0.4
2822026-07-04T15:02:26.014Z Downloaded is_terminal_polyfill v1.70.2
2832026-07-04T15:02:26.014Z Downloaded errno v0.3.14
2842026-07-04T15:02:26.016Z Downloaded equivalent v1.0.2
2852026-07-04T15:02:26.017Z Downloaded crypto-common v0.1.7
2862026-07-04T15:02:26.019Z Downloaded camino-tempfile v1.4.1
2872026-07-04T15:02:26.022Z Downloaded indexmap v2.14.0
2882026-07-04T15:02:26.027Z Downloaded swrite v0.1.0
2892026-07-04T15:02:26.030Z Downloaded plain v0.2.3
2902026-07-04T15:02:26.030Z Downloaded fs-err v3.3.0
2912026-07-04T15:02:26.033Z Downloaded macaddr v1.0.1
2922026-07-04T15:02:26.037Z Downloaded anyhow v1.0.102
2932026-07-04T15:02:26.039Z Downloaded bitflags v2.11.0
2942026-07-04T15:02:26.043Z Downloaded block-buffer v0.10.4
2952026-07-04T15:02:26.046Z Downloaded dtrace-parser v0.2.0
2962026-07-04T15:02:26.049Z Downloaded usdt-attr-macro v0.5.0
2972026-07-04T15:02:26.051Z Downloaded fastrand v2.3.0
2982026-07-04T15:02:26.051Z Downloaded heck v0.4.1
2992026-07-04T15:02:26.054Z Downloaded sha2 v0.10.9
3002026-07-04T15:02:26.054Z Downloaded memmap v0.7.0
3012026-07-04T15:02:26.057Z Downloaded quote v1.0.45
3022026-07-04T15:02:26.060Z Downloaded dof v0.3.0
3032026-07-04T15:02:26.062Z Downloaded usdt v0.5.0
3042026-07-04T15:02:26.065Z Downloaded cpufeatures v0.2.17
3052026-07-04T15:02:26.069Z Downloaded proc-macro-error-attr v1.0.4
3062026-07-04T15:02:26.073Z Downloaded toml_write v0.1.2
3072026-07-04T15:02:26.076Z Downloaded pretty-hex v0.4.1
3082026-07-04T15:02:26.079Z Downloaded version_check v0.9.5
3092026-07-04T15:02:26.079Z Downloaded usdt-macro v0.5.0
3102026-07-04T15:02:26.079Z Downloaded thread-id v4.2.2
3112026-07-04T15:02:26.079Z Downloaded strsim v0.11.1
3122026-07-04T15:02:26.082Z Downloaded scroll_derive v0.12.1
3132026-07-04T15:02:26.085Z Downloaded smawk v0.3.2
3142026-07-04T15:02:26.094Z Downloaded utf8parse v0.2.2
3152026-07-04T15:02:26.097Z Downloaded unicode-linebreak v0.1.5
3162026-07-04T15:02:26.100Z Downloaded once_cell v1.21.3
3172026-07-04T15:02:26.103Z Downloaded clap_derive v4.6.1
3182026-07-04T15:02:26.103Z Downloaded terminal_size v0.4.3
3192026-07-04T15:02:26.108Z Downloaded proc-macro-error v1.0.4
3202026-07-04T15:02:26.111Z Downloaded itoa v1.0.17
3212026-07-04T15:02:26.114Z Downloaded byteorder v1.5.0
3222026-07-04T15:02:26.116Z Downloaded thiserror-impl v1.0.69
3232026-07-04T15:02:26.116Z Downloaded cargo_toml v0.21.0
3242026-07-04T15:02:26.119Z Downloaded toml_datetime v0.6.11
3252026-07-04T15:02:26.119Z Downloaded bytecount v0.6.9
3262026-07-04T15:02:26.122Z Downloaded serde_tokenstream v0.2.3
3272026-07-04T15:02:26.129Z Downloaded tabled_derive v0.7.0
3282026-07-04T15:02:26.134Z Downloaded usdt-impl v0.5.0
3292026-07-04T15:02:26.137Z Downloaded thiserror v1.0.69
3302026-07-04T15:02:26.140Z Downloaded thiserror-impl v2.0.18
3312026-07-04T15:02:26.142Z Downloaded thiserror v2.0.18
3322026-07-04T15:02:26.145Z Downloaded scroll v0.12.0
3332026-07-04T15:02:26.155Z Downloaded textwrap v0.16.2
3342026-07-04T15:02:26.161Z Downloaded pest_derive v2.8.6
3352026-07-04T15:02:26.164Z Downloaded tempfile v3.25.0
3362026-07-04T15:02:26.164Z Downloaded semver v1.0.28
3372026-07-04T15:02:26.166Z Downloaded toml v0.8.23
3382026-07-04T15:02:26.169Z Downloaded ucd-trie v0.1.7
3392026-07-04T15:02:26.172Z Downloaded clap v4.6.1
3402026-07-04T15:02:26.175Z Downloaded pest_generator v2.8.6
3412026-07-04T15:02:26.178Z Downloaded cargo_metadata v0.23.1
3422026-07-04T15:02:26.181Z Downloaded getrandom v0.4.1
3432026-07-04T15:02:26.188Z Downloaded serde_derive v1.0.228
3442026-07-04T15:02:26.191Z Downloaded camino v1.2.2
3452026-07-04T15:02:26.194Z Downloaded proc-macro2 v1.0.106
3462026-07-04T15:02:26.198Z Downloaded unicode-ident v1.0.24
3472026-07-04T15:02:26.216Z Downloaded toml_edit v0.22.27
3482026-07-04T15:02:26.219Z Downloaded pest_meta v2.8.6
3492026-07-04T15:02:26.223Z Downloaded clap_builder v4.6.0
3502026-07-04T15:02:26.226Z Downloaded memchr v2.8.0
3512026-07-04T15:02:26.230Z Downloaded papergrid v0.11.0
3522026-07-04T15:02:26.233Z Downloaded serde v1.0.228
3532026-07-04T15:02:26.247Z Downloaded pest v2.8.6
3542026-07-04T15:02:26.256Z Downloaded typenum v1.20.1
3552026-07-04T15:02:26.272Z Downloaded hashbrown v0.17.0
3562026-07-04T15:02:26.289Z Downloaded serde_json v1.0.150
3572026-07-04T15:02:26.303Z Downloaded goblin v0.8.2
3582026-07-04T15:02:26.310Z Downloaded winnow v0.7.14
3592026-07-04T15:02:26.321Z Downloaded tabled v0.15.0
3602026-07-04T15:02:26.331Z Downloaded syn v1.0.109
3612026-07-04T15:02:26.352Z Downloaded unicode-width v0.2.0
3622026-07-04T15:02:26.355Z Downloaded unicode-width v0.1.14
3632026-07-04T15:02:26.358Z Downloaded syn v2.0.117
3642026-07-04T15:02:26.375Z Downloaded rustix v1.1.3
3652026-07-04T15:02:26.395Z Downloaded libc v0.2.185
3662026-07-04T15:02:26.457Z Compiling proc-macro2 v1.0.106
3672026-07-04T15:02:26.457Z Compiling quote v1.0.45
3682026-07-04T15:02:26.457Z Compiling unicode-ident v1.0.24
3692026-07-04T15:02:26.460Z Compiling serde_core v1.0.228
3702026-07-04T15:02:26.460Z Compiling libc v0.2.185
3712026-07-04T15:02:26.460Z Compiling version_check v0.9.5
3722026-07-04T15:02:26.460Z Compiling memchr v2.8.0
3732026-07-04T15:02:26.460Z Compiling serde v1.0.228
3742026-07-04T15:02:26.460Z Compiling zmij v1.0.21
3752026-07-04T15:02:26.460Z Compiling thiserror v1.0.69
3762026-07-04T15:02:26.460Z Compiling ucd-trie v0.1.7
3772026-07-04T15:02:26.460Z Compiling itoa v1.0.17
3782026-07-04T15:02:26.637Z Compiling rustix v1.1.3
3792026-07-04T15:02:26.640Z Compiling byteorder v1.5.0
3802026-07-04T15:02:26.870Z Compiling serde_json v1.0.150
3812026-07-04T15:02:27.013Z Compiling bitflags v2.11.0
3822026-07-04T15:02:27.102Z Compiling pest v2.8.6
3832026-07-04T15:02:27.156Z Compiling syn v1.0.109
3842026-07-04T15:02:27.171Z Compiling proc-macro-error-attr v1.0.4
3852026-07-04T15:02:27.670Z Compiling usdt-impl v0.5.0
3862026-07-04T15:02:27.701Z Compiling camino v1.2.2
3872026-07-04T15:02:27.701Z Compiling proc-macro-error v1.0.4
3882026-07-04T15:02:27.701Z Compiling plain v0.2.3
3892026-07-04T15:02:27.702Z Compiling hashbrown v0.17.0
3902026-07-04T15:02:27.702Z Compiling equivalent v1.0.2
3912026-07-04T15:02:27.702Z Compiling log v0.4.29
3922026-07-04T15:02:27.702Z Compiling getrandom v0.4.1
3932026-07-04T15:02:27.702Z Compiling utf8parse v0.2.2
3942026-07-04T15:02:27.702Z Compiling winnow v0.7.14
3952026-07-04T15:02:27.702Z Compiling anstyle v1.0.14
3962026-07-04T15:02:27.702Z Compiling anstyle-query v1.1.5
3972026-07-04T15:02:27.735Z Compiling anstyle-parse v1.0.0
3982026-07-04T15:02:27.794Z Compiling pretty-hex v0.4.1
3992026-07-04T15:02:27.818Z Compiling autocfg v1.5.0
4002026-07-04T15:02:27.835Z Compiling errno v0.3.14
4012026-07-04T15:02:27.863Z Compiling thread-id v4.2.2
4022026-07-04T15:02:27.878Z Compiling is_terminal_polyfill v1.70.2
4032026-07-04T15:02:27.890Z Compiling colorchoice v1.0.4
4042026-07-04T15:02:27.940Z Compiling toml_write v0.1.2
4052026-07-04T15:02:27.961Z Compiling thiserror v2.0.18
4062026-07-04T15:02:27.999Z Compiling indexmap v2.14.0
4072026-07-04T15:02:28.009Z Compiling cfg-if v1.0.4
4082026-07-04T15:02:28.053Z Compiling anstream v1.0.0
4092026-07-04T15:02:28.086Z Compiling strsim v0.11.1
4102026-07-04T15:02:28.116Z Compiling syn v2.0.117
4112026-07-04T15:02:28.191Z Compiling bytecount v0.6.9
4122026-07-04T15:02:28.207Z Compiling pest_meta v2.8.6
4132026-07-04T15:02:28.279Z Compiling fs-err v3.3.0
4142026-07-04T15:02:28.348Z Compiling fnv v1.0.7
4152026-07-04T15:02:28.386Z Compiling clap_lex v1.0.0
4162026-07-04T15:02:28.389Z Compiling anyhow v1.0.102
4172026-07-04T15:02:28.438Z Compiling fastrand v2.3.0
4182026-07-04T15:02:28.479Z Compiling once_cell v1.21.3
4192026-07-04T15:02:28.496Z Compiling unicode-width v0.1.14
4202026-07-04T15:02:28.515Z Compiling heck v0.5.0
4212026-07-04T15:02:28.591Z Compiling heck v0.4.1
4222026-07-04T15:02:28.685Z Compiling memmap v0.7.0
4232026-07-04T15:02:28.688Z Compiling unicode-width v0.2.0
4242026-07-04T15:02:28.723Z Compiling unicode-linebreak v0.1.5
4252026-07-04T15:02:28.726Z Compiling smawk v0.3.2
4262026-07-04T15:02:28.780Z Compiling papergrid v0.11.0
4272026-07-04T15:02:28.817Z Compiling swrite v0.1.0
4282026-07-04T15:02:28.843Z Compiling terminal_size v0.4.3
4292026-07-04T15:02:28.891Z Compiling tempfile v3.25.0
4302026-07-04T15:02:29.001Z Compiling clap_builder v4.6.0
4312026-07-04T15:02:29.019Z Compiling cargo-platform v0.3.2
4322026-07-04T15:02:29.052Z Compiling semver v1.0.28
4332026-07-04T15:02:29.132Z Compiling textwrap v0.16.2
4342026-07-04T15:02:29.289Z Compiling camino-tempfile v1.4.1
4352026-07-04T15:02:29.619Z Compiling tabled_derive v0.7.0
4362026-07-04T15:02:30.261Z Compiling pest_generator v2.8.6
4372026-07-04T15:02:30.292Z Compiling tabled v0.15.0
4382026-07-04T15:02:30.746Z Compiling serde_derive v1.0.228
4392026-07-04T15:02:30.746Z Compiling thiserror-impl v1.0.69
4402026-07-04T15:02:30.749Z Compiling zerocopy-derive v0.7.35
4412026-07-04T15:02:30.750Z Compiling scroll_derive v0.12.1
4422026-07-04T15:02:30.750Z Compiling thiserror-impl v2.0.18
4432026-07-04T15:02:30.750Z Compiling clap_derive v4.6.1
4442026-07-04T15:02:30.813Z Compiling pest_derive v2.8.6
4452026-07-04T15:02:31.469Z Compiling scroll v0.12.0
4462026-07-04T15:02:31.540Z Compiling zerocopy v0.7.35
4472026-07-04T15:02:31.681Z Compiling goblin v0.8.2
4482026-07-04T15:02:31.885Z Compiling dtrace-parser v0.2.0
4492026-07-04T15:02:32.158Z Compiling clap v4.6.1
4502026-07-04T15:02:33.243Z Compiling toml_datetime v0.6.11
4512026-07-04T15:02:33.243Z Compiling serde_spanned v0.6.9
4522026-07-04T15:02:33.243Z Compiling macaddr v1.0.1
4532026-07-04T15:02:33.246Z Compiling cargo_metadata v0.23.1
4542026-07-04T15:02:33.246Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-04T15:02:33.259Z Compiling dof v0.3.0
4562026-07-04T15:02:33.263Z Compiling serde_tokenstream v0.2.3
4572026-07-04T15:02:33.439Z Compiling toml_edit v0.22.27
4582026-07-04T15:02:33.999Z Compiling usdt-attr-macro v0.5.0
4592026-07-04T15:02:34.003Z Compiling usdt-macro v0.5.0
4602026-07-04T15:02:34.597Z Compiling usdt v0.5.0
4612026-07-04T15:02:34.693Z Compiling toml v0.8.23
4622026-07-04T15:02:35.013Z Compiling cargo_toml v0.21.0
4632026-07-04T15:02:36.285Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-04T15:02:38.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.89s
4652026-07-04T15:02:38.486Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-04T15:02:38.982Z Downloading crates ...
4672026-07-04T15:02:39.068Z Downloaded adler2 v2.0.1
4682026-07-04T15:02:39.078Z Downloaded allocator-api2 v0.2.21
4692026-07-04T15:02:39.086Z Downloaded convert_case v0.10.0
4702026-07-04T15:02:39.092Z Downloaded defmt v0.3.100
4712026-07-04T15:02:39.095Z Downloaded bitfield-macros v0.19.4
4722026-07-04T15:02:39.098Z Downloaded base16ct v0.2.0
4732026-07-04T15:02:39.098Z Downloaded ascii-canvas v3.0.0
4742026-07-04T15:02:39.098Z Downloaded ctutils v0.4.2
4752026-07-04T15:02:39.102Z Downloaded array-init v0.0.4
4762026-07-04T15:02:39.102Z Downloaded ed25519 v3.0.0
4772026-07-04T15:02:39.106Z Downloaded darling_core v0.20.11
4782026-07-04T15:02:39.106Z Downloaded dsl_auto_type v0.2.0
4792026-07-04T15:02:39.113Z Downloaded data-encoding v2.10.0
4802026-07-04T15:02:39.113Z Downloaded bit-set v0.5.3
4812026-07-04T15:02:39.113Z Downloaded darling_macro v0.21.3
4822026-07-04T15:02:39.113Z Downloaded atomic-waker v1.1.2
4832026-07-04T15:02:39.113Z Downloaded aho-corasick v1.1.4
4842026-07-04T15:02:39.117Z Downloaded aead v0.6.1
4852026-07-04T15:02:39.117Z Downloaded ecdsa v0.17.0-rc.18
4862026-07-04T15:02:39.117Z Downloaded block-buffer v0.12.1
4872026-07-04T15:02:39.122Z Downloaded crunchy v0.2.4
4882026-07-04T15:02:39.122Z Downloaded bitfield-struct v0.6.2
4892026-07-04T15:02:39.123Z Downloaded des v0.9.0
4902026-07-04T15:02:39.123Z Downloaded cpubits v0.1.1
4912026-07-04T15:02:39.123Z Downloaded darling_macro v0.13.4
4922026-07-04T15:02:39.123Z Downloaded atomicwrites v0.4.4
4932026-07-04T15:02:39.127Z Downloaded assert_matches v1.5.0
4942026-07-04T15:02:39.127Z Downloaded bcrypt-pbkdf v0.11.0
4952026-07-04T15:02:39.127Z Downloaded base16ct v1.0.0
4962026-07-04T15:02:39.127Z Downloaded arrayref v0.3.9
4972026-07-04T15:02:39.131Z Downloaded darling_macro v0.23.0
4982026-07-04T15:02:39.131Z Downloaded async-recursion v1.1.1
4992026-07-04T15:02:39.132Z Downloaded crucible-workspace-hack v0.1.0
5002026-07-04T15:02:39.132Z Downloaded crc-catalog v2.4.0
5012026-07-04T15:02:39.134Z Downloaded atty v0.2.14
5022026-07-04T15:02:39.134Z Downloaded aead v0.5.2
5032026-07-04T15:02:39.134Z Downloaded darling_macro v0.20.11
5042026-07-04T15:02:39.137Z Downloaded darling_core v0.23.0
5052026-07-04T15:02:39.140Z Downloaded ctr v0.10.1
5062026-07-04T15:02:39.140Z Downloaded crossbeam-deque v0.8.6
5072026-07-04T15:02:39.145Z Downloaded convert_case v0.4.0
5082026-07-04T15:02:39.145Z Downloaded ciborium-ll v0.2.2
5092026-07-04T15:02:39.145Z Downloaded crc v3.4.0
5102026-07-04T15:02:39.145Z Downloaded cobs v0.3.0
5112026-07-04T15:02:39.149Z Downloaded bit-vec v0.8.0
5122026-07-04T15:02:39.149Z Downloaded bit-set v0.8.0
5132026-07-04T15:02:39.149Z Downloaded async-stream-impl v0.3.6
5142026-07-04T15:02:39.149Z Downloaded anstyle-parse v0.2.7
5152026-07-04T15:02:39.152Z Downloaded critical-section v1.2.0
5162026-07-04T15:02:39.152Z Downloaded defmt-macros v1.0.1
5172026-07-04T15:02:39.152Z Downloaded der v0.7.10
5182026-07-04T15:02:39.156Z Downloaded crossbeam-epoch v0.9.18
5192026-07-04T15:02:39.160Z Downloaded dunce v1.0.5
5202026-07-04T15:02:39.160Z Downloaded downcast-rs v2.0.2
5212026-07-04T15:02:39.160Z Downloaded byte-wrapper v0.1.0
5222026-07-04T15:02:39.164Z Downloaded anstream v0.6.21
5232026-07-04T15:02:39.164Z Downloaded castaway v0.2.4
5242026-07-04T15:02:39.167Z Downloaded async-stream v0.3.6
5252026-07-04T15:02:39.167Z Downloaded darling v0.13.4
5262026-07-04T15:02:39.167Z Downloaded curve25519-dalek-derive v0.1.1
5272026-07-04T15:02:39.171Z Downloaded backoff v0.4.0
5282026-07-04T15:02:39.171Z Downloaded ciborium-io v0.2.2
5292026-07-04T15:02:39.171Z Downloaded bb8 v0.8.6
5302026-07-04T15:02:39.171Z Downloaded crypto-common v0.2.2
5312026-07-04T15:02:39.175Z Downloaded cstr-argument v0.1.2
5322026-07-04T15:02:39.175Z Downloaded embedded-io v0.6.1
5332026-07-04T15:02:39.175Z Downloaded debug-ignore v1.0.5
5342026-07-04T15:02:39.177Z Downloaded cpufeatures v0.3.0
5352026-07-04T15:02:39.183Z Downloaded difflib v0.4.0
5362026-07-04T15:02:39.183Z Downloaded cfg_aliases v0.1.1
5372026-07-04T15:02:39.183Z Downloaded dof v0.4.0
5382026-07-04T15:02:39.188Z Downloaded defmt-parser v1.0.0
5392026-07-04T15:02:39.188Z Downloaded cfg_aliases v0.2.1
5402026-07-04T15:02:39.188Z Downloaded dropshot-api-manager-types v0.7.2
5412026-07-04T15:02:39.188Z Downloaded crc8 v0.1.1
5422026-07-04T15:02:39.188Z Downloaded block-padding v0.4.2
5432026-07-04T15:02:39.188Z Downloaded dyn-clone v1.0.20
5442026-07-04T15:02:39.188Z Downloaded dtrace-parser v0.3.0
5452026-07-04T15:02:39.192Z Downloaded dirs-sys-next v0.1.2
5462026-07-04T15:02:39.195Z Downloaded corncobs v0.1.4
5472026-07-04T15:02:39.195Z Downloaded enum_dispatch v0.3.13
5482026-07-04T15:02:39.199Z Downloaded daft v0.1.7
5492026-07-04T15:02:39.199Z Downloaded compression-core v0.4.31
5502026-07-04T15:02:39.202Z Downloaded blowfish v0.10.0
5512026-07-04T15:02:39.205Z Downloaded embedded-io v0.4.0
5522026-07-04T15:02:39.208Z Downloaded base64ct v1.8.3
5532026-07-04T15:02:39.214Z Downloaded async-trait v0.1.89
5542026-07-04T15:02:39.217Z Downloaded dirs-next v2.0.0
5552026-07-04T15:02:39.217Z Downloaded arrayvec v0.7.6
5562026-07-04T15:02:39.217Z Downloaded diesel_table_macro_syntax v0.3.0
5572026-07-04T15:02:39.217Z Downloaded display-error-chain v0.2.2
5582026-07-04T15:02:39.217Z Downloaded derive_builder_macro v0.20.2
5592026-07-04T15:02:39.217Z Downloaded argon2 v0.5.3
5602026-07-04T15:02:39.220Z Downloaded endian-type v0.1.2
5612026-07-04T15:02:39.220Z Downloaded enum-as-inner v0.6.1
5622026-07-04T15:02:39.223Z Downloaded cexpr v0.6.0
5632026-07-04T15:02:39.223Z Downloaded fixedbitset v0.4.2
5642026-07-04T15:02:39.226Z Downloaded float-cmp v0.10.0
5652026-07-04T15:02:39.226Z Downloaded foreign-types v0.5.0
5662026-07-04T15:02:39.226Z Downloaded foreign-types v0.3.2
5672026-07-04T15:02:39.229Z Downloaded fd-lock v4.0.4
5682026-07-04T15:02:39.229Z Downloaded funty v2.0.0
5692026-07-04T15:02:39.229Z Downloaded ahash v0.8.12
5702026-07-04T15:02:39.232Z Downloaded futures-io v0.3.32
5712026-07-04T15:02:39.232Z Downloaded futures-core v0.3.32
5722026-07-04T15:02:39.235Z Downloaded flagset v0.4.7
5732026-07-04T15:02:39.238Z Downloaded form_urlencoded v1.2.2
5742026-07-04T15:02:39.238Z Downloaded foreign-types-shared v0.3.1
5752026-07-04T15:02:39.241Z Downloaded foreign-types-macros v0.2.3
5762026-07-04T15:02:39.241Z Downloaded ed25519 v2.2.3
5772026-07-04T15:02:39.241Z Downloaded deranged v0.5.8
5782026-07-04T15:02:39.245Z Downloaded daft-derive v0.1.7
5792026-07-04T15:02:39.247Z Downloaded bcs v0.1.6
5802026-07-04T15:02:39.247Z Downloaded defmt v1.0.1
5812026-07-04T15:02:39.250Z Downloaded displaydoc v0.2.5
5822026-07-04T15:02:39.253Z Downloaded document-features v0.2.12
5832026-07-04T15:02:39.253Z Downloaded cmake v0.1.57
5842026-07-04T15:02:39.256Z Downloaded ena v0.14.4
5852026-07-04T15:02:39.257Z Downloaded futures-task v0.3.32
5862026-07-04T15:02:39.257Z Downloaded cipher v0.5.2
5872026-07-04T15:02:39.259Z Downloaded crc32fast v1.5.0
5882026-07-04T15:02:39.260Z Downloaded cbc v0.2.1
5892026-07-04T15:02:39.264Z Downloaded cipher v0.4.4
5902026-07-04T15:02:39.264Z Downloaded camino-tempfile-ext v0.3.3
5912026-07-04T15:02:39.264Z Downloaded cookie_store v0.22.1
5922026-07-04T15:02:39.268Z Downloaded delegate v0.13.5
5932026-07-04T15:02:39.268Z Downloaded constant_time_eq v0.4.2
5942026-07-04T15:02:39.268Z Downloaded cassowary v0.3.0
5952026-07-04T15:02:39.272Z Downloaded crc-any v2.5.0
5962026-07-04T15:02:39.273Z Downloaded globwalk v0.9.1
5972026-07-04T15:02:39.273Z Downloaded hash32 v0.3.1
5982026-07-04T15:02:39.273Z Downloaded futures-sink v0.3.32
5992026-07-04T15:02:39.276Z Downloaded futures-macro v0.3.32
6002026-07-04T15:02:39.276Z Downloaded fxhash v0.2.1
6012026-07-04T15:02:39.276Z Downloaded buf-list v1.1.2
6022026-07-04T15:02:39.276Z Downloaded git-stub v1.0.0
6032026-07-04T15:02:39.276Z Downloaded csv-core v0.1.13
6042026-07-04T15:02:39.279Z Downloaded hex-literal v1.1.0
6052026-07-04T15:02:39.279Z Downloaded hex v0.4.3
6062026-07-04T15:02:39.279Z Downloaded foreign-types-shared v0.1.1
6072026-07-04T15:02:39.282Z Downloaded float-ord v0.3.2
6082026-07-04T15:02:39.285Z Downloaded cmov v0.5.4
6092026-07-04T15:02:39.285Z Downloaded digest v0.11.3
6102026-07-04T15:02:39.289Z Downloaded bitflags v1.3.2
6112026-07-04T15:02:39.289Z Downloaded async-bb8-diesel v0.2.1
6122026-07-04T15:02:39.292Z Downloaded bzip2 v0.6.1
6132026-07-04T15:02:39.292Z Downloaded ff v0.14.0
6142026-07-04T15:02:39.292Z Downloaded foldhash v0.2.0
6152026-07-04T15:02:39.298Z Downloaded ff v0.13.1
6162026-07-04T15:02:39.298Z Downloaded filetime v0.2.27
6172026-07-04T15:02:39.302Z Downloaded chacha20 v0.9.1
6182026-07-04T15:02:39.302Z Downloaded bzip2 v0.4.4
6192026-07-04T15:02:39.302Z Downloaded either v1.15.0
6202026-07-04T15:02:39.302Z Downloaded blake2 v0.10.6
6212026-07-04T15:02:39.302Z Downloaded headers-core v0.3.0
6222026-07-04T15:02:39.305Z Downloaded fallible-iterator v0.2.0
6232026-07-04T15:02:39.305Z Downloaded env_filter v1.0.0
6242026-07-04T15:02:39.305Z Downloaded home v0.5.12
6252026-07-04T15:02:39.305Z Downloaded http-body v1.0.1
6262026-07-04T15:02:39.308Z Downloaded darling v0.23.0
6272026-07-04T15:02:39.311Z Downloaded hostname v0.4.2
6282026-07-04T15:02:39.311Z Downloaded fs_extra v1.3.0
6292026-07-04T15:02:39.314Z Downloaded hostname v0.3.1
6302026-07-04T15:02:39.314Z Downloaded diff v0.1.13
6312026-07-04T15:02:39.316Z Downloaded hubpack_derive v0.1.1
6322026-07-04T15:02:39.317Z Downloaded diesel-dtrace v0.5.0
6332026-07-04T15:02:39.317Z Downloaded crossbeam-utils v0.8.21
6342026-07-04T15:02:39.322Z Downloaded derive_builder v0.20.2
6352026-07-04T15:02:39.327Z Downloaded gethostname v0.5.0
6362026-07-04T15:02:39.327Z Downloaded fs-err v2.11.0
6372026-07-04T15:02:39.327Z Downloaded clang-sys v1.8.1
6382026-07-04T15:02:39.327Z Downloaded httpdate v1.0.3
6392026-07-04T15:02:39.331Z Downloaded hubpack v0.1.2
6402026-07-04T15:02:39.331Z Downloaded http-range v0.1.5
6412026-07-04T15:02:39.331Z Downloaded ciborium v0.2.2
6422026-07-04T15:02:39.331Z Downloaded const_format_proc_macros v0.2.34
6432026-07-04T15:02:39.338Z Downloaded cancel-safe-futures v0.1.5
6442026-07-04T15:02:39.338Z Downloaded darling v0.21.3
6452026-07-04T15:02:39.341Z Downloaded hash32 v0.2.1
6462026-07-04T15:02:39.341Z Downloaded colored v3.1.1
6472026-07-04T15:02:39.341Z Downloaded ghash v0.6.0
6482026-07-04T15:02:39.341Z Downloaded colored v2.2.0
6492026-07-04T15:02:39.341Z Downloaded group v0.14.0
6502026-07-04T15:02:39.344Z Downloaded idna_adapter v1.2.1
6512026-07-04T15:02:39.344Z Downloaded ecdsa v0.16.9
6522026-07-04T15:02:39.347Z Downloaded ident_case v1.0.1
6532026-07-04T15:02:39.347Z Downloaded group v0.13.0
6542026-07-04T15:02:39.347Z Downloaded glob v0.3.3
6552026-07-04T15:02:39.351Z Downloaded git-stub-vcs v0.1.0
6562026-07-04T15:02:39.351Z Downloaded globset v0.4.18
6572026-07-04T15:02:39.351Z Downloaded const-oid v0.9.6
6582026-07-04T15:02:39.355Z Downloaded erased-serde v0.3.31
6592026-07-04T15:02:39.356Z Downloaded derive-ex v0.1.8
6602026-07-04T15:02:39.356Z Downloaded bitfield v0.19.4
6612026-07-04T15:02:39.358Z Downloaded console v0.16.2
6622026-07-04T15:02:39.358Z Downloaded compression-codecs v0.4.37
6632026-07-04T15:02:39.358Z Downloaded futures-channel v0.3.32
6642026-07-04T15:02:39.361Z Downloaded futures-executor v0.3.32
6652026-07-04T15:02:39.361Z Downloaded blake2 v0.11.0-rc.6
6662026-07-04T15:02:39.364Z Downloaded illumos-nvpair v0.3.0
6672026-07-04T15:02:39.364Z Downloaded foldhash v0.1.5
6682026-07-04T15:02:39.367Z Downloaded highway v1.3.0
6692026-07-04T15:02:39.367Z Downloaded indent_write v2.2.0
6702026-07-04T15:02:39.367Z Downloaded illumos-nvpair-sys v0.2.0
6712026-07-04T15:02:39.370Z Downloaded fixedbitset v0.5.7
6722026-07-04T15:02:39.370Z Downloaded find-msvc-tools v0.1.9
6732026-07-04T15:02:39.370Z Downloaded instant v0.1.13
6742026-07-04T15:02:39.373Z Downloaded indoc v1.0.9
6752026-07-04T15:02:39.373Z Downloaded env_logger v0.11.9
6762026-07-04T15:02:39.392Z Downloaded darling v0.20.11
6772026-07-04T15:02:39.392Z Downloaded humantime v2.3.0
6782026-07-04T15:02:39.393Z Downloaded derive-where v1.6.0
6792026-07-04T15:02:39.393Z Downloaded is-terminal v0.4.17
6802026-07-04T15:02:39.393Z Downloaded inout v0.2.2
6812026-07-04T15:02:39.393Z Downloaded darling_core v0.13.4
6822026-07-04T15:02:39.393Z Downloaded kstat-rs v0.2.4
6832026-07-04T15:02:39.393Z Downloaded is_ci v1.2.0
6842026-07-04T15:02:39.393Z Downloaded kem v0.3.0
6852026-07-04T15:02:39.402Z Downloaded internet-checksum v0.2.1
6862026-07-04T15:02:39.402Z Downloaded bit-vec v0.6.3
6872026-07-04T15:02:39.402Z Downloaded backon v1.6.0
6882026-07-04T15:02:39.402Z Downloaded argon2 v0.6.0-rc.8
6892026-07-04T15:02:39.402Z Downloaded http-body-util v0.1.3
6902026-07-04T15:02:39.402Z Downloaded derive_builder_core v0.20.2
6912026-07-04T15:02:39.406Z Downloaded der_derive v0.7.3
6922026-07-04T15:02:39.406Z Downloaded hyper-staticfile v0.10.1
6932026-07-04T15:02:39.406Z Downloaded keccak v0.1.6
6942026-07-04T15:02:39.406Z Downloaded const-oid v0.10.2
6952026-07-04T15:02:39.406Z Downloaded console v0.15.11
6962026-07-04T15:02:39.409Z Downloaded cookie v0.18.1
6972026-07-04T15:02:39.409Z Downloaded hyper-tls v0.6.0
6982026-07-04T15:02:39.409Z Downloaded getrandom v0.2.17
6992026-07-04T15:02:39.415Z Downloaded half v1.8.3
7002026-07-04T15:02:39.415Z Downloaded chacha20 v0.10.0
7012026-07-04T15:02:39.421Z Downloaded lru v0.12.5
7022026-07-04T15:02:39.421Z Downloaded linked-hash-map v0.5.6
7032026-07-04T15:02:39.421Z Downloaded lalrpop-util v0.19.12
7042026-07-04T15:02:39.429Z Downloaded md5 v0.8.0
7052026-07-04T15:02:39.429Z Downloaded memoffset v0.9.1
7062026-07-04T15:02:39.429Z Downloaded md-5 v0.10.6
7072026-07-04T15:02:39.429Z Downloaded maybe-uninit v2.0.0
7082026-07-04T15:02:39.435Z Downloaded maplit v1.0.2
7092026-07-04T15:02:39.435Z Downloaded match_cfg v0.1.0
7102026-07-04T15:02:39.435Z Downloaded lru-cache v0.1.2
7112026-07-04T15:02:39.438Z Downloaded drift v0.2.0
7122026-07-04T15:02:39.442Z Downloaded futures v0.3.32
7132026-07-04T15:02:39.447Z Downloaded hmac v0.12.1
7142026-07-04T15:02:39.447Z Downloaded ar_archive_writer v0.5.1
7152026-07-04T15:02:39.451Z Downloaded inout v0.1.4
7162026-07-04T15:02:39.451Z Downloaded managed v0.8.0
7172026-07-04T15:02:39.451Z Downloaded impl-trait-for-tuples v0.2.3
7182026-07-04T15:02:39.451Z Downloaded mime v0.3.17
7192026-07-04T15:02:39.454Z Downloaded lru-slab v0.1.2
7202026-07-04T15:02:39.454Z Downloaded ingot v0.1.1
7212026-07-04T15:02:39.454Z Downloaded elliptic-curve v0.13.8
7222026-07-04T15:02:39.457Z Downloaded nibble_vec v0.1.0
7232026-07-04T15:02:39.457Z Downloaded ipnetwork v0.21.1
7242026-07-04T15:02:39.457Z Downloaded new_debug_unreachable v1.0.6
7252026-07-04T15:02:39.460Z Downloaded multimap v0.10.1
7262026-07-04T15:02:39.460Z Downloaded elliptic-curve v0.14.0-rc.33
7272026-07-04T15:02:39.463Z Downloaded bytes v1.11.1
7282026-07-04T15:02:39.466Z Downloaded newtype-uuid-macros v0.1.0
7292026-07-04T15:02:39.466Z Downloaded instability v0.3.11
7302026-07-04T15:02:39.466Z Downloaded nonempty v0.12.0
7312026-07-04T15:02:39.469Z Downloaded ingot-types v0.1.2
7322026-07-04T15:02:39.469Z Downloaded libscf-sys v1.1.0
7332026-07-04T15:02:39.469Z Downloaded keccak v0.2.0
7342026-07-04T15:02:39.472Z Downloaded num v0.4.3
7352026-07-04T15:02:39.472Z Downloaded nodrop v0.1.14
7362026-07-04T15:02:39.472Z Downloaded darling_core v0.21.3
7372026-07-04T15:02:39.475Z Downloaded crossbeam-channel v0.5.15
7382026-07-04T15:02:39.479Z Downloaded normalize-line-endings v0.3.0
7392026-07-04T15:02:39.482Z Downloaded jobserver v0.1.34
7402026-07-04T15:02:39.482Z Downloaded libsw v3.5.0
7412026-07-04T15:02:39.482Z Downloaded const_format v0.2.35
7422026-07-04T15:02:39.486Z Downloaded num-derive v0.3.3
7432026-07-04T15:02:39.486Z Downloaded num-iter v0.1.45
7442026-07-04T15:02:39.486Z Downloaded num-derive v0.4.2
7452026-07-04T15:02:39.488Z Downloaded getrandom v0.3.4
7462026-07-04T15:02:39.491Z Downloaded generic-array v1.4.3
7472026-07-04T15:02:39.491Z Downloaded libloading v0.8.9
7482026-07-04T15:02:39.495Z Downloaded libsw-core v0.3.2
7492026-07-04T15:02:39.495Z Downloaded linear-map v1.2.0
7502026-07-04T15:02:39.498Z Downloaded lock_api v0.4.14
7512026-07-04T15:02:39.498Z Downloaded lazy_static v1.5.0
7522026-07-04T15:02:39.498Z Downloaded num-conv v0.2.0
7532026-07-04T15:02:39.498Z Downloaded openssl-macros v0.1.1
7542026-07-04T15:02:39.501Z Downloaded libefi-sys v0.1.0
7552026-07-04T15:02:39.501Z Downloaded hybrid-array v0.4.13
7562026-07-04T15:02:39.504Z Downloaded num_threads v0.1.7
7572026-07-04T15:02:39.504Z Downloaded compact_str v0.8.1
7582026-07-04T15:02:39.504Z Downloaded chacha20poly1305 v0.10.1
7592026-07-04T15:02:39.508Z Downloaded module-lattice v0.2.3
7602026-07-04T15:02:39.508Z Downloaded base64 v0.22.1
7612026-07-04T15:02:39.511Z Downloaded flume v0.11.1
7622026-07-04T15:02:39.511Z Downloaded hyper-rustls v0.27.7
7632026-07-04T15:02:39.514Z Downloaded arc-swap v1.8.2
7642026-07-04T15:02:39.517Z Downloaded ingot-macros v0.1.1
7652026-07-04T15:02:39.517Z Downloaded olpc-cjson v0.1.4
7662026-07-04T15:02:39.517Z Downloaded num_enum_derive v0.5.11
7672026-07-04T15:02:39.523Z Downloaded newtype_derive v0.1.6
7682026-07-04T15:02:39.523Z Downloaded openssl-probe v0.2.1
7692026-07-04T15:02:39.523Z Downloaded opaque-debug v0.3.1
7702026-07-04T15:02:39.529Z Downloaded mime_guess v2.0.5
7712026-07-04T15:02:39.529Z Downloaded lzss v0.8.2
7722026-07-04T15:02:39.529Z Downloaded nanorand v0.7.0
7732026-07-04T15:02:39.529Z Downloaded ipnet v2.11.0
7742026-07-04T15:02:39.532Z Downloaded oso-derive v0.27.3
7752026-07-04T15:02:39.532Z Downloaded openssl-probe v0.1.6
7762026-07-04T15:02:39.532Z Downloaded native-tls v0.2.18
7772026-07-04T15:02:39.532Z Downloaded crypto-bigint v0.5.5
7782026-07-04T15:02:39.536Z Downloaded newtype-uuid v1.3.2
7792026-07-04T15:02:39.536Z Downloaded httparse v1.10.1
7802026-07-04T15:02:39.539Z Downloaded fatfs v0.3.6
7812026-07-04T15:02:39.539Z Downloaded indoc v2.0.7
7822026-07-04T15:02:39.543Z Downloaded async-compression v0.4.41
7832026-07-04T15:02:39.546Z Downloaded nu-ansi-term v0.50.3
7842026-07-04T15:02:39.546Z Downloaded packed_struct_codegen v0.10.1
7852026-07-04T15:02:39.548Z Downloaded iana-time-zone v0.1.65
7862026-07-04T15:02:39.548Z Downloaded parse-size v1.1.0
7872026-07-04T15:02:39.563Z Downloaded password-hash v0.6.1
7882026-07-04T15:02:39.566Z Downloaded path-slash v0.1.5
7892026-07-04T15:02:39.566Z Downloaded num_enum v0.5.11
7902026-07-04T15:02:39.569Z Downloaded multer v3.1.0
7912026-07-04T15:02:39.572Z Downloaded parse-display v0.10.0
7922026-07-04T15:02:39.572Z Downloaded litemap v0.8.1
7932026-07-04T15:02:39.575Z Downloaded headers v0.4.1
7942026-07-04T15:02:39.579Z Downloaded num_enum v0.7.6
7952026-07-04T15:02:39.582Z Downloaded percent-encoding v2.3.2
7962026-07-04T15:02:39.582Z Downloaded peg-runtime v0.8.5
7972026-07-04T15:02:39.582Z Downloaded num_enum_derive v0.7.6
7982026-07-04T15:02:39.582Z Downloaded icu_provider v2.1.1
7992026-07-04T15:02:39.585Z Downloaded phf_shared v0.11.3
8002026-07-04T15:02:39.586Z Downloaded base64 v0.21.7
8012026-07-04T15:02:39.588Z Downloaded phf_shared v0.13.1
8022026-07-04T15:02:39.588Z Downloaded phf_shared v0.12.1
8032026-07-04T15:02:39.588Z Downloaded indexmap v1.9.3
8042026-07-04T15:02:39.591Z Downloaded memmap2 v0.9.10
8052026-07-04T15:02:39.591Z Downloaded ed25519-dalek v2.2.0
8062026-07-04T15:02:39.594Z Downloaded ml-kem v0.3.2
8072026-07-04T15:02:39.597Z Downloaded num-rational v0.4.2
8082026-07-04T15:02:39.597Z Downloaded num-integer v0.1.46
8092026-07-04T15:02:39.597Z Downloaded num-complex v0.4.6
8102026-07-04T15:02:39.601Z Downloaded ignore v0.4.25
8112026-07-04T15:02:39.603Z Downloaded potential_utf v0.1.4
8122026-07-04T15:02:39.603Z Downloaded half v2.7.1
8132026-07-04T15:02:39.603Z Downloaded cc v1.2.56
8142026-07-04T15:02:39.608Z Downloaded ed25519-dalek v3.0.0-rc.0
8152026-07-04T15:02:39.611Z Downloaded oxnet v0.1.6
8162026-07-04T15:02:39.611Z Downloaded oxide-tokio-rt v0.1.4
8172026-07-04T15:02:39.611Z Downloaded derive_more-impl v2.1.1
8182026-07-04T15:02:39.614Z Downloaded derive_more v2.1.1
8192026-07-04T15:02:39.620Z Downloaded predicates-tree v1.0.13
8202026-07-04T15:02:39.623Z Downloaded predicates-core v1.0.10
8212026-07-04T15:02:39.623Z Downloaded precomputed-hash v0.1.1
8222026-07-04T15:02:39.624Z Downloaded powerfmt v0.2.0
8232026-07-04T15:02:39.626Z Downloaded packed_struct v0.10.1
8242026-07-04T15:02:39.626Z Downloaded dropshot_endpoint v0.17.1
8252026-07-04T15:02:39.629Z Downloaded newline-converter v0.3.0
8262026-07-04T15:02:39.629Z Downloaded hmac v0.13.0
8272026-07-04T15:02:39.629Z Downloaded password-hash v0.5.0
8282026-07-04T15:02:39.632Z Downloaded parking_lot_core v0.8.6
8292026-07-04T15:02:39.632Z Downloaded bumpalo v3.20.2
8302026-07-04T15:02:39.635Z Downloaded derive_more v0.99.20
8312026-07-04T15:02:39.638Z Downloaded libbz2-rs-sys v0.2.2
8322026-07-04T15:02:39.641Z Downloaded pbkdf2 v0.13.0
8332026-07-04T15:02:39.641Z Downloaded paste v1.0.15
8342026-07-04T15:02:39.644Z Downloaded parse-display-derive v0.10.0
8352026-07-04T15:02:39.644Z Downloaded icu_locale_core v2.1.1
8362026-07-04T15:02:39.648Z Downloaded progenitor-client v0.14.0
8372026-07-04T15:02:39.648Z Downloaded quick-error v1.2.3
8382026-07-04T15:02:39.651Z Downloaded icu_normalizer_data v2.1.1
8392026-07-04T15:02:39.651Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-07-04T15:02:39.651Z Downloaded proc-macro-crate v3.4.0
8412026-07-04T15:02:39.651Z Downloaded icu_properties v2.1.2
8422026-07-04T15:02:39.653Z Downloaded phc v0.6.1
8432026-07-04T15:02:39.653Z Downloaded progenitor-macro v0.13.0
8442026-07-04T15:02:39.656Z Downloaded phf v0.13.1
8452026-07-04T15:02:39.656Z Downloaded hickory-resolver v0.24.4
8462026-07-04T15:02:39.659Z Downloaded psl-types v2.0.11
8472026-07-04T15:02:39.659Z Downloaded indicatif v0.18.4
8482026-07-04T15:02:39.662Z Downloaded hickory-resolver v0.25.2
8492026-07-04T15:02:39.665Z Downloaded aes v0.9.1
8502026-07-04T15:02:39.668Z Downloaded pkcs8 v0.10.2
8512026-07-04T15:02:39.672Z Downloaded pin-project-lite v0.2.17
8522026-07-04T15:02:39.675Z Downloaded postgres-protocol v0.6.10
8532026-07-04T15:02:39.675Z Downloaded pkg-config v0.3.32
8542026-07-04T15:02:39.675Z Downloaded radium v0.7.0
8552026-07-04T15:02:39.679Z Downloaded pin-project-internal v1.1.11
8562026-07-04T15:02:39.679Z Downloaded poly1305 v0.8.0
8572026-07-04T15:02:39.685Z Downloaded phf v0.12.1
8582026-07-04T15:02:39.685Z Downloaded progenitor-macro v0.14.0
8592026-07-04T15:02:39.685Z Downloaded heapless v0.8.0
8602026-07-04T15:02:39.688Z Downloaded expectorate v1.2.0
8612026-07-04T15:02:39.688Z Downloaded flate2 v1.1.9
8622026-07-04T15:02:39.688Z Downloaded polyval v0.7.1
8632026-07-04T15:02:39.691Z Downloaded owo-colors v4.3.0
8642026-07-04T15:02:39.691Z Downloaded peg-macros v0.8.5
8652026-07-04T15:02:39.691Z Downloaded proc-macro-crate v1.3.1
8662026-07-04T15:02:39.698Z Downloaded pem-rfc7468 v1.0.0
8672026-07-04T15:02:39.698Z Downloaded peg v0.8.5
8682026-07-04T15:02:39.702Z Downloaded rand_xorshift v0.4.0
8692026-07-04T15:02:39.702Z Downloaded predicates v3.1.4
8702026-07-04T15:02:39.702Z Downloaded ppv-lite86 v0.2.21
8712026-07-04T15:02:39.702Z Downloaded litrs v1.0.0
8722026-07-04T15:02:39.702Z Downloaded icu_normalizer v2.1.1
8732026-07-04T15:02:39.706Z Downloaded recursive v0.1.1
8742026-07-04T15:02:39.706Z Downloaded recursive-proc-macro-impl v0.1.1
8752026-07-04T15:02:39.706Z Downloaded parking_lot_core v0.9.12
8762026-07-04T15:02:39.711Z Downloaded parking_lot v0.12.5
8772026-07-04T15:02:39.711Z Downloaded progenitor v0.14.0
8782026-07-04T15:02:39.711Z Downloaded primeorder v0.13.6
8792026-07-04T15:02:39.711Z Downloaded parking_lot v0.11.2
8802026-07-04T15:02:39.715Z Downloaded primeorder v0.14.0-rc.10
8812026-07-04T15:02:39.715Z Downloaded pem-rfc7468 v0.7.0
8822026-07-04T15:02:39.715Z Downloaded progenitor-client v0.13.0
8832026-07-04T15:02:39.718Z Downloaded progenitor v0.13.0
8842026-07-04T15:02:39.718Z Downloaded num-traits v0.2.19
8852026-07-04T15:02:39.721Z Downloaded ref-cast-impl v1.0.25
8862026-07-04T15:02:39.721Z Downloaded ref-cast v1.0.25
8872026-07-04T15:02:39.724Z Downloaded pem v3.0.6
8882026-07-04T15:02:39.728Z Downloaded hashbrown v0.13.2
8892026-07-04T15:02:39.733Z Downloaded der v0.8.0
8902026-07-04T15:02:39.737Z Downloaded psm v0.1.30
8912026-07-04T15:02:39.737Z Downloaded rfc6979 v0.5.0
8922026-07-04T15:02:39.737Z Downloaded rfc6979 v0.4.0
8932026-07-04T15:02:39.737Z Downloaded oso v0.27.3
8942026-07-04T15:02:39.741Z Downloaded heapless v0.7.17
8952026-07-04T15:02:39.741Z Downloaded progenitor-extras v0.2.0
8962026-07-04T15:02:39.744Z Downloaded rand_chacha v0.3.1
8972026-07-04T15:02:39.744Z Downloaded aes-gcm v0.11.0
8982026-07-04T15:02:39.744Z Downloaded pkcs1 v0.8.0-rc.4
8992026-07-04T15:02:39.748Z Downloaded rand_seeder v0.4.0
9002026-07-04T15:02:39.750Z Downloaded rand_core v0.9.5
9012026-07-04T15:02:39.750Z Downloaded rustc_version v0.4.1
9022026-07-04T15:02:39.750Z Downloaded russh-util v0.52.0
9032026-07-04T15:02:39.750Z Downloaded rand_core v0.10.0
9042026-07-04T15:02:39.753Z Downloaded rtoolbox v0.0.3
9052026-07-04T15:02:39.754Z Downloaded rand_core v0.6.4
9062026-07-04T15:02:39.757Z Downloaded rustc_version v0.1.7
9072026-07-04T15:02:39.757Z Downloaded russh-cryptovec v0.61.0
9082026-07-04T15:02:39.757Z Downloaded poly1305 v0.9.0
9092026-07-04T15:02:39.759Z Downloaded hickory-server v0.25.2
9102026-07-04T15:02:39.762Z Downloaded rand_chacha v0.9.0
9112026-07-04T15:02:39.762Z Downloaded r2d2 v0.8.10
9122026-07-04T15:02:39.765Z Downloaded pkcs8 v0.11.0
9132026-07-04T15:02:39.765Z Downloaded papergrid v0.17.0
9142026-07-04T15:02:39.768Z Downloaded primefield v0.14.0
9152026-07-04T15:02:39.768Z Downloaded postgres-types v0.2.12
9162026-07-04T15:02:39.771Z Downloaded postcard v1.1.3
9172026-07-04T15:02:39.774Z Downloaded pkcs1 v0.7.5
9182026-07-04T15:02:39.774Z Downloaded same-file v1.0.6
9192026-07-04T15:02:39.776Z Downloaded jiff-static v0.2.21
9202026-07-04T15:02:39.777Z Downloaded omicron-zone-package v0.12.3
9212026-07-04T15:02:39.780Z Downloaded miniz_oxide v0.8.9
9222026-07-04T15:02:39.783Z Downloaded crossterm v0.28.1
9232026-07-04T15:02:39.785Z Downloaded scopeguard v1.2.0
9242026-07-04T15:02:39.788Z Downloaded scheduled-thread-pool v0.2.7
9252026-07-04T15:02:39.788Z Downloaded scroll_derive v0.13.1
9262026-07-04T15:02:39.788Z Downloaded sapling-renderdag v0.1.0
9272026-07-04T15:02:39.793Z Downloaded secrecy v0.10.3
9282026-07-04T15:02:39.796Z Downloaded icu_collections v2.1.1
9292026-07-04T15:02:39.796Z Downloaded proc-macro-error2 v2.0.1
9302026-07-04T15:02:39.800Z Downloaded hashbrown v0.12.3
9312026-07-04T15:02:39.802Z Downloaded secrecy v0.8.0
9322026-07-04T15:02:39.805Z Downloaded serde-big-array v0.5.1
9332026-07-04T15:02:39.808Z Downloaded resolv-conf v0.7.6
9342026-07-04T15:02:39.810Z Downloaded serde_bytes v0.11.19
9352026-07-04T15:02:39.813Z Downloaded diesel_derives v2.3.7
9362026-07-04T15:02:39.817Z Downloaded seq-macro v0.3.6
9372026-07-04T15:02:39.820Z Downloaded pkcs5 v0.8.1
9382026-07-04T15:02:39.823Z Downloaded minimal-lexical v0.2.1
9392026-07-04T15:02:39.825Z Downloaded openssl-sys v0.9.115
9402026-07-04T15:02:39.828Z Downloaded quinn-udp v0.5.14
9412026-07-04T15:02:39.828Z Downloaded pin-project v1.1.11
9422026-07-04T15:02:39.834Z Downloaded sha1 v0.10.6
9432026-07-04T15:02:39.837Z Downloaded serde_urlencoded v0.7.1
9442026-07-04T15:02:39.837Z Downloaded serde_spanned v1.1.1
9452026-07-04T15:02:39.840Z Downloaded serde_repr v0.1.20
9462026-07-04T15:02:39.840Z Downloaded signature v2.2.0
9472026-07-04T15:02:39.842Z Downloaded p384 v0.14.0-rc.10
9482026-07-04T15:02:39.843Z Downloaded prefix-trie v0.7.0
9492026-07-04T15:02:39.845Z Downloaded serde_plain v1.0.2
9502026-07-04T15:02:39.845Z Downloaded rustc-hash v2.1.1
9512026-07-04T15:02:39.849Z Downloaded rustls-pemfile v2.2.0
9522026-07-04T15:02:39.852Z Downloaded shell-words v1.1.1
9532026-07-04T15:02:39.854Z Downloaded signature v3.0.0
9542026-07-04T15:02:39.855Z Downloaded schemars_derive v0.8.22
9552026-07-04T15:02:39.855Z Downloaded rustls-native-certs v0.8.3
9562026-07-04T15:02:39.857Z Downloaded rustversion v1.0.22
9572026-07-04T15:02:39.860Z Downloaded crossterm v0.29.0
9582026-07-04T15:02:39.863Z Downloaded slog-envlogger v2.2.0
9592026-07-04T15:02:39.866Z Downloaded slog-bunyan v2.5.0
9602026-07-04T15:02:39.866Z Downloaded sigpipe v0.1.3
9612026-07-04T15:02:39.868Z Downloaded signal-hook-tokio v0.3.1
9622026-07-04T15:02:39.868Z Downloaded siphasher v1.0.2
9632026-07-04T15:02:39.868Z Downloaded sec1 v0.7.3
9642026-07-04T15:02:39.871Z Downloaded scrypt v0.12.0
9652026-07-04T15:02:39.871Z Downloaded progenitor-impl v0.13.0
9662026-07-04T15:02:39.874Z Downloaded scroll v0.13.0
9672026-07-04T15:02:39.874Z Downloaded signal-hook-mio v0.2.5
9682026-07-04T15:02:39.878Z Downloaded semver v0.1.20
9692026-07-04T15:02:39.881Z Downloaded sec1 v0.8.1
9702026-07-04T15:02:39.884Z Downloaded hyper-util v0.1.20
9712026-07-04T15:02:39.887Z Downloaded serde-hex v0.1.0
9722026-07-04T15:02:39.900Z Downloaded progenitor-impl v0.14.0
9732026-07-04T15:02:39.903Z Downloaded rustls-pki-types v1.14.0
9742026-07-04T15:02:39.907Z Downloaded sqlparser_derive v0.5.0
9752026-07-04T15:02:39.917Z Downloaded serde_path_to_error v0.1.20
9762026-07-04T15:02:39.920Z Downloaded serdect v0.4.3
9772026-07-04T15:02:39.920Z Downloaded sha1 v0.11.0
9782026-07-04T15:02:39.923Z Downloaded serde_with_macros v1.5.2
9792026-07-04T15:02:39.923Z Downloaded rusty-fork v0.3.1
9802026-07-04T15:02:39.926Z Downloaded stable_deref_trait v1.2.1
9812026-07-04T15:02:39.929Z Downloaded strip-ansi-escapes v0.2.1
9822026-07-04T15:02:39.929Z Downloaded itertools v0.10.5
9832026-07-04T15:02:39.932Z Downloaded strsim v0.10.0
9842026-07-04T15:02:39.934Z Downloaded internal-russh-num-bigint v0.5.0
9852026-07-04T15:02:39.937Z Downloaded http v1.4.2
9862026-07-04T15:02:39.939Z Downloaded prettyplease v0.2.37
9872026-07-04T15:02:39.942Z Downloaded signal-hook-registry v1.4.8
9882026-07-04T15:02:39.942Z Downloaded rcgen v0.12.1
9892026-07-04T15:02:39.946Z Downloaded salsa20 v0.11.0
9902026-07-04T15:02:39.946Z Downloaded pretty_assertions v1.4.1
9912026-07-04T15:02:39.949Z Downloaded shlex v1.3.0
9922026-07-04T15:02:39.951Z Downloaded strum v0.26.3
9932026-07-04T15:02:39.956Z Downloaded smf v0.2.3
9942026-07-04T15:02:39.959Z Downloaded slog-scope v4.4.1
9952026-07-04T15:02:39.959Z Downloaded slog-dtrace v0.3.0
9962026-07-04T15:02:39.963Z Downloaded sync_wrapper v1.0.2
9972026-07-04T15:02:39.966Z Downloaded sync-ptr v0.1.4
9982026-07-04T15:02:39.966Z Downloaded take_mut v0.2.2
9992026-07-04T15:02:39.966Z Downloaded tabwriter v1.4.1
10002026-07-04T15:02:39.969Z Downloaded slog-async v2.8.0
10012026-07-04T15:02:39.969Z Downloaded slog-term v2.9.2
10022026-07-04T15:02:39.969Z Downloaded hashbrown v0.15.5
10032026-07-04T15:02:39.972Z Downloaded supports-color v3.0.2
10042026-07-04T15:02:39.975Z Downloaded strum v0.27.2
10052026-07-04T15:02:39.975Z Downloaded snafu-derive v0.8.9
10062026-07-04T15:02:39.978Z Downloaded smallvec v0.6.14
10072026-07-04T15:02:39.978Z Downloaded hashbrown v0.16.1
10082026-07-04T15:02:39.980Z Downloaded slog-stdlog v4.1.1
10092026-07-04T15:02:39.984Z Downloaded slab v0.4.12
10102026-07-04T15:02:39.984Z Downloaded subtle v2.6.1
10112026-07-04T15:02:39.989Z Downloaded serde_derive_internals v0.29.1
10122026-07-04T15:02:39.991Z Downloaded serde_cbor v0.11.2
10132026-07-04T15:02:39.994Z Downloaded termtree v0.5.1
10142026-07-04T15:02:39.994Z Downloaded tap v1.0.1
10152026-07-04T15:02:39.994Z Downloaded tagptr v0.2.0
10162026-07-04T15:02:39.997Z Downloaded ssh-encoding v0.3.0-rc.9
10172026-07-04T15:02:39.997Z Downloaded thread-id v5.1.0
10182026-07-04T15:02:40.001Z Downloaded thiserror-impl-no-std v2.0.2
10192026-07-04T15:02:40.001Z Downloaded mio v1.2.0
10202026-07-04T15:02:40.004Z Downloaded dropshot-api-manager v0.7.2
10212026-07-04T15:02:40.007Z Downloaded sha2 v0.11.0
10222026-07-04T15:02:40.010Z Downloaded spki v0.8.0
10232026-07-04T15:02:40.012Z Downloaded structmeta v0.3.0
10242026-07-04T15:02:40.012Z Downloaded stacker v0.1.23
10252026-07-04T15:02:40.012Z Downloaded nom v7.1.3
10262026-07-04T15:02:40.015Z Downloaded time-core v0.1.8
10272026-07-04T15:02:40.019Z Downloaded stringprep v0.1.5
10282026-07-04T15:02:40.019Z Downloaded string_cache v0.8.9
10292026-07-04T15:02:40.021Z Downloaded schemars v0.8.22
10302026-07-04T15:02:40.025Z Downloaded num-bigint v0.4.6
10312026-07-04T15:02:40.028Z Downloaded support-bundle-viewer v0.1.2
10322026-07-04T15:02:40.031Z Downloaded ryu v1.0.23
10332026-07-04T15:02:40.034Z Downloaded structmeta-derive v0.3.0
10342026-07-04T15:02:40.034Z Downloaded slog-json v2.6.1
10352026-07-04T15:02:40.034Z Downloaded rayon-core v1.13.0
10362026-07-04T15:02:40.037Z Downloaded tabled_derive v0.11.0
10372026-07-04T15:02:40.040Z Downloaded synstructure v0.13.2
10382026-07-04T15:02:40.040Z Downloaded spin v0.9.8
10392026-07-04T15:02:40.043Z Downloaded simd-adler32 v0.3.8
10402026-07-04T15:02:40.043Z Downloaded libxml v0.3.3
10412026-07-04T15:02:40.046Z Downloaded tokio-test v0.4.5
10422026-07-04T15:02:40.049Z Downloaded smallvec v1.15.1
10432026-07-04T15:02:40.049Z Downloaded strum_macros v0.27.2
10442026-07-04T15:02:40.051Z Downloaded strum_macros v0.26.4
10452026-07-04T15:02:40.054Z Downloaded strum_macros v0.24.3
10462026-07-04T15:02:40.054Z Downloaded rand v0.8.6
10472026-07-04T15:02:40.057Z Downloaded tokio-macros v2.7.0
10482026-07-04T15:02:40.057Z Downloaded ron v0.8.1
10492026-07-04T15:02:40.060Z Downloaded tower-layer v0.3.3
10502026-07-04T15:02:40.062Z Downloaded termios v0.3.3
10512026-07-04T15:02:40.062Z Downloaded qorb v0.4.1
10522026-07-04T15:02:40.065Z Downloaded p256 v0.14.0-rc.10
10532026-07-04T15:02:40.068Z Downloaded itertools v0.13.0
10542026-07-04T15:02:40.071Z Downloaded quinn v0.11.9
10552026-07-04T15:02:40.074Z Downloaded tower-service v0.3.3
10562026-07-04T15:02:40.077Z Downloaded topological-sort v0.2.2
10572026-07-04T15:02:40.077Z Downloaded p521 v0.14.0-rc.10
10582026-07-04T15:02:40.079Z Downloaded iri-string v0.7.10
10592026-07-04T15:02:40.082Z Downloaded time-macros v0.2.27
10602026-07-04T15:02:40.085Z Downloaded similar v2.7.0
10612026-07-04T15:02:40.088Z Downloaded schemars v0.9.0
10622026-07-04T15:02:40.094Z Downloaded sqlformat v0.3.5
10632026-07-04T15:02:40.097Z Downloaded hyper v1.10.1
10642026-07-04T15:02:40.100Z Downloaded try-lock v0.2.5
10652026-07-04T15:02:40.103Z Downloaded trait-variant v0.1.2
10662026-07-04T15:02:40.103Z Downloaded unarray v0.1.4
10672026-07-04T15:02:40.103Z Downloaded tokio-dtrace v0.1.1
10682026-07-04T15:02:40.106Z Downloaded thread_local v1.1.9
10692026-07-04T15:02:40.106Z Downloaded thiserror-no-std v2.0.2
10702026-07-04T15:02:40.109Z Downloaded typify-macro v0.6.2
10712026-07-04T15:02:40.109Z Downloaded unicode-truncate v1.1.0
10722026-07-04T15:02:40.111Z Downloaded num-bigint-dig v0.8.6
10732026-07-04T15:02:40.114Z Downloaded untrusted v0.9.0
10742026-07-04T15:02:40.114Z Downloaded itertools v0.12.1
10752026-07-04T15:02:40.118Z Downloaded tinyvec_macros v0.1.1
10762026-07-04T15:02:40.121Z Downloaded signal-hook v0.3.18
10772026-07-04T15:02:40.121Z Downloaded rand v0.9.2
10782026-07-04T15:02:40.123Z Downloaded idna v1.1.0
10792026-07-04T15:02:40.126Z Downloaded rustls-webpki v0.103.13
10802026-07-04T15:02:40.129Z Downloaded publicsuffix v2.3.0
10812026-07-04T15:02:40.131Z Downloaded untrusted v0.7.1
10822026-07-04T15:02:40.131Z Downloaded h2 v0.4.15
10832026-07-04T15:02:40.134Z Downloaded utf-8 v0.7.6
10842026-07-04T15:02:40.137Z Downloaded tokio-native-tls v0.3.1
10852026-07-04T15:02:40.137Z Downloaded hkdf v0.13.0
10862026-07-04T15:02:40.140Z Downloaded usdt v0.6.0
10872026-07-04T15:02:40.140Z Downloaded universal-hash v0.5.1
10882026-07-04T15:02:40.140Z Downloaded itertools v0.14.0
10892026-07-04T15:02:40.144Z Downloaded unit-prefix v0.5.2
10902026-07-04T15:02:40.147Z Downloaded toml_writer v1.1.1+spec-1.1.0
10912026-07-04T15:02:40.147Z Downloaded icu_properties_data v2.1.2
10922026-07-04T15:02:40.151Z Downloaded tinystr v0.8.2
10932026-07-04T15:02:40.154Z Downloaded term v0.7.0
10942026-07-04T15:02:40.157Z Downloaded wait-timeout v0.2.1
10952026-07-04T15:02:40.157Z Downloaded want v0.3.1
10962026-07-04T15:02:40.157Z Downloaded waitgroup v0.1.2
10972026-07-04T15:02:40.167Z Downloaded void v1.0.2
10982026-07-04T15:02:40.167Z Downloaded tokio-tungstenite v0.23.1
10992026-07-04T15:02:40.167Z Downloaded utf8_iter v1.0.4
11002026-07-04T15:02:40.167Z Downloaded tokio-tungstenite v0.21.0
11012026-07-04T15:02:40.167Z Downloaded term v1.2.1
11022026-07-04T15:02:40.167Z Downloaded socket2 v0.5.10
11032026-07-04T15:02:40.167Z Downloaded rsa v0.9.10
11042026-07-04T15:02:40.171Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-07-04T15:02:40.171Z Downloaded serde_yaml v0.9.34+deprecated
11062026-07-04T15:02:40.174Z Downloaded socket2 v0.6.3
11072026-07-04T15:02:40.176Z Downloaded subprocess v0.2.15
11082026-07-04T15:02:40.176Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11092026-07-04T15:02:40.178Z Downloaded libm v0.2.16
11102026-07-04T15:02:40.183Z Downloaded xshell-macros v0.2.7
11112026-07-04T15:02:40.185Z Downloaded hkdf v0.12.4
11122026-07-04T15:02:40.185Z Downloaded yoke-derive v0.8.1
11132026-07-04T15:02:40.187Z Downloaded xattr v1.6.1
11142026-07-04T15:02:40.187Z Downloaded unicase v2.9.0
11152026-07-04T15:02:40.188Z Downloaded tui-tree-widget v0.23.1
11162026-07-04T15:02:40.190Z Downloaded nom v8.0.0
11172026-07-04T15:02:40.192Z Downloaded unicode-xid v0.2.6
11182026-07-04T15:02:40.195Z Downloaded futures-util v0.3.32
11192026-07-04T15:02:40.200Z Downloaded tiny-keccak v2.0.2
11202026-07-04T15:02:40.203Z Downloaded samael v0.0.19
11212026-07-04T15:02:40.205Z Downloaded toml_parser v1.1.2+spec-1.1.0
11222026-07-04T15:02:40.208Z Downloaded test-strategy v0.4.5
11232026-07-04T15:02:40.211Z Downloaded rand v0.10.1
11242026-07-04T15:02:40.213Z Downloaded usdt-macro v0.6.0
11252026-07-04T15:02:40.213Z Downloaded usdt-impl v0.6.0
11262026-07-04T15:02:40.213Z Downloaded zeroize_derive v1.4.3
11272026-07-04T15:02:40.216Z Downloaded tls_codec_derive v0.4.2
11282026-07-04T15:02:40.216Z Downloaded slog v2.8.2
11292026-07-04T15:02:40.219Z Downloaded usdt-attr-macro v0.6.0
11302026-07-04T15:02:40.219Z Downloaded tls_codec v0.4.2
11312026-07-04T15:02:40.219Z Downloaded zerofrom-derive v0.1.6
11322026-07-04T15:02:40.221Z Downloaded uzers v0.12.2
11332026-07-04T15:02:40.222Z Downloaded tokio-stream v0.1.18
11342026-07-04T15:02:40.224Z Downloaded universal-hash v0.6.1
11352026-07-04T15:02:40.227Z Downloaded crypto-primes v0.7.2
11362026-07-04T15:02:40.230Z Downloaded blake3 v1.8.5
11372026-07-04T15:02:40.233Z Downloaded walkdir v2.5.0
11382026-07-04T15:02:40.235Z Downloaded zone v0.3.1
11392026-07-04T15:02:40.235Z Downloaded vergen-lib v0.1.6
11402026-07-04T15:02:40.237Z Downloaded vergen-git2 v9.1.0
11412026-07-04T15:02:40.237Z Downloaded vsss-rs v3.3.4
11422026-07-04T15:02:40.240Z Downloaded vergen-lib v9.1.0
11432026-07-04T15:02:40.241Z Downloaded tokio-rustls v0.26.4
11442026-07-04T15:02:40.243Z Downloaded zone_cfg_derive v0.3.1
11452026-07-04T15:02:40.243Z Downloaded tinyvec v1.10.0
11462026-07-04T15:02:40.243Z Downloaded snafu v0.8.9
11472026-07-04T15:02:40.246Z Downloaded static_assertions v1.1.0
11482026-07-04T15:02:40.249Z Downloaded serde_with_macros v3.17.0
11492026-07-04T15:02:40.249Z Downloaded testing_table v0.3.0
11502026-07-04T15:02:40.251Z Downloaded ssh-cipher v0.3.0-rc.9
11512026-07-04T15:02:40.251Z Downloaded spki v0.7.3
11522026-07-04T15:02:40.254Z Downloaded whoami v2.1.0
11532026-07-04T15:02:40.254Z Downloaded whoami v1.6.1
11542026-07-04T15:02:40.257Z Downloaded tracing-attributes v0.1.31
11552026-07-04T15:02:40.257Z Downloaded writeable v0.6.2
11562026-07-04T15:02:40.261Z Downloaded rustls-platform-verifier v0.6.2
11572026-07-04T15:02:40.261Z Downloaded xshell v0.2.7
11582026-07-04T15:02:40.266Z Downloaded twox-hash v2.1.2
11592026-07-04T15:02:40.274Z Downloaded bitvec v1.0.1
11602026-07-04T15:02:40.282Z Downloaded zeroize v1.8.2
11612026-07-04T15:02:40.285Z Downloaded zerofrom v0.1.6
11622026-07-04T15:02:40.285Z Downloaded vergen-gitcl v1.0.8
11632026-07-04T15:02:40.285Z Downloaded steno v0.4.1
11642026-07-04T15:02:40.288Z Downloaded toml v0.7.8
11652026-07-04T15:02:40.291Z Downloaded toml v1.1.2+spec-1.1.0
11662026-07-04T15:02:40.293Z Downloaded zstd v0.13.3
11672026-07-04T15:02:40.297Z Downloaded zerovec-derive v0.11.2
11682026-07-04T15:02:40.297Z Downloaded schemars v1.2.1
11692026-07-04T15:02:40.304Z Downloaded wyz v0.5.1
11702026-07-04T15:02:40.307Z Downloaded vergen v9.1.0
11712026-07-04T15:02:40.307Z Downloaded rsa v0.10.0-rc.18
11722026-07-04T15:02:40.310Z Downloaded zstd-safe v7.2.4
11732026-07-04T15:02:40.313Z Downloaded tar v0.4.45
11742026-07-04T15:02:40.313Z Downloaded iddqd v0.4.2
11752026-07-04T15:02:40.318Z Downloaded rustyline v14.0.0
11762026-07-04T15:02:40.320Z Downloaded unicode-bidi v0.3.18
11772026-07-04T15:02:40.323Z Downloaded yoke v0.8.1
11782026-07-04T15:02:40.328Z Downloaded yasna v0.5.2
11792026-07-04T15:02:40.328Z Downloaded bindgen v0.71.1
11802026-07-04T15:02:40.331Z Downloaded unicode-properties v0.1.4
11812026-07-04T15:02:40.342Z Downloaded unsafe-libyaml v0.2.11
11822026-07-04T15:02:40.345Z Downloaded vte v0.14.1
11832026-07-04T15:02:40.347Z Downloaded toml_edit v0.23.10+spec-1.0.0
11842026-07-04T15:02:40.354Z Downloaded tungstenite v0.21.0
11852026-07-04T15:02:40.357Z Downloaded tracing-core v0.1.36
11862026-07-04T15:02:40.360Z Downloaded tungstenite v0.23.0
11872026-07-04T15:02:40.364Z Downloaded git2 v0.20.4
11882026-07-04T15:02:40.369Z Downloaded tokio-postgres v0.7.16
11892026-07-04T15:02:40.373Z Downloaded typify v0.6.2
11902026-07-04T15:02:40.376Z Downloaded zerocopy v0.6.6
11912026-07-04T15:02:40.378Z Downloaded chrono v0.4.44
11922026-07-04T15:02:40.382Z Downloaded rpassword v7.4.0
11932026-07-04T15:02:40.386Z Downloaded serde_with v1.14.0
11942026-07-04T15:02:40.390Z Downloaded p384 v0.13.1
11952026-07-04T15:02:40.395Z Downloaded uuid v1.23.4
11962026-07-04T15:02:40.398Z Downloaded regex v1.12.3
11972026-07-04T15:02:40.409Z Downloaded reqwest v0.12.28
11982026-07-04T15:02:40.412Z Downloaded yansi v1.0.1
11992026-07-04T15:02:40.415Z Downloaded unicode_categories v0.1.1
12002026-07-04T15:02:40.415Z Downloaded aws-lc-rs v1.16.3
12012026-07-04T15:02:40.421Z Downloaded zerotrie v0.2.3
12022026-07-04T15:02:40.424Z Downloaded url v2.5.8
12032026-07-04T15:02:40.427Z Downloaded reedline v0.40.0
12042026-07-04T15:02:40.430Z Downloaded toml_edit v0.19.15
12052026-07-04T15:02:40.440Z Downloaded zopfli v0.8.3
12062026-07-04T15:02:40.443Z Downloaded curve25519-dalek v4.1.3
12072026-07-04T15:02:40.446Z Downloaded zip v0.6.6
12082026-07-04T15:02:40.449Z Downloaded goblin v0.10.5
12092026-07-04T15:02:40.454Z Downloaded reqwest v0.13.2
12102026-07-04T15:02:40.457Z Downloaded quick-xml v0.37.5
12112026-07-04T15:02:40.461Z Downloaded portable-atomic v1.13.1
12122026-07-04T15:02:40.466Z Downloaded rayon v1.11.0
12132026-07-04T15:02:40.471Z Downloaded x509-cert v0.2.5
12142026-07-04T15:02:40.475Z Downloaded lalrpop v0.19.12
12152026-07-04T15:02:40.481Z Downloaded crypto-bigint v0.7.5
12162026-07-04T15:02:40.490Z Downloaded zerocopy-derive v0.8.40
12172026-07-04T15:02:40.495Z Downloaded salty v0.3.0
12182026-07-04T15:02:40.499Z Downloaded unicode-segmentation v1.12.0
12192026-07-04T15:02:40.502Z Downloaded proptest v1.10.0
12202026-07-04T15:02:40.506Z Downloaded typed-path v0.9.3
12212026-07-04T15:02:40.510Z Downloaded ssh-key v0.7.0-rc.10
12222026-07-04T15:02:40.515Z Downloaded tough v0.22.0
12232026-07-04T15:02:40.520Z Downloaded moka v0.12.13
12242026-07-04T15:02:40.525Z Downloaded tower v0.5.3
12252026-07-04T15:02:40.535Z Downloaded zerovec v0.11.5
12262026-07-04T15:02:40.543Z Downloaded unicode-normalization v0.1.25
12272026-07-04T15:02:40.549Z Downloaded quinn-proto v0.11.13
12282026-07-04T15:02:40.553Z Downloaded zip v4.6.1
12292026-07-04T15:02:40.556Z Downloaded serde_with v3.17.0
12302026-07-04T15:02:40.563Z Downloaded tower-http v0.6.8
12312026-07-04T15:02:40.568Z Downloaded curve25519-dalek v5.0.0-rc.0
12322026-07-04T15:02:40.573Z Downloaded tokio-util v0.7.18
12332026-07-04T15:02:40.581Z Downloaded petname v2.0.2
12342026-07-04T15:02:40.590Z Downloaded radix_trie v0.2.1
12352026-07-04T15:02:40.594Z Downloaded winnow v1.0.3
12362026-07-04T15:02:40.604Z Downloaded tabled v0.20.0
12372026-07-04T15:02:40.617Z Downloaded russh v0.61.2
12382026-07-04T15:02:40.622Z Downloaded dropshot v0.17.1
12392026-07-04T15:02:40.636Z Downloaded winnow v0.5.40
12402026-07-04T15:02:40.640Z Downloaded object v0.30.4
12412026-07-04T15:02:40.646Z Downloaded zlib-rs v0.6.2
12422026-07-04T15:02:40.649Z Downloaded winnow v0.6.26
12432026-07-04T15:02:40.655Z Downloaded vcpkg v0.2.15
12442026-07-04T15:02:40.679Z Downloaded smoltcp v0.9.1
12452026-07-04T15:02:40.684Z Downloaded nix v0.27.1
12462026-07-04T15:02:40.691Z Downloaded zerocopy v0.8.40
12472026-07-04T15:02:40.697Z Downloaded diesel v2.3.7
12482026-07-04T15:02:40.709Z Downloaded regress v0.11.1
12492026-07-04T15:02:40.715Z Downloaded hickory-proto v0.25.2
12502026-07-04T15:02:40.724Z Downloaded regress v0.10.5
12512026-07-04T15:02:40.729Z Downloaded regex-syntax v0.8.10
12522026-07-04T15:02:40.733Z Downloaded polar-core v0.27.3
12532026-07-04T15:02:40.738Z Downloaded bstr v1.12.1
12542026-07-04T15:02:40.744Z Downloaded openssl v0.10.79
12552026-07-04T15:02:40.750Z Downloaded time v0.3.47
12562026-07-04T15:02:40.757Z Downloaded regex-syntax v0.6.29
12572026-07-04T15:02:40.761Z Downloaded object v0.37.3
12582026-07-04T15:02:40.767Z Downloaded nix v0.31.2
12592026-07-04T15:02:40.774Z Downloaded nix v0.28.0
12602026-07-04T15:02:40.781Z Downloaded hickory-proto v0.24.4
12612026-07-04T15:02:40.790Z Downloaded openapiv3 v2.2.0
12622026-07-04T15:02:40.797Z Downloaded fiat-crypto v0.3.0
12632026-07-04T15:02:40.805Z Downloaded smoltcp v0.11.0
12642026-07-04T15:02:40.812Z Downloaded sha3 v0.11.0
12652026-07-04T15:02:40.820Z Downloaded rustls v0.23.41
12662026-07-04T15:02:40.839Z Downloaded zerocopy-derive v0.6.6
12672026-07-04T15:02:40.844Z Downloaded rustix v0.38.44
12682026-07-04T15:02:40.859Z Downloaded petgraph v0.6.5
12692026-07-04T15:02:40.896Z Downloaded petgraph v0.8.3
12702026-07-04T15:02:40.909Z Downloaded sqlparser v0.61.0
12712026-07-04T15:02:40.915Z Downloaded csv v1.4.0
12722026-07-04T15:02:40.927Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12732026-07-04T15:02:40.939Z Downloaded tokio v1.52.1
12742026-07-04T15:02:40.969Z Downloaded sled v0.34.7
12752026-07-04T15:02:40.974Z Downloaded typify-impl v0.6.2
12762026-07-04T15:02:40.983Z Downloaded tracing v0.1.44
12772026-07-04T15:02:40.995Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-07-04T15:02:41.002Z Downloaded ratatui v0.29.0
12792026-07-04T15:02:41.021Z Downloaded regex-automata v0.4.14
12802026-07-04T15:02:41.044Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-07-04T15:02:41.076Z Downloaded jiff v0.2.21
12822026-07-04T15:02:41.087Z Downloaded chrono-tz v0.10.4
12832026-07-04T15:02:41.124Z Downloaded libz-sys v1.1.24
12842026-07-04T15:02:41.148Z Downloaded sha3 v0.10.8
12852026-07-04T15:02:41.204Z Downloaded encoding_rs v0.8.35
12862026-07-04T15:02:41.250Z Downloaded ring v0.17.14
12872026-07-04T15:02:41.786Z Downloaded aws-lc-sys v0.40.0
12882026-07-04T15:02:42.043Z Compiling libc v0.2.185
12892026-07-04T15:02:42.043Z Compiling serde_core v1.0.228
12902026-07-04T15:02:42.043Z Compiling serde v1.0.228
12912026-07-04T15:02:42.046Z Compiling log v0.4.29
12922026-07-04T15:02:42.046Z Compiling smallvec v1.15.1
12932026-07-04T15:02:42.047Z Compiling shlex v1.3.0
12942026-07-04T15:02:42.047Z Compiling find-msvc-tools v0.1.9
12952026-07-04T15:02:42.047Z Compiling subtle v2.6.1
12962026-07-04T15:02:42.185Z Compiling scopeguard v1.2.0
12972026-07-04T15:02:42.232Z Compiling stable_deref_trait v1.2.1
12982026-07-04T15:02:42.244Z Compiling typenum v1.20.1
12992026-07-04T15:02:42.247Z Compiling serde_json v1.0.150
13002026-07-04T15:02:42.273Z Compiling portable-atomic v1.13.1
13012026-07-04T15:02:42.310Z Compiling syn v2.0.117
13022026-07-04T15:02:42.323Z Compiling zerocopy v0.8.40
13032026-07-04T15:02:42.326Z Compiling parking_lot_core v0.9.12
13042026-07-04T15:02:42.416Z Compiling lock_api v0.4.14
13052026-07-04T15:02:42.453Z Compiling pin-project-lite v0.2.17
13062026-07-04T15:02:42.467Z Compiling critical-section v1.2.0
13072026-07-04T15:02:42.493Z Compiling pkg-config v0.3.32
13082026-07-04T15:02:42.507Z Compiling getrandom v0.4.1
13092026-07-04T15:02:42.523Z Compiling futures-core v0.3.32
13102026-07-04T15:02:42.554Z Compiling libm v0.2.16
13112026-07-04T15:02:42.570Z Compiling num-traits v0.2.19
13122026-07-04T15:02:42.632Z Compiling generic-array v0.14.7
13132026-07-04T15:02:42.649Z Compiling const-oid v0.9.6
13142026-07-04T15:02:42.654Z Compiling rand_core v0.10.0
13152026-07-04T15:02:42.707Z Compiling litemap v0.8.1
13162026-07-04T15:02:42.710Z Compiling writeable v0.6.2
13172026-07-04T15:02:42.748Z Compiling percent-encoding v2.3.2
13182026-07-04T15:02:42.851Z Compiling icu_properties_data v2.1.2
13192026-07-04T15:02:42.938Z Compiling icu_normalizer_data v2.1.1
13202026-07-04T15:02:42.938Z Compiling futures-sink v0.3.32
13212026-07-04T15:02:42.967Z Compiling slab v0.4.12
13222026-07-04T15:02:42.985Z Compiling futures-task v0.3.32
13232026-07-04T15:02:42.988Z Compiling futures-io v0.3.32
13242026-07-04T15:02:43.072Z Compiling rustversion v1.0.22
13252026-07-04T15:02:43.075Z Compiling utf8_iter v1.0.4
13262026-07-04T15:02:43.142Z Compiling futures-channel v0.3.32
13272026-07-04T15:02:43.142Z Compiling getrandom v0.3.4
13282026-07-04T15:02:43.220Z Compiling form_urlencoded v1.2.2
13292026-07-04T15:02:43.236Z Compiling ident_case v1.0.1
13302026-07-04T15:02:43.250Z Compiling rustix v1.1.3
13312026-07-04T15:02:43.265Z Compiling jobserver v0.1.34
13322026-07-04T15:02:43.293Z Compiling errno v0.3.14
13332026-07-04T15:02:43.311Z Compiling getrandom v0.2.17
13342026-07-04T15:02:43.343Z Compiling mio v1.2.0
13352026-07-04T15:02:43.412Z Compiling signal-hook-registry v1.4.8
13362026-07-04T15:02:43.425Z Compiling socket2 v0.6.3
13372026-07-04T15:02:43.469Z Compiling rand_core v0.6.4
13382026-07-04T15:02:43.550Z Compiling cc v1.2.56
13392026-07-04T15:02:43.574Z Compiling once_cell v1.21.3
13402026-07-04T15:02:43.583Z Compiling parking_lot v0.12.5
13412026-07-04T15:02:43.641Z Compiling dunce v1.0.5
13422026-07-04T15:02:43.655Z Compiling fs_extra v1.3.0
13432026-07-04T15:02:43.700Z Compiling regex-syntax v0.8.10
13442026-07-04T15:02:43.714Z Compiling iana-time-zone v0.1.65
13452026-07-04T15:02:43.754Z Compiling vcpkg v0.2.15
13462026-07-04T15:02:43.783Z Compiling base64ct v1.8.3
13472026-07-04T15:02:43.808Z Compiling tracing-core v0.1.36
13482026-07-04T15:02:43.871Z Compiling flagset v0.4.7
13492026-07-04T15:02:43.903Z Compiling base64 v0.22.1
13502026-07-04T15:02:43.937Z Compiling aws-lc-rs v1.16.3
13512026-07-04T15:02:43.966Z Compiling openssl-probe v0.2.1
13522026-07-04T15:02:43.988Z Compiling tinyvec_macros v0.1.1
13532026-07-04T15:02:44.014Z Compiling cmov v0.5.4
13542026-07-04T15:02:44.066Z Compiling pem-rfc7468 v0.7.0
13552026-07-04T15:02:44.117Z Compiling rand_core v0.9.5
13562026-07-04T15:02:44.162Z Compiling httparse v1.10.1
13572026-07-04T15:02:44.177Z Compiling tinyvec v1.10.0
13582026-07-04T15:02:44.216Z Compiling ctutils v0.4.2
13592026-07-04T15:02:44.245Z Compiling aho-corasick v1.1.4
13602026-07-04T15:02:44.260Z Compiling untrusted v0.7.1
13612026-07-04T15:02:44.285Z Compiling atomic-waker v1.1.2
13622026-07-04T15:02:44.300Z Compiling schemars v0.8.22
13632026-07-04T15:02:44.399Z Compiling cmake v0.1.57
13642026-07-04T15:02:44.416Z Compiling tower-layer v0.3.3
13652026-07-04T15:02:44.419Z Compiling tower-service v0.3.3
13662026-07-04T15:02:44.419Z Compiling dyn-clone v1.0.20
13672026-07-04T15:02:44.444Z Compiling try-lock v0.2.5
13682026-07-04T15:02:44.531Z Compiling bitflags v2.11.0
13692026-07-04T15:02:44.534Z Compiling semver v1.0.28
13702026-07-04T15:02:44.548Z Compiling indexmap v2.14.0
13712026-07-04T15:02:44.566Z Compiling uuid v1.23.4
13722026-07-04T15:02:44.589Z Compiling want v0.3.1
13732026-07-04T15:02:44.644Z Compiling rustls v0.23.41
13742026-07-04T15:02:44.648Z Compiling openssl v0.10.79
13752026-07-04T15:02:44.648Z Compiling untrusted v0.9.0
13762026-07-04T15:02:44.686Z Compiling cpufeatures v0.2.17
13772026-07-04T15:02:44.797Z Compiling rustc_version v0.4.1
13782026-07-04T15:02:44.813Z Compiling foreign-types-shared v0.1.1
13792026-07-04T15:02:44.816Z Compiling httpdate v1.0.3
13802026-07-04T15:02:44.842Z Compiling unicode-normalization v0.1.25
13812026-07-04T15:02:44.856Z Compiling spin v0.9.8
13822026-07-04T15:02:44.911Z Compiling foreign-types v0.3.2
13832026-07-04T15:02:44.927Z Compiling time-core v0.1.8
13842026-07-04T15:02:44.942Z Compiling crc32fast v1.5.0
13852026-07-04T15:02:44.997Z Compiling native-tls v0.2.18
13862026-07-04T15:02:45.016Z Compiling powerfmt v0.2.0
13872026-07-04T15:02:45.082Z Compiling num-conv v0.2.0
13882026-07-04T15:02:45.097Z Compiling wait-timeout v0.2.1
13892026-07-04T15:02:45.110Z Compiling sync_wrapper v1.0.2
13902026-07-04T15:02:45.148Z Compiling bit-vec v0.8.0
13912026-07-04T15:02:45.233Z Compiling aws-lc-sys v0.40.0
13922026-07-04T15:02:45.249Z Compiling openssl-sys v0.9.115
13932026-07-04T15:02:45.252Z Compiling regex-automata v0.4.14
13942026-07-04T15:02:45.252Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-07-04T15:02:45.292Z Compiling time-macros v0.2.27
13962026-07-04T15:02:45.297Z Compiling deranged v0.5.8
13972026-07-04T15:02:45.348Z Compiling quick-error v1.2.3
13982026-07-04T15:02:45.364Z Compiling synstructure v0.13.2
13992026-07-04T15:02:45.367Z Compiling serde_derive_internals v0.29.1
14002026-07-04T15:02:45.395Z Compiling pest_generator v2.8.6
14012026-07-04T15:02:45.410Z Compiling darling_core v0.20.11
14022026-07-04T15:02:45.474Z Compiling num_threads v0.1.7
14032026-07-04T15:02:45.587Z Compiling syn v1.0.109
14042026-07-04T15:02:45.718Z Compiling crossbeam-utils v0.8.21
14052026-07-04T15:02:45.959Z Compiling tempfile v3.25.0
14062026-07-04T15:02:46.050Z Compiling siphasher v1.0.2
14072026-07-04T15:02:46.066Z Compiling usdt-impl v0.6.0
14082026-07-04T15:02:46.081Z Compiling simd-adler32 v0.3.8
14092026-07-04T15:02:46.189Z Compiling rusty-fork v0.3.1
14102026-07-04T15:02:46.204Z Compiling darling_core v0.21.3
14112026-07-04T15:02:46.260Z Compiling bit-set v0.8.0
14122026-07-04T15:02:46.343Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-04T15:02:46.359Z Compiling heapless v0.7.17
14142026-07-04T15:02:46.362Z Compiling slog v2.8.2
14152026-07-04T15:02:46.389Z Compiling rand_xorshift v0.4.0
14162026-07-04T15:02:46.406Z Compiling thread-id v5.1.0
14172026-07-04T15:02:46.419Z Compiling cookie v0.18.1
14182026-07-04T15:02:46.439Z Compiling adler2 v2.0.1
14192026-07-04T15:02:46.442Z Compiling unarray v0.1.4
14202026-07-04T15:02:46.504Z Compiling paste v1.0.15
14212026-07-04T15:02:46.516Z Compiling time v0.3.47
14222026-07-04T15:02:46.541Z Compiling zstd-safe v7.2.4
14232026-07-04T15:02:46.576Z Compiling anyhow v1.0.102
14242026-07-04T15:02:46.592Z Compiling signal-hook v0.3.18
14252026-07-04T15:02:46.594Z Compiling unicode-bidi v0.3.18
14262026-07-04T15:02:46.620Z Compiling unicode-properties v0.1.4
14272026-07-04T15:02:46.655Z Compiling allocator-api2 v0.2.21
14282026-07-04T15:02:46.669Z Compiling iri-string v0.7.10
14292026-07-04T15:02:46.683Z Compiling ryu v1.0.23
14302026-07-04T15:02:46.885Z Compiling miniz_oxide v0.8.9
14312026-07-04T15:02:46.915Z Compiling camino v1.2.2
14322026-07-04T15:02:47.007Z Compiling stringprep v0.1.5
14332026-07-04T15:02:47.129Z Compiling serde_derive v1.0.228
14342026-07-04T15:02:47.155Z Compiling zeroize_derive v1.4.3
14352026-07-04T15:02:47.171Z Compiling zerofrom-derive v0.1.6
14362026-07-04T15:02:47.320Z Compiling yoke-derive v0.8.1
14372026-07-04T15:02:47.480Z Compiling zerovec-derive v0.11.2
14382026-07-04T15:02:47.519Z Compiling zerocopy-derive v0.8.40
14392026-07-04T15:02:47.547Z Compiling displaydoc v0.2.5
14402026-07-04T15:02:47.562Z Compiling tokio-macros v2.7.0
14412026-07-04T15:02:47.814Z Compiling futures-macro v0.3.32
14422026-07-04T15:02:47.870Z Compiling zeroize v1.8.2
14432026-07-04T15:02:48.189Z Compiling der_derive v0.7.3
14442026-07-04T15:02:48.268Z Compiling thiserror-impl v2.0.18
14452026-07-04T15:02:48.351Z Compiling tracing-attributes v0.1.31
14462026-07-04T15:02:48.365Z Compiling rustls-pki-types v1.14.0
14472026-07-04T15:02:48.562Z Compiling hybrid-array v0.4.13
14482026-07-04T15:02:48.681Z Compiling block-buffer v0.10.4
14492026-07-04T15:02:48.696Z Compiling zerofrom v0.1.6
14502026-07-04T15:02:48.696Z Compiling crypto-common v0.1.7
14512026-07-04T15:02:48.699Z Compiling futures-util v0.3.32
14522026-07-04T15:02:48.839Z Compiling yoke v0.8.1
14532026-07-04T15:02:48.855Z Compiling digest v0.10.7
14542026-07-04T15:02:48.858Z Compiling schemars_derive v0.8.22
14552026-07-04T15:02:48.884Z Compiling scroll_derive v0.13.1
14562026-07-04T15:02:48.884Z Compiling pest_derive v2.8.6
14572026-07-04T15:02:49.040Z Compiling zerovec v0.11.5
14582026-07-04T15:02:49.125Z Compiling zerotrie v0.2.3
14592026-07-04T15:02:49.198Z Compiling der v0.7.10
14602026-07-04T15:02:49.374Z Compiling darling_macro v0.20.11
14612026-07-04T15:02:49.378Z Compiling openssl-macros v0.1.1
14622026-07-04T15:02:49.443Z Compiling sha2 v0.10.9
14632026-07-04T15:02:49.560Z Compiling tinystr v0.8.2
14642026-07-04T15:02:49.576Z Compiling potential_utf v0.1.4
14652026-07-04T15:02:49.708Z Compiling icu_collections v2.1.1
14662026-07-04T15:02:49.752Z Compiling icu_locale_core v2.1.1
14672026-07-04T15:02:49.769Z Compiling tracing v0.1.44
14682026-07-04T15:02:49.785Z Compiling thiserror v2.0.18
14692026-07-04T15:02:49.801Z Compiling scroll v0.13.0
14702026-07-04T15:02:49.909Z Compiling hmac v0.12.1
14712026-07-04T15:02:49.924Z Compiling darling v0.20.11
14722026-07-04T15:02:50.021Z Compiling derive_builder_core v0.20.2
14732026-07-04T15:02:50.057Z Compiling spki v0.7.3
14742026-07-04T15:02:50.094Z Compiling goblin v0.10.5
14752026-07-04T15:02:50.110Z Compiling dtrace-parser v0.3.0
14762026-07-04T15:02:50.207Z Compiling scroll_derive v0.12.1
14772026-07-04T15:02:50.223Z Compiling pkcs8 v0.10.2
14782026-07-04T15:02:50.280Z Compiling thiserror-impl v1.0.69
14792026-07-04T15:02:50.449Z Compiling icu_provider v2.1.1
14802026-07-04T15:02:50.498Z Compiling block-padding v0.4.2
14812026-07-04T15:02:50.653Z Compiling block-buffer v0.12.1
14822026-07-04T15:02:50.681Z Compiling bytes v1.11.1
14832026-07-04T15:02:50.769Z Compiling icu_normalizer v2.1.1
14842026-07-04T15:02:50.786Z Compiling icu_properties v2.1.2
14852026-07-04T15:02:50.877Z Compiling chrono v0.4.44
14862026-07-04T15:02:50.880Z Compiling ipnet v2.11.0
14872026-07-04T15:02:50.906Z Compiling serde_tokenstream v0.2.3
14882026-07-04T15:02:50.930Z Compiling scroll v0.12.0
14892026-07-04T15:02:50.933Z Compiling derive_builder_macro v0.20.2
14902026-07-04T15:02:50.960Z Compiling serde_urlencoded v0.7.1
14912026-07-04T15:02:51.094Z Compiling toml_datetime v0.6.11
14922026-07-04T15:02:51.227Z Compiling tokio v1.52.1
14932026-07-04T15:02:51.230Z Compiling http v1.4.2
14942026-07-04T15:02:51.255Z Compiling erased-serde v0.3.31
14952026-07-04T15:02:51.319Z Compiling serde_spanned v0.6.9
14962026-07-04T15:02:51.341Z Compiling crypto-common v0.2.2
14972026-07-04T15:02:51.372Z Compiling md-5 v0.10.6
14982026-07-04T15:02:51.391Z Compiling signature v2.2.0
14992026-07-04T15:02:51.445Z Compiling darling_macro v0.21.3
15002026-07-04T15:02:51.478Z Compiling rustls-native-certs v0.8.3
15012026-07-04T15:02:51.547Z Compiling bstr v1.12.1
15022026-07-04T15:02:51.592Z Compiling zerocopy-derive v0.7.35
15032026-07-04T15:02:51.594Z Compiling thiserror v1.0.69
15042026-07-04T15:02:51.720Z Compiling idna_adapter v1.2.1
15052026-07-04T15:02:51.752Z Compiling pin-project-internal v1.1.11
15062026-07-04T15:02:51.779Z Compiling async-trait v0.1.89
15072026-07-04T15:02:51.881Z Compiling idna v1.1.0
15082026-07-04T15:02:51.915Z Compiling ppv-lite86 v0.2.21
15092026-07-04T15:02:51.978Z Compiling http-body v1.0.1
15102026-07-04T15:02:52.116Z Compiling http-body-util v0.1.3
15112026-07-04T15:02:52.168Z Compiling curve25519-dalek v4.1.3
15122026-07-04T15:02:52.204Z Compiling url v2.5.8
15132026-07-04T15:02:52.253Z Compiling rand_chacha v0.9.0
15142026-07-04T15:02:52.315Z Compiling rand_chacha v0.3.1
15152026-07-04T15:02:52.377Z Compiling num-integer v0.1.46
15162026-07-04T15:02:52.502Z Compiling rand v0.9.2
15172026-07-04T15:02:52.579Z Compiling vergen-lib v9.1.0
15182026-07-04T15:02:52.595Z Compiling hash32 v0.2.1
15192026-07-04T15:02:52.619Z Compiling memoffset v0.9.1
15202026-07-04T15:02:52.803Z Compiling encoding_rs v0.8.35
15212026-07-04T15:02:52.806Z Compiling rustix v0.38.44
15222026-07-04T15:02:52.853Z Compiling dof v0.4.0
15232026-07-04T15:02:52.921Z Compiling mime v0.3.17
15242026-07-04T15:02:52.936Z Compiling cfg_aliases v0.2.1
15252026-07-04T15:02:52.950Z Compiling psl-types v2.0.11
15262026-07-04T15:02:53.019Z Compiling litrs v1.0.0
15272026-07-04T15:02:53.032Z Compiling fallible-iterator v0.2.0
15282026-07-04T15:02:53.081Z Compiling proptest v1.10.0
15292026-07-04T15:02:53.094Z Compiling num-bigint-dig v0.8.6
15302026-07-04T15:02:53.153Z Compiling ref-cast v1.0.25
15312026-07-04T15:02:53.189Z Compiling smoltcp v0.9.1
15322026-07-04T15:02:53.202Z Compiling zlib-rs v0.6.2
15332026-07-04T15:02:53.314Z Compiling postgres-protocol v0.6.10
15342026-07-04T15:02:53.342Z Compiling publicsuffix v2.3.0
15352026-07-04T15:02:53.359Z Compiling nix v0.31.2
15362026-07-04T15:02:53.374Z Compiling pin-project v1.1.11
15372026-07-04T15:02:53.565Z Compiling ipnetwork v0.21.1
15382026-07-04T15:02:53.568Z Compiling document-features v0.2.12
15392026-07-04T15:02:53.639Z Compiling num-iter v0.1.45
15402026-07-04T15:02:53.771Z Compiling zerocopy v0.7.35
15412026-07-04T15:02:53.786Z Compiling rand v0.8.6
15422026-07-04T15:02:53.848Z Compiling oxnet v0.1.6
15432026-07-04T15:02:53.896Z Compiling darling v0.21.3
15442026-07-04T15:02:54.008Z Compiling derive_builder v0.20.2
15452026-07-04T15:02:54.058Z Compiling goblin v0.8.2
15462026-07-04T15:02:54.105Z Compiling hubpack_derive v0.1.1
15472026-07-04T15:02:54.121Z Compiling futures-executor v0.3.32
15482026-07-04T15:02:54.146Z Compiling hex v0.4.3
15492026-07-04T15:02:54.211Z Compiling inout v0.2.2
15502026-07-04T15:02:54.312Z Compiling regex v1.12.3
15512026-07-04T15:02:54.406Z Compiling snafu-derive v0.8.9
15522026-07-04T15:02:54.421Z Compiling daft-derive v0.1.7
15532026-07-04T15:02:54.421Z Compiling strum_macros v0.27.2
15542026-07-04T15:02:54.451Z Compiling curve25519-dalek-derive v0.1.1
15552026-07-04T15:02:54.454Z Compiling ref-cast-impl v1.0.25
15562026-07-04T15:02:54.686Z Compiling phf_shared v0.13.1
15572026-07-04T15:02:54.747Z Compiling terminal_size v0.4.3
15582026-07-04T15:02:54.767Z Compiling lazy_static v1.5.0
15592026-07-04T15:02:54.794Z Compiling anstyle-parse v0.2.7
15602026-07-04T15:02:54.876Z Compiling cargo-platform v0.3.2
15612026-07-04T15:02:54.907Z Compiling vergen v9.1.0
15622026-07-04T15:02:54.922Z Compiling ff v0.13.1
15632026-07-04T15:02:54.949Z Compiling fs-err v3.3.0
15642026-07-04T15:02:54.994Z Compiling ahash v0.8.12
15652026-07-04T15:02:55.057Z Compiling winnow v0.5.40
15662026-07-04T15:02:55.073Z Compiling unicode-segmentation v1.12.0
15672026-07-04T15:02:55.087Z Compiling same-file v1.0.6
15682026-07-04T15:02:55.128Z Compiling tokio-util v0.7.18
15692026-07-04T15:02:55.163Z Compiling tower v0.5.3
15702026-07-04T15:02:55.178Z Compiling tokio-native-tls v0.3.1
15712026-07-04T15:02:55.192Z Compiling libbz2-rs-sys v0.2.2
15722026-07-04T15:02:55.220Z Compiling bitflags v1.3.2
15732026-07-04T15:02:55.248Z Compiling foldhash v0.2.0
15742026-07-04T15:02:55.267Z Compiling managed v0.8.0
15752026-07-04T15:02:55.304Z Compiling base16ct v0.2.0
15762026-07-04T15:02:55.375Z Compiling object v0.37.3
15772026-07-04T15:02:55.475Z Compiling newtype-uuid v1.3.2
15782026-07-04T15:02:55.490Z Compiling bumpalo v3.20.2
15792026-07-04T15:02:55.503Z Compiling foldhash v0.1.5
15802026-07-04T15:02:55.659Z Compiling tower-http v0.6.8
15812026-07-04T15:02:55.706Z Compiling daft v0.1.7
15822026-07-04T15:02:55.728Z Compiling zopfli v0.8.3
15832026-07-04T15:02:55.752Z Compiling hashbrown v0.15.5
15842026-07-04T15:02:55.831Z Compiling h2 v0.4.15
15852026-07-04T15:02:55.886Z Compiling bzip2 v0.6.1
15862026-07-04T15:02:56.006Z Compiling sec1 v0.7.3
15872026-07-04T15:02:56.083Z Compiling flate2 v1.1.9
15882026-07-04T15:02:56.107Z Compiling hashbrown v0.16.1
15892026-07-04T15:02:56.231Z Compiling walkdir v2.5.0
15902026-07-04T15:02:56.337Z Compiling dof v0.3.0
15912026-07-04T15:02:56.384Z Compiling snafu v0.8.9
15922026-07-04T15:02:56.398Z Compiling toml_edit v0.19.15
15932026-07-04T15:02:56.468Z Compiling cargo_metadata v0.23.1
15942026-07-04T15:02:56.496Z Compiling strum v0.27.2
15952026-07-04T15:02:56.513Z Compiling clap_builder v4.6.0
15962026-07-04T15:02:56.530Z Compiling group v0.13.0
15972026-07-04T15:02:56.556Z Compiling anstream v0.6.21
15982026-07-04T15:02:56.570Z Compiling phf v0.13.1
15992026-07-04T15:02:56.712Z Compiling signal-hook-mio v0.2.5
16002026-07-04T15:02:56.727Z Compiling hubpack v0.1.2
16012026-07-04T15:02:56.765Z Compiling cookie_store v0.22.1
16022026-07-04T15:02:56.848Z Compiling usdt-attr-macro v0.6.0
16032026-07-04T15:02:56.880Z Compiling usdt-macro v0.6.0
16042026-07-04T15:02:56.963Z Compiling bzip2 v0.4.4
16052026-07-04T15:02:57.063Z Compiling cipher v0.5.2
16062026-07-04T15:02:57.078Z Compiling futures v0.3.32
16072026-07-04T15:02:57.117Z Compiling serde_with_macros v3.17.0
16082026-07-04T15:02:57.184Z Compiling postgres-types v0.2.12
16092026-07-04T15:02:57.201Z Compiling zstd v0.13.3
16102026-07-04T15:02:57.514Z Compiling globset v0.4.18
16112026-07-04T15:02:57.529Z Compiling dtrace-parser v0.2.0
16122026-07-04T15:02:57.625Z Compiling ed25519 v2.2.3
16132026-07-04T15:02:57.693Z Compiling serde-big-array v0.5.1
16142026-07-04T15:02:57.738Z Compiling olpc-cjson v0.1.4
16152026-07-04T15:02:57.806Z Compiling serde_plain v1.0.2
16162026-07-04T15:02:57.855Z Compiling pkcs1 v0.7.5
16172026-07-04T15:02:57.899Z Compiling hkdf v0.12.4
16182026-07-04T15:02:57.922Z Compiling crypto-bigint v0.5.5
16192026-07-04T15:02:58.024Z Compiling enum-as-inner v0.6.1
16202026-07-04T15:02:58.087Z Compiling async-recursion v1.1.1
16212026-07-04T15:02:58.225Z Compiling serde_repr v0.1.20
16222026-07-04T15:02:58.276Z Compiling clap_derive v4.6.1
16232026-07-04T15:02:58.325Z Compiling strum_macros v0.26.4
16242026-07-04T15:02:58.340Z Compiling phf_shared v0.11.3
16252026-07-04T15:02:58.546Z Compiling float-cmp v0.10.0
16262026-07-04T15:02:58.565Z Compiling pem v3.0.6
16272026-07-04T15:02:58.580Z Compiling thread-id v4.2.2
16282026-07-04T15:02:58.640Z Compiling memmap2 v0.9.10
16292026-07-04T15:02:58.683Z Compiling env_filter v1.0.0
16302026-07-04T15:02:58.716Z Compiling new_debug_unreachable v1.0.6
16312026-07-04T15:02:58.802Z Compiling precomputed-hash v0.1.1
16322026-07-04T15:02:58.805Z Compiling normalize-line-endings v0.3.0
16332026-07-04T15:02:58.830Z Compiling static_assertions v1.1.0
16342026-07-04T15:02:58.886Z Compiling whoami v2.1.0
16352026-07-04T15:02:58.906Z Compiling typed-path v0.9.3
16362026-07-04T15:02:58.920Z Compiling data-encoding v2.10.0
16372026-07-04T15:02:58.934Z Compiling jiff v0.2.21
16382026-07-04T15:02:58.937Z Compiling predicates-core v1.0.10
16392026-07-04T15:02:59.028Z Compiling hyper v1.10.1
16402026-07-04T15:02:59.152Z Compiling difflib v0.4.0
16412026-07-04T15:02:59.155Z Compiling fixedbitset v0.4.2
16422026-07-04T15:02:59.294Z Compiling keccak v0.1.6
16432026-07-04T15:02:59.419Z Compiling const-oid v0.10.2
16442026-07-04T15:02:59.438Z Compiling winnow v1.0.3
16452026-07-04T15:02:59.618Z Compiling fixedbitset v0.5.7
16462026-07-04T15:02:59.646Z Compiling cpufeatures v0.3.0
16472026-07-04T15:02:59.661Z Compiling either v1.15.0
16482026-07-04T15:02:59.737Z Compiling chacha20 v0.10.0
16492026-07-04T15:02:59.759Z Compiling digest v0.11.3
16502026-07-04T15:02:59.816Z Compiling toml_parser v1.1.2+spec-1.1.0
16512026-07-04T15:02:59.889Z Compiling itertools v0.13.0
16522026-07-04T15:02:59.947Z Compiling petgraph v0.8.3
16532026-07-04T15:03:00.009Z Compiling sha3 v0.10.8
16542026-07-04T15:03:00.070Z Compiling toml_edit v0.22.27
16552026-07-04T15:03:00.095Z Compiling predicates v3.1.4
16562026-07-04T15:03:00.111Z Compiling petgraph v0.6.5
16572026-07-04T15:03:00.134Z Compiling hickory-proto v0.25.2
16582026-07-04T15:03:00.152Z Compiling clap v4.6.1
16592026-07-04T15:03:00.202Z Compiling hyper-util v0.1.20
16602026-07-04T15:03:00.216Z Compiling strum v0.26.3
16612026-07-04T15:03:00.246Z Compiling tokio-postgres v0.7.16
16622026-07-04T15:03:00.364Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16632026-07-04T15:03:00.477Z Compiling elliptic-curve v0.13.8
16642026-07-04T15:03:00.492Z Compiling string_cache v0.8.9
16652026-07-04T15:03:00.700Z Compiling env_logger v0.11.9
16662026-07-04T15:03:00.735Z Compiling usdt v0.6.0
16672026-07-04T15:03:00.777Z Compiling usdt-impl v0.5.0
16682026-07-04T15:03:00.903Z Compiling crossterm v0.28.1
16692026-07-04T15:03:01.019Z Compiling serde_with v3.17.0
16702026-07-04T15:03:01.072Z Compiling rsa v0.9.10
16712026-07-04T15:03:01.149Z Compiling ed25519-dalek v2.2.0
16722026-07-04T15:03:01.371Z Compiling toml v0.7.8
16732026-07-04T15:03:01.641Z Compiling hyper-tls v0.6.0
16742026-07-04T15:03:01.817Z Compiling reqwest v0.12.28
16752026-07-04T15:03:01.899Z Compiling zip v4.6.1
16762026-07-04T15:03:01.996Z Compiling zip v0.6.6
16772026-07-04T15:03:02.217Z Compiling iddqd v0.4.2
16782026-07-04T15:03:02.497Z Compiling tokio-stream v0.1.18
16792026-07-04T15:03:02.690Z Compiling similar v2.7.0
16802026-07-04T15:03:02.804Z Compiling heck v0.4.1
16812026-07-04T15:03:02.835Z Compiling buf-list v1.1.2
16822026-07-04T15:03:02.851Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-04T15:03:02.911Z Compiling openapiv3 v2.2.0
16842026-07-04T15:03:02.993Z Compiling x509-cert v0.2.5
16852026-07-04T15:03:03.054Z Compiling crossbeam-epoch v0.9.18
16862026-07-04T15:03:03.141Z Compiling peg-runtime v0.8.5
16872026-07-04T15:03:03.187Z Compiling lalrpop-util v0.19.12
16882026-07-04T15:03:03.218Z Compiling thread_local v1.1.9
16892026-07-04T15:03:03.293Z Compiling slog-async v2.8.0
16902026-07-04T15:03:03.403Z Compiling crossbeam-channel v0.5.15
16912026-07-04T15:03:03.418Z Compiling is-terminal v0.4.17
16922026-07-04T15:03:03.446Z Compiling filetime v0.2.27
16932026-07-04T15:03:03.495Z Compiling term v1.2.1
16942026-07-04T15:03:03.534Z Compiling take_mut v0.2.2
16952026-07-04T15:03:03.582Z Compiling xattr v1.6.1
16962026-07-04T15:03:03.601Z Compiling camino-tempfile v1.4.1
16972026-07-04T15:03:03.770Z Compiling slog-term v2.9.2
16982026-07-04T15:03:03.829Z Compiling tar v0.4.45
16992026-07-04T15:03:21.550Z Compiling rustls-webpki v0.103.13
17002026-07-04T15:03:24.259Z Compiling tokio-rustls v0.26.4
17012026-07-04T15:03:24.259Z Compiling rustls-platform-verifier v0.6.2
17022026-07-04T15:03:24.259Z Compiling tough v0.22.0
17032026-07-04T15:03:24.471Z Compiling hyper-rustls v0.27.7
17042026-07-04T15:03:24.663Z Compiling reqwest v0.13.2
17052026-07-04T15:03:26.783Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-04T15:03:27.031Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-04T15:03:29.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s
17082026-07-04T15:03:29.986Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-04T15:03:30.043ZJul 04 15:03:29.322 INFO Starting download, target: Clickhouse
17102026-07-04T15:03:30.043ZJul 04 15:03:29.323 INFO Starting download, target: DendriteStub
17112026-07-04T15:03:30.043ZJul 04 15:03:29.323 INFO Starting download, target: Console
17122026-07-04T15:03:30.043ZJul 04 15:03:29.323 INFO Starting download, target: MaghemiteMgd
17132026-07-04T15:03:30.043ZJul 04 15:03:29.323 INFO Starting download, target: Cockroach
17142026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Starting download, target: MaghemiteDdmd
17152026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Starting download, target: TransceiverControl
17162026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-07-04T15:03:30.046ZJul 04 15:03:29.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-04T15:03:30.525ZJul 04 15:03:29.803 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-04T15:03:30.740ZJul 04 15:03:30.009 INFO Download complete, target: TransceiverControl
17252026-07-04T15:03:31.800ZJul 04 15:03:31.080 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-07-04T15:03:31.873ZJul 04 15:03:31.148 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-07-04T15:03:31.885ZJul 04 15:03:31.164 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-07-04T15:03:32.053ZJul 04 15:03:31.332 INFO Download complete, target: Console
17292026-07-04T15:03:32.099ZJul 04 15:03:31.376 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-07-04T15:03:32.436ZJul 04 15:03:31.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-07-04T15:03:32.580ZJul 04 15:03:31.820 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-07-04T15:03:32.580ZJul 04 15:03:31.820 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-07-04T15:03:33.766ZJul 04 15:03:33.045 INFO Download complete, target: MaghemiteDdmd
17342026-07-04T15:03:34.538ZJul 04 15:03:33.805 INFO Download complete, target: DendriteStub
17352026-07-04T15:03:34.698ZJul 04 15:03:33.978 INFO Download complete, target: MaghemiteMgd
17362026-07-04T15:03:37.124ZJul 04 15:03:36.403 INFO Checking that binary works, target: Cockroach
17372026-07-04T15:03:37.243ZJul 04 15:03:36.523 INFO Download complete, target: Cockroach
17382026-07-04T15:03:38.976ZJul 04 15:03:38.249 INFO Checking that binary works, target: Clickhouse
17392026-07-04T15:03:39.051ZJul 04 15:03:38.330 INFO Download complete, target: Clickhouse
17402026-07-04T15:03:39.077ZAll prerequisites installed successfully
17412026-07-04T15:03:39.094Z
17422026-07-04T15:03:39.094Zreal 1:43.954037907
17432026-07-04T15:03:39.094Zuser 6:37.098892888
17442026-07-04T15:03:39.094Zsys 1:39.566888202
17452026-07-04T15:03:39.094Ztrap 0.271897468
17462026-07-04T15:03:39.094Ztflt 0.775157260
17472026-07-04T15:03:39.094Zdflt 1.573665594
17482026-07-04T15:03:39.094Zkflt 0.022770674
17492026-07-04T15:03:39.094Zlock 23:17.146764789
17502026-07-04T15:03:39.094Zslp 18:11.242354542
17512026-07-04T15:03:39.094Zlat 25.625083803
17522026-07-04T15:03:39.094Zstop 2:44.109304196
17532026-07-04T15:03:39.095Z+ ptime -m cargo xtask download softnpu
17542026-07-04T15:03:39.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17552026-07-04T15:03:39.539Z Running `target/debug/xtask download softnpu`
17562026-07-04T15:03:40.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17572026-07-04T15:03:40.316Z Running `target/debug/xtask-downloader softnpu`
17582026-07-04T15:03:40.349ZJul 04 15:03:39.624 INFO Starting download, target: Softnpu
17592026-07-04T15:03:40.354ZJul 04 15:03:39.625 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-04T15:03:40.894ZJul 04 15:03:40.174 INFO Download complete, target: Softnpu
17612026-07-04T15:03:40.897Z
17622026-07-04T15:03:40.900Zreal 1.834139291
17632026-07-04T15:03:40.900Zuser 1.268939901
17642026-07-04T15:03:40.900Zsys 0.595910113
17652026-07-04T15:03:40.900Ztrap 0.000688610
17662026-07-04T15:03:40.900Ztflt 0.000195590
17672026-07-04T15:03:40.900Zdflt 0.000288900
17682026-07-04T15:03:40.900Zkflt 0.000000000
17692026-07-04T15:03:40.900Zlock 9.823625321
17702026-07-04T15:03:40.900Zslp 0.402594988
17712026-07-04T15:03:40.900Zlat 0.071851060
17722026-07-04T15:03:40.900Zstop 0.000161410
17732026-07-04T15:03:40.900Z+ export CARGO_INCREMENTAL=0
17742026-07-04T15:03:40.900Z+ CARGO_INCREMENTAL=0
17752026-07-04T15:03:40.900Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-04T15:03:41.762Z Compiling proc-macro2 v1.0.106
17772026-07-04T15:03:41.762Z Compiling quote v1.0.45
17782026-07-04T15:03:41.762Z Compiling unicode-ident v1.0.24
17792026-07-04T15:03:41.765Z Compiling libc v0.2.185
17802026-07-04T15:03:41.765Z Compiling serde_core v1.0.228
17812026-07-04T15:03:41.765Z Compiling serde v1.0.228
17822026-07-04T15:03:41.765Z Compiling cfg-if v1.0.4
17832026-07-04T15:03:41.765Z Compiling version_check v0.9.5
17842026-07-04T15:03:41.765Z Compiling shlex v1.3.0
17852026-07-04T15:03:41.765Z Compiling find-msvc-tools v0.1.9
17862026-07-04T15:03:41.907Z Compiling memchr v2.8.0
17872026-07-04T15:03:41.910Z Compiling zmij v1.0.21
17882026-07-04T15:03:41.910Z Compiling serde_json v1.0.150
17892026-07-04T15:03:41.910Z Compiling autocfg v1.5.0
17902026-07-04T15:03:42.042Z Compiling portable-atomic v1.13.1
17912026-07-04T15:03:42.059Z Compiling zerocopy v0.8.40
17922026-07-04T15:03:42.140Z Compiling getrandom v0.4.1
17932026-07-04T15:03:42.157Z Compiling libm v0.2.16
17942026-07-04T15:03:42.171Z Compiling parking_lot_core v0.9.12
17952026-07-04T15:03:42.277Z Compiling icu_normalizer_data v2.1.1
17962026-07-04T15:03:42.315Z Compiling icu_properties_data v2.1.2
17972026-07-04T15:03:42.378Z Compiling smallvec v1.15.1
17982026-07-04T15:03:42.428Z Compiling num-traits v0.2.19
17992026-07-04T15:03:42.428Z Compiling generic-array v0.14.7
18002026-07-04T15:03:42.504Z Compiling itoa v1.0.17
18012026-07-04T15:03:42.523Z Compiling log v0.4.29
18022026-07-04T15:03:42.554Z Compiling subtle v2.6.1
18032026-07-04T15:03:42.587Z Compiling pkg-config v0.3.32
18042026-07-04T15:03:42.605Z Compiling stable_deref_trait v1.2.1
18052026-07-04T15:03:42.693Z Compiling typenum v1.20.1
18062026-07-04T15:03:42.754Z Compiling scopeguard v1.2.0
18072026-07-04T15:03:42.797Z Compiling fnv v1.0.7
18082026-07-04T15:03:42.813Z Compiling rand_core v0.10.0
18092026-07-04T15:03:42.859Z Compiling errno v0.3.14
18102026-07-04T15:03:42.901Z Compiling lock_api v0.4.14
18112026-07-04T15:03:42.929Z Compiling jobserver v0.1.34
18122026-07-04T15:03:43.007Z Compiling getrandom v0.3.4
18132026-07-04T15:03:43.023Z Compiling pin-project-lite v0.2.17
18142026-07-04T15:03:43.026Z Compiling thiserror v2.0.18
18152026-07-04T15:03:43.090Z Compiling litemap v0.8.1
18162026-07-04T15:03:43.104Z Compiling percent-encoding v2.3.2
18172026-07-04T15:03:43.135Z Compiling writeable v0.6.2
18182026-07-04T15:03:43.149Z Compiling cc v1.2.56
18192026-07-04T15:03:43.164Z Compiling equivalent v1.0.2
18202026-07-04T15:03:43.217Z Compiling getrandom v0.2.17
18212026-07-04T15:03:43.310Z Compiling syn v2.0.117
18222026-07-04T15:03:43.326Z Compiling rustversion v1.0.22
18232026-07-04T15:03:43.383Z Compiling rand_core v0.6.4
18242026-07-04T15:03:43.400Z Compiling rustix v1.1.3
18252026-07-04T15:03:43.430Z Compiling fs_extra v1.3.0
18262026-07-04T15:03:43.433Z Compiling dunce v1.0.5
18272026-07-04T15:03:43.486Z Compiling critical-section v1.2.0
18282026-07-04T15:03:43.486Z Compiling schemars v0.8.22
18292026-07-04T15:03:43.610Z Compiling hashbrown v0.17.0
18302026-07-04T15:03:43.735Z Compiling signal-hook-registry v1.4.8
18312026-07-04T15:03:43.805Z Compiling utf8_iter v1.0.4
18322026-07-04T15:03:43.821Z Compiling once_cell v1.21.3
18332026-07-04T15:03:43.823Z Compiling heck v0.5.0
18342026-07-04T15:03:43.851Z Compiling form_urlencoded v1.2.2
18352026-07-04T15:03:44.050Z Compiling cmake v0.1.57
18362026-07-04T15:03:44.086Z Compiling parking_lot v0.12.5
18372026-07-04T15:03:44.129Z Compiling mio v1.2.0
18382026-07-04T15:03:44.144Z Compiling socket2 v0.6.3
18392026-07-04T15:03:44.214Z Compiling semver v1.0.28
18402026-07-04T15:03:44.237Z Compiling indexmap v2.14.0
18412026-07-04T15:03:44.341Z Compiling bitflags v2.11.0
18422026-07-04T15:03:44.426Z Compiling futures-core v0.3.32
18432026-07-04T15:03:44.486Z Compiling aws-lc-sys v0.40.0
18442026-07-04T15:03:44.502Z Compiling aws-lc-rs v1.16.3
18452026-07-04T15:03:44.536Z Compiling httparse v1.10.1
18462026-07-04T15:03:44.570Z Compiling strsim v0.11.1
18472026-07-04T15:03:44.819Z Compiling thiserror v1.0.69
18482026-07-04T15:03:44.847Z Compiling ucd-trie v0.1.7
18492026-07-04T15:03:44.877Z Compiling byteorder v1.5.0
18502026-07-04T15:03:44.942Z Compiling syn v1.0.109
18512026-07-04T15:03:44.957Z Compiling const-oid v0.9.6
18522026-07-04T15:03:44.991Z Compiling ident_case v1.0.1
18532026-07-04T15:03:45.017Z Compiling pest v2.8.6
18542026-07-04T15:03:45.032Z Compiling vcpkg v0.2.15
18552026-07-04T15:03:45.058Z Compiling iana-time-zone v0.1.65
18562026-07-04T15:03:45.080Z Compiling regex-syntax v0.8.10
18572026-07-04T15:03:45.382Z Compiling uuid v1.23.4
18582026-07-04T15:03:45.445Z Compiling rustc_version v0.4.1
18592026-07-04T15:03:45.519Z Compiling futures-sink v0.3.32
18602026-07-04T15:03:45.607Z Compiling rustls v0.23.41
18612026-07-04T15:03:45.622Z Compiling openssl-sys v0.9.115
18622026-07-04T15:03:45.642Z Compiling futures-channel v0.3.32
18632026-07-04T15:03:45.778Z Compiling aho-corasick v1.1.4
18642026-07-04T15:03:45.792Z Compiling slab v0.4.12
18652026-07-04T15:03:45.867Z Compiling futures-io v0.3.32
18662026-07-04T15:03:45.885Z Compiling futures-task v0.3.32
18672026-07-04T15:03:46.038Z Compiling plain v0.2.3
18682026-07-04T15:03:46.095Z Compiling pest_meta v2.8.6
18692026-07-04T15:03:46.098Z Compiling crc32fast v1.5.0
18702026-07-04T15:03:46.142Z Compiling synstructure v0.13.2
18712026-07-04T15:03:46.168Z Compiling serde_derive_internals v0.29.1
18722026-07-04T15:03:46.199Z Compiling num-conv v0.2.0
18732026-07-04T15:03:46.235Z Compiling time-core v0.1.8
18742026-07-04T15:03:46.304Z Compiling dyn-clone v1.0.20
18752026-07-04T15:03:46.363Z Compiling base64 v0.22.1
18762026-07-04T15:03:46.408Z Compiling time-macros v0.2.27
18772026-07-04T15:03:46.426Z Compiling crossbeam-utils v0.8.21
18782026-07-04T15:03:46.589Z Compiling openssl v0.10.79
18792026-07-04T15:03:46.605Z Compiling pretty-hex v0.4.1
18802026-07-04T15:03:46.653Z Compiling regex-automata v0.4.14
18812026-07-04T15:03:46.743Z Compiling pest_generator v2.8.6
18822026-07-04T15:03:46.779Z Compiling darling_core v0.21.3
18832026-07-04T15:03:46.862Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-04T15:03:46.893Z Compiling native-tls v0.2.18
18852026-07-04T15:03:46.938Z Compiling anyhow v1.0.102
18862026-07-04T15:03:46.979Z Compiling rand_core v0.9.5
18872026-07-04T15:03:47.153Z Compiling slog v2.8.2
18882026-07-04T15:03:47.221Z Compiling tracing-core v0.1.36
18892026-07-04T15:03:47.289Z Compiling cookie v0.18.1
18902026-07-04T15:03:47.330Z Compiling base64ct v1.8.3
18912026-07-04T15:03:47.372Z Compiling serde_derive v1.0.228
18922026-07-04T15:03:47.409Z Compiling zeroize_derive v1.4.3
18932026-07-04T15:03:47.414Z Compiling zerofrom-derive v0.1.6
18942026-07-04T15:03:47.420Z Compiling yoke-derive v0.8.1
18952026-07-04T15:03:47.449Z Compiling zerovec-derive v0.11.2
18962026-07-04T15:03:47.464Z Compiling displaydoc v0.2.5
18972026-07-04T15:03:47.488Z Compiling zerocopy-derive v0.8.40
18982026-07-04T15:03:47.533Z Compiling tokio-macros v2.7.0
18992026-07-04T15:03:47.561Z Compiling futures-macro v0.3.32
19002026-07-04T15:03:47.619Z Compiling thiserror-impl v2.0.18
19012026-07-04T15:03:48.024Z Compiling zeroize v1.8.2
19022026-07-04T15:03:48.231Z Compiling schemars_derive v0.8.22
19032026-07-04T15:03:48.263Z Compiling tracing-attributes v0.1.31
19042026-07-04T15:03:48.355Z Compiling der_derive v0.7.3
19052026-07-04T15:03:48.367Z Compiling thiserror-impl v1.0.69
19062026-07-04T15:03:48.497Z Compiling pest_derive v2.8.6
19072026-07-04T15:03:48.551Z Compiling zerofrom v0.1.6
19082026-07-04T15:03:48.697Z Compiling yoke v0.8.1
19092026-07-04T15:03:48.809Z Compiling crypto-common v0.1.7
19102026-07-04T15:03:48.906Z Compiling zerovec v0.11.5
19112026-07-04T15:03:48.921Z Compiling zerotrie v0.2.3
19122026-07-04T15:03:48.958Z Compiling futures-util v0.3.32
19132026-07-04T15:03:48.987Z Compiling block-buffer v0.10.4
19142026-07-04T15:03:49.378Z Compiling digest v0.10.7
19152026-07-04T15:03:49.437Z Compiling tinystr v0.8.2
19162026-07-04T15:03:49.462Z Compiling potential_utf v0.1.4
19172026-07-04T15:03:49.477Z Compiling scroll_derive v0.13.1
19182026-07-04T15:03:49.506Z Compiling scroll_derive v0.12.1
19192026-07-04T15:03:49.522Z Compiling openssl-macros v0.1.1
19202026-07-04T15:03:49.587Z Compiling icu_collections v2.1.1
19212026-07-04T15:03:49.615Z Compiling icu_locale_core v2.1.1
19222026-07-04T15:03:49.956Z Compiling darling_macro v0.21.3
19232026-07-04T15:03:49.972Z Compiling regex v1.12.3
19242026-07-04T15:03:50.264Z Compiling zerocopy-derive v0.7.35
19252026-07-04T15:03:50.286Z Compiling camino v1.2.2
19262026-07-04T15:03:50.313Z Compiling tracing v0.1.44
19272026-07-04T15:03:50.385Z Compiling icu_provider v2.1.1
19282026-07-04T15:03:50.500Z Compiling bytes v1.11.1
19292026-07-04T15:03:50.623Z Compiling chrono v0.4.44
19302026-07-04T15:03:50.639Z Compiling icu_properties v2.1.2
19312026-07-04T15:03:50.666Z Compiling icu_normalizer v2.1.1
19322026-07-04T15:03:50.801Z Compiling serde_tokenstream v0.2.3
19332026-07-04T15:03:51.063Z Compiling tokio v1.52.1
19342026-07-04T15:03:51.216Z Compiling http v1.4.2
19352026-07-04T15:03:51.431Z Compiling darling v0.21.3
19362026-07-04T15:03:51.554Z Compiling pem-rfc7468 v0.7.0
19372026-07-04T15:03:51.615Z Compiling idna_adapter v1.2.1
19382026-07-04T15:03:51.773Z Compiling idna v1.1.0
19392026-07-04T15:03:51.886Z Compiling ppv-lite86 v0.2.21
19402026-07-04T15:03:52.226Z Compiling url v2.5.8
19412026-07-04T15:03:52.264Z Compiling flagset v0.4.7
19422026-07-04T15:03:52.529Z Compiling der v0.7.10
19432026-07-04T15:03:52.544Z Compiling rand_chacha v0.9.0
19442026-07-04T15:03:52.734Z Compiling http-body v1.0.1
19452026-07-04T15:03:52.757Z Compiling rustls-pki-types v1.14.0
19462026-07-04T15:03:53.066Z Compiling usdt-impl v0.5.0
19472026-07-04T15:03:53.191Z Compiling cmov v0.5.4
19482026-07-04T15:03:53.214Z Compiling paste v1.0.15
19492026-07-04T15:03:53.217Z Compiling tinyvec_macros v0.1.1
19502026-07-04T15:03:53.244Z Compiling either v1.15.0
19512026-07-04T15:03:53.314Z Compiling openssl-probe v0.2.1
19522026-07-04T15:03:53.330Z Compiling fastrand v2.3.0
19532026-07-04T15:03:53.493Z Compiling usdt-impl v0.6.0
19542026-07-04T15:03:53.512Z Compiling ref-cast v1.0.25
19552026-07-04T15:03:53.719Z Compiling ctutils v0.4.2
19562026-07-04T15:03:53.748Z Compiling spki v0.7.3
19572026-07-04T15:03:53.810Z Compiling tinyvec v1.10.0
19582026-07-04T15:03:53.896Z Compiling rand v0.9.2
19592026-07-04T15:03:54.002Z Compiling serde_spanned v0.6.9
19602026-07-04T15:03:54.005Z Compiling toml_datetime v0.6.11
19612026-07-04T15:03:54.005Z Compiling scroll v0.13.0
19622026-07-04T15:03:54.050Z Compiling scroll v0.12.0
19632026-07-04T15:03:54.159Z Compiling async-trait v0.1.89
19642026-07-04T15:03:54.175Z Compiling heapless v0.7.17
19652026-07-04T15:03:54.228Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-04T15:03:54.245Z Compiling cpufeatures v0.2.17
19672026-07-04T15:03:54.264Z Compiling try-lock v0.2.5
19682026-07-04T15:03:54.296Z Compiling winnow v1.0.3
19692026-07-04T15:03:54.311Z Compiling zstd-safe v7.2.4
19702026-07-04T15:03:54.329Z Compiling litrs v1.0.0
19712026-07-04T15:03:54.344Z Compiling winnow v0.7.14
19722026-07-04T15:03:54.382Z Compiling tower-service v0.3.3
19732026-07-04T15:03:54.460Z Compiling rustix v0.38.44
19742026-07-04T15:03:54.475Z Compiling signal-hook v0.3.18
19752026-07-04T15:03:54.496Z Compiling atomic-waker v1.1.2
19762026-07-04T15:03:54.557Z Compiling tower-layer v0.3.3
19772026-07-04T15:03:54.649Z Compiling untrusted v0.7.1
19782026-07-04T15:03:54.685Z Compiling toml_parser v1.1.2+spec-1.1.0
19792026-07-04T15:03:54.701Z Compiling want v0.3.1
19802026-07-04T15:03:54.731Z Compiling goblin v0.8.2
19812026-07-04T15:03:54.789Z Compiling goblin v0.10.5
19822026-07-04T15:03:54.820Z Compiling document-features v0.2.12
19832026-07-04T15:03:54.837Z Compiling hybrid-array v0.4.13
19842026-07-04T15:03:55.048Z Compiling tokio-util v0.7.18
19852026-07-04T15:03:55.252Z Compiling zerocopy v0.7.35
19862026-07-04T15:03:55.299Z Compiling ipnet v2.11.0
19872026-07-04T15:03:55.559Z Compiling ref-cast-impl v1.0.25
19882026-07-04T15:03:55.669Z Compiling darling_core v0.20.11
19892026-07-04T15:03:55.672Z Compiling curve25519-dalek v4.1.3
19902026-07-04T15:03:55.749Z Compiling h2 v0.4.15
19912026-07-04T15:03:55.820Z Compiling memoffset v0.9.1
19922026-07-04T15:03:56.014Z Compiling powerfmt v0.2.0
19932026-07-04T15:03:56.117Z Compiling untrusted v0.9.0
19942026-07-04T15:03:56.216Z Compiling utf8parse v0.2.2
19952026-07-04T15:03:56.269Z Compiling httpdate v1.0.3
19962026-07-04T15:03:56.300Z Compiling foreign-types-shared v0.1.1
19972026-07-04T15:03:56.352Z Compiling winnow v0.5.40
19982026-07-04T15:03:56.403Z Compiling foreign-types v0.3.2
19992026-07-04T15:03:56.495Z Compiling deranged v0.5.8
20002026-07-04T15:03:56.527Z Compiling tempfile v3.25.0
20012026-07-04T15:03:56.878Z Compiling unicode-normalization v0.1.25
20022026-07-04T15:03:57.067Z Compiling dof v0.3.0
20032026-07-04T15:03:57.362Z Compiling dtrace-parser v0.2.0
20042026-07-04T15:03:57.554Z Compiling dof v0.4.0
20052026-07-04T15:03:57.637Z Compiling pkcs8 v0.10.2
20062026-07-04T15:03:57.682Z Compiling toml_edit v0.19.15
20072026-07-04T15:03:57.712Z Compiling darling_macro v0.20.11
20082026-07-04T15:03:57.962Z Compiling dtrace-parser v0.3.0
20092026-07-04T15:03:57.977Z Compiling pin-project-internal v1.1.11
20102026-07-04T15:03:57.980Z Compiling daft-derive v0.1.7
20112026-07-04T15:03:58.246Z Compiling spin v0.9.8
20122026-07-04T15:03:58.287Z Compiling thread-id v4.2.2
20132026-07-04T15:03:58.387Z Compiling thread-id v5.1.0
20142026-07-04T15:03:58.471Z Compiling num_threads v0.1.7
20152026-07-04T15:03:58.589Z Compiling num-bigint-dig v0.8.6
20162026-07-04T15:03:58.693Z Compiling smoltcp v0.9.1
20172026-07-04T15:03:58.717Z Compiling cfg_aliases v0.2.1
20182026-07-04T15:03:58.779Z Compiling anstyle v1.0.14
20192026-07-04T15:03:58.805Z Compiling nix v0.31.2
20202026-07-04T15:03:58.820Z Compiling time v0.3.47
20212026-07-04T15:03:58.963Z Compiling hyper v1.10.1
20222026-07-04T15:03:59.059Z Compiling darling v0.20.11
20232026-07-04T15:03:59.189Z Compiling sha2 v0.10.9
20242026-07-04T15:03:59.355Z Compiling ipnetwork v0.21.1
20252026-07-04T15:03:59.556Z Compiling hmac v0.12.1
20262026-07-04T15:03:59.569Z Compiling curve25519-dalek-derive v0.1.1
20272026-07-04T15:03:59.678Z Compiling strum_macros v0.26.4
20282026-07-04T15:03:59.826Z Compiling sync_wrapper v1.0.2
20292026-07-04T15:03:59.929Z Compiling wait-timeout v0.2.1
20302026-07-04T15:04:00.096Z Compiling hyper-util v0.1.20
20312026-07-04T15:04:00.195Z Compiling quick-error v1.2.3
20322026-07-04T15:04:00.219Z Compiling simd-adler32 v0.3.8
20332026-07-04T15:04:00.323Z Compiling siphasher v1.0.2
20342026-07-04T15:04:00.424Z Compiling is_terminal_polyfill v1.70.2
20352026-07-04T15:04:00.463Z Compiling bit-vec v0.8.0
20362026-07-04T15:04:00.529Z Compiling colorchoice v1.0.4
20372026-07-04T15:04:00.559Z Compiling anstyle-query v1.1.5
20382026-07-04T15:04:00.660Z Compiling bit-set v0.8.0
20392026-07-04T15:04:00.948Z Compiling rusty-fork v0.3.1
20402026-07-04T15:04:01.161Z Compiling tower v0.5.3
20412026-07-04T15:04:01.587Z Compiling derive_builder_core v0.20.2
20422026-07-04T15:04:01.732Z Compiling http-body-util v0.1.3
20432026-07-04T15:04:01.749Z Compiling hubpack_derive v0.1.1
20442026-07-04T15:04:01.783Z Compiling strum_macros v0.27.2
20452026-07-04T15:04:01.799Z Compiling snafu-derive v0.8.9
20462026-07-04T15:04:01.840Z Compiling rand_xorshift v0.4.0
20472026-07-04T15:04:02.022Z Compiling fs-err v3.3.0
20482026-07-04T15:04:02.060Z Compiling ahash v0.8.12
20492026-07-04T15:04:02.155Z Compiling allocator-api2 v0.2.21
20502026-07-04T15:04:02.240Z Compiling unicode-segmentation v1.12.0
20512026-07-04T15:04:02.324Z Compiling unarray v0.1.4
20522026-07-04T15:04:02.384Z Compiling adler2 v2.0.1
20532026-07-04T15:04:02.435Z Compiling iri-string v0.7.10
20542026-07-04T15:04:02.499Z Compiling object v0.37.3
20552026-07-04T15:04:02.515Z Compiling ryu v1.0.23
20562026-07-04T15:04:02.532Z Compiling unicode-properties v0.1.4
20572026-07-04T15:04:02.633Z Compiling unicode-bidi v0.3.18
20582026-07-04T15:04:02.693Z Compiling serde_urlencoded v0.7.1
20592026-07-04T15:04:02.751Z Compiling miniz_oxide v0.8.9
20602026-07-04T15:04:02.908Z Compiling proptest v1.10.0
20612026-07-04T15:04:02.957Z Compiling derive_builder_macro v0.20.2
20622026-07-04T15:04:03.006Z Compiling stringprep v0.1.5
20632026-07-04T15:04:03.396Z Compiling tokio-native-tls v0.3.1
20642026-07-04T15:04:03.425Z Compiling usdt-attr-macro v0.6.0
20652026-07-04T15:04:03.474Z Compiling usdt-macro v0.6.0
20662026-07-04T15:04:03.581Z Compiling tower-http v0.6.8
20672026-07-04T15:04:03.597Z Compiling anstyle-parse v1.0.0
20682026-07-04T15:04:03.600Z Compiling block-padding v0.4.2
20692026-07-04T15:04:03.777Z Compiling block-buffer v0.12.1
20702026-07-04T15:04:03.797Z Compiling crypto-common v0.2.2
20712026-07-04T15:04:04.073Z Compiling rustls-native-certs v0.8.3
20722026-07-04T15:04:04.092Z Compiling rand_chacha v0.3.1
20732026-07-04T15:04:04.236Z Compiling erased-serde v0.3.31
20742026-07-04T15:04:04.277Z Compiling md-5 v0.10.6
20752026-07-04T15:04:04.326Z Compiling signature v2.2.0
20762026-07-04T15:04:04.343Z Compiling bstr v1.12.1
20772026-07-04T15:04:04.455Z Compiling num-integer v0.1.46
20782026-07-04T15:04:04.458Z Compiling hash32 v0.2.1
20792026-07-04T15:04:04.490Z Compiling vergen-lib v9.1.0
20802026-07-04T15:04:04.636Z Compiling encoding_rs v0.8.35
20812026-07-04T15:04:04.731Z Compiling mime v0.3.17
20822026-07-04T15:04:04.765Z Compiling zlib-rs v0.6.2
20832026-07-04T15:04:04.807Z Compiling psl-types v2.0.11
20842026-07-04T15:04:04.853Z Compiling fallible-iterator v0.2.0
20852026-07-04T15:04:04.928Z Compiling cpufeatures v0.3.0
20862026-07-04T15:04:04.947Z Compiling publicsuffix v2.3.0
20872026-07-04T15:04:04.961Z Compiling newtype-uuid v1.3.2
20882026-07-04T15:04:05.159Z Compiling postgres-protocol v0.6.10
20892026-07-04T15:04:05.177Z Compiling num-iter v0.1.45
20902026-07-04T15:04:05.347Z Compiling rand v0.8.6
20912026-07-04T15:04:05.783Z Compiling anstream v1.0.0
20922026-07-04T15:04:05.797Z Compiling inout v0.2.2
20932026-07-04T15:04:05.797Z Compiling oxnet v0.1.6
20942026-07-04T15:04:05.877Z Compiling hyper-tls v0.6.0
20952026-07-04T15:04:05.891Z Compiling derive_builder v0.20.2
20962026-07-04T15:04:05.974Z Compiling heck v0.4.1
20972026-07-04T15:04:06.026Z Compiling phf_shared v0.13.1
20982026-07-04T15:04:06.077Z Compiling pin-project v1.1.11
20992026-07-04T15:04:06.151Z Compiling lazy_static v1.5.0
21002026-07-04T15:04:06.172Z Compiling anstyle-parse v0.2.7
21012026-07-04T15:04:06.300Z Compiling terminal_size v0.4.3
21022026-07-04T15:04:06.316Z Compiling serde_with_macros v3.17.0
21032026-07-04T15:04:06.319Z Compiling futures-executor v0.3.32
21042026-07-04T15:04:06.345Z Compiling hex v0.4.3
21052026-07-04T15:04:06.397Z Compiling clap_derive v4.6.1
21062026-07-04T15:04:06.415Z Compiling serde_repr v0.1.20
21072026-07-04T15:04:06.458Z Compiling async-recursion v1.1.1
21082026-07-04T15:04:06.588Z Compiling enum-as-inner v0.6.1
21092026-07-04T15:04:06.651Z Compiling ff v0.13.1
21102026-07-04T15:04:06.691Z Compiling vergen v9.1.0
21112026-07-04T15:04:06.807Z Compiling cargo-platform v0.3.2
21122026-07-04T15:04:06.823Z Compiling flate2 v1.1.9
21132026-07-04T15:04:07.052Z Compiling bitflags v1.3.2
21142026-07-04T15:04:07.087Z Compiling clap_lex v1.0.0
21152026-07-04T15:04:07.089Z Compiling libbz2-rs-sys v0.2.2
21162026-07-04T15:04:07.089Z Compiling base16ct v0.2.0
21172026-07-04T15:04:07.164Z Compiling same-file v1.0.6
21182026-07-04T15:04:07.235Z Compiling bumpalo v3.20.2
21192026-07-04T15:04:07.308Z Compiling managed v0.8.0
21202026-07-04T15:04:07.340Z Compiling foldhash v0.2.0
21212026-07-04T15:04:07.346Z Compiling foldhash v0.1.5
21222026-07-04T15:04:07.525Z Compiling hashbrown v0.16.1
21232026-07-04T15:04:07.539Z Compiling bzip2 v0.6.1
21242026-07-04T15:04:07.587Z Compiling hashbrown v0.15.5
21252026-07-04T15:04:07.603Z Compiling zopfli v0.8.3
21262026-07-04T15:04:07.753Z Compiling walkdir v2.5.0
21272026-07-04T15:04:07.918Z Compiling clap_builder v4.6.0
21282026-07-04T15:04:08.042Z Compiling sec1 v0.7.3
21292026-07-04T15:04:08.113Z Compiling cargo_metadata v0.23.1
21302026-07-04T15:04:08.172Z Compiling group v0.13.0
21312026-07-04T15:04:08.313Z Compiling zstd v0.13.3
21322026-07-04T15:04:08.330Z Compiling futures v0.3.32
21332026-07-04T15:04:08.528Z Compiling anstream v0.6.21
21342026-07-04T15:04:08.666Z Compiling phf v0.13.1
21352026-07-04T15:04:08.827Z Compiling snafu v0.8.9
21362026-07-04T15:04:08.842Z Compiling daft v0.1.7
21372026-07-04T15:04:08.982Z Compiling reqwest v0.12.28
21382026-07-04T15:04:09.180Z Compiling signal-hook-mio v0.2.5
21392026-07-04T15:04:09.319Z Compiling cipher v0.5.2
21402026-07-04T15:04:09.350Z Compiling cookie_store v0.22.1
21412026-07-04T15:04:09.434Z Compiling postgres-types v0.2.12
21422026-07-04T15:04:09.458Z Compiling bzip2 v0.4.4
21432026-07-04T15:04:09.476Z Compiling globset v0.4.18
21442026-07-04T15:04:09.575Z Compiling ed25519 v2.2.3
21452026-07-04T15:04:09.604Z Compiling strum v0.27.2
21462026-07-04T15:04:09.841Z Compiling hubpack v0.1.2
21472026-07-04T15:04:09.897Z Compiling phf_shared v0.11.3
21482026-07-04T15:04:09.942Z Compiling hkdf v0.12.4
21492026-07-04T15:04:09.959Z Compiling crossbeam-epoch v0.9.18
21502026-07-04T15:04:10.083Z Compiling pkcs1 v0.7.5
21512026-07-04T15:04:10.100Z Compiling olpc-cjson v0.1.4
21522026-07-04T15:04:10.277Z Compiling pem v3.0.6
21532026-07-04T15:04:10.355Z Compiling serde_plain v1.0.2
21542026-07-04T15:04:10.371Z Compiling serde-big-array v0.5.1
21552026-07-04T15:04:10.499Z Compiling crypto-bigint v0.5.5
21562026-07-04T15:04:10.582Z Compiling float-cmp v0.10.0
21572026-07-04T15:04:10.585Z Compiling memmap2 v0.9.10
21582026-07-04T15:04:10.613Z Compiling env_filter v1.0.0
21592026-07-04T15:04:10.752Z Compiling const-oid v0.10.2
21602026-07-04T15:04:10.826Z Compiling fixedbitset v0.5.7
21612026-07-04T15:04:10.829Z Compiling keccak v0.1.6
21622026-07-04T15:04:10.891Z Compiling normalize-line-endings v0.3.0
21632026-07-04T15:04:10.907Z Compiling jiff v0.2.21
21642026-07-04T15:04:10.922Z Compiling precomputed-hash v0.1.1
21652026-07-04T15:04:10.925Z Compiling new_debug_unreachable v1.0.6
21662026-07-04T15:04:10.964Z Compiling predicates-core v1.0.10
21672026-07-04T15:04:11.004Z Compiling difflib v0.4.0
21682026-07-04T15:04:11.037Z Compiling whoami v2.1.0
21692026-07-04T15:04:11.145Z Compiling static_assertions v1.1.0
21702026-07-04T15:04:11.171Z Compiling typed-path v0.9.3
21712026-07-04T15:04:11.197Z Compiling data-encoding v2.10.0
21722026-07-04T15:04:11.231Z Compiling toml_write v0.1.2
21732026-07-04T15:04:11.335Z Compiling fixedbitset v0.4.2
21742026-07-04T15:04:11.447Z Compiling chacha20 v0.10.0
21752026-07-04T15:04:11.471Z Compiling elliptic-curve v0.13.8
21762026-07-04T15:04:11.486Z Compiling petgraph v0.6.5
21772026-07-04T15:04:11.504Z Compiling hickory-proto v0.25.2
21782026-07-04T15:04:11.552Z Compiling toml_edit v0.22.27
21792026-07-04T15:04:11.618Z Compiling tokio-postgres v0.7.16
21802026-07-04T15:04:11.647Z Compiling predicates v3.1.4
21812026-07-04T15:04:11.748Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21822026-07-04T15:04:11.811Z Compiling petgraph v0.8.3
21832026-07-04T15:04:11.838Z Compiling string_cache v0.8.9
21842026-07-04T15:04:12.011Z Compiling sha3 v0.10.8
21852026-07-04T15:04:12.076Z Compiling digest v0.11.3
21862026-07-04T15:04:12.296Z Compiling env_logger v0.11.9
21872026-07-04T15:04:12.311Z Compiling usdt v0.6.0
21882026-07-04T15:04:12.728Z Compiling rsa v0.9.10
21892026-07-04T15:04:13.708Z Compiling zip v4.6.1
21902026-07-04T15:04:13.870Z Compiling ed25519-dalek v2.2.0
21912026-07-04T15:04:13.969Z Compiling zip v0.6.6
21922026-07-04T15:04:13.985Z Compiling clap v4.6.1
21932026-07-04T15:04:14.187Z Compiling crossterm v0.28.1
21942026-07-04T15:04:14.446Z Compiling iddqd v0.4.2
21952026-07-04T15:04:14.555Z Compiling serde_with v3.17.0
21962026-07-04T15:04:14.632Z Compiling similar v2.7.0
21972026-07-04T15:04:14.701Z Compiling strum v0.26.3
21982026-07-04T15:04:14.834Z Compiling toml v0.7.8
21992026-07-04T15:04:14.850Z Compiling tokio-stream v0.1.18
22002026-07-04T15:04:14.853Z Compiling buf-list v1.1.2
22012026-07-04T15:04:15.138Z Compiling x509-cert v0.2.5
22022026-07-04T15:04:15.355Z Compiling itertools v0.13.0
22032026-07-04T15:04:15.388Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-04T15:04:15.685Z Compiling openapiv3 v2.2.0
22052026-07-04T15:04:16.145Z Compiling lalrpop-util v0.19.12
22062026-07-04T15:04:16.298Z Compiling peg-runtime v0.8.5
22072026-07-04T15:04:32.414Z Compiling rustls-webpki v0.103.13
22082026-07-04T15:04:33.656Z Compiling macaddr v1.0.1
22092026-07-04T15:04:33.678Z Compiling structmeta-derive v0.3.0
22102026-07-04T15:04:33.797Z Compiling crucible-workspace-hack v0.1.0
22112026-07-04T15:04:33.951Z Compiling rayon-core v1.13.0
22122026-07-04T15:04:34.022Z Compiling itertools v0.14.0
22132026-07-04T15:04:34.043Z Compiling secrecy v0.10.3
22142026-07-04T15:04:34.192Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-04T15:04:34.224Z Compiling heapless v0.8.0
22162026-07-04T15:04:34.240Z Compiling toml_datetime v0.7.5+spec-1.1.0
22172026-07-04T15:04:34.401Z Compiling crossbeam-deque v0.8.6
22182026-07-04T15:04:34.492Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-07-04T15:04:34.508Z Compiling inout v0.1.4
22202026-07-04T15:04:34.523Z Compiling hash32 v0.3.1
22212026-07-04T15:04:34.640Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-07-04T15:04:34.656Z Compiling multer v3.1.0
22232026-07-04T15:04:34.692Z Compiling thread_local v1.1.9
22242026-07-04T15:04:34.709Z Compiling smoltcp v0.11.0
22252026-07-04T15:04:34.715Z Compiling structmeta v0.3.0
22262026-07-04T15:04:34.741Z Compiling unicode-width v0.2.0
22272026-07-04T15:04:34.765Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-07-04T15:04:34.807Z Compiling slog-async v2.8.0
22292026-07-04T15:04:34.881Z Compiling match_cfg v0.1.0
22302026-07-04T15:04:34.943Z Compiling compression-core v0.4.31
22312026-07-04T15:04:34.972Z Compiling hostname v0.3.1
22322026-07-04T15:04:35.037Z Compiling proc-macro-crate v3.4.0
22332026-07-04T15:04:35.064Z Compiling derive-ex v0.1.8
22342026-07-04T15:04:35.128Z Compiling compression-codecs v0.4.37
22352026-07-04T15:04:35.166Z Compiling cipher v0.4.4
22362026-07-04T15:04:35.169Z Compiling atomicwrites v0.4.4
22372026-07-04T15:04:35.301Z Compiling ingot-macros v0.1.1
22382026-07-04T15:04:35.409Z Compiling slog-json v2.6.1
22392026-07-04T15:04:35.448Z Compiling crossbeam-channel v0.5.15
22402026-07-04T15:04:35.486Z Compiling half v2.7.1
22412026-07-04T15:04:35.506Z Compiling newtype-uuid-macros v0.1.0
22422026-07-04T15:04:35.525Z Compiling cobs v0.3.0
22432026-07-04T15:04:35.682Z Compiling universal-hash v0.5.1
22442026-07-04T15:04:35.696Z Compiling thiserror-impl-no-std v2.0.2
22452026-07-04T15:04:35.816Z Compiling async-stream-impl v0.3.6
22462026-07-04T15:04:35.844Z Compiling toml_datetime v1.1.1+spec-1.1.0
22472026-07-04T15:04:35.860Z Compiling serde_spanned v1.1.1
22482026-07-04T15:04:36.032Z Compiling tokio-rustls v0.26.4
22492026-07-04T15:04:36.182Z Compiling rustls-platform-verifier v0.6.2
22502026-07-04T15:04:36.277Z Compiling tough v0.22.0
22512026-07-04T15:04:36.313Z Compiling hyper-rustls v0.27.7
22522026-07-04T15:04:36.337Z Compiling is-terminal v0.4.17
22532026-07-04T15:04:36.407Z Compiling dropshot v0.17.1
22542026-07-04T15:04:36.444Z Compiling proc-macro-error-attr v1.0.4
22552026-07-04T15:04:36.460Z Compiling convert_case v0.4.0
22562026-07-04T15:04:36.613Z Compiling reqwest v0.13.2
22572026-07-04T15:04:36.639Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22582026-07-04T15:04:36.655Z Compiling term v1.2.1
22592026-07-04T15:04:36.683Z Compiling ciborium-io v0.2.2
22602026-07-04T15:04:36.736Z Compiling opaque-debug v0.3.1
22612026-07-04T15:04:36.773Z Compiling toml_writer v1.1.1+spec-1.1.0
22622026-07-04T15:04:36.788Z Compiling take_mut v0.2.2
22632026-07-04T15:04:36.802Z Compiling poly1305 v0.8.0
22642026-07-04T15:04:36.825Z Compiling derive_more v0.99.20
22652026-07-04T15:04:36.920Z Compiling thiserror-no-std v2.0.2
22662026-07-04T15:04:37.032Z Compiling toml v1.1.2+spec-1.1.0
22672026-07-04T15:04:37.061Z Compiling slog-term v2.9.2
22682026-07-04T15:04:37.343Z Compiling ciborium-ll v0.2.2
22692026-07-04T15:04:37.511Z Compiling test-strategy v0.4.5
22702026-07-04T15:04:37.545Z Compiling async-stream v0.3.6
22712026-07-04T15:04:37.637Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-07-04T15:04:37.680Z Compiling postcard v1.1.3
22732026-07-04T15:04:37.947Z Compiling ingot-types v0.1.2
22742026-07-04T15:04:38.071Z Compiling slog-bunyan v2.5.0
22752026-07-04T15:04:38.155Z Compiling num_enum_derive v0.7.6
22762026-07-04T15:04:38.270Z Compiling chacha20 v0.9.1
22772026-07-04T15:04:38.330Z Compiling async-compression v0.4.41
22782026-07-04T15:04:38.412Z Compiling ingot v0.1.1
22792026-07-04T15:04:38.540Z Compiling parse-display-derive v0.10.0
22802026-07-04T15:04:38.801Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-04T15:04:38.862Z Compiling sha1 v0.11.0
22822026-07-04T15:04:39.024Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-04T15:04:39.124Z Compiling proc-macro-crate v1.3.1
22842026-07-04T15:04:39.303Z Compiling waitgroup v0.1.2
22852026-07-04T15:04:39.420Z Compiling password-hash v0.5.0
22862026-07-04T15:04:39.450Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22872026-07-04T15:04:39.485Z Compiling backon v1.6.0
22882026-07-04T15:04:39.500Z Compiling rustls-pemfile v2.2.0
22892026-07-04T15:04:39.664Z Compiling dropshot_endpoint v0.17.1
22902026-07-04T15:04:39.759Z Compiling blake2 v0.10.6
22912026-07-04T15:04:39.778Z Compiling aead v0.5.2
22922026-07-04T15:04:39.798Z Compiling foreign-types-macros v0.2.3
22932026-07-04T15:04:39.879Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22942026-07-04T15:04:39.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22952026-07-04T15:04:40.001Z Compiling serde_path_to_error v0.1.20
22962026-07-04T15:04:40.050Z Compiling hostname v0.4.2
22972026-07-04T15:04:40.076Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22982026-07-04T15:04:40.235Z Compiling proc-macro-error v1.0.4
22992026-07-04T15:04:40.252Z Compiling instant v0.1.13
23002026-07-04T15:04:40.283Z Compiling debug-ignore v1.0.5
23012026-07-04T15:04:40.310Z Compiling foreign-types-shared v0.3.1
23022026-07-04T15:04:40.398Z Compiling backoff v0.4.0
23032026-07-04T15:04:40.414Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-04T15:04:40.432Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-07-04T15:04:40.435Z Compiling parse-display v0.10.0
23062026-07-04T15:04:40.435Z Compiling foreign-types v0.5.0
23072026-07-04T15:04:40.482Z Compiling argon2 v0.5.3
23082026-07-04T15:04:40.517Z Compiling chacha20poly1305 v0.10.1
23092026-07-04T15:04:40.547Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-04T15:04:40.562Z Compiling num_enum_derive v0.5.11
23112026-07-04T15:04:40.625Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-07-04T15:04:40.647Z Compiling num_enum v0.7.6
23132026-07-04T15:04:40.663Z Compiling ciborium v0.2.2
23142026-07-04T15:04:40.790Z Compiling vsss-rs v3.3.4
23152026-07-04T15:04:41.002Z Compiling tabwriter v1.4.1
23162026-07-04T15:04:41.020Z Compiling regress v0.10.5
23172026-07-04T15:04:41.146Z Compiling byte-wrapper v0.1.0
23182026-07-04T15:04:41.187Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-04T15:04:41.278Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-04T15:04:41.337Z Compiling cstr-argument v0.1.2
23212026-07-04T15:04:41.373Z Compiling humantime v2.3.0
23222026-07-04T15:04:41.418Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-07-04T15:04:41.527Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-07-04T15:04:41.576Z Compiling num_enum v0.5.11
23252026-07-04T15:04:41.591Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-04T15:04:41.671Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-04T15:04:41.689Z Compiling rayon v1.11.0
23282026-07-04T15:04:41.723Z Compiling rand v0.10.1
23292026-07-04T15:04:41.820Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-04T15:04:41.839Z Compiling indent_write v2.2.0
23312026-07-04T15:04:41.855Z Compiling libefi-sys v0.1.0
23322026-07-04T15:04:41.857Z Compiling colored v3.1.1
23332026-07-04T15:04:41.973Z Compiling zone_cfg_derive v0.3.1
23342026-07-04T15:04:42.010Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-04T15:04:42.058Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-04T15:04:42.104Z Compiling camino-tempfile v1.4.1
23372026-07-04T15:04:42.177Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-04T15:04:42.221Z Compiling itertools v0.12.1
23392026-07-04T15:04:42.239Z Compiling usdt-attr-macro v0.5.0
23402026-07-04T15:04:42.289Z Compiling usdt-macro v0.5.0
23412026-07-04T15:04:42.541Z Compiling num-derive v0.4.2
23422026-07-04T15:04:42.565Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23432026-07-04T15:04:42.581Z Compiling bitfield-struct v0.6.2
23442026-07-04T15:04:42.581Z Compiling blake3 v1.8.5
23452026-07-04T15:04:42.617Z Compiling sigpipe v0.1.3
23462026-07-04T15:04:42.637Z Compiling memmap v0.7.0
23472026-07-04T15:04:42.639Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-07-04T15:04:42.686Z Compiling glob v0.3.3
23492026-07-04T15:04:42.730Z Compiling swrite v0.1.0
23502026-07-04T15:04:42.861Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-04T15:04:43.030Z Compiling smf v0.2.3
23522026-07-04T15:04:43.046Z Compiling usdt v0.5.0
23532026-07-04T15:04:43.137Z Compiling filetime v0.2.27
23542026-07-04T15:04:43.178Z Compiling xattr v1.6.1
23552026-07-04T15:04:43.245Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-07-04T15:04:43.360Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-07-04T15:04:43.390Z Compiling arrayref v0.3.9
23582026-07-04T15:04:43.455Z Compiling whoami v1.6.1
23592026-07-04T15:04:43.458Z Compiling constant_time_eq v0.4.2
23602026-07-04T15:04:43.486Z Compiling arrayvec v0.7.6
23612026-07-04T15:04:43.486Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23622026-07-04T15:04:43.489Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-04T15:04:43.570Z Compiling zone v0.3.1
23642026-07-04T15:04:43.620Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23652026-07-04T15:04:43.685Z Compiling tar v0.4.45
23662026-07-04T15:04:43.703Z Compiling tokio-dtrace v0.1.1
23672026-07-04T15:04:43.747Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-07-04T15:04:43.924Z Compiling console v0.16.2
23692026-07-04T15:04:43.940Z Compiling gethostname v0.5.0
23702026-07-04T15:04:44.051Z Compiling unit-prefix v0.5.2
23712026-07-04T15:04:44.092Z Compiling topological-sort v0.2.2
23722026-07-04T15:04:44.189Z Compiling oxide-tokio-rt v0.1.4
23732026-07-04T15:04:44.206Z Compiling toml v0.8.23
23742026-07-04T15:04:44.206Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-07-04T15:04:44.281Z Compiling shell-words v1.1.1
23762026-07-04T15:04:44.366Z Compiling indicatif v0.18.4
23772026-07-04T15:04:53.657Z Compiling progenitor-client v0.14.0
23782026-07-04T15:04:53.657Z Compiling omicron-zone-package v0.12.3
23792026-07-04T15:04:53.904Z Compiling progenitor-extras v0.2.0
23802026-07-04T15:04:54.246Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-07-04T15:04:54.307Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-07-04T15:04:54.345Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-04T15:04:54.395Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-04T15:04:54.432Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-07-04T15:04:54.445Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-07-04T15:04:54.579Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-07-04T15:04:54.736Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-07-04T15:04:55.393Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-04T15:04:59.319Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-04T15:05:07.314Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-04T15:05:10.460Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-04T15:05:11.491Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-04T15:05:20.869Z Finished `release` profile [optimized] target(s) in 1m 39s
23942026-07-04T15:05:21.013Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-04T15:05:21.073ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-04T15:05:21.076ZCreated new build target 'test' and set it as active
23972026-07-04T15:05:21.079Z
23982026-07-04T15:05:21.079Zreal 1:40.173645720
23992026-07-04T15:05:21.079Zuser 16:23.550295075
24002026-07-04T15:05:21.079Zsys 2:35.798160417
24012026-07-04T15:05:21.079Ztrap 0.472557334
24022026-07-04T15:05:21.079Ztflt 2.299491336
24032026-07-04T15:05:21.079Zdflt 4.074826625
24042026-07-04T15:05:21.079Zkflt 0.000405350
24052026-07-04T15:05:21.079Zlock 51:39.610683512
24062026-07-04T15:05:21.079Zslp 42:08.155032402
24072026-07-04T15:05:21.079Zlat 42.869784434
24082026-07-04T15:05:21.079Zstop 5:16.377846211
24092026-07-04T15:05:21.079Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-04T15:05:21.936Z Finished `release` profile [optimized] target(s) in 0.84s
24112026-07-04T15:05:22.004Z Running `target/release/omicron-package -t test package`
24122026-07-04T15:05:22.060ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-04T15:05:23.459Z Compiling heck v0.5.0
24142026-07-04T15:05:23.459Z Compiling regress v0.11.1
24152026-07-04T15:05:23.679Z Compiling unsafe-libyaml v0.2.11
24162026-07-04T15:05:23.715Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-04T15:05:23.739Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-07-04T15:05:23.742Z Compiling unicode-width v0.1.14
24192026-07-04T15:05:23.778Z Compiling atomicwrites v0.4.4
24202026-07-04T15:05:23.798Z Compiling derive-where v1.6.0
24212026-07-04T15:05:23.801Z Compiling bytecount v0.6.9
24222026-07-04T15:05:23.816Z Compiling is-terminal v0.4.17
24232026-07-04T15:05:23.856Z Compiling prettyplease v0.2.37
24242026-07-04T15:05:23.859Z Compiling console v0.15.11
24252026-07-04T15:05:23.859Z Compiling newline-converter v0.3.0
24262026-07-04T15:05:23.859Z Compiling slog-dtrace v0.3.0
24272026-07-04T15:05:23.917Z Compiling owo-colors v4.3.0
24282026-07-04T15:05:23.959Z Compiling cancel-safe-futures v0.1.5
24292026-07-04T15:05:23.984Z Compiling resolv-conf v0.7.6
24302026-07-04T15:05:23.987Z Compiling num-rational v0.4.2
24312026-07-04T15:05:24.039Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-07-04T15:05:24.072Z Compiling libsw-core v0.3.2
24332026-07-04T15:05:24.099Z Compiling num-complex v0.4.6
24342026-07-04T15:05:24.166Z Compiling thread_local v1.1.9
24352026-07-04T15:05:24.205Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-04T15:05:24.271Z Compiling expectorate v1.2.0
24372026-07-04T15:05:24.313Z Compiling match_cfg v0.1.0
24382026-07-04T15:05:24.353Z Compiling compression-core v0.4.31
24392026-07-04T15:05:24.406Z Compiling hostname v0.3.1
24402026-07-04T15:05:24.508Z Compiling compression-codecs v0.4.37
24412026-07-04T15:05:24.529Z Compiling num v0.4.3
24422026-07-04T15:05:24.562Z Compiling libsw v3.5.0
24432026-07-04T15:05:24.583Z Compiling multer v3.1.0
24442026-07-04T15:05:24.603Z Compiling slog-async v2.8.0
24452026-07-04T15:05:24.631Z Compiling crossbeam-channel v0.5.15
24462026-07-04T15:05:24.651Z Compiling slog-json v2.6.1
24472026-07-04T15:05:24.674Z Compiling serde_spanned v1.1.1
24482026-07-04T15:05:24.761Z Compiling toml_datetime v1.1.1+spec-1.1.0
24492026-07-04T15:05:24.783Z Compiling linked-hash-map v0.5.6
24502026-07-04T15:05:24.808Z Compiling float-ord v0.3.2
24512026-07-04T15:05:24.856Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-07-04T15:05:24.882Z Compiling linear-map v1.2.0
24532026-07-04T15:05:24.940Z Compiling take_mut v0.2.2
24542026-07-04T15:05:24.960Z Compiling toml_writer v1.1.1+spec-1.1.0
24552026-07-04T15:05:25.017Z Compiling term v1.2.1
24562026-07-04T15:05:25.039Z Compiling lru-cache v0.1.2
24572026-07-04T15:05:25.042Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-07-04T15:05:25.061Z Compiling slog-bunyan v2.5.0
24592026-07-04T15:05:25.104Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24602026-07-04T15:05:25.107Z Compiling async-compression v0.4.41
24612026-07-04T15:05:25.170Z Compiling toml v1.1.2+spec-1.1.0
24622026-07-04T15:05:25.213Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-07-04T15:05:25.275Z Compiling typify-impl v0.6.2
24642026-07-04T15:05:25.311Z Compiling slog-term v2.9.2
24652026-07-04T15:05:25.404Z Compiling dropshot v0.17.1
24662026-07-04T15:05:25.494Z Compiling async-stream v0.3.6
24672026-07-04T15:05:25.519Z Compiling sha1 v0.11.0
24682026-07-04T15:05:25.540Z Compiling progenitor-client v0.14.0
24692026-07-04T15:05:25.543Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-07-04T15:05:25.624Z Compiling waitgroup v0.1.2
24712026-07-04T15:05:25.691Z Compiling rustls-pemfile v2.2.0
24722026-07-04T15:05:25.746Z Compiling backon v1.6.0
24732026-07-04T15:05:25.766Z Compiling hostname v0.4.2
24742026-07-04T15:05:25.788Z Compiling serde_path_to_error v0.1.20
24752026-07-04T15:05:25.810Z Compiling instant v0.1.13
24762026-07-04T15:05:25.833Z Compiling minimal-lexical v0.2.1
24772026-07-04T15:05:25.868Z Compiling debug-ignore v1.0.5
24782026-07-04T15:05:25.902Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24792026-07-04T15:05:25.927Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24802026-07-04T15:05:25.967Z Compiling backoff v0.4.0
24812026-07-04T15:05:25.989Z Compiling progenitor-extras v0.2.0
24822026-07-04T15:05:26.012Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-07-04T15:05:26.097Z Compiling nom v7.1.3
24842026-07-04T15:05:26.202Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-07-04T15:05:26.223Z Compiling parse-display v0.10.0
24862026-07-04T15:05:26.263Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-07-04T15:05:26.285Z Compiling hickory-proto v0.24.4
24882026-07-04T15:05:26.469Z Compiling regress v0.10.5
24892026-07-04T15:05:26.898Z Compiling macaddr v1.0.1
24902026-07-04T15:05:26.937Z Compiling unicode-xid v0.2.6
24912026-07-04T15:05:26.957Z Compiling humantime v2.3.0
24922026-07-04T15:05:27.144Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-07-04T15:05:27.235Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24942026-07-04T15:05:27.323Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-07-04T15:05:27.510Z Compiling convert_case v0.10.0
24962026-07-04T15:05:27.553Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-07-04T15:05:27.804Z Compiling derive_more-impl v2.1.1
24982026-07-04T15:05:28.121Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-07-04T15:05:28.326Z Compiling toml v0.8.23
25002026-07-04T15:05:28.479Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-07-04T15:05:28.553Z Compiling papergrid v0.11.0
25022026-07-04T15:05:28.616Z Compiling derive_more v2.1.1
25032026-07-04T15:05:28.645Z Compiling tabled_derive v0.7.0
25042026-07-04T15:05:28.723Z Compiling termtree v0.5.1
25052026-07-04T15:05:28.746Z Compiling typify-macro v0.6.2
25062026-07-04T15:05:28.902Z Compiling hickory-resolver v0.24.4
25072026-07-04T15:05:28.925Z Compiling crossterm v0.29.0
25082026-07-04T15:05:28.947Z Compiling phf_shared v0.12.1
25092026-07-04T15:05:29.207Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-07-04T15:05:29.560Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-07-04T15:05:29.765Z Compiling tabled v0.15.0
25122026-07-04T15:05:29.786Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-07-04T15:05:30.370Z Compiling typify v0.6.2
25142026-07-04T15:05:30.597Z Compiling progenitor-impl v0.14.0
25152026-07-04T15:05:30.980Z Compiling qorb v0.4.1
25162026-07-04T15:05:31.890Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-04T15:05:32.434Z Compiling csv-core v0.1.13
25182026-07-04T15:05:32.807Z Compiling progenitor-macro v0.14.0
25192026-07-04T15:05:32.834Z Compiling vte v0.14.1
25202026-07-04T15:05:32.871Z Compiling chrono-tz v0.10.4
25212026-07-04T15:05:33.103Z Compiling highway v1.3.0
25222026-07-04T15:05:33.739Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-04T15:05:33.867Z Compiling strip-ansi-escapes v0.2.1
25242026-07-04T15:05:34.118Z Compiling csv v1.4.0
25252026-07-04T15:05:34.158Z Compiling phf v0.12.1
25262026-07-04T15:05:34.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-07-04T15:05:34.364Z Compiling const_format_proc_macros v0.2.34
25282026-07-04T15:05:34.386Z Compiling fd-lock v4.0.4
25292026-07-04T15:05:34.434Z Compiling peg-macros v0.8.5
25302026-07-04T15:05:34.554Z Compiling nu-ansi-term v0.50.3
25312026-07-04T15:05:35.077Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-07-04T15:05:35.146Z Compiling const_format v0.2.35
25332026-07-04T15:05:35.168Z Compiling reedline v0.40.0
25342026-07-04T15:05:35.687Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-04T15:05:35.728Z Compiling peg v0.8.5
25362026-07-04T15:05:35.841Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372026-07-04T15:05:36.666Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-07-04T15:05:36.856Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-07-04T15:05:36.895Z Compiling progenitor v0.14.0
25402026-07-04T15:05:36.901Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-07-04T15:05:36.979Z Compiling bcs v0.1.6
25422026-07-04T15:05:37.055Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25432026-07-04T15:05:37.417Z Compiling nom v8.0.0
25442026-07-04T15:05:37.799Z Compiling semver v0.1.20
25452026-07-04T15:05:38.127Z Compiling rustc_version v0.1.7
25462026-07-04T15:05:38.361Z Compiling newtype_derive v0.1.6
25472026-07-04T15:05:38.610Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-04T15:05:38.866Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-04T15:05:39.027Z Compiling unicode-linebreak v0.1.5
25502026-07-04T15:05:39.341Z Compiling smawk v0.3.2
25512026-07-04T15:05:39.464Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-07-04T15:05:39.541Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-07-04T15:05:39.591Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25542026-07-04T15:05:39.705Z Compiling textwrap v0.16.2
25552026-07-04T15:05:39.762Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-07-04T15:05:39.906Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-07-04T15:05:39.991Z Compiling steno v0.4.1
25582026-07-04T15:05:40.198Z Compiling base64 v0.21.7
25592026-07-04T15:05:40.739Z Compiling dropshot-api-manager-types v0.7.2
25602026-07-04T15:05:40.782Z Compiling sha1 v0.10.6
25612026-07-04T15:05:40.804Z Compiling utf-8 v0.7.6
25622026-07-04T15:05:41.047Z Compiling tagptr v0.2.0
25632026-07-04T15:05:41.250Z Compiling moka v0.12.13
25642026-07-04T15:05:41.271Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-07-04T15:05:41.327Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-04T15:05:41.383Z Compiling tungstenite v0.21.0
25672026-07-04T15:05:41.502Z Compiling display-error-chain v0.2.2
25682026-07-04T15:05:41.683Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-04T15:05:41.732Z Compiling radium v0.7.0
25702026-07-04T15:05:41.890Z Compiling tap v1.0.1
25712026-07-04T15:05:42.039Z Compiling tokio-tungstenite v0.21.0
25722026-07-04T15:05:42.091Z Compiling maybe-uninit v2.0.0
25732026-07-04T15:05:42.404Z Compiling hickory-resolver v0.25.2
25742026-07-04T15:05:42.438Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25752026-07-04T15:05:42.771Z Compiling wyz v0.5.1
25762026-07-04T15:05:42.857Z Compiling vergen-lib v0.1.6
25772026-07-04T15:05:43.017Z Compiling zerocopy-derive v0.6.6
25782026-07-04T15:05:43.098Z Compiling funty v2.0.0
25792026-07-04T15:05:43.553Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-07-04T15:05:43.904Z Compiling packed_struct v0.10.1
25812026-07-04T15:05:44.088Z Compiling crc-catalog v2.4.0
25822026-07-04T15:05:44.214Z Compiling diesel_derives v2.3.7
25832026-07-04T15:05:44.275Z Compiling crc v3.4.0
25842026-07-04T15:05:44.434Z Compiling zerocopy v0.6.6
25852026-07-04T15:05:44.486Z Compiling bitvec v1.0.1
25862026-07-04T15:05:44.819Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25872026-07-04T15:05:44.842Z Compiling scheduled-thread-pool v0.2.7
25882026-07-04T15:05:45.435Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25892026-07-04T15:05:45.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25902026-07-04T15:05:45.567Z Compiling dsl_auto_type v0.2.0
25912026-07-04T15:05:45.696Z Compiling packed_struct_codegen v0.10.1
25922026-07-04T15:05:45.857Z Compiling vergen-gitcl v1.0.8
25932026-07-04T15:05:46.109Z Compiling bitfield-macros v0.19.4
25942026-07-04T15:05:46.132Z Compiling diesel_table_macro_syntax v0.3.0
25952026-07-04T15:05:46.333Z Compiling dirs-sys-next v0.1.2
25962026-07-04T15:05:46.364Z Compiling proc-macro-error-attr2 v2.0.0
25972026-07-04T15:05:46.607Z Compiling indexmap v1.9.3
25982026-07-04T15:05:46.768Z Compiling crunchy v0.2.4
25992026-07-04T15:05:46.806Z Compiling nodrop v0.1.14
26002026-07-04T15:05:46.867Z Compiling maplit v1.0.2
26012026-07-04T15:05:46.889Z Compiling glob v0.3.3
26022026-07-04T15:05:46.938Z Compiling array-init v0.0.4
26032026-07-04T15:05:46.989Z Compiling bitfield v0.19.4
26042026-07-04T15:05:47.142Z Compiling proc-macro-error2 v2.0.1
26052026-07-04T15:05:47.255Z Compiling clang-sys v1.8.1
26062026-07-04T15:05:47.341Z Compiling dirs-next v2.0.0
26072026-07-04T15:05:47.526Z Compiling r2d2 v0.8.10
26082026-07-04T15:05:47.545Z Compiling smallvec v0.6.14
26092026-07-04T15:05:47.813Z Compiling num-derive v0.3.3
26102026-07-04T15:05:47.835Z Compiling tiny-keccak v2.0.2
26112026-07-04T15:05:47.989Z Compiling downcast-rs v2.0.2
26122026-07-04T15:05:48.064Z Compiling hashbrown v0.12.3
26132026-07-04T15:05:48.136Z Compiling serde-hex v0.1.0
26142026-07-04T15:05:48.502Z Compiling tabled_derive v0.11.0
26152026-07-04T15:05:48.673Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-07-04T15:05:48.720Z Compiling libscf-sys v1.1.0
26172026-07-04T15:05:48.811Z Compiling term v0.7.0
26182026-07-04T15:05:48.893Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-07-04T15:05:48.980Z Compiling ron v0.8.1
26202026-07-04T15:05:49.142Z Compiling papergrid v0.17.0
26212026-07-04T15:05:49.165Z Compiling testing_table v0.3.0
26222026-07-04T15:05:49.205Z Compiling hashbrown v0.13.2
26232026-07-04T15:05:49.314Z Compiling bit-vec v0.6.3
26242026-07-04T15:05:49.556Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26252026-07-04T15:05:49.586Z Compiling crc-any v2.5.0
26262026-07-04T15:05:49.606Z Compiling bit-set v0.5.3
26272026-07-04T15:05:49.800Z Compiling object v0.30.4
26282026-07-04T15:05:49.836Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-07-04T15:05:50.011Z Compiling ascii-canvas v3.0.0
26302026-07-04T15:05:50.324Z Compiling tabled v0.20.0
26312026-07-04T15:05:50.495Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-07-04T15:05:50.538Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26332026-07-04T15:05:51.070Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-07-04T15:05:51.215Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-07-04T15:05:51.326Z Compiling progenitor-impl v0.13.0
26362026-07-04T15:05:51.407Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-07-04T15:05:51.530Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-04T15:05:51.659Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-07-04T15:05:51.829Z Compiling itertools v0.10.5
26402026-07-04T15:05:51.851Z Compiling ena v0.14.4
26412026-07-04T15:05:52.076Z Compiling diesel v2.3.7
26422026-07-04T15:05:52.100Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-04T15:05:52.353Z Compiling libloading v0.8.9
26442026-07-04T15:05:52.377Z Compiling unicase v2.9.0
26452026-07-04T15:05:52.590Z Compiling regex-syntax v0.6.29
26462026-07-04T15:05:52.682Z Compiling diff v0.1.13
26472026-07-04T15:05:52.940Z Compiling bindgen v0.71.1
26482026-07-04T15:05:52.963Z Compiling xshell-macros v0.2.7
26492026-07-04T15:05:53.016Z Compiling path-slash v0.1.5
26502026-07-04T15:05:53.275Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-04T15:05:53.410Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-07-04T15:05:53.489Z Compiling progenitor-macro v0.13.0
26532026-07-04T15:05:54.482Z Compiling lalrpop v0.19.12
26542026-07-04T15:05:54.633Z Compiling xshell v0.2.7
26552026-07-04T15:05:54.934Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-07-04T15:05:55.975Z Compiling cexpr v0.6.0
26572026-07-04T15:05:56.164Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-07-04T15:05:56.406Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-07-04T15:05:56.661Z Compiling progenitor-client v0.13.0
26602026-07-04T15:05:56.890Z Compiling rustc-hash v2.1.1
26612026-07-04T15:05:57.200Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-07-04T15:05:57.506Z Compiling progenitor v0.13.0
26632026-07-04T15:05:57.846Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-07-04T15:05:58.272Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-07-04T15:05:58.463Z Compiling headers-core v0.3.0
26662026-07-04T15:05:58.624Z Compiling libxml v0.3.3
26672026-07-04T15:05:58.743Z Compiling crc8 v0.1.1
26682026-07-04T15:05:58.886Z Compiling headers v0.4.1
26692026-07-04T15:05:58.946Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-07-04T15:05:59.086Z Compiling strum_macros v0.24.3
26712026-07-04T15:05:59.109Z Compiling indoc v1.0.9
26722026-07-04T15:05:59.237Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-07-04T15:05:59.348Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-04T15:05:59.565Z Compiling git-stub v1.0.0
26752026-07-04T15:05:59.588Z Compiling derive_builder v0.20.2
26762026-07-04T15:05:59.765Z Compiling oso-derive v0.27.3
26772026-07-04T15:05:59.832Z Compiling quick-xml v0.37.5
26782026-07-04T15:06:00.119Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-04T15:06:00.305Z Compiling openssl-probe v0.1.6
26802026-07-04T15:06:00.352Z Compiling git-stub-vcs v0.1.0
26812026-07-04T15:06:00.551Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-07-04T15:06:00.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-07-04T15:06:00.719Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-07-04T15:06:00.959Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-07-04T15:06:01.113Z Compiling bb8 v0.8.6
26862026-07-04T15:06:01.328Z Compiling trait-variant v0.1.2
26872026-07-04T15:06:01.396Z Compiling half v1.8.3
26882026-07-04T15:06:01.536Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-07-04T15:06:01.802Z Compiling serde_cbor v0.11.2
26902026-07-04T15:06:01.845Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-07-04T15:06:01.848Z Compiling samael v0.0.19
26922026-07-04T15:06:01.886Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-07-04T15:06:01.936Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-07-04T15:06:01.994Z Compiling polar-core v0.27.3
26952026-07-04T15:06:02.233Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26962026-07-04T15:06:02.616Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972026-07-04T15:06:02.807Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-07-04T15:06:02.916Z Compiling nonempty v0.12.0
26992026-07-04T15:06:03.094Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-07-04T15:06:03.152Z Compiling fxhash v0.2.1
27012026-07-04T15:06:03.320Z Compiling libz-sys v1.1.24
27022026-07-04T15:06:03.440Z Compiling salty v0.3.0
27032026-07-04T15:06:03.849Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-04T15:06:04.040Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-07-04T15:06:04.150Z Compiling kstat-rs v0.2.4
27062026-07-04T15:06:04.496Z Compiling arc-swap v1.8.2
27072026-07-04T15:06:04.627Z Compiling fs-err v2.11.0
27082026-07-04T15:06:05.044Z Compiling slog-scope v4.4.1
27092026-07-04T15:06:05.098Z Compiling mime_guess v2.0.5
27102026-07-04T15:06:05.121Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-07-04T15:06:05.438Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-07-04T15:06:05.659Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-07-04T15:06:06.107Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-07-04T15:06:06.161Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-07-04T15:06:06.643Z Compiling rfc6979 v0.4.0
27162026-07-04T15:06:06.704Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27172026-07-04T15:06:06.831Z Compiling nanorand v0.7.0
27182026-07-04T15:06:07.146Z Compiling darling_core v0.23.0
27192026-07-04T15:06:07.207Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-04T15:06:07.428Z Compiling parking_lot_core v0.8.6
27212026-07-04T15:06:07.756Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-07-04T15:06:07.983Z Compiling flume v0.11.1
27232026-07-04T15:06:08.436Z Compiling ecdsa v0.16.9
27242026-07-04T15:06:08.833Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27252026-07-04T15:06:09.139Z Compiling slog-stdlog v4.1.1
27262026-07-04T15:06:09.330Z Compiling darling_macro v0.23.0
27272026-07-04T15:06:09.656Z Compiling diesel-dtrace v0.5.0
27282026-07-04T15:06:09.764Z Compiling async-bb8-diesel v0.2.1
27292026-07-04T15:06:09.984Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-07-04T15:06:10.017Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-07-04T15:06:10.234Z Compiling primeorder v0.13.6
27322026-07-04T15:06:10.283Z Compiling atty v0.2.14
27332026-07-04T15:06:10.436Z Compiling http-range v0.1.5
27342026-07-04T15:06:10.553Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-07-04T15:06:10.776Z Compiling strsim v0.10.0
27362026-07-04T15:06:10.832Z Compiling parse-size v1.1.0
27372026-07-04T15:06:11.048Z Compiling oso v0.27.3
27382026-07-04T15:06:11.090Z Compiling instability v0.3.11
27392026-07-04T15:06:11.290Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-04T15:06:11.367Z Compiling darling_core v0.13.4
27412026-07-04T15:06:13.010Z Compiling p384 v0.13.1
27422026-07-04T15:06:13.035Z Compiling darling v0.23.0
27432026-07-04T15:06:13.148Z Compiling slog-envlogger v2.2.0
27442026-07-04T15:06:14.312Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-07-04T15:06:15.180Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-07-04T15:06:15.524Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-07-04T15:06:16.947Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-07-04T15:06:17.575Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27492026-07-04T15:06:17.686Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-04T15:06:18.048Z Compiling ignore v0.4.25
27512026-07-04T15:06:18.052Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-04T15:06:18.894Z Compiling vergen-git2 v9.1.0
27532026-07-04T15:06:18.916Z Compiling castaway v0.2.4
27542026-07-04T15:06:19.084Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-04T15:06:19.149Z Compiling indoc v2.0.7
27562026-07-04T15:06:19.478Z Compiling compact_str v0.8.1
27572026-07-04T15:06:19.498Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-04T15:06:20.417Z Compiling globwalk v0.9.1
27592026-07-04T15:06:20.589Z Compiling parking_lot v0.11.2
27602026-07-04T15:06:20.611Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-07-04T15:06:21.066Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27622026-07-04T15:06:21.118Z Compiling hyper-staticfile v0.10.1
27632026-07-04T15:06:21.527Z Compiling darling_macro v0.13.4
27642026-07-04T15:06:21.585Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-04T15:06:21.954Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-04T15:06:22.044Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-04T15:06:22.242Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-07-04T15:06:22.295Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-07-04T15:06:22.547Z Compiling predicates-tree v1.0.13
27702026-07-04T15:06:22.779Z Compiling unicode-truncate v1.1.0
27712026-07-04T15:06:22.817Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-04T15:06:22.995Z Compiling lru v0.12.5
27732026-07-04T15:06:23.018Z Compiling rand_seeder v0.4.0
27742026-07-04T15:06:23.041Z Compiling prefix-trie v0.7.0
27752026-07-04T15:06:23.061Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-04T15:06:23.098Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27772026-07-04T15:06:23.226Z Compiling corncobs v0.1.4
27782026-07-04T15:06:23.272Z Compiling illumos-nvpair-sys v0.2.0
27792026-07-04T15:06:23.369Z Compiling cassowary v0.3.0
27802026-07-04T15:06:23.477Z Compiling hickory-server v0.25.2
27812026-07-04T15:06:23.572Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-04T15:06:23.575Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27832026-07-04T15:06:23.647Z Compiling camino-tempfile-ext v0.3.3
27842026-07-04T15:06:23.793Z Compiling ratatui v0.29.0
27852026-07-04T15:06:23.863Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-04T15:06:24.206Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-07-04T15:06:24.273Z Compiling darling v0.13.4
27882026-07-04T15:06:24.334Z Compiling sled v0.34.7
27892026-07-04T15:06:24.664Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-07-04T15:06:24.938Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-07-04T15:06:25.392Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-07-04T15:06:26.884Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-07-04T15:06:27.427Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27942026-07-04T15:06:27.666Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27952026-07-04T15:06:27.770Z Compiling secrecy v0.8.0
27962026-07-04T15:06:27.917Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-07-04T15:06:28.200Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-04T15:06:28.491Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-07-04T15:06:28.992Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-07-04T15:06:29.017Z Compiling serde_with_macros v1.5.2
28012026-07-04T15:06:29.855Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-07-04T15:06:30.191Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28032026-07-04T15:06:30.974Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-07-04T15:06:31.541Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28052026-07-04T15:06:31.784Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28062026-07-04T15:06:32.028Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-07-04T15:06:32.167Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-07-04T15:06:32.270Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28092026-07-04T15:06:32.324Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-07-04T15:06:32.412Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28112026-07-04T15:06:32.518Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-07-04T15:06:32.658Z Compiling git2 v0.20.4
28132026-07-04T15:06:32.729Z Compiling void v1.0.2
28142026-07-04T15:06:32.854Z Compiling lzss v0.8.2
28152026-07-04T15:06:33.156Z Compiling illumos-nvpair v0.3.0
28162026-07-04T15:06:33.290Z Compiling serde_with v1.14.0
28172026-07-04T15:06:33.656Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-07-04T15:06:34.120Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28192026-07-04T15:06:34.448Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-07-04T15:06:34.563Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28212026-07-04T15:06:35.724Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-07-04T15:06:36.229Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28232026-07-04T15:06:36.790Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-07-04T15:06:37.696Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-07-04T15:06:37.812Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-07-04T15:06:38.067Z Compiling tungstenite v0.23.0
28272026-07-04T15:06:38.093Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-07-04T15:06:38.421Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-07-04T15:06:39.837Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302026-07-04T15:06:40.078Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28312026-07-04T15:06:40.146Z Compiling nix v0.27.1
28322026-07-04T15:06:40.322Z Compiling twox-hash v2.1.2
28332026-07-04T15:06:40.415Z Compiling serde_bytes v0.11.19
28342026-07-04T15:06:40.575Z Compiling tokio-tungstenite v0.23.1
28352026-07-04T15:06:40.721Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-04T15:06:40.822Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28372026-07-04T15:06:40.850Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-07-04T15:06:40.949Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28392026-07-04T15:06:40.971Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-07-04T15:06:41.321Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-07-04T15:06:42.696Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-07-04T15:06:43.343Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-07-04T15:06:44.544Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-07-04T15:06:44.962Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-07-04T15:06:45.450Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28462026-07-04T15:06:45.550Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28472026-07-04T15:06:45.759Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28482026-07-04T15:06:45.988Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28492026-07-04T15:06:46.032Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-07-04T15:06:46.164Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-07-04T15:06:46.406Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-07-04T15:06:47.098Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-07-04T15:06:47.739Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-07-04T15:06:49.537Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-07-04T15:06:49.774Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28562026-07-04T15:06:50.454Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28572026-07-04T15:06:51.541Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-07-04T15:06:52.256Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28592026-07-04T15:06:53.068Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28602026-07-04T15:06:53.113Z Compiling fatfs v0.3.6
28612026-07-04T15:06:53.184Z Compiling signal-hook-tokio v0.3.1
28622026-07-04T15:06:53.289Z Compiling yasna v0.5.2
28632026-07-04T15:06:53.374Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-07-04T15:06:53.399Z Compiling seq-macro v0.3.6
28652026-07-04T15:06:53.744Z Compiling assert_matches v1.5.0
28662026-07-04T15:06:53.776Z Compiling is_ci v1.2.0
28672026-07-04T15:06:53.865Z Compiling rcgen v0.12.1
28682026-07-04T15:06:53.930Z Compiling supports-color v3.0.2
28692026-07-04T15:06:54.003Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-07-04T15:06:54.353Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-07-04T15:06:54.895Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-07-04T15:06:57.197Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-07-04T15:06:57.452Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-04T15:06:57.708Z Compiling subprocess v0.2.15
28752026-07-04T15:06:58.137Z Compiling rtoolbox v0.0.3
28762026-07-04T15:06:58.418Z Compiling rpassword v7.4.0
28772026-07-04T15:06:58.442Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-07-04T15:06:58.780Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-07-04T15:06:58.903Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-07-04T15:06:59.971Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28812026-07-04T15:07:00.131Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-07-04T15:07:02.013Z Compiling tui-tree-widget v0.23.1
28832026-07-04T15:07:02.307Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-07-04T15:07:02.337Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-07-04T15:07:02.649Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-07-04T15:07:02.767Z Compiling uzers v0.12.2
28872026-07-04T15:07:02.887Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-07-04T15:07:03.882Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-07-04T15:07:04.912Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-07-04T15:07:06.502Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-07-04T15:07:06.707Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-07-04T15:07:07.959Z Compiling support-bundle-viewer v0.1.2
28932026-07-04T15:07:08.867Z Compiling multimap v0.10.1
28942026-07-04T15:07:23.599Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-07-04T15:07:25.429Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-07-04T15:07:30.980Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-07-04T15:07:31.217Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-07-04T15:07:31.625Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-07-04T15:13:57.877Z Finished `release` profile [optimized] target(s) in 8m 35s
29002026-07-04T15:14:44.758Z
29012026-07-04T15:14:44.761Zreal 9:23.651750765
29022026-07-04T15:14:44.761Zuser 1:18:22.624239882
29032026-07-04T15:14:44.761Zsys 3:30.149346497
29042026-07-04T15:14:44.761Ztrap 1.787195452
29052026-07-04T15:14:44.762Ztflt 2.170542981
29062026-07-04T15:14:44.762Zdflt 18.082423228
29072026-07-04T15:14:44.762Zkflt 0.004834722
29082026-07-04T15:14:44.762Zlock 6:43:36.175740568
29092026-07-04T15:14:44.762Zslp 2:11:33.615894608
29102026-07-04T15:14:44.762Zlat 2:23.679471582
29112026-07-04T15:14:44.762Zstop 5:19.676501869
29122026-07-04T15:14:44.762Z+ mapfile -t packages
29132026-07-04T15:14:44.762Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-07-04T15:14:45.678Z Finished `release` profile [optimized] target(s) in 0.90s
29152026-07-04T15:14:45.746Z Running `target/release/omicron-package -t test list-outputs`
29162026-07-04T15:14:45.806ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-07-04T15:14:45.809Z+ ptime -m cargo build --locked --release -p xtask
29182026-07-04T15:14:46.286Z Compiling libc v0.2.185
29192026-07-04T15:14:46.286Z Compiling serde_core v1.0.228
29202026-07-04T15:14:46.286Z Compiling serde v1.0.228
29212026-07-04T15:14:46.289Z Compiling rustix v1.1.3
29222026-07-04T15:14:46.289Z Compiling bitflags v2.11.0
29232026-07-04T15:14:46.289Z Compiling serde_json v1.0.150
29242026-07-04T15:14:46.440Z Compiling usdt-impl v0.5.0
29252026-07-04T15:14:46.443Z Compiling syn v2.0.117
29262026-07-04T15:14:46.460Z Compiling syn v1.0.109
29272026-07-04T15:14:46.471Z Compiling log v0.4.29
29282026-07-04T15:14:46.471Z Compiling getrandom v0.4.1
29292026-07-04T15:14:46.495Z Compiling indexmap v2.14.0
29302026-07-04T15:14:46.509Z Compiling fs-err v3.3.0
29312026-07-04T15:14:46.710Z Compiling once_cell v1.21.3
29322026-07-04T15:14:46.755Z Compiling anyhow v1.0.102
29332026-07-04T15:14:46.770Z Compiling heck v0.4.1
29342026-07-04T15:14:47.170Z Compiling errno v0.3.14
29352026-07-04T15:14:47.174Z Compiling thread-id v4.2.2
29362026-07-04T15:14:47.174Z Compiling memmap v0.7.0
29372026-07-04T15:14:47.993Z Compiling proc-macro-error v1.0.4
29382026-07-04T15:14:48.144Z Compiling terminal_size v0.4.3
29392026-07-04T15:14:48.145Z Compiling tempfile v3.25.0
29402026-07-04T15:14:48.246Z Compiling clap_builder v4.6.0
29412026-07-04T15:14:48.246Z Compiling textwrap v0.16.2
29422026-07-04T15:14:48.268Z Compiling tabled_derive v0.7.0
29432026-07-04T15:14:48.610Z Compiling pest_generator v2.8.6
29442026-07-04T15:14:48.620Z Compiling camino v1.2.2
29452026-07-04T15:14:48.640Z Compiling cargo-platform v0.3.2
29462026-07-04T15:14:48.654Z Compiling semver v1.0.28
29472026-07-04T15:14:48.930Z Compiling camino-tempfile v1.4.1
29482026-07-04T15:14:48.996Z Compiling tabled v0.15.0
29492026-07-04T15:14:49.159Z Compiling serde_derive v1.0.228
29502026-07-04T15:14:49.159Z Compiling thiserror-impl v1.0.69
29512026-07-04T15:14:49.159Z Compiling zerocopy-derive v0.7.35
29522026-07-04T15:14:49.162Z Compiling scroll_derive v0.12.1
29532026-07-04T15:14:49.162Z Compiling thiserror-impl v2.0.18
29542026-07-04T15:14:49.162Z Compiling clap_derive v4.6.1
29552026-07-04T15:14:49.203Z Compiling pest_derive v2.8.6
29562026-07-04T15:14:49.862Z Compiling scroll v0.12.0
29572026-07-04T15:14:50.030Z Compiling zerocopy v0.7.35
29582026-07-04T15:14:50.139Z Compiling goblin v0.8.2
29592026-07-04T15:14:50.295Z Compiling thiserror v1.0.69
29602026-07-04T15:14:50.335Z Compiling thiserror v2.0.18
29612026-07-04T15:14:50.421Z Compiling dtrace-parser v0.2.0
29622026-07-04T15:14:50.906Z Compiling clap v4.6.1
29632026-07-04T15:14:52.358Z Compiling dof v0.3.0
29642026-07-04T15:14:52.412Z Compiling serde_spanned v0.6.9
29652026-07-04T15:14:52.497Z Compiling toml_datetime v0.6.11
29662026-07-04T15:14:52.501Z Compiling serde_tokenstream v0.2.3
29672026-07-04T15:14:52.587Z Compiling cargo_metadata v0.23.1
29682026-07-04T15:14:52.598Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29692026-07-04T15:14:52.608Z Compiling macaddr v1.0.1
29702026-07-04T15:14:52.722Z Compiling toml_edit v0.22.27
29712026-07-04T15:14:53.097Z Compiling usdt-attr-macro v0.5.0
29722026-07-04T15:14:53.100Z Compiling usdt-macro v0.5.0
29732026-07-04T15:14:53.775Z Compiling usdt v0.5.0
29742026-07-04T15:14:54.238Z Compiling toml v0.8.23
29752026-07-04T15:14:54.666Z Compiling cargo_toml v0.21.0
29762026-07-04T15:14:59.115Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29772026-07-04T15:15:02.050Z Finished `release` profile [optimized] target(s) in 16.23s
29782026-07-04T15:15:02.188Z
29792026-07-04T15:15:02.192Zreal 16.344570680
29802026-07-04T15:15:02.192Zuser 2:04.967795666
29812026-07-04T15:15:02.192Zsys 14.238268693
29822026-07-04T15:15:02.192Ztrap 0.072017279
29832026-07-04T15:15:02.192Ztflt 0.535059545
29842026-07-04T15:15:02.192Zdflt 1.453461665
29852026-07-04T15:15:02.192Zkflt 0.000030460
29862026-07-04T15:15:02.192Zlock 4:30.149139613
29872026-07-04T15:15:02.192Zslp 2:42.943451194
29882026-07-04T15:15:02.192Zlat 5.137851141
29892026-07-04T15:15:02.192Zstop 15.684015378
29902026-07-04T15:15:02.192Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29912026-07-04T15:15:02.192Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-04T15:15:02.192Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29932026-07-04T15:15:02.192Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-04T15:15:02.192Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29952026-07-04T15:15:03.099Z Compiling progenitor-client v0.14.0
29962026-07-04T15:15:03.102Z Compiling newtype-uuid-macros v0.1.0
29972026-07-04T15:15:03.102Z Compiling match_cfg v0.1.0
29982026-07-04T15:15:03.102Z Compiling slog-json v2.6.1
29992026-07-04T15:15:03.102Z Compiling structmeta-derive v0.3.0
30002026-07-04T15:15:03.102Z Compiling sha1 v0.11.0
30012026-07-04T15:15:03.102Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-07-04T15:15:03.292Z Compiling multer v3.1.0
30032026-07-04T15:15:03.308Z Compiling compression-core v0.4.31
30042026-07-04T15:15:03.310Z Compiling debug-ignore v1.0.5
30052026-07-04T15:15:03.311Z Compiling atomicwrites v0.4.4
30062026-07-04T15:15:03.311Z Compiling itertools v0.14.0
30072026-07-04T15:15:03.322Z Compiling async-stream-impl v0.3.6
30082026-07-04T15:15:03.325Z Compiling serde_spanned v1.1.1
30092026-07-04T15:15:03.406Z Compiling toml_datetime v1.1.1+spec-1.1.0
30102026-07-04T15:15:03.438Z Compiling hostname v0.3.1
30112026-07-04T15:15:03.442Z Compiling dropshot v0.17.1
30122026-07-04T15:15:03.507Z Compiling compression-codecs v0.4.37
30132026-07-04T15:15:03.524Z Compiling toml_writer v1.1.1+spec-1.1.0
30142026-07-04T15:15:03.527Z Compiling waitgroup v0.1.2
30152026-07-04T15:15:03.534Z Compiling rustls-pemfile v2.2.0
30162026-07-04T15:15:03.639Z Compiling slog-bunyan v2.5.0
30172026-07-04T15:15:03.656Z Compiling dropshot_endpoint v0.17.1
30182026-07-04T15:15:03.656Z Compiling serde_path_to_error v0.1.20
30192026-07-04T15:15:03.672Z Compiling hostname v0.4.2
30202026-07-04T15:15:03.779Z Compiling toml v1.1.2+spec-1.1.0
30212026-07-04T15:15:03.779Z Compiling async-compression v0.4.41
30222026-07-04T15:15:03.782Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30232026-07-04T15:15:03.835Z Compiling macaddr v1.0.1
30242026-07-04T15:15:03.835Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30252026-07-04T15:15:03.838Z Compiling instant v0.1.13
30262026-07-04T15:15:03.838Z Compiling regress v0.10.5
30272026-07-04T15:15:03.905Z Compiling backon v1.6.0
30282026-07-04T15:15:03.910Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30292026-07-04T15:15:03.983Z Compiling backoff v0.4.0
30302026-07-04T15:15:04.018Z Compiling humantime v2.3.0
30312026-07-04T15:15:04.037Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30322026-07-04T15:15:04.056Z Compiling regress v0.11.1
30332026-07-04T15:15:04.083Z Compiling async-stream v0.3.6
30342026-07-04T15:15:04.100Z Compiling progenitor-extras v0.2.0
30352026-07-04T15:15:04.124Z Compiling half v2.7.1
30362026-07-04T15:15:04.143Z Compiling ciborium-io v0.2.2
30372026-07-04T15:15:04.219Z Compiling crucible-workspace-hack v0.1.0
30382026-07-04T15:15:04.222Z Compiling convert_case v0.4.0
30392026-07-04T15:15:04.265Z Compiling secrecy v0.10.3
30402026-07-04T15:15:04.282Z Compiling unsafe-libyaml v0.2.11
30412026-07-04T15:15:04.305Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30422026-07-04T15:15:04.345Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30432026-07-04T15:15:04.373Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30442026-07-04T15:15:04.389Z Compiling structmeta v0.3.0
30452026-07-04T15:15:04.409Z Compiling ciborium-ll v0.2.2
30462026-07-04T15:15:04.443Z Compiling inout v0.1.4
30472026-07-04T15:15:04.461Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-07-04T15:15:04.498Z Compiling thiserror-impl-no-std v2.0.2
30492026-07-04T15:15:04.608Z Compiling ciborium v0.2.2
30502026-07-04T15:15:04.632Z Compiling derive_more v0.99.20
30512026-07-04T15:15:04.635Z Compiling derive-ex v0.1.8
30522026-07-04T15:15:04.650Z Compiling parse-display-derive v0.10.0
30532026-07-04T15:15:04.668Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30542026-07-04T15:15:04.706Z Compiling cipher v0.4.4
30552026-07-04T15:15:04.724Z Compiling universal-hash v0.5.1
30562026-07-04T15:15:04.727Z Compiling opaque-debug v0.3.1
30572026-07-04T15:15:04.742Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-07-04T15:15:04.779Z Compiling byte-wrapper v0.1.0
30592026-07-04T15:15:04.814Z Compiling serde_yaml v0.9.34+deprecated
30602026-07-04T15:15:04.900Z Compiling poly1305 v0.8.0
30612026-07-04T15:15:04.986Z Compiling chacha20 v0.9.1
30622026-07-04T15:15:05.049Z Compiling blake2 v0.10.6
30632026-07-04T15:15:05.128Z Compiling aead v0.5.2
30642026-07-04T15:15:05.148Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30652026-07-04T15:15:05.206Z Compiling password-hash v0.5.0
30662026-07-04T15:15:05.266Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-07-04T15:15:05.374Z Compiling chacha20poly1305 v0.10.1
30682026-07-04T15:15:05.398Z Compiling indent_write v2.2.0
30692026-07-04T15:15:05.553Z Compiling argon2 v0.5.3
30702026-07-04T15:15:05.570Z Compiling toml_edit v0.23.10+spec-1.0.0
30712026-07-04T15:15:05.588Z Compiling heapless v0.8.0
30722026-07-04T15:15:05.653Z Compiling ingot-macros v0.1.1
30732026-07-04T15:15:05.672Z Compiling tabwriter v1.4.1
30742026-07-04T15:15:05.687Z Compiling typify-impl v0.6.2
30752026-07-04T15:15:05.746Z Compiling thiserror-no-std v2.0.2
30762026-07-04T15:15:05.872Z Compiling vsss-rs v3.3.4
30772026-07-04T15:15:05.937Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-04T15:15:06.152Z Compiling hash32 v0.3.1
30792026-07-04T15:15:06.243Z Compiling proc-macro-crate v3.4.0
30802026-07-04T15:15:06.333Z Compiling smoltcp v0.11.0
30812026-07-04T15:15:06.350Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-07-04T15:15:06.444Z Compiling test-strategy v0.4.5
30832026-07-04T15:15:06.469Z Compiling parse-display v0.10.0
30842026-07-04T15:15:06.713Z Compiling cobs v0.3.0
30852026-07-04T15:15:06.760Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-07-04T15:15:06.776Z Compiling colored v3.1.1
30872026-07-04T15:15:06.804Z Compiling proc-macro-error v1.0.4
30882026-07-04T15:15:06.836Z Compiling num_enum_derive v0.7.6
30892026-07-04T15:15:06.939Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30902026-07-04T15:15:07.016Z Compiling postcard v1.1.3
30912026-07-04T15:15:07.115Z Compiling rand v0.10.1
30922026-07-04T15:15:07.145Z Compiling proc-macro-crate v1.3.1
30932026-07-04T15:15:07.162Z Compiling foreign-types-macros v0.2.3
30942026-07-04T15:15:07.177Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-04T15:15:07.266Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30962026-07-04T15:15:07.323Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30972026-07-04T15:15:07.397Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-07-04T15:15:07.439Z Compiling rayon-core v1.13.0
30992026-07-04T15:15:07.485Z Compiling foreign-types-shared v0.3.1
31002026-07-04T15:15:07.604Z Compiling crossbeam-deque v0.8.6
31012026-07-04T15:15:07.622Z Compiling num_enum_derive v0.5.11
31022026-07-04T15:15:07.646Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-07-04T15:15:07.707Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31042026-07-04T15:15:07.723Z Compiling cstr-argument v0.1.2
31052026-07-04T15:15:07.739Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-07-04T15:15:07.823Z Compiling foreign-types v0.5.0
31072026-07-04T15:15:07.910Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-07-04T15:15:07.931Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31092026-07-04T15:15:07.976Z Compiling num_enum v0.7.6
31102026-07-04T15:15:08.013Z Compiling zone_cfg_derive v0.3.1
31112026-07-04T15:15:08.036Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31122026-07-04T15:15:08.079Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31132026-07-04T15:15:08.139Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31142026-07-04T15:15:08.156Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-04T15:15:08.196Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31162026-07-04T15:15:08.228Z Compiling itertools v0.12.1
31172026-07-04T15:15:08.246Z Compiling rayon v1.11.0
31182026-07-04T15:15:08.304Z Compiling num-derive v0.4.2
31192026-07-04T15:15:08.374Z Compiling sigpipe v0.1.3
31202026-07-04T15:15:08.424Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-07-04T15:15:08.485Z Compiling cpubits v0.1.1
31222026-07-04T15:15:08.503Z Compiling glob v0.3.3
31232026-07-04T15:15:08.553Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31242026-07-04T15:15:08.587Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31252026-07-04T15:15:08.626Z Compiling smf v0.2.3
31262026-07-04T15:15:08.646Z Compiling ingot-types v0.1.2
31272026-07-04T15:15:08.693Z Compiling whoami v1.6.1
31282026-07-04T15:15:08.748Z Compiling usdt-attr-macro v0.5.0
31292026-07-04T15:15:08.778Z Compiling num_enum v0.5.11
31302026-07-04T15:15:08.849Z Compiling usdt-macro v0.5.0
31312026-07-04T15:15:08.872Z Compiling gethostname v0.5.0
31322026-07-04T15:15:08.922Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31332026-07-04T15:15:08.926Z Compiling num-rational v0.4.2
31342026-07-04T15:15:09.009Z Compiling pem-rfc7468 v1.0.0
31352026-07-04T15:15:09.026Z Compiling ingot v0.1.1
31362026-07-04T15:15:09.096Z Compiling num-complex v0.4.6
31372026-07-04T15:15:09.276Z Compiling memmap v0.7.0
31382026-07-04T15:15:09.314Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31392026-07-04T15:15:09.343Z Compiling derive-where v1.6.0
31402026-07-04T15:15:09.471Z Compiling zone v0.3.1
31412026-07-04T15:15:09.497Z Compiling num v0.4.3
31422026-07-04T15:15:09.514Z Compiling float-ord v0.3.2
31432026-07-04T15:15:09.533Z Compiling toml v0.8.23
31442026-07-04T15:15:09.554Z Compiling hmac v0.13.0
31452026-07-04T15:15:09.598Z Compiling universal-hash v0.6.1
31462026-07-04T15:15:09.639Z Compiling resolv-conf v0.7.6
31472026-07-04T15:15:09.663Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-07-04T15:15:09.681Z Compiling usdt v0.5.0
31492026-07-04T15:15:09.724Z Compiling cancel-safe-futures v0.1.5
31502026-07-04T15:15:09.760Z Compiling owo-colors v4.3.0
31512026-07-04T15:15:09.777Z Compiling polyval v0.7.1
31522026-07-04T15:15:09.821Z Compiling der v0.8.0
31532026-07-04T15:15:09.932Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31542026-07-04T15:15:09.972Z Compiling libsw-core v0.3.2
31552026-07-04T15:15:10.016Z Compiling prettyplease v0.2.37
31562026-07-04T15:15:10.049Z Compiling ghash v0.6.0
31572026-07-04T15:15:10.070Z Compiling pbkdf2 v0.13.0
31582026-07-04T15:15:10.176Z Compiling libsw v3.5.0
31592026-07-04T15:15:10.194Z Compiling aes v0.9.1
31602026-07-04T15:15:10.197Z Compiling console v0.15.11
31612026-07-04T15:15:10.229Z Compiling hickory-proto v0.24.4
31622026-07-04T15:15:10.232Z Compiling newline-converter v0.3.0
31632026-07-04T15:15:10.298Z Compiling typify-macro v0.6.2
31642026-07-04T15:15:10.325Z Compiling ctr v0.10.1
31652026-07-04T15:15:10.419Z Compiling aead v0.6.1
31662026-07-04T15:15:10.436Z Compiling sha2 v0.11.0
31672026-07-04T15:15:10.451Z Compiling linear-map v1.2.0
31682026-07-04T15:15:10.605Z Compiling linked-hash-map v0.5.6
31692026-07-04T15:15:10.624Z Compiling libefi-sys v0.1.0
31702026-07-04T15:15:10.624Z Compiling expectorate v1.2.0
31712026-07-04T15:15:10.671Z Compiling aes-gcm v0.11.0
31722026-07-04T15:15:10.778Z Compiling lru-cache v0.1.2
31732026-07-04T15:15:10.821Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31742026-07-04T15:15:10.838Z Compiling spki v0.8.0
31752026-07-04T15:15:10.904Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-07-04T15:15:10.907Z Compiling crypto-bigint v0.7.5
31772026-07-04T15:15:10.941Z Compiling git-stub v1.0.0
31782026-07-04T15:15:11.029Z Compiling salsa20 v0.11.0
31792026-07-04T15:15:11.045Z Compiling cbc v0.2.1
31802026-07-04T15:15:11.093Z Compiling bitfield-struct v0.6.2
31812026-07-04T15:15:11.206Z Compiling nom v8.0.0
31822026-07-04T15:15:11.223Z Compiling semver v0.1.20
31832026-07-04T15:15:11.240Z Compiling scrypt v0.12.0
31842026-07-04T15:15:11.244Z Compiling git-stub-vcs v0.1.0
31852026-07-04T15:15:11.365Z Compiling tokio-dtrace v0.1.1
31862026-07-04T15:15:11.505Z Compiling rustc_version v0.1.7
31872026-07-04T15:15:11.551Z Compiling dropshot-api-manager-types v0.7.2
31882026-07-04T15:15:11.567Z Compiling slog-dtrace v0.3.0
31892026-07-04T15:15:11.652Z Compiling minimal-lexical v0.2.1
31902026-07-04T15:15:11.669Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-07-04T15:15:11.801Z Compiling newtype_derive v0.1.6
31922026-07-04T15:15:11.833Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-07-04T15:15:11.916Z Compiling nom v7.1.3
31942026-07-04T15:15:11.933Z Compiling oxide-tokio-rt v0.1.4
31952026-07-04T15:15:11.951Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962026-07-04T15:15:12.036Z Compiling pkcs5 v0.8.1
31972026-07-04T15:15:12.053Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31982026-07-04T15:15:12.112Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-04T15:15:12.158Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32002026-07-04T15:15:12.190Z Compiling typify v0.6.2
32012026-07-04T15:15:12.208Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32022026-07-04T15:15:12.262Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32032026-07-04T15:15:12.307Z Compiling progenitor-impl v0.14.0
32042026-07-04T15:15:12.327Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32052026-07-04T15:15:12.381Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32062026-07-04T15:15:12.524Z Compiling hickory-resolver v0.24.4
32072026-07-04T15:15:12.624Z Compiling phf_shared v0.12.1
32082026-07-04T15:15:12.643Z Compiling csv-core v0.1.13
32092026-07-04T15:15:12.808Z Compiling xshell-macros v0.2.7
32102026-07-04T15:15:12.833Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32112026-07-04T15:15:12.932Z Compiling unicode-xid v0.2.6
32122026-07-04T15:15:12.950Z Compiling chrono-tz v0.10.4
32132026-07-04T15:15:13.096Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32142026-07-04T15:15:13.176Z Compiling highway v1.3.0
32152026-07-04T15:15:13.254Z Compiling xshell v0.2.7
32162026-07-04T15:15:13.354Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32172026-07-04T15:15:13.370Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-07-04T15:15:13.558Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32192026-07-04T15:15:13.584Z Compiling qorb v0.4.1
32202026-07-04T15:15:13.621Z Compiling const_format_proc_macros v0.2.34
32212026-07-04T15:15:13.649Z Compiling csv v1.4.0
32222026-07-04T15:15:13.795Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32232026-07-04T15:15:13.943Z Compiling phf v0.12.1
32242026-07-04T15:15:13.968Z Compiling pkcs8 v0.11.0
32252026-07-04T15:15:14.015Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32262026-07-04T15:15:14.135Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32272026-07-04T15:15:14.153Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32282026-07-04T15:15:14.348Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-07-04T15:15:14.367Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32302026-07-04T15:15:14.382Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32312026-07-04T15:15:14.513Z Compiling const_format v0.2.35
32322026-07-04T15:15:14.541Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32332026-07-04T15:15:14.676Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-07-04T15:15:14.774Z Compiling tabled_derive v0.7.0
32352026-07-04T15:15:14.862Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32362026-07-04T15:15:14.961Z Compiling bcs v0.1.6
32372026-07-04T15:15:14.978Z Compiling progenitor-macro v0.14.0
32382026-07-04T15:15:15.223Z Compiling ff v0.14.0
32392026-07-04T15:15:15.306Z Compiling tagptr v0.2.0
32402026-07-04T15:15:15.385Z Compiling salty v0.3.0
32412026-07-04T15:15:15.429Z Compiling termtree v0.5.1
32422026-07-04T15:15:15.518Z Compiling moka v0.12.13
32432026-07-04T15:15:15.617Z Compiling textwrap v0.16.2
32442026-07-04T15:15:15.709Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-07-04T15:15:15.727Z Compiling steno v0.4.1
32462026-07-04T15:15:15.864Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-07-04T15:15:15.868Z Compiling tabled v0.15.0
32482026-07-04T15:15:15.927Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32492026-07-04T15:15:15.955Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-07-04T15:15:15.971Z Compiling sha1 v0.10.6
32512026-07-04T15:15:16.038Z Compiling signature v3.0.0
32522026-07-04T15:15:16.118Z Compiling base64 v0.21.7
32532026-07-04T15:15:16.136Z Compiling base16ct v1.0.0
32542026-07-04T15:15:16.206Z Compiling radium v0.7.0
32552026-07-04T15:15:16.252Z Compiling hickory-resolver v0.25.2
32562026-07-04T15:15:16.349Z Compiling sec1 v0.8.1
32572026-07-04T15:15:16.365Z Compiling group v0.14.0
32582026-07-04T15:15:16.476Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32592026-07-04T15:15:16.582Z Compiling hkdf v0.13.0
32602026-07-04T15:15:16.621Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-07-04T15:15:16.709Z Compiling rfc6979 v0.4.0
32622026-07-04T15:15:16.730Z Compiling tap v1.0.1
32632026-07-04T15:15:16.805Z Compiling maybe-uninit v2.0.0
32642026-07-04T15:15:16.829Z Compiling ecdsa v0.16.9
32652026-07-04T15:15:16.865Z Compiling wyz v0.5.1
32662026-07-04T15:15:16.865Z Compiling elliptic-curve v0.14.0-rc.33
32672026-07-04T15:15:17.102Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-07-04T15:15:17.203Z Compiling primeorder v0.13.6
32692026-07-04T15:15:17.268Z Compiling proc-macro-error-attr2 v2.0.0
32702026-07-04T15:15:17.285Z Compiling utf-8 v0.7.6
32712026-07-04T15:15:17.461Z Compiling funty v2.0.0
32722026-07-04T15:15:17.489Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32732026-07-04T15:15:17.506Z Compiling packed_struct v0.10.1
32742026-07-04T15:15:17.610Z Compiling parking_lot_core v0.8.6
32752026-07-04T15:15:17.746Z Compiling proc-macro-error2 v2.0.1
32762026-07-04T15:15:17.785Z Compiling p384 v0.13.1
32772026-07-04T15:15:17.860Z Compiling bitvec v1.0.1
32782026-07-04T15:15:17.959Z Compiling tungstenite v0.21.0
32792026-07-04T15:15:18.125Z Compiling rfc6979 v0.5.0
32802026-07-04T15:15:18.198Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-04T15:15:18.216Z Compiling packed_struct_codegen v0.10.1
32822026-07-04T15:15:18.307Z Compiling num-derive v0.3.3
32832026-07-04T15:15:18.325Z Compiling zerocopy-derive v0.6.6
32842026-07-04T15:15:18.341Z Compiling bitfield-macros v0.19.4
32852026-07-04T15:15:18.384Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-07-04T15:15:18.487Z Compiling indexmap v1.9.3
32872026-07-04T15:15:18.520Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-07-04T15:15:18.739Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-07-04T15:15:18.758Z Compiling nodrop v0.1.14
32902026-07-04T15:15:18.868Z Compiling crc-catalog v2.4.0
32912026-07-04T15:15:18.885Z Compiling array-init v0.0.4
32922026-07-04T15:15:18.966Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32932026-07-04T15:15:18.982Z Compiling crc v3.4.0
32942026-07-04T15:15:19.060Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-07-04T15:15:19.081Z Compiling tokio-tungstenite v0.21.0
32962026-07-04T15:15:19.155Z Compiling bitfield v0.19.4
32972026-07-04T15:15:19.256Z Compiling ecdsa v0.17.0-rc.18
32982026-07-04T15:15:19.276Z Compiling zerocopy v0.6.6
32992026-07-04T15:15:19.276Z Compiling smallvec v0.6.14
33002026-07-04T15:15:19.307Z Compiling libscf-sys v1.1.0
33012026-07-04T15:15:19.392Z Compiling tabled_derive v0.11.0
33022026-07-04T15:15:19.495Z Compiling primeorder v0.14.0-rc.10
33032026-07-04T15:15:19.498Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-04T15:15:19.531Z Compiling primefield v0.14.0
33052026-07-04T15:15:19.534Z Compiling progenitor-impl v0.13.0
33062026-07-04T15:15:19.636Z Compiling papergrid v0.17.0
33072026-07-04T15:15:19.711Z Compiling testing_table v0.3.0
33082026-07-04T15:15:19.731Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-07-04T15:15:19.781Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-07-04T15:15:19.797Z Compiling curve25519-dalek v5.0.0-rc.0
33112026-07-04T15:15:19.851Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33122026-07-04T15:15:19.901Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-04T15:15:19.931Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-07-04T15:15:20.088Z Compiling corncobs v0.1.4
33152026-07-04T15:15:20.110Z Compiling unicase v2.9.0
33162026-07-04T15:15:20.185Z Compiling progenitor v0.14.0
33172026-07-04T15:15:20.202Z Compiling hashbrown v0.12.3
33182026-07-04T15:15:20.217Z Compiling illumos-nvpair-sys v0.2.0
33192026-07-04T15:15:20.285Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-07-04T15:15:20.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33212026-07-04T15:15:20.408Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-07-04T15:15:20.446Z Compiling mime_guess v2.0.5
33232026-07-04T15:15:20.552Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33242026-07-04T15:15:20.634Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-07-04T15:15:20.703Z Compiling tabled v0.20.0
33262026-07-04T15:15:20.735Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-04T15:15:20.840Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-04T15:15:20.871Z Compiling parking_lot v0.11.2
33292026-07-04T15:15:20.940Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-07-04T15:15:21.059Z Compiling serde-hex v0.1.0
33312026-07-04T15:15:21.076Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-07-04T15:15:21.219Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33332026-07-04T15:15:21.284Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-07-04T15:15:21.301Z Compiling ron v0.8.1
33352026-07-04T15:15:21.403Z Compiling ssh-encoding v0.3.0-rc.9
33362026-07-04T15:15:21.426Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33372026-07-04T15:15:21.484Z Compiling hashbrown v0.13.2
33382026-07-04T15:15:21.777Z Compiling progenitor-client v0.13.0
33392026-07-04T15:15:21.913Z Compiling prefix-trie v0.7.0
33402026-07-04T15:15:21.930Z Compiling fxhash v0.2.1
33412026-07-04T15:15:22.015Z Compiling secrecy v0.8.0
33422026-07-04T15:15:22.108Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-07-04T15:15:22.139Z Compiling crc-any v2.5.0
33442026-07-04T15:15:22.277Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33452026-07-04T15:15:22.295Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33462026-07-04T15:15:22.313Z Compiling progenitor-macro v0.13.0
33472026-07-04T15:15:22.339Z Compiling hickory-server v0.25.2
33482026-07-04T15:15:22.867Z Compiling sled v0.34.7
33492026-07-04T15:15:23.033Z Compiling object v0.30.4
33502026-07-04T15:15:23.195Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-07-04T15:15:23.217Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-07-04T15:15:23.304Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-07-04T15:15:23.584Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-07-04T15:15:23.646Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33552026-07-04T15:15:23.706Z Compiling ed25519 v3.0.0
33562026-07-04T15:15:23.859Z Compiling crypto-primes v0.7.2
33572026-07-04T15:15:24.217Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33582026-07-04T15:15:24.255Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-07-04T15:15:24.585Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-07-04T15:15:24.679Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33612026-07-04T15:15:24.822Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33622026-07-04T15:15:24.839Z Compiling pkcs1 v0.8.0-rc.4
33632026-07-04T15:15:24.915Z Compiling poly1305 v0.9.0
33642026-07-04T15:15:25.263Z Compiling blowfish v0.10.0
33652026-07-04T15:15:25.282Z Compiling blake2 v0.11.0-rc.6
33662026-07-04T15:15:25.321Z Compiling keccak v0.2.0
33672026-07-04T15:15:25.373Z Compiling fiat-crypto v0.3.0
33682026-07-04T15:15:25.407Z Compiling crc8 v0.1.1
33692026-07-04T15:15:25.573Z Compiling half v1.8.3
33702026-07-04T15:15:25.573Z Compiling path-slash v0.1.5
33712026-07-04T15:15:25.577Z Compiling http-range v0.1.5
33722026-07-04T15:15:25.753Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-07-04T15:15:25.771Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-07-04T15:15:25.831Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33752026-07-04T15:15:25.867Z Compiling serde_cbor v0.11.2
33762026-07-04T15:15:25.889Z Compiling argon2 v0.6.0-rc.8
33772026-07-04T15:15:25.933Z Compiling sha3 v0.11.0
33782026-07-04T15:15:26.062Z Compiling bcrypt-pbkdf v0.11.0
33792026-07-04T15:15:26.138Z Compiling ssh-cipher v0.3.0-rc.9
33802026-07-04T15:15:26.327Z Compiling rsa v0.10.0-rc.18
33812026-07-04T15:15:26.437Z Compiling ed25519-dalek v3.0.0-rc.0
33822026-07-04T15:15:26.509Z Compiling illumos-nvpair v0.3.0
33832026-07-04T15:15:26.693Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33842026-07-04T15:15:26.814Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33852026-07-04T15:15:26.832Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33862026-07-04T15:15:26.969Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33872026-07-04T15:15:27.026Z Compiling p521 v0.14.0-rc.10
33882026-07-04T15:15:27.042Z Compiling p256 v0.14.0-rc.10
33892026-07-04T15:15:27.142Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-07-04T15:15:27.211Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33912026-07-04T15:15:27.232Z Compiling yasna v0.5.2
33922026-07-04T15:15:27.286Z Compiling kstat-rs v0.2.4
33932026-07-04T15:15:27.360Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33942026-07-04T15:15:27.428Z Compiling progenitor v0.13.0
33952026-07-04T15:15:27.606Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33962026-07-04T15:15:27.609Z Compiling headers-core v0.3.0
33972026-07-04T15:15:27.699Z Compiling kem v0.3.0
33982026-07-04T15:15:27.718Z Compiling module-lattice v0.2.3
33992026-07-04T15:15:27.739Z Compiling nanorand v0.7.0
34002026-07-04T15:15:27.757Z Compiling atty v0.2.14
34012026-07-04T15:15:27.852Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34022026-07-04T15:15:27.895Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-07-04T15:15:27.936Z Compiling headers v0.4.1
34042026-07-04T15:15:27.972Z Compiling ml-kem v0.3.2
34052026-07-04T15:15:27.997Z Compiling flume v0.11.1
34062026-07-04T15:15:28.050Z Compiling rcgen v0.12.1
34072026-07-04T15:15:28.265Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34082026-07-04T15:15:28.321Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-07-04T15:15:28.345Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-07-04T15:15:28.740Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-07-04T15:15:28.795Z Compiling hyper-staticfile v0.10.1
34122026-07-04T15:15:28.934Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-07-04T15:15:28.966Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-07-04T15:15:29.088Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34152026-07-04T15:15:29.329Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34162026-07-04T15:15:29.348Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-07-04T15:15:29.380Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-07-04T15:15:29.399Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-07-04T15:15:29.737Z Compiling russh-cryptovec v0.61.0
34202026-07-04T15:15:30.001Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34212026-07-04T15:15:30.054Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-07-04T15:15:30.103Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-07-04T15:15:30.129Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-07-04T15:15:30.378Z Compiling internal-russh-num-bigint v0.5.0
34252026-07-04T15:15:30.397Z Compiling num-bigint v0.4.6
34262026-07-04T15:15:30.508Z Compiling generic-array v1.4.3
34272026-07-04T15:15:30.542Z Compiling russh-util v0.52.0
34282026-07-04T15:15:30.609Z Compiling enum_dispatch v0.3.13
34292026-07-04T15:15:30.730Z Compiling p384 v0.14.0-rc.10
34302026-07-04T15:15:30.819Z Compiling delegate v0.13.5
34312026-07-04T15:15:30.922Z Compiling subprocess v0.2.15
34322026-07-04T15:15:31.046Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-07-04T15:15:31.128Z Compiling display-error-chain v0.2.2
34342026-07-04T15:15:31.149Z Compiling hex-literal v1.1.0
34352026-07-04T15:15:31.292Z Compiling md5 v0.8.0
34362026-07-04T15:15:31.336Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-07-04T15:15:31.463Z Compiling colored v2.2.0
34382026-07-04T15:15:31.529Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-07-04T15:15:31.597Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-07-04T15:15:31.669Z Compiling socket2 v0.5.10
34412026-07-04T15:15:31.689Z Compiling internet-checksum v0.2.1
34422026-07-04T15:15:32.284Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-07-04T15:15:32.843Z Compiling ssh-key v0.7.0-rc.10
34442026-07-04T15:15:33.011Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-07-04T15:15:33.500Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-07-04T15:15:34.095Z Compiling russh v0.61.2
34472026-07-04T15:15:34.674Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-07-04T15:15:35.517Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-07-04T15:15:43.961Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-07-04T15:15:43.961Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-07-04T15:15:43.961Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-07-04T15:15:43.964Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-07-04T15:15:45.699Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-07-04T15:15:45.811Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-07-04T15:15:49.761Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-07-04T15:16:29.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34572026-07-04T15:16:30.136Z
34582026-07-04T15:16:30.136Zreal 1:27.883891150
34592026-07-04T15:16:30.136Zuser 8:44.357011106
34602026-07-04T15:16:30.136Zsys 1:45.118512993
34612026-07-04T15:16:30.136Ztrap 0.282095591
34622026-07-04T15:16:30.136Ztflt 0.352943670
34632026-07-04T15:16:30.136Zdflt 1.475725153
34642026-07-04T15:16:30.137Zkflt 0.000497650
34652026-07-04T15:16:30.140Zlock 31:10.304280240
34662026-07-04T15:16:30.140Zslp 20:05.020722112
34672026-07-04T15:16:30.140Zlat 42.441168319
34682026-07-04T15:16:30.140Zstop 3:04.693603299
34692026-07-04T15:16:30.140Z+ mkdir tests
34702026-07-04T15:16:30.143Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-07-04T15:16:30.143Z+ xargs -I '{}' -t cp '{}' tests/
34722026-07-04T15:16:30.164Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34732026-07-04T15:16:30.194Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34742026-07-04T15:16:30.224Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34752026-07-04T15:16:30.253Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34762026-07-04T15:16:30.491Z+ 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)
34772026-07-04T15:16:30.546Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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
34782026-07-04T15:17:50.395ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-07-04T15:17:50.395Za .github/buildomat/ci-env.sh 1K
34802026-07-04T15:17:50.395Za out/target/test 1K
34812026-07-04T15:17:50.395Za out/npuzone/npuzone 27402K
34822026-07-04T15:17:50.395Za package-manifest.toml 35K
34832026-07-04T15:17:50.395Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-07-04T15:17:50.395Za target/release/omicron-package 40719K
34852026-07-04T15:17:50.395Za target/release/xtask 10425K
34862026-07-04T15:17:50.395Za target/debug/bootstrap 349644K
34872026-07-04T15:17:50.395Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34882026-07-04T15:17:50.396Za tests/commtest-de50baf115444d57 32169K
34892026-07-04T15:17:50.396Za tests/dhcp_server-7642b2d57d595135 31974K
34902026-07-04T15:17:50.396Za tests/end_to_end_tests-f893b9f61afabf44 399523K
34912026-07-04T15:17:50.396Za tools/opte_version 1K
34922026-07-04T15:17:50.396Za tools/opte_version_override 2K
34932026-07-04T15:17:50.396Za out/clickhouse.tar.gz 311363K
34942026-07-04T15:17:50.396Za out/clickhouse_keeper.tar.gz 297833K
34952026-07-04T15:17:50.396Za out/clickhouse_server.tar.gz 311360K
34962026-07-04T15:17:50.396Za out/cockroachdb.tar.gz 161734K
34972026-07-04T15:17:50.396Za out/crucible-pantry-zone.tar.gz 39110K
34982026-07-04T15:17:50.396Za out/crucible-utils.tar 18900K
34992026-07-04T15:17:50.396Za out/crucible-zone.tar.gz 53806K
35002026-07-04T15:17:50.396Za out/external-dns.tar.gz 46794K
35012026-07-04T15:17:50.396Za out/internal-dns.tar.gz 46794K
35022026-07-04T15:17:50.396Za out/mg-ddm-gz.tar 97917K
35032026-07-04T15:17:50.396Za out/nexus.tar.gz 274657K
35042026-07-04T15:17:50.396Za out/ntp.tar.gz 29911K
35052026-07-04T15:17:50.396Za out/omicron-gateway-softnpu.tar.gz 27768K
35062026-07-04T15:17:50.396Za out/omicron-sled-agent.tar 197551K
35072026-07-04T15:17:50.396Za out/overlay.tar.gz 3K
35082026-07-04T15:17:50.396Za out/oximeter.tar.gz 62540K
35092026-07-04T15:17:50.396Za out/oxlog.tar 3808K
35102026-07-04T15:17:50.396Za out/probe.tar.gz 3037K
35112026-07-04T15:17:50.396Za out/propolis-server.tar.gz 34372K
35122026-07-04T15:17:50.396Za out/pumpkind-gz.tar 26647K
35132026-07-04T15:17:50.396Za out/switch-softnpu.tar.gz 448383K
35142026-07-04T15:17:50.400Z
35152026-07-04T15:17:50.401Zreal 1:19.900825825
35162026-07-04T15:17:50.401Zuser 1:17.212119967
35172026-07-04T15:17:50.401Zsys 4.497975761
35182026-07-04T15:17:50.401Ztrap 0.005976794
35192026-07-04T15:17:50.401Ztflt 0.000000000
35202026-07-04T15:17:50.401Zdflt 0.000000000
35212026-07-04T15:17:50.401Zkflt 0.000000000
35222026-07-04T15:17:50.401Zlock 0.000000000
35232026-07-04T15:17:50.401Zslp 1:17.120044747
35242026-07-04T15:17:50.401Zlat 0.960718544
35252026-07-04T15:17:50.401Zstop 0.000244450
35262026-07-04T15:17:50.401Zprocess exited: duration 955340 ms, exit code 0
 
35272026-07-04T15:17:50.416Zfound 1 output files
35282026-07-04T15:17:50.416Zuploading: /work/package.tar.gz (2489005738 bytes)
35292026-07-04T15:18:19.375Zuploaded: /work/package.tar.gz