01KSR8GAMWA4TMKC2NPSSGV8RJ: 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: 01KSR8GV8ACKYM5T1B5K4XYK3J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T21:41:39.943Zjob assigned to worker 01KSR8H38J28DV3JHTC55Q2XK8 [factory aws, i-00846cc877ee2d64a] (queued for 50 s)
 
22026-05-28T21:41:47.860Zstarting task 0: "setup"
32026-05-28T21:41:47.864Z++ uname -s
42026-05-28T21:41:47.868Z+ kern=SunOS
52026-05-28T21:41:47.868Z+ build_user=build
62026-05-28T21:41:47.868Z+ build_uid=12345
72026-05-28T21:41:47.868Z+ work_dir=/work
82026-05-28T21:41:47.868Z+ input_dir=/input
92026-05-28T21:41:47.868Z+ [[ 0 == 12345 ]]
102026-05-28T21:41:47.868Z+ case "$kern" in
112026-05-28T21:41:47.868Z+ groupadd -g 12345 build
122026-05-28T21:41:47.871Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T21:41:49.875Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T21:41:49.989Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T21:41:49.992Z+ home_fs=zfs
162026-05-28T21:41:49.992Z+ [[ zfs == autofs ]]
172026-05-28T21:41:49.992Z+ mkdir -p /home/build
182026-05-28T21:41:49.995Z+ chown build:build /home/build /work
192026-05-28T21:41:51.995Z+ chmod 0700 /home/build /work
202026-05-28T21:41:51.998Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-28T21:41:52.006Zstarting task 1: "rust-toolchain"
222026-05-28T21:41:52.011Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T21:41:52.011Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T21:41:52.011Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T21:41:52.011Z * rust toolchain channel = "1.94.0"
262026-05-28T21:41:52.011Z * rust toolchain profile = "default"
272026-05-28T21:41:52.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T21:41:52.014Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T21:41:52.014Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T21:41:52.123Zinfo: downloading installer
312026-05-28T21:41:53.433Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T21:41:53.433Zwarn: /home/build/.rustup/settings.toml
332026-05-28T21:41:53.433Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T21:41:53.433Zwarn: instead of the one inferred from the default host triple.
352026-05-28T21:41:53.445Zinfo: profile set to default
362026-05-28T21:41:53.445Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T21:41:53.448Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T21:41:53.609Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T21:41:53.612Zinfo: downloading 6 components
402026-05-28T21:42:07.281Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T21:42:07.281Z
422026-05-28T21:42:07.310Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T21:42:07.310Z
442026-05-28T21:42:07.310Z
452026-05-28T21:42:07.310ZRust is installed now. Great!
462026-05-28T21:42:07.310Z
472026-05-28T21:42:07.310ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T21:42:07.310Zenvironment variable. This has not been done automatically.
492026-05-28T21:42:07.310Z
502026-05-28T21:42:07.310ZTo configure your current shell, you need to source
512026-05-28T21:42:07.310Zthe corresponding env file under $HOME/.cargo.
522026-05-28T21:42:07.310Z
532026-05-28T21:42:07.310ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T21:42:07.310Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T21:42:07.310Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T21:42:07.310Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T21:42:07.310Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T21:42:07.310Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T21:42:07.310Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T21:42:07.313Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T21:42:07.314Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T21:42:07.415Z+ rustup --version
632026-05-28T21:42:07.421Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T21:42:07.424Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T21:42:07.442Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T21:42:07.445Z+ cargo --version
672026-05-28T21:42:07.453Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T21:42:07.456Z+ rustc --version
692026-05-28T21:42:07.477Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T21:42:07.480Zprocess exited: duration 15473 ms, exit code 0
 
712026-05-28T21:42:07.485Zstarting task 2: "authentication"
722026-05-28T21:42:07.503Zprocess exited: duration 17 ms, exit code 0
 
732026-05-28T21:42:07.509Zstarting task 3: "clone repository"
742026-05-28T21:42:07.513Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T21:42:07.516Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T21:42:07.555ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T21:42:19.244Z+ cd /work/oxidecomputer/omicron
782026-05-28T21:42:19.244Z+ git fetch origin c3b59532643de8318d9937c7165c4f323ed561d3
792026-05-28T21:42:19.506ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T21:42:19.506Z * branch c3b59532643de8318d9937c7165c4f323ed561d3 -> FETCH_HEAD
812026-05-28T21:42:19.518Z+ [[ -n fm-disk-diagnoser ]]
822026-05-28T21:42:19.521Z++ git branch --show-current
832026-05-28T21:42:19.524Z+ current=main
842026-05-28T21:42:19.524Z+ [[ main != fm-disk-diagnoser ]]
852026-05-28T21:42:19.524Z+ git branch -f fm-disk-diagnoser c3b59532643de8318d9937c7165c4f323ed561d3
862026-05-28T21:42:19.527Z+ git checkout -f fm-disk-diagnoser
872026-05-28T21:42:19.765ZSwitched to branch 'fm-disk-diagnoser'
882026-05-28T21:42:19.768Z+ git reset --hard c3b59532643de8318d9937c7165c4f323ed561d3
892026-05-28T21:42:19.782ZHEAD is now at c3b595326 [fm] Pass InlineErrorChain to slog directly, drop .to_string()
902026-05-28T21:42:19.785Zprocess exited: duration 12274 ms, exit code 0
 
912026-05-28T21:42:19.790Zstarting task 4: "build"
922026-05-28T21:42:19.796Z+ source .github/buildomat/ci-env.sh
932026-05-28T21:42:19.796Z++ export CARGO_TERM_COLOR=always
942026-05-28T21:42:19.799Z++ CARGO_TERM_COLOR=always
952026-05-28T21:42:19.799Z+ cargo --version
962026-05-28T21:42:19.805Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T21:42:19.808Z+ rustc --version
982026-05-28T21:42:19.828Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T21:42:19.831Z+ WORK=/work
1002026-05-28T21:42:19.831Z+ pfexec mkdir -p /work
1012026-05-28T21:42:19.834Z+ pfexec chown build /work
1022026-05-28T21:42:19.837Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-28T21:42:21.331Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-28T21:42:21.404Z Startup: Caching catalogs ... Done
1052026-05-28T21:42:21.678ZPlanning: Solver setup ... Done (0.232s)
1062026-05-28T21:42:21.697ZPlanning: Running solver ... Done (0.019s)
1072026-05-28T21:42:21.706ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-28T21:42:21.716ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-28T21:42:21.736ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-28T21:42:21.750ZPlanning: Package planning ... Done (0.014s)
1112026-05-28T21:42:21.753ZPlanning: Merging actions ... Done (0.001s)
1122026-05-28T21:42:21.947ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-05-28T21:42:21.950ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-28T21:42:22.828ZPlanning: Evaluating mediators ... Done (0.880s)
1152026-05-28T21:42:22.831ZPlanning: Planning completed in 1.40 seconds
1162026-05-28T21:42:22.837Z Packages to install: 2
1172026-05-28T21:42:22.837Z Estimated space available: 156.07 GB
1182026-05-28T21:42:22.837ZEstimated space to be consumed: 22.53 MB
1192026-05-28T21:42:22.838Z Create boot environment: No
1202026-05-28T21:42:22.838ZCreate backup boot environment: No
1212026-05-28T21:42:22.841Z Rebuild boot archive: No
1222026-05-28T21:42:22.841Z
1232026-05-28T21:42:22.841ZChanged packages:
1242026-05-28T21:42:22.841Zhelios
1252026-05-28T21:42:22.841Z developer/build-essential
1262026-05-28T21:42:22.841Z None -> 11-3.0
1272026-05-28T21:42:22.841Z library/libxmlsec1
1282026-05-28T21:42:22.841Z None -> 1.2.35-3.0
1292026-05-28T21:42:22.863Z
1302026-05-28T21:42:22.863ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-28T21:42:26.507ZDownload: Completed 1.28 MB in 3.64 seconds (360k/s)
1322026-05-28T21:42:26.574Z Actions: 1/268 actions (Installing new actions)
1332026-05-28T21:42:26.614Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-28T21:42:26.650ZFinalize: Updating package state database ... Done (0.035s)
1352026-05-28T21:42:26.650ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-28T21:42:26.668ZFinalize: Updating image state ... Done (0.018s)
1372026-05-28T21:42:29.179ZFinalize: Creating fast lookup database ... Done (2.488s)
1382026-05-28T21:42:29.248ZFinalize: Reading search index ... Done (0.012s)
1392026-05-28T21:42:29.252ZFinalize: Updating search index ... Done (0.000s)
1402026-05-28T21:42:29.345ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-28T21:42:29.648ZPlanning: Evaluating mediator changes ... Done
1422026-05-28T21:42:29.753ZPlanning: Checking for conflicting actions ... Done
1432026-05-28T21:42:29.756ZPlanning: Consolidating action changes ... Done
1442026-05-28T21:42:29.915ZPlanning: Evaluating mediators ... Done
1452026-05-28T21:42:29.918ZPlanning: Planning completed in 0.27 seconds
1462026-05-28T21:42:29.938Z Mediators to change: 2
1472026-05-28T21:42:29.938Z Create boot environment: No
1482026-05-28T21:42:29.938ZCreate backup boot environment: No
1492026-05-28T21:42:30.005ZFinalize: Updating package state database ... Done
1502026-05-28T21:42:30.005ZFinalize: Updating package cache ... Done
1512026-05-28T21:42:30.018ZFinalize: Updating image state ... Done
1522026-05-28T21:42:32.000ZFinalize: Creating fast lookup database ... Done
1532026-05-28T21:42:32.062ZFinalize: Reading search index ... Done
1542026-05-28T21:42:32.065ZFinalize: Updating search index ... Done
1552026-05-28T21:42:32.152ZFinalize: Updating package cache ... Done
1562026-05-28T21:42:32.436ZPlanning: Evaluating mediator changes ... Done
1572026-05-28T21:42:32.542ZPlanning: Checking for conflicting actions ... Done
1582026-05-28T21:42:32.545ZPlanning: Consolidating action changes ... Done
1592026-05-28T21:42:32.704ZPlanning: Evaluating mediators ... Done
1602026-05-28T21:42:32.707ZPlanning: Planning completed in 0.27 seconds
1612026-05-28T21:42:32.727Z Mediators to change: 1
1622026-05-28T21:42:32.727Z Create boot environment: No
1632026-05-28T21:42:32.727ZCreate backup boot environment: No
1642026-05-28T21:42:32.782ZFinalize: Updating package state database ... Done
1652026-05-28T21:42:32.782ZFinalize: Updating package cache ... Done
1662026-05-28T21:42:32.793ZFinalize: Updating image state ... Done
1672026-05-28T21:42:34.740ZFinalize: Creating fast lookup database ... Done
1682026-05-28T21:42:34.803ZFinalize: Reading search index ... Done
1692026-05-28T21:42:34.807ZFinalize: Updating search index ... Done
1702026-05-28T21:42:34.881ZFinalize: Updating package cache ... Done
1712026-05-28T21:42:35.193ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-28T21:42:35.193Zapache system 2.4 system
1732026-05-28T21:42:35.193Zclang system 15 system
1742026-05-28T21:42:35.193Zcsh system system illumos
1752026-05-28T21:42:35.193Zctags system system illumos
1762026-05-28T21:42:35.193Zfile vendor vendor darwinsys
1772026-05-28T21:42:35.193Zfile system system illumos
1782026-05-28T21:42:35.193Zgcc vendor 14 vendor
1792026-05-28T21:42:35.193Zgcc system 13 system
1802026-05-28T21:42:35.193Zgcc system 10 system
1812026-05-28T21:42:35.193Zgo system 1.25 system
1822026-05-28T21:42:35.193Zllvm system 15 system
1832026-05-28T21:42:35.193Zmariadb system 11.4 system
1842026-05-28T21:42:35.193Zmta vendor vendor dma
1852026-05-28T21:42:35.193Zopenjdk system 17 system
1862026-05-28T21:42:35.193Zopenjdk system 11 system
1872026-05-28T21:42:35.193Zopenssl vendor 3 vendor
1882026-05-28T21:42:35.193Zperl system 5.40 system
1892026-05-28T21:42:35.193Zpostgresql system 18 system
1902026-05-28T21:42:35.193Zpostgresql system 17 system
1912026-05-28T21:42:35.193Zpython vendor 3 vendor
1922026-05-28T21:42:35.194Zpython system 2 system
1932026-05-28T21:42:35.194Zpython3 vendor 3.13 vendor
1942026-05-28T21:42:35.194Zruby system 3.4 system
1952026-05-28T21:42:35.194Zruby system 3.0 system
1962026-05-28T21:42:35.194Zwords vendor vendor american-english
1972026-05-28T21:42:35.194Zwords system system australian-english
1982026-05-28T21:42:35.194Zwords system system british-english
1992026-05-28T21:42:35.194Zwords system system canadian-english
2002026-05-28T21:42:35.194Zwords system system french
2012026-05-28T21:42:35.194Zwords system system italian
2022026-05-28T21:42:35.194Zwords system system ngerman
2032026-05-28T21:42:35.194Zwords system system ogerman
2042026-05-28T21:42:35.194Zwords system system spanish
2052026-05-28T21:42:35.448ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-28T21:42:35.448Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-28T21:42:35.720ZFMRI IFO
2082026-05-28T21:42:35.720Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-28T21:42:35.720Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-28T21:42:35.720Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-28T21:42:35.720Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-28T21:42:35.720Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-28T21:42:35.720Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-28T21:42:35.720Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-28T21:42:35.720Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-28T21:42:35.720Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-28T21:42:35.954Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-28T21:42:36.218Z Updating crates.io index
2192026-05-28T21:42:36.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-28T21:42:36.478Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-28T21:42:37.317Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-28T21:42:37.798Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-28T21:42:38.976Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-28T21:42:39.482Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-28T21:42:41.140Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-28T21:42:41.859Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-28T21:42:42.259Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-28T21:42:43.010Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-28T21:42:43.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-28T21:42:43.754Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-28T21:42:44.087Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-28T21:42:45.115Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-28T21:42:45.605Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-28T21:42:45.814Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-28T21:42:46.104Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-28T21:42:46.423Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-28T21:42:46.833Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-28T21:42:47.182Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-28T21:42:47.411Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-28T21:42:47.652Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-28T21:42:48.135Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-28T21:42:48.720Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-28T21:42:49.091Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-28T21:42:49.456Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-28T21:42:49.732Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-28T21:42:50.021Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-28T21:42:51.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-28T21:42:52.022Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-28T21:42:52.472Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-28T21:42:52.820Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-28T21:42:53.415Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-28T21:42:53.739Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-28T21:42:54.073Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-28T21:42:54.541Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-28T21:42:54.766Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-28T21:42:55.035Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-28T21:42:55.397Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-28T21:43:07.613Z Downloading crates ...
2592026-05-28T21:43:07.664Z Downloaded cargo-platform v0.2.0
2602026-05-28T21:43:07.666Z Downloaded autocfg v1.5.0
2612026-05-28T21:43:07.666Z Downloaded cargo-util-schemas v0.8.2
2622026-05-28T21:43:07.671Z Downloaded serde-value v0.7.0
2632026-05-28T21:43:07.674Z Downloaded macaddr v1.0.1
2642026-05-28T21:43:07.674Z Downloaded cargo_metadata v0.21.0
2652026-05-28T21:43:07.674Z Downloaded camino-tempfile v1.4.1
2662026-05-28T21:43:07.677Z Downloaded anstream v0.6.21
2672026-05-28T21:43:07.677Z Downloaded usdt-impl v0.5.0
2682026-05-28T21:43:07.680Z Downloaded ordered-float v2.10.1
2692026-05-28T21:43:07.683Z Downloaded thiserror v1.0.69
2702026-05-28T21:43:07.686Z Downloaded thiserror v2.0.18
2712026-05-28T21:43:07.689Z Downloaded version_check v0.9.5
2722026-05-28T21:43:07.689Z Downloaded usdt v0.5.0
2732026-05-28T21:43:07.689Z Downloaded typeid v1.0.3
2742026-05-28T21:43:07.692Z Downloaded anstyle-query v1.1.5
2752026-05-28T21:43:07.692Z Downloaded sha2 v0.10.9
2762026-05-28T21:43:07.695Z Downloaded smawk v0.3.2
2772026-05-28T21:43:07.695Z Downloaded toml_write v0.1.2
2782026-05-28T21:43:07.695Z Downloaded unicode-xid v0.2.6
2792026-05-28T21:43:07.695Z Downloaded thread-id v4.2.2
2802026-05-28T21:43:07.700Z Downloaded pest_meta v2.8.6
2812026-05-28T21:43:07.700Z Downloaded utf8parse v0.2.2
2822026-05-28T21:43:07.700Z Downloaded anstyle-parse v0.2.7
2832026-05-28T21:43:07.703Z Downloaded tempfile v3.25.0
2842026-05-28T21:43:07.703Z Downloaded bitflags v2.11.0
2852026-05-28T21:43:07.703Z Downloaded anstyle v1.0.13
2862026-05-28T21:43:07.706Z Downloaded usdt-macro v0.5.0
2872026-05-28T21:43:07.706Z Downloaded anyhow v1.0.102
2882026-05-28T21:43:07.709Z Downloaded zerofrom-derive v0.1.6
2892026-05-28T21:43:07.709Z Downloaded usdt-attr-macro v0.5.0
2902026-05-28T21:43:07.709Z Downloaded toml_datetime v0.6.11
2912026-05-28T21:43:07.712Z Downloaded yoke-derive v0.8.1
2922026-05-28T21:43:07.712Z Downloaded utf8_iter v1.0.4
2932026-05-28T21:43:07.712Z Downloaded smallvec v1.15.1
2942026-05-28T21:43:07.715Z Downloaded papergrid v0.11.0
2952026-05-28T21:43:07.715Z Downloaded zerofrom v0.1.6
2962026-05-28T21:43:07.718Z Downloaded swrite v0.1.0
2972026-05-28T21:43:07.720Z Downloaded strsim v0.11.1
2982026-05-28T21:43:07.720Z Downloaded potential_utf v0.1.4
2992026-05-28T21:43:07.723Z Downloaded tinystr v0.8.2
3002026-05-28T21:43:07.723Z Downloaded stable_deref_trait v1.2.1
3012026-05-28T21:43:07.723Z Downloaded errno v0.3.14
3022026-05-28T21:43:07.726Z Downloaded cpufeatures v0.2.17
3032026-05-28T21:43:07.726Z Downloaded heck v0.4.1
3042026-05-28T21:43:07.726Z Downloaded cfg-if v1.0.4
3052026-05-28T21:43:07.729Z Downloaded writeable v0.6.2
3062026-05-28T21:43:07.732Z Downloaded typenum v1.19.0
3072026-05-28T21:43:07.732Z Downloaded pest v2.8.6
3082026-05-28T21:43:07.735Z Downloaded zmij v1.0.21
3092026-05-28T21:43:07.738Z Downloaded block-buffer v0.10.4
3102026-05-28T21:43:07.738Z Downloaded ucd-trie v0.1.7
3112026-05-28T21:43:07.738Z Downloaded zerovec-derive v0.11.2
3122026-05-28T21:43:07.741Z Downloaded zerocopy-derive v0.7.35
3132026-05-28T21:43:07.741Z Downloaded yoke v0.8.1
3142026-05-28T21:43:07.743Z Downloaded heck v0.5.0
3152026-05-28T21:43:07.743Z Downloaded toml v0.8.23
3162026-05-28T21:43:07.743Z Downloaded plain v0.2.3
3172026-05-28T21:43:07.746Z Downloaded colorchoice v1.0.4
3182026-05-28T21:43:07.746Z Downloaded thiserror-impl v2.0.18
3192026-05-28T21:43:07.746Z Downloaded form_urlencoded v1.2.2
3202026-05-28T21:43:07.746Z Downloaded generic-array v0.14.7
3212026-05-28T21:43:07.749Z Downloaded unicode-linebreak v0.1.5
3222026-05-28T21:43:07.749Z Downloaded thiserror-impl v1.0.69
3232026-05-28T21:43:07.749Z Downloaded tabled_derive v0.7.0
3242026-05-28T21:43:07.750Z Downloaded fnv v1.0.7
3252026-05-28T21:43:07.750Z Downloaded zerotrie v0.2.3
3262026-05-28T21:43:07.753Z Downloaded percent-encoding v2.3.2
3272026-05-28T21:43:07.753Z Downloaded itoa v1.0.17
3282026-05-28T21:43:07.753Z Downloaded textwrap v0.16.2
3292026-05-28T21:43:07.756Z Downloaded equivalent v1.0.2
3302026-05-28T21:43:07.756Z Downloaded unicode-ident v1.0.24
3312026-05-28T21:43:07.758Z Downloaded serde_spanned v0.6.9
3322026-05-28T21:43:07.759Z Downloaded toml_edit v0.22.27
3332026-05-28T21:43:07.761Z Downloaded proc-macro-error-attr v1.0.4
3342026-05-28T21:43:07.764Z Downloaded dof v0.3.0
3352026-05-28T21:43:07.767Z Downloaded idna_adapter v1.2.1
3362026-05-28T21:43:07.771Z Downloaded clap_lex v1.0.0
3372026-05-28T21:43:07.771Z Downloaded url v2.5.8
3382026-05-28T21:43:07.771Z Downloaded terminal_size v0.4.3
3392026-05-28T21:43:07.774Z Downloaded quote v1.0.45
3402026-05-28T21:43:07.777Z Downloaded zerovec v0.11.5
3412026-05-28T21:43:07.780Z Downloaded pretty-hex v0.4.1
3422026-05-28T21:43:07.780Z Downloaded digest v0.10.7
3432026-05-28T21:43:07.783Z Downloaded scroll_derive v0.12.1
3442026-05-28T21:43:07.785Z Downloaded dtrace-parser v0.2.0
3452026-05-28T21:43:07.785Z Downloaded crypto-common v0.1.7
3462026-05-28T21:43:07.785Z Downloaded zerocopy v0.7.35
3472026-05-28T21:43:07.793Z Downloaded memmap v0.7.0
3482026-05-28T21:43:07.795Z Downloaded displaydoc v0.2.5
3492026-05-28T21:43:07.796Z Downloaded is_terminal_polyfill v1.70.2
3502026-05-28T21:43:07.798Z Downloaded fs-err v3.3.0
3512026-05-28T21:43:07.798Z Downloaded bytecount v0.6.9
3522026-05-28T21:43:07.799Z Downloaded winnow v0.7.14
3532026-05-28T21:43:07.803Z Downloaded serde-untagged v0.1.9
3542026-05-28T21:43:07.806Z Downloaded unicode-width v0.2.0
3552026-05-28T21:43:07.809Z Downloaded unicode-width v0.1.14
3562026-05-28T21:43:07.812Z Downloaded erased-serde v0.4.9
3572026-05-28T21:43:07.812Z Downloaded clap_derive v4.5.55
3582026-05-28T21:43:07.815Z Downloaded synstructure v0.13.2
3592026-05-28T21:43:07.815Z Downloaded scroll v0.12.0
3602026-05-28T21:43:07.815Z Downloaded serde_tokenstream v0.2.3
3612026-05-28T21:43:07.818Z Downloaded byteorder v1.5.0
3622026-05-28T21:43:07.818Z Downloaded cargo_toml v0.21.0
3632026-05-28T21:43:07.818Z Downloaded proc-macro-error v1.0.4
3642026-05-28T21:43:07.821Z Downloaded fastrand v2.3.0
3652026-05-28T21:43:07.827Z Downloaded pest_derive v2.8.6
3662026-05-28T21:43:07.830Z Downloaded semver v1.0.28
3672026-05-28T21:43:07.833Z Downloaded litemap v0.8.1
3682026-05-28T21:43:07.833Z Downloaded once_cell v1.21.3
3692026-05-28T21:43:07.856Z Downloaded camino v1.2.2
3702026-05-28T21:43:07.865Z Downloaded pest_generator v2.8.6
3712026-05-28T21:43:07.865Z Downloaded icu_properties v2.1.2
3722026-05-28T21:43:07.866Z Downloaded clap v4.5.60
3732026-05-28T21:43:07.866Z Downloaded log v0.4.29
3742026-05-28T21:43:07.866Z Downloaded icu_provider v2.1.1
3752026-05-28T21:43:07.868Z Downloaded serde_derive v1.0.228
3762026-05-28T21:43:07.868Z Downloaded serde_core v1.0.228
3772026-05-28T21:43:07.875Z Downloaded getrandom v0.4.1
3782026-05-28T21:43:07.878Z Downloaded num-traits v0.2.19
3792026-05-28T21:43:07.882Z Downloaded icu_normalizer v2.1.1
3802026-05-28T21:43:07.885Z Downloaded icu_locale_core v2.1.1
3812026-05-28T21:43:07.888Z Downloaded proc-macro2 v1.0.106
3822026-05-28T21:43:07.893Z Downloaded icu_normalizer_data v2.1.1
3832026-05-28T21:43:07.896Z Downloaded icu_collections v2.1.1
3842026-05-28T21:43:07.900Z Downloaded serde v1.0.228
3852026-05-28T21:43:07.908Z Downloaded indexmap v2.14.0
3862026-05-28T21:43:07.911Z Downloaded memchr v2.8.0
3872026-05-28T21:43:07.925Z Downloaded syn v1.0.109
3882026-05-28T21:43:07.931Z Downloaded clap_builder v4.5.60
3892026-05-28T21:43:07.937Z Downloaded hashbrown v0.17.0
3902026-05-28T21:43:07.940Z Downloaded idna v1.1.0
3912026-05-28T21:43:07.945Z Downloaded icu_properties_data v2.1.2
3922026-05-28T21:43:07.950Z Downloaded serde_json v1.0.149
3932026-05-28T21:43:07.954Z Downloaded tabled v0.15.0
3942026-05-28T21:43:07.963Z Downloaded goblin v0.8.2
3952026-05-28T21:43:07.972Z Downloaded syn v2.0.117
3962026-05-28T21:43:07.982Z Downloaded rustix v1.1.3
3972026-05-28T21:43:08.011Z Downloaded libc v0.2.185
3982026-05-28T21:43:08.078Z Compiling proc-macro2 v1.0.106
3992026-05-28T21:43:08.078Z Compiling quote v1.0.45
4002026-05-28T21:43:08.081Z Compiling unicode-ident v1.0.24
4012026-05-28T21:43:08.081Z Compiling serde_core v1.0.228
4022026-05-28T21:43:08.081Z Compiling libc v0.2.185
4032026-05-28T21:43:08.081Z Compiling version_check v0.9.5
4042026-05-28T21:43:08.081Z Compiling memchr v2.8.0
4052026-05-28T21:43:08.081Z Compiling serde v1.0.228
4062026-05-28T21:43:08.081Z Compiling stable_deref_trait v1.2.1
4072026-05-28T21:43:08.081Z Compiling zmij v1.0.21
4082026-05-28T21:43:08.081Z Compiling autocfg v1.5.0
4092026-05-28T21:43:08.081Z Compiling ucd-trie v0.1.7
4102026-05-28T21:43:08.279Z Compiling itoa v1.0.17
4112026-05-28T21:43:08.282Z Compiling thiserror v1.0.69
4122026-05-28T21:43:08.282Z Compiling writeable v0.6.2
4132026-05-28T21:43:08.450Z Compiling litemap v0.8.1
4142026-05-28T21:43:08.483Z Compiling icu_properties_data v2.1.2
4152026-05-28T21:43:08.569Z Compiling rustix v1.1.3
4162026-05-28T21:43:08.697Z Compiling byteorder v1.5.0
4172026-05-28T21:43:08.731Z Compiling icu_normalizer_data v2.1.1
4182026-05-28T21:43:08.771Z Compiling serde_json v1.0.149
4192026-05-28T21:43:08.775Z Compiling bitflags v2.11.0
4202026-05-28T21:43:08.775Z Compiling typeid v1.0.3
4212026-05-28T21:43:08.841Z Compiling pest v2.8.6
4222026-05-28T21:43:09.002Z Compiling smallvec v1.15.1
4232026-05-28T21:43:09.005Z Compiling num-traits v0.2.19
4242026-05-28T21:43:09.059Z Compiling hashbrown v0.17.0
4252026-05-28T21:43:09.111Z Compiling equivalent v1.0.2
4262026-05-28T21:43:09.180Z Compiling usdt-impl v0.5.0
4272026-05-28T21:43:09.197Z Compiling proc-macro-error-attr v1.0.4
4282026-05-28T21:43:09.238Z Compiling toml_write v0.1.2
4292026-05-28T21:43:09.293Z Compiling erased-serde v0.4.9
4302026-05-28T21:43:09.296Z Compiling syn v1.0.109
4312026-05-28T21:43:09.296Z Compiling winnow v0.7.14
4322026-05-28T21:43:09.388Z Compiling proc-macro-error v1.0.4
4332026-05-28T21:43:09.431Z Compiling getrandom v0.4.1
4342026-05-28T21:43:09.451Z Compiling thiserror v2.0.18
4352026-05-28T21:43:09.557Z Compiling utf8parse v0.2.2
4362026-05-28T21:43:09.587Z Compiling errno v0.3.14
4372026-05-28T21:43:09.604Z Compiling thread-id v4.2.2
4382026-05-28T21:43:09.632Z Compiling indexmap v2.14.0
4392026-05-28T21:43:09.713Z Compiling percent-encoding v2.3.2
4402026-05-28T21:43:09.716Z Compiling utf8_iter v1.0.4
4412026-05-28T21:43:09.749Z Compiling syn v2.0.117
4422026-05-28T21:43:09.769Z Compiling camino v1.2.2
4432026-05-28T21:43:09.809Z Compiling log v0.4.29
4442026-05-28T21:43:09.872Z Compiling plain v0.2.3
4452026-05-28T21:43:09.929Z Compiling form_urlencoded v1.2.2
4462026-05-28T21:43:09.966Z Compiling pest_meta v2.8.6
4472026-05-28T21:43:10.012Z Compiling anstyle-parse v0.2.7
4482026-05-28T21:43:10.179Z Compiling pretty-hex v0.4.1
4492026-05-28T21:43:10.183Z Compiling anstyle v1.0.13
4502026-05-28T21:43:10.183Z Compiling anstyle-query v1.1.5
4512026-05-28T21:43:10.254Z Compiling ordered-float v2.10.1
4522026-05-28T21:43:10.286Z Compiling is_terminal_polyfill v1.70.2
4532026-05-28T21:43:10.307Z Compiling colorchoice v1.0.4
4542026-05-28T21:43:10.329Z Compiling cfg-if v1.0.4
4552026-05-28T21:43:10.368Z Compiling fs-err v3.3.0
4562026-05-28T21:43:10.372Z Compiling bytecount v0.6.9
4572026-05-28T21:43:10.429Z Compiling anstream v0.6.21
4582026-05-28T21:43:10.471Z Compiling heck v0.5.0
4592026-05-28T21:43:10.471Z Compiling fastrand v2.3.0
4602026-05-28T21:43:10.540Z Compiling unicode-xid v0.2.6
4612026-05-28T21:43:10.559Z Compiling heck v0.4.1
4622026-05-28T21:43:10.562Z Compiling once_cell v1.21.3
4632026-05-28T21:43:10.598Z Compiling clap_lex v1.0.0
4642026-05-28T21:43:10.686Z Compiling terminal_size v0.4.3
4652026-05-28T21:43:10.798Z Compiling semver v1.0.28
4662026-05-28T21:43:10.838Z Compiling anyhow v1.0.102
4672026-05-28T21:43:10.838Z Compiling strsim v0.11.1
4682026-05-28T21:43:10.876Z Compiling fnv v1.0.7
4692026-05-28T21:43:10.879Z Compiling unicode-width v0.1.14
4702026-05-28T21:43:10.914Z Compiling tempfile v3.25.0
4712026-05-28T21:43:10.970Z Compiling memmap v0.7.0
4722026-05-28T21:43:10.997Z Compiling smawk v0.3.2
4732026-05-28T21:43:11.064Z Compiling clap_builder v4.5.60
4742026-05-28T21:43:11.189Z Compiling serde-untagged v0.1.9
4752026-05-28T21:43:11.212Z Compiling papergrid v0.11.0
4762026-05-28T21:43:11.235Z Compiling unicode-width v0.2.0
4772026-05-28T21:43:11.257Z Compiling unicode-linebreak v0.1.5
4782026-05-28T21:43:11.260Z Compiling camino-tempfile v1.4.1
4792026-05-28T21:43:11.345Z Compiling swrite v0.1.0
4802026-05-28T21:43:11.463Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-28T21:43:11.482Z Compiling textwrap v0.16.2
4822026-05-28T21:43:11.811Z Compiling tabled_derive v0.7.0
4832026-05-28T21:43:12.368Z Compiling synstructure v0.13.2
4842026-05-28T21:43:12.368Z Compiling pest_generator v2.8.6
4852026-05-28T21:43:12.472Z Compiling tabled v0.15.0
4862026-05-28T21:43:12.928Z Compiling serde_derive v1.0.228
4872026-05-28T21:43:12.928Z Compiling zerofrom-derive v0.1.6
4882026-05-28T21:43:12.931Z Compiling yoke-derive v0.8.1
4892026-05-28T21:43:12.931Z Compiling zerovec-derive v0.11.2
4902026-05-28T21:43:12.931Z Compiling displaydoc v0.2.5
4912026-05-28T21:43:12.946Z Compiling thiserror-impl v1.0.69
4922026-05-28T21:43:12.949Z Compiling zerocopy-derive v0.7.35
4932026-05-28T21:43:12.965Z Compiling scroll_derive v0.12.1
4942026-05-28T21:43:12.968Z Compiling thiserror-impl v2.0.18
4952026-05-28T21:43:12.968Z Compiling clap_derive v4.5.55
4962026-05-28T21:43:13.045Z Compiling pest_derive v2.8.6
4972026-05-28T21:43:13.670Z Compiling scroll v0.12.0
4982026-05-28T21:43:13.718Z Compiling zerocopy v0.7.35
4992026-05-28T21:43:13.896Z Compiling goblin v0.8.2
5002026-05-28T21:43:14.080Z Compiling zerofrom v0.1.6
5012026-05-28T21:43:14.118Z Compiling dtrace-parser v0.2.0
5022026-05-28T21:43:14.181Z Compiling yoke v0.8.1
5032026-05-28T21:43:14.334Z Compiling zerovec v0.11.5
5042026-05-28T21:43:14.334Z Compiling zerotrie v0.2.3
5052026-05-28T21:43:14.374Z Compiling clap v4.5.60
5062026-05-28T21:43:14.759Z Compiling tinystr v0.8.2
5072026-05-28T21:43:14.759Z Compiling potential_utf v0.1.4
5082026-05-28T21:43:14.896Z Compiling icu_collections v2.1.1
5092026-05-28T21:43:14.915Z Compiling icu_locale_core v2.1.1
5102026-05-28T21:43:15.394Z Compiling serde_spanned v0.6.9
5112026-05-28T21:43:15.394Z Compiling toml_datetime v0.6.11
5122026-05-28T21:43:15.394Z Compiling serde-value v0.7.0
5132026-05-28T21:43:15.397Z Compiling cargo-platform v0.2.0
5142026-05-28T21:43:15.397Z Compiling macaddr v1.0.1
5152026-05-28T21:43:15.413Z Compiling dof v0.3.0
5162026-05-28T21:43:15.416Z Compiling serde_tokenstream v0.2.3
5172026-05-28T21:43:15.465Z Compiling icu_provider v2.1.1
5182026-05-28T21:43:15.605Z Compiling toml_edit v0.22.27
5192026-05-28T21:43:15.761Z Compiling icu_normalizer v2.1.1
5202026-05-28T21:43:15.765Z Compiling icu_properties v2.1.2
5212026-05-28T21:43:16.265Z Compiling usdt-attr-macro v0.5.0
5222026-05-28T21:43:16.265Z Compiling usdt-macro v0.5.0
5232026-05-28T21:43:16.660Z Compiling idna_adapter v1.2.1
5242026-05-28T21:43:16.766Z Compiling idna v1.1.0
5252026-05-28T21:43:16.853Z Compiling usdt v0.5.0
5262026-05-28T21:43:16.936Z Compiling toml v0.8.23
5272026-05-28T21:43:17.029Z Compiling url v2.5.8
5282026-05-28T21:43:17.266Z Compiling cargo_toml v0.21.0
5292026-05-28T21:43:17.425Z Compiling cargo-util-schemas v0.8.2
5302026-05-28T21:43:18.240Z Compiling cargo_metadata v0.21.0
5312026-05-28T21:43:19.101Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-28T21:43:21.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.41s
5332026-05-28T21:43:21.464Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-28T21:43:22.018Z Downloading crates ...
5352026-05-28T21:43:22.116Z Downloaded adler2 v2.0.1
5362026-05-28T21:43:22.121Z Downloaded async-trait v0.1.89
5372026-05-28T21:43:22.124Z Downloaded chacha20 v0.10.0
5382026-05-28T21:43:22.129Z Downloaded base16ct v0.2.0
5392026-05-28T21:43:22.135Z Downloaded crc8 v0.1.1
5402026-05-28T21:43:22.135Z Downloaded assert_matches v1.5.0
5412026-05-28T21:43:22.138Z Downloaded darling v0.23.0
5422026-05-28T21:43:22.141Z Downloaded enum-as-inner v0.6.1
5432026-05-28T21:43:22.144Z Downloaded document-features v0.2.12
5442026-05-28T21:43:22.144Z Downloaded data-encoding v2.10.0
5452026-05-28T21:43:22.144Z Downloaded defmt v1.0.1
5462026-05-28T21:43:22.146Z Downloaded backon v1.6.0
5472026-05-28T21:43:22.149Z Downloaded fixedbitset v0.4.2
5482026-05-28T21:43:22.149Z Downloaded atomic-waker v1.1.2
5492026-05-28T21:43:22.152Z Downloaded allocator-api2 v0.2.21
5502026-05-28T21:43:22.152Z Downloaded dtrace-parser v0.3.0
5512026-05-28T21:43:22.152Z Downloaded backoff v0.4.0
5522026-05-28T21:43:22.156Z Downloaded difflib v0.4.0
5532026-05-28T21:43:22.156Z Downloaded derive_builder_macro v0.20.2
5542026-05-28T21:43:22.156Z Downloaded async-stream v0.3.6
5552026-05-28T21:43:22.159Z Downloaded erased-serde v0.3.31
5562026-05-28T21:43:22.159Z Downloaded atomicwrites v0.4.4
5572026-05-28T21:43:22.159Z Downloaded async-recursion v1.1.1
5582026-05-28T21:43:22.165Z Downloaded async-bb8-diesel v0.2.1
5592026-05-28T21:43:22.167Z Downloaded critical-section v1.2.0
5602026-05-28T21:43:22.170Z Downloaded fatfs v0.3.6
5612026-05-28T21:43:22.170Z Downloaded dropshot_endpoint v0.16.7
5622026-05-28T21:43:22.173Z Downloaded darling v0.20.11
5632026-05-28T21:43:22.176Z Downloaded constant_time_eq v0.4.2
5642026-05-28T21:43:22.179Z Downloaded crossterm v0.29.0
5652026-05-28T21:43:22.182Z Downloaded base64ct v1.8.3
5662026-05-28T21:43:22.184Z Downloaded crc32fast v1.5.0
5672026-05-28T21:43:22.185Z Downloaded dirs-sys-next v0.1.2
5682026-05-28T21:43:22.187Z Downloaded block-padding v0.3.3
5692026-05-28T21:43:22.187Z Downloaded dsl_auto_type v0.2.0
5702026-05-28T21:43:22.187Z Downloaded ascii-canvas v3.0.0
5712026-05-28T21:43:22.187Z Downloaded arrayref v0.3.9
5722026-05-28T21:43:22.190Z Downloaded crc-catalog v2.4.0
5732026-05-28T21:43:22.190Z Downloaded cpufeatures v0.3.0
5742026-05-28T21:43:22.193Z Downloaded array-init v0.0.4
5752026-05-28T21:43:22.193Z Downloaded atty v0.2.14
5762026-05-28T21:43:22.197Z Downloaded flagset v0.4.7
5772026-05-28T21:43:22.197Z Downloaded bb8 v0.8.6
5782026-05-28T21:43:22.200Z Downloaded async-stream-impl v0.3.6
5792026-05-28T21:43:22.200Z Downloaded darling_macro v0.20.11
5802026-05-28T21:43:22.200Z Downloaded futures-macro v0.3.32
5812026-05-28T21:43:22.203Z Downloaded crunchy v0.2.4
5822026-05-28T21:43:22.203Z Downloaded crucible-workspace-hack v0.1.0
5832026-05-28T21:43:22.203Z Downloaded dropshot-api-manager-types v0.7.1
5842026-05-28T21:43:22.203Z Downloaded defmt v0.3.100
5852026-05-28T21:43:22.203Z Downloaded aead v0.5.2
5862026-05-28T21:43:22.207Z Downloaded ciborium-ll v0.2.2
5872026-05-28T21:43:22.210Z Downloaded diesel_table_macro_syntax v0.3.0
5882026-05-28T21:43:22.210Z Downloaded compression-core v0.4.31
5892026-05-28T21:43:22.213Z Downloaded dirs-next v2.0.0
5902026-05-28T21:43:22.216Z Downloaded convert_case v0.4.0
5912026-05-28T21:43:22.218Z Downloaded derive_builder_core v0.20.2
5922026-05-28T21:43:22.218Z Downloaded env_logger v0.11.9
5932026-05-28T21:43:22.221Z Downloaded embedded-io v0.4.0
5942026-05-28T21:43:22.224Z Downloaded display-error-chain v0.2.2
5952026-05-28T21:43:22.224Z Downloaded cargo-platform v0.1.9
5962026-05-28T21:43:22.224Z Downloaded ciborium-io v0.2.2
5972026-05-28T21:43:22.224Z Downloaded cfg_aliases v0.1.1
5982026-05-28T21:43:22.227Z Downloaded bit-set v0.5.3
5992026-05-28T21:43:22.227Z Downloaded const_format_proc_macros v0.2.34
6002026-05-28T21:43:22.227Z Downloaded fd-lock v4.0.4
6012026-05-28T21:43:22.232Z Downloaded float-cmp v0.10.0
6022026-05-28T21:43:22.232Z Downloaded darling_macro v0.21.3
6032026-05-28T21:43:22.232Z Downloaded cbc v0.1.2
6042026-05-28T21:43:22.254Z Downloaded env_filter v1.0.0
6052026-05-28T21:43:22.254Z Downloaded cstr-argument v0.1.2
6062026-05-28T21:43:22.270Z Downloaded dyn-clone v1.0.20
6072026-05-28T21:43:22.270Z Downloaded foreign-types v0.5.0
6082026-05-28T21:43:22.270Z Downloaded dof v0.4.0
6092026-05-28T21:43:22.270Z Downloaded cfg_aliases v0.2.1
6102026-05-28T21:43:22.270Z Downloaded bitfield-struct v0.6.2
6112026-05-28T21:43:22.270Z Downloaded debug-ignore v1.0.5
6122026-05-28T21:43:22.270Z Downloaded bcrypt-pbkdf v0.10.0
6132026-05-28T21:43:22.271Z Downloaded futures-io v0.3.32
6142026-05-28T21:43:22.271Z Downloaded endian-type v0.1.2
6152026-05-28T21:43:22.271Z Downloaded foreign-types v0.3.2
6162026-05-28T21:43:22.271Z Downloaded float-ord v0.3.2
6172026-05-28T21:43:22.271Z Downloaded dunce v1.0.5
6182026-05-28T21:43:22.271Z Downloaded cobs v0.3.0
6192026-05-28T21:43:22.271Z Downloaded darling_macro v0.23.0
6202026-05-28T21:43:22.282Z Downloaded foreign-types-shared v0.3.1
6212026-05-28T21:43:22.282Z Downloaded fxhash v0.2.1
6222026-05-28T21:43:22.282Z Downloaded futures-sink v0.3.32
6232026-05-28T21:43:22.282Z Downloaded defmt-parser v1.0.0
6242026-05-28T21:43:22.282Z Downloaded curve25519-dalek-derive v0.1.1
6252026-05-28T21:43:22.282Z Downloaded crc v3.4.0
6262026-05-28T21:43:22.282Z Downloaded futures-task v0.3.32
6272026-05-28T21:43:22.282Z Downloaded bitfield-macros v0.19.4
6282026-05-28T21:43:22.282Z Downloaded foreign-types-shared v0.1.1
6292026-05-28T21:43:22.282Z Downloaded either v1.15.0
6302026-05-28T21:43:22.282Z Downloaded gethostname v0.5.0
6312026-05-28T21:43:22.282Z Downloaded ed25519 v2.2.3
6322026-05-28T21:43:22.282Z Downloaded derive-ex v0.1.8
6332026-05-28T21:43:22.287Z Downloaded crossbeam-deque v0.8.6
6342026-05-28T21:43:22.287Z Downloaded funty v2.0.0
6352026-05-28T21:43:22.287Z Downloaded deranged v0.5.8
6362026-05-28T21:43:22.287Z Downloaded foreign-types-macros v0.2.3
6372026-05-28T21:43:22.287Z Downloaded ctr v0.9.2
6382026-05-28T21:43:22.287Z Downloaded git-stub v1.0.0
6392026-05-28T21:43:22.287Z Downloaded crossbeam-utils v0.8.21
6402026-05-28T21:43:22.290Z Downloaded hash32 v0.2.1
6412026-05-28T21:43:22.290Z Downloaded globwalk v0.9.1
6422026-05-28T21:43:22.293Z Downloaded hash32 v0.3.1
6432026-05-28T21:43:22.293Z Downloaded cassowary v0.3.0
6442026-05-28T21:43:22.296Z Downloaded home v0.5.12
6452026-05-28T21:43:22.300Z Downloaded castaway v0.2.4
6462026-05-28T21:43:22.302Z Downloaded cmake v0.1.57
6472026-05-28T21:43:22.302Z Downloaded ena v0.14.4
6482026-05-28T21:43:22.306Z Downloaded downcast-rs v2.0.2
6492026-05-28T21:43:22.306Z Downloaded bcs v0.1.6
6502026-05-28T21:43:22.309Z Downloaded camino-tempfile-ext v0.3.3
6512026-05-28T21:43:22.309Z Downloaded arrayvec v0.7.6
6522026-05-28T21:43:22.312Z Downloaded diesel-dtrace v0.5.0
6532026-05-28T21:43:22.312Z Downloaded futures-core v0.3.32
6542026-05-28T21:43:22.312Z Downloaded daft-derive v0.1.7
6552026-05-28T21:43:22.315Z Downloaded ff v0.13.1
6562026-05-28T21:43:22.317Z Downloaded ecdsa v0.16.9
6572026-05-28T21:43:22.317Z Downloaded find-msvc-tools v0.1.9
6582026-05-28T21:43:22.320Z Downloaded defmt-macros v1.0.1
6592026-05-28T21:43:22.323Z Downloaded headers-core v0.3.0
6602026-05-28T21:43:22.326Z Downloaded filetime v0.2.27
6612026-05-28T21:43:22.326Z Downloaded hex v0.4.3
6622026-05-28T21:43:22.326Z Downloaded hostname v0.3.1
6632026-05-28T21:43:22.329Z Downloaded der_derive v0.7.3
6642026-05-28T21:43:22.329Z Downloaded csv-core v0.1.13
6652026-05-28T21:43:22.332Z Downloaded hubpack_derive v0.1.1
6662026-05-28T21:43:22.332Z Downloaded hyper-tls v0.6.0
6672026-05-28T21:43:22.332Z Downloaded http-range v0.1.5
6682026-05-28T21:43:22.334Z Downloaded daft v0.1.7
6692026-05-28T21:43:22.334Z Downloaded compression-codecs v0.4.37
6702026-05-28T21:43:22.337Z Downloaded globset v0.4.18
6712026-05-28T21:43:22.337Z Downloaded futures-channel v0.3.32
6722026-05-28T21:43:22.340Z Downloaded des v0.8.1
6732026-05-28T21:43:22.340Z Downloaded argon2 v0.5.3
6742026-05-28T21:43:22.343Z Downloaded buf-list v1.1.2
6752026-05-28T21:43:22.343Z Downloaded fallible-iterator v0.2.0
6762026-05-28T21:43:22.346Z Downloaded bit-vec v0.8.0
6772026-05-28T21:43:22.346Z Downloaded drift v0.1.4
6782026-05-28T21:43:22.350Z Downloaded cipher v0.4.4
6792026-05-28T21:43:22.353Z Downloaded cargo_metadata v0.19.2
6802026-05-28T21:43:22.353Z Downloaded blowfish v0.9.1
6812026-05-28T21:43:22.356Z Downloaded glob v0.3.3
6822026-05-28T21:43:22.356Z Downloaded chacha20 v0.9.1
6832026-05-28T21:43:22.356Z Downloaded bitfield v0.19.4
6842026-05-28T21:43:22.359Z Downloaded bit-set v0.8.0
6852026-05-28T21:43:22.359Z Downloaded http-body v1.0.1
6862026-05-28T21:43:22.359Z Downloaded futures-executor v0.3.32
6872026-05-28T21:43:22.362Z Downloaded bit-vec v0.6.3
6882026-05-28T21:43:22.362Z Downloaded hostname v0.4.2
6892026-05-28T21:43:22.364Z Downloaded ghash v0.5.1
6902026-05-28T21:43:22.364Z Downloaded fs-err v2.11.0
6912026-05-28T21:43:22.364Z Downloaded corncobs v0.1.4
6922026-05-28T21:43:22.368Z Downloaded byte-wrapper v0.1.0
6932026-05-28T21:43:22.368Z Downloaded bitflags v1.3.2
6942026-05-28T21:43:22.370Z Downloaded inout v0.1.4
6952026-05-28T21:43:22.373Z Downloaded internet-checksum v0.2.1
6962026-05-28T21:43:22.373Z Downloaded instant v0.1.13
6972026-05-28T21:43:22.373Z Downloaded console v0.16.2
6982026-05-28T21:43:22.376Z Downloaded base64 v0.22.1
6992026-05-28T21:43:22.379Z Downloaded embedded-io v0.6.1
7002026-05-28T21:43:22.379Z Downloaded illumos-nvpair-sys v0.2.0
7012026-05-28T21:43:22.382Z Downloaded ident_case v1.0.1
7022026-05-28T21:43:22.383Z Downloaded foldhash v0.2.0
7032026-05-28T21:43:22.383Z Downloaded fixedbitset v0.5.7
7042026-05-28T21:43:22.411Z Downloaded indoc v1.0.9
7052026-05-28T21:43:22.411Z Downloaded derive_builder v0.20.2
7062026-05-28T21:43:22.411Z Downloaded group v0.13.0
7072026-05-28T21:43:22.411Z Downloaded git-stub-vcs v0.1.0
7082026-05-28T21:43:22.411Z Downloaded base64 v0.21.7
7092026-05-28T21:43:22.411Z Downloaded keccak v0.1.6
7102026-05-28T21:43:22.411Z Downloaded hex-literal v0.4.1
7112026-05-28T21:43:22.411Z Downloaded httpdate v1.0.3
7122026-05-28T21:43:22.411Z Downloaded instability v0.3.11
7132026-05-28T21:43:22.411Z Downloaded kstat-rs v0.2.4
7142026-05-28T21:43:22.411Z Downloaded http-body-util v0.1.3
7152026-05-28T21:43:22.411Z Downloaded lazy_static v1.5.0
7162026-05-28T21:43:22.411Z Downloaded lalrpop-util v0.19.12
7172026-05-28T21:43:22.411Z Downloaded foldhash v0.1.5
7182026-05-28T21:43:22.411Z Downloaded is_ci v1.2.0
7192026-05-28T21:43:22.411Z Downloaded is-terminal v0.4.17
7202026-05-28T21:43:22.411Z Downloaded libscf-sys v1.1.0
7212026-05-28T21:43:22.411Z Downloaded crossbeam-epoch v0.9.18
7222026-05-28T21:43:22.411Z Downloaded hyper-staticfile v0.10.1
7232026-05-28T21:43:22.412Z Downloaded derive-where v1.6.0
7242026-05-28T21:43:22.412Z Downloaded darling v0.21.3
7252026-05-28T21:43:22.415Z Downloaded cancel-safe-futures v0.1.5
7262026-05-28T21:43:22.415Z Downloaded lru-cache v0.1.2
7272026-05-28T21:43:22.415Z Downloaded colored v3.1.1
7282026-05-28T21:43:22.418Z Downloaded indent_write v2.2.0
7292026-05-28T21:43:22.418Z Downloaded illumos-nvpair v0.3.0
7302026-05-28T21:43:22.418Z Downloaded diff v0.1.13
7312026-05-28T21:43:22.421Z Downloaded match_cfg v0.1.0
7322026-05-28T21:43:22.421Z Downloaded maplit v1.0.2
7332026-05-28T21:43:22.421Z Downloaded lru v0.12.5
7342026-05-28T21:43:22.424Z Downloaded console v0.15.11
7352026-05-28T21:43:22.424Z Downloaded blake2 v0.10.6
7362026-05-28T21:43:22.427Z Downloaded bzip2 v0.4.4
7372026-05-28T21:43:22.427Z Downloaded humantime v2.3.0
7382026-05-28T21:43:22.430Z Downloaded highway v1.3.0
7392026-05-28T21:43:22.430Z Downloaded getrandom v0.2.17
7402026-05-28T21:43:22.432Z Downloaded impl-trait-for-tuples v0.2.3
7412026-05-28T21:43:22.437Z Downloaded ipnet v2.11.0
7422026-05-28T21:43:22.438Z Downloaded managed v0.8.0
7432026-05-28T21:43:22.438Z Downloaded indoc v2.0.7
7442026-05-28T21:43:22.440Z Downloaded md-5 v0.10.6
7452026-05-28T21:43:22.440Z Downloaded async-compression v0.4.41
7462026-05-28T21:43:22.443Z Downloaded new_debug_unreachable v1.0.6
7472026-05-28T21:43:22.443Z Downloaded multimap v0.10.1
7482026-05-28T21:43:22.446Z Downloaded newtype-uuid-macros v0.1.0
7492026-05-28T21:43:22.446Z Downloaded lzss v0.8.2
7502026-05-28T21:43:22.446Z Downloaded maybe-uninit v2.0.0
7512026-05-28T21:43:22.449Z Downloaded ingot-types v0.1.2
7522026-05-28T21:43:22.449Z Downloaded lru-slab v0.1.2
7532026-05-28T21:43:22.449Z Downloaded ipnetwork v0.21.1
7542026-05-28T21:43:22.452Z Downloaded ingot v0.1.1
7552026-05-28T21:43:22.452Z Downloaded dropshot_endpoint v0.17.0
7562026-05-28T21:43:22.455Z Downloaded derive_more v0.99.20
7572026-05-28T21:43:22.457Z Downloaded newtype_derive v0.1.6
7582026-05-28T21:43:22.457Z Downloaded newline-converter v0.3.0
7592026-05-28T21:43:22.457Z Downloaded memoffset v0.9.1
7602026-05-28T21:43:22.460Z Downloaded hubpack v0.1.2
7612026-05-28T21:43:22.460Z Downloaded convert_case v0.10.0
7622026-05-28T21:43:22.460Z Downloaded bzip2 v0.6.1
7632026-05-28T21:43:22.463Z Downloaded half v1.8.3
7642026-05-28T21:43:22.463Z Downloaded const-oid v0.9.6
7652026-05-28T21:43:22.466Z Downloaded httparse v1.10.1
7662026-05-28T21:43:22.466Z Downloaded colored v2.2.0
7672026-05-28T21:43:22.469Z Downloaded cookie_store v0.22.1
7682026-05-28T21:43:22.469Z Downloaded futures v0.3.32
7692026-05-28T21:43:22.472Z Downloaded hyper-rustls v0.27.7
7702026-05-28T21:43:22.475Z Downloaded darling_core v0.23.0
7712026-05-28T21:43:22.478Z Downloaded num-derive v0.4.2
7722026-05-28T21:43:22.478Z Downloaded libsw v3.5.0
7732026-05-28T21:43:22.480Z Downloaded libefi-sys v0.1.0
7742026-05-28T21:43:22.481Z Downloaded nibble_vec v0.1.0
7752026-05-28T21:43:22.481Z Downloaded num-derive v0.3.3
7762026-05-28T21:43:22.484Z Downloaded linked-hash-map v0.5.6
7772026-05-28T21:43:22.484Z Downloaded libloading v0.8.9
7782026-05-28T21:43:22.486Z Downloaded num_threads v0.1.7
7792026-05-28T21:43:22.486Z Downloaded nonempty v0.12.0
7802026-05-28T21:43:22.486Z Downloaded normalize-line-endings v0.3.0
7812026-05-28T21:43:22.486Z Downloaded nodrop v0.1.14
7822026-05-28T21:43:22.489Z Downloaded num v0.4.3
7832026-05-28T21:43:22.490Z Downloaded lock_api v0.4.14
7842026-05-28T21:43:22.490Z Downloaded libsw-core v0.3.2
7852026-05-28T21:43:22.493Z Downloaded num-conv v0.2.0
7862026-05-28T21:43:22.493Z Downloaded iana-time-zone v0.1.65
7872026-05-28T21:43:22.495Z Downloaded getrandom v0.3.4
7882026-05-28T21:43:22.498Z Downloaded opaque-debug v0.3.1
7892026-05-28T21:43:22.498Z Downloaded num_enum_derive v0.5.11
7902026-05-28T21:43:22.498Z Downloaded ingot-macros v0.1.1
7912026-05-28T21:43:22.498Z Downloaded num-iter v0.1.45
7922026-05-28T21:43:22.501Z Downloaded linear-map v1.2.0
7932026-05-28T21:43:22.501Z Downloaded elliptic-curve v0.13.8
7942026-05-28T21:43:22.504Z Downloaded md5 v0.7.0
7952026-05-28T21:43:22.504Z Downloaded crc-any v2.5.0
7962026-05-28T21:43:22.507Z Downloaded oso-derive v0.27.3
7972026-05-28T21:43:22.507Z Downloaded ciborium v0.2.2
7982026-05-28T21:43:22.507Z Downloaded nanorand v0.7.0
7992026-05-28T21:43:22.510Z Downloaded clang-sys v1.8.1
8002026-05-28T21:43:22.510Z Downloaded darling_core v0.20.11
8012026-05-28T21:43:22.513Z Downloaded cookie v0.18.1
8022026-05-28T21:43:22.516Z Downloaded openssl-probe v0.1.6
8032026-05-28T21:43:22.516Z Downloaded cexpr v0.6.0
8042026-05-28T21:43:22.516Z Downloaded ahash v0.8.12
8052026-05-28T21:43:22.519Z Downloaded openssl-probe v0.2.1
8062026-05-28T21:43:22.519Z Downloaded newtype-uuid v1.3.2
8072026-05-28T21:43:22.522Z Downloaded fs_extra v1.3.0
8082026-05-28T21:43:22.522Z Downloaded flume v0.11.1
8092026-05-28T21:43:22.525Z Downloaded darling_core v0.21.3
8102026-05-28T21:43:22.528Z Downloaded jobserver v0.1.34
8112026-05-28T21:43:22.528Z Downloaded arc-swap v1.8.2
8122026-05-28T21:43:22.531Z Downloaded openssl-macros v0.1.1
8132026-05-28T21:43:22.531Z Downloaded parse-display v0.10.0
8142026-05-28T21:43:22.534Z Downloaded multer v3.1.0
8152026-05-28T21:43:22.548Z Downloaded phf_shared v0.11.3
8162026-05-28T21:43:22.551Z Downloaded pbkdf2 v0.12.2
8172026-05-28T21:43:22.551Z Downloaded half v2.7.1
8182026-05-28T21:43:22.554Z Downloaded pbkdf2 v0.11.0
8192026-05-28T21:43:22.554Z Downloaded parse-size v1.1.0
8202026-05-28T21:43:22.554Z Downloaded packed_struct_codegen v0.10.1
8212026-05-28T21:43:22.558Z Downloaded pin-utils v0.1.0
8222026-05-28T21:43:22.558Z Downloaded phf_shared v0.13.1
8232026-05-28T21:43:22.558Z Downloaded native-tls v0.2.18
8242026-05-28T21:43:22.561Z Downloaded litrs v1.0.0
8252026-05-28T21:43:22.561Z Downloaded flate2 v1.1.9
8262026-05-28T21:43:22.564Z Downloaded num-integer v0.1.46
8272026-05-28T21:43:22.564Z Downloaded heapless v0.8.0
8282026-05-28T21:43:22.567Z Downloaded dropshot-api-manager v0.7.1
8292026-05-28T21:43:22.570Z Downloaded num-complex v0.4.6
8302026-05-28T21:43:22.570Z Downloaded ignore v0.4.25
8312026-05-28T21:43:22.573Z Downloaded olpc-cjson v0.1.4
8322026-05-28T21:43:22.573Z Downloaded mime_guess v2.0.5
8332026-05-28T21:43:22.573Z Downloaded nu-ansi-term v0.50.3
8342026-05-28T21:43:22.576Z Downloaded mime v0.3.17
8352026-05-28T21:43:22.576Z Downloaded peg-runtime v0.8.5
8362026-05-28T21:43:22.580Z Downloaded phf_shared v0.12.1
8372026-05-28T21:43:22.582Z Downloaded powerfmt v0.2.0
8382026-05-28T21:43:22.582Z Downloaded parking_lot_core v0.8.6
8392026-05-28T21:43:22.585Z Downloaded predicates-tree v1.0.13
8402026-05-28T21:43:22.585Z Downloaded precomputed-hash v0.1.1
8412026-05-28T21:43:22.585Z Downloaded hmac v0.12.1
8422026-05-28T21:43:22.588Z Downloaded const_format v0.2.35
8432026-05-28T21:43:22.591Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-05-28T21:43:22.591Z Downloaded der v0.7.10
8452026-05-28T21:43:22.594Z Downloaded chacha20poly1305 v0.10.1
8462026-05-28T21:43:22.597Z Downloaded crypto-bigint v0.5.5
8472026-05-28T21:43:22.599Z Downloaded num_enum_derive v0.7.5
8482026-05-28T21:43:22.599Z Downloaded num_enum v0.7.5
8492026-05-28T21:43:22.602Z Downloaded num-rational v0.4.2
8502026-05-28T21:43:22.605Z Downloaded path-slash v0.1.5
8512026-05-28T21:43:22.605Z Downloaded compact_str v0.8.1
8522026-05-28T21:43:22.608Z Downloaded ar_archive_writer v0.5.1
8532026-05-28T21:43:22.611Z Downloaded progenitor-client v0.14.0
8542026-05-28T21:43:22.611Z Downloaded proc-macro-crate v3.4.0
8552026-05-28T21:43:22.611Z Downloaded predicates-core v1.0.10
8562026-05-28T21:43:22.614Z Downloaded memmap2 v0.9.10
8572026-05-28T21:43:22.614Z Downloaded paste v1.0.15
8582026-05-28T21:43:22.617Z Downloaded packed_struct v0.10.1
8592026-05-28T21:43:22.617Z Downloaded oxnet v0.1.4
8602026-05-28T21:43:22.617Z Downloaded oxide-tokio-rt v0.1.4
8612026-05-28T21:43:22.620Z Downloaded progenitor-client v0.11.2
8622026-05-28T21:43:22.620Z Downloaded pkg-config v0.3.32
8632026-05-28T21:43:22.620Z Downloaded pin-project-lite v0.2.17
8642026-05-28T21:43:22.623Z Downloaded progenitor-macro v0.11.2
8652026-05-28T21:43:22.623Z Downloaded polyval v0.6.2
8662026-05-28T21:43:22.626Z Downloaded quick-error v1.2.3
8672026-05-28T21:43:22.626Z Downloaded progenitor-macro v0.14.0
8682026-05-28T21:43:22.626Z Downloaded progenitor-macro v0.13.0
8692026-05-28T21:43:22.629Z Downloaded psl-types v2.0.11
8702026-05-28T21:43:22.629Z Downloaded pin-project-internal v1.1.11
8712026-05-28T21:43:22.629Z Downloaded phf v0.13.1
8722026-05-28T21:43:22.632Z Downloaded rand_chacha v0.3.1
8732026-05-28T21:43:22.632Z Downloaded password-hash v0.4.2
8742026-05-28T21:43:22.632Z Downloaded password-hash v0.5.0
8752026-05-28T21:43:22.635Z Downloaded libbz2-rs-sys v0.2.2
8762026-05-28T21:43:22.635Z Downloaded crossbeam-channel v0.5.15
8772026-05-28T21:43:22.638Z Downloaded pem v3.0.6
8782026-05-28T21:43:22.641Z Downloaded headers v0.4.1
8792026-05-28T21:43:22.644Z Downloaded owo-colors v4.3.0
8802026-05-28T21:43:22.644Z Downloaded indicatif v0.18.4
8812026-05-28T21:43:22.647Z Downloaded indexmap v1.9.3
8822026-05-28T21:43:22.650Z Downloaded predicates v3.1.4
8832026-05-28T21:43:22.650Z Downloaded ppv-lite86 v0.2.21
8842026-05-28T21:43:22.650Z Downloaded parking_lot v0.11.2
8852026-05-28T21:43:22.653Z Downloaded ed25519-dalek v2.2.0
8862026-05-28T21:43:22.656Z Downloaded pem-rfc7468 v0.7.0
8872026-05-28T21:43:22.659Z Downloaded recursive-proc-macro-impl v0.1.1
8882026-05-28T21:43:22.659Z Downloaded progenitor v0.13.0
8892026-05-28T21:43:22.659Z Downloaded expectorate v1.2.0
8902026-05-28T21:43:22.662Z Downloaded proc-macro-error2 v2.0.1
8912026-05-28T21:43:22.662Z Downloaded phf v0.12.1
8922026-05-28T21:43:22.662Z Downloaded derive_more-impl v2.1.1
8932026-05-28T21:43:22.665Z Downloaded ref-cast v1.0.25
8942026-05-28T21:43:22.668Z Downloaded rand_xorshift v0.4.0
8952026-05-28T21:43:22.668Z Downloaded cc v1.2.56
8962026-05-28T21:43:22.671Z Downloaded progenitor v0.10.0
8972026-05-28T21:43:22.671Z Downloaded progenitor-extras v0.2.0
8982026-05-28T21:43:22.675Z Downloaded progenitor v0.11.2
8992026-05-28T21:43:22.675Z Downloaded derive_more v2.1.1
9002026-05-28T21:43:22.681Z Downloaded postgres-protocol v0.6.10
9012026-05-28T21:43:22.684Z Downloaded bytes v1.11.1
9022026-05-28T21:43:22.687Z Downloaded pkcs8 v0.10.2
9032026-05-28T21:43:22.687Z Downloaded pkcs5 v0.7.1
9042026-05-28T21:43:22.690Z Downloaded omicron-zone-package v0.12.2
9052026-05-28T21:43:22.693Z Downloaded rfc6979 v0.4.0
9062026-05-28T21:43:22.693Z Downloaded proc-macro-crate v1.3.1
9072026-05-28T21:43:22.696Z Downloaded ref-cast-impl v1.0.25
9082026-05-28T21:43:22.696Z Downloaded bumpalo v3.20.2
9092026-05-28T21:43:22.699Z Downloaded rustc-hash v2.1.1
9102026-05-28T21:43:22.699Z Downloaded rustc_version v0.4.1
9112026-05-28T21:43:22.699Z Downloaded hickory-resolver v0.25.2
9122026-05-28T21:43:22.703Z Downloaded hickory-resolver v0.24.4
9132026-05-28T21:43:22.708Z Downloaded psm v0.1.30
9142026-05-28T21:43:22.708Z Downloaded oso v0.27.3
9152026-05-28T21:43:22.712Z Downloaded progenitor-macro v0.10.0
9162026-05-28T21:43:22.712Z Downloaded progenitor v0.14.0
9172026-05-28T21:43:22.712Z Downloaded primeorder v0.13.6
9182026-05-28T21:43:22.712Z Downloaded parking_lot_core v0.9.12
9192026-05-28T21:43:22.715Z Downloaded russh-cryptovec v0.7.3
9202026-05-28T21:43:22.715Z Downloaded rtoolbox v0.0.3
9212026-05-28T21:43:22.715Z Downloaded progenitor-client v0.10.0
9222026-05-28T21:43:22.715Z Downloaded progenitor-client v0.13.0
9232026-05-28T21:43:22.715Z Downloaded rand_seeder v0.4.0
9242026-05-28T21:43:22.718Z Downloaded parse-display-derive v0.10.0
9252026-05-28T21:43:22.718Z Downloaded recursive v0.1.1
9262026-05-28T21:43:22.718Z Downloaded parking_lot v0.12.5
9272026-05-28T21:43:22.721Z Downloaded rustc_version v0.1.7
9282026-05-28T21:43:22.721Z Downloaded peg-macros v0.8.5
9292026-05-28T21:43:22.721Z Downloaded peg v0.8.5
9302026-05-28T21:43:22.724Z Downloaded num_enum v0.5.11
9312026-05-28T21:43:22.727Z Downloaded jiff-static v0.2.21
9322026-05-28T21:43:22.730Z Downloaded heapless v0.7.17
9332026-05-28T21:43:22.730Z Downloaded diesel_derives v2.3.7
9342026-05-28T21:43:22.736Z Downloaded salsa20 v0.10.2
9352026-05-28T21:43:22.739Z Downloaded sapling-renderdag v0.1.0
9362026-05-28T21:43:22.742Z Downloaded same-file v1.0.6
9372026-05-28T21:43:22.745Z Downloaded radium v0.7.0
9382026-05-28T21:43:22.751Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-28T21:43:22.754Z Downloaded hyper-util v0.1.20
9402026-05-28T21:43:22.757Z Downloaded rand_core v0.9.5
9412026-05-28T21:43:22.757Z Downloaded rand_core v0.6.4
9422026-05-28T21:43:22.760Z Downloaded rand_chacha v0.9.0
9432026-05-28T21:43:22.760Z Downloaded poly1305 v0.8.0
9442026-05-28T21:43:22.763Z Downloaded pin-project v1.1.11
9452026-05-28T21:43:22.767Z Downloaded rand_core v0.10.0
9462026-05-28T21:43:22.770Z Downloaded scrypt v0.11.0
9472026-05-28T21:43:22.770Z Downloaded scroll_derive v0.13.1
9482026-05-28T21:43:22.770Z Downloaded r2d2 v0.8.10
9492026-05-28T21:43:22.773Z Downloaded miniz_oxide v0.8.9
9502026-05-28T21:43:22.773Z Downloaded serde_plain v1.0.2
9512026-05-28T21:43:22.776Z Downloaded serde_repr v0.1.20
9522026-05-28T21:43:22.776Z Downloaded serde_urlencoded v0.7.1
9532026-05-28T21:43:22.776Z Downloaded serde_bytes v0.11.19
9542026-05-28T21:43:22.779Z Downloaded serde-big-array v0.5.1
9552026-05-28T21:43:22.779Z Downloaded aes-gcm v0.10.3
9562026-05-28T21:43:22.782Z Downloaded hickory-server v0.25.2
9572026-05-28T21:43:22.785Z Downloaded minimal-lexical v0.2.1
9582026-05-28T21:43:22.788Z Downloaded p256 v0.13.2
9592026-05-28T21:43:22.788Z Downloaded prefix-trie v0.7.0
9602026-05-28T21:43:22.791Z Downloaded seq-macro v0.3.6
9612026-05-28T21:43:22.791Z Downloaded semver v0.1.20
9622026-05-28T21:43:22.794Z Downloaded secrecy v0.8.0
9632026-05-28T21:43:22.795Z Downloaded openssl-sys v0.9.115
9642026-05-28T21:43:22.797Z Downloaded serde_spanned v1.0.4
9652026-05-28T21:43:22.797Z Downloaded secrecy v0.10.3
9662026-05-28T21:43:22.800Z Downloaded sha1 v0.10.6
9672026-05-28T21:43:22.800Z Downloaded signal-hook-mio v0.2.5
9682026-05-28T21:43:22.800Z Downloaded shell-words v1.1.1
9692026-05-28T21:43:22.804Z Downloaded rustls-pemfile v2.2.0
9702026-05-28T21:43:22.808Z Downloaded hashbrown v0.13.2
9712026-05-28T21:43:22.813Z Downloaded sigpipe v0.1.3
9722026-05-28T21:43:22.813Z Downloaded signal-hook-tokio v0.3.1
9732026-05-28T21:43:22.813Z Downloaded http v1.4.0
9742026-05-28T21:43:22.816Z Downloaded progenitor-impl v0.14.0
9752026-05-28T21:43:22.819Z Downloaded rusty-fork v0.3.1
9762026-05-28T21:43:22.819Z Downloaded scopeguard v1.2.0
9772026-05-28T21:43:22.822Z Downloaded schemars_derive v0.8.22
9782026-05-28T21:43:22.822Z Downloaded slog-envlogger v2.2.0
9792026-05-28T21:43:22.825Z Downloaded quinn-udp v0.5.14
9802026-05-28T21:43:22.825Z Downloaded pkcs1 v0.7.5
9812026-05-28T21:43:22.828Z Downloaded slog-bunyan v2.5.0
9822026-05-28T21:43:22.829Z Downloaded rustls-pemfile v1.0.4
9832026-05-28T21:43:22.829Z Downloaded rustls-native-certs v0.8.3
9842026-05-28T21:43:22.832Z Downloaded rustversion v1.0.22
9852026-05-28T21:43:22.835Z Downloaded signature v2.2.0
9862026-05-28T21:43:22.838Z Downloaded resolv-conf v0.7.6
9872026-05-28T21:43:22.842Z Downloaded sec1 v0.7.3
9882026-05-28T21:43:22.845Z Downloaded sct v0.7.1
9892026-05-28T21:43:22.845Z Downloaded serde-hex v0.1.0
9902026-05-28T21:43:22.848Z Downloaded postgres-types v0.2.12
9912026-05-28T21:43:22.851Z Downloaded postcard v1.1.3
9922026-05-28T21:43:22.859Z Downloaded itertools v0.10.5
9932026-05-28T21:43:22.867Z Downloaded pretty_assertions v1.4.1
9942026-05-28T21:43:22.867Z Downloaded aes v0.8.4
9952026-05-28T21:43:22.867Z Downloaded scroll v0.13.0
9962026-05-28T21:43:22.867Z Downloaded ssh-cipher v0.2.0
9972026-05-28T21:43:22.867Z Downloaded serde_derive_internals v0.29.1
9982026-05-28T21:43:22.870Z Downloaded papergrid v0.17.0
9992026-05-28T21:43:22.873Z Downloaded progenitor-impl v0.11.2
10002026-05-28T21:43:22.873Z Downloaded progenitor-impl v0.10.0
10012026-05-28T21:43:22.876Z Downloaded rustls-pki-types v1.14.0
10022026-05-28T21:43:22.876Z Downloaded strum v0.27.2
10032026-05-28T21:43:22.876Z Downloaded crossterm v0.28.1
10042026-05-28T21:43:22.879Z Downloaded strum v0.26.3
10052026-05-28T21:43:22.882Z Downloaded slab v0.4.12
10062026-05-28T21:43:22.882Z Downloaded signal-hook-registry v1.4.8
10072026-05-28T21:43:22.882Z Downloaded russh-keys v0.45.0
10082026-05-28T21:43:22.886Z Downloaded sqlparser_derive v0.5.0
10092026-05-28T21:43:22.889Z Downloaded structmeta v0.3.0
10102026-05-28T21:43:22.889Z Downloaded structmeta-derive v0.3.0
10112026-05-28T21:43:22.889Z Downloaded ssh-encoding v0.2.0
10122026-05-28T21:43:22.892Z Downloaded shlex v1.3.0
10132026-05-28T21:43:22.896Z Downloaded take_mut v0.2.2
10142026-05-28T21:43:22.896Z Downloaded sync-ptr v0.1.4
10152026-05-28T21:43:22.896Z Downloaded supports-color v3.0.2
10162026-05-28T21:43:22.899Z Downloaded slog-stdlog v4.1.1
10172026-05-28T21:43:22.899Z Downloaded slog-dtrace v0.3.0
10182026-05-28T21:43:22.902Z Downloaded hashbrown v0.12.3
10192026-05-28T21:43:22.906Z Downloaded ron v0.8.1
10202026-05-28T21:43:22.910Z Downloaded serde_path_to_error v0.1.20
10212026-05-28T21:43:22.913Z Downloaded tagptr v0.2.0
10222026-05-28T21:43:22.916Z Downloaded spki v0.7.3
10232026-05-28T21:43:22.916Z Downloaded testing_table v0.3.0
10242026-05-28T21:43:22.916Z Downloaded termtree v0.5.1
10252026-05-28T21:43:22.919Z Downloaded snafu-derive v0.8.9
10262026-05-28T21:43:22.922Z Downloaded simd-adler32 v0.3.8
10272026-05-28T21:43:22.925Z Downloaded prettyplease v0.2.37
10282026-05-28T21:43:22.928Z Downloaded smf v0.2.3
10292026-05-28T21:43:22.928Z Downloaded rayon-core v1.13.0
10302026-05-28T21:43:22.931Z Downloaded slog-scope v4.4.1
10312026-05-28T21:43:22.931Z Downloaded serde_with_macros v3.17.0
10322026-05-28T21:43:22.934Z Downloaded slog-json v2.6.1
10332026-05-28T21:43:22.934Z Downloaded smallvec v0.6.14
10342026-05-28T21:43:22.934Z Downloaded siphasher v1.0.2
10352026-05-28T21:43:22.939Z Downloaded slog-term v2.9.2
10362026-05-28T21:43:22.939Z Downloaded thread-id v5.1.0
10372026-05-28T21:43:22.939Z Downloaded thiserror-impl-no-std v2.0.2
10382026-05-28T21:43:22.943Z Downloaded slog-async v2.8.0
10392026-05-28T21:43:22.944Z Downloaded sync_wrapper v1.0.2
10402026-05-28T21:43:22.944Z Downloaded tabwriter v1.4.1
10412026-05-28T21:43:22.944Z Downloaded tabled_derive v0.11.0
10422026-05-28T21:43:22.948Z Downloaded strip-ansi-escapes v0.2.1
10432026-05-28T21:43:22.948Z Downloaded static_assertions v1.1.0
10442026-05-28T21:43:22.948Z Downloaded tokio-macros v2.7.0
10452026-05-28T21:43:22.951Z Downloaded tinyvec_macros v0.1.1
10462026-05-28T21:43:22.951Z Downloaded time-core v0.1.8
10472026-05-28T21:43:22.954Z Downloaded strum_macros v0.24.3
10482026-05-28T21:43:22.958Z Downloaded ryu v1.0.23
10492026-05-28T21:43:22.958Z Downloaded progenitor-impl v0.13.0
10502026-05-28T21:43:22.961Z Downloaded strum_macros v0.27.2
10512026-05-28T21:43:22.961Z Downloaded strum_macros v0.26.4
10522026-05-28T21:43:22.964Z Downloaded support-bundle-viewer v0.1.2
10532026-05-28T21:43:22.964Z Downloaded futures-util v0.3.32
10542026-05-28T21:43:22.970Z Downloaded sqlformat v0.3.5
10552026-05-28T21:43:22.973Z Downloaded serde_cbor v0.11.2
10562026-05-28T21:43:22.976Z Downloaded quinn v0.11.9
10572026-05-28T21:43:22.977Z Downloaded stacker v0.1.23
10582026-05-28T21:43:22.979Z Downloaded libxml v0.3.3
10592026-05-28T21:43:22.982Z Downloaded subtle v2.6.1
10602026-05-28T21:43:22.982Z Downloaded termios v0.3.3
10612026-05-28T21:43:22.985Z Downloaded stringprep v0.1.5
10622026-05-28T21:43:22.991Z Downloaded spin v0.9.8
10632026-05-28T21:43:22.994Z Downloaded num-bigint v0.4.6
10642026-05-28T21:43:23.000Z Downloaded rustls-platform-verifier v0.6.2
10652026-05-28T21:43:23.010Z Downloaded trait-variant v0.1.2
10662026-05-28T21:43:23.013Z Downloaded thread_local v1.1.9
10672026-05-28T21:43:23.017Z Downloaded tower-layer v0.3.3
10682026-05-28T21:43:23.020Z Downloaded rcgen v0.12.1
10692026-05-28T21:43:23.020Z Downloaded tower-service v0.3.3
10702026-05-28T21:43:23.020Z Downloaded tokio-dtrace v0.1.1
10712026-05-28T21:43:23.023Z Downloaded tls_codec_derive v0.4.2
10722026-05-28T21:43:23.023Z Downloaded schemars v0.8.22
10732026-05-28T21:43:23.030Z Downloaded unarray v0.1.4
10742026-05-28T21:43:23.033Z Downloaded try-lock v0.2.5
10752026-05-28T21:43:23.033Z Downloaded tap v1.0.1
10762026-05-28T21:43:23.034Z Downloaded schemars v0.9.0
10772026-05-28T21:43:23.037Z Downloaded tokio-native-tls v0.3.1
10782026-05-28T21:43:23.040Z Downloaded tiny-keccak v2.0.2
10792026-05-28T21:43:23.040Z Downloaded num-bigint-dig v0.8.6
10802026-05-28T21:43:23.043Z Downloaded qorb v0.4.1
10812026-05-28T21:43:23.046Z Downloaded publicsuffix v2.3.0
10822026-05-28T21:43:23.049Z Downloaded socket2 v0.5.10
10832026-05-28T21:43:23.049Z Downloaded mio v1.2.0
10842026-05-28T21:43:23.052Z Downloaded socket2 v0.6.3
10852026-05-28T21:43:23.075Z Downloaded usdt-attr-macro v0.6.0
10862026-05-28T21:43:23.075Z Downloaded untrusted v0.9.0
10872026-05-28T21:43:23.075Z Downloaded unit-prefix v0.5.2
10882026-05-28T21:43:23.076Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10892026-05-28T21:43:23.080Z Downloaded tokio-rustls v0.25.0
10902026-05-28T21:43:23.080Z Downloaded string_cache v0.8.9
10912026-05-28T21:43:23.080Z Downloaded utf-8 v0.7.6
10922026-05-28T21:43:23.080Z Downloaded usdt v0.6.0
10932026-05-28T21:43:23.081Z Downloaded typify-macro v0.4.3
10942026-05-28T21:43:23.081Z Downloaded toml_writer v1.0.6+spec-1.1.0
10952026-05-28T21:43:23.081Z Downloaded tokio-tungstenite v0.21.0
10962026-05-28T21:43:23.081Z Downloaded tls_codec v0.4.2
10972026-05-28T21:43:23.081Z Downloaded serde_yaml v0.9.34+deprecated
10982026-05-28T21:43:23.081Z Downloaded untrusted v0.7.1
10992026-05-28T21:43:23.081Z Downloaded universal-hash v0.5.1
11002026-05-28T21:43:23.081Z Downloaded unicode-truncate v1.1.0
11012026-05-28T21:43:23.082Z Downloaded topological-sort v0.2.2
11022026-05-28T21:43:23.082Z Downloaded thiserror-no-std v2.0.2
11032026-05-28T21:43:23.086Z Downloaded nom v7.1.3
11042026-05-28T21:43:23.086Z Downloaded rand v0.8.6
11052026-05-28T21:43:23.090Z Downloaded wait-timeout v0.2.1
11062026-05-28T21:43:23.093Z Downloaded usdt-macro v0.6.0
11072026-05-28T21:43:23.096Z Downloaded tui-tree-widget v0.23.1
11082026-05-28T21:43:23.101Z Downloaded subprocess v0.2.15
11092026-05-28T21:43:23.101Z Downloaded similar v2.7.0
11102026-05-28T21:43:23.105Z Downloaded samael v0.0.19
11112026-05-28T21:43:23.112Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-05-28T21:43:23.117Z Downloaded term v1.2.1
11132026-05-28T21:43:23.117Z Downloaded void v1.0.2
11142026-05-28T21:43:23.117Z Downloaded term v0.7.0
11152026-05-28T21:43:23.121Z Downloaded want v0.3.1
11162026-05-28T21:43:23.121Z Downloaded waitgroup v0.1.2
11172026-05-28T21:43:23.121Z Downloaded tokio-rustls v0.24.1
11182026-05-28T21:43:23.126Z Downloaded rsa v0.9.10
11192026-05-28T21:43:23.126Z Downloaded time-macros v0.2.27
11202026-05-28T21:43:23.130Z Downloaded aho-corasick v1.1.4
11212026-05-28T21:43:23.130Z Downloaded xshell-macros v0.2.7
11222026-05-28T21:43:23.134Z Downloaded tokio-tungstenite v0.23.1
11232026-05-28T21:43:23.134Z Downloaded iddqd v0.4.1
11242026-05-28T21:43:23.137Z Downloaded signal-hook v0.3.18
11252026-05-28T21:43:23.142Z Downloaded rand v0.10.0
11262026-05-28T21:43:23.142Z Downloaded toml_parser v1.0.9+spec-1.1.0
11272026-05-28T21:43:23.146Z Downloaded unicase v2.9.0
11282026-05-28T21:43:23.146Z Downloaded typify-macro v0.6.2
11292026-05-28T21:43:23.146Z Downloaded tokio-rustls v0.26.4
11302026-05-28T21:43:23.146Z Downloaded vergen-gitcl v1.0.8
11312026-05-28T21:43:23.146Z Downloaded zone_cfg_derive v0.3.1
11322026-05-28T21:43:23.151Z Downloaded aws-lc-rs v1.16.3
11332026-05-28T21:43:23.162Z Downloaded zeroize_derive v1.4.3
11342026-05-28T21:43:23.162Z Downloaded xattr v1.6.1
11352026-05-28T21:43:23.162Z Downloaded vergen-lib v0.1.6
11362026-05-28T21:43:23.167Z Downloaded vergen-git2 v1.0.7
11372026-05-28T21:43:23.167Z Downloaded itertools v0.12.1
11382026-05-28T21:43:23.167Z Downloaded hashbrown v0.16.1
11392026-05-28T21:43:23.167Z Downloaded itertools v0.13.0
11402026-05-28T21:43:23.174Z Downloaded walkdir v2.5.0
11412026-05-28T21:43:23.174Z Downloaded rand v0.9.2
11422026-05-28T21:43:23.178Z Downloaded twox-hash v2.1.2
11432026-05-28T21:43:23.179Z Downloaded test-strategy v0.4.5
11442026-05-28T21:43:23.179Z Downloaded p521 v0.13.3
11452026-05-28T21:43:23.179Z Downloaded usdt-impl v0.6.0
11462026-05-28T21:43:23.184Z Downloaded slog v2.8.2
11472026-05-28T21:43:23.184Z Downloaded zone v0.3.1
11482026-05-28T21:43:23.189Z Downloaded uzers v0.12.2
11492026-05-28T21:43:23.189Z Downloaded hyper v1.8.1
11502026-05-28T21:43:23.195Z Downloaded toml v1.0.6+spec-1.1.0
11512026-05-28T21:43:23.207Z Downloaded zeroize v1.8.2
11522026-05-28T21:43:23.207Z Downloaded snafu v0.8.9
11532026-05-28T21:43:23.207Z Downloaded vergen v9.0.6
11542026-05-28T21:43:23.210Z Downloaded tokio-stream v0.1.18
11552026-05-28T21:43:23.210Z Downloaded vsss-rs v3.3.4
11562026-05-28T21:43:23.211Z Downloaded whoami v2.1.0
11572026-05-28T21:43:23.211Z Downloaded rustls-webpki v0.103.9
11582026-05-28T21:43:23.211Z Downloaded schemars v1.2.1
11592026-05-28T21:43:23.216Z Downloaded tracing-attributes v0.1.31
11602026-05-28T21:43:23.222Z Downloaded russh v0.45.0
11612026-05-28T21:43:23.229Z Downloaded tracing-core v0.1.36
11622026-05-28T21:43:23.229Z Downloaded tinyvec v1.10.0
11632026-05-28T21:43:23.229Z Downloaded wyz v0.5.1
11642026-05-28T21:43:23.229Z Downloaded zstd v0.13.3
11652026-05-28T21:43:23.236Z Downloaded hkdf v0.12.4
11662026-05-28T21:43:23.236Z Downloaded xshell v0.2.7
11672026-05-28T21:43:23.236Z Downloaded hashbrown v0.15.5
11682026-05-28T21:43:23.236Z Downloaded unicode-properties v0.1.4
11692026-05-28T21:43:23.239Z Downloaded itertools v0.14.0
11702026-05-28T21:43:23.240Z Downloaded unicode-bidi v0.3.18
11712026-05-28T21:43:23.240Z Downloaded typify v0.4.3
11722026-05-28T21:43:23.245Z Downloaded tungstenite v0.21.0
11732026-05-28T21:43:23.245Z Downloaded iri-string v0.7.10
11742026-05-28T21:43:23.250Z Downloaded diesel v2.3.7
11752026-05-28T21:43:23.262Z Downloaded zstd-safe v7.2.4
11762026-05-28T21:43:23.268Z Downloaded yasna v0.5.2
11772026-05-28T21:43:23.269Z Downloaded whoami v1.6.1
11782026-05-28T21:43:23.269Z Downloaded toml v0.9.12+spec-1.1.0
11792026-05-28T21:43:23.269Z Downloaded toml_edit v0.23.10+spec-1.0.0
11802026-05-28T21:43:23.277Z Downloaded toml v0.7.8
11812026-05-28T21:43:23.277Z Downloaded tar v0.4.45
11822026-05-28T21:43:23.277Z Downloaded steno v0.4.1
11832026-05-28T21:43:23.281Z Downloaded h2 v0.4.13
11842026-05-28T21:43:23.282Z Downloaded zerocopy v0.6.6
11852026-05-28T21:43:23.290Z Downloaded libm v0.2.16
11862026-05-28T21:43:23.295Z Downloaded vte v0.14.1
11872026-05-28T21:43:23.295Z Downloaded rustyline v14.0.0
11882026-05-28T21:43:23.295Z Downloaded dropshot v0.17.0
11892026-05-28T21:43:23.307Z Downloaded typify v0.6.2
11902026-05-28T21:43:23.312Z Downloaded uuid v1.23.0
11912026-05-28T21:43:23.316Z Downloaded rpassword v7.4.0
11922026-05-28T21:43:23.336Z Downloaded unsafe-libyaml v0.2.11
11932026-05-28T21:43:23.340Z Downloaded regex v1.12.3
11942026-05-28T21:43:23.344Z Downloaded reedline v0.40.0
11952026-05-28T21:43:23.354Z Downloaded tungstenite v0.23.0
11962026-05-28T21:43:23.362Z Downloaded zopfli v0.8.3
11972026-05-28T21:43:23.362Z Downloaded git2 v0.20.4
11982026-05-28T21:43:23.362Z Downloaded blake3 v1.8.3
11992026-05-28T21:43:23.366Z Downloaded tokio-postgres v0.7.16
12002026-05-28T21:43:23.366Z Downloaded bitvec v1.0.1
12012026-05-28T21:43:23.374Z Downloaded ssh-key v0.6.7
12022026-05-28T21:43:23.387Z Downloaded toml_edit v0.19.15
12032026-05-28T21:43:23.393Z Downloaded zip v0.6.6
12042026-05-28T21:43:23.404Z Downloaded reqwest v0.13.2
12052026-05-28T21:43:23.407Z Downloaded zerocopy-derive v0.8.40
12062026-05-28T21:43:23.422Z Downloaded unicode_categories v0.1.1
12072026-05-28T21:43:23.422Z Downloaded quick-xml v0.37.5
12082026-05-28T21:43:23.426Z Downloaded yansi v1.0.1
12092026-05-28T21:43:23.426Z Downloaded tower v0.5.3
12102026-05-28T21:43:23.426Z Downloaded p384 v0.13.1
12112026-05-28T21:43:23.432Z Downloaded chrono v0.4.44
12122026-05-28T21:43:23.437Z Downloaded rayon v1.11.0
12132026-05-28T21:43:23.444Z Downloaded x509-cert v0.2.5
12142026-05-28T21:43:23.444Z Downloaded typed-path v0.9.3
12152026-05-28T21:43:23.452Z Downloaded portable-atomic v1.13.1
12162026-05-28T21:43:23.461Z Downloaded rustls-webpki v0.101.7
12172026-05-28T21:43:23.461Z Downloaded goblin v0.10.5
12182026-05-28T21:43:23.466Z Downloaded unicode-segmentation v1.12.0
12192026-05-28T21:43:23.466Z Downloaded salty v0.3.0
12202026-05-28T21:43:23.475Z Downloaded reqwest v0.12.28
12212026-05-28T21:43:23.475Z Downloaded zip v4.6.1
12222026-05-28T21:43:23.481Z Downloaded lalrpop v0.19.12
12232026-05-28T21:43:23.481Z Downloaded unicode-normalization v0.1.25
12242026-05-28T21:43:23.489Z Downloaded tokio-util v0.7.18
12252026-05-28T21:43:23.498Z Downloaded proptest v1.10.0
12262026-05-28T21:43:23.498Z Downloaded tough v0.22.0
12272026-05-28T21:43:23.502Z Downloaded serde_with v3.17.0
12282026-05-28T21:43:23.502Z Downloaded curve25519-dalek v4.1.3
12292026-05-28T21:43:23.510Z Downloaded bindgen v0.71.1
12302026-05-28T21:43:23.519Z Downloaded petname v2.0.2
12312026-05-28T21:43:23.527Z Downloaded tower-http v0.6.8
12322026-05-28T21:43:23.531Z Downloaded moka v0.12.13
12332026-05-28T21:43:23.536Z Downloaded rustls-webpki v0.102.8
12342026-05-28T21:43:23.544Z Downloaded quinn-proto v0.11.13
12352026-05-28T21:43:23.548Z Downloaded object v0.30.4
12362026-05-28T21:43:23.582Z Downloaded radix_trie v0.2.1
12372026-05-28T21:43:23.609Z Downloaded nix v0.27.1
12382026-05-28T21:43:23.615Z Downloaded winnow v0.6.26
12392026-05-28T21:43:23.621Z Downloaded polar-core v0.27.3
12402026-05-28T21:43:23.621Z Downloaded winnow v0.5.40
12412026-05-28T21:43:23.624Z Downloaded dropshot v0.16.7
12422026-05-28T21:43:23.635Z Downloaded tabled v0.20.0
12432026-05-28T21:43:23.647Z Downloaded bstr v1.12.1
12442026-05-28T21:43:23.652Z Downloaded regex-syntax v0.6.29
12452026-05-28T21:43:23.657Z Downloaded smoltcp v0.9.1
12462026-05-28T21:43:23.662Z Downloaded openssl v0.10.79
12472026-05-28T21:43:23.672Z Downloaded time v0.3.47
12482026-05-28T21:43:23.677Z Downloaded hickory-proto v0.24.4
12492026-05-28T21:43:23.684Z Downloaded rustls v0.21.12
12502026-05-28T21:43:23.689Z Downloaded vcpkg v0.2.15
12512026-05-28T21:43:23.715Z Downloaded zerocopy v0.8.40
12522026-05-28T21:43:23.719Z Downloaded rustls v0.22.4
12532026-05-28T21:43:23.724Z Downloaded zlib-rs v0.6.2
12542026-05-28T21:43:23.729Z Downloaded openapiv3 v2.2.0
12552026-05-28T21:43:23.735Z Downloaded smoltcp v0.11.0
12562026-05-28T21:43:23.741Z Downloaded webpki-roots v1.0.6
12572026-05-28T21:43:23.747Z Downloaded regex-syntax v0.8.10
12582026-05-28T21:43:23.755Z Downloaded regress v0.10.5
12592026-05-28T21:43:23.759Z Downloaded rustls v0.23.37
12602026-05-28T21:43:23.764Z Downloaded hickory-proto v0.25.2
12612026-05-28T21:43:23.768Z Downloaded rustix v0.38.44
12622026-05-28T21:43:23.783Z Downloaded regress v0.11.1
12632026-05-28T21:43:23.787Z Downloaded object v0.37.3
12642026-05-28T21:43:23.793Z Downloaded nix v0.31.2
12652026-05-28T21:43:23.802Z Downloaded nix v0.29.0
12662026-05-28T21:43:23.807Z Downloaded nix v0.28.0
12672026-05-28T21:43:23.822Z Downloaded sqlparser v0.61.0
12682026-05-28T21:43:23.838Z Downloaded sled v0.34.7
12692026-05-28T21:43:23.847Z Downloaded typify-impl v0.4.3
12702026-05-28T21:43:23.862Z Downloaded ratatui v0.29.0
12712026-05-28T21:43:23.872Z Downloaded typify-impl v0.6.2
12722026-05-28T21:43:23.879Z Downloaded tracing v0.1.44
12732026-05-28T21:43:23.891Z Downloaded zerocopy-derive v0.6.6
12742026-05-28T21:43:23.898Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-28T21:43:23.913Z Downloaded regex-automata v0.4.14
12762026-05-28T21:43:23.922Z Downloaded petgraph v0.6.5
12772026-05-28T21:43:23.932Z Downloaded chrono-tz v0.10.4
12782026-05-28T21:43:23.951Z Downloaded libz-sys v1.1.24
12792026-05-28T21:43:23.973Z Downloaded jiff v0.2.21
12802026-05-28T21:43:24.006Z Downloaded petgraph v0.8.3
12812026-05-28T21:43:24.031Z Downloaded csv v1.4.0
12822026-05-28T21:43:24.054Z Downloaded sha3 v0.10.8
12832026-05-28T21:43:24.060Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-05-28T21:43:24.067Z Downloaded tokio v1.52.1
12852026-05-28T21:43:24.130Z Downloaded encoding_rs v0.8.35
12862026-05-28T21:43:24.161Z Downloaded ring v0.17.14
12872026-05-28T21:43:24.185Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-28T21:43:24.601Z Downloaded aws-lc-sys v0.40.0
12892026-05-28T21:43:24.869Z Compiling libc v0.2.185
12902026-05-28T21:43:24.870Z Compiling serde v1.0.228
12912026-05-28T21:43:24.873Z Compiling log v0.4.29
12922026-05-28T21:43:24.873Z Compiling shlex v1.3.0
12932026-05-28T21:43:24.873Z Compiling find-msvc-tools v0.1.9
12942026-05-28T21:43:24.873Z Compiling smallvec v1.15.1
12952026-05-28T21:43:24.873Z Compiling typenum v1.19.0
12962026-05-28T21:43:24.873Z Compiling subtle v2.6.1
12972026-05-28T21:43:25.038Z Compiling generic-array v0.14.7
12982026-05-28T21:43:25.052Z Compiling scopeguard v1.2.0
12992026-05-28T21:43:25.109Z Compiling const-oid v0.9.6
13002026-05-28T21:43:25.120Z Compiling serde_json v1.0.149
13012026-05-28T21:43:25.196Z Compiling syn v2.0.117
13022026-05-28T21:43:25.209Z Compiling zerocopy v0.8.40
13032026-05-28T21:43:25.212Z Compiling parking_lot_core v0.9.12
13042026-05-28T21:43:25.212Z Compiling pin-project-lite v0.2.17
13052026-05-28T21:43:25.286Z Compiling lock_api v0.4.14
13062026-05-28T21:43:25.286Z Compiling portable-atomic v1.13.1
13072026-05-28T21:43:25.298Z Compiling pkg-config v0.3.32
13082026-05-28T21:43:25.329Z Compiling bitflags v2.11.0
13092026-05-28T21:43:25.365Z Compiling futures-core v0.3.32
13102026-05-28T21:43:25.382Z Compiling critical-section v1.2.0
13112026-05-28T21:43:25.414Z Compiling libm v0.2.16
13122026-05-28T21:43:25.442Z Compiling num-traits v0.2.19
13132026-05-28T21:43:25.473Z Compiling percent-encoding v2.3.2
13142026-05-28T21:43:25.548Z Compiling futures-sink v0.3.32
13152026-05-28T21:43:25.562Z Compiling futures-task v0.3.32
13162026-05-28T21:43:25.562Z Compiling slab v0.4.12
13172026-05-28T21:43:25.618Z Compiling cpufeatures v0.2.17
13182026-05-28T21:43:25.640Z Compiling futures-io v0.3.32
13192026-05-28T21:43:25.684Z Compiling futures-channel v0.3.32
13202026-05-28T21:43:25.709Z Compiling getrandom v0.4.1
13212026-05-28T21:43:25.723Z Compiling rand_core v0.10.0
13222026-05-28T21:43:25.739Z Compiling indexmap v2.14.0
13232026-05-28T21:43:25.782Z Compiling getrandom v0.3.4
13242026-05-28T21:43:25.785Z Compiling rustversion v1.0.22
13252026-05-28T21:43:25.828Z Compiling form_urlencoded v1.2.2
13262026-05-28T21:43:25.853Z Compiling fs_extra v1.3.0
13272026-05-28T21:43:25.911Z Compiling dunce v1.0.5
13282026-05-28T21:43:25.914Z Compiling base64ct v1.8.3
13292026-05-28T21:43:25.938Z Compiling ident_case v1.0.1
13302026-05-28T21:43:25.962Z Compiling iana-time-zone v0.1.65
13312026-05-28T21:43:26.024Z Compiling getrandom v0.2.17
13322026-05-28T21:43:26.037Z Compiling jobserver v0.1.34
13332026-05-28T21:43:26.069Z Compiling errno v0.3.14
13342026-05-28T21:43:26.086Z Compiling mio v1.2.0
13352026-05-28T21:43:26.149Z Compiling socket2 v0.6.3
13362026-05-28T21:43:26.183Z Compiling rand_core v0.6.4
13372026-05-28T21:43:26.198Z Compiling signal-hook-registry v1.4.8
13382026-05-28T21:43:26.249Z Compiling cc v1.2.56
13392026-05-28T21:43:26.280Z Compiling pem-rfc7468 v0.7.0
13402026-05-28T21:43:26.317Z Compiling once_cell v1.21.3
13412026-05-28T21:43:26.398Z Compiling parking_lot v0.12.5
13422026-05-28T21:43:26.441Z Compiling rustix v1.1.3
13432026-05-28T21:43:26.444Z Compiling flagset v0.4.7
13442026-05-28T21:43:26.486Z Compiling regex-syntax v0.8.10
13452026-05-28T21:43:26.516Z Compiling vcpkg v0.2.15
13462026-05-28T21:43:26.519Z Compiling aws-lc-rs v1.16.3
13472026-05-28T21:43:26.574Z Compiling tracing-core v0.1.36
13482026-05-28T21:43:26.623Z Compiling uuid v1.23.0
13492026-05-28T21:43:26.640Z Compiling rustc_version v0.4.1
13502026-05-28T21:43:26.643Z Compiling base64 v0.22.1
13512026-05-28T21:43:26.708Z Compiling httparse v1.10.1
13522026-05-28T21:43:26.831Z Compiling rand_core v0.9.5
13532026-05-28T21:43:26.847Z Compiling tinyvec_macros v0.1.1
13542026-05-28T21:43:26.897Z Compiling untrusted v0.9.0
13552026-05-28T21:43:26.949Z Compiling openssl-probe v0.2.1
13562026-05-28T21:43:27.009Z Compiling untrusted v0.7.1
13572026-05-28T21:43:27.026Z Compiling cmake v0.1.57
13582026-05-28T21:43:27.042Z Compiling tinyvec v1.10.0
13592026-05-28T21:43:27.045Z Compiling aho-corasick v1.1.4
13602026-05-28T21:43:27.076Z Compiling tower-service v0.3.3
13612026-05-28T21:43:27.146Z Compiling rustls v0.23.37
13622026-05-28T21:43:27.161Z Compiling atomic-waker v1.1.2
13632026-05-28T21:43:27.164Z Compiling dyn-clone v1.0.20
13642026-05-28T21:43:27.164Z Compiling tower-layer v0.3.3
13652026-05-28T21:43:27.202Z Compiling try-lock v0.2.5
13662026-05-28T21:43:27.205Z Compiling schemars v0.8.22
13672026-05-28T21:43:27.303Z Compiling pin-utils v0.1.0
13682026-05-28T21:43:27.318Z Compiling want v0.3.1
13692026-05-28T21:43:27.334Z Compiling httpdate v1.0.3
13702026-05-28T21:43:27.349Z Compiling openssl v0.10.79
13712026-05-28T21:43:27.364Z Compiling foreign-types-shared v0.1.1
13722026-05-28T21:43:27.367Z Compiling spin v0.9.8
13732026-05-28T21:43:27.392Z Compiling unicode-normalization v0.1.25
13742026-05-28T21:43:27.395Z Compiling time-core v0.1.8
13752026-05-28T21:43:27.422Z Compiling num-conv v0.2.0
13762026-05-28T21:43:27.462Z Compiling foreign-types v0.3.2
13772026-05-28T21:43:27.476Z Compiling native-tls v0.2.18
13782026-05-28T21:43:27.479Z Compiling powerfmt v0.2.0
13792026-05-28T21:43:27.508Z Compiling crc32fast v1.5.0
13802026-05-28T21:43:27.548Z Compiling wait-timeout v0.2.1
13812026-05-28T21:43:27.575Z Compiling sync_wrapper v1.0.2
13822026-05-28T21:43:27.590Z Compiling num_threads v0.1.7
13832026-05-28T21:43:27.592Z Compiling time-macros v0.2.27
13842026-05-28T21:43:27.623Z Compiling crossbeam-utils v0.8.21
13852026-05-28T21:43:27.624Z Compiling siphasher v1.0.2
13862026-05-28T21:43:27.652Z Compiling syn v1.0.109
13872026-05-28T21:43:27.703Z Compiling deranged v0.5.8
13882026-05-28T21:43:27.718Z Compiling usdt-impl v0.6.0
13892026-05-28T21:43:27.722Z Compiling bit-vec v0.8.0
13902026-05-28T21:43:27.722Z Compiling simd-adler32 v0.3.8
13912026-05-28T21:43:27.849Z Compiling quick-error v1.2.3
13922026-05-28T21:43:27.865Z Compiling slog v2.8.2
13932026-05-28T21:43:27.906Z Compiling heapless v0.7.17
13942026-05-28T21:43:27.940Z Compiling aws-lc-sys v0.40.0
13952026-05-28T21:43:27.958Z Compiling ring v0.17.14
13962026-05-28T21:43:27.975Z Compiling openssl-sys v0.9.115
13972026-05-28T21:43:27.991Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-05-28T21:43:28.073Z Compiling regex-automata v0.4.14
13992026-05-28T21:43:28.090Z Compiling tempfile v3.25.0
14002026-05-28T21:43:28.105Z Compiling bit-set v0.8.0
14012026-05-28T21:43:28.122Z Compiling synstructure v0.13.2
14022026-05-28T21:43:28.125Z Compiling pest_generator v2.8.6
14032026-05-28T21:43:28.191Z Compiling serde_derive_internals v0.29.1
14042026-05-28T21:43:28.299Z Compiling darling_core v0.20.11
14052026-05-28T21:43:28.378Z Compiling rusty-fork v0.3.1
14062026-05-28T21:43:28.513Z Compiling darling_core v0.21.3
14072026-05-28T21:43:28.753Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-05-28T21:43:28.794Z Compiling rand_xorshift v0.4.0
14092026-05-28T21:43:28.797Z Compiling time v0.3.47
14102026-05-28T21:43:28.797Z Compiling thread-id v5.1.0
14112026-05-28T21:43:28.908Z Compiling cookie v0.18.1
14122026-05-28T21:43:28.923Z Compiling paste v1.0.15
14132026-05-28T21:43:28.937Z Compiling adler2 v2.0.1
14142026-05-28T21:43:28.993Z Compiling unarray v0.1.4
14152026-05-28T21:43:29.025Z Compiling signal-hook v0.3.18
14162026-05-28T21:43:29.067Z Compiling unicode-properties v0.1.4
14172026-05-28T21:43:29.095Z Compiling zstd-safe v7.2.4
14182026-05-28T21:43:29.122Z Compiling anyhow v1.0.102
14192026-05-28T21:43:29.137Z Compiling allocator-api2 v0.2.21
14202026-05-28T21:43:29.155Z Compiling ryu v1.0.23
14212026-05-28T21:43:29.174Z Compiling unicode-bidi v0.3.18
14222026-05-28T21:43:29.224Z Compiling iri-string v0.7.10
14232026-05-28T21:43:29.341Z Compiling miniz_oxide v0.8.9
14242026-05-28T21:43:29.504Z Compiling stringprep v0.1.5
14252026-05-28T21:43:29.685Z Compiling num-integer v0.1.46
14262026-05-28T21:43:29.720Z Compiling vergen-lib v0.1.6
14272026-05-28T21:43:29.879Z Compiling serde_derive v1.0.228
14282026-05-28T21:43:29.956Z Compiling zeroize_derive v1.4.3
14292026-05-28T21:43:29.957Z Compiling zerofrom-derive v0.1.6
14302026-05-28T21:43:29.985Z Compiling yoke-derive v0.8.1
14312026-05-28T21:43:30.019Z Compiling zerocopy-derive v0.8.40
14322026-05-28T21:43:30.080Z Compiling zerovec-derive v0.11.2
14332026-05-28T21:43:30.095Z Compiling displaydoc v0.2.5
14342026-05-28T21:43:30.484Z Compiling tokio-macros v2.7.0
14352026-05-28T21:43:30.646Z Compiling zeroize v1.8.2
14362026-05-28T21:43:30.702Z Compiling futures-macro v0.3.32
14372026-05-28T21:43:30.864Z Compiling der_derive v0.7.3
14382026-05-28T21:43:30.881Z Compiling rustls-pki-types v1.14.0
14392026-05-28T21:43:31.085Z Compiling thiserror-impl v2.0.18
14402026-05-28T21:43:31.193Z Compiling tracing-attributes v0.1.31
14412026-05-28T21:43:31.249Z Compiling scroll_derive v0.13.1
14422026-05-28T21:43:31.264Z Compiling schemars_derive v0.8.22
14432026-05-28T21:43:31.367Z Compiling crypto-common v0.1.7
14442026-05-28T21:43:31.427Z Compiling block-buffer v0.10.4
14452026-05-28T21:43:31.442Z Compiling zerofrom v0.1.6
14462026-05-28T21:43:31.542Z Compiling block-padding v0.3.3
14472026-05-28T21:43:31.563Z Compiling yoke v0.8.1
14482026-05-28T21:43:31.577Z Compiling digest v0.10.7
14492026-05-28T21:43:31.618Z Compiling futures-util v0.3.32
14502026-05-28T21:43:31.724Z Compiling inout v0.1.4
14512026-05-28T21:43:31.766Z Compiling zerovec v0.11.5
14522026-05-28T21:43:31.850Z Compiling zerotrie v0.2.3
14532026-05-28T21:43:31.878Z Compiling hmac v0.12.1
14542026-05-28T21:43:31.921Z Compiling cipher v0.4.4
14552026-05-28T21:43:32.058Z Compiling sha2 v0.10.9
14562026-05-28T21:43:32.093Z Compiling der v0.7.10
14572026-05-28T21:43:32.174Z Compiling salsa20 v0.10.2
14582026-05-28T21:43:32.202Z Compiling pbkdf2 v0.12.2
14592026-05-28T21:43:32.301Z Compiling tinystr v0.8.2
14602026-05-28T21:43:32.336Z Compiling potential_utf v0.1.4
14612026-05-28T21:43:32.350Z Compiling scrypt v0.11.0
14622026-05-28T21:43:32.371Z Compiling cbc v0.1.2
14632026-05-28T21:43:32.520Z Compiling icu_locale_core v2.1.1
14642026-05-28T21:43:32.539Z Compiling icu_collections v2.1.1
14652026-05-28T21:43:32.542Z Compiling thiserror v2.0.18
14662026-05-28T21:43:32.573Z Compiling aes v0.8.4
14672026-05-28T21:43:32.608Z Compiling pest_derive v2.8.6
14682026-05-28T21:43:32.623Z Compiling tracing v0.1.44
14692026-05-28T21:43:32.638Z Compiling scroll v0.13.0
14702026-05-28T21:43:32.682Z Compiling darling_macro v0.20.11
14712026-05-28T21:43:32.910Z Compiling openssl-macros v0.1.1
14722026-05-28T21:43:32.928Z Compiling spki v0.7.3
14732026-05-28T21:43:33.049Z Compiling goblin v0.10.5
14742026-05-28T21:43:33.072Z Compiling rustls-native-certs v0.8.3
14752026-05-28T21:43:33.156Z Compiling icu_provider v2.1.1
14762026-05-28T21:43:33.202Z Compiling pkcs5 v0.7.1
14772026-05-28T21:43:33.349Z Compiling darling v0.20.11
14782026-05-28T21:43:33.352Z Compiling dtrace-parser v0.3.0
14792026-05-28T21:43:33.382Z Compiling signature v2.2.0
14802026-05-28T21:43:33.438Z Compiling bytes v1.11.1
14812026-05-28T21:43:33.455Z Compiling icu_properties v2.1.2
14822026-05-28T21:43:33.471Z Compiling icu_normalizer v2.1.1
14832026-05-28T21:43:33.490Z Compiling chrono v0.4.44
14842026-05-28T21:43:33.493Z Compiling ipnet v2.11.0
14852026-05-28T21:43:33.584Z Compiling pkcs8 v0.10.2
14862026-05-28T21:43:33.660Z Compiling derive_builder_core v0.20.2
14872026-05-28T21:43:33.708Z Compiling webpki-roots v1.0.6
14882026-05-28T21:43:33.844Z Compiling thiserror-impl v1.0.69
14892026-05-28T21:43:33.921Z Compiling tokio v1.52.1
14902026-05-28T21:43:33.963Z Compiling http v1.4.0
14912026-05-28T21:43:34.020Z Compiling scroll_derive v0.12.1
14922026-05-28T21:43:34.040Z Compiling erased-serde v0.3.31
14932026-05-28T21:43:34.066Z Compiling serde_tokenstream v0.2.3
14942026-05-28T21:43:34.132Z Compiling serde_urlencoded v0.7.1
14952026-05-28T21:43:34.401Z Compiling idna_adapter v1.2.1
14962026-05-28T21:43:34.416Z Compiling ppv-lite86 v0.2.21
14972026-05-28T21:43:34.433Z Compiling toml_datetime v0.6.11
14982026-05-28T21:43:34.539Z Compiling idna v1.1.0
14992026-05-28T21:43:34.571Z Compiling serde_spanned v0.6.9
15002026-05-28T21:43:34.588Z Compiling http-body v1.0.1
15012026-05-28T21:43:34.604Z Compiling derive_builder_macro v0.20.2
15022026-05-28T21:43:34.651Z Compiling md-5 v0.10.6
15032026-05-28T21:43:34.707Z Compiling rand_chacha v0.9.0
15042026-05-28T21:43:34.710Z Compiling scroll v0.12.0
15052026-05-28T21:43:34.738Z Compiling http-body-util v0.1.3
15062026-05-28T21:43:34.755Z Compiling rand_chacha v0.3.1
15072026-05-28T21:43:34.770Z Compiling darling_macro v0.21.3
15082026-05-28T21:43:34.833Z Compiling bstr v1.12.1
15092026-05-28T21:43:34.952Z Compiling url v2.5.8
15102026-05-28T21:43:34.973Z Compiling rand v0.9.2
15112026-05-28T21:43:35.052Z Compiling async-trait v0.1.89
15122026-05-28T21:43:35.067Z Compiling pin-project-internal v1.1.11
15132026-05-28T21:43:35.155Z Compiling zerocopy-derive v0.7.35
15142026-05-28T21:43:35.180Z Compiling thiserror v1.0.69
15152026-05-28T21:43:35.290Z Compiling curve25519-dalek v4.1.3
15162026-05-28T21:43:35.306Z Compiling ff v0.13.1
15172026-05-28T21:43:35.335Z Compiling hash32 v0.2.1
15182026-05-28T21:43:35.480Z Compiling memoffset v0.9.1
15192026-05-28T21:43:35.518Z Compiling rustix v0.38.44
15202026-05-28T21:43:35.540Z Compiling ref-cast v1.0.25
15212026-05-28T21:43:35.617Z Compiling proptest v1.10.0
15222026-05-28T21:43:35.697Z Compiling base16ct v0.2.0
15232026-05-28T21:43:35.794Z Compiling dof v0.4.0
15242026-05-28T21:43:35.809Z Compiling psl-types v2.0.11
15252026-05-28T21:43:35.891Z Compiling zlib-rs v0.6.2
15262026-05-28T21:43:35.894Z Compiling fallible-iterator v0.2.0
15272026-05-28T21:43:35.919Z Compiling cfg_aliases v0.2.1
15282026-05-28T21:43:35.949Z Compiling num-bigint-dig v0.8.6
15292026-05-28T21:43:35.993Z Compiling smoltcp v0.9.1
15302026-05-28T21:43:36.008Z Compiling litrs v1.0.0
15312026-05-28T21:43:36.012Z Compiling nix v0.31.2
15322026-05-28T21:43:36.069Z Compiling zerocopy v0.7.35
15332026-05-28T21:43:36.183Z Compiling publicsuffix v2.3.0
15342026-05-28T21:43:36.225Z Compiling pin-project v1.1.11
15352026-05-28T21:43:36.240Z Compiling postgres-protocol v0.6.10
15362026-05-28T21:43:36.343Z Compiling ipnetwork v0.21.1
15372026-05-28T21:43:36.412Z Compiling sec1 v0.7.3
15382026-05-28T21:43:36.489Z Compiling group v0.13.0
15392026-05-28T21:43:36.554Z Compiling document-features v0.2.12
15402026-05-28T21:43:36.568Z Compiling darling v0.21.3
15412026-05-28T21:43:36.640Z Compiling oxnet v0.1.4
15422026-05-28T21:43:36.664Z Compiling derive_builder v0.20.2
15432026-05-28T21:43:36.690Z Compiling goblin v0.8.2
15442026-05-28T21:43:36.718Z Compiling rand v0.8.6
15452026-05-28T21:43:36.813Z Compiling futures-executor v0.3.32
15462026-05-28T21:43:36.827Z Compiling cargo-platform v0.1.9
15472026-05-28T21:43:36.842Z Compiling hex v0.4.3
15482026-05-28T21:43:36.951Z Compiling hubpack_derive v0.1.1
15492026-05-28T21:43:37.004Z Compiling hkdf v0.12.4
15502026-05-28T21:43:37.060Z Compiling crypto-bigint v0.5.5
15512026-05-28T21:43:37.094Z Compiling regex v1.12.3
15522026-05-28T21:43:37.158Z Compiling num-iter v0.1.45
15532026-05-28T21:43:37.190Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-28T21:43:37.193Z Compiling daft-derive v0.1.7
15552026-05-28T21:43:37.219Z Compiling ref-cast-impl v1.0.25
15562026-05-28T21:43:37.237Z Compiling strum_macros v0.27.2
15572026-05-28T21:43:37.299Z Compiling snafu-derive v0.8.9
15582026-05-28T21:43:37.586Z Compiling terminal_size v0.4.3
15592026-05-28T21:43:37.693Z Compiling phf_shared v0.13.1
15602026-05-28T21:43:37.724Z Compiling lazy_static v1.5.0
15612026-05-28T21:43:37.743Z Compiling vergen v9.0.6
15622026-05-28T21:43:37.760Z Compiling tokio-util v0.7.18
15632026-05-28T21:43:37.796Z Compiling tower v0.5.3
15642026-05-28T21:43:37.845Z Compiling tokio-native-tls v0.3.1
15652026-05-28T21:43:37.873Z Compiling fs-err v3.3.0
15662026-05-28T21:43:37.953Z Compiling newtype-uuid v1.3.2
15672026-05-28T21:43:37.959Z Compiling encoding_rs v0.8.35
15682026-05-28T21:43:37.983Z Compiling ahash v0.8.12
15692026-05-28T21:43:38.042Z Compiling unicode-segmentation v1.12.0
15702026-05-28T21:43:38.087Z Compiling winnow v0.5.40
15712026-05-28T21:43:38.088Z Compiling libbz2-rs-sys v0.2.2
15722026-05-28T21:43:38.207Z Compiling tower-http v0.6.8
15732026-05-28T21:43:38.307Z Compiling object v0.37.3
15742026-05-28T21:43:38.322Z Compiling foldhash v0.1.5
15752026-05-28T21:43:38.445Z Compiling h2 v0.4.13
15762026-05-28T21:43:38.510Z Compiling mime v0.3.17
15772026-05-28T21:43:38.639Z Compiling foldhash v0.2.0
15782026-05-28T21:43:38.680Z Compiling managed v0.8.0
15792026-05-28T21:43:38.830Z Compiling flate2 v1.1.9
15802026-05-28T21:43:38.847Z Compiling bumpalo v3.20.2
15812026-05-28T21:43:38.847Z Compiling same-file v1.0.6
15822026-05-28T21:43:38.878Z Compiling bitflags v1.3.2
15832026-05-28T21:43:38.911Z Compiling clap_builder v4.5.60
15842026-05-28T21:43:39.030Z Compiling walkdir v2.5.0
15852026-05-28T21:43:39.102Z Compiling zopfli v0.8.3
15862026-05-28T21:43:39.133Z Compiling dof v0.3.0
15872026-05-28T21:43:39.229Z Compiling hashbrown v0.16.1
15882026-05-28T21:43:39.278Z Compiling strum v0.27.2
15892026-05-28T21:43:39.305Z Compiling snafu v0.8.9
15902026-05-28T21:43:39.323Z Compiling bzip2 v0.6.1
15912026-05-28T21:43:39.364Z Compiling hashbrown v0.15.5
15922026-05-28T21:43:39.423Z Compiling toml_edit v0.19.15
15932026-05-28T21:43:39.567Z Compiling daft v0.1.7
15942026-05-28T21:43:39.605Z Compiling elliptic-curve v0.13.8
15952026-05-28T21:43:39.703Z Compiling phf v0.13.1
15962026-05-28T21:43:39.806Z Compiling signal-hook-mio v0.2.5
15972026-05-28T21:43:39.903Z Compiling cargo_metadata v0.19.2
15982026-05-28T21:43:39.907Z Compiling hubpack v0.1.2
15992026-05-28T21:43:39.936Z Compiling cookie_store v0.22.1
16002026-05-28T21:43:39.969Z Compiling usdt-macro v0.6.0
16012026-05-28T21:43:39.984Z Compiling usdt-attr-macro v0.6.0
16022026-05-28T21:43:39.987Z Compiling bzip2 v0.4.4
16032026-05-28T21:43:40.079Z Compiling futures v0.3.32
16042026-05-28T21:43:40.161Z Compiling serde_with_macros v3.17.0
16052026-05-28T21:43:40.176Z Compiling postgres-types v0.2.12
16062026-05-28T21:43:40.300Z Compiling zstd v0.13.3
16072026-05-28T21:43:40.320Z Compiling dtrace-parser v0.2.0
16082026-05-28T21:43:40.583Z Compiling globset v0.4.18
16092026-05-28T21:43:40.637Z Compiling pkcs1 v0.7.5
16102026-05-28T21:43:40.765Z Compiling ed25519 v2.2.3
16112026-05-28T21:43:40.780Z Compiling serde-big-array v0.5.1
16122026-05-28T21:43:40.832Z Compiling olpc-cjson v0.1.4
16132026-05-28T21:43:40.946Z Compiling serde_plain v1.0.2
16142026-05-28T21:43:41.016Z Compiling rfc6979 v0.4.0
16152026-05-28T21:43:41.056Z Compiling strum_macros v0.26.4
16162026-05-28T21:43:41.093Z Compiling clap_derive v4.5.55
16172026-05-28T21:43:41.159Z Compiling enum-as-inner v0.6.1
16182026-05-28T21:43:41.162Z Compiling serde_repr v0.1.20
16192026-05-28T21:43:41.274Z Compiling async-recursion v1.1.1
16202026-05-28T21:43:41.309Z Compiling phf_shared v0.11.3
16212026-05-28T21:43:41.338Z Compiling float-cmp v0.10.0
16222026-05-28T21:43:41.394Z Compiling pem v3.0.6
16232026-05-28T21:43:41.521Z Compiling hyper v1.8.1
16242026-05-28T21:43:41.524Z Compiling thread-id v4.2.2
16252026-05-28T21:43:41.636Z Compiling memmap2 v0.9.10
16262026-05-28T21:43:41.723Z Compiling env_filter v1.0.0
16272026-05-28T21:43:41.726Z Compiling predicates-core v1.0.10
16282026-05-28T21:43:41.755Z Compiling difflib v0.4.0
16292026-05-28T21:43:41.755Z Compiling static_assertions v1.1.0
16302026-05-28T21:43:41.864Z Compiling precomputed-hash v0.1.1
16312026-05-28T21:43:41.878Z Compiling jiff v0.2.21
16322026-05-28T21:43:41.941Z Compiling keccak v0.1.6
16332026-05-28T21:43:41.975Z Compiling either v1.15.0
16342026-05-28T21:43:41.991Z Compiling fixedbitset v0.5.7
16352026-05-28T21:43:42.007Z Compiling fixedbitset v0.4.2
16362026-05-28T21:43:42.057Z Compiling normalize-line-endings v0.3.0
16372026-05-28T21:43:42.154Z Compiling new_debug_unreachable v1.0.6
16382026-05-28T21:43:42.173Z Compiling whoami v2.1.0
16392026-05-28T21:43:42.207Z Compiling typed-path v0.9.3
16402026-05-28T21:43:42.244Z Compiling data-encoding v2.10.0
16412026-05-28T21:43:42.258Z Compiling string_cache v0.8.9
16422026-05-28T21:43:42.324Z Compiling petgraph v0.8.3
16432026-05-28T21:43:42.348Z Compiling itertools v0.13.0
16442026-05-28T21:43:42.520Z Compiling tokio-postgres v0.7.16
16452026-05-28T21:43:42.578Z Compiling hickory-proto v0.25.2
16462026-05-28T21:43:42.591Z Compiling petgraph v0.6.5
16472026-05-28T21:43:42.777Z Compiling hyper-util v0.1.20
16482026-05-28T21:43:42.811Z Compiling predicates v3.1.4
16492026-05-28T21:43:42.911Z Compiling strum v0.26.3
16502026-05-28T21:43:42.952Z Compiling clap v4.5.60
16512026-05-28T21:43:42.971Z Compiling sha3 v0.10.8
16522026-05-28T21:43:43.047Z Compiling env_logger v0.11.9
16532026-05-28T21:43:43.062Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16542026-05-28T21:43:43.165Z Compiling usdt v0.6.0
16552026-05-28T21:43:43.418Z Compiling toml_edit v0.22.27
16562026-05-28T21:43:43.448Z Compiling usdt-impl v0.5.0
16572026-05-28T21:43:43.448Z Compiling serde_with v3.17.0
16582026-05-28T21:43:43.477Z Compiling ecdsa v0.16.9
16592026-05-28T21:43:43.493Z Compiling crossterm v0.28.1
16602026-05-28T21:43:43.611Z Compiling ed25519-dalek v2.2.0
16612026-05-28T21:43:43.875Z Compiling rsa v0.9.10
16622026-05-28T21:43:44.053Z Compiling toml v0.7.8
16632026-05-28T21:43:44.298Z Compiling hyper-tls v0.6.0
16642026-05-28T21:43:44.520Z Compiling zip v4.6.1
16652026-05-28T21:43:44.543Z Compiling zip v0.6.6
16662026-05-28T21:43:44.555Z Compiling iddqd v0.4.1
16672026-05-28T21:43:45.000Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-28T21:43:45.118Z Compiling tokio-stream v0.1.18
16692026-05-28T21:43:45.140Z Compiling heck v0.4.1
16702026-05-28T21:43:45.255Z Compiling similar v2.7.0
16712026-05-28T21:43:45.394Z Compiling buf-list v1.1.2
16722026-05-28T21:43:45.432Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-28T21:43:45.523Z Compiling openapiv3 v2.2.0
16742026-05-28T21:43:45.610Z Compiling x509-cert v0.2.5
16752026-05-28T21:43:45.664Z Compiling sha1 v0.10.6
16762026-05-28T21:43:45.712Z Compiling crossbeam-epoch v0.9.18
16772026-05-28T21:43:45.765Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-05-28T21:43:45.801Z Compiling peg-runtime v0.8.5
16792026-05-28T21:43:45.851Z Compiling lalrpop-util v0.19.12
16802026-05-28T21:43:45.912Z Compiling thread_local v1.1.9
16812026-05-28T21:43:45.980Z Compiling slog-async v2.8.0
16822026-05-28T21:43:46.060Z Compiling crossbeam-channel v0.5.15
16832026-05-28T21:43:46.063Z Compiling is-terminal v0.4.17
16842026-05-28T21:43:46.090Z Compiling filetime v0.2.27
16852026-05-28T21:43:46.114Z Compiling term v1.2.1
16862026-05-28T21:43:46.180Z Compiling take_mut v0.2.2
16872026-05-28T21:43:46.195Z Compiling xattr v1.6.1
16882026-05-28T21:43:46.328Z Compiling tar v0.4.45
16892026-05-28T21:43:46.420Z Compiling slog-term v2.9.2
16902026-05-28T21:44:04.061Z Compiling rustls-webpki v0.103.9
16912026-05-28T21:44:06.875Z Compiling tokio-rustls v0.26.4
16922026-05-28T21:44:06.875Z Compiling rustls-platform-verifier v0.6.2
16932026-05-28T21:44:07.075Z Compiling hyper-rustls v0.27.7
16942026-05-28T21:44:07.267Z Compiling reqwest v0.12.28
16952026-05-28T21:44:07.267Z Compiling reqwest v0.13.2
16962026-05-28T21:44:08.485Z Compiling tough v0.22.0
16972026-05-28T21:44:10.983Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-28T21:44:11.213Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-28T21:44:14.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s
17002026-05-28T21:44:14.179Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-28T21:44:14.246ZMay 28 21:44:13.487 INFO Starting download, target: Clickhouse
17022026-05-28T21:44:14.246ZMay 28 21:44:13.487 INFO Starting download, target: Console
17032026-05-28T21:44:14.246ZMay 28 21:44:13.487 INFO Starting download, target: Cockroach
17042026-05-28T21:44:14.255ZMay 28 21:44:13.487 INFO Starting download, target: DendriteStub
17052026-05-28T21:44:14.255ZMay 28 21:44:13.487 INFO Starting download, target: MaghemiteMgd
17062026-05-28T21:44:14.255ZMay 28 21:44:13.487 INFO Starting download, target: TransceiverControl
17072026-05-28T21:44:14.255ZMay 28 21:44:13.487 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-05-28T21:44:14.255ZMay 28 21:44:13.487 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-28T21:44:14.255ZMay 28 21:44:13.487 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-28T21:44:14.256ZMay 28 21:44:13.487 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-28T21:44:14.256ZMay 28 21:44:13.487 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-28T21:44:14.256ZMay 28 21:44:13.487 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-28T21:44:15.221ZMay 28 21:44:14.472 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-05-28T21:44:15.449ZMay 28 21:44:14.701 INFO Download complete, target: Console
17152026-05-28T21:44:16.522ZMay 28 21:44:15.766 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17162026-05-28T21:44:16.731ZMay 28 21:44:15.961 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-05-28T21:44:16.973ZMay 28 21:44:16.207 INFO Download complete, target: TransceiverControl
17182026-05-28T21:44:17.906ZMay 28 21:44:17.148 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-28T21:44:18.164ZMay 28 21:44:17.413 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-28T21:44:18.568ZMay 28 21:44:17.820 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-28T21:44:18.568ZMay 28 21:44:17.820 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-28T21:44:20.216ZMay 28 21:44:19.468 INFO Download complete, target: DendriteStub
17232026-05-28T21:44:20.578ZMay 28 21:44:19.828 INFO Download complete, target: MaghemiteMgd
17242026-05-28T21:44:23.369ZMay 28 21:44:22.605 INFO Checking that binary works, target: Cockroach
17252026-05-28T21:44:23.442ZMay 28 21:44:22.688 INFO Checking that binary works, target: Clickhouse
17262026-05-28T21:44:23.528ZMay 28 21:44:22.730 INFO Download complete, target: Cockroach
17272026-05-28T21:44:23.571ZMay 28 21:44:22.784 INFO Download complete, target: Clickhouse
17282026-05-28T21:44:23.571ZAll prerequisites installed successfully
17292026-05-28T21:44:23.571Z
17302026-05-28T21:44:23.571Zreal 2:03.696533759
17312026-05-28T21:44:23.571Zuser 6:54.960893003
17322026-05-28T21:44:23.571Zsys 1:43.939607316
17332026-05-28T21:44:23.571Ztrap 0.264625908
17342026-05-28T21:44:23.571Ztflt 1.185529359
17352026-05-28T21:44:23.571Zdflt 1.747813781
17362026-05-28T21:44:23.571Zkflt 0.026194656
17372026-05-28T21:44:23.572Zlock 22:37.917488052
17382026-05-28T21:44:23.572Zslp 18:55.347204398
17392026-05-28T21:44:23.572Zlat 25.157523932
17402026-05-28T21:44:23.572Zstop 2:59.003887177
17412026-05-28T21:44:23.572Z+ ptime -m cargo xtask download softnpu
17422026-05-28T21:44:24.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17432026-05-28T21:44:24.107Z Running `target/debug/xtask download softnpu`
17442026-05-28T21:44:24.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17452026-05-28T21:44:24.948Z Running `target/debug/xtask-downloader softnpu`
17462026-05-28T21:44:24.991ZMay 28 21:44:24.235 INFO Starting download, target: Softnpu
17472026-05-28T21:44:24.997ZMay 28 21:44:24.235 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-28T21:44:27.747ZMay 28 21:44:26.974 INFO Download complete, target: Softnpu
17492026-05-28T21:44:27.772Z
17502026-05-28T21:44:27.772Zreal 4.182175600
17512026-05-28T21:44:27.772Zuser 1.354290301
17522026-05-28T21:44:27.772Zsys 0.672681529
17532026-05-28T21:44:27.772Ztrap 0.000641210
17542026-05-28T21:44:27.772Ztflt 0.000054870
17552026-05-28T21:44:27.772Zdflt 0.000105560
17562026-05-28T21:44:27.772Zkflt 0.000000000
17572026-05-28T21:44:27.772Zlock 53.779125287
17582026-05-28T21:44:27.772Zslp 2.601363199
17592026-05-28T21:44:27.772Zlat 0.089613261
17602026-05-28T21:44:27.772Zstop 0.000187240
17612026-05-28T21:44:27.772Z+ export CARGO_INCREMENTAL=0
17622026-05-28T21:44:27.772Z+ CARGO_INCREMENTAL=0
17632026-05-28T21:44:27.772Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-28T21:44:28.630Z Compiling proc-macro2 v1.0.106
17652026-05-28T21:44:28.630Z Compiling quote v1.0.45
17662026-05-28T21:44:28.630Z Compiling unicode-ident v1.0.24
17672026-05-28T21:44:28.633Z Compiling libc v0.2.185
17682026-05-28T21:44:28.633Z Compiling serde_core v1.0.228
17692026-05-28T21:44:28.633Z Compiling serde v1.0.228
17702026-05-28T21:44:28.633Z Compiling cfg-if v1.0.4
17712026-05-28T21:44:28.633Z Compiling version_check v0.9.5
17722026-05-28T21:44:28.633Z Compiling shlex v1.3.0
17732026-05-28T21:44:28.633Z Compiling find-msvc-tools v0.1.9
17742026-05-28T21:44:28.634Z Compiling typenum v1.19.0
17752026-05-28T21:44:28.634Z Compiling zmij v1.0.21
17762026-05-28T21:44:28.813Z Compiling autocfg v1.5.0
17772026-05-28T21:44:28.826Z Compiling memchr v2.8.0
17782026-05-28T21:44:28.829Z Compiling serde_json v1.0.149
17792026-05-28T21:44:28.997Z Compiling portable-atomic v1.13.1
17802026-05-28T21:44:29.000Z Compiling libm v0.2.16
17812026-05-28T21:44:29.080Z Compiling generic-array v0.14.7
17822026-05-28T21:44:29.101Z Compiling zerocopy v0.8.40
17832026-05-28T21:44:29.118Z Compiling smallvec v1.15.1
17842026-05-28T21:44:29.224Z Compiling parking_lot_core v0.9.12
17852026-05-28T21:44:29.308Z Compiling icu_properties_data v2.1.2
17862026-05-28T21:44:29.316Z Compiling icu_normalizer_data v2.1.1
17872026-05-28T21:44:29.322Z Compiling itoa v1.0.17
17882026-05-28T21:44:29.341Z Compiling getrandom v0.4.1
17892026-05-28T21:44:29.347Z Compiling num-traits v0.2.19
17902026-05-28T21:44:29.435Z Compiling log v0.4.29
17912026-05-28T21:44:29.481Z Compiling stable_deref_trait v1.2.1
17922026-05-28T21:44:29.515Z Compiling pkg-config v0.3.32
17932026-05-28T21:44:29.570Z Compiling subtle v2.6.1
17942026-05-28T21:44:29.700Z Compiling scopeguard v1.2.0
17952026-05-28T21:44:29.803Z Compiling writeable v0.6.2
17962026-05-28T21:44:29.831Z Compiling percent-encoding v2.3.2
17972026-05-28T21:44:29.859Z Compiling lock_api v0.4.14
17982026-05-28T21:44:29.888Z Compiling litemap v0.8.1
17992026-05-28T21:44:29.974Z Compiling jobserver v0.1.34
18002026-05-28T21:44:29.992Z Compiling getrandom v0.2.17
18012026-05-28T21:44:30.065Z Compiling errno v0.3.14
18022026-05-28T21:44:30.131Z Compiling rand_core v0.6.4
18032026-05-28T21:44:30.191Z Compiling pin-project-lite v0.2.17
18042026-05-28T21:44:30.208Z Compiling cc v1.2.56
18052026-05-28T21:44:30.261Z Compiling fnv v1.0.7
18062026-05-28T21:44:30.299Z Compiling syn v2.0.117
18072026-05-28T21:44:30.343Z Compiling thiserror v2.0.18
18082026-05-28T21:44:30.391Z Compiling getrandom v0.3.4
18092026-05-28T21:44:30.391Z Compiling fs_extra v1.3.0
18102026-05-28T21:44:30.411Z Compiling equivalent v1.0.2
18112026-05-28T21:44:30.428Z Compiling dunce v1.0.5
18122026-05-28T21:44:30.470Z Compiling rand_core v0.10.0
18132026-05-28T21:44:30.505Z Compiling rustversion v1.0.22
18142026-05-28T21:44:30.535Z Compiling schemars v0.8.22
18152026-05-28T21:44:30.567Z Compiling utf8_iter v1.0.4
18162026-05-28T21:44:30.647Z Compiling form_urlencoded v1.2.2
18172026-05-28T21:44:30.718Z Compiling critical-section v1.2.0
18182026-05-28T21:44:30.774Z Compiling signal-hook-registry v1.4.8
18192026-05-28T21:44:30.853Z Compiling rustix v1.1.3
18202026-05-28T21:44:30.865Z Compiling hashbrown v0.17.0
18212026-05-28T21:44:30.939Z Compiling cmake v0.1.57
18222026-05-28T21:44:30.952Z Compiling socket2 v0.6.3
18232026-05-28T21:44:31.000Z Compiling mio v1.2.0
18242026-05-28T21:44:31.255Z Compiling bitflags v2.11.0
18252026-05-28T21:44:31.271Z Compiling semver v1.0.28
18262026-05-28T21:44:31.337Z Compiling once_cell v1.21.3
18272026-05-28T21:44:31.354Z Compiling parking_lot v0.12.5
18282026-05-28T21:44:31.399Z Compiling indexmap v2.14.0
18292026-05-28T21:44:31.441Z Compiling const-oid v0.9.6
18302026-05-28T21:44:31.533Z Compiling ring v0.17.14
18312026-05-28T21:44:31.547Z Compiling aws-lc-sys v0.40.0
18322026-05-28T21:44:31.607Z Compiling heck v0.5.0
18332026-05-28T21:44:31.621Z Compiling aws-lc-rs v1.16.3
18342026-05-28T21:44:31.640Z Compiling futures-core v0.3.32
18352026-05-28T21:44:31.706Z Compiling httparse v1.10.1
18362026-05-28T21:44:31.793Z Compiling thiserror v1.0.69
18372026-05-28T21:44:31.816Z Compiling vcpkg v0.2.15
18382026-05-28T21:44:31.834Z Compiling strsim v0.11.1
18392026-05-28T21:44:32.017Z Compiling ucd-trie v0.1.7
18402026-05-28T21:44:32.049Z Compiling iana-time-zone v0.1.65
18412026-05-28T21:44:32.104Z Compiling byteorder v1.5.0
18422026-05-28T21:44:32.160Z Compiling regex-syntax v0.8.10
18432026-05-28T21:44:32.182Z Compiling pest v2.8.6
18442026-05-28T21:44:32.201Z Compiling syn v1.0.109
18452026-05-28T21:44:32.237Z Compiling ident_case v1.0.1
18462026-05-28T21:44:32.249Z Compiling uuid v1.23.0
18472026-05-28T21:44:32.327Z Compiling cpufeatures v0.2.17
18482026-05-28T21:44:32.347Z Compiling rustls v0.23.37
18492026-05-28T21:44:32.382Z Compiling openssl-sys v0.9.115
18502026-05-28T21:44:32.555Z Compiling futures-sink v0.3.32
18512026-05-28T21:44:32.575Z Compiling rustc_version v0.4.1
18522026-05-28T21:44:32.647Z Compiling slab v0.4.12
18532026-05-28T21:44:32.666Z Compiling futures-channel v0.3.32
18542026-05-28T21:44:32.763Z Compiling futures-io v0.3.32
18552026-05-28T21:44:32.818Z Compiling futures-task v0.3.32
18562026-05-28T21:44:32.886Z Compiling aho-corasick v1.1.4
18572026-05-28T21:44:32.934Z Compiling dyn-clone v1.0.20
18582026-05-28T21:44:32.989Z Compiling synstructure v0.13.2
18592026-05-28T21:44:33.027Z Compiling serde_derive_internals v0.29.1
18602026-05-28T21:44:33.191Z Compiling openssl v0.10.79
18612026-05-28T21:44:33.207Z Compiling crc32fast v1.5.0
18622026-05-28T21:44:33.226Z Compiling plain v0.2.3
18632026-05-28T21:44:33.240Z Compiling pest_meta v2.8.6
18642026-05-28T21:44:33.378Z Compiling base64 v0.22.1
18652026-05-28T21:44:33.460Z Compiling num-conv v0.2.0
18662026-05-28T21:44:33.477Z Compiling crossbeam-utils v0.8.21
18672026-05-28T21:44:33.546Z Compiling time-core v0.1.8
18682026-05-28T21:44:33.708Z Compiling native-tls v0.2.18
18692026-05-28T21:44:33.730Z Compiling time-macros v0.2.27
18702026-05-28T21:44:33.733Z Compiling pretty-hex v0.4.1
18712026-05-28T21:44:33.761Z Compiling regex-automata v0.4.14
18722026-05-28T21:44:33.792Z Compiling anyhow v1.0.102
18732026-05-28T21:44:33.823Z Compiling base64ct v1.8.3
18742026-05-28T21:44:33.896Z Compiling pest_generator v2.8.6
18752026-05-28T21:44:33.911Z Compiling darling_core v0.21.3
18762026-05-28T21:44:33.972Z Compiling tracing-core v0.1.36
18772026-05-28T21:44:34.011Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-05-28T21:44:34.116Z Compiling pem-rfc7468 v0.7.0
18792026-05-28T21:44:34.300Z Compiling serde_derive v1.0.228
18802026-05-28T21:44:34.315Z Compiling zeroize_derive v1.4.3
18812026-05-28T21:44:34.342Z Compiling zerofrom-derive v0.1.6
18822026-05-28T21:44:34.368Z Compiling yoke-derive v0.8.1
18832026-05-28T21:44:34.400Z Compiling zerovec-derive v0.11.2
18842026-05-28T21:44:34.416Z Compiling displaydoc v0.2.5
18852026-05-28T21:44:34.555Z Compiling zerocopy-derive v0.8.40
18862026-05-28T21:44:34.580Z Compiling tokio-macros v2.7.0
18872026-05-28T21:44:34.721Z Compiling futures-macro v0.3.32
18882026-05-28T21:44:34.933Z Compiling zeroize v1.8.2
18892026-05-28T21:44:35.194Z Compiling thiserror-impl v2.0.18
18902026-05-28T21:44:35.282Z Compiling schemars_derive v0.8.22
18912026-05-28T21:44:35.331Z Compiling tracing-attributes v0.1.31
18922026-05-28T21:44:35.466Z Compiling der_derive v0.7.3
18932026-05-28T21:44:35.504Z Compiling zerofrom v0.1.6
18942026-05-28T21:44:35.652Z Compiling yoke v0.8.1
18952026-05-28T21:44:35.667Z Compiling crypto-common v0.1.7
18962026-05-28T21:44:35.830Z Compiling zerovec v0.11.5
18972026-05-28T21:44:35.869Z Compiling zerotrie v0.2.3
18982026-05-28T21:44:35.927Z Compiling block-buffer v0.10.4
18992026-05-28T21:44:36.064Z Compiling digest v0.10.7
19002026-05-28T21:44:36.306Z Compiling thiserror-impl v1.0.69
19012026-05-28T21:44:36.376Z Compiling tinystr v0.8.2
19022026-05-28T21:44:36.389Z Compiling potential_utf v0.1.4
19032026-05-28T21:44:36.432Z Compiling pest_derive v2.8.6
19042026-05-28T21:44:36.448Z Compiling futures-util v0.3.32
19052026-05-28T21:44:36.475Z Compiling hmac v0.12.1
19062026-05-28T21:44:36.599Z Compiling icu_locale_core v2.1.1
19072026-05-28T21:44:36.615Z Compiling icu_collections v2.1.1
19082026-05-28T21:44:36.849Z Compiling block-padding v0.3.3
19092026-05-28T21:44:36.895Z Compiling rustls-pki-types v1.14.0
19102026-05-28T21:44:37.242Z Compiling inout v0.1.4
19112026-05-28T21:44:37.246Z Compiling openssl-macros v0.1.1
19122026-05-28T21:44:37.364Z Compiling icu_provider v2.1.1
19132026-05-28T21:44:37.414Z Compiling bytes v1.11.1
19142026-05-28T21:44:37.417Z Compiling chrono v0.4.44
19152026-05-28T21:44:37.648Z Compiling icu_normalizer v2.1.1
19162026-05-28T21:44:37.669Z Compiling icu_properties v2.1.2
19172026-05-28T21:44:37.740Z Compiling serde_tokenstream v0.2.3
19182026-05-28T21:44:38.041Z Compiling tokio v1.52.1
19192026-05-28T21:44:38.324Z Compiling cipher v0.4.4
19202026-05-28T21:44:38.376Z Compiling sha2 v0.10.9
19212026-05-28T21:44:38.612Z Compiling idna_adapter v1.2.1
19222026-05-28T21:44:38.736Z Compiling idna v1.1.0
19232026-05-28T21:44:38.764Z Compiling ppv-lite86 v0.2.21
19242026-05-28T21:44:38.910Z Compiling scroll_derive v0.12.1
19252026-05-28T21:44:39.051Z Compiling scroll_derive v0.13.1
19262026-05-28T21:44:39.083Z Compiling url v2.5.8
19272026-05-28T21:44:39.086Z Compiling http v1.4.0
19282026-05-28T21:44:39.262Z Compiling flagset v0.4.7
19292026-05-28T21:44:39.262Z Compiling untrusted v0.9.0
19302026-05-28T21:44:39.411Z Compiling der v0.7.10
19312026-05-28T21:44:39.441Z Compiling tracing v0.1.44
19322026-05-28T21:44:39.586Z Compiling darling_macro v0.21.3
19332026-05-28T21:44:39.833Z Compiling regex v1.12.3
19342026-05-28T21:44:39.867Z Compiling zerocopy-derive v0.7.35
19352026-05-28T21:44:39.979Z Compiling rand_core v0.9.5
19362026-05-28T21:44:40.072Z Compiling slog v2.8.2
19372026-05-28T21:44:40.530Z Compiling spki v0.7.3
19382026-05-28T21:44:40.533Z Compiling darling v0.21.3
19392026-05-28T21:44:40.645Z Compiling salsa20 v0.10.2
19402026-05-28T21:44:40.648Z Compiling pbkdf2 v0.12.2
19412026-05-28T21:44:41.020Z Compiling cookie v0.18.1
19422026-05-28T21:44:41.187Z Compiling camino v1.2.2
19432026-05-28T21:44:41.508Z Compiling scrypt v0.11.0
19442026-05-28T21:44:41.528Z Compiling rand_chacha v0.9.0
19452026-05-28T21:44:41.540Z Compiling http-body v1.0.1
19462026-05-28T21:44:41.573Z Compiling cbc v0.1.2
19472026-05-28T21:44:41.590Z Compiling aes v0.8.4
19482026-05-28T21:44:41.778Z Compiling usdt-impl v0.5.0
19492026-05-28T21:44:41.781Z Compiling atomic-waker v1.1.2
19502026-05-28T21:44:41.823Z Compiling tokio-util v0.7.18
19512026-05-28T21:44:41.906Z Compiling winnow v0.7.14
19522026-05-28T21:44:41.923Z Compiling tinyvec_macros v0.1.1
19532026-05-28T21:44:41.949Z Compiling untrusted v0.7.1
19542026-05-28T21:44:41.963Z Compiling openssl-probe v0.2.1
19552026-05-28T21:44:42.006Z Compiling either v1.15.0
19562026-05-28T21:44:42.024Z Compiling paste v1.0.15
19572026-05-28T21:44:42.073Z Compiling usdt-impl v0.6.0
19582026-05-28T21:44:42.141Z Compiling ref-cast v1.0.25
19592026-05-28T21:44:42.233Z Compiling tinyvec v1.10.0
19602026-05-28T21:44:42.364Z Compiling pkcs5 v0.7.1
19612026-05-28T21:44:42.457Z Compiling rand v0.9.2
19622026-05-28T21:44:42.827Z Compiling scroll v0.13.0
19632026-05-28T21:44:42.964Z Compiling scroll v0.12.0
19642026-05-28T21:44:43.033Z Compiling toml_datetime v0.6.11
19652026-05-28T21:44:43.075Z Compiling serde_spanned v0.6.9
19662026-05-28T21:44:43.089Z Compiling async-trait v0.1.89
19672026-05-28T21:44:43.104Z Compiling heapless v0.7.17
19682026-05-28T21:44:43.238Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-28T21:44:43.242Z Compiling tower-layer v0.3.3
19702026-05-28T21:44:43.294Z Compiling try-lock v0.2.5
19712026-05-28T21:44:43.468Z Compiling fastrand v2.3.0
19722026-05-28T21:44:43.517Z Compiling tower-service v0.3.3
19732026-05-28T21:44:43.636Z Compiling signal-hook v0.3.18
19742026-05-28T21:44:43.652Z Compiling zstd-safe v7.2.4
19752026-05-28T21:44:43.655Z Compiling h2 v0.4.13
19762026-05-28T21:44:43.696Z Compiling want v0.3.1
19772026-05-28T21:44:43.854Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-28T21:44:43.873Z Compiling goblin v0.8.2
19792026-05-28T21:44:43.887Z Compiling goblin v0.10.5
19802026-05-28T21:44:43.932Z Compiling pkcs8 v0.10.2
19812026-05-28T21:44:44.148Z Compiling zerocopy v0.7.35
19822026-05-28T21:44:44.245Z Compiling ipnet v2.11.0
19832026-05-28T21:44:44.440Z Compiling ref-cast-impl v1.0.25
19842026-05-28T21:44:44.490Z Compiling darling_core v0.20.11
19852026-05-28T21:44:44.711Z Compiling curve25519-dalek v4.1.3
19862026-05-28T21:44:44.727Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-28T21:44:44.998Z Compiling memoffset v0.9.1
19882026-05-28T21:44:45.016Z Compiling litrs v1.0.0
19892026-05-28T21:44:45.037Z Compiling pin-utils v0.1.0
19902026-05-28T21:44:45.122Z Compiling httpdate v1.0.3
19912026-05-28T21:44:45.304Z Compiling rustix v0.38.44
19922026-05-28T21:44:45.539Z Compiling foreign-types-shared v0.1.1
19932026-05-28T21:44:45.644Z Compiling winnow v0.5.40
19942026-05-28T21:44:45.661Z Compiling foreign-types v0.3.2
19952026-05-28T21:44:45.695Z Compiling document-features v0.2.12
19962026-05-28T21:44:45.928Z Compiling tempfile v3.25.0
19972026-05-28T21:44:46.261Z Compiling dof v0.3.0
19982026-05-28T21:44:46.308Z Compiling unicode-normalization v0.1.25
19992026-05-28T21:44:46.438Z Compiling dtrace-parser v0.2.0
20002026-05-28T21:44:46.467Z Compiling darling_macro v0.20.11
20012026-05-28T21:44:46.616Z Compiling dof v0.4.0
20022026-05-28T21:44:47.794Z Compiling hyper v1.8.1
20032026-05-28T21:44:47.797Z Compiling dtrace-parser v0.3.0
20042026-05-28T21:44:47.797Z Compiling toml_edit v0.19.15
20052026-05-28T21:44:47.797Z Compiling daft-derive v0.1.7
20062026-05-28T21:44:47.797Z Compiling pin-project-internal v1.1.11
20072026-05-28T21:44:47.797Z Compiling spin v0.9.8
20082026-05-28T21:44:47.797Z Compiling thread-id v4.2.2
20092026-05-28T21:44:47.797Z Compiling thread-id v5.1.0
20102026-05-28T21:44:47.797Z Compiling powerfmt v0.2.0
20112026-05-28T21:44:47.797Z Compiling cfg_aliases v0.2.1
20122026-05-28T21:44:47.797Z Compiling smoltcp v0.9.1
20132026-05-28T21:44:47.797Z Compiling num-bigint-dig v0.8.6
20142026-05-28T21:44:47.797Z Compiling deranged v0.5.8
20152026-05-28T21:44:47.798Z Compiling nix v0.31.2
20162026-05-28T21:44:48.064Z Compiling hyper-util v0.1.20
20172026-05-28T21:44:48.151Z Compiling darling v0.20.11
20182026-05-28T21:44:48.255Z Compiling rustls-native-certs v0.8.3
20192026-05-28T21:44:48.305Z Compiling ipnetwork v0.21.1
20202026-05-28T21:44:48.592Z Compiling strum_macros v0.26.4
20212026-05-28T21:44:48.685Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-28T21:44:49.065Z Compiling sync_wrapper v1.0.2
20232026-05-28T21:44:49.160Z Compiling wait-timeout v0.2.1
20242026-05-28T21:44:49.317Z Compiling anstyle v1.0.13
20252026-05-28T21:44:49.332Z Compiling bit-vec v0.8.0
20262026-05-28T21:44:49.419Z Compiling quick-error v1.2.3
20272026-05-28T21:44:49.575Z Compiling num_threads v0.1.7
20282026-05-28T21:44:49.589Z Compiling siphasher v1.0.2
20292026-05-28T21:44:49.730Z Compiling utf8parse v0.2.2
20302026-05-28T21:44:49.768Z Compiling simd-adler32 v0.3.8
20312026-05-28T21:44:49.830Z Compiling anstyle-parse v0.2.7
20322026-05-28T21:44:49.865Z Compiling bit-set v0.8.0
20332026-05-28T21:44:49.955Z Compiling time v0.3.47
20342026-05-28T21:44:49.958Z Compiling rusty-fork v0.3.1
20352026-05-28T21:44:50.054Z Compiling tower v0.5.3
20362026-05-28T21:44:50.331Z Compiling derive_builder_core v0.20.2
20372026-05-28T21:44:50.455Z Compiling http-body-util v0.1.3
20382026-05-28T21:44:50.593Z Compiling webpki-roots v1.0.6
20392026-05-28T21:44:50.733Z Compiling rand_xorshift v0.4.0
20402026-05-28T21:44:50.762Z Compiling signature v2.2.0
20412026-05-28T21:44:50.808Z Compiling hubpack_derive v0.1.1
20422026-05-28T21:44:50.824Z Compiling strum_macros v0.27.2
20432026-05-28T21:44:50.901Z Compiling snafu-derive v0.8.9
20442026-05-28T21:44:51.118Z Compiling fs-err v3.3.0
20452026-05-28T21:44:51.135Z Compiling ahash v0.8.12
20462026-05-28T21:44:51.234Z Compiling allocator-api2 v0.2.21
20472026-05-28T21:44:51.281Z Compiling is_terminal_polyfill v1.70.2
20482026-05-28T21:44:51.340Z Compiling ryu v1.0.23
20492026-05-28T21:44:51.398Z Compiling unicode-bidi v0.3.18
20502026-05-28T21:44:51.531Z Compiling object v0.37.3
20512026-05-28T21:44:51.587Z Compiling iri-string v0.7.10
20522026-05-28T21:44:51.620Z Compiling unarray v0.1.4
20532026-05-28T21:44:51.674Z Compiling unicode-properties v0.1.4
20542026-05-28T21:44:51.733Z Compiling colorchoice v1.0.4
20552026-05-28T21:44:51.748Z Compiling unicode-segmentation v1.12.0
20562026-05-28T21:44:51.871Z Compiling adler2 v2.0.1
20572026-05-28T21:44:51.889Z Compiling anstyle-query v1.1.5
20582026-05-28T21:44:51.933Z Compiling stringprep v0.1.5
20592026-05-28T21:44:51.996Z Compiling anstream v0.6.21
20602026-05-28T21:44:52.011Z Compiling miniz_oxide v0.8.9
20612026-05-28T21:44:52.026Z Compiling proptest v1.10.0
20622026-05-28T21:44:52.106Z Compiling serde_urlencoded v0.7.1
20632026-05-28T21:44:52.337Z Compiling derive_builder_macro v0.20.2
20642026-05-28T21:44:52.571Z Compiling tokio-native-tls v0.3.1
20652026-05-28T21:44:52.602Z Compiling usdt-macro v0.6.0
20662026-05-28T21:44:52.616Z Compiling usdt-attr-macro v0.6.0
20672026-05-28T21:44:52.776Z Compiling tower-http v0.6.8
20682026-05-28T21:44:53.047Z Compiling rand_chacha v0.3.1
20692026-05-28T21:44:53.069Z Compiling erased-serde v0.3.31
20702026-05-28T21:44:53.175Z Compiling md-5 v0.10.6
20712026-05-28T21:44:53.220Z Compiling bstr v1.12.1
20722026-05-28T21:44:53.302Z Compiling num-integer v0.1.46
20732026-05-28T21:44:53.384Z Compiling hash32 v0.2.1
20742026-05-28T21:44:53.389Z Compiling vergen-lib v0.1.6
20752026-05-28T21:44:53.440Z Compiling ff v0.13.1
20762026-05-28T21:44:53.552Z Compiling zlib-rs v0.6.2
20772026-05-28T21:44:53.617Z Compiling base16ct v0.2.0
20782026-05-28T21:44:53.634Z Compiling psl-types v2.0.11
20792026-05-28T21:44:53.667Z Compiling fallible-iterator v0.2.0
20802026-05-28T21:44:53.735Z Compiling group v0.13.0
20812026-05-28T21:44:53.756Z Compiling sec1 v0.7.3
20822026-05-28T21:44:53.778Z Compiling publicsuffix v2.3.0
20832026-05-28T21:44:53.810Z Compiling num-iter v0.1.45
20842026-05-28T21:44:53.970Z Compiling postgres-protocol v0.6.10
20852026-05-28T21:44:54.007Z Compiling rand v0.8.6
20862026-05-28T21:44:54.044Z Compiling oxnet v0.1.4
20872026-05-28T21:44:54.125Z Compiling newtype-uuid v1.3.2
20882026-05-28T21:44:54.480Z Compiling derive_builder v0.20.2
20892026-05-28T21:44:54.515Z Compiling hyper-tls v0.6.0
20902026-05-28T21:44:54.637Z Compiling heck v0.4.1
20912026-05-28T21:44:54.651Z Compiling phf_shared v0.13.1
20922026-05-28T21:44:54.717Z Compiling pin-project v1.1.11
20932026-05-28T21:44:54.803Z Compiling lazy_static v1.5.0
20942026-05-28T21:44:54.931Z Compiling terminal_size v0.4.3
20952026-05-28T21:44:54.964Z Compiling serde_with_macros v3.17.0
20962026-05-28T21:44:54.967Z Compiling futures-executor v0.3.32
20972026-05-28T21:44:54.994Z Compiling hex v0.4.3
20982026-05-28T21:44:54.998Z Compiling cargo-platform v0.1.9
20992026-05-28T21:44:55.264Z Compiling hkdf v0.12.4
21002026-05-28T21:44:55.279Z Compiling crypto-bigint v0.5.5
21012026-05-28T21:44:55.402Z Compiling async-recursion v1.1.1
21022026-05-28T21:44:55.428Z Compiling enum-as-inner v0.6.1
21032026-05-28T21:44:55.432Z Compiling clap_derive v4.5.55
21042026-05-28T21:44:55.458Z Compiling serde_repr v0.1.20
21052026-05-28T21:44:55.589Z Compiling flate2 v1.1.9
21062026-05-28T21:44:55.846Z Compiling vergen v9.0.6
21072026-05-28T21:44:55.959Z Compiling encoding_rs v0.8.35
21082026-05-28T21:44:55.994Z Compiling bitflags v1.3.2
21092026-05-28T21:44:56.027Z Compiling bumpalo v3.20.2
21102026-05-28T21:44:56.042Z Compiling managed v0.8.0
21112026-05-28T21:44:56.072Z Compiling clap_lex v1.0.0
21122026-05-28T21:44:56.088Z Compiling libbz2-rs-sys v0.2.2
21132026-05-28T21:44:56.116Z Compiling same-file v1.0.6
21142026-05-28T21:44:56.287Z Compiling foldhash v0.2.0
21152026-05-28T21:44:56.333Z Compiling mime v0.3.17
21162026-05-28T21:44:56.351Z Compiling foldhash v0.1.5
21172026-05-28T21:44:56.447Z Compiling hashbrown v0.16.1
21182026-05-28T21:44:56.518Z Compiling bzip2 v0.6.1
21192026-05-28T21:44:56.589Z Compiling hashbrown v0.15.5
21202026-05-28T21:44:56.686Z Compiling walkdir v2.5.0
21212026-05-28T21:44:56.742Z Compiling zopfli v0.8.3
21222026-05-28T21:44:56.986Z Compiling clap_builder v4.5.60
21232026-05-28T21:44:57.050Z Compiling elliptic-curve v0.13.8
21242026-05-28T21:44:57.154Z Compiling zstd v0.13.3
21252026-05-28T21:44:57.256Z Compiling cargo_metadata v0.19.2
21262026-05-28T21:44:57.313Z Compiling futures v0.3.32
21272026-05-28T21:44:57.471Z Compiling phf v0.13.1
21282026-05-28T21:44:57.526Z Compiling snafu v0.8.9
21292026-05-28T21:44:57.543Z Compiling signal-hook-mio v0.2.5
21302026-05-28T21:44:57.648Z Compiling daft v0.1.7
21312026-05-28T21:44:57.683Z Compiling postgres-types v0.2.12
21322026-05-28T21:44:57.883Z Compiling cookie_store v0.22.1
21332026-05-28T21:44:57.899Z Compiling bzip2 v0.4.4
21342026-05-28T21:44:57.942Z Compiling globset v0.4.18
21352026-05-28T21:44:58.123Z Compiling strum v0.27.2
21362026-05-28T21:44:58.514Z Compiling hubpack v0.1.2
21372026-05-28T21:44:58.532Z Compiling ed25519 v2.2.3
21382026-05-28T21:44:58.548Z Compiling phf_shared v0.11.3
21392026-05-28T21:44:58.552Z Compiling crossbeam-epoch v0.9.18
21402026-05-28T21:44:58.635Z Compiling olpc-cjson v0.1.4
21412026-05-28T21:44:58.733Z Compiling pkcs1 v0.7.5
21422026-05-28T21:44:58.749Z Compiling pem v3.0.6
21432026-05-28T21:44:58.822Z Compiling serde-big-array v0.5.1
21442026-05-28T21:44:58.836Z Compiling serde_plain v1.0.2
21452026-05-28T21:44:58.936Z Compiling rfc6979 v0.4.0
21462026-05-28T21:44:58.987Z Compiling float-cmp v0.10.0
21472026-05-28T21:44:59.059Z Compiling memmap2 v0.9.10
21482026-05-28T21:44:59.075Z Compiling env_filter v1.0.0
21492026-05-28T21:44:59.111Z Compiling fixedbitset v0.5.7
21502026-05-28T21:44:59.135Z Compiling predicates-core v1.0.10
21512026-05-28T21:44:59.151Z Compiling keccak v0.1.6
21522026-05-28T21:44:59.168Z Compiling difflib v0.4.0
21532026-05-28T21:44:59.295Z Compiling data-encoding v2.10.0
21542026-05-28T21:44:59.328Z Compiling static_assertions v1.1.0
21552026-05-28T21:44:59.361Z Compiling toml_write v0.1.2
21562026-05-28T21:44:59.378Z Compiling fixedbitset v0.4.2
21572026-05-28T21:44:59.410Z Compiling new_debug_unreachable v1.0.6
21582026-05-28T21:44:59.427Z Compiling whoami v2.1.0
21592026-05-28T21:44:59.427Z Compiling typed-path v0.9.3
21602026-05-28T21:44:59.609Z Compiling jiff v0.2.21
21612026-05-28T21:44:59.642Z Compiling precomputed-hash v0.1.1
21622026-05-28T21:44:59.646Z Compiling normalize-line-endings v0.3.0
21632026-05-28T21:44:59.754Z Compiling string_cache v0.8.9
21642026-05-28T21:44:59.769Z Compiling predicates v3.1.4
21652026-05-28T21:44:59.798Z Compiling tokio-postgres v0.7.16
21662026-05-28T21:44:59.833Z Compiling hickory-proto v0.25.2
21672026-05-28T21:44:59.849Z Compiling petgraph v0.6.5
21682026-05-28T21:44:59.995Z Compiling toml_edit v0.22.27
21692026-05-28T21:45:00.135Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21702026-05-28T21:45:00.357Z Compiling petgraph v0.8.3
21712026-05-28T21:45:00.570Z Compiling sha3 v0.10.8
21722026-05-28T21:45:00.714Z Compiling env_logger v0.11.9
21732026-05-28T21:45:00.847Z Compiling usdt v0.6.0
21742026-05-28T21:45:01.053Z Compiling ecdsa v0.16.9
21752026-05-28T21:45:01.117Z Compiling rsa v0.9.10
21762026-05-28T21:45:01.332Z Compiling ed25519-dalek v2.2.0
21772026-05-28T21:45:02.044Z Compiling clap v4.5.60
21782026-05-28T21:45:02.060Z Compiling crossterm v0.28.1
21792026-05-28T21:45:02.140Z Compiling zip v4.6.1
21802026-05-28T21:45:02.306Z Compiling zip v0.6.6
21812026-05-28T21:45:02.625Z Compiling iddqd v0.4.1
21822026-05-28T21:45:02.962Z Compiling serde_with v3.17.0
21832026-05-28T21:45:03.057Z Compiling similar v2.7.0
21842026-05-28T21:45:03.085Z Compiling strum v0.26.3
21852026-05-28T21:45:03.151Z Compiling toml v0.7.8
21862026-05-28T21:45:03.238Z Compiling tokio-stream v0.1.18
21872026-05-28T21:45:03.312Z Compiling itertools v0.13.0
21882026-05-28T21:45:03.357Z Compiling buf-list v1.1.2
21892026-05-28T21:45:03.549Z Compiling x509-cert v0.2.5
21902026-05-28T21:45:03.823Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-05-28T21:45:03.855Z Compiling openapiv3 v2.2.0
21922026-05-28T21:45:04.049Z Compiling sha1 v0.10.6
21932026-05-28T21:45:04.410Z Compiling peg-runtime v0.8.5
21942026-05-28T21:45:04.426Z Compiling lalrpop-util v0.19.12
21952026-05-28T21:45:19.368Z Compiling rustls-webpki v0.103.9
21962026-05-28T21:45:20.699Z Compiling macaddr v1.0.1
21972026-05-28T21:45:20.775Z Compiling structmeta-derive v0.3.0
21982026-05-28T21:45:20.926Z Compiling rayon-core v1.13.0
21992026-05-28T21:45:21.020Z Compiling crucible-workspace-hack v0.1.0
22002026-05-28T21:45:21.035Z Compiling itertools v0.14.0
22012026-05-28T21:45:21.067Z Compiling secrecy v0.10.3
22022026-05-28T21:45:21.154Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-28T21:45:21.268Z Compiling rustls v0.22.4
22042026-05-28T21:45:21.283Z Compiling heapless v0.8.0
22052026-05-28T21:45:21.410Z Compiling crossbeam-deque v0.8.6
22062026-05-28T21:45:21.480Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-28T21:45:21.520Z Compiling rustls-webpki v0.102.8
22082026-05-28T21:45:21.561Z Compiling hash32 v0.3.1
22092026-05-28T21:45:21.615Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-28T21:45:21.659Z Compiling multer v3.1.0
22112026-05-28T21:45:21.753Z Compiling thread_local v1.1.9
22122026-05-28T21:45:21.784Z Compiling structmeta v0.3.0
22132026-05-28T21:45:21.787Z Compiling unicode-width v0.2.0
22142026-05-28T21:45:21.814Z Compiling match_cfg v0.1.0
22152026-05-28T21:45:21.829Z Compiling smoltcp v0.11.0
22162026-05-28T21:45:21.883Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-05-28T21:45:21.909Z Compiling compression-core v0.4.31
22182026-05-28T21:45:21.926Z Compiling slog-async v2.8.0
22192026-05-28T21:45:22.021Z Compiling derive-ex v0.1.8
22202026-05-28T21:45:22.120Z Compiling compression-codecs v0.4.37
22212026-05-28T21:45:22.130Z Compiling proc-macro-crate v3.4.0
22222026-05-28T21:45:22.231Z Compiling hostname v0.3.1
22232026-05-28T21:45:22.308Z Compiling ingot-macros v0.1.1
22242026-05-28T21:45:22.402Z Compiling slog-json v2.6.1
22252026-05-28T21:45:22.418Z Compiling crossbeam-channel v0.5.15
22262026-05-28T21:45:22.500Z Compiling half v2.7.1
22272026-05-28T21:45:22.616Z Compiling newtype-uuid-macros v0.1.0
22282026-05-28T21:45:22.676Z Compiling cobs v0.3.0
22292026-05-28T21:45:22.758Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-28T21:45:22.898Z Compiling tokio-rustls v0.26.4
22312026-05-28T21:45:22.976Z Compiling rustls-platform-verifier v0.6.2
22322026-05-28T21:45:23.115Z Compiling universal-hash v0.5.1
22332026-05-28T21:45:23.184Z Compiling hyper-rustls v0.27.7
22342026-05-28T21:45:23.212Z Compiling async-stream-impl v0.3.6
22352026-05-28T21:45:23.287Z Compiling serde_spanned v1.0.4
22362026-05-28T21:45:23.350Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-05-28T21:45:23.374Z Compiling is-terminal v0.4.17
22382026-05-28T21:45:23.495Z Compiling reqwest v0.12.28
22392026-05-28T21:45:23.511Z Compiling reqwest v0.13.2
22402026-05-28T21:45:23.558Z Compiling dropshot v0.17.0
22412026-05-28T21:45:23.574Z Compiling proc-macro-error-attr v1.0.4
22422026-05-28T21:45:23.797Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-05-28T21:45:23.813Z Compiling term v1.2.1
22442026-05-28T21:45:23.841Z Compiling ciborium-io v0.2.2
22452026-05-28T21:45:23.846Z Compiling convert_case v0.4.0
22462026-05-28T21:45:23.861Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-05-28T21:45:23.864Z Compiling opaque-debug v0.3.1
22482026-05-28T21:45:23.956Z Compiling take_mut v0.2.2
22492026-05-28T21:45:23.973Z Compiling poly1305 v0.8.0
22502026-05-28T21:45:24.033Z Compiling ciborium-ll v0.2.2
22512026-05-28T21:45:24.101Z Compiling toml v1.0.6+spec-1.1.0
22522026-05-28T21:45:24.164Z Compiling slog-term v2.9.2
22532026-05-28T21:45:24.179Z Compiling derive_more v0.99.20
22542026-05-28T21:45:24.327Z Compiling tokio-rustls v0.25.0
22552026-05-28T21:45:24.575Z Compiling async-stream v0.3.6
22562026-05-28T21:45:24.596Z Compiling thiserror-no-std v2.0.2
22572026-05-28T21:45:24.707Z Compiling test-strategy v0.4.5
22582026-05-28T21:45:24.745Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-28T21:45:24.782Z Compiling postcard v1.1.3
22602026-05-28T21:45:24.962Z Compiling ingot-types v0.1.2
22612026-05-28T21:45:25.189Z Compiling tough v0.22.0
22622026-05-28T21:45:25.411Z Compiling ingot v0.1.1
22632026-05-28T21:45:25.433Z Compiling num_enum_derive v0.7.5
22642026-05-28T21:45:25.659Z Compiling slog-bunyan v2.5.0
22652026-05-28T21:45:25.811Z Compiling async-compression v0.4.41
22662026-05-28T21:45:26.006Z Compiling parse-display-derive v0.10.0
22672026-05-28T21:45:26.299Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-05-28T21:45:26.352Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-28T21:45:26.394Z Compiling proc-macro-crate v1.3.1
22702026-05-28T21:45:26.529Z Compiling backon v1.6.0
22712026-05-28T21:45:26.601Z Compiling waitgroup v0.1.2
22722026-05-28T21:45:26.775Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-28T21:45:26.794Z Compiling password-hash v0.5.0
22742026-05-28T21:45:26.794Z Compiling chacha20 v0.9.1
22752026-05-28T21:45:26.826Z Compiling dropshot_endpoint v0.17.0
22762026-05-28T21:45:26.867Z Compiling rustls-pemfile v2.2.0
22772026-05-28T21:45:27.054Z Compiling blake2 v0.10.6
22782026-05-28T21:45:27.073Z Compiling aead v0.5.2
22792026-05-28T21:45:27.180Z Compiling foreign-types-macros v0.2.3
22802026-05-28T21:45:27.448Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-28T21:45:27.482Z Compiling serde_path_to_error v0.1.20
22822026-05-28T21:45:27.594Z Compiling hostname v0.4.2
22832026-05-28T21:45:27.639Z Compiling proc-macro-error v1.0.4
22842026-05-28T21:45:27.786Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-05-28T21:45:27.786Z Compiling instant v0.1.13
22862026-05-28T21:45:27.821Z Compiling foreign-types-shared v0.3.1
22872026-05-28T21:45:27.865Z Compiling typeid v1.0.3
22882026-05-28T21:45:27.884Z Compiling cpufeatures v0.3.0
22892026-05-28T21:45:27.899Z Compiling debug-ignore v1.0.5
22902026-05-28T21:45:27.918Z Compiling foreign-types v0.5.0
22912026-05-28T21:45:27.934Z Compiling backoff v0.4.0
22922026-05-28T21:45:27.950Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-28T21:45:27.953Z Compiling parse-display v0.10.0
22942026-05-28T21:45:27.999Z Compiling chacha20 v0.10.0
22952026-05-28T21:45:28.019Z Compiling argon2 v0.5.3
22962026-05-28T21:45:28.039Z Compiling chacha20poly1305 v0.10.1
22972026-05-28T21:45:28.082Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22982026-05-28T21:45:28.138Z Compiling num_enum_derive v0.5.11
22992026-05-28T21:45:28.178Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-28T21:45:28.211Z Compiling num_enum v0.7.5
23012026-05-28T21:45:28.248Z Compiling vsss-rs v3.3.4
23022026-05-28T21:45:28.322Z Compiling ciborium v0.2.2
23032026-05-28T21:45:28.552Z Compiling tabwriter v1.4.1
23042026-05-28T21:45:28.650Z Compiling regress v0.10.5
23052026-05-28T21:45:28.756Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-05-28T21:45:28.919Z Compiling byte-wrapper v0.1.0
23072026-05-28T21:45:28.941Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-28T21:45:29.084Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-28T21:45:29.089Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-28T21:45:29.120Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-28T21:45:29.205Z Compiling cstr-argument v0.1.2
23122026-05-28T21:45:29.323Z Compiling erased-serde v0.4.9
23132026-05-28T21:45:29.406Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-28T21:45:29.528Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-28T21:45:29.545Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-05-28T21:45:29.652Z Compiling num_enum v0.5.11
23172026-05-28T21:45:29.689Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-05-28T21:45:29.708Z Compiling rand v0.10.0
23192026-05-28T21:45:29.804Z Compiling rayon v1.11.0
23202026-05-28T21:45:29.821Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-05-28T21:45:29.842Z Compiling libefi-sys v0.1.0
23222026-05-28T21:45:29.902Z Compiling indent_write v2.2.0
23232026-05-28T21:45:29.955Z Compiling colored v3.1.1
23242026-05-28T21:45:29.988Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-05-28T21:45:29.991Z Compiling zone_cfg_derive v0.3.1
23262026-05-28T21:45:30.057Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-28T21:45:30.183Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-05-28T21:45:30.200Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-28T21:45:30.217Z Compiling camino-tempfile v1.4.1
23302026-05-28T21:45:30.442Z Compiling itertools v0.12.1
23312026-05-28T21:45:30.512Z Compiling usdt-attr-macro v0.5.0
23322026-05-28T21:45:30.626Z Compiling usdt-macro v0.5.0
23332026-05-28T21:45:30.641Z Compiling num-derive v0.4.2
23342026-05-28T21:45:30.658Z Compiling bitfield-struct v0.6.2
23352026-05-28T21:45:30.718Z Compiling blake3 v1.8.3
23362026-05-28T21:45:30.746Z Compiling ordered-float v2.10.1
23372026-05-28T21:45:31.045Z Compiling sigpipe v0.1.3
23382026-05-28T21:45:31.086Z Compiling memmap v0.7.0
23392026-05-28T21:45:31.169Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-28T21:45:31.280Z Compiling glob v0.3.3
23412026-05-28T21:45:31.300Z Compiling swrite v0.1.0
23422026-05-28T21:45:31.348Z Compiling usdt v0.5.0
23432026-05-28T21:45:31.364Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-05-28T21:45:31.435Z Compiling serde-value v0.7.0
23452026-05-28T21:45:31.560Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-05-28T21:45:31.710Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-28T21:45:31.911Z Compiling zone v0.3.1
23482026-05-28T21:45:31.934Z Compiling serde-untagged v0.1.9
23492026-05-28T21:45:31.999Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23502026-05-28T21:45:32.140Z Compiling toml v0.8.23
23512026-05-28T21:45:32.156Z Compiling smf v0.2.3
23522026-05-28T21:45:32.224Z Compiling filetime v0.2.27
23532026-05-28T21:45:32.240Z Compiling arrayref v0.3.9
23542026-05-28T21:45:32.270Z Compiling arrayvec v0.7.6
23552026-05-28T21:45:32.347Z Compiling whoami v1.6.1
23562026-05-28T21:45:32.350Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-28T21:45:32.353Z Compiling xattr v1.6.1
23582026-05-28T21:45:32.434Z Compiling unicode-xid v0.2.6
23592026-05-28T21:45:32.454Z Compiling constant_time_eq v0.4.2
23602026-05-28T21:45:32.534Z Compiling tar v0.4.45
23612026-05-28T21:45:32.546Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-28T21:45:32.573Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-05-28T21:45:32.600Z Compiling cargo-util-schemas v0.8.2
23642026-05-28T21:45:32.787Z Compiling tokio-dtrace v0.1.1
23652026-05-28T21:45:32.827Z Compiling console v0.16.2
23662026-05-28T21:45:33.130Z Compiling gethostname v0.5.0
23672026-05-28T21:45:33.220Z Compiling cargo-platform v0.2.0
23682026-05-28T21:45:33.296Z Compiling topological-sort v0.2.2
23692026-05-28T21:45:33.314Z Compiling unit-prefix v0.5.2
23702026-05-28T21:45:33.392Z Compiling oxide-tokio-rt v0.1.4
23712026-05-28T21:45:33.486Z Compiling indicatif v0.18.4
23722026-05-28T21:45:33.500Z Compiling shell-words v1.1.1
23732026-05-28T21:45:33.517Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-05-28T21:45:33.789Z Compiling cargo_metadata v0.21.0
23752026-05-28T21:45:43.188Z Compiling progenitor-client v0.10.0
23762026-05-28T21:45:43.188Z Compiling omicron-zone-package v0.12.2
23772026-05-28T21:45:43.204Z Compiling progenitor-client v0.14.0
23782026-05-28T21:45:43.675Z Compiling progenitor-extras v0.2.0
23792026-05-28T21:45:46.002Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-28T21:45:46.020Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-05-28T21:45:46.112Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-05-28T21:45:46.143Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-28T21:45:46.234Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-28T21:45:46.253Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-05-28T21:45:46.258Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-28T21:45:46.317Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-05-28T21:45:46.445Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-05-28T21:45:50.319Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-05-28T21:45:57.975Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-05-28T21:46:01.040Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-05-28T21:46:02.019Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-05-28T21:46:11.711Z Finished `release` profile [optimized] target(s) in 1m 43s
23932026-05-28T21:46:11.860Z Running `target/release/omicron-package -t test target create -p dev`
23942026-05-28T21:46:11.925ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-05-28T21:46:11.928ZCreated new build target 'test' and set it as active
23962026-05-28T21:46:11.928Z
23972026-05-28T21:46:11.928Zreal 1:44.195758171
23982026-05-28T21:46:11.928Zuser 16:54.586193603
23992026-05-28T21:46:11.928Zsys 2:41.699581572
24002026-05-28T21:46:11.928Ztrap 0.464343576
24012026-05-28T21:46:11.928Ztflt 3.125892763
24022026-05-28T21:46:11.928Zdflt 4.022718241
24032026-05-28T21:46:11.928Zkflt 0.000417130
24042026-05-28T21:46:11.928Zlock 52:41.222472863
24052026-05-28T21:46:11.928Zslp 43:20.427959818
24062026-05-28T21:46:11.928Zlat 42.791008789
24072026-05-28T21:46:11.930Zstop 5:27.250855390
24082026-05-28T21:46:11.934Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-05-28T21:46:12.807Z Finished `release` profile [optimized] target(s) in 0.86s
24102026-05-28T21:46:12.878Z Running `target/release/omicron-package -t test package`
24112026-05-28T21:46:12.937ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-28T21:46:14.375Z Compiling heck v0.5.0
24132026-05-28T21:46:14.376Z Compiling regress v0.11.1
24142026-05-28T21:46:14.376Z Compiling unsafe-libyaml v0.2.11
24152026-05-28T21:46:14.642Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-05-28T21:46:14.659Z Compiling regress v0.10.5
24172026-05-28T21:46:14.683Z Compiling is-terminal v0.4.17
24182026-05-28T21:46:14.683Z Compiling unicode-width v0.1.14
24192026-05-28T21:46:14.726Z Compiling prettyplease v0.2.37
24202026-05-28T21:46:14.748Z Compiling bytecount v0.6.9
24212026-05-28T21:46:14.748Z Compiling rustls v0.22.4
24222026-05-28T21:46:14.752Z Compiling rustls-webpki v0.102.8
24232026-05-28T21:46:14.752Z Compiling derive-where v1.6.0
24242026-05-28T21:46:14.752Z Compiling thread_local v1.1.9
24252026-05-28T21:46:14.769Z Compiling compression-core v0.4.31
24262026-05-28T21:46:14.772Z Compiling match_cfg v0.1.0
24272026-05-28T21:46:14.857Z Compiling multer v3.1.0
24282026-05-28T21:46:14.878Z Compiling slog-async v2.8.0
24292026-05-28T21:46:14.948Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-28T21:46:14.973Z Compiling hostname v0.3.1
24312026-05-28T21:46:14.976Z Compiling compression-codecs v0.4.37
24322026-05-28T21:46:14.976Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24332026-05-28T21:46:14.976Z Compiling crossbeam-channel v0.5.15
24342026-05-28T21:46:15.063Z Compiling slog-json v2.6.1
24352026-05-28T21:46:15.065Z Compiling toml_datetime v1.0.0+spec-1.1.0
24362026-05-28T21:46:15.112Z Compiling serde_yaml v0.9.34+deprecated
24372026-05-28T21:46:15.138Z Compiling serde_spanned v1.0.4
24382026-05-28T21:46:15.172Z Compiling term v1.2.1
24392026-05-28T21:46:15.197Z Compiling take_mut v0.2.2
24402026-05-28T21:46:15.272Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-05-28T21:46:15.295Z Compiling slog-bunyan v2.5.0
24422026-05-28T21:46:15.315Z Compiling async-compression v0.4.41
24432026-05-28T21:46:15.461Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-28T21:46:15.505Z Compiling slog-term v2.9.2
24452026-05-28T21:46:15.528Z Compiling dropshot v0.17.0
24462026-05-28T21:46:15.597Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-05-28T21:46:15.600Z Compiling async-stream v0.3.6
24482026-05-28T21:46:15.654Z Compiling num-rational v0.4.2
24492026-05-28T21:46:15.685Z Compiling progenitor-client v0.14.0
24502026-05-28T21:46:15.761Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-05-28T21:46:15.813Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-28T21:46:15.834Z Compiling waitgroup v0.1.2
24532026-05-28T21:46:15.858Z Compiling backon v1.6.0
24542026-05-28T21:46:15.966Z Compiling rustls-pemfile v2.2.0
24552026-05-28T21:46:15.991Z Compiling num-complex v0.4.6
24562026-05-28T21:46:16.013Z Compiling hostname v0.4.2
24572026-05-28T21:46:16.035Z Compiling serde_path_to_error v0.1.20
24582026-05-28T21:46:16.038Z Compiling instant v0.1.13
24592026-05-28T21:46:16.038Z Compiling debug-ignore v1.0.5
24602026-05-28T21:46:16.101Z Compiling progenitor-extras v0.2.0
24612026-05-28T21:46:16.177Z Compiling typify-impl v0.6.2
24622026-05-28T21:46:16.200Z Compiling backoff v0.4.0
24632026-05-28T21:46:16.221Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-05-28T21:46:16.224Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-05-28T21:46:16.407Z Compiling num v0.4.3
24662026-05-28T21:46:16.430Z Compiling parse-display v0.10.0
24672026-05-28T21:46:16.430Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-05-28T21:46:16.470Z Compiling progenitor-client v0.13.0
24692026-05-28T21:46:16.507Z Compiling progenitor-client v0.10.0
24702026-05-28T21:46:16.530Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-28T21:46:16.609Z Compiling macaddr v1.0.1
24722026-05-28T21:46:16.668Z Compiling float-ord v0.3.2
24732026-05-28T21:46:16.783Z Compiling console v0.15.11
24742026-05-28T21:46:16.852Z Compiling atomicwrites v0.4.4
24752026-05-28T21:46:16.885Z Compiling newline-converter v0.3.0
24762026-05-28T21:46:16.971Z Compiling slog-dtrace v0.3.0
24772026-05-28T21:46:17.008Z Compiling cancel-safe-futures v0.1.5
24782026-05-28T21:46:17.049Z Compiling owo-colors v4.3.0
24792026-05-28T21:46:17.052Z Compiling resolv-conf v0.7.6
24802026-05-28T21:46:17.161Z Compiling tokio-rustls v0.25.0
24812026-05-28T21:46:17.257Z Compiling expectorate v1.2.0
24822026-05-28T21:46:17.325Z Compiling toml v0.8.23
24832026-05-28T21:46:17.356Z Compiling libsw-core v0.3.2
24842026-05-28T21:46:17.510Z Compiling libsw v3.5.0
24852026-05-28T21:46:17.608Z Compiling linear-map v1.2.0
24862026-05-28T21:46:17.726Z Compiling linked-hash-map v0.5.6
24872026-05-28T21:46:17.770Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24882026-05-28T21:46:17.791Z Compiling minimal-lexical v0.2.1
24892026-05-28T21:46:17.858Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-05-28T21:46:17.924Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-05-28T21:46:17.976Z Compiling lru-cache v0.1.2
24922026-05-28T21:46:17.997Z Compiling hickory-proto v0.24.4
24932026-05-28T21:46:18.070Z Compiling nom v7.1.3
24942026-05-28T21:46:18.095Z Compiling unicode-xid v0.2.6
24952026-05-28T21:46:18.152Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24962026-05-28T21:46:18.245Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-28T21:46:18.268Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-28T21:46:18.470Z Compiling convert_case v0.10.0
24992026-05-28T21:46:18.774Z Compiling derive_more-impl v2.1.1
25002026-05-28T21:46:19.070Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25012026-05-28T21:46:19.489Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-05-28T21:46:19.515Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25032026-05-28T21:46:19.597Z Compiling derive_more v2.1.1
25042026-05-28T21:46:19.671Z Compiling typify-macro v0.6.2
25052026-05-28T21:46:19.694Z Compiling papergrid v0.11.0
25062026-05-28T21:46:19.714Z Compiling tabled_derive v0.7.0
25072026-05-28T21:46:19.759Z Compiling termtree v0.5.1
25082026-05-28T21:46:19.964Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-05-28T21:46:20.215Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-28T21:46:20.435Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-05-28T21:46:20.623Z Compiling hickory-resolver v0.24.4
25122026-05-28T21:46:20.789Z Compiling tabled v0.15.0
25132026-05-28T21:46:20.813Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-05-28T21:46:21.222Z Compiling typify v0.6.2
25152026-05-28T21:46:21.369Z Compiling progenitor-impl v0.14.0
25162026-05-28T21:46:22.100Z Compiling progenitor-impl v0.13.0
25172026-05-28T21:46:23.529Z Compiling progenitor-macro v0.14.0
25182026-05-28T21:46:24.064Z Compiling qorb v0.4.1
25192026-05-28T21:46:24.308Z Compiling progenitor-macro v0.13.0
25202026-05-28T21:46:25.286Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-05-28T21:46:25.957Z Compiling crossterm v0.29.0
25222026-05-28T21:46:26.183Z Compiling phf_shared v0.12.1
25232026-05-28T21:46:26.316Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25242026-05-28T21:46:26.444Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-05-28T21:46:26.596Z Compiling vte v0.14.1
25262026-05-28T21:46:26.986Z Compiling csv-core v0.1.13
25272026-05-28T21:46:27.009Z Compiling highway v1.3.0
25282026-05-28T21:46:27.441Z Compiling chrono-tz v0.10.4
25292026-05-28T21:46:27.542Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-05-28T21:46:27.585Z Compiling progenitor v0.14.0
25312026-05-28T21:46:27.716Z Compiling csv v1.4.0
25322026-05-28T21:46:27.762Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25332026-05-28T21:46:27.784Z Compiling strip-ansi-escapes v0.2.1
25342026-05-28T21:46:28.366Z Compiling phf v0.12.1
25352026-05-28T21:46:28.389Z Compiling progenitor v0.13.0
25362026-05-28T21:46:28.414Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-05-28T21:46:28.578Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-05-28T21:46:28.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-05-28T21:46:28.604Z Compiling const_format_proc_macros v0.2.34
25402026-05-28T21:46:28.738Z Compiling fd-lock v4.0.4
25412026-05-28T21:46:28.814Z Compiling peg-macros v0.8.5
25422026-05-28T21:46:28.920Z Compiling nu-ansi-term v0.50.3
25432026-05-28T21:46:29.235Z Compiling reedline v0.40.0
25442026-05-28T21:46:29.411Z Compiling const_format v0.2.35
25452026-05-28T21:46:29.913Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-05-28T21:46:30.077Z Compiling peg v0.8.5
25472026-05-28T21:46:30.184Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-05-28T21:46:30.902Z Compiling bcs v0.1.6
25492026-05-28T21:46:31.273Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-05-28T21:46:31.346Z Compiling semver v0.1.20
25512026-05-28T21:46:31.577Z Compiling rustc_version v0.1.7
25522026-05-28T21:46:31.644Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-05-28T21:46:31.817Z Compiling newtype_derive v0.1.6
25542026-05-28T21:46:31.902Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25552026-05-28T21:46:32.046Z Compiling unicode-linebreak v0.1.5
25562026-05-28T21:46:32.364Z Compiling smawk v0.3.2
25572026-05-28T21:46:32.421Z Compiling humantime v2.3.0
25582026-05-28T21:46:32.565Z Compiling textwrap v0.16.2
25592026-05-28T21:46:32.769Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-28T21:46:33.083Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-05-28T21:46:33.124Z Compiling dropshot-api-manager-types v0.7.1
25622026-05-28T21:46:33.266Z Compiling base64 v0.21.7
25632026-05-28T21:46:33.614Z Compiling steno v0.4.1
25642026-05-28T21:46:33.836Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-05-28T21:46:34.192Z Compiling tagptr v0.2.0
25662026-05-28T21:46:34.245Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25672026-05-28T21:46:34.367Z Compiling moka v0.12.13
25682026-05-28T21:46:34.402Z Compiling utf-8 v0.7.6
25692026-05-28T21:46:34.423Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-05-28T21:46:34.526Z Compiling radium v0.7.0
25712026-05-28T21:46:34.547Z Compiling tap v1.0.1
25722026-05-28T21:46:34.595Z Compiling tungstenite v0.21.0
25732026-05-28T21:46:34.641Z Compiling maybe-uninit v2.0.0
25742026-05-28T21:46:34.701Z Compiling wyz v0.5.1
25752026-05-28T21:46:34.964Z Compiling zerocopy-derive v0.6.6
25762026-05-28T21:46:35.009Z Compiling funty v2.0.0
25772026-05-28T21:46:35.132Z Compiling crc-catalog v2.4.0
25782026-05-28T21:46:35.258Z Compiling tokio-tungstenite v0.21.0
25792026-05-28T21:46:35.609Z Compiling hickory-resolver v0.25.2
25802026-05-28T21:46:35.636Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25812026-05-28T21:46:35.725Z Compiling packed_struct v0.10.1
25822026-05-28T21:46:35.749Z Compiling display-error-chain v0.2.2
25832026-05-28T21:46:35.931Z Compiling zerocopy v0.6.6
25842026-05-28T21:46:35.960Z Compiling bitvec v1.0.1
25852026-05-28T21:46:36.048Z Compiling crc v3.4.0
25862026-05-28T21:46:36.372Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872026-05-28T21:46:36.449Z Compiling packed_struct_codegen v0.10.1
25882026-05-28T21:46:36.513Z Compiling num-derive v0.3.3
25892026-05-28T21:46:36.733Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-05-28T21:46:37.395Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-05-28T21:46:37.487Z Compiling bitfield-macros v0.19.4
25922026-05-28T21:46:37.512Z Compiling proc-macro-error-attr2 v2.0.0
25932026-05-28T21:46:37.735Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-28T21:46:37.956Z Compiling indexmap v1.9.3
25952026-05-28T21:46:38.198Z Compiling nodrop v0.1.14
25962026-05-28T21:46:38.219Z Compiling bitfield v0.19.4
25972026-05-28T21:46:38.332Z Compiling array-init v0.0.4
25982026-05-28T21:46:38.587Z Compiling proc-macro-error2 v2.0.1
25992026-05-28T21:46:38.801Z Compiling libscf-sys v1.1.0
26002026-05-28T21:46:38.918Z Compiling smallvec v0.6.14
26012026-05-28T21:46:39.011Z Compiling typify-impl v0.4.3
26022026-05-28T21:46:39.184Z Compiling hashbrown v0.12.3
26032026-05-28T21:46:39.207Z Compiling serde-hex v0.1.0
26042026-05-28T21:46:39.511Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-05-28T21:46:39.591Z Compiling tabled_derive v0.11.0
26062026-05-28T21:46:40.214Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-05-28T21:46:40.279Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26082026-05-28T21:46:40.486Z Compiling ron v0.8.1
26092026-05-28T21:46:40.528Z Compiling papergrid v0.17.0
26102026-05-28T21:46:40.629Z Compiling testing_table v0.3.0
26112026-05-28T21:46:41.063Z Compiling hashbrown v0.13.2
26122026-05-28T21:46:41.293Z Compiling vergen-gitcl v1.0.8
26132026-05-28T21:46:41.526Z Compiling dirs-sys-next v0.1.2
26142026-05-28T21:46:41.570Z Compiling crunchy v0.2.4
26152026-05-28T21:46:41.678Z Compiling glob v0.3.3
26162026-05-28T21:46:41.794Z Compiling maplit v1.0.2
26172026-05-28T21:46:41.849Z Compiling diesel_derives v2.3.7
26182026-05-28T21:46:41.918Z Compiling crc-any v2.5.0
26192026-05-28T21:46:42.048Z Compiling clang-sys v1.8.1
26202026-05-28T21:46:42.141Z Compiling dirs-next v2.0.0
26212026-05-28T21:46:42.172Z Compiling tabled v0.20.0
26222026-05-28T21:46:42.225Z Compiling object v0.30.4
26232026-05-28T21:46:42.327Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-05-28T21:46:42.358Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-28T21:46:42.420Z Compiling typify-macro v0.4.3
26262026-05-28T21:46:42.446Z Compiling dsl_auto_type v0.2.0
26272026-05-28T21:46:42.621Z Compiling scheduled-thread-pool v0.2.7
26282026-05-28T21:46:42.840Z Compiling diesel_table_macro_syntax v0.3.0
26292026-05-28T21:46:43.011Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-28T21:46:43.033Z Compiling xshell-macros v0.2.7
26312026-05-28T21:46:43.078Z Compiling path-slash v0.1.5
26322026-05-28T21:46:43.223Z Compiling tiny-keccak v2.0.2
26332026-05-28T21:46:43.276Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-28T21:46:43.466Z Compiling xshell v0.2.7
26352026-05-28T21:46:43.513Z Compiling r2d2 v0.8.10
26362026-05-28T21:46:43.577Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26372026-05-28T21:46:43.827Z Compiling term v0.7.0
26382026-05-28T21:46:44.066Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-05-28T21:46:44.325Z Compiling downcast-rs v2.0.2
26402026-05-28T21:46:44.359Z Compiling bit-vec v0.6.3
26412026-05-28T21:46:44.540Z Compiling ascii-canvas v3.0.0
26422026-05-28T21:46:44.615Z Compiling bit-set v0.5.3
26432026-05-28T21:46:44.802Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26442026-05-28T21:46:44.823Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26452026-05-28T21:46:44.824Z Compiling itertools v0.10.5
26462026-05-28T21:46:44.889Z Compiling ena v0.14.4
26472026-05-28T21:46:45.130Z Compiling libloading v0.8.9
26482026-05-28T21:46:45.367Z Compiling regex-syntax v0.6.29
26492026-05-28T21:46:45.910Z Compiling crc8 v0.1.1
26502026-05-28T21:46:46.056Z Compiling diff v0.1.13
26512026-05-28T21:46:46.082Z Compiling unicase v2.9.0
26522026-05-28T21:46:46.213Z Compiling bindgen v0.71.1
26532026-05-28T21:46:46.396Z Compiling typify v0.4.3
26542026-05-28T21:46:46.540Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-05-28T21:46:46.565Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-28T21:46:46.991Z Compiling lalrpop v0.19.12
26572026-05-28T21:46:47.039Z Compiling cexpr v0.6.0
26582026-05-28T21:46:47.192Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-28T21:46:47.293Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-28T21:46:47.425Z Compiling rustc-hash v2.1.1
26612026-05-28T21:46:47.533Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26622026-05-28T21:46:47.599Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-05-28T21:46:47.706Z Compiling headers-core v0.3.0
26642026-05-28T21:46:47.882Z Compiling git-stub v1.0.0
26652026-05-28T21:46:47.957Z Compiling libxml v0.3.3
26662026-05-28T21:46:48.075Z Compiling diesel v2.3.7
26672026-05-28T21:46:48.174Z Compiling git-stub-vcs v0.1.0
26682026-05-28T21:46:48.256Z Compiling headers v0.4.1
26692026-05-28T21:46:48.286Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-05-28T21:46:48.553Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-05-28T21:46:48.777Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-05-28T21:46:49.319Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-28T21:46:49.343Z Compiling strum_macros v0.24.3
26742026-05-28T21:46:49.519Z Compiling indoc v1.0.9
26752026-05-28T21:46:50.035Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-28T21:46:50.112Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-05-28T21:46:50.276Z Compiling derive_builder v0.20.2
26782026-05-28T21:46:50.452Z Compiling oso-derive v0.27.3
26792026-05-28T21:46:50.612Z Compiling quick-xml v0.37.5
26802026-05-28T21:46:50.710Z Compiling impl-trait-for-tuples v0.2.3
26812026-05-28T21:46:50.896Z Compiling openssl-probe v0.1.6
26822026-05-28T21:46:50.975Z Compiling half v1.8.3
26832026-05-28T21:46:51.208Z Compiling serde_cbor v0.11.2
26842026-05-28T21:46:51.464Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-05-28T21:46:51.885Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-05-28T21:46:51.992Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-05-28T21:46:52.073Z Compiling bb8 v0.8.6
26882026-05-28T21:46:52.177Z Compiling trait-variant v0.1.2
26892026-05-28T21:46:52.218Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26902026-05-28T21:46:52.277Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-05-28T21:46:52.445Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26922026-05-28T21:46:52.512Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-05-28T21:46:52.516Z Compiling samael v0.0.19
26942026-05-28T21:46:52.632Z Compiling fxhash v0.2.1
26952026-05-28T21:46:52.722Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26962026-05-28T21:46:52.745Z Compiling salty v0.3.0
26972026-05-28T21:46:53.057Z Compiling progenitor-impl v0.11.2
26982026-05-28T21:46:53.144Z Compiling progenitor-impl v0.10.0
26992026-05-28T21:46:53.318Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-05-28T21:46:53.639Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-05-28T21:46:53.741Z Compiling kstat-rs v0.2.4
27022026-05-28T21:46:53.893Z Compiling libz-sys v1.1.24
27032026-05-28T21:46:54.151Z Compiling nonempty v0.12.0
27042026-05-28T21:46:54.236Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27052026-05-28T21:46:54.395Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-05-28T21:46:54.507Z Compiling polar-core v0.27.3
27072026-05-28T21:46:55.316Z Compiling progenitor-macro v0.11.2
27082026-05-28T21:46:55.342Z Compiling progenitor-macro v0.10.0
27092026-05-28T21:46:56.803Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-05-28T21:46:57.266Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27112026-05-28T21:46:57.890Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-28T21:46:58.287Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-28T21:46:58.692Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-28T21:46:58.892Z Compiling progenitor-client v0.11.2
27152026-05-28T21:46:59.274Z Compiling darling_core v0.23.0
27162026-05-28T21:46:59.377Z Compiling nanorand v0.7.0
27172026-05-28T21:46:59.448Z Compiling arc-swap v1.8.2
27182026-05-28T21:46:59.470Z Compiling fs-err v2.11.0
27192026-05-28T21:46:59.707Z Compiling parking_lot_core v0.8.6
27202026-05-28T21:46:59.966Z Compiling slog-scope v4.4.1
27212026-05-28T21:47:00.001Z Compiling mime_guess v2.0.5
27222026-05-28T21:47:00.056Z Compiling flume v0.11.1
27232026-05-28T21:47:00.419Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27242026-05-28T21:47:00.463Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27252026-05-28T21:47:00.534Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27262026-05-28T21:47:01.481Z Compiling darling_macro v0.23.0
27272026-05-28T21:47:01.989Z Compiling progenitor v0.10.0
27282026-05-28T21:47:02.184Z Compiling progenitor v0.11.2
27292026-05-28T21:47:02.382Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-05-28T21:47:03.407Z Compiling oso v0.27.3
27312026-05-28T21:47:03.973Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27322026-05-28T21:47:04.790Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27332026-05-28T21:47:04.956Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-05-28T21:47:08.105Z Compiling async-bb8-diesel v0.2.1
27352026-05-28T21:47:08.400Z Compiling diesel-dtrace v0.5.0
27362026-05-28T21:47:08.633Z Compiling primeorder v0.13.6
27372026-05-28T21:47:08.718Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-05-28T21:47:08.957Z Compiling instability v0.3.11
27392026-05-28T21:47:09.167Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-28T21:47:09.464Z Compiling p384 v0.13.1
27412026-05-28T21:47:09.895Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-05-28T21:47:10.164Z Compiling darling v0.23.0
27432026-05-28T21:47:10.323Z Compiling slog-stdlog v4.1.1
27442026-05-28T21:47:10.806Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-05-28T21:47:10.927Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-28T21:47:11.081Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-05-28T21:47:11.144Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-28T21:47:11.197Z Compiling ignore v0.4.25
27492026-05-28T21:47:11.611Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-28T21:47:11.765Z Compiling castaway v0.2.4
27512026-05-28T21:47:11.919Z Compiling atty v0.2.14
27522026-05-28T21:47:12.073Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-28T21:47:12.313Z Compiling http-range v0.1.5
27542026-05-28T21:47:12.335Z Compiling indoc v2.0.7
27552026-05-28T21:47:12.656Z Compiling parse-size v1.1.0
27562026-05-28T21:47:12.882Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27572026-05-28T21:47:12.998Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-28T21:47:13.590Z Compiling compact_str v0.8.1
27592026-05-28T21:47:13.636Z Compiling globwalk v0.9.1
27602026-05-28T21:47:14.333Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-05-28T21:47:14.764Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-05-28T21:47:14.892Z Compiling parking_lot v0.11.2
27632026-05-28T21:47:15.257Z Compiling slog-envlogger v2.2.0
27642026-05-28T21:47:15.818Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-28T21:47:16.261Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-05-28T21:47:16.424Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-28T21:47:16.519Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-05-28T21:47:16.849Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-05-28T21:47:17.015Z Compiling predicates-tree v1.0.13
27702026-05-28T21:47:17.284Z Compiling unicode-truncate v1.1.0
27712026-05-28T21:47:17.330Z Compiling lru v0.12.5
27722026-05-28T21:47:17.434Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-28T21:47:17.488Z Compiling rand_seeder v0.4.0
27742026-05-28T21:47:17.525Z Compiling prefix-trie v0.7.0
27752026-05-28T21:47:17.566Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-28T21:47:17.809Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-28T21:47:18.007Z Compiling vergen-git2 v1.0.7
27782026-05-28T21:47:18.029Z Compiling illumos-nvpair-sys v0.2.0
27792026-05-28T21:47:18.055Z Compiling corncobs v0.1.4
27802026-05-28T21:47:18.059Z Compiling cassowary v0.3.0
27812026-05-28T21:47:18.132Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-05-28T21:47:18.241Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-28T21:47:18.308Z Compiling hickory-server v0.25.2
27842026-05-28T21:47:18.333Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-05-28T21:47:18.370Z Compiling camino-tempfile-ext v0.3.3
27862026-05-28T21:47:18.457Z Compiling ratatui v0.29.0
27872026-05-28T21:47:18.597Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-28T21:47:18.994Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-05-28T21:47:19.035Z Compiling hyper-staticfile v0.10.1
27902026-05-28T21:47:19.692Z Compiling sled v0.34.7
27912026-05-28T21:47:20.124Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-05-28T21:47:20.246Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-05-28T21:47:20.786Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-05-28T21:47:22.551Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-28T21:47:22.780Z Compiling secrecy v0.8.0
27962026-05-28T21:47:22.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-05-28T21:47:22.959Z Compiling rustls v0.21.12
27982026-05-28T21:47:23.250Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-05-28T21:47:23.380Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-05-28T21:47:23.680Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-28T21:47:23.778Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-05-28T21:47:24.149Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-28T21:47:25.092Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-05-28T21:47:26.115Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-28T21:47:26.712Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-05-28T21:47:27.537Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-05-28T21:47:27.776Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-05-28T21:47:28.001Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-05-28T21:47:28.024Z Compiling sct v0.7.1
28102026-05-28T21:47:28.222Z Compiling rustls-webpki v0.101.7
28112026-05-28T21:47:28.295Z Compiling nix v0.29.0
28122026-05-28T21:47:28.326Z Compiling dropshot v0.16.7
28132026-05-28T21:47:28.584Z Compiling void v1.0.2
28142026-05-28T21:47:28.745Z Compiling lzss v0.8.2
28152026-05-28T21:47:29.182Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-05-28T21:47:29.213Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-05-28T21:47:29.524Z Compiling illumos-nvpair v0.3.0
28182026-05-28T21:47:29.929Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-05-28T21:47:30.258Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-05-28T21:47:30.330Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-05-28T21:47:30.579Z Compiling tungstenite v0.23.0
28222026-05-28T21:47:30.987Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-28T21:47:31.573Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28242026-05-28T21:47:31.801Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-05-28T21:47:32.022Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28262026-05-28T21:47:32.045Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-05-28T21:47:32.259Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-05-28T21:47:32.281Z Compiling toml v0.9.12+spec-1.1.0
28292026-05-28T21:47:32.491Z Compiling nix v0.27.1
28302026-05-28T21:47:32.930Z Compiling dropshot_endpoint v0.16.7
28312026-05-28T21:47:33.087Z Compiling serde_bytes v0.11.19
28322026-05-28T21:47:33.402Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28332026-05-28T21:47:33.443Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-28T21:47:33.857Z Compiling tokio-tungstenite v0.23.1
28352026-05-28T21:47:34.273Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-05-28T21:47:35.112Z Compiling git2 v0.20.4
28372026-05-28T21:47:36.456Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28382026-05-28T21:47:38.079Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-05-28T21:47:38.118Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-28T21:47:38.968Z Compiling tokio-rustls v0.24.1
28412026-05-28T21:47:39.268Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-05-28T21:47:39.725Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-05-28T21:47:39.899Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-05-28T21:47:39.924Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-05-28T21:47:40.330Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28462026-05-28T21:47:40.679Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-05-28T21:47:41.133Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-05-28T21:47:41.166Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-05-28T21:47:41.932Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-05-28T21:47:42.260Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-05-28T21:47:42.637Z Compiling rustls-pemfile v1.0.4
28522026-05-28T21:47:42.826Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-05-28T21:47:43.045Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-05-28T21:47:43.165Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-05-28T21:47:43.936Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-05-28T21:47:44.504Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-05-28T21:47:45.896Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-05-28T21:47:46.555Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-05-28T21:47:46.798Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-05-28T21:47:46.906Z Compiling signal-hook-tokio v0.3.1
28612026-05-28T21:47:47.127Z Compiling twox-hash v2.1.2
28622026-05-28T21:47:47.214Z Compiling yasna v0.5.2
28632026-05-28T21:47:47.507Z Compiling is_ci v1.2.0
28642026-05-28T21:47:47.531Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28652026-05-28T21:47:47.689Z Compiling supports-color v3.0.2
28662026-05-28T21:47:47.781Z Compiling rcgen v0.12.1
28672026-05-28T21:47:48.054Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-05-28T21:47:48.344Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-05-28T21:47:48.373Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28702026-05-28T21:47:48.778Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28712026-05-28T21:47:49.116Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-05-28T21:47:51.547Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-05-28T21:47:52.220Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-05-28T21:47:52.566Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-05-28T21:47:52.687Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-05-28T21:47:52.917Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-05-28T21:47:53.145Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-05-28T21:47:53.326Z Compiling fatfs v0.3.6
28792026-05-28T21:47:53.365Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-05-28T21:47:54.534Z Compiling rtoolbox v0.0.3
28812026-05-28T21:47:54.709Z Compiling subprocess v0.2.15
28822026-05-28T21:47:54.824Z Compiling seq-macro v0.3.6
28832026-05-28T21:47:55.340Z Compiling assert_matches v1.5.0
28842026-05-28T21:47:55.471Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-05-28T21:47:55.982Z Compiling rpassword v7.4.0
28862026-05-28T21:47:56.300Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-05-28T21:47:56.358Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28882026-05-28T21:47:56.855Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-05-28T21:47:56.888Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-28T21:47:57.033Z Compiling tui-tree-widget v0.23.1
28912026-05-28T21:47:57.068Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-05-28T21:47:57.345Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-05-28T21:47:57.861Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-05-28T21:47:58.792Z Compiling uzers v0.12.2
28952026-05-28T21:47:59.327Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-05-28T21:48:00.246Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-05-28T21:48:00.672Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-05-28T21:48:01.533Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-05-28T21:48:03.269Z Compiling support-bundle-viewer v0.1.2
29002026-05-28T21:48:05.172Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-05-28T21:48:05.265Z Compiling multimap v0.10.1
29022026-05-28T21:48:13.447Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29032026-05-28T21:48:14.177Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29042026-05-28T21:48:16.580Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-28T21:48:25.515Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-05-28T21:55:18.714Z Finished `release` profile [optimized] target(s) in 9m 05s
29072026-05-28T21:56:05.171Z
29082026-05-28T21:56:05.171Zreal 9:53.215522495
29092026-05-28T21:56:05.175Zuser 1:18:40.661484945
29102026-05-28T21:56:05.175Zsys 3:33.297607691
29112026-05-28T21:56:05.175Ztrap 1.736244645
29122026-05-28T21:56:05.175Ztflt 2.742368864
29132026-05-28T21:56:05.175Zdflt 16.636350522
29142026-05-28T21:56:05.175Zkflt 0.123492054
29152026-05-28T21:56:05.175Zlock 7:26:24.856105834
29162026-05-28T21:56:05.175Zslp 2:18:24.235807584
29172026-05-28T21:56:05.175Zlat 2:31.652655513
29182026-05-28T21:56:05.175Zstop 5:26.316004870
29192026-05-28T21:56:05.175Z+ mapfile -t packages
29202026-05-28T21:56:05.175Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-05-28T21:56:06.231Z Finished `release` profile [optimized] target(s) in 0.94s
29222026-05-28T21:56:06.248Z Running `target/release/omicron-package -t test list-outputs`
29232026-05-28T21:56:06.268ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-05-28T21:56:06.271Z+ ptime -m cargo build --locked --release -p xtask
29252026-05-28T21:56:06.817Z Compiling libc v0.2.185
29262026-05-28T21:56:06.817Z Compiling serde v1.0.228
29272026-05-28T21:56:06.840Z Compiling serde_core v1.0.228
29282026-05-28T21:56:06.840Z Compiling rustix v1.1.3
29292026-05-28T21:56:06.921Z Compiling bitflags v2.11.0
29302026-05-28T21:56:06.931Z Compiling serde_json v1.0.149
29312026-05-28T21:56:06.952Z Compiling num-traits v0.2.19
29322026-05-28T21:56:06.952Z Compiling smallvec v1.15.1
29332026-05-28T21:56:06.969Z Compiling syn v2.0.117
29342026-05-28T21:56:06.998Z Compiling indexmap v2.14.0
29352026-05-28T21:56:06.998Z Compiling usdt-impl v0.5.0
29362026-05-28T21:56:07.013Z Compiling syn v1.0.109
29372026-05-28T21:56:07.032Z Compiling percent-encoding v2.3.2
29382026-05-28T21:56:07.032Z Compiling log v0.4.29
29392026-05-28T21:56:07.381Z Compiling getrandom v0.4.1
29402026-05-28T21:56:07.398Z Compiling form_urlencoded v1.2.2
29412026-05-28T21:56:07.415Z Compiling fs-err v3.3.0
29422026-05-28T21:56:07.518Z Compiling anyhow v1.0.102
29432026-05-28T21:56:07.537Z Compiling heck v0.4.1
29442026-05-28T21:56:07.604Z Compiling once_cell v1.21.3
29452026-05-28T21:56:07.959Z Compiling errno v0.3.14
29462026-05-28T21:56:07.959Z Compiling thread-id v4.2.2
29472026-05-28T21:56:07.963Z Compiling memmap v0.7.0
29482026-05-28T21:56:08.234Z Compiling ordered-float v2.10.1
29492026-05-28T21:56:08.818Z Compiling proc-macro-error v1.0.4
29502026-05-28T21:56:09.174Z Compiling tabled_derive v0.7.0
29512026-05-28T21:56:09.245Z Compiling terminal_size v0.4.3
29522026-05-28T21:56:09.245Z Compiling tempfile v3.25.0
29532026-05-28T21:56:09.371Z Compiling clap_builder v4.5.60
29542026-05-28T21:56:09.371Z Compiling textwrap v0.16.2
29552026-05-28T21:56:09.536Z Compiling camino-tempfile v1.4.1
29562026-05-28T21:56:09.842Z Compiling synstructure v0.13.2
29572026-05-28T21:56:09.842Z Compiling pest_generator v2.8.6
29582026-05-28T21:56:09.941Z Compiling tabled v0.15.0
29592026-05-28T21:56:10.353Z Compiling serde_derive v1.0.228
29602026-05-28T21:56:10.353Z Compiling zerofrom-derive v0.1.6
29612026-05-28T21:56:10.357Z Compiling yoke-derive v0.8.1
29622026-05-28T21:56:10.357Z Compiling zerovec-derive v0.11.2
29632026-05-28T21:56:10.357Z Compiling displaydoc v0.2.5
29642026-05-28T21:56:10.357Z Compiling thiserror-impl v1.0.69
29652026-05-28T21:56:10.357Z Compiling zerocopy-derive v0.7.35
29662026-05-28T21:56:10.378Z Compiling scroll_derive v0.12.1
29672026-05-28T21:56:10.449Z Compiling pest_derive v2.8.6
29682026-05-28T21:56:10.452Z Compiling thiserror-impl v2.0.18
29692026-05-28T21:56:10.944Z Compiling clap_derive v4.5.55
29702026-05-28T21:56:11.154Z Compiling scroll v0.12.0
29712026-05-28T21:56:11.328Z Compiling zerocopy v0.7.35
29722026-05-28T21:56:11.498Z Compiling goblin v0.8.2
29732026-05-28T21:56:11.698Z Compiling zerofrom v0.1.6
29742026-05-28T21:56:11.712Z Compiling thiserror v1.0.69
29752026-05-28T21:56:11.857Z Compiling yoke v0.8.1
29762026-05-28T21:56:11.870Z Compiling dtrace-parser v0.2.0
29772026-05-28T21:56:12.052Z Compiling thiserror v2.0.18
29782026-05-28T21:56:12.120Z Compiling zerovec v0.11.5
29792026-05-28T21:56:12.190Z Compiling zerotrie v0.2.3
29802026-05-28T21:56:12.927Z Compiling tinystr v0.8.2
29812026-05-28T21:56:13.006Z Compiling potential_utf v0.1.4
29822026-05-28T21:56:13.261Z Compiling icu_locale_core v2.1.1
29832026-05-28T21:56:13.292Z Compiling icu_collections v2.1.1
29842026-05-28T21:56:14.107Z Compiling clap v4.5.60
29852026-05-28T21:56:14.228Z Compiling icu_provider v2.1.1
29862026-05-28T21:56:14.242Z Compiling serde_spanned v0.6.9
29872026-05-28T21:56:14.264Z Compiling toml_datetime v0.6.11
29882026-05-28T21:56:14.286Z Compiling serde-value v0.7.0
29892026-05-28T21:56:14.303Z Compiling cargo-platform v0.2.0
29902026-05-28T21:56:14.415Z Compiling macaddr v1.0.1
29912026-05-28T21:56:14.497Z Compiling toml_edit v0.22.27
29922026-05-28T21:56:14.687Z Compiling icu_normalizer v2.1.1
29932026-05-28T21:56:14.757Z Compiling icu_properties v2.1.2
29942026-05-28T21:56:14.775Z Compiling dof v0.3.0
29952026-05-28T21:56:14.819Z Compiling serde_tokenstream v0.2.3
29962026-05-28T21:56:15.777Z Compiling usdt-macro v0.5.0
29972026-05-28T21:56:15.877Z Compiling idna_adapter v1.2.1
29982026-05-28T21:56:15.893Z Compiling usdt-attr-macro v0.5.0
29992026-05-28T21:56:16.047Z Compiling idna v1.1.0
30002026-05-28T21:56:16.356Z Compiling toml v0.8.23
30012026-05-28T21:56:16.474Z Compiling url v2.5.8
30022026-05-28T21:56:16.639Z Compiling usdt v0.5.0
30032026-05-28T21:56:17.064Z Compiling cargo_toml v0.21.0
30042026-05-28T21:56:17.143Z Compiling cargo-util-schemas v0.8.2
30052026-05-28T21:56:18.901Z Compiling cargo_metadata v0.21.0
30062026-05-28T21:56:24.608Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-05-28T21:56:27.607Z Finished `release` profile [optimized] target(s) in 21.32s
30082026-05-28T21:56:27.738Z
30092026-05-28T21:56:27.738Zreal 21.433778770
30102026-05-28T21:56:27.738Zuser 2:35.854880335
30112026-05-28T21:56:27.738Zsys 26.123143567
30122026-05-28T21:56:27.742Ztrap 0.087213046
30132026-05-28T21:56:27.742Ztflt 3.447166468
30142026-05-28T21:56:27.742Zdflt 1.281391150
30152026-05-28T21:56:27.742Zkflt 0.000069250
30162026-05-28T21:56:27.742Zlock 6:59.174711217
30172026-05-28T21:56:27.742Zslp 4:19.126659886
30182026-05-28T21:56:27.742Zlat 11.582173633
30192026-05-28T21:56:27.743Zstop 21.414648509
30202026-05-28T21:56:27.743Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-05-28T21:56:27.743Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-28T21:56:27.743Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-05-28T21:56:27.743Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-28T21:56:27.743Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-05-28T21:56:28.687Z Compiling newtype-uuid-macros v0.1.0
30262026-05-28T21:56:28.691Z Compiling regress v0.10.5
30272026-05-28T21:56:28.691Z Compiling structmeta-derive v0.3.0
30282026-05-28T21:56:28.691Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-05-28T21:56:28.691Z Compiling rustls v0.22.4
30302026-05-28T21:56:28.852Z Compiling rustls-webpki v0.102.8
30312026-05-28T21:56:28.856Z Compiling multer v3.1.0
30322026-05-28T21:56:28.856Z Compiling compression-core v0.4.31
30332026-05-28T21:56:28.856Z Compiling match_cfg v0.1.0
30342026-05-28T21:56:28.856Z Compiling debug-ignore v1.0.5
30352026-05-28T21:56:28.856Z Compiling slog-json v2.6.1
30362026-05-28T21:56:28.856Z Compiling async-stream-impl v0.3.6
30372026-05-28T21:56:28.856Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-05-28T21:56:28.881Z Compiling serde_spanned v1.0.4
30392026-05-28T21:56:28.885Z Compiling dropshot v0.17.0
30402026-05-28T21:56:28.885Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-05-28T21:56:29.136Z Compiling hostname v0.3.1
30422026-05-28T21:56:29.140Z Compiling progenitor-client v0.14.0
30432026-05-28T21:56:29.140Z Compiling itertools v0.14.0
30442026-05-28T21:56:29.208Z Compiling compression-codecs v0.4.37
30452026-05-28T21:56:29.227Z Compiling toml v1.0.6+spec-1.1.0
30462026-05-28T21:56:29.247Z Compiling slog-bunyan v2.5.0
30472026-05-28T21:56:29.262Z Compiling waitgroup v0.1.2
30482026-05-28T21:56:29.296Z Compiling rustls-pemfile v2.2.0
30492026-05-28T21:56:29.299Z Compiling dropshot_endpoint v0.17.0
30502026-05-28T21:56:29.317Z Compiling hostname v0.4.2
30512026-05-28T21:56:29.422Z Compiling async-compression v0.4.41
30522026-05-28T21:56:29.440Z Compiling serde_path_to_error v0.1.20
30532026-05-28T21:56:29.494Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-05-28T21:56:29.533Z Compiling macaddr v1.0.1
30552026-05-28T21:56:29.552Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-05-28T21:56:29.575Z Compiling instant v0.1.13
30572026-05-28T21:56:29.602Z Compiling async-stream v0.3.6
30582026-05-28T21:56:29.619Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-05-28T21:56:29.691Z Compiling progenitor-client v0.10.0
30602026-05-28T21:56:29.707Z Compiling backon v1.6.0
30612026-05-28T21:56:29.750Z Compiling backoff v0.4.0
30622026-05-28T21:56:29.779Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-05-28T21:56:29.797Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-05-28T21:56:29.815Z Compiling universal-hash v0.5.1
30652026-05-28T21:56:29.886Z Compiling progenitor-extras v0.2.0
30662026-05-28T21:56:29.889Z Compiling opaque-debug v0.3.1
30672026-05-28T21:56:29.930Z Compiling unsafe-libyaml v0.2.11
30682026-05-28T21:56:29.968Z Compiling structmeta v0.3.0
30692026-05-28T21:56:29.987Z Compiling half v2.7.1
30702026-05-28T21:56:29.991Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-05-28T21:56:29.991Z Compiling ciborium-io v0.2.2
30722026-05-28T21:56:30.043Z Compiling crucible-workspace-hack v0.1.0
30732026-05-28T21:56:30.047Z Compiling regress v0.11.1
30742026-05-28T21:56:30.145Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-05-28T21:56:30.164Z Compiling convert_case v0.4.0
30762026-05-28T21:56:30.180Z Compiling aead v0.5.2
30772026-05-28T21:56:30.214Z Compiling derive-ex v0.1.8
30782026-05-28T21:56:30.233Z Compiling parse-display-derive v0.10.0
30792026-05-28T21:56:30.275Z Compiling ciborium-ll v0.2.2
30802026-05-28T21:56:30.317Z Compiling secrecy v0.10.3
30812026-05-28T21:56:30.387Z Compiling poly1305 v0.8.0
30822026-05-28T21:56:30.405Z Compiling chacha20 v0.9.1
30832026-05-28T21:56:30.427Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30842026-05-28T21:56:30.430Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-05-28T21:56:30.501Z Compiling serde_yaml v0.9.34+deprecated
30862026-05-28T21:56:30.523Z Compiling ciborium v0.2.2
30872026-05-28T21:56:30.566Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-05-28T21:56:30.583Z Compiling derive_more v0.99.20
30892026-05-28T21:56:30.684Z Compiling thiserror-impl-no-std v2.0.2
30902026-05-28T21:56:30.714Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-05-28T21:56:30.717Z Compiling byte-wrapper v0.1.0
30922026-05-28T21:56:30.842Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30932026-05-28T21:56:30.924Z Compiling password-hash v0.5.0
30942026-05-28T21:56:30.944Z Compiling blake2 v0.10.6
30952026-05-28T21:56:31.090Z Compiling chacha20poly1305 v0.10.1
30962026-05-28T21:56:31.124Z Compiling indent_write v2.2.0
30972026-05-28T21:56:31.141Z Compiling heapless v0.8.0
30982026-05-28T21:56:31.177Z Compiling ingot-macros v0.1.1
30992026-05-28T21:56:31.265Z Compiling argon2 v0.5.3
31002026-05-28T21:56:31.294Z Compiling tabwriter v1.4.1
31012026-05-28T21:56:31.368Z Compiling tokio-rustls v0.25.0
31022026-05-28T21:56:31.525Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-05-28T21:56:31.550Z Compiling num-rational v0.4.2
31042026-05-28T21:56:31.658Z Compiling typify-impl v0.6.2
31052026-05-28T21:56:31.921Z Compiling thiserror-no-std v2.0.2
31062026-05-28T21:56:31.969Z Compiling test-strategy v0.4.5
31072026-05-28T21:56:31.989Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-05-28T21:56:32.007Z Compiling parse-display v0.10.0
31092026-05-28T21:56:32.045Z Compiling vsss-rs v3.3.4
31102026-05-28T21:56:32.175Z Compiling hash32 v0.3.1
31112026-05-28T21:56:32.282Z Compiling num-complex v0.4.6
31122026-05-28T21:56:32.311Z Compiling smoltcp v0.11.0
31132026-05-28T21:56:32.337Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-05-28T21:56:32.495Z Compiling proc-macro-crate v3.4.0
31152026-05-28T21:56:32.579Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-28T21:56:32.639Z Compiling num v0.4.3
31172026-05-28T21:56:32.720Z Compiling atomicwrites v0.4.4
31182026-05-28T21:56:32.739Z Compiling cobs v0.3.0
31192026-05-28T21:56:32.742Z Compiling colored v3.1.1
31202026-05-28T21:56:32.773Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-05-28T21:56:32.823Z Compiling float-ord v0.3.2
31222026-05-28T21:56:32.927Z Compiling postcard v1.1.3
31232026-05-28T21:56:32.965Z Compiling proc-macro-error v1.0.4
31242026-05-28T21:56:32.982Z Compiling proc-macro-crate v1.3.1
31252026-05-28T21:56:33.027Z Compiling foreign-types-macros v0.2.3
31262026-05-28T21:56:33.082Z Compiling num_enum_derive v0.7.5
31272026-05-28T21:56:33.102Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-05-28T21:56:33.147Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31292026-05-28T21:56:33.198Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-05-28T21:56:33.294Z Compiling cpufeatures v0.3.0
31312026-05-28T21:56:33.310Z Compiling rayon-core v1.13.0
31322026-05-28T21:56:33.335Z Compiling foreign-types-shared v0.3.1
31332026-05-28T21:56:33.372Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-05-28T21:56:33.425Z Compiling chacha20 v0.10.0
31352026-05-28T21:56:33.445Z Compiling num_enum_derive v0.5.11
31362026-05-28T21:56:33.483Z Compiling toml v0.8.23
31372026-05-28T21:56:33.487Z Compiling crossbeam-deque v0.8.6
31382026-05-28T21:56:33.545Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31392026-05-28T21:56:33.569Z Compiling camino-tempfile v1.4.1
31402026-05-28T21:56:33.606Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-05-28T21:56:33.635Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31422026-05-28T21:56:33.708Z Compiling foreign-types v0.5.0
31432026-05-28T21:56:33.759Z Compiling cstr-argument v0.1.2
31442026-05-28T21:56:33.813Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-05-28T21:56:33.838Z Compiling rand v0.10.0
31462026-05-28T21:56:33.947Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-28T21:56:34.059Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-05-28T21:56:34.099Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-05-28T21:56:34.133Z Compiling zone_cfg_derive v0.3.1
31502026-05-28T21:56:34.173Z Compiling ingot-types v0.1.2
31512026-05-28T21:56:34.194Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31522026-05-28T21:56:34.232Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-28T21:56:34.251Z Compiling num_enum v0.7.5
31542026-05-28T21:56:34.254Z Compiling itertools v0.12.1
31552026-05-28T21:56:34.254Z Compiling num-derive v0.4.2
31562026-05-28T21:56:34.348Z Compiling rayon v1.11.0
31572026-05-28T21:56:34.367Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31582026-05-28T21:56:34.404Z Compiling sigpipe v0.1.3
31592026-05-28T21:56:34.459Z Compiling prettyplease v0.2.37
31602026-05-28T21:56:34.475Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-05-28T21:56:34.516Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-05-28T21:56:34.563Z Compiling ingot v0.1.1
31632026-05-28T21:56:34.597Z Compiling num_enum v0.5.11
31642026-05-28T21:56:34.635Z Compiling glob v0.3.3
31652026-05-28T21:56:34.740Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662026-05-28T21:56:34.757Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31672026-05-28T21:56:34.778Z Compiling smf v0.2.3
31682026-05-28T21:56:34.815Z Compiling whoami v1.6.1
31692026-05-28T21:56:34.851Z Compiling usdt-macro v0.5.0
31702026-05-28T21:56:35.068Z Compiling usdt-attr-macro v0.5.0
31712026-05-28T21:56:35.085Z Compiling gethostname v0.5.0
31722026-05-28T21:56:35.139Z Compiling memmap v0.7.0
31732026-05-28T21:56:35.243Z Compiling derive-where v1.6.0
31742026-05-28T21:56:35.259Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31752026-05-28T21:56:35.317Z Compiling progenitor-client v0.13.0
31762026-05-28T21:56:35.345Z Compiling resolv-conf v0.7.6
31772026-05-28T21:56:35.362Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-05-28T21:56:35.534Z Compiling zone v0.3.1
31792026-05-28T21:56:35.555Z Compiling owo-colors v4.3.0
31802026-05-28T21:56:35.650Z Compiling cancel-safe-futures v0.1.5
31812026-05-28T21:56:35.670Z Compiling libsw-core v0.3.2
31822026-05-28T21:56:35.673Z Compiling console v0.15.11
31832026-05-28T21:56:35.729Z Compiling hickory-proto v0.24.4
31842026-05-28T21:56:35.869Z Compiling libsw v3.5.0
31852026-05-28T21:56:35.917Z Compiling usdt v0.5.0
31862026-05-28T21:56:36.001Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-28T21:56:36.084Z Compiling newline-converter v0.3.0
31882026-05-28T21:56:36.174Z Compiling libefi-sys v0.1.0
31892026-05-28T21:56:36.208Z Compiling linked-hash-map v0.5.6
31902026-05-28T21:56:36.226Z Compiling linear-map v1.2.0
31912026-05-28T21:56:36.229Z Compiling expectorate v1.2.0
31922026-05-28T21:56:36.263Z Compiling git-stub v1.0.0
31932026-05-28T21:56:36.290Z Compiling bitfield-struct v0.6.2
31942026-05-28T21:56:36.320Z Compiling semver v0.1.20
31952026-05-28T21:56:36.387Z Compiling typify-macro v0.6.2
31962026-05-28T21:56:36.405Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31972026-05-28T21:56:36.443Z Compiling lru-cache v0.1.2
31982026-05-28T21:56:36.447Z Compiling git-stub-vcs v0.1.0
31992026-05-28T21:56:36.550Z Compiling rustc_version v0.1.7
32002026-05-28T21:56:36.568Z Compiling tokio-dtrace v0.1.1
32012026-05-28T21:56:36.595Z Compiling dropshot-api-manager-types v0.7.1
32022026-05-28T21:56:36.629Z Compiling slog-dtrace v0.3.0
32032026-05-28T21:56:36.648Z Compiling minimal-lexical v0.2.1
32042026-05-28T21:56:36.651Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-05-28T21:56:36.703Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-28T21:56:36.768Z Compiling oxide-tokio-rt v0.1.4
32072026-05-28T21:56:36.816Z Compiling newtype_derive v0.1.6
32082026-05-28T21:56:36.834Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-05-28T21:56:36.857Z Compiling nom v7.1.3
32102026-05-28T21:56:36.894Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-28T21:56:36.936Z Compiling typify-impl v0.4.3
32122026-05-28T21:56:36.955Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-05-28T21:56:36.959Z Compiling phf_shared v0.12.1
32142026-05-28T21:56:36.989Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-05-28T21:56:37.047Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32162026-05-28T21:56:37.071Z Compiling csv-core v0.1.13
32172026-05-28T21:56:37.093Z Compiling highway v1.3.0
32182026-05-28T21:56:37.183Z Compiling chrono-tz v0.10.4
32192026-05-28T21:56:37.203Z Compiling xshell-macros v0.2.7
32202026-05-28T21:56:37.366Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-28T21:56:37.426Z Compiling csv v1.4.0
32222026-05-28T21:56:37.451Z Compiling const_format_proc_macros v0.2.34
32232026-05-28T21:56:37.502Z Compiling phf v0.12.1
32242026-05-28T21:56:37.603Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-28T21:56:37.632Z Compiling xshell v0.2.7
32262026-05-28T21:56:37.682Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32272026-05-28T21:56:37.788Z Compiling primeorder v0.13.6
32282026-05-28T21:56:37.838Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-05-28T21:56:37.922Z Compiling hickory-resolver v0.24.4
32302026-05-28T21:56:38.174Z Compiling tabled_derive v0.7.0
32312026-05-28T21:56:38.193Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-05-28T21:56:38.219Z Compiling bcs v0.1.6
32332026-05-28T21:56:38.241Z Compiling typify v0.6.2
32342026-05-28T21:56:38.244Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-05-28T21:56:38.302Z Compiling const_format v0.2.35
32362026-05-28T21:56:38.363Z Compiling progenitor-impl v0.14.0
32372026-05-28T21:56:38.382Z Compiling progenitor-impl v0.13.0
32382026-05-28T21:56:38.571Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32392026-05-28T21:56:38.644Z Compiling tagptr v0.2.0
32402026-05-28T21:56:38.723Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32412026-05-28T21:56:38.810Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32422026-05-28T21:56:38.830Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-05-28T21:56:38.865Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-05-28T21:56:39.002Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32452026-05-28T21:56:39.143Z Compiling qorb v0.4.1
32462026-05-28T21:56:39.185Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32472026-05-28T21:56:39.290Z Compiling salty v0.3.0
32482026-05-28T21:56:39.372Z Compiling termtree v0.5.1
32492026-05-28T21:56:39.493Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-28T21:56:39.560Z Compiling textwrap v0.16.2
32512026-05-28T21:56:39.606Z Compiling tabled v0.15.0
32522026-05-28T21:56:39.793Z Compiling moka v0.12.13
32532026-05-28T21:56:40.043Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-28T21:56:40.075Z Compiling steno v0.4.1
32552026-05-28T21:56:40.238Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-05-28T21:56:40.289Z Compiling radium v0.7.0
32572026-05-28T21:56:40.402Z Compiling humantime v2.3.0
32582026-05-28T21:56:40.547Z Compiling base64 v0.21.7
32592026-05-28T21:56:40.600Z Compiling hickory-resolver v0.25.2
32602026-05-28T21:56:40.641Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32612026-05-28T21:56:40.704Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-05-28T21:56:40.914Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32632026-05-28T21:56:40.971Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32642026-05-28T21:56:41.067Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32652026-05-28T21:56:41.146Z Compiling progenitor-macro v0.14.0
32662026-05-28T21:56:41.178Z Compiling progenitor-macro v0.13.0
32672026-05-28T21:56:41.268Z Compiling p384 v0.13.1
32682026-05-28T21:56:41.286Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-05-28T21:56:41.335Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32702026-05-28T21:56:41.405Z Compiling tap v1.0.1
32712026-05-28T21:56:41.556Z Compiling maybe-uninit v2.0.0
32722026-05-28T21:56:41.577Z Compiling typify-macro v0.4.3
32732026-05-28T21:56:41.807Z Compiling wyz v0.5.1
32742026-05-28T21:56:41.826Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-05-28T21:56:41.947Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32762026-05-28T21:56:42.015Z Compiling proc-macro-error-attr2 v2.0.0
32772026-05-28T21:56:42.041Z Compiling utf-8 v0.7.6
32782026-05-28T21:56:42.105Z Compiling funty v2.0.0
32792026-05-28T21:56:42.252Z Compiling parking_lot_core v0.8.6
32802026-05-28T21:56:42.330Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-05-28T21:56:42.405Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-05-28T21:56:42.466Z Compiling packed_struct v0.10.1
32832026-05-28T21:56:42.561Z Compiling proc-macro-error2 v2.0.1
32842026-05-28T21:56:42.602Z Compiling bitvec v1.0.1
32852026-05-28T21:56:42.629Z Compiling tungstenite v0.21.0
32862026-05-28T21:56:42.727Z Compiling polyval v0.6.2
32872026-05-28T21:56:42.748Z Compiling packed_struct_codegen v0.10.1
32882026-05-28T21:56:42.765Z Compiling num-derive v0.3.3
32892026-05-28T21:56:42.798Z Compiling bitfield-macros v0.19.4
32902026-05-28T21:56:42.821Z Compiling zerocopy-derive v0.6.6
32912026-05-28T21:56:42.910Z Compiling indexmap v1.9.3
32922026-05-28T21:56:42.991Z Compiling crc-catalog v2.4.0
32932026-05-28T21:56:43.118Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32942026-05-28T21:56:43.147Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32952026-05-28T21:56:43.186Z Compiling nodrop v0.1.14
32962026-05-28T21:56:43.316Z Compiling array-init v0.0.4
32972026-05-28T21:56:43.411Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-28T21:56:43.411Z Compiling typify v0.4.3
32992026-05-28T21:56:43.449Z Compiling tokio-tungstenite v0.21.0
33002026-05-28T21:56:43.500Z Compiling crc v3.4.0
33012026-05-28T21:56:43.574Z Compiling bitfield v0.19.4
33022026-05-28T21:56:43.590Z Compiling progenitor-impl v0.11.2
33032026-05-28T21:56:43.711Z Compiling tabled_derive v0.11.0
33042026-05-28T21:56:43.733Z Compiling libscf-sys v1.1.0
33052026-05-28T21:56:43.757Z Compiling ghash v0.5.1
33062026-05-28T21:56:43.776Z Compiling zerocopy v0.6.6
33072026-05-28T21:56:43.840Z Compiling smallvec v0.6.14
33082026-05-28T21:56:43.947Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-28T21:56:43.950Z Compiling papergrid v0.17.0
33102026-05-28T21:56:44.145Z Compiling testing_table v0.3.0
33112026-05-28T21:56:44.162Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-28T21:56:44.183Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-05-28T21:56:44.268Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-28T21:56:44.336Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33152026-05-28T21:56:44.384Z Compiling ctr v0.9.2
33162026-05-28T21:56:44.545Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-28T21:56:44.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-28T21:56:44.582Z Compiling hashbrown v0.12.3
33192026-05-28T21:56:44.622Z Compiling unicase v2.9.0
33202026-05-28T21:56:44.752Z Compiling corncobs v0.1.4
33212026-05-28T21:56:44.800Z Compiling illumos-nvpair-sys v0.2.0
33222026-05-28T21:56:44.862Z Compiling mime_guess v2.0.5
33232026-05-28T21:56:44.888Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-05-28T21:56:44.955Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33252026-05-28T21:56:44.974Z Compiling tabled v0.20.0
33262026-05-28T21:56:45.091Z Compiling aes-gcm v0.10.3
33272026-05-28T21:56:45.107Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-28T21:56:45.333Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-05-28T21:56:45.350Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-05-28T21:56:45.369Z Compiling parking_lot v0.11.2
33312026-05-28T21:56:45.485Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-05-28T21:56:45.509Z Compiling serde-hex v0.1.0
33332026-05-28T21:56:45.537Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-05-28T21:56:45.727Z Compiling progenitor-impl v0.10.0
33352026-05-28T21:56:45.789Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-05-28T21:56:45.853Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-28T21:56:45.947Z Compiling ron v0.8.1
33382026-05-28T21:56:45.982Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-05-28T21:56:46.184Z Compiling hashbrown v0.13.2
33402026-05-28T21:56:46.403Z Compiling progenitor-macro v0.11.2
33412026-05-28T21:56:46.423Z Compiling progenitor v0.14.0
33422026-05-28T21:56:46.442Z Compiling progenitor v0.13.0
33432026-05-28T21:56:46.475Z Compiling progenitor-client v0.11.2
33442026-05-28T21:56:46.603Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-28T21:56:46.633Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-05-28T21:56:46.831Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-05-28T21:56:46.882Z Compiling prefix-trie v0.7.0
33482026-05-28T21:56:46.900Z Compiling blowfish v0.9.1
33492026-05-28T21:56:46.942Z Compiling ssh-encoding v0.2.0
33502026-05-28T21:56:47.173Z Compiling fxhash v0.2.1
33512026-05-28T21:56:47.225Z Compiling secrecy v0.8.0
33522026-05-28T21:56:47.243Z Compiling crc-any v2.5.0
33532026-05-28T21:56:47.263Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-05-28T21:56:47.297Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33552026-05-28T21:56:47.342Z Compiling sled v0.34.7
33562026-05-28T21:56:47.458Z Compiling hickory-server v0.25.2
33572026-05-28T21:56:47.515Z Compiling ssh-cipher v0.2.0
33582026-05-28T21:56:47.537Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33592026-05-28T21:56:47.555Z Compiling bcrypt-pbkdf v0.10.0
33602026-05-28T21:56:47.659Z Compiling object v0.30.4
33612026-05-28T21:56:47.928Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-05-28T21:56:47.988Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33632026-05-28T21:56:48.169Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-05-28T21:56:48.320Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33652026-05-28T21:56:48.444Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33662026-05-28T21:56:48.511Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33672026-05-28T21:56:48.904Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33682026-05-28T21:56:48.922Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-05-28T21:56:49.352Z Compiling progenitor-macro v0.10.0
33702026-05-28T21:56:49.673Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-05-28T21:56:49.809Z Compiling password-hash v0.4.2
33722026-05-28T21:56:50.101Z Compiling http-range v0.1.5
33732026-05-28T21:56:50.228Z Compiling crc8 v0.1.1
33742026-05-28T21:56:50.324Z Compiling path-slash v0.1.5
33752026-05-28T21:56:50.342Z Compiling half v1.8.3
33762026-05-28T21:56:50.468Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-05-28T21:56:50.502Z Compiling pbkdf2 v0.11.0
33782026-05-28T21:56:50.642Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-05-28T21:56:50.679Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33802026-05-28T21:56:50.747Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33812026-05-28T21:56:50.765Z Compiling serde_cbor v0.11.2
33822026-05-28T21:56:50.885Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33832026-05-28T21:56:50.947Z Compiling illumos-nvpair v0.3.0
33842026-05-28T21:56:51.240Z Compiling ssh-key v0.6.7
33852026-05-28T21:56:51.508Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33862026-05-28T21:56:51.598Z Compiling progenitor v0.11.2
33872026-05-28T21:56:51.625Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-05-28T21:56:51.644Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33892026-05-28T21:56:51.777Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-05-28T21:56:51.795Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33912026-05-28T21:56:51.835Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33922026-05-28T21:56:51.855Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-28T21:56:51.876Z Compiling p256 v0.13.2
33942026-05-28T21:56:51.972Z Compiling p521 v0.13.3
33952026-05-28T21:56:52.054Z Compiling yasna v0.5.2
33962026-05-28T21:56:52.289Z Compiling kstat-rs v0.2.4
33972026-05-28T21:56:52.377Z Compiling headers-core v0.3.0
33982026-05-28T21:56:52.418Z Compiling nanorand v0.7.0
33992026-05-28T21:56:52.544Z Compiling atty v0.2.14
34002026-05-28T21:56:52.574Z Compiling russh-cryptovec v0.7.3
34012026-05-28T21:56:52.592Z Compiling md5 v0.7.0
34022026-05-28T21:56:52.616Z Compiling home v0.5.12
34032026-05-28T21:56:52.661Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34042026-05-28T21:56:52.683Z Compiling flume v0.11.1
34052026-05-28T21:56:52.751Z Compiling russh-keys v0.45.0
34062026-05-28T21:56:52.778Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34072026-05-28T21:56:52.781Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-05-28T21:56:52.812Z Compiling rcgen v0.12.1
34092026-05-28T21:56:52.834Z Compiling headers v0.4.1
34102026-05-28T21:56:52.882Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-28T21:56:52.983Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-28T21:56:53.000Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-28T21:56:53.027Z Compiling hyper-staticfile v0.10.1
34142026-05-28T21:56:53.327Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34152026-05-28T21:56:53.424Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-05-28T21:56:53.560Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-28T21:56:53.623Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-05-28T21:56:53.692Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192026-05-28T21:56:53.746Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-28T21:56:53.860Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-05-28T21:56:53.941Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-05-28T21:56:54.066Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-05-28T21:56:54.175Z Compiling num-bigint v0.4.6
34242026-05-28T21:56:54.348Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34252026-05-28T21:56:54.406Z Compiling des v0.8.1
34262026-05-28T21:56:54.426Z Compiling progenitor v0.10.0
34272026-05-28T21:56:54.430Z Compiling subprocess v0.2.15
34282026-05-28T21:56:54.464Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-28T21:56:54.484Z Compiling hex-literal v0.4.1
34302026-05-28T21:56:54.506Z Compiling display-error-chain v0.2.2
34312026-05-28T21:56:54.617Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34322026-05-28T21:56:54.637Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-05-28T21:56:54.674Z Compiling colored v2.2.0
34342026-05-28T21:56:54.693Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-05-28T21:56:54.814Z Compiling socket2 v0.5.10
34362026-05-28T21:56:54.832Z Compiling internet-checksum v0.2.1
34372026-05-28T21:56:54.920Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-05-28T21:56:55.343Z Compiling russh v0.45.0
34392026-05-28T21:56:55.415Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-28T21:56:55.576Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-28T21:56:58.019Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34422026-05-28T21:56:58.155Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-05-28T21:56:58.724Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-05-28T21:56:59.198Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-05-28T21:57:00.632Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-05-28T21:57:08.578Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-05-28T21:57:08.578Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-05-28T21:57:08.581Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-05-28T21:57:08.581Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-05-28T21:57:10.348Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-05-28T21:57:10.396Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-05-28T21:57:14.485Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-05-28T21:57:53.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34542026-05-28T21:57:53.664Z
34552026-05-28T21:57:53.664Zreal 1:25.860547315
34562026-05-28T21:57:53.664Zuser 8:13.415682754
34572026-05-28T21:57:53.664Zsys 1:43.158250834
34582026-05-28T21:57:53.664Ztrap 0.257065622
34592026-05-28T21:57:53.664Ztflt 0.569528467
34602026-05-28T21:57:53.664Zdflt 1.610217107
34612026-05-28T21:57:53.664Zkflt 0.000184510
34622026-05-28T21:57:53.664Zlock 29:22.836780191
34632026-05-28T21:57:53.664Zslp 18:59.550397692
34642026-05-28T21:57:53.664Zlat 40.681730312
34652026-05-28T21:57:53.667Zstop 3:04.776496957
34662026-05-28T21:57:53.667Z+ mkdir tests
34672026-05-28T21:57:53.670Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-05-28T21:57:53.670Z+ xargs -I '{}' -t cp '{}' tests/
34692026-05-28T21:57:53.693Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/
34702026-05-28T21:57:53.714Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/
34712026-05-28T21:57:53.735Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/
34722026-05-28T21:57:53.758Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/
34732026-05-28T21:57:53.993Z+ 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)
34742026-05-28T21:57:53.996Z+ 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-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 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
34752026-05-28T21:59:13.551ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-05-28T21:59:13.551Za .github/buildomat/ci-env.sh 1K
34772026-05-28T21:59:13.551Za out/target/test 1K
34782026-05-28T21:59:13.551Za out/npuzone/npuzone 27402K
34792026-05-28T21:59:13.551Za package-manifest.toml 35K
34802026-05-28T21:59:13.551Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-05-28T21:59:13.551Za target/release/omicron-package 45999K
34822026-05-28T21:59:13.551Za target/release/xtask 11449K
34832026-05-28T21:59:13.551Za target/debug/bootstrap 352388K
34842026-05-28T21:59:13.551Za tests/bootstrap-54eb8cb4fad452e9 31215K
34852026-05-28T21:59:13.551Za tests/commtest-e57ddec93a65e07d 32300K
34862026-05-28T21:59:13.551Za tests/dhcp_server-b3d54b1df50298e7 31215K
34872026-05-28T21:59:13.551Za tests/end_to_end_tests-b20bfc9b29c19962 394168K
34882026-05-28T21:59:13.551Za tools/opte_version 1K
34892026-05-28T21:59:13.551Za tools/opte_version_override 2K
34902026-05-28T21:59:13.551Za out/clickhouse.tar.gz 319620K
34912026-05-28T21:59:13.551Za out/clickhouse_keeper.tar.gz 304971K
34922026-05-28T21:59:13.551Za out/clickhouse_server.tar.gz 319617K
34932026-05-28T21:59:13.551Za out/cockroachdb.tar.gz 165160K
34942026-05-28T21:59:13.551Za out/crucible-pantry-zone.tar.gz 44197K
34952026-05-28T21:59:13.551Za out/crucible-utils.tar 17744K
34962026-05-28T21:59:13.551Za out/crucible-zone.tar.gz 58335K
34972026-05-28T21:59:13.551Za out/external-dns.tar.gz 50334K
34982026-05-28T21:59:13.551Za out/internal-dns.tar.gz 50334K
34992026-05-28T21:59:13.551Za out/mg-ddm-gz.tar 95141K
35002026-05-28T21:59:13.551Za out/nexus.tar.gz 221067K
35012026-05-28T21:59:13.551Za out/ntp.tar.gz 32159K
35022026-05-28T21:59:13.551Za out/omicron-gateway-softnpu.tar.gz 29751K
35032026-05-28T21:59:13.551Za out/omicron-sled-agent.tar 205657K
35042026-05-28T21:59:13.551Za out/overlay.tar.gz 3K
35052026-05-28T21:59:13.551Za out/oximeter.tar.gz 67426K
35062026-05-28T21:59:13.552Za out/oxlog.tar 3782K
35072026-05-28T21:59:13.552Za out/probe.tar.gz 3037K
35082026-05-28T21:59:13.552Za out/propolis-server.tar.gz 38727K
35092026-05-28T21:59:13.552Za out/pumpkind-gz.tar 26647K
35102026-05-28T21:59:13.552Za out/switch-softnpu.tar.gz 397265K
35112026-05-28T21:59:13.555Z
35122026-05-28T21:59:13.555Zreal 1:19.555898181
35132026-05-28T21:59:13.555Zuser 1:16.921933651
35142026-05-28T21:59:13.555Zsys 4.388910169
35152026-05-28T21:59:13.555Ztrap 0.005752828
35162026-05-28T21:59:13.555Ztflt 0.000000000
35172026-05-28T21:59:13.555Zdflt 0.000000000
35182026-05-28T21:59:13.555Zkflt 0.000000000
35192026-05-28T21:59:13.555Zlock 0.000000000
35202026-05-28T21:59:13.555Zslp 1:16.882100251
35212026-05-28T21:59:13.555Zlat 0.907422487
35222026-05-28T21:59:13.555Zstop 0.000213650
35232026-05-28T21:59:13.555Zprocess exited: duration 1013754 ms, exit code 0
 
35242026-05-28T21:59:13.569Zfound 1 output files
35252026-05-28T21:59:13.569Zuploading: /work/package.tar.gz (2448382689 bytes)
35262026-05-28T21:59:42.489Zuploaded: /work/package.tar.gz