01KSTFF5VXP74828YAKGWCJGN8: 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: 01KSTFFS0RDK71R1FER9XET62N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T18:21:48.718Zjob assigned to worker 01KSTFFWZ4YYTYVDJJE4JNP3BT [factory aws, i-02d0bf7ead804676c] (queued for 45 s)
 
22026-05-29T18:21:56.331Zstarting task 0: "setup"
32026-05-29T18:21:56.336Z++ uname -s
42026-05-29T18:21:56.339Z+ kern=SunOS
52026-05-29T18:21:56.339Z+ build_user=build
62026-05-29T18:21:56.339Z+ build_uid=12345
72026-05-29T18:21:56.339Z+ work_dir=/work
82026-05-29T18:21:56.339Z+ input_dir=/input
92026-05-29T18:21:56.339Z+ [[ 0 == 12345 ]]
102026-05-29T18:21:56.339Z+ case "$kern" in
112026-05-29T18:21:56.339Z+ groupadd -g 12345 build
122026-05-29T18:21:56.348Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T18:21:58.356Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T18:21:58.482Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T18:21:58.486Z+ home_fs=zfs
162026-05-29T18:21:58.486Z+ [[ zfs == autofs ]]
172026-05-29T18:21:58.486Z+ mkdir -p /home/build
182026-05-29T18:21:58.489Z+ chown build:build /home/build /work
192026-05-29T18:22:00.488Z+ chmod 0700 /home/build /work
202026-05-29T18:22:00.492Zprocess exited: duration 4164 ms, exit code 0
 
212026-05-29T18:22:00.497Zstarting task 1: "rust-toolchain"
222026-05-29T18:22:00.504Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T18:22:00.504Z * rust toolchain channel = "1.94.0"
242026-05-29T18:22:00.504Z * rust toolchain profile = "default"
252026-05-29T18:22:00.504Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-29T18:22:00.504Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T18:22:00.504Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T18:22:00.507Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T18:22:00.508Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T18:22:00.621Zinfo: downloading installer
312026-05-29T18:22:01.996Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T18:22:01.996Zwarn: /home/build/.rustup/settings.toml
332026-05-29T18:22:01.996Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T18:22:01.996Zwarn: instead of the one inferred from the default host triple.
352026-05-29T18:22:02.009Zinfo: profile set to default
362026-05-29T18:22:02.009Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T18:22:02.041Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T18:22:02.141Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T18:22:02.144Zinfo: downloading 6 components
402026-05-29T18:22:16.107Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T18:22:16.108Z
422026-05-29T18:22:16.137Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T18:22:16.137Z
442026-05-29T18:22:16.137Z
452026-05-29T18:22:16.137ZRust is installed now. Great!
462026-05-29T18:22:16.137Z
472026-05-29T18:22:16.137ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T18:22:16.137Zenvironment variable. This has not been done automatically.
492026-05-29T18:22:16.137Z
502026-05-29T18:22:16.137ZTo configure your current shell, you need to source
512026-05-29T18:22:16.137Zthe corresponding env file under $HOME/.cargo.
522026-05-29T18:22:16.137Z
532026-05-29T18:22:16.137ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T18:22:16.140Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T18:22:16.140Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T18:22:16.140Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T18:22:16.140Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T18:22:16.140Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T18:22:16.140Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T18:22:16.140Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T18:22:16.140Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T18:22:16.236Z+ rustup --version
632026-05-29T18:22:16.242Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T18:22:16.245Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T18:22:16.262Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T18:22:16.265Z+ cargo --version
672026-05-29T18:22:16.274Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T18:22:16.277Z+ rustc --version
692026-05-29T18:22:16.298Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T18:22:16.301Zprocess exited: duration 15803 ms, exit code 0
 
712026-05-29T18:22:16.307Zstarting task 2: "authentication"
722026-05-29T18:22:16.327Zprocess exited: duration 20 ms, exit code 0
 
732026-05-29T18:22:16.333Zstarting task 3: "clone repository"
742026-05-29T18:22:16.340Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T18:22:16.343Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T18:22:16.393ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T18:22:26.722Z+ cd /work/oxidecomputer/omicron
782026-05-29T18:22:26.723Z+ git fetch origin 16a33e3e72f802c9d18798d7ec0ac29037552f5a
792026-05-29T18:22:27.041ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T18:22:27.041Z * branch 16a33e3e72f802c9d18798d7ec0ac29037552f5a -> FETCH_HEAD
812026-05-29T18:22:27.056Z+ [[ -n ixi/bump-propolis ]]
822026-05-29T18:22:27.059Z++ git branch --show-current
832026-05-29T18:22:27.059Z+ current=main
842026-05-29T18:22:27.059Z+ [[ main != ixi/bump-propolis ]]
852026-05-29T18:22:27.059Z+ git branch -f ixi/bump-propolis 16a33e3e72f802c9d18798d7ec0ac29037552f5a
862026-05-29T18:22:27.063Z+ git checkout -f ixi/bump-propolis
872026-05-29T18:22:27.235ZSwitched to branch 'ixi/bump-propolis'
882026-05-29T18:22:27.238Z+ git reset --hard 16a33e3e72f802c9d18798d7ec0ac29037552f5a
892026-05-29T18:22:27.404ZHEAD is now at 16a33e3e7 bump Propolis
902026-05-29T18:22:27.407Zprocess exited: duration 11072 ms, exit code 0
 
912026-05-29T18:22:27.414Zstarting task 4: "build"
922026-05-29T18:22:27.420Z+ source .github/buildomat/ci-env.sh
932026-05-29T18:22:27.420Z++ export CARGO_TERM_COLOR=always
942026-05-29T18:22:27.420Z++ CARGO_TERM_COLOR=always
952026-05-29T18:22:27.420Z+ cargo --version
962026-05-29T18:22:27.430Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T18:22:27.432Z+ rustc --version
982026-05-29T18:22:27.454Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T18:22:27.460Z+ WORK=/work
1002026-05-29T18:22:27.460Z+ pfexec mkdir -p /work
1012026-05-29T18:22:27.463Z+ pfexec chown build /work
1022026-05-29T18:22:27.463Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-29T18:22:29.394Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-29T18:22:29.483Z Startup: Caching catalogs ... Done
1052026-05-29T18:22:29.779ZPlanning: Solver setup ... Done (0.250s)
1062026-05-29T18:22:29.799ZPlanning: Running solver ... Done (0.019s)
1072026-05-29T18:22:29.805ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-29T18:22:29.817ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-29T18:22:29.837ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-29T18:22:29.853ZPlanning: Package planning ... Done (0.014s)
1112026-05-29T18:22:29.856ZPlanning: Merging actions ... Done (0.001s)
1122026-05-29T18:22:30.039ZPlanning: Checking for conflicting actions ... Done (0.186s)
1132026-05-29T18:22:30.043ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-29T18:22:31.208ZPlanning: Evaluating mediators ... Done (1.168s)
1152026-05-29T18:22:31.212ZPlanning: Planning completed in 1.70 seconds
1162026-05-29T18:22:31.217Z Packages to install: 2
1172026-05-29T18:22:31.217Z Estimated space available: 156.07 GB
1182026-05-29T18:22:31.217ZEstimated space to be consumed: 23.93 MB
1192026-05-29T18:22:31.220Z Create boot environment: No
1202026-05-29T18:22:31.220ZCreate backup boot environment: No
1212026-05-29T18:22:31.220Z Rebuild boot archive: No
1222026-05-29T18:22:31.220Z
1232026-05-29T18:22:31.220ZChanged packages:
1242026-05-29T18:22:31.220Zhelios
1252026-05-29T18:22:31.220Z developer/build-essential
1262026-05-29T18:22:31.220Z None -> 11-3.0
1272026-05-29T18:22:31.220Z library/libxmlsec1
1282026-05-29T18:22:31.220Z None -> 1.2.35-3.0
1292026-05-29T18:22:31.264Z
1302026-05-29T18:22:31.264ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-29T18:22:31.951ZDownload: Completed 1.28 MB in 0.69 seconds (1.9M/s)
1322026-05-29T18:22:31.992Z Actions: 1/268 actions (Installing new actions)
1332026-05-29T18:22:32.038Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-29T18:22:32.046ZFinalize: Updating package state database ... Done (0.008s)
1352026-05-29T18:22:32.046ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-29T18:22:32.066ZFinalize: Updating image state ... Done (0.021s)
1372026-05-29T18:22:34.634ZFinalize: Creating fast lookup database ... Done (2.545s)
1382026-05-29T18:22:34.735ZFinalize: Reading search index ... Done (0.039s)
1392026-05-29T18:22:34.739ZFinalize: Updating search index ... Done (0.000s)
1402026-05-29T18:22:34.788ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-29T18:22:35.090ZPlanning: Evaluating mediator changes ... Done
1422026-05-29T18:22:35.192ZPlanning: Checking for conflicting actions ... Done
1432026-05-29T18:22:35.195ZPlanning: Consolidating action changes ... Done
1442026-05-29T18:22:35.350ZPlanning: Evaluating mediators ... Done
1452026-05-29T18:22:35.353ZPlanning: Planning completed in 0.26 seconds
1462026-05-29T18:22:35.373Z Mediators to change: 2
1472026-05-29T18:22:35.373Z Create boot environment: No
1482026-05-29T18:22:35.373ZCreate backup boot environment: No
1492026-05-29T18:22:35.409ZFinalize: Updating package state database ... Done
1502026-05-29T18:22:35.409ZFinalize: Updating package cache ... Done
1512026-05-29T18:22:35.420ZFinalize: Updating image state ... Done
1522026-05-29T18:22:37.355ZFinalize: Creating fast lookup database ... Done
1532026-05-29T18:22:37.415ZFinalize: Reading search index ... Done
1542026-05-29T18:22:37.418ZFinalize: Updating search index ... Done
1552026-05-29T18:22:37.454ZFinalize: Updating package cache ... Done
1562026-05-29T18:22:37.741ZPlanning: Evaluating mediator changes ... Done
1572026-05-29T18:22:37.843ZPlanning: Checking for conflicting actions ... Done
1582026-05-29T18:22:37.847ZPlanning: Consolidating action changes ... Done
1592026-05-29T18:22:38.000ZPlanning: Evaluating mediators ... Done
1602026-05-29T18:22:38.004ZPlanning: Planning completed in 0.26 seconds
1612026-05-29T18:22:38.023Z Mediators to change: 1
1622026-05-29T18:22:38.023Z Create boot environment: No
1632026-05-29T18:22:38.023ZCreate backup boot environment: No
1642026-05-29T18:22:38.061ZFinalize: Updating package state database ... Done
1652026-05-29T18:22:38.062ZFinalize: Updating package cache ... Done
1662026-05-29T18:22:38.074ZFinalize: Updating image state ... Done
1672026-05-29T18:22:40.003ZFinalize: Creating fast lookup database ... Done
1682026-05-29T18:22:40.065ZFinalize: Reading search index ... Done
1692026-05-29T18:22:40.068ZFinalize: Updating search index ... Done
1702026-05-29T18:22:40.104ZFinalize: Updating package cache ... Done
1712026-05-29T18:22:40.416ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-29T18:22:40.416Zapache system 2.4 system
1732026-05-29T18:22:40.416Zclang system 15 system
1742026-05-29T18:22:40.416Zcsh system system illumos
1752026-05-29T18:22:40.416Zctags system system illumos
1762026-05-29T18:22:40.416Zfile vendor vendor darwinsys
1772026-05-29T18:22:40.416Zfile system system illumos
1782026-05-29T18:22:40.416Zgcc vendor 14 vendor
1792026-05-29T18:22:40.416Zgcc system 13 system
1802026-05-29T18:22:40.416Zgcc system 10 system
1812026-05-29T18:22:40.416Zgo system 1.25 system
1822026-05-29T18:22:40.416Zllvm system 15 system
1832026-05-29T18:22:40.416Zmariadb system 11.4 system
1842026-05-29T18:22:40.416Zmta vendor vendor dma
1852026-05-29T18:22:40.416Zopenjdk system 17 system
1862026-05-29T18:22:40.416Zopenjdk system 11 system
1872026-05-29T18:22:40.416Zopenssl vendor 3 vendor
1882026-05-29T18:22:40.417Zperl system 5.40 system
1892026-05-29T18:22:40.417Zpostgresql system 18 system
1902026-05-29T18:22:40.417Zpostgresql system 17 system
1912026-05-29T18:22:40.417Zpython vendor 3 vendor
1922026-05-29T18:22:40.417Zpython system 2 system
1932026-05-29T18:22:40.417Zpython3 vendor 3.13 vendor
1942026-05-29T18:22:40.417Zruby system 3.4 system
1952026-05-29T18:22:40.417Zruby system 3.0 system
1962026-05-29T18:22:40.417Zwords vendor vendor american-english
1972026-05-29T18:22:40.417Zwords system system australian-english
1982026-05-29T18:22:40.417Zwords system system british-english
1992026-05-29T18:22:40.417Zwords system system canadian-english
2002026-05-29T18:22:40.417Zwords system system french
2012026-05-29T18:22:40.417Zwords system system italian
2022026-05-29T18:22:40.417Zwords system system ngerman
2032026-05-29T18:22:40.417Zwords system system ogerman
2042026-05-29T18:22:40.417Zwords system system spanish
2052026-05-29T18:22:40.666ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-29T18:22:40.666Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-29T18:22:40.943ZFMRI IFO
2082026-05-29T18:22:40.943Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-29T18:22:40.943Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-29T18:22:40.943Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-29T18:22:40.943Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-29T18:22:40.943Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-29T18:22:40.943Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-29T18:22:40.943Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-29T18:22:40.944Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-29T18:22:40.944Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-29T18:22:41.183Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-29T18:22:41.439Z Updating crates.io index
2192026-05-29T18:22:41.472Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-29T18:22:42.194Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-29T18:22:42.641Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-29T18:22:43.280Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-29T18:22:44.170Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-29T18:22:44.698Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-29T18:22:46.217Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-29T18:22:47.123Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-29T18:22:47.421Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-29T18:22:48.682Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-29T18:22:49.163Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-29T18:22:49.504Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-29T18:22:49.894Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-29T18:22:50.805Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-29T18:22:51.301Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-29T18:22:51.733Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-29T18:22:52.095Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-29T18:22:52.472Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-29T18:22:52.831Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-29T18:22:53.056Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-29T18:22:53.294Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-29T18:22:53.537Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-29T18:22:53.944Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-29T18:22:54.397Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-29T18:22:54.668Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-29T18:22:55.101Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-29T18:22:55.353Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-29T18:22:55.671Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-29T18:22:56.600Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-29T18:22:57.275Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-29T18:22:57.695Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-29T18:22:58.016Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-29T18:22:58.350Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-29T18:22:58.677Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-29T18:22:59.081Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-29T18:22:59.616Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-29T18:22:59.874Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-29T18:23:00.138Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-29T18:23:00.409Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-29T18:23:00.773Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-29T18:23:12.351Z Downloading crates ...
2602026-05-29T18:23:12.398Z Downloaded cargo-platform v0.2.0
2612026-05-29T18:23:12.404Z Downloaded errno v0.3.14
2622026-05-29T18:23:12.407Z Downloaded camino-tempfile v1.4.1
2632026-05-29T18:23:12.407Z Downloaded anstream v0.6.21
2642026-05-29T18:23:12.410Z Downloaded heck v0.4.1
2652026-05-29T18:23:12.413Z Downloaded utf8_iter v1.0.4
2662026-05-29T18:23:12.416Z Downloaded fnv v1.0.7
2672026-05-29T18:23:12.416Z Downloaded stable_deref_trait v1.2.1
2682026-05-29T18:23:12.416Z Downloaded cfg-if v1.0.4
2692026-05-29T18:23:12.416Z Downloaded heck v0.5.0
2702026-05-29T18:23:12.419Z Downloaded macaddr v1.0.1
2712026-05-29T18:23:12.419Z Downloaded digest v0.10.7
2722026-05-29T18:23:12.419Z Downloaded dtrace-parser v0.2.0
2732026-05-29T18:23:12.423Z Downloaded itoa v1.0.17
2742026-05-29T18:23:12.427Z Downloaded zerofrom-derive v0.1.6
2752026-05-29T18:23:12.430Z Downloaded ordered-float v2.10.1
2762026-05-29T18:23:12.430Z Downloaded clap_lex v1.0.0
2772026-05-29T18:23:12.430Z Downloaded zmij v1.0.21
2782026-05-29T18:23:12.434Z Downloaded crypto-common v0.1.7
2792026-05-29T18:23:12.434Z Downloaded colorchoice v1.0.4
2802026-05-29T18:23:12.437Z Downloaded unicode-linebreak v0.1.5
2812026-05-29T18:23:12.437Z Downloaded is_terminal_polyfill v1.70.2
2822026-05-29T18:23:12.440Z Downloaded unicode-xid v0.2.6
2832026-05-29T18:23:12.440Z Downloaded memmap v0.7.0
2842026-05-29T18:23:12.443Z Downloaded fastrand v2.3.0
2852026-05-29T18:23:12.443Z Downloaded typenum v1.19.0
2862026-05-29T18:23:12.446Z Downloaded thiserror v1.0.69
2872026-05-29T18:23:12.448Z Downloaded version_check v0.9.5
2882026-05-29T18:23:12.448Z Downloaded typeid v1.0.3
2892026-05-29T18:23:12.448Z Downloaded tabled_derive v0.7.0
2902026-05-29T18:23:12.448Z Downloaded percent-encoding v2.3.2
2912026-05-29T18:23:12.448Z Downloaded zerofrom v0.1.6
2922026-05-29T18:23:12.451Z Downloaded cpufeatures v0.2.17
2932026-05-29T18:23:12.451Z Downloaded synstructure v0.13.2
2942026-05-29T18:23:12.452Z Downloaded displaydoc v0.2.5
2952026-05-29T18:23:12.455Z Downloaded bytecount v0.6.9
2962026-05-29T18:23:12.455Z Downloaded utf8parse v0.2.2
2972026-05-29T18:23:12.455Z Downloaded yoke-derive v0.8.1
2982026-05-29T18:23:12.455Z Downloaded thread-id v4.2.2
2992026-05-29T18:23:12.458Z Downloaded pest_generator v2.8.6
3002026-05-29T18:23:12.458Z Downloaded usdt-macro v0.5.0
3012026-05-29T18:23:12.458Z Downloaded usdt-attr-macro v0.5.0
3022026-05-29T18:23:12.463Z Downloaded usdt v0.5.0
3032026-05-29T18:23:12.465Z Downloaded toml_datetime v0.6.11
3042026-05-29T18:23:12.465Z Downloaded bitflags v2.11.0
3052026-05-29T18:23:12.468Z Downloaded swrite v0.1.0
3062026-05-29T18:23:12.468Z Downloaded scroll_derive v0.12.1
3072026-05-29T18:23:12.471Z Downloaded anstyle-query v1.1.5
3082026-05-29T18:23:12.471Z Downloaded strsim v0.11.1
3092026-05-29T18:23:12.474Z Downloaded generic-array v0.14.7
3102026-05-29T18:23:12.474Z Downloaded zerovec-derive v0.11.2
3112026-05-29T18:23:12.474Z Downloaded yoke v0.8.1
3122026-05-29T18:23:12.474Z Downloaded thiserror v2.0.18
3132026-05-29T18:23:12.478Z Downloaded dof v0.3.0
3142026-05-29T18:23:12.480Z Downloaded writeable v0.6.2
3152026-05-29T18:23:12.481Z Downloaded toml_write v0.1.2
3162026-05-29T18:23:12.481Z Downloaded pretty-hex v0.4.1
3172026-05-29T18:23:12.481Z Downloaded thiserror-impl v2.0.18
3182026-05-29T18:23:12.484Z Downloaded usdt-impl v0.5.0
3192026-05-29T18:23:12.484Z Downloaded tinystr v0.8.2
3202026-05-29T18:23:12.484Z Downloaded thiserror-impl v1.0.69
3212026-05-29T18:23:12.486Z Downloaded sha2 v0.10.9
3222026-05-29T18:23:12.489Z Downloaded autocfg v1.5.0
3232026-05-29T18:23:12.489Z Downloaded zerocopy-derive v0.7.35
3242026-05-29T18:23:12.492Z Downloaded toml v0.8.23
3252026-05-29T18:23:12.495Z Downloaded form_urlencoded v1.2.2
3262026-05-29T18:23:12.495Z Downloaded cargo_toml v0.21.0
3272026-05-29T18:23:12.495Z Downloaded serde_spanned v0.6.9
3282026-05-29T18:23:12.495Z Downloaded ucd-trie v0.1.7
3292026-05-29T18:23:12.499Z Downloaded textwrap v0.16.2
3302026-05-29T18:23:12.502Z Downloaded unicode-ident v1.0.24
3312026-05-29T18:23:12.502Z Downloaded plain v0.2.3
3322026-05-29T18:23:12.502Z Downloaded smawk v0.3.2
3332026-05-29T18:23:12.502Z Downloaded potential_utf v0.1.4
3342026-05-29T18:23:12.502Z Downloaded idna_adapter v1.2.1
3352026-05-29T18:23:12.506Z Downloaded equivalent v1.0.2
3362026-05-29T18:23:12.508Z Downloaded terminal_size v0.4.3
3372026-05-29T18:23:12.512Z Downloaded block-buffer v0.10.4
3382026-05-29T18:23:12.517Z Downloaded toml_edit v0.22.27
3392026-05-29T18:23:12.520Z Downloaded zerotrie v0.2.3
3402026-05-29T18:23:12.520Z Downloaded proc-macro-error-attr v1.0.4
3412026-05-29T18:23:12.523Z Downloaded url v2.5.8
3422026-05-29T18:23:12.523Z Downloaded anstyle-parse v0.2.7
3432026-05-29T18:23:12.526Z Downloaded clap v4.5.60
3442026-05-29T18:23:12.529Z Downloaded icu_properties v2.1.2
3452026-05-29T18:23:12.532Z Downloaded serde-value v0.7.0
3462026-05-29T18:23:12.535Z Downloaded byteorder v1.5.0
3472026-05-29T18:23:12.535Z Downloaded zerovec v0.11.5
3482026-05-29T18:23:12.537Z Downloaded scroll v0.12.0
3492026-05-29T18:23:12.537Z Downloaded fs-err v3.3.0
3502026-05-29T18:23:12.540Z Downloaded clap_derive v4.5.55
3512026-05-29T18:23:12.543Z Downloaded zerocopy v0.7.35
3522026-05-29T18:23:12.549Z Downloaded proc-macro-error v1.0.4
3532026-05-29T18:23:12.552Z Downloaded erased-serde v0.4.9
3542026-05-29T18:23:12.554Z Downloaded winnow v0.7.14
3552026-05-29T18:23:12.557Z Downloaded serde_tokenstream v0.2.3
3562026-05-29T18:23:12.560Z Downloaded anstyle v1.0.13
3572026-05-29T18:23:12.560Z Downloaded icu_normalizer_data v2.1.1
3582026-05-29T18:23:12.560Z Downloaded cargo-util-schemas v0.8.2
3592026-05-29T18:23:12.563Z Downloaded unicode-width v0.2.0
3602026-05-29T18:23:12.566Z Downloaded serde-untagged v0.1.9
3612026-05-29T18:23:12.566Z Downloaded camino v1.2.2
3622026-05-29T18:23:12.569Z Downloaded unicode-width v0.1.14
3632026-05-29T18:23:12.572Z Downloaded litemap v0.8.1
3642026-05-29T18:23:12.575Z Downloaded anyhow v1.0.102
3652026-05-29T18:23:12.575Z Downloaded icu_locale_core v2.1.1
3662026-05-29T18:23:12.578Z Downloaded tempfile v3.25.0
3672026-05-29T18:23:12.580Z Downloaded semver v1.0.28
3682026-05-29T18:23:12.580Z Downloaded pest_derive v2.8.6
3692026-05-29T18:23:12.583Z Downloaded cargo_metadata v0.21.0
3702026-05-29T18:23:12.593Z Downloaded proc-macro2 v1.0.106
3712026-05-29T18:23:12.596Z Downloaded smallvec v1.15.1
3722026-05-29T18:23:12.598Z Downloaded quote v1.0.45
3732026-05-29T18:23:12.598Z Downloaded icu_provider v2.1.1
3742026-05-29T18:23:12.601Z Downloaded serde_derive v1.0.228
3752026-05-29T18:23:12.604Z Downloaded log v0.4.29
3762026-05-29T18:23:12.604Z Downloaded once_cell v1.21.3
3772026-05-29T18:23:12.607Z Downloaded getrandom v0.4.1
3782026-05-29T18:23:12.607Z Downloaded serde_core v1.0.228
3792026-05-29T18:23:12.610Z Downloaded num-traits v0.2.19
3802026-05-29T18:23:12.619Z Downloaded pest_meta v2.8.6
3812026-05-29T18:23:12.622Z Downloaded papergrid v0.11.0
3822026-05-29T18:23:12.628Z Downloaded icu_collections v2.1.1
3832026-05-29T18:23:12.636Z Downloaded serde v1.0.228
3842026-05-29T18:23:12.638Z Downloaded indexmap v2.14.0
3852026-05-29T18:23:12.641Z Downloaded memchr v2.8.0
3862026-05-29T18:23:12.644Z Downloaded icu_normalizer v2.1.1
3872026-05-29T18:23:12.647Z Downloaded pest v2.8.6
3882026-05-29T18:23:12.661Z Downloaded icu_properties_data v2.1.2
3892026-05-29T18:23:12.667Z Downloaded goblin v0.8.2
3902026-05-29T18:23:12.670Z Downloaded hashbrown v0.17.0
3912026-05-29T18:23:12.674Z Downloaded idna v1.1.0
3922026-05-29T18:23:12.684Z Downloaded serde_json v1.0.149
3932026-05-29T18:23:12.697Z Downloaded clap_builder v4.5.60
3942026-05-29T18:23:12.702Z Downloaded tabled v0.15.0
3952026-05-29T18:23:12.711Z Downloaded syn v1.0.109
3962026-05-29T18:23:12.717Z Downloaded syn v2.0.117
3972026-05-29T18:23:12.734Z Downloaded rustix v1.1.3
3982026-05-29T18:23:12.760Z Downloaded libc v0.2.185
3992026-05-29T18:23:12.826Z Compiling proc-macro2 v1.0.106
4002026-05-29T18:23:12.826Z Compiling unicode-ident v1.0.24
4012026-05-29T18:23:12.826Z Compiling quote v1.0.45
4022026-05-29T18:23:12.829Z Compiling serde_core v1.0.228
4032026-05-29T18:23:12.829Z Compiling libc v0.2.185
4042026-05-29T18:23:12.829Z Compiling version_check v0.9.5
4052026-05-29T18:23:12.829Z Compiling serde v1.0.228
4062026-05-29T18:23:12.829Z Compiling memchr v2.8.0
4072026-05-29T18:23:12.829Z Compiling stable_deref_trait v1.2.1
4082026-05-29T18:23:12.829Z Compiling zmij v1.0.21
4092026-05-29T18:23:12.829Z Compiling autocfg v1.5.0
4102026-05-29T18:23:13.012Z Compiling ucd-trie v0.1.7
4112026-05-29T18:23:13.015Z Compiling itoa v1.0.17
4122026-05-29T18:23:13.015Z Compiling thiserror v1.0.69
4132026-05-29T18:23:13.015Z Compiling litemap v0.8.1
4142026-05-29T18:23:13.227Z Compiling writeable v0.6.2
4152026-05-29T18:23:13.278Z Compiling icu_properties_data v2.1.2
4162026-05-29T18:23:13.477Z Compiling icu_normalizer_data v2.1.1
4172026-05-29T18:23:13.514Z Compiling byteorder v1.5.0
4182026-05-29T18:23:13.585Z Compiling pest v2.8.6
4192026-05-29T18:23:13.585Z Compiling rustix v1.1.3
4202026-05-29T18:23:13.602Z Compiling serde_json v1.0.149
4212026-05-29T18:23:13.622Z Compiling bitflags v2.11.0
4222026-05-29T18:23:13.639Z Compiling num-traits v0.2.19
4232026-05-29T18:23:13.855Z Compiling hashbrown v0.17.0
4242026-05-29T18:23:13.926Z Compiling typeid v1.0.3
4252026-05-29T18:23:13.929Z Compiling equivalent v1.0.2
4262026-05-29T18:23:13.929Z Compiling smallvec v1.15.1
4272026-05-29T18:23:14.017Z Compiling usdt-impl v0.5.0
4282026-05-29T18:23:14.020Z Compiling proc-macro-error-attr v1.0.4
4292026-05-29T18:23:14.082Z Compiling erased-serde v0.4.9
4302026-05-29T18:23:14.085Z Compiling winnow v0.7.14
4312026-05-29T18:23:14.085Z Compiling toml_write v0.1.2
4322026-05-29T18:23:14.175Z Compiling syn v1.0.109
4332026-05-29T18:23:14.212Z Compiling errno v0.3.14
4342026-05-29T18:23:14.268Z Compiling thread-id v4.2.2
4352026-05-29T18:23:14.356Z Compiling proc-macro-error v1.0.4
4362026-05-29T18:23:14.376Z Compiling indexmap v2.14.0
4372026-05-29T18:23:14.413Z Compiling percent-encoding v2.3.2
4382026-05-29T18:23:14.448Z Compiling utf8_iter v1.0.4
4392026-05-29T18:23:14.451Z Compiling log v0.4.29
4402026-05-29T18:23:14.494Z Compiling camino v1.2.2
4412026-05-29T18:23:14.512Z Compiling utf8parse v0.2.2
4422026-05-29T18:23:14.576Z Compiling syn v2.0.117
4432026-05-29T18:23:14.593Z Compiling thiserror v2.0.18
4442026-05-29T18:23:14.629Z Compiling plain v0.2.3
4452026-05-29T18:23:14.647Z Compiling getrandom v0.4.1
4462026-05-29T18:23:14.650Z Compiling anstyle-parse v0.2.7
4472026-05-29T18:23:14.701Z Compiling pest_meta v2.8.6
4482026-05-29T18:23:14.756Z Compiling ordered-float v2.10.1
4492026-05-29T18:23:14.873Z Compiling form_urlencoded v1.2.2
4502026-05-29T18:23:14.928Z Compiling is_terminal_polyfill v1.70.2
4512026-05-29T18:23:14.982Z Compiling pretty-hex v0.4.1
4522026-05-29T18:23:15.035Z Compiling cfg-if v1.0.4
4532026-05-29T18:23:15.052Z Compiling anstyle-query v1.1.5
4542026-05-29T18:23:15.055Z Compiling anstyle v1.0.13
4552026-05-29T18:23:15.087Z Compiling colorchoice v1.0.4
4562026-05-29T18:23:15.188Z Compiling fs-err v3.3.0
4572026-05-29T18:23:15.207Z Compiling fnv v1.0.7
4582026-05-29T18:23:15.210Z Compiling anyhow v1.0.102
4592026-05-29T18:23:15.260Z Compiling unicode-xid v0.2.6
4602026-05-29T18:23:15.278Z Compiling anstream v0.6.21
4612026-05-29T18:23:15.310Z Compiling terminal_size v0.4.3
4622026-05-29T18:23:15.345Z Compiling unicode-width v0.1.14
4632026-05-29T18:23:15.363Z Compiling clap_lex v1.0.0
4642026-05-29T18:23:15.383Z Compiling fastrand v2.3.0
4652026-05-29T18:23:15.400Z Compiling strsim v0.11.1
4662026-05-29T18:23:15.425Z Compiling once_cell v1.21.3
4672026-05-29T18:23:15.573Z Compiling bytecount v0.6.9
4682026-05-29T18:23:15.592Z Compiling heck v0.4.1
4692026-05-29T18:23:15.620Z Compiling heck v0.5.0
4702026-05-29T18:23:15.644Z Compiling tempfile v3.25.0
4712026-05-29T18:23:15.665Z Compiling clap_builder v4.5.60
4722026-05-29T18:23:15.667Z Compiling memmap v0.7.0
4732026-05-29T18:23:15.817Z Compiling semver v1.0.28
4742026-05-29T18:23:15.880Z Compiling papergrid v0.11.0
4752026-05-29T18:23:15.898Z Compiling smawk v0.3.2
4762026-05-29T18:23:15.918Z Compiling unicode-linebreak v0.1.5
4772026-05-29T18:23:15.932Z Compiling unicode-width v0.2.0
4782026-05-29T18:23:16.173Z Compiling serde-untagged v0.1.9
4792026-05-29T18:23:16.193Z Compiling textwrap v0.16.2
4802026-05-29T18:23:16.210Z Compiling camino-tempfile v1.4.1
4812026-05-29T18:23:16.230Z Compiling swrite v0.1.0
4822026-05-29T18:23:16.250Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-05-29T18:23:16.599Z Compiling tabled_derive v0.7.0
4842026-05-29T18:23:17.210Z Compiling synstructure v0.13.2
4852026-05-29T18:23:17.210Z Compiling pest_generator v2.8.6
4862026-05-29T18:23:17.270Z Compiling tabled v0.15.0
4872026-05-29T18:23:17.787Z Compiling serde_derive v1.0.228
4882026-05-29T18:23:17.787Z Compiling zerofrom-derive v0.1.6
4892026-05-29T18:23:17.871Z Compiling yoke-derive v0.8.1
4902026-05-29T18:23:17.871Z Compiling zerovec-derive v0.11.2
4912026-05-29T18:23:17.871Z Compiling displaydoc v0.2.5
4922026-05-29T18:23:17.871Z Compiling thiserror-impl v1.0.69
4932026-05-29T18:23:17.871Z Compiling zerocopy-derive v0.7.35
4942026-05-29T18:23:17.871Z Compiling scroll_derive v0.12.1
4952026-05-29T18:23:17.871Z Compiling thiserror-impl v2.0.18
4962026-05-29T18:23:17.871Z Compiling clap_derive v4.5.55
4972026-05-29T18:23:17.902Z Compiling pest_derive v2.8.6
4982026-05-29T18:23:18.456Z Compiling scroll v0.12.0
4992026-05-29T18:23:18.671Z Compiling zerocopy v0.7.35
5002026-05-29T18:23:18.710Z Compiling goblin v0.8.2
5012026-05-29T18:23:18.916Z Compiling zerofrom v0.1.6
5022026-05-29T18:23:18.987Z Compiling dtrace-parser v0.2.0
5032026-05-29T18:23:19.006Z Compiling yoke v0.8.1
5042026-05-29T18:23:19.140Z Compiling clap v4.5.60
5052026-05-29T18:23:19.153Z Compiling zerovec v0.11.5
5062026-05-29T18:23:19.153Z Compiling zerotrie v0.2.3
5072026-05-29T18:23:19.569Z Compiling tinystr v0.8.2
5082026-05-29T18:23:19.569Z Compiling potential_utf v0.1.4
5092026-05-29T18:23:19.752Z Compiling icu_collections v2.1.1
5102026-05-29T18:23:19.788Z Compiling icu_locale_core v2.1.1
5112026-05-29T18:23:20.204Z Compiling dof v0.3.0
5122026-05-29T18:23:20.204Z Compiling serde_tokenstream v0.2.3
5132026-05-29T18:23:20.223Z Compiling toml_datetime v0.6.11
5142026-05-29T18:23:20.237Z Compiling serde_spanned v0.6.9
5152026-05-29T18:23:20.241Z Compiling serde-value v0.7.0
5162026-05-29T18:23:20.241Z Compiling cargo-platform v0.2.0
5172026-05-29T18:23:20.241Z Compiling macaddr v1.0.1
5182026-05-29T18:23:20.325Z Compiling icu_provider v2.1.1
5192026-05-29T18:23:20.459Z Compiling toml_edit v0.22.27
5202026-05-29T18:23:20.554Z Compiling icu_normalizer v2.1.1
5212026-05-29T18:23:20.554Z Compiling icu_properties v2.1.2
5222026-05-29T18:23:20.889Z Compiling usdt-macro v0.5.0
5232026-05-29T18:23:20.889Z Compiling usdt-attr-macro v0.5.0
5242026-05-29T18:23:21.373Z Compiling idna_adapter v1.2.1
5252026-05-29T18:23:21.499Z Compiling idna v1.1.0
5262026-05-29T18:23:21.503Z Compiling usdt v0.5.0
5272026-05-29T18:23:21.718Z Compiling url v2.5.8
5282026-05-29T18:23:21.735Z Compiling toml v0.8.23
5292026-05-29T18:23:22.060Z Compiling cargo_toml v0.21.0
5302026-05-29T18:23:22.116Z Compiling cargo-util-schemas v0.8.2
5312026-05-29T18:23:22.880Z Compiling cargo_metadata v0.21.0
5322026-05-29T18:23:23.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-29T18:23:25.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.85s
5342026-05-29T18:23:26.134Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-29T18:23:26.685Z Downloading crates ...
5362026-05-29T18:23:26.775Z Downloaded aead v0.5.2
5372026-05-29T18:23:26.782Z Downloaded adler2 v2.0.1
5382026-05-29T18:23:26.786Z Downloaded ahash v0.8.12
5392026-05-29T18:23:26.792Z Downloaded cargo-platform v0.3.2
5402026-05-29T18:23:26.795Z Downloaded cobs v0.3.0
5412026-05-29T18:23:26.795Z Downloaded bit-set v0.8.0
5422026-05-29T18:23:26.798Z Downloaded async-recursion v1.1.1
5432026-05-29T18:23:26.798Z Downloaded curve25519-dalek-derive v0.1.1
5442026-05-29T18:23:26.802Z Downloaded ctr v0.9.2
5452026-05-29T18:23:26.802Z Downloaded cstr-argument v0.1.2
5462026-05-29T18:23:26.802Z Downloaded arc-swap v1.8.2
5472026-05-29T18:23:26.804Z Downloaded blowfish v0.9.1
5482026-05-29T18:23:26.804Z Downloaded crc32fast v1.5.0
5492026-05-29T18:23:26.807Z Downloaded embedded-io v0.6.1
5502026-05-29T18:23:26.808Z Downloaded dunce v1.0.5
5512026-05-29T18:23:26.808Z Downloaded async-bb8-diesel v0.2.1
5522026-05-29T18:23:26.811Z Downloaded bitflags v1.3.2
5532026-05-29T18:23:26.811Z Downloaded defmt-parser v1.0.0
5542026-05-29T18:23:26.814Z Downloaded bcrypt-pbkdf v0.10.0
5552026-05-29T18:23:26.814Z Downloaded float-ord v0.3.2
5562026-05-29T18:23:26.814Z Downloaded atty v0.2.14
5572026-05-29T18:23:26.817Z Downloaded compression-core v0.4.31
5582026-05-29T18:23:26.817Z Downloaded array-init v0.0.4
5592026-05-29T18:23:26.817Z Downloaded console v0.15.11
5602026-05-29T18:23:26.821Z Downloaded cfg_aliases v0.1.1
5612026-05-29T18:23:26.821Z Downloaded flagset v0.4.7
5622026-05-29T18:23:26.821Z Downloaded fallible-iterator v0.2.0
5632026-05-29T18:23:26.821Z Downloaded find-msvc-tools v0.1.9
5642026-05-29T18:23:26.824Z Downloaded ff v0.13.1
5652026-05-29T18:23:26.824Z Downloaded ecdsa v0.16.9
5662026-05-29T18:23:26.827Z Downloaded assert_matches v1.5.0
5672026-05-29T18:23:26.827Z Downloaded darling v0.20.11
5682026-05-29T18:23:26.831Z Downloaded aho-corasick v1.1.4
5692026-05-29T18:23:26.834Z Downloaded cmake v0.1.57
5702026-05-29T18:23:26.834Z Downloaded cfg_aliases v0.2.1
5712026-05-29T18:23:26.834Z Downloaded async-stream v0.3.6
5722026-05-29T18:23:26.837Z Downloaded base16ct v0.2.0
5732026-05-29T18:23:26.837Z Downloaded debug-ignore v1.0.5
5742026-05-29T18:23:26.837Z Downloaded castaway v0.2.4
5752026-05-29T18:23:26.840Z Downloaded fixedbitset v0.4.2
5762026-05-29T18:23:26.840Z Downloaded crunchy v0.2.4
5772026-05-29T18:23:26.840Z Downloaded atomic-waker v1.1.2
5782026-05-29T18:23:26.843Z Downloaded ena v0.14.4
5792026-05-29T18:23:26.843Z Downloaded darling_core v0.23.0
5802026-05-29T18:23:26.846Z Downloaded chacha20 v0.9.1
5812026-05-29T18:23:26.849Z Downloaded document-features v0.2.12
5822026-05-29T18:23:26.849Z Downloaded bitfield-struct v0.6.2
5832026-05-29T18:23:26.849Z Downloaded enum-as-inner v0.6.1
5842026-05-29T18:23:26.852Z Downloaded console v0.16.2
5852026-05-29T18:23:26.852Z Downloaded ciborium-ll v0.2.2
5862026-05-29T18:23:26.852Z Downloaded ciborium-io v0.2.2
5872026-05-29T18:23:26.856Z Downloaded bcs v0.1.6
5882026-05-29T18:23:26.856Z Downloaded backon v1.6.0
5892026-05-29T18:23:26.859Z Downloaded dropshot-api-manager-types v0.7.2
5902026-05-29T18:23:26.859Z Downloaded atomicwrites v0.4.4
5912026-05-29T18:23:26.859Z Downloaded backoff v0.4.0
5922026-05-29T18:23:26.859Z Downloaded endian-type v0.1.2
5932026-05-29T18:23:26.859Z Downloaded async-trait v0.1.89
5942026-05-29T18:23:26.862Z Downloaded dyn-clone v1.0.20
5952026-05-29T18:23:26.865Z Downloaded dof v0.4.0
5962026-05-29T18:23:26.865Z Downloaded bb8 v0.8.6
5972026-05-29T18:23:26.865Z Downloaded async-stream-impl v0.3.6
5982026-05-29T18:23:26.868Z Downloaded dirs-next v2.0.0
5992026-05-29T18:23:26.868Z Downloaded bitfield-macros v0.19.4
6002026-05-29T18:23:26.868Z Downloaded cpufeatures v0.3.0
6012026-05-29T18:23:26.871Z Downloaded fd-lock v4.0.4
6022026-05-29T18:23:26.871Z Downloaded defmt v0.3.100
6032026-05-29T18:23:26.874Z Downloaded arrayref v0.3.9
6042026-05-29T18:23:26.874Z Downloaded dtrace-parser v0.3.0
6052026-05-29T18:23:26.874Z Downloaded difflib v0.4.0
6062026-05-29T18:23:26.874Z Downloaded darling_macro v0.20.11
6072026-05-29T18:23:26.877Z Downloaded env_filter v1.0.0
6082026-05-29T18:23:26.877Z Downloaded crc v3.4.0
6092026-05-29T18:23:26.880Z Downloaded convert_case v0.4.0
6102026-05-29T18:23:26.880Z Downloaded dirs-sys-next v0.1.2
6112026-05-29T18:23:26.883Z Downloaded bit-set v0.5.3
6122026-05-29T18:23:26.883Z Downloaded derive_builder_macro v0.20.2
6132026-05-29T18:23:26.883Z Downloaded foreign-types v0.5.0
6142026-05-29T18:23:26.887Z Downloaded ghash v0.5.1
6152026-05-29T18:23:26.887Z Downloaded crucible-workspace-hack v0.1.0
6162026-05-29T18:23:26.890Z Downloaded downcast-rs v2.0.2
6172026-05-29T18:23:26.893Z Downloaded darling_macro v0.23.0
6182026-05-29T18:23:26.893Z Downloaded foreign-types-macros v0.2.3
6192026-05-29T18:23:26.897Z Downloaded foreign-types v0.3.2
6202026-05-29T18:23:26.897Z Downloaded crc8 v0.1.1
6212026-05-29T18:23:26.897Z Downloaded foreign-types-shared v0.3.1
6222026-05-29T18:23:26.900Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-05-29T18:23:26.900Z Downloaded darling_macro v0.13.4
6242026-05-29T18:23:26.900Z Downloaded bit-vec v0.8.0
6252026-05-29T18:23:26.903Z Downloaded base64ct v1.8.3
6262026-05-29T18:23:26.903Z Downloaded clang-sys v1.8.1
6272026-05-29T18:23:26.906Z Downloaded float-cmp v0.10.0
6282026-05-29T18:23:26.906Z Downloaded embedded-io v0.4.0
6292026-05-29T18:23:26.906Z Downloaded arrayvec v0.7.6
6302026-05-29T18:23:26.909Z Downloaded ascii-canvas v3.0.0
6312026-05-29T18:23:26.909Z Downloaded futures-io v0.3.32
6322026-05-29T18:23:26.909Z Downloaded futures-core v0.3.32
6332026-05-29T18:23:26.912Z Downloaded globwalk v0.9.1
6342026-05-29T18:23:26.912Z Downloaded foreign-types-shared v0.1.1
6352026-05-29T18:23:26.912Z Downloaded der_derive v0.7.3
6362026-05-29T18:23:26.915Z Downloaded cookie_store v0.22.1
6372026-05-29T18:23:26.915Z Downloaded gethostname v0.5.0
6382026-05-29T18:23:26.918Z Downloaded derive-ex v0.1.8
6392026-05-29T18:23:26.918Z Downloaded git-stub v1.0.0
6402026-05-29T18:23:26.918Z Downloaded foldhash v0.1.5
6412026-05-29T18:23:26.921Z Downloaded erased-serde v0.3.31
6422026-05-29T18:23:26.921Z Downloaded hash32 v0.3.1
6432026-05-29T18:23:26.924Z Downloaded csv-core v0.1.13
6442026-05-29T18:23:26.924Z Downloaded darling_core v0.21.3
6452026-05-29T18:23:26.926Z Downloaded daft v0.1.7
6462026-05-29T18:23:26.927Z Downloaded funty v2.0.0
6472026-05-29T18:23:26.929Z Downloaded cipher v0.4.4
6482026-05-29T18:23:26.929Z Downloaded const_format_proc_macros v0.2.34
6492026-05-29T18:23:26.932Z Downloaded futures-sink v0.3.32
6502026-05-29T18:23:26.932Z Downloaded futures-macro v0.3.32
6512026-05-29T18:23:26.932Z Downloaded display-error-chain v0.2.2
6522026-05-29T18:23:26.932Z Downloaded darling_macro v0.21.3
6532026-05-29T18:23:26.935Z Downloaded compression-codecs v0.4.37
6542026-05-29T18:23:26.935Z Downloaded convert_case v0.10.0
6552026-05-29T18:23:26.939Z Downloaded block-padding v0.3.3
6562026-05-29T18:23:26.940Z Downloaded crc-catalog v2.4.0
6572026-05-29T18:23:26.940Z Downloaded futures-task v0.3.32
6582026-05-29T18:23:26.943Z Downloaded camino-tempfile-ext v0.3.3
6592026-05-29T18:23:26.943Z Downloaded cbc v0.1.2
6602026-05-29T18:23:26.943Z Downloaded bitfield v0.19.4
6612026-05-29T18:23:26.944Z Downloaded cexpr v0.6.0
6622026-05-29T18:23:26.946Z Downloaded headers-core v0.3.0
6632026-05-29T18:23:26.946Z Downloaded hash32 v0.2.1
6642026-05-29T18:23:26.946Z Downloaded bit-vec v0.6.3
6652026-05-29T18:23:26.946Z Downloaded corncobs v0.1.4
6662026-05-29T18:23:26.950Z Downloaded buf-list v1.1.2
6672026-05-29T18:23:26.953Z Downloaded httpdate v1.0.3
6682026-05-29T18:23:26.953Z Downloaded dsl_auto_type v0.2.0
6692026-05-29T18:23:26.953Z Downloaded hex v0.4.3
6702026-05-29T18:23:26.956Z Downloaded data-encoding v2.10.0
6712026-05-29T18:23:26.956Z Downloaded hostname v0.3.1
6722026-05-29T18:23:26.956Z Downloaded hostname v0.4.2
6732026-05-29T18:23:26.961Z Downloaded hex-literal v0.4.1
6742026-05-29T18:23:26.961Z Downloaded daft-derive v0.1.7
6752026-05-29T18:23:26.965Z Downloaded defmt v1.0.1
6762026-05-29T18:23:26.965Z Downloaded fs-err v2.11.0
6772026-05-29T18:23:26.969Z Downloaded foldhash v0.2.0
6782026-05-29T18:23:26.969Z Downloaded const-oid v0.9.6
6792026-05-29T18:23:26.969Z Downloaded derive_builder_core v0.20.2
6802026-05-29T18:23:26.972Z Downloaded critical-section v1.2.0
6812026-05-29T18:23:26.972Z Downloaded blake2 v0.10.6
6822026-05-29T18:23:26.972Z Downloaded either v1.15.0
6832026-05-29T18:23:26.975Z Downloaded hubpack_derive v0.1.1
6842026-05-29T18:23:26.975Z Downloaded hubpack v0.1.2
6852026-05-29T18:23:26.975Z Downloaded env_logger v0.11.9
6862026-05-29T18:23:26.978Z Downloaded fxhash v0.2.1
6872026-05-29T18:23:26.978Z Downloaded futures-executor v0.3.32
6882026-05-29T18:23:26.978Z Downloaded fs_extra v1.3.0
6892026-05-29T18:23:26.981Z Downloaded fixedbitset v0.5.7
6902026-05-29T18:23:26.981Z Downloaded globset v0.4.18
6912026-05-29T18:23:26.984Z Downloaded ident_case v1.0.1
6922026-05-29T18:23:26.984Z Downloaded futures-channel v0.3.32
6932026-05-29T18:23:26.984Z Downloaded illumos-nvpair v0.3.0
6942026-05-29T18:23:26.986Z Downloaded darling v0.13.4
6952026-05-29T18:23:26.986Z Downloaded dropshot_endpoint v0.17.0
6962026-05-29T18:23:26.989Z Downloaded darling v0.21.3
6972026-05-29T18:23:26.993Z Downloaded internet-checksum v0.2.1
6982026-05-29T18:23:26.993Z Downloaded instant v0.1.13
6992026-05-29T18:23:26.993Z Downloaded indoc v1.0.9
7002026-05-29T18:23:26.996Z Downloaded cancel-safe-futures v0.1.5
7012026-05-29T18:23:27.000Z Downloaded instability v0.3.11
7022026-05-29T18:23:27.000Z Downloaded ed25519 v2.2.3
7032026-05-29T18:23:27.000Z Downloaded bzip2 v0.4.4
7042026-05-29T18:23:27.000Z Downloaded byte-wrapper v0.1.0
7052026-05-29T18:23:27.003Z Downloaded cassowary v0.3.0
7062026-05-29T18:23:27.003Z Downloaded colored v3.1.1
7072026-05-29T18:23:27.022Z Downloaded group v0.13.0
7082026-05-29T18:23:27.022Z Downloaded colored v2.2.0
7092026-05-29T18:23:27.022Z Downloaded bzip2 v0.6.1
7102026-05-29T18:23:27.022Z Downloaded indent_write v2.2.0
7112026-05-29T18:23:27.022Z Downloaded cookie v0.18.1
7122026-05-29T18:23:27.022Z Downloaded home v0.5.12
7132026-05-29T18:23:27.022Z Downloaded is_ci v1.2.0
7142026-05-29T18:23:27.022Z Downloaded inout v0.1.4
7152026-05-29T18:23:27.022Z Downloaded lalrpop-util v0.19.12
7162026-05-29T18:23:27.022Z Downloaded keccak v0.1.6
7172026-05-29T18:23:27.022Z Downloaded illumos-nvpair-sys v0.2.0
7182026-05-29T18:23:27.022Z Downloaded highway v1.3.0
7192026-05-29T18:23:27.022Z Downloaded lazy_static v1.5.0
7202026-05-29T18:23:27.022Z Downloaded libscf-sys v1.1.0
7212026-05-29T18:23:27.022Z Downloaded hyper-tls v0.6.0
7222026-05-29T18:23:27.022Z Downloaded linked-hash-map v0.5.6
7232026-05-29T18:23:27.022Z Downloaded glob v0.3.3
7242026-05-29T18:23:27.025Z Downloaded git-stub-vcs v0.1.0
7252026-05-29T18:23:27.025Z Downloaded lru v0.12.5
7262026-05-29T18:23:27.025Z Downloaded crc-any v2.5.0
7272026-05-29T18:23:27.025Z Downloaded chacha20 v0.10.0
7282026-05-29T18:23:27.029Z Downloaded filetime v0.2.27
7292026-05-29T18:23:27.029Z Downloaded diesel-dtrace v0.5.0
7302026-05-29T18:23:27.032Z Downloaded kstat-rs v0.2.4
7312026-05-29T18:23:27.032Z Downloaded crossbeam-utils v0.8.21
7322026-05-29T18:23:27.032Z Downloaded http-range v0.1.5
7332026-05-29T18:23:27.032Z Downloaded http-body v1.0.1
7342026-05-29T18:23:27.036Z Downloaded crossbeam-epoch v0.9.18
7352026-05-29T18:23:27.036Z Downloaded cargo_metadata v0.23.1
7362026-05-29T18:23:27.041Z Downloaded argon2 v0.5.3
7372026-05-29T18:23:27.041Z Downloaded managed v0.8.0
7382026-05-29T18:23:27.041Z Downloaded crossbeam-deque v0.8.6
7392026-05-29T18:23:27.041Z Downloaded diff v0.1.13
7402026-05-29T18:23:27.044Z Downloaded deranged v0.5.8
7412026-05-29T18:23:27.044Z Downloaded lru-slab v0.1.2
7422026-05-29T18:23:27.044Z Downloaded des v0.8.1
7432026-05-29T18:23:27.046Z Downloaded ipnet v2.11.0
7442026-05-29T18:23:27.046Z Downloaded http-body-util v0.1.3
7452026-05-29T18:23:27.047Z Downloaded match_cfg v0.1.0
7462026-05-29T18:23:27.049Z Downloaded md5 v0.7.0
7472026-05-29T18:23:27.049Z Downloaded md-5 v0.10.6
7482026-05-29T18:23:27.049Z Downloaded lzss v0.8.2
7492026-05-29T18:23:27.052Z Downloaded ingot-types v0.1.2
7502026-05-29T18:23:27.053Z Downloaded new_debug_unreachable v1.0.6
7512026-05-29T18:23:27.053Z Downloaded maybe-uninit v2.0.0
7522026-05-29T18:23:27.056Z Downloaded multimap v0.10.1
7532026-05-29T18:23:27.056Z Downloaded impl-trait-for-tuples v0.2.3
7542026-05-29T18:23:27.056Z Downloaded hyper-staticfile v0.10.1
7552026-05-29T18:23:27.059Z Downloaded newline-converter v0.3.0
7562026-05-29T18:23:27.059Z Downloaded async-compression v0.4.41
7572026-05-29T18:23:27.062Z Downloaded is-terminal v0.4.17
7582026-05-29T18:23:27.065Z Downloaded allocator-api2 v0.2.21
7592026-05-29T18:23:27.065Z Downloaded mime v0.3.17
7602026-05-29T18:23:27.065Z Downloaded ciborium v0.2.2
7612026-05-29T18:23:27.068Z Downloaded normalize-line-endings v0.3.0
7622026-05-29T18:23:27.068Z Downloaded nibble_vec v0.1.0
7632026-05-29T18:23:27.068Z Downloaded newtype-uuid-macros v0.1.0
7642026-05-29T18:23:27.071Z Downloaded maplit v1.0.2
7652026-05-29T18:23:27.071Z Downloaded derive_builder v0.20.2
7662026-05-29T18:23:27.074Z Downloaded hmac v0.12.1
7672026-05-29T18:23:27.074Z Downloaded darling v0.23.0
7682026-05-29T18:23:27.077Z Downloaded nodrop v0.1.14
7692026-05-29T18:23:27.080Z Downloaded num v0.4.3
7702026-05-29T18:23:27.080Z Downloaded nonempty v0.12.0
7712026-05-29T18:23:27.080Z Downloaded ipnetwork v0.21.1
7722026-05-29T18:23:27.083Z Downloaded half v1.8.3
7732026-05-29T18:23:27.083Z Downloaded ingot v0.1.1
7742026-05-29T18:23:27.086Z Downloaded indoc v2.0.7
7752026-05-29T18:23:27.086Z Downloaded num-iter v0.1.45
7762026-05-29T18:23:27.089Z Downloaded num-derive v0.4.2
7772026-05-29T18:23:27.089Z Downloaded num-conv v0.2.0
7782026-05-29T18:23:27.089Z Downloaded lru-cache v0.1.2
7792026-05-29T18:23:27.089Z Downloaded libefi-sys v0.1.0
7802026-05-29T18:23:27.092Z Downloaded getrandom v0.2.17
7812026-05-29T18:23:27.092Z Downloaded constant_time_eq v0.4.2
7822026-05-29T18:23:27.094Z Downloaded num_enum_derive v0.5.11
7832026-05-29T18:23:27.095Z Downloaded defmt-macros v1.0.1
7842026-05-29T18:23:27.097Z Downloaded openssl-probe v0.1.6
7852026-05-29T18:23:27.097Z Downloaded openssl-macros v0.1.1
7862026-05-29T18:23:27.098Z Downloaded jobserver v0.1.34
7872026-05-29T18:23:27.100Z Downloaded opaque-debug v0.3.1
7882026-05-29T18:23:27.100Z Downloaded chacha20poly1305 v0.10.1
7892026-05-29T18:23:27.103Z Downloaded olpc-cjson v0.1.4
7902026-05-29T18:23:27.103Z Downloaded linear-map v1.2.0
7912026-05-29T18:23:27.104Z Downloaded libsw-core v0.3.2
7922026-05-29T18:23:27.106Z Downloaded libsw v3.5.0
7932026-05-29T18:23:27.106Z Downloaded oso-derive v0.27.3
7942026-05-29T18:23:27.106Z Downloaded openssl-probe v0.2.1
7952026-05-29T18:23:27.109Z Downloaded num_threads v0.1.7
7962026-05-29T18:23:27.109Z Downloaded derive_more v0.99.20
7972026-05-29T18:23:27.112Z Downloaded drift v0.2.0
7982026-05-29T18:23:27.117Z Downloaded newtype_derive v0.1.6
7992026-05-29T18:23:27.120Z Downloaded multer v3.1.0
8002026-05-29T18:23:27.120Z Downloaded pbkdf2 v0.12.2
8012026-05-29T18:23:27.120Z Downloaded parse-size v1.1.0
8022026-05-29T18:23:27.123Z Downloaded parse-display v0.10.0
8032026-05-29T18:23:27.123Z Downloaded pbkdf2 v0.11.0
8042026-05-29T18:23:27.123Z Downloaded path-slash v0.1.5
8052026-05-29T18:23:27.126Z Downloaded packed_struct_codegen v0.10.1
8062026-05-29T18:23:27.126Z Downloaded humantime v2.3.0
8072026-05-29T18:23:27.129Z Downloaded iana-time-zone v0.1.65
8082026-05-29T18:23:27.132Z Downloaded const_format v0.2.35
8092026-05-29T18:23:27.135Z Downloaded memoffset v0.9.1
8102026-05-29T18:23:27.135Z Downloaded nanorand v0.7.0
8112026-05-29T18:23:27.135Z Downloaded compact_str v0.8.1
8122026-05-29T18:23:27.138Z Downloaded hyper-rustls v0.27.7
8132026-05-29T18:23:27.140Z Downloaded lock_api v0.4.14
8142026-05-29T18:23:27.140Z Downloaded newtype-uuid v1.3.2
8152026-05-29T18:23:27.140Z Downloaded phf_shared v0.11.3
8162026-05-29T18:23:27.143Z Downloaded native-tls v0.2.18
8172026-05-29T18:23:27.143Z Downloaded peg-runtime v0.8.5
8182026-05-29T18:23:27.143Z Downloaded mime_guess v2.0.5
8192026-05-29T18:23:27.146Z Downloaded getrandom v0.3.4
8202026-05-29T18:23:27.146Z Downloaded num-derive v0.3.3
8212026-05-29T18:23:27.149Z Downloaded pin-utils v0.1.0
8222026-05-29T18:23:27.149Z Downloaded half v2.7.1
8232026-05-29T18:23:27.152Z Downloaded bytes v1.11.1
8242026-05-29T18:23:27.155Z Downloaded num-integer v0.1.46
8252026-05-29T18:23:27.155Z Downloaded base64 v0.21.7
8262026-05-29T18:23:27.158Z Downloaded num_enum v0.7.5
8272026-05-29T18:23:27.161Z Downloaded futures v0.3.32
8282026-05-29T18:23:27.164Z Downloaded ingot-macros v0.1.1
8292026-05-29T18:23:27.164Z Downloaded phf_shared v0.13.1
8302026-05-29T18:23:27.167Z Downloaded darling_core v0.13.4
8312026-05-29T18:23:27.167Z Downloaded num_enum_derive v0.7.5
8322026-05-29T18:23:27.170Z Downloaded num_enum v0.5.11
8332026-05-29T18:23:27.173Z Downloaded num-complex v0.4.6
8342026-05-29T18:23:27.173Z Downloaded nu-ansi-term v0.50.3
8352026-05-29T18:23:27.175Z Downloaded elliptic-curve v0.13.8
8362026-05-29T18:23:27.178Z Downloaded libloading v0.8.9
8372026-05-29T18:23:27.182Z Downloaded litrs v1.0.0
8382026-05-29T18:23:27.185Z Downloaded precomputed-hash v0.1.1
8392026-05-29T18:23:27.185Z Downloaded oxide-tokio-rt v0.1.4
8402026-05-29T18:23:27.188Z Downloaded predicates-core v1.0.10
8412026-05-29T18:23:27.188Z Downloaded flume v0.11.1
8422026-05-29T18:23:27.191Z Downloaded httparse v1.10.1
8432026-05-29T18:23:27.192Z Downloaded proc-macro-crate v1.3.1
8442026-05-29T18:23:27.194Z Downloaded predicates-tree v1.0.13
8452026-05-29T18:23:27.194Z Downloaded derive_more v2.1.1
8462026-05-29T18:23:27.213Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-05-29T18:23:27.216Z Downloaded base64 v0.22.1
8482026-05-29T18:23:27.219Z Downloaded proc-macro-crate v3.4.0
8492026-05-29T18:23:27.219Z Downloaded paste v1.0.15
8502026-05-29T18:23:27.222Z Downloaded password-hash v0.5.0
8512026-05-29T18:23:27.222Z Downloaded progenitor-client v0.11.2
8522026-05-29T18:23:27.222Z Downloaded progenitor-macro v0.14.0
8532026-05-29T18:23:27.225Z Downloaded progenitor-macro v0.13.0
8542026-05-29T18:23:27.225Z Downloaded progenitor-client v0.10.0
8552026-05-29T18:23:27.225Z Downloaded phf_shared v0.12.1
8562026-05-29T18:23:27.225Z Downloaded pem-rfc7468 v0.7.0
8572026-05-29T18:23:27.228Z Downloaded peg-macros v0.8.5
8582026-05-29T18:23:27.228Z Downloaded radium v0.7.0
8592026-05-29T18:23:27.228Z Downloaded ar_archive_writer v0.5.1
8602026-05-29T18:23:27.231Z Downloaded phf v0.12.1
8612026-05-29T18:23:27.234Z Downloaded progenitor-macro v0.11.2
8622026-05-29T18:23:27.234Z Downloaded progenitor-client v0.14.0
8632026-05-29T18:23:27.234Z Downloaded peg v0.8.5
8642026-05-29T18:23:27.237Z Downloaded pin-project-internal v1.1.11
8652026-05-29T18:23:27.237Z Downloaded heapless v0.8.0
8662026-05-29T18:23:27.240Z Downloaded heapless v0.7.17
8672026-05-29T18:23:27.243Z Downloaded psl-types v2.0.11
8682026-05-29T18:23:27.243Z Downloaded libbz2-rs-sys v0.2.2
8692026-05-29T18:23:27.248Z Downloaded powerfmt v0.2.0
8702026-05-29T18:23:27.248Z Downloaded pkcs8 v0.10.2
8712026-05-29T18:23:27.248Z Downloaded phf v0.13.1
8722026-05-29T18:23:27.251Z Downloaded pem v3.0.6
8732026-05-29T18:23:27.251Z Downloaded num-rational v0.4.2
8742026-05-29T18:23:27.251Z Downloaded postgres-protocol v0.6.10
8752026-05-29T18:23:27.251Z Downloaded der v0.7.10
8762026-05-29T18:23:27.254Z Downloaded crossbeam-channel v0.5.15
8772026-05-29T18:23:27.257Z Downloaded rand_chacha v0.3.1
8782026-05-29T18:23:27.257Z Downloaded crypto-bigint v0.5.5
8792026-05-29T18:23:27.260Z Downloaded ppv-lite86 v0.2.21
8802026-05-29T18:23:27.263Z Downloaded oxnet v0.1.4
8812026-05-29T18:23:27.263Z Downloaded primeorder v0.13.6
8822026-05-29T18:23:27.266Z Downloaded recursive v0.1.1
8832026-05-29T18:23:27.266Z Downloaded predicates v3.1.4
8842026-05-29T18:23:27.269Z Downloaded flate2 v1.1.9
8852026-05-29T18:23:27.272Z Downloaded ref-cast-impl v1.0.25
8862026-05-29T18:23:27.272Z Downloaded parking_lot v0.11.2
8872026-05-29T18:23:27.275Z Downloaded progenitor v0.11.2
8882026-05-29T18:23:27.275Z Downloaded proc-macro-error2 v2.0.1
8892026-05-29T18:23:27.278Z Downloaded progenitor-extras v0.2.0
8902026-05-29T18:23:27.278Z Downloaded progenitor v0.14.0
8912026-05-29T18:23:27.281Z Downloaded parking_lot_core v0.8.6
8922026-05-29T18:23:27.281Z Downloaded russh-cryptovec v0.7.3
8932026-05-29T18:23:27.281Z Downloaded indicatif v0.18.4
8942026-05-29T18:23:27.284Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-29T18:23:27.284Z Downloaded rand_xorshift v0.4.0
8962026-05-29T18:23:27.287Z Downloaded parking_lot_core v0.9.12
8972026-05-29T18:23:27.287Z Downloaded rtoolbox v0.0.3
8982026-05-29T18:23:27.287Z Downloaded polyval v0.6.2
8992026-05-29T18:23:27.289Z Downloaded headers v0.4.1
9002026-05-29T18:23:27.292Z Downloaded progenitor-client v0.13.0
9012026-05-29T18:23:27.292Z Downloaded pin-project-lite v0.2.17
9022026-05-29T18:23:27.295Z Downloaded rfc6979 v0.4.0
9032026-05-29T18:23:27.298Z Downloaded hickory-resolver v0.25.2
9042026-05-29T18:23:27.301Z Downloaded hickory-resolver v0.24.4
9052026-05-29T18:23:27.304Z Downloaded rand_chacha v0.9.0
9062026-05-29T18:23:27.304Z Downloaded pkcs5 v0.7.1
9072026-05-29T18:23:27.306Z Downloaded pkg-config v0.3.32
9082026-05-29T18:23:27.306Z Downloaded poly1305 v0.8.0
9092026-05-29T18:23:27.310Z Downloaded rand_core v0.6.4
9102026-05-29T18:23:27.310Z Downloaded rand_core v0.10.0
9112026-05-29T18:23:27.310Z Downloaded derive_more-impl v2.1.1
9122026-05-29T18:23:27.312Z Downloaded r2d2 v0.8.10
9132026-05-29T18:23:27.315Z Downloaded quick-error v1.2.3
9142026-05-29T18:23:27.315Z Downloaded rand_seeder v0.4.0
9152026-05-29T18:23:27.318Z Downloaded rustc_version v0.4.1
9162026-05-29T18:23:27.318Z Downloaded postgres-types v0.2.12
9172026-05-29T18:23:27.321Z Downloaded omicron-zone-package v0.12.2
9182026-05-29T18:23:27.321Z Downloaded psm v0.1.30
9192026-05-29T18:23:27.324Z Downloaded diesel_derives v2.3.7
9202026-05-29T18:23:27.326Z Downloaded scheduled-thread-pool v0.2.7
9212026-05-29T18:23:27.329Z Downloaded salsa20 v0.10.2
9222026-05-29T18:23:27.329Z Downloaded rustc_version v0.1.7
9232026-05-29T18:23:27.329Z Downloaded scrypt v0.11.0
9242026-05-29T18:23:27.332Z Downloaded same-file v1.0.6
9252026-05-29T18:23:27.332Z Downloaded pkcs1 v0.7.5
9262026-05-29T18:23:27.332Z Downloaded password-hash v0.4.2
9272026-05-29T18:23:27.335Z Downloaded parse-display-derive v0.10.0
9282026-05-29T18:23:27.335Z Downloaded packed_struct v0.10.1
9292026-05-29T18:23:27.338Z Downloaded p256 v0.13.2
9302026-05-29T18:23:27.338Z Downloaded ref-cast v1.0.25
9312026-05-29T18:23:27.341Z Downloaded rand_core v0.9.5
9322026-05-29T18:23:27.341Z Downloaded progenitor v0.13.0
9332026-05-29T18:23:27.343Z Downloaded parking_lot v0.12.5
9342026-05-29T18:23:27.343Z Downloaded miniz_oxide v0.8.9
9352026-05-29T18:23:27.346Z Downloaded sapling-renderdag v0.1.0
9362026-05-29T18:23:27.346Z Downloaded owo-colors v4.3.0
9372026-05-29T18:23:27.346Z Downloaded memmap2 v0.9.10
9382026-05-29T18:23:27.349Z Downloaded indexmap v1.9.3
9392026-05-29T18:23:27.352Z Downloaded semver v0.1.20
9402026-05-29T18:23:27.352Z Downloaded serde-big-array v0.5.1
9412026-05-29T18:23:27.352Z Downloaded scroll_derive v0.13.1
9422026-05-29T18:23:27.352Z Downloaded scopeguard v1.2.0
9432026-05-29T18:23:27.355Z Downloaded seq-macro v0.3.6
9442026-05-29T18:23:27.355Z Downloaded secrecy v0.8.0
9452026-05-29T18:23:27.355Z Downloaded secrecy v0.10.3
9462026-05-29T18:23:27.358Z Downloaded serde_bytes v0.11.19
9472026-05-29T18:23:27.358Z Downloaded ignore v0.4.25
9482026-05-29T18:23:27.361Z Downloaded expectorate v1.2.0
9492026-05-29T18:23:27.361Z Downloaded cc v1.2.56
9502026-05-29T18:23:27.364Z Downloaded bumpalo v3.20.2
9512026-05-29T18:23:27.366Z Downloaded derive-where v1.6.0
9522026-05-29T18:23:27.366Z Downloaded resolv-conf v0.7.6
9532026-05-29T18:23:27.370Z Downloaded jiff-static v0.2.21
9542026-05-29T18:23:27.370Z Downloaded darling_core v0.20.11
9552026-05-29T18:23:27.373Z Downloaded serde_urlencoded v0.7.1
9562026-05-29T18:23:27.373Z Downloaded aes v0.8.4
9572026-05-29T18:23:27.376Z Downloaded serde_repr v0.1.20
9582026-05-29T18:23:27.378Z Downloaded serde_plain v1.0.2
9592026-05-29T18:23:27.378Z Downloaded serde_spanned v1.0.4
9602026-05-29T18:23:27.378Z Downloaded fatfs v0.3.6
9612026-05-29T18:23:27.381Z Downloaded shell-words v1.1.1
9622026-05-29T18:23:27.384Z Downloaded ed25519-dalek v2.2.0
9632026-05-29T18:23:27.384Z Downloaded signal-hook-mio v0.2.5
9642026-05-29T18:23:27.387Z Downloaded rustc-hash v2.1.1
9652026-05-29T18:23:27.387Z Downloaded signature v2.2.0
9662026-05-29T18:23:27.387Z Downloaded curve25519-dalek v4.1.3
9672026-05-29T18:23:27.392Z Downloaded signal-hook-tokio v0.3.1
9682026-05-29T18:23:27.395Z Downloaded rustls-pemfile v1.0.4
9692026-05-29T18:23:27.395Z Downloaded rustls-native-certs v0.8.3
9702026-05-29T18:23:27.399Z Downloaded rustls-pemfile v2.2.0
9712026-05-29T18:23:27.399Z Downloaded postcard v1.1.3
9722026-05-29T18:23:27.402Z Downloaded siphasher v1.0.2
9732026-05-29T18:23:27.402Z Downloaded oso v0.27.3
9742026-05-29T18:23:27.402Z Downloaded rusty-fork v0.3.1
9752026-05-29T18:23:27.405Z Downloaded sigpipe v0.1.3
9762026-05-29T18:23:27.405Z Downloaded rustversion v1.0.22
9772026-05-29T18:23:27.408Z Downloaded minimal-lexical v0.2.1
9782026-05-29T18:23:27.410Z Downloaded prefix-trie v0.7.0
9792026-05-29T18:23:27.410Z Downloaded papergrid v0.17.0
9802026-05-29T18:23:27.413Z Downloaded hashbrown v0.13.2
9812026-05-29T18:23:27.417Z Downloaded slog-bunyan v2.5.0
9822026-05-29T18:23:27.420Z Downloaded schemars_derive v0.8.22
9832026-05-29T18:23:27.423Z Downloaded quinn-udp v0.5.14
9842026-05-29T18:23:27.426Z Downloaded scroll v0.13.0
9852026-05-29T18:23:27.429Z Downloaded serde-hex v0.1.0
9862026-05-29T18:23:27.437Z Downloaded progenitor-impl v0.11.2
9872026-05-29T18:23:27.441Z Downloaded progenitor-impl v0.14.0
9882026-05-29T18:23:27.445Z Downloaded serde_path_to_error v0.1.20
9892026-05-29T18:23:27.448Z Downloaded ssh-encoding v0.2.0
9902026-05-29T18:23:27.452Z Downloaded ssh-cipher v0.2.0
9912026-05-29T18:23:27.452Z Downloaded serde_derive_internals v0.29.1
9922026-05-29T18:23:27.455Z Downloaded russh-keys v0.45.0
9932026-05-29T18:23:27.455Z Downloaded crossterm v0.28.1
9942026-05-29T18:23:27.458Z Downloaded pin-project v1.1.11
9952026-05-29T18:23:27.465Z Downloaded structmeta v0.3.0
9962026-05-29T18:23:27.468Z Downloaded strsim v0.10.0
9972026-05-29T18:23:27.468Z Downloaded strip-ansi-escapes v0.2.1
9982026-05-29T18:23:27.468Z Downloaded shlex v1.3.0
9992026-05-29T18:23:27.471Z Downloaded rustls-pki-types v1.14.0
10002026-05-29T18:23:27.471Z Downloaded rcgen v0.12.1
10012026-05-29T18:23:27.474Z Downloaded sqlparser_derive v0.5.0
10022026-05-29T18:23:27.474Z Downloaded serde_with_macros v1.5.2
10032026-05-29T18:23:27.477Z Downloaded simd-adler32 v0.3.8
10042026-05-29T18:23:27.477Z Downloaded signal-hook-registry v1.4.8
10052026-05-29T18:23:27.480Z Downloaded hashbrown v0.12.3
10062026-05-29T18:23:27.483Z Downloaded prettyplease v0.2.37
10072026-05-29T18:23:27.487Z Downloaded slog-json v2.6.1
10082026-05-29T18:23:27.487Z Downloaded strum v0.27.2
10092026-05-29T18:23:27.487Z Downloaded strum v0.26.3
10102026-05-29T18:23:27.490Z Downloaded tagptr v0.2.0
10112026-05-29T18:23:27.490Z Downloaded supports-color v3.0.2
10122026-05-29T18:23:27.490Z Downloaded slog-async v2.8.0
10132026-05-29T18:23:27.490Z Downloaded slab v0.4.12
10142026-05-29T18:23:27.493Z Downloaded pretty_assertions v1.4.1
10152026-05-29T18:23:27.493Z Downloaded smf v0.2.3
10162026-05-29T18:23:27.493Z Downloaded slog-scope v4.4.1
10172026-05-29T18:23:27.496Z Downloaded slog-envlogger v2.2.0
10182026-05-29T18:23:27.496Z Downloaded subtle v2.6.1
10192026-05-29T18:23:27.496Z Downloaded slog-dtrace v0.3.0
10202026-05-29T18:23:27.499Z Downloaded sct v0.7.1
10212026-05-29T18:23:27.502Z Downloaded take_mut v0.2.2
10222026-05-29T18:23:27.502Z Downloaded tabled_derive v0.11.0
10232026-05-29T18:23:27.502Z Downloaded smallvec v0.6.14
10242026-05-29T18:23:27.505Z Downloaded ron v0.8.1
10252026-05-29T18:23:27.507Z Downloaded slog-term v2.9.2
10262026-05-29T18:23:27.508Z Downloaded sec1 v0.7.3
10272026-05-29T18:23:27.510Z Downloaded slog-stdlog v4.1.1
10282026-05-29T18:23:27.510Z Downloaded sync_wrapper v1.0.2
10292026-05-29T18:23:27.510Z Downloaded sync-ptr v0.1.4
10302026-05-29T18:23:27.513Z Downloaded serde_cbor v0.11.2
10312026-05-29T18:23:27.513Z Downloaded itertools v0.10.5
10322026-05-29T18:23:27.516Z Downloaded tabwriter v1.4.1
10332026-05-29T18:23:27.519Z Downloaded progenitor-impl v0.13.0
10342026-05-29T18:23:27.519Z Downloaded spki v0.7.3
10352026-05-29T18:23:27.522Z Downloaded thiserror-impl-no-std v2.0.2
10362026-05-29T18:23:27.522Z Downloaded testing_table v0.3.0
10372026-05-29T18:23:27.522Z Downloaded termtree v0.5.1
10382026-05-29T18:23:27.525Z Downloaded snafu-derive v0.8.9
10392026-05-29T18:23:27.525Z Downloaded hickory-server v0.25.2
10402026-05-29T18:23:27.527Z Downloaded sha1 v0.10.6
10412026-05-29T18:23:27.527Z Downloaded http v1.4.0
10422026-05-29T18:23:27.530Z Downloaded mio v1.2.0
10432026-05-29T18:23:27.533Z Downloaded thread-id v5.1.0
10442026-05-29T18:23:27.536Z Downloaded dropshot-api-manager v0.7.2
10452026-05-29T18:23:27.538Z Downloaded stacker v0.1.23
10462026-05-29T18:23:27.538Z Downloaded sqlformat v0.3.5
10472026-05-29T18:23:27.541Z Downloaded time-core v0.1.8
10482026-05-29T18:23:27.541Z Downloaded static_assertions v1.1.0
10492026-05-29T18:23:27.545Z Downloaded string_cache v0.8.9
10502026-05-29T18:23:27.545Z Downloaded openssl-sys v0.9.115
10512026-05-29T18:23:27.548Z Downloaded stringprep v0.1.5
10522026-05-29T18:23:27.548Z Downloaded serde_with_macros v3.17.0
10532026-05-29T18:23:27.551Z Downloaded tinyvec_macros v0.1.1
10542026-05-29T18:23:27.553Z Downloaded tokio-macros v2.7.0
10552026-05-29T18:23:27.553Z Downloaded strum_macros v0.24.3
10562026-05-29T18:23:27.553Z Downloaded strum_macros v0.27.2
10572026-05-29T18:23:27.556Z Downloaded strum_macros v0.26.4
10582026-05-29T18:23:27.557Z Downloaded structmeta-derive v0.3.0
10592026-05-29T18:23:27.560Z Downloaded ryu v1.0.23
10602026-05-29T18:23:27.562Z Downloaded rayon-core v1.13.0
10612026-05-29T18:23:27.565Z Downloaded tap v1.0.1
10622026-05-29T18:23:27.565Z Downloaded schemars v0.8.22
10632026-05-29T18:23:27.571Z Downloaded qorb v0.4.1
10642026-05-29T18:23:27.574Z Downloaded aes-gcm v0.10.3
10652026-05-29T18:23:27.576Z Downloaded hyper-util v0.1.20
10662026-05-29T18:23:27.579Z Downloaded itertools v0.13.0
10672026-05-29T18:23:27.583Z Downloaded nom v7.1.3
10682026-05-29T18:23:27.589Z Downloaded thiserror-no-std v2.0.2
10692026-05-29T18:23:27.592Z Downloaded termios v0.3.3
10702026-05-29T18:23:27.597Z Downloaded thread_local v1.1.9
10712026-05-29T18:23:27.599Z Downloaded hashbrown v0.16.1
10722026-05-29T18:23:27.602Z Downloaded rand v0.8.6
10732026-05-29T18:23:27.605Z Downloaded quinn v0.11.9
10742026-05-29T18:23:27.608Z Downloaded topological-sort v0.2.2
10752026-05-29T18:23:27.608Z Downloaded tiny-keccak v2.0.2
10762026-05-29T18:23:27.611Z Downloaded try-lock v0.2.5
10772026-05-29T18:23:27.611Z Downloaded trait-variant v0.1.2
10782026-05-29T18:23:27.611Z Downloaded tower-layer v0.3.3
10792026-05-29T18:23:27.614Z Downloaded signal-hook v0.3.18
10802026-05-29T18:23:27.614Z Downloaded crossterm v0.29.0
10812026-05-29T18:23:27.617Z Downloaded similar v2.7.0
10822026-05-29T18:23:27.620Z Downloaded typify-macro v0.6.2
10832026-05-29T18:23:27.623Z Downloaded tls_codec_derive v0.4.2
10842026-05-29T18:23:27.623Z Downloaded tls_codec v0.4.2
10852026-05-29T18:23:27.626Z Downloaded rustls-platform-verifier v0.6.2
10862026-05-29T18:23:27.626Z Downloaded tokio-dtrace v0.1.1
10872026-05-29T18:23:27.629Z Downloaded libxml v0.3.3
10882026-05-29T18:23:27.632Z Downloaded publicsuffix v2.3.0
10892026-05-29T18:23:27.635Z Downloaded num-bigint v0.4.6
10902026-05-29T18:23:27.638Z Downloaded slog v2.8.2
10912026-05-29T18:23:27.638Z Downloaded unarray v0.1.4
10922026-05-29T18:23:27.641Z Downloaded tokio-rustls v0.25.0
10932026-05-29T18:23:27.641Z Downloaded unit-prefix v0.5.2
10942026-05-29T18:23:27.644Z Downloaded typify-macro v0.4.3
10952026-05-29T18:23:27.644Z Downloaded untrusted v0.9.0
10962026-05-29T18:23:27.647Z Downloaded untrusted v0.7.1
10972026-05-29T18:23:27.647Z Downloaded universal-hash v0.5.1
10982026-05-29T18:23:27.647Z Downloaded unicode-truncate v1.1.0
10992026-05-29T18:23:27.649Z Downloaded tokio-native-tls v0.3.1
11002026-05-29T18:23:27.653Z Downloaded hashbrown v0.15.5
11012026-05-29T18:23:27.656Z Downloaded rsa v0.9.10
11022026-05-29T18:23:27.660Z Downloaded support-bundle-viewer v0.1.2
11032026-05-29T18:23:27.663Z Downloaded tokio-tungstenite v0.21.0
11042026-05-29T18:23:27.666Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11052026-05-29T18:23:27.666Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-05-29T18:23:27.666Z Downloaded spin v0.9.8
11072026-05-29T18:23:27.669Z Downloaded usdt-attr-macro v0.6.0
11082026-05-29T18:23:27.669Z Downloaded usdt v0.6.0
11092026-05-29T18:23:27.671Z Downloaded utf-8 v0.7.6
11102026-05-29T18:23:27.671Z Downloaded usdt-macro v0.6.0
11112026-05-29T18:23:27.672Z Downloaded void v1.0.2
11122026-05-29T18:23:27.672Z Downloaded rand v0.9.2
11132026-05-29T18:23:27.675Z Downloaded term v1.2.1
11142026-05-29T18:23:27.678Z Downloaded term v0.7.0
11152026-05-29T18:23:27.683Z Downloaded tui-tree-widget v0.23.1
11162026-05-29T18:23:27.686Z Downloaded wait-timeout v0.2.1
11172026-05-29T18:23:27.686Z Downloaded serde_yaml v0.9.34+deprecated
11182026-05-29T18:23:27.689Z Downloaded want v0.3.1
11192026-05-29T18:23:27.689Z Downloaded toml_writer v1.0.6+spec-1.1.0
11202026-05-29T18:23:27.692Z Downloaded time-macros v0.2.27
11212026-05-29T18:23:27.698Z Downloaded tower-service v0.3.3
11222026-05-29T18:23:27.702Z Downloaded xattr v1.6.1
11232026-05-29T18:23:27.704Z Downloaded futures-util v0.3.32
11242026-05-29T18:23:27.710Z Downloaded schemars v0.9.0
11252026-05-29T18:23:27.717Z Downloaded xshell-macros v0.2.7
11262026-05-29T18:23:27.721Z Downloaded tokio-stream v0.1.18
11272026-05-29T18:23:27.723Z Downloaded tokio-rustls v0.26.4
11282026-05-29T18:23:27.723Z Downloaded tokio-rustls v0.24.1
11292026-05-29T18:23:27.723Z Downloaded zeroize_derive v1.4.3
11302026-05-29T18:23:27.724Z Downloaded unicase v2.9.0
11312026-05-29T18:23:27.726Z Downloaded subprocess v0.2.15
11322026-05-29T18:23:27.726Z Downloaded socket2 v0.5.10
11332026-05-29T18:23:27.729Z Downloaded samael v0.0.19
11342026-05-29T18:23:27.732Z Downloaded num-bigint-dig v0.8.6
11352026-05-29T18:23:27.734Z Downloaded hyper v1.8.1
11362026-05-29T18:23:27.738Z Downloaded test-strategy v0.4.5
11372026-05-29T18:23:27.741Z Downloaded vergen-lib v0.1.6
11382026-05-29T18:23:27.744Z Downloaded vergen-gitcl v1.0.8
11392026-05-29T18:23:27.744Z Downloaded zone_cfg_derive v0.3.1
11402026-05-29T18:23:27.744Z Downloaded vergen-lib v9.1.0
11412026-05-29T18:23:27.747Z Downloaded tokio-tungstenite v0.23.1
11422026-05-29T18:23:27.747Z Downloaded itertools v0.12.1
11432026-05-29T18:23:27.749Z Downloaded usdt-impl v0.6.0
11442026-05-29T18:23:27.752Z Downloaded toml_parser v1.0.9+spec-1.1.0
11452026-05-29T18:23:27.752Z Downloaded itertools v0.14.0
11462026-05-29T18:23:27.756Z Downloaded walkdir v2.5.0
11472026-05-29T18:23:27.759Z Downloaded socket2 v0.6.3
11482026-05-29T18:23:27.759Z Downloaded snafu v0.8.9
11492026-05-29T18:23:27.762Z Downloaded hkdf v0.12.4
11502026-05-29T18:23:27.764Z Downloaded waitgroup v0.1.2
11512026-05-29T18:23:27.764Z Downloaded vsss-rs v3.3.4
11522026-05-29T18:23:27.767Z Downloaded vergen-git2 v9.1.0
11532026-05-29T18:23:27.767Z Downloaded iri-string v0.7.10
11542026-05-29T18:23:27.772Z Downloaded wyz v0.5.1
11552026-05-29T18:23:27.775Z Downloaded rustls-webpki v0.103.9
11562026-05-29T18:23:27.778Z Downloaded whoami v1.6.1
11572026-05-29T18:23:27.780Z Downloaded tracing-attributes v0.1.31
11582026-05-29T18:23:27.794Z Downloaded zeroize v1.8.2
11592026-05-29T18:23:27.797Z Downloaded zone v0.3.1
11602026-05-29T18:23:27.801Z Downloaded schemars v1.2.1
11612026-05-29T18:23:27.810Z Downloaded tungstenite v0.23.0
11622026-05-29T18:23:27.813Z Downloaded russh v0.45.0
11632026-05-29T18:23:27.815Z Downloaded zstd-safe v7.2.4
11642026-05-29T18:23:27.818Z Downloaded zstd v0.13.3
11652026-05-29T18:23:27.818Z Downloaded twox-hash v2.1.2
11662026-05-29T18:23:27.821Z Downloaded toml v1.0.6+spec-1.1.0
11672026-05-29T18:23:27.824Z Downloaded whoami v2.1.0
11682026-05-29T18:23:27.824Z Downloaded typify v0.6.2
11692026-05-29T18:23:27.827Z Downloaded rand v0.10.0
11702026-05-29T18:23:27.830Z Downloaded toml v0.7.8
11712026-05-29T18:23:27.830Z Downloaded tinyvec v1.10.0
11722026-05-29T18:23:27.833Z Downloaded unicode-bidi v0.3.18
11732026-05-29T18:23:27.833Z Downloaded tungstenite v0.21.0
11742026-05-29T18:23:27.836Z Downloaded tar v0.4.45
11752026-05-29T18:23:27.838Z Downloaded typify v0.4.3
11762026-05-29T18:23:27.841Z Downloaded zerocopy v0.6.6
11772026-05-29T18:23:27.841Z Downloaded vergen v9.1.0
11782026-05-29T18:23:27.844Z Downloaded serde_with v1.14.0
11792026-05-29T18:23:27.847Z Downloaded uuid v1.23.0
11802026-05-29T18:23:27.847Z Downloaded unicode-properties v0.1.4
11812026-05-29T18:23:27.850Z Downloaded rpassword v7.4.0
11822026-05-29T18:23:27.850Z Downloaded libm v0.2.16
11832026-05-29T18:23:27.855Z Downloaded yasna v0.5.2
11842026-05-29T18:23:27.857Z Downloaded xshell v0.2.7
11852026-05-29T18:23:27.857Z Downloaded tracing-core v0.1.36
11862026-05-29T18:23:27.860Z Downloaded steno v0.4.1
11872026-05-29T18:23:27.863Z Downloaded uzers v0.12.2
11882026-05-29T18:23:27.863Z Downloaded p521 v0.13.3
11892026-05-29T18:23:27.866Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-05-29T18:23:27.869Z Downloaded iddqd v0.4.2
11912026-05-29T18:23:27.872Z Downloaded unsafe-libyaml v0.2.11
11922026-05-29T18:23:27.875Z Downloaded reedline v0.40.0
11932026-05-29T18:23:27.878Z Downloaded vte v0.14.1
11942026-05-29T18:23:27.881Z Downloaded blake3 v1.8.3
11952026-05-29T18:23:27.885Z Downloaded toml_edit v0.19.15
11962026-05-29T18:23:27.894Z Downloaded zopfli v0.8.3
11972026-05-29T18:23:27.897Z Downloaded rustyline v14.0.0
11982026-05-29T18:23:27.900Z Downloaded bitvec v1.0.1
11992026-05-29T18:23:27.907Z Downloaded tokio-postgres v0.7.16
12002026-05-29T18:23:27.910Z Downloaded h2 v0.4.13
12012026-05-29T18:23:27.913Z Downloaded yansi v1.0.1
12022026-05-29T18:23:27.916Z Downloaded bindgen v0.71.1
12032026-05-29T18:23:27.919Z Downloaded chrono v0.4.44
12042026-05-29T18:23:27.924Z Downloaded zip v0.6.6
12052026-05-29T18:23:27.927Z Downloaded aws-lc-rs v1.16.3
12062026-05-29T18:23:27.933Z Downloaded ssh-key v0.6.7
12072026-05-29T18:23:27.936Z Downloaded regex v1.12.3
12082026-05-29T18:23:27.940Z Downloaded rayon v1.11.0
12092026-05-29T18:23:27.946Z Downloaded unicode_categories v0.1.1
12102026-05-29T18:23:27.956Z Downloaded reqwest v0.13.2
12112026-05-29T18:23:27.962Z Downloaded git2 v0.20.4
12122026-05-29T18:23:27.973Z Downloaded typed-path v0.9.3
12132026-05-29T18:23:27.984Z Downloaded unicode-segmentation v1.12.0
12142026-05-29T18:23:27.987Z Downloaded quick-xml v0.37.5
12152026-05-29T18:23:27.991Z Downloaded moka v0.12.13
12162026-05-29T18:23:27.995Z Downloaded reqwest v0.12.28
12172026-05-29T18:23:28.005Z Downloaded portable-atomic v1.13.1
12182026-05-29T18:23:28.009Z Downloaded unicode-normalization v0.1.25
12192026-05-29T18:23:28.012Z Downloaded tower v0.5.3
12202026-05-29T18:23:28.032Z Downloaded lalrpop v0.19.12
12212026-05-29T18:23:28.032Z Downloaded rustls-webpki v0.101.7
12222026-05-29T18:23:28.036Z Downloaded zerocopy-derive v0.8.40
12232026-05-29T18:23:28.039Z Downloaded p384 v0.13.1
12242026-05-29T18:23:28.042Z Downloaded goblin v0.10.5
12252026-05-29T18:23:28.045Z Downloaded proptest v1.10.0
12262026-05-29T18:23:28.049Z Downloaded x509-cert v0.2.5
12272026-05-29T18:23:28.053Z Downloaded rustls-webpki v0.102.8
12282026-05-29T18:23:28.063Z Downloaded salty v0.3.0
12292026-05-29T18:23:28.067Z Downloaded object v0.30.4
12302026-05-29T18:23:28.073Z Downloaded quinn-proto v0.11.13
12312026-05-29T18:23:28.077Z Downloaded winnow v0.5.40
12322026-05-29T18:23:28.082Z Downloaded tokio-util v0.7.18
12332026-05-29T18:23:28.087Z Downloaded tower-http v0.6.8
12342026-05-29T18:23:28.091Z Downloaded tough v0.22.0
12352026-05-29T18:23:28.096Z Downloaded zip v4.6.1
12362026-05-29T18:23:28.099Z Downloaded winnow v0.6.26
12372026-05-29T18:23:28.103Z Downloaded dropshot v0.17.0
12382026-05-29T18:23:28.116Z Downloaded serde_with v3.17.0
12392026-05-29T18:23:28.123Z Downloaded openssl v0.10.79
12402026-05-29T18:23:28.128Z Downloaded polar-core v0.27.3
12412026-05-29T18:23:28.134Z Downloaded nix v0.27.1
12422026-05-29T18:23:28.140Z Downloaded bstr v1.12.1
12432026-05-29T18:23:28.145Z Downloaded petname v2.0.2
12442026-05-29T18:23:28.148Z Downloaded radix_trie v0.2.1
12452026-05-29T18:23:28.152Z Downloaded zlib-rs v0.6.2
12462026-05-29T18:23:28.155Z Downloaded smoltcp v0.9.1
12472026-05-29T18:23:28.161Z Downloaded vcpkg v0.2.15
12482026-05-29T18:23:28.184Z Downloaded nix v0.31.2
12492026-05-29T18:23:28.190Z Downloaded hickory-proto v0.24.4
12502026-05-29T18:23:28.199Z Downloaded openapiv3 v2.2.0
12512026-05-29T18:23:28.206Z Downloaded hickory-proto v0.25.2
12522026-05-29T18:23:28.214Z Downloaded tabled v0.20.0
12532026-05-29T18:23:28.224Z Downloaded regex-syntax v0.6.29
12542026-05-29T18:23:28.228Z Downloaded time v0.3.47
12552026-05-29T18:23:28.235Z Downloaded nix v0.28.0
12562026-05-29T18:23:28.256Z Downloaded rustls v0.21.12
12572026-05-29T18:23:28.290Z Downloaded object v0.37.3
12582026-05-29T18:23:28.298Z Downloaded webpki-roots v1.0.6
12592026-05-29T18:23:28.301Z Downloaded rustls v0.22.4
12602026-05-29T18:23:28.307Z Downloaded zerocopy v0.8.40
12612026-05-29T18:23:28.312Z Downloaded smoltcp v0.11.0
12622026-05-29T18:23:28.319Z Downloaded regex-syntax v0.8.10
12632026-05-29T18:23:28.324Z Downloaded rustls v0.23.37
12642026-05-29T18:23:28.331Z Downloaded regress v0.10.5
12652026-05-29T18:23:28.335Z Downloaded regress v0.11.1
12662026-05-29T18:23:28.340Z Downloaded rustix v0.38.44
12672026-05-29T18:23:28.354Z Downloaded ratatui v0.29.0
12682026-05-29T18:23:28.366Z Downloaded diesel v2.3.7
12692026-05-29T18:23:28.378Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-05-29T18:23:28.388Z Downloaded regex-automata v0.4.14
12712026-05-29T18:23:28.398Z Downloaded zerocopy-derive v0.6.6
12722026-05-29T18:23:28.403Z Downloaded sqlparser v0.61.0
12732026-05-29T18:23:28.422Z Downloaded petgraph v0.6.5
12742026-05-29T18:23:28.432Z Downloaded typify-impl v0.6.2
12752026-05-29T18:23:28.441Z Downloaded tracing v0.1.44
12762026-05-29T18:23:28.454Z Downloaded typify-impl v0.4.3
12772026-05-29T18:23:28.461Z Downloaded jiff v0.2.21
12782026-05-29T18:23:28.473Z Downloaded sled v0.34.7
12792026-05-29T18:23:28.480Z Downloaded petgraph v0.8.3
12802026-05-29T18:23:28.494Z Downloaded chrono-tz v0.10.4
12812026-05-29T18:23:28.503Z Downloaded libz-sys v1.1.24
12822026-05-29T18:23:28.524Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-05-29T18:23:28.534Z Downloaded tokio v1.52.1
12842026-05-29T18:23:28.571Z Downloaded csv v1.4.0
12852026-05-29T18:23:28.583Z Downloaded sha3 v0.10.8
12862026-05-29T18:23:28.663Z Downloaded encoding_rs v0.8.35
12872026-05-29T18:23:28.684Z Downloaded ring v0.17.14
12882026-05-29T18:23:28.716Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-29T18:23:29.095Z Downloaded aws-lc-sys v0.40.0
12902026-05-29T18:23:29.342Z Compiling libc v0.2.185
12912026-05-29T18:23:29.342Z Compiling serde v1.0.228
12922026-05-29T18:23:29.345Z Compiling log v0.4.29
12932026-05-29T18:23:29.345Z Compiling find-msvc-tools v0.1.9
12942026-05-29T18:23:29.345Z Compiling shlex v1.3.0
12952026-05-29T18:23:29.345Z Compiling smallvec v1.15.1
12962026-05-29T18:23:29.345Z Compiling typenum v1.19.0
12972026-05-29T18:23:29.345Z Compiling subtle v2.6.1
12982026-05-29T18:23:29.345Z Compiling generic-array v0.14.7
12992026-05-29T18:23:29.345Z Compiling scopeguard v1.2.0
13002026-05-29T18:23:29.509Z Compiling const-oid v0.9.6
13012026-05-29T18:23:29.516Z Compiling serde_json v1.0.149
13022026-05-29T18:23:29.540Z Compiling syn v2.0.117
13032026-05-29T18:23:29.552Z Compiling zerocopy v0.8.40
13042026-05-29T18:23:29.555Z Compiling portable-atomic v1.13.1
13052026-05-29T18:23:29.564Z Compiling pin-project-lite v0.2.17
13062026-05-29T18:23:29.754Z Compiling lock_api v0.4.14
13072026-05-29T18:23:29.757Z Compiling parking_lot_core v0.9.12
13082026-05-29T18:23:29.781Z Compiling pkg-config v0.3.32
13092026-05-29T18:23:29.784Z Compiling bitflags v2.11.0
13102026-05-29T18:23:29.796Z Compiling futures-core v0.3.32
13112026-05-29T18:23:29.835Z Compiling critical-section v1.2.0
13122026-05-29T18:23:29.838Z Compiling libm v0.2.16
13132026-05-29T18:23:29.862Z Compiling num-traits v0.2.19
13142026-05-29T18:23:29.926Z Compiling percent-encoding v2.3.2
13152026-05-29T18:23:29.970Z Compiling futures-sink v0.3.32
13162026-05-29T18:23:29.987Z Compiling getrandom v0.4.1
13172026-05-29T18:23:30.001Z Compiling futures-io v0.3.32
13182026-05-29T18:23:30.049Z Compiling cpufeatures v0.2.17
13192026-05-29T18:23:30.062Z Compiling futures-channel v0.3.32
13202026-05-29T18:23:30.183Z Compiling futures-task v0.3.32
13212026-05-29T18:23:30.196Z Compiling slab v0.4.12
13222026-05-29T18:23:30.224Z Compiling rand_core v0.10.0
13232026-05-29T18:23:30.240Z Compiling indexmap v2.14.0
13242026-05-29T18:23:30.255Z Compiling getrandom v0.3.4
13252026-05-29T18:23:30.361Z Compiling rustversion v1.0.22
13262026-05-29T18:23:30.408Z Compiling form_urlencoded v1.2.2
13272026-05-29T18:23:30.427Z Compiling dunce v1.0.5
13282026-05-29T18:23:30.430Z Compiling fs_extra v1.3.0
13292026-05-29T18:23:30.453Z Compiling base64ct v1.8.3
13302026-05-29T18:23:30.466Z Compiling ident_case v1.0.1
13312026-05-29T18:23:30.470Z Compiling flagset v0.4.7
13322026-05-29T18:23:30.513Z Compiling getrandom v0.2.17
13332026-05-29T18:23:30.535Z Compiling jobserver v0.1.34
13342026-05-29T18:23:30.581Z Compiling errno v0.3.14
13352026-05-29T18:23:30.628Z Compiling mio v1.2.0
13362026-05-29T18:23:30.633Z Compiling socket2 v0.6.3
13372026-05-29T18:23:30.671Z Compiling rand_core v0.6.4
13382026-05-29T18:23:30.739Z Compiling signal-hook-registry v1.4.8
13392026-05-29T18:23:30.753Z Compiling cc v1.2.56
13402026-05-29T18:23:30.768Z Compiling once_cell v1.21.3
13412026-05-29T18:23:30.845Z Compiling parking_lot v0.12.5
13422026-05-29T18:23:30.922Z Compiling pem-rfc7468 v0.7.0
13432026-05-29T18:23:30.944Z Compiling regex-syntax v0.8.10
13442026-05-29T18:23:30.958Z Compiling rustix v1.1.3
13452026-05-29T18:23:30.972Z Compiling iana-time-zone v0.1.65
13462026-05-29T18:23:31.001Z Compiling aws-lc-rs v1.16.3
13472026-05-29T18:23:31.022Z Compiling vcpkg v0.2.15
13482026-05-29T18:23:31.041Z Compiling tracing-core v0.1.36
13492026-05-29T18:23:31.072Z Compiling uuid v1.23.0
13502026-05-29T18:23:31.193Z Compiling rustc_version v0.4.1
13512026-05-29T18:23:31.226Z Compiling rand_core v0.9.5
13522026-05-29T18:23:31.245Z Compiling base64 v0.22.1
13532026-05-29T18:23:31.259Z Compiling openssl-probe v0.2.1
13542026-05-29T18:23:31.321Z Compiling tinyvec_macros v0.1.1
13552026-05-29T18:23:31.334Z Compiling untrusted v0.7.1
13562026-05-29T18:23:31.404Z Compiling httparse v1.10.1
13572026-05-29T18:23:31.455Z Compiling untrusted v0.9.0
13582026-05-29T18:23:31.481Z Compiling tinyvec v1.10.0
13592026-05-29T18:23:31.495Z Compiling cmake v0.1.57
13602026-05-29T18:23:31.534Z Compiling aho-corasick v1.1.4
13612026-05-29T18:23:31.537Z Compiling atomic-waker v1.1.2
13622026-05-29T18:23:31.562Z Compiling tower-layer v0.3.3
13632026-05-29T18:23:31.591Z Compiling dyn-clone v1.0.20
13642026-05-29T18:23:31.595Z Compiling schemars v0.8.22
13652026-05-29T18:23:31.632Z Compiling rustls v0.23.37
13662026-05-29T18:23:31.690Z Compiling try-lock v0.2.5
13672026-05-29T18:23:31.750Z Compiling tower-service v0.3.3
13682026-05-29T18:23:31.764Z Compiling pin-utils v0.1.0
13692026-05-29T18:23:31.807Z Compiling want v0.3.1
13702026-05-29T18:23:31.821Z Compiling foreign-types-shared v0.1.1
13712026-05-29T18:23:31.825Z Compiling openssl v0.10.79
13722026-05-29T18:23:31.865Z Compiling httpdate v1.0.3
13732026-05-29T18:23:31.868Z Compiling unicode-normalization v0.1.25
13742026-05-29T18:23:31.868Z Compiling spin v0.9.8
13752026-05-29T18:23:31.868Z Compiling crc32fast v1.5.0
13762026-05-29T18:23:31.895Z Compiling foreign-types v0.3.2
13772026-05-29T18:23:31.951Z Compiling native-tls v0.2.18
13782026-05-29T18:23:31.955Z Compiling powerfmt v0.2.0
13792026-05-29T18:23:31.955Z Compiling time-core v0.1.8
13802026-05-29T18:23:31.993Z Compiling num-conv v0.2.0
13812026-05-29T18:23:32.008Z Compiling wait-timeout v0.2.1
13822026-05-29T18:23:32.097Z Compiling sync_wrapper v1.0.2
13832026-05-29T18:23:32.120Z Compiling deranged v0.5.8
13842026-05-29T18:23:32.134Z Compiling usdt-impl v0.6.0
13852026-05-29T18:23:32.149Z Compiling time-macros v0.2.27
13862026-05-29T18:23:32.149Z Compiling siphasher v1.0.2
13872026-05-29T18:23:32.176Z Compiling quick-error v1.2.3
13882026-05-29T18:23:32.190Z Compiling crossbeam-utils v0.8.21
13892026-05-29T18:23:32.193Z Compiling num_threads v0.1.7
13902026-05-29T18:23:32.222Z Compiling bit-vec v0.8.0
13912026-05-29T18:23:32.293Z Compiling syn v1.0.109
13922026-05-29T18:23:32.306Z Compiling simd-adler32 v0.3.8
13932026-05-29T18:23:32.322Z Compiling heapless v0.7.17
13942026-05-29T18:23:32.382Z Compiling slog v2.8.2
13952026-05-29T18:23:32.395Z Compiling aws-lc-sys v0.40.0
13962026-05-29T18:23:32.409Z Compiling ring v0.17.14
13972026-05-29T18:23:32.412Z Compiling openssl-sys v0.9.115
13982026-05-29T18:23:32.479Z Compiling regex-automata v0.4.14
13992026-05-29T18:23:32.508Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-29T18:23:32.562Z Compiling tempfile v3.25.0
14012026-05-29T18:23:32.584Z Compiling bit-set v0.8.0
14022026-05-29T18:23:32.598Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-05-29T18:23:32.612Z Compiling rand_xorshift v0.4.0
14042026-05-29T18:23:32.636Z Compiling synstructure v0.13.2
14052026-05-29T18:23:32.774Z Compiling pest_generator v2.8.6
14062026-05-29T18:23:32.800Z Compiling serde_derive_internals v0.29.1
14072026-05-29T18:23:32.846Z Compiling darling_core v0.20.11
14082026-05-29T18:23:32.911Z Compiling rusty-fork v0.3.1
14092026-05-29T18:23:33.034Z Compiling darling_core v0.21.3
14102026-05-29T18:23:33.155Z Compiling thread-id v5.1.0
14112026-05-29T18:23:33.259Z Compiling cookie v0.18.1
14122026-05-29T18:23:33.276Z Compiling iri-string v0.7.10
14132026-05-29T18:23:33.291Z Compiling unicode-properties v0.1.4
14142026-05-29T18:23:33.295Z Compiling time v0.3.47
14152026-05-29T18:23:33.364Z Compiling anyhow v1.0.102
14162026-05-29T18:23:33.408Z Compiling allocator-api2 v0.2.21
14172026-05-29T18:23:33.462Z Compiling paste v1.0.15
14182026-05-29T18:23:33.529Z Compiling zstd-safe v7.2.4
14192026-05-29T18:23:33.543Z Compiling ryu v1.0.23
14202026-05-29T18:23:33.639Z Compiling adler2 v2.0.1
14212026-05-29T18:23:33.698Z Compiling unarray v0.1.4
14222026-05-29T18:23:33.735Z Compiling signal-hook v0.3.18
14232026-05-29T18:23:33.748Z Compiling unicode-bidi v0.3.18
14242026-05-29T18:23:33.764Z Compiling miniz_oxide v0.8.9
14252026-05-29T18:23:33.961Z Compiling num-integer v0.1.46
14262026-05-29T18:23:34.024Z Compiling curve25519-dalek v4.1.3
14272026-05-29T18:23:34.299Z Compiling stringprep v0.1.5
14282026-05-29T18:23:34.302Z Compiling vergen-lib v9.1.0
14292026-05-29T18:23:34.385Z Compiling ff v0.13.1
14302026-05-29T18:23:34.399Z Compiling hash32 v0.2.1
14312026-05-29T18:23:34.421Z Compiling serde_derive v1.0.228
14322026-05-29T18:23:34.448Z Compiling zeroize_derive v1.4.3
14332026-05-29T18:23:34.499Z Compiling zerofrom-derive v0.1.6
14342026-05-29T18:23:34.530Z Compiling yoke-derive v0.8.1
14352026-05-29T18:23:34.603Z Compiling zerovec-derive v0.11.2
14362026-05-29T18:23:34.606Z Compiling zerocopy-derive v0.8.40
14372026-05-29T18:23:34.776Z Compiling displaydoc v0.2.5
14382026-05-29T18:23:34.811Z Compiling tokio-macros v2.7.0
14392026-05-29T18:23:34.900Z Compiling futures-macro v0.3.32
14402026-05-29T18:23:35.191Z Compiling zeroize v1.8.2
14412026-05-29T18:23:35.206Z Compiling der_derive v0.7.3
14422026-05-29T18:23:35.591Z Compiling rustls-pki-types v1.14.0
14432026-05-29T18:23:35.604Z Compiling tracing-attributes v0.1.31
14442026-05-29T18:23:35.607Z Compiling thiserror-impl v2.0.18
14452026-05-29T18:23:35.776Z Compiling futures-util v0.3.32
14462026-05-29T18:23:35.790Z Compiling pest_derive v2.8.6
14472026-05-29T18:23:35.805Z Compiling schemars_derive v0.8.22
14482026-05-29T18:23:35.962Z Compiling crypto-common v0.1.7
14492026-05-29T18:23:35.983Z Compiling zerofrom v0.1.6
14502026-05-29T18:23:36.071Z Compiling block-buffer v0.10.4
14512026-05-29T18:23:36.120Z Compiling yoke v0.8.1
14522026-05-29T18:23:36.134Z Compiling block-padding v0.3.3
14532026-05-29T18:23:36.214Z Compiling digest v0.10.7
14542026-05-29T18:23:36.251Z Compiling der v0.7.10
14552026-05-29T18:23:36.264Z Compiling inout v0.1.4
14562026-05-29T18:23:36.315Z Compiling zerovec v0.11.5
14572026-05-29T18:23:36.328Z Compiling zerotrie v0.2.3
14582026-05-29T18:23:36.444Z Compiling hmac v0.12.1
14592026-05-29T18:23:36.481Z Compiling sha2 v0.10.9
14602026-05-29T18:23:36.619Z Compiling cipher v0.4.4
14612026-05-29T18:23:36.645Z Compiling pbkdf2 v0.12.2
14622026-05-29T18:23:36.692Z Compiling scroll_derive v0.13.1
14632026-05-29T18:23:36.777Z Compiling tinystr v0.8.2
14642026-05-29T18:23:36.842Z Compiling potential_utf v0.1.4
14652026-05-29T18:23:36.903Z Compiling salsa20 v0.10.2
14662026-05-29T18:23:36.975Z Compiling icu_locale_core v2.1.1
14672026-05-29T18:23:37.002Z Compiling icu_collections v2.1.1
14682026-05-29T18:23:37.017Z Compiling thiserror v2.0.18
14692026-05-29T18:23:37.031Z Compiling scrypt v0.11.0
14702026-05-29T18:23:37.059Z Compiling tracing v0.1.44
14712026-05-29T18:23:37.075Z Compiling cbc v0.1.2
14722026-05-29T18:23:37.113Z Compiling spki v0.7.3
14732026-05-29T18:23:37.134Z Compiling aes v0.8.4
14742026-05-29T18:23:37.336Z Compiling darling_macro v0.20.11
14752026-05-29T18:23:37.364Z Compiling openssl-macros v0.1.1
14762026-05-29T18:23:37.378Z Compiling rustls-native-certs v0.8.3
14772026-05-29T18:23:37.539Z Compiling dtrace-parser v0.3.0
14782026-05-29T18:23:37.552Z Compiling signature v2.2.0
14792026-05-29T18:23:37.573Z Compiling pkcs5 v0.7.1
14802026-05-29T18:23:37.690Z Compiling icu_provider v2.1.1
14812026-05-29T18:23:37.755Z Compiling scroll v0.13.0
14822026-05-29T18:23:37.785Z Compiling webpki-roots v1.0.6
14832026-05-29T18:23:37.856Z Compiling darling v0.20.11
14842026-05-29T18:23:37.919Z Compiling pkcs8 v0.10.2
14852026-05-29T18:23:37.934Z Compiling bytes v1.11.1
14862026-05-29T18:23:37.934Z Compiling icu_normalizer v2.1.1
14872026-05-29T18:23:37.962Z Compiling icu_properties v2.1.2
14882026-05-29T18:23:38.003Z Compiling chrono v0.4.44
14892026-05-29T18:23:38.025Z Compiling ipnet v2.11.0
14902026-05-29T18:23:38.048Z Compiling goblin v0.10.5
14912026-05-29T18:23:38.068Z Compiling derive_builder_core v0.20.2
14922026-05-29T18:23:38.130Z Compiling scroll_derive v0.12.1
14932026-05-29T18:23:38.234Z Compiling thiserror-impl v1.0.69
14942026-05-29T18:23:38.246Z Compiling toml_datetime v0.6.11
14952026-05-29T18:23:38.305Z Compiling erased-serde v0.3.31
14962026-05-29T18:23:38.500Z Compiling tokio v1.52.1
14972026-05-29T18:23:38.522Z Compiling http v1.4.0
14982026-05-29T18:23:38.541Z Compiling serde_urlencoded v0.7.1
14992026-05-29T18:23:38.561Z Compiling serde_tokenstream v0.2.3
15002026-05-29T18:23:38.806Z Compiling serde_spanned v0.6.9
15012026-05-29T18:23:38.809Z Compiling md-5 v0.10.6
15022026-05-29T18:23:38.832Z Compiling idna_adapter v1.2.1
15032026-05-29T18:23:38.890Z Compiling scroll v0.12.0
15042026-05-29T18:23:38.973Z Compiling idna v1.1.0
15052026-05-29T18:23:38.987Z Compiling derive_builder_macro v0.20.2
15062026-05-29T18:23:38.990Z Compiling darling_macro v0.21.3
15072026-05-29T18:23:38.990Z Compiling bstr v1.12.1
15082026-05-29T18:23:39.051Z Compiling ppv-lite86 v0.2.21
15092026-05-29T18:23:39.074Z Compiling pin-project-internal v1.1.11
15102026-05-29T18:23:39.178Z Compiling http-body v1.0.1
15112026-05-29T18:23:39.230Z Compiling async-trait v0.1.89
15122026-05-29T18:23:39.348Z Compiling url v2.5.8
15132026-05-29T18:23:39.394Z Compiling rand_chacha v0.9.0
15142026-05-29T18:23:39.409Z Compiling http-body-util v0.1.3
15152026-05-29T18:23:39.488Z Compiling rand_chacha v0.3.1
15162026-05-29T18:23:39.492Z Compiling zerocopy-derive v0.7.35
15172026-05-29T18:23:39.522Z Compiling thiserror v1.0.69
15182026-05-29T18:23:39.536Z Compiling memoffset v0.9.1
15192026-05-29T18:23:39.640Z Compiling rand v0.9.2
15202026-05-29T18:23:39.653Z Compiling encoding_rs v0.8.35
15212026-05-29T18:23:39.667Z Compiling mime v0.3.17
15222026-05-29T18:23:39.671Z Compiling base16ct v0.2.0
15232026-05-29T18:23:39.743Z Compiling litrs v1.0.0
15242026-05-29T18:23:39.941Z Compiling num-bigint-dig v0.8.6
15252026-05-29T18:23:40.207Z Compiling ref-cast v1.0.25
15262026-05-29T18:23:40.224Z Compiling psl-types v2.0.11
15272026-05-29T18:23:40.271Z Compiling proptest v1.10.0
15282026-05-29T18:23:40.310Z Compiling smoltcp v0.9.1
15292026-05-29T18:23:40.325Z Compiling cfg_aliases v0.2.1
15302026-05-29T18:23:40.350Z Compiling zlib-rs v0.6.2
15312026-05-29T18:23:40.364Z Compiling rustix v0.38.44
15322026-05-29T18:23:40.367Z Compiling fallible-iterator v0.2.0
15332026-05-29T18:23:40.410Z Compiling nix v0.31.2
15342026-05-29T18:23:40.423Z Compiling publicsuffix v2.3.0
15352026-05-29T18:23:40.454Z Compiling zerocopy v0.7.35
15362026-05-29T18:23:40.524Z Compiling document-features v0.2.12
15372026-05-29T18:23:40.606Z Compiling pin-project v1.1.11
15382026-05-29T18:23:40.671Z Compiling ipnetwork v0.21.1
15392026-05-29T18:23:40.716Z Compiling postgres-protocol v0.6.10
15402026-05-29T18:23:40.760Z Compiling sec1 v0.7.3
15412026-05-29T18:23:40.800Z Compiling dof v0.4.0
15422026-05-29T18:23:40.852Z Compiling rand v0.8.6
15432026-05-29T18:23:40.868Z Compiling darling v0.21.3
15442026-05-29T18:23:40.939Z Compiling oxnet v0.1.4
15452026-05-29T18:23:40.964Z Compiling derive_builder v0.20.2
15462026-05-29T18:23:41.018Z Compiling goblin v0.8.2
15472026-05-29T18:23:41.088Z Compiling hex v0.4.3
15482026-05-29T18:23:41.106Z Compiling futures-executor v0.3.32
15492026-05-29T18:23:41.138Z Compiling hubpack_derive v0.1.1
15502026-05-29T18:23:41.230Z Compiling hkdf v0.12.4
15512026-05-29T18:23:41.262Z Compiling crypto-bigint v0.5.5
15522026-05-29T18:23:41.289Z Compiling regex v1.12.3
15532026-05-29T18:23:41.428Z Compiling group v0.13.0
15542026-05-29T18:23:41.467Z Compiling ref-cast-impl v1.0.25
15552026-05-29T18:23:41.480Z Compiling curve25519-dalek-derive v0.1.1
15562026-05-29T18:23:41.623Z Compiling strum_macros v0.27.2
15572026-05-29T18:23:41.711Z Compiling daft-derive v0.1.7
15582026-05-29T18:23:41.739Z Compiling snafu-derive v0.8.9
15592026-05-29T18:23:41.939Z Compiling num-iter v0.1.45
15602026-05-29T18:23:42.071Z Compiling terminal_size v0.4.3
15612026-05-29T18:23:42.150Z Compiling phf_shared v0.13.1
15622026-05-29T18:23:42.224Z Compiling lazy_static v1.5.0
15632026-05-29T18:23:42.227Z Compiling vergen v9.1.0
15642026-05-29T18:23:42.329Z Compiling tokio-util v0.7.18
15652026-05-29T18:23:42.344Z Compiling tower v0.5.3
15662026-05-29T18:23:42.346Z Compiling tokio-native-tls v0.3.1
15672026-05-29T18:23:42.390Z Compiling cargo-platform v0.3.2
15682026-05-29T18:23:42.410Z Compiling fs-err v3.3.0
15692026-05-29T18:23:42.433Z Compiling ahash v0.8.12
15702026-05-29T18:23:42.464Z Compiling managed v0.8.0
15712026-05-29T18:23:42.556Z Compiling bitflags v1.3.2
15722026-05-29T18:23:42.576Z Compiling newtype-uuid v1.3.2
15732026-05-29T18:23:42.617Z Compiling foldhash v0.1.5
15742026-05-29T18:23:42.638Z Compiling foldhash v0.2.0
15752026-05-29T18:23:42.659Z Compiling same-file v1.0.6
15762026-05-29T18:23:42.679Z Compiling bumpalo v3.20.2
15772026-05-29T18:23:42.693Z Compiling winnow v0.5.40
15782026-05-29T18:23:42.805Z Compiling tower-http v0.6.8
15792026-05-29T18:23:42.837Z Compiling unicode-segmentation v1.12.0
15802026-05-29T18:23:42.851Z Compiling libbz2-rs-sys v0.2.2
15812026-05-29T18:23:42.876Z Compiling object v0.37.3
15822026-05-29T18:23:42.930Z Compiling zopfli v0.8.3
15832026-05-29T18:23:42.943Z Compiling hashbrown v0.16.1
15842026-05-29T18:23:43.180Z Compiling h2 v0.4.13
15852026-05-29T18:23:43.248Z Compiling flate2 v1.1.9
15862026-05-29T18:23:43.263Z Compiling dof v0.3.0
15872026-05-29T18:23:43.427Z Compiling bzip2 v0.6.1
15882026-05-29T18:23:43.494Z Compiling daft v0.1.7
15892026-05-29T18:23:43.556Z Compiling walkdir v2.5.0
15902026-05-29T18:23:43.569Z Compiling hashbrown v0.15.5
15912026-05-29T18:23:43.583Z Compiling clap_builder v4.5.60
15922026-05-29T18:23:43.658Z Compiling strum v0.27.2
15932026-05-29T18:23:43.700Z Compiling cargo_metadata v0.23.1
15942026-05-29T18:23:43.714Z Compiling snafu v0.8.9
15952026-05-29T18:23:43.806Z Compiling usdt-macro v0.6.0
15962026-05-29T18:23:43.806Z Compiling usdt-attr-macro v0.6.0
15972026-05-29T18:23:43.834Z Compiling phf v0.13.1
15982026-05-29T18:23:43.996Z Compiling toml_edit v0.19.15
15992026-05-29T18:23:44.011Z Compiling elliptic-curve v0.13.8
16002026-05-29T18:23:44.076Z Compiling signal-hook-mio v0.2.5
16012026-05-29T18:23:44.297Z Compiling cookie_store v0.22.1
16022026-05-29T18:23:44.333Z Compiling hubpack v0.1.2
16032026-05-29T18:23:44.417Z Compiling bzip2 v0.4.4
16042026-05-29T18:23:44.461Z Compiling futures v0.3.32
16052026-05-29T18:23:44.529Z Compiling postgres-types v0.2.12
16062026-05-29T18:23:44.547Z Compiling serde_with_macros v3.17.0
16072026-05-29T18:23:44.629Z Compiling zstd v0.13.3
16082026-05-29T18:23:44.641Z Compiling dtrace-parser v0.2.0
16092026-05-29T18:23:44.655Z Compiling globset v0.4.18
16102026-05-29T18:23:44.669Z Compiling pkcs1 v0.7.5
16112026-05-29T18:23:44.903Z Compiling ed25519 v2.2.3
16122026-05-29T18:23:44.977Z Compiling serde_plain v1.0.2
16132026-05-29T18:23:45.069Z Compiling serde-big-array v0.5.1
16142026-05-29T18:23:45.083Z Compiling olpc-cjson v0.1.4
16152026-05-29T18:23:45.099Z Compiling rfc6979 v0.4.0
16162026-05-29T18:23:45.223Z Compiling serde_repr v0.1.20
16172026-05-29T18:23:45.279Z Compiling async-recursion v1.1.1
16182026-05-29T18:23:45.279Z Compiling clap_derive v4.5.55
16192026-05-29T18:23:45.306Z Compiling strum_macros v0.26.4
16202026-05-29T18:23:45.398Z Compiling enum-as-inner v0.6.1
16212026-05-29T18:23:45.427Z Compiling phf_shared v0.11.3
16222026-05-29T18:23:45.625Z Compiling float-cmp v0.10.0
16232026-05-29T18:23:45.738Z Compiling pem v3.0.6
16242026-05-29T18:23:45.752Z Compiling memmap2 v0.9.10
16252026-05-29T18:23:45.787Z Compiling thread-id v4.2.2
16262026-05-29T18:23:45.800Z Compiling env_filter v1.0.0
16272026-05-29T18:23:45.888Z Compiling predicates-core v1.0.10
16282026-05-29T18:23:45.902Z Compiling new_debug_unreachable v1.0.6
16292026-05-29T18:23:45.933Z Compiling keccak v0.1.6
16302026-05-29T18:23:45.969Z Compiling normalize-line-endings v0.3.0
16312026-05-29T18:23:45.994Z Compiling whoami v2.1.0
16322026-05-29T18:23:45.997Z Compiling fixedbitset v0.4.2
16332026-05-29T18:23:46.120Z Compiling precomputed-hash v0.1.1
16342026-05-29T18:23:46.123Z Compiling fixedbitset v0.5.7
16352026-05-29T18:23:46.123Z Compiling jiff v0.2.21
16362026-05-29T18:23:46.130Z Compiling hyper v1.8.1
16372026-05-29T18:23:46.191Z Compiling typed-path v0.9.3
16382026-05-29T18:23:46.240Z Compiling either v1.15.0
16392026-05-29T18:23:46.394Z Compiling difflib v0.4.0
16402026-05-29T18:23:46.431Z Compiling data-encoding v2.10.0
16412026-05-29T18:23:46.465Z Compiling static_assertions v1.1.0
16422026-05-29T18:23:46.548Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-05-29T18:23:46.633Z Compiling predicates v3.1.4
16442026-05-29T18:23:46.675Z Compiling itertools v0.13.0
16452026-05-29T18:23:46.768Z Compiling hickory-proto v0.25.2
16462026-05-29T18:23:46.989Z Compiling petgraph v0.8.3
16472026-05-29T18:23:47.139Z Compiling strum v0.26.3
16482026-05-29T18:23:47.154Z Compiling clap v4.5.60
16492026-05-29T18:23:47.169Z Compiling tokio-postgres v0.7.16
16502026-05-29T18:23:47.173Z Compiling toml_edit v0.22.27
16512026-05-29T18:23:47.244Z Compiling hyper-util v0.1.20
16522026-05-29T18:23:47.259Z Compiling string_cache v0.8.9
16532026-05-29T18:23:47.290Z Compiling petgraph v0.6.5
16542026-05-29T18:23:47.308Z Compiling sha3 v0.10.8
16552026-05-29T18:23:47.458Z Compiling env_logger v0.11.9
16562026-05-29T18:23:47.506Z Compiling usdt v0.6.0
16572026-05-29T18:23:47.764Z Compiling usdt-impl v0.5.0
16582026-05-29T18:23:47.790Z Compiling serde_with v3.17.0
16592026-05-29T18:23:47.793Z Compiling crossterm v0.28.1
16602026-05-29T18:23:47.823Z Compiling toml v0.7.8
16612026-05-29T18:23:47.935Z Compiling ecdsa v0.16.9
16622026-05-29T18:23:48.337Z Compiling ed25519-dalek v2.2.0
16632026-05-29T18:23:48.360Z Compiling rsa v0.9.10
16642026-05-29T18:23:48.814Z Compiling hyper-tls v0.6.0
16652026-05-29T18:23:48.938Z Compiling zip v4.6.1
16662026-05-29T18:23:48.996Z Compiling zip v0.6.6
16672026-05-29T18:23:49.067Z Compiling iddqd v0.4.2
16682026-05-29T18:23:49.430Z Compiling similar v2.7.0
16692026-05-29T18:23:49.507Z Compiling heck v0.4.1
16702026-05-29T18:23:49.533Z Compiling tokio-stream v0.1.18
16712026-05-29T18:23:49.582Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-05-29T18:23:49.596Z Compiling buf-list v1.1.2
16732026-05-29T18:23:49.610Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-05-29T18:23:49.752Z Compiling openapiv3 v2.2.0
16752026-05-29T18:23:49.890Z Compiling x509-cert v0.2.5
16762026-05-29T18:23:49.893Z Compiling sha1 v0.10.6
16772026-05-29T18:23:49.924Z Compiling crossbeam-epoch v0.9.18
16782026-05-29T18:23:49.936Z Compiling lalrpop-util v0.19.12
16792026-05-29T18:23:49.978Z Compiling peg-runtime v0.8.5
16802026-05-29T18:23:50.010Z Compiling thread_local v1.1.9
16812026-05-29T18:23:50.180Z Compiling slog-async v2.8.0
16822026-05-29T18:23:50.195Z Compiling crossbeam-channel v0.5.15
16832026-05-29T18:23:50.235Z Compiling filetime v0.2.27
16842026-05-29T18:23:50.269Z Compiling is-terminal v0.4.17
16852026-05-29T18:23:50.318Z Compiling term v1.2.1
16862026-05-29T18:23:50.322Z Compiling xattr v1.6.1
16872026-05-29T18:23:50.345Z Compiling take_mut v0.2.2
16882026-05-29T18:23:50.467Z Compiling tar v0.4.45
16892026-05-29T18:23:50.673Z Compiling slog-term v2.9.2
16902026-05-29T18:24:08.082Z Compiling rustls-webpki v0.103.9
16912026-05-29T18:24:10.859Z Compiling tokio-rustls v0.26.4
16922026-05-29T18:24:10.859Z Compiling rustls-platform-verifier v0.6.2
16932026-05-29T18:24:11.050Z Compiling hyper-rustls v0.27.7
16942026-05-29T18:24:11.239Z Compiling reqwest v0.12.28
16952026-05-29T18:24:11.243Z Compiling reqwest v0.13.2
16962026-05-29T18:24:12.467Z Compiling tough v0.22.0
16972026-05-29T18:24:14.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-29T18:24:15.183Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-29T18:24:18.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s
17002026-05-29T18:24:18.176Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-29T18:24:18.263ZMay 29 18:24:17.703 INFO Starting download, target: Clickhouse
17022026-05-29T18:24:18.263ZMay 29 18:24:17.704 INFO Starting download, target: Cockroach
17032026-05-29T18:24:18.263ZMay 29 18:24:17.704 INFO Starting download, target: Console
17042026-05-29T18:24:18.263ZMay 29 18:24:17.704 INFO Starting download, target: DendriteStub
17052026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Starting download, target: MaghemiteMgd
17062026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Starting download, target: TransceiverControl
17072026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17122026-05-29T18:24:18.269ZMay 29 18:24:17.704 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-29T18:24:18.728ZMay 29 18:24:18.192 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-29T18:24:18.938ZMay 29 18:24:18.408 INFO Download complete, target: TransceiverControl
17152026-05-29T18:24:19.276ZMay 29 18:24:18.729 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-29T18:24:19.496ZMay 29 18:24:18.969 INFO Download complete, target: Console
17172026-05-29T18:24:20.015ZMay 29 18:24:19.488 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-29T18:24:20.037ZMay 29 18:24:19.498 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-29T18:24:20.752ZMay 29 18:24:20.225 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-05-29T18:24:20.752ZMay 29 18:24:20.225 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-05-29T18:24:21.981ZMay 29 18:24:21.453 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-05-29T18:24:22.630ZMay 29 18:24:22.092 INFO Download complete, target: DendriteStub
17232026-05-29T18:24:22.678ZMay 29 18:24:22.129 INFO Download complete, target: MaghemiteMgd
17242026-05-29T18:24:25.552ZMay 29 18:24:25.024 INFO Checking that binary works, target: Cockroach
17252026-05-29T18:24:25.705ZMay 29 18:24:25.178 INFO Download complete, target: Cockroach
17262026-05-29T18:24:28.803ZMay 29 18:24:28.276 INFO Checking that binary works, target: Clickhouse
17272026-05-29T18:24:28.896ZMay 29 18:24:28.369 INFO Download complete, target: Clickhouse
17282026-05-29T18:24:28.902ZAll prerequisites installed successfully
17292026-05-29T18:24:28.905Z
17302026-05-29T18:24:28.905Zreal 2:01.429900395
17312026-05-29T18:24:28.905Zuser 6:54.476565001
17322026-05-29T18:24:28.905Zsys 1:39.853298112
17332026-05-29T18:24:28.905Ztrap 0.286856193
17342026-05-29T18:24:28.905Ztflt 1.329621027
17352026-05-29T18:24:28.905Zdflt 1.917296340
17362026-05-29T18:24:28.905Zkflt 0.043265069
17372026-05-29T18:24:28.905Zlock 23:20.564298296
17382026-05-29T18:24:28.905Zslp 19:01.543028444
17392026-05-29T18:24:28.905Zlat 25.817995061
17402026-05-29T18:24:28.905Zstop 2:44.659211641
17412026-05-29T18:24:28.906Z+ ptime -m cargo xtask download softnpu
17422026-05-29T18:24:29.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17432026-05-29T18:24:29.450Z Running `target/debug/xtask download softnpu`
17442026-05-29T18:24:30.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-05-29T18:24:30.283Z Running `target/debug/xtask-downloader softnpu`
17462026-05-29T18:24:30.327ZMay 29 18:24:29.799 INFO Starting download, target: Softnpu
17472026-05-29T18:24:30.330ZMay 29 18:24:29.800 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-29T18:24:30.870ZMay 29 18:24:30.343 INFO Download complete, target: Softnpu
17492026-05-29T18:24:30.874Z
17502026-05-29T18:24:30.878Zreal 1.964674442
17512026-05-29T18:24:30.878Zuser 1.334829042
17522026-05-29T18:24:30.878Zsys 0.664951848
17532026-05-29T18:24:30.878Ztrap 0.000623730
17542026-05-29T18:24:30.878Ztflt 0.000329030
17552026-05-29T18:24:30.878Zdflt 0.000109890
17562026-05-29T18:24:30.878Zkflt 0.000000000
17572026-05-29T18:24:30.878Zlock 9.936287816
17582026-05-29T18:24:30.878Zslp 0.415140598
17592026-05-29T18:24:30.878Zlat 0.094285928
17602026-05-29T18:24:30.878Zstop 0.000155340
17612026-05-29T18:24:30.878Z+ export CARGO_INCREMENTAL=0
17622026-05-29T18:24:30.878Z+ CARGO_INCREMENTAL=0
17632026-05-29T18:24:30.878Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-29T18:24:31.761Z Compiling proc-macro2 v1.0.106
17652026-05-29T18:24:31.761Z Compiling quote v1.0.45
17662026-05-29T18:24:31.761Z Compiling unicode-ident v1.0.24
17672026-05-29T18:24:31.761Z Compiling libc v0.2.185
17682026-05-29T18:24:31.761Z Compiling serde_core v1.0.228
17692026-05-29T18:24:31.764Z Compiling serde v1.0.228
17702026-05-29T18:24:31.764Z Compiling cfg-if v1.0.4
17712026-05-29T18:24:31.764Z Compiling version_check v0.9.5
17722026-05-29T18:24:31.764Z Compiling find-msvc-tools v0.1.9
17732026-05-29T18:24:31.764Z Compiling shlex v1.3.0
17742026-05-29T18:24:31.920Z Compiling typenum v1.19.0
17752026-05-29T18:24:31.923Z Compiling zmij v1.0.21
17762026-05-29T18:24:31.933Z Compiling autocfg v1.5.0
17772026-05-29T18:24:31.944Z Compiling serde_json v1.0.149
17782026-05-29T18:24:31.949Z Compiling memchr v2.8.0
17792026-05-29T18:24:32.161Z Compiling portable-atomic v1.13.1
17802026-05-29T18:24:32.184Z Compiling libm v0.2.16
17812026-05-29T18:24:32.291Z Compiling generic-array v0.14.7
17822026-05-29T18:24:32.346Z Compiling zerocopy v0.8.40
17832026-05-29T18:24:32.445Z Compiling parking_lot_core v0.9.12
17842026-05-29T18:24:32.456Z Compiling smallvec v1.15.1
17852026-05-29T18:24:32.456Z Compiling num-traits v0.2.19
17862026-05-29T18:24:32.497Z Compiling icu_normalizer_data v2.1.1
17872026-05-29T18:24:32.503Z Compiling icu_properties_data v2.1.2
17882026-05-29T18:24:32.503Z Compiling itoa v1.0.17
17892026-05-29T18:24:32.544Z Compiling getrandom v0.4.1
17902026-05-29T18:24:32.601Z Compiling log v0.4.29
17912026-05-29T18:24:32.677Z Compiling stable_deref_trait v1.2.1
17922026-05-29T18:24:32.736Z Compiling pkg-config v0.3.32
17932026-05-29T18:24:32.758Z Compiling subtle v2.6.1
17942026-05-29T18:24:32.854Z Compiling getrandom v0.2.17
17952026-05-29T18:24:32.886Z Compiling jobserver v0.1.34
17962026-05-29T18:24:32.917Z Compiling errno v0.3.14
17972026-05-29T18:24:32.939Z Compiling scopeguard v1.2.0
17982026-05-29T18:24:33.070Z Compiling rand_core v0.6.4
17992026-05-29T18:24:33.078Z Compiling lock_api v0.4.14
18002026-05-29T18:24:33.098Z Compiling cc v1.2.56
18012026-05-29T18:24:33.150Z Compiling writeable v0.6.2
18022026-05-29T18:24:33.166Z Compiling litemap v0.8.1
18032026-05-29T18:24:33.186Z Compiling syn v2.0.117
18042026-05-29T18:24:33.195Z Compiling percent-encoding v2.3.2
18052026-05-29T18:24:33.313Z Compiling fnv v1.0.7
18062026-05-29T18:24:33.347Z Compiling pin-project-lite v0.2.17
18072026-05-29T18:24:33.409Z Compiling thiserror v2.0.18
18082026-05-29T18:24:33.424Z Compiling getrandom v0.3.4
18092026-05-29T18:24:33.498Z Compiling dunce v1.0.5
18102026-05-29T18:24:33.501Z Compiling fs_extra v1.3.0
18112026-05-29T18:24:33.512Z Compiling equivalent v1.0.2
18122026-05-29T18:24:33.559Z Compiling schemars v0.8.22
18132026-05-29T18:24:33.619Z Compiling rustversion v1.0.22
18142026-05-29T18:24:33.635Z Compiling rand_core v0.10.0
18152026-05-29T18:24:33.651Z Compiling utf8_iter v1.0.4
18162026-05-29T18:24:33.733Z Compiling form_urlencoded v1.2.2
18172026-05-29T18:24:33.800Z Compiling critical-section v1.2.0
18182026-05-29T18:24:33.831Z Compiling cmake v0.1.57
18192026-05-29T18:24:33.875Z Compiling signal-hook-registry v1.4.8
18202026-05-29T18:24:33.938Z Compiling rustix v1.1.3
18212026-05-29T18:24:33.954Z Compiling hashbrown v0.17.0
18222026-05-29T18:24:34.026Z Compiling mio v1.2.0
18232026-05-29T18:24:34.198Z Compiling bitflags v2.11.0
18242026-05-29T18:24:34.269Z Compiling semver v1.0.28
18252026-05-29T18:24:34.295Z Compiling once_cell v1.21.3
18262026-05-29T18:24:34.327Z Compiling parking_lot v0.12.5
18272026-05-29T18:24:34.364Z Compiling socket2 v0.6.3
18282026-05-29T18:24:34.405Z Compiling ring v0.17.14
18292026-05-29T18:24:34.405Z Compiling aws-lc-sys v0.40.0
18302026-05-29T18:24:34.496Z Compiling indexmap v2.14.0
18312026-05-29T18:24:34.579Z Compiling const-oid v0.9.6
18322026-05-29T18:24:34.601Z Compiling aws-lc-rs v1.16.3
18332026-05-29T18:24:34.673Z Compiling heck v0.5.0
18342026-05-29T18:24:34.677Z Compiling futures-core v0.3.32
18352026-05-29T18:24:34.808Z Compiling httparse v1.10.1
18362026-05-29T18:24:34.884Z Compiling thiserror v1.0.69
18372026-05-29T18:24:34.901Z Compiling strsim v0.11.1
18382026-05-29T18:24:34.938Z Compiling vcpkg v0.2.15
18392026-05-29T18:24:35.138Z Compiling iana-time-zone v0.1.65
18402026-05-29T18:24:35.158Z Compiling ucd-trie v0.1.7
18412026-05-29T18:24:35.188Z Compiling byteorder v1.5.0
18422026-05-29T18:24:35.234Z Compiling syn v1.0.109
18432026-05-29T18:24:35.255Z Compiling regex-syntax v0.8.10
18442026-05-29T18:24:35.279Z Compiling ident_case v1.0.1
18452026-05-29T18:24:35.282Z Compiling uuid v1.23.0
18462026-05-29T18:24:35.311Z Compiling pest v2.8.6
18472026-05-29T18:24:35.374Z Compiling rustls v0.23.37
18482026-05-29T18:24:35.451Z Compiling cpufeatures v0.2.17
18492026-05-29T18:24:35.512Z Compiling openssl-sys v0.9.115
18502026-05-29T18:24:35.622Z Compiling futures-sink v0.3.32
18512026-05-29T18:24:35.655Z Compiling rustc_version v0.4.1
18522026-05-29T18:24:35.724Z Compiling futures-channel v0.3.32
18532026-05-29T18:24:35.763Z Compiling slab v0.4.12
18542026-05-29T18:24:35.869Z Compiling futures-io v0.3.32
18552026-05-29T18:24:35.890Z Compiling futures-task v0.3.32
18562026-05-29T18:24:35.990Z Compiling synstructure v0.13.2
18572026-05-29T18:24:35.990Z Compiling serde_derive_internals v0.29.1
18582026-05-29T18:24:36.041Z Compiling aho-corasick v1.1.4
18592026-05-29T18:24:36.137Z Compiling dyn-clone v1.0.20
18602026-05-29T18:24:36.298Z Compiling base64 v0.22.1
18612026-05-29T18:24:36.314Z Compiling openssl v0.10.79
18622026-05-29T18:24:36.340Z Compiling plain v0.2.3
18632026-05-29T18:24:36.349Z Compiling crc32fast v1.5.0
18642026-05-29T18:24:36.419Z Compiling pest_meta v2.8.6
18652026-05-29T18:24:36.476Z Compiling crossbeam-utils v0.8.21
18662026-05-29T18:24:36.527Z Compiling num-conv v0.2.0
18672026-05-29T18:24:36.563Z Compiling time-core v0.1.8
18682026-05-29T18:24:36.740Z Compiling time-macros v0.2.27
18692026-05-29T18:24:36.772Z Compiling native-tls v0.2.18
18702026-05-29T18:24:36.788Z Compiling pretty-hex v0.4.1
18712026-05-29T18:24:36.791Z Compiling base64ct v1.8.3
18722026-05-29T18:24:36.835Z Compiling anyhow v1.0.102
18732026-05-29T18:24:36.854Z Compiling regex-automata v0.4.14
18742026-05-29T18:24:36.882Z Compiling darling_core v0.21.3
18752026-05-29T18:24:37.004Z Compiling tracing-core v0.1.36
18762026-05-29T18:24:37.020Z Compiling pest_generator v2.8.6
18772026-05-29T18:24:37.037Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-05-29T18:24:37.109Z Compiling pem-rfc7468 v0.7.0
18792026-05-29T18:24:37.220Z Compiling serde_derive v1.0.228
18802026-05-29T18:24:37.362Z Compiling zeroize_derive v1.4.3
18812026-05-29T18:24:37.431Z Compiling zerofrom-derive v0.1.6
18822026-05-29T18:24:37.435Z Compiling yoke-derive v0.8.1
18832026-05-29T18:24:37.435Z Compiling zerovec-derive v0.11.2
18842026-05-29T18:24:37.445Z Compiling displaydoc v0.2.5
18852026-05-29T18:24:37.665Z Compiling zerocopy-derive v0.8.40
18862026-05-29T18:24:37.701Z Compiling tokio-macros v2.7.0
18872026-05-29T18:24:37.716Z Compiling futures-macro v0.3.32
18882026-05-29T18:24:37.963Z Compiling zeroize v1.8.2
18892026-05-29T18:24:38.273Z Compiling thiserror-impl v2.0.18
18902026-05-29T18:24:38.348Z Compiling schemars_derive v0.8.22
18912026-05-29T18:24:38.378Z Compiling tracing-attributes v0.1.31
18922026-05-29T18:24:38.453Z Compiling der_derive v0.7.3
18932026-05-29T18:24:38.483Z Compiling thiserror-impl v1.0.69
18942026-05-29T18:24:38.498Z Compiling zerofrom v0.1.6
18952026-05-29T18:24:38.636Z Compiling yoke v0.8.1
18962026-05-29T18:24:38.667Z Compiling crypto-common v0.1.7
18972026-05-29T18:24:38.828Z Compiling zerovec v0.11.5
18982026-05-29T18:24:38.852Z Compiling zerotrie v0.2.3
18992026-05-29T18:24:39.038Z Compiling block-buffer v0.10.4
19002026-05-29T18:24:39.300Z Compiling digest v0.10.7
19012026-05-29T18:24:39.341Z Compiling tinystr v0.8.2
19022026-05-29T18:24:39.398Z Compiling potential_utf v0.1.4
19032026-05-29T18:24:39.479Z Compiling pest_derive v2.8.6
19042026-05-29T18:24:39.536Z Compiling icu_locale_core v2.1.1
19052026-05-29T18:24:39.552Z Compiling icu_collections v2.1.1
19062026-05-29T18:24:39.569Z Compiling futures-util v0.3.32
19072026-05-29T18:24:39.572Z Compiling hmac v0.12.1
19082026-05-29T18:24:39.775Z Compiling block-padding v0.3.3
19092026-05-29T18:24:39.957Z Compiling inout v0.1.4
19102026-05-29T18:24:39.960Z Compiling rustls-pki-types v1.14.0
19112026-05-29T18:24:40.127Z Compiling openssl-macros v0.1.1
19122026-05-29T18:24:40.309Z Compiling bytes v1.11.1
19132026-05-29T18:24:40.344Z Compiling icu_provider v2.1.1
19142026-05-29T18:24:40.414Z Compiling chrono v0.4.44
19152026-05-29T18:24:40.429Z Compiling serde_tokenstream v0.2.3
19162026-05-29T18:24:40.530Z Compiling cipher v0.4.4
19172026-05-29T18:24:40.736Z Compiling icu_normalizer v2.1.1
19182026-05-29T18:24:40.761Z Compiling icu_properties v2.1.2
19192026-05-29T18:24:40.794Z Compiling sha2 v0.10.9
19202026-05-29T18:24:40.958Z Compiling tokio v1.52.1
19212026-05-29T18:24:41.250Z Compiling scroll_derive v0.13.1
19222026-05-29T18:24:41.590Z Compiling scroll_derive v0.12.1
19232026-05-29T18:24:41.886Z Compiling idna_adapter v1.2.1
19242026-05-29T18:24:41.975Z Compiling ppv-lite86 v0.2.21
19252026-05-29T18:24:42.028Z Compiling idna v1.1.0
19262026-05-29T18:24:42.246Z Compiling http v1.4.0
19272026-05-29T18:24:42.277Z Compiling flagset v0.4.7
19282026-05-29T18:24:42.294Z Compiling untrusted v0.9.0
19292026-05-29T18:24:42.346Z Compiling tracing v0.1.44
19302026-05-29T18:24:42.422Z Compiling url v2.5.8
19312026-05-29T18:24:42.422Z Compiling der v0.7.10
19322026-05-29T18:24:42.454Z Compiling regex v1.12.3
19332026-05-29T18:24:42.595Z Compiling darling_macro v0.21.3
19342026-05-29T18:24:42.741Z Compiling zerocopy-derive v0.7.35
19352026-05-29T18:24:42.765Z Compiling rand_core v0.9.5
19362026-05-29T18:24:42.871Z Compiling slog v2.8.2
19372026-05-29T18:24:43.286Z Compiling spki v0.7.3
19382026-05-29T18:24:43.520Z Compiling darling v0.21.3
19392026-05-29T18:24:43.523Z Compiling salsa20 v0.10.2
19402026-05-29T18:24:43.550Z Compiling pbkdf2 v0.12.2
19412026-05-29T18:24:44.081Z Compiling cookie v0.18.1
19422026-05-29T18:24:44.098Z Compiling camino v1.2.2
19432026-05-29T18:24:44.410Z Compiling scrypt v0.11.0
19442026-05-29T18:24:44.425Z Compiling http-body v1.0.1
19452026-05-29T18:24:44.469Z Compiling rand_chacha v0.9.0
19462026-05-29T18:24:44.544Z Compiling cbc v0.1.2
19472026-05-29T18:24:44.561Z Compiling aes v0.8.4
19482026-05-29T18:24:44.651Z Compiling tokio-util v0.7.18
19492026-05-29T18:24:44.697Z Compiling usdt-impl v0.5.0
19502026-05-29T18:24:44.759Z Compiling atomic-waker v1.1.2
19512026-05-29T18:24:44.807Z Compiling untrusted v0.7.1
19522026-05-29T18:24:44.855Z Compiling either v1.15.0
19532026-05-29T18:24:44.882Z Compiling tinyvec_macros v0.1.1
19542026-05-29T18:24:44.913Z Compiling ref-cast v1.0.25
19552026-05-29T18:24:44.951Z Compiling openssl-probe v0.2.1
19562026-05-29T18:24:44.967Z Compiling winnow v0.7.14
19572026-05-29T18:24:45.034Z Compiling paste v1.0.15
19582026-05-29T18:24:45.058Z Compiling usdt-impl v0.6.0
19592026-05-29T18:24:45.082Z Compiling tinyvec v1.10.0
19602026-05-29T18:24:45.215Z Compiling pkcs5 v0.7.1
19612026-05-29T18:24:45.410Z Compiling rand v0.9.2
19622026-05-29T18:24:45.678Z Compiling scroll v0.12.0
19632026-05-29T18:24:45.741Z Compiling scroll v0.13.0
19642026-05-29T18:24:45.865Z Compiling serde_spanned v0.6.9
19652026-05-29T18:24:45.962Z Compiling toml_datetime v0.6.11
19662026-05-29T18:24:46.019Z Compiling async-trait v0.1.89
19672026-05-29T18:24:46.031Z Compiling heapless v0.7.17
19682026-05-29T18:24:46.071Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-29T18:24:46.104Z Compiling try-lock v0.2.5
19702026-05-29T18:24:46.154Z Compiling tower-service v0.3.3
19712026-05-29T18:24:46.366Z Compiling tower-layer v0.3.3
19722026-05-29T18:24:46.383Z Compiling zstd-safe v7.2.4
19732026-05-29T18:24:46.415Z Compiling fastrand v2.3.0
19742026-05-29T18:24:46.432Z Compiling signal-hook v0.3.18
19752026-05-29T18:24:46.596Z Compiling h2 v0.4.13
19762026-05-29T18:24:46.611Z Compiling want v0.3.1
19772026-05-29T18:24:46.641Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-29T18:24:46.760Z Compiling goblin v0.10.5
19792026-05-29T18:24:46.783Z Compiling goblin v0.8.2
19802026-05-29T18:24:46.886Z Compiling pkcs8 v0.10.2
19812026-05-29T18:24:47.185Z Compiling zerocopy v0.7.35
19822026-05-29T18:24:47.200Z Compiling ipnet v2.11.0
19832026-05-29T18:24:47.249Z Compiling ref-cast-impl v1.0.25
19842026-05-29T18:24:47.428Z Compiling darling_core v0.20.11
19852026-05-29T18:24:47.643Z Compiling curve25519-dalek v4.1.3
19862026-05-29T18:24:47.760Z Compiling memoffset v0.9.1
19872026-05-29T18:24:47.905Z Compiling httpdate v1.0.3
19882026-05-29T18:24:47.941Z Compiling pin-utils v0.1.0
19892026-05-29T18:24:47.977Z Compiling rustix v0.38.44
19902026-05-29T18:24:48.030Z Compiling foreign-types-shared v0.1.1
19912026-05-29T18:24:48.219Z Compiling litrs v1.0.0
19922026-05-29T18:24:48.445Z Compiling winnow v0.5.40
19932026-05-29T18:24:48.524Z Compiling foreign-types v0.3.2
19942026-05-29T18:24:48.610Z Compiling tempfile v3.25.0
19952026-05-29T18:24:48.707Z Compiling document-features v0.2.12
19962026-05-29T18:24:48.952Z Compiling dof v0.3.0
19972026-05-29T18:24:49.226Z Compiling unicode-normalization v0.1.25
19982026-05-29T18:24:49.368Z Compiling darling_macro v0.20.11
19992026-05-29T18:24:49.569Z Compiling dof v0.4.0
20002026-05-29T18:24:49.578Z Compiling hyper v1.8.1
20012026-05-29T18:24:49.578Z Compiling dtrace-parser v0.2.0
20022026-05-29T18:24:49.723Z Compiling toml_edit v0.19.15
20032026-05-29T18:24:49.813Z Compiling dtrace-parser v0.3.0
20042026-05-29T18:24:49.885Z Compiling daft-derive v0.1.7
20052026-05-29T18:24:50.018Z Compiling pin-project-internal v1.1.11
20062026-05-29T18:24:50.128Z Compiling spin v0.9.8
20072026-05-29T18:24:50.179Z Compiling thread-id v4.2.2
20082026-05-29T18:24:50.227Z Compiling thread-id v5.1.0
20092026-05-29T18:24:50.243Z Compiling smoltcp v0.9.1
20102026-05-29T18:24:50.326Z Compiling powerfmt v0.2.0
20112026-05-29T18:24:50.363Z Compiling cfg_aliases v0.2.1
20122026-05-29T18:24:50.454Z Compiling num-bigint-dig v0.8.6
20132026-05-29T18:24:50.480Z Compiling nix v0.31.2
20142026-05-29T18:24:50.578Z Compiling deranged v0.5.8
20152026-05-29T18:24:50.622Z Compiling hyper-util v0.1.20
20162026-05-29T18:24:51.019Z Compiling darling v0.20.11
20172026-05-29T18:24:51.153Z Compiling rustls-native-certs v0.8.3
20182026-05-29T18:24:51.191Z Compiling ipnetwork v0.21.1
20192026-05-29T18:24:51.437Z Compiling curve25519-dalek-derive v0.1.1
20202026-05-29T18:24:51.756Z Compiling strum_macros v0.26.4
20212026-05-29T18:24:51.825Z Compiling sync_wrapper v1.0.2
20222026-05-29T18:24:51.948Z Compiling wait-timeout v0.2.1
20232026-05-29T18:24:52.028Z Compiling num_threads v0.1.7
20242026-05-29T18:24:52.140Z Compiling anstyle v1.0.13
20252026-05-29T18:24:52.191Z Compiling simd-adler32 v0.3.8
20262026-05-29T18:24:52.385Z Compiling siphasher v1.0.2
20272026-05-29T18:24:52.391Z Compiling bit-vec v0.8.0
20282026-05-29T18:24:52.452Z Compiling utf8parse v0.2.2
20292026-05-29T18:24:52.556Z Compiling quick-error v1.2.3
20302026-05-29T18:24:52.585Z Compiling bit-set v0.8.0
20312026-05-29T18:24:52.641Z Compiling anstyle-parse v0.2.7
20322026-05-29T18:24:52.658Z Compiling time v0.3.47
20332026-05-29T18:24:52.684Z Compiling rusty-fork v0.3.1
20342026-05-29T18:24:52.772Z Compiling tower v0.5.3
20352026-05-29T18:24:53.178Z Compiling derive_builder_core v0.20.2
20362026-05-29T18:24:53.269Z Compiling http-body-util v0.1.3
20372026-05-29T18:24:53.430Z Compiling webpki-roots v1.0.6
20382026-05-29T18:24:53.568Z Compiling rand_xorshift v0.4.0
20392026-05-29T18:24:53.584Z Compiling signature v2.2.0
20402026-05-29T18:24:53.587Z Compiling hubpack_derive v0.1.1
20412026-05-29T18:24:53.619Z Compiling snafu-derive v0.8.9
20422026-05-29T18:24:53.727Z Compiling strum_macros v0.27.2
20432026-05-29T18:24:53.930Z Compiling fs-err v3.3.0
20442026-05-29T18:24:53.955Z Compiling ahash v0.8.12
20452026-05-29T18:24:54.060Z Compiling encoding_rs v0.8.35
20462026-05-29T18:24:54.088Z Compiling unarray v0.1.4
20472026-05-29T18:24:54.181Z Compiling adler2 v2.0.1
20482026-05-29T18:24:54.301Z Compiling ryu v1.0.23
20492026-05-29T18:24:54.327Z Compiling is_terminal_polyfill v1.70.2
20502026-05-29T18:24:54.431Z Compiling unicode-properties v0.1.4
20512026-05-29T18:24:54.476Z Compiling unicode-segmentation v1.12.0
20522026-05-29T18:24:54.607Z Compiling object v0.37.3
20532026-05-29T18:24:54.623Z Compiling mime v0.3.17
20542026-05-29T18:24:54.639Z Compiling unicode-bidi v0.3.18
20552026-05-29T18:24:54.655Z Compiling iri-string v0.7.10
20562026-05-29T18:24:54.700Z Compiling anstyle-query v1.1.5
20572026-05-29T18:24:54.749Z Compiling colorchoice v1.0.4
20582026-05-29T18:24:54.851Z Compiling allocator-api2 v0.2.21
20592026-05-29T18:24:54.886Z Compiling anstream v0.6.21
20602026-05-29T18:24:54.903Z Compiling serde_urlencoded v0.7.1
20612026-05-29T18:24:55.052Z Compiling stringprep v0.1.5
20622026-05-29T18:24:55.166Z Compiling miniz_oxide v0.8.9
20632026-05-29T18:24:55.216Z Compiling proptest v1.10.0
20642026-05-29T18:24:55.295Z Compiling derive_builder_macro v0.20.2
20652026-05-29T18:24:55.572Z Compiling tokio-native-tls v0.3.1
20662026-05-29T18:24:55.632Z Compiling usdt-macro v0.6.0
20672026-05-29T18:24:55.719Z Compiling usdt-attr-macro v0.6.0
20682026-05-29T18:24:56.066Z Compiling tower-http v0.6.8
20692026-05-29T18:24:56.189Z Compiling rand_chacha v0.3.1
20702026-05-29T18:24:56.206Z Compiling erased-serde v0.3.31
20712026-05-29T18:24:56.238Z Compiling md-5 v0.10.6
20722026-05-29T18:24:56.238Z Compiling bstr v1.12.1
20732026-05-29T18:24:56.407Z Compiling num-integer v0.1.46
20742026-05-29T18:24:56.428Z Compiling hash32 v0.2.1
20752026-05-29T18:24:56.475Z Compiling vergen-lib v9.1.0
20762026-05-29T18:24:56.492Z Compiling ff v0.13.1
20772026-05-29T18:24:56.611Z Compiling zlib-rs v0.6.2
20782026-05-29T18:24:56.625Z Compiling fallible-iterator v0.2.0
20792026-05-29T18:24:56.676Z Compiling psl-types v2.0.11
20802026-05-29T18:24:56.807Z Compiling base16ct v0.2.0
20812026-05-29T18:24:56.823Z Compiling publicsuffix v2.3.0
20822026-05-29T18:24:56.895Z Compiling postgres-protocol v0.6.10
20832026-05-29T18:24:56.913Z Compiling num-iter v0.1.45
20842026-05-29T18:24:56.939Z Compiling sec1 v0.7.3
20852026-05-29T18:24:57.012Z Compiling group v0.13.0
20862026-05-29T18:24:57.202Z Compiling newtype-uuid v1.3.2
20872026-05-29T18:24:57.360Z Compiling rand v0.8.6
20882026-05-29T18:24:57.817Z Compiling oxnet v0.1.4
20892026-05-29T18:24:57.879Z Compiling derive_builder v0.20.2
20902026-05-29T18:24:57.882Z Compiling hyper-tls v0.6.0
20912026-05-29T18:24:58.066Z Compiling heck v0.4.1
20922026-05-29T18:24:58.121Z Compiling phf_shared v0.13.1
20932026-05-29T18:24:58.149Z Compiling pin-project v1.1.11
20942026-05-29T18:24:58.234Z Compiling lazy_static v1.5.0
20952026-05-29T18:24:58.341Z Compiling terminal_size v0.4.3
20962026-05-29T18:24:58.362Z Compiling serde_with_macros v3.17.0
20972026-05-29T18:24:58.378Z Compiling futures-executor v0.3.32
20982026-05-29T18:24:58.378Z Compiling hex v0.4.3
20992026-05-29T18:24:58.498Z Compiling hkdf v0.12.4
21002026-05-29T18:24:58.615Z Compiling flate2 v1.1.9
21012026-05-29T18:24:58.630Z Compiling crypto-bigint v0.5.5
21022026-05-29T18:24:58.659Z Compiling async-recursion v1.1.1
21032026-05-29T18:24:58.680Z Compiling enum-as-inner v0.6.1
21042026-05-29T18:24:58.724Z Compiling serde_repr v0.1.20
21052026-05-29T18:24:58.813Z Compiling clap_derive v4.5.55
21062026-05-29T18:24:58.874Z Compiling vergen v9.1.0
21072026-05-29T18:24:59.010Z Compiling cargo-platform v0.3.2
21082026-05-29T18:24:59.083Z Compiling bitflags v1.3.2
21092026-05-29T18:24:59.099Z Compiling managed v0.8.0
21102026-05-29T18:24:59.179Z Compiling foldhash v0.1.5
21112026-05-29T18:24:59.257Z Compiling libbz2-rs-sys v0.2.2
21122026-05-29T18:24:59.291Z Compiling clap_lex v1.0.0
21132026-05-29T18:24:59.364Z Compiling bumpalo v3.20.2
21142026-05-29T18:24:59.379Z Compiling same-file v1.0.6
21152026-05-29T18:24:59.529Z Compiling foldhash v0.2.0
21162026-05-29T18:24:59.532Z Compiling elliptic-curve v0.13.8
21172026-05-29T18:24:59.572Z Compiling zopfli v0.8.3
21182026-05-29T18:24:59.616Z Compiling walkdir v2.5.0
21192026-05-29T18:24:59.692Z Compiling bzip2 v0.6.1
21202026-05-29T18:24:59.869Z Compiling hashbrown v0.16.1
21212026-05-29T18:24:59.911Z Compiling clap_builder v4.5.60
21222026-05-29T18:24:59.939Z Compiling hashbrown v0.15.5
21232026-05-29T18:24:59.955Z Compiling cargo_metadata v0.23.1
21242026-05-29T18:25:00.409Z Compiling futures v0.3.32
21252026-05-29T18:25:00.545Z Compiling phf v0.13.1
21262026-05-29T18:25:00.633Z Compiling snafu v0.8.9
21272026-05-29T18:25:00.726Z Compiling zstd v0.13.3
21282026-05-29T18:25:00.741Z Compiling signal-hook-mio v0.2.5
21292026-05-29T18:25:00.776Z Compiling daft v0.1.7
21302026-05-29T18:25:00.977Z Compiling cookie_store v0.22.1
21312026-05-29T18:25:00.999Z Compiling bzip2 v0.4.4
21322026-05-29T18:25:01.066Z Compiling postgres-types v0.2.12
21332026-05-29T18:25:01.215Z Compiling globset v0.4.18
21342026-05-29T18:25:01.254Z Compiling strum v0.27.2
21352026-05-29T18:25:01.597Z Compiling hubpack v0.1.2
21362026-05-29T18:25:01.614Z Compiling ed25519 v2.2.3
21372026-05-29T18:25:01.618Z Compiling phf_shared v0.11.3
21382026-05-29T18:25:01.695Z Compiling crossbeam-epoch v0.9.18
21392026-05-29T18:25:01.822Z Compiling olpc-cjson v0.1.4
21402026-05-29T18:25:01.838Z Compiling pkcs1 v0.7.5
21412026-05-29T18:25:01.870Z Compiling pem v3.0.6
21422026-05-29T18:25:01.921Z Compiling serde-big-array v0.5.1
21432026-05-29T18:25:01.996Z Compiling serde_plain v1.0.2
21442026-05-29T18:25:02.029Z Compiling rfc6979 v0.4.0
21452026-05-29T18:25:02.076Z Compiling float-cmp v0.10.0
21462026-05-29T18:25:02.168Z Compiling memmap2 v0.9.10
21472026-05-29T18:25:02.172Z Compiling env_filter v1.0.0
21482026-05-29T18:25:02.201Z Compiling typed-path v0.9.3
21492026-05-29T18:25:02.216Z Compiling data-encoding v2.10.0
21502026-05-29T18:25:02.248Z Compiling keccak v0.1.6
21512026-05-29T18:25:02.251Z Compiling precomputed-hash v0.1.1
21522026-05-29T18:25:02.251Z Compiling static_assertions v1.1.0
21532026-05-29T18:25:02.372Z Compiling difflib v0.4.0
21542026-05-29T18:25:02.372Z Compiling toml_write v0.1.2
21552026-05-29T18:25:02.406Z Compiling fixedbitset v0.4.2
21562026-05-29T18:25:02.452Z Compiling jiff v0.2.21
21572026-05-29T18:25:02.456Z Compiling new_debug_unreachable v1.0.6
21582026-05-29T18:25:02.482Z Compiling whoami v2.1.0
21592026-05-29T18:25:02.551Z Compiling predicates-core v1.0.10
21602026-05-29T18:25:02.591Z Compiling normalize-line-endings v0.3.0
21612026-05-29T18:25:02.614Z Compiling fixedbitset v0.5.7
21622026-05-29T18:25:02.634Z Compiling toml_edit v0.22.27
21632026-05-29T18:25:02.720Z Compiling tokio-postgres v0.7.16
21642026-05-29T18:25:02.742Z Compiling predicates v3.1.4
21652026-05-29T18:25:02.768Z Compiling petgraph v0.6.5
21662026-05-29T18:25:02.887Z Compiling petgraph v0.8.3
21672026-05-29T18:25:02.893Z Compiling string_cache v0.8.9
21682026-05-29T18:25:02.911Z Compiling hickory-proto v0.25.2
21692026-05-29T18:25:03.081Z Compiling sha3 v0.10.8
21702026-05-29T18:25:03.322Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21712026-05-29T18:25:03.337Z Compiling env_logger v0.11.9
21722026-05-29T18:25:03.368Z Compiling usdt v0.6.0
21732026-05-29T18:25:03.631Z Compiling ecdsa v0.16.9
21742026-05-29T18:25:03.678Z Compiling rsa v0.9.10
21752026-05-29T18:25:04.216Z Compiling ed25519-dalek v2.2.0
21762026-05-29T18:25:04.574Z Compiling clap v4.5.60
21772026-05-29T18:25:04.635Z Compiling crossterm v0.28.1
21782026-05-29T18:25:04.706Z Compiling zip v0.6.6
21792026-05-29T18:25:04.773Z Compiling iddqd v0.4.2
21802026-05-29T18:25:05.103Z Compiling zip v4.6.1
21812026-05-29T18:25:05.238Z Compiling serde_with v3.17.0
21822026-05-29T18:25:05.479Z Compiling similar v2.7.0
21832026-05-29T18:25:05.497Z Compiling strum v0.26.3
21842026-05-29T18:25:05.649Z Compiling toml v0.7.8
21852026-05-29T18:25:05.845Z Compiling tokio-stream v0.1.18
21862026-05-29T18:25:06.023Z Compiling itertools v0.13.0
21872026-05-29T18:25:06.067Z Compiling buf-list v1.1.2
21882026-05-29T18:25:06.191Z Compiling x509-cert v0.2.5
21892026-05-29T18:25:06.336Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-05-29T18:25:06.345Z Compiling openapiv3 v2.2.0
21912026-05-29T18:25:06.542Z Compiling sha1 v0.10.6
21922026-05-29T18:25:06.980Z Compiling peg-runtime v0.8.5
21932026-05-29T18:25:07.069Z Compiling lalrpop-util v0.19.12
21942026-05-29T18:25:21.048Z Compiling rustls-webpki v0.103.9
21952026-05-29T18:25:23.450Z Compiling macaddr v1.0.1
21962026-05-29T18:25:23.533Z Compiling structmeta-derive v0.3.0
21972026-05-29T18:25:23.568Z Compiling crucible-workspace-hack v0.1.0
21982026-05-29T18:25:23.597Z Compiling rayon-core v1.13.0
21992026-05-29T18:25:23.757Z Compiling itertools v0.14.0
22002026-05-29T18:25:23.795Z Compiling secrecy v0.10.3
22012026-05-29T18:25:23.830Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-29T18:25:23.845Z Compiling rustls v0.22.4
22032026-05-29T18:25:23.874Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-05-29T18:25:23.981Z Compiling heapless v0.8.0
22052026-05-29T18:25:24.073Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-29T18:25:24.178Z Compiling crossbeam-deque v0.8.6
22072026-05-29T18:25:24.234Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-29T18:25:24.249Z Compiling rustls-webpki v0.102.8
22092026-05-29T18:25:24.403Z Compiling hash32 v0.3.1
22102026-05-29T18:25:24.418Z Compiling multer v3.1.0
22112026-05-29T18:25:24.779Z Compiling thread_local v1.1.9
22122026-05-29T18:25:24.790Z Compiling compression-core v0.4.31
22132026-05-29T18:25:24.790Z Compiling structmeta v0.3.0
22142026-05-29T18:25:24.790Z Compiling smoltcp v0.11.0
22152026-05-29T18:25:24.790Z Compiling slog-async v2.8.0
22162026-05-29T18:25:24.790Z Compiling match_cfg v0.1.0
22172026-05-29T18:25:24.790Z Compiling tokio-rustls v0.26.4
22182026-05-29T18:25:24.790Z Compiling rustls-platform-verifier v0.6.2
22192026-05-29T18:25:24.790Z Compiling unicode-width v0.2.0
22202026-05-29T18:25:24.796Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212026-05-29T18:25:24.849Z Compiling derive-ex v0.1.8
22222026-05-29T18:25:24.879Z Compiling hyper-rustls v0.27.7
22232026-05-29T18:25:24.964Z Compiling hostname v0.3.1
22242026-05-29T18:25:25.369Z Compiling compression-codecs v0.4.37
22252026-05-29T18:25:25.385Z Compiling proc-macro-crate v3.4.0
22262026-05-29T18:25:25.385Z Compiling ingot-macros v0.1.1
22272026-05-29T18:25:25.385Z Compiling reqwest v0.12.28
22282026-05-29T18:25:25.385Z Compiling reqwest v0.13.2
22292026-05-29T18:25:25.405Z Compiling slog-json v2.6.1
22302026-05-29T18:25:25.497Z Compiling crossbeam-channel v0.5.15
22312026-05-29T18:25:25.843Z Compiling half v2.7.1
22322026-05-29T18:25:25.943Z Compiling newtype-uuid-macros v0.1.0
22332026-05-29T18:25:26.019Z Compiling cobs v0.3.0
22342026-05-29T18:25:26.335Z Compiling thiserror-impl-no-std v2.0.2
22352026-05-29T18:25:26.345Z Compiling universal-hash v0.5.1
22362026-05-29T18:25:26.345Z Compiling async-stream-impl v0.3.6
22372026-05-29T18:25:26.345Z Compiling serde_spanned v1.0.4
22382026-05-29T18:25:26.369Z Compiling toml_datetime v1.0.0+spec-1.1.0
22392026-05-29T18:25:26.385Z Compiling is-terminal v0.4.17
22402026-05-29T18:25:26.424Z Compiling dropshot v0.17.0
22412026-05-29T18:25:26.504Z Compiling proc-macro-error-attr v1.0.4
22422026-05-29T18:25:26.520Z Compiling ciborium-io v0.2.2
22432026-05-29T18:25:26.687Z Compiling term v1.2.1
22442026-05-29T18:25:26.691Z Compiling take_mut v0.2.2
22452026-05-29T18:25:26.691Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-05-29T18:25:26.714Z Compiling tough v0.22.0
22472026-05-29T18:25:26.765Z Compiling convert_case v0.4.0
22482026-05-29T18:25:26.780Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-29T18:25:26.823Z Compiling opaque-debug v0.3.1
22502026-05-29T18:25:26.840Z Compiling async-stream v0.3.6
22512026-05-29T18:25:26.881Z Compiling poly1305 v0.8.0
22522026-05-29T18:25:27.053Z Compiling tokio-rustls v0.25.0
22532026-05-29T18:25:27.159Z Compiling toml v1.0.6+spec-1.1.0
22542026-05-29T18:25:27.165Z Compiling derive_more v0.99.20
22552026-05-29T18:25:27.165Z Compiling thiserror-no-std v2.0.2
22562026-05-29T18:25:27.343Z Compiling slog-term v2.9.2
22572026-05-29T18:25:27.433Z Compiling ciborium-ll v0.2.2
22582026-05-29T18:25:27.515Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-29T18:25:27.661Z Compiling ingot-types v0.1.2
22602026-05-29T18:25:27.711Z Compiling test-strategy v0.4.5
22612026-05-29T18:25:28.136Z Compiling ingot v0.1.1
22622026-05-29T18:25:28.160Z Compiling postcard v1.1.3
22632026-05-29T18:25:28.214Z Compiling slog-bunyan v2.5.0
22642026-05-29T18:25:28.429Z Compiling num_enum_derive v0.7.5
22652026-05-29T18:25:28.472Z Compiling async-compression v0.4.41
22662026-05-29T18:25:28.501Z Compiling parse-display-derive v0.10.0
22672026-05-29T18:25:28.560Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-05-29T18:25:28.951Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-29T18:25:29.004Z Compiling proc-macro-crate v1.3.1
22702026-05-29T18:25:29.222Z Compiling backon v1.6.0
22712026-05-29T18:25:29.237Z Compiling waitgroup v0.1.2
22722026-05-29T18:25:29.255Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22732026-05-29T18:25:29.367Z Compiling password-hash v0.5.0
22742026-05-29T18:25:29.381Z Compiling chacha20 v0.9.1
22752026-05-29T18:25:29.417Z Compiling dropshot_endpoint v0.17.0
22762026-05-29T18:25:29.498Z Compiling rustls-pemfile v2.2.0
22772026-05-29T18:25:29.657Z Compiling blake2 v0.10.6
22782026-05-29T18:25:29.677Z Compiling aead v0.5.2
22792026-05-29T18:25:29.830Z Compiling foreign-types-macros v0.2.3
22802026-05-29T18:25:29.979Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-29T18:25:30.035Z Compiling serde_path_to_error v0.1.20
22822026-05-29T18:25:30.203Z Compiling hostname v0.4.2
22832026-05-29T18:25:30.249Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842026-05-29T18:25:30.360Z Compiling proc-macro-error v1.0.4
22852026-05-29T18:25:30.383Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-29T18:25:30.398Z Compiling instant v0.1.13
22872026-05-29T18:25:30.401Z Compiling typeid v1.0.3
22882026-05-29T18:25:30.432Z Compiling foreign-types-shared v0.3.1
22892026-05-29T18:25:30.448Z Compiling cpufeatures v0.3.0
22902026-05-29T18:25:30.486Z Compiling debug-ignore v1.0.5
22912026-05-29T18:25:30.501Z Compiling backoff v0.4.0
22922026-05-29T18:25:30.538Z Compiling chacha20 v0.10.0
22932026-05-29T18:25:30.553Z Compiling foreign-types v0.5.0
22942026-05-29T18:25:30.556Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-29T18:25:30.618Z Compiling parse-display v0.10.0
22962026-05-29T18:25:30.637Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22972026-05-29T18:25:30.659Z Compiling argon2 v0.5.3
22982026-05-29T18:25:30.676Z Compiling chacha20poly1305 v0.10.1
22992026-05-29T18:25:30.703Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23002026-05-29T18:25:30.719Z Compiling num_enum v0.7.5
23012026-05-29T18:25:30.750Z Compiling num_enum_derive v0.5.11
23022026-05-29T18:25:30.793Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-29T18:25:30.843Z Compiling ciborium v0.2.2
23042026-05-29T18:25:30.875Z Compiling vsss-rs v3.3.4
23052026-05-29T18:25:31.220Z Compiling tabwriter v1.4.1
23062026-05-29T18:25:31.251Z Compiling regress v0.10.5
23072026-05-29T18:25:31.509Z Compiling byte-wrapper v0.1.0
23082026-05-29T18:25:31.600Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-05-29T18:25:31.680Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-29T18:25:31.698Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-05-29T18:25:31.701Z Compiling cstr-argument v0.1.2
23122026-05-29T18:25:31.734Z Compiling humantime v2.3.0
23132026-05-29T18:25:31.884Z Compiling erased-serde v0.4.9
23142026-05-29T18:25:31.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-05-29T18:25:32.137Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-29T18:25:32.184Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-29T18:25:32.214Z Compiling num_enum v0.5.11
23182026-05-29T18:25:32.245Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-29T18:25:32.308Z Compiling rand v0.10.0
23202026-05-29T18:25:32.356Z Compiling rayon v1.11.0
23212026-05-29T18:25:32.394Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-29T18:25:32.418Z Compiling colored v3.1.1
23232026-05-29T18:25:32.441Z Compiling libefi-sys v0.1.0
23242026-05-29T18:25:32.498Z Compiling indent_write v2.2.0
23252026-05-29T18:25:32.525Z Compiling zone_cfg_derive v0.3.1
23262026-05-29T18:25:32.626Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23272026-05-29T18:25:32.671Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-05-29T18:25:32.745Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-29T18:25:32.781Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-05-29T18:25:32.865Z Compiling camino-tempfile v1.4.1
23312026-05-29T18:25:33.021Z Compiling itertools v0.12.1
23322026-05-29T18:25:33.115Z Compiling usdt-attr-macro v0.5.0
23332026-05-29T18:25:33.131Z Compiling usdt-macro v0.5.0
23342026-05-29T18:25:33.148Z Compiling bitfield-struct v0.6.2
23352026-05-29T18:25:33.269Z Compiling num-derive v0.4.2
23362026-05-29T18:25:33.287Z Compiling blake3 v1.8.3
23372026-05-29T18:25:33.302Z Compiling ordered-float v2.10.1
23382026-05-29T18:25:33.602Z Compiling sigpipe v0.1.3
23392026-05-29T18:25:33.652Z Compiling memmap v0.7.0
23402026-05-29T18:25:33.719Z Compiling swrite v0.1.0
23412026-05-29T18:25:33.776Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-05-29T18:25:33.810Z Compiling glob v0.3.3
23432026-05-29T18:25:33.851Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-05-29T18:25:33.866Z Compiling usdt v0.5.0
23452026-05-29T18:25:34.019Z Compiling serde-value v0.7.0
23462026-05-29T18:25:34.156Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-05-29T18:25:34.189Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23482026-05-29T18:25:34.412Z Compiling zone v0.3.1
23492026-05-29T18:25:34.467Z Compiling serde-untagged v0.1.9
23502026-05-29T18:25:34.524Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-05-29T18:25:34.739Z Compiling toml v0.8.23
23522026-05-29T18:25:34.756Z Compiling smf v0.2.3
23532026-05-29T18:25:34.813Z Compiling filetime v0.2.27
23542026-05-29T18:25:34.836Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-05-29T18:25:34.865Z Compiling unicode-xid v0.2.6
23562026-05-29T18:25:34.883Z Compiling constant_time_eq v0.4.2
23572026-05-29T18:25:34.883Z Compiling arrayref v0.3.9
23582026-05-29T18:25:34.935Z Compiling whoami v1.6.1
23592026-05-29T18:25:34.989Z Compiling xattr v1.6.1
23602026-05-29T18:25:35.031Z Compiling arrayvec v0.7.6
23612026-05-29T18:25:35.045Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-29T18:25:35.097Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-05-29T18:25:35.113Z Compiling tokio-dtrace v0.1.1
23642026-05-29T18:25:35.211Z Compiling tar v0.4.45
23652026-05-29T18:25:35.354Z Compiling cargo-util-schemas v0.8.2
23662026-05-29T18:25:35.400Z Compiling console v0.16.2
23672026-05-29T18:25:35.463Z Compiling gethostname v0.5.0
23682026-05-29T18:25:35.621Z Compiling cargo-platform v0.2.0
23692026-05-29T18:25:35.737Z Compiling topological-sort v0.2.2
23702026-05-29T18:25:35.924Z Compiling unit-prefix v0.5.2
23712026-05-29T18:25:35.939Z Compiling oxide-tokio-rt v0.1.4
23722026-05-29T18:25:35.954Z Compiling shell-words v1.1.1
23732026-05-29T18:25:36.015Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-05-29T18:25:36.106Z Compiling indicatif v0.18.4
23752026-05-29T18:25:36.534Z Compiling cargo_metadata v0.21.0
23762026-05-29T18:25:45.667Z Compiling progenitor-client v0.10.0
23772026-05-29T18:25:45.667Z Compiling omicron-zone-package v0.12.2
23782026-05-29T18:25:45.678Z Compiling progenitor-client v0.14.0
23792026-05-29T18:25:46.150Z Compiling progenitor-extras v0.2.0
23802026-05-29T18:25:48.417Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-29T18:25:48.420Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-29T18:25:48.468Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-29T18:25:48.485Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-05-29T18:25:48.552Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-05-29T18:25:48.571Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-05-29T18:25:48.642Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-05-29T18:25:48.746Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-05-29T18:25:48.768Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-05-29T18:25:52.695Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-29T18:26:00.302Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-29T18:26:03.373Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-29T18:26:04.352Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-29T18:26:13.874Z Finished `release` profile [optimized] target(s) in 1m 42s
23942026-05-29T18:26:14.023Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-29T18:26:14.085ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-29T18:26:14.089ZCreated new build target 'test' and set it as active
23972026-05-29T18:26:14.093Z
23982026-05-29T18:26:14.093Zreal 1:43.209944055
23992026-05-29T18:26:14.093Zuser 16:53.866918644
24002026-05-29T18:26:14.093Zsys 2:34.907687854
24012026-05-29T18:26:14.093Ztrap 0.458932217
24022026-05-29T18:26:14.093Ztflt 2.757009332
24032026-05-29T18:26:14.093Zdflt 4.342428854
24042026-05-29T18:26:14.093Zkflt 0.000573700
24052026-05-29T18:26:14.093Zlock 52:34.060062646
24062026-05-29T18:26:14.093Zslp 43:04.344863648
24072026-05-29T18:26:14.093Zlat 42.262692105
24082026-05-29T18:26:14.093Zstop 5:21.497227821
24092026-05-29T18:26:14.093Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-29T18:26:14.979Z Finished `release` profile [optimized] target(s) in 0.87s
24112026-05-29T18:26:15.051Z Running `target/release/omicron-package -t test package`
24122026-05-29T18:26:15.111ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-29T18:26:16.529Z Compiling heck v0.5.0
24142026-05-29T18:26:16.532Z Compiling regress v0.11.1
24152026-05-29T18:26:16.532Z Compiling unsafe-libyaml v0.2.11
24162026-05-29T18:26:16.794Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-29T18:26:16.823Z Compiling regress v0.10.5
24182026-05-29T18:26:16.854Z Compiling is-terminal v0.4.17
24192026-05-29T18:26:16.870Z Compiling unicode-width v0.1.14
24202026-05-29T18:26:16.875Z Compiling prettyplease v0.2.37
24212026-05-29T18:26:16.875Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-29T18:26:16.875Z Compiling bytecount v0.6.9
24232026-05-29T18:26:16.876Z Compiling rustls v0.22.4
24242026-05-29T18:26:16.876Z Compiling rustls-webpki v0.102.8
24252026-05-29T18:26:16.876Z Compiling derive-where v1.6.0
24262026-05-29T18:26:16.889Z Compiling thread_local v1.1.9
24272026-05-29T18:26:16.909Z Compiling match_cfg v0.1.0
24282026-05-29T18:26:17.028Z Compiling compression-core v0.4.31
24292026-05-29T18:26:17.048Z Compiling hostname v0.3.1
24302026-05-29T18:26:17.093Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-05-29T18:26:17.097Z Compiling multer v3.1.0
24322026-05-29T18:26:17.166Z Compiling slog-async v2.8.0
24332026-05-29T18:26:17.187Z Compiling crossbeam-channel v0.5.15
24342026-05-29T18:26:17.210Z Compiling compression-codecs v0.4.37
24352026-05-29T18:26:17.234Z Compiling slog-json v2.6.1
24362026-05-29T18:26:17.234Z Compiling serde_spanned v1.0.4
24372026-05-29T18:26:17.236Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-29T18:26:17.300Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-29T18:26:17.303Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-29T18:26:17.427Z Compiling take_mut v0.2.2
24412026-05-29T18:26:17.450Z Compiling term v1.2.1
24422026-05-29T18:26:17.470Z Compiling slog-bunyan v2.5.0
24432026-05-29T18:26:17.473Z Compiling async-compression v0.4.41
24442026-05-29T18:26:17.582Z Compiling toml v1.0.6+spec-1.1.0
24452026-05-29T18:26:17.647Z Compiling dropshot v0.17.0
24462026-05-29T18:26:17.649Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-05-29T18:26:17.686Z Compiling async-stream v0.3.6
24482026-05-29T18:26:17.713Z Compiling num-rational v0.4.2
24492026-05-29T18:26:17.824Z Compiling slog-term v2.9.2
24502026-05-29T18:26:17.845Z Compiling progenitor-client v0.14.0
24512026-05-29T18:26:17.889Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-05-29T18:26:17.968Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-05-29T18:26:17.988Z Compiling waitgroup v0.1.2
24542026-05-29T18:26:18.048Z Compiling rustls-pemfile v2.2.0
24552026-05-29T18:26:18.139Z Compiling backon v1.6.0
24562026-05-29T18:26:18.161Z Compiling num-complex v0.4.6
24572026-05-29T18:26:18.181Z Compiling hostname v0.4.2
24582026-05-29T18:26:18.184Z Compiling serde_path_to_error v0.1.20
24592026-05-29T18:26:18.184Z Compiling instant v0.1.13
24602026-05-29T18:26:18.263Z Compiling debug-ignore v1.0.5
24612026-05-29T18:26:18.333Z Compiling typify-impl v0.6.2
24622026-05-29T18:26:18.355Z Compiling backoff v0.4.0
24632026-05-29T18:26:18.358Z Compiling progenitor-extras v0.2.0
24642026-05-29T18:26:18.400Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-05-29T18:26:18.599Z Compiling num v0.4.3
24662026-05-29T18:26:18.620Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-29T18:26:18.623Z Compiling parse-display v0.10.0
24682026-05-29T18:26:18.660Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-29T18:26:18.684Z Compiling progenitor-client v0.10.0
24702026-05-29T18:26:18.706Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-29T18:26:18.709Z Compiling macaddr v1.0.1
24722026-05-29T18:26:18.750Z Compiling humantime v2.3.0
24732026-05-29T18:26:18.819Z Compiling float-ord v0.3.2
24742026-05-29T18:26:18.967Z Compiling console v0.15.11
24752026-05-29T18:26:18.987Z Compiling atomicwrites v0.4.4
24762026-05-29T18:26:19.033Z Compiling newline-converter v0.3.0
24772026-05-29T18:26:19.033Z Compiling progenitor-client v0.13.0
24782026-05-29T18:26:19.137Z Compiling slog-dtrace v0.3.0
24792026-05-29T18:26:19.201Z Compiling owo-colors v4.3.0
24802026-05-29T18:26:19.297Z Compiling tokio-rustls v0.25.0
24812026-05-29T18:26:19.346Z Compiling cancel-safe-futures v0.1.5
24822026-05-29T18:26:19.423Z Compiling expectorate v1.2.0
24832026-05-29T18:26:19.444Z Compiling resolv-conf v0.7.6
24842026-05-29T18:26:19.556Z Compiling toml v0.8.23
24852026-05-29T18:26:19.599Z Compiling libsw-core v0.3.2
24862026-05-29T18:26:19.717Z Compiling linked-hash-map v0.5.6
24872026-05-29T18:26:19.852Z Compiling libsw v3.5.0
24882026-05-29T18:26:19.875Z Compiling linear-map v1.2.0
24892026-05-29T18:26:19.957Z Compiling lru-cache v0.1.2
24902026-05-29T18:26:20.094Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-05-29T18:26:20.121Z Compiling minimal-lexical v0.2.1
24922026-05-29T18:26:20.143Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-29T18:26:20.172Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-29T18:26:20.190Z Compiling hickory-proto v0.24.4
24952026-05-29T18:26:20.214Z Compiling unicode-xid v0.2.6
24962026-05-29T18:26:20.258Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-29T18:26:20.291Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-29T18:26:20.373Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-05-29T18:26:20.403Z Compiling nom v7.1.3
25002026-05-29T18:26:20.625Z Compiling convert_case v0.10.0
25012026-05-29T18:26:20.917Z Compiling derive_more-impl v2.1.1
25022026-05-29T18:26:21.132Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-29T18:26:21.541Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-29T18:26:21.690Z Compiling derive_more v2.1.1
25052026-05-29T18:26:21.711Z Compiling papergrid v0.11.0
25062026-05-29T18:26:21.799Z Compiling tabled_derive v0.7.0
25072026-05-29T18:26:21.821Z Compiling termtree v0.5.1
25082026-05-29T18:26:21.842Z Compiling typify-macro v0.6.2
25092026-05-29T18:26:22.024Z Compiling crossterm v0.29.0
25102026-05-29T18:26:22.682Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-05-29T18:26:22.833Z Compiling hickory-resolver v0.24.4
25122026-05-29T18:26:22.976Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132026-05-29T18:26:23.316Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-05-29T18:26:23.350Z Compiling typify v0.6.2
25152026-05-29T18:26:23.486Z Compiling progenitor-impl v0.14.0
25162026-05-29T18:26:23.588Z Compiling progenitor-impl v0.13.0
25172026-05-29T18:26:24.199Z Compiling qorb v0.4.1
25182026-05-29T18:26:24.970Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-05-29T18:26:25.187Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-05-29T18:26:25.660Z Compiling progenitor-macro v0.14.0
25212026-05-29T18:26:25.778Z Compiling progenitor-macro v0.13.0
25222026-05-29T18:26:26.074Z Compiling tabled v0.15.0
25232026-05-29T18:26:28.162Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-05-29T18:26:28.296Z Compiling phf_shared v0.12.1
25252026-05-29T18:26:28.331Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-29T18:26:28.544Z Compiling vte v0.14.1
25272026-05-29T18:26:28.872Z Compiling csv-core v0.1.13
25282026-05-29T18:26:28.900Z Compiling highway v1.3.0
25292026-05-29T18:26:29.178Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-05-29T18:26:29.334Z Compiling chrono-tz v0.10.4
25312026-05-29T18:26:29.520Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-29T18:26:29.582Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-05-29T18:26:29.655Z Compiling progenitor v0.14.0
25342026-05-29T18:26:29.687Z Compiling csv v1.4.0
25352026-05-29T18:26:29.775Z Compiling progenitor v0.13.0
25362026-05-29T18:26:29.874Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-05-29T18:26:29.960Z Compiling strip-ansi-escapes v0.2.1
25382026-05-29T18:26:30.422Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-05-29T18:26:30.531Z Compiling phf v0.12.1
25402026-05-29T18:26:30.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-29T18:26:30.708Z Compiling const_format_proc_macros v0.2.34
25422026-05-29T18:26:30.737Z Compiling fd-lock v4.0.4
25432026-05-29T18:26:30.923Z Compiling peg-macros v0.8.5
25442026-05-29T18:26:31.120Z Compiling nu-ansi-term v0.50.3
25452026-05-29T18:26:31.475Z Compiling const_format v0.2.35
25462026-05-29T18:26:31.651Z Compiling reedline v0.40.0
25472026-05-29T18:26:32.180Z Compiling peg v0.8.5
25482026-05-29T18:26:32.315Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-05-29T18:26:33.099Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-29T18:26:33.161Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-05-29T18:26:33.247Z Compiling bcs v0.1.6
25522026-05-29T18:26:33.464Z Compiling semver v0.1.20
25532026-05-29T18:26:33.486Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-29T18:26:33.686Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-29T18:26:33.755Z Compiling rustc_version v0.1.7
25562026-05-29T18:26:33.785Z Compiling unicode-linebreak v0.1.5
25572026-05-29T18:26:33.960Z Compiling smawk v0.3.2
25582026-05-29T18:26:33.990Z Compiling newtype_derive v0.1.6
25592026-05-29T18:26:34.105Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-29T18:26:34.171Z Compiling textwrap v0.16.2
25612026-05-29T18:26:34.403Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-29T18:26:34.875Z Compiling base64 v0.21.7
25632026-05-29T18:26:35.413Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-29T18:26:35.482Z Compiling steno v0.4.1
25652026-05-29T18:26:35.653Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-29T18:26:35.769Z Compiling tagptr v0.2.0
25672026-05-29T18:26:35.962Z Compiling moka v0.12.13
25682026-05-29T18:26:35.986Z Compiling utf-8 v0.7.6
25692026-05-29T18:26:36.272Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-29T18:26:36.319Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-29T18:26:36.495Z Compiling tungstenite v0.21.0
25722026-05-29T18:26:36.547Z Compiling radium v0.7.0
25732026-05-29T18:26:36.869Z Compiling tap v1.0.1
25742026-05-29T18:26:36.899Z Compiling maybe-uninit v2.0.0
25752026-05-29T18:26:37.018Z Compiling display-error-chain v0.2.2
25762026-05-29T18:26:37.193Z Compiling hickory-resolver v0.25.2
25772026-05-29T18:26:37.215Z Compiling tokio-tungstenite v0.21.0
25782026-05-29T18:26:37.304Z Compiling wyz v0.5.1
25792026-05-29T18:26:37.547Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-05-29T18:26:37.696Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-05-29T18:26:37.771Z Compiling num-derive v0.3.3
25822026-05-29T18:26:38.513Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25832026-05-29T18:26:38.601Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-05-29T18:26:38.649Z Compiling zerocopy-derive v0.6.6
25852026-05-29T18:26:38.672Z Compiling proc-macro-error-attr2 v2.0.0
25862026-05-29T18:26:39.090Z Compiling crc-catalog v2.4.0
25872026-05-29T18:26:39.238Z Compiling packed_struct v0.10.1
25882026-05-29T18:26:39.413Z Compiling funty v2.0.0
25892026-05-29T18:26:39.514Z Compiling zerocopy v0.6.6
25902026-05-29T18:26:39.568Z Compiling crc v3.4.0
25912026-05-29T18:26:39.839Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-05-29T18:26:39.941Z Compiling bitvec v1.0.1
25932026-05-29T18:26:40.387Z Compiling proc-macro-error2 v2.0.1
25942026-05-29T18:26:40.473Z Compiling libscf-sys v1.1.0
25952026-05-29T18:26:40.730Z Compiling packed_struct_codegen v0.10.1
25962026-05-29T18:26:40.752Z Compiling vergen-lib v0.1.6
25972026-05-29T18:26:41.009Z Compiling bitfield-macros v0.19.4
25982026-05-29T18:26:41.660Z Compiling indexmap v1.9.3
25992026-05-29T18:26:41.713Z Compiling nodrop v0.1.14
26002026-05-29T18:26:41.734Z Compiling bitfield v0.19.4
26012026-05-29T18:26:41.846Z Compiling array-init v0.0.4
26022026-05-29T18:26:41.918Z Compiling tabled_derive v0.11.0
26032026-05-29T18:26:41.940Z Compiling smallvec v0.6.14
26042026-05-29T18:26:42.053Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-05-29T18:26:42.238Z Compiling papergrid v0.17.0
26062026-05-29T18:26:42.376Z Compiling testing_table v0.3.0
26072026-05-29T18:26:42.466Z Compiling vergen-gitcl v1.0.8
26082026-05-29T18:26:42.709Z Compiling dirs-sys-next v0.1.2
26092026-05-29T18:26:42.739Z Compiling hashbrown v0.12.3
26102026-05-29T18:26:42.758Z Compiling glob v0.3.3
26112026-05-29T18:26:42.818Z Compiling diesel_derives v2.3.7
26122026-05-29T18:26:42.940Z Compiling maplit v1.0.2
26132026-05-29T18:26:42.977Z Compiling crunchy v0.2.4
26142026-05-29T18:26:43.059Z Compiling dirs-next v2.0.0
26152026-05-29T18:26:43.109Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-05-29T18:26:43.133Z Compiling clang-sys v1.8.1
26172026-05-29T18:26:43.209Z Compiling serde-hex v0.1.0
26182026-05-29T18:26:43.346Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-05-29T18:26:43.528Z Compiling tabled v0.20.0
26202026-05-29T18:26:43.592Z Compiling ron v0.8.1
26212026-05-29T18:26:43.619Z Compiling hashbrown v0.13.2
26222026-05-29T18:26:43.651Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-29T18:26:43.856Z Compiling dsl_auto_type v0.2.0
26242026-05-29T18:26:43.993Z Compiling scheduled-thread-pool v0.2.7
26252026-05-29T18:26:44.231Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-29T18:26:44.401Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-29T18:26:44.473Z Compiling tiny-keccak v2.0.2
26282026-05-29T18:26:44.519Z Compiling crc-any v2.5.0
26292026-05-29T18:26:44.591Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-29T18:26:44.749Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-05-29T18:26:44.815Z Compiling r2d2 v0.8.10
26322026-05-29T18:26:44.968Z Compiling object v0.30.4
26332026-05-29T18:26:45.225Z Compiling term v0.7.0
26342026-05-29T18:26:45.387Z Compiling bit-vec v0.6.3
26352026-05-29T18:26:45.439Z Compiling path-slash v0.1.5
26362026-05-29T18:26:45.586Z Compiling xshell-macros v0.2.7
26372026-05-29T18:26:45.631Z Compiling downcast-rs v2.0.2
26382026-05-29T18:26:45.653Z Compiling bit-set v0.5.3
26392026-05-29T18:26:45.738Z Compiling ascii-canvas v3.0.0
26402026-05-29T18:26:45.966Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-05-29T18:26:45.987Z Compiling xshell v0.2.7
26422026-05-29T18:26:46.008Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-05-29T18:26:46.008Z Compiling itertools v0.10.5
26442026-05-29T18:26:46.468Z Compiling ena v0.14.4
26452026-05-29T18:26:46.502Z Compiling libloading v0.8.9
26462026-05-29T18:26:46.713Z Compiling diff v0.1.13
26472026-05-29T18:26:46.741Z Compiling crc8 v0.1.1
26482026-05-29T18:26:46.878Z Compiling unicase v2.9.0
26492026-05-29T18:26:46.981Z Compiling regex-syntax v0.6.29
26502026-05-29T18:26:47.107Z Compiling bindgen v0.71.1
26512026-05-29T18:26:47.176Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-05-29T18:26:47.426Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-29T18:26:47.898Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-05-29T18:26:48.338Z Compiling lalrpop v0.19.12
26552026-05-29T18:26:48.382Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-29T18:26:48.719Z Compiling cexpr v0.6.0
26572026-05-29T18:26:48.890Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-05-29T18:26:48.946Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-05-29T18:26:48.977Z Compiling rustc-hash v2.1.1
26602026-05-29T18:26:49.172Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-05-29T18:26:49.195Z Compiling headers-core v0.3.0
26622026-05-29T18:26:49.358Z Compiling libxml v0.3.3
26632026-05-29T18:26:49.379Z Compiling headers v0.4.1
26642026-05-29T18:26:49.419Z Compiling diesel v2.3.7
26652026-05-29T18:26:49.662Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-05-29T18:26:49.762Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-05-29T18:26:49.920Z Compiling typify-impl v0.4.3
26682026-05-29T18:26:50.082Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-05-29T18:26:50.313Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26702026-05-29T18:26:50.339Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-05-29T18:26:50.897Z Compiling strum_macros v0.24.3
26722026-05-29T18:26:51.046Z Compiling git-stub v1.0.0
26732026-05-29T18:26:51.068Z Compiling indoc v1.0.9
26742026-05-29T18:26:51.336Z Compiling git-stub-vcs v0.1.0
26752026-05-29T18:26:51.521Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-29T18:26:51.696Z Compiling derive_builder v0.20.2
26772026-05-29T18:26:51.746Z Compiling quick-xml v0.37.5
26782026-05-29T18:26:51.874Z Compiling oso-derive v0.27.3
26792026-05-29T18:26:52.115Z Compiling impl-trait-for-tuples v0.2.3
26802026-05-29T18:26:52.381Z Compiling openssl-probe v0.1.6
26812026-05-29T18:26:52.725Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-05-29T18:26:53.329Z Compiling typify-macro v0.4.3
26832026-05-29T18:26:53.356Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26842026-05-29T18:26:53.377Z Compiling half v1.8.3
26852026-05-29T18:26:53.450Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-05-29T18:26:53.680Z Compiling serde_cbor v0.11.2
26872026-05-29T18:26:53.703Z Compiling bb8 v0.8.6
26882026-05-29T18:26:53.725Z Compiling trait-variant v0.1.2
26892026-05-29T18:26:53.792Z Compiling samael v0.0.19
26902026-05-29T18:26:53.845Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-05-29T18:26:54.084Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-05-29T18:26:54.349Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-05-29T18:26:54.420Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-05-29T18:26:54.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-05-29T18:26:54.748Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-29T18:26:54.839Z Compiling typify v0.4.3
26972026-05-29T18:26:54.931Z Compiling fxhash v0.2.1
26982026-05-29T18:26:54.981Z Compiling progenitor-impl v0.11.2
26992026-05-29T18:26:55.101Z Compiling libz-sys v1.1.24
27002026-05-29T18:26:55.378Z Compiling salty v0.3.0
27012026-05-29T18:26:55.505Z Compiling nonempty v0.12.0
27022026-05-29T18:26:55.747Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-05-29T18:26:55.767Z Compiling polar-core v0.27.3
27042026-05-29T18:26:55.789Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27052026-05-29T18:26:55.914Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-05-29T18:26:56.016Z Compiling progenitor-client v0.11.2
27072026-05-29T18:26:56.119Z Compiling kstat-rs v0.2.4
27082026-05-29T18:26:56.182Z Compiling arc-swap v1.8.2
27092026-05-29T18:26:56.584Z Compiling fs-err v2.11.0
27102026-05-29T18:26:56.841Z Compiling mime_guess v2.0.5
27112026-05-29T18:26:56.944Z Compiling slog-scope v4.4.1
27122026-05-29T18:26:57.188Z Compiling progenitor-macro v0.11.2
27132026-05-29T18:26:57.368Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-05-29T18:26:57.418Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-05-29T18:26:58.036Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-29T18:27:00.052Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-05-29T18:27:00.338Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-29T18:27:00.390Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-29T18:27:00.558Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-05-29T18:27:00.976Z Compiling nanorand v0.7.0
27212026-05-29T18:27:01.155Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-05-29T18:27:01.352Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27232026-05-29T18:27:01.663Z Compiling progenitor v0.11.2
27242026-05-29T18:27:01.686Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-05-29T18:27:01.857Z Compiling darling_core v0.23.0
27262026-05-29T18:27:01.976Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-05-29T18:27:02.391Z Compiling parking_lot_core v0.8.6
27282026-05-29T18:27:04.006Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-05-29T18:27:05.530Z Compiling oso v0.27.3
27302026-05-29T18:27:09.241Z Compiling async-bb8-diesel v0.2.1
27312026-05-29T18:27:09.692Z Compiling diesel-dtrace v0.5.0
27322026-05-29T18:27:09.715Z Compiling darling_macro v0.23.0
27332026-05-29T18:27:09.851Z Compiling flume v0.11.1
27342026-05-29T18:27:09.904Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-29T18:27:10.048Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-29T18:27:10.288Z Compiling slog-stdlog v4.1.1
27372026-05-29T18:27:10.643Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-05-29T18:27:10.740Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-05-29T18:27:11.836Z Compiling primeorder v0.13.6
27402026-05-29T18:27:11.904Z Compiling atty v0.2.14
27412026-05-29T18:27:11.927Z Compiling parse-size v1.1.0
27422026-05-29T18:27:12.055Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-05-29T18:27:12.145Z Compiling http-range v0.1.5
27442026-05-29T18:27:12.166Z Compiling strsim v0.10.0
27452026-05-29T18:27:12.268Z Compiling instability v0.3.11
27462026-05-29T18:27:12.324Z Compiling p384 v0.13.1
27472026-05-29T18:27:12.346Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-05-29T18:27:12.378Z Compiling darling_core v0.13.4
27492026-05-29T18:27:12.477Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-05-29T18:27:12.550Z Compiling slog-envlogger v2.2.0
27512026-05-29T18:27:13.751Z Compiling darling v0.23.0
27522026-05-29T18:27:14.442Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-05-29T18:27:14.479Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-29T18:27:14.501Z Compiling ignore v0.4.25
27552026-05-29T18:27:15.230Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-29T18:27:15.303Z Compiling castaway v0.2.4
27572026-05-29T18:27:15.461Z Compiling vergen-git2 v9.1.0
27582026-05-29T18:27:15.569Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-29T18:27:15.726Z Compiling indoc v2.0.7
27602026-05-29T18:27:15.897Z Compiling compact_str v0.8.1
27612026-05-29T18:27:16.626Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-29T18:27:16.685Z Compiling globwalk v0.9.1
27632026-05-29T18:27:16.877Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-29T18:27:17.030Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-29T18:27:17.368Z Compiling parking_lot v0.11.2
27662026-05-29T18:27:17.436Z Compiling hyper-staticfile v0.10.1
27672026-05-29T18:27:18.028Z Compiling darling_macro v0.13.4
27682026-05-29T18:27:18.283Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-29T18:27:18.681Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-29T18:27:18.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-29T18:27:19.347Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-05-29T18:27:19.525Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-05-29T18:27:19.644Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-29T18:27:19.822Z Compiling predicates-tree v1.0.13
27752026-05-29T18:27:20.049Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-05-29T18:27:20.287Z Compiling unicode-truncate v1.1.0
27772026-05-29T18:27:20.309Z Compiling lru v0.12.5
27782026-05-29T18:27:20.334Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-29T18:27:20.503Z Compiling rand_seeder v0.4.0
27802026-05-29T18:27:20.541Z Compiling prefix-trie v0.7.0
27812026-05-29T18:27:20.769Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-29T18:27:20.883Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-29T18:27:20.913Z Compiling corncobs v0.1.4
27842026-05-29T18:27:20.970Z Compiling illumos-nvpair-sys v0.2.0
27852026-05-29T18:27:21.036Z Compiling cassowary v0.3.0
27862026-05-29T18:27:21.146Z Compiling rustls v0.21.12
27872026-05-29T18:27:21.193Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-29T18:27:21.238Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-29T18:27:21.241Z Compiling hickory-server v0.25.2
27902026-05-29T18:27:21.281Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-05-29T18:27:21.399Z Compiling ratatui v0.29.0
27922026-05-29T18:27:21.468Z Compiling camino-tempfile-ext v0.3.3
27932026-05-29T18:27:21.494Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-05-29T18:27:21.581Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-29T18:27:21.901Z Compiling darling v0.13.4
27962026-05-29T18:27:22.108Z Compiling sled v0.34.7
27972026-05-29T18:27:22.507Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-29T18:27:22.616Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-29T18:27:22.878Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-05-29T18:27:24.518Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-05-29T18:27:25.530Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-05-29T18:27:25.561Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-29T18:27:25.760Z Compiling rustls-webpki v0.101.7
28042026-05-29T18:27:25.792Z Compiling sct v0.7.1
28052026-05-29T18:27:26.074Z Compiling secrecy v0.8.0
28062026-05-29T18:27:26.273Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-05-29T18:27:26.658Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-29T18:27:27.449Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-05-29T18:27:27.562Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-05-29T18:27:27.672Z Compiling serde_with_macros v1.5.2
28112026-05-29T18:27:27.992Z Compiling git2 v0.20.4
28122026-05-29T18:27:28.551Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-05-29T18:27:28.639Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-05-29T18:27:29.224Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-05-29T18:27:29.376Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-29T18:27:29.604Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-05-29T18:27:29.843Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-05-29T18:27:30.080Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-05-29T18:27:30.344Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-05-29T18:27:30.571Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-29T18:27:30.807Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28222026-05-29T18:27:31.063Z Compiling void v1.0.2
28232026-05-29T18:27:31.066Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28242026-05-29T18:27:31.220Z Compiling lzss v0.8.2
28252026-05-29T18:27:31.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-05-29T18:27:31.543Z Compiling illumos-nvpair v0.3.0
28272026-05-29T18:27:32.044Z Compiling serde_with v1.14.0
28282026-05-29T18:27:32.065Z Compiling tokio-rustls v0.24.1
28292026-05-29T18:27:32.348Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-05-29T18:27:33.213Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-05-29T18:27:33.308Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-05-29T18:27:34.424Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-29T18:27:35.212Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-05-29T18:27:35.825Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-05-29T18:27:35.942Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-29T18:27:35.968Z Compiling tungstenite v0.23.0
28372026-05-29T18:27:36.194Z Compiling rustls-pemfile v1.0.4
28382026-05-29T18:27:36.605Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-05-29T18:27:36.722Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-05-29T18:27:36.946Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-05-29T18:27:37.173Z Compiling nix v0.27.1
28422026-05-29T18:27:37.477Z Compiling twox-hash v2.1.2
28432026-05-29T18:27:37.994Z Compiling serde_bytes v0.11.19
28442026-05-29T18:27:38.293Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-05-29T18:27:38.315Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-05-29T18:27:38.400Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-05-29T18:27:38.715Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-05-29T18:27:39.394Z Compiling tokio-tungstenite v0.23.1
28492026-05-29T18:27:39.815Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-05-29T18:27:41.890Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-29T18:27:42.807Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-05-29T18:27:43.592Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-05-29T18:27:43.788Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-05-29T18:27:44.268Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-05-29T18:27:44.288Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-05-29T18:27:44.706Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-05-29T18:27:44.787Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-05-29T18:27:44.958Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-05-29T18:27:45.069Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-05-29T18:27:46.574Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28612026-05-29T18:27:46.953Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-05-29T18:27:47.874Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-05-29T18:27:47.901Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-05-29T18:27:48.839Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-05-29T18:27:49.327Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-05-29T18:27:49.441Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-05-29T18:27:49.554Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28682026-05-29T18:27:49.901Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-05-29T18:27:50.728Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-29T18:27:50.955Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-05-29T18:27:51.882Z Compiling signal-hook-tokio v0.3.1
28722026-05-29T18:27:52.074Z Compiling fatfs v0.3.6
28732026-05-29T18:27:52.432Z Compiling yasna v0.5.2
28742026-05-29T18:27:52.509Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-29T18:27:52.747Z Compiling assert_matches v1.5.0
28762026-05-29T18:27:52.818Z Compiling seq-macro v0.3.6
28772026-05-29T18:27:52.863Z Compiling is_ci v1.2.0
28782026-05-29T18:27:52.989Z Compiling supports-color v3.0.2
28792026-05-29T18:27:53.077Z Compiling rcgen v0.12.1
28802026-05-29T18:27:53.112Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-05-29T18:27:53.289Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-05-29T18:27:53.331Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-05-29T18:27:53.390Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-05-29T18:27:53.622Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-05-29T18:27:53.855Z Compiling rtoolbox v0.0.3
28862026-05-29T18:27:53.959Z Compiling subprocess v0.2.15
28872026-05-29T18:27:54.136Z Compiling rpassword v7.4.0
28882026-05-29T18:27:54.424Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28892026-05-29T18:27:56.156Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-05-29T18:27:56.436Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-29T18:27:57.081Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-05-29T18:27:57.225Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-05-29T18:27:57.431Z Compiling tui-tree-widget v0.23.1
28942026-05-29T18:27:57.710Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-05-29T18:27:58.465Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-05-29T18:27:58.903Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-05-29T18:27:58.993Z Compiling uzers v0.12.2
28982026-05-29T18:27:59.521Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-05-29T18:28:00.442Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-05-29T18:28:01.693Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-05-29T18:28:02.184Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-05-29T18:28:06.188Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-05-29T18:28:07.197Z Compiling support-bundle-viewer v0.1.2
29042026-05-29T18:28:08.389Z Compiling multimap v0.10.1
29052026-05-29T18:28:17.106Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-05-29T18:28:22.831Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-05-29T18:28:28.745Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-05-29T18:28:30.025Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-05-29T18:28:30.684Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-05-29T18:36:04.106Z Finished `release` profile [optimized] target(s) in 9m 48s
29112026-05-29T18:36:51.133Z
29122026-05-29T18:36:51.144Zreal 10:36.998634844
29132026-05-29T18:36:51.144Zuser 1:20:14.705254400
29142026-05-29T18:36:51.144Zsys 3:36.736049713
29152026-05-29T18:36:51.144Ztrap 1.755578698
29162026-05-29T18:36:51.144Ztflt 2.829732044
29172026-05-29T18:36:51.144Zdflt 17.002570100
29182026-05-29T18:36:51.144Zkflt 0.014913759
29192026-05-29T18:36:51.144Zlock 7:37:26.446807458
29202026-05-29T18:36:51.144Zslp 2:20:57.086619493
29212026-05-29T18:36:51.144Zlat 2:28.573001027
29222026-05-29T18:36:51.144Zstop 5:11.656801701
29232026-05-29T18:36:51.144Z+ mapfile -t packages
29242026-05-29T18:36:51.144Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-05-29T18:36:52.067Z Finished `release` profile [optimized] target(s) in 0.94s
29262026-05-29T18:36:52.138Z Running `target/release/omicron-package -t test list-outputs`
29272026-05-29T18:36:52.207ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-05-29T18:36:52.215Z+ ptime -m cargo build --locked --release -p xtask
29292026-05-29T18:36:52.737Z Compiling libc v0.2.185
29302026-05-29T18:36:52.737Z Compiling serde v1.0.228
29312026-05-29T18:36:52.745Z Compiling serde_core v1.0.228
29322026-05-29T18:36:52.745Z Compiling rustix v1.1.3
29332026-05-29T18:36:52.745Z Compiling bitflags v2.11.0
29342026-05-29T18:36:52.745Z Compiling serde_json v1.0.149
29352026-05-29T18:36:52.745Z Compiling num-traits v0.2.19
29362026-05-29T18:36:52.853Z Compiling syn v2.0.117
29372026-05-29T18:36:52.879Z Compiling smallvec v1.15.1
29382026-05-29T18:36:53.008Z Compiling indexmap v2.14.0
29392026-05-29T18:36:53.018Z Compiling usdt-impl v0.5.0
29402026-05-29T18:36:53.018Z Compiling syn v1.0.109
29412026-05-29T18:36:53.018Z Compiling log v0.4.29
29422026-05-29T18:36:53.018Z Compiling percent-encoding v2.3.2
29432026-05-29T18:36:53.152Z Compiling getrandom v0.4.1
29442026-05-29T18:36:53.250Z Compiling form_urlencoded v1.2.2
29452026-05-29T18:36:53.295Z Compiling fs-err v3.3.0
29462026-05-29T18:36:53.295Z Compiling once_cell v1.21.3
29472026-05-29T18:36:53.363Z Compiling anyhow v1.0.102
29482026-05-29T18:36:53.372Z Compiling heck v0.4.1
29492026-05-29T18:36:53.626Z Compiling errno v0.3.14
29502026-05-29T18:36:53.629Z Compiling thread-id v4.2.2
29512026-05-29T18:36:53.629Z Compiling memmap v0.7.0
29522026-05-29T18:36:53.903Z Compiling ordered-float v2.10.1
29532026-05-29T18:36:54.391Z Compiling proc-macro-error v1.0.4
29542026-05-29T18:36:54.617Z Compiling terminal_size v0.4.3
29552026-05-29T18:36:54.617Z Compiling tempfile v3.25.0
29562026-05-29T18:36:54.638Z Compiling tabled_derive v0.7.0
29572026-05-29T18:36:54.721Z Compiling clap_builder v4.5.60
29582026-05-29T18:36:54.721Z Compiling textwrap v0.16.2
29592026-05-29T18:36:54.839Z Compiling camino-tempfile v1.4.1
29602026-05-29T18:36:55.301Z Compiling tabled v0.15.0
29612026-05-29T18:36:55.361Z Compiling synstructure v0.13.2
29622026-05-29T18:36:55.361Z Compiling pest_generator v2.8.6
29632026-05-29T18:36:55.753Z Compiling serde_derive v1.0.228
29642026-05-29T18:36:55.753Z Compiling zerovec-derive v0.11.2
29652026-05-29T18:36:55.756Z Compiling displaydoc v0.2.5
29662026-05-29T18:36:55.756Z Compiling thiserror-impl v1.0.69
29672026-05-29T18:36:55.756Z Compiling zerocopy-derive v0.7.35
29682026-05-29T18:36:55.756Z Compiling scroll_derive v0.12.1
29692026-05-29T18:36:55.756Z Compiling thiserror-impl v2.0.18
29702026-05-29T18:36:55.756Z Compiling clap_derive v4.5.55
29712026-05-29T18:36:55.792Z Compiling zerofrom-derive v0.1.6
29722026-05-29T18:36:55.896Z Compiling yoke-derive v0.8.1
29732026-05-29T18:36:56.027Z Compiling pest_derive v2.8.6
29742026-05-29T18:36:56.460Z Compiling scroll v0.12.0
29752026-05-29T18:36:56.571Z Compiling zerocopy v0.7.35
29762026-05-29T18:36:56.789Z Compiling goblin v0.8.2
29772026-05-29T18:36:56.907Z Compiling zerofrom v0.1.6
29782026-05-29T18:36:56.942Z Compiling thiserror v1.0.69
29792026-05-29T18:36:57.050Z Compiling yoke v0.8.1
29802026-05-29T18:36:57.060Z Compiling dtrace-parser v0.2.0
29812026-05-29T18:36:57.097Z Compiling thiserror v2.0.18
29822026-05-29T18:36:57.247Z Compiling zerovec v0.11.5
29832026-05-29T18:36:57.260Z Compiling zerotrie v0.2.3
29842026-05-29T18:36:57.445Z Compiling clap v4.5.60
29852026-05-29T18:36:57.871Z Compiling tinystr v0.8.2
29862026-05-29T18:36:58.106Z Compiling icu_locale_core v2.1.1
29872026-05-29T18:36:58.998Z Compiling potential_utf v0.1.4
29882026-05-29T18:36:59.092Z Compiling icu_provider v2.1.1
29892026-05-29T18:36:59.161Z Compiling icu_collections v2.1.1
29902026-05-29T18:36:59.224Z Compiling serde_spanned v0.6.9
29912026-05-29T18:36:59.386Z Compiling toml_datetime v0.6.11
29922026-05-29T18:36:59.400Z Compiling dof v0.3.0
29932026-05-29T18:36:59.437Z Compiling serde-value v0.7.0
29942026-05-29T18:36:59.492Z Compiling cargo-platform v0.2.0
29952026-05-29T18:36:59.517Z Compiling macaddr v1.0.1
29962026-05-29T18:36:59.540Z Compiling icu_properties v2.1.2
29972026-05-29T18:36:59.584Z Compiling icu_normalizer v2.1.1
29982026-05-29T18:36:59.608Z Compiling toml_edit v0.22.27
29992026-05-29T18:36:59.784Z Compiling serde_tokenstream v0.2.3
30002026-05-29T18:37:00.525Z Compiling idna_adapter v1.2.1
30012026-05-29T18:37:00.558Z Compiling usdt-attr-macro v0.5.0
30022026-05-29T18:37:00.710Z Compiling idna v1.1.0
30032026-05-29T18:37:00.721Z Compiling usdt-macro v0.5.0
30042026-05-29T18:37:01.034Z Compiling url v2.5.8
30052026-05-29T18:37:01.153Z Compiling toml v0.8.23
30062026-05-29T18:37:01.285Z Compiling usdt v0.5.0
30072026-05-29T18:37:01.592Z Compiling cargo-util-schemas v0.8.2
30082026-05-29T18:37:01.592Z Compiling cargo_toml v0.21.0
30092026-05-29T18:37:02.624Z Compiling cargo_metadata v0.21.0
30102026-05-29T18:37:05.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-05-29T18:37:08.738Z Finished `release` profile [optimized] target(s) in 16.52s
30122026-05-29T18:37:08.904Z
30132026-05-29T18:37:08.904Zreal 16.664648234
30142026-05-29T18:37:08.904Zuser 2:21.164029479
30152026-05-29T18:37:08.904Zsys 16.682444006
30162026-05-29T18:37:08.904Ztrap 0.079025813
30172026-05-29T18:37:08.904Ztflt 0.551216274
30182026-05-29T18:37:08.904Zdflt 1.566134500
30192026-05-29T18:37:08.904Zkflt 0.000057680
30202026-05-29T18:37:08.904Zlock 5:13.551034358
30212026-05-29T18:37:08.907Zslp 3:21.708732264
30222026-05-29T18:37:08.907Zlat 6.047005586
30232026-05-29T18:37:08.907Zstop 19.861386212
30242026-05-29T18:37:08.907Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-05-29T18:37:08.907Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-05-29T18:37:08.907Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-05-29T18:37:08.907Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-05-29T18:37:08.908Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-05-29T18:37:09.847Z Compiling newtype-uuid-macros v0.1.0
30302026-05-29T18:37:09.850Z Compiling progenitor-client v0.14.0
30312026-05-29T18:37:09.850Z Compiling structmeta-derive v0.3.0
30322026-05-29T18:37:09.850Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-05-29T18:37:09.850Z Compiling rustls v0.22.4
30342026-05-29T18:37:10.014Z Compiling rustls-webpki v0.102.8
30352026-05-29T18:37:10.018Z Compiling multer v3.1.0
30362026-05-29T18:37:10.025Z Compiling compression-core v0.4.31
30372026-05-29T18:37:10.027Z Compiling match_cfg v0.1.0
30382026-05-29T18:37:10.027Z Compiling debug-ignore v1.0.5
30392026-05-29T18:37:10.027Z Compiling slog-json v2.6.1
30402026-05-29T18:37:10.037Z Compiling async-stream-impl v0.3.6
30412026-05-29T18:37:10.041Z Compiling serde_spanned v1.0.4
30422026-05-29T18:37:10.085Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-05-29T18:37:10.101Z Compiling dropshot v0.17.0
30442026-05-29T18:37:10.104Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-05-29T18:37:10.263Z Compiling hostname v0.3.1
30462026-05-29T18:37:10.266Z Compiling itertools v0.14.0
30472026-05-29T18:37:10.266Z Compiling waitgroup v0.1.2
30482026-05-29T18:37:10.266Z Compiling rustls-pemfile v2.2.0
30492026-05-29T18:37:10.297Z Compiling dropshot_endpoint v0.17.0
30502026-05-29T18:37:10.351Z Compiling compression-codecs v0.4.37
30512026-05-29T18:37:10.371Z Compiling toml v1.0.6+spec-1.1.0
30522026-05-29T18:37:10.371Z Compiling slog-bunyan v2.5.0
30532026-05-29T18:37:10.483Z Compiling hostname v0.4.2
30542026-05-29T18:37:10.501Z Compiling serde_path_to_error v0.1.20
30552026-05-29T18:37:10.547Z Compiling regress v0.10.5
30562026-05-29T18:37:10.564Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-05-29T18:37:10.567Z Compiling macaddr v1.0.1
30582026-05-29T18:37:10.660Z Compiling async-compression v0.4.41
30592026-05-29T18:37:10.676Z Compiling async-stream v0.3.6
30602026-05-29T18:37:10.695Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-05-29T18:37:10.728Z Compiling instant v0.1.13
30622026-05-29T18:37:10.775Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-05-29T18:37:10.795Z Compiling backon v1.6.0
30642026-05-29T18:37:10.811Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-05-29T18:37:10.862Z Compiling backoff v0.4.0
30662026-05-29T18:37:10.862Z Compiling progenitor-client v0.10.0
30672026-05-29T18:37:10.899Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-05-29T18:37:10.912Z Compiling humantime v2.3.0
30692026-05-29T18:37:10.946Z Compiling universal-hash v0.5.1
30702026-05-29T18:37:10.993Z Compiling progenitor-extras v0.2.0
30712026-05-29T18:37:11.020Z Compiling opaque-debug v0.3.1
30722026-05-29T18:37:11.097Z Compiling half v2.7.1
30732026-05-29T18:37:11.115Z Compiling structmeta v0.3.0
30742026-05-29T18:37:11.119Z Compiling crucible-workspace-hack v0.1.0
30752026-05-29T18:37:11.120Z Compiling ciborium-io v0.2.2
30762026-05-29T18:37:11.165Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-05-29T18:37:11.199Z Compiling regress v0.11.1
30782026-05-29T18:37:11.215Z Compiling convert_case v0.4.0
30792026-05-29T18:37:11.246Z Compiling aead v0.5.2
30802026-05-29T18:37:11.266Z Compiling secrecy v0.10.3
30812026-05-29T18:37:11.283Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30822026-05-29T18:37:11.319Z Compiling unsafe-libyaml v0.2.11
30832026-05-29T18:37:11.362Z Compiling derive-ex v0.1.8
30842026-05-29T18:37:11.377Z Compiling parse-display-derive v0.10.0
30852026-05-29T18:37:11.418Z Compiling ciborium-ll v0.2.2
30862026-05-29T18:37:11.462Z Compiling poly1305 v0.8.0
30872026-05-29T18:37:11.477Z Compiling chacha20 v0.9.1
30882026-05-29T18:37:11.534Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30892026-05-29T18:37:11.554Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-05-29T18:37:11.573Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30912026-05-29T18:37:11.616Z Compiling derive_more v0.99.20
30922026-05-29T18:37:11.657Z Compiling ciborium v0.2.2
30932026-05-29T18:37:11.759Z Compiling thiserror-impl-no-std v2.0.2
30942026-05-29T18:37:11.791Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-05-29T18:37:11.808Z Compiling byte-wrapper v0.1.0
30962026-05-29T18:37:11.949Z Compiling serde_yaml v0.9.34+deprecated
30972026-05-29T18:37:11.952Z Compiling password-hash v0.5.0
30982026-05-29T18:37:12.090Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30992026-05-29T18:37:12.132Z Compiling blake2 v0.10.6
31002026-05-29T18:37:12.169Z Compiling chacha20poly1305 v0.10.1
31012026-05-29T18:37:12.237Z Compiling indent_write v2.2.0
31022026-05-29T18:37:12.255Z Compiling heapless v0.8.0
31032026-05-29T18:37:12.271Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-05-29T18:37:12.345Z Compiling tokio-rustls v0.25.0
31052026-05-29T18:37:12.384Z Compiling ingot-macros v0.1.1
31062026-05-29T18:37:12.401Z Compiling argon2 v0.5.3
31072026-05-29T18:37:12.598Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-05-29T18:37:12.717Z Compiling tabwriter v1.4.1
31092026-05-29T18:37:12.764Z Compiling typify-impl v0.6.2
31102026-05-29T18:37:13.023Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31112026-05-29T18:37:13.050Z Compiling thiserror-no-std v2.0.2
31122026-05-29T18:37:13.150Z Compiling test-strategy v0.4.5
31132026-05-29T18:37:13.168Z Compiling vsss-rs v3.3.4
31142026-05-29T18:37:13.185Z Compiling parse-display v0.10.0
31152026-05-29T18:37:13.323Z Compiling hash32 v0.3.1
31162026-05-29T18:37:13.489Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-05-29T18:37:13.507Z Compiling smoltcp v0.11.0
31182026-05-29T18:37:13.671Z Compiling proc-macro-crate v3.4.0
31192026-05-29T18:37:13.744Z Compiling num-rational v0.4.2
31202026-05-29T18:37:13.766Z Compiling cobs v0.3.0
31212026-05-29T18:37:13.837Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31222026-05-29T18:37:13.884Z Compiling num-complex v0.4.6
31232026-05-29T18:37:13.924Z Compiling colored v3.1.1
31242026-05-29T18:37:13.960Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-05-29T18:37:14.004Z Compiling postcard v1.1.3
31262026-05-29T18:37:14.123Z Compiling proc-macro-error v1.0.4
31272026-05-29T18:37:14.214Z Compiling proc-macro-crate v1.3.1
31282026-05-29T18:37:14.295Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-05-29T18:37:14.307Z Compiling num_enum_derive v0.7.5
31302026-05-29T18:37:14.317Z Compiling num v0.4.3
31312026-05-29T18:37:14.317Z Compiling atomicwrites v0.4.4
31322026-05-29T18:37:14.352Z Compiling foreign-types-macros v0.2.3
31332026-05-29T18:37:14.369Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31342026-05-29T18:37:14.404Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-05-29T18:37:14.460Z Compiling float-ord v0.3.2
31362026-05-29T18:37:14.543Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-05-29T18:37:14.560Z Compiling cpufeatures v0.3.0
31382026-05-29T18:37:14.613Z Compiling foreign-types-shared v0.3.1
31392026-05-29T18:37:14.661Z Compiling rayon-core v1.13.0
31402026-05-29T18:37:14.680Z Compiling num_enum_derive v0.5.11
31412026-05-29T18:37:14.735Z Compiling chacha20 v0.10.0
31422026-05-29T18:37:14.742Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31432026-05-29T18:37:14.758Z Compiling crossbeam-deque v0.8.6
31442026-05-29T18:37:14.765Z Compiling camino-tempfile v1.4.1
31452026-05-29T18:37:14.858Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-05-29T18:37:14.896Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-05-29T18:37:14.911Z Compiling cstr-argument v0.1.2
31482026-05-29T18:37:14.987Z Compiling foreign-types v0.5.0
31492026-05-29T18:37:15.004Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31502026-05-29T18:37:15.060Z Compiling rand v0.10.0
31512026-05-29T18:37:15.090Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31522026-05-29T18:37:15.090Z Compiling toml v0.8.23
31532026-05-29T18:37:15.252Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-29T18:37:15.323Z Compiling zone_cfg_derive v0.3.1
31552026-05-29T18:37:15.343Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-05-29T18:37:15.372Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31572026-05-29T18:37:15.375Z Compiling ingot-types v0.1.2
31582026-05-29T18:37:15.406Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-05-29T18:37:15.424Z Compiling num_enum v0.7.5
31602026-05-29T18:37:15.443Z Compiling rayon v1.11.0
31612026-05-29T18:37:15.486Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31622026-05-29T18:37:15.542Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31632026-05-29T18:37:15.575Z Compiling itertools v0.12.1
31642026-05-29T18:37:15.638Z Compiling num-derive v0.4.2
31652026-05-29T18:37:15.764Z Compiling sigpipe v0.1.3
31662026-05-29T18:37:15.785Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-05-29T18:37:15.828Z Compiling ingot v0.1.1
31682026-05-29T18:37:15.847Z Compiling num_enum v0.5.11
31692026-05-29T18:37:15.849Z Compiling glob v0.3.3
31702026-05-29T18:37:15.880Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31712026-05-29T18:37:15.895Z Compiling smf v0.2.3
31722026-05-29T18:37:15.992Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31732026-05-29T18:37:16.041Z Compiling prettyplease v0.2.37
31742026-05-29T18:37:16.060Z Compiling whoami v1.6.1
31752026-05-29T18:37:16.096Z Compiling usdt-macro v0.5.0
31762026-05-29T18:37:16.150Z Compiling usdt-attr-macro v0.5.0
31772026-05-29T18:37:16.347Z Compiling gethostname v0.5.0
31782026-05-29T18:37:16.377Z Compiling memmap v0.7.0
31792026-05-29T18:37:16.456Z Compiling derive-where v1.6.0
31802026-05-29T18:37:16.493Z Compiling resolv-conf v0.7.6
31812026-05-29T18:37:16.573Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-29T18:37:16.591Z Compiling cancel-safe-futures v0.1.5
31832026-05-29T18:37:16.716Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-05-29T18:37:16.740Z Compiling owo-colors v4.3.0
31852026-05-29T18:37:16.842Z Compiling zone v0.3.1
31862026-05-29T18:37:16.899Z Compiling libsw-core v0.3.2
31872026-05-29T18:37:16.919Z Compiling console v0.15.11
31882026-05-29T18:37:17.006Z Compiling usdt v0.5.0
31892026-05-29T18:37:17.099Z Compiling libsw v3.5.0
31902026-05-29T18:37:17.136Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-05-29T18:37:17.254Z Compiling hickory-proto v0.24.4
31922026-05-29T18:37:17.315Z Compiling newline-converter v0.3.0
31932026-05-29T18:37:17.320Z Compiling progenitor-client v0.13.0
31942026-05-29T18:37:17.354Z Compiling linked-hash-map v0.5.6
31952026-05-29T18:37:17.389Z Compiling libefi-sys v0.1.0
31962026-05-29T18:37:17.471Z Compiling linear-map v1.2.0
31972026-05-29T18:37:17.488Z Compiling typify-macro v0.6.2
31982026-05-29T18:37:17.538Z Compiling lru-cache v0.1.2
31992026-05-29T18:37:17.557Z Compiling expectorate v1.2.0
32002026-05-29T18:37:17.557Z Compiling git-stub v1.0.0
32012026-05-29T18:37:17.591Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32022026-05-29T18:37:17.636Z Compiling bitfield-struct v0.6.2
32032026-05-29T18:37:17.675Z Compiling semver v0.1.20
32042026-05-29T18:37:17.710Z Compiling tokio-dtrace v0.1.1
32052026-05-29T18:37:17.754Z Compiling git-stub-vcs v0.1.0
32062026-05-29T18:37:17.777Z Compiling dropshot-api-manager-types v0.7.2
32072026-05-29T18:37:17.796Z Compiling slog-dtrace v0.3.0
32082026-05-29T18:37:17.837Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32092026-05-29T18:37:17.854Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-29T18:37:17.920Z Compiling rustc_version v0.1.7
32112026-05-29T18:37:17.953Z Compiling minimal-lexical v0.2.1
32122026-05-29T18:37:17.958Z Compiling oxide-tokio-rt v0.1.4
32132026-05-29T18:37:18.007Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32142026-05-29T18:37:18.024Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-05-29T18:37:18.076Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-05-29T18:37:18.104Z Compiling phf_shared v0.12.1
32172026-05-29T18:37:18.123Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-29T18:37:18.149Z Compiling csv-core v0.1.13
32192026-05-29T18:37:18.182Z Compiling newtype_derive v0.1.6
32202026-05-29T18:37:18.253Z Compiling nom v7.1.3
32212026-05-29T18:37:18.271Z Compiling chrono-tz v0.10.4
32222026-05-29T18:37:18.291Z Compiling xshell-macros v0.2.7
32232026-05-29T18:37:18.309Z Compiling highway v1.3.0
32242026-05-29T18:37:18.338Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-05-29T18:37:18.440Z Compiling csv v1.4.0
32262026-05-29T18:37:18.465Z Compiling const_format_proc_macros v0.2.34
32272026-05-29T18:37:18.525Z Compiling phf v0.12.1
32282026-05-29T18:37:18.652Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-05-29T18:37:18.704Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-29T18:37:18.722Z Compiling xshell v0.2.7
32312026-05-29T18:37:18.725Z Compiling primeorder v0.13.6
32322026-05-29T18:37:19.008Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-29T18:37:19.025Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-29T18:37:19.066Z Compiling tabled_derive v0.7.0
32352026-05-29T18:37:19.078Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-05-29T18:37:19.148Z Compiling bcs v0.1.6
32372026-05-29T18:37:19.261Z Compiling salty v0.3.0
32382026-05-29T18:37:19.324Z Compiling tagptr v0.2.0
32392026-05-29T18:37:19.344Z Compiling const_format v0.2.35
32402026-05-29T18:37:19.366Z Compiling typify v0.6.2
32412026-05-29T18:37:19.480Z Compiling progenitor-impl v0.14.0
32422026-05-29T18:37:19.498Z Compiling progenitor-impl v0.13.0
32432026-05-29T18:37:19.498Z Compiling hickory-resolver v0.24.4
32442026-05-29T18:37:19.535Z Compiling termtree v0.5.1
32452026-05-29T18:37:19.583Z Compiling textwrap v0.16.2
32462026-05-29T18:37:19.631Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32472026-05-29T18:37:19.683Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32482026-05-29T18:37:19.716Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32492026-05-29T18:37:19.880Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-29T18:37:20.084Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-05-29T18:37:20.102Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32522026-05-29T18:37:20.122Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32532026-05-29T18:37:20.255Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32542026-05-29T18:37:20.318Z Compiling tabled v0.15.0
32552026-05-29T18:37:20.411Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-05-29T18:37:20.524Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-29T18:37:20.606Z Compiling qorb v0.4.1
32582026-05-29T18:37:20.692Z Compiling moka v0.12.13
32592026-05-29T18:37:20.718Z Compiling steno v0.4.1
32602026-05-29T18:37:20.812Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-05-29T18:37:20.982Z Compiling base64 v0.21.7
32622026-05-29T18:37:21.278Z Compiling radium v0.7.0
32632026-05-29T18:37:21.350Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-29T18:37:21.421Z Compiling hickory-resolver v0.25.2
32652026-05-29T18:37:21.534Z Compiling p384 v0.13.1
32662026-05-29T18:37:21.576Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-05-29T18:37:21.775Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32682026-05-29T18:37:21.922Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32692026-05-29T18:37:21.958Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32702026-05-29T18:37:21.977Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32712026-05-29T18:37:22.118Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-05-29T18:37:22.243Z Compiling typify-impl v0.4.3
32732026-05-29T18:37:22.262Z Compiling progenitor-macro v0.14.0
32742026-05-29T18:37:22.282Z Compiling progenitor-macro v0.13.0
32752026-05-29T18:37:22.285Z Compiling maybe-uninit v2.0.0
32762026-05-29T18:37:22.618Z Compiling tap v1.0.1
32772026-05-29T18:37:22.753Z Compiling wyz v0.5.1
32782026-05-29T18:37:22.771Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-05-29T18:37:22.810Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-05-29T18:37:22.813Z Compiling proc-macro-error-attr2 v2.0.0
32812026-05-29T18:37:22.985Z Compiling funty v2.0.0
32822026-05-29T18:37:23.016Z Compiling packed_struct v0.10.1
32832026-05-29T18:37:23.180Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32842026-05-29T18:37:23.259Z Compiling utf-8 v0.7.6
32852026-05-29T18:37:23.290Z Compiling parking_lot_core v0.8.6
32862026-05-29T18:37:23.333Z Compiling bitvec v1.0.1
32872026-05-29T18:37:23.350Z Compiling proc-macro-error2 v2.0.1
32882026-05-29T18:37:23.441Z Compiling tungstenite v0.21.0
32892026-05-29T18:37:23.462Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-05-29T18:37:23.588Z Compiling polyval v0.6.2
32912026-05-29T18:37:23.591Z Compiling packed_struct_codegen v0.10.1
32922026-05-29T18:37:23.623Z Compiling num-derive v0.3.3
32932026-05-29T18:37:23.626Z Compiling bitfield-macros v0.19.4
32942026-05-29T18:37:23.686Z Compiling zerocopy-derive v0.6.6
32952026-05-29T18:37:23.713Z Compiling indexmap v1.9.3
32962026-05-29T18:37:23.866Z Compiling crc-catalog v2.4.0
32972026-05-29T18:37:23.932Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32982026-05-29T18:37:23.981Z Compiling nodrop v0.1.14
32992026-05-29T18:37:23.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-05-29T18:37:24.104Z Compiling array-init v0.0.4
33012026-05-29T18:37:24.175Z Compiling crc v3.4.0
33022026-05-29T18:37:24.243Z Compiling tokio-tungstenite v0.21.0
33032026-05-29T18:37:24.329Z Compiling ghash v0.5.1
33042026-05-29T18:37:24.406Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-05-29T18:37:24.406Z Compiling bitfield v0.19.4
33062026-05-29T18:37:24.469Z Compiling tabled_derive v0.11.0
33072026-05-29T18:37:24.577Z Compiling libscf-sys v1.1.0
33082026-05-29T18:37:24.595Z Compiling zerocopy v0.6.6
33092026-05-29T18:37:24.596Z Compiling smallvec v0.6.14
33102026-05-29T18:37:24.754Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-29T18:37:24.812Z Compiling papergrid v0.17.0
33122026-05-29T18:37:24.840Z Compiling testing_table v0.3.0
33132026-05-29T18:37:24.852Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-29T18:37:24.954Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-29T18:37:24.981Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-29T18:37:25.025Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-29T18:37:25.179Z Compiling ctr v0.9.2
33182026-05-29T18:37:25.275Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-29T18:37:25.336Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-29T18:37:25.413Z Compiling corncobs v0.1.4
33212026-05-29T18:37:25.473Z Compiling hashbrown v0.12.3
33222026-05-29T18:37:25.487Z Compiling illumos-nvpair-sys v0.2.0
33232026-05-29T18:37:25.563Z Compiling unicase v2.9.0
33242026-05-29T18:37:25.639Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-29T18:37:25.692Z Compiling aes-gcm v0.10.3
33262026-05-29T18:37:25.744Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-05-29T18:37:25.760Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-05-29T18:37:25.857Z Compiling mime_guess v2.0.5
33292026-05-29T18:37:25.911Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-05-29T18:37:25.960Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-05-29T18:37:26.076Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-29T18:37:26.076Z Compiling tabled v0.20.0
33332026-05-29T18:37:26.106Z Compiling serde-hex v0.1.0
33342026-05-29T18:37:26.144Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-05-29T18:37:26.429Z Compiling parking_lot v0.11.2
33362026-05-29T18:37:26.530Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-29T18:37:26.616Z Compiling ron v0.8.1
33382026-05-29T18:37:26.686Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-05-29T18:37:26.782Z Compiling hashbrown v0.13.2
33402026-05-29T18:37:26.853Z Compiling progenitor-client v0.11.2
33412026-05-29T18:37:26.869Z Compiling typify-macro v0.4.3
33422026-05-29T18:37:26.904Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33432026-05-29T18:37:27.235Z Compiling blowfish v0.9.1
33442026-05-29T18:37:27.255Z Compiling prefix-trie v0.7.0
33452026-05-29T18:37:27.368Z Compiling ssh-encoding v0.2.0
33462026-05-29T18:37:27.416Z Compiling progenitor v0.14.0
33472026-05-29T18:37:27.462Z Compiling fxhash v0.2.1
33482026-05-29T18:37:27.503Z Compiling progenitor v0.13.0
33492026-05-29T18:37:27.521Z Compiling secrecy v0.8.0
33502026-05-29T18:37:27.600Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-05-29T18:37:27.642Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33522026-05-29T18:37:27.661Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-05-29T18:37:27.698Z Compiling crc-any v2.5.0
33542026-05-29T18:37:27.702Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-05-29T18:37:27.967Z Compiling hickory-server v0.25.2
33562026-05-29T18:37:27.986Z Compiling sled v0.34.7
33572026-05-29T18:37:28.029Z Compiling ssh-cipher v0.2.0
33582026-05-29T18:37:28.191Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33592026-05-29T18:37:28.340Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33602026-05-29T18:37:28.489Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33612026-05-29T18:37:28.541Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33622026-05-29T18:37:28.663Z Compiling bcrypt-pbkdf v0.10.0
33632026-05-29T18:37:28.745Z Compiling typify v0.4.3
33642026-05-29T18:37:28.847Z Compiling progenitor-impl v0.11.2
33652026-05-29T18:37:28.866Z Compiling object v0.30.4
33662026-05-29T18:37:28.881Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-05-29T18:37:29.075Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-05-29T18:37:29.164Z Compiling password-hash v0.4.2
33692026-05-29T18:37:29.218Z Compiling half v1.8.3
33702026-05-29T18:37:29.237Z Compiling crc8 v0.1.1
33712026-05-29T18:37:29.393Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33722026-05-29T18:37:29.522Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-05-29T18:37:29.582Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-05-29T18:37:29.865Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33752026-05-29T18:37:29.883Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-05-29T18:37:29.906Z Compiling path-slash v0.1.5
33772026-05-29T18:37:30.071Z Compiling http-range v0.1.5
33782026-05-29T18:37:30.410Z Compiling serde_cbor v0.11.2
33792026-05-29T18:37:30.517Z Compiling pbkdf2 v0.11.0
33802026-05-29T18:37:30.587Z Compiling illumos-nvpair v0.3.0
33812026-05-29T18:37:30.724Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-05-29T18:37:30.964Z Compiling ssh-key v0.6.7
33832026-05-29T18:37:31.131Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33842026-05-29T18:37:31.266Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-05-29T18:37:31.290Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-05-29T18:37:31.601Z Compiling progenitor-macro v0.11.2
33872026-05-29T18:37:31.664Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33882026-05-29T18:37:31.806Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-05-29T18:37:31.880Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-05-29T18:37:31.898Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33912026-05-29T18:37:31.958Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-29T18:37:32.081Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-29T18:37:32.224Z Compiling p256 v0.13.2
33942026-05-29T18:37:32.387Z Compiling p521 v0.13.3
33952026-05-29T18:37:32.525Z Compiling yasna v0.5.2
33962026-05-29T18:37:32.544Z Compiling kstat-rs v0.2.4
33972026-05-29T18:37:32.637Z Compiling headers-core v0.3.0
33982026-05-29T18:37:32.659Z Compiling nanorand v0.7.0
33992026-05-29T18:37:32.767Z Compiling russh-cryptovec v0.7.3
34002026-05-29T18:37:32.798Z Compiling atty v0.2.14
34012026-05-29T18:37:32.870Z Compiling md5 v0.7.0
34022026-05-29T18:37:32.904Z Compiling home v0.5.12
34032026-05-29T18:37:32.923Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34042026-05-29T18:37:32.927Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34052026-05-29T18:37:32.958Z Compiling flume v0.11.1
34062026-05-29T18:37:32.983Z Compiling rcgen v0.12.1
34072026-05-29T18:37:32.986Z Compiling headers v0.4.1
34082026-05-29T18:37:33.072Z Compiling russh-keys v0.45.0
34092026-05-29T18:37:33.181Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-05-29T18:37:33.242Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-29T18:37:33.303Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-29T18:37:33.407Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-29T18:37:33.558Z Compiling hyper-staticfile v0.10.1
34142026-05-29T18:37:33.647Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-05-29T18:37:33.694Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34162026-05-29T18:37:33.797Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-29T18:37:33.825Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-05-29T18:37:33.892Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192026-05-29T18:37:33.910Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-29T18:37:34.040Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34212026-05-29T18:37:34.106Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-05-29T18:37:34.215Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-05-29T18:37:34.285Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-05-29T18:37:34.304Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-05-29T18:37:34.440Z Compiling num-bigint v0.4.6
34262026-05-29T18:37:34.551Z Compiling des v0.8.1
34272026-05-29T18:37:34.588Z Compiling subprocess v0.2.15
34282026-05-29T18:37:34.606Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-29T18:37:34.662Z Compiling hex-literal v0.4.1
34302026-05-29T18:37:34.690Z Compiling display-error-chain v0.2.2
34312026-05-29T18:37:34.764Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-29T18:37:34.780Z Compiling colored v2.2.0
34332026-05-29T18:37:34.801Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-05-29T18:37:34.846Z Compiling socket2 v0.5.10
34352026-05-29T18:37:34.863Z Compiling internet-checksum v0.2.1
34362026-05-29T18:37:35.054Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-29T18:37:35.149Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-05-29T18:37:35.744Z Compiling russh v0.45.0
34392026-05-29T18:37:36.346Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-29T18:37:36.366Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-29T18:37:36.496Z Compiling progenitor v0.11.2
34422026-05-29T18:37:36.634Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-05-29T18:37:38.776Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-29T18:37:39.416Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-29T18:37:39.888Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-29T18:37:41.768Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-29T18:37:42.253Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-05-29T18:37:49.697Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-05-29T18:37:49.697Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-05-29T18:37:49.697Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-05-29T18:37:49.700Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-29T18:37:51.404Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-29T18:37:51.558Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-05-29T18:37:55.595Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-29T18:38:34.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34562026-05-29T18:38:34.315Z
34572026-05-29T18:38:34.315Zreal 1:25.347426571
34582026-05-29T18:38:34.315Zuser 8:06.630452000
34592026-05-29T18:38:34.315Zsys 1:41.203669298
34602026-05-29T18:38:34.315Ztrap 0.251437483
34612026-05-29T18:38:34.318Ztflt 0.516588077
34622026-05-29T18:38:34.318Zdflt 1.672166466
34632026-05-29T18:38:34.318Zkflt 0.000196570
34642026-05-29T18:38:34.318Zlock 28:42.883904614
34652026-05-29T18:38:34.318Zslp 18:35.361629464
34662026-05-29T18:38:34.318Zlat 40.843759053
34672026-05-29T18:38:34.318Zstop 2:53.215140064
34682026-05-29T18:38:34.318Z+ mkdir tests
34692026-05-29T18:38:34.322Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-29T18:38:34.322Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-29T18:38:34.419Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c6dcadff58450139 tests/
34722026-05-29T18:38:34.448Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2b8e740b31c9eb1 tests/
34732026-05-29T18:38:34.477Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cce2a2ffee17194 tests/
34742026-05-29T18:38:34.507Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce899ba42cd8bdd4 tests/
34752026-05-29T18:38:34.800Z+ 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)
34762026-05-29T18:38:34.803Z+ 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-d2b8e740b31c9eb1 tests/commtest-9cce2a2ffee17194 tests/dhcp_server-c6dcadff58450139 tests/end_to_end_tests-ce899ba42cd8bdd4 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
34772026-05-29T18:39:56.489ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-29T18:39:56.489Za .github/buildomat/ci-env.sh 1K
34792026-05-29T18:39:56.489Za out/target/test 1K
34802026-05-29T18:39:56.489Za out/npuzone/npuzone 27402K
34812026-05-29T18:39:56.489Za package-manifest.toml 35K
34822026-05-29T18:39:56.489Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-29T18:39:56.489Za target/release/omicron-package 45140K
34842026-05-29T18:39:56.489Za target/release/xtask 11449K
34852026-05-29T18:39:56.489Za target/debug/bootstrap 353189K
34862026-05-29T18:39:56.491Za tests/bootstrap-d2b8e740b31c9eb1 31215K
34872026-05-29T18:39:56.491Za tests/commtest-9cce2a2ffee17194 32300K
34882026-05-29T18:39:56.491Za tests/dhcp_server-c6dcadff58450139 31215K
34892026-05-29T18:39:56.491Za tests/end_to_end_tests-ce899ba42cd8bdd4 394983K
34902026-05-29T18:39:56.491Za tools/opte_version 1K
34912026-05-29T18:39:56.491Za tools/opte_version_override 2K
34922026-05-29T18:39:56.491Za out/clickhouse.tar.gz 321327K
34932026-05-29T18:39:56.491Za out/clickhouse_keeper.tar.gz 306392K
34942026-05-29T18:39:56.491Za out/clickhouse_server.tar.gz 321324K
34952026-05-29T18:39:56.491Za out/cockroachdb.tar.gz 165618K
34962026-05-29T18:39:56.491Za out/crucible-pantry-zone.tar.gz 40615K
34972026-05-29T18:39:56.491Za out/crucible-utils.tar 16478K
34982026-05-29T18:39:56.491Za out/crucible-zone.tar.gz 56184K
34992026-05-29T18:39:56.491Za out/external-dns.tar.gz 50204K
35002026-05-29T18:39:56.491Za out/internal-dns.tar.gz 50204K
35012026-05-29T18:39:56.491Za out/mg-ddm-gz.tar 95141K
35022026-05-29T18:39:56.491Za out/nexus.tar.gz 277549K
35032026-05-29T18:39:56.491Za out/ntp.tar.gz 32285K
35042026-05-29T18:39:56.491Za out/omicron-gateway-softnpu.tar.gz 29022K
35052026-05-29T18:39:56.491Za out/omicron-sled-agent.tar 203629K
35062026-05-29T18:39:56.491Za out/overlay.tar.gz 3K
35072026-05-29T18:39:56.491Za out/oximeter.tar.gz 67108K
35082026-05-29T18:39:56.491Za out/oxlog.tar 3782K
35092026-05-29T18:39:56.491Za out/probe.tar.gz 3037K
35102026-05-29T18:39:56.491Za out/propolis-server.tar.gz 34918K
35112026-05-29T18:39:56.491Za out/pumpkind-gz.tar 26647K
35122026-05-29T18:39:56.491Za out/switch-softnpu.tar.gz 451153K
35132026-05-29T18:39:56.529Z
35142026-05-29T18:39:56.529Zreal 1:21.687537178
35152026-05-29T18:39:56.529Zuser 1:19.003508564
35162026-05-29T18:39:56.529Zsys 4.494800391
35172026-05-29T18:39:56.529Ztrap 0.006624700
35182026-05-29T18:39:56.529Ztflt 0.000000000
35192026-05-29T18:39:56.529Zdflt 0.000000000
35202026-05-29T18:39:56.529Zkflt 0.000000000
35212026-05-29T18:39:56.529Zlock 0.000000000
35222026-05-29T18:39:56.529Zslp 1:18.865195932
35232026-05-29T18:39:56.529Zlat 1.001181869
35242026-05-29T18:39:56.529Zstop 0.000152890
35252026-05-29T18:39:56.530Zprocess exited: duration 1049073 ms, exit code 0
 
35262026-05-29T18:39:56.543Zfound 1 output files
35272026-05-29T18:39:56.543Zuploading: /work/package.tar.gz (2551961528 bytes)
35282026-05-29T18:40:26.815Zuploaded: /work/package.tar.gz