01KS5V5WK2EF6NP6Z6FA8MVG5H: 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: 01KS5V6QW3KXECHY4KVN3VDZ7C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T18:02:38.315Zjob assigned to worker 01KS5V6VX43HZK938VM8DZ2E6A [factory aws, i-0d0bbd15dbbf8bf93] (queued for 51 s)
 
22026-05-21T18:02:46.016Zstarting task 0: "setup"
32026-05-21T18:02:46.020Z++ uname -s
42026-05-21T18:02:46.025Z+ kern=SunOS
52026-05-21T18:02:46.025Z+ build_user=build
62026-05-21T18:02:46.025Z+ build_uid=12345
72026-05-21T18:02:46.025Z+ work_dir=/work
82026-05-21T18:02:46.025Z+ input_dir=/input
92026-05-21T18:02:46.025Z+ [[ 0 == 12345 ]]
102026-05-21T18:02:46.025Z+ case "$kern" in
112026-05-21T18:02:46.025Z+ groupadd -g 12345 build
122026-05-21T18:02:46.034Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T18:02:48.041Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T18:02:48.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T18:02:48.105Z+ home_fs=zfs
162026-05-21T18:02:48.105Z+ [[ zfs == autofs ]]
172026-05-21T18:02:48.105Z+ mkdir -p /home/build
182026-05-21T18:02:48.105Z+ chown build:build /home/build /work
192026-05-21T18:02:50.108Z+ chmod 0700 /home/build /work
202026-05-21T18:02:50.113Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-21T18:02:50.120Zstarting task 1: "rust-toolchain"
222026-05-21T18:02:50.125Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T18:02:50.125Z * rust toolchain channel = "1.94.0"
242026-05-21T18:02:50.125Z * rust toolchain profile = "default"
252026-05-21T18:02:50.125Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T18:02:50.125Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T18:02:50.126Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T18:02:50.129Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T18:02:50.129Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T18:02:50.238Zinfo: downloading installer
312026-05-21T18:02:51.687Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T18:02:51.687Zwarn: /home/build/.rustup/settings.toml
332026-05-21T18:02:51.687Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T18:02:51.687Zwarn: instead of the one inferred from the default host triple.
352026-05-21T18:02:51.699Zinfo: profile set to default
362026-05-21T18:02:51.699Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T18:02:51.703Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T18:02:51.834Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T18:02:51.840Zinfo: downloading 6 components
402026-05-21T18:03:06.285Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T18:03:06.286Z
422026-05-21T18:03:06.314Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T18:03:06.314Z
442026-05-21T18:03:06.315Z
452026-05-21T18:03:06.315ZRust is installed now. Great!
462026-05-21T18:03:06.315Z
472026-05-21T18:03:06.315ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T18:03:06.315Zenvironment variable. This has not been done automatically.
492026-05-21T18:03:06.315Z
502026-05-21T18:03:06.315ZTo configure your current shell, you need to source
512026-05-21T18:03:06.315Zthe corresponding env file under $HOME/.cargo.
522026-05-21T18:03:06.315Z
532026-05-21T18:03:06.315ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T18:03:06.320Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T18:03:06.320Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T18:03:06.320Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T18:03:06.320Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T18:03:06.320Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T18:03:06.320Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T18:03:06.320Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T18:03:06.320Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T18:03:06.417Z+ rustup --version
632026-05-21T18:03:06.423Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T18:03:06.426Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T18:03:06.445Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T18:03:06.449Z+ cargo --version
672026-05-21T18:03:06.456Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T18:03:06.459Z+ rustc --version
692026-05-21T18:03:06.480Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T18:03:06.483Zprocess exited: duration 16362 ms, exit code 0
 
712026-05-21T18:03:06.494Zstarting task 2: "authentication"
722026-05-21T18:03:06.512Zprocess exited: duration 18 ms, exit code 0
 
732026-05-21T18:03:06.520Zstarting task 3: "clone repository"
742026-05-21T18:03:06.525Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T18:03:06.528Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T18:03:06.581ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T18:03:17.973Z+ cd /work/oxidecomputer/omicron
782026-05-21T18:03:17.973Z+ git fetch origin a96018ac8a9253bef3db530dea2e785128285cdf
792026-05-21T18:03:18.256ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T18:03:18.256Z * branch a96018ac8a9253bef3db530dea2e785128285cdf -> FETCH_HEAD
812026-05-21T18:03:18.268Z+ [[ -n omicron-dev-for-multi-rack ]]
822026-05-21T18:03:18.271Z++ git branch --show-current
832026-05-21T18:03:18.272Z+ current=main
842026-05-21T18:03:18.272Z+ [[ main != omicron-dev-for-multi-rack ]]
852026-05-21T18:03:18.272Z+ git branch -f omicron-dev-for-multi-rack a96018ac8a9253bef3db530dea2e785128285cdf
862026-05-21T18:03:18.275Z+ git checkout -f omicron-dev-for-multi-rack
872026-05-21T18:03:18.512ZSwitched to branch 'omicron-dev-for-multi-rack'
882026-05-21T18:03:18.515Z+ git reset --hard a96018ac8a9253bef3db530dea2e785128285cdf
892026-05-21T18:03:18.540ZHEAD is now at a96018ac8 smooth out some sharp edges
902026-05-21T18:03:18.544Zprocess exited: duration 12021 ms, exit code 0
 
912026-05-21T18:03:18.551Zstarting task 4: "build"
922026-05-21T18:03:18.556Z+ source .github/buildomat/ci-env.sh
932026-05-21T18:03:18.556Z++ export CARGO_TERM_COLOR=always
942026-05-21T18:03:18.556Z++ CARGO_TERM_COLOR=always
952026-05-21T18:03:18.556Z+ cargo --version
962026-05-21T18:03:18.566Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T18:03:18.569Z+ rustc --version
982026-05-21T18:03:18.589Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T18:03:18.593Z+ WORK=/work
1002026-05-21T18:03:18.593Z+ pfexec mkdir -p /work
1012026-05-21T18:03:18.597Z+ pfexec chown build /work
1022026-05-21T18:03:18.597Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T18:03:20.766Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T18:03:20.832Z Startup: Caching catalogs ... Done
1052026-05-21T18:03:21.045ZPlanning: Solver setup ... Done (0.175s)
1062026-05-21T18:03:21.062ZPlanning: Running solver ... Done (0.017s)
1072026-05-21T18:03:21.077ZPlanning: Finding local manifests ... Done (0.013s)
1082026-05-21T18:03:21.089ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T18:03:21.105ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T18:03:21.120ZPlanning: Package planning ... Done (0.014s)
1112026-05-21T18:03:21.123ZPlanning: Merging actions ... Done (0.002s)
1122026-05-21T18:03:21.314ZPlanning: Checking for conflicting actions ... Done (0.194s)
1132026-05-21T18:03:21.318ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T18:03:22.981ZPlanning: Evaluating mediators ... Done (1.666s)
1152026-05-21T18:03:22.985ZPlanning: Planning completed in 2.13 seconds
1162026-05-21T18:03:22.990Z Packages to install: 2
1172026-05-21T18:03:22.990Z Estimated space available: 156.08 GB
1182026-05-21T18:03:22.990ZEstimated space to be consumed: 19.75 MB
1192026-05-21T18:03:22.993Z Create boot environment: No
1202026-05-21T18:03:22.993ZCreate backup boot environment: No
1212026-05-21T18:03:22.993Z Rebuild boot archive: No
1222026-05-21T18:03:22.993Z
1232026-05-21T18:03:22.993ZChanged packages:
1242026-05-21T18:03:22.993Zhelios
1252026-05-21T18:03:22.993Z developer/build-essential
1262026-05-21T18:03:22.993Z None -> 11-3.0
1272026-05-21T18:03:22.993Z library/libxmlsec1
1282026-05-21T18:03:22.993Z None -> 1.2.35-3.0
1292026-05-21T18:03:23.059Z
1302026-05-21T18:03:23.059ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T18:03:24.345ZDownload: Completed 1.28 MB in 1.28 seconds (1021k/s)
1322026-05-21T18:03:24.395Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T18:03:24.434Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-21T18:03:24.441ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-21T18:03:24.442ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T18:03:24.457ZFinalize: Updating image state ... Done (0.015s)
1372026-05-21T18:03:27.307ZFinalize: Creating fast lookup database ... Done (2.828s)
1382026-05-21T18:03:27.386ZFinalize: Reading search index ... Done (0.022s)
1392026-05-21T18:03:27.389ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T18:03:27.483ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T18:03:27.777ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T18:03:27.883ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T18:03:27.886ZPlanning: Consolidating action changes ... Done
1442026-05-21T18:03:28.043ZPlanning: Evaluating mediators ... Done
1452026-05-21T18:03:28.046ZPlanning: Planning completed in 0.27 seconds
1462026-05-21T18:03:28.067Z Mediators to change: 2
1472026-05-21T18:03:28.067Z Create boot environment: No
1482026-05-21T18:03:28.067ZCreate backup boot environment: No
1492026-05-21T18:03:28.112ZFinalize: Updating package state database ... Done
1502026-05-21T18:03:28.112ZFinalize: Updating package cache ... Done
1512026-05-21T18:03:28.121ZFinalize: Updating image state ... Done
1522026-05-21T18:03:30.065ZFinalize: Creating fast lookup database ... Done
1532026-05-21T18:03:30.126ZFinalize: Reading search index ... Done
1542026-05-21T18:03:30.129ZFinalize: Updating search index ... Done
1552026-05-21T18:03:30.198ZFinalize: Updating package cache ... Done
1562026-05-21T18:03:30.485ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T18:03:30.590ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T18:03:30.593ZPlanning: Consolidating action changes ... Done
1592026-05-21T18:03:30.747ZPlanning: Evaluating mediators ... Done
1602026-05-21T18:03:30.751ZPlanning: Planning completed in 0.26 seconds
1612026-05-21T18:03:30.770Z Mediators to change: 1
1622026-05-21T18:03:30.770Z Create boot environment: No
1632026-05-21T18:03:30.770ZCreate backup boot environment: No
1642026-05-21T18:03:30.808ZFinalize: Updating package state database ... Done
1652026-05-21T18:03:30.808ZFinalize: Updating package cache ... Done
1662026-05-21T18:03:30.819ZFinalize: Updating image state ... Done
1672026-05-21T18:03:32.758ZFinalize: Creating fast lookup database ... Done
1682026-05-21T18:03:32.822ZFinalize: Reading search index ... Done
1692026-05-21T18:03:32.825ZFinalize: Updating search index ... Done
1702026-05-21T18:03:32.876ZFinalize: Updating package cache ... Done
1712026-05-21T18:03:33.187ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T18:03:33.187Zapache system 2.4 system
1732026-05-21T18:03:33.187Zclang system 15 system
1742026-05-21T18:03:33.187Zcsh system system illumos
1752026-05-21T18:03:33.187Zctags system system illumos
1762026-05-21T18:03:33.187Zfile vendor vendor darwinsys
1772026-05-21T18:03:33.187Zfile system system illumos
1782026-05-21T18:03:33.187Zgcc vendor 14 vendor
1792026-05-21T18:03:33.187Zgcc system 13 system
1802026-05-21T18:03:33.187Zgcc system 10 system
1812026-05-21T18:03:33.188Zgo system 1.25 system
1822026-05-21T18:03:33.188Zllvm system 15 system
1832026-05-21T18:03:33.188Zmariadb system 11.4 system
1842026-05-21T18:03:33.188Zmta vendor vendor dma
1852026-05-21T18:03:33.188Zopenjdk system 17 system
1862026-05-21T18:03:33.188Zopenjdk system 11 system
1872026-05-21T18:03:33.188Zopenssl vendor 3 vendor
1882026-05-21T18:03:33.188Zperl system 5.40 system
1892026-05-21T18:03:33.188Zpostgresql system 18 system
1902026-05-21T18:03:33.188Zpostgresql system 17 system
1912026-05-21T18:03:33.188Zpython vendor 3 vendor
1922026-05-21T18:03:33.188Zpython system 2 system
1932026-05-21T18:03:33.188Zpython3 vendor 3.13 vendor
1942026-05-21T18:03:33.188Zruby system 3.4 system
1952026-05-21T18:03:33.188Zruby system 3.0 system
1962026-05-21T18:03:33.188Zwords vendor vendor american-english
1972026-05-21T18:03:33.188Zwords system system australian-english
1982026-05-21T18:03:33.188Zwords system system british-english
1992026-05-21T18:03:33.188Zwords system system canadian-english
2002026-05-21T18:03:33.188Zwords system system french
2012026-05-21T18:03:33.188Zwords system system italian
2022026-05-21T18:03:33.188Zwords system system ngerman
2032026-05-21T18:03:33.188Zwords system system ogerman
2042026-05-21T18:03:33.188Zwords system system spanish
2052026-05-21T18:03:33.433ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T18:03:33.433Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T18:03:33.697ZFMRI IFO
2082026-05-21T18:03:33.697Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T18:03:33.697Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T18:03:33.697Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T18:03:33.697Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T18:03:33.697Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T18:03:33.697Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T18:03:33.697Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T18:03:33.697Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T18:03:33.697Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T18:03:33.926Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T18:03:34.217Z Updating crates.io index
2192026-05-21T18:03:34.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T18:03:34.479Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T18:03:35.301Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T18:03:35.732Z Updating git repository `https://github.com/oxidecomputer/falcon`
2232026-05-21T18:03:36.445Z Updating git repository `https://github.com/oxidecomputer/propolis`
2242026-05-21T18:03:37.633Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2252026-05-21T18:03:38.462Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-05-21T18:03:39.803Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-05-21T18:03:40.542Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-05-21T18:03:40.979Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-05-21T18:03:41.772Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-05-21T18:03:42.479Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-05-21T18:03:42.914Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-05-21T18:03:43.266Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-05-21T18:03:44.343Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-05-21T18:03:44.841Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-05-21T18:03:45.109Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2362026-05-21T18:03:45.506Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2372026-05-21T18:03:45.932Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2382026-05-21T18:03:46.448Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-05-21T18:03:47.004Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2402026-05-21T18:03:47.226Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2412026-05-21T18:03:47.501Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-05-21T18:03:47.894Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2432026-05-21T18:03:48.270Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-21T18:03:48.859Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-21T18:03:49.474Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-21T18:03:50.227Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-21T18:03:51.157Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-21T18:03:51.383Z Updating git repository `https://github.com/oxidecomputer/network-interface`
2492026-05-21T18:03:51.650Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-05-21T18:03:52.371Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-21T18:03:53.052Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-05-21T18:03:53.346Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-05-21T18:03:53.748Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-05-21T18:03:54.087Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-05-21T18:03:55.529Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-05-21T18:03:56.024Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-05-21T18:03:56.321Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-05-21T18:03:56.591Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-21T18:03:56.939Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-05-21T18:04:08.826Z Downloading crates ...
2612026-05-21T18:04:08.879Z Downloaded block-buffer v0.10.4
2622026-05-21T18:04:08.884Z Downloaded clap_lex v1.0.0
2632026-05-21T18:04:08.888Z Downloaded anstyle-parse v0.2.7
2642026-05-21T18:04:08.888Z Downloaded macaddr v1.0.1
2652026-05-21T18:04:08.888Z Downloaded crypto-common v0.1.7
2662026-05-21T18:04:08.888Z Downloaded cargo-platform v0.2.0
2672026-05-21T18:04:08.893Z Downloaded is_terminal_polyfill v1.70.2
2682026-05-21T18:04:08.893Z Downloaded dof v0.3.0
2692026-05-21T18:04:08.898Z Downloaded plain v0.2.3
2702026-05-21T18:04:08.898Z Downloaded generic-array v0.14.7
2712026-05-21T18:04:08.898Z Downloaded fnv v1.0.7
2722026-05-21T18:04:08.898Z Downloaded cpufeatures v0.2.17
2732026-05-21T18:04:08.902Z Downloaded textwrap v0.16.2
2742026-05-21T18:04:08.902Z Downloaded thiserror-impl v1.0.69
2752026-05-21T18:04:08.902Z Downloaded yoke v0.8.1
2762026-05-21T18:04:08.907Z Downloaded usdt-macro v0.5.0
2772026-05-21T18:04:08.907Z Downloaded anstream v0.6.21
2782026-05-21T18:04:08.907Z Downloaded terminal_size v0.4.3
2792026-05-21T18:04:08.907Z Downloaded digest v0.10.7
2802026-05-21T18:04:08.907Z Downloaded camino v1.2.2
2812026-05-21T18:04:08.911Z Downloaded cargo_toml v0.21.0
2822026-05-21T18:04:08.911Z Downloaded yoke-derive v0.8.1
2832026-05-21T18:04:08.911Z Downloaded strsim v0.11.1
2842026-05-21T18:04:08.911Z Downloaded ordered-float v2.10.1
2852026-05-21T18:04:08.911Z Downloaded memmap v0.7.0
2862026-05-21T18:04:08.916Z Downloaded typeid v1.0.3
2872026-05-21T18:04:08.922Z Downloaded smawk v0.3.2
2882026-05-21T18:04:08.922Z Downloaded zerocopy-derive v0.7.35
2892026-05-21T18:04:08.922Z Downloaded proc-macro-error v1.0.4
2902026-05-21T18:04:08.922Z Downloaded sha2 v0.10.9
2912026-05-21T18:04:08.927Z Downloaded serde_spanned v0.6.9
2922026-05-21T18:04:08.931Z Downloaded zerofrom-derive v0.1.6
2932026-05-21T18:04:08.931Z Downloaded utf8parse v0.2.2
2942026-05-21T18:04:08.931Z Downloaded unicode-linebreak v0.1.5
2952026-05-21T18:04:08.935Z Downloaded utf8_iter v1.0.4
2962026-05-21T18:04:08.935Z Downloaded unicode-xid v0.2.6
2972026-05-21T18:04:08.939Z Downloaded litemap v0.8.1
2982026-05-21T18:04:08.939Z Downloaded usdt v0.5.0
2992026-05-21T18:04:08.939Z Downloaded toml_datetime v0.6.11
3002026-05-21T18:04:08.939Z Downloaded toml_write v0.1.2
3012026-05-21T18:04:08.943Z Downloaded zerofrom v0.1.6
3022026-05-21T18:04:08.948Z Downloaded anstyle-query v1.1.5
3032026-05-21T18:04:08.953Z Downloaded usdt-attr-macro v0.5.0
3042026-05-21T18:04:08.953Z Downloaded serde-value v0.7.0
3052026-05-21T18:04:08.953Z Downloaded pretty-hex v0.4.1
3062026-05-21T18:04:08.953Z Downloaded colorchoice v1.0.4
3072026-05-21T18:04:08.958Z Downloaded zerovec-derive v0.11.2
3082026-05-21T18:04:08.958Z Downloaded zmij v1.0.21
3092026-05-21T18:04:08.958Z Downloaded usdt-impl v0.5.0
3102026-05-21T18:04:08.958Z Downloaded semver v1.0.28
3112026-05-21T18:04:08.958Z Downloaded thiserror v1.0.69
3122026-05-21T18:04:08.964Z Downloaded writeable v0.6.2
3132026-05-21T18:04:08.964Z Downloaded thiserror-impl v2.0.18
3142026-05-21T18:04:08.964Z Downloaded errno v0.3.14
3152026-05-21T18:04:08.964Z Downloaded version_check v0.9.5
3162026-05-21T18:04:08.968Z Downloaded thread-id v4.2.2
3172026-05-21T18:04:08.968Z Downloaded proc-macro-error-attr v1.0.4
3182026-05-21T18:04:08.968Z Downloaded form_urlencoded v1.2.2
3192026-05-21T18:04:08.968Z Downloaded cfg-if v1.0.4
3202026-05-21T18:04:08.968Z Downloaded tinystr v0.8.2
3212026-05-21T18:04:08.968Z Downloaded pest_generator v2.8.6
3222026-05-21T18:04:08.968Z Downloaded swrite v0.1.0
3232026-05-21T18:04:08.972Z Downloaded scroll_derive v0.12.1
3242026-05-21T18:04:08.972Z Downloaded itoa v1.0.17
3252026-05-21T18:04:08.975Z Downloaded ucd-trie v0.1.7
3262026-05-21T18:04:08.980Z Downloaded potential_utf v0.1.4
3272026-05-21T18:04:08.980Z Downloaded idna_adapter v1.2.1
3282026-05-21T18:04:08.986Z Downloaded scroll v0.12.0
3292026-05-21T18:04:08.986Z Downloaded thiserror v2.0.18
3302026-05-21T18:04:08.990Z Downloaded unicode-ident v1.0.24
3312026-05-21T18:04:08.990Z Downloaded dtrace-parser v0.2.0
3322026-05-21T18:04:08.994Z Downloaded percent-encoding v2.3.2
3332026-05-21T18:04:08.994Z Downloaded heck v0.5.0
3342026-05-21T18:04:08.994Z Downloaded stable_deref_trait v1.2.1
3352026-05-21T18:04:08.999Z Downloaded toml v0.8.23
3362026-05-21T18:04:09.002Z Downloaded zerotrie v0.2.3
3372026-05-21T18:04:09.007Z Downloaded equivalent v1.0.2
3382026-05-21T18:04:09.008Z Downloaded typenum v1.19.0
3392026-05-21T18:04:09.008Z Downloaded tabled_derive v0.7.0
3402026-05-21T18:04:09.008Z Downloaded toml_edit v0.22.27
3412026-05-21T18:04:09.012Z Downloaded heck v0.4.1
3422026-05-21T18:04:09.012Z Downloaded fs-err v3.3.0
3432026-05-21T18:04:09.018Z Downloaded fastrand v2.3.0
3442026-05-21T18:04:09.018Z Downloaded url v2.5.8
3452026-05-21T18:04:09.026Z Downloaded zerovec v0.11.5
3462026-05-21T18:04:09.031Z Downloaded displaydoc v0.2.5
3472026-05-21T18:04:09.031Z Downloaded zerocopy v0.7.35
3482026-05-21T18:04:09.039Z Downloaded serde_tokenstream v0.2.3
3492026-05-21T18:04:09.043Z Downloaded quote v1.0.45
3502026-05-21T18:04:09.044Z Downloaded erased-serde v0.4.9
3512026-05-21T18:04:09.044Z Downloaded cargo_metadata v0.21.0
3522026-05-21T18:04:09.044Z Downloaded winnow v0.7.14
3532026-05-21T18:04:09.049Z Downloaded camino-tempfile v1.4.1
3542026-05-21T18:04:09.049Z Downloaded unicode-width v0.1.14
3552026-05-21T18:04:09.053Z Downloaded anstyle v1.0.13
3562026-05-21T18:04:09.053Z Downloaded serde-untagged v0.1.9
3572026-05-21T18:04:09.053Z Downloaded once_cell v1.21.3
3582026-05-21T18:04:09.058Z Downloaded byteorder v1.5.0
3592026-05-21T18:04:09.058Z Downloaded unicode-width v0.2.0
3602026-05-21T18:04:09.062Z Downloaded synstructure v0.13.2
3612026-05-21T18:04:09.062Z Downloaded bytecount v0.6.9
3622026-05-21T18:04:09.062Z Downloaded smallvec v1.15.1
3632026-05-21T18:04:09.066Z Downloaded anyhow v1.0.102
3642026-05-21T18:04:09.070Z Downloaded clap_derive v4.5.55
3652026-05-21T18:04:09.070Z Downloaded autocfg v1.5.0
3662026-05-21T18:04:09.075Z Downloaded tempfile v3.25.0
3672026-05-21T18:04:09.078Z Downloaded serde_core v1.0.228
3682026-05-21T18:04:09.082Z Downloaded pest_derive v2.8.6
3692026-05-21T18:04:09.090Z Downloaded bitflags v2.11.0
3702026-05-21T18:04:09.095Z Downloaded cargo-util-schemas v0.8.2
3712026-05-21T18:04:09.100Z Downloaded proc-macro2 v1.0.106
3722026-05-21T18:04:09.103Z Downloaded log v0.4.29
3732026-05-21T18:04:09.110Z Downloaded icu_collections v2.1.1
3742026-05-21T18:04:09.110Z Downloaded num-traits v0.2.19
3752026-05-21T18:04:09.110Z Downloaded papergrid v0.11.0
3762026-05-21T18:04:09.116Z Downloaded serde_derive v1.0.228
3772026-05-21T18:04:09.116Z Downloaded icu_provider v2.1.1
3782026-05-21T18:04:09.119Z Downloaded icu_normalizer_data v2.1.1
3792026-05-21T18:04:09.125Z Downloaded pest_meta v2.8.6
3802026-05-21T18:04:09.137Z Downloaded icu_properties v2.1.2
3812026-05-21T18:04:09.142Z Downloaded icu_locale_core v2.1.1
3822026-05-21T18:04:09.142Z Downloaded icu_normalizer v2.1.1
3832026-05-21T18:04:09.147Z Downloaded getrandom v0.4.1
3842026-05-21T18:04:09.147Z Downloaded pest v2.8.6
3852026-05-21T18:04:09.151Z Downloaded serde v1.0.228
3862026-05-21T18:04:09.155Z Downloaded memchr v2.8.0
3872026-05-21T18:04:09.159Z Downloaded clap v4.5.60
3882026-05-21T18:04:09.165Z Downloaded indexmap v2.14.0
3892026-05-21T18:04:09.168Z Downloaded idna v1.1.0
3902026-05-21T18:04:09.174Z Downloaded hashbrown v0.17.0
3912026-05-21T18:04:09.179Z Downloaded clap_builder v4.5.60
3922026-05-21T18:04:09.183Z Downloaded serde_json v1.0.149
3932026-05-21T18:04:09.188Z Downloaded icu_properties_data v2.1.2
3942026-05-21T18:04:09.204Z Downloaded goblin v0.8.2
3952026-05-21T18:04:09.210Z Downloaded tabled v0.15.0
3962026-05-21T18:04:09.228Z Downloaded syn v1.0.109
3972026-05-21T18:04:09.235Z Downloaded syn v2.0.117
3982026-05-21T18:04:09.240Z Downloaded rustix v1.1.3
3992026-05-21T18:04:09.278Z Downloaded libc v0.2.185
4002026-05-21T18:04:09.340Z Compiling proc-macro2 v1.0.106
4012026-05-21T18:04:09.349Z Compiling quote v1.0.45
4022026-05-21T18:04:09.349Z Compiling unicode-ident v1.0.24
4032026-05-21T18:04:09.349Z Compiling serde_core v1.0.228
4042026-05-21T18:04:09.349Z Compiling libc v0.2.185
4052026-05-21T18:04:09.349Z Compiling version_check v0.9.5
4062026-05-21T18:04:09.349Z Compiling memchr v2.8.0
4072026-05-21T18:04:09.349Z Compiling serde v1.0.228
4082026-05-21T18:04:09.524Z Compiling stable_deref_trait v1.2.1
4092026-05-21T18:04:09.529Z Compiling zmij v1.0.21
4102026-05-21T18:04:09.529Z Compiling thiserror v1.0.69
4112026-05-21T18:04:09.529Z Compiling itoa v1.0.17
4122026-05-21T18:04:09.529Z Compiling autocfg v1.5.0
4132026-05-21T18:04:09.529Z Compiling ucd-trie v0.1.7
4142026-05-21T18:04:09.529Z Compiling litemap v0.8.1
4152026-05-21T18:04:09.723Z Compiling writeable v0.6.2
4162026-05-21T18:04:09.759Z Compiling rustix v1.1.3
4172026-05-21T18:04:09.862Z Compiling icu_normalizer_data v2.1.1
4182026-05-21T18:04:09.955Z Compiling icu_properties_data v2.1.2
4192026-05-21T18:04:09.995Z Compiling pest v2.8.6
4202026-05-21T18:04:10.054Z Compiling byteorder v1.5.0
4212026-05-21T18:04:10.217Z Compiling bitflags v2.11.0
4222026-05-21T18:04:10.272Z Compiling serde_json v1.0.149
4232026-05-21T18:04:10.347Z Compiling num-traits v0.2.19
4242026-05-21T18:04:10.375Z Compiling smallvec v1.15.1
4252026-05-21T18:04:10.409Z Compiling typeid v1.0.3
4262026-05-21T18:04:10.503Z Compiling hashbrown v0.17.0
4272026-05-21T18:04:10.522Z Compiling equivalent v1.0.2
4282026-05-21T18:04:10.622Z Compiling proc-macro-error-attr v1.0.4
4292026-05-21T18:04:10.630Z Compiling usdt-impl v0.5.0
4302026-05-21T18:04:10.699Z Compiling winnow v0.7.14
4312026-05-21T18:04:10.704Z Compiling erased-serde v0.4.9
4322026-05-21T18:04:10.704Z Compiling syn v1.0.109
4332026-05-21T18:04:10.729Z Compiling toml_write v0.1.2
4342026-05-21T18:04:10.835Z Compiling proc-macro-error v1.0.4
4352026-05-21T18:04:10.918Z Compiling log v0.4.29
4362026-05-21T18:04:10.925Z Compiling camino v1.2.2
4372026-05-21T18:04:11.006Z Compiling percent-encoding v2.3.2
4382026-05-21T18:04:11.013Z Compiling getrandom v0.4.1
4392026-05-21T18:04:11.040Z Compiling thiserror v2.0.18
4402026-05-21T18:04:11.055Z Compiling indexmap v2.14.0
4412026-05-21T18:04:11.060Z Compiling utf8_iter v1.0.4
4422026-05-21T18:04:11.089Z Compiling pest_meta v2.8.6
4432026-05-21T18:04:11.139Z Compiling errno v0.3.14
4442026-05-21T18:04:11.145Z Compiling thread-id v4.2.2
4452026-05-21T18:04:11.255Z Compiling utf8parse v0.2.2
4462026-05-21T18:04:11.275Z Compiling plain v0.2.3
4472026-05-21T18:04:11.332Z Compiling syn v2.0.117
4482026-05-21T18:04:11.353Z Compiling anstyle-parse v0.2.7
4492026-05-21T18:04:11.391Z Compiling form_urlencoded v1.2.2
4502026-05-21T18:04:11.500Z Compiling ordered-float v2.10.1
4512026-05-21T18:04:11.529Z Compiling colorchoice v1.0.4
4522026-05-21T18:04:11.546Z Compiling is_terminal_polyfill v1.70.2
4532026-05-21T18:04:11.568Z Compiling cfg-if v1.0.4
4542026-05-21T18:04:11.586Z Compiling anstyle-query v1.1.5
4552026-05-21T18:04:11.660Z Compiling pretty-hex v0.4.1
4562026-05-21T18:04:11.671Z Compiling anstyle v1.0.13
4572026-05-21T18:04:11.744Z Compiling fs-err v3.3.0
4582026-05-21T18:04:11.767Z Compiling heck v0.5.0
4592026-05-21T18:04:11.783Z Compiling clap_lex v1.0.0
4602026-05-21T18:04:11.819Z Compiling anyhow v1.0.102
4612026-05-21T18:04:11.837Z Compiling once_cell v1.21.3
4622026-05-21T18:04:11.902Z Compiling anstream v0.6.21
4632026-05-21T18:04:11.921Z Compiling bytecount v0.6.9
4642026-05-21T18:04:11.940Z Compiling heck v0.4.1
4652026-05-21T18:04:11.956Z Compiling fnv v1.0.7
4662026-05-21T18:04:12.011Z Compiling fastrand v2.3.0
4672026-05-21T18:04:12.029Z Compiling strsim v0.11.1
4682026-05-21T18:04:12.052Z Compiling unicode-width v0.1.14
4692026-05-21T18:04:12.075Z Compiling unicode-xid v0.2.6
4702026-05-21T18:04:12.176Z Compiling terminal_size v0.4.3
4712026-05-21T18:04:12.216Z Compiling tempfile v3.25.0
4722026-05-21T18:04:12.250Z Compiling memmap v0.7.0
4732026-05-21T18:04:12.255Z Compiling unicode-linebreak v0.1.5
4742026-05-21T18:04:12.354Z Compiling semver v1.0.28
4752026-05-21T18:04:12.408Z Compiling clap_builder v4.5.60
4762026-05-21T18:04:12.446Z Compiling papergrid v0.11.0
4772026-05-21T18:04:12.465Z Compiling unicode-width v0.2.0
4782026-05-21T18:04:12.501Z Compiling smawk v0.3.2
4792026-05-21T18:04:12.655Z Compiling camino-tempfile v1.4.1
4802026-05-21T18:04:12.695Z Compiling serde-untagged v0.1.9
4812026-05-21T18:04:12.746Z Compiling textwrap v0.16.2
4822026-05-21T18:04:13.011Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-05-21T18:04:13.018Z Compiling swrite v0.1.0
4842026-05-21T18:04:13.148Z Compiling tabled_derive v0.7.0
4852026-05-21T18:04:13.808Z Compiling tabled v0.15.0
4862026-05-21T18:04:13.876Z Compiling synstructure v0.13.2
4872026-05-21T18:04:13.876Z Compiling pest_generator v2.8.6
4882026-05-21T18:04:14.526Z Compiling serde_derive v1.0.228
4892026-05-21T18:04:14.526Z Compiling zerofrom-derive v0.1.6
4902026-05-21T18:04:14.537Z Compiling yoke-derive v0.8.1
4912026-05-21T18:04:14.538Z Compiling zerovec-derive v0.11.2
4922026-05-21T18:04:14.538Z Compiling displaydoc v0.2.5
4932026-05-21T18:04:14.538Z Compiling thiserror-impl v1.0.69
4942026-05-21T18:04:14.538Z Compiling zerocopy-derive v0.7.35
4952026-05-21T18:04:14.538Z Compiling pest_derive v2.8.6
4962026-05-21T18:04:14.538Z Compiling scroll_derive v0.12.1
4972026-05-21T18:04:14.538Z Compiling thiserror-impl v2.0.18
4982026-05-21T18:04:14.538Z Compiling clap_derive v4.5.55
4992026-05-21T18:04:15.222Z Compiling zerocopy v0.7.35
5002026-05-21T18:04:15.290Z Compiling scroll v0.12.0
5012026-05-21T18:04:15.503Z Compiling goblin v0.8.2
5022026-05-21T18:04:15.615Z Compiling zerofrom v0.1.6
5032026-05-21T18:04:15.712Z Compiling dtrace-parser v0.2.0
5042026-05-21T18:04:15.729Z Compiling yoke v0.8.1
5052026-05-21T18:04:15.879Z Compiling clap v4.5.60
5062026-05-21T18:04:15.899Z Compiling zerovec v0.11.5
5072026-05-21T18:04:15.899Z Compiling zerotrie v0.2.3
5082026-05-21T18:04:16.380Z Compiling tinystr v0.8.2
5092026-05-21T18:04:16.380Z Compiling potential_utf v0.1.4
5102026-05-21T18:04:16.472Z Compiling icu_collections v2.1.1
5112026-05-21T18:04:16.521Z Compiling icu_locale_core v2.1.1
5122026-05-21T18:04:16.947Z Compiling toml_datetime v0.6.11
5132026-05-21T18:04:16.947Z Compiling serde_spanned v0.6.9
5142026-05-21T18:04:16.956Z Compiling serde-value v0.7.0
5152026-05-21T18:04:16.956Z Compiling cargo-platform v0.2.0
5162026-05-21T18:04:16.956Z Compiling macaddr v1.0.1
5172026-05-21T18:04:16.980Z Compiling dof v0.3.0
5182026-05-21T18:04:16.988Z Compiling serde_tokenstream v0.2.3
5192026-05-21T18:04:17.073Z Compiling icu_provider v2.1.1
5202026-05-21T18:04:17.129Z Compiling toml_edit v0.22.27
5212026-05-21T18:04:17.301Z Compiling icu_properties v2.1.2
5222026-05-21T18:04:17.301Z Compiling icu_normalizer v2.1.1
5232026-05-21T18:04:17.719Z Compiling usdt-macro v0.5.0
5242026-05-21T18:04:17.719Z Compiling usdt-attr-macro v0.5.0
5252026-05-21T18:04:18.132Z Compiling idna_adapter v1.2.1
5262026-05-21T18:04:18.250Z Compiling idna v1.1.0
5272026-05-21T18:04:18.306Z Compiling usdt v0.5.0
5282026-05-21T18:04:18.402Z Compiling toml v0.8.23
5292026-05-21T18:04:18.517Z Compiling url v2.5.8
5302026-05-21T18:04:18.730Z Compiling cargo_toml v0.21.0
5312026-05-21T18:04:18.902Z Compiling cargo-util-schemas v0.8.2
5322026-05-21T18:04:19.692Z Compiling cargo_metadata v0.21.0
5332026-05-21T18:04:20.595Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-21T18:04:25.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.92s
5352026-05-21T18:04:26.003Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
5362026-05-21T18:04:26.003Z Downloading crates ...
5372026-05-21T18:04:26.004Z Downloaded adler2 v2.0.1
5382026-05-21T18:04:26.004Z Downloaded atty v0.2.14
5392026-05-21T18:04:26.004Z Downloaded argon2 v0.5.3
5402026-05-21T18:04:26.004Z Downloaded allocator-api2 v0.2.21
5412026-05-21T18:04:26.004Z Downloaded cfg_aliases v0.1.1
5422026-05-21T18:04:26.004Z Downloaded assert_matches v1.5.0
5432026-05-21T18:04:26.004Z Downloaded const_format_proc_macros v0.2.34
5442026-05-21T18:04:26.004Z Downloaded compression-codecs v0.4.37
5452026-05-21T18:04:26.004Z Downloaded cbc v0.1.2
5462026-05-21T18:04:26.004Z Downloaded bzip2 v0.4.4
5472026-05-21T18:04:26.004Z Downloaded bitflags v1.3.2
5482026-05-21T18:04:26.004Z Downloaded block-padding v0.3.3
5492026-05-21T18:04:26.004Z Downloaded base16ct v0.2.0
5502026-05-21T18:04:26.004Z Downloaded async-trait v0.1.89
5512026-05-21T18:04:26.004Z Downloaded bit-vec v0.8.0
5522026-05-21T18:04:26.004Z Downloaded critical-section v1.2.0
5532026-05-21T18:04:26.004Z Downloaded bzip2 v0.6.1
5542026-05-21T18:04:26.004Z Downloaded async-stream v0.3.6
5552026-05-21T18:04:26.004Z Downloaded colored v3.1.1
5562026-05-21T18:04:26.004Z Downloaded ctr v0.9.2
5572026-05-21T18:04:26.004Z Downloaded daft v0.1.7
5582026-05-21T18:04:26.004Z Downloaded constant_time_eq v0.4.2
5592026-05-21T18:04:26.004Z Downloaded castaway v0.2.4
5602026-05-21T18:04:26.004Z Downloaded curve25519-dalek-derive v0.1.1
5612026-05-21T18:04:26.005Z Downloaded crypto-bigint v0.5.5
5622026-05-21T18:04:26.005Z Downloaded bumpalo v3.20.2
5632026-05-21T18:04:26.005Z Downloaded cargo-platform v0.1.9
5642026-05-21T18:04:26.005Z Downloaded buf-list v1.1.2
5652026-05-21T18:04:26.005Z Downloaded bit-vec v0.6.3
5662026-05-21T18:04:26.005Z Downloaded async-recursion v1.1.1
5672026-05-21T18:04:26.005Z Downloaded cobs v0.3.0
5682026-05-21T18:04:26.005Z Downloaded ahash v0.8.12
5692026-05-21T18:04:26.005Z Downloaded arrayref v0.3.9
5702026-05-21T18:04:26.005Z Downloaded ciborium-ll v0.2.2
5712026-05-21T18:04:26.005Z Downloaded aead v0.5.2
5722026-05-21T18:04:26.005Z Downloaded bit-set v0.5.3
5732026-05-21T18:04:26.005Z Downloaded bitfield-struct v0.6.2
5742026-05-21T18:04:26.005Z Downloaded cstr-argument v0.1.2
5752026-05-21T18:04:26.005Z Downloaded csv-core v0.1.13
5762026-05-21T18:04:26.005Z Downloaded bitfield v0.19.4
5772026-05-21T18:04:26.005Z Downloaded convert_case v0.4.0
5782026-05-21T18:04:26.005Z Downloaded compression-core v0.4.31
5792026-05-21T18:04:26.005Z Downloaded crc32fast v1.5.0
5802026-05-21T18:04:26.005Z Downloaded bitfield-macros v0.19.4
5812026-05-21T18:04:26.005Z Downloaded ascii-canvas v3.0.0
5822026-05-21T18:04:26.005Z Downloaded cpufeatures v0.3.0
5832026-05-21T18:04:26.005Z Downloaded async-stream-impl v0.3.6
5842026-05-21T18:04:26.005Z Downloaded atomic-waker v1.1.2
5852026-05-21T18:04:26.005Z Downloaded crc v3.4.0
5862026-05-21T18:04:26.005Z Downloaded array-init v0.0.4
5872026-05-21T18:04:26.006Z Downloaded cfg_aliases v0.2.1
5882026-05-21T18:04:26.006Z Downloaded curve25519-dalek v4.1.3
5892026-05-21T18:04:26.006Z Downloaded foreign-types-macros v0.2.3
5902026-05-21T18:04:26.006Z Downloaded crc8 v0.1.1
5912026-05-21T18:04:26.006Z Downloaded camino-tempfile-ext v0.3.3
5922026-05-21T18:04:26.006Z Downloaded bit-set v0.8.0
5932026-05-21T18:04:26.006Z Downloaded bcs v0.1.6
5942026-05-21T18:04:26.006Z Downloaded base64ct v1.8.3
5952026-05-21T18:04:26.006Z Downloaded fs_extra v1.3.0
5962026-05-21T18:04:26.006Z Downloaded enum-as-inner v0.6.1
5972026-05-21T18:04:26.006Z Downloaded dropshot-api-manager-types v0.7.1
5982026-05-21T18:04:26.006Z Downloaded foreign-types-shared v0.1.1
5992026-05-21T18:04:26.006Z Downloaded console v0.16.2
6002026-05-21T18:04:26.006Z Downloaded crc-catalog v2.4.0
6012026-05-21T18:04:26.006Z Downloaded data-encoding v2.10.0
6022026-05-21T18:04:26.006Z Downloaded ciborium-io v0.2.2
6032026-05-21T18:04:26.006Z Downloaded foreign-types-shared v0.3.1
6042026-05-21T18:04:26.006Z Downloaded atomicwrites v0.4.4
6052026-05-21T18:04:26.006Z Downloaded bcrypt-pbkdf v0.10.0
6062026-05-21T18:04:26.006Z Downloaded funty v2.0.0
6072026-05-21T18:04:26.006Z Downloaded futures-macro v0.3.32
6082026-05-21T18:04:26.006Z Downloaded git-stub v1.0.0
6092026-05-21T18:04:26.007Z Downloaded futures-task v0.3.32
6102026-05-21T18:04:26.007Z Downloaded gethostname v0.5.0
6112026-05-21T18:04:26.007Z Downloaded embedded-io v0.6.1
6122026-05-21T18:04:26.007Z Downloaded globwalk v0.9.1
6132026-05-21T18:04:26.007Z Downloaded foreign-types v0.5.0
6142026-05-21T18:04:26.007Z Downloaded derive_builder_macro v0.20.2
6152026-05-21T18:04:26.007Z Downloaded corncobs v0.1.4
6162026-05-21T18:04:26.007Z Downloaded chacha20 v0.9.1
6172026-05-21T18:04:26.007Z Downloaded cexpr v0.6.0
6182026-05-21T18:04:26.007Z Downloaded dof v0.4.0
6192026-05-21T18:04:26.007Z Downloaded convert_case v0.10.0
6202026-05-21T18:04:26.007Z Downloaded document-features v0.2.12
6212026-05-21T18:04:26.007Z Downloaded fs-err v2.11.0
6222026-05-21T18:04:26.007Z Downloaded cmake v0.1.57
6232026-05-21T18:04:26.007Z Downloaded blowfish v0.9.1
6242026-05-21T18:04:26.007Z Downloaded derive-ex v0.1.8
6252026-05-21T18:04:26.007Z Downloaded embedded-io v0.4.0
6262026-05-21T18:04:26.007Z Downloaded dirs-sys-next v0.1.2
6272026-05-21T18:04:26.007Z Downloaded derive_more v2.1.1
6282026-05-21T18:04:26.007Z Downloaded hash32 v0.3.1
6292026-05-21T18:04:26.007Z Downloaded blake2 v0.10.6
6302026-05-21T18:04:26.007Z Downloaded cipher v0.4.4
6312026-05-21T18:04:26.007Z Downloaded derive_builder_core v0.20.2
6322026-05-21T18:04:26.007Z Downloaded async-bb8-diesel v0.2.1
6332026-05-21T18:04:26.007Z Downloaded defmt v1.0.1
6342026-05-21T18:04:26.008Z Downloaded hash32 v0.2.1
6352026-05-21T18:04:26.092Z Downloaded fxhash v0.2.1
6362026-05-21T18:04:26.092Z Downloaded futures-sink v0.3.32
6372026-05-21T18:04:26.092Z Downloaded futures-core v0.3.32
6382026-05-21T18:04:26.092Z Downloaded dirs-next v2.0.0
6392026-05-21T18:04:26.092Z Downloaded darling_macro v0.20.11
6402026-05-21T18:04:26.092Z Downloaded headers-core v0.3.0
6412026-05-21T18:04:26.092Z Downloaded cc v1.2.56
6422026-05-21T18:04:26.092Z Downloaded hex v0.4.3
6432026-05-21T18:04:26.092Z Downloaded fixedbitset v0.4.2
6442026-05-21T18:04:26.092Z Downloaded cargo_metadata v0.19.2
6452026-05-21T18:04:26.092Z Downloaded diff v0.1.13
6462026-05-21T18:04:26.092Z Downloaded bb8 v0.8.6
6472026-05-21T18:04:26.092Z Downloaded arrayvec v0.7.6
6482026-05-21T18:04:26.093Z Downloaded futures-io v0.3.32
6492026-05-21T18:04:26.093Z Downloaded futures-executor v0.3.32
6502026-05-21T18:04:26.093Z Downloaded glob v0.3.3
6512026-05-21T18:04:26.093Z Downloaded dtrace-parser v0.3.0
6522026-05-21T18:04:26.093Z Downloaded erased-serde v0.3.31
6532026-05-21T18:04:26.093Z Downloaded endian-type v0.1.2
6542026-05-21T18:04:26.093Z Downloaded ena v0.14.4
6552026-05-21T18:04:26.093Z Downloaded derive_builder v0.20.2
6562026-05-21T18:04:26.093Z Downloaded dyn-clone v1.0.20
6572026-05-21T18:04:26.093Z Downloaded float-cmp v0.10.0
6582026-05-21T18:04:26.093Z Downloaded flagset v0.4.7
6592026-05-21T18:04:26.093Z Downloaded env_filter v1.0.0
6602026-05-21T18:04:26.093Z Downloaded const-oid v0.9.6
6612026-05-21T18:04:26.093Z Downloaded cancel-safe-futures v0.1.5
6622026-05-21T18:04:26.093Z Downloaded console v0.15.11
6632026-05-21T18:04:26.093Z Downloaded diesel_table_macro_syntax v0.3.0
6642026-05-21T18:04:26.093Z Downloaded dsl_auto_type v0.2.0
6652026-05-21T18:04:26.093Z Downloaded colored v2.2.0
6662026-05-21T18:04:26.093Z Downloaded cookie v0.18.1
6672026-05-21T18:04:26.093Z Downloaded globset v0.4.18
6682026-05-21T18:04:26.093Z Downloaded clang-sys v1.8.1
6692026-05-21T18:04:26.093Z Downloaded chacha20 v0.10.0
6702026-05-21T18:04:26.093Z Downloaded group v0.13.0
6712026-05-21T18:04:26.093Z Downloaded home v0.5.12
6722026-05-21T18:04:26.093Z Downloaded env_logger v0.11.9
6732026-05-21T18:04:26.093Z Downloaded http-body v1.0.1
6742026-05-21T18:04:26.093Z Downloaded hostname v0.4.2
6752026-05-21T18:04:26.094Z Downloaded hostname v0.3.1
6762026-05-21T18:04:26.094Z Downloaded ff v0.13.1
6772026-05-21T18:04:26.094Z Downloaded hubpack v0.1.2
6782026-05-21T18:04:26.094Z Downloaded fatfs v0.3.6
6792026-05-21T18:04:26.094Z Downloaded ecdsa v0.16.9
6802026-05-21T18:04:26.094Z Downloaded der_derive v0.7.3
6812026-05-21T18:04:26.094Z Downloaded httpdate v1.0.3
6822026-05-21T18:04:26.094Z Downloaded http-range v0.1.5
6832026-05-21T18:04:26.094Z Downloaded defmt-macros v1.0.1
6842026-05-21T18:04:26.094Z Downloaded hyper-tls v0.6.0
6852026-05-21T18:04:26.094Z Downloaded hubpack_derive v0.1.1
6862026-05-21T18:04:26.094Z Downloaded foldhash v0.1.5
6872026-05-21T18:04:26.094Z Downloaded either v1.15.0
6882026-05-21T18:04:26.094Z Downloaded backoff v0.4.0
6892026-05-21T18:04:26.094Z Downloaded ciborium v0.2.2
6902026-05-21T18:04:26.094Z Downloaded cassowary v0.3.0
6912026-05-21T18:04:26.094Z Downloaded crossbeam-deque v0.8.6
6922026-05-21T18:04:26.094Z Downloaded byte-wrapper v0.1.0
6932026-05-21T18:04:26.094Z Downloaded darling_macro v0.21.3
6942026-05-21T18:04:26.094Z Downloaded crunchy v0.2.4
6952026-05-21T18:04:26.094Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-21T18:04:26.094Z Downloaded ident_case v1.0.1
6972026-05-21T18:04:26.094Z Downloaded indent_write v2.2.0
6982026-05-21T18:04:26.094Z Downloaded is-terminal v0.4.17
6992026-05-21T18:04:26.094Z Downloaded deranged v0.5.8
7002026-05-21T18:04:26.094Z Downloaded crossbeam-utils v0.8.21
7012026-05-21T18:04:26.094Z Downloaded hex-literal v0.4.1
7022026-05-21T18:04:26.094Z Downloaded cookie_store v0.22.1
7032026-05-21T18:04:26.095Z Downloaded drift v0.1.4
7042026-05-21T18:04:26.095Z Downloaded instant v0.1.13
7052026-05-21T18:04:26.095Z Downloaded instability v0.3.11
7062026-05-21T18:04:26.095Z Downloaded debug-ignore v1.0.5
7072026-05-21T18:04:26.095Z Downloaded crucible-workspace-hack v0.1.0
7082026-05-21T18:04:26.095Z Downloaded inout v0.1.4
7092026-05-21T18:04:26.095Z Downloaded illumos-nvpair v0.3.0
7102026-05-21T18:04:26.095Z Downloaded indoc v1.0.9
7112026-05-21T18:04:26.095Z Downloaded getrandom v0.2.17
7122026-05-21T18:04:26.095Z Downloaded display-error-chain v0.2.2
7132026-05-21T18:04:26.095Z Downloaded libscf-sys v1.1.0
7142026-05-21T18:04:26.095Z Downloaded fd-lock v4.0.4
7152026-05-21T18:04:26.095Z Downloaded backon v1.6.0
7162026-05-21T18:04:26.095Z Downloaded linked-hash-map v0.5.6
7172026-05-21T18:04:26.095Z Downloaded half v1.8.3
7182026-05-21T18:04:26.095Z Downloaded defmt-parser v1.0.0
7192026-05-21T18:04:26.095Z Downloaded defmt v0.3.100
7202026-05-21T18:04:26.095Z Downloaded is_ci v1.2.0
7212026-05-21T18:04:26.095Z Downloaded http-body-util v0.1.3
7222026-05-21T18:04:26.095Z Downloaded dunce v1.0.5
7232026-05-21T18:04:26.095Z Downloaded crossbeam-epoch v0.9.18
7242026-05-21T18:04:26.095Z Downloaded git-stub-vcs v0.1.0
7252026-05-21T18:04:26.095Z Downloaded filetime v0.2.27
7262026-05-21T18:04:26.095Z Downloaded des v0.8.1
7272026-05-21T18:04:26.095Z Downloaded lalrpop-util v0.19.12
7282026-05-21T18:04:26.095Z Downloaded lazy_static v1.5.0
7292026-05-21T18:04:26.095Z Downloaded indoc v2.0.7
7302026-05-21T18:04:26.095Z Downloaded futures-channel v0.3.32
7312026-05-21T18:04:26.095Z Downloaded kstat-rs v0.2.4
7322026-05-21T18:04:26.095Z Downloaded chacha20poly1305 v0.10.1
7332026-05-21T18:04:26.095Z Downloaded arc-swap v1.8.2
7342026-05-21T18:04:26.095Z Downloaded lru-slab v0.1.2
7352026-05-21T18:04:26.143Z Downloaded lru v0.12.5
7362026-05-21T18:04:26.143Z Downloaded maplit v1.0.2
7372026-05-21T18:04:26.143Z Downloaded ghash v0.5.1
7382026-05-21T18:04:26.143Z Downloaded downcast-rs v2.0.2
7392026-05-21T18:04:26.143Z Downloaded humantime v2.3.0
7402026-05-21T18:04:26.143Z Downloaded difflib v0.4.0
7412026-05-21T18:04:26.143Z Downloaded md-5 v0.10.6
7422026-05-21T18:04:26.143Z Downloaded foreign-types v0.3.2
7432026-05-21T18:04:26.143Z Downloaded dropshot_endpoint v0.16.7
7442026-05-21T18:04:26.143Z Downloaded ipnet v2.11.0
7452026-05-21T18:04:26.143Z Downloaded darling_macro v0.23.0
7462026-05-21T18:04:26.143Z Downloaded darling v0.23.0
7472026-05-21T18:04:26.143Z Downloaded memoffset v0.9.1
7482026-05-21T18:04:26.143Z Downloaded md5 v0.7.0
7492026-05-21T18:04:26.143Z Downloaded managed v0.8.0
7502026-05-21T18:04:26.143Z Downloaded match_cfg v0.1.0
7512026-05-21T18:04:26.143Z Downloaded internet-checksum v0.2.1
7522026-05-21T18:04:26.143Z Downloaded lru-cache v0.1.2
7532026-05-21T18:04:26.143Z Downloaded dropshot-api-manager v0.7.1
7542026-05-21T18:04:26.143Z Downloaded impl-trait-for-tuples v0.2.3
7552026-05-21T18:04:26.143Z Downloaded lzss v0.8.2
7562026-05-21T18:04:26.143Z Downloaded futures v0.3.32
7572026-05-21T18:04:26.143Z Downloaded new_debug_unreachable v1.0.6
7582026-05-21T18:04:26.143Z Downloaded ingot-types v0.1.2
7592026-05-21T18:04:26.143Z Downloaded highway v1.3.0
7602026-05-21T18:04:26.143Z Downloaded newtype_derive v0.1.6
7612026-05-21T18:04:26.144Z Downloaded newtype-uuid-macros v0.1.0
7622026-05-21T18:04:26.144Z Downloaded newline-converter v0.3.0
7632026-05-21T18:04:26.144Z Downloaded maybe-uninit v2.0.0
7642026-05-21T18:04:26.144Z Downloaded normalize-line-endings v0.3.0
7652026-05-21T18:04:26.144Z Downloaded nonempty v0.12.0
7662026-05-21T18:04:26.144Z Downloaded crc-any v2.5.0
7672026-05-21T18:04:26.144Z Downloaded libefi-sys v0.1.0
7682026-05-21T18:04:26.144Z Downloaded foldhash v0.2.0
7692026-05-21T18:04:26.144Z Downloaded nibble_vec v0.1.0
7702026-05-21T18:04:26.144Z Downloaded libsw-core v0.3.2
7712026-05-21T18:04:26.144Z Downloaded daft-derive v0.1.7
7722026-05-21T18:04:26.144Z Downloaded const_format v0.2.35
7732026-05-21T18:04:26.144Z Downloaded bytes v1.11.1
7742026-05-21T18:04:26.144Z Downloaded num-conv v0.2.0
7752026-05-21T18:04:26.144Z Downloaded hyper-rustls v0.27.7
7762026-05-21T18:04:26.144Z Downloaded fixedbitset v0.5.7
7772026-05-21T18:04:26.144Z Downloaded fallible-iterator v0.2.0
7782026-05-21T18:04:26.144Z Downloaded ed25519 v2.2.3
7792026-05-21T18:04:26.144Z Downloaded num v0.4.3
7802026-05-21T18:04:26.144Z Downloaded libloading v0.8.9
7812026-05-21T18:04:26.144Z Downloaded ingot v0.1.1
7822026-05-21T18:04:26.144Z Downloaded keccak v0.1.6
7832026-05-21T18:04:26.144Z Downloaded httparse v1.10.1
7842026-05-21T18:04:26.144Z Downloaded ar_archive_writer v0.5.1
7852026-05-21T18:04:26.144Z Downloaded num-iter v0.1.45
7862026-05-21T18:04:26.144Z Downloaded num-derive v0.4.2
7872026-05-21T18:04:26.144Z Downloaded ingot-macros v0.1.1
7882026-05-21T18:04:26.144Z Downloaded dropshot_endpoint v0.17.0
7892026-05-21T18:04:26.144Z Downloaded darling_core v0.21.3
7902026-05-21T18:04:26.144Z Downloaded hyper-staticfile v0.10.1
7912026-05-21T18:04:26.144Z Downloaded olpc-cjson v0.1.4
7922026-05-21T18:04:26.144Z Downloaded num_threads v0.1.7
7932026-05-21T18:04:26.144Z Downloaded num-derive v0.3.3
7942026-05-21T18:04:26.144Z Downloaded half v2.7.1
7952026-05-21T18:04:26.144Z Downloaded oso-derive v0.27.3
7962026-05-21T18:04:26.144Z Downloaded openssl-probe v0.1.6
7972026-05-21T18:04:26.144Z Downloaded openssl-macros v0.1.1
7982026-05-21T18:04:26.144Z Downloaded ipnetwork v0.21.1
7992026-05-21T18:04:26.145Z Downloaded float-ord v0.3.2
8002026-05-21T18:04:26.145Z Downloaded mime_guess v2.0.5
8012026-05-21T18:04:26.145Z Downloaded opaque-debug v0.3.1
8022026-05-21T18:04:26.145Z Downloaded num_enum_derive v0.5.11
8032026-05-21T18:04:26.145Z Downloaded packed_struct_codegen v0.10.1
8042026-05-21T18:04:26.145Z Downloaded openssl-probe v0.2.1
8052026-05-21T18:04:26.145Z Downloaded newtype-uuid v1.3.2
8062026-05-21T18:04:26.145Z Downloaded native-tls v0.2.18
8072026-05-21T18:04:26.145Z Downloaded multimap v0.10.1
8082026-05-21T18:04:26.145Z Downloaded multer v3.1.0
8092026-05-21T18:04:26.145Z Downloaded mime v0.3.17
8102026-05-21T18:04:26.145Z Downloaded pbkdf2 v0.12.2
8112026-05-21T18:04:26.145Z Downloaded parse-display v0.10.0
8122026-05-21T18:04:26.145Z Downloaded lock_api v0.4.14
8132026-05-21T18:04:26.145Z Downloaded find-msvc-tools v0.1.9
8142026-05-21T18:04:26.145Z Downloaded linear-map v1.2.0
8152026-05-21T18:04:26.145Z Downloaded libsw v3.5.0
8162026-05-21T18:04:26.145Z Downloaded jobserver v0.1.34
8172026-05-21T18:04:26.145Z Downloaded nodrop v0.1.14
8182026-05-21T18:04:26.145Z Downloaded compact_str v0.8.1
8192026-05-21T18:04:26.145Z Downloaded path-slash v0.1.5
8202026-05-21T18:04:26.145Z Downloaded parse-size v1.1.0
8212026-05-21T18:04:26.145Z Downloaded nu-ansi-term v0.50.3
8222026-05-21T18:04:26.145Z Downloaded nanorand v0.7.0
8232026-05-21T18:04:26.145Z Downloaded peg-runtime v0.8.5
8242026-05-21T18:04:26.145Z Downloaded base64 v0.22.1
8252026-05-21T18:04:26.145Z Downloaded pbkdf2 v0.11.0
8262026-05-21T18:04:26.145Z Downloaded hmac v0.12.1
8272026-05-21T18:04:26.145Z Downloaded darling v0.21.3
8282026-05-21T18:04:26.145Z Downloaded num-complex v0.4.6
8292026-05-21T18:04:26.145Z Downloaded litrs v1.0.0
8302026-05-21T18:04:26.145Z Downloaded getrandom v0.3.4
8312026-05-21T18:04:26.145Z Downloaded diesel-dtrace v0.5.0
8322026-05-21T18:04:26.145Z Downloaded pin-utils v0.1.0
8332026-05-21T18:04:26.145Z Downloaded phf_shared v0.12.1
8342026-05-21T18:04:26.145Z Downloaded phf_shared v0.11.3
8352026-05-21T18:04:26.174Z Downloaded flume v0.11.1
8362026-05-21T18:04:26.174Z Downloaded num_enum v0.5.11
8372026-05-21T18:04:26.174Z Downloaded num_enum_derive v0.7.5
8382026-05-21T18:04:26.174Z Downloaded heapless v0.7.17
8392026-05-21T18:04:26.174Z Downloaded der v0.7.10
8402026-05-21T18:04:26.174Z Downloaded powerfmt v0.2.0
8412026-05-21T18:04:26.174Z Downloaded darling v0.20.11
8422026-05-21T18:04:26.174Z Downloaded num_enum v0.7.5
8432026-05-21T18:04:26.174Z Downloaded proc-macro-crate v3.4.0
8442026-05-21T18:04:26.174Z Downloaded base64 v0.21.7
8452026-05-21T18:04:26.174Z Downloaded proc-macro-crate v1.3.1
8462026-05-21T18:04:26.174Z Downloaded precomputed-hash v0.1.1
8472026-05-21T18:04:26.174Z Downloaded memmap2 v0.9.10
8482026-05-21T18:04:26.174Z Downloaded packed_struct v0.10.1
8492026-05-21T18:04:26.174Z Downloaded oxnet v0.1.4
8502026-05-21T18:04:26.174Z Downloaded predicates-tree v1.0.13
8512026-05-21T18:04:26.174Z Downloaded predicates-core v1.0.10
8522026-05-21T18:04:26.174Z Downloaded oxide-tokio-rt v0.1.4
8532026-05-21T18:04:26.174Z Downloaded owo-colors v4.3.0
8542026-05-21T18:04:26.175Z Downloaded indexmap v1.9.3
8552026-05-21T18:04:26.175Z Downloaded progenitor-client v0.14.0
8562026-05-21T18:04:26.175Z Downloaded progenitor-client v0.10.0
8572026-05-21T18:04:26.175Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-05-21T18:04:26.175Z Downloaded ignore v0.4.25
8592026-05-21T18:04:26.175Z Downloaded iana-time-zone v0.1.65
8602026-05-21T18:04:26.175Z Downloaded parking_lot_core v0.8.6
8612026-05-21T18:04:26.175Z Downloaded heapless v0.8.0
8622026-05-21T18:04:26.175Z Downloaded num-integer v0.1.46
8632026-05-21T18:04:26.175Z Downloaded darling_core v0.20.11
8642026-05-21T18:04:26.175Z Downloaded paste v1.0.15
8652026-05-21T18:04:26.175Z Downloaded progenitor-client v0.11.2
8662026-05-21T18:04:26.175Z Downloaded parse-display-derive v0.10.0
8672026-05-21T18:04:26.175Z Downloaded password-hash v0.4.2
8682026-05-21T18:04:26.175Z Downloaded password-hash v0.5.0
8692026-05-21T18:04:26.175Z Downloaded progenitor-macro v0.10.0
8702026-05-21T18:04:26.175Z Downloaded progenitor-macro v0.14.0
8712026-05-21T18:04:26.175Z Downloaded psl-types v2.0.11
8722026-05-21T18:04:26.175Z Downloaded async-compression v0.4.41
8732026-05-21T18:04:26.176Z Downloaded progenitor-macro v0.13.0
8742026-05-21T18:04:26.176Z Downloaded pem-rfc7468 v0.7.0
8752026-05-21T18:04:26.176Z Downloaded peg-macros v0.8.5
8762026-05-21T18:04:26.176Z Downloaded peg v0.8.5
8772026-05-21T18:04:26.176Z Downloaded progenitor-macro v0.11.2
8782026-05-21T18:04:26.176Z Downloaded phf v0.12.1
8792026-05-21T18:04:26.176Z Downloaded phf_shared v0.13.1
8802026-05-21T18:04:26.176Z Downloaded radium v0.7.0
8812026-05-21T18:04:26.176Z Downloaded pin-project-internal v1.1.11
8822026-05-21T18:04:26.176Z Downloaded quick-error v1.2.3
8832026-05-21T18:04:26.176Z Downloaded pkg-config v0.3.32
8842026-05-21T18:04:26.176Z Downloaded pem v3.0.6
8852026-05-21T18:04:26.176Z Downloaded num-rational v0.4.2
8862026-05-21T18:04:26.176Z Downloaded rand_chacha v0.3.1
8872026-05-21T18:04:26.176Z Downloaded ppv-lite86 v0.2.21
8882026-05-21T18:04:26.176Z Downloaded pkcs8 v0.10.2
8892026-05-21T18:04:26.176Z Downloaded rand_xorshift v0.4.0
8902026-05-21T18:04:26.176Z Downloaded derive-where v1.6.0
8912026-05-21T18:04:26.176Z Downloaded omicron-zone-package v0.12.2
8922026-05-21T18:04:26.176Z Downloaded polyval v0.6.2
8932026-05-21T18:04:26.176Z Downloaded indicatif v0.18.4
8942026-05-21T18:04:26.176Z Downloaded poly1305 v0.8.0
8952026-05-21T18:04:26.177Z Downloaded parking_lot v0.11.2
8962026-05-21T18:04:26.177Z Downloaded predicates v3.1.4
8972026-05-21T18:04:26.177Z Downloaded proc-macro-error2 v2.0.1
8982026-05-21T18:04:26.177Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-05-21T18:04:26.177Z Downloaded progenitor v0.11.2
9002026-05-21T18:04:26.177Z Downloaded ref-cast-impl v1.0.25
9012026-05-21T18:04:26.177Z Downloaded progenitor v0.13.0
9022026-05-21T18:04:26.177Z Downloaded primeorder v0.13.6
9032026-05-21T18:04:26.177Z Downloaded ref-cast v1.0.25
9042026-05-21T18:04:26.177Z Downloaded progenitor-client v0.13.0
9052026-05-21T18:04:26.177Z Downloaded progenitor v0.14.0
9062026-05-21T18:04:26.177Z Downloaded parking_lot_core v0.9.12
9072026-05-21T18:04:26.177Z Downloaded flate2 v1.1.9
9082026-05-21T18:04:26.177Z Downloaded hickory-resolver v0.24.4
9092026-05-21T18:04:26.177Z Downloaded derive_more v0.99.20
9102026-05-21T18:04:26.177Z Downloaded progenitor-extras v0.2.0
9112026-05-21T18:04:26.177Z Downloaded hickory-resolver v0.25.2
9122026-05-21T18:04:26.177Z Downloaded parking_lot v0.12.5
9132026-05-21T18:04:26.177Z Downloaded recursive v0.1.1
9142026-05-21T18:04:26.177Z Downloaded rtoolbox v0.0.3
9152026-05-21T18:04:26.177Z Downloaded rfc6979 v0.4.0
9162026-05-21T18:04:26.177Z Downloaded libbz2-rs-sys v0.2.2
9172026-05-21T18:04:26.177Z Downloaded elliptic-curve v0.13.8
9182026-05-21T18:04:26.177Z Downloaded rustc_version v0.1.7
9192026-05-21T18:04:26.178Z Downloaded russh-cryptovec v0.7.3
9202026-05-21T18:04:26.178Z Downloaded rustc-hash v2.1.1
9212026-05-21T18:04:26.178Z Downloaded phf v0.13.1
9222026-05-21T18:04:26.178Z Downloaded darling_core v0.23.0
9232026-05-21T18:04:26.178Z Downloaded pkcs5 v0.7.1
9242026-05-21T18:04:26.178Z Downloaded postgres-types v0.2.12
9252026-05-21T18:04:26.178Z Downloaded r2d2 v0.8.10
9262026-05-21T18:04:26.178Z Downloaded oso v0.27.3
9272026-05-21T18:04:26.178Z Downloaded rand_core v0.9.5
9282026-05-21T18:04:26.178Z Downloaded rand_chacha v0.9.0
9292026-05-21T18:04:26.178Z Downloaded pin-project-lite v0.2.17
9302026-05-21T18:04:26.178Z Downloaded rand_core v0.10.0
9312026-05-21T18:04:26.178Z Downloaded salsa20 v0.10.2
9322026-05-21T18:04:26.178Z Downloaded pkcs1 v0.7.5
9332026-05-21T18:04:26.178Z Downloaded postgres-protocol v0.6.10
9342026-05-21T18:04:26.178Z Downloaded headers v0.4.1
9352026-05-21T18:04:26.194Z Downloaded miniz_oxide v0.8.9
9362026-05-21T18:04:26.194Z Downloaded same-file v1.0.6
9372026-05-21T18:04:26.194Z Downloaded progenitor v0.10.0
9382026-05-21T18:04:26.194Z Downloaded rand_seeder v0.4.0
9392026-05-21T18:04:26.194Z Downloaded rand_core v0.6.4
9402026-05-21T18:04:26.194Z Downloaded sapling-renderdag v0.1.0
9412026-05-21T18:04:26.194Z Downloaded scrypt v0.11.0
9422026-05-21T18:04:26.194Z Downloaded scroll_derive v0.13.1
9432026-05-21T18:04:26.194Z Downloaded crossbeam-channel v0.5.15
9442026-05-21T18:04:26.194Z Downloaded secrecy v0.8.0
9452026-05-21T18:04:26.194Z Downloaded serde-big-array v0.5.1
9462026-05-21T18:04:26.194Z Downloaded resolv-conf v0.7.6
9472026-05-21T18:04:26.194Z Downloaded psm v0.1.30
9482026-05-21T18:04:26.194Z Downloaded pin-project v1.1.11
9492026-05-21T18:04:26.195Z Downloaded secrecy v0.10.3
9502026-05-21T18:04:26.195Z Downloaded rustls-pemfile v2.2.0
9512026-05-21T18:04:26.195Z Downloaded serde_bytes v0.11.19
9522026-05-21T18:04:26.195Z Downloaded rustls-native-certs v0.8.3
9532026-05-21T18:04:26.195Z Downloaded seq-macro v0.3.6
9542026-05-21T18:04:26.195Z Downloaded serde_plain v1.0.2
9552026-05-21T18:04:26.195Z Downloaded sha1 v0.10.6
9562026-05-21T18:04:26.195Z Downloaded serde_spanned v1.0.4
9572026-05-21T18:04:26.195Z Downloaded serde_repr v0.1.20
9582026-05-21T18:04:26.195Z Downloaded diesel_derives v2.3.7
9592026-05-21T18:04:26.195Z Downloaded signal-hook-tokio v0.3.1
9602026-05-21T18:04:26.195Z Downloaded rustls-pemfile v1.0.4
9612026-05-21T18:04:26.195Z Downloaded quinn-udp v0.5.14
9622026-05-21T18:04:26.195Z Downloaded semver v0.1.20
9632026-05-21T18:04:26.195Z Downloaded rustc_version v0.4.1
9642026-05-21T18:04:26.195Z Downloaded ed25519-dalek v2.2.0
9652026-05-21T18:04:26.195Z Downloaded rustversion v1.0.22
9662026-05-21T18:04:26.195Z Downloaded shell-words v1.1.1
9672026-05-21T18:04:26.195Z Downloaded rusty-fork v0.3.1
9682026-05-21T18:04:26.195Z Downloaded signal-hook-mio v0.2.5
9692026-05-21T18:04:26.195Z Downloaded postcard v1.1.3
9702026-05-21T18:04:26.195Z Downloaded signature v2.2.0
9712026-05-21T18:04:26.195Z Downloaded openssl-sys v0.9.115
9722026-05-21T18:04:26.195Z Downloaded jiff-static v0.2.21
9732026-05-21T18:04:26.195Z Downloaded p256 v0.13.2
9742026-05-21T18:04:26.195Z Downloaded hickory-server v0.25.2
9752026-05-21T18:04:26.195Z Downloaded scheduled-thread-pool v0.2.7
9762026-05-21T18:04:26.195Z Downloaded scopeguard v1.2.0
9772026-05-21T18:04:26.195Z Downloaded papergrid v0.17.0
9782026-05-21T18:04:26.195Z Downloaded slog-bunyan v2.5.0
9792026-05-21T18:04:26.195Z Downloaded siphasher v1.0.2
9802026-05-21T18:04:26.196Z Downloaded sigpipe v0.1.3
9812026-05-21T18:04:26.196Z Downloaded slog-envlogger v2.2.0
9822026-05-21T18:04:26.196Z Downloaded scroll v0.13.0
9832026-05-21T18:04:26.196Z Downloaded schemars_derive v0.8.22
9842026-05-21T18:04:26.196Z Downloaded expectorate v1.2.0
9852026-05-21T18:04:26.196Z Downloaded aes-gcm v0.10.3
9862026-05-21T18:04:26.196Z Downloaded sec1 v0.7.3
9872026-05-21T18:04:26.196Z Downloaded progenitor-impl v0.10.0
9882026-05-21T18:04:26.196Z Downloaded progenitor-impl v0.11.2
9892026-05-21T18:04:26.196Z Downloaded derive_more-impl v2.1.1
9902026-05-21T18:04:26.196Z Downloaded crossterm v0.28.1
9912026-05-21T18:04:26.196Z Downloaded serde_derive_internals v0.29.1
9922026-05-21T18:04:26.196Z Downloaded serde_path_to_error v0.1.20
9932026-05-21T18:04:26.196Z Downloaded russh-keys v0.45.0
9942026-05-21T18:04:26.196Z Downloaded serde_urlencoded v0.7.1
9952026-05-21T18:04:26.196Z Downloaded rustls-pki-types v1.14.0
9962026-05-21T18:04:26.196Z Downloaded ssh-cipher v0.2.0
9972026-05-21T18:04:26.196Z Downloaded ssh-encoding v0.2.0
9982026-05-21T18:04:26.196Z Downloaded sqlparser_derive v0.5.0
9992026-05-21T18:04:26.196Z Downloaded signal-hook-registry v1.4.8
10002026-05-21T18:04:26.196Z Downloaded shlex v1.3.0
10012026-05-21T18:04:26.196Z Downloaded hyper-util v0.1.20
10022026-05-21T18:04:26.196Z Downloaded hashbrown v0.13.2
10032026-05-21T18:04:26.196Z Downloaded pretty_assertions v1.4.1
10042026-05-21T18:04:26.196Z Downloaded simd-adler32 v0.3.8
10052026-05-21T18:04:26.196Z Downloaded rcgen v0.12.1
10062026-05-21T18:04:26.196Z Downloaded minimal-lexical v0.2.1
10072026-05-21T18:04:26.196Z Downloaded strip-ansi-escapes v0.2.1
10082026-05-21T18:04:26.196Z Downloaded structmeta v0.3.0
10092026-05-21T18:04:26.196Z Downloaded slog-async v2.8.0
10102026-05-21T18:04:26.196Z Downloaded prefix-trie v0.7.0
10112026-05-21T18:04:26.196Z Downloaded hashbrown v0.12.3
10122026-05-21T18:04:26.196Z Downloaded supports-color v3.0.2
10132026-05-21T18:04:26.196Z Downloaded sync_wrapper v1.0.2
10142026-05-21T18:04:26.196Z Downloaded slog-json v2.6.1
10152026-05-21T18:04:26.196Z Downloaded slog-dtrace v0.3.0
10162026-05-21T18:04:26.196Z Downloaded strum v0.27.2
10172026-05-21T18:04:26.196Z Downloaded structmeta-derive v0.3.0
10182026-05-21T18:04:26.197Z Downloaded itertools v0.10.5
10192026-05-21T18:04:26.197Z Downloaded progenitor-impl v0.14.0
10202026-05-21T18:04:26.197Z Downloaded progenitor-impl v0.13.0
10212026-05-21T18:04:26.197Z Downloaded tabwriter v1.4.1
10222026-05-21T18:04:26.197Z Downloaded tabled_derive v0.11.0
10232026-05-21T18:04:26.197Z Downloaded smf v0.2.3
10242026-05-21T18:04:26.197Z Downloaded slog-stdlog v4.1.1
10252026-05-21T18:04:26.197Z Downloaded crossterm v0.29.0
10262026-05-21T18:04:26.197Z Downloaded slog-term v2.9.2
10272026-05-21T18:04:26.197Z Downloaded sync-ptr v0.1.4
10282026-05-21T18:04:26.197Z Downloaded termtree v0.5.1
10292026-05-21T18:04:26.197Z Downloaded tap v1.0.1
10302026-05-21T18:04:26.197Z Downloaded thiserror-impl-no-std v2.0.2
10312026-05-21T18:04:26.197Z Downloaded hashbrown v0.15.5
10322026-05-21T18:04:26.197Z Downloaded smallvec v0.6.14
10332026-05-21T18:04:26.197Z Downloaded take_mut v0.2.2
10342026-05-21T18:04:26.197Z Downloaded subtle v2.6.1
10352026-05-21T18:04:26.205Z Downloaded slog-scope v4.4.1
10362026-05-21T18:04:26.205Z Downloaded sct v0.7.1
10372026-05-21T18:04:26.205Z Downloaded http v1.4.0
10382026-05-21T18:04:26.205Z Downloaded ron v0.8.1
10392026-05-21T18:04:26.205Z Downloaded spki v0.7.3
10402026-05-21T18:04:26.205Z Downloaded serde_cbor v0.11.2
10412026-05-21T18:04:26.205Z Downloaded thread-id v5.1.0
10422026-05-21T18:04:26.205Z Downloaded testing_table v0.3.0
10432026-05-21T18:04:26.205Z Downloaded serde-hex v0.1.0
10442026-05-21T18:04:26.205Z Downloaded serde_with_macros v3.17.0
10452026-05-21T18:04:26.205Z Downloaded time-core v0.1.8
10462026-05-21T18:04:26.205Z Downloaded blake3 v1.8.3
10472026-05-21T18:04:26.205Z Downloaded schemars v0.8.22
10482026-05-21T18:04:26.205Z Downloaded tokio-macros v2.7.0
10492026-05-21T18:04:26.205Z Downloaded strum_macros v0.27.2
10502026-05-21T18:04:26.205Z Downloaded strum_macros v0.26.4
10512026-05-21T18:04:26.205Z Downloaded tinyvec_macros v0.1.1
10522026-05-21T18:04:26.205Z Downloaded strum_macros v0.24.3
10532026-05-21T18:04:26.205Z Downloaded ryu v1.0.23
10542026-05-21T18:04:26.205Z Downloaded publicsuffix v2.3.0
10552026-05-21T18:04:26.205Z Downloaded stacker v0.1.23
10562026-05-21T18:04:26.205Z Downloaded rayon-core v1.13.0
10572026-05-21T18:04:26.206Z Downloaded strum v0.26.3
10582026-05-21T18:04:26.206Z Downloaded string_cache v0.8.9
10592026-05-21T18:04:26.206Z Downloaded nom v7.1.3
10602026-05-21T18:04:26.206Z Downloaded stringprep v0.1.5
10612026-05-21T18:04:26.206Z Downloaded slab v0.4.12
10622026-05-21T18:04:26.206Z Downloaded snafu-derive v0.8.9
10632026-05-21T18:04:26.206Z Downloaded rustls-platform-verifier v0.6.2
10642026-05-21T18:04:26.206Z Downloaded prettyplease v0.2.37
10652026-05-21T18:04:26.206Z Downloaded hashbrown v0.16.1
10662026-05-21T18:04:26.206Z Downloaded termios v0.3.3
10672026-05-21T18:04:26.206Z Downloaded topological-sort v0.2.2
10682026-05-21T18:04:26.206Z Downloaded tagptr v0.2.0
10692026-05-21T18:04:26.206Z Downloaded iri-string v0.7.10
10702026-05-21T18:04:26.206Z Downloaded thiserror-no-std v2.0.2
10712026-05-21T18:04:26.206Z Downloaded signal-hook v0.3.18
10722026-05-21T18:04:26.206Z Downloaded time-macros v0.2.27
10732026-05-21T18:04:26.206Z Downloaded tls_codec_derive v0.4.2
10742026-05-21T18:04:26.206Z Downloaded tiny-keccak v2.0.2
10752026-05-21T18:04:26.206Z Downloaded tower-layer v0.3.3
10762026-05-21T18:04:26.206Z Downloaded num-bigint v0.4.6
10772026-05-21T18:04:26.206Z Downloaded serde_yaml v0.9.34+deprecated
10782026-05-21T18:04:26.206Z Downloaded similar v2.7.0
10792026-05-21T18:04:26.206Z Downloaded spin v0.9.8
10802026-05-21T18:04:26.206Z Downloaded thread_local v1.1.9
10812026-05-21T18:04:26.206Z Downloaded quinn v0.11.9
10822026-05-21T18:04:26.207Z Downloaded try-lock v0.2.5
10832026-05-21T18:04:26.207Z Downloaded qorb v0.4.1
10842026-05-21T18:04:26.207Z Downloaded trait-variant v0.1.2
10852026-05-21T18:04:26.207Z Downloaded libxml v0.3.3
10862026-05-21T18:04:26.207Z Downloaded support-bundle-viewer v0.1.2
10872026-05-21T18:04:26.207Z Downloaded rand v0.8.6
10882026-05-21T18:04:26.207Z Downloaded tower-service v0.3.3
10892026-05-21T18:04:26.207Z Downloaded tls_codec v0.4.2
10902026-05-21T18:04:26.207Z Downloaded sqlformat v0.3.5
10912026-05-21T18:04:26.207Z Downloaded typify-macro v0.6.2
10922026-05-21T18:04:26.207Z Downloaded typify-macro v0.4.3
10932026-05-21T18:04:26.207Z Downloaded tokio-rustls v0.25.0
10942026-05-21T18:04:26.207Z Downloaded unicode-truncate v1.1.0
10952026-05-21T18:04:26.207Z Downloaded aho-corasick v1.1.4
10962026-05-21T18:04:26.207Z Downloaded unarray v0.1.4
10972026-05-21T18:04:26.207Z Downloaded static_assertions v1.1.0
10982026-05-21T18:04:26.207Z Downloaded mio v1.2.0
10992026-05-21T18:04:26.207Z Downloaded tokio-tungstenite v0.21.0
11002026-05-21T18:04:26.207Z Downloaded slog v2.8.2
11012026-05-21T18:04:26.207Z Downloaded unit-prefix v0.5.2
11022026-05-21T18:04:26.207Z Downloaded usdt-attr-macro v0.6.0
11032026-05-21T18:04:26.207Z Downloaded usdt v0.6.0
11042026-05-21T18:04:26.207Z Downloaded universal-hash v0.5.1
11052026-05-21T18:04:26.207Z Downloaded tokio-native-tls v0.3.1
11062026-05-21T18:04:26.207Z Downloaded term v1.2.1
11072026-05-21T18:04:26.207Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-05-21T18:04:26.207Z Downloaded tokio-tungstenite v0.23.1
11092026-05-21T18:04:26.207Z Downloaded untrusted v0.7.1
11102026-05-21T18:04:26.207Z Downloaded aes v0.8.4
11112026-05-21T18:04:26.207Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11122026-05-21T18:04:26.207Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-05-21T18:04:26.207Z Downloaded itertools v0.13.0
11142026-05-21T18:04:26.207Z Downloaded untrusted v0.9.0
11152026-05-21T18:04:26.207Z Downloaded itertools v0.12.1
11162026-05-21T18:04:26.207Z Downloaded void v1.0.2
11172026-05-21T18:04:26.208Z Downloaded utf-8 v0.7.6
11182026-05-21T18:04:26.208Z Downloaded waitgroup v0.1.2
11192026-05-21T18:04:26.208Z Downloaded term v0.7.0
11202026-05-21T18:04:26.208Z Downloaded rustls-webpki v0.103.9
11212026-05-21T18:04:26.208Z Downloaded h2 v0.4.13
11222026-05-21T18:04:26.208Z Downloaded rsa v0.9.10
11232026-05-21T18:04:26.208Z Downloaded tokio-dtrace v0.1.1
11242026-05-21T18:04:26.208Z Downloaded num-bigint-dig v0.8.6
11252026-05-21T18:04:26.208Z Downloaded socket2 v0.6.3
11262026-05-21T18:04:26.208Z Downloaded socket2 v0.5.10
11272026-05-21T18:04:26.208Z Downloaded schemars v0.9.0
11282026-05-21T18:04:26.208Z Downloaded want v0.3.1
11292026-05-21T18:04:26.208Z Downloaded wait-timeout v0.2.1
11302026-05-21T18:04:26.208Z Downloaded rand v0.9.2
11312026-05-21T18:04:26.208Z Downloaded tui-tree-widget v0.23.1
11322026-05-21T18:04:26.208Z Downloaded iddqd v0.4.1
11332026-05-21T18:04:26.208Z Downloaded hyper v1.8.1
11342026-05-21T18:04:26.208Z Downloaded samael v0.0.19
11352026-05-21T18:04:26.240Z Downloaded tokio-rustls v0.24.1
11362026-05-21T18:04:26.240Z Downloaded xattr v1.6.1
11372026-05-21T18:04:26.240Z Downloaded zeroize_derive v1.4.3
11382026-05-21T18:04:26.240Z Downloaded subprocess v0.2.15
11392026-05-21T18:04:26.240Z Downloaded xshell-macros v0.2.7
11402026-05-21T18:04:26.241Z Downloaded itertools v0.14.0
11412026-05-21T18:04:26.241Z Downloaded tokio-stream v0.1.18
11422026-05-21T18:04:26.241Z Downloaded tokio-rustls v0.26.4
11432026-05-21T18:04:26.241Z Downloaded toml_parser v1.0.9+spec-1.1.0
11442026-05-21T18:04:26.241Z Downloaded futures-util v0.3.32
11452026-05-21T18:04:26.241Z Downloaded zone_cfg_derive v0.3.1
11462026-05-21T18:04:26.241Z Downloaded vsss-rs v3.3.4
11472026-05-21T18:04:26.241Z Downloaded usdt-impl v0.6.0
11482026-05-21T18:04:26.241Z Downloaded libm v0.2.16
11492026-05-21T18:04:26.241Z Downloaded test-strategy v0.4.5
11502026-05-21T18:04:26.241Z Downloaded usdt-macro v0.6.0
11512026-05-21T18:04:26.241Z Downloaded walkdir v2.5.0
11522026-05-21T18:04:26.241Z Downloaded vergen-git2 v1.0.7
11532026-05-21T18:04:26.241Z Downloaded whoami v2.1.0
11542026-05-21T18:04:26.241Z Downloaded vergen-lib v0.1.6
11552026-05-21T18:04:26.241Z Downloaded zone v0.3.1
11562026-05-21T18:04:26.241Z Downloaded tinyvec v1.10.0
11572026-05-21T18:04:26.241Z Downloaded vergen-gitcl v1.0.8
11582026-05-21T18:04:26.241Z Downloaded p521 v0.13.3
11592026-05-21T18:04:26.241Z Downloaded whoami v1.6.1
11602026-05-21T18:04:26.241Z Downloaded unicase v2.9.0
11612026-05-21T18:04:26.241Z Downloaded schemars v1.2.1
11622026-05-21T18:04:26.241Z Downloaded zstd v0.13.3
11632026-05-21T18:04:26.241Z Downloaded russh v0.45.0
11642026-05-21T18:04:26.241Z Downloaded toml v0.9.12+spec-1.1.0
11652026-05-21T18:04:26.241Z Downloaded tracing-attributes v0.1.31
11662026-05-21T18:04:26.241Z Downloaded tracing-core v0.1.36
11672026-05-21T18:04:26.241Z Downloaded wyz v0.5.1
11682026-05-21T18:04:26.241Z Downloaded unicode-properties v0.1.4
11692026-05-21T18:04:26.241Z Downloaded toml v0.7.8
11702026-05-21T18:04:26.241Z Downloaded hkdf v0.12.4
11712026-05-21T18:04:26.241Z Downloaded snafu v0.8.9
11722026-05-21T18:04:26.241Z Downloaded tar v0.4.45
11732026-05-21T18:04:26.241Z Downloaded rustyline v14.0.0
11742026-05-21T18:04:26.241Z Downloaded xshell v0.2.7
11752026-05-21T18:04:26.241Z Downloaded zeroize v1.8.2
11762026-05-21T18:04:26.242Z Downloaded rand v0.10.0
11772026-05-21T18:04:26.242Z Downloaded steno v0.4.1
11782026-05-21T18:04:26.242Z Downloaded uzers v0.12.2
11792026-05-21T18:04:26.242Z Downloaded toml v1.0.6+spec-1.1.0
11802026-05-21T18:04:26.242Z Downloaded bitvec v1.0.1
11812026-05-21T18:04:26.242Z Downloaded zstd-safe v7.2.4
11822026-05-21T18:04:26.242Z Downloaded vergen v9.0.6
11832026-05-21T18:04:26.242Z Downloaded uuid v1.23.0
11842026-05-21T18:04:26.242Z Downloaded rpassword v7.4.0
11852026-05-21T18:04:26.242Z Downloaded typify v0.4.3
11862026-05-21T18:04:26.242Z Downloaded tungstenite v0.21.0
11872026-05-21T18:04:26.242Z Downloaded twox-hash v2.1.2
11882026-05-21T18:04:26.242Z Downloaded unicode-bidi v0.3.18
11892026-05-21T18:04:26.242Z Downloaded typify v0.6.2
11902026-05-21T18:04:26.242Z Downloaded yasna v0.5.2
11912026-05-21T18:04:26.242Z Downloaded tungstenite v0.23.0
11922026-05-21T18:04:26.242Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-05-21T18:04:26.242Z Downloaded unsafe-libyaml v0.2.11
11942026-05-21T18:04:26.242Z Downloaded zerocopy v0.6.6
11952026-05-21T18:04:26.242Z Downloaded vte v0.14.1
11962026-05-21T18:04:26.242Z Downloaded ssh-key v0.6.7
11972026-05-21T18:04:26.242Z Downloaded aws-lc-rs v1.16.3
11982026-05-21T18:04:26.242Z Downloaded chrono v0.4.44
11992026-05-21T18:04:26.242Z Downloaded zip v0.6.6
12002026-05-21T18:04:26.242Z Downloaded toml_edit v0.19.15
12012026-05-21T18:04:26.242Z Downloaded reqwest v0.13.2
12022026-05-21T18:04:26.242Z Downloaded tokio-postgres v0.7.16
12032026-05-21T18:04:26.242Z Downloaded reedline v0.40.0
12042026-05-21T18:04:26.242Z Downloaded git2 v0.20.4
12052026-05-21T18:04:26.242Z Downloaded zerocopy-derive v0.8.40
12062026-05-21T18:04:26.242Z Downloaded zopfli v0.8.3
12072026-05-21T18:04:26.242Z Downloaded reqwest v0.12.28
12082026-05-21T18:04:26.242Z Downloaded quick-xml v0.37.5
12092026-05-21T18:04:26.243Z Downloaded regex v1.12.3
12102026-05-21T18:04:26.243Z Downloaded goblin v0.10.5
12112026-05-21T18:04:26.243Z Downloaded x509-cert v0.2.5
12122026-05-21T18:04:26.243Z Downloaded salty v0.3.0
12132026-05-21T18:04:26.243Z Downloaded yansi v1.0.1
12142026-05-21T18:04:26.243Z Downloaded bindgen v0.71.1
12152026-05-21T18:04:26.243Z Downloaded unicode_categories v0.1.1
12162026-05-21T18:04:26.243Z Downloaded lalrpop v0.19.12
12172026-05-21T18:04:26.243Z Downloaded unicode-segmentation v1.12.0
12182026-05-21T18:04:26.243Z Downloaded moka v0.12.13
12192026-05-21T18:04:26.243Z Downloaded proptest v1.10.0
12202026-05-21T18:04:26.243Z Downloaded typed-path v0.9.3
12212026-05-21T18:04:26.243Z Downloaded petname v2.0.2
12222026-05-21T18:04:26.243Z Downloaded serde_with v3.17.0
12232026-05-21T18:04:26.243Z Downloaded unicode-normalization v0.1.25
12242026-05-21T18:04:26.243Z Downloaded p384 v0.13.1
12252026-05-21T18:04:26.243Z Downloaded portable-atomic v1.13.1
12262026-05-21T18:04:26.243Z Downloaded rustls-webpki v0.101.7
12272026-05-21T18:04:26.243Z Downloaded tower v0.5.3
12282026-05-21T18:04:26.243Z Downloaded rayon v1.11.0
12292026-05-21T18:04:26.243Z Downloaded winnow v0.5.40
12302026-05-21T18:04:26.243Z Downloaded rustls-webpki v0.102.8
12312026-05-21T18:04:26.243Z Downloaded tough v0.22.0
12322026-05-21T18:04:26.243Z Downloaded tower-http v0.6.8
12332026-05-21T18:04:26.243Z Downloaded bstr v1.12.1
12342026-05-21T18:04:26.243Z Downloaded radix_trie v0.2.1
12352026-05-21T18:04:26.251Z Downloaded zip v4.6.1
12362026-05-21T18:04:26.251Z Downloaded tokio-util v0.7.18
12372026-05-21T18:04:26.251Z Downloaded nix v0.31.2
12382026-05-21T18:04:26.251Z Downloaded regex-syntax v0.6.29
12392026-05-21T18:04:26.251Z Downloaded hickory-proto v0.24.4
12402026-05-21T18:04:26.251Z Downloaded object v0.30.4
12412026-05-21T18:04:26.251Z Downloaded quinn-proto v0.11.13
12422026-05-21T18:04:26.252Z Downloaded nix v0.27.1
12432026-05-21T18:04:26.252Z Downloaded smoltcp v0.11.0
12442026-05-21T18:04:26.252Z Downloaded polar-core v0.27.3
12452026-05-21T18:04:26.252Z Downloaded hickory-proto v0.25.2
12462026-05-21T18:04:26.252Z Downloaded dropshot v0.16.7
12472026-05-21T18:04:26.252Z Downloaded winnow v0.6.26
12482026-05-21T18:04:26.252Z Downloaded nix v0.28.0
12492026-05-21T18:04:26.252Z Downloaded nix v0.29.0
12502026-05-21T18:04:26.252Z Downloaded csv v1.4.0
12512026-05-21T18:04:26.252Z Downloaded tabled v0.20.0
12522026-05-21T18:04:26.252Z Downloaded time v0.3.47
12532026-05-21T18:04:26.252Z Downloaded rustls v0.21.12
12542026-05-21T18:04:26.252Z Downloaded rustls v0.23.37
12552026-05-21T18:04:26.252Z Downloaded smoltcp v0.9.1
12562026-05-21T18:04:26.252Z Downloaded openssl v0.10.79
12572026-05-21T18:04:26.252Z Downloaded zlib-rs v0.6.2
12582026-05-21T18:04:26.252Z Downloaded object v0.37.3
12592026-05-21T18:04:26.252Z Downloaded vcpkg v0.2.15
12602026-05-21T18:04:26.252Z Downloaded webpki-roots v1.0.6
12612026-05-21T18:04:26.252Z Downloaded regress v0.10.5
12622026-05-21T18:04:26.252Z Downloaded dropshot v0.17.0
12632026-05-21T18:04:26.253Z Downloaded rustls v0.22.4
12642026-05-21T18:04:26.253Z Downloaded zerocopy v0.8.40
12652026-05-21T18:04:26.253Z Downloaded rustix v0.38.44
12662026-05-21T18:04:26.253Z Downloaded tracing v0.1.44
12672026-05-21T18:04:26.253Z Downloaded typify-impl v0.6.2
12682026-05-21T18:04:26.253Z Downloaded ratatui v0.29.0
12692026-05-21T18:04:26.253Z Downloaded typify-impl v0.4.3
12702026-05-21T18:04:26.253Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-05-21T18:04:26.253Z Downloaded zerocopy-derive v0.6.6
12722026-05-21T18:04:26.253Z Downloaded regress v0.11.1
12732026-05-21T18:04:26.253Z Downloaded sqlparser v0.61.0
12742026-05-21T18:04:26.253Z Downloaded sled v0.34.7
12752026-05-21T18:04:26.253Z Downloaded regex-automata v0.4.14
12762026-05-21T18:04:26.253Z Downloaded regex-syntax v0.8.10
12772026-05-21T18:04:26.253Z Downloaded petgraph v0.6.5
12782026-05-21T18:04:26.253Z Downloaded openapiv3 v2.2.0
12792026-05-21T18:04:26.253Z Downloaded chrono-tz v0.10.4
12802026-05-21T18:04:26.254Z Downloaded diesel v2.3.7
12812026-05-21T18:04:26.254Z Downloaded jiff v0.2.21
12822026-05-21T18:04:26.254Z Downloaded petgraph v0.8.3
12832026-05-21T18:04:26.254Z Downloaded libz-sys v1.1.24
12842026-05-21T18:04:26.254Z Downloaded sha3 v0.10.8
12852026-05-21T18:04:26.254Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-05-21T18:04:26.254Z Downloaded tokio v1.52.1
12872026-05-21T18:04:26.254Z Downloaded ring v0.17.14
12882026-05-21T18:04:26.254Z Downloaded encoding_rs v0.8.35
12892026-05-21T18:04:26.254Z Downloaded libgit2-sys v0.18.3+1.9.2
12902026-05-21T18:04:26.750Z Downloaded aws-lc-sys v0.40.0
12912026-05-21T18:04:27.021Z Compiling libc v0.2.185
12922026-05-21T18:04:27.041Z Compiling serde v1.0.228
12932026-05-21T18:04:27.041Z Compiling log v0.4.29
12942026-05-21T18:04:27.041Z Compiling find-msvc-tools v0.1.9
12952026-05-21T18:04:27.041Z Compiling shlex v1.3.0
12962026-05-21T18:04:27.041Z Compiling smallvec v1.15.1
12972026-05-21T18:04:27.041Z Compiling typenum v1.19.0
12982026-05-21T18:04:27.041Z Compiling subtle v2.6.1
12992026-05-21T18:04:27.041Z Compiling generic-array v0.14.7
13002026-05-21T18:04:27.041Z Compiling scopeguard v1.2.0
13012026-05-21T18:04:27.155Z Compiling const-oid v0.9.6
13022026-05-21T18:04:27.230Z Compiling serde_json v1.0.149
13032026-05-21T18:04:27.257Z Compiling syn v2.0.117
13042026-05-21T18:04:27.274Z Compiling zerocopy v0.8.40
13052026-05-21T18:04:27.277Z Compiling pin-project-lite v0.2.17
13062026-05-21T18:04:27.312Z Compiling parking_lot_core v0.9.12
13072026-05-21T18:04:27.344Z Compiling portable-atomic v1.13.1
13082026-05-21T18:04:27.388Z Compiling lock_api v0.4.14
13092026-05-21T18:04:27.404Z Compiling pkg-config v0.3.32
13102026-05-21T18:04:27.407Z Compiling bitflags v2.11.0
13112026-05-21T18:04:27.437Z Compiling libm v0.2.16
13122026-05-21T18:04:27.437Z Compiling critical-section v1.2.0
13132026-05-21T18:04:27.465Z Compiling futures-core v0.3.32
13142026-05-21T18:04:27.553Z Compiling num-traits v0.2.19
13152026-05-21T18:04:27.567Z Compiling percent-encoding v2.3.2
13162026-05-21T18:04:27.614Z Compiling futures-sink v0.3.32
13172026-05-21T18:04:27.686Z Compiling cpufeatures v0.2.17
13182026-05-21T18:04:27.689Z Compiling slab v0.4.12
13192026-05-21T18:04:27.717Z Compiling getrandom v0.4.1
13202026-05-21T18:04:27.720Z Compiling futures-io v0.3.32
13212026-05-21T18:04:27.774Z Compiling futures-channel v0.3.32
13222026-05-21T18:04:27.803Z Compiling futures-task v0.3.32
13232026-05-21T18:04:27.807Z Compiling rand_core v0.10.0
13242026-05-21T18:04:27.937Z Compiling indexmap v2.14.0
13252026-05-21T18:04:27.966Z Compiling getrandom v0.3.4
13262026-05-21T18:04:27.982Z Compiling rustversion v1.0.22
13272026-05-21T18:04:28.019Z Compiling form_urlencoded v1.2.2
13282026-05-21T18:04:28.019Z Compiling dunce v1.0.5
13292026-05-21T18:04:28.049Z Compiling fs_extra v1.3.0
13302026-05-21T18:04:28.052Z Compiling ident_case v1.0.1
13312026-05-21T18:04:28.077Z Compiling base64ct v1.8.3
13322026-05-21T18:04:28.093Z Compiling flagset v0.4.7
13332026-05-21T18:04:28.153Z Compiling iana-time-zone v0.1.65
13342026-05-21T18:04:28.169Z Compiling regex-syntax v0.8.10
13352026-05-21T18:04:28.205Z Compiling getrandom v0.2.17
13362026-05-21T18:04:28.220Z Compiling jobserver v0.1.34
13372026-05-21T18:04:28.246Z Compiling errno v0.3.14
13382026-05-21T18:04:28.309Z Compiling mio v1.2.0
13392026-05-21T18:04:28.336Z Compiling socket2 v0.6.3
13402026-05-21T18:04:28.372Z Compiling rand_core v0.6.4
13412026-05-21T18:04:28.403Z Compiling signal-hook-registry v1.4.8
13422026-05-21T18:04:28.428Z Compiling once_cell v1.21.3
13432026-05-21T18:04:28.464Z Compiling cc v1.2.56
13442026-05-21T18:04:28.536Z Compiling parking_lot v0.12.5
13452026-05-21T18:04:28.602Z Compiling pem-rfc7468 v0.7.0
13462026-05-21T18:04:28.627Z Compiling rustix v1.1.3
13472026-05-21T18:04:28.642Z Compiling aws-lc-rs v1.16.3
13482026-05-21T18:04:28.672Z Compiling vcpkg v0.2.15
13492026-05-21T18:04:28.686Z Compiling tracing-core v0.1.36
13502026-05-21T18:04:28.774Z Compiling uuid v1.23.0
13512026-05-21T18:04:28.813Z Compiling rustc_version v0.4.1
13522026-05-21T18:04:28.832Z Compiling base64 v0.22.1
13532026-05-21T18:04:28.945Z Compiling rand_core v0.9.5
13542026-05-21T18:04:28.960Z Compiling untrusted v0.9.0
13552026-05-21T18:04:28.974Z Compiling httparse v1.10.1
13562026-05-21T18:04:28.993Z Compiling tinyvec_macros v0.1.1
13572026-05-21T18:04:29.074Z Compiling openssl-probe v0.2.1
13582026-05-21T18:04:29.102Z Compiling untrusted v0.7.1
13592026-05-21T18:04:29.117Z Compiling tinyvec v1.10.0
13602026-05-21T18:04:29.170Z Compiling aho-corasick v1.1.4
13612026-05-21T18:04:29.185Z Compiling try-lock v0.2.5
13622026-05-21T18:04:29.245Z Compiling cmake v0.1.57
13632026-05-21T18:04:29.261Z Compiling schemars v0.8.22
13642026-05-21T18:04:29.279Z Compiling rustls v0.23.37
13652026-05-21T18:04:29.279Z Compiling atomic-waker v1.1.2
13662026-05-21T18:04:29.320Z Compiling dyn-clone v1.0.20
13672026-05-21T18:04:29.337Z Compiling tower-layer v0.3.3
13682026-05-21T18:04:29.383Z Compiling tower-service v0.3.3
13692026-05-21T18:04:29.428Z Compiling want v0.3.1
13702026-05-21T18:04:29.456Z Compiling openssl v0.10.79
13712026-05-21T18:04:29.487Z Compiling httpdate v1.0.3
13722026-05-21T18:04:29.503Z Compiling foreign-types-shared v0.1.1
13732026-05-21T18:04:29.533Z Compiling pin-utils v0.1.0
13742026-05-21T18:04:29.536Z Compiling unicode-normalization v0.1.25
13752026-05-21T18:04:29.537Z Compiling spin v0.9.8
13762026-05-21T18:04:29.537Z Compiling num-conv v0.2.0
13772026-05-21T18:04:29.576Z Compiling crc32fast v1.5.0
13782026-05-21T18:04:29.607Z Compiling foreign-types v0.3.2
13792026-05-21T18:04:29.622Z Compiling time-core v0.1.8
13802026-05-21T18:04:29.648Z Compiling native-tls v0.2.18
13812026-05-21T18:04:29.703Z Compiling powerfmt v0.2.0
13822026-05-21T18:04:29.721Z Compiling wait-timeout v0.2.1
13832026-05-21T18:04:29.735Z Compiling sync_wrapper v1.0.2
13842026-05-21T18:04:29.751Z Compiling num_threads v0.1.7
13852026-05-21T18:04:29.751Z Compiling simd-adler32 v0.3.8
13862026-05-21T18:04:29.780Z Compiling usdt-impl v0.6.0
13872026-05-21T18:04:29.784Z Compiling quick-error v1.2.3
13882026-05-21T18:04:29.810Z Compiling time-macros v0.2.27
13892026-05-21T18:04:29.857Z Compiling deranged v0.5.8
13902026-05-21T18:04:29.873Z Compiling crossbeam-utils v0.8.21
13912026-05-21T18:04:29.900Z Compiling bit-vec v0.8.0
13922026-05-21T18:04:29.933Z Compiling syn v1.0.109
13932026-05-21T18:04:29.933Z Compiling siphasher v1.0.2
13942026-05-21T18:04:30.021Z Compiling slog v2.8.2
13952026-05-21T18:04:30.048Z Compiling regex-automata v0.4.14
13962026-05-21T18:04:30.064Z Compiling heapless v0.7.17
13972026-05-21T18:04:30.079Z Compiling rand_xorshift v0.4.0
13982026-05-21T18:04:30.188Z Compiling bit-set v0.8.0
13992026-05-21T18:04:30.205Z Compiling thread-id v5.1.0
14002026-05-21T18:04:30.221Z Compiling aws-lc-sys v0.40.0
14012026-05-21T18:04:30.237Z Compiling ring v0.17.14
14022026-05-21T18:04:30.240Z Compiling openssl-sys v0.9.115
14032026-05-21T18:04:30.285Z Compiling synstructure v0.13.2
14042026-05-21T18:04:30.307Z Compiling pest_generator v2.8.6
14052026-05-21T18:04:30.323Z Compiling serde_derive_internals v0.29.1
14062026-05-21T18:04:30.327Z Compiling darling_core v0.20.11
14072026-05-21T18:04:30.374Z Compiling tempfile v3.25.0
14082026-05-21T18:04:30.388Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-05-21T18:04:30.630Z Compiling rusty-fork v0.3.1
14102026-05-21T18:04:30.678Z Compiling darling_core v0.21.3
14112026-05-21T18:04:30.802Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-05-21T18:04:30.947Z Compiling cookie v0.18.1
14132026-05-21T18:04:30.963Z Compiling paste v1.0.15
14142026-05-21T18:04:30.980Z Compiling adler2 v2.0.1
14152026-05-21T18:04:30.996Z Compiling time v0.3.47
14162026-05-21T18:04:31.042Z Compiling iri-string v0.7.10
14172026-05-21T18:04:31.071Z Compiling anyhow v1.0.102
14182026-05-21T18:04:31.112Z Compiling unarray v0.1.4
14192026-05-21T18:04:31.133Z Compiling signal-hook v0.3.18
14202026-05-21T18:04:31.155Z Compiling allocator-api2 v0.2.21
14212026-05-21T18:04:31.246Z Compiling unicode-bidi v0.3.18
14222026-05-21T18:04:31.266Z Compiling ryu v1.0.23
14232026-05-21T18:04:31.297Z Compiling zstd-safe v7.2.4
14242026-05-21T18:04:31.328Z Compiling unicode-properties v0.1.4
14252026-05-21T18:04:31.576Z Compiling miniz_oxide v0.8.9
14262026-05-21T18:04:31.604Z Compiling stringprep v0.1.5
14272026-05-21T18:04:31.894Z Compiling vergen-lib v0.1.6
14282026-05-21T18:04:32.019Z Compiling num-integer v0.1.46
14292026-05-21T18:04:32.075Z Compiling curve25519-dalek v4.1.3
14302026-05-21T18:04:32.094Z Compiling serde_derive v1.0.228
14312026-05-21T18:04:32.108Z Compiling zeroize_derive v1.4.3
14322026-05-21T18:04:32.121Z Compiling zerofrom-derive v0.1.6
14332026-05-21T18:04:32.221Z Compiling yoke-derive v0.8.1
14342026-05-21T18:04:32.356Z Compiling zerocopy-derive v0.8.40
14352026-05-21T18:04:32.427Z Compiling zerovec-derive v0.11.2
14362026-05-21T18:04:32.492Z Compiling displaydoc v0.2.5
14372026-05-21T18:04:32.614Z Compiling tokio-macros v2.7.0
14382026-05-21T18:04:32.629Z Compiling futures-macro v0.3.32
14392026-05-21T18:04:32.736Z Compiling der_derive v0.7.3
14402026-05-21T18:04:32.780Z Compiling zeroize v1.8.2
14412026-05-21T18:04:33.307Z Compiling rustls-pki-types v1.14.0
14422026-05-21T18:04:33.336Z Compiling tracing-attributes v0.1.31
14432026-05-21T18:04:33.436Z Compiling thiserror-impl v2.0.18
14442026-05-21T18:04:33.451Z Compiling pest_derive v2.8.6
14452026-05-21T18:04:33.519Z Compiling futures-util v0.3.32
14462026-05-21T18:04:33.600Z Compiling crypto-common v0.1.7
14472026-05-21T18:04:33.616Z Compiling zerofrom v0.1.6
14482026-05-21T18:04:33.644Z Compiling block-buffer v0.10.4
14492026-05-21T18:04:33.758Z Compiling yoke v0.8.1
14502026-05-21T18:04:33.776Z Compiling block-padding v0.3.3
14512026-05-21T18:04:33.792Z Compiling digest v0.10.7
14522026-05-21T18:04:33.819Z Compiling der v0.7.10
14532026-05-21T18:04:33.841Z Compiling schemars_derive v0.8.22
14542026-05-21T18:04:33.935Z Compiling zerovec v0.11.5
14552026-05-21T18:04:33.971Z Compiling zerotrie v0.2.3
14562026-05-21T18:04:33.974Z Compiling inout v0.1.4
14572026-05-21T18:04:34.060Z Compiling hmac v0.12.1
14582026-05-21T18:04:34.172Z Compiling cipher v0.4.4
14592026-05-21T18:04:34.230Z Compiling sha2 v0.10.9
14602026-05-21T18:04:34.294Z Compiling pbkdf2 v0.12.2
14612026-05-21T18:04:34.382Z Compiling scroll_derive v0.13.1
14622026-05-21T18:04:34.427Z Compiling tinystr v0.8.2
14632026-05-21T18:04:34.457Z Compiling potential_utf v0.1.4
14642026-05-21T18:04:34.471Z Compiling salsa20 v0.10.2
14652026-05-21T18:04:34.640Z Compiling icu_locale_core v2.1.1
14662026-05-21T18:04:34.654Z Compiling icu_collections v2.1.1
14672026-05-21T18:04:34.670Z Compiling scrypt v0.11.0
14682026-05-21T18:04:34.732Z Compiling spki v0.7.3
14692026-05-21T18:04:34.846Z Compiling thiserror v2.0.18
14702026-05-21T18:04:34.945Z Compiling tracing v0.1.44
14712026-05-21T18:04:34.960Z Compiling aes v0.8.4
14722026-05-21T18:04:34.975Z Compiling cbc v0.1.2
14732026-05-21T18:04:35.092Z Compiling darling_macro v0.20.11
14742026-05-21T18:04:35.146Z Compiling openssl-macros v0.1.1
14752026-05-21T18:04:35.171Z Compiling rustls-native-certs v0.8.3
14762026-05-21T18:04:35.187Z Compiling dtrace-parser v0.3.0
14772026-05-21T18:04:35.242Z Compiling scroll v0.13.0
14782026-05-21T18:04:35.254Z Compiling icu_provider v2.1.1
14792026-05-21T18:04:35.480Z Compiling pkcs5 v0.7.1
14802026-05-21T18:04:35.529Z Compiling icu_properties v2.1.2
14812026-05-21T18:04:35.546Z Compiling icu_normalizer v2.1.1
14822026-05-21T18:04:35.583Z Compiling goblin v0.10.5
14832026-05-21T18:04:35.613Z Compiling signature v2.2.0
14842026-05-21T18:04:35.627Z Compiling darling v0.20.11
14852026-05-21T18:04:35.641Z Compiling webpki-roots v1.0.6
14862026-05-21T18:04:35.719Z Compiling bytes v1.11.1
14872026-05-21T18:04:35.733Z Compiling chrono v0.4.44
14882026-05-21T18:04:35.780Z Compiling ipnet v2.11.0
14892026-05-21T18:04:35.811Z Compiling pkcs8 v0.10.2
14902026-05-21T18:04:35.850Z Compiling derive_builder_core v0.20.2
14912026-05-21T18:04:35.975Z Compiling thiserror-impl v1.0.69
14922026-05-21T18:04:35.988Z Compiling scroll_derive v0.12.1
14932026-05-21T18:04:36.034Z Compiling serde_tokenstream v0.2.3
14942026-05-21T18:04:36.105Z Compiling serde_spanned v0.6.9
14952026-05-21T18:04:36.149Z Compiling toml_datetime v0.6.11
14962026-05-21T18:04:36.195Z Compiling tokio v1.52.1
14972026-05-21T18:04:36.290Z Compiling http v1.4.0
14982026-05-21T18:04:36.345Z Compiling serde_urlencoded v0.7.1
14992026-05-21T18:04:36.364Z Compiling erased-serde v0.3.31
15002026-05-21T18:04:36.425Z Compiling idna_adapter v1.2.1
15012026-05-21T18:04:36.584Z Compiling idna v1.1.0
15022026-05-21T18:04:36.602Z Compiling md-5 v0.10.6
15032026-05-21T18:04:36.672Z Compiling darling_macro v0.21.3
15042026-05-21T18:04:36.693Z Compiling scroll v0.12.0
15052026-05-21T18:04:36.741Z Compiling derive_builder_macro v0.20.2
15062026-05-21T18:04:36.780Z Compiling ppv-lite86 v0.2.21
15072026-05-21T18:04:36.871Z Compiling bstr v1.12.1
15082026-05-21T18:04:36.980Z Compiling url v2.5.8
15092026-05-21T18:04:36.997Z Compiling http-body v1.0.1
15102026-05-21T18:04:37.125Z Compiling rand_chacha v0.9.0
15112026-05-21T18:04:37.159Z Compiling http-body-util v0.1.3
15122026-05-21T18:04:37.174Z Compiling rand_chacha v0.3.1
15132026-05-21T18:04:37.201Z Compiling async-trait v0.1.89
15142026-05-21T18:04:37.228Z Compiling zerocopy-derive v0.7.35
15152026-05-21T18:04:37.259Z Compiling pin-project-internal v1.1.11
15162026-05-21T18:04:37.274Z Compiling ff v0.13.1
15172026-05-21T18:04:37.298Z Compiling thiserror v1.0.69
15182026-05-21T18:04:37.416Z Compiling rand v0.9.2
15192026-05-21T18:04:37.430Z Compiling hash32 v0.2.1
15202026-05-21T18:04:37.434Z Compiling memoffset v0.9.1
15212026-05-21T18:04:37.645Z Compiling litrs v1.0.0
15222026-05-21T18:04:37.659Z Compiling cfg_aliases v0.2.1
15232026-05-21T18:04:37.743Z Compiling rustix v0.38.44
15242026-05-21T18:04:37.805Z Compiling psl-types v2.0.11
15252026-05-21T18:04:37.992Z Compiling smoltcp v0.9.1
15262026-05-21T18:04:38.016Z Compiling base16ct v0.2.0
15272026-05-21T18:04:38.056Z Compiling proptest v1.10.0
15282026-05-21T18:04:38.124Z Compiling ref-cast v1.0.25
15292026-05-21T18:04:38.183Z Compiling fallible-iterator v0.2.0
15302026-05-21T18:04:38.208Z Compiling num-bigint-dig v0.8.6
15312026-05-21T18:04:38.222Z Compiling zlib-rs v0.6.2
15322026-05-21T18:04:38.253Z Compiling dof v0.4.0
15332026-05-21T18:04:38.302Z Compiling zerocopy v0.7.35
15342026-05-21T18:04:38.329Z Compiling document-features v0.2.12
15352026-05-21T18:04:38.383Z Compiling ipnetwork v0.21.1
15362026-05-21T18:04:38.452Z Compiling sec1 v0.7.3
15372026-05-21T18:04:38.481Z Compiling pin-project v1.1.11
15382026-05-21T18:04:38.517Z Compiling postgres-protocol v0.6.10
15392026-05-21T18:04:38.594Z Compiling publicsuffix v2.3.0
15402026-05-21T18:04:38.636Z Compiling oxnet v0.1.4
15412026-05-21T18:04:38.696Z Compiling nix v0.31.2
15422026-05-21T18:04:38.801Z Compiling group v0.13.0
15432026-05-21T18:04:38.881Z Compiling rand v0.8.6
15442026-05-21T18:04:38.901Z Compiling derive_builder v0.20.2
15452026-05-21T18:04:38.929Z Compiling darling v0.21.3
15462026-05-21T18:04:39.002Z Compiling goblin v0.8.2
15472026-05-21T18:04:39.050Z Compiling hex v0.4.3
15482026-05-21T18:04:39.066Z Compiling cargo-platform v0.1.9
15492026-05-21T18:04:39.094Z Compiling hubpack_derive v0.1.1
15502026-05-21T18:04:39.098Z Compiling futures-executor v0.3.32
15512026-05-21T18:04:39.190Z Compiling hkdf v0.12.4
15522026-05-21T18:04:39.282Z Compiling crypto-bigint v0.5.5
15532026-05-21T18:04:39.372Z Compiling regex v1.12.3
15542026-05-21T18:04:39.387Z Compiling num-iter v0.1.45
15552026-05-21T18:04:39.463Z Compiling snafu-derive v0.8.9
15562026-05-21T18:04:39.481Z Compiling daft-derive v0.1.7
15572026-05-21T18:04:39.495Z Compiling strum_macros v0.27.2
15582026-05-21T18:04:39.517Z Compiling curve25519-dalek-derive v0.1.1
15592026-05-21T18:04:39.591Z Compiling ref-cast-impl v1.0.25
15602026-05-21T18:04:39.835Z Compiling terminal_size v0.4.3
15612026-05-21T18:04:39.973Z Compiling phf_shared v0.13.1
15622026-05-21T18:04:40.007Z Compiling lazy_static v1.5.0
15632026-05-21T18:04:40.020Z Compiling vergen v9.0.6
15642026-05-21T18:04:40.118Z Compiling tokio-util v0.7.18
15652026-05-21T18:04:40.154Z Compiling tower v0.5.3
15662026-05-21T18:04:40.174Z Compiling tokio-native-tls v0.3.1
15672026-05-21T18:04:40.208Z Compiling fs-err v3.3.0
15682026-05-21T18:04:40.236Z Compiling encoding_rs v0.8.35
15692026-05-21T18:04:40.252Z Compiling ahash v0.8.12
15702026-05-21T18:04:40.268Z Compiling managed v0.8.0
15712026-05-21T18:04:40.306Z Compiling foldhash v0.1.5
15722026-05-21T18:04:40.374Z Compiling libbz2-rs-sys v0.2.2
15732026-05-21T18:04:40.422Z Compiling newtype-uuid v1.3.2
15742026-05-21T18:04:40.480Z Compiling bumpalo v3.20.2
15752026-05-21T18:04:40.496Z Compiling same-file v1.0.6
15762026-05-21T18:04:40.513Z Compiling object v0.37.3
15772026-05-21T18:04:40.666Z Compiling tower-http v0.6.8
15782026-05-21T18:04:40.680Z Compiling unicode-segmentation v1.12.0
15792026-05-21T18:04:40.756Z Compiling winnow v0.5.40
15802026-05-21T18:04:40.781Z Compiling bitflags v1.3.2
15812026-05-21T18:04:40.806Z Compiling h2 v0.4.13
15822026-05-21T18:04:40.868Z Compiling mime v0.3.17
15832026-05-21T18:04:41.120Z Compiling flate2 v1.1.9
15842026-05-21T18:04:41.135Z Compiling foldhash v0.2.0
15852026-05-21T18:04:41.233Z Compiling bzip2 v0.6.1
15862026-05-21T18:04:41.247Z Compiling zopfli v0.8.3
15872026-05-21T18:04:41.374Z Compiling hashbrown v0.16.1
15882026-05-21T18:04:41.453Z Compiling dof v0.3.0
15892026-05-21T18:04:41.471Z Compiling daft v0.1.7
15902026-05-21T18:04:41.488Z Compiling snafu v0.8.9
15912026-05-21T18:04:41.492Z Compiling walkdir v2.5.0
15922026-05-21T18:04:41.567Z Compiling strum v0.27.2
15932026-05-21T18:04:41.609Z Compiling hashbrown v0.15.5
15942026-05-21T18:04:41.773Z Compiling clap_builder v4.5.60
15952026-05-21T18:04:41.827Z Compiling elliptic-curve v0.13.8
15962026-05-21T18:04:41.875Z Compiling phf v0.13.1
15972026-05-21T18:04:41.974Z Compiling signal-hook-mio v0.2.5
15982026-05-21T18:04:41.990Z Compiling cargo_metadata v0.19.2
15992026-05-21T18:04:42.011Z Compiling usdt-attr-macro v0.6.0
16002026-05-21T18:04:42.059Z Compiling toml_edit v0.19.15
16012026-05-21T18:04:42.106Z Compiling usdt-macro v0.6.0
16022026-05-21T18:04:42.175Z Compiling cookie_store v0.22.1
16032026-05-21T18:04:42.205Z Compiling hubpack v0.1.2
16042026-05-21T18:04:42.234Z Compiling bzip2 v0.4.4
16052026-05-21T18:04:42.253Z Compiling futures v0.3.32
16062026-05-21T18:04:42.348Z Compiling zstd v0.13.3
16072026-05-21T18:04:42.462Z Compiling serde_with_macros v3.17.0
16082026-05-21T18:04:42.479Z Compiling postgres-types v0.2.12
16092026-05-21T18:04:42.604Z Compiling dtrace-parser v0.2.0
16102026-05-21T18:04:42.629Z Compiling globset v0.4.18
16112026-05-21T18:04:42.856Z Compiling pkcs1 v0.7.5
16122026-05-21T18:04:42.955Z Compiling ed25519 v2.2.3
16132026-05-21T18:04:42.983Z Compiling serde-big-array v0.5.1
16142026-05-21T18:04:43.083Z Compiling olpc-cjson v0.1.4
16152026-05-21T18:04:43.143Z Compiling serde_plain v1.0.2
16162026-05-21T18:04:43.265Z Compiling rfc6979 v0.4.0
16172026-05-21T18:04:43.338Z Compiling enum-as-inner v0.6.1
16182026-05-21T18:04:43.360Z Compiling serde_repr v0.1.20
16192026-05-21T18:04:43.364Z Compiling clap_derive v4.5.55
16202026-05-21T18:04:43.410Z Compiling strum_macros v0.26.4
16212026-05-21T18:04:43.425Z Compiling async-recursion v1.1.1
16222026-05-21T18:04:43.441Z Compiling phf_shared v0.11.3
16232026-05-21T18:04:43.624Z Compiling float-cmp v0.10.0
16242026-05-21T18:04:43.649Z Compiling pem v3.0.6
16252026-05-21T18:04:43.740Z Compiling thread-id v4.2.2
16262026-05-21T18:04:43.791Z Compiling memmap2 v0.9.10
16272026-05-21T18:04:43.837Z Compiling hyper v1.8.1
16282026-05-21T18:04:43.889Z Compiling env_filter v1.0.0
16292026-05-21T18:04:43.902Z Compiling predicates-core v1.0.10
16302026-05-21T18:04:43.931Z Compiling typed-path v0.9.3
16312026-05-21T18:04:44.007Z Compiling fixedbitset v0.5.7
16322026-05-21T18:04:44.029Z Compiling either v1.15.0
16332026-05-21T18:04:44.101Z Compiling static_assertions v1.1.0
16342026-05-21T18:04:44.116Z Compiling data-encoding v2.10.0
16352026-05-21T18:04:44.191Z Compiling jiff v0.2.21
16362026-05-21T18:04:44.217Z Compiling new_debug_unreachable v1.0.6
16372026-05-21T18:04:44.257Z Compiling fixedbitset v0.4.2
16382026-05-21T18:04:44.303Z Compiling precomputed-hash v0.1.1
16392026-05-21T18:04:44.336Z Compiling keccak v0.1.6
16402026-05-21T18:04:44.406Z Compiling whoami v2.1.0
16412026-05-21T18:04:44.496Z Compiling normalize-line-endings v0.3.0
16422026-05-21T18:04:44.609Z Compiling difflib v0.4.0
16432026-05-21T18:04:44.816Z Compiling tokio-postgres v0.7.16
16442026-05-21T18:04:44.834Z Compiling sha3 v0.10.8
16452026-05-21T18:04:44.852Z Compiling predicates v3.1.4
16462026-05-21T18:04:44.868Z Compiling petgraph v0.6.5
16472026-05-21T18:04:44.889Z Compiling hickory-proto v0.25.2
16482026-05-21T18:04:44.949Z Compiling hyper-util v0.1.20
16492026-05-21T18:04:45.176Z Compiling string_cache v0.8.9
16502026-05-21T18:04:45.198Z Compiling toml_edit v0.22.27
16512026-05-21T18:04:45.218Z Compiling itertools v0.13.0
16522026-05-21T18:04:45.236Z Compiling strum v0.26.3
16532026-05-21T18:04:45.252Z Compiling clap v4.5.60
16542026-05-21T18:04:45.320Z Compiling petgraph v0.8.3
16552026-05-21T18:04:45.347Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16562026-05-21T18:04:45.393Z Compiling env_logger v0.11.9
16572026-05-21T18:04:45.438Z Compiling usdt v0.6.0
16582026-05-21T18:04:45.497Z Compiling usdt-impl v0.5.0
16592026-05-21T18:04:45.535Z Compiling serde_with v3.17.0
16602026-05-21T18:04:45.728Z Compiling crossterm v0.28.1
16612026-05-21T18:04:45.764Z Compiling toml v0.7.8
16622026-05-21T18:04:46.096Z Compiling ecdsa v0.16.9
16632026-05-21T18:04:46.391Z Compiling hyper-tls v0.6.0
16642026-05-21T18:04:46.416Z Compiling ed25519-dalek v2.2.0
16652026-05-21T18:04:46.462Z Compiling rsa v0.9.10
16662026-05-21T18:04:46.751Z Compiling zip v0.6.6
16672026-05-21T18:04:46.927Z Compiling zip v4.6.1
16682026-05-21T18:04:47.031Z Compiling iddqd v0.4.1
16692026-05-21T18:04:47.305Z Compiling similar v2.7.0
16702026-05-21T18:04:47.345Z Compiling heck v0.4.1
16712026-05-21T18:04:47.359Z Compiling tokio-stream v0.1.18
16722026-05-21T18:04:47.484Z Compiling toml_parser v1.0.9+spec-1.1.0
16732026-05-21T18:04:47.594Z Compiling buf-list v1.1.2
16742026-05-21T18:04:47.617Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16752026-05-21T18:04:47.842Z Compiling openapiv3 v2.2.0
16762026-05-21T18:04:47.897Z Compiling x509-cert v0.2.5
16772026-05-21T18:04:47.930Z Compiling sha1 v0.10.6
16782026-05-21T18:04:47.951Z Compiling crossbeam-epoch v0.9.18
16792026-05-21T18:04:47.967Z Compiling toml_datetime v0.7.5+spec-1.1.0
16802026-05-21T18:04:48.144Z Compiling peg-runtime v0.8.5
16812026-05-21T18:04:48.169Z Compiling lalrpop-util v0.19.12
16822026-05-21T18:04:48.185Z Compiling thread_local v1.1.9
16832026-05-21T18:04:48.233Z Compiling slog-async v2.8.0
16842026-05-21T18:04:48.250Z Compiling crossbeam-channel v0.5.15
16852026-05-21T18:04:48.288Z Compiling is-terminal v0.4.17
16862026-05-21T18:04:48.306Z Compiling filetime v0.2.27
16872026-05-21T18:04:48.324Z Compiling take_mut v0.2.2
16882026-05-21T18:04:48.389Z Compiling term v1.2.1
16892026-05-21T18:04:48.403Z Compiling xattr v1.6.1
16902026-05-21T18:04:48.585Z Compiling tar v0.4.45
16912026-05-21T18:04:48.741Z Compiling slog-term v2.9.2
16922026-05-21T18:05:06.198Z Compiling rustls-webpki v0.103.9
16932026-05-21T18:05:09.002Z Compiling tokio-rustls v0.26.4
16942026-05-21T18:05:09.002Z Compiling rustls-platform-verifier v0.6.2
16952026-05-21T18:05:09.203Z Compiling hyper-rustls v0.27.7
16962026-05-21T18:05:09.398Z Compiling reqwest v0.12.28
16972026-05-21T18:05:09.398Z Compiling reqwest v0.13.2
16982026-05-21T18:05:10.608Z Compiling tough v0.22.0
16992026-05-21T18:05:13.098Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17002026-05-21T18:05:13.333Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17012026-05-21T18:05:16.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.16s
17022026-05-21T18:05:16.320Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control`
17032026-05-21T18:05:16.375ZMay 21 18:05:15.402 INFO Starting download, target: Console
17042026-05-21T18:05:16.375ZMay 21 18:05:15.403 INFO Starting download, target: Clickhouse
17052026-05-21T18:05:16.375ZMay 21 18:05:15.403 INFO Starting download, target: Cockroach
17062026-05-21T18:05:16.375ZMay 21 18:05:15.403 INFO Starting download, target: DendriteStub
17072026-05-21T18:05:16.386ZMay 21 18:05:15.403 INFO Starting download, target: MaghemiteMgd
17082026-05-21T18:05:16.386ZMay 21 18:05:15.403 INFO Starting download, target: TransceiverControl
17092026-05-21T18:05:16.386ZMay 21 18:05:15.403 INFO Starting download, target: LLDP
17102026-05-21T18:05:16.386ZMay 21 18:05:15.403 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17112026-05-21T18:05:16.387ZMay 21 18:05:15.403 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17122026-05-21T18:05:16.387ZMay 21 18:05:15.403 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-05-21T18:05:16.387ZMay 21 18:05:15.404 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17142026-05-21T18:05:16.387ZMay 21 18:05:15.404 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17152026-05-21T18:05:16.387ZMay 21 18:05:15.404 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17162026-05-21T18:05:16.387ZMay 21 18:05:15.404 INFO Downloading out/downloads/lldp.tar.gz (attempt 1/3), target: LLDP
17172026-05-21T18:05:17.241ZMay 21 18:05:16.267 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17182026-05-21T18:05:17.386ZMay 21 18:05:16.411 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17192026-05-21T18:05:17.486ZMay 21 18:05:16.495 INFO Download complete, target: TransceiverControl
17202026-05-21T18:05:17.627ZMay 21 18:05:16.654 INFO Download complete, target: Console
17212026-05-21T18:05:18.304ZMay 21 18:05:17.285 INFO Unpacking out/downloads/lldp.tar.gz to out/downloads, target: LLDP
17222026-05-21T18:05:19.114ZMay 21 18:05:18.119 INFO Download complete, target: LLDP
17232026-05-21T18:05:19.602ZMay 21 18:05:18.612 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17242026-05-21T18:05:20.188ZMay 21 18:05:19.212 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-05-21T18:05:20.886ZMay 21 18:05:19.906 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17262026-05-21T18:05:20.886ZMay 21 18:05:19.906 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17272026-05-21T18:05:20.895ZMay 21 18:05:19.915 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-21T18:05:21.956ZMay 21 18:05:20.985 INFO Download complete, target: DendriteStub
17292026-05-21T18:05:22.692ZMay 21 18:05:21.718 INFO Download complete, target: MaghemiteMgd
17302026-05-21T18:05:25.615ZMay 21 18:05:24.644 INFO Checking that binary works, target: Cockroach
17312026-05-21T18:05:25.802ZMay 21 18:05:24.832 INFO Download complete, target: Cockroach
17322026-05-21T18:05:27.626ZMay 21 18:05:26.655 INFO Checking that binary works, target: Clickhouse
17332026-05-21T18:05:27.728ZMay 21 18:05:26.757 INFO Download complete, target: Clickhouse
17342026-05-21T18:05:27.733ZAll prerequisites installed successfully
17352026-05-21T18:05:27.737Z
17362026-05-21T18:05:27.737Zreal 2:09.122741762
17372026-05-21T18:05:27.737Zuser 6:56.930666160
17382026-05-21T18:05:27.737Zsys 1:43.154949204
17392026-05-21T18:05:27.737Ztrap 0.259541151
17402026-05-21T18:05:27.737Ztflt 2.267581949
17412026-05-21T18:05:27.737Zdflt 3.131633122
17422026-05-21T18:05:27.737Zkflt 0.068078252
17432026-05-21T18:05:27.737Zlock 24:17.784720867
17442026-05-21T18:05:27.737Zslp 19:34.889063747
17452026-05-21T18:05:27.737Zlat 23.684307089
17462026-05-21T18:05:27.737Zstop 2:52.212078930
17472026-05-21T18:05:27.737Z+ ptime -m cargo xtask download softnpu
17482026-05-21T18:05:28.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17492026-05-21T18:05:28.290Z Running `target/debug/xtask download softnpu`
17502026-05-21T18:05:29.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17512026-05-21T18:05:29.126Z Running `target/debug/xtask-downloader softnpu`
17522026-05-21T18:05:29.167ZMay 21 18:05:28.196 INFO Starting download, target: Softnpu
17532026-05-21T18:05:29.172ZMay 21 18:05:28.197 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-05-21T18:05:29.891ZMay 21 18:05:28.921 INFO Download complete, target: Softnpu
17552026-05-21T18:05:29.895Z
17562026-05-21T18:05:29.895Zreal 2.154619565
17572026-05-21T18:05:29.895Zuser 1.346283758
17582026-05-21T18:05:29.895Zsys 0.668464899
17592026-05-21T18:05:29.895Ztrap 0.000451441
17602026-05-21T18:05:29.895Ztflt 0.000059540
17612026-05-21T18:05:29.895Zdflt 0.000123232
17622026-05-21T18:05:29.895Zkflt 0.000000000
17632026-05-21T18:05:29.895Zlock 13.443559718
17642026-05-21T18:05:29.896Zslp 0.572359560
17652026-05-21T18:05:29.896Zlat 0.090813259
17662026-05-21T18:05:29.896Zstop 0.000179259
17672026-05-21T18:05:29.896Z+ export CARGO_INCREMENTAL=0
17682026-05-21T18:05:29.896Z+ CARGO_INCREMENTAL=0
17692026-05-21T18:05:29.896Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-05-21T18:05:30.805Z Compiling proc-macro2 v1.0.106
17712026-05-21T18:05:30.805Z Compiling quote v1.0.45
17722026-05-21T18:05:30.805Z Compiling unicode-ident v1.0.24
17732026-05-21T18:05:30.809Z Compiling libc v0.2.185
17742026-05-21T18:05:30.809Z Compiling serde_core v1.0.228
17752026-05-21T18:05:30.809Z Compiling serde v1.0.228
17762026-05-21T18:05:30.809Z Compiling cfg-if v1.0.4
17772026-05-21T18:05:30.809Z Compiling version_check v0.9.5
17782026-05-21T18:05:30.809Z Compiling find-msvc-tools v0.1.9
17792026-05-21T18:05:30.809Z Compiling shlex v1.3.0
17802026-05-21T18:05:30.810Z Compiling typenum v1.19.0
17812026-05-21T18:05:30.810Z Compiling zmij v1.0.21
17822026-05-21T18:05:30.810Z Compiling autocfg v1.5.0
17832026-05-21T18:05:30.950Z Compiling memchr v2.8.0
17842026-05-21T18:05:30.962Z Compiling serde_json v1.0.149
17852026-05-21T18:05:31.139Z Compiling portable-atomic v1.13.1
17862026-05-21T18:05:31.198Z Compiling libm v0.2.16
17872026-05-21T18:05:31.232Z Compiling generic-array v0.14.7
17882026-05-21T18:05:31.276Z Compiling zerocopy v0.8.40
17892026-05-21T18:05:31.406Z Compiling parking_lot_core v0.9.12
17902026-05-21T18:05:31.418Z Compiling smallvec v1.15.1
17912026-05-21T18:05:31.457Z Compiling icu_properties_data v2.1.2
17922026-05-21T18:05:31.480Z Compiling icu_normalizer_data v2.1.1
17932026-05-21T18:05:31.519Z Compiling itoa v1.0.17
17942026-05-21T18:05:31.537Z Compiling getrandom v0.4.1
17952026-05-21T18:05:31.549Z Compiling num-traits v0.2.19
17962026-05-21T18:05:31.640Z Compiling log v0.4.29
17972026-05-21T18:05:31.705Z Compiling stable_deref_trait v1.2.1
17982026-05-21T18:05:31.726Z Compiling pkg-config v0.3.32
17992026-05-21T18:05:31.746Z Compiling subtle v2.6.1
18002026-05-21T18:05:31.896Z Compiling scopeguard v1.2.0
18012026-05-21T18:05:31.948Z Compiling jobserver v0.1.34
18022026-05-21T18:05:31.963Z Compiling getrandom v0.2.17
18032026-05-21T18:05:31.992Z Compiling errno v0.3.14
18042026-05-21T18:05:32.020Z Compiling lock_api v0.4.14
18052026-05-21T18:05:32.126Z Compiling rand_core v0.6.4
18062026-05-21T18:05:32.177Z Compiling cc v1.2.56
18072026-05-21T18:05:32.210Z Compiling writeable v0.6.2
18082026-05-21T18:05:32.228Z Compiling percent-encoding v2.3.2
18092026-05-21T18:05:32.228Z Compiling litemap v0.8.1
18102026-05-21T18:05:32.247Z Compiling syn v2.0.117
18112026-05-21T18:05:32.323Z Compiling fnv v1.0.7
18122026-05-21T18:05:32.380Z Compiling pin-project-lite v0.2.17
18132026-05-21T18:05:32.473Z Compiling thiserror v2.0.18
18142026-05-21T18:05:32.562Z Compiling getrandom v0.3.4
18152026-05-21T18:05:32.584Z Compiling equivalent v1.0.2
18162026-05-21T18:05:32.584Z Compiling fs_extra v1.3.0
18172026-05-21T18:05:32.584Z Compiling dunce v1.0.5
18182026-05-21T18:05:32.671Z Compiling utf8_iter v1.0.4
18192026-05-21T18:05:32.693Z Compiling schemars v0.8.22
18202026-05-21T18:05:32.694Z Compiling rustversion v1.0.22
18212026-05-21T18:05:32.722Z Compiling rand_core v0.10.0
18222026-05-21T18:05:32.827Z Compiling form_urlencoded v1.2.2
18232026-05-21T18:05:32.897Z Compiling critical-section v1.2.0
18242026-05-21T18:05:32.942Z Compiling signal-hook-registry v1.4.8
18252026-05-21T18:05:33.004Z Compiling cmake v0.1.57
18262026-05-21T18:05:33.035Z Compiling rustix v1.1.3
18272026-05-21T18:05:33.050Z Compiling hashbrown v0.17.0
18282026-05-21T18:05:33.137Z Compiling mio v1.2.0
18292026-05-21T18:05:33.163Z Compiling socket2 v0.6.3
18302026-05-21T18:05:33.354Z Compiling once_cell v1.21.3
18312026-05-21T18:05:33.404Z Compiling semver v1.0.28
18322026-05-21T18:05:33.478Z Compiling parking_lot v0.12.5
18332026-05-21T18:05:33.532Z Compiling bitflags v2.11.0
18342026-05-21T18:05:33.545Z Compiling ring v0.17.14
18352026-05-21T18:05:33.581Z Compiling aws-lc-sys v0.40.0
18362026-05-21T18:05:33.626Z Compiling indexmap v2.14.0
18372026-05-21T18:05:33.659Z Compiling const-oid v0.9.6
18382026-05-21T18:05:33.739Z Compiling heck v0.5.0
18392026-05-21T18:05:33.796Z Compiling aws-lc-rs v1.16.3
18402026-05-21T18:05:33.853Z Compiling futures-core v0.3.32
18412026-05-21T18:05:33.882Z Compiling httparse v1.10.1
18422026-05-21T18:05:33.998Z Compiling vcpkg v0.2.15
18432026-05-21T18:05:34.031Z Compiling thiserror v1.0.69
18442026-05-21T18:05:34.064Z Compiling strsim v0.11.1
18452026-05-21T18:05:34.116Z Compiling ucd-trie v0.1.7
18462026-05-21T18:05:34.217Z Compiling byteorder v1.5.0
18472026-05-21T18:05:34.318Z Compiling iana-time-zone v0.1.65
18482026-05-21T18:05:34.337Z Compiling pest v2.8.6
18492026-05-21T18:05:34.373Z Compiling regex-syntax v0.8.10
18502026-05-21T18:05:34.410Z Compiling syn v1.0.109
18512026-05-21T18:05:34.425Z Compiling ident_case v1.0.1
18522026-05-21T18:05:34.426Z Compiling uuid v1.23.0
18532026-05-21T18:05:34.465Z Compiling cpufeatures v0.2.17
18542026-05-21T18:05:34.522Z Compiling rustls v0.23.37
18552026-05-21T18:05:34.561Z Compiling openssl-sys v0.9.115
18562026-05-21T18:05:34.719Z Compiling futures-sink v0.3.32
18572026-05-21T18:05:34.800Z Compiling rustc_version v0.4.1
18582026-05-21T18:05:34.844Z Compiling futures-channel v0.3.32
18592026-05-21T18:05:34.885Z Compiling futures-task v0.3.32
18602026-05-21T18:05:34.908Z Compiling futures-io v0.3.32
18612026-05-21T18:05:35.068Z Compiling synstructure v0.13.2
18622026-05-21T18:05:35.085Z Compiling serde_derive_internals v0.29.1
18632026-05-21T18:05:35.089Z Compiling slab v0.4.12
18642026-05-21T18:05:35.136Z Compiling aho-corasick v1.1.4
18652026-05-21T18:05:35.136Z Compiling dyn-clone v1.0.20
18662026-05-21T18:05:35.430Z Compiling pest_meta v2.8.6
18672026-05-21T18:05:35.482Z Compiling crc32fast v1.5.0
18682026-05-21T18:05:35.483Z Compiling plain v0.2.3
18692026-05-21T18:05:35.515Z Compiling base64 v0.22.1
18702026-05-21T18:05:35.604Z Compiling openssl v0.10.79
18712026-05-21T18:05:35.621Z Compiling time-core v0.1.8
18722026-05-21T18:05:35.654Z Compiling num-conv v0.2.0
18732026-05-21T18:05:35.676Z Compiling crossbeam-utils v0.8.21
18742026-05-21T18:05:35.840Z Compiling time-macros v0.2.27
18752026-05-21T18:05:35.955Z Compiling pretty-hex v0.4.1
18762026-05-21T18:05:35.972Z Compiling regex-automata v0.4.14
18772026-05-21T18:05:35.987Z Compiling native-tls v0.2.18
18782026-05-21T18:05:36.003Z Compiling pest_generator v2.8.6
18792026-05-21T18:05:36.038Z Compiling anyhow v1.0.102
18802026-05-21T18:05:36.056Z Compiling base64ct v1.8.3
18812026-05-21T18:05:36.108Z Compiling darling_core v0.21.3
18822026-05-21T18:05:36.230Z Compiling tracing-core v0.1.36
18832026-05-21T18:05:36.246Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-05-21T18:05:36.313Z Compiling serde_derive v1.0.228
18852026-05-21T18:05:36.345Z Compiling zeroize_derive v1.4.3
18862026-05-21T18:05:36.363Z Compiling zerofrom-derive v0.1.6
18872026-05-21T18:05:36.467Z Compiling yoke-derive v0.8.1
18882026-05-21T18:05:36.566Z Compiling zerovec-derive v0.11.2
18892026-05-21T18:05:36.636Z Compiling displaydoc v0.2.5
18902026-05-21T18:05:36.678Z Compiling zerocopy-derive v0.8.40
18912026-05-21T18:05:36.696Z Compiling tokio-macros v2.7.0
18922026-05-21T18:05:36.800Z Compiling futures-macro v0.3.32
18932026-05-21T18:05:36.958Z Compiling zeroize v1.8.2
18942026-05-21T18:05:37.335Z Compiling thiserror-impl v2.0.18
18952026-05-21T18:05:37.470Z Compiling schemars_derive v0.8.22
18962026-05-21T18:05:37.474Z Compiling tracing-attributes v0.1.31
18972026-05-21T18:05:37.511Z Compiling zerofrom v0.1.6
18982026-05-21T18:05:37.629Z Compiling yoke v0.8.1
18992026-05-21T18:05:37.666Z Compiling der_derive v0.7.3
19002026-05-21T18:05:37.844Z Compiling zerovec v0.11.5
19012026-05-21T18:05:37.886Z Compiling zerotrie v0.2.3
19022026-05-21T18:05:37.948Z Compiling crypto-common v0.1.7
19032026-05-21T18:05:38.131Z Compiling block-buffer v0.10.4
19042026-05-21T18:05:38.285Z Compiling digest v0.10.7
19052026-05-21T18:05:38.335Z Compiling thiserror-impl v1.0.69
19062026-05-21T18:05:38.442Z Compiling tinystr v0.8.2
19072026-05-21T18:05:38.462Z Compiling potential_utf v0.1.4
19082026-05-21T18:05:38.579Z Compiling pest_derive v2.8.6
19092026-05-21T18:05:38.643Z Compiling icu_locale_core v2.1.1
19102026-05-21T18:05:38.662Z Compiling icu_collections v2.1.1
19112026-05-21T18:05:38.678Z Compiling futures-util v0.3.32
19122026-05-21T18:05:38.693Z Compiling hmac v0.12.1
19132026-05-21T18:05:39.062Z Compiling block-padding v0.3.3
19142026-05-21T18:05:39.219Z Compiling inout v0.1.4
19152026-05-21T18:05:39.390Z Compiling icu_provider v2.1.1
19162026-05-21T18:05:39.420Z Compiling rustls-pki-types v1.14.0
19172026-05-21T18:05:39.470Z Compiling bytes v1.11.1
19182026-05-21T18:05:39.502Z Compiling chrono v0.4.44
19192026-05-21T18:05:39.527Z Compiling openssl-macros v0.1.1
19202026-05-21T18:05:39.588Z Compiling serde_tokenstream v0.2.3
19212026-05-21T18:05:39.812Z Compiling icu_properties v2.1.2
19222026-05-21T18:05:39.855Z Compiling icu_normalizer v2.1.1
19232026-05-21T18:05:39.929Z Compiling cipher v0.4.4
19242026-05-21T18:05:40.074Z Compiling tokio v1.52.1
19252026-05-21T18:05:40.370Z Compiling sha2 v0.10.9
19262026-05-21T18:05:40.726Z Compiling idna_adapter v1.2.1
19272026-05-21T18:05:40.879Z Compiling idna v1.1.0
19282026-05-21T18:05:40.928Z Compiling ppv-lite86 v0.2.21
19292026-05-21T18:05:41.138Z Compiling scroll_derive v0.12.1
19302026-05-21T18:05:41.154Z Compiling scroll_derive v0.13.1
19312026-05-21T18:05:41.237Z Compiling url v2.5.8
19322026-05-21T18:05:41.310Z Compiling http v1.4.0
19332026-05-21T18:05:41.360Z Compiling pem-rfc7468 v0.7.0
19342026-05-21T18:05:41.498Z Compiling untrusted v0.9.0
19352026-05-21T18:05:41.518Z Compiling flagset v0.4.7
19362026-05-21T18:05:41.661Z Compiling der v0.7.10
19372026-05-21T18:05:41.839Z Compiling tracing v0.1.44
19382026-05-21T18:05:41.930Z Compiling darling_macro v0.21.3
19392026-05-21T18:05:41.961Z Compiling regex v1.12.3
19402026-05-21T18:05:42.268Z Compiling zerocopy-derive v0.7.35
19412026-05-21T18:05:42.387Z Compiling rand_core v0.9.5
19422026-05-21T18:05:42.418Z Compiling slog v2.8.2
19432026-05-21T18:05:42.852Z Compiling spki v0.7.3
19442026-05-21T18:05:42.906Z Compiling darling v0.21.3
19452026-05-21T18:05:42.957Z Compiling salsa20 v0.10.2
19462026-05-21T18:05:43.004Z Compiling pbkdf2 v0.12.2
19472026-05-21T18:05:43.300Z Compiling cookie v0.18.1
19482026-05-21T18:05:43.429Z Compiling camino v1.2.2
19492026-05-21T18:05:43.752Z Compiling scrypt v0.11.0
19502026-05-21T18:05:43.756Z Compiling rand_chacha v0.9.0
19512026-05-21T18:05:43.784Z Compiling http-body v1.0.1
19522026-05-21T18:05:43.819Z Compiling aes v0.8.4
19532026-05-21T18:05:43.852Z Compiling cbc v0.1.2
19542026-05-21T18:05:43.959Z Compiling tokio-util v0.7.18
19552026-05-21T18:05:44.054Z Compiling usdt-impl v0.5.0
19562026-05-21T18:05:44.099Z Compiling openssl-probe v0.2.1
19572026-05-21T18:05:44.218Z Compiling untrusted v0.7.1
19582026-05-21T18:05:44.232Z Compiling either v1.15.0
19592026-05-21T18:05:44.283Z Compiling atomic-waker v1.1.2
19602026-05-21T18:05:44.318Z Compiling winnow v0.7.14
19612026-05-21T18:05:44.336Z Compiling ref-cast v1.0.25
19622026-05-21T18:05:44.363Z Compiling paste v1.0.15
19632026-05-21T18:05:44.440Z Compiling tinyvec_macros v0.1.1
19642026-05-21T18:05:44.463Z Compiling usdt-impl v0.6.0
19652026-05-21T18:05:44.526Z Compiling tinyvec v1.10.0
19662026-05-21T18:05:44.696Z Compiling pkcs5 v0.7.1
19672026-05-21T18:05:44.762Z Compiling rand v0.9.2
19682026-05-21T18:05:45.153Z Compiling scroll v0.13.0
19692026-05-21T18:05:45.208Z Compiling scroll v0.12.0
19702026-05-21T18:05:45.226Z Compiling serde_spanned v0.6.9
19712026-05-21T18:05:45.312Z Compiling toml_datetime v0.6.11
19722026-05-21T18:05:45.347Z Compiling async-trait v0.1.89
19732026-05-21T18:05:45.378Z Compiling heapless v0.7.17
19742026-05-21T18:05:45.438Z Compiling bzip2-sys v0.1.13+1.0.8
19752026-05-21T18:05:45.498Z Compiling fastrand v2.3.0
19762026-05-21T18:05:45.577Z Compiling tower-service v0.3.3
19772026-05-21T18:05:45.592Z Compiling signal-hook v0.3.18
19782026-05-21T18:05:45.646Z Compiling zstd-safe v7.2.4
19792026-05-21T18:05:45.739Z Compiling try-lock v0.2.5
19802026-05-21T18:05:45.843Z Compiling tower-layer v0.3.3
19812026-05-21T18:05:45.880Z Compiling want v0.3.1
19822026-05-21T18:05:45.961Z Compiling toml_parser v1.0.9+spec-1.1.0
19832026-05-21T18:05:46.037Z Compiling h2 v0.4.13
19842026-05-21T18:05:46.072Z Compiling goblin v0.8.2
19852026-05-21T18:05:46.088Z Compiling goblin v0.10.5
19862026-05-21T18:05:46.118Z Compiling pkcs8 v0.10.2
19872026-05-21T18:05:46.355Z Compiling zerocopy v0.7.35
19882026-05-21T18:05:46.425Z Compiling ipnet v2.11.0
19892026-05-21T18:05:46.525Z Compiling ref-cast-impl v1.0.25
19902026-05-21T18:05:46.703Z Compiling curve25519-dalek v4.1.3
19912026-05-21T18:05:46.900Z Compiling darling_core v0.20.11
19922026-05-21T18:05:46.917Z Compiling toml_datetime v0.7.5+spec-1.1.0
19932026-05-21T18:05:46.992Z Compiling memoffset v0.9.1
19942026-05-21T18:05:47.073Z Compiling foreign-types-shared v0.1.1
19952026-05-21T18:05:47.178Z Compiling httpdate v1.0.3
19962026-05-21T18:05:47.209Z Compiling pin-utils v0.1.0
19972026-05-21T18:05:47.304Z Compiling rustix v0.38.44
19982026-05-21T18:05:47.440Z Compiling litrs v1.0.0
19992026-05-21T18:05:47.708Z Compiling winnow v0.5.40
20002026-05-21T18:05:47.858Z Compiling tempfile v3.25.0
20012026-05-21T18:05:47.886Z Compiling foreign-types v0.3.2
20022026-05-21T18:05:47.925Z Compiling document-features v0.2.12
20032026-05-21T18:05:48.329Z Compiling dof v0.3.0
20042026-05-21T18:05:48.463Z Compiling unicode-normalization v0.1.25
20052026-05-21T18:05:48.731Z Compiling dtrace-parser v0.2.0
20062026-05-21T18:05:48.897Z Compiling dof v0.4.0
20072026-05-21T18:05:48.920Z Compiling darling_macro v0.20.11
20082026-05-21T18:05:48.999Z Compiling toml_edit v0.19.15
20092026-05-21T18:05:49.163Z Compiling hyper v1.8.1
20102026-05-21T18:05:49.177Z Compiling dtrace-parser v0.3.0
20112026-05-21T18:05:49.209Z Compiling daft-derive v0.1.7
20122026-05-21T18:05:49.331Z Compiling pin-project-internal v1.1.11
20132026-05-21T18:05:49.400Z Compiling spin v0.9.8
20142026-05-21T18:05:49.417Z Compiling thread-id v5.1.0
20152026-05-21T18:05:49.445Z Compiling thread-id v4.2.2
20162026-05-21T18:05:49.631Z Compiling num-bigint-dig v0.8.6
20172026-05-21T18:05:49.664Z Compiling smoltcp v0.9.1
20182026-05-21T18:05:49.735Z Compiling cfg_aliases v0.2.1
20192026-05-21T18:05:49.785Z Compiling powerfmt v0.2.0
20202026-05-21T18:05:49.828Z Compiling nix v0.31.2
20212026-05-21T18:05:49.910Z Compiling darling v0.20.11
20222026-05-21T18:05:49.962Z Compiling deranged v0.5.8
20232026-05-21T18:05:50.362Z Compiling hyper-util v0.1.20
20242026-05-21T18:05:50.430Z Compiling rustls-native-certs v0.8.3
20252026-05-21T18:05:50.470Z Compiling ipnetwork v0.21.1
20262026-05-21T18:05:51.170Z Compiling strum_macros v0.26.4
20272026-05-21T18:05:51.181Z Compiling curve25519-dalek-derive v0.1.1
20282026-05-21T18:05:51.181Z Compiling sync_wrapper v1.0.2
20292026-05-21T18:05:51.239Z Compiling wait-timeout v0.2.1
20302026-05-21T18:05:51.280Z Compiling simd-adler32 v0.3.8
20312026-05-21T18:05:51.592Z Compiling num_threads v0.1.7
20322026-05-21T18:05:51.652Z Compiling siphasher v1.0.2
20332026-05-21T18:05:51.673Z Compiling anstyle v1.0.13
20342026-05-21T18:05:51.715Z Compiling quick-error v1.2.3
20352026-05-21T18:05:51.841Z Compiling bit-vec v0.8.0
20362026-05-21T18:05:51.913Z Compiling utf8parse v0.2.2
20372026-05-21T18:05:52.011Z Compiling time v0.3.47
20382026-05-21T18:05:52.036Z Compiling anstyle-parse v0.2.7
20392026-05-21T18:05:52.053Z Compiling bit-set v0.8.0
20402026-05-21T18:05:52.056Z Compiling rusty-fork v0.3.1
20412026-05-21T18:05:52.243Z Compiling tower v0.5.3
20422026-05-21T18:05:52.431Z Compiling derive_builder_core v0.20.2
20432026-05-21T18:05:52.677Z Compiling http-body-util v0.1.3
20442026-05-21T18:05:52.877Z Compiling webpki-roots v1.0.6
20452026-05-21T18:05:52.982Z Compiling rand_xorshift v0.4.0
20462026-05-21T18:05:53.017Z Compiling signature v2.2.0
20472026-05-21T18:05:53.034Z Compiling hubpack_derive v0.1.1
20482026-05-21T18:05:53.151Z Compiling snafu-derive v0.8.9
20492026-05-21T18:05:53.166Z Compiling strum_macros v0.27.2
20502026-05-21T18:05:53.256Z Compiling fs-err v3.3.0
20512026-05-21T18:05:53.377Z Compiling ahash v0.8.12
20522026-05-21T18:05:53.395Z Compiling is_terminal_polyfill v1.70.2
20532026-05-21T18:05:53.524Z Compiling unicode-properties v0.1.4
20542026-05-21T18:05:53.567Z Compiling unarray v0.1.4
20552026-05-21T18:05:53.614Z Compiling ryu v1.0.23
20562026-05-21T18:05:53.700Z Compiling adler2 v2.0.1
20572026-05-21T18:05:53.716Z Compiling anstyle-query v1.1.5
20582026-05-21T18:05:53.759Z Compiling unicode-bidi v0.3.18
20592026-05-21T18:05:53.844Z Compiling allocator-api2 v0.2.21
20602026-05-21T18:05:53.863Z Compiling object v0.37.3
20612026-05-21T18:05:53.876Z Compiling iri-string v0.7.10
20622026-05-21T18:05:53.927Z Compiling colorchoice v1.0.4
20632026-05-21T18:05:54.070Z Compiling unicode-segmentation v1.12.0
20642026-05-21T18:05:54.096Z Compiling stringprep v0.1.5
20652026-05-21T18:05:54.113Z Compiling serde_urlencoded v0.7.1
20662026-05-21T18:05:54.145Z Compiling anstream v0.6.21
20672026-05-21T18:05:54.222Z Compiling miniz_oxide v0.8.9
20682026-05-21T18:05:54.269Z Compiling proptest v1.10.0
20692026-05-21T18:05:54.564Z Compiling derive_builder_macro v0.20.2
20702026-05-21T18:05:54.781Z Compiling tokio-native-tls v0.3.1
20712026-05-21T18:05:54.827Z Compiling usdt-attr-macro v0.6.0
20722026-05-21T18:05:54.847Z Compiling usdt-macro v0.6.0
20732026-05-21T18:05:55.046Z Compiling tower-http v0.6.8
20742026-05-21T18:05:55.274Z Compiling rand_chacha v0.3.1
20752026-05-21T18:05:55.304Z Compiling erased-serde v0.3.31
20762026-05-21T18:05:55.353Z Compiling md-5 v0.10.6
20772026-05-21T18:05:55.437Z Compiling bstr v1.12.1
20782026-05-21T18:05:55.517Z Compiling num-integer v0.1.46
20792026-05-21T18:05:55.568Z Compiling hash32 v0.2.1
20802026-05-21T18:05:55.610Z Compiling vergen-lib v0.1.6
20812026-05-21T18:05:55.630Z Compiling ff v0.13.1
20822026-05-21T18:05:55.710Z Compiling psl-types v2.0.11
20832026-05-21T18:05:55.730Z Compiling zlib-rs v0.6.2
20842026-05-21T18:05:55.802Z Compiling base16ct v0.2.0
20852026-05-21T18:05:55.833Z Compiling fallible-iterator v0.2.0
20862026-05-21T18:05:55.869Z Compiling publicsuffix v2.3.0
20872026-05-21T18:05:55.902Z Compiling group v0.13.0
20882026-05-21T18:05:55.932Z Compiling sec1 v0.7.3
20892026-05-21T18:05:56.003Z Compiling num-iter v0.1.45
20902026-05-21T18:05:56.107Z Compiling rand v0.8.6
20912026-05-21T18:05:56.146Z Compiling postgres-protocol v0.6.10
20922026-05-21T18:05:56.380Z Compiling newtype-uuid v1.3.2
20932026-05-21T18:05:56.514Z Compiling oxnet v0.1.4
20942026-05-21T18:05:56.713Z Compiling derive_builder v0.20.2
20952026-05-21T18:05:56.736Z Compiling hyper-tls v0.6.0
20962026-05-21T18:05:56.857Z Compiling heck v0.4.1
20972026-05-21T18:05:56.893Z Compiling phf_shared v0.13.1
20982026-05-21T18:05:56.896Z Compiling pin-project v1.1.11
20992026-05-21T18:05:56.978Z Compiling lazy_static v1.5.0
21002026-05-21T18:05:57.120Z Compiling terminal_size v0.4.3
21012026-05-21T18:05:57.153Z Compiling serde_with_macros v3.17.0
21022026-05-21T18:05:57.171Z Compiling futures-executor v0.3.32
21032026-05-21T18:05:57.279Z Compiling hex v0.4.3
21042026-05-21T18:05:57.400Z Compiling cargo-platform v0.1.9
21052026-05-21T18:05:57.458Z Compiling hkdf v0.12.4
21062026-05-21T18:05:57.613Z Compiling crypto-bigint v0.5.5
21072026-05-21T18:05:57.630Z Compiling clap_derive v4.5.55
21082026-05-21T18:05:57.634Z Compiling serde_repr v0.1.20
21092026-05-21T18:05:57.664Z Compiling async-recursion v1.1.1
21102026-05-21T18:05:57.669Z Compiling enum-as-inner v0.6.1
21112026-05-21T18:05:57.748Z Compiling vergen v9.0.6
21122026-05-21T18:05:57.964Z Compiling flate2 v1.1.9
21132026-05-21T18:05:58.187Z Compiling encoding_rs v0.8.35
21142026-05-21T18:05:58.222Z Compiling same-file v1.0.6
21152026-05-21T18:05:58.264Z Compiling bitflags v1.3.2
21162026-05-21T18:05:58.297Z Compiling clap_lex v1.0.0
21172026-05-21T18:05:58.314Z Compiling mime v0.3.17
21182026-05-21T18:05:58.348Z Compiling foldhash v0.1.5
21192026-05-21T18:05:58.364Z Compiling bumpalo v3.20.2
21202026-05-21T18:05:58.494Z Compiling managed v0.8.0
21212026-05-21T18:05:58.538Z Compiling foldhash v0.2.0
21222026-05-21T18:05:58.557Z Compiling libbz2-rs-sys v0.2.2
21232026-05-21T18:05:58.714Z Compiling hashbrown v0.16.1
21242026-05-21T18:05:58.774Z Compiling zopfli v0.8.3
21252026-05-21T18:05:58.838Z Compiling elliptic-curve v0.13.8
21262026-05-21T18:05:58.870Z Compiling hashbrown v0.15.5
21272026-05-21T18:05:59.168Z Compiling bzip2 v0.6.1
21282026-05-21T18:05:59.197Z Compiling clap_builder v4.5.60
21292026-05-21T18:05:59.305Z Compiling walkdir v2.5.0
21302026-05-21T18:05:59.372Z Compiling zstd v0.13.3
21312026-05-21T18:05:59.389Z Compiling cargo_metadata v0.19.2
21322026-05-21T18:05:59.434Z Compiling futures v0.3.32
21332026-05-21T18:05:59.627Z Compiling phf v0.13.1
21342026-05-21T18:05:59.673Z Compiling snafu v0.8.9
21352026-05-21T18:05:59.807Z Compiling signal-hook-mio v0.2.5
21362026-05-21T18:05:59.945Z Compiling daft v0.1.7
21372026-05-21T18:06:00.025Z Compiling postgres-types v0.2.12
21382026-05-21T18:06:00.137Z Compiling cookie_store v0.22.1
21392026-05-21T18:06:00.181Z Compiling bzip2 v0.4.4
21402026-05-21T18:06:00.233Z Compiling globset v0.4.18
21412026-05-21T18:06:00.403Z Compiling strum v0.27.2
21422026-05-21T18:06:00.594Z Compiling hubpack v0.1.2
21432026-05-21T18:06:00.628Z Compiling ed25519 v2.2.3
21442026-05-21T18:06:00.717Z Compiling phf_shared v0.11.3
21452026-05-21T18:06:00.753Z Compiling crossbeam-epoch v0.9.18
21462026-05-21T18:06:00.831Z Compiling olpc-cjson v0.1.4
21472026-05-21T18:06:00.851Z Compiling pkcs1 v0.7.5
21482026-05-21T18:06:00.917Z Compiling pem v3.0.6
21492026-05-21T18:06:01.048Z Compiling serde-big-array v0.5.1
21502026-05-21T18:06:01.070Z Compiling serde_plain v1.0.2
21512026-05-21T18:06:01.214Z Compiling rfc6979 v0.4.0
21522026-05-21T18:06:01.230Z Compiling float-cmp v0.10.0
21532026-05-21T18:06:01.234Z Compiling memmap2 v0.9.10
21542026-05-21T18:06:01.265Z Compiling env_filter v1.0.0
21552026-05-21T18:06:01.283Z Compiling precomputed-hash v0.1.1
21562026-05-21T18:06:01.357Z Compiling static_assertions v1.1.0
21572026-05-21T18:06:01.393Z Compiling fixedbitset v0.4.2
21582026-05-21T18:06:01.464Z Compiling keccak v0.1.6
21592026-05-21T18:06:01.480Z Compiling fixedbitset v0.5.7
21602026-05-21T18:06:01.525Z Compiling difflib v0.4.0
21612026-05-21T18:06:01.550Z Compiling typed-path v0.9.3
21622026-05-21T18:06:01.589Z Compiling predicates-core v1.0.10
21632026-05-21T18:06:01.617Z Compiling data-encoding v2.10.0
21642026-05-21T18:06:01.647Z Compiling new_debug_unreachable v1.0.6
21652026-05-21T18:06:01.687Z Compiling jiff v0.2.21
21662026-05-21T18:06:01.775Z Compiling toml_write v0.1.2
21672026-05-21T18:06:01.792Z Compiling normalize-line-endings v0.3.0
21682026-05-21T18:06:01.855Z Compiling whoami v2.1.0
21692026-05-21T18:06:01.879Z Compiling predicates v3.1.4
21702026-05-21T18:06:01.905Z Compiling hickory-proto v0.25.2
21712026-05-21T18:06:01.998Z Compiling toml_edit v0.22.27
21722026-05-21T18:06:02.159Z Compiling tokio-postgres v0.7.16
21732026-05-21T18:06:02.215Z Compiling string_cache v0.8.9
21742026-05-21T18:06:02.256Z Compiling petgraph v0.8.3
21752026-05-21T18:06:02.474Z Compiling sha3 v0.10.8
21762026-05-21T18:06:02.498Z Compiling petgraph v0.6.5
21772026-05-21T18:06:02.754Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21782026-05-21T18:06:02.771Z Compiling env_logger v0.11.9
21792026-05-21T18:06:02.822Z Compiling usdt v0.6.0
21802026-05-21T18:06:03.098Z Compiling ecdsa v0.16.9
21812026-05-21T18:06:03.115Z Compiling rsa v0.9.10
21822026-05-21T18:06:03.779Z Compiling ed25519-dalek v2.2.0
21832026-05-21T18:06:04.086Z Compiling clap v4.5.60
21842026-05-21T18:06:04.243Z Compiling crossterm v0.28.1
21852026-05-21T18:06:04.363Z Compiling zip v4.6.1
21862026-05-21T18:06:04.366Z Compiling zip v0.6.6
21872026-05-21T18:06:04.816Z Compiling iddqd v0.4.1
21882026-05-21T18:06:05.148Z Compiling serde_with v3.17.0
21892026-05-21T18:06:05.204Z Compiling similar v2.7.0
21902026-05-21T18:06:05.277Z Compiling strum v0.26.3
21912026-05-21T18:06:05.432Z Compiling toml v0.7.8
21922026-05-21T18:06:05.449Z Compiling tokio-stream v0.1.18
21932026-05-21T18:06:05.529Z Compiling itertools v0.13.0
21942026-05-21T18:06:05.561Z Compiling buf-list v1.1.2
21952026-05-21T18:06:05.836Z Compiling x509-cert v0.2.5
21962026-05-21T18:06:06.010Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21972026-05-21T18:06:06.071Z Compiling openapiv3 v2.2.0
21982026-05-21T18:06:06.235Z Compiling sha1 v0.10.6
21992026-05-21T18:06:06.310Z Compiling lalrpop-util v0.19.12
22002026-05-21T18:06:06.404Z Compiling peg-runtime v0.8.5
22012026-05-21T18:06:21.464Z Compiling rustls-webpki v0.103.9
22022026-05-21T18:06:22.799Z Compiling macaddr v1.0.1
22032026-05-21T18:06:22.991Z Compiling structmeta-derive v0.3.0
22042026-05-21T18:06:23.102Z Compiling crucible-workspace-hack v0.1.0
22052026-05-21T18:06:23.105Z Compiling rayon-core v1.13.0
22062026-05-21T18:06:23.135Z Compiling itertools v0.14.0
22072026-05-21T18:06:23.257Z Compiling secrecy v0.10.3
22082026-05-21T18:06:23.336Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-05-21T18:06:23.373Z Compiling heapless v0.8.0
22102026-05-21T18:06:23.393Z Compiling rustls v0.22.4
22112026-05-21T18:06:23.549Z Compiling crossbeam-deque v0.8.6
22122026-05-21T18:06:23.633Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-05-21T18:06:23.649Z Compiling rustls-webpki v0.102.8
22142026-05-21T18:06:23.780Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-05-21T18:06:23.820Z Compiling hash32 v0.3.1
22162026-05-21T18:06:23.820Z Compiling multer v3.1.0
22172026-05-21T18:06:23.871Z Compiling thread_local v1.1.9
22182026-05-21T18:06:23.888Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-05-21T18:06:23.955Z Compiling compression-core v0.4.31
22202026-05-21T18:06:23.985Z Compiling unicode-width v0.2.0
22212026-05-21T18:06:24.002Z Compiling structmeta v0.3.0
22222026-05-21T18:06:24.037Z Compiling slog-async v2.8.0
22232026-05-21T18:06:24.138Z Compiling match_cfg v0.1.0
22242026-05-21T18:06:24.154Z Compiling smoltcp v0.11.0
22252026-05-21T18:06:24.194Z Compiling proc-macro-crate v3.4.0
22262026-05-21T18:06:24.233Z Compiling hostname v0.3.1
22272026-05-21T18:06:24.250Z Compiling derive-ex v0.1.8
22282026-05-21T18:06:24.320Z Compiling compression-codecs v0.4.37
22292026-05-21T18:06:24.395Z Compiling ingot-macros v0.1.1
22302026-05-21T18:06:24.514Z Compiling slog-json v2.6.1
22312026-05-21T18:06:24.581Z Compiling crossbeam-channel v0.5.15
22322026-05-21T18:06:24.650Z Compiling half v2.7.1
22332026-05-21T18:06:24.707Z Compiling newtype-uuid-macros v0.1.0
22342026-05-21T18:06:24.786Z Compiling cobs v0.3.0
22352026-05-21T18:06:24.931Z Compiling thiserror-impl-no-std v2.0.2
22362026-05-21T18:06:25.018Z Compiling universal-hash v0.5.1
22372026-05-21T18:06:25.081Z Compiling async-stream-impl v0.3.6
22382026-05-21T18:06:25.185Z Compiling serde_spanned v1.0.4
22392026-05-21T18:06:25.299Z Compiling toml_datetime v1.0.0+spec-1.1.0
22402026-05-21T18:06:25.376Z Compiling tokio-rustls v0.26.4
22412026-05-21T18:06:25.444Z Compiling rustls-platform-verifier v0.6.2
22422026-05-21T18:06:25.512Z Compiling is-terminal v0.4.17
22432026-05-21T18:06:25.635Z Compiling hyper-rustls v0.27.7
22442026-05-21T18:06:25.677Z Compiling dropshot v0.17.0
22452026-05-21T18:06:25.694Z Compiling proc-macro-error-attr v1.0.4
22462026-05-21T18:06:25.697Z Compiling term v1.2.1
22472026-05-21T18:06:25.753Z Compiling convert_case v0.4.0
22482026-05-21T18:06:25.796Z Compiling ciborium-io v0.2.2
22492026-05-21T18:06:25.904Z Compiling reqwest v0.12.28
22502026-05-21T18:06:25.923Z Compiling reqwest v0.13.2
22512026-05-21T18:06:25.940Z Compiling opaque-debug v0.3.1
22522026-05-21T18:06:25.986Z Compiling take_mut v0.2.2
22532026-05-21T18:06:26.004Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-05-21T18:06:26.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-05-21T18:06:26.034Z Compiling thiserror-no-std v2.0.2
22562026-05-21T18:06:26.076Z Compiling derive_more v0.99.20
22572026-05-21T18:06:26.153Z Compiling slog-term v2.9.2
22582026-05-21T18:06:26.258Z Compiling toml v1.0.6+spec-1.1.0
22592026-05-21T18:06:26.292Z Compiling tokio-rustls v0.25.0
22602026-05-21T18:06:26.565Z Compiling poly1305 v0.8.0
22612026-05-21T18:06:26.699Z Compiling ciborium-ll v0.2.2
22622026-05-21T18:06:26.996Z Compiling test-strategy v0.4.5
22632026-05-21T18:06:27.027Z Compiling ingot-types v0.1.2
22642026-05-21T18:06:27.044Z Compiling async-stream v0.3.6
22652026-05-21T18:06:27.209Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-05-21T18:06:27.257Z Compiling postcard v1.1.3
22672026-05-21T18:06:27.429Z Compiling slog-bunyan v2.5.0
22682026-05-21T18:06:27.508Z Compiling tough v0.22.0
22692026-05-21T18:06:27.524Z Compiling ingot v0.1.1
22702026-05-21T18:06:27.640Z Compiling num_enum_derive v0.7.5
22712026-05-21T18:06:27.668Z Compiling async-compression v0.4.41
22722026-05-21T18:06:28.160Z Compiling parse-display-derive v0.10.0
22732026-05-21T18:06:28.253Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22742026-05-21T18:06:28.346Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-05-21T18:06:28.602Z Compiling proc-macro-crate v1.3.1
22762026-05-21T18:06:28.618Z Compiling backon v1.6.0
22772026-05-21T18:06:28.895Z Compiling waitgroup v0.1.2
22782026-05-21T18:06:28.966Z Compiling password-hash v0.5.0
22792026-05-21T18:06:29.029Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-05-21T18:06:29.046Z Compiling chacha20 v0.9.1
22812026-05-21T18:06:29.071Z Compiling dropshot_endpoint v0.17.0
22822026-05-21T18:06:29.249Z Compiling rustls-pemfile v2.2.0
22832026-05-21T18:06:29.276Z Compiling blake2 v0.10.6
22842026-05-21T18:06:29.323Z Compiling aead v0.5.2
22852026-05-21T18:06:29.544Z Compiling foreign-types-macros v0.2.3
22862026-05-21T18:06:29.576Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-21T18:06:29.662Z Compiling serde_path_to_error v0.1.20
22882026-05-21T18:06:29.830Z Compiling hostname v0.4.2
22892026-05-21T18:06:29.850Z Compiling proc-macro-error v1.0.4
22902026-05-21T18:06:29.915Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22912026-05-21T18:06:29.946Z Compiling instant v0.1.13
22922026-05-21T18:06:30.006Z Compiling foreign-types-shared v0.3.1
22932026-05-21T18:06:30.021Z Compiling cpufeatures v0.3.0
22942026-05-21T18:06:30.074Z Compiling debug-ignore v1.0.5
22952026-05-21T18:06:30.091Z Compiling typeid v1.0.3
22962026-05-21T18:06:30.126Z Compiling chacha20 v0.10.0
22972026-05-21T18:06:30.144Z Compiling backoff v0.4.0
22982026-05-21T18:06:30.195Z Compiling foreign-types v0.5.0
22992026-05-21T18:06:30.195Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23002026-05-21T18:06:30.225Z Compiling parse-display v0.10.0
23012026-05-21T18:06:30.229Z Compiling argon2 v0.5.3
23022026-05-21T18:06:30.296Z Compiling chacha20poly1305 v0.10.1
23032026-05-21T18:06:30.317Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23042026-05-21T18:06:30.360Z Compiling num_enum_derive v0.5.11
23052026-05-21T18:06:30.416Z Compiling num_enum v0.7.5
23062026-05-21T18:06:30.433Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-05-21T18:06:30.449Z Compiling ciborium v0.2.2
23082026-05-21T18:06:30.565Z Compiling vsss-rs v3.3.4
23092026-05-21T18:06:30.624Z Compiling tabwriter v1.4.1
23102026-05-21T18:06:30.866Z Compiling regress v0.10.5
23112026-05-21T18:06:31.010Z Compiling byte-wrapper v0.1.0
23122026-05-21T18:06:31.097Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-05-21T18:06:31.126Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23142026-05-21T18:06:31.260Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-21T18:06:31.313Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23162026-05-21T18:06:31.331Z Compiling cstr-argument v0.1.2
23172026-05-21T18:06:31.470Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-05-21T18:06:31.520Z Compiling erased-serde v0.4.9
23192026-05-21T18:06:31.695Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23202026-05-21T18:06:31.835Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-05-21T18:06:31.870Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-05-21T18:06:31.892Z Compiling num_enum v0.5.11
23232026-05-21T18:06:31.939Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-05-21T18:06:31.971Z Compiling rand v0.10.0
23252026-05-21T18:06:32.009Z Compiling rayon v1.11.0
23262026-05-21T18:06:32.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-05-21T18:06:32.089Z Compiling libefi-sys v0.1.0
23282026-05-21T18:06:32.120Z Compiling colored v3.1.1
23292026-05-21T18:06:32.208Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-05-21T18:06:32.238Z Compiling indent_write v2.2.0
23312026-05-21T18:06:32.313Z Compiling zone_cfg_derive v0.3.1
23322026-05-21T18:06:32.357Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23332026-05-21T18:06:32.431Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23342026-05-21T18:06:32.436Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-05-21T18:06:32.482Z Compiling camino-tempfile v1.4.1
23362026-05-21T18:06:32.706Z Compiling itertools v0.12.1
23372026-05-21T18:06:32.834Z Compiling usdt-macro v0.5.0
23382026-05-21T18:06:32.862Z Compiling usdt-attr-macro v0.5.0
23392026-05-21T18:06:32.906Z Compiling num-derive v0.4.2
23402026-05-21T18:06:32.968Z Compiling bitfield-struct v0.6.2
23412026-05-21T18:06:32.992Z Compiling blake3 v1.8.3
23422026-05-21T18:06:33.020Z Compiling ordered-float v2.10.1
23432026-05-21T18:06:33.329Z Compiling memmap v0.7.0
23442026-05-21T18:06:33.366Z Compiling sigpipe v0.1.3
23452026-05-21T18:06:33.484Z Compiling swrite v0.1.0
23462026-05-21T18:06:33.541Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-05-21T18:06:33.592Z Compiling glob v0.3.3
23482026-05-21T18:06:33.609Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-05-21T18:06:33.644Z Compiling usdt v0.5.0
23502026-05-21T18:06:33.791Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23512026-05-21T18:06:33.825Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-05-21T18:06:33.950Z Compiling serde-value v0.7.0
23532026-05-21T18:06:34.132Z Compiling zone v0.3.1
23542026-05-21T18:06:34.191Z Compiling serde-untagged v0.1.9
23552026-05-21T18:06:34.244Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23562026-05-21T18:06:34.518Z Compiling toml v0.8.23
23572026-05-21T18:06:34.544Z Compiling smf v0.2.3
23582026-05-21T18:06:34.547Z Compiling filetime v0.2.27
23592026-05-21T18:06:34.574Z Compiling arrayvec v0.7.6
23602026-05-21T18:06:34.574Z Compiling unicode-xid v0.2.6
23612026-05-21T18:06:34.608Z Compiling whoami v1.6.1
23622026-05-21T18:06:34.650Z Compiling arrayref v0.3.9
23632026-05-21T18:06:34.746Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-21T18:06:34.764Z Compiling xattr v1.6.1
23652026-05-21T18:06:34.786Z Compiling constant_time_eq v0.4.2
23662026-05-21T18:06:34.805Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23672026-05-21T18:06:34.836Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-05-21T18:06:34.852Z Compiling tokio-dtrace v0.1.1
23692026-05-21T18:06:34.986Z Compiling cargo-util-schemas v0.8.2
23702026-05-21T18:06:35.063Z Compiling tar v0.4.45
23712026-05-21T18:06:35.080Z Compiling console v0.16.2
23722026-05-21T18:06:35.196Z Compiling gethostname v0.5.0
23732026-05-21T18:06:35.358Z Compiling cargo-platform v0.2.0
23742026-05-21T18:06:35.533Z Compiling unit-prefix v0.5.2
23752026-05-21T18:06:35.601Z Compiling topological-sort v0.2.2
23762026-05-21T18:06:35.693Z Compiling indicatif v0.18.4
23772026-05-21T18:06:35.708Z Compiling oxide-tokio-rt v0.1.4
23782026-05-21T18:06:35.723Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-05-21T18:06:35.789Z Compiling shell-words v1.1.1
23802026-05-21T18:06:36.145Z Compiling cargo_metadata v0.21.0
23812026-05-21T18:06:45.348Z Compiling progenitor-client v0.10.0
23822026-05-21T18:06:45.348Z Compiling omicron-zone-package v0.12.2
23832026-05-21T18:06:45.365Z Compiling progenitor-client v0.14.0
23842026-05-21T18:06:45.847Z Compiling progenitor-extras v0.2.0
23852026-05-21T18:06:48.133Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-05-21T18:06:48.238Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-05-21T18:06:48.275Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-05-21T18:06:48.308Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-05-21T18:06:48.324Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-05-21T18:06:48.327Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-05-21T18:06:48.370Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-05-21T18:06:48.638Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-05-21T18:06:48.657Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-05-21T18:06:52.440Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-05-21T18:07:00.094Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-05-21T18:07:03.163Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-05-21T18:07:04.139Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-05-21T18:07:13.860Z Finished `release` profile [optimized] target(s) in 1m 43s
23992026-05-21T18:07:14.012Z Running `target/release/omicron-package -t test target create -p dev`
24002026-05-21T18:07:14.075ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-05-21T18:07:14.078ZCreated new build target 'test' and set it as active
24022026-05-21T18:07:14.081Z
24032026-05-21T18:07:14.081Zreal 1:44.179818852
24042026-05-21T18:07:14.081Zuser 16:57.249460800
24052026-05-21T18:07:14.081Zsys 2:39.801239108
24062026-05-21T18:07:14.082Ztrap 0.460215253
24072026-05-21T18:07:14.082Ztflt 3.023151345
24082026-05-21T18:07:14.082Zdflt 4.206142751
24092026-05-21T18:07:14.082Zkflt 0.000423548
24102026-05-21T18:07:14.082Zlock 52:46.338809849
24112026-05-21T18:07:14.082Zslp 43:12.892387223
24122026-05-21T18:07:14.082Zlat 43.416343060
24132026-05-21T18:07:14.082Zstop 5:37.629561700
24142026-05-21T18:07:14.082Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-05-21T18:07:14.970Z Finished `release` profile [optimized] target(s) in 0.88s
24162026-05-21T18:07:15.043Z Running `target/release/omicron-package -t test package`
24172026-05-21T18:07:15.105ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-05-21T18:07:16.529Z Compiling heck v0.5.0
24192026-05-21T18:07:16.529Z Compiling regress v0.11.1
24202026-05-21T18:07:16.532Z Compiling unsafe-libyaml v0.2.11
24212026-05-21T18:07:16.789Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-05-21T18:07:16.813Z Compiling regress v0.10.5
24232026-05-21T18:07:16.844Z Compiling is-terminal v0.4.17
24242026-05-21T18:07:16.847Z Compiling unicode-width v0.1.14
24252026-05-21T18:07:16.890Z Compiling prettyplease v0.2.37
24262026-05-21T18:07:16.894Z Compiling bytecount v0.6.9
24272026-05-21T18:07:16.894Z Compiling rustls v0.22.4
24282026-05-21T18:07:16.895Z Compiling rustls-webpki v0.102.8
24292026-05-21T18:07:16.895Z Compiling derive-where v1.6.0
24302026-05-21T18:07:16.895Z Compiling thread_local v1.1.9
24312026-05-21T18:07:16.895Z Compiling compression-core v0.4.31
24322026-05-21T18:07:16.895Z Compiling match_cfg v0.1.0
24332026-05-21T18:07:17.015Z Compiling hostname v0.3.1
24342026-05-21T18:07:17.057Z Compiling multer v3.1.0
24352026-05-21T18:07:17.102Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-05-21T18:07:17.126Z Compiling compression-codecs v0.4.37
24372026-05-21T18:07:17.150Z Compiling slog-async v2.8.0
24382026-05-21T18:07:17.175Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24392026-05-21T18:07:17.179Z Compiling crossbeam-channel v0.5.15
24402026-05-21T18:07:17.219Z Compiling slog-json v2.6.1
24412026-05-21T18:07:17.223Z Compiling serde_spanned v1.0.4
24422026-05-21T18:07:17.223Z Compiling toml_datetime v1.0.0+spec-1.1.0
24432026-05-21T18:07:17.282Z Compiling serde_yaml v0.9.34+deprecated
24442026-05-21T18:07:17.320Z Compiling take_mut v0.2.2
24452026-05-21T18:07:17.374Z Compiling term v1.2.1
24462026-05-21T18:07:17.421Z Compiling toml_writer v1.0.6+spec-1.1.0
24472026-05-21T18:07:17.445Z Compiling slog-bunyan v2.5.0
24482026-05-21T18:07:17.469Z Compiling async-compression v0.4.41
24492026-05-21T18:07:17.618Z Compiling toml v1.0.6+spec-1.1.0
24502026-05-21T18:07:17.686Z Compiling slog-term v2.9.2
24512026-05-21T18:07:17.690Z Compiling dropshot v0.17.0
24522026-05-21T18:07:17.731Z Compiling async-stream v0.3.6
24532026-05-21T18:07:17.775Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24542026-05-21T18:07:17.817Z Compiling num-rational v0.4.2
24552026-05-21T18:07:17.917Z Compiling progenitor-client v0.14.0
24562026-05-21T18:07:17.938Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-05-21T18:07:17.941Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24582026-05-21T18:07:17.941Z Compiling waitgroup v0.1.2
24592026-05-21T18:07:18.006Z Compiling backon v1.6.0
24602026-05-21T18:07:18.139Z Compiling rustls-pemfile v2.2.0
24612026-05-21T18:07:18.161Z Compiling num-complex v0.4.6
24622026-05-21T18:07:18.187Z Compiling hostname v0.4.2
24632026-05-21T18:07:18.210Z Compiling serde_path_to_error v0.1.20
24642026-05-21T18:07:18.235Z Compiling instant v0.1.13
24652026-05-21T18:07:18.256Z Compiling debug-ignore v1.0.5
24662026-05-21T18:07:18.260Z Compiling progenitor-extras v0.2.0
24672026-05-21T18:07:18.358Z Compiling typify-impl v0.6.2
24682026-05-21T18:07:18.378Z Compiling backoff v0.4.0
24692026-05-21T18:07:18.381Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24702026-05-21T18:07:18.423Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24712026-05-21T18:07:18.584Z Compiling num v0.4.3
24722026-05-21T18:07:18.625Z Compiling parse-display v0.10.0
24732026-05-21T18:07:18.647Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-05-21T18:07:18.650Z Compiling progenitor-client v0.13.0
24752026-05-21T18:07:18.692Z Compiling progenitor-client v0.10.0
24762026-05-21T18:07:18.714Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24772026-05-21T18:07:18.797Z Compiling macaddr v1.0.1
24782026-05-21T18:07:18.843Z Compiling float-ord v0.3.2
24792026-05-21T18:07:18.961Z Compiling console v0.15.11
24802026-05-21T18:07:19.014Z Compiling atomicwrites v0.4.4
24812026-05-21T18:07:19.050Z Compiling newline-converter v0.3.0
24822026-05-21T18:07:19.143Z Compiling slog-dtrace v0.3.0
24832026-05-21T18:07:19.201Z Compiling cancel-safe-futures v0.1.5
24842026-05-21T18:07:19.222Z Compiling tokio-rustls v0.25.0
24852026-05-21T18:07:19.326Z Compiling resolv-conf v0.7.6
24862026-05-21T18:07:19.354Z Compiling expectorate v1.2.0
24872026-05-21T18:07:19.403Z Compiling owo-colors v4.3.0
24882026-05-21T18:07:19.428Z Compiling toml v0.8.23
24892026-05-21T18:07:19.527Z Compiling libsw-core v0.3.2
24902026-05-21T18:07:19.631Z Compiling linked-hash-map v0.5.6
24912026-05-21T18:07:19.735Z Compiling libsw v3.5.0
24922026-05-21T18:07:19.879Z Compiling linear-map v1.2.0
24932026-05-21T18:07:19.900Z Compiling lru-cache v0.1.2
24942026-05-21T18:07:19.967Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-05-21T18:07:19.970Z Compiling minimal-lexical v0.2.1
24962026-05-21T18:07:20.021Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-21T18:07:20.076Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-21T18:07:20.125Z Compiling hickory-proto v0.24.4
24992026-05-21T18:07:20.208Z Compiling nom v7.1.3
25002026-05-21T18:07:20.246Z Compiling unicode-xid v0.2.6
25012026-05-21T18:07:20.278Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-05-21T18:07:20.303Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-05-21T18:07:20.401Z Compiling convert_case v0.10.0
25042026-05-21T18:07:20.699Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-05-21T18:07:20.791Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-05-21T18:07:21.231Z Compiling derive_more-impl v2.1.1
25072026-05-21T18:07:21.575Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-05-21T18:07:21.644Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-05-21T18:07:21.749Z Compiling papergrid v0.11.0
25102026-05-21T18:07:21.859Z Compiling typify-macro v0.6.2
25112026-05-21T18:07:21.903Z Compiling tabled_derive v0.7.0
25122026-05-21T18:07:22.030Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132026-05-21T18:07:22.282Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-05-21T18:07:22.819Z Compiling hickory-resolver v0.24.4
25152026-05-21T18:07:22.823Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-05-21T18:07:22.886Z Compiling derive_more v2.1.1
25172026-05-21T18:07:23.008Z Compiling termtree v0.5.1
25182026-05-21T18:07:23.066Z Compiling crossterm v0.29.0
25192026-05-21T18:07:23.242Z Compiling tabled v0.15.0
25202026-05-21T18:07:23.450Z Compiling typify v0.6.2
25212026-05-21T18:07:23.786Z Compiling progenitor-impl v0.14.0
25222026-05-21T18:07:23.884Z Compiling progenitor-impl v0.13.0
25232026-05-21T18:07:26.003Z Compiling progenitor-macro v0.14.0
25242026-05-21T18:07:26.025Z Compiling qorb v0.4.1
25252026-05-21T18:07:26.049Z Compiling progenitor-macro v0.13.0
25262026-05-21T18:07:26.142Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-05-21T18:07:27.361Z Compiling phf_shared v0.12.1
25282026-05-21T18:07:27.627Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292026-05-21T18:07:27.710Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-05-21T18:07:28.243Z Compiling vte v0.14.1
25312026-05-21T18:07:28.314Z Compiling csv-core v0.1.13
25322026-05-21T18:07:28.510Z Compiling chrono-tz v0.10.4
25332026-05-21T18:07:28.754Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342026-05-21T18:07:28.777Z Compiling highway v1.3.0
25352026-05-21T18:07:28.831Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-05-21T18:07:29.509Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-05-21T18:07:29.735Z Compiling csv v1.4.0
25382026-05-21T18:07:30.125Z Compiling progenitor v0.14.0
25392026-05-21T18:07:30.186Z Compiling progenitor v0.13.0
25402026-05-21T18:07:30.314Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25412026-05-21T18:07:30.419Z Compiling strip-ansi-escapes v0.2.1
25422026-05-21T18:07:30.726Z Compiling phf v0.12.1
25432026-05-21T18:07:30.799Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-05-21T18:07:30.932Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-05-21T18:07:31.021Z Compiling const_format_proc_macros v0.2.34
25462026-05-21T18:07:31.024Z Compiling fd-lock v4.0.4
25472026-05-21T18:07:31.120Z Compiling peg-macros v0.8.5
25482026-05-21T18:07:31.415Z Compiling nu-ansi-term v0.50.3
25492026-05-21T18:07:31.804Z Compiling const_format v0.2.35
25502026-05-21T18:07:31.970Z Compiling reedline v0.40.0
25512026-05-21T18:07:32.327Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-05-21T18:07:32.369Z Compiling peg v0.8.5
25532026-05-21T18:07:32.480Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-05-21T18:07:32.657Z Compiling bcs v0.1.6
25552026-05-21T18:07:33.099Z Compiling semver v0.1.20
25562026-05-21T18:07:33.340Z Compiling rustc_version v0.1.7
25572026-05-21T18:07:33.404Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25582026-05-21T18:07:33.574Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-05-21T18:07:33.596Z Compiling newtype_derive v0.1.6
25602026-05-21T18:07:33.666Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-21T18:07:33.832Z Compiling smawk v0.3.2
25622026-05-21T18:07:33.875Z Compiling humantime v2.3.0
25632026-05-21T18:07:34.025Z Compiling unicode-linebreak v0.1.5
25642026-05-21T18:07:34.348Z Compiling textwrap v0.16.2
25652026-05-21T18:07:34.369Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25662026-05-21T18:07:34.841Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-05-21T18:07:34.982Z Compiling dropshot-api-manager-types v0.7.1
25682026-05-21T18:07:35.544Z Compiling base64 v0.21.7
25692026-05-21T18:07:35.596Z Compiling steno v0.4.1
25702026-05-21T18:07:35.704Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-05-21T18:07:36.121Z Compiling tagptr v0.2.0
25722026-05-21T18:07:36.319Z Compiling moka v0.12.13
25732026-05-21T18:07:36.350Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-05-21T18:07:36.509Z Compiling utf-8 v0.7.6
25752026-05-21T18:07:36.608Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-05-21T18:07:36.729Z Compiling tungstenite v0.21.0
25772026-05-21T18:07:36.751Z Compiling radium v0.7.0
25782026-05-21T18:07:36.792Z Compiling tap v1.0.1
25792026-05-21T18:07:36.834Z Compiling maybe-uninit v2.0.0
25802026-05-21T18:07:36.937Z Compiling wyz v0.5.1
25812026-05-21T18:07:37.177Z Compiling zerocopy-derive v0.6.6
25822026-05-21T18:07:37.201Z Compiling display-error-chain v0.2.2
25832026-05-21T18:07:37.340Z Compiling tokio-tungstenite v0.21.0
25842026-05-21T18:07:37.386Z Compiling funty v2.0.0
25852026-05-21T18:07:37.576Z Compiling hickory-resolver v0.25.2
25862026-05-21T18:07:37.743Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25872026-05-21T18:07:37.981Z Compiling packed_struct v0.10.1
25882026-05-21T18:07:38.097Z Compiling crc-catalog v2.4.0
25892026-05-21T18:07:38.232Z Compiling crc v3.4.0
25902026-05-21T18:07:38.309Z Compiling zerocopy v0.6.6
25912026-05-21T18:07:38.367Z Compiling bitvec v1.0.1
25922026-05-21T18:07:38.735Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25932026-05-21T18:07:38.756Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-05-21T18:07:38.913Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25952026-05-21T18:07:38.933Z Compiling num-derive v0.3.3
25962026-05-21T18:07:39.514Z Compiling packed_struct_codegen v0.10.1
25972026-05-21T18:07:39.832Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-05-21T18:07:40.145Z Compiling bitfield-macros v0.19.4
25992026-05-21T18:07:40.520Z Compiling proc-macro-error-attr2 v2.0.0
26002026-05-21T18:07:40.850Z Compiling indexmap v1.9.3
26012026-05-21T18:07:40.965Z Compiling nodrop v0.1.14
26022026-05-21T18:07:41.114Z Compiling array-init v0.0.4
26032026-05-21T18:07:41.142Z Compiling proc-macro-error2 v2.0.1
26042026-05-21T18:07:41.165Z Compiling bitfield v0.19.4
26052026-05-21T18:07:41.486Z Compiling libscf-sys v1.1.0
26062026-05-21T18:07:41.507Z Compiling smallvec v0.6.14
26072026-05-21T18:07:41.660Z Compiling typify-impl v0.4.3
26082026-05-21T18:07:41.749Z Compiling hashbrown v0.12.3
26092026-05-21T18:07:41.752Z Compiling serde-hex v0.1.0
26102026-05-21T18:07:41.796Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-05-21T18:07:42.345Z Compiling tabled_derive v0.11.0
26122026-05-21T18:07:42.501Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-05-21T18:07:42.847Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-05-21T18:07:42.942Z Compiling ron v0.8.1
26152026-05-21T18:07:42.987Z Compiling papergrid v0.17.0
26162026-05-21T18:07:43.272Z Compiling testing_table v0.3.0
26172026-05-21T18:07:43.426Z Compiling hashbrown v0.13.2
26182026-05-21T18:07:43.715Z Compiling vergen-gitcl v1.0.8
26192026-05-21T18:07:43.937Z Compiling dirs-sys-next v0.1.2
26202026-05-21T18:07:43.965Z Compiling diesel_derives v2.3.7
26212026-05-21T18:07:44.057Z Compiling maplit v1.0.2
26222026-05-21T18:07:44.080Z Compiling glob v0.3.3
26232026-05-21T18:07:44.183Z Compiling crc-any v2.5.0
26242026-05-21T18:07:44.205Z Compiling crunchy v0.2.4
26252026-05-21T18:07:44.229Z Compiling tabled v0.20.0
26262026-05-21T18:07:44.280Z Compiling dirs-next v2.0.0
26272026-05-21T18:07:44.435Z Compiling object v0.30.4
26282026-05-21T18:07:44.456Z Compiling clang-sys v1.8.1
26292026-05-21T18:07:44.555Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-05-21T18:07:44.615Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-05-21T18:07:44.690Z Compiling dsl_auto_type v0.2.0
26322026-05-21T18:07:44.850Z Compiling scheduled-thread-pool v0.2.7
26332026-05-21T18:07:45.071Z Compiling typify-macro v0.4.3
26342026-05-21T18:07:45.093Z Compiling diesel_table_macro_syntax v0.3.0
26352026-05-21T18:07:45.243Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-21T18:07:45.265Z Compiling xshell-macros v0.2.7
26372026-05-21T18:07:45.325Z Compiling path-slash v0.1.5
26382026-05-21T18:07:45.329Z Compiling tiny-keccak v2.0.2
26392026-05-21T18:07:45.523Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-05-21T18:07:45.562Z Compiling r2d2 v0.8.10
26412026-05-21T18:07:45.651Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-05-21T18:07:45.673Z Compiling xshell v0.2.7
26432026-05-21T18:07:46.138Z Compiling term v0.7.0
26442026-05-21T18:07:46.426Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26452026-05-21T18:07:46.584Z Compiling bit-vec v0.6.3
26462026-05-21T18:07:46.614Z Compiling downcast-rs v2.0.2
26472026-05-21T18:07:46.659Z Compiling ascii-canvas v3.0.0
26482026-05-21T18:07:46.834Z Compiling bit-set v0.5.3
26492026-05-21T18:07:46.907Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502026-05-21T18:07:46.980Z Compiling itertools v0.10.5
26512026-05-21T18:07:47.020Z Compiling ena v0.14.4
26522026-05-21T18:07:47.172Z Compiling libloading v0.8.9
26532026-05-21T18:07:47.264Z Compiling diff v0.1.13
26542026-05-21T18:07:47.441Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-05-21T18:07:47.539Z Compiling bindgen v0.71.1
26562026-05-21T18:07:47.839Z Compiling regex-syntax v0.6.29
26572026-05-21T18:07:48.103Z Compiling crc8 v0.1.1
26582026-05-21T18:07:48.174Z Compiling unicase v2.9.0
26592026-05-21T18:07:48.483Z Compiling typify v0.4.3
26602026-05-21T18:07:48.624Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-05-21T18:07:48.659Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-05-21T18:07:49.256Z Compiling lalrpop v0.19.12
26632026-05-21T18:07:49.306Z Compiling cexpr v0.6.0
26642026-05-21T18:07:49.328Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26652026-05-21T18:07:49.550Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26662026-05-21T18:07:49.743Z Compiling rustc-hash v2.1.1
26672026-05-21T18:07:49.788Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26682026-05-21T18:07:49.815Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-05-21T18:07:49.961Z Compiling headers-core v0.3.0
26702026-05-21T18:07:50.129Z Compiling git-stub v1.0.0
26712026-05-21T18:07:50.210Z Compiling libxml v0.3.3
26722026-05-21T18:07:50.234Z Compiling diesel v2.3.7
26732026-05-21T18:07:50.404Z Compiling git-stub-vcs v0.1.0
26742026-05-21T18:07:50.445Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-05-21T18:07:50.543Z Compiling headers v0.4.1
26762026-05-21T18:07:50.764Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-05-21T18:07:51.391Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-05-21T18:07:51.611Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-05-21T18:07:51.959Z Compiling strum_macros v0.24.3
26802026-05-21T18:07:51.982Z Compiling indoc v1.0.9
26812026-05-21T18:07:52.259Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-05-21T18:07:52.439Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-05-21T18:07:52.516Z Compiling derive_builder v0.20.2
26842026-05-21T18:07:52.694Z Compiling oso-derive v0.27.3
26852026-05-21T18:07:53.226Z Compiling quick-xml v0.37.5
26862026-05-21T18:07:53.246Z Compiling impl-trait-for-tuples v0.2.3
26872026-05-21T18:07:53.339Z Compiling openssl-probe v0.1.6
26882026-05-21T18:07:53.438Z Compiling half v1.8.3
26892026-05-21T18:07:53.672Z Compiling serde_cbor v0.11.2
26902026-05-21T18:07:53.889Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-05-21T18:07:54.145Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-05-21T18:07:54.425Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-05-21T18:07:54.545Z Compiling bb8 v0.8.6
26942026-05-21T18:07:54.615Z Compiling trait-variant v0.1.2
26952026-05-21T18:07:54.636Z Compiling samael v0.0.19
26962026-05-21T18:07:54.660Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26972026-05-21T18:07:54.718Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-05-21T18:07:54.929Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-05-21T18:07:54.952Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-05-21T18:07:55.073Z Compiling fxhash v0.2.1
27012026-05-21T18:07:55.175Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-05-21T18:07:55.195Z Compiling salty v0.3.0
27032026-05-21T18:07:55.561Z Compiling progenitor-impl v0.11.2
27042026-05-21T18:07:55.628Z Compiling progenitor-impl v0.10.0
27052026-05-21T18:07:55.884Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27062026-05-21T18:07:55.908Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27072026-05-21T18:07:55.928Z Compiling kstat-rs v0.2.4
27082026-05-21T18:07:56.321Z Compiling libz-sys v1.1.24
27092026-05-21T18:07:56.352Z Compiling nonempty v0.12.0
27102026-05-21T18:07:56.425Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-05-21T18:07:56.583Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-05-21T18:07:56.750Z Compiling polar-core v0.27.3
27132026-05-21T18:07:57.749Z Compiling progenitor-macro v0.11.2
27142026-05-21T18:07:57.800Z Compiling progenitor-macro v0.10.0
27152026-05-21T18:07:59.041Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27162026-05-21T18:07:59.503Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27172026-05-21T18:08:00.205Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-21T18:08:00.310Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-21T18:08:00.892Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-05-21T18:08:01.158Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27212026-05-21T18:08:01.513Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27222026-05-21T18:08:01.801Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-05-21T18:08:01.856Z Compiling progenitor-client v0.11.2
27242026-05-21T18:08:02.415Z Compiling darling_core v0.23.0
27252026-05-21T18:08:04.583Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27262026-05-21T18:08:05.633Z Compiling oso v0.27.3
27272026-05-21T18:08:05.733Z Compiling nanorand v0.7.0
27282026-05-21T18:08:05.956Z Compiling arc-swap v1.8.2
27292026-05-21T18:08:06.103Z Compiling fs-err v2.11.0
27302026-05-21T18:08:06.371Z Compiling parking_lot_core v0.8.6
27312026-05-21T18:08:06.567Z Compiling mime_guess v2.0.5
27322026-05-21T18:08:06.830Z Compiling slog-scope v4.4.1
27332026-05-21T18:08:07.073Z Compiling flume v0.11.1
27342026-05-21T18:08:07.489Z Compiling async-bb8-diesel v0.2.1
27352026-05-21T18:08:07.949Z Compiling diesel-dtrace v0.5.0
27362026-05-21T18:08:08.238Z Compiling darling_macro v0.23.0
27372026-05-21T18:08:08.276Z Compiling progenitor v0.11.2
27382026-05-21T18:08:08.474Z Compiling progenitor v0.10.0
27392026-05-21T18:08:08.704Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27402026-05-21T18:08:08.811Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-05-21T18:08:09.438Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27422026-05-21T18:08:10.925Z Compiling primeorder v0.13.6
27432026-05-21T18:08:10.990Z Compiling libgit2-sys v0.18.3+1.9.2
27442026-05-21T18:08:11.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-05-21T18:08:11.244Z Compiling instability v0.3.11
27462026-05-21T18:08:11.518Z Compiling p384 v0.13.1
27472026-05-21T18:08:12.176Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-05-21T18:08:12.188Z Compiling darling v0.23.0
27492026-05-21T18:08:12.210Z Compiling slog-stdlog v4.1.1
27502026-05-21T18:08:13.108Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-05-21T18:08:13.133Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-21T18:08:13.262Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27532026-05-21T18:08:13.301Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-21T18:08:13.384Z Compiling ignore v0.4.25
27552026-05-21T18:08:13.674Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-21T18:08:13.971Z Compiling castaway v0.2.4
27572026-05-21T18:08:14.126Z Compiling atty v0.2.14
27582026-05-21T18:08:14.280Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-21T18:08:14.426Z Compiling parse-size v1.1.0
27602026-05-21T18:08:14.520Z Compiling http-range v0.1.5
27612026-05-21T18:08:14.651Z Compiling indoc v2.0.7
27622026-05-21T18:08:14.855Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-05-21T18:08:15.078Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27642026-05-21T18:08:15.635Z Compiling compact_str v0.8.1
27652026-05-21T18:08:15.825Z Compiling globwalk v0.9.1
27662026-05-21T18:08:16.536Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27672026-05-21T18:08:16.798Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-21T18:08:17.077Z Compiling parking_lot v0.11.2
27692026-05-21T18:08:18.011Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-05-21T18:08:18.362Z Compiling slog-envlogger v2.2.0
27712026-05-21T18:08:19.485Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-05-21T18:08:19.508Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-05-21T18:08:19.537Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-05-21T18:08:19.670Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-05-21T18:08:19.923Z Compiling predicates-tree v1.0.13
27762026-05-21T18:08:19.971Z Compiling unicode-truncate v1.1.0
27772026-05-21T18:08:20.022Z Compiling lru v0.12.5
27782026-05-21T18:08:20.094Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-21T18:08:20.195Z Compiling rand_seeder v0.4.0
27802026-05-21T18:08:20.258Z Compiling prefix-trie v0.7.0
27812026-05-21T18:08:20.286Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-21T18:08:20.388Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-21T18:08:20.443Z Compiling vergen-git2 v1.0.7
27842026-05-21T18:08:20.640Z Compiling cassowary v0.3.0
27852026-05-21T18:08:20.662Z Compiling illumos-nvpair-sys v0.2.0
27862026-05-21T18:08:20.686Z Compiling corncobs v0.1.4
27872026-05-21T18:08:20.794Z Compiling hickory-server v0.25.2
27882026-05-21T18:08:20.828Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-21T18:08:20.937Z Compiling ratatui v0.29.0
27902026-05-21T18:08:20.961Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-05-21T18:08:21.462Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-05-21T18:08:21.554Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27932026-05-21T18:08:25.711Z Compiling camino-tempfile-ext v0.3.3
27942026-05-21T18:08:25.740Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-21T18:08:25.741Z Compiling hyper-staticfile v0.10.1
27962026-05-21T18:08:25.741Z Compiling sled v0.34.7
27972026-05-21T18:08:25.741Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27982026-05-21T18:08:25.741Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-05-21T18:08:25.741Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-05-21T18:08:25.741Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-21T18:08:25.741Z Compiling secrecy v0.8.0
28022026-05-21T18:08:25.741Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28032026-05-21T18:08:25.741Z Compiling rustls v0.21.12
28042026-05-21T18:08:25.905Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-05-21T18:08:26.091Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-05-21T18:08:26.662Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-05-21T18:08:26.889Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28082026-05-21T18:08:27.083Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-05-21T18:08:28.220Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-05-21T18:08:28.359Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-21T18:08:28.569Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-05-21T18:08:29.199Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-05-21T18:08:29.433Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-05-21T18:08:29.662Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-05-21T18:08:29.902Z Compiling rustls-webpki v0.101.7
28162026-05-21T18:08:30.160Z Compiling sct v0.7.1
28172026-05-21T18:08:30.435Z Compiling nix v0.29.0
28182026-05-21T18:08:30.824Z Compiling dropshot v0.16.7
28192026-05-21T18:08:31.059Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28202026-05-21T18:08:31.143Z Compiling void v1.0.2
28212026-05-21T18:08:31.311Z Compiling lzss v0.8.2
28222026-05-21T18:08:31.495Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-05-21T18:08:31.551Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-05-21T18:08:31.589Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-05-21T18:08:31.609Z Compiling illumos-nvpair v0.3.0
28262026-05-21T18:08:32.429Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-05-21T18:08:32.654Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-05-21T18:08:32.904Z Compiling tungstenite v0.23.0
28292026-05-21T18:08:33.161Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28302026-05-21T18:08:34.207Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-05-21T18:08:34.229Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-05-21T18:08:34.437Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-05-21T18:08:34.461Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-05-21T18:08:34.673Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-05-21T18:08:34.695Z Compiling toml v0.9.12+spec-1.1.0
28362026-05-21T18:08:34.898Z Compiling nix v0.27.1
28372026-05-21T18:08:35.229Z Compiling dropshot_endpoint v0.16.7
28382026-05-21T18:08:35.252Z Compiling serde_bytes v0.11.19
28392026-05-21T18:08:35.553Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28402026-05-21T18:08:35.945Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28412026-05-21T18:08:36.218Z Compiling tokio-tungstenite v0.23.1
28422026-05-21T18:08:36.595Z Compiling tokio-rustls v0.24.1
28432026-05-21T18:08:36.891Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-05-21T18:08:37.137Z Compiling git2 v0.20.4
28452026-05-21T18:08:38.938Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-05-21T18:08:40.752Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-05-21T18:08:41.710Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-05-21T18:08:41.920Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-05-21T18:08:42.578Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-05-21T18:08:42.607Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-05-21T18:08:42.781Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28522026-05-21T18:08:42.805Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28532026-05-21T18:08:42.985Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28542026-05-21T18:08:43.048Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28552026-05-21T18:08:43.962Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-05-21T18:08:44.132Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-05-21T18:08:44.748Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-05-21T18:08:44.882Z Compiling rustls-pemfile v1.0.4
28592026-05-21T18:08:45.133Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-05-21T18:08:45.311Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-05-21T18:08:45.658Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-05-21T18:08:46.491Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-05-21T18:08:46.603Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-05-21T18:08:48.567Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-05-21T18:08:48.570Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28662026-05-21T18:08:48.701Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-05-21T18:08:48.838Z Compiling signal-hook-tokio v0.3.1
28682026-05-21T18:08:49.032Z Compiling twox-hash v2.1.2
28692026-05-21T18:08:49.284Z Compiling yasna v0.5.2
28702026-05-21T18:08:49.356Z Compiling is_ci v1.2.0
28712026-05-21T18:08:49.573Z Compiling supports-color v3.0.2
28722026-05-21T18:08:49.681Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-05-21T18:08:49.811Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-05-21T18:08:49.867Z Compiling rcgen v0.12.1
28752026-05-21T18:08:50.840Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28762026-05-21T18:08:51.305Z Compiling loopback-ip-mgr v0.1.0 (https://github.com/oxidecomputer/falcon?rev=aa44de0ab2edd702322ef60dd9fec1d1e70348ad#aa44de0a)
28772026-05-21T18:08:51.989Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28782026-05-21T18:08:52.211Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-05-21T18:08:52.378Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-05-21T18:08:53.461Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-05-21T18:08:53.511Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-05-21T18:08:54.314Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-05-21T18:08:54.358Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-05-21T18:08:54.601Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-05-21T18:08:54.834Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-05-21T18:08:55.057Z Compiling fatfs v0.3.6
28872026-05-21T18:08:56.302Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-05-21T18:08:56.708Z Compiling rtoolbox v0.0.3
28892026-05-21T18:08:56.937Z Compiling subprocess v0.2.15
28902026-05-21T18:08:56.985Z Compiling assert_matches v1.5.0
28912026-05-21T18:08:57.096Z Compiling seq-macro v0.3.6
28922026-05-21T18:08:57.595Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-05-21T18:08:57.626Z Compiling rpassword v7.4.0
28942026-05-21T18:08:57.988Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28952026-05-21T18:08:58.047Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-05-21T18:08:58.178Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28972026-05-21T18:08:59.109Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-05-21T18:09:00.007Z Compiling tui-tree-widget v0.23.1
28992026-05-21T18:09:00.300Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-05-21T18:09:00.637Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-05-21T18:09:00.773Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-05-21T18:09:01.156Z Compiling uzers v0.12.2
29032026-05-21T18:09:01.184Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-05-21T18:09:02.633Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-05-21T18:09:03.424Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-05-21T18:09:03.644Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-05-21T18:09:06.165Z Compiling support-bundle-viewer v0.1.2
29082026-05-21T18:09:08.016Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29092026-05-21T18:09:08.082Z Compiling multimap v0.10.1
29102026-05-21T18:09:16.221Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29112026-05-21T18:09:16.502Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-05-21T18:09:29.333Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-05-21T18:09:30.151Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-05-21T18:16:02.815Z Finished `release` profile [optimized] target(s) in 8m 47s
29152026-05-21T18:16:47.934Z
29162026-05-21T18:16:47.934Zreal 9:33.832182932
29172026-05-21T18:16:47.934Zuser 1:18:20.520675447
29182026-05-21T18:16:47.938Zsys 3:31.390609266
29192026-05-21T18:16:47.938Ztrap 1.747287297
29202026-05-21T18:16:47.938Ztflt 3.874553457
29212026-05-21T18:16:47.938Zdflt 17.759200082
29222026-05-21T18:16:47.938Zkflt 0.058122552
29232026-05-21T18:16:47.938Zlock 7:15:05.149460391
29242026-05-21T18:16:47.938Zslp 2:16:37.775646205
29252026-05-21T18:16:47.938Zlat 2:25.686670741
29262026-05-21T18:16:47.938Zstop 5:13.042905013
29272026-05-21T18:16:47.938Z+ mapfile -t packages
29282026-05-21T18:16:47.938Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-05-21T18:16:48.884Z Finished `release` profile [optimized] target(s) in 0.93s
29302026-05-21T18:16:48.966Z Running `target/release/omicron-package -t test list-outputs`
29312026-05-21T18:16:49.025ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-05-21T18:16:49.028Z+ ptime -m cargo build --locked --release -p xtask
29332026-05-21T18:16:49.558Z Compiling libc v0.2.185
29342026-05-21T18:16:49.558Z Compiling serde v1.0.228
29352026-05-21T18:16:49.561Z Compiling serde_core v1.0.228
29362026-05-21T18:16:49.561Z Compiling rustix v1.1.3
29372026-05-21T18:16:49.662Z Compiling bitflags v2.11.0
29382026-05-21T18:16:49.673Z Compiling serde_json v1.0.149
29392026-05-21T18:16:49.711Z Compiling num-traits v0.2.19
29402026-05-21T18:16:49.720Z Compiling syn v2.0.117
29412026-05-21T18:16:49.734Z Compiling smallvec v1.15.1
29422026-05-21T18:16:49.753Z Compiling indexmap v2.14.0
29432026-05-21T18:16:49.756Z Compiling usdt-impl v0.5.0
29442026-05-21T18:16:49.777Z Compiling syn v1.0.109
29452026-05-21T18:16:49.790Z Compiling getrandom v0.4.1
29462026-05-21T18:16:49.793Z Compiling percent-encoding v2.3.2
29472026-05-21T18:16:49.945Z Compiling log v0.4.29
29482026-05-21T18:16:50.062Z Compiling form_urlencoded v1.2.2
29492026-05-21T18:16:50.118Z Compiling fs-err v3.3.0
29502026-05-21T18:16:50.118Z Compiling once_cell v1.21.3
29512026-05-21T18:16:50.121Z Compiling heck v0.4.1
29522026-05-21T18:16:50.233Z Compiling anyhow v1.0.102
29532026-05-21T18:16:50.441Z Compiling thread-id v4.2.2
29542026-05-21T18:16:50.454Z Compiling errno v0.3.14
29552026-05-21T18:16:50.488Z Compiling memmap v0.7.0
29562026-05-21T18:16:50.751Z Compiling ordered-float v2.10.1
29572026-05-21T18:16:51.326Z Compiling proc-macro-error v1.0.4
29582026-05-21T18:16:51.459Z Compiling terminal_size v0.4.3
29592026-05-21T18:16:51.459Z Compiling tempfile v3.25.0
29602026-05-21T18:16:51.558Z Compiling clap_builder v4.5.60
29612026-05-21T18:16:51.558Z Compiling textwrap v0.16.2
29622026-05-21T18:16:51.580Z Compiling tabled_derive v0.7.0
29632026-05-21T18:16:51.692Z Compiling camino-tempfile v1.4.1
29642026-05-21T18:16:52.232Z Compiling tabled v0.15.0
29652026-05-21T18:16:52.245Z Compiling synstructure v0.13.2
29662026-05-21T18:16:52.249Z Compiling pest_generator v2.8.6
29672026-05-21T18:16:52.613Z Compiling serde_derive v1.0.228
29682026-05-21T18:16:52.614Z Compiling zerovec-derive v0.11.2
29692026-05-21T18:16:52.617Z Compiling displaydoc v0.2.5
29702026-05-21T18:16:52.617Z Compiling thiserror-impl v1.0.69
29712026-05-21T18:16:52.617Z Compiling zerocopy-derive v0.7.35
29722026-05-21T18:16:52.617Z Compiling scroll_derive v0.12.1
29732026-05-21T18:16:52.617Z Compiling thiserror-impl v2.0.18
29742026-05-21T18:16:52.617Z Compiling clap_derive v4.5.55
29752026-05-21T18:16:52.661Z Compiling zerofrom-derive v0.1.6
29762026-05-21T18:16:52.664Z Compiling yoke-derive v0.8.1
29772026-05-21T18:16:52.766Z Compiling pest_derive v2.8.6
29782026-05-21T18:16:53.308Z Compiling scroll v0.12.0
29792026-05-21T18:16:53.479Z Compiling zerocopy v0.7.35
29802026-05-21T18:16:53.622Z Compiling goblin v0.8.2
29812026-05-21T18:16:53.802Z Compiling thiserror v1.0.69
29822026-05-21T18:16:53.815Z Compiling zerofrom v0.1.6
29832026-05-21T18:16:53.875Z Compiling thiserror v2.0.18
29842026-05-21T18:16:53.912Z Compiling dtrace-parser v0.2.0
29852026-05-21T18:16:53.951Z Compiling yoke v0.8.1
29862026-05-21T18:16:54.174Z Compiling zerovec v0.11.5
29872026-05-21T18:16:54.263Z Compiling zerotrie v0.2.3
29882026-05-21T18:16:54.350Z Compiling clap v4.5.60
29892026-05-21T18:16:54.716Z Compiling tinystr v0.8.2
29902026-05-21T18:16:54.780Z Compiling potential_utf v0.1.4
29912026-05-21T18:16:54.954Z Compiling icu_locale_core v2.1.1
29922026-05-21T18:16:54.986Z Compiling icu_collections v2.1.1
29932026-05-21T18:16:55.749Z Compiling icu_provider v2.1.1
29942026-05-21T18:16:55.919Z Compiling serde_spanned v0.6.9
29952026-05-21T18:16:56.101Z Compiling icu_normalizer v2.1.1
29962026-05-21T18:16:56.172Z Compiling icu_properties v2.1.2
29972026-05-21T18:16:56.185Z Compiling toml_datetime v0.6.11
29982026-05-21T18:16:56.220Z Compiling dof v0.3.0
29992026-05-21T18:16:56.260Z Compiling serde-value v0.7.0
30002026-05-21T18:16:56.576Z Compiling toml_edit v0.22.27
30012026-05-21T18:16:56.589Z Compiling serde_tokenstream v0.2.3
30022026-05-21T18:16:56.759Z Compiling cargo-platform v0.2.0
30032026-05-21T18:16:56.792Z Compiling macaddr v1.0.1
30042026-05-21T18:16:57.053Z Compiling idna_adapter v1.2.1
30052026-05-21T18:16:57.192Z Compiling idna v1.1.0
30062026-05-21T18:16:57.206Z Compiling usdt-attr-macro v0.5.0
30072026-05-21T18:16:57.217Z Compiling usdt-macro v0.5.0
30082026-05-21T18:16:57.552Z Compiling url v2.5.8
30092026-05-21T18:16:57.855Z Compiling usdt v0.5.0
30102026-05-21T18:16:58.112Z Compiling toml v0.8.23
30112026-05-21T18:16:58.542Z Compiling cargo-util-schemas v0.8.2
30122026-05-21T18:16:58.542Z Compiling cargo_toml v0.21.0
30132026-05-21T18:16:59.548Z Compiling cargo_metadata v0.21.0
30142026-05-21T18:17:02.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-05-21T18:17:05.559Z Finished `release` profile [optimized] target(s) in 16.52s
30162026-05-21T18:17:05.721Z
30172026-05-21T18:17:05.721Zreal 16.656049827
30182026-05-21T18:17:05.721Zuser 2:20.944577344
30192026-05-21T18:17:05.721Zsys 16.838260884
30202026-05-21T18:17:05.721Ztrap 0.091744286
30212026-05-21T18:17:05.721Ztflt 0.651954621
30222026-05-21T18:17:05.721Zdflt 1.441173864
30232026-05-21T18:17:05.726Zkflt 0.000215266
30242026-05-21T18:17:05.726Zlock 5:18.608487417
30252026-05-21T18:17:05.726Zslp 3:23.992011251
30262026-05-21T18:17:05.726Zlat 5.863537554
30272026-05-21T18:17:05.726Zstop 20.617275368
30282026-05-21T18:17:05.726Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-05-21T18:17:05.726Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-05-21T18:17:05.726Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-05-21T18:17:05.726Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-05-21T18:17:05.726Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30332026-05-21T18:17:06.665Z Compiling newtype-uuid-macros v0.1.0
30342026-05-21T18:17:06.668Z Compiling regress v0.10.5
30352026-05-21T18:17:06.668Z Compiling structmeta-derive v0.3.0
30362026-05-21T18:17:06.668Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-05-21T18:17:06.668Z Compiling rustls v0.22.4
30382026-05-21T18:17:06.668Z Compiling rustls-webpki v0.102.8
30392026-05-21T18:17:06.668Z Compiling multer v3.1.0
30402026-05-21T18:17:06.668Z Compiling debug-ignore v1.0.5
30412026-05-21T18:17:06.815Z Compiling compression-core v0.4.31
30422026-05-21T18:17:06.818Z Compiling match_cfg v0.1.0
30432026-05-21T18:17:06.818Z Compiling slog-json v2.6.1
30442026-05-21T18:17:06.831Z Compiling async-stream-impl v0.3.6
30452026-05-21T18:17:06.834Z Compiling serde_spanned v1.0.4
30462026-05-21T18:17:06.909Z Compiling toml_datetime v1.0.0+spec-1.1.0
30472026-05-21T18:17:06.925Z Compiling dropshot v0.17.0
30482026-05-21T18:17:06.928Z Compiling toml_writer v1.0.6+spec-1.1.0
30492026-05-21T18:17:06.974Z Compiling hostname v0.3.1
30502026-05-21T18:17:07.043Z Compiling compression-codecs v0.4.37
30512026-05-21T18:17:07.089Z Compiling progenitor-client v0.14.0
30522026-05-21T18:17:07.109Z Compiling itertools v0.14.0
30532026-05-21T18:17:07.130Z Compiling slog-bunyan v2.5.0
30542026-05-21T18:17:07.166Z Compiling waitgroup v0.1.2
30552026-05-21T18:17:07.205Z Compiling toml v1.0.6+spec-1.1.0
30562026-05-21T18:17:07.273Z Compiling async-compression v0.4.41
30572026-05-21T18:17:07.293Z Compiling rustls-pemfile v2.2.0
30582026-05-21T18:17:07.296Z Compiling dropshot_endpoint v0.17.0
30592026-05-21T18:17:07.346Z Compiling serde_path_to_error v0.1.20
30602026-05-21T18:17:07.349Z Compiling hostname v0.4.2
30612026-05-21T18:17:07.405Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-05-21T18:17:07.434Z Compiling macaddr v1.0.1
30632026-05-21T18:17:07.519Z Compiling async-stream v0.3.6
30642026-05-21T18:17:07.546Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-05-21T18:17:07.564Z Compiling instant v0.1.13
30662026-05-21T18:17:07.583Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-05-21T18:17:07.583Z Compiling progenitor-client v0.10.0
30682026-05-21T18:17:07.618Z Compiling backon v1.6.0
30692026-05-21T18:17:07.621Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30702026-05-21T18:17:07.677Z Compiling backoff v0.4.0
30712026-05-21T18:17:07.695Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30722026-05-21T18:17:07.716Z Compiling universal-hash v0.5.1
30732026-05-21T18:17:07.734Z Compiling opaque-debug v0.3.1
30742026-05-21T18:17:07.752Z Compiling unsafe-libyaml v0.2.11
30752026-05-21T18:17:07.827Z Compiling progenitor-extras v0.2.0
30762026-05-21T18:17:07.845Z Compiling half v2.7.1
30772026-05-21T18:17:07.867Z Compiling crucible-workspace-hack v0.1.0
30782026-05-21T18:17:07.899Z Compiling ciborium-io v0.2.2
30792026-05-21T18:17:07.937Z Compiling regress v0.11.1
30802026-05-21T18:17:07.983Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-05-21T18:17:08.017Z Compiling convert_case v0.4.0
30822026-05-21T18:17:08.092Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-05-21T18:17:08.111Z Compiling ciborium-ll v0.2.2
30842026-05-21T18:17:08.145Z Compiling aead v0.5.2
30852026-05-21T18:17:08.174Z Compiling secrecy v0.10.3
30862026-05-21T18:17:08.192Z Compiling structmeta v0.3.0
30872026-05-21T18:17:08.220Z Compiling poly1305 v0.8.0
30882026-05-21T18:17:08.254Z Compiling chacha20 v0.9.1
30892026-05-21T18:17:08.352Z Compiling serde_yaml v0.9.34+deprecated
30902026-05-21T18:17:08.369Z Compiling ciborium v0.2.2
30912026-05-21T18:17:08.388Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30922026-05-21T18:17:08.407Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30932026-05-21T18:17:08.425Z Compiling derive_more v0.99.20
30942026-05-21T18:17:08.429Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30952026-05-21T18:17:08.461Z Compiling derive-ex v0.1.8
30962026-05-21T18:17:08.532Z Compiling parse-display-derive v0.10.0
30972026-05-21T18:17:08.551Z Compiling thiserror-impl-no-std v2.0.2
30982026-05-21T18:17:08.554Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30992026-05-21T18:17:08.609Z Compiling byte-wrapper v0.1.0
31002026-05-21T18:17:08.788Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31012026-05-21T18:17:08.805Z Compiling password-hash v0.5.0
31022026-05-21T18:17:08.878Z Compiling blake2 v0.10.6
31032026-05-21T18:17:08.970Z Compiling chacha20poly1305 v0.10.1
31042026-05-21T18:17:08.973Z Compiling indent_write v2.2.0
31052026-05-21T18:17:09.004Z Compiling toml_edit v0.23.10+spec-1.0.0
31062026-05-21T18:17:09.125Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31072026-05-21T18:17:09.147Z Compiling argon2 v0.5.3
31082026-05-21T18:17:09.150Z Compiling heapless v0.8.0
31092026-05-21T18:17:09.250Z Compiling tokio-rustls v0.25.0
31102026-05-21T18:17:09.388Z Compiling ingot-macros v0.1.1
31112026-05-21T18:17:09.490Z Compiling typify-impl v0.6.2
31122026-05-21T18:17:09.504Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-05-21T18:17:09.791Z Compiling thiserror-no-std v2.0.2
31142026-05-21T18:17:09.808Z Compiling proc-macro-crate v3.4.0
31152026-05-21T18:17:09.909Z Compiling vsss-rs v3.3.4
31162026-05-21T18:17:10.026Z Compiling tabwriter v1.4.1
31172026-05-21T18:17:10.095Z Compiling num-rational v0.4.2
31182026-05-21T18:17:10.219Z Compiling test-strategy v0.4.5
31192026-05-21T18:17:10.238Z Compiling hash32 v0.3.1
31202026-05-21T18:17:10.295Z Compiling num-complex v0.4.6
31212026-05-21T18:17:10.320Z Compiling parse-display v0.10.0
31222026-05-21T18:17:10.368Z Compiling smoltcp v0.11.0
31232026-05-21T18:17:10.392Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-21T18:17:10.423Z Compiling colored v3.1.1
31252026-05-21T18:17:10.638Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31262026-05-21T18:17:10.697Z Compiling num v0.4.3
31272026-05-21T18:17:10.769Z Compiling num_enum_derive v0.7.5
31282026-05-21T18:17:10.816Z Compiling atomicwrites v0.4.4
31292026-05-21T18:17:10.820Z Compiling cobs v0.3.0
31302026-05-21T18:17:10.835Z Compiling foreign-types-macros v0.2.3
31312026-05-21T18:17:10.870Z Compiling cpufeatures v0.3.0
31322026-05-21T18:17:10.874Z Compiling float-ord v0.3.2
31332026-05-21T18:17:10.963Z Compiling foreign-types-shared v0.3.1
31342026-05-21T18:17:10.977Z Compiling chacha20 v0.10.0
31352026-05-21T18:17:11.028Z Compiling postcard v1.1.3
31362026-05-21T18:17:11.067Z Compiling proc-macro-error v1.0.4
31372026-05-21T18:17:11.076Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31382026-05-21T18:17:11.244Z Compiling proc-macro-crate v1.3.1
31392026-05-21T18:17:11.262Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-05-21T18:17:11.281Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31412026-05-21T18:17:11.336Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31422026-05-21T18:17:11.351Z Compiling cstr-argument v0.1.2
31432026-05-21T18:17:11.411Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31442026-05-21T18:17:11.433Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-05-21T18:17:11.498Z Compiling foreign-types v0.5.0
31462026-05-21T18:17:11.537Z Compiling rayon-core v1.13.0
31472026-05-21T18:17:11.555Z Compiling rand v0.10.0
31482026-05-21T18:17:11.610Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-05-21T18:17:11.670Z Compiling toml v0.8.23
31502026-05-21T18:17:11.696Z Compiling crossbeam-deque v0.8.6
31512026-05-21T18:17:11.714Z Compiling num_enum_derive v0.5.11
31522026-05-21T18:17:11.718Z Compiling camino-tempfile v1.4.1
31532026-05-21T18:17:11.749Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-05-21T18:17:11.799Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31552026-05-21T18:17:11.816Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31562026-05-21T18:17:11.913Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31572026-05-21T18:17:11.931Z Compiling num_enum v0.7.5
31582026-05-21T18:17:11.935Z Compiling zone_cfg_derive v0.3.1
31592026-05-21T18:17:11.990Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-05-21T18:17:12.086Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31612026-05-21T18:17:12.147Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-05-21T18:17:12.260Z Compiling itertools v0.12.1
31632026-05-21T18:17:12.311Z Compiling rayon v1.11.0
31642026-05-21T18:17:12.328Z Compiling num-derive v0.4.2
31652026-05-21T18:17:12.353Z Compiling sigpipe v0.1.3
31662026-05-21T18:17:12.369Z Compiling ingot-types v0.1.2
31672026-05-21T18:17:12.389Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-05-21T18:17:12.422Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31692026-05-21T18:17:12.465Z Compiling glob v0.3.3
31702026-05-21T18:17:12.517Z Compiling prettyplease v0.2.37
31712026-05-21T18:17:12.603Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31722026-05-21T18:17:12.668Z Compiling smf v0.2.3
31732026-05-21T18:17:12.685Z Compiling whoami v1.6.1
31742026-05-21T18:17:12.759Z Compiling ingot v0.1.1
31752026-05-21T18:17:12.833Z Compiling num_enum v0.5.11
31762026-05-21T18:17:12.870Z Compiling usdt-attr-macro v0.5.0
31772026-05-21T18:17:12.896Z Compiling usdt-macro v0.5.0
31782026-05-21T18:17:12.974Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31792026-05-21T18:17:12.997Z Compiling gethostname v0.5.0
31802026-05-21T18:17:13.018Z Compiling memmap v0.7.0
31812026-05-21T18:17:13.143Z Compiling derive-where v1.6.0
31822026-05-21T18:17:13.240Z Compiling progenitor-client v0.13.0
31832026-05-21T18:17:13.312Z Compiling resolv-conf v0.7.6
31842026-05-21T18:17:13.328Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31852026-05-21T18:17:13.507Z Compiling zone v0.3.1
31862026-05-21T18:17:13.523Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31872026-05-21T18:17:13.585Z Compiling owo-colors v4.3.0
31882026-05-21T18:17:13.686Z Compiling cancel-safe-futures v0.1.5
31892026-05-21T18:17:13.705Z Compiling libsw-core v0.3.2
31902026-05-21T18:17:13.720Z Compiling console v0.15.11
31912026-05-21T18:17:13.739Z Compiling usdt v0.5.0
31922026-05-21T18:17:13.742Z Compiling hickory-proto v0.24.4
31932026-05-21T18:17:13.874Z Compiling libsw v3.5.0
31942026-05-21T18:17:13.907Z Compiling newline-converter v0.3.0
31952026-05-21T18:17:13.935Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31962026-05-21T18:17:14.043Z Compiling linked-hash-map v0.5.6
31972026-05-21T18:17:14.081Z Compiling linear-map v1.2.0
31982026-05-21T18:17:14.120Z Compiling libefi-sys v0.1.0
31992026-05-21T18:17:14.137Z Compiling expectorate v1.2.0
32002026-05-21T18:17:14.154Z Compiling typify-macro v0.6.2
32012026-05-21T18:17:14.213Z Compiling git-stub v1.0.0
32022026-05-21T18:17:14.280Z Compiling lru-cache v0.1.2
32032026-05-21T18:17:14.309Z Compiling bitfield-struct v0.6.2
32042026-05-21T18:17:14.326Z Compiling semver v0.1.20
32052026-05-21T18:17:14.360Z Compiling tokio-dtrace v0.1.1
32062026-05-21T18:17:14.431Z Compiling git-stub-vcs v0.1.0
32072026-05-21T18:17:14.448Z Compiling dropshot-api-manager-types v0.7.1
32082026-05-21T18:17:14.498Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32092026-05-21T18:17:14.544Z Compiling rustc_version v0.1.7
32102026-05-21T18:17:14.560Z Compiling slog-dtrace v0.3.0
32112026-05-21T18:17:14.609Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-21T18:17:14.656Z Compiling minimal-lexical v0.2.1
32132026-05-21T18:17:14.663Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32142026-05-21T18:17:14.704Z Compiling oxide-tokio-rt v0.1.4
32152026-05-21T18:17:14.720Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32162026-05-21T18:17:14.807Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-05-21T18:17:14.811Z Compiling typify-impl v0.4.3
32182026-05-21T18:17:14.846Z Compiling newtype_derive v0.1.6
32192026-05-21T18:17:14.851Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32202026-05-21T18:17:14.865Z Compiling nom v7.1.3
32212026-05-21T18:17:14.927Z Compiling phf_shared v0.12.1
32222026-05-21T18:17:14.952Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32232026-05-21T18:17:15.012Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-05-21T18:17:15.028Z Compiling csv-core v0.1.13
32252026-05-21T18:17:15.045Z Compiling highway v1.3.0
32262026-05-21T18:17:15.065Z Compiling chrono-tz v0.10.4
32272026-05-21T18:17:15.128Z Compiling xshell-macros v0.2.7
32282026-05-21T18:17:15.278Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-05-21T18:17:15.340Z Compiling csv v1.4.0
32302026-05-21T18:17:15.358Z Compiling const_format_proc_macros v0.2.34
32312026-05-21T18:17:15.374Z Compiling phf v0.12.1
32322026-05-21T18:17:15.609Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-05-21T18:17:15.613Z Compiling xshell v0.2.7
32342026-05-21T18:17:15.732Z Compiling primeorder v0.13.6
32352026-05-21T18:17:15.874Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32362026-05-21T18:17:15.892Z Compiling hickory-resolver v0.24.4
32372026-05-21T18:17:15.963Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32382026-05-21T18:17:16.034Z Compiling tabled_derive v0.7.0
32392026-05-21T18:17:16.050Z Compiling typify v0.6.2
32402026-05-21T18:17:16.174Z Compiling progenitor-impl v0.14.0
32412026-05-21T18:17:16.196Z Compiling progenitor-impl v0.13.0
32422026-05-21T18:17:16.245Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-05-21T18:17:16.263Z Compiling const_format v0.2.35
32442026-05-21T18:17:16.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-05-21T18:17:16.368Z Compiling bcs v0.1.6
32462026-05-21T18:17:16.613Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32472026-05-21T18:17:16.717Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32482026-05-21T18:17:16.808Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32492026-05-21T18:17:16.845Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-21T18:17:16.994Z Compiling qorb v0.4.1
32512026-05-21T18:17:17.062Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32522026-05-21T18:17:17.110Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32532026-05-21T18:17:17.127Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32542026-05-21T18:17:17.360Z Compiling termtree v0.5.1
32552026-05-21T18:17:17.519Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-05-21T18:17:17.558Z Compiling salty v0.3.0
32572026-05-21T18:17:17.586Z Compiling tagptr v0.2.0
32582026-05-21T18:17:17.765Z Compiling moka v0.12.13
32592026-05-21T18:17:17.791Z Compiling textwrap v0.16.2
32602026-05-21T18:17:17.851Z Compiling tabled v0.15.0
32612026-05-21T18:17:18.147Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-05-21T18:17:18.165Z Compiling steno v0.4.1
32632026-05-21T18:17:18.318Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32642026-05-21T18:17:18.359Z Compiling radium v0.7.0
32652026-05-21T18:17:18.389Z Compiling humantime v2.3.0
32662026-05-21T18:17:18.493Z Compiling base64 v0.21.7
32672026-05-21T18:17:18.588Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32682026-05-21T18:17:18.607Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-05-21T18:17:18.689Z Compiling hickory-resolver v0.25.2
32702026-05-21T18:17:18.861Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32712026-05-21T18:17:18.883Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32722026-05-21T18:17:18.889Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-05-21T18:17:18.918Z Compiling progenitor-macro v0.14.0
32742026-05-21T18:17:18.967Z Compiling progenitor-macro v0.13.0
32752026-05-21T18:17:19.104Z Compiling p384 v0.13.1
32762026-05-21T18:17:19.146Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32772026-05-21T18:17:19.356Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-05-21T18:17:19.488Z Compiling typify-macro v0.4.3
32792026-05-21T18:17:19.500Z Compiling maybe-uninit v2.0.0
32802026-05-21T18:17:19.640Z Compiling tap v1.0.1
32812026-05-21T18:17:19.699Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-05-21T18:17:19.789Z Compiling wyz v0.5.1
32832026-05-21T18:17:19.893Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32842026-05-21T18:17:19.957Z Compiling proc-macro-error-attr2 v2.0.0
32852026-05-21T18:17:20.010Z Compiling utf-8 v0.7.6
32862026-05-21T18:17:20.225Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32872026-05-21T18:17:20.257Z Compiling packed_struct v0.10.1
32882026-05-21T18:17:20.277Z Compiling parking_lot_core v0.8.6
32892026-05-21T18:17:20.341Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-05-21T18:17:20.391Z Compiling funty v2.0.0
32912026-05-21T18:17:20.477Z Compiling proc-macro-error2 v2.0.1
32922026-05-21T18:17:20.583Z Compiling tungstenite v0.21.0
32932026-05-21T18:17:20.662Z Compiling polyval v0.6.2
32942026-05-21T18:17:20.681Z Compiling packed_struct_codegen v0.10.1
32952026-05-21T18:17:20.723Z Compiling num-derive v0.3.3
32962026-05-21T18:17:20.754Z Compiling bitfield-macros v0.19.4
32972026-05-21T18:17:20.864Z Compiling bitvec v1.0.1
32982026-05-21T18:17:20.879Z Compiling zerocopy-derive v0.6.6
32992026-05-21T18:17:20.930Z Compiling indexmap v1.9.3
33002026-05-21T18:17:21.061Z Compiling crc-catalog v2.4.0
33012026-05-21T18:17:21.161Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33022026-05-21T18:17:21.198Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33032026-05-21T18:17:21.285Z Compiling nodrop v0.1.14
33042026-05-21T18:17:21.303Z Compiling typify v0.4.3
33052026-05-21T18:17:21.381Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-05-21T18:17:21.407Z Compiling progenitor-impl v0.11.2
33072026-05-21T18:17:21.466Z Compiling array-init v0.0.4
33082026-05-21T18:17:21.509Z Compiling crc v3.4.0
33092026-05-21T18:17:21.536Z Compiling tokio-tungstenite v0.21.0
33102026-05-21T18:17:21.555Z Compiling bitfield v0.19.4
33112026-05-21T18:17:21.724Z Compiling libscf-sys v1.1.0
33122026-05-21T18:17:21.751Z Compiling tabled_derive v0.11.0
33132026-05-21T18:17:21.798Z Compiling zerocopy v0.6.6
33142026-05-21T18:17:21.860Z Compiling ghash v0.5.1
33152026-05-21T18:17:21.861Z Compiling smallvec v0.6.14
33162026-05-21T18:17:21.930Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-21T18:17:22.032Z Compiling papergrid v0.17.0
33182026-05-21T18:17:22.117Z Compiling testing_table v0.3.0
33192026-05-21T18:17:22.154Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-05-21T18:17:22.169Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33212026-05-21T18:17:22.222Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33222026-05-21T18:17:22.371Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33232026-05-21T18:17:22.398Z Compiling ctr v0.9.2
33242026-05-21T18:17:22.455Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-21T18:17:22.499Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33262026-05-21T18:17:22.617Z Compiling illumos-nvpair-sys v0.2.0
33272026-05-21T18:17:22.635Z Compiling hashbrown v0.12.3
33282026-05-21T18:17:22.733Z Compiling corncobs v0.1.4
33292026-05-21T18:17:22.752Z Compiling unicase v2.9.0
33302026-05-21T18:17:22.861Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-05-21T18:17:22.904Z Compiling aes-gcm v0.10.3
33322026-05-21T18:17:22.918Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-05-21T18:17:22.938Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-05-21T18:17:22.977Z Compiling mime_guess v2.0.5
33352026-05-21T18:17:23.006Z Compiling parking_lot v0.11.2
33362026-05-21T18:17:23.202Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33372026-05-21T18:17:23.279Z Compiling tabled v0.20.0
33382026-05-21T18:17:23.322Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392026-05-21T18:17:23.444Z Compiling serde-hex v0.1.0
33402026-05-21T18:17:23.547Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-05-21T18:17:23.582Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33422026-05-21T18:17:23.739Z Compiling progenitor-impl v0.10.0
33432026-05-21T18:17:23.823Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33442026-05-21T18:17:23.843Z Compiling ron v0.8.1
33452026-05-21T18:17:23.901Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33462026-05-21T18:17:23.976Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-05-21T18:17:23.998Z Compiling hashbrown v0.13.2
33482026-05-21T18:17:24.149Z Compiling progenitor v0.14.0
33492026-05-21T18:17:24.186Z Compiling progenitor v0.13.0
33502026-05-21T18:17:24.207Z Compiling progenitor-macro v0.11.2
33512026-05-21T18:17:24.334Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33522026-05-21T18:17:24.363Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-05-21T18:17:24.515Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33542026-05-21T18:17:24.721Z Compiling progenitor-client v0.11.2
33552026-05-21T18:17:24.739Z Compiling blowfish v0.9.1
33562026-05-21T18:17:24.836Z Compiling prefix-trie v0.7.0
33572026-05-21T18:17:24.990Z Compiling ssh-encoding v0.2.0
33582026-05-21T18:17:25.011Z Compiling fxhash v0.2.1
33592026-05-21T18:17:25.074Z Compiling secrecy v0.8.0
33602026-05-21T18:17:25.186Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-05-21T18:17:25.226Z Compiling crc-any v2.5.0
33622026-05-21T18:17:25.255Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33632026-05-21T18:17:25.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33642026-05-21T18:17:25.311Z Compiling ssh-cipher v0.2.0
33652026-05-21T18:17:25.518Z Compiling hickory-server v0.25.2
33662026-05-21T18:17:25.536Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-05-21T18:17:25.642Z Compiling sled v0.34.7
33682026-05-21T18:17:25.665Z Compiling bcrypt-pbkdf v0.10.0
33692026-05-21T18:17:26.042Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-05-21T18:17:26.045Z Compiling object v0.30.4
33712026-05-21T18:17:26.115Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33722026-05-21T18:17:26.390Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33732026-05-21T18:17:26.508Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-05-21T18:17:26.524Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33752026-05-21T18:17:26.842Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33762026-05-21T18:17:26.984Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-05-21T18:17:27.350Z Compiling progenitor-macro v0.10.0
33782026-05-21T18:17:27.431Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33792026-05-21T18:17:27.529Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33802026-05-21T18:17:27.660Z Compiling password-hash v0.4.2
33812026-05-21T18:17:28.086Z Compiling crc8 v0.1.1
33822026-05-21T18:17:28.104Z Compiling http-range v0.1.5
33832026-05-21T18:17:28.239Z Compiling half v1.8.3
33842026-05-21T18:17:28.318Z Compiling path-slash v0.1.5
33852026-05-21T18:17:28.339Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-05-21T18:17:28.391Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-05-21T18:17:28.503Z Compiling serde_cbor v0.11.2
33882026-05-21T18:17:28.539Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-05-21T18:17:28.798Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33902026-05-21T18:17:28.935Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33912026-05-21T18:17:29.056Z Compiling pbkdf2 v0.11.0
33922026-05-21T18:17:29.125Z Compiling illumos-nvpair v0.3.0
33932026-05-21T18:17:29.365Z Compiling progenitor v0.11.2
33942026-05-21T18:17:29.406Z Compiling ssh-key v0.6.7
33952026-05-21T18:17:29.555Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-05-21T18:17:29.572Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33972026-05-21T18:17:29.609Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33982026-05-21T18:17:29.676Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33992026-05-21T18:17:29.786Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-05-21T18:17:29.895Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-05-21T18:17:29.932Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-05-21T18:17:29.950Z Compiling p256 v0.13.2
34032026-05-21T18:17:30.043Z Compiling p521 v0.13.3
34042026-05-21T18:17:30.147Z Compiling yasna v0.5.2
34052026-05-21T18:17:30.354Z Compiling kstat-rs v0.2.4
34062026-05-21T18:17:30.372Z Compiling headers-core v0.3.0
34072026-05-21T18:17:30.467Z Compiling nanorand v0.7.0
34082026-05-21T18:17:30.511Z Compiling russh-cryptovec v0.7.3
34092026-05-21T18:17:30.528Z Compiling atty v0.2.14
34102026-05-21T18:17:30.693Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-05-21T18:17:30.713Z Compiling home v0.5.12
34122026-05-21T18:17:30.732Z Compiling md5 v0.7.0
34132026-05-21T18:17:30.754Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34142026-05-21T18:17:30.780Z Compiling flume v0.11.1
34152026-05-21T18:17:30.847Z Compiling rcgen v0.12.1
34162026-05-21T18:17:30.884Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-05-21T18:17:30.902Z Compiling russh-keys v0.45.0
34182026-05-21T18:17:30.921Z Compiling headers v0.4.1
34192026-05-21T18:17:31.037Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-05-21T18:17:31.084Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34212026-05-21T18:17:31.128Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34222026-05-21T18:17:31.163Z Compiling hyper-staticfile v0.10.1
34232026-05-21T18:17:31.436Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34242026-05-21T18:17:31.559Z Compiling loopback-ip-mgr v0.1.0 (https://github.com/oxidecomputer/falcon?rev=aa44de0ab2edd702322ef60dd9fec1d1e70348ad#aa44de0a)
34252026-05-21T18:17:31.709Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-05-21T18:17:31.727Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-05-21T18:17:31.757Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34282026-05-21T18:17:31.784Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-05-21T18:17:31.948Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34302026-05-21T18:17:32.065Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-05-21T18:17:32.135Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-05-21T18:17:32.258Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-05-21T18:17:32.372Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342026-05-21T18:17:32.434Z Compiling num-bigint v0.4.6
34352026-05-21T18:17:32.478Z Compiling progenitor v0.10.0
34362026-05-21T18:17:32.510Z Compiling des v0.8.1
34372026-05-21T18:17:32.541Z Compiling subprocess v0.2.15
34382026-05-21T18:17:32.563Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-05-21T18:17:32.583Z Compiling hex-literal v0.4.1
34402026-05-21T18:17:32.586Z Compiling display-error-chain v0.2.2
34412026-05-21T18:17:32.667Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34422026-05-21T18:17:32.745Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34432026-05-21T18:17:32.764Z Compiling colored v2.2.0
34442026-05-21T18:17:32.784Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34452026-05-21T18:17:32.925Z Compiling socket2 v0.5.10
34462026-05-21T18:17:32.999Z Compiling internet-checksum v0.2.1
34472026-05-21T18:17:33.016Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-05-21T18:17:33.377Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34492026-05-21T18:17:33.469Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34502026-05-21T18:17:33.691Z Compiling russh v0.45.0
34512026-05-21T18:17:35.926Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34522026-05-21T18:17:35.982Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-05-21T18:17:36.674Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-05-21T18:17:37.133Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-05-21T18:17:38.436Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-05-21T18:17:46.404Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34572026-05-21T18:17:46.404Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-05-21T18:17:46.407Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34592026-05-21T18:17:46.408Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34602026-05-21T18:17:48.191Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34612026-05-21T18:17:48.207Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34622026-05-21T18:17:52.334Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34632026-05-21T18:18:31.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34642026-05-21T18:18:31.766Z
34652026-05-21T18:18:31.766Zreal 1:25.981716158
34662026-05-21T18:18:31.766Zuser 8:14.255759622
34672026-05-21T18:18:31.766Zsys 1:43.331013620
34682026-05-21T18:18:31.772Ztrap 0.251743978
34692026-05-21T18:18:31.772Ztflt 0.585064241
34702026-05-21T18:18:31.772Zdflt 1.806515707
34712026-05-21T18:18:31.772Zkflt 0.000483822
34722026-05-21T18:18:31.772Zlock 28:09.088361661
34732026-05-21T18:18:31.772Zslp 19:10.545079407
34742026-05-21T18:18:31.772Zlat 38.406602247
34752026-05-21T18:18:31.772Zstop 2:48.535611935
34762026-05-21T18:18:31.772Z+ mkdir tests
34772026-05-21T18:18:31.778Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34782026-05-21T18:18:31.779Z+ xargs -I '{}' -t cp '{}' tests/
34792026-05-21T18:18:31.913Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-28e93a47e6ec1e05 tests/
34802026-05-21T18:18:31.934Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cb87f9cacb844fdc tests/
34812026-05-21T18:18:31.954Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-36c7c3466e61d04d tests/
34822026-05-21T18:18:31.975Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-85db0a6b01135104 tests/
34832026-05-21T18:18:32.212Z+ 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)
34842026-05-21T18:18:32.215Z+ 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-cb87f9cacb844fdc tests/commtest-36c7c3466e61d04d tests/dhcp_server-28e93a47e6ec1e05 tests/end_to_end_tests-85db0a6b01135104 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
34852026-05-21T18:19:52.005ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34862026-05-21T18:19:52.005Za .github/buildomat/ci-env.sh 1K
34872026-05-21T18:19:52.005Za out/target/test 1K
34882026-05-21T18:19:52.005Za out/npuzone/npuzone 27402K
34892026-05-21T18:19:52.005Za package-manifest.toml 35K
34902026-05-21T18:19:52.005Za smf/sled-agent/non-gimlet/config.toml 6K
34912026-05-21T18:19:52.005Za target/release/omicron-package 45999K
34922026-05-21T18:19:52.005Za target/release/xtask 11449K
34932026-05-21T18:19:52.005Za target/debug/bootstrap 352720K
34942026-05-21T18:19:52.005Za tests/bootstrap-cb87f9cacb844fdc 31215K
34952026-05-21T18:19:52.005Za tests/commtest-36c7c3466e61d04d 32300K
34962026-05-21T18:19:52.005Za tests/dhcp_server-28e93a47e6ec1e05 31215K
34972026-05-21T18:19:52.005Za tests/end_to_end_tests-85db0a6b01135104 394501K
34982026-05-21T18:19:52.005Za tools/opte_version 1K
34992026-05-21T18:19:52.005Za tools/opte_version_override 2K
35002026-05-21T18:19:52.005Za out/clickhouse.tar.gz 319624K
35012026-05-21T18:19:52.005Za out/clickhouse_keeper.tar.gz 304976K
35022026-05-21T18:19:52.005Za out/clickhouse_server.tar.gz 319621K
35032026-05-21T18:19:52.005Za out/cockroachdb.tar.gz 165158K
35042026-05-21T18:19:52.005Za out/crucible-pantry-zone.tar.gz 44198K
35052026-05-21T18:19:52.005Za out/crucible-utils.tar 17744K
35062026-05-21T18:19:52.005Za out/crucible-zone.tar.gz 58336K
35072026-05-21T18:19:52.005Za out/external-dns.tar.gz 50337K
35082026-05-21T18:19:52.005Za out/internal-dns.tar.gz 50337K
35092026-05-21T18:19:52.005Za out/mg-ddm-gz.tar 95141K
35102026-05-21T18:19:52.006Za out/nexus.tar.gz 221327K
35112026-05-21T18:19:52.006Za out/ntp.tar.gz 32158K
35122026-05-21T18:19:52.006Za out/omicron-gateway-softnpu.tar.gz 29747K
35132026-05-21T18:19:52.006Za out/omicron-sled-agent.tar 205647K
35142026-05-21T18:19:52.006Za out/overlay.tar.gz 3K
35152026-05-21T18:19:52.006Za out/oximeter.tar.gz 67423K
35162026-05-21T18:19:52.006Za out/oxlog.tar 3782K
35172026-05-21T18:19:52.006Za out/probe.tar.gz 3037K
35182026-05-21T18:19:52.006Za out/propolis-server.tar.gz 38727K
35192026-05-21T18:19:52.006Za out/pumpkind-gz.tar 26647K
35202026-05-21T18:19:52.006Za out/switch-softnpu.tar.gz 398673K
35212026-05-21T18:19:52.009Z
35222026-05-21T18:19:52.009Zreal 1:19.790586430
35232026-05-21T18:19:52.009Zuser 1:17.129454044
35242026-05-21T18:19:52.009Zsys 4.421332553
35252026-05-21T18:19:52.010Ztrap 0.005831458
35262026-05-21T18:19:52.010Ztflt 0.000000000
35272026-05-21T18:19:52.010Zdflt 0.000000000
35282026-05-21T18:19:52.010Zkflt 0.000000000
35292026-05-21T18:19:52.010Zlock 0.000000000
35302026-05-21T18:19:52.010Zslp 1:17.069507725
35312026-05-21T18:19:52.010Zlat 0.950682608
35322026-05-21T18:19:52.010Zstop 0.000286368
35332026-05-21T18:19:52.010Zprocess exited: duration 993452 ms, exit code 0
 
35342026-05-21T18:19:52.025Zfound 1 output files
35352026-05-21T18:19:52.025Zuploading: /work/package.tar.gz (2450274165 bytes)
35362026-05-21T18:20:22.770Zuploaded: /work/package.tar.gz