01KS9GBQA5ZM7HTXEQPR8832HG: 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: 01KS9GC3DP9YXX7FSX39Z1KRYX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T04:10:23.235Zjob assigned to worker 01KS9GC9C90PYJTSY5S2QBXVRA [factory aws, i-00a05bf4f4a9ab6e4] (queued for 57 s)
 
22026-05-23T04:10:30.790Zstarting task 0: "setup"
32026-05-23T04:10:30.794Z++ uname -s
42026-05-23T04:10:30.797Z+ kern=SunOS
52026-05-23T04:10:30.797Z+ build_user=build
62026-05-23T04:10:30.797Z+ build_uid=12345
72026-05-23T04:10:30.797Z+ work_dir=/work
82026-05-23T04:10:30.797Z+ input_dir=/input
92026-05-23T04:10:30.797Z+ [[ 0 == 12345 ]]
102026-05-23T04:10:30.797Z+ case "$kern" in
112026-05-23T04:10:30.797Z+ groupadd -g 12345 build
122026-05-23T04:10:30.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T04:10:32.805Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T04:10:32.851Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T04:10:32.854Z+ home_fs=zfs
162026-05-23T04:10:32.854Z+ [[ zfs == autofs ]]
172026-05-23T04:10:32.854Z+ mkdir -p /home/build
182026-05-23T04:10:32.854Z+ chown build:build /home/build /work
192026-05-23T04:10:34.856Z+ chmod 0700 /home/build /work
202026-05-23T04:10:34.859Zprocess exited: duration 4071 ms, exit code 0
 
212026-05-23T04:10:34.865Zstarting task 1: "rust-toolchain"
222026-05-23T04:10:34.870Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T04:10:34.870Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T04:10:34.870Z * rust toolchain channel = "1.94.0"
252026-05-23T04:10:34.870Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-23T04:10:34.870Z * rust toolchain profile = "default"
272026-05-23T04:10:34.870Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T04:10:34.873Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T04:10:34.873Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T04:10:34.934Zinfo: downloading installer
312026-05-23T04:10:36.345Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T04:10:36.345Zwarn: /home/build/.rustup/settings.toml
332026-05-23T04:10:36.345Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T04:10:36.345Zwarn: instead of the one inferred from the default host triple.
352026-05-23T04:10:36.357Zinfo: profile set to default
362026-05-23T04:10:36.357Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T04:10:36.360Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T04:10:36.494Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T04:10:36.496Zinfo: downloading 6 components
402026-05-23T04:10:50.473Z
412026-05-23T04:10:50.473Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-23T04:10:50.503Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T04:10:50.503Z
442026-05-23T04:10:50.503Z
452026-05-23T04:10:50.503ZRust is installed now. Great!
462026-05-23T04:10:50.503Z
472026-05-23T04:10:50.506ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T04:10:50.506Zenvironment variable. This has not been done automatically.
492026-05-23T04:10:50.506Z
502026-05-23T04:10:50.506ZTo configure your current shell, you need to source
512026-05-23T04:10:50.506Zthe corresponding env file under $HOME/.cargo.
522026-05-23T04:10:50.506Z
532026-05-23T04:10:50.506ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T04:10:50.506Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T04:10:50.506Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T04:10:50.506Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T04:10:50.507Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T04:10:50.507Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T04:10:50.507Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T04:10:50.507Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T04:10:50.507Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T04:10:50.598Z+ rustup --version
632026-05-23T04:10:50.603Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T04:10:50.606Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T04:10:50.626Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T04:10:50.629Z+ cargo --version
672026-05-23T04:10:50.638Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T04:10:50.641Z+ rustc --version
692026-05-23T04:10:50.660Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T04:10:50.663Zprocess exited: duration 15797 ms, exit code 0
 
712026-05-23T04:10:50.669Zstarting task 2: "authentication"
722026-05-23T04:10:50.687Zprocess exited: duration 18 ms, exit code 0
 
732026-05-23T04:10:50.693Zstarting task 3: "clone repository"
742026-05-23T04:10:50.697Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T04:10:50.700Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T04:10:50.740ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T04:11:00.898Z+ cd /work/oxidecomputer/omicron
782026-05-23T04:11:00.898Z+ git fetch origin b0603bf64d871184cbe686cc66389b7555b70281
792026-05-23T04:11:01.181ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T04:11:01.181Z * branch b0603bf64d871184cbe686cc66389b7555b70281 -> FETCH_HEAD
812026-05-23T04:11:01.195Z+ [[ -n zl/flake-test_join_by_ip_existing_group ]]
822026-05-23T04:11:01.198Z++ git branch --show-current
832026-05-23T04:11:01.201Z+ current=main
842026-05-23T04:11:01.201Z+ [[ main != zl/flake-test_join_by_ip_existing_group ]]
852026-05-23T04:11:01.201Z+ git branch -f zl/flake-test_join_by_ip_existing_group b0603bf64d871184cbe686cc66389b7555b70281
862026-05-23T04:11:01.204Z+ git checkout -f zl/flake-test_join_by_ip_existing_group
872026-05-23T04:11:01.438ZSwitched to branch 'zl/flake-test_join_by_ip_existing_group'
882026-05-23T04:11:01.441Z+ git reset --hard b0603bf64d871184cbe686cc66389b7555b70281
892026-05-23T04:11:01.455ZHEAD is now at b0603bf64 merge main
902026-05-23T04:11:01.458Zprocess exited: duration 10763 ms, exit code 0
 
912026-05-23T04:11:01.463Zstarting task 4: "build"
922026-05-23T04:11:01.468Z+ source .github/buildomat/ci-env.sh
932026-05-23T04:11:01.468Z++ export CARGO_TERM_COLOR=always
942026-05-23T04:11:01.471Z++ CARGO_TERM_COLOR=always
952026-05-23T04:11:01.471Z+ cargo --version
962026-05-23T04:11:01.479Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-23T04:11:01.481Z+ rustc --version
982026-05-23T04:11:01.502Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-23T04:11:01.505Z+ WORK=/work
1002026-05-23T04:11:01.505Z+ pfexec mkdir -p /work
1012026-05-23T04:11:01.508Z+ pfexec chown build /work
1022026-05-23T04:11:01.510Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-23T04:11:03.033Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-23T04:11:03.101Z Startup: Caching catalogs ... Done
1052026-05-23T04:11:03.370ZPlanning: Solver setup ... Done (0.226s)
1062026-05-23T04:11:03.388ZPlanning: Running solver ... Done (0.018s)
1072026-05-23T04:11:03.395ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-23T04:11:03.404ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-23T04:11:03.424ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-23T04:11:03.436ZPlanning: Package planning ... Done (0.014s)
1112026-05-23T04:11:03.439ZPlanning: Merging actions ... Done (0.002s)
1122026-05-23T04:11:03.625ZPlanning: Checking for conflicting actions ... Done (0.186s)
1132026-05-23T04:11:03.628ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-23T04:11:04.445ZPlanning: Evaluating mediators ... Done (0.819s)
1152026-05-23T04:11:04.448ZPlanning: Planning completed in 1.32 seconds
1162026-05-23T04:11:04.455Z Packages to install: 2
1172026-05-23T04:11:04.455Z Estimated space available: 156.10 GB
1182026-05-23T04:11:04.455ZEstimated space to be consumed: 22.53 MB
1192026-05-23T04:11:04.455Z Create boot environment: No
1202026-05-23T04:11:04.455ZCreate backup boot environment: No
1212026-05-23T04:11:04.455Z Rebuild boot archive: No
1222026-05-23T04:11:04.458Z
1232026-05-23T04:11:04.458ZChanged packages:
1242026-05-23T04:11:04.458Zhelios
1252026-05-23T04:11:04.458Z developer/build-essential
1262026-05-23T04:11:04.459Z None -> 11-3.0
1272026-05-23T04:11:04.459Z library/libxmlsec1
1282026-05-23T04:11:04.459Z None -> 1.2.35-3.0
1292026-05-23T04:11:04.480Z
1302026-05-23T04:11:04.480ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-23T04:11:05.044ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1322026-05-23T04:11:05.104Z Actions: 1/268 actions (Installing new actions)
1332026-05-23T04:11:05.143Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-23T04:11:05.177ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-23T04:11:05.177ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-23T04:11:05.196ZFinalize: Updating image state ... Done (0.018s)
1372026-05-23T04:11:07.719ZFinalize: Creating fast lookup database ... Done (2.500s)
1382026-05-23T04:11:07.788ZFinalize: Reading search index ... Done (0.014s)
1392026-05-23T04:11:07.791ZFinalize: Updating search index ... Done (0.000s)
1402026-05-23T04:11:07.881ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-23T04:11:08.178ZPlanning: Evaluating mediator changes ... Done
1422026-05-23T04:11:08.281ZPlanning: Checking for conflicting actions ... Done
1432026-05-23T04:11:08.285ZPlanning: Consolidating action changes ... Done
1442026-05-23T04:11:08.439ZPlanning: Evaluating mediators ... Done
1452026-05-23T04:11:08.443ZPlanning: Planning completed in 0.26 seconds
1462026-05-23T04:11:08.463Z Mediators to change: 2
1472026-05-23T04:11:08.464Z Create boot environment: No
1482026-05-23T04:11:08.464ZCreate backup boot environment: No
1492026-05-23T04:11:08.534ZFinalize: Updating package state database ... Done
1502026-05-23T04:11:08.534ZFinalize: Updating package cache ... Done
1512026-05-23T04:11:08.547ZFinalize: Updating image state ... Done
1522026-05-23T04:11:10.478ZFinalize: Creating fast lookup database ... Done
1532026-05-23T04:11:10.535ZFinalize: Reading search index ... Done
1542026-05-23T04:11:10.538ZFinalize: Updating search index ... Done
1552026-05-23T04:11:10.619ZFinalize: Updating package cache ... Done
1562026-05-23T04:11:10.903ZPlanning: Evaluating mediator changes ... Done
1572026-05-23T04:11:11.008ZPlanning: Checking for conflicting actions ... Done
1582026-05-23T04:11:11.010ZPlanning: Consolidating action changes ... Done
1592026-05-23T04:11:11.165ZPlanning: Evaluating mediators ... Done
1602026-05-23T04:11:11.168ZPlanning: Planning completed in 0.26 seconds
1612026-05-23T04:11:11.190Z Mediators to change: 1
1622026-05-23T04:11:11.190Z Create boot environment: No
1632026-05-23T04:11:11.190ZCreate backup boot environment: No
1642026-05-23T04:11:11.245ZFinalize: Updating package state database ... Done
1652026-05-23T04:11:11.245ZFinalize: Updating package cache ... Done
1662026-05-23T04:11:11.260ZFinalize: Updating image state ... Done
1672026-05-23T04:11:13.197ZFinalize: Creating fast lookup database ... Done
1682026-05-23T04:11:13.258ZFinalize: Reading search index ... Done
1692026-05-23T04:11:13.261ZFinalize: Updating search index ... Done
1702026-05-23T04:11:13.339ZFinalize: Updating package cache ... Done
1712026-05-23T04:11:13.646ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-23T04:11:13.647Zapache system 2.4 system
1732026-05-23T04:11:13.647Zclang system 15 system
1742026-05-23T04:11:13.647Zcsh system system illumos
1752026-05-23T04:11:13.647Zctags system system illumos
1762026-05-23T04:11:13.647Zfile vendor vendor darwinsys
1772026-05-23T04:11:13.647Zfile system system illumos
1782026-05-23T04:11:13.647Zgcc vendor 14 vendor
1792026-05-23T04:11:13.647Zgcc system 13 system
1802026-05-23T04:11:13.647Zgcc system 10 system
1812026-05-23T04:11:13.647Zgo system 1.25 system
1822026-05-23T04:11:13.647Zllvm system 15 system
1832026-05-23T04:11:13.647Zmariadb system 11.4 system
1842026-05-23T04:11:13.647Zmta vendor vendor dma
1852026-05-23T04:11:13.647Zopenjdk system 17 system
1862026-05-23T04:11:13.647Zopenjdk system 11 system
1872026-05-23T04:11:13.647Zopenssl vendor 3 vendor
1882026-05-23T04:11:13.647Zperl system 5.40 system
1892026-05-23T04:11:13.647Zpostgresql system 18 system
1902026-05-23T04:11:13.647Zpostgresql system 17 system
1912026-05-23T04:11:13.647Zpython vendor 3 vendor
1922026-05-23T04:11:13.647Zpython system 2 system
1932026-05-23T04:11:13.647Zpython3 vendor 3.13 vendor
1942026-05-23T04:11:13.647Zruby system 3.4 system
1952026-05-23T04:11:13.647Zruby system 3.0 system
1962026-05-23T04:11:13.647Zwords vendor vendor american-english
1972026-05-23T04:11:13.647Zwords system system australian-english
1982026-05-23T04:11:13.647Zwords system system british-english
1992026-05-23T04:11:13.647Zwords system system canadian-english
2002026-05-23T04:11:13.647Zwords system system french
2012026-05-23T04:11:13.647Zwords system system italian
2022026-05-23T04:11:13.647Zwords system system ngerman
2032026-05-23T04:11:13.647Zwords system system ogerman
2042026-05-23T04:11:13.647Zwords system system spanish
2052026-05-23T04:11:13.898ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-23T04:11:13.898Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-23T04:11:14.168ZFMRI IFO
2082026-05-23T04:11:14.168Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-23T04:11:14.168Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-23T04:11:14.168Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-23T04:11:14.168Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-23T04:11:14.168Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-23T04:11:14.168Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-23T04:11:14.168Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-23T04:11:14.168Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-23T04:11:14.168Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-23T04:11:14.401Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-23T04:11:14.656Z Updating crates.io index
2192026-05-23T04:11:14.697Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-23T04:11:14.912Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-23T04:11:15.829Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-23T04:11:16.123Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-23T04:11:17.138Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-23T04:11:17.613Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-23T04:11:18.916Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-23T04:11:19.619Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-23T04:11:20.021Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-23T04:11:20.787Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-23T04:11:21.356Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-23T04:11:21.635Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-23T04:11:22.059Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-23T04:11:22.972Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-23T04:11:23.442Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-23T04:11:23.647Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-23T04:11:23.994Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-23T04:11:24.365Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-23T04:11:24.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-23T04:11:25.145Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-23T04:11:25.383Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-23T04:11:25.633Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-23T04:11:26.035Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-23T04:11:26.416Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-23T04:11:27.011Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-23T04:11:27.363Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-23T04:11:27.624Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-23T04:11:27.904Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-23T04:11:29.861Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-23T04:11:30.383Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-23T04:11:30.802Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-23T04:11:31.023Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-23T04:11:31.388Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-23T04:11:31.663Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-23T04:11:32.003Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-23T04:11:32.500Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-23T04:11:32.726Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-23T04:11:32.947Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-23T04:11:33.298Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-23T04:11:45.307Z Downloading crates ...
2592026-05-23T04:11:45.383Z Downloaded once_cell v1.21.3
2602026-05-23T04:11:45.388Z Downloaded camino-tempfile v1.4.1
2612026-05-23T04:11:45.396Z Downloaded proc-macro-error v1.0.4
2622026-05-23T04:11:45.398Z Downloaded utf8parse v0.2.2
2632026-05-23T04:11:45.401Z Downloaded textwrap v0.16.2
2642026-05-23T04:11:45.401Z Downloaded idna v1.1.0
2652026-05-23T04:11:45.404Z Downloaded version_check v0.9.5
2662026-05-23T04:11:45.406Z Downloaded usdt-attr-macro v0.5.0
2672026-05-23T04:11:45.406Z Downloaded utf8_iter v1.0.4
2682026-05-23T04:11:45.406Z Downloaded unicode-linebreak v0.1.5
2692026-05-23T04:11:45.409Z Downloaded zerofrom-derive v0.1.6
2702026-05-23T04:11:45.412Z Downloaded thread-id v4.2.2
2712026-05-23T04:11:45.415Z Downloaded usdt v0.5.0
2722026-05-23T04:11:45.419Z Downloaded zmij v1.0.21
2732026-05-23T04:11:45.421Z Downloaded tinystr v0.8.2
2742026-05-23T04:11:45.422Z Downloaded thiserror-impl v2.0.18
2752026-05-23T04:11:45.424Z Downloaded zerofrom v0.1.6
2762026-05-23T04:11:45.424Z Downloaded thiserror v1.0.69
2772026-05-23T04:11:45.427Z Downloaded icu_properties_data v2.1.2
2782026-05-23T04:11:45.436Z Downloaded ucd-trie v0.1.7
2792026-05-23T04:11:45.439Z Downloaded errno v0.3.14
2802026-05-23T04:11:45.439Z Downloaded dof v0.3.0
2812026-05-23T04:11:45.441Z Downloaded cpufeatures v0.2.17
2822026-05-23T04:11:45.441Z Downloaded anstyle-query v1.1.5
2832026-05-23T04:11:45.441Z Downloaded toml v0.8.23
2842026-05-23T04:11:45.444Z Downloaded toml_edit v0.22.27
2852026-05-23T04:11:45.446Z Downloaded zerotrie v0.2.3
2862026-05-23T04:11:45.446Z Downloaded typenum v1.19.0
2872026-05-23T04:11:45.449Z Downloaded quote v1.0.45
2882026-05-23T04:11:45.452Z Downloaded anstream v0.6.21
2892026-05-23T04:11:45.452Z Downloaded generic-array v0.14.7
2902026-05-23T04:11:45.452Z Downloaded cargo-util-schemas v0.8.2
2912026-05-23T04:11:45.455Z Downloaded byteorder v1.5.0
2922026-05-23T04:11:45.455Z Downloaded stable_deref_trait v1.2.1
2932026-05-23T04:11:45.455Z Downloaded unicode-xid v0.2.6
2942026-05-23T04:11:45.458Z Downloaded toml_datetime v0.6.11
2952026-05-23T04:11:45.458Z Downloaded itoa v1.0.17
2962026-05-23T04:11:45.458Z Downloaded thiserror v2.0.18
2972026-05-23T04:11:45.461Z Downloaded zerocopy-derive v0.7.35
2982026-05-23T04:11:45.463Z Downloaded writeable v0.6.2
2992026-05-23T04:11:45.463Z Downloaded unicode-ident v1.0.24
3002026-05-23T04:11:45.466Z Downloaded displaydoc v0.2.5
3012026-05-23T04:11:45.468Z Downloaded cargo-platform v0.2.0
3022026-05-23T04:11:45.468Z Downloaded fnv v1.0.7
3032026-05-23T04:11:45.468Z Downloaded pest_generator v2.8.6
3042026-05-23T04:11:45.471Z Downloaded zerovec v0.11.5
3052026-05-23T04:11:45.473Z Downloaded dtrace-parser v0.2.0
3062026-05-23T04:11:45.473Z Downloaded tempfile v3.25.0
3072026-05-23T04:11:45.476Z Downloaded typeid v1.0.3
3082026-05-23T04:11:45.476Z Downloaded smallvec v1.15.1
3092026-05-23T04:11:45.476Z Downloaded equivalent v1.0.2
3102026-05-23T04:11:45.479Z Downloaded autocfg v1.5.0
3112026-05-23T04:11:45.479Z Downloaded fs-err v3.3.0
3122026-05-23T04:11:45.479Z Downloaded winnow v0.7.14
3132026-05-23T04:11:45.484Z Downloaded yoke-derive v0.8.1
3142026-05-23T04:11:45.486Z Downloaded pest v2.8.6
3152026-05-23T04:11:45.489Z Downloaded unicode-width v0.1.14
3162026-05-23T04:11:45.492Z Downloaded zerovec-derive v0.11.2
3172026-05-23T04:11:45.495Z Downloaded usdt-impl v0.5.0
3182026-05-23T04:11:45.495Z Downloaded heck v0.5.0
3192026-05-23T04:11:45.495Z Downloaded clap_lex v1.0.0
3202026-05-23T04:11:45.495Z Downloaded toml_write v0.1.2
3212026-05-23T04:11:45.498Z Downloaded pest_derive v2.8.6
3222026-05-23T04:11:45.498Z Downloaded cargo_metadata v0.21.0
3232026-05-23T04:11:45.500Z Downloaded log v0.4.29
3242026-05-23T04:11:45.500Z Downloaded cargo_toml v0.21.0
3252026-05-23T04:11:45.501Z Downloaded url v2.5.8
3262026-05-23T04:11:45.503Z Downloaded bitflags v2.11.0
3272026-05-23T04:11:45.505Z Downloaded cfg-if v1.0.4
3282026-05-23T04:11:45.506Z Downloaded yoke v0.8.1
3292026-05-23T04:11:45.508Z Downloaded potential_utf v0.1.4
3302026-05-23T04:11:45.508Z Downloaded unicode-width v0.2.0
3312026-05-23T04:11:45.511Z Downloaded serde_spanned v0.6.9
3322026-05-23T04:11:45.511Z Downloaded crypto-common v0.1.7
3332026-05-23T04:11:45.513Z Downloaded bytecount v0.6.9
3342026-05-23T04:11:45.513Z Downloaded clap_derive v4.5.55
3352026-05-23T04:11:45.516Z Downloaded tabled_derive v0.7.0
3362026-05-23T04:11:45.516Z Downloaded thiserror-impl v1.0.69
3372026-05-23T04:11:45.516Z Downloaded terminal_size v0.4.3
3382026-05-23T04:11:45.519Z Downloaded is_terminal_polyfill v1.70.2
3392026-05-23T04:11:45.522Z Downloaded memmap v0.7.0
3402026-05-23T04:11:45.524Z Downloaded ordered-float v2.10.1
3412026-05-23T04:11:45.524Z Downloaded fastrand v2.3.0
3422026-05-23T04:11:45.524Z Downloaded sha2 v0.10.9
3432026-05-23T04:11:45.527Z Downloaded erased-serde v0.4.9
3442026-05-23T04:11:45.530Z Downloaded litemap v0.8.1
3452026-05-23T04:11:45.532Z Downloaded icu_normalizer_data v2.1.1
3462026-05-23T04:11:45.532Z Downloaded anstyle v1.0.13
3472026-05-23T04:11:45.537Z Downloaded idna_adapter v1.2.1
3482026-05-23T04:11:45.540Z Downloaded swrite v0.1.0
3492026-05-23T04:11:45.540Z Downloaded strsim v0.11.1
3502026-05-23T04:11:45.540Z Downloaded serde-value v0.7.0
3512026-05-23T04:11:45.544Z Downloaded scroll_derive v0.12.1
3522026-05-23T04:11:45.556Z Downloaded semver v1.0.28
3532026-05-23T04:11:45.559Z Downloaded synstructure v0.13.2
3542026-05-23T04:11:45.559Z Downloaded anyhow v1.0.102
3552026-05-23T04:11:45.561Z Downloaded colorchoice v1.0.4
3562026-05-23T04:11:45.564Z Downloaded form_urlencoded v1.2.2
3572026-05-23T04:11:45.566Z Downloaded macaddr v1.0.1
3582026-05-23T04:11:45.566Z Downloaded heck v0.4.1
3592026-05-23T04:11:45.567Z Downloaded block-buffer v0.10.4
3602026-05-23T04:11:45.570Z Downloaded smawk v0.3.2
3612026-05-23T04:11:45.573Z Downloaded proc-macro-error-attr v1.0.4
3622026-05-23T04:11:45.575Z Downloaded pretty-hex v0.4.1
3632026-05-23T04:11:45.575Z Downloaded percent-encoding v2.3.2
3642026-05-23T04:11:45.578Z Downloaded serde-untagged v0.1.9
3652026-05-23T04:11:45.581Z Downloaded clap v4.5.60
3662026-05-23T04:11:45.586Z Downloaded icu_collections v2.1.1
3672026-05-23T04:11:45.589Z Downloaded getrandom v0.4.1
3682026-05-23T04:11:45.592Z Downloaded zerocopy v0.7.35
3692026-05-23T04:11:45.600Z Downloaded usdt-macro v0.5.0
3702026-05-23T04:11:45.603Z Downloaded plain v0.2.3
3712026-05-23T04:11:45.603Z Downloaded digest v0.10.7
3722026-05-23T04:11:45.605Z Downloaded scroll v0.12.0
3732026-05-23T04:11:45.609Z Downloaded camino v1.2.2
3742026-05-23T04:11:45.609Z Downloaded papergrid v0.11.0
3752026-05-23T04:11:45.612Z Downloaded serde_core v1.0.228
3762026-05-23T04:11:45.614Z Downloaded proc-macro2 v1.0.106
3772026-05-23T04:11:45.617Z Downloaded serde_tokenstream v0.2.3
3782026-05-23T04:11:45.620Z Downloaded anstyle-parse v0.2.7
3792026-05-23T04:11:45.622Z Downloaded icu_provider v2.1.1
3802026-05-23T04:11:45.625Z Downloaded icu_normalizer v2.1.1
3812026-05-23T04:11:45.627Z Downloaded serde_derive v1.0.228
3822026-05-23T04:11:45.645Z Downloaded num-traits v0.2.19
3832026-05-23T04:11:45.648Z Downloaded icu_properties v2.1.2
3842026-05-23T04:11:45.654Z Downloaded icu_locale_core v2.1.1
3852026-05-23T04:11:45.657Z Downloaded pest_meta v2.8.6
3862026-05-23T04:11:45.659Z Downloaded serde_json v1.0.149
3872026-05-23T04:11:45.662Z Downloaded serde v1.0.228
3882026-05-23T04:11:45.665Z Downloaded indexmap v2.14.0
3892026-05-23T04:11:45.672Z Downloaded memchr v2.8.0
3902026-05-23T04:11:45.686Z Downloaded hashbrown v0.17.0
3912026-05-23T04:11:45.692Z Downloaded clap_builder v4.5.60
3922026-05-23T04:11:45.701Z Downloaded goblin v0.8.2
3932026-05-23T04:11:45.716Z Downloaded tabled v0.15.0
3942026-05-23T04:11:45.725Z Downloaded syn v2.0.117
3952026-05-23T04:11:45.731Z Downloaded syn v1.0.109
3962026-05-23T04:11:45.746Z Downloaded rustix v1.1.3
3972026-05-23T04:11:45.773Z Downloaded libc v0.2.185
3982026-05-23T04:11:45.839Z Compiling proc-macro2 v1.0.106
3992026-05-23T04:11:45.842Z Compiling unicode-ident v1.0.24
4002026-05-23T04:11:45.842Z Compiling quote v1.0.45
4012026-05-23T04:11:45.842Z Compiling serde_core v1.0.228
4022026-05-23T04:11:45.842Z Compiling libc v0.2.185
4032026-05-23T04:11:45.842Z Compiling version_check v0.9.5
4042026-05-23T04:11:45.842Z Compiling memchr v2.8.0
4052026-05-23T04:11:45.842Z Compiling stable_deref_trait v1.2.1
4062026-05-23T04:11:45.842Z Compiling serde v1.0.228
4072026-05-23T04:11:45.842Z Compiling zmij v1.0.21
4082026-05-23T04:11:45.842Z Compiling ucd-trie v0.1.7
4092026-05-23T04:11:45.842Z Compiling itoa v1.0.17
4102026-05-23T04:11:45.842Z Compiling autocfg v1.5.0
4112026-05-23T04:11:45.842Z Compiling thiserror v1.0.69
4122026-05-23T04:11:46.024Z Compiling litemap v0.8.1
4132026-05-23T04:11:46.162Z Compiling writeable v0.6.2
4142026-05-23T04:11:46.234Z Compiling icu_properties_data v2.1.2
4152026-05-23T04:11:46.307Z Compiling byteorder v1.5.0
4162026-05-23T04:11:46.355Z Compiling icu_normalizer_data v2.1.1
4172026-05-23T04:11:46.437Z Compiling pest v2.8.6
4182026-05-23T04:11:46.499Z Compiling rustix v1.1.3
4192026-05-23T04:11:46.560Z Compiling bitflags v2.11.0
4202026-05-23T04:11:46.578Z Compiling serde_json v1.0.149
4212026-05-23T04:11:46.740Z Compiling num-traits v0.2.19
4222026-05-23T04:11:46.834Z Compiling typeid v1.0.3
4232026-05-23T04:11:46.849Z Compiling hashbrown v0.17.0
4242026-05-23T04:11:46.939Z Compiling equivalent v1.0.2
4252026-05-23T04:11:47.027Z Compiling smallvec v1.15.1
4262026-05-23T04:11:47.127Z Compiling usdt-impl v0.5.0
4272026-05-23T04:11:47.164Z Compiling proc-macro-error-attr v1.0.4
4282026-05-23T04:11:47.167Z Compiling syn v1.0.109
4292026-05-23T04:11:47.204Z Compiling winnow v0.7.14
4302026-05-23T04:11:47.207Z Compiling toml_write v0.1.2
4312026-05-23T04:11:47.302Z Compiling errno v0.3.14
4322026-05-23T04:11:47.305Z Compiling thread-id v4.2.2
4332026-05-23T04:11:47.345Z Compiling erased-serde v0.4.9
4342026-05-23T04:11:47.384Z Compiling proc-macro-error v1.0.4
4352026-05-23T04:11:47.424Z Compiling indexmap v2.14.0
4362026-05-23T04:11:47.499Z Compiling getrandom v0.4.1
4372026-05-23T04:11:47.502Z Compiling percent-encoding v2.3.2
4382026-05-23T04:11:47.502Z Compiling log v0.4.29
4392026-05-23T04:11:47.553Z Compiling pest_meta v2.8.6
4402026-05-23T04:11:47.627Z Compiling thiserror v2.0.18
4412026-05-23T04:11:47.652Z Compiling plain v0.2.3
4422026-05-23T04:11:47.670Z Compiling utf8parse v0.2.2
4432026-05-23T04:11:47.775Z Compiling camino v1.2.2
4442026-05-23T04:11:47.793Z Compiling utf8_iter v1.0.4
4452026-05-23T04:11:47.810Z Compiling anstyle-parse v0.2.7
4462026-05-23T04:11:47.813Z Compiling form_urlencoded v1.2.2
4472026-05-23T04:11:47.935Z Compiling syn v2.0.117
4482026-05-23T04:11:47.999Z Compiling ordered-float v2.10.1
4492026-05-23T04:11:48.018Z Compiling is_terminal_polyfill v1.70.2
4502026-05-23T04:11:48.058Z Compiling anstyle v1.0.13
4512026-05-23T04:11:48.097Z Compiling pretty-hex v0.4.1
4522026-05-23T04:11:48.119Z Compiling cfg-if v1.0.4
4532026-05-23T04:11:48.158Z Compiling anstyle-query v1.1.5
4542026-05-23T04:11:48.199Z Compiling colorchoice v1.0.4
4552026-05-23T04:11:48.275Z Compiling fs-err v3.3.0
4562026-05-23T04:11:48.295Z Compiling anyhow v1.0.102
4572026-05-23T04:11:48.345Z Compiling anstream v0.6.21
4582026-05-23T04:11:48.367Z Compiling clap_lex v1.0.0
4592026-05-23T04:11:48.385Z Compiling terminal_size v0.4.3
4602026-05-23T04:11:48.404Z Compiling strsim v0.11.1
4612026-05-23T04:11:48.442Z Compiling unicode-xid v0.2.6
4622026-05-23T04:11:48.503Z Compiling fnv v1.0.7
4632026-05-23T04:11:48.522Z Compiling unicode-width v0.1.14
4642026-05-23T04:11:48.562Z Compiling once_cell v1.21.3
4652026-05-23T04:11:48.586Z Compiling heck v0.5.0
4662026-05-23T04:11:48.625Z Compiling bytecount v0.6.9
4672026-05-23T04:11:48.644Z Compiling heck v0.4.1
4682026-05-23T04:11:48.678Z Compiling fastrand v2.3.0
4692026-05-23T04:11:48.700Z Compiling clap_builder v4.5.60
4702026-05-23T04:11:48.780Z Compiling papergrid v0.11.0
4712026-05-23T04:11:48.817Z Compiling memmap v0.7.0
4722026-05-23T04:11:48.821Z Compiling smawk v0.3.2
4732026-05-23T04:11:48.871Z Compiling unicode-linebreak v0.1.5
4742026-05-23T04:11:48.907Z Compiling tempfile v3.25.0
4752026-05-23T04:11:48.999Z Compiling semver v1.0.28
4762026-05-23T04:11:49.024Z Compiling unicode-width v0.2.0
4772026-05-23T04:11:49.323Z Compiling textwrap v0.16.2
4782026-05-23T04:11:49.342Z Compiling camino-tempfile v1.4.1
4792026-05-23T04:11:49.362Z Compiling serde-untagged v0.1.9
4802026-05-23T04:11:49.381Z Compiling swrite v0.1.0
4812026-05-23T04:11:49.399Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-23T04:11:49.689Z Compiling tabled_derive v0.7.0
4832026-05-23T04:11:50.362Z Compiling tabled v0.15.0
4842026-05-23T04:11:50.552Z Compiling synstructure v0.13.2
4852026-05-23T04:11:50.552Z Compiling pest_generator v2.8.6
4862026-05-23T04:11:51.088Z Compiling serde_derive v1.0.228
4872026-05-23T04:11:51.088Z Compiling zerofrom-derive v0.1.6
4882026-05-23T04:11:51.091Z Compiling yoke-derive v0.8.1
4892026-05-23T04:11:51.091Z Compiling zerovec-derive v0.11.2
4902026-05-23T04:11:51.091Z Compiling displaydoc v0.2.5
4912026-05-23T04:11:51.091Z Compiling thiserror-impl v1.0.69
4922026-05-23T04:11:51.091Z Compiling zerocopy-derive v0.7.35
4932026-05-23T04:11:51.091Z Compiling scroll_derive v0.12.1
4942026-05-23T04:11:51.091Z Compiling thiserror-impl v2.0.18
4952026-05-23T04:11:51.091Z Compiling clap_derive v4.5.55
4962026-05-23T04:11:51.157Z Compiling pest_derive v2.8.6
4972026-05-23T04:11:51.865Z Compiling scroll v0.12.0
4982026-05-23T04:11:52.018Z Compiling zerocopy v0.7.35
4992026-05-23T04:11:52.088Z Compiling zerofrom v0.1.6
5002026-05-23T04:11:52.108Z Compiling goblin v0.8.2
5012026-05-23T04:11:52.193Z Compiling yoke v0.8.1
5022026-05-23T04:11:52.310Z Compiling dtrace-parser v0.2.0
5032026-05-23T04:11:52.346Z Compiling zerovec v0.11.5
5042026-05-23T04:11:52.346Z Compiling zerotrie v0.2.3
5052026-05-23T04:11:52.504Z Compiling clap v4.5.60
5062026-05-23T04:11:52.776Z Compiling tinystr v0.8.2
5072026-05-23T04:11:52.776Z Compiling potential_utf v0.1.4
5082026-05-23T04:11:52.904Z Compiling icu_collections v2.1.1
5092026-05-23T04:11:52.927Z Compiling icu_locale_core v2.1.1
5102026-05-23T04:11:53.483Z Compiling icu_provider v2.1.1
5112026-05-23T04:11:53.667Z Compiling dof v0.3.0
5122026-05-23T04:11:53.667Z Compiling serde_tokenstream v0.2.3
5132026-05-23T04:11:53.700Z Compiling icu_normalizer v2.1.1
5142026-05-23T04:11:53.702Z Compiling icu_properties v2.1.2
5152026-05-23T04:11:53.702Z Compiling serde_spanned v0.6.9
5162026-05-23T04:11:53.702Z Compiling toml_datetime v0.6.11
5172026-05-23T04:11:53.702Z Compiling serde-value v0.7.0
5182026-05-23T04:11:53.703Z Compiling cargo-platform v0.2.0
5192026-05-23T04:11:53.703Z Compiling macaddr v1.0.1
5202026-05-23T04:11:53.976Z Compiling toml_edit v0.22.27
5212026-05-23T04:11:54.363Z Compiling usdt-attr-macro v0.5.0
5222026-05-23T04:11:54.366Z Compiling usdt-macro v0.5.0
5232026-05-23T04:11:54.581Z Compiling idna_adapter v1.2.1
5242026-05-23T04:11:54.685Z Compiling idna v1.1.0
5252026-05-23T04:11:54.950Z Compiling url v2.5.8
5262026-05-23T04:11:54.968Z Compiling usdt v0.5.0
5272026-05-23T04:11:55.245Z Compiling toml v0.8.23
5282026-05-23T04:11:55.578Z Compiling cargo-util-schemas v0.8.2
5292026-05-23T04:11:55.578Z Compiling cargo_toml v0.21.0
5302026-05-23T04:11:56.343Z Compiling cargo_metadata v0.21.0
5312026-05-23T04:11:57.244Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-23T04:11:59.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.09s
5332026-05-23T04:11:59.608Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-23T04:12:00.162Z Downloading crates ...
5352026-05-23T04:12:00.263Z Downloaded camino-tempfile-ext v0.3.3
5362026-05-23T04:12:00.268Z Downloaded cookie_store v0.22.1
5372026-05-23T04:12:00.273Z Downloaded arrayvec v0.7.6
5382026-05-23T04:12:00.276Z Downloaded darling v0.20.11
5392026-05-23T04:12:00.279Z Downloaded darling v0.21.3
5402026-05-23T04:12:00.282Z Downloaded colored v2.2.0
5412026-05-23T04:12:00.285Z Downloaded ascii-canvas v3.0.0
5422026-05-23T04:12:00.285Z Downloaded castaway v0.2.4
5432026-05-23T04:12:00.288Z Downloaded crc8 v0.1.1
5442026-05-23T04:12:00.288Z Downloaded arrayref v0.3.9
5452026-05-23T04:12:00.291Z Downloaded darling v0.23.0
5462026-05-23T04:12:00.294Z Downloaded darling_core v0.20.11
5472026-05-23T04:12:00.298Z Downloaded crc32fast v1.5.0
5482026-05-23T04:12:00.298Z Downloaded bit-set v0.8.0
5492026-05-23T04:12:00.302Z Downloaded dtrace-parser v0.3.0
5502026-05-23T04:12:00.302Z Downloaded csv-core v0.1.13
5512026-05-23T04:12:00.302Z Downloaded dropshot_endpoint v0.16.7
5522026-05-23T04:12:00.305Z Downloaded display-error-chain v0.2.2
5532026-05-23T04:12:00.305Z Downloaded bitfield-macros v0.19.4
5542026-05-23T04:12:00.305Z Downloaded bit-set v0.5.3
5552026-05-23T04:12:00.305Z Downloaded assert_matches v1.5.0
5562026-05-23T04:12:00.311Z Downloaded adler2 v2.0.1
5572026-05-23T04:12:00.311Z Downloaded cargo-platform v0.1.9
5582026-05-23T04:12:00.311Z Downloaded crossterm v0.28.1
5592026-05-23T04:12:00.314Z Downloaded cookie v0.18.1
5602026-05-23T04:12:00.314Z Downloaded ciborium v0.2.2
5612026-05-23T04:12:00.317Z Downloaded cipher v0.4.4
5622026-05-23T04:12:00.317Z Downloaded derive_builder v0.20.2
5632026-05-23T04:12:00.320Z Downloaded bcs v0.1.6
5642026-05-23T04:12:00.320Z Downloaded deranged v0.5.8
5652026-05-23T04:12:00.323Z Downloaded crossbeam-utils v0.8.21
5662026-05-23T04:12:00.323Z Downloaded byte-wrapper v0.1.0
5672026-05-23T04:12:00.326Z Downloaded des v0.8.1
5682026-05-23T04:12:00.326Z Downloaded downcast-rs v2.0.2
5692026-05-23T04:12:00.329Z Downloaded compression-core v0.4.31
5702026-05-23T04:12:00.329Z Downloaded clang-sys v1.8.1
5712026-05-23T04:12:00.329Z Downloaded either v1.15.0
5722026-05-23T04:12:00.332Z Downloaded cargo_metadata v0.19.2
5732026-05-23T04:12:00.332Z Downloaded convert_case v0.4.0
5742026-05-23T04:12:00.332Z Downloaded arc-swap v1.8.2
5752026-05-23T04:12:00.335Z Downloaded base64ct v1.8.3
5762026-05-23T04:12:00.339Z Downloaded dirs-next v2.0.0
5772026-05-23T04:12:00.343Z Downloaded fs_extra v1.3.0
5782026-05-23T04:12:00.343Z Downloaded ff v0.13.1
5792026-05-23T04:12:00.347Z Downloaded bit-vec v0.6.3
5802026-05-23T04:12:00.347Z Downloaded array-init v0.0.4
5812026-05-23T04:12:00.348Z Downloaded dsl_auto_type v0.2.0
5822026-05-23T04:12:00.348Z Downloaded dof v0.4.0
5832026-05-23T04:12:00.348Z Downloaded debug-ignore v1.0.5
5842026-05-23T04:12:00.352Z Downloaded embedded-io v0.4.0
5852026-05-23T04:12:00.352Z Downloaded cpufeatures v0.3.0
5862026-05-23T04:12:00.352Z Downloaded bitfield v0.19.4
5872026-05-23T04:12:00.352Z Downloaded float-ord v0.3.2
5882026-05-23T04:12:00.355Z Downloaded document-features v0.2.12
5892026-05-23T04:12:00.355Z Downloaded defmt v0.3.100
5902026-05-23T04:12:00.355Z Downloaded cancel-safe-futures v0.1.5
5912026-05-23T04:12:00.355Z Downloaded backon v1.6.0
5922026-05-23T04:12:00.358Z Downloaded fixedbitset v0.4.2
5932026-05-23T04:12:00.359Z Downloaded darling_macro v0.23.0
5942026-05-23T04:12:00.359Z Downloaded darling_macro v0.21.3
5952026-05-23T04:12:00.362Z Downloaded darling_macro v0.20.11
5962026-05-23T04:12:00.362Z Downloaded flagset v0.4.7
5972026-05-23T04:12:00.362Z Downloaded find-msvc-tools v0.1.9
5982026-05-23T04:12:00.365Z Downloaded corncobs v0.1.4
5992026-05-23T04:12:00.365Z Downloaded base16ct v0.2.0
6002026-05-23T04:12:00.365Z Downloaded cstr-argument v0.1.2
6012026-05-23T04:12:00.368Z Downloaded defmt-parser v1.0.0
6022026-05-23T04:12:00.368Z Downloaded darling_core v0.21.3
6032026-05-23T04:12:00.371Z Downloaded cobs v0.3.0
6042026-05-23T04:12:00.375Z Downloaded aead v0.5.2
6052026-05-23T04:12:00.375Z Downloaded cfg_aliases v0.2.1
6062026-05-23T04:12:00.375Z Downloaded curve25519-dalek-derive v0.1.1
6072026-05-23T04:12:00.375Z Downloaded cfg_aliases v0.1.1
6082026-05-23T04:12:00.379Z Downloaded foreign-types-macros v0.2.3
6092026-05-23T04:12:00.382Z Downloaded float-cmp v0.10.0
6102026-05-23T04:12:00.385Z Downloaded aws-lc-rs v1.16.3
6112026-05-23T04:12:00.388Z Downloaded foreign-types-shared v0.3.1
6122026-05-23T04:12:00.391Z Downloaded foldhash v0.2.0
6132026-05-23T04:12:00.391Z Downloaded dirs-sys-next v0.1.2
6142026-05-23T04:12:00.391Z Downloaded bitfield-struct v0.6.2
6152026-05-23T04:12:00.396Z Downloaded atty v0.2.14
6162026-05-23T04:12:00.396Z Downloaded fd-lock v4.0.4
6172026-05-23T04:12:00.398Z Downloaded derive_builder_core v0.20.2
6182026-05-23T04:12:00.398Z Downloaded critical-section v1.2.0
6192026-05-23T04:12:00.398Z Downloaded ciborium-io v0.2.2
6202026-05-23T04:12:00.398Z Downloaded cexpr v0.6.0
6212026-05-23T04:12:00.402Z Downloaded const_format_proc_macros v0.2.34
6222026-05-23T04:12:00.402Z Downloaded futures-io v0.3.32
6232026-05-23T04:12:00.402Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-05-23T04:12:00.405Z Downloaded derive_builder_macro v0.20.2
6252026-05-23T04:12:00.405Z Downloaded crucible-workspace-hack v0.1.0
6262026-05-23T04:12:00.405Z Downloaded chacha20poly1305 v0.10.1
6272026-05-23T04:12:00.405Z Downloaded ctr v0.9.2
6282026-05-23T04:12:00.408Z Downloaded futures-core v0.3.32
6292026-05-23T04:12:00.408Z Downloaded foreign-types v0.5.0
6302026-05-23T04:12:00.411Z Downloaded futures-task v0.3.32
6312026-05-23T04:12:00.411Z Downloaded dyn-clone v1.0.20
6322026-05-23T04:12:00.411Z Downloaded atomicwrites v0.4.4
6332026-05-23T04:12:00.411Z Downloaded daft-derive v0.1.7
6342026-05-23T04:12:00.415Z Downloaded futures-macro v0.3.32
6352026-05-23T04:12:00.425Z Downloaded foreign-types-shared v0.1.1
6362026-05-23T04:12:00.425Z Downloaded env_filter v1.0.0
6372026-05-23T04:12:00.425Z Downloaded ecdsa v0.16.9
6382026-05-23T04:12:00.425Z Downloaded der_derive v0.7.3
6392026-05-23T04:12:00.428Z Downloaded compression-codecs v0.4.37
6402026-05-23T04:12:00.429Z Downloaded dropshot-api-manager-types v0.7.2
6412026-05-23T04:12:00.429Z Downloaded data-encoding v2.10.0
6422026-05-23T04:12:00.429Z Downloaded convert_case v0.10.0
6432026-05-23T04:12:00.429Z Downloaded crossbeam-deque v0.8.6
6442026-05-23T04:12:00.429Z Downloaded async-trait v0.1.89
6452026-05-23T04:12:00.429Z Downloaded fallible-iterator v0.2.0
6462026-05-23T04:12:00.429Z Downloaded erased-serde v0.3.31
6472026-05-23T04:12:00.432Z Downloaded ed25519 v2.2.3
6482026-05-23T04:12:00.432Z Downloaded env_logger v0.11.9
6492026-05-23T04:12:00.435Z Downloaded fs-err v2.11.0
6502026-05-23T04:12:00.435Z Downloaded filetime v0.2.27
6512026-05-23T04:12:00.436Z Downloaded endian-type v0.1.2
6522026-05-23T04:12:00.439Z Downloaded embedded-io v0.6.1
6532026-05-23T04:12:00.439Z Downloaded enum-as-inner v0.6.1
6542026-05-23T04:12:00.439Z Downloaded bb8 v0.8.6
6552026-05-23T04:12:00.439Z Downloaded async-stream-impl v0.3.6
6562026-05-23T04:12:00.442Z Downloaded block-padding v0.3.3
6572026-05-23T04:12:00.442Z Downloaded globwalk v0.9.1
6582026-05-23T04:12:00.442Z Downloaded bcrypt-pbkdf v0.10.0
6592026-05-23T04:12:00.442Z Downloaded atomic-waker v1.1.2
6602026-05-23T04:12:00.442Z Downloaded blowfish v0.9.1
6612026-05-23T04:12:00.445Z Downloaded defmt v1.0.1
6622026-05-23T04:12:00.448Z Downloaded ghash v0.5.1
6632026-05-23T04:12:00.448Z Downloaded cbc v0.1.2
6642026-05-23T04:12:00.448Z Downloaded bit-vec v0.8.0
6652026-05-23T04:12:00.451Z Downloaded derive_more v2.1.1
6662026-05-23T04:12:00.455Z Downloaded http-body v1.0.1
6672026-05-23T04:12:00.458Z Downloaded hostname v0.3.1
6682026-05-23T04:12:00.458Z Downloaded futures-sink v0.3.32
6692026-05-23T04:12:00.461Z Downloaded hex-literal v0.4.1
6702026-05-23T04:12:00.461Z Downloaded git-stub-vcs v0.1.0
6712026-05-23T04:12:00.461Z Downloaded daft v0.1.7
6722026-05-23T04:12:00.465Z Downloaded httpdate v1.0.3
6732026-05-23T04:12:00.465Z Downloaded bzip2 v0.4.4
6742026-05-23T04:12:00.465Z Downloaded hubpack_derive v0.1.1
6752026-05-23T04:12:00.468Z Downloaded hash32 v0.3.1
6762026-05-23T04:12:00.468Z Downloaded ident_case v1.0.1
6772026-05-23T04:12:00.468Z Downloaded http-range v0.1.5
6782026-05-23T04:12:00.468Z Downloaded hex v0.4.3
6792026-05-23T04:12:00.473Z Downloaded hubpack v0.1.2
6802026-05-23T04:12:00.473Z Downloaded fxhash v0.2.1
6812026-05-23T04:12:00.473Z Downloaded funty v2.0.0
6822026-05-23T04:12:00.473Z Downloaded async-recursion v1.1.1
6832026-05-23T04:12:00.476Z Downloaded gethostname v0.5.0
6842026-05-23T04:12:00.476Z Downloaded constant_time_eq v0.4.2
6852026-05-23T04:12:00.476Z Downloaded foldhash v0.1.5
6862026-05-23T04:12:00.478Z Downloaded fixedbitset v0.5.7
6872026-05-23T04:12:00.479Z Downloaded console v0.15.11
6882026-05-23T04:12:00.482Z Downloaded ciborium-ll v0.2.2
6892026-05-23T04:12:00.482Z Downloaded headers-core v0.3.0
6902026-05-23T04:12:00.482Z Downloaded git-stub v1.0.0
6912026-05-23T04:12:00.482Z Downloaded hash32 v0.2.1
6922026-05-23T04:12:00.485Z Downloaded crossbeam-epoch v0.9.18
6932026-05-23T04:12:00.485Z Downloaded console v0.16.2
6942026-05-23T04:12:00.488Z Downloaded chacha20 v0.10.0
6952026-05-23T04:12:00.488Z Downloaded indent_write v2.2.0
6962026-05-23T04:12:00.491Z Downloaded illumos-nvpair v0.3.0
6972026-05-23T04:12:00.491Z Downloaded cmake v0.1.57
6982026-05-23T04:12:00.491Z Downloaded fatfs v0.3.6
6992026-05-23T04:12:00.494Z Downloaded diff v0.1.13
7002026-05-23T04:12:00.494Z Downloaded chacha20 v0.9.1
7012026-05-23T04:12:00.497Z Downloaded futures-executor v0.3.32
7022026-05-23T04:12:00.497Z Downloaded hostname v0.4.2
7032026-05-23T04:12:00.497Z Downloaded derive_more v0.99.20
7042026-05-23T04:12:00.501Z Downloaded defmt-macros v1.0.1
7052026-05-23T04:12:00.505Z Downloaded bitflags v1.3.2
7062026-05-23T04:12:00.505Z Downloaded flume v0.11.1
7072026-05-23T04:12:00.509Z Downloaded is_ci v1.2.0
7082026-05-23T04:12:00.509Z Downloaded instant v0.1.13
7092026-05-23T04:12:00.509Z Downloaded inout v0.1.4
7102026-05-23T04:12:00.512Z Downloaded indoc v1.0.9
7112026-05-23T04:12:00.512Z Downloaded foreign-types v0.3.2
7122026-05-23T04:12:00.512Z Downloaded colored v3.1.1
7132026-05-23T04:12:00.515Z Downloaded ena v0.14.4
7142026-05-23T04:12:00.515Z Downloaded ahash v0.8.12
7152026-05-23T04:12:00.518Z Downloaded glob v0.3.3
7162026-05-23T04:12:00.518Z Downloaded home v0.5.12
7172026-05-23T04:12:00.518Z Downloaded hyper-staticfile v0.10.1
7182026-05-23T04:12:00.521Z Downloaded highway v1.3.0
7192026-05-23T04:12:00.521Z Downloaded diesel-dtrace v0.5.0
7202026-05-23T04:12:00.524Z Downloaded bzip2 v0.6.1
7212026-05-23T04:12:00.524Z Downloaded blake2 v0.10.6
7222026-05-23T04:12:00.528Z Downloaded lazy_static v1.5.0
7232026-05-23T04:12:00.528Z Downloaded is-terminal v0.4.17
7242026-05-23T04:12:00.528Z Downloaded internet-checksum v0.2.1
7252026-05-23T04:12:00.528Z Downloaded illumos-nvpair-sys v0.2.0
7262026-05-23T04:12:00.533Z Downloaded derive-ex v0.1.8
7272026-05-23T04:12:00.533Z Downloaded allocator-api2 v0.2.21
7282026-05-23T04:12:00.533Z Downloaded lalrpop-util v0.19.12
7292026-05-23T04:12:00.533Z Downloaded kstat-rs v0.2.4
7302026-05-23T04:12:00.536Z Downloaded keccak v0.1.6
7312026-05-23T04:12:00.536Z Downloaded dropshot_endpoint v0.17.0
7322026-05-23T04:12:00.536Z Downloaded backoff v0.4.0
7332026-05-23T04:12:00.539Z Downloaded elliptic-curve v0.13.8
7342026-05-23T04:12:00.540Z Downloaded http-body-util v0.1.3
7352026-05-23T04:12:00.542Z Downloaded libscf-sys v1.1.0
7362026-05-23T04:12:00.542Z Downloaded group v0.13.0
7372026-05-23T04:12:00.542Z Downloaded derive-where v1.6.0
7382026-05-23T04:12:00.545Z Downloaded memoffset v0.9.1
7392026-05-23T04:12:00.548Z Downloaded md5 v0.7.0
7402026-05-23T04:12:00.549Z Downloaded md-5 v0.10.6
7412026-05-23T04:12:00.549Z Downloaded match_cfg v0.1.0
7422026-05-23T04:12:00.549Z Downloaded managed v0.8.0
7432026-05-23T04:12:00.552Z Downloaded lru-cache v0.1.2
7442026-05-23T04:12:00.552Z Downloaded half v1.8.3
7452026-05-23T04:12:00.552Z Downloaded drift v0.2.0
7462026-05-23T04:12:00.558Z Downloaded newtype_derive v0.1.6
7472026-05-23T04:12:00.561Z Downloaded humantime v2.3.0
7482026-05-23T04:12:00.561Z Downloaded instability v0.3.11
7492026-05-23T04:12:00.561Z Downloaded lru-slab v0.1.2
7502026-05-23T04:12:00.564Z Downloaded newtype-uuid-macros v0.1.0
7512026-05-23T04:12:00.564Z Downloaded maybe-uninit v2.0.0
7522026-05-23T04:12:00.564Z Downloaded num v0.4.3
7532026-05-23T04:12:00.564Z Downloaded maplit v1.0.2
7542026-05-23T04:12:00.567Z Downloaded linked-hash-map v0.5.6
7552026-05-23T04:12:00.567Z Downloaded indoc v2.0.7
7562026-05-23T04:12:00.568Z Downloaded hyper-tls v0.6.0
7572026-05-23T04:12:00.570Z Downloaded buf-list v1.1.2
7582026-05-23T04:12:00.570Z Downloaded jobserver v0.1.34
7592026-05-23T04:12:00.573Z Downloaded hyper-rustls v0.27.7
7602026-05-23T04:12:00.574Z Downloaded httparse v1.10.1
7612026-05-23T04:12:00.577Z Downloaded ipnetwork v0.21.1
7622026-05-23T04:12:00.577Z Downloaded crc-any v2.5.0
7632026-05-23T04:12:00.580Z Downloaded new_debug_unreachable v1.0.6
7642026-05-23T04:12:00.580Z Downloaded libloading v0.8.9
7652026-05-23T04:12:00.580Z Downloaded mime v0.3.17
7662026-05-23T04:12:00.583Z Downloaded argon2 v0.5.3
7672026-05-23T04:12:00.583Z Downloaded nibble_vec v0.1.0
7682026-05-23T04:12:00.586Z Downloaded ingot v0.1.1
7692026-05-23T04:12:00.586Z Downloaded lru v0.12.5
7702026-05-23T04:12:00.586Z Downloaded normalize-line-endings v0.3.0
7712026-05-23T04:12:00.586Z Downloaded nodrop v0.1.14
7722026-05-23T04:12:00.589Z Downloaded async-stream v0.3.6
7732026-05-23T04:12:00.589Z Downloaded num-conv v0.2.0
7742026-05-23T04:12:00.589Z Downloaded num-derive v0.4.2
7752026-05-23T04:12:00.592Z Downloaded multimap v0.10.1
7762026-05-23T04:12:00.592Z Downloaded num-iter v0.1.45
7772026-05-23T04:12:00.592Z Downloaded openssl-macros v0.1.1
7782026-05-23T04:12:00.593Z Downloaded olpc-cjson v0.1.4
7792026-05-23T04:12:00.596Z Downloaded cassowary v0.3.0
7802026-05-23T04:12:00.596Z Downloaded async-bb8-diesel v0.2.1
7812026-05-23T04:12:00.596Z Downloaded dunce v1.0.5
7822026-05-23T04:12:00.599Z Downloaded difflib v0.4.0
7832026-05-23T04:12:00.599Z Downloaded crc-catalog v2.4.0
7842026-05-23T04:12:00.599Z Downloaded num_threads v0.1.7
7852026-05-23T04:12:00.599Z Downloaded libsw-core v0.3.2
7862026-05-23T04:12:00.603Z Downloaded libsw v3.5.0
7872026-05-23T04:12:00.603Z Downloaded getrandom v0.2.17
7882026-05-23T04:12:00.607Z Downloaded futures-channel v0.3.32
7892026-05-23T04:12:00.607Z Downloaded crc v3.4.0
7902026-05-23T04:12:00.607Z Downloaded linear-map v1.2.0
7912026-05-23T04:12:00.610Z Downloaded derive_more-impl v2.1.1
7922026-05-23T04:12:00.613Z Downloaded lzss v0.8.2
7932026-05-23T04:12:00.613Z Downloaded lock_api v0.4.14
7942026-05-23T04:12:00.613Z Downloaded crunchy v0.2.4
7952026-05-23T04:12:00.617Z Downloaded compact_str v0.8.1
7962026-05-23T04:12:00.617Z Downloaded crypto-bigint v0.5.5
7972026-05-23T04:12:00.620Z Downloaded hmac v0.12.1
7982026-05-23T04:12:00.623Z Downloaded newline-converter v0.3.0
7992026-05-23T04:12:00.625Z Downloaded mime_guess v2.0.5
8002026-05-23T04:12:00.628Z Downloaded packed_struct_codegen v0.10.1
8012026-05-23T04:12:00.632Z Downloaded parse-display v0.10.0
8022026-05-23T04:12:00.636Z Downloaded pbkdf2 v0.11.0
8032026-05-23T04:12:00.639Z Downloaded openssl-probe v0.2.1
8042026-05-23T04:12:00.639Z Downloaded opaque-debug v0.3.1
8052026-05-23T04:12:00.640Z Downloaded ingot-types v0.1.2
8062026-05-23T04:12:00.640Z Downloaded impl-trait-for-tuples v0.2.3
8072026-05-23T04:12:00.643Z Downloaded darling_core v0.23.0
8082026-05-23T04:12:00.646Z Downloaded ingot-macros v0.1.1
8092026-05-23T04:12:00.646Z Downloaded libefi-sys v0.1.0
8102026-05-23T04:12:00.649Z Downloaded bytes v1.11.1
8112026-05-23T04:12:00.652Z Downloaded oso-derive v0.27.3
8122026-05-23T04:12:00.652Z Downloaded nonempty v0.12.0
8132026-05-23T04:12:00.652Z Downloaded nu-ansi-term v0.50.3
8142026-05-23T04:12:00.655Z Downloaded const_format v0.2.35
8152026-05-23T04:12:00.655Z Downloaded num_enum v0.7.5
8162026-05-23T04:12:00.658Z Downloaded num-integer v0.1.46
8172026-05-23T04:12:00.662Z Downloaded phf_shared v0.11.3
8182026-05-23T04:12:00.662Z Downloaded getrandom v0.3.4
8192026-05-23T04:12:00.665Z Downloaded phf_shared v0.12.1
8202026-05-23T04:12:00.665Z Downloaded globset v0.4.18
8212026-05-23T04:12:00.665Z Downloaded peg-runtime v0.8.5
8222026-05-23T04:12:00.665Z Downloaded phf_shared v0.13.1
8232026-05-23T04:12:00.665Z Downloaded parse-size v1.1.0
8242026-05-23T04:12:00.668Z Downloaded base64 v0.22.1
8252026-05-23T04:12:00.671Z Downloaded num-derive v0.3.3
8262026-05-23T04:12:00.671Z Downloaded futures v0.3.32
8272026-05-23T04:12:00.675Z Downloaded newtype-uuid v1.3.2
8282026-05-23T04:12:00.675Z Downloaded native-tls v0.2.18
8292026-05-23T04:12:00.678Z Downloaded crossbeam-channel v0.5.15
8302026-05-23T04:12:00.693Z Downloaded oxide-tokio-rt v0.1.4
8312026-05-23T04:12:00.696Z Downloaded openssl-probe v0.1.6
8322026-05-23T04:12:00.696Z Downloaded num_enum_derive v0.5.11
8332026-05-23T04:12:00.696Z Downloaded nanorand v0.7.0
8342026-05-23T04:12:00.699Z Downloaded memmap2 v0.9.10
8352026-05-23T04:12:00.699Z Downloaded litrs v1.0.0
8362026-05-23T04:12:00.703Z Downloaded oxnet v0.1.4
8372026-05-23T04:12:00.703Z Downloaded owo-colors v4.3.0
8382026-05-23T04:12:00.703Z Downloaded ignore v0.4.25
8392026-05-23T04:12:00.706Z Downloaded headers v0.4.1
8402026-05-23T04:12:00.709Z Downloaded proc-macro-error-attr2 v2.0.0
8412026-05-23T04:12:00.709Z Downloaded proc-macro-crate v1.3.1
8422026-05-23T04:12:00.709Z Downloaded pbkdf2 v0.12.2
8432026-05-23T04:12:00.712Z Downloaded password-hash v0.4.2
8442026-05-23T04:12:00.712Z Downloaded parking_lot_core v0.8.6
8452026-05-23T04:12:00.712Z Downloaded progenitor-client v0.10.0
8462026-05-23T04:12:00.715Z Downloaded progenitor-client v0.11.2
8472026-05-23T04:12:00.715Z Downloaded paste v1.0.15
8482026-05-23T04:12:00.719Z Downloaded num-rational v0.4.2
8492026-05-23T04:12:00.719Z Downloaded packed_struct v0.10.1
8502026-05-23T04:12:00.719Z Downloaded num_enum v0.5.11
8512026-05-23T04:12:00.722Z Downloaded predicates-core v1.0.10
8522026-05-23T04:12:00.725Z Downloaded ar_archive_writer v0.5.1
8532026-05-23T04:12:00.725Z Downloaded peg-macros v0.8.5
8542026-05-23T04:12:00.728Z Downloaded peg v0.8.5
8552026-05-23T04:12:00.731Z Downloaded pem-rfc7468 v0.7.0
8562026-05-23T04:12:00.731Z Downloaded password-hash v0.5.0
8572026-05-23T04:12:00.734Z Downloaded heapless v0.7.17
8582026-05-23T04:12:00.734Z Downloaded pin-utils v0.1.0
8592026-05-23T04:12:00.737Z Downloaded pin-project-internal v1.1.11
8602026-05-23T04:12:00.737Z Downloaded precomputed-hash v0.1.1
8612026-05-23T04:12:00.737Z Downloaded progenitor-macro v0.10.0
8622026-05-23T04:12:00.740Z Downloaded progenitor-client v0.14.0
8632026-05-23T04:12:00.740Z Downloaded powerfmt v0.2.0
8642026-05-23T04:12:00.740Z Downloaded path-slash v0.1.5
8652026-05-23T04:12:00.740Z Downloaded flate2 v1.1.9
8662026-05-23T04:12:00.743Z Downloaded cc v1.2.56
8672026-05-23T04:12:00.747Z Downloaded ed25519-dalek v2.2.0
8682026-05-23T04:12:00.751Z Downloaded psl-types v2.0.11
8692026-05-23T04:12:00.751Z Downloaded async-compression v0.4.41
8702026-05-23T04:12:00.755Z Downloaded progenitor-macro v0.14.0
8712026-05-23T04:12:00.755Z Downloaded polyval v0.6.2
8722026-05-23T04:12:00.755Z Downloaded predicates-tree v1.0.13
8732026-05-23T04:12:00.758Z Downloaded ppv-lite86 v0.2.21
8742026-05-23T04:12:00.758Z Downloaded progenitor-macro v0.11.2
8752026-05-23T04:12:00.758Z Downloaded poly1305 v0.8.0
8762026-05-23T04:12:00.758Z Downloaded pkg-config v0.3.32
8772026-05-23T04:12:00.762Z Downloaded num_enum_derive v0.7.5
8782026-05-23T04:12:00.762Z Downloaded ipnet v2.11.0
8792026-05-23T04:12:00.762Z Downloaded libbz2-rs-sys v0.2.2
8802026-05-23T04:12:00.765Z Downloaded expectorate v1.2.0
8812026-05-23T04:12:00.765Z Downloaded der v0.7.10
8822026-05-23T04:12:00.768Z Downloaded progenitor-macro v0.13.0
8832026-05-23T04:12:00.768Z Downloaded progenitor v0.14.0
8842026-05-23T04:12:00.771Z Downloaded progenitor v0.13.0
8852026-05-23T04:12:00.771Z Downloaded progenitor v0.11.2
8862026-05-23T04:12:00.771Z Downloaded primeorder v0.13.6
8872026-05-23T04:12:00.774Z Downloaded postgres-protocol v0.6.10
8882026-05-23T04:12:00.774Z Downloaded rand_chacha v0.3.1
8892026-05-23T04:12:00.774Z Downloaded base64 v0.21.7
8902026-05-23T04:12:00.777Z Downloaded hickory-resolver v0.24.4
8912026-05-23T04:12:00.780Z Downloaded proc-macro-crate v3.4.0
8922026-05-23T04:12:00.780Z Downloaded proc-macro-error2 v2.0.1
8932026-05-23T04:12:00.783Z Downloaded parking_lot_core v0.9.12
8942026-05-23T04:12:00.785Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-23T04:12:00.785Z Downloaded parking_lot v0.12.5
8962026-05-23T04:12:00.785Z Downloaded const-oid v0.9.6
8972026-05-23T04:12:00.789Z Downloaded phf v0.12.1
8982026-05-23T04:12:00.789Z Downloaded half v2.7.1
8992026-05-23T04:12:00.796Z Downloaded num-complex v0.4.6
9002026-05-23T04:12:00.796Z Downloaded bumpalo v3.20.2
9012026-05-23T04:12:00.796Z Downloaded omicron-zone-package v0.12.2
9022026-05-23T04:12:00.796Z Downloaded indexmap v1.9.3
9032026-05-23T04:12:00.799Z Downloaded iana-time-zone v0.1.65
9042026-05-23T04:12:00.799Z Downloaded quick-error v1.2.3
9052026-05-23T04:12:00.799Z Downloaded phf v0.13.1
9062026-05-23T04:12:00.802Z Downloaded progenitor v0.10.0
9072026-05-23T04:12:00.802Z Downloaded pem v3.0.6
9082026-05-23T04:12:00.802Z Downloaded pkcs5 v0.7.1
9092026-05-23T04:12:00.806Z Downloaded pkcs1 v0.7.5
9102026-05-23T04:12:00.809Z Downloaded parse-display-derive v0.10.0
9112026-05-23T04:12:00.809Z Downloaded heapless v0.8.0
9122026-05-23T04:12:00.812Z Downloaded indicatif v0.18.4
9132026-05-23T04:12:00.812Z Downloaded postgres-types v0.2.12
9142026-05-23T04:12:00.815Z Downloaded miniz_oxide v0.8.9
9152026-05-23T04:12:00.818Z Downloaded rfc6979 v0.4.0
9162026-05-23T04:12:00.818Z Downloaded multer v3.1.0
9172026-05-23T04:12:00.818Z Downloaded rustc-hash v2.1.1
9182026-05-23T04:12:00.821Z Downloaded predicates v3.1.4
9192026-05-23T04:12:00.821Z Downloaded rustc_version v0.1.7
9202026-05-23T04:12:00.821Z Downloaded russh-cryptovec v0.7.3
9212026-05-23T04:12:00.824Z Downloaded ref-cast v1.0.25
9222026-05-23T04:12:00.824Z Downloaded recursive v0.1.1
9232026-05-23T04:12:00.824Z Downloaded radium v0.7.0
9242026-05-23T04:12:00.827Z Downloaded p256 v0.13.2
9252026-05-23T04:12:00.830Z Downloaded rand_seeder v0.4.0
9262026-05-23T04:12:00.830Z Downloaded progenitor-extras v0.2.0
9272026-05-23T04:12:00.834Z Downloaded pkcs8 v0.10.2
9282026-05-23T04:12:00.834Z Downloaded hashbrown v0.13.2
9292026-05-23T04:12:00.837Z Downloaded progenitor-client v0.13.0
9302026-05-23T04:12:00.837Z Downloaded pin-project-lite v0.2.17
9312026-05-23T04:12:00.840Z Downloaded papergrid v0.17.0
9322026-05-23T04:12:00.843Z Downloaded rtoolbox v0.0.3
9332026-05-23T04:12:00.848Z Downloaded rand_xorshift v0.4.0
9342026-05-23T04:12:00.848Z Downloaded rand_core v0.6.4
9352026-05-23T04:12:00.848Z Downloaded rand_chacha v0.9.0
9362026-05-23T04:12:00.851Z Downloaded r2d2 v0.8.10
9372026-05-23T04:12:00.851Z Downloaded hickory-resolver v0.25.2
9382026-05-23T04:12:00.851Z Downloaded jiff-static v0.2.21
9392026-05-23T04:12:00.855Z Downloaded hickory-server v0.25.2
9402026-05-23T04:12:00.858Z Downloaded hashbrown v0.12.3
9412026-05-23T04:12:00.858Z Downloaded postcard v1.1.3
9422026-05-23T04:12:00.861Z Downloaded sapling-renderdag v0.1.0
9432026-05-23T04:12:00.864Z Downloaded scopeguard v1.2.0
9442026-05-23T04:12:00.864Z Downloaded minimal-lexical v0.2.1
9452026-05-23T04:12:00.867Z Downloaded hyper-util v0.1.20
9462026-05-23T04:12:00.870Z Downloaded rustc_version v0.4.1
9472026-05-23T04:12:00.870Z Downloaded ref-cast-impl v1.0.25
9482026-05-23T04:12:00.873Z Downloaded diesel_derives v2.3.7
9492026-05-23T04:12:00.877Z Downloaded scrypt v0.11.0
9502026-05-23T04:12:00.877Z Downloaded scheduled-thread-pool v0.2.7
9512026-05-23T04:12:00.880Z Downloaded seq-macro v0.3.6
9522026-05-23T04:12:00.880Z Downloaded serde_urlencoded v0.7.1
9532026-05-23T04:12:00.883Z Downloaded serde_bytes v0.11.19
9542026-05-23T04:12:00.886Z Downloaded salsa20 v0.10.2
9552026-05-23T04:12:00.889Z Downloaded scroll_derive v0.13.1
9562026-05-23T04:12:00.892Z Downloaded resolv-conf v0.7.6
9572026-05-23T04:12:00.895Z Downloaded serde_repr v0.1.20
9582026-05-23T04:12:00.895Z Downloaded serde_spanned v1.0.4
9592026-05-23T04:12:00.895Z Downloaded serde_plain v1.0.2
9602026-05-23T04:12:00.900Z Downloaded rustls-native-certs v0.8.3
9612026-05-23T04:12:00.900Z Downloaded psm v0.1.30
9622026-05-23T04:12:00.903Z Downloaded progenitor-impl v0.10.0
9632026-05-23T04:12:00.903Z Downloaded rand_core v0.9.5
9642026-05-23T04:12:00.903Z Downloaded openssl-sys v0.9.115
9652026-05-23T04:12:00.906Z Downloaded rustls-pemfile v2.2.0
9662026-05-23T04:12:00.906Z Downloaded rustls-pemfile v1.0.4
9672026-05-23T04:12:00.910Z Downloaded rustversion v1.0.22
9682026-05-23T04:12:00.910Z Downloaded quinn-udp v0.5.14
9692026-05-23T04:12:00.913Z Downloaded shell-words v1.1.1
9702026-05-23T04:12:00.913Z Downloaded sigpipe v0.1.3
9712026-05-23T04:12:00.913Z Downloaded signature v2.2.0
9722026-05-23T04:12:00.913Z Downloaded http v1.4.0
9732026-05-23T04:12:00.916Z Downloaded sha1 v0.10.6
9742026-05-23T04:12:00.918Z Downloaded rand_core v0.10.0
9752026-05-23T04:12:00.919Z Downloaded prefix-trie v0.7.0
9762026-05-23T04:12:00.923Z Downloaded pin-project v1.1.11
9772026-05-23T04:12:00.926Z Downloaded parking_lot v0.11.2
9782026-05-23T04:12:00.929Z Downloaded aes v0.8.4
9792026-05-23T04:12:00.932Z Downloaded signal-hook-tokio v0.3.1
9802026-05-23T04:12:00.932Z Downloaded oso v0.27.3
9812026-05-23T04:12:00.936Z Downloaded scroll v0.13.0
9822026-05-23T04:12:00.936Z Downloaded aes-gcm v0.10.3
9832026-05-23T04:12:00.940Z Downloaded same-file v1.0.6
9842026-05-23T04:12:00.940Z Downloaded progenitor-impl v0.14.0
9852026-05-23T04:12:00.940Z Downloaded progenitor-impl v0.11.2
9862026-05-23T04:12:00.943Z Downloaded semver v0.1.20
9872026-05-23T04:12:00.943Z Downloaded siphasher v1.0.2
9882026-05-23T04:12:00.943Z Downloaded crossterm v0.29.0
9892026-05-23T04:12:00.948Z Downloaded schemars_derive v0.8.22
9902026-05-23T04:12:00.950Z Downloaded dropshot-api-manager v0.7.2
9912026-05-23T04:12:00.950Z Downloaded sec1 v0.7.3
9922026-05-23T04:12:00.959Z Downloaded slog-envlogger v2.2.0
9932026-05-23T04:12:00.959Z Downloaded mio v1.2.0
9942026-05-23T04:12:00.963Z Downloaded sct v0.7.1
9952026-05-23T04:12:00.963Z Downloaded secrecy v0.10.3
9962026-05-23T04:12:00.966Z Downloaded serde_derive_internals v0.29.1
9972026-05-23T04:12:00.969Z Downloaded secrecy v0.8.0
9982026-05-23T04:12:00.969Z Downloaded serde-hex v0.1.0
9992026-05-23T04:12:00.972Z Downloaded itertools v0.10.5
10002026-05-23T04:12:00.975Z Downloaded ssh-cipher v0.2.0
10012026-05-23T04:12:00.978Z Downloaded pretty_assertions v1.4.1
10022026-05-23T04:12:00.984Z Downloaded signal-hook-mio v0.2.5
10032026-05-23T04:12:00.984Z Downloaded strum v0.26.3
10042026-05-23T04:12:00.984Z Downloaded sqlparser_derive v0.5.0
10052026-05-23T04:12:00.984Z Downloaded simd-adler32 v0.3.8
10062026-05-23T04:12:00.993Z Downloaded slab v0.4.12
10072026-05-23T04:12:00.996Z Downloaded progenitor-impl v0.13.0
10082026-05-23T04:12:00.996Z Downloaded strum v0.27.2
10092026-05-23T04:12:00.996Z Downloaded ssh-encoding v0.2.0
10102026-05-23T04:12:00.999Z Downloaded structmeta-derive v0.3.0
10112026-05-23T04:12:00.999Z Downloaded tabled_derive v0.11.0
10122026-05-23T04:12:01.004Z Downloaded smf v0.2.3
10132026-05-23T04:12:01.004Z Downloaded slog-json v2.6.1
10142026-05-23T04:12:01.007Z Downloaded smallvec v0.6.14
10152026-05-23T04:12:01.007Z Downloaded slog-scope v4.4.1
10162026-05-23T04:12:01.010Z Downloaded tap v1.0.1
10172026-05-23T04:12:01.013Z Downloaded tagptr v0.2.0
10182026-05-23T04:12:01.013Z Downloaded take_mut v0.2.2
10192026-05-23T04:12:01.013Z Downloaded serde-big-array v0.5.1
10202026-05-23T04:12:01.016Z Downloaded slog-bunyan v2.5.0
10212026-05-23T04:12:01.016Z Downloaded supports-color v3.0.2
10222026-05-23T04:12:01.016Z Downloaded subtle v2.6.1
10232026-05-23T04:12:01.019Z Downloaded sync_wrapper v1.0.2
10242026-05-23T04:12:01.019Z Downloaded structmeta v0.3.0
10252026-05-23T04:12:01.019Z Downloaded serde_cbor v0.11.2
10262026-05-23T04:12:01.022Z Downloaded rusty-fork v0.3.1
10272026-05-23T04:12:01.025Z Downloaded russh-keys v0.45.0
10282026-05-23T04:12:01.029Z Downloaded hashbrown v0.16.1
10292026-05-23T04:12:01.033Z Downloaded thiserror-impl-no-std v2.0.2
10302026-05-23T04:12:01.036Z Downloaded serde_with_macros v3.17.0
10312026-05-23T04:12:01.039Z Downloaded rustls-pki-types v1.14.0
10322026-05-23T04:12:01.039Z Downloaded libxml v0.3.3
10332026-05-23T04:12:01.042Z Downloaded tinyvec_macros v0.1.1
10342026-05-23T04:12:01.045Z Downloaded thread-id v5.1.0
10352026-05-23T04:12:01.045Z Downloaded tokio-macros v2.7.0
10362026-05-23T04:12:01.045Z Downloaded testing_table v0.3.0
10372026-05-23T04:12:01.045Z Downloaded termtree v0.5.1
10382026-05-23T04:12:01.049Z Downloaded sync-ptr v0.1.4
10392026-05-23T04:12:01.050Z Downloaded strip-ansi-escapes v0.2.1
10402026-05-23T04:12:01.050Z Downloaded string_cache v0.8.9
10412026-05-23T04:12:01.052Z Downloaded slog-dtrace v0.3.0
10422026-05-23T04:12:01.052Z Downloaded ron v0.8.1
10432026-05-23T04:12:01.055Z Downloaded rayon-core v1.13.0
10442026-05-23T04:12:01.055Z Downloaded static_assertions v1.1.0
10452026-05-23T04:12:01.058Z Downloaded slog-stdlog v4.1.1
10462026-05-23T04:12:01.058Z Downloaded slog-async v2.8.0
10472026-05-23T04:12:01.059Z Downloaded prettyplease v0.2.37
10482026-05-23T04:12:01.062Z Downloaded time-core v0.1.8
10492026-05-23T04:12:01.062Z Downloaded num-bigint v0.4.6
10502026-05-23T04:12:01.065Z Downloaded strum_macros v0.24.3
10512026-05-23T04:12:01.068Z Downloaded nom v7.1.3
10522026-05-23T04:12:01.071Z Downloaded shlex v1.3.0
10532026-05-23T04:12:01.074Z Downloaded support-bundle-viewer v0.1.2
10542026-05-23T04:12:01.077Z Downloaded stringprep v0.1.5
10552026-05-23T04:12:01.080Z Downloaded schemars v0.8.22
10562026-05-23T04:12:01.084Z Downloaded tabwriter v1.4.1
10572026-05-23T04:12:01.086Z Downloaded aho-corasick v1.1.4
10582026-05-23T04:12:01.090Z Downloaded spki v0.7.3
10592026-05-23T04:12:01.090Z Downloaded snafu-derive v0.8.9
10602026-05-23T04:12:01.094Z Downloaded slog-term v2.9.2
10612026-05-23T04:12:01.094Z Downloaded serde_path_to_error v0.1.20
10622026-05-23T04:12:01.094Z Downloaded strum_macros v0.26.4
10632026-05-23T04:12:01.096Z Downloaded hashbrown v0.15.5
10642026-05-23T04:12:01.100Z Downloaded thiserror-no-std v2.0.2
10652026-05-23T04:12:01.104Z Downloaded strum_macros v0.27.2
10662026-05-23T04:12:01.104Z Downloaded stacker v0.1.23
10672026-05-23T04:12:01.107Z Downloaded rustls-platform-verifier v0.6.2
10682026-05-23T04:12:01.107Z Downloaded tls_codec v0.4.2
10692026-05-23T04:12:01.109Z Downloaded quinn v0.11.9
10702026-05-23T04:12:01.112Z Downloaded topological-sort v0.2.2
10712026-05-23T04:12:01.112Z Downloaded tower-service v0.3.3
10722026-05-23T04:12:01.116Z Downloaded try-lock v0.2.5
10732026-05-23T04:12:01.116Z Downloaded time-macros v0.2.27
10742026-05-23T04:12:01.116Z Downloaded thread_local v1.1.9
10752026-05-23T04:12:01.116Z Downloaded tower-layer v0.3.3
10762026-05-23T04:12:01.119Z Downloaded futures-util v0.3.32
10772026-05-23T04:12:01.124Z Downloaded tiny-keccak v2.0.2
10782026-05-23T04:12:01.127Z Downloaded sqlformat v0.3.5
10792026-05-23T04:12:01.127Z Downloaded num-bigint-dig v0.8.6
10802026-05-23T04:12:01.130Z Downloaded similar v2.7.0
10812026-05-23T04:12:01.133Z Downloaded trait-variant v0.1.2
10822026-05-23T04:12:01.136Z Downloaded tls_codec_derive v0.4.2
10832026-05-23T04:12:01.136Z Downloaded termios v0.3.3
10842026-05-23T04:12:01.141Z Downloaded tokio-native-tls v0.3.1
10852026-05-23T04:12:01.141Z Downloaded signal-hook v0.3.18
10862026-05-23T04:12:01.141Z Downloaded tokio-tungstenite v0.21.0
10872026-05-23T04:12:01.144Z Downloaded schemars v0.9.0
10882026-05-23T04:12:01.148Z Downloaded untrusted v0.9.0
10892026-05-23T04:12:01.151Z Downloaded unarray v0.1.4
10902026-05-23T04:12:01.151Z Downloaded untrusted v0.7.1
10912026-05-23T04:12:01.154Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-05-23T04:12:01.154Z Downloaded rand v0.8.6
10932026-05-23T04:12:01.157Z Downloaded iri-string v0.7.10
10942026-05-23T04:12:01.159Z Downloaded usdt v0.6.0
10952026-05-23T04:12:01.159Z Downloaded unicode-truncate v1.1.0
10962026-05-23T04:12:01.162Z Downloaded term v1.2.1
10972026-05-23T04:12:01.162Z Downloaded term v0.7.0
10982026-05-23T04:12:01.165Z Downloaded ryu v1.0.23
10992026-05-23T04:12:01.168Z Downloaded qorb v0.4.1
11002026-05-23T04:12:01.171Z Downloaded publicsuffix v2.3.0
11012026-05-23T04:12:01.171Z Downloaded iddqd v0.4.1
11022026-05-23T04:12:01.175Z Downloaded utf-8 v0.7.6
11032026-05-23T04:12:01.179Z Downloaded toml_writer v1.0.6+spec-1.1.0
11042026-05-23T04:12:01.179Z Downloaded tokio-dtrace v0.1.1
11052026-05-23T04:12:01.179Z Downloaded signal-hook-registry v1.4.8
11062026-05-23T04:12:01.183Z Downloaded void v1.0.2
11072026-05-23T04:12:01.183Z Downloaded h2 v0.4.13
11082026-05-23T04:12:01.186Z Downloaded itertools v0.14.0
11092026-05-23T04:12:01.190Z Downloaded slog v2.8.2
11102026-05-23T04:12:01.193Z Downloaded serde_yaml v0.9.34+deprecated
11112026-05-23T04:12:01.193Z Downloaded usdt-macro v0.6.0
11122026-05-23T04:12:01.193Z Downloaded itertools v0.13.0
11132026-05-23T04:12:01.196Z Downloaded want v0.3.1
11142026-05-23T04:12:01.199Z Downloaded tui-tree-widget v0.23.1
11152026-05-23T04:12:01.199Z Downloaded waitgroup v0.1.2
11162026-05-23T04:12:01.199Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-05-23T04:12:01.202Z Downloaded hkdf v0.12.4
11182026-05-23T04:12:01.202Z Downloaded tokio-rustls v0.25.0
11192026-05-23T04:12:01.205Z Downloaded subprocess v0.2.15
11202026-05-23T04:12:01.205Z Downloaded socket2 v0.6.3
11212026-05-23T04:12:01.208Z Downloaded schemars v1.2.1
11222026-05-23T04:12:01.215Z Downloaded xshell-macros v0.2.7
11232026-05-23T04:12:01.218Z Downloaded xattr v1.6.1
11242026-05-23T04:12:01.218Z Downloaded typify-macro v0.4.3
11252026-05-23T04:12:01.218Z Downloaded tokio-rustls v0.24.1
11262026-05-23T04:12:01.221Z Downloaded wait-timeout v0.2.1
11272026-05-23T04:12:01.221Z Downloaded unit-prefix v0.5.2
11282026-05-23T04:12:01.221Z Downloaded rand v0.10.0
11292026-05-23T04:12:01.224Z Downloaded rcgen v0.12.1
11302026-05-23T04:12:01.224Z Downloaded test-strategy v0.4.5
11312026-05-23T04:12:01.230Z Downloaded typify-macro v0.6.2
11322026-05-23T04:12:01.230Z Downloaded zeroize_derive v1.4.3
11332026-05-23T04:12:01.234Z Downloaded uzers v0.12.2
11342026-05-23T04:12:01.234Z Downloaded usdt-attr-macro v0.6.0
11352026-05-23T04:12:01.234Z Downloaded tokio-tungstenite v0.23.1
11362026-05-23T04:12:01.234Z Downloaded chrono v0.4.44
11372026-05-23T04:12:01.238Z Downloaded toml_parser v1.0.9+spec-1.1.0
11382026-05-23T04:12:01.238Z Downloaded socket2 v0.5.10
11392026-05-23T04:12:01.241Z Downloaded samael v0.0.19
11402026-05-23T04:12:01.244Z Downloaded tinyvec v1.10.0
11412026-05-23T04:12:01.244Z Downloaded hyper v1.8.1
11422026-05-23T04:12:01.248Z Downloaded rand v0.9.2
11432026-05-23T04:12:01.251Z Downloaded rustls-webpki v0.103.9
11442026-05-23T04:12:01.254Z Downloaded itertools v0.12.1
11452026-05-23T04:12:01.257Z Downloaded rsa v0.9.10
11462026-05-23T04:12:01.260Z Downloaded zone_cfg_derive v0.3.1
11472026-05-23T04:12:01.260Z Downloaded walkdir v2.5.0
11482026-05-23T04:12:01.260Z Downloaded zone v0.3.1
11492026-05-23T04:12:01.263Z Downloaded vergen-gitcl v1.0.8
11502026-05-23T04:12:01.263Z Downloaded spin v0.9.8
11512026-05-23T04:12:01.263Z Downloaded vsss-rs v3.3.4
11522026-05-23T04:12:01.266Z Downloaded libm v0.2.16
11532026-05-23T04:12:01.270Z Downloaded unicase v2.9.0
11542026-05-23T04:12:01.273Z Downloaded tokio-rustls v0.26.4
11552026-05-23T04:12:01.273Z Downloaded whoami v1.6.1
11562026-05-23T04:12:01.276Z Downloaded universal-hash v0.5.1
11572026-05-23T04:12:01.276Z Downloaded tar v0.4.45
11582026-05-23T04:12:01.279Z Downloaded russh v0.45.0
11592026-05-23T04:12:01.282Z Downloaded toml v0.7.8
11602026-05-23T04:12:01.285Z Downloaded zeroize v1.8.2
11612026-05-23T04:12:01.288Z Downloaded vergen-lib v0.1.6
11622026-05-23T04:12:01.298Z Downloaded xshell v0.2.7
11632026-05-23T04:12:01.300Z Downloaded usdt-impl v0.6.0
11642026-05-23T04:12:01.300Z Downloaded zstd-safe v7.2.4
11652026-05-23T04:12:01.303Z Downloaded tracing-attributes v0.1.31
11662026-05-23T04:12:01.303Z Downloaded snafu v0.8.9
11672026-05-23T04:12:01.307Z Downloaded wyz v0.5.1
11682026-05-23T04:12:01.309Z Downloaded vergen-git2 v1.0.7
11692026-05-23T04:12:01.309Z Downloaded twox-hash v2.1.2
11702026-05-23T04:12:01.312Z Downloaded p521 v0.13.3
11712026-05-23T04:12:01.312Z Downloaded toml v1.0.6+spec-1.1.0
11722026-05-23T04:12:01.316Z Downloaded unicode-bidi v0.3.18
11732026-05-23T04:12:01.318Z Downloaded typify v0.6.2
11742026-05-23T04:12:01.321Z Downloaded unsafe-libyaml v0.2.11
11752026-05-23T04:12:01.321Z Downloaded zstd v0.13.3
11762026-05-23T04:12:01.325Z Downloaded yasna v0.5.2
11772026-05-23T04:12:01.331Z Downloaded vergen v9.0.6
11782026-05-23T04:12:01.334Z Downloaded tokio-stream v0.1.18
11792026-05-23T04:12:01.337Z Downloaded tungstenite v0.23.0
11802026-05-23T04:12:01.337Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-05-23T04:12:01.340Z Downloaded blake3 v1.8.3
11822026-05-23T04:12:01.344Z Downloaded tracing-core v0.1.36
11832026-05-23T04:12:01.347Z Downloaded tungstenite v0.21.0
11842026-05-23T04:12:01.350Z Downloaded unicode-properties v0.1.4
11852026-05-23T04:12:01.353Z Downloaded tokio-postgres v0.7.16
11862026-05-23T04:12:01.364Z Downloaded typify v0.4.3
11872026-05-23T04:12:01.366Z Downloaded whoami v2.1.0
11882026-05-23T04:12:01.371Z Downloaded toml_edit v0.19.15
11892026-05-23T04:12:01.380Z Downloaded ssh-key v0.6.7
11902026-05-23T04:12:01.384Z Downloaded toml v0.9.12+spec-1.1.0
11912026-05-23T04:12:01.387Z Downloaded bitvec v1.0.1
11922026-05-23T04:12:01.395Z Downloaded zerocopy v0.6.6
11932026-05-23T04:12:01.398Z Downloaded reedline v0.40.0
11942026-05-23T04:12:01.401Z Downloaded yansi v1.0.1
11952026-05-23T04:12:01.404Z Downloaded reqwest v0.12.28
11962026-05-23T04:12:01.408Z Downloaded bindgen v0.71.1
11972026-05-23T04:12:01.411Z Downloaded rpassword v7.4.0
11982026-05-23T04:12:01.414Z Downloaded dropshot v0.16.7
11992026-05-23T04:12:01.425Z Downloaded steno v0.4.1
12002026-05-23T04:12:01.427Z Downloaded zopfli v0.8.3
12012026-05-23T04:12:01.431Z Downloaded vte v0.14.1
12022026-05-23T04:12:01.435Z Downloaded portable-atomic v1.13.1
12032026-05-23T04:12:01.441Z Downloaded rustyline v14.0.0
12042026-05-23T04:12:01.444Z Downloaded goblin v0.10.5
12052026-05-23T04:12:01.447Z Downloaded zerocopy-derive v0.8.40
12062026-05-23T04:12:01.459Z Downloaded unicode_categories v0.1.1
12072026-05-23T04:12:01.463Z Downloaded p384 v0.13.1
12082026-05-23T04:12:01.466Z Downloaded regex v1.12.3
12092026-05-23T04:12:01.471Z Downloaded uuid v1.23.0
12102026-05-23T04:12:01.476Z Downloaded tough v0.22.0
12112026-05-23T04:12:01.479Z Downloaded lalrpop v0.19.12
12122026-05-23T04:12:01.483Z Downloaded zip v0.6.6
12132026-05-23T04:12:01.487Z Downloaded moka v0.12.13
12142026-05-23T04:12:01.491Z Downloaded quick-xml v0.37.5
12152026-05-23T04:12:01.495Z Downloaded tower v0.5.3
12162026-05-23T04:12:01.499Z Downloaded tower-http v0.6.8
12172026-05-23T04:12:01.503Z Downloaded zip v4.6.1
12182026-05-23T04:12:01.506Z Downloaded rustls-webpki v0.102.8
12192026-05-23T04:12:01.516Z Downloaded unicode-normalization v0.1.25
12202026-05-23T04:12:01.519Z Downloaded reqwest v0.13.2
12212026-05-23T04:12:01.523Z Downloaded rustls-webpki v0.101.7
12222026-05-23T04:12:01.531Z Downloaded petname v2.0.2
12232026-05-23T04:12:01.534Z Downloaded curve25519-dalek v4.1.3
12242026-05-23T04:12:01.540Z Downloaded rayon v1.11.0
12252026-05-23T04:12:01.544Z Downloaded radix_trie v0.2.1
12262026-05-23T04:12:01.547Z Downloaded proptest v1.10.0
12272026-05-23T04:12:01.553Z Downloaded x509-cert v0.2.5
12282026-05-23T04:12:01.556Z Downloaded object v0.30.4
12292026-05-23T04:12:01.562Z Downloaded typed-path v0.9.3
12302026-05-23T04:12:01.565Z Downloaded git2 v0.20.4
12312026-05-23T04:12:01.570Z Downloaded salty v0.3.0
12322026-05-23T04:12:01.573Z Downloaded openssl v0.10.79
12332026-05-23T04:12:01.580Z Downloaded winnow v0.6.26
12342026-05-23T04:12:01.587Z Downloaded nix v0.28.0
12352026-05-23T04:12:01.593Z Downloaded unicode-segmentation v1.12.0
12362026-05-23T04:12:01.596Z Downloaded tokio-util v0.7.18
12372026-05-23T04:12:01.602Z Downloaded winnow v0.5.40
12382026-05-23T04:12:01.605Z Downloaded dropshot v0.17.0
12392026-05-23T04:12:01.618Z Downloaded serde_with v3.17.0
12402026-05-23T04:12:01.625Z Downloaded regex-syntax v0.6.29
12412026-05-23T04:12:01.629Z Downloaded nix v0.27.1
12422026-05-23T04:12:01.635Z Downloaded vcpkg v0.2.15
12432026-05-23T04:12:01.658Z Downloaded object v0.37.3
12442026-05-23T04:12:01.664Z Downloaded rustls v0.21.12
12452026-05-23T04:12:01.670Z Downloaded nix v0.29.0
12462026-05-23T04:12:01.677Z Downloaded tabled v0.20.0
12472026-05-23T04:12:01.687Z Downloaded quinn-proto v0.11.13
12482026-05-23T04:12:01.691Z Downloaded regress v0.11.1
12492026-05-23T04:12:01.696Z Downloaded regress v0.10.5
12502026-05-23T04:12:01.702Z Downloaded regex-syntax v0.8.10
12512026-05-23T04:12:01.706Z Downloaded diesel v2.3.7
12522026-05-23T04:12:01.719Z Downloaded polar-core v0.27.3
12532026-05-23T04:12:01.723Z Downloaded bstr v1.12.1
12542026-05-23T04:12:01.728Z Downloaded hickory-proto v0.25.2
12552026-05-23T04:12:01.748Z Downloaded sqlparser v0.61.0
12562026-05-23T04:12:01.754Z Downloaded typify-impl v0.6.2
12572026-05-23T04:12:01.763Z Downloaded tracing v0.1.44
12582026-05-23T04:12:01.775Z Downloaded time v0.3.47
12592026-05-23T04:12:01.783Z Downloaded smoltcp v0.9.1
12602026-05-23T04:12:01.788Z Downloaded hickory-proto v0.24.4
12612026-05-23T04:12:01.797Z Downloaded zlib-rs v0.6.2
12622026-05-23T04:12:01.801Z Downloaded csv v1.4.0
12632026-05-23T04:12:01.812Z Downloaded zerocopy-derive v0.6.6
12642026-05-23T04:12:01.818Z Downloaded webpki-roots v1.0.6
12652026-05-23T04:12:01.820Z Downloaded nix v0.31.2
12662026-05-23T04:12:01.827Z Downloaded rustls v0.22.4
12672026-05-23T04:12:01.834Z Downloaded smoltcp v0.11.0
12682026-05-23T04:12:01.848Z Downloaded openapiv3 v2.2.0
12692026-05-23T04:12:01.858Z Downloaded zerocopy v0.8.40
12702026-05-23T04:12:01.862Z Downloaded rustix v0.38.44
12712026-05-23T04:12:01.890Z Downloaded rustls v0.23.37
12722026-05-23T04:12:01.914Z Downloaded encoding_rs v0.8.35
12732026-05-23T04:12:01.926Z Downloaded ring v0.17.14
12742026-05-23T04:12:02.012Z Downloaded ratatui v0.29.0
12752026-05-23T04:12:02.024Z Downloaded sled v0.34.7
12762026-05-23T04:12:02.046Z Downloaded typify-impl v0.4.3
12772026-05-23T04:12:02.055Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-05-23T04:12:02.081Z Downloaded regex-automata v0.4.14
12792026-05-23T04:12:02.114Z Downloaded petgraph v0.6.5
12802026-05-23T04:12:02.125Z Downloaded jiff v0.2.21
12812026-05-23T04:12:02.136Z Downloaded chrono-tz v0.10.4
12822026-05-23T04:12:02.162Z Downloaded petgraph v0.8.3
12832026-05-23T04:12:02.183Z Downloaded libz-sys v1.1.24
12842026-05-23T04:12:02.203Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-23T04:12:02.214Z Downloaded tokio v1.52.1
12862026-05-23T04:12:02.238Z Downloaded sha3 v0.10.8
12872026-05-23T04:12:02.332Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-23T04:12:02.850Z Downloaded aws-lc-sys v0.40.0
12892026-05-23T04:12:03.105Z Compiling libc v0.2.185
12902026-05-23T04:12:03.108Z Compiling serde v1.0.228
12912026-05-23T04:12:03.108Z Compiling log v0.4.29
12922026-05-23T04:12:03.108Z Compiling shlex v1.3.0
12932026-05-23T04:12:03.108Z Compiling find-msvc-tools v0.1.9
12942026-05-23T04:12:03.108Z Compiling smallvec v1.15.1
12952026-05-23T04:12:03.108Z Compiling typenum v1.19.0
12962026-05-23T04:12:03.108Z Compiling subtle v2.6.1
12972026-05-23T04:12:03.266Z Compiling generic-array v0.14.7
12982026-05-23T04:12:03.275Z Compiling scopeguard v1.2.0
12992026-05-23T04:12:03.348Z Compiling const-oid v0.9.6
13002026-05-23T04:12:03.348Z Compiling serde_json v1.0.149
13012026-05-23T04:12:03.348Z Compiling syn v2.0.117
13022026-05-23T04:12:03.348Z Compiling zerocopy v0.8.40
13032026-05-23T04:12:03.348Z Compiling portable-atomic v1.13.1
13042026-05-23T04:12:03.348Z Compiling parking_lot_core v0.9.12
13052026-05-23T04:12:03.479Z Compiling lock_api v0.4.14
13062026-05-23T04:12:03.495Z Compiling pin-project-lite v0.2.17
13072026-05-23T04:12:03.551Z Compiling pkg-config v0.3.32
13082026-05-23T04:12:03.554Z Compiling bitflags v2.11.0
13092026-05-23T04:12:03.670Z Compiling libm v0.2.16
13102026-05-23T04:12:03.673Z Compiling futures-core v0.3.32
13112026-05-23T04:12:03.703Z Compiling critical-section v1.2.0
13122026-05-23T04:12:03.733Z Compiling num-traits v0.2.19
13132026-05-23T04:12:03.761Z Compiling percent-encoding v2.3.2
13142026-05-23T04:12:03.812Z Compiling futures-sink v0.3.32
13152026-05-23T04:12:03.832Z Compiling futures-io v0.3.32
13162026-05-23T04:12:03.881Z Compiling futures-task v0.3.32
13172026-05-23T04:12:03.884Z Compiling getrandom v0.4.1
13182026-05-23T04:12:03.884Z Compiling cpufeatures v0.2.17
13192026-05-23T04:12:03.954Z Compiling futures-channel v0.3.32
13202026-05-23T04:12:03.985Z Compiling slab v0.4.12
13212026-05-23T04:12:04.004Z Compiling rand_core v0.10.0
13222026-05-23T04:12:04.034Z Compiling indexmap v2.14.0
13232026-05-23T04:12:04.077Z Compiling getrandom v0.3.4
13242026-05-23T04:12:04.092Z Compiling rustversion v1.0.22
13252026-05-23T04:12:04.185Z Compiling form_urlencoded v1.2.2
13262026-05-23T04:12:04.191Z Compiling dunce v1.0.5
13272026-05-23T04:12:04.206Z Compiling fs_extra v1.3.0
13282026-05-23T04:12:04.209Z Compiling ident_case v1.0.1
13292026-05-23T04:12:04.236Z Compiling base64ct v1.8.3
13302026-05-23T04:12:04.292Z Compiling getrandom v0.2.17
13312026-05-23T04:12:04.307Z Compiling jobserver v0.1.34
13322026-05-23T04:12:04.310Z Compiling errno v0.3.14
13332026-05-23T04:12:04.397Z Compiling mio v1.2.0
13342026-05-23T04:12:04.402Z Compiling socket2 v0.6.3
13352026-05-23T04:12:04.476Z Compiling rand_core v0.6.4
13362026-05-23T04:12:04.498Z Compiling signal-hook-registry v1.4.8
13372026-05-23T04:12:04.514Z Compiling once_cell v1.21.3
13382026-05-23T04:12:04.552Z Compiling cc v1.2.56
13392026-05-23T04:12:04.567Z Compiling parking_lot v0.12.5
13402026-05-23T04:12:04.671Z Compiling pem-rfc7468 v0.7.0
13412026-05-23T04:12:04.722Z Compiling rustix v1.1.3
13422026-05-23T04:12:04.722Z Compiling flagset v0.4.7
13432026-05-23T04:12:04.752Z Compiling regex-syntax v0.8.10
13442026-05-23T04:12:04.778Z Compiling iana-time-zone v0.1.65
13452026-05-23T04:12:04.803Z Compiling vcpkg v0.2.15
13462026-05-23T04:12:04.826Z Compiling aws-lc-rs v1.16.3
13472026-05-23T04:12:04.861Z Compiling uuid v1.23.0
13482026-05-23T04:12:04.891Z Compiling tracing-core v0.1.36
13492026-05-23T04:12:04.969Z Compiling rustc_version v0.4.1
13502026-05-23T04:12:05.002Z Compiling rand_core v0.9.5
13512026-05-23T04:12:05.002Z Compiling base64 v0.22.1
13522026-05-23T04:12:05.048Z Compiling tinyvec_macros v0.1.1
13532026-05-23T04:12:05.118Z Compiling untrusted v0.9.0
13542026-05-23T04:12:05.134Z Compiling untrusted v0.7.1
13552026-05-23T04:12:05.147Z Compiling openssl-probe v0.2.1
13562026-05-23T04:12:05.265Z Compiling httparse v1.10.1
13572026-05-23T04:12:05.281Z Compiling tinyvec v1.10.0
13582026-05-23T04:12:05.298Z Compiling aho-corasick v1.1.4
13592026-05-23T04:12:05.301Z Compiling cmake v0.1.57
13602026-05-23T04:12:05.329Z Compiling try-lock v0.2.5
13612026-05-23T04:12:05.332Z Compiling rustls v0.23.37
13622026-05-23T04:12:05.357Z Compiling atomic-waker v1.1.2
13632026-05-23T04:12:05.375Z Compiling schemars v0.8.22
13642026-05-23T04:12:05.470Z Compiling tower-layer v0.3.3
13652026-05-23T04:12:05.497Z Compiling dyn-clone v1.0.20
13662026-05-23T04:12:05.511Z Compiling tower-service v0.3.3
13672026-05-23T04:12:05.552Z Compiling want v0.3.1
13682026-05-23T04:12:05.575Z Compiling httpdate v1.0.3
13692026-05-23T04:12:05.599Z Compiling openssl v0.10.79
13702026-05-23T04:12:05.627Z Compiling foreign-types-shared v0.1.1
13712026-05-23T04:12:05.647Z Compiling pin-utils v0.1.0
13722026-05-23T04:12:05.650Z Compiling unicode-normalization v0.1.25
13732026-05-23T04:12:05.693Z Compiling spin v0.9.8
13742026-05-23T04:12:05.709Z Compiling foreign-types v0.3.2
13752026-05-23T04:12:05.722Z Compiling num-conv v0.2.0
13762026-05-23T04:12:05.754Z Compiling time-core v0.1.8
13772026-05-23T04:12:05.767Z Compiling native-tls v0.2.18
13782026-05-23T04:12:05.782Z Compiling powerfmt v0.2.0
13792026-05-23T04:12:05.813Z Compiling crc32fast v1.5.0
13802026-05-23T04:12:05.816Z Compiling wait-timeout v0.2.1
13812026-05-23T04:12:05.816Z Compiling sync_wrapper v1.0.2
13822026-05-23T04:12:05.855Z Compiling crossbeam-utils v0.8.21
13832026-05-23T04:12:05.888Z Compiling siphasher v1.0.2
13842026-05-23T04:12:05.940Z Compiling quick-error v1.2.3
13852026-05-23T04:12:05.955Z Compiling time-macros v0.2.27
13862026-05-23T04:12:05.969Z Compiling deranged v0.5.8
13872026-05-23T04:12:06.019Z Compiling bit-vec v0.8.0
13882026-05-23T04:12:06.033Z Compiling num_threads v0.1.7
13892026-05-23T04:12:06.068Z Compiling simd-adler32 v0.3.8
13902026-05-23T04:12:06.083Z Compiling syn v1.0.109
13912026-05-23T04:12:06.105Z Compiling usdt-impl v0.6.0
13922026-05-23T04:12:06.141Z Compiling heapless v0.7.17
13932026-05-23T04:12:06.158Z Compiling slog v2.8.2
13942026-05-23T04:12:06.161Z Compiling rand_xorshift v0.4.0
13952026-05-23T04:12:06.189Z Compiling aws-lc-sys v0.40.0
13962026-05-23T04:12:06.189Z Compiling ring v0.17.14
13972026-05-23T04:12:06.277Z Compiling openssl-sys v0.9.115
13982026-05-23T04:12:06.342Z Compiling regex-automata v0.4.14
13992026-05-23T04:12:06.356Z Compiling tempfile v3.25.0
14002026-05-23T04:12:06.372Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-05-23T04:12:06.404Z Compiling bit-set v0.8.0
14022026-05-23T04:12:06.421Z Compiling synstructure v0.13.2
14032026-05-23T04:12:06.436Z Compiling pest_generator v2.8.6
14042026-05-23T04:12:06.439Z Compiling serde_derive_internals v0.29.1
14052026-05-23T04:12:06.731Z Compiling darling_core v0.20.11
14062026-05-23T04:12:06.771Z Compiling rusty-fork v0.3.1
14072026-05-23T04:12:06.981Z Compiling darling_core v0.21.3
14082026-05-23T04:12:07.140Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-23T04:12:07.186Z Compiling thread-id v5.1.0
14102026-05-23T04:12:07.222Z Compiling cookie v0.18.1
14112026-05-23T04:12:07.256Z Compiling time v0.3.47
14122026-05-23T04:12:07.271Z Compiling unicode-properties v0.1.4
14132026-05-23T04:12:07.288Z Compiling unicode-bidi v0.3.18
14142026-05-23T04:12:07.370Z Compiling paste v1.0.15
14152026-05-23T04:12:07.441Z Compiling allocator-api2 v0.2.21
14162026-05-23T04:12:07.455Z Compiling ryu v1.0.23
14172026-05-23T04:12:07.471Z Compiling adler2 v2.0.1
14182026-05-23T04:12:07.501Z Compiling unarray v0.1.4
14192026-05-23T04:12:07.565Z Compiling zstd-safe v7.2.4
14202026-05-23T04:12:07.615Z Compiling iri-string v0.7.10
14212026-05-23T04:12:07.630Z Compiling anyhow v1.0.102
14222026-05-23T04:12:07.658Z Compiling signal-hook v0.3.18
14232026-05-23T04:12:07.729Z Compiling stringprep v0.1.5
14242026-05-23T04:12:07.784Z Compiling miniz_oxide v0.8.9
14252026-05-23T04:12:07.989Z Compiling num-integer v0.1.46
14262026-05-23T04:12:08.180Z Compiling curve25519-dalek v4.1.3
14272026-05-23T04:12:08.202Z Compiling vergen-lib v0.1.6
14282026-05-23T04:12:08.316Z Compiling serde_derive v1.0.228
14292026-05-23T04:12:08.369Z Compiling zeroize_derive v1.4.3
14302026-05-23T04:12:08.387Z Compiling zerofrom-derive v0.1.6
14312026-05-23T04:12:08.436Z Compiling yoke-derive v0.8.1
14322026-05-23T04:12:08.455Z Compiling zerocopy-derive v0.8.40
14332026-05-23T04:12:08.565Z Compiling zerovec-derive v0.11.2
14342026-05-23T04:12:08.582Z Compiling displaydoc v0.2.5
14352026-05-23T04:12:08.911Z Compiling tokio-macros v2.7.0
14362026-05-23T04:12:09.055Z Compiling zeroize v1.8.2
14372026-05-23T04:12:09.127Z Compiling futures-macro v0.3.32
14382026-05-23T04:12:09.192Z Compiling der_derive v0.7.3
14392026-05-23T04:12:09.365Z Compiling rustls-pki-types v1.14.0
14402026-05-23T04:12:09.580Z Compiling tracing-attributes v0.1.31
14412026-05-23T04:12:09.638Z Compiling thiserror-impl v2.0.18
14422026-05-23T04:12:09.679Z Compiling scroll_derive v0.13.1
14432026-05-23T04:12:09.720Z Compiling schemars_derive v0.8.22
14442026-05-23T04:12:09.852Z Compiling crypto-common v0.1.7
14452026-05-23T04:12:09.867Z Compiling zerofrom v0.1.6
14462026-05-23T04:12:09.870Z Compiling block-buffer v0.10.4
14472026-05-23T04:12:09.999Z Compiling yoke v0.8.1
14482026-05-23T04:12:10.030Z Compiling digest v0.10.7
14492026-05-23T04:12:10.034Z Compiling futures-util v0.3.32
14502026-05-23T04:12:10.069Z Compiling block-padding v0.3.3
14512026-05-23T04:12:10.210Z Compiling zerovec v0.11.5
14522026-05-23T04:12:10.224Z Compiling zerotrie v0.2.3
14532026-05-23T04:12:10.250Z Compiling hmac v0.12.1
14542026-05-23T04:12:10.304Z Compiling inout v0.1.4
14552026-05-23T04:12:10.431Z Compiling sha2 v0.10.9
14562026-05-23T04:12:10.502Z Compiling cipher v0.4.4
14572026-05-23T04:12:10.528Z Compiling der v0.7.10
14582026-05-23T04:12:10.544Z Compiling pbkdf2 v0.12.2
14592026-05-23T04:12:10.676Z Compiling tinystr v0.8.2
14602026-05-23T04:12:10.701Z Compiling potential_utf v0.1.4
14612026-05-23T04:12:10.739Z Compiling salsa20 v0.10.2
14622026-05-23T04:12:10.778Z Compiling aes v0.8.4
14632026-05-23T04:12:10.886Z Compiling icu_locale_core v2.1.1
14642026-05-23T04:12:10.905Z Compiling icu_collections v2.1.1
14652026-05-23T04:12:10.921Z Compiling scrypt v0.11.0
14662026-05-23T04:12:10.952Z Compiling tracing v0.1.44
14672026-05-23T04:12:11.038Z Compiling cbc v0.1.2
14682026-05-23T04:12:11.041Z Compiling thiserror v2.0.18
14692026-05-23T04:12:11.162Z Compiling pest_derive v2.8.6
14702026-05-23T04:12:11.207Z Compiling scroll v0.13.0
14712026-05-23T04:12:11.223Z Compiling darling_macro v0.20.11
14722026-05-23T04:12:11.242Z Compiling openssl-macros v0.1.1
14732026-05-23T04:12:11.409Z Compiling spki v0.7.3
14742026-05-23T04:12:11.501Z Compiling icu_provider v2.1.1
14752026-05-23T04:12:11.629Z Compiling pkcs5 v0.7.1
14762026-05-23T04:12:11.645Z Compiling goblin v0.10.5
14772026-05-23T04:12:11.747Z Compiling icu_normalizer v2.1.1
14782026-05-23T04:12:11.762Z Compiling icu_properties v2.1.2
14792026-05-23T04:12:11.790Z Compiling darling v0.20.11
14802026-05-23T04:12:11.818Z Compiling rustls-native-certs v0.8.3
14812026-05-23T04:12:11.821Z Compiling dtrace-parser v0.3.0
14822026-05-23T04:12:11.821Z Compiling signature v2.2.0
14832026-05-23T04:12:11.864Z Compiling bytes v1.11.1
14842026-05-23T04:12:11.884Z Compiling chrono v0.4.44
14852026-05-23T04:12:11.900Z Compiling ipnet v2.11.0
14862026-05-23T04:12:12.046Z Compiling pkcs8 v0.10.2
14872026-05-23T04:12:12.134Z Compiling derive_builder_core v0.20.2
14882026-05-23T04:12:12.137Z Compiling webpki-roots v1.0.6
14892026-05-23T04:12:12.272Z Compiling thiserror-impl v1.0.69
14902026-05-23T04:12:12.305Z Compiling scroll_derive v0.12.1
14912026-05-23T04:12:12.346Z Compiling tokio v1.52.1
14922026-05-23T04:12:12.375Z Compiling http v1.4.0
14932026-05-23T04:12:12.419Z Compiling serde_spanned v0.6.9
14942026-05-23T04:12:12.495Z Compiling toml_datetime v0.6.11
14952026-05-23T04:12:12.580Z Compiling serde_urlencoded v0.7.1
14962026-05-23T04:12:12.622Z Compiling idna_adapter v1.2.1
14972026-05-23T04:12:12.768Z Compiling idna v1.1.0
14982026-05-23T04:12:12.783Z Compiling serde_tokenstream v0.2.3
14992026-05-23T04:12:12.850Z Compiling ppv-lite86 v0.2.21
15002026-05-23T04:12:12.886Z Compiling erased-serde v0.3.31
15012026-05-23T04:12:13.004Z Compiling http-body v1.0.1
15022026-05-23T04:12:13.031Z Compiling derive_builder_macro v0.20.2
15032026-05-23T04:12:13.034Z Compiling scroll v0.12.0
15042026-05-23T04:12:13.105Z Compiling url v2.5.8
15052026-05-23T04:12:13.120Z Compiling md-5 v0.10.6
15062026-05-23T04:12:13.176Z Compiling rand_chacha v0.9.0
15072026-05-23T04:12:13.196Z Compiling http-body-util v0.1.3
15082026-05-23T04:12:13.297Z Compiling rand_chacha v0.3.1
15092026-05-23T04:12:13.301Z Compiling darling_macro v0.21.3
15102026-05-23T04:12:13.368Z Compiling bstr v1.12.1
15112026-05-23T04:12:13.390Z Compiling async-trait v0.1.89
15122026-05-23T04:12:13.411Z Compiling pin-project-internal v1.1.11
15132026-05-23T04:12:13.489Z Compiling rand v0.9.2
15142026-05-23T04:12:13.508Z Compiling zerocopy-derive v0.7.35
15152026-05-23T04:12:13.562Z Compiling ff v0.13.1
15162026-05-23T04:12:13.624Z Compiling thiserror v1.0.69
15172026-05-23T04:12:13.744Z Compiling hash32 v0.2.1
15182026-05-23T04:12:13.877Z Compiling memoffset v0.9.1
15192026-05-23T04:12:13.943Z Compiling psl-types v2.0.11
15202026-05-23T04:12:13.958Z Compiling base16ct v0.2.0
15212026-05-23T04:12:14.054Z Compiling litrs v1.0.0
15222026-05-23T04:12:14.084Z Compiling proptest v1.10.0
15232026-05-23T04:12:14.099Z Compiling smoltcp v0.9.1
15242026-05-23T04:12:14.153Z Compiling fallible-iterator v0.2.0
15252026-05-23T04:12:14.195Z Compiling num-bigint-dig v0.8.6
15262026-05-23T04:12:14.319Z Compiling zlib-rs v0.6.2
15272026-05-23T04:12:14.338Z Compiling cfg_aliases v0.2.1
15282026-05-23T04:12:14.410Z Compiling dof v0.4.0
15292026-05-23T04:12:14.427Z Compiling rustix v0.38.44
15302026-05-23T04:12:14.465Z Compiling ref-cast v1.0.25
15312026-05-23T04:12:14.487Z Compiling zerocopy v0.7.35
15322026-05-23T04:12:14.520Z Compiling ipnetwork v0.21.1
15332026-05-23T04:12:14.534Z Compiling postgres-protocol v0.6.10
15342026-05-23T04:12:14.599Z Compiling document-features v0.2.12
15352026-05-23T04:12:14.614Z Compiling pin-project v1.1.11
15362026-05-23T04:12:14.730Z Compiling nix v0.31.2
15372026-05-23T04:12:14.783Z Compiling oxnet v0.1.4
15382026-05-23T04:12:14.923Z Compiling sec1 v0.7.3
15392026-05-23T04:12:14.940Z Compiling publicsuffix v2.3.0
15402026-05-23T04:12:15.081Z Compiling darling v0.21.3
15412026-05-23T04:12:15.098Z Compiling group v0.13.0
15422026-05-23T04:12:15.115Z Compiling rand v0.8.6
15432026-05-23T04:12:15.131Z Compiling derive_builder v0.20.2
15442026-05-23T04:12:15.218Z Compiling goblin v0.8.2
15452026-05-23T04:12:15.236Z Compiling futures-executor v0.3.32
15462026-05-23T04:12:15.239Z Compiling hex v0.4.3
15472026-05-23T04:12:15.307Z Compiling cargo-platform v0.1.9
15482026-05-23T04:12:15.310Z Compiling hubpack_derive v0.1.1
15492026-05-23T04:12:15.495Z Compiling hkdf v0.12.4
15502026-05-23T04:12:15.516Z Compiling crypto-bigint v0.5.5
15512026-05-23T04:12:15.531Z Compiling regex v1.12.3
15522026-05-23T04:12:15.652Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-23T04:12:15.672Z Compiling snafu-derive v0.8.9
15542026-05-23T04:12:15.688Z Compiling strum_macros v0.27.2
15552026-05-23T04:12:15.707Z Compiling daft-derive v0.1.7
15562026-05-23T04:12:15.748Z Compiling ref-cast-impl v1.0.25
15572026-05-23T04:12:15.808Z Compiling num-iter v0.1.45
15582026-05-23T04:12:15.993Z Compiling terminal_size v0.4.3
15592026-05-23T04:12:16.159Z Compiling tokio-util v0.7.18
15602026-05-23T04:12:16.181Z Compiling tower v0.5.3
15612026-05-23T04:12:16.269Z Compiling tokio-native-tls v0.3.1
15622026-05-23T04:12:16.314Z Compiling phf_shared v0.13.1
15632026-05-23T04:12:16.340Z Compiling lazy_static v1.5.0
15642026-05-23T04:12:16.354Z Compiling vergen v9.0.6
15652026-05-23T04:12:16.453Z Compiling newtype-uuid v1.3.2
15662026-05-23T04:12:16.468Z Compiling fs-err v3.3.0
15672026-05-23T04:12:16.471Z Compiling encoding_rs v0.8.35
15682026-05-23T04:12:16.534Z Compiling ahash v0.8.12
15692026-05-23T04:12:16.560Z Compiling managed v0.8.0
15702026-05-23T04:12:16.575Z Compiling foldhash v0.1.5
15712026-05-23T04:12:16.681Z Compiling tower-http v0.6.8
15722026-05-23T04:12:16.696Z Compiling winnow v0.5.40
15732026-05-23T04:12:16.759Z Compiling same-file v1.0.6
15742026-05-23T04:12:16.774Z Compiling libbz2-rs-sys v0.2.2
15752026-05-23T04:12:16.792Z Compiling unicode-segmentation v1.12.0
15762026-05-23T04:12:16.813Z Compiling foldhash v0.2.0
15772026-05-23T04:12:16.940Z Compiling h2 v0.4.13
15782026-05-23T04:12:17.052Z Compiling object v0.37.3
15792026-05-23T04:12:17.119Z Compiling mime v0.3.17
15802026-05-23T04:12:17.192Z Compiling flate2 v1.1.9
15812026-05-23T04:12:17.232Z Compiling bitflags v1.3.2
15822026-05-23T04:12:17.322Z Compiling bumpalo v3.20.2
15832026-05-23T04:12:17.409Z Compiling dof v0.3.0
15842026-05-23T04:12:17.471Z Compiling bzip2 v0.6.1
15852026-05-23T04:12:17.559Z Compiling zopfli v0.8.3
15862026-05-23T04:12:17.594Z Compiling clap_builder v4.5.60
15872026-05-23T04:12:17.631Z Compiling hashbrown v0.16.1
15882026-05-23T04:12:17.648Z Compiling snafu v0.8.9
15892026-05-23T04:12:17.651Z Compiling walkdir v2.5.0
15902026-05-23T04:12:17.722Z Compiling strum v0.27.2
15912026-05-23T04:12:17.750Z Compiling hashbrown v0.15.5
15922026-05-23T04:12:17.986Z Compiling toml_edit v0.19.15
15932026-05-23T04:12:18.002Z Compiling daft v0.1.7
15942026-05-23T04:12:18.047Z Compiling phf v0.13.1
15952026-05-23T04:12:18.064Z Compiling elliptic-curve v0.13.8
15962026-05-23T04:12:18.228Z Compiling signal-hook-mio v0.2.5
15972026-05-23T04:12:18.244Z Compiling cargo_metadata v0.19.2
15982026-05-23T04:12:18.259Z Compiling usdt-macro v0.6.0
15992026-05-23T04:12:18.288Z Compiling usdt-attr-macro v0.6.0
16002026-05-23T04:12:18.364Z Compiling cookie_store v0.22.1
16012026-05-23T04:12:18.364Z Compiling hubpack v0.1.2
16022026-05-23T04:12:18.367Z Compiling bzip2 v0.4.4
16032026-05-23T04:12:18.542Z Compiling zstd v0.13.3
16042026-05-23T04:12:18.608Z Compiling futures v0.3.32
16052026-05-23T04:12:18.611Z Compiling serde_with_macros v3.17.0
16062026-05-23T04:12:18.730Z Compiling postgres-types v0.2.12
16072026-05-23T04:12:18.778Z Compiling globset v0.4.18
16082026-05-23T04:12:18.829Z Compiling dtrace-parser v0.2.0
16092026-05-23T04:12:19.068Z Compiling ed25519 v2.2.3
16102026-05-23T04:12:19.084Z Compiling pkcs1 v0.7.5
16112026-05-23T04:12:19.204Z Compiling serde_plain v1.0.2
16122026-05-23T04:12:19.316Z Compiling serde-big-array v0.5.1
16132026-05-23T04:12:19.423Z Compiling olpc-cjson v0.1.4
16142026-05-23T04:12:19.485Z Compiling rfc6979 v0.4.0
16152026-05-23T04:12:19.508Z Compiling clap_derive v4.5.55
16162026-05-23T04:12:19.523Z Compiling serde_repr v0.1.20
16172026-05-23T04:12:19.604Z Compiling async-recursion v1.1.1
16182026-05-23T04:12:19.620Z Compiling enum-as-inner v0.6.1
16192026-05-23T04:12:19.637Z Compiling strum_macros v0.26.4
16202026-05-23T04:12:19.640Z Compiling phf_shared v0.11.3
16212026-05-23T04:12:19.800Z Compiling float-cmp v0.10.0
16222026-05-23T04:12:19.850Z Compiling pem v3.0.6
16232026-05-23T04:12:19.864Z Compiling thread-id v4.2.2
16242026-05-23T04:12:19.968Z Compiling hyper v1.8.1
16252026-05-23T04:12:19.982Z Compiling memmap2 v0.9.10
16262026-05-23T04:12:19.999Z Compiling env_filter v1.0.0
16272026-05-23T04:12:20.096Z Compiling precomputed-hash v0.1.1
16282026-05-23T04:12:20.168Z Compiling jiff v0.2.21
16292026-05-23T04:12:20.198Z Compiling normalize-line-endings v0.3.0
16302026-05-23T04:12:20.214Z Compiling either v1.15.0
16312026-05-23T04:12:20.229Z Compiling new_debug_unreachable v1.0.6
16322026-05-23T04:12:20.301Z Compiling data-encoding v2.10.0
16332026-05-23T04:12:20.315Z Compiling static_assertions v1.1.0
16342026-05-23T04:12:20.331Z Compiling whoami v2.1.0
16352026-05-23T04:12:20.334Z Compiling fixedbitset v0.4.2
16362026-05-23T04:12:20.403Z Compiling difflib v0.4.0
16372026-05-23T04:12:20.440Z Compiling keccak v0.1.6
16382026-05-23T04:12:20.598Z Compiling typed-path v0.9.3
16392026-05-23T04:12:20.689Z Compiling predicates-core v1.0.10
16402026-05-23T04:12:20.728Z Compiling fixedbitset v0.5.7
16412026-05-23T04:12:20.742Z Compiling toml_edit v0.22.27
16422026-05-23T04:12:20.896Z Compiling predicates v3.1.4
16432026-05-23T04:12:20.978Z Compiling petgraph v0.8.3
16442026-05-23T04:12:20.994Z Compiling sha3 v0.10.8
16452026-05-23T04:12:21.028Z Compiling hickory-proto v0.25.2
16462026-05-23T04:12:21.049Z Compiling tokio-postgres v0.7.16
16472026-05-23T04:12:21.279Z Compiling hyper-util v0.1.20
16482026-05-23T04:12:21.294Z Compiling petgraph v0.6.5
16492026-05-23T04:12:21.365Z Compiling clap v4.5.60
16502026-05-23T04:12:21.463Z Compiling itertools v0.13.0
16512026-05-23T04:12:21.479Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16522026-05-23T04:12:21.482Z Compiling strum v0.26.3
16532026-05-23T04:12:21.564Z Compiling string_cache v0.8.9
16542026-05-23T04:12:21.619Z Compiling env_logger v0.11.9
16552026-05-23T04:12:21.637Z Compiling usdt v0.6.0
16562026-05-23T04:12:21.806Z Compiling usdt-impl v0.5.0
16572026-05-23T04:12:21.850Z Compiling serde_with v3.17.0
16582026-05-23T04:12:21.916Z Compiling ecdsa v0.16.9
16592026-05-23T04:12:21.999Z Compiling crossterm v0.28.1
16602026-05-23T04:12:22.321Z Compiling toml v0.7.8
16612026-05-23T04:12:22.418Z Compiling rsa v0.9.10
16622026-05-23T04:12:22.713Z Compiling hyper-tls v0.6.0
16632026-05-23T04:12:22.792Z Compiling zip v4.6.1
16642026-05-23T04:12:22.952Z Compiling ed25519-dalek v2.2.0
16652026-05-23T04:12:23.045Z Compiling zip v0.6.6
16662026-05-23T04:12:23.282Z Compiling iddqd v0.4.1
16672026-05-23T04:12:23.572Z Compiling heck v0.4.1
16682026-05-23T04:12:23.654Z Compiling similar v2.7.0
16692026-05-23T04:12:23.670Z Compiling tokio-stream v0.1.18
16702026-05-23T04:12:23.685Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-23T04:12:23.774Z Compiling buf-list v1.1.2
16722026-05-23T04:12:23.795Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-23T04:12:23.826Z Compiling openapiv3 v2.2.0
16742026-05-23T04:12:23.841Z Compiling x509-cert v0.2.5
16752026-05-23T04:12:24.080Z Compiling sha1 v0.10.6
16762026-05-23T04:12:24.121Z Compiling crossbeam-epoch v0.9.18
16772026-05-23T04:12:24.161Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-05-23T04:12:24.326Z Compiling peg-runtime v0.8.5
16792026-05-23T04:12:24.347Z Compiling lalrpop-util v0.19.12
16802026-05-23T04:12:24.404Z Compiling thread_local v1.1.9
16812026-05-23T04:12:24.471Z Compiling slog-async v2.8.0
16822026-05-23T04:12:24.471Z Compiling crossbeam-channel v0.5.15
16832026-05-23T04:12:24.502Z Compiling filetime v0.2.27
16842026-05-23T04:12:24.519Z Compiling is-terminal v0.4.17
16852026-05-23T04:12:24.555Z Compiling term v1.2.1
16862026-05-23T04:12:24.570Z Compiling xattr v1.6.1
16872026-05-23T04:12:24.622Z Compiling take_mut v0.2.2
16882026-05-23T04:12:24.697Z Compiling tar v0.4.45
16892026-05-23T04:12:24.968Z Compiling slog-term v2.9.2
16902026-05-23T04:12:42.413Z Compiling rustls-webpki v0.103.9
16912026-05-23T04:12:45.206Z Compiling tokio-rustls v0.26.4
16922026-05-23T04:12:45.206Z Compiling rustls-platform-verifier v0.6.2
16932026-05-23T04:12:45.413Z Compiling hyper-rustls v0.27.7
16942026-05-23T04:12:45.612Z Compiling reqwest v0.12.28
16952026-05-23T04:12:45.612Z Compiling reqwest v0.13.2
16962026-05-23T04:12:46.805Z Compiling tough v0.22.0
16972026-05-23T04:12:49.319Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-23T04:12:49.551Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-23T04:12:52.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.69s
17002026-05-23T04:12:52.517Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-23T04:12:52.573ZMay 23 04:12:52.278 INFO Starting download, target: Clickhouse
17022026-05-23T04:12:52.573ZMay 23 04:12:52.279 INFO Starting download, target: Cockroach
17032026-05-23T04:12:52.573ZMay 23 04:12:52.279 INFO Starting download, target: DendriteStub
17042026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Starting download, target: Console
17052026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Starting download, target: MaghemiteMgd
17062026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Starting download, target: TransceiverControl
17072026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-23T04:12:52.576ZMay 23 04:12:52.279 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-23T04:12:52.881ZMay 23 04:12:52.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-23T04:12:53.090ZMay 23 04:12:52.795 INFO Download complete, target: TransceiverControl
17152026-05-23T04:12:53.625ZMay 23 04:12:53.283 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-23T04:12:53.834ZMay 23 04:12:53.532 INFO Download complete, target: Console
17172026-05-23T04:12:54.534ZMay 23 04:12:54.224 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-23T04:12:54.682ZMay 23 04:12:54.377 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-23T04:12:54.868ZMay 23 04:12:54.573 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-23T04:12:55.172ZMay 23 04:12:54.878 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-23T04:12:55.173ZMay 23 04:12:54.878 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-23T04:12:57.007ZMay 23 04:12:56.713 INFO Download complete, target: DendriteStub
17232026-05-23T04:12:57.243ZMay 23 04:12:56.949 INFO Download complete, target: MaghemiteMgd
17242026-05-23T04:12:59.914ZMay 23 04:12:59.620 INFO Checking that binary works, target: Cockroach
17252026-05-23T04:13:00.043ZMay 23 04:12:59.749 INFO Download complete, target: Cockroach
17262026-05-23T04:13:01.281ZMay 23 04:13:00.986 INFO Checking that binary works, target: Clickhouse
17272026-05-23T04:13:01.378ZMay 23 04:13:01.084 INFO Download complete, target: Clickhouse
17282026-05-23T04:13:01.386ZAll prerequisites installed successfully
17292026-05-23T04:13:01.389Z
17302026-05-23T04:13:01.389Zreal 1:59.871978760
17312026-05-23T04:13:01.389Zuser 6:54.552563487
17322026-05-23T04:13:01.389Zsys 1:45.295394246
17332026-05-23T04:13:01.389Ztrap 0.264380437
17342026-05-23T04:13:01.389Ztflt 1.676935035
17352026-05-23T04:13:01.389Zdflt 2.656707714
17362026-05-23T04:13:01.389Zkflt 0.032903714
17372026-05-23T04:13:01.389Zlock 24:14.303894956
17382026-05-23T04:13:01.389Zslp 19:05.597122062
17392026-05-23T04:13:01.389Zlat 24.432609600
17402026-05-23T04:13:01.389Zstop 2:58.753599141
17412026-05-23T04:13:01.389Z+ ptime -m cargo xtask download softnpu
17422026-05-23T04:13:01.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-05-23T04:13:01.944Z Running `target/debug/xtask download softnpu`
17442026-05-23T04:13:02.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-05-23T04:13:02.790Z Running `target/debug/xtask-downloader softnpu`
17462026-05-23T04:13:02.837ZMay 23 04:13:02.543 INFO Starting download, target: Softnpu
17472026-05-23T04:13:02.841ZMay 23 04:13:02.543 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-23T04:13:03.400ZMay 23 04:13:03.106 INFO Download complete, target: Softnpu
17492026-05-23T04:13:03.404Z
17502026-05-23T04:13:03.407Zreal 2.011288446
17512026-05-23T04:13:03.407Zuser 1.361868498
17522026-05-23T04:13:03.407Zsys 0.672886619
17532026-05-23T04:13:03.407Ztrap 0.000572143
17542026-05-23T04:13:03.407Ztflt 0.000136109
17552026-05-23T04:13:03.407Zdflt 0.000479935
17562026-05-23T04:13:03.407Zkflt 0.000000000
17572026-05-23T04:13:03.407Zlock 10.361244582
17582026-05-23T04:13:03.407Zslp 0.422973569
17592026-05-23T04:13:03.407Zlat 0.092751199
17602026-05-23T04:13:03.407Zstop 0.000176909
17612026-05-23T04:13:03.407Z+ export CARGO_INCREMENTAL=0
17622026-05-23T04:13:03.407Z+ CARGO_INCREMENTAL=0
17632026-05-23T04:13:03.407Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-23T04:13:04.312Z Compiling proc-macro2 v1.0.106
17652026-05-23T04:13:04.312Z Compiling quote v1.0.45
17662026-05-23T04:13:04.312Z Compiling unicode-ident v1.0.24
17672026-05-23T04:13:04.314Z Compiling libc v0.2.185
17682026-05-23T04:13:04.314Z Compiling serde_core v1.0.228
17692026-05-23T04:13:04.314Z Compiling serde v1.0.228
17702026-05-23T04:13:04.314Z Compiling cfg-if v1.0.4
17712026-05-23T04:13:04.314Z Compiling version_check v0.9.5
17722026-05-23T04:13:04.314Z Compiling find-msvc-tools v0.1.9
17732026-05-23T04:13:04.314Z Compiling shlex v1.3.0
17742026-05-23T04:13:04.314Z Compiling typenum v1.19.0
17752026-05-23T04:13:04.455Z Compiling zmij v1.0.21
17762026-05-23T04:13:04.459Z Compiling autocfg v1.5.0
17772026-05-23T04:13:04.459Z Compiling memchr v2.8.0
17782026-05-23T04:13:04.459Z Compiling serde_json v1.0.149
17792026-05-23T04:13:04.693Z Compiling portable-atomic v1.13.1
17802026-05-23T04:13:04.791Z Compiling libm v0.2.16
17812026-05-23T04:13:04.909Z Compiling zerocopy v0.8.40
17822026-05-23T04:13:04.945Z Compiling generic-array v0.14.7
17832026-05-23T04:13:04.964Z Compiling smallvec v1.15.1
17842026-05-23T04:13:04.967Z Compiling parking_lot_core v0.9.12
17852026-05-23T04:13:04.982Z Compiling icu_normalizer_data v2.1.1
17862026-05-23T04:13:04.998Z Compiling icu_properties_data v2.1.2
17872026-05-23T04:13:05.078Z Compiling num-traits v0.2.19
17882026-05-23T04:13:05.106Z Compiling itoa v1.0.17
17892026-05-23T04:13:05.160Z Compiling getrandom v0.4.1
17902026-05-23T04:13:05.236Z Compiling log v0.4.29
17912026-05-23T04:13:05.270Z Compiling stable_deref_trait v1.2.1
17922026-05-23T04:13:05.287Z Compiling pkg-config v0.3.32
17932026-05-23T04:13:05.318Z Compiling subtle v2.6.1
17942026-05-23T04:13:05.412Z Compiling jobserver v0.1.34
17952026-05-23T04:13:05.415Z Compiling getrandom v0.2.17
17962026-05-23T04:13:05.448Z Compiling errno v0.3.14
17972026-05-23T04:13:05.485Z Compiling scopeguard v1.2.0
17982026-05-23T04:13:05.622Z Compiling rand_core v0.6.4
17992026-05-23T04:13:05.638Z Compiling cc v1.2.56
18002026-05-23T04:13:05.654Z Compiling lock_api v0.4.14
18012026-05-23T04:13:05.736Z Compiling syn v2.0.117
18022026-05-23T04:13:05.758Z Compiling percent-encoding v2.3.2
18032026-05-23T04:13:05.774Z Compiling writeable v0.6.2
18042026-05-23T04:13:05.778Z Compiling litemap v0.8.1
18052026-05-23T04:13:05.911Z Compiling pin-project-lite v0.2.17
18062026-05-23T04:13:05.915Z Compiling fnv v1.0.7
18072026-05-23T04:13:05.997Z Compiling thiserror v2.0.18
18082026-05-23T04:13:06.057Z Compiling getrandom v0.3.4
18092026-05-23T04:13:06.061Z Compiling equivalent v1.0.2
18102026-05-23T04:13:06.061Z Compiling fs_extra v1.3.0
18112026-05-23T04:13:06.091Z Compiling dunce v1.0.5
18122026-05-23T04:13:06.153Z Compiling rustversion v1.0.22
18132026-05-23T04:13:06.183Z Compiling utf8_iter v1.0.4
18142026-05-23T04:13:06.198Z Compiling rand_core v0.10.0
18152026-05-23T04:13:06.233Z Compiling schemars v0.8.22
18162026-05-23T04:13:06.330Z Compiling form_urlencoded v1.2.2
18172026-05-23T04:13:06.379Z Compiling cmake v0.1.57
18182026-05-23T04:13:06.412Z Compiling critical-section v1.2.0
18192026-05-23T04:13:06.476Z Compiling signal-hook-registry v1.4.8
18202026-05-23T04:13:06.550Z Compiling hashbrown v0.17.0
18212026-05-23T04:13:06.582Z Compiling rustix v1.1.3
18222026-05-23T04:13:06.628Z Compiling socket2 v0.6.3
18232026-05-23T04:13:06.804Z Compiling bitflags v2.11.0
18242026-05-23T04:13:06.867Z Compiling semver v1.0.28
18252026-05-23T04:13:06.916Z Compiling once_cell v1.21.3
18262026-05-23T04:13:06.936Z Compiling parking_lot v0.12.5
18272026-05-23T04:13:06.974Z Compiling ring v0.17.14
18282026-05-23T04:13:07.027Z Compiling aws-lc-sys v0.40.0
18292026-05-23T04:13:07.027Z Compiling mio v1.2.0
18302026-05-23T04:13:07.178Z Compiling indexmap v2.14.0
18312026-05-23T04:13:07.206Z Compiling const-oid v0.9.6
18322026-05-23T04:13:07.233Z Compiling aws-lc-rs v1.16.3
18332026-05-23T04:13:07.268Z Compiling heck v0.5.0
18342026-05-23T04:13:07.366Z Compiling futures-core v0.3.32
18352026-05-23T04:13:07.492Z Compiling httparse v1.10.1
18362026-05-23T04:13:07.526Z Compiling thiserror v1.0.69
18372026-05-23T04:13:07.544Z Compiling strsim v0.11.1
18382026-05-23T04:13:07.556Z Compiling vcpkg v0.2.15
18392026-05-23T04:13:07.799Z Compiling iana-time-zone v0.1.65
18402026-05-23T04:13:07.829Z Compiling ucd-trie v0.1.7
18412026-05-23T04:13:07.852Z Compiling byteorder v1.5.0
18422026-05-23T04:13:07.907Z Compiling syn v1.0.109
18432026-05-23T04:13:07.914Z Compiling regex-syntax v0.8.10
18442026-05-23T04:13:07.915Z Compiling ident_case v1.0.1
18452026-05-23T04:13:07.915Z Compiling uuid v1.23.0
18462026-05-23T04:13:07.982Z Compiling cpufeatures v0.2.17
18472026-05-23T04:13:08.029Z Compiling pest v2.8.6
18482026-05-23T04:13:08.062Z Compiling rustls v0.23.37
18492026-05-23T04:13:08.159Z Compiling openssl-sys v0.9.115
18502026-05-23T04:13:08.264Z Compiling futures-sink v0.3.32
18512026-05-23T04:13:08.325Z Compiling rustc_version v0.4.1
18522026-05-23T04:13:08.382Z Compiling futures-channel v0.3.32
18532026-05-23T04:13:08.401Z Compiling futures-task v0.3.32
18542026-05-23T04:13:08.515Z Compiling futures-io v0.3.32
18552026-05-23T04:13:08.566Z Compiling synstructure v0.13.2
18562026-05-23T04:13:08.576Z Compiling serde_derive_internals v0.29.1
18572026-05-23T04:13:08.593Z Compiling slab v0.4.12
18582026-05-23T04:13:08.683Z Compiling aho-corasick v1.1.4
18592026-05-23T04:13:08.846Z Compiling dyn-clone v1.0.20
18602026-05-23T04:13:08.978Z Compiling base64 v0.22.1
18612026-05-23T04:13:09.002Z Compiling plain v0.2.3
18622026-05-23T04:13:09.029Z Compiling openssl v0.10.79
18632026-05-23T04:13:09.102Z Compiling pest_meta v2.8.6
18642026-05-23T04:13:09.120Z Compiling crc32fast v1.5.0
18652026-05-23T04:13:09.201Z Compiling crossbeam-utils v0.8.21
18662026-05-23T04:13:09.310Z Compiling num-conv v0.2.0
18672026-05-23T04:13:09.329Z Compiling time-core v0.1.8
18682026-05-23T04:13:09.414Z Compiling pretty-hex v0.4.1
18692026-05-23T04:13:09.437Z Compiling native-tls v0.2.18
18702026-05-23T04:13:09.482Z Compiling base64ct v1.8.3
18712026-05-23T04:13:09.485Z Compiling anyhow v1.0.102
18722026-05-23T04:13:09.521Z Compiling regex-automata v0.4.14
18732026-05-23T04:13:09.536Z Compiling time-macros v0.2.27
18742026-05-23T04:13:09.554Z Compiling darling_core v0.21.3
18752026-05-23T04:13:09.645Z Compiling tracing-core v0.1.36
18762026-05-23T04:13:09.674Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-05-23T04:13:09.750Z Compiling pest_generator v2.8.6
18782026-05-23T04:13:09.784Z Compiling pem-rfc7468 v0.7.0
18792026-05-23T04:13:09.835Z Compiling serde_derive v1.0.228
18802026-05-23T04:13:10.013Z Compiling zeroize_derive v1.4.3
18812026-05-23T04:13:10.039Z Compiling zerofrom-derive v0.1.6
18822026-05-23T04:13:10.054Z Compiling yoke-derive v0.8.1
18832026-05-23T04:13:10.072Z Compiling zerovec-derive v0.11.2
18842026-05-23T04:13:10.108Z Compiling displaydoc v0.2.5
18852026-05-23T04:13:10.347Z Compiling zerocopy-derive v0.8.40
18862026-05-23T04:13:10.425Z Compiling tokio-macros v2.7.0
18872026-05-23T04:13:10.499Z Compiling futures-macro v0.3.32
18882026-05-23T04:13:10.628Z Compiling zeroize v1.8.2
18892026-05-23T04:13:10.904Z Compiling thiserror-impl v2.0.18
18902026-05-23T04:13:11.010Z Compiling schemars_derive v0.8.22
18912026-05-23T04:13:11.096Z Compiling tracing-attributes v0.1.31
18922026-05-23T04:13:11.131Z Compiling der_derive v0.7.3
18932026-05-23T04:13:11.188Z Compiling zerofrom v0.1.6
18942026-05-23T04:13:11.327Z Compiling yoke v0.8.1
18952026-05-23T04:13:11.360Z Compiling crypto-common v0.1.7
18962026-05-23T04:13:11.532Z Compiling zerovec v0.11.5
18972026-05-23T04:13:11.556Z Compiling zerotrie v0.2.3
18982026-05-23T04:13:11.572Z Compiling block-buffer v0.10.4
18992026-05-23T04:13:11.697Z Compiling thiserror-impl v1.0.69
19002026-05-23T04:13:11.824Z Compiling digest v0.10.7
19012026-05-23T04:13:12.116Z Compiling tinystr v0.8.2
19022026-05-23T04:13:12.125Z Compiling potential_utf v0.1.4
19032026-05-23T04:13:12.189Z Compiling pest_derive v2.8.6
19042026-05-23T04:13:12.254Z Compiling futures-util v0.3.32
19052026-05-23T04:13:12.292Z Compiling icu_locale_core v2.1.1
19062026-05-23T04:13:12.344Z Compiling icu_collections v2.1.1
19072026-05-23T04:13:12.366Z Compiling hmac v0.12.1
19082026-05-23T04:13:12.771Z Compiling block-padding v0.3.3
19092026-05-23T04:13:12.803Z Compiling rustls-pki-types v1.14.0
19102026-05-23T04:13:12.829Z Compiling openssl-macros v0.1.1
19112026-05-23T04:13:12.935Z Compiling bytes v1.11.1
19122026-05-23T04:13:13.027Z Compiling icu_provider v2.1.1
19132026-05-23T04:13:13.065Z Compiling chrono v0.4.44
19142026-05-23T04:13:13.182Z Compiling inout v0.1.4
19152026-05-23T04:13:13.236Z Compiling serde_tokenstream v0.2.3
19162026-05-23T04:13:13.352Z Compiling icu_normalizer v2.1.1
19172026-05-23T04:13:13.383Z Compiling icu_properties v2.1.2
19182026-05-23T04:13:13.550Z Compiling tokio v1.52.1
19192026-05-23T04:13:13.866Z Compiling cipher v0.4.4
19202026-05-23T04:13:14.105Z Compiling sha2 v0.10.9
19212026-05-23T04:13:14.315Z Compiling idna_adapter v1.2.1
19222026-05-23T04:13:14.472Z Compiling idna v1.1.0
19232026-05-23T04:13:14.505Z Compiling scroll_derive v0.12.1
19242026-05-23T04:13:14.549Z Compiling ppv-lite86 v0.2.21
19252026-05-23T04:13:14.669Z Compiling scroll_derive v0.13.1
19262026-05-23T04:13:14.842Z Compiling url v2.5.8
19272026-05-23T04:13:14.900Z Compiling http v1.4.0
19282026-05-23T04:13:14.963Z Compiling flagset v0.4.7
19292026-05-23T04:13:15.090Z Compiling untrusted v0.9.0
19302026-05-23T04:13:15.108Z Compiling der v0.7.10
19312026-05-23T04:13:15.198Z Compiling tracing v0.1.44
19322026-05-23T04:13:15.368Z Compiling regex v1.12.3
19332026-05-23T04:13:15.406Z Compiling darling_macro v0.21.3
19342026-05-23T04:13:15.609Z Compiling zerocopy-derive v0.7.35
19352026-05-23T04:13:15.671Z Compiling rand_core v0.9.5
19362026-05-23T04:13:15.782Z Compiling slog v2.8.2
19372026-05-23T04:13:16.224Z Compiling spki v0.7.3
19382026-05-23T04:13:16.245Z Compiling darling v0.21.3
19392026-05-23T04:13:16.282Z Compiling salsa20 v0.10.2
19402026-05-23T04:13:16.340Z Compiling pbkdf2 v0.12.2
19412026-05-23T04:13:16.680Z Compiling cookie v0.18.1
19422026-05-23T04:13:16.834Z Compiling camino v1.2.2
19432026-05-23T04:13:17.174Z Compiling scrypt v0.11.0
19442026-05-23T04:13:17.177Z Compiling rand_chacha v0.9.0
19452026-05-23T04:13:17.204Z Compiling http-body v1.0.1
19462026-05-23T04:13:17.276Z Compiling cbc v0.1.2
19472026-05-23T04:13:17.326Z Compiling tokio-util v0.7.18
19482026-05-23T04:13:17.377Z Compiling aes v0.8.4
19492026-05-23T04:13:17.465Z Compiling usdt-impl v0.5.0
19502026-05-23T04:13:17.505Z Compiling atomic-waker v1.1.2
19512026-05-23T04:13:17.553Z Compiling winnow v0.7.14
19522026-05-23T04:13:17.637Z Compiling openssl-probe v0.2.1
19532026-05-23T04:13:17.677Z Compiling ref-cast v1.0.25
19542026-05-23T04:13:17.704Z Compiling tinyvec_macros v0.1.1
19552026-05-23T04:13:17.790Z Compiling untrusted v0.7.1
19562026-05-23T04:13:17.830Z Compiling paste v1.0.15
19572026-05-23T04:13:17.866Z Compiling either v1.15.0
19582026-05-23T04:13:17.981Z Compiling usdt-impl v0.6.0
19592026-05-23T04:13:18.082Z Compiling tinyvec v1.10.0
19602026-05-23T04:13:18.104Z Compiling pkcs5 v0.7.1
19612026-05-23T04:13:18.302Z Compiling rand v0.9.2
19622026-05-23T04:13:18.567Z Compiling scroll v0.13.0
19632026-05-23T04:13:18.708Z Compiling scroll v0.12.0
19642026-05-23T04:13:18.720Z Compiling toml_datetime v0.6.11
19652026-05-23T04:13:18.736Z Compiling serde_spanned v0.6.9
19662026-05-23T04:13:18.819Z Compiling async-trait v0.1.89
19672026-05-23T04:13:18.864Z Compiling heapless v0.7.17
19682026-05-23T04:13:18.925Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-23T04:13:18.981Z Compiling tower-layer v0.3.3
19702026-05-23T04:13:19.032Z Compiling tower-service v0.3.3
19712026-05-23T04:13:19.051Z Compiling try-lock v0.2.5
19722026-05-23T04:13:19.179Z Compiling signal-hook v0.3.18
19732026-05-23T04:13:19.182Z Compiling fastrand v2.3.0
19742026-05-23T04:13:19.211Z Compiling zstd-safe v7.2.4
19752026-05-23T04:13:19.333Z Compiling h2 v0.4.13
19762026-05-23T04:13:19.399Z Compiling want v0.3.1
19772026-05-23T04:13:19.426Z Compiling goblin v0.8.2
19782026-05-23T04:13:19.527Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-05-23T04:13:19.575Z Compiling goblin v0.10.5
19802026-05-23T04:13:19.630Z Compiling pkcs8 v0.10.2
19812026-05-23T04:13:19.761Z Compiling zerocopy v0.7.35
19822026-05-23T04:13:19.794Z Compiling ipnet v2.11.0
19832026-05-23T04:13:20.086Z Compiling ref-cast-impl v1.0.25
19842026-05-23T04:13:20.172Z Compiling curve25519-dalek v4.1.3
19852026-05-23T04:13:20.242Z Compiling darling_core v0.20.11
19862026-05-23T04:13:20.307Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-23T04:13:20.458Z Compiling memoffset v0.9.1
19882026-05-23T04:13:20.599Z Compiling httpdate v1.0.3
19892026-05-23T04:13:20.643Z Compiling foreign-types-shared v0.1.1
19902026-05-23T04:13:20.679Z Compiling rustix v0.38.44
19912026-05-23T04:13:20.732Z Compiling winnow v0.5.40
19922026-05-23T04:13:21.010Z Compiling pin-utils v0.1.0
19932026-05-23T04:13:21.103Z Compiling litrs v1.0.0
19942026-05-23T04:13:21.307Z Compiling tempfile v3.25.0
19952026-05-23T04:13:21.375Z Compiling foreign-types v0.3.2
19962026-05-23T04:13:21.615Z Compiling document-features v0.2.12
19972026-05-23T04:13:21.653Z Compiling dof v0.3.0
19982026-05-23T04:13:22.164Z Compiling toml_edit v0.19.15
19992026-05-23T04:13:22.180Z Compiling unicode-normalization v0.1.25
20002026-05-23T04:13:22.229Z Compiling dtrace-parser v0.2.0
20012026-05-23T04:13:22.287Z Compiling darling_macro v0.20.11
20022026-05-23T04:13:22.370Z Compiling dof v0.4.0
20032026-05-23T04:13:22.426Z Compiling hyper v1.8.1
20042026-05-23T04:13:22.640Z Compiling dtrace-parser v0.3.0
20052026-05-23T04:13:22.771Z Compiling pin-project-internal v1.1.11
20062026-05-23T04:13:22.787Z Compiling daft-derive v0.1.7
20072026-05-23T04:13:22.873Z Compiling spin v0.9.8
20082026-05-23T04:13:22.911Z Compiling thread-id v4.2.2
20092026-05-23T04:13:23.022Z Compiling thread-id v5.1.0
20102026-05-23T04:13:23.061Z Compiling powerfmt v0.2.0
20112026-05-23T04:13:23.125Z Compiling cfg_aliases v0.2.1
20122026-05-23T04:13:23.181Z Compiling num-bigint-dig v0.8.6
20132026-05-23T04:13:23.223Z Compiling smoltcp v0.9.1
20142026-05-23T04:13:23.267Z Compiling deranged v0.5.8
20152026-05-23T04:13:23.353Z Compiling nix v0.31.2
20162026-05-23T04:13:23.555Z Compiling hyper-util v0.1.20
20172026-05-23T04:13:23.811Z Compiling darling v0.20.11
20182026-05-23T04:13:23.930Z Compiling rustls-native-certs v0.8.3
20192026-05-23T04:13:23.969Z Compiling ipnetwork v0.21.1
20202026-05-23T04:13:24.297Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-23T04:13:24.310Z Compiling strum_macros v0.26.4
20222026-05-23T04:13:24.445Z Compiling sync_wrapper v1.0.2
20232026-05-23T04:13:24.569Z Compiling wait-timeout v0.2.1
20242026-05-23T04:13:24.782Z Compiling utf8parse v0.2.2
20252026-05-23T04:13:24.824Z Compiling simd-adler32 v0.3.8
20262026-05-23T04:13:24.946Z Compiling quick-error v1.2.3
20272026-05-23T04:13:25.055Z Compiling bit-vec v0.8.0
20282026-05-23T04:13:25.134Z Compiling siphasher v1.0.2
20292026-05-23T04:13:25.168Z Compiling num_threads v0.1.7
20302026-05-23T04:13:25.280Z Compiling anstyle v1.0.13
20312026-05-23T04:13:25.336Z Compiling bit-set v0.8.0
20322026-05-23T04:13:25.401Z Compiling time v0.3.47
20332026-05-23T04:13:25.530Z Compiling rusty-fork v0.3.1
20342026-05-23T04:13:25.569Z Compiling anstyle-parse v0.2.7
20352026-05-23T04:13:25.835Z Compiling tower v0.5.3
20362026-05-23T04:13:25.911Z Compiling derive_builder_core v0.20.2
20372026-05-23T04:13:26.111Z Compiling http-body-util v0.1.3
20382026-05-23T04:13:26.315Z Compiling webpki-roots v1.0.6
20392026-05-23T04:13:26.414Z Compiling rand_xorshift v0.4.0
20402026-05-23T04:13:26.453Z Compiling signature v2.2.0
20412026-05-23T04:13:26.506Z Compiling hubpack_derive v0.1.1
20422026-05-23T04:13:26.525Z Compiling snafu-derive v0.8.9
20432026-05-23T04:13:26.577Z Compiling strum_macros v0.27.2
20442026-05-23T04:13:26.716Z Compiling fs-err v3.3.0
20452026-05-23T04:13:26.806Z Compiling ahash v0.8.12
20462026-05-23T04:13:26.938Z Compiling unarray v0.1.4
20472026-05-23T04:13:26.995Z Compiling ryu v1.0.23
20482026-05-23T04:13:27.005Z Compiling allocator-api2 v0.2.21
20492026-05-23T04:13:27.110Z Compiling adler2 v2.0.1
20502026-05-23T04:13:27.230Z Compiling unicode-segmentation v1.12.0
20512026-05-23T04:13:27.230Z Compiling iri-string v0.7.10
20522026-05-23T04:13:27.265Z Compiling object v0.37.3
20532026-05-23T04:13:27.297Z Compiling colorchoice v1.0.4
20542026-05-23T04:13:27.359Z Compiling unicode-properties v0.1.4
20552026-05-23T04:13:27.376Z Compiling is_terminal_polyfill v1.70.2
20562026-05-23T04:13:27.428Z Compiling anstyle-query v1.1.5
20572026-05-23T04:13:27.445Z Compiling unicode-bidi v0.3.18
20582026-05-23T04:13:27.533Z Compiling anstream v0.6.21
20592026-05-23T04:13:27.556Z Compiling serde_urlencoded v0.7.1
20602026-05-23T04:13:27.582Z Compiling miniz_oxide v0.8.9
20612026-05-23T04:13:27.632Z Compiling proptest v1.10.0
20622026-05-23T04:13:27.825Z Compiling stringprep v0.1.5
20632026-05-23T04:13:27.938Z Compiling derive_builder_macro v0.20.2
20642026-05-23T04:13:28.217Z Compiling tokio-native-tls v0.3.1
20652026-05-23T04:13:28.233Z Compiling usdt-macro v0.6.0
20662026-05-23T04:13:28.268Z Compiling usdt-attr-macro v0.6.0
20672026-05-23T04:13:28.425Z Compiling tower-http v0.6.8
20682026-05-23T04:13:28.667Z Compiling rand_chacha v0.3.1
20692026-05-23T04:13:28.705Z Compiling erased-serde v0.3.31
20702026-05-23T04:13:28.829Z Compiling md-5 v0.10.6
20712026-05-23T04:13:28.845Z Compiling bstr v1.12.1
20722026-05-23T04:13:28.954Z Compiling num-integer v0.1.46
20732026-05-23T04:13:29.002Z Compiling hash32 v0.2.1
20742026-05-23T04:13:29.042Z Compiling vergen-lib v0.1.6
20752026-05-23T04:13:29.059Z Compiling ff v0.13.1
20762026-05-23T04:13:29.180Z Compiling zlib-rs v0.6.2
20772026-05-23T04:13:29.215Z Compiling base16ct v0.2.0
20782026-05-23T04:13:29.225Z Compiling fallible-iterator v0.2.0
20792026-05-23T04:13:29.269Z Compiling psl-types v2.0.11
20802026-05-23T04:13:29.320Z Compiling num-iter v0.1.45
20812026-05-23T04:13:29.337Z Compiling group v0.13.0
20822026-05-23T04:13:29.399Z Compiling publicsuffix v2.3.0
20832026-05-23T04:13:29.416Z Compiling sec1 v0.7.3
20842026-05-23T04:13:29.528Z Compiling postgres-protocol v0.6.10
20852026-05-23T04:13:29.550Z Compiling rand v0.8.6
20862026-05-23T04:13:29.707Z Compiling newtype-uuid v1.3.2
20872026-05-23T04:13:29.910Z Compiling oxnet v0.1.4
20882026-05-23T04:13:30.078Z Compiling derive_builder v0.20.2
20892026-05-23T04:13:30.173Z Compiling hyper-tls v0.6.0
20902026-05-23T04:13:30.216Z Compiling heck v0.4.1
20912026-05-23T04:13:30.296Z Compiling phf_shared v0.13.1
20922026-05-23T04:13:30.350Z Compiling pin-project v1.1.11
20932026-05-23T04:13:30.435Z Compiling lazy_static v1.5.0
20942026-05-23T04:13:30.549Z Compiling terminal_size v0.4.3
20952026-05-23T04:13:30.583Z Compiling serde_with_macros v3.17.0
20962026-05-23T04:13:30.608Z Compiling futures-executor v0.3.32
20972026-05-23T04:13:30.625Z Compiling hex v0.4.3
20982026-05-23T04:13:30.629Z Compiling cargo-platform v0.1.9
20992026-05-23T04:13:30.899Z Compiling hkdf v0.12.4
21002026-05-23T04:13:30.902Z Compiling crypto-bigint v0.5.5
21012026-05-23T04:13:30.975Z Compiling serde_repr v0.1.20
21022026-05-23T04:13:31.038Z Compiling clap_derive v4.5.55
21032026-05-23T04:13:31.071Z Compiling enum-as-inner v0.6.1
21042026-05-23T04:13:31.088Z Compiling async-recursion v1.1.1
21052026-05-23T04:13:31.275Z Compiling flate2 v1.1.9
21062026-05-23T04:13:31.472Z Compiling vergen v9.0.6
21072026-05-23T04:13:31.516Z Compiling encoding_rs v0.8.35
21082026-05-23T04:13:31.601Z Compiling foldhash v0.2.0
21092026-05-23T04:13:31.620Z Compiling bitflags v1.3.2
21102026-05-23T04:13:31.696Z Compiling managed v0.8.0
21112026-05-23T04:13:31.712Z Compiling same-file v1.0.6
21122026-05-23T04:13:31.729Z Compiling bumpalo v3.20.2
21132026-05-23T04:13:31.732Z Compiling libbz2-rs-sys v0.2.2
21142026-05-23T04:13:31.927Z Compiling mime v0.3.17
21152026-05-23T04:13:31.988Z Compiling foldhash v0.1.5
21162026-05-23T04:13:32.061Z Compiling clap_lex v1.0.0
21172026-05-23T04:13:32.200Z Compiling bzip2 v0.6.1
21182026-05-23T04:13:32.227Z Compiling clap_builder v4.5.60
21192026-05-23T04:13:32.367Z Compiling hashbrown v0.15.5
21202026-05-23T04:13:32.409Z Compiling zopfli v0.8.3
21212026-05-23T04:13:32.565Z Compiling walkdir v2.5.0
21222026-05-23T04:13:32.659Z Compiling elliptic-curve v0.13.8
21232026-05-23T04:13:32.864Z Compiling hashbrown v0.16.1
21242026-05-23T04:13:32.918Z Compiling zstd v0.13.3
21252026-05-23T04:13:32.930Z Compiling cargo_metadata v0.19.2
21262026-05-23T04:13:32.951Z Compiling futures v0.3.32
21272026-05-23T04:13:33.142Z Compiling phf v0.13.1
21282026-05-23T04:13:33.185Z Compiling snafu v0.8.9
21292026-05-23T04:13:33.320Z Compiling signal-hook-mio v0.2.5
21302026-05-23T04:13:33.455Z Compiling daft v0.1.7
21312026-05-23T04:13:33.485Z Compiling postgres-types v0.2.12
21322026-05-23T04:13:33.544Z Compiling cookie_store v0.22.1
21332026-05-23T04:13:33.695Z Compiling bzip2 v0.4.4
21342026-05-23T04:13:33.743Z Compiling globset v0.4.18
21352026-05-23T04:13:34.001Z Compiling strum v0.27.2
21362026-05-23T04:13:34.158Z Compiling hubpack v0.1.2
21372026-05-23T04:13:34.160Z Compiling ed25519 v2.2.3
21382026-05-23T04:13:34.191Z Compiling phf_shared v0.11.3
21392026-05-23T04:13:34.314Z Compiling crossbeam-epoch v0.9.18
21402026-05-23T04:13:34.360Z Compiling olpc-cjson v0.1.4
21412026-05-23T04:13:34.405Z Compiling pkcs1 v0.7.5
21422026-05-23T04:13:34.423Z Compiling pem v3.0.6
21432026-05-23T04:13:34.481Z Compiling serde-big-array v0.5.1
21442026-05-23T04:13:34.599Z Compiling serde_plain v1.0.2
21452026-05-23T04:13:34.615Z Compiling rfc6979 v0.4.0
21462026-05-23T04:13:34.618Z Compiling float-cmp v0.10.0
21472026-05-23T04:13:34.661Z Compiling env_filter v1.0.0
21482026-05-23T04:13:34.738Z Compiling memmap2 v0.9.10
21492026-05-23T04:13:34.794Z Compiling jiff v0.2.21
21502026-05-23T04:13:34.831Z Compiling keccak v0.1.6
21512026-05-23T04:13:34.834Z Compiling fixedbitset v0.5.7
21522026-05-23T04:13:34.861Z Compiling new_debug_unreachable v1.0.6
21532026-05-23T04:13:34.952Z Compiling toml_write v0.1.2
21542026-05-23T04:13:34.967Z Compiling normalize-line-endings v0.3.0
21552026-05-23T04:13:35.038Z Compiling fixedbitset v0.4.2
21562026-05-23T04:13:35.038Z Compiling precomputed-hash v0.1.1
21572026-05-23T04:13:35.072Z Compiling static_assertions v1.1.0
21582026-05-23T04:13:35.075Z Compiling predicates-core v1.0.10
21592026-05-23T04:13:35.148Z Compiling data-encoding v2.10.0
21602026-05-23T04:13:35.166Z Compiling difflib v0.4.0
21612026-05-23T04:13:35.169Z Compiling typed-path v0.9.3
21622026-05-23T04:13:35.197Z Compiling whoami v2.1.0
21632026-05-23T04:13:35.259Z Compiling petgraph v0.6.5
21642026-05-23T04:13:35.285Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21652026-05-23T04:13:35.541Z Compiling hickory-proto v0.25.2
21662026-05-23T04:13:35.594Z Compiling tokio-postgres v0.7.16
21672026-05-23T04:13:35.649Z Compiling predicates v3.1.4
21682026-05-23T04:13:35.695Z Compiling string_cache v0.8.9
21692026-05-23T04:13:35.767Z Compiling toml_edit v0.22.27
21702026-05-23T04:13:35.890Z Compiling petgraph v0.8.3
21712026-05-23T04:13:36.231Z Compiling sha3 v0.10.8
21722026-05-23T04:13:36.397Z Compiling usdt v0.6.0
21732026-05-23T04:13:36.513Z Compiling env_logger v0.11.9
21742026-05-23T04:13:36.670Z Compiling ecdsa v0.16.9
21752026-05-23T04:13:36.741Z Compiling rsa v0.9.10
21762026-05-23T04:13:37.081Z Compiling ed25519-dalek v2.2.0
21772026-05-23T04:13:37.387Z Compiling zip v4.6.1
21782026-05-23T04:13:37.822Z Compiling crossterm v0.28.1
21792026-05-23T04:13:37.893Z Compiling zip v0.6.6
21802026-05-23T04:13:38.136Z Compiling clap v4.5.60
21812026-05-23T04:13:38.216Z Compiling iddqd v0.4.1
21822026-05-23T04:13:38.426Z Compiling serde_with v3.17.0
21832026-05-23T04:13:38.486Z Compiling similar v2.7.0
21842026-05-23T04:13:38.518Z Compiling strum v0.26.3
21852026-05-23T04:13:38.539Z Compiling toml v0.7.8
21862026-05-23T04:13:38.560Z Compiling itertools v0.13.0
21872026-05-23T04:13:38.664Z Compiling tokio-stream v0.1.18
21882026-05-23T04:13:39.087Z Compiling buf-list v1.1.2
21892026-05-23T04:13:39.163Z Compiling x509-cert v0.2.5
21902026-05-23T04:13:39.359Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-05-23T04:13:39.393Z Compiling openapiv3 v2.2.0
21922026-05-23T04:13:39.521Z Compiling sha1 v0.10.6
21932026-05-23T04:13:39.820Z Compiling peg-runtime v0.8.5
21942026-05-23T04:13:39.823Z Compiling lalrpop-util v0.19.12
21952026-05-23T04:13:54.598Z Compiling rustls-webpki v0.103.9
21962026-05-23T04:13:56.150Z Compiling macaddr v1.0.1
21972026-05-23T04:13:56.153Z Compiling structmeta-derive v0.3.0
21982026-05-23T04:13:56.378Z Compiling rayon-core v1.13.0
21992026-05-23T04:13:56.433Z Compiling crucible-workspace-hack v0.1.0
22002026-05-23T04:13:56.454Z Compiling itertools v0.14.0
22012026-05-23T04:13:56.615Z Compiling secrecy v0.10.3
22022026-05-23T04:13:56.660Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-23T04:13:56.744Z Compiling heapless v0.8.0
22042026-05-23T04:13:56.800Z Compiling rustls v0.22.4
22052026-05-23T04:13:57.069Z Compiling crossbeam-deque v0.8.6
22062026-05-23T04:13:57.100Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-23T04:13:57.115Z Compiling toml_edit v0.23.10+spec-1.0.0
22082026-05-23T04:13:57.131Z Compiling rustls-webpki v0.102.8
22092026-05-23T04:13:57.182Z Compiling structmeta v0.3.0
22102026-05-23T04:13:57.277Z Compiling hash32 v0.3.1
22112026-05-23T04:13:57.295Z Compiling multer v3.1.0
22122026-05-23T04:13:57.319Z Compiling thread_local v1.1.9
22132026-05-23T04:13:57.348Z Compiling slog-async v2.8.0
22142026-05-23T04:13:57.364Z Compiling compression-core v0.4.31
22152026-05-23T04:13:57.405Z Compiling unicode-width v0.2.0
22162026-05-23T04:13:57.421Z Compiling smoltcp v0.11.0
22172026-05-23T04:13:57.466Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-05-23T04:13:57.520Z Compiling match_cfg v0.1.0
22192026-05-23T04:13:57.644Z Compiling hostname v0.3.1
22202026-05-23T04:13:57.687Z Compiling proc-macro-crate v3.4.0
22212026-05-23T04:13:57.703Z Compiling compression-codecs v0.4.37
22222026-05-23T04:13:57.742Z Compiling derive-ex v0.1.8
22232026-05-23T04:13:57.771Z Compiling ingot-macros v0.1.1
22242026-05-23T04:13:57.835Z Compiling slog-json v2.6.1
22252026-05-23T04:13:58.069Z Compiling crossbeam-channel v0.5.15
22262026-05-23T04:13:58.087Z Compiling half v2.7.1
22272026-05-23T04:13:58.110Z Compiling newtype-uuid-macros v0.1.0
22282026-05-23T04:13:58.136Z Compiling cobs v0.3.0
22292026-05-23T04:13:58.266Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-23T04:13:58.429Z Compiling tokio-rustls v0.26.4
22312026-05-23T04:13:58.456Z Compiling rustls-platform-verifier v0.6.2
22322026-05-23T04:13:58.690Z Compiling hyper-rustls v0.27.7
22332026-05-23T04:13:58.714Z Compiling universal-hash v0.5.1
22342026-05-23T04:13:58.776Z Compiling async-stream-impl v0.3.6
22352026-05-23T04:13:58.847Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-23T04:13:58.879Z Compiling serde_spanned v1.0.4
22372026-05-23T04:13:58.996Z Compiling reqwest v0.12.28
22382026-05-23T04:13:59.032Z Compiling reqwest v0.13.2
22392026-05-23T04:13:59.060Z Compiling is-terminal v0.4.17
22402026-05-23T04:13:59.181Z Compiling proc-macro-error-attr v1.0.4
22412026-05-23T04:13:59.277Z Compiling dropshot v0.17.0
22422026-05-23T04:13:59.294Z Compiling opaque-debug v0.3.1
22432026-05-23T04:13:59.332Z Compiling convert_case v0.4.0
22442026-05-23T04:13:59.348Z Compiling term v1.2.1
22452026-05-23T04:13:59.376Z Compiling toml_writer v1.0.6+spec-1.1.0
22462026-05-23T04:13:59.391Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-05-23T04:13:59.406Z Compiling ciborium-io v0.2.2
22482026-05-23T04:13:59.500Z Compiling take_mut v0.2.2
22492026-05-23T04:13:59.528Z Compiling ciborium-ll v0.2.2
22502026-05-23T04:13:59.637Z Compiling toml v1.0.6+spec-1.1.0
22512026-05-23T04:13:59.653Z Compiling derive_more v0.99.20
22522026-05-23T04:13:59.685Z Compiling slog-term v2.9.2
22532026-05-23T04:13:59.730Z Compiling tokio-rustls v0.25.0
22542026-05-23T04:13:59.872Z Compiling async-stream v0.3.6
22552026-05-23T04:14:00.012Z Compiling poly1305 v0.8.0
22562026-05-23T04:14:00.046Z Compiling thiserror-no-std v2.0.2
22572026-05-23T04:14:00.088Z Compiling test-strategy v0.4.5
22582026-05-23T04:14:00.164Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-23T04:14:00.348Z Compiling ingot-types v0.1.2
22602026-05-23T04:14:00.650Z Compiling tough v0.22.0
22612026-05-23T04:14:00.815Z Compiling ingot v0.1.1
22622026-05-23T04:14:00.880Z Compiling postcard v1.1.3
22632026-05-23T04:14:01.162Z Compiling num_enum_derive v0.7.5
22642026-05-23T04:14:01.272Z Compiling slog-bunyan v2.5.0
22652026-05-23T04:14:01.380Z Compiling async-compression v0.4.41
22662026-05-23T04:14:01.576Z Compiling parse-display-derive v0.10.0
22672026-05-23T04:14:01.784Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-05-23T04:14:01.860Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-23T04:14:01.938Z Compiling proc-macro-crate v1.3.1
22702026-05-23T04:14:02.124Z Compiling backon v1.6.0
22712026-05-23T04:14:02.140Z Compiling waitgroup v0.1.2
22722026-05-23T04:14:02.286Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-23T04:14:02.342Z Compiling password-hash v0.5.0
22742026-05-23T04:14:02.361Z Compiling chacha20 v0.9.1
22752026-05-23T04:14:02.400Z Compiling dropshot_endpoint v0.17.0
22762026-05-23T04:14:02.417Z Compiling rustls-pemfile v2.2.0
22772026-05-23T04:14:02.638Z Compiling blake2 v0.10.6
22782026-05-23T04:14:02.697Z Compiling aead v0.5.2
22792026-05-23T04:14:02.736Z Compiling foreign-types-macros v0.2.3
22802026-05-23T04:14:03.012Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-23T04:14:03.058Z Compiling serde_path_to_error v0.1.20
22822026-05-23T04:14:03.082Z Compiling hostname v0.4.2
22832026-05-23T04:14:03.188Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-23T04:14:03.268Z Compiling proc-macro-error v1.0.4
22852026-05-23T04:14:03.364Z Compiling instant v0.1.13
22862026-05-23T04:14:03.381Z Compiling debug-ignore v1.0.5
22872026-05-23T04:14:03.398Z Compiling typeid v1.0.3
22882026-05-23T04:14:03.412Z Compiling cpufeatures v0.3.0
22892026-05-23T04:14:03.430Z Compiling foreign-types-shared v0.3.1
22902026-05-23T04:14:03.505Z Compiling chacha20 v0.10.0
22912026-05-23T04:14:03.524Z Compiling foreign-types v0.5.0
22922026-05-23T04:14:03.527Z Compiling backoff v0.4.0
22932026-05-23T04:14:03.527Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-05-23T04:14:03.539Z Compiling parse-display v0.10.0
22952026-05-23T04:14:03.588Z Compiling argon2 v0.5.3
22962026-05-23T04:14:03.607Z Compiling chacha20poly1305 v0.10.1
22972026-05-23T04:14:03.625Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22982026-05-23T04:14:03.744Z Compiling num_enum_derive v0.5.11
22992026-05-23T04:14:03.775Z Compiling num_enum v0.7.5
23002026-05-23T04:14:03.793Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-05-23T04:14:03.813Z Compiling vsss-rs v3.3.4
23022026-05-23T04:14:03.830Z Compiling ciborium v0.2.2
23032026-05-23T04:14:04.202Z Compiling tabwriter v1.4.1
23042026-05-23T04:14:04.226Z Compiling regress v0.10.5
23052026-05-23T04:14:04.244Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-05-23T04:14:04.458Z Compiling byte-wrapper v0.1.0
23072026-05-23T04:14:04.601Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-23T04:14:04.617Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-05-23T04:14:04.620Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-23T04:14:04.692Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-05-23T04:14:04.708Z Compiling cstr-argument v0.1.2
23122026-05-23T04:14:04.926Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-05-23T04:14:04.944Z Compiling humantime v2.3.0
23142026-05-23T04:14:05.054Z Compiling erased-serde v0.4.9
23152026-05-23T04:14:05.099Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-23T04:14:05.183Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-23T04:14:05.229Z Compiling num_enum v0.5.11
23182026-05-23T04:14:05.289Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-23T04:14:05.377Z Compiling rand v0.10.0
23202026-05-23T04:14:05.395Z Compiling rayon v1.11.0
23212026-05-23T04:14:05.410Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-23T04:14:05.426Z Compiling colored v3.1.1
23232026-05-23T04:14:05.453Z Compiling indent_write v2.2.0
23242026-05-23T04:14:05.541Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-23T04:14:05.544Z Compiling libefi-sys v0.1.0
23262026-05-23T04:14:05.618Z Compiling zone_cfg_derive v0.3.1
23272026-05-23T04:14:05.634Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-05-23T04:14:05.797Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-23T04:14:05.813Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-05-23T04:14:05.817Z Compiling camino-tempfile v1.4.1
23312026-05-23T04:14:06.053Z Compiling itertools v0.12.1
23322026-05-23T04:14:06.126Z Compiling usdt-attr-macro v0.5.0
23332026-05-23T04:14:06.179Z Compiling usdt-macro v0.5.0
23342026-05-23T04:14:06.253Z Compiling bitfield-struct v0.6.2
23352026-05-23T04:14:06.270Z Compiling num-derive v0.4.2
23362026-05-23T04:14:06.289Z Compiling ordered-float v2.10.1
23372026-05-23T04:14:06.348Z Compiling blake3 v1.8.3
23382026-05-23T04:14:06.591Z Compiling memmap v0.7.0
23392026-05-23T04:14:06.725Z Compiling sigpipe v0.1.3
23402026-05-23T04:14:06.850Z Compiling swrite v0.1.0
23412026-05-23T04:14:06.865Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-05-23T04:14:06.891Z Compiling glob v0.3.3
23432026-05-23T04:14:06.908Z Compiling usdt v0.5.0
23442026-05-23T04:14:06.911Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-23T04:14:07.141Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-05-23T04:14:07.218Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23472026-05-23T04:14:07.285Z Compiling serde-value v0.7.0
23482026-05-23T04:14:07.537Z Compiling zone v0.3.1
23492026-05-23T04:14:07.564Z Compiling serde-untagged v0.1.9
23502026-05-23T04:14:07.619Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23512026-05-23T04:14:07.846Z Compiling toml v0.8.23
23522026-05-23T04:14:07.863Z Compiling smf v0.2.3
23532026-05-23T04:14:07.877Z Compiling filetime v0.2.27
23542026-05-23T04:14:07.943Z Compiling constant_time_eq v0.4.2
23552026-05-23T04:14:07.959Z Compiling whoami v1.6.1
23562026-05-23T04:14:07.963Z Compiling arrayvec v0.7.6
23572026-05-23T04:14:08.012Z Compiling xattr v1.6.1
23582026-05-23T04:14:08.107Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-23T04:14:08.167Z Compiling unicode-xid v0.2.6
23602026-05-23T04:14:08.182Z Compiling arrayref v0.3.9
23612026-05-23T04:14:08.209Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-23T04:14:08.234Z Compiling tar v0.4.45
23632026-05-23T04:14:08.249Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-05-23T04:14:08.333Z Compiling cargo-util-schemas v0.8.2
23652026-05-23T04:14:08.428Z Compiling tokio-dtrace v0.1.1
23662026-05-23T04:14:08.513Z Compiling console v0.16.2
23672026-05-23T04:14:08.787Z Compiling gethostname v0.5.0
23682026-05-23T04:14:08.898Z Compiling cargo-platform v0.2.0
23692026-05-23T04:14:08.947Z Compiling unit-prefix v0.5.2
23702026-05-23T04:14:08.986Z Compiling topological-sort v0.2.2
23712026-05-23T04:14:09.024Z Compiling oxide-tokio-rt v0.1.4
23722026-05-23T04:14:09.109Z Compiling indicatif v0.18.4
23732026-05-23T04:14:09.131Z Compiling shell-words v1.1.1
23742026-05-23T04:14:09.173Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-23T04:14:09.566Z Compiling cargo_metadata v0.21.0
23762026-05-23T04:14:18.751Z Compiling progenitor-client v0.14.0
23772026-05-23T04:14:18.786Z Compiling progenitor-client v0.10.0
23782026-05-23T04:14:18.786Z Compiling omicron-zone-package v0.12.2
23792026-05-23T04:14:19.237Z Compiling progenitor-extras v0.2.0
23802026-05-23T04:14:21.506Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-05-23T04:14:21.587Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-05-23T04:14:21.635Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-23T04:14:21.731Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-05-23T04:14:21.764Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-05-23T04:14:21.793Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-05-23T04:14:21.818Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-05-23T04:14:21.838Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-05-23T04:14:21.946Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-05-23T04:14:25.876Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-23T04:14:33.470Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-23T04:14:36.512Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-23T04:14:37.488Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-23T04:14:47.128Z Finished `release` profile [optimized] target(s) in 1m 43s
23942026-05-23T04:14:47.280Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-23T04:14:47.343ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-23T04:14:47.345ZCreated new build target 'test' and set it as active
23972026-05-23T04:14:47.348Z
23982026-05-23T04:14:47.348Zreal 1:43.936688252
23992026-05-23T04:14:47.348Zuser 16:56.704843482
24002026-05-23T04:14:47.348Zsys 2:39.077165468
24012026-05-23T04:14:47.348Ztrap 0.460552262
24022026-05-23T04:14:47.348Ztflt 2.791669841
24032026-05-23T04:14:47.348Zdflt 4.090787055
24042026-05-23T04:14:47.348Zkflt 0.000508171
24052026-05-23T04:14:47.348Zlock 52:40.433320358
24062026-05-23T04:14:47.348Zslp 43:08.133178363
24072026-05-23T04:14:47.348Zlat 43.454051410
24082026-05-23T04:14:47.348Zstop 5:35.339687727
24092026-05-23T04:14:47.348Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-23T04:14:48.235Z Finished `release` profile [optimized] target(s) in 0.87s
24112026-05-23T04:14:48.307Z Running `target/release/omicron-package -t test package`
24122026-05-23T04:14:48.365ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-23T04:14:49.787Z Compiling heck v0.5.0
24142026-05-23T04:14:49.790Z Compiling regress v0.11.1
24152026-05-23T04:14:49.790Z Compiling unsafe-libyaml v0.2.11
24162026-05-23T04:14:50.050Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-23T04:14:50.072Z Compiling regress v0.10.5
24182026-05-23T04:14:50.103Z Compiling is-terminal v0.4.17
24192026-05-23T04:14:50.103Z Compiling unicode-width v0.1.14
24202026-05-23T04:14:50.106Z Compiling prettyplease v0.2.37
24212026-05-23T04:14:50.106Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-23T04:14:50.106Z Compiling bytecount v0.6.9
24232026-05-23T04:14:50.127Z Compiling rustls v0.22.4
24242026-05-23T04:14:50.130Z Compiling rustls-webpki v0.102.8
24252026-05-23T04:14:50.130Z Compiling derive-where v1.6.0
24262026-05-23T04:14:50.152Z Compiling thread_local v1.1.9
24272026-05-23T04:14:50.155Z Compiling compression-core v0.4.31
24282026-05-23T04:14:50.239Z Compiling match_cfg v0.1.0
24292026-05-23T04:14:50.264Z Compiling multer v3.1.0
24302026-05-23T04:14:50.372Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-05-23T04:14:50.376Z Compiling hostname v0.3.1
24322026-05-23T04:14:50.415Z Compiling compression-codecs v0.4.37
24332026-05-23T04:14:50.418Z Compiling slog-async v2.8.0
24342026-05-23T04:14:50.463Z Compiling crossbeam-channel v0.5.15
24352026-05-23T04:14:50.493Z Compiling slog-json v2.6.1
24362026-05-23T04:14:50.513Z Compiling serde_yaml v0.9.34+deprecated
24372026-05-23T04:14:50.537Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-23T04:14:50.562Z Compiling serde_spanned v1.0.4
24392026-05-23T04:14:50.586Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-23T04:14:50.670Z Compiling take_mut v0.2.2
24412026-05-23T04:14:50.710Z Compiling term v1.2.1
24422026-05-23T04:14:50.730Z Compiling slog-bunyan v2.5.0
24432026-05-23T04:14:50.751Z Compiling async-compression v0.4.41
24442026-05-23T04:14:50.821Z Compiling toml v1.0.6+spec-1.1.0
24452026-05-23T04:14:50.910Z Compiling async-stream v0.3.6
24462026-05-23T04:14:50.935Z Compiling dropshot v0.17.0
24472026-05-23T04:14:50.960Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-05-23T04:14:51.003Z Compiling slog-term v2.9.2
24492026-05-23T04:14:51.083Z Compiling num-rational v0.4.2
24502026-05-23T04:14:51.112Z Compiling progenitor-client v0.14.0
24512026-05-23T04:14:51.135Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-23T04:14:51.216Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-23T04:14:51.270Z Compiling waitgroup v0.1.2
24542026-05-23T04:14:51.297Z Compiling backon v1.6.0
24552026-05-23T04:14:51.331Z Compiling rustls-pemfile v2.2.0
24562026-05-23T04:14:51.401Z Compiling num-complex v0.4.6
24572026-05-23T04:14:51.427Z Compiling serde_path_to_error v0.1.20
24582026-05-23T04:14:51.448Z Compiling hostname v0.4.2
24592026-05-23T04:14:51.451Z Compiling instant v0.1.13
24602026-05-23T04:14:51.512Z Compiling typify-impl v0.6.2
24612026-05-23T04:14:51.536Z Compiling debug-ignore v1.0.5
24622026-05-23T04:14:51.559Z Compiling progenitor-extras v0.2.0
24632026-05-23T04:14:51.600Z Compiling backoff v0.4.0
24642026-05-23T04:14:51.621Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-05-23T04:14:51.671Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-05-23T04:14:51.823Z Compiling num v0.4.3
24672026-05-23T04:14:51.847Z Compiling parse-display v0.10.0
24682026-05-23T04:14:51.850Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-23T04:14:51.889Z Compiling progenitor-client v0.13.0
24702026-05-23T04:14:51.928Z Compiling progenitor-client v0.10.0
24712026-05-23T04:14:51.967Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-05-23T04:14:51.998Z Compiling macaddr v1.0.1
24732026-05-23T04:14:52.041Z Compiling humantime v2.3.0
24742026-05-23T04:14:52.097Z Compiling float-ord v0.3.2
24752026-05-23T04:14:52.246Z Compiling console v0.15.11
24762026-05-23T04:14:52.297Z Compiling newline-converter v0.3.0
24772026-05-23T04:14:52.330Z Compiling atomicwrites v0.4.4
24782026-05-23T04:14:52.425Z Compiling slog-dtrace v0.3.0
24792026-05-23T04:14:52.446Z Compiling resolv-conf v0.7.6
24802026-05-23T04:14:52.470Z Compiling owo-colors v4.3.0
24812026-05-23T04:14:52.522Z Compiling cancel-safe-futures v0.1.5
24822026-05-23T04:14:52.627Z Compiling tokio-rustls v0.25.0
24832026-05-23T04:14:52.711Z Compiling expectorate v1.2.0
24842026-05-23T04:14:52.765Z Compiling toml v0.8.23
24852026-05-23T04:14:52.834Z Compiling libsw-core v0.3.2
24862026-05-23T04:14:53.000Z Compiling libsw v3.5.0
24872026-05-23T04:14:53.046Z Compiling linked-hash-map v0.5.6
24882026-05-23T04:14:53.107Z Compiling linear-map v1.2.0
24892026-05-23T04:14:53.219Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-23T04:14:53.286Z Compiling lru-cache v0.1.2
24912026-05-23T04:14:53.346Z Compiling minimal-lexical v0.2.1
24922026-05-23T04:14:53.367Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-23T04:14:53.370Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-23T04:14:53.460Z Compiling hickory-proto v0.24.4
24952026-05-23T04:14:53.481Z Compiling unicode-xid v0.2.6
24962026-05-23T04:14:53.557Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-05-23T04:14:53.608Z Compiling nom v7.1.3
24982026-05-23T04:14:53.634Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-05-23T04:14:53.659Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-05-23T04:14:53.824Z Compiling convert_case v0.10.0
25012026-05-23T04:14:54.115Z Compiling derive_more-impl v2.1.1
25022026-05-23T04:14:54.529Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-23T04:14:54.968Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-23T04:14:55.009Z Compiling derive_more v2.1.1
25052026-05-23T04:14:55.050Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-05-23T04:14:55.101Z Compiling typify-macro v0.6.2
25072026-05-23T04:14:55.126Z Compiling papergrid v0.11.0
25082026-05-23T04:14:55.150Z Compiling tabled_derive v0.7.0
25092026-05-23T04:14:55.312Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-23T04:14:55.638Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-05-23T04:14:55.849Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-23T04:14:56.053Z Compiling hickory-resolver v0.24.4
25132026-05-23T04:14:56.217Z Compiling termtree v0.5.1
25142026-05-23T04:14:56.240Z Compiling tabled v0.15.0
25152026-05-23T04:14:56.415Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-23T04:14:56.648Z Compiling typify v0.6.2
25172026-05-23T04:14:56.797Z Compiling progenitor-impl v0.14.0
25182026-05-23T04:14:57.603Z Compiling progenitor-impl v0.13.0
25192026-05-23T04:14:58.967Z Compiling progenitor-macro v0.14.0
25202026-05-23T04:14:59.508Z Compiling qorb v0.4.1
25212026-05-23T04:14:59.772Z Compiling progenitor-macro v0.13.0
25222026-05-23T04:15:00.793Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-23T04:15:01.330Z Compiling crossterm v0.29.0
25242026-05-23T04:15:01.700Z Compiling phf_shared v0.12.1
25252026-05-23T04:15:01.954Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25262026-05-23T04:15:01.986Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-05-23T04:15:02.015Z Compiling vte v0.14.1
25282026-05-23T04:15:02.476Z Compiling csv-core v0.1.13
25292026-05-23T04:15:02.599Z Compiling chrono-tz v0.10.4
25302026-05-23T04:15:02.822Z Compiling highway v1.3.0
25312026-05-23T04:15:02.938Z Compiling csv v1.4.0
25322026-05-23T04:15:03.005Z Compiling progenitor v0.14.0
25332026-05-23T04:15:03.043Z Compiling strip-ansi-escapes v0.2.1
25342026-05-23T04:15:03.199Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-23T04:15:03.562Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-05-23T04:15:03.602Z Compiling phf v0.12.1
25372026-05-23T04:15:03.807Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-05-23T04:15:03.830Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-05-23T04:15:03.871Z Compiling progenitor v0.13.0
25402026-05-23T04:15:03.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-23T04:15:04.046Z Compiling const_format_proc_macros v0.2.34
25422026-05-23T04:15:04.145Z Compiling fd-lock v4.0.4
25432026-05-23T04:15:04.260Z Compiling peg-macros v0.8.5
25442026-05-23T04:15:04.331Z Compiling nu-ansi-term v0.50.3
25452026-05-23T04:15:04.823Z Compiling const_format v0.2.35
25462026-05-23T04:15:04.866Z Compiling reedline v0.40.0
25472026-05-23T04:15:05.324Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-23T04:15:05.530Z Compiling peg v0.8.5
25492026-05-23T04:15:05.662Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-23T04:15:06.427Z Compiling bcs v0.1.6
25512026-05-23T04:15:06.601Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-23T04:15:06.860Z Compiling semver v0.1.20
25532026-05-23T04:15:06.892Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-23T04:15:07.183Z Compiling rustc_version v0.1.7
25552026-05-23T04:15:07.207Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-23T04:15:07.427Z Compiling newtype_derive v0.1.6
25572026-05-23T04:15:07.620Z Compiling unicode-linebreak v0.1.5
25582026-05-23T04:15:07.658Z Compiling smawk v0.3.2
25592026-05-23T04:15:07.858Z Compiling textwrap v0.16.2
25602026-05-23T04:15:08.013Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-23T04:15:08.364Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-23T04:15:08.434Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-05-23T04:15:08.695Z Compiling base64 v0.21.7
25642026-05-23T04:15:09.328Z Compiling steno v0.4.1
25652026-05-23T04:15:09.447Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-23T04:15:09.473Z Compiling tagptr v0.2.0
25672026-05-23T04:15:09.601Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-05-23T04:15:09.653Z Compiling utf-8 v0.7.6
25692026-05-23T04:15:09.688Z Compiling moka v0.12.13
25702026-05-23T04:15:09.893Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-23T04:15:09.913Z Compiling tungstenite v0.21.0
25722026-05-23T04:15:10.012Z Compiling radium v0.7.0
25732026-05-23T04:15:10.056Z Compiling tap v1.0.1
25742026-05-23T04:15:10.079Z Compiling display-error-chain v0.2.2
25752026-05-23T04:15:10.203Z Compiling maybe-uninit v2.0.0
25762026-05-23T04:15:10.253Z Compiling wyz v0.5.1
25772026-05-23T04:15:10.519Z Compiling tokio-tungstenite v0.21.0
25782026-05-23T04:15:10.674Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-05-23T04:15:10.696Z Compiling zerocopy-derive v0.6.6
25802026-05-23T04:15:10.909Z Compiling hickory-resolver v0.25.2
25812026-05-23T04:15:10.943Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25822026-05-23T04:15:11.290Z Compiling packed_struct v0.10.1
25832026-05-23T04:15:11.460Z Compiling funty v2.0.0
25842026-05-23T04:15:11.569Z Compiling crc-catalog v2.4.0
25852026-05-23T04:15:11.695Z Compiling crc v3.4.0
25862026-05-23T04:15:11.905Z Compiling bitvec v1.0.1
25872026-05-23T04:15:11.927Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-05-23T04:15:12.065Z Compiling zerocopy v0.6.6
25892026-05-23T04:15:12.465Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-05-23T04:15:12.587Z Compiling num-derive v0.3.3
25912026-05-23T04:15:13.083Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-05-23T04:15:13.460Z Compiling packed_struct_codegen v0.10.1
25932026-05-23T04:15:13.515Z Compiling bitfield-macros v0.19.4
25942026-05-23T04:15:13.779Z Compiling proc-macro-error-attr2 v2.0.0
25952026-05-23T04:15:14.220Z Compiling indexmap v1.9.3
25962026-05-23T04:15:14.248Z Compiling nodrop v0.1.14
25972026-05-23T04:15:14.396Z Compiling array-init v0.0.4
25982026-05-23T04:15:14.457Z Compiling bitfield v0.19.4
25992026-05-23T04:15:14.529Z Compiling proc-macro-error2 v2.0.1
26002026-05-23T04:15:14.783Z Compiling libscf-sys v1.1.0
26012026-05-23T04:15:14.804Z Compiling smallvec v0.6.14
26022026-05-23T04:15:14.909Z Compiling typify-impl v0.4.3
26032026-05-23T04:15:14.971Z Compiling vergen-gitcl v1.0.8
26042026-05-23T04:15:15.002Z Compiling dirs-sys-next v0.1.2
26052026-05-23T04:15:15.069Z Compiling diesel_derives v2.3.7
26062026-05-23T04:15:15.137Z Compiling hashbrown v0.12.3
26072026-05-23T04:15:15.189Z Compiling glob v0.3.3
26082026-05-23T04:15:15.265Z Compiling crunchy v0.2.4
26092026-05-23T04:15:15.285Z Compiling maplit v1.0.2
26102026-05-23T04:15:15.475Z Compiling dirs-next v2.0.0
26112026-05-23T04:15:15.548Z Compiling clang-sys v1.8.1
26122026-05-23T04:15:15.602Z Compiling serde-hex v0.1.0
26132026-05-23T04:15:15.629Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26142026-05-23T04:15:15.992Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-05-23T04:15:16.030Z Compiling tabled_derive v0.11.0
26162026-05-23T04:15:16.240Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-05-23T04:15:16.318Z Compiling ron v0.8.1
26182026-05-23T04:15:16.479Z Compiling papergrid v0.17.0
26192026-05-23T04:15:16.798Z Compiling testing_table v0.3.0
26202026-05-23T04:15:17.073Z Compiling hashbrown v0.13.2
26212026-05-23T04:15:17.263Z Compiling scheduled-thread-pool v0.2.7
26222026-05-23T04:15:17.332Z Compiling dsl_auto_type v0.2.0
26232026-05-23T04:15:17.703Z Compiling diesel_table_macro_syntax v0.3.0
26242026-05-23T04:15:17.729Z Compiling crc-any v2.5.0
26252026-05-23T04:15:17.839Z Compiling tiny-keccak v2.0.2
26262026-05-23T04:15:17.882Z Compiling tabled v0.20.0
26272026-05-23T04:15:17.922Z Compiling object v0.30.4
26282026-05-23T04:15:18.051Z Compiling r2d2 v0.8.10
26292026-05-23T04:15:18.107Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-05-23T04:15:18.298Z Compiling term v0.7.0
26312026-05-23T04:15:18.412Z Compiling typify-macro v0.4.3
26322026-05-23T04:15:18.684Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26332026-05-23T04:15:18.798Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-23T04:15:18.821Z Compiling path-slash v0.1.5
26352026-05-23T04:15:18.823Z Compiling xshell-macros v0.2.7
26362026-05-23T04:15:18.874Z Compiling bit-vec v0.6.3
26372026-05-23T04:15:19.018Z Compiling downcast-rs v2.0.2
26382026-05-23T04:15:19.115Z Compiling bit-set v0.5.3
26392026-05-23T04:15:19.135Z Compiling ascii-canvas v3.0.0
26402026-05-23T04:15:19.248Z Compiling xshell v0.2.7
26412026-05-23T04:15:19.306Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26422026-05-23T04:15:19.398Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-05-23T04:15:19.418Z Compiling itertools v0.10.5
26442026-05-23T04:15:19.842Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-05-23T04:15:19.871Z Compiling ena v0.14.4
26462026-05-23T04:15:19.940Z Compiling libloading v0.8.9
26472026-05-23T04:15:20.092Z Compiling regex-syntax v0.6.29
26482026-05-23T04:15:20.118Z Compiling diff v0.1.13
26492026-05-23T04:15:20.167Z Compiling bindgen v0.71.1
26502026-05-23T04:15:20.389Z Compiling unicase v2.9.0
26512026-05-23T04:15:20.487Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-05-23T04:15:20.508Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-05-23T04:15:20.686Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-05-23T04:15:21.703Z Compiling lalrpop v0.19.12
26552026-05-23T04:15:22.029Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-23T04:15:22.108Z Compiling cexpr v0.6.0
26572026-05-23T04:15:22.633Z Compiling diesel v2.3.7
26582026-05-23T04:15:22.698Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-23T04:15:22.726Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-23T04:15:22.770Z Compiling rustc-hash v2.1.1
26612026-05-23T04:15:22.908Z Compiling crc8 v0.1.1
26622026-05-23T04:15:22.986Z Compiling typify v0.4.3
26632026-05-23T04:15:23.055Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-23T04:15:23.130Z Compiling headers-core v0.3.0
26652026-05-23T04:15:23.294Z Compiling libxml v0.3.3
26662026-05-23T04:15:23.472Z Compiling headers v0.4.1
26672026-05-23T04:15:23.620Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-05-23T04:15:23.663Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26692026-05-23T04:15:23.691Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-05-23T04:15:24.262Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-05-23T04:15:24.557Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-05-23T04:15:25.036Z Compiling strum_macros v0.24.3
26732026-05-23T04:15:25.058Z Compiling git-stub v1.0.0
26742026-05-23T04:15:25.131Z Compiling indoc v1.0.9
26752026-05-23T04:15:25.328Z Compiling git-stub-vcs v0.1.0
26762026-05-23T04:15:25.694Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-23T04:15:25.717Z Compiling derive_builder v0.20.2
26782026-05-23T04:15:25.889Z Compiling oso-derive v0.27.3
26792026-05-23T04:15:25.924Z Compiling quick-xml v0.37.5
26802026-05-23T04:15:26.420Z Compiling impl-trait-for-tuples v0.2.3
26812026-05-23T04:15:26.464Z Compiling openssl-probe v0.1.6
26822026-05-23T04:15:26.522Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-05-23T04:15:26.689Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26842026-05-23T04:15:26.769Z Compiling half v1.8.3
26852026-05-23T04:15:27.254Z Compiling serde_cbor v0.11.2
26862026-05-23T04:15:27.284Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-05-23T04:15:27.516Z Compiling bb8 v0.8.6
26882026-05-23T04:15:27.520Z Compiling trait-variant v0.1.2
26892026-05-23T04:15:27.678Z Compiling samael v0.0.19
26902026-05-23T04:15:27.735Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-05-23T04:15:27.920Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26922026-05-23T04:15:28.100Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-05-23T04:15:28.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26942026-05-23T04:15:28.330Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26952026-05-23T04:15:28.420Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-23T04:15:28.651Z Compiling fxhash v0.2.1
26972026-05-23T04:15:28.697Z Compiling salty v0.3.0
26982026-05-23T04:15:28.700Z Compiling nonempty v0.12.0
26992026-05-23T04:15:28.850Z Compiling progenitor-impl v0.10.0
27002026-05-23T04:15:28.946Z Compiling progenitor-impl v0.11.2
27012026-05-23T04:15:29.006Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27022026-05-23T04:15:29.062Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27032026-05-23T04:15:29.202Z Compiling polar-core v0.27.3
27042026-05-23T04:15:29.813Z Compiling kstat-rs v0.2.4
27052026-05-23T04:15:29.835Z Compiling libz-sys v1.1.24
27062026-05-23T04:15:29.995Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27072026-05-23T04:15:30.297Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27082026-05-23T04:15:30.964Z Compiling progenitor-macro v0.10.0
27092026-05-23T04:15:31.101Z Compiling progenitor-macro v0.11.2
27102026-05-23T04:15:32.229Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-23T04:15:32.692Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27122026-05-23T04:15:33.681Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-23T04:15:33.704Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-23T04:15:34.073Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-05-23T04:15:34.311Z Compiling progenitor-client v0.11.2
27162026-05-23T04:15:34.866Z Compiling darling_core v0.23.0
27172026-05-23T04:15:34.968Z Compiling nanorand v0.7.0
27182026-05-23T04:15:35.004Z Compiling arc-swap v1.8.2
27192026-05-23T04:15:35.125Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27202026-05-23T04:15:35.341Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27212026-05-23T04:15:35.375Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27222026-05-23T04:15:37.016Z Compiling fs-err v2.11.0
27232026-05-23T04:15:37.254Z Compiling parking_lot_core v0.8.6
27242026-05-23T04:15:37.594Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-05-23T04:15:38.879Z Compiling oso v0.27.3
27262026-05-23T04:15:41.807Z Compiling diesel-dtrace v0.5.0
27272026-05-23T04:15:42.135Z Compiling async-bb8-diesel v0.2.1
27282026-05-23T04:15:42.819Z Compiling mime_guess v2.0.5
27292026-05-23T04:15:42.901Z Compiling darling_macro v0.23.0
27302026-05-23T04:15:43.227Z Compiling slog-scope v4.4.1
27312026-05-23T04:15:43.230Z Compiling flume v0.11.1
27322026-05-23T04:15:43.354Z Compiling progenitor v0.11.2
27332026-05-23T04:15:43.423Z Compiling progenitor v0.10.0
27342026-05-23T04:15:43.547Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-23T04:15:43.585Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27362026-05-23T04:15:43.655Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-05-23T04:15:43.706Z Compiling primeorder v0.13.6
27382026-05-23T04:15:44.049Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-23T04:15:44.178Z Compiling instability v0.3.11
27402026-05-23T04:15:44.402Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-05-23T04:15:44.919Z Compiling p384 v0.13.1
27422026-05-23T04:15:45.270Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-23T04:15:45.850Z Compiling darling v0.23.0
27442026-05-23T04:15:45.961Z Compiling slog-stdlog v4.1.1
27452026-05-23T04:15:46.539Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-23T04:15:46.592Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-23T04:15:46.687Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-23T04:15:46.710Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-05-23T04:15:46.858Z Compiling ignore v0.4.25
27502026-05-23T04:15:47.087Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-23T04:15:47.440Z Compiling castaway v0.2.4
27522026-05-23T04:15:47.603Z Compiling atty v0.2.14
27532026-05-23T04:15:47.760Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-23T04:15:47.882Z Compiling indoc v2.0.7
27552026-05-23T04:15:47.995Z Compiling parse-size v1.1.0
27562026-05-23T04:15:48.234Z Compiling http-range v0.1.5
27572026-05-23T04:15:48.529Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-23T04:15:48.569Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-23T04:15:49.108Z Compiling compact_str v0.8.1
27602026-05-23T04:15:49.713Z Compiling globwalk v0.9.1
27612026-05-23T04:15:50.232Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-23T04:15:50.256Z Compiling parking_lot v0.11.2
27632026-05-23T04:15:50.383Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27642026-05-23T04:15:51.183Z Compiling slog-envlogger v2.2.0
27652026-05-23T04:15:51.897Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-23T04:15:52.395Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-23T04:15:52.580Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-23T04:15:52.602Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-23T04:15:52.865Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-23T04:15:53.092Z Compiling predicates-tree v1.0.13
27712026-05-23T04:15:53.132Z Compiling unicode-truncate v1.1.0
27722026-05-23T04:15:53.287Z Compiling lru v0.12.5
27732026-05-23T04:15:53.345Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-23T04:15:53.381Z Compiling rand_seeder v0.4.0
27752026-05-23T04:15:53.518Z Compiling prefix-trie v0.7.0
27762026-05-23T04:15:53.550Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-23T04:15:53.642Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-23T04:15:53.907Z Compiling vergen-git2 v1.0.7
27792026-05-23T04:15:53.931Z Compiling illumos-nvpair-sys v0.2.0
27802026-05-23T04:15:54.011Z Compiling corncobs v0.1.4
27812026-05-23T04:15:54.014Z Compiling cassowary v0.3.0
27822026-05-23T04:15:54.055Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-05-23T04:15:54.197Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-23T04:15:54.228Z Compiling hickory-server v0.25.2
27852026-05-23T04:15:54.293Z Compiling ratatui v0.29.0
27862026-05-23T04:15:54.396Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-05-23T04:15:54.429Z Compiling camino-tempfile-ext v0.3.3
27882026-05-23T04:15:54.678Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-05-23T04:15:54.931Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-05-23T04:15:55.128Z Compiling hyper-staticfile v0.10.1
27912026-05-23T04:15:55.609Z Compiling sled v0.34.7
27922026-05-23T04:15:56.332Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-23T04:15:56.398Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-23T04:15:57.006Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-23T04:15:58.598Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27962026-05-23T04:15:58.832Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-05-23T04:15:59.042Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27982026-05-23T04:15:59.066Z Compiling secrecy v0.8.0
27992026-05-23T04:15:59.269Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-05-23T04:15:59.294Z Compiling rustls v0.21.12
28012026-05-23T04:15:59.630Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-05-23T04:15:59.798Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28032026-05-23T04:15:59.822Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-05-23T04:16:00.816Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28052026-05-23T04:16:01.477Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-05-23T04:16:01.606Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28072026-05-23T04:16:01.794Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-23T04:16:02.312Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-05-23T04:16:02.590Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-05-23T04:16:02.821Z Compiling sct v0.7.1
28112026-05-23T04:16:03.099Z Compiling rustls-webpki v0.101.7
28122026-05-23T04:16:04.048Z Compiling nix v0.29.0
28132026-05-23T04:16:04.433Z Compiling dropshot v0.16.7
28142026-05-23T04:16:04.540Z Compiling void v1.0.2
28152026-05-23T04:16:04.703Z Compiling lzss v0.8.2
28162026-05-23T04:16:04.774Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-23T04:16:04.828Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-23T04:16:04.852Z Compiling illumos-nvpair v0.3.0
28192026-05-23T04:16:04.982Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-05-23T04:16:06.181Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-23T04:16:06.577Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-23T04:16:06.821Z Compiling tungstenite v0.23.0
28232026-05-23T04:16:06.899Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-23T04:16:07.786Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28252026-05-23T04:16:07.980Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28262026-05-23T04:16:08.021Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-05-23T04:16:08.214Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28282026-05-23T04:16:08.252Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-05-23T04:16:08.448Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-05-23T04:16:08.487Z Compiling toml v0.9.12+spec-1.1.0
28312026-05-23T04:16:08.681Z Compiling nix v0.27.1
28322026-05-23T04:16:09.018Z Compiling dropshot_endpoint v0.16.7
28332026-05-23T04:16:09.193Z Compiling serde_bytes v0.11.19
28342026-05-23T04:16:09.316Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28352026-05-23T04:16:09.502Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28362026-05-23T04:16:09.918Z Compiling git2 v0.20.4
28372026-05-23T04:16:10.091Z Compiling tokio-tungstenite v0.23.1
28382026-05-23T04:16:10.479Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-05-23T04:16:12.962Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-05-23T04:16:13.253Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-05-23T04:16:14.953Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-05-23T04:16:15.546Z Compiling tokio-rustls v0.24.1
28432026-05-23T04:16:15.835Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28442026-05-23T04:16:16.064Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-05-23T04:16:16.388Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28462026-05-23T04:16:16.492Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28472026-05-23T04:16:16.513Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28482026-05-23T04:16:16.849Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-05-23T04:16:16.852Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-05-23T04:16:17.387Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-05-23T04:16:17.411Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-05-23T04:16:18.596Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-05-23T04:16:18.644Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-05-23T04:16:18.717Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-05-23T04:16:19.560Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-05-23T04:16:20.105Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-05-23T04:16:20.571Z Compiling rustls-pemfile v1.0.4
28582026-05-23T04:16:20.984Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-05-23T04:16:21.910Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28602026-05-23T04:16:21.982Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28612026-05-23T04:16:22.232Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-05-23T04:16:22.439Z Compiling signal-hook-tokio v0.3.1
28632026-05-23T04:16:22.640Z Compiling twox-hash v2.1.2
28642026-05-23T04:16:22.747Z Compiling yasna v0.5.2
28652026-05-23T04:16:22.873Z Compiling is_ci v1.2.0
28662026-05-23T04:16:23.104Z Compiling supports-color v3.0.2
28672026-05-23T04:16:23.171Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-05-23T04:16:23.391Z Compiling rcgen v0.12.1
28692026-05-23T04:16:23.974Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-05-23T04:16:24.303Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-05-23T04:16:24.652Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-05-23T04:16:24.832Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28732026-05-23T04:16:25.472Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-05-23T04:16:27.553Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-05-23T04:16:27.845Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28762026-05-23T04:16:27.865Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-05-23T04:16:28.744Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-05-23T04:16:28.977Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-05-23T04:16:29.209Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-05-23T04:16:29.337Z Compiling fatfs v0.3.6
28812026-05-23T04:16:29.433Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-05-23T04:16:29.657Z Compiling rtoolbox v0.0.3
28832026-05-23T04:16:29.941Z Compiling subprocess v0.2.15
28842026-05-23T04:16:30.533Z Compiling seq-macro v0.3.6
28852026-05-23T04:16:31.043Z Compiling assert_matches v1.5.0
28862026-05-23T04:16:31.120Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-05-23T04:16:31.160Z Compiling rpassword v7.4.0
28882026-05-23T04:16:31.522Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28892026-05-23T04:16:31.621Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-05-23T04:16:32.138Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-05-23T04:16:32.278Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-05-23T04:16:33.087Z Compiling tui-tree-widget v0.23.1
28932026-05-23T04:16:33.373Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-05-23T04:16:34.748Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-05-23T04:16:35.136Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-05-23T04:16:35.264Z Compiling uzers v0.12.2
28972026-05-23T04:16:35.303Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-05-23T04:16:36.284Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-05-23T04:16:37.388Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-05-23T04:16:37.873Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-05-23T04:16:39.813Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-05-23T04:16:40.617Z Compiling support-bundle-viewer v0.1.2
29032026-05-23T04:16:42.036Z Compiling multimap v0.10.1
29042026-05-23T04:16:50.408Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-23T04:16:50.639Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-05-23T04:17:02.580Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-05-23T04:17:03.744Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-05-23T04:22:23.516Z Finished `release` profile [optimized] target(s) in 7m 35s
29092026-05-23T04:23:06.808Z
29102026-05-23T04:23:06.808Zreal 8:19.439322421
29112026-05-23T04:23:06.808Zuser 1:18:47.679204810
29122026-05-23T04:23:06.811Zsys 3:31.463349776
29132026-05-23T04:23:06.811Ztrap 1.768839358
29142026-05-23T04:23:06.812Ztflt 2.940843485
29152026-05-23T04:23:06.812Zdflt 17.046623901
29162026-05-23T04:23:06.812Zkflt 0.007087537
29172026-05-23T04:23:06.812Zlock 6:34:03.719301036
29182026-05-23T04:23:06.812Zslp 2:15:21.284333021
29192026-05-23T04:23:06.812Zlat 2:30.906610443
29202026-05-23T04:23:06.812Zstop 5:18.339107507
29212026-05-23T04:23:06.812Z+ mapfile -t packages
29222026-05-23T04:23:06.812Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-05-23T04:23:07.759Z Finished `release` profile [optimized] target(s) in 0.93s
29242026-05-23T04:23:07.833Z Running `target/release/omicron-package -t test list-outputs`
29252026-05-23T04:23:07.896ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-05-23T04:23:07.899Z+ ptime -m cargo build --locked --release -p xtask
29272026-05-23T04:23:08.424Z Compiling libc v0.2.185
29282026-05-23T04:23:08.424Z Compiling serde v1.0.228
29292026-05-23T04:23:08.427Z Compiling serde_core v1.0.228
29302026-05-23T04:23:08.517Z Compiling rustix v1.1.3
29312026-05-23T04:23:08.526Z Compiling serde_json v1.0.149
29322026-05-23T04:23:08.536Z Compiling bitflags v2.11.0
29332026-05-23T04:23:08.567Z Compiling num-traits v0.2.19
29342026-05-23T04:23:08.576Z Compiling syn v2.0.117
29352026-05-23T04:23:08.587Z Compiling smallvec v1.15.1
29362026-05-23T04:23:08.597Z Compiling indexmap v2.14.0
29372026-05-23T04:23:08.619Z Compiling usdt-impl v0.5.0
29382026-05-23T04:23:08.632Z Compiling syn v1.0.109
29392026-05-23T04:23:08.645Z Compiling percent-encoding v2.3.2
29402026-05-23T04:23:08.657Z Compiling getrandom v0.4.1
29412026-05-23T04:23:08.782Z Compiling log v0.4.29
29422026-05-23T04:23:08.880Z Compiling form_urlencoded v1.2.2
29432026-05-23T04:23:09.037Z Compiling fs-err v3.3.0
29442026-05-23T04:23:09.050Z Compiling once_cell v1.21.3
29452026-05-23T04:23:09.063Z Compiling anyhow v1.0.102
29462026-05-23T04:23:09.066Z Compiling heck v0.4.1
29472026-05-23T04:23:09.284Z Compiling errno v0.3.14
29482026-05-23T04:23:09.284Z Compiling thread-id v4.2.2
29492026-05-23T04:23:09.337Z Compiling memmap v0.7.0
29502026-05-23T04:23:09.592Z Compiling ordered-float v2.10.1
29512026-05-23T04:23:10.089Z Compiling proc-macro-error v1.0.4
29522026-05-23T04:23:10.298Z Compiling terminal_size v0.4.3
29532026-05-23T04:23:10.298Z Compiling tempfile v3.25.0
29542026-05-23T04:23:10.336Z Compiling tabled_derive v0.7.0
29552026-05-23T04:23:10.405Z Compiling clap_builder v4.5.60
29562026-05-23T04:23:10.405Z Compiling textwrap v0.16.2
29572026-05-23T04:23:10.519Z Compiling camino-tempfile v1.4.1
29582026-05-23T04:23:11.002Z Compiling tabled v0.15.0
29592026-05-23T04:23:11.091Z Compiling synstructure v0.13.2
29602026-05-23T04:23:11.091Z Compiling pest_generator v2.8.6
29612026-05-23T04:23:11.479Z Compiling serde_derive v1.0.228
29622026-05-23T04:23:11.479Z Compiling zerofrom-derive v0.1.6
29632026-05-23T04:23:11.482Z Compiling yoke-derive v0.8.1
29642026-05-23T04:23:11.482Z Compiling zerovec-derive v0.11.2
29652026-05-23T04:23:11.482Z Compiling displaydoc v0.2.5
29662026-05-23T04:23:11.482Z Compiling thiserror-impl v1.0.69
29672026-05-23T04:23:11.482Z Compiling zerocopy-derive v0.7.35
29682026-05-23T04:23:11.482Z Compiling scroll_derive v0.12.1
29692026-05-23T04:23:11.482Z Compiling thiserror-impl v2.0.18
29702026-05-23T04:23:11.482Z Compiling clap_derive v4.5.55
29712026-05-23T04:23:11.619Z Compiling pest_derive v2.8.6
29722026-05-23T04:23:12.193Z Compiling scroll v0.12.0
29732026-05-23T04:23:12.373Z Compiling zerocopy v0.7.35
29742026-05-23T04:23:12.479Z Compiling goblin v0.8.2
29752026-05-23T04:23:12.684Z Compiling thiserror v1.0.69
29762026-05-23T04:23:12.705Z Compiling zerofrom v0.1.6
29772026-05-23T04:23:12.792Z Compiling dtrace-parser v0.2.0
29782026-05-23T04:23:12.817Z Compiling yoke v0.8.1
29792026-05-23T04:23:12.867Z Compiling thiserror v2.0.18
29802026-05-23T04:23:13.000Z Compiling zerovec v0.11.5
29812026-05-23T04:23:13.035Z Compiling zerotrie v0.2.3
29822026-05-23T04:23:13.168Z Compiling clap v4.5.60
29832026-05-23T04:23:13.608Z Compiling tinystr v0.8.2
29842026-05-23T04:23:13.842Z Compiling icu_locale_core v2.1.1
29852026-05-23T04:23:14.858Z Compiling potential_utf v0.1.4
29862026-05-23T04:23:14.899Z Compiling icu_provider v2.1.1
29872026-05-23T04:23:15.047Z Compiling icu_collections v2.1.1
29882026-05-23T04:23:15.073Z Compiling serde_spanned v0.6.9
29892026-05-23T04:23:15.108Z Compiling toml_datetime v0.6.11
29902026-05-23T04:23:15.176Z Compiling dof v0.3.0
29912026-05-23T04:23:15.260Z Compiling serde-value v0.7.0
29922026-05-23T04:23:15.294Z Compiling cargo-platform v0.2.0
29932026-05-23T04:23:15.329Z Compiling macaddr v1.0.1
29942026-05-23T04:23:15.348Z Compiling toml_edit v0.22.27
29952026-05-23T04:23:15.516Z Compiling icu_normalizer v2.1.1
29962026-05-23T04:23:15.528Z Compiling icu_properties v2.1.2
29972026-05-23T04:23:15.604Z Compiling serde_tokenstream v0.2.3
29982026-05-23T04:23:16.402Z Compiling usdt-attr-macro v0.5.0
29992026-05-23T04:23:16.434Z Compiling idna_adapter v1.2.1
30002026-05-23T04:23:16.459Z Compiling usdt-macro v0.5.0
30012026-05-23T04:23:16.543Z Compiling idna v1.1.0
30022026-05-23T04:23:16.890Z Compiling url v2.5.8
30032026-05-23T04:23:16.944Z Compiling toml v0.8.23
30042026-05-23T04:23:17.044Z Compiling usdt v0.5.0
30052026-05-23T04:23:17.401Z Compiling cargo_toml v0.21.0
30062026-05-23T04:23:17.412Z Compiling cargo-util-schemas v0.8.2
30072026-05-23T04:23:18.439Z Compiling cargo_metadata v0.21.0
30082026-05-23T04:23:21.476Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-05-23T04:23:24.466Z Finished `release` profile [optimized] target(s) in 16.55s
30102026-05-23T04:23:24.630Z
30112026-05-23T04:23:24.630Zreal 16.693512057
30122026-05-23T04:23:24.631Zuser 2:21.861824667
30132026-05-23T04:23:24.631Zsys 16.936492385
30142026-05-23T04:23:24.631Ztrap 0.097261676
30152026-05-23T04:23:24.631Ztflt 0.543899600
30162026-05-23T04:23:24.634Zdflt 1.491162722
30172026-05-23T04:23:24.634Zkflt 0.007049644
30182026-05-23T04:23:24.634Zlock 5:14.196903542
30192026-05-23T04:23:24.634Zslp 3:22.036030940
30202026-05-23T04:23:24.634Zlat 6.310514775
30212026-05-23T04:23:24.634Zstop 19.877360339
30222026-05-23T04:23:24.634Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-23T04:23:24.635Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-05-23T04:23:24.635Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-23T04:23:24.635Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-05-23T04:23:24.635Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-05-23T04:23:25.574Z Compiling newtype-uuid-macros v0.1.0
30282026-05-23T04:23:25.577Z Compiling regress v0.10.5
30292026-05-23T04:23:25.577Z Compiling structmeta-derive v0.3.0
30302026-05-23T04:23:25.577Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30312026-05-23T04:23:25.577Z Compiling rustls v0.22.4
30322026-05-23T04:23:25.726Z Compiling rustls-webpki v0.102.8
30332026-05-23T04:23:25.729Z Compiling multer v3.1.0
30342026-05-23T04:23:25.729Z Compiling compression-core v0.4.31
30352026-05-23T04:23:25.741Z Compiling debug-ignore v1.0.5
30362026-05-23T04:23:25.744Z Compiling match_cfg v0.1.0
30372026-05-23T04:23:25.744Z Compiling slog-json v2.6.1
30382026-05-23T04:23:25.744Z Compiling async-stream-impl v0.3.6
30392026-05-23T04:23:25.744Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-05-23T04:23:25.760Z Compiling serde_spanned v1.0.4
30412026-05-23T04:23:25.763Z Compiling dropshot v0.17.0
30422026-05-23T04:23:25.763Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-05-23T04:23:26.019Z Compiling hostname v0.3.1
30442026-05-23T04:23:26.019Z Compiling toml v1.0.6+spec-1.1.0
30452026-05-23T04:23:26.057Z Compiling progenitor-client v0.14.0
30462026-05-23T04:23:26.060Z Compiling itertools v0.14.0
30472026-05-23T04:23:26.112Z Compiling compression-codecs v0.4.37
30482026-05-23T04:23:26.134Z Compiling slog-bunyan v2.5.0
30492026-05-23T04:23:26.137Z Compiling waitgroup v0.1.2
30502026-05-23T04:23:26.189Z Compiling rustls-pemfile v2.2.0
30512026-05-23T04:23:26.194Z Compiling dropshot_endpoint v0.17.0
30522026-05-23T04:23:26.318Z Compiling async-compression v0.4.41
30532026-05-23T04:23:26.357Z Compiling hostname v0.4.2
30542026-05-23T04:23:26.380Z Compiling serde_path_to_error v0.1.20
30552026-05-23T04:23:26.383Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-05-23T04:23:26.419Z Compiling macaddr v1.0.1
30572026-05-23T04:23:26.422Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-05-23T04:23:26.509Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-05-23T04:23:26.527Z Compiling instant v0.1.13
30602026-05-23T04:23:26.527Z Compiling progenitor-client v0.10.0
30612026-05-23T04:23:26.560Z Compiling async-stream v0.3.6
30622026-05-23T04:23:26.611Z Compiling backon v1.6.0
30632026-05-23T04:23:26.665Z Compiling backoff v0.4.0
30642026-05-23T04:23:26.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-05-23T04:23:26.682Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30662026-05-23T04:23:26.766Z Compiling humantime v2.3.0
30672026-05-23T04:23:26.787Z Compiling universal-hash v0.5.1
30682026-05-23T04:23:26.828Z Compiling progenitor-extras v0.2.0
30692026-05-23T04:23:26.845Z Compiling opaque-debug v0.3.1
30702026-05-23T04:23:26.873Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-05-23T04:23:26.894Z Compiling half v2.7.1
30722026-05-23T04:23:26.913Z Compiling crucible-workspace-hack v0.1.0
30732026-05-23T04:23:26.936Z Compiling unsafe-libyaml v0.2.11
30742026-05-23T04:23:26.953Z Compiling ciborium-io v0.2.2
30752026-05-23T04:23:27.039Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-05-23T04:23:27.070Z Compiling convert_case v0.4.0
30772026-05-23T04:23:27.090Z Compiling regress v0.11.1
30782026-05-23T04:23:27.111Z Compiling aead v0.5.2
30792026-05-23T04:23:27.151Z Compiling secrecy v0.10.3
30802026-05-23T04:23:27.171Z Compiling structmeta v0.3.0
30812026-05-23T04:23:27.189Z Compiling ciborium-ll v0.2.2
30822026-05-23T04:23:27.229Z Compiling poly1305 v0.8.0
30832026-05-23T04:23:27.300Z Compiling chacha20 v0.9.1
30842026-05-23T04:23:27.338Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30852026-05-23T04:23:27.348Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-23T04:23:27.352Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30872026-05-23T04:23:27.386Z Compiling ciborium v0.2.2
30882026-05-23T04:23:27.404Z Compiling thiserror-impl-no-std v2.0.2
30892026-05-23T04:23:27.425Z Compiling derive-ex v0.1.8
30902026-05-23T04:23:27.441Z Compiling parse-display-derive v0.10.0
30912026-05-23T04:23:27.469Z Compiling derive_more v0.99.20
30922026-05-23T04:23:27.589Z Compiling serde_yaml v0.9.34+deprecated
30932026-05-23T04:23:27.620Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-05-23T04:23:27.716Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30952026-05-23T04:23:27.740Z Compiling byte-wrapper v0.1.0
30962026-05-23T04:23:27.743Z Compiling password-hash v0.5.0
30972026-05-23T04:23:27.838Z Compiling blake2 v0.10.6
30982026-05-23T04:23:27.995Z Compiling chacha20poly1305 v0.10.1
30992026-05-23T04:23:28.020Z Compiling indent_write v2.2.0
31002026-05-23T04:23:28.080Z Compiling heapless v0.8.0
31012026-05-23T04:23:28.120Z Compiling tokio-rustls v0.25.0
31022026-05-23T04:23:28.178Z Compiling argon2 v0.5.3
31032026-05-23T04:23:28.195Z Compiling ingot-macros v0.1.1
31042026-05-23T04:23:28.213Z Compiling tabwriter v1.4.1
31052026-05-23T04:23:28.429Z Compiling toml_edit v0.23.10+spec-1.0.0
31062026-05-23T04:23:28.477Z Compiling hash32 v0.3.1
31072026-05-23T04:23:28.606Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-05-23T04:23:28.663Z Compiling thiserror-no-std v2.0.2
31092026-05-23T04:23:28.682Z Compiling typify-impl v0.6.2
31102026-05-23T04:23:28.788Z Compiling vsss-rs v3.3.4
31112026-05-23T04:23:28.902Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-05-23T04:23:28.943Z Compiling smoltcp v0.11.0
31132026-05-23T04:23:29.099Z Compiling proc-macro-crate v3.4.0
31142026-05-23T04:23:29.203Z Compiling parse-display v0.10.0
31152026-05-23T04:23:29.222Z Compiling test-strategy v0.4.5
31162026-05-23T04:23:29.347Z Compiling num-rational v0.4.2
31172026-05-23T04:23:29.414Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-23T04:23:29.521Z Compiling cobs v0.3.0
31192026-05-23T04:23:29.542Z Compiling num-complex v0.4.6
31202026-05-23T04:23:29.559Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-05-23T04:23:29.651Z Compiling colored v3.1.1
31222026-05-23T04:23:29.696Z Compiling postcard v1.1.3
31232026-05-23T04:23:29.714Z Compiling num_enum_derive v0.7.5
31242026-05-23T04:23:29.798Z Compiling proc-macro-error v1.0.4
31252026-05-23T04:23:29.966Z Compiling num v0.4.3
31262026-05-23T04:23:29.966Z Compiling proc-macro-crate v1.3.1
31272026-05-23T04:23:30.012Z Compiling atomicwrites v0.4.4
31282026-05-23T04:23:30.046Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31292026-05-23T04:23:30.063Z Compiling foreign-types-macros v0.2.3
31302026-05-23T04:23:30.078Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31312026-05-23T04:23:30.118Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-05-23T04:23:30.139Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31332026-05-23T04:23:30.230Z Compiling rayon-core v1.13.0
31342026-05-23T04:23:30.269Z Compiling foreign-types-shared v0.3.1
31352026-05-23T04:23:30.311Z Compiling float-ord v0.3.2
31362026-05-23T04:23:30.359Z Compiling cpufeatures v0.3.0
31372026-05-23T04:23:30.436Z Compiling num_enum_derive v0.5.11
31382026-05-23T04:23:30.454Z Compiling chacha20 v0.10.0
31392026-05-23T04:23:30.472Z Compiling crossbeam-deque v0.8.6
31402026-05-23T04:23:30.472Z Compiling camino-tempfile v1.4.1
31412026-05-23T04:23:30.543Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-05-23T04:23:30.561Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31432026-05-23T04:23:30.641Z Compiling cstr-argument v0.1.2
31442026-05-23T04:23:30.710Z Compiling foreign-types v0.5.0
31452026-05-23T04:23:30.758Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31462026-05-23T04:23:30.799Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31472026-05-23T04:23:30.820Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-05-23T04:23:30.823Z Compiling rand v0.10.0
31492026-05-23T04:23:30.858Z Compiling num_enum v0.7.5
31502026-05-23T04:23:30.861Z Compiling toml v0.8.23
31512026-05-23T04:23:31.006Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31522026-05-23T04:23:31.024Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31532026-05-23T04:23:31.042Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-05-23T04:23:31.067Z Compiling zone_cfg_derive v0.3.1
31552026-05-23T04:23:31.110Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31562026-05-23T04:23:31.139Z Compiling ingot-types v0.1.2
31572026-05-23T04:23:31.195Z Compiling rayon v1.11.0
31582026-05-23T04:23:31.244Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-05-23T04:23:31.269Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31602026-05-23T04:23:31.288Z Compiling itertools v0.12.1
31612026-05-23T04:23:31.394Z Compiling num-derive v0.4.2
31622026-05-23T04:23:31.410Z Compiling sigpipe v0.1.3
31632026-05-23T04:23:31.502Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-05-23T04:23:31.530Z Compiling ingot v0.1.1
31652026-05-23T04:23:31.548Z Compiling num_enum v0.5.11
31662026-05-23T04:23:31.571Z Compiling glob v0.3.3
31672026-05-23T04:23:31.574Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-05-23T04:23:31.652Z Compiling smf v0.2.3
31692026-05-23T04:23:31.733Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-05-23T04:23:31.801Z Compiling prettyplease v0.2.37
31712026-05-23T04:23:31.826Z Compiling whoami v1.6.1
31722026-05-23T04:23:31.830Z Compiling usdt-attr-macro v0.5.0
31732026-05-23T04:23:31.930Z Compiling gethostname v0.5.0
31742026-05-23T04:23:32.088Z Compiling usdt-macro v0.5.0
31752026-05-23T04:23:32.104Z Compiling memmap v0.7.0
31762026-05-23T04:23:32.150Z Compiling derive-where v1.6.0
31772026-05-23T04:23:32.242Z Compiling progenitor-client v0.13.0
31782026-05-23T04:23:32.326Z Compiling resolv-conf v0.7.6
31792026-05-23T04:23:32.345Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-05-23T04:23:32.434Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31812026-05-23T04:23:32.551Z Compiling zone v0.3.1
31822026-05-23T04:23:32.633Z Compiling owo-colors v4.3.0
31832026-05-23T04:23:32.653Z Compiling cancel-safe-futures v0.1.5
31842026-05-23T04:23:32.738Z Compiling libsw-core v0.3.2
31852026-05-23T04:23:32.763Z Compiling console v0.15.11
31862026-05-23T04:23:32.888Z Compiling libsw v3.5.0
31872026-05-23T04:23:32.932Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-05-23T04:23:32.952Z Compiling usdt v0.5.0
31892026-05-23T04:23:33.122Z Compiling hickory-proto v0.24.4
31902026-05-23T04:23:33.137Z Compiling newline-converter v0.3.0
31912026-05-23T04:23:33.162Z Compiling libefi-sys v0.1.0
31922026-05-23T04:23:33.262Z Compiling linear-map v1.2.0
31932026-05-23T04:23:33.298Z Compiling linked-hash-map v0.5.6
31942026-05-23T04:23:33.306Z Compiling expectorate v1.2.0
31952026-05-23T04:23:33.316Z Compiling git-stub v1.0.0
31962026-05-23T04:23:33.369Z Compiling typify-macro v0.6.2
31972026-05-23T04:23:33.389Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31982026-05-23T04:23:33.406Z Compiling bitfield-struct v0.6.2
31992026-05-23T04:23:33.458Z Compiling semver v0.1.20
32002026-05-23T04:23:33.506Z Compiling lru-cache v0.1.2
32012026-05-23T04:23:33.511Z Compiling git-stub-vcs v0.1.0
32022026-05-23T04:23:33.556Z Compiling tokio-dtrace v0.1.1
32032026-05-23T04:23:33.617Z Compiling dropshot-api-manager-types v0.7.2
32042026-05-23T04:23:33.620Z Compiling slog-dtrace v0.3.0
32052026-05-23T04:23:33.655Z Compiling minimal-lexical v0.2.1
32062026-05-23T04:23:33.658Z Compiling rustc_version v0.1.7
32072026-05-23T04:23:33.739Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-05-23T04:23:33.774Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-05-23T04:23:33.844Z Compiling oxide-tokio-rt v0.1.4
32102026-05-23T04:23:33.863Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-05-23T04:23:33.886Z Compiling nom v7.1.3
32122026-05-23T04:23:33.923Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-23T04:23:33.981Z Compiling newtype_derive v0.1.6
32142026-05-23T04:23:34.014Z Compiling typify-impl v0.4.3
32152026-05-23T04:23:34.014Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-05-23T04:23:34.014Z Compiling phf_shared v0.12.1
32172026-05-23T04:23:34.017Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-23T04:23:34.128Z Compiling csv-core v0.1.13
32192026-05-23T04:23:34.139Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-05-23T04:23:34.180Z Compiling chrono-tz v0.10.4
32212026-05-23T04:23:34.198Z Compiling highway v1.3.0
32222026-05-23T04:23:34.214Z Compiling xshell-macros v0.2.7
32232026-05-23T04:23:34.415Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-05-23T04:23:34.458Z Compiling csv v1.4.0
32252026-05-23T04:23:34.487Z Compiling const_format_proc_macros v0.2.34
32262026-05-23T04:23:34.581Z Compiling phf v0.12.1
32272026-05-23T04:23:34.630Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-05-23T04:23:34.652Z Compiling xshell v0.2.7
32292026-05-23T04:23:34.762Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32302026-05-23T04:23:34.838Z Compiling primeorder v0.13.6
32312026-05-23T04:23:34.923Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-05-23T04:23:35.123Z Compiling tabled_derive v0.7.0
32332026-05-23T04:23:35.151Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-05-23T04:23:35.196Z Compiling bcs v0.1.6
32352026-05-23T04:23:35.261Z Compiling hickory-resolver v0.24.4
32362026-05-23T04:23:35.293Z Compiling typify v0.6.2
32372026-05-23T04:23:35.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-05-23T04:23:35.347Z Compiling const_format v0.2.35
32392026-05-23T04:23:35.420Z Compiling progenitor-impl v0.14.0
32402026-05-23T04:23:35.441Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32412026-05-23T04:23:35.555Z Compiling progenitor-impl v0.13.0
32422026-05-23T04:23:35.700Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32432026-05-23T04:23:35.772Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-05-23T04:23:35.827Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-05-23T04:23:36.055Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32462026-05-23T04:23:36.169Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32472026-05-23T04:23:36.182Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32482026-05-23T04:23:36.232Z Compiling tagptr v0.2.0
32492026-05-23T04:23:36.370Z Compiling qorb v0.4.1
32502026-05-23T04:23:36.398Z Compiling salty v0.3.0
32512026-05-23T04:23:36.428Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32522026-05-23T04:23:36.714Z Compiling termtree v0.5.1
32532026-05-23T04:23:36.757Z Compiling textwrap v0.16.2
32542026-05-23T04:23:36.780Z Compiling moka v0.12.13
32552026-05-23T04:23:36.988Z Compiling tabled v0.15.0
32562026-05-23T04:23:37.174Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-23T04:23:37.339Z Compiling steno v0.4.1
32582026-05-23T04:23:37.363Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-05-23T04:23:37.428Z Compiling radium v0.7.0
32602026-05-23T04:23:37.542Z Compiling base64 v0.21.7
32612026-05-23T04:23:37.628Z Compiling hickory-resolver v0.25.2
32622026-05-23T04:23:37.685Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-05-23T04:23:37.765Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-23T04:23:37.911Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32652026-05-23T04:23:38.030Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32662026-05-23T04:23:38.139Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32672026-05-23T04:23:38.179Z Compiling p384 v0.13.1
32682026-05-23T04:23:38.257Z Compiling progenitor-macro v0.14.0
32692026-05-23T04:23:38.395Z Compiling progenitor-macro v0.13.0
32702026-05-23T04:23:38.413Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32712026-05-23T04:23:38.547Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-05-23T04:23:38.606Z Compiling tap v1.0.1
32732026-05-23T04:23:38.708Z Compiling typify-macro v0.4.3
32742026-05-23T04:23:38.760Z Compiling maybe-uninit v2.0.0
32752026-05-23T04:23:38.787Z Compiling wyz v0.5.1
32762026-05-23T04:23:38.823Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-05-23T04:23:39.015Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-05-23T04:23:39.173Z Compiling proc-macro-error-attr2 v2.0.0
32792026-05-23T04:23:39.190Z Compiling funty v2.0.0
32802026-05-23T04:23:39.383Z Compiling utf-8 v0.7.6
32812026-05-23T04:23:39.407Z Compiling packed_struct v0.10.1
32822026-05-23T04:23:39.552Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-05-23T04:23:39.581Z Compiling parking_lot_core v0.8.6
32842026-05-23T04:23:39.600Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-05-23T04:23:39.616Z Compiling proc-macro-error2 v2.0.1
32862026-05-23T04:23:39.735Z Compiling bitvec v1.0.1
32872026-05-23T04:23:39.836Z Compiling tungstenite v0.21.0
32882026-05-23T04:23:39.913Z Compiling polyval v0.6.2
32892026-05-23T04:23:39.931Z Compiling packed_struct_codegen v0.10.1
32902026-05-23T04:23:39.950Z Compiling num-derive v0.3.3
32912026-05-23T04:23:39.970Z Compiling bitfield-macros v0.19.4
32922026-05-23T04:23:39.973Z Compiling zerocopy-derive v0.6.6
32932026-05-23T04:23:40.005Z Compiling indexmap v1.9.3
32942026-05-23T04:23:40.181Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-05-23T04:23:40.243Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-05-23T04:23:40.415Z Compiling nodrop v0.1.14
32972026-05-23T04:23:40.452Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-23T04:23:40.481Z Compiling crc-catalog v2.4.0
32992026-05-23T04:23:40.544Z Compiling array-init v0.0.4
33002026-05-23T04:23:40.547Z Compiling typify v0.4.3
33012026-05-23T04:23:40.607Z Compiling crc v3.4.0
33022026-05-23T04:23:40.704Z Compiling progenitor-impl v0.11.2
33032026-05-23T04:23:40.738Z Compiling bitfield v0.19.4
33042026-05-23T04:23:40.786Z Compiling tokio-tungstenite v0.21.0
33052026-05-23T04:23:40.884Z Compiling ghash v0.5.1
33062026-05-23T04:23:40.900Z Compiling zerocopy v0.6.6
33072026-05-23T04:23:40.918Z Compiling libscf-sys v1.1.0
33082026-05-23T04:23:40.933Z Compiling tabled_derive v0.11.0
33092026-05-23T04:23:41.058Z Compiling smallvec v0.6.14
33102026-05-23T04:23:41.148Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-23T04:23:41.209Z Compiling papergrid v0.17.0
33122026-05-23T04:23:41.262Z Compiling testing_table v0.3.0
33132026-05-23T04:23:41.300Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-23T04:23:41.331Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-23T04:23:41.404Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-23T04:23:41.452Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-23T04:23:41.515Z Compiling ctr v0.9.2
33182026-05-23T04:23:41.536Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-23T04:23:41.725Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-23T04:23:41.744Z Compiling corncobs v0.1.4
33212026-05-23T04:23:41.802Z Compiling unicase v2.9.0
33222026-05-23T04:23:41.911Z Compiling illumos-nvpair-sys v0.2.0
33232026-05-23T04:23:41.953Z Compiling hashbrown v0.12.3
33242026-05-23T04:23:41.972Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-23T04:23:42.009Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-05-23T04:23:42.045Z Compiling mime_guess v2.0.5
33272026-05-23T04:23:42.063Z Compiling aes-gcm v0.10.3
33282026-05-23T04:23:42.191Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-05-23T04:23:42.221Z Compiling tabled v0.20.0
33302026-05-23T04:23:42.279Z Compiling parking_lot v0.11.2
33312026-05-23T04:23:42.470Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-05-23T04:23:42.501Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-05-23T04:23:42.543Z Compiling serde-hex v0.1.0
33342026-05-23T04:23:42.649Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-05-23T04:23:42.716Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-05-23T04:23:42.880Z Compiling progenitor-impl v0.10.0
33372026-05-23T04:23:43.014Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33382026-05-23T04:23:43.034Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-05-23T04:23:43.107Z Compiling ron v0.8.1
33402026-05-23T04:23:43.124Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33412026-05-23T04:23:43.227Z Compiling hashbrown v0.13.2
33422026-05-23T04:23:43.383Z Compiling progenitor v0.14.0
33432026-05-23T04:23:43.509Z Compiling progenitor-macro v0.11.2
33442026-05-23T04:23:43.556Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-05-23T04:23:43.639Z Compiling progenitor-client v0.11.2
33462026-05-23T04:23:43.717Z Compiling progenitor v0.13.0
33472026-05-23T04:23:43.774Z Compiling blowfish v0.9.1
33482026-05-23T04:23:43.906Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33492026-05-23T04:23:43.997Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33502026-05-23T04:23:44.032Z Compiling ssh-encoding v0.2.0
33512026-05-23T04:23:44.062Z Compiling prefix-trie v0.7.0
33522026-05-23T04:23:44.119Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33532026-05-23T04:23:44.137Z Compiling fxhash v0.2.1
33542026-05-23T04:23:44.313Z Compiling secrecy v0.8.0
33552026-05-23T04:23:44.338Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-05-23T04:23:44.355Z Compiling crc-any v2.5.0
33572026-05-23T04:23:44.504Z Compiling hickory-server v0.25.2
33582026-05-23T04:23:44.599Z Compiling sled v0.34.7
33592026-05-23T04:23:44.627Z Compiling ssh-cipher v0.2.0
33602026-05-23T04:23:44.681Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33612026-05-23T04:23:44.812Z Compiling bcrypt-pbkdf v0.10.0
33622026-05-23T04:23:44.840Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33632026-05-23T04:23:45.230Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33642026-05-23T04:23:45.324Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-05-23T04:23:45.442Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33662026-05-23T04:23:45.632Z Compiling progenitor-macro v0.10.0
33672026-05-23T04:23:45.651Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-05-23T04:23:45.761Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33692026-05-23T04:23:45.987Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-05-23T04:23:46.432Z Compiling object v0.30.4
33712026-05-23T04:23:46.491Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33722026-05-23T04:23:46.763Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-05-23T04:23:47.145Z Compiling password-hash v0.4.2
33742026-05-23T04:23:47.226Z Compiling crc8 v0.1.1
33752026-05-23T04:23:47.367Z Compiling half v1.8.3
33762026-05-23T04:23:47.384Z Compiling path-slash v0.1.5
33772026-05-23T04:23:47.540Z Compiling http-range v0.1.5
33782026-05-23T04:23:47.559Z Compiling pbkdf2 v0.11.0
33792026-05-23T04:23:47.593Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33802026-05-23T04:23:47.673Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33812026-05-23T04:23:47.768Z Compiling serde_cbor v0.11.2
33822026-05-23T04:23:47.809Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33832026-05-23T04:23:47.830Z Compiling illumos-nvpair v0.3.0
33842026-05-23T04:23:48.135Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33852026-05-23T04:23:48.298Z Compiling ssh-key v0.6.7
33862026-05-23T04:23:48.399Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-05-23T04:23:48.418Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-05-23T04:23:48.578Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33892026-05-23T04:23:48.620Z Compiling progenitor v0.11.2
33902026-05-23T04:23:48.717Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33912026-05-23T04:23:48.807Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33922026-05-23T04:23:48.890Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33932026-05-23T04:23:48.962Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-05-23T04:23:48.991Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33952026-05-23T04:23:49.229Z Compiling p521 v0.13.3
33962026-05-23T04:23:49.344Z Compiling p256 v0.13.2
33972026-05-23T04:23:49.373Z Compiling yasna v0.5.2
33982026-05-23T04:23:49.460Z Compiling kstat-rs v0.2.4
33992026-05-23T04:23:49.483Z Compiling headers-core v0.3.0
34002026-05-23T04:23:49.538Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34012026-05-23T04:23:49.634Z Compiling nanorand v0.7.0
34022026-05-23T04:23:49.716Z Compiling atty v0.2.14
34032026-05-23T04:23:49.751Z Compiling russh-cryptovec v0.7.3
34042026-05-23T04:23:49.798Z Compiling md5 v0.7.0
34052026-05-23T04:23:49.820Z Compiling home v0.5.12
34062026-05-23T04:23:49.861Z Compiling flume v0.11.1
34072026-05-23T04:23:49.963Z Compiling rcgen v0.12.1
34082026-05-23T04:23:49.982Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34092026-05-23T04:23:50.002Z Compiling russh-keys v0.45.0
34102026-05-23T04:23:50.051Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-05-23T04:23:50.098Z Compiling headers v0.4.1
34122026-05-23T04:23:50.114Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-05-23T04:23:50.218Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34142026-05-23T04:23:50.236Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34152026-05-23T04:23:50.420Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34162026-05-23T04:23:50.608Z Compiling hyper-staticfile v0.10.1
34172026-05-23T04:23:50.630Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-05-23T04:23:50.761Z Compiling progenitor v0.10.0
34192026-05-23T04:23:50.857Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-05-23T04:23:50.887Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-05-23T04:23:50.907Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34222026-05-23T04:23:50.959Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-05-23T04:23:51.037Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34242026-05-23T04:23:51.153Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34252026-05-23T04:23:51.182Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-05-23T04:23:51.344Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34272026-05-23T04:23:51.569Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-05-23T04:23:51.601Z Compiling num-bigint v0.4.6
34292026-05-23T04:23:51.635Z Compiling des v0.8.1
34302026-05-23T04:23:51.635Z Compiling subprocess v0.2.15
34312026-05-23T04:23:51.701Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-05-23T04:23:51.722Z Compiling hex-literal v0.4.1
34332026-05-23T04:23:51.725Z Compiling display-error-chain v0.2.2
34342026-05-23T04:23:51.779Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352026-05-23T04:23:51.795Z Compiling colored v2.2.0
34362026-05-23T04:23:51.863Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-05-23T04:23:51.897Z Compiling socket2 v0.5.10
34382026-05-23T04:23:51.914Z Compiling internet-checksum v0.2.1
34392026-05-23T04:23:52.160Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-05-23T04:23:52.191Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34412026-05-23T04:23:52.308Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34422026-05-23T04:23:52.854Z Compiling russh v0.45.0
34432026-05-23T04:23:54.878Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-23T04:23:55.157Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34452026-05-23T04:23:55.592Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34462026-05-23T04:23:56.061Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34472026-05-23T04:23:58.190Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34482026-05-23T04:24:06.192Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-05-23T04:24:06.192Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34502026-05-23T04:24:06.192Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-05-23T04:24:06.195Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-23T04:24:07.943Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-23T04:24:07.996Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-05-23T04:24:12.077Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-23T04:24:51.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34562026-05-23T04:24:51.603Z
34572026-05-23T04:24:51.603Zreal 1:26.903744396
34582026-05-23T04:24:51.603Zuser 8:14.644330633
34592026-05-23T04:24:51.603Zsys 1:45.618188240
34602026-05-23T04:24:51.603Ztrap 0.263145366
34612026-05-23T04:24:51.603Ztflt 0.516672719
34622026-05-23T04:24:51.606Zdflt 1.707426674
34632026-05-23T04:24:51.606Zkflt 0.000245313
34642026-05-23T04:24:51.606Zlock 29:42.492405045
34652026-05-23T04:24:51.606Zslp 19:16.470395911
34662026-05-23T04:24:51.606Zlat 40.623322357
34672026-05-23T04:24:51.606Zstop 2:57.895330789
34682026-05-23T04:24:51.606Z+ mkdir tests
34692026-05-23T04:24:51.609Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-23T04:24:51.609Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-23T04:24:51.686Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2046a8f0e65e13f9 tests/
34722026-05-23T04:24:51.709Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1a7016e787ab1b94 tests/
34732026-05-23T04:24:51.729Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-70319726260f690f tests/
34742026-05-23T04:24:51.749Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7267acb222b06bda tests/
34752026-05-23T04:24:51.980Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34762026-05-23T04:24:51.983Z+ 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-1a7016e787ab1b94 tests/commtest-70319726260f690f tests/dhcp_server-2046a8f0e65e13f9 tests/end_to_end_tests-7267acb222b06bda tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34772026-05-23T04:26:11.230ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-23T04:26:11.230Za .github/buildomat/ci-env.sh 1K
34792026-05-23T04:26:11.230Za out/target/test 1K
34802026-05-23T04:26:11.230Za out/npuzone/npuzone 27402K
34812026-05-23T04:26:11.230Za package-manifest.toml 35K
34822026-05-23T04:26:11.230Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-23T04:26:11.230Za target/release/omicron-package 46004K
34842026-05-23T04:26:11.230Za target/release/xtask 11449K
34852026-05-23T04:26:11.230Za target/debug/bootstrap 352722K
34862026-05-23T04:26:11.231Za tests/bootstrap-1a7016e787ab1b94 31215K
34872026-05-23T04:26:11.231Za tests/commtest-70319726260f690f 32300K
34882026-05-23T04:26:11.231Za tests/dhcp_server-2046a8f0e65e13f9 31215K
34892026-05-23T04:26:11.231Za tests/end_to_end_tests-7267acb222b06bda 394506K
34902026-05-23T04:26:11.231Za tools/opte_version 1K
34912026-05-23T04:26:11.231Za tools/opte_version_override 2K
34922026-05-23T04:26:11.231Za out/clickhouse.tar.gz 319711K
34932026-05-23T04:26:11.231Za out/clickhouse_keeper.tar.gz 305052K
34942026-05-23T04:26:11.231Za out/clickhouse_server.tar.gz 319708K
34952026-05-23T04:26:11.231Za out/cockroachdb.tar.gz 165206K
34962026-05-23T04:26:11.231Za out/crucible-pantry-zone.tar.gz 44216K
34972026-05-23T04:26:11.231Za out/crucible-utils.tar 17744K
34982026-05-23T04:26:11.231Za out/crucible-zone.tar.gz 58354K
34992026-05-23T04:26:11.231Za out/external-dns.tar.gz 50384K
35002026-05-23T04:26:11.231Za out/internal-dns.tar.gz 50384K
35012026-05-23T04:26:11.231Za out/mg-ddm-gz.tar 95141K
35022026-05-23T04:26:11.231Za out/nexus.tar.gz 223345K
35032026-05-23T04:26:11.231Za out/ntp.tar.gz 32191K
35042026-05-23T04:26:11.231Za out/omicron-gateway-softnpu.tar.gz 29850K
35052026-05-23T04:26:11.231Za out/omicron-sled-agent.tar 201863K
35062026-05-23T04:26:11.231Za out/overlay.tar.gz 3K
35072026-05-23T04:26:11.231Za out/oximeter.tar.gz 67441K
35082026-05-23T04:26:11.231Za out/oxlog.tar 3782K
35092026-05-23T04:26:11.231Za out/probe.tar.gz 3037K
35102026-05-23T04:26:11.231Za out/propolis-server.tar.gz 38727K
35112026-05-23T04:26:11.231Za out/pumpkind-gz.tar 26647K
35122026-05-23T04:26:11.231Za out/switch-softnpu.tar.gz 397109K
35132026-05-23T04:26:11.234Z
35142026-05-23T04:26:11.234Zreal 1:19.247642271
35152026-05-23T04:26:11.234Zuser 1:16.621511345
35162026-05-23T04:26:11.234Zsys 4.295892103
35172026-05-23T04:26:11.234Ztrap 0.005732728
35182026-05-23T04:26:11.234Ztflt 0.000000000
35192026-05-23T04:26:11.235Zdflt 0.000000000
35202026-05-23T04:26:11.235Zkflt 0.000000000
35212026-05-23T04:26:11.235Zlock 0.000000000
35222026-05-23T04:26:11.235Zslp 1:16.585139785
35232026-05-23T04:26:11.235Zlat 0.981223248
35242026-05-23T04:26:11.235Zstop 0.000242248
35252026-05-23T04:26:11.235Zprocess exited: duration 909764 ms, exit code 0
 
35262026-05-23T04:26:11.262Zfound 1 output files
35272026-05-23T04:26:11.262Zuploading: /work/package.tar.gz (2450344113 bytes)
35282026-05-23T04:26:39.232Zuploaded: /work/package.tar.gz